From b1a55eaa81aa97075024882e7bc0e1129c6c7411 Mon Sep 17 00:00:00 2001
From: Jialin He <jialin.he@ithaka.org>
Date: Fri, 24 Jan 2025 12:18:42 -0500
Subject: [PATCH 1/6] feat(icon): add rotate icon

---
 packages/pharos/assets/icons/rotate.svg  | 3 +++
 packages/pharos/tokens/assets/icons.json | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 packages/pharos/assets/icons/rotate.svg

diff --git a/packages/pharos/assets/icons/rotate.svg b/packages/pharos/assets/icons/rotate.svg
new file mode 100644
index 00000000..72bee8e7
--- /dev/null
+++ b/packages/pharos/assets/icons/rotate.svg
@@ -0,0 +1,3 @@
+<svg viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M9 21C7.75 21 6.57917 20.7625 5.4875 20.2875C4.39583 19.8125 3.44583 19.1708 2.6375 18.3625C1.82917 17.5542 1.1875 16.6042 0.7125 15.5125C0.2375 14.4208 0 13.25 0 12C0 9.5 0.875 7.375 2.625 5.625C4.375 3.875 6.5 3 9 3H9.15L7.6 1.45L9 0L13 4L9 8L7.6 6.55L9.15 5H9C7.05 5 5.39583 5.67917 4.0375 7.0375C2.67917 8.39583 2 10.05 2 12C2 13.95 2.67917 15.6042 4.0375 16.9625C5.39583 18.3208 7.05 19 9 19C9.58333 19 10.1583 18.9292 10.725 18.7875C11.2917 18.6458 11.8333 18.4333 12.35 18.15L13.8 19.6C13.0833 20.0667 12.3167 20.4167 11.5 20.65C10.6833 20.8833 9.85 21 9 21ZM15 18L9 12L15 6L21 12L15 18ZM15 15.15L18.15 12L15 8.85L11.85 12L15 15.15Z"/>
+</svg>
diff --git a/packages/pharos/tokens/assets/icons.json b/packages/pharos/tokens/assets/icons.json
index 3f05420a..cdd9e17f 100644
--- a/packages/pharos/tokens/assets/icons.json
+++ b/packages/pharos/tokens/assets/icons.json
@@ -93,6 +93,7 @@
       "profile": { "value": "assets/icons/profile.svg" },
       "question-inverse": { "value": "assets/icons/question-inverse.svg" },
       "reorder": { "value": "assets/icons/reorder.svg" },
+      "rotate": { "value": "assets/icons/rotate.svg" },
       "save": { "value": "assets/icons/save.svg" },
       "save-and-close": { "value": "assets/icons/save-and-close.svg"},
       "save-changes": { "value": "assets/icons/save-changes.svg"},

From 4ef289bfee72b509931df9ae436c6471c5172cc6 Mon Sep 17 00:00:00 2001
From: Jialin He <jialin.he@ithaka.org>
Date: Fri, 24 Jan 2025 12:24:29 -0500
Subject: [PATCH 2/6] docs(icon): add changeset

---
 .changeset/chilly-buttons-switch.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 .changeset/chilly-buttons-switch.md

diff --git a/.changeset/chilly-buttons-switch.md b/.changeset/chilly-buttons-switch.md
new file mode 100644
index 00000000..518c565e
--- /dev/null
+++ b/.changeset/chilly-buttons-switch.md
@@ -0,0 +1,5 @@
+---
+'@ithaka/pharos': patch
+---
+
+Add rotation icon

From 40d43e67f2485a2716cc6554e6fc3e13bcb983fd Mon Sep 17 00:00:00 2001
From: Jialin He <jialin.he@ithaka.org>
Date: Fri, 24 Jan 2025 12:31:56 -0500
Subject: [PATCH 3/6] feat(icon): update svg

---
 packages/pharos/assets/icons/rotate.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/pharos/assets/icons/rotate.svg b/packages/pharos/assets/icons/rotate.svg
index 72bee8e7..65b0fd1f 100644
--- a/packages/pharos/assets/icons/rotate.svg
+++ b/packages/pharos/assets/icons/rotate.svg
@@ -1,3 +1,3 @@
-<svg viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
+<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
 <path d="M9 21C7.75 21 6.57917 20.7625 5.4875 20.2875C4.39583 19.8125 3.44583 19.1708 2.6375 18.3625C1.82917 17.5542 1.1875 16.6042 0.7125 15.5125C0.2375 14.4208 0 13.25 0 12C0 9.5 0.875 7.375 2.625 5.625C4.375 3.875 6.5 3 9 3H9.15L7.6 1.45L9 0L13 4L9 8L7.6 6.55L9.15 5H9C7.05 5 5.39583 5.67917 4.0375 7.0375C2.67917 8.39583 2 10.05 2 12C2 13.95 2.67917 15.6042 4.0375 16.9625C5.39583 18.3208 7.05 19 9 19C9.58333 19 10.1583 18.9292 10.725 18.7875C11.2917 18.6458 11.8333 18.4333 12.35 18.15L13.8 19.6C13.0833 20.0667 12.3167 20.4167 11.5 20.65C10.6833 20.8833 9.85 21 9 21ZM15 18L9 12L15 6L21 12L15 18ZM15 15.15L18.15 12L15 8.85L11.85 12L15 15.15Z"/>
 </svg>

From e0bf1eafc67b5eb7fe6ff99c13c86da4be3a45b2 Mon Sep 17 00:00:00 2001
From: Jialin He <jialin.he@ithaka.org>
Date: Fri, 24 Jan 2025 12:35:29 -0500
Subject: [PATCH 4/6] feat(icon): update svg

---
 packages/pharos/assets/icons/rotate.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/pharos/assets/icons/rotate.svg b/packages/pharos/assets/icons/rotate.svg
index 65b0fd1f..29d2006d 100644
--- a/packages/pharos/assets/icons/rotate.svg
+++ b/packages/pharos/assets/icons/rotate.svg
@@ -1,3 +1,3 @@
-<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
+<svg width="21" height="21" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
 <path d="M9 21C7.75 21 6.57917 20.7625 5.4875 20.2875C4.39583 19.8125 3.44583 19.1708 2.6375 18.3625C1.82917 17.5542 1.1875 16.6042 0.7125 15.5125C0.2375 14.4208 0 13.25 0 12C0 9.5 0.875 7.375 2.625 5.625C4.375 3.875 6.5 3 9 3H9.15L7.6 1.45L9 0L13 4L9 8L7.6 6.55L9.15 5H9C7.05 5 5.39583 5.67917 4.0375 7.0375C2.67917 8.39583 2 10.05 2 12C2 13.95 2.67917 15.6042 4.0375 16.9625C5.39583 18.3208 7.05 19 9 19C9.58333 19 10.1583 18.9292 10.725 18.7875C11.2917 18.6458 11.8333 18.4333 12.35 18.15L13.8 19.6C13.0833 20.0667 12.3167 20.4167 11.5 20.65C10.6833 20.8833 9.85 21 9 21ZM15 18L9 12L15 6L21 12L15 18ZM15 15.15L18.15 12L15 8.85L11.85 12L15 15.15Z"/>
 </svg>

From f563cd333be01eeccd0514181abd639c40c159cf Mon Sep 17 00:00:00 2001
From: Jialin He <jialin.he@ithaka.org>
Date: Fri, 24 Jan 2025 14:58:25 -0500
Subject: [PATCH 5/6] feat(icon): remove wrapping svg

---
 packages/pharos/assets/icons/rotate.svg | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packages/pharos/assets/icons/rotate.svg b/packages/pharos/assets/icons/rotate.svg
index 29d2006d..968d4a67 100644
--- a/packages/pharos/assets/icons/rotate.svg
+++ b/packages/pharos/assets/icons/rotate.svg
@@ -1,3 +1 @@
-<svg width="21" height="21" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
-<path d="M9 21C7.75 21 6.57917 20.7625 5.4875 20.2875C4.39583 19.8125 3.44583 19.1708 2.6375 18.3625C1.82917 17.5542 1.1875 16.6042 0.7125 15.5125C0.2375 14.4208 0 13.25 0 12C0 9.5 0.875 7.375 2.625 5.625C4.375 3.875 6.5 3 9 3H9.15L7.6 1.45L9 0L13 4L9 8L7.6 6.55L9.15 5H9C7.05 5 5.39583 5.67917 4.0375 7.0375C2.67917 8.39583 2 10.05 2 12C2 13.95 2.67917 15.6042 4.0375 16.9625C5.39583 18.3208 7.05 19 9 19C9.58333 19 10.1583 18.9292 10.725 18.7875C11.2917 18.6458 11.8333 18.4333 12.35 18.15L13.8 19.6C13.0833 20.0667 12.3167 20.4167 11.5 20.65C10.6833 20.8833 9.85 21 9 21ZM15 18L9 12L15 6L21 12L15 18ZM15 15.15L18.15 12L15 8.85L11.85 12L15 15.15Z"/>
-</svg>
+<path d="M9 21C7.75 21 6.57917 20.7625 5.4875 20.2875C4.39583 19.8125 3.44583 19.1708 2.6375 18.3625C1.82917 17.5542 1.1875 16.6042 0.7125 15.5125C0.2375 14.4208 0 13.25 0 12C0 9.5 0.875 7.375 2.625 5.625C4.375 3.875 6.5 3 9 3H9.15L7.6 1.45L9 0L13 4L9 8L7.6 6.55L9.15 5H9C7.05 5 5.39583 5.67917 4.0375 7.0375C2.67917 8.39583 2 10.05 2 12C2 13.95 2.67917 15.6042 4.0375 16.9625C5.39583 18.3208 7.05 19 9 19C9.58333 19 10.1583 18.9292 10.725 18.7875C11.2917 18.6458 11.8333 18.4333 12.35 18.15L13.8 19.6C13.0833 20.0667 12.3167 20.4167 11.5 20.65C10.6833 20.8833 9.85 21 9 21ZM15 18L9 12L15 6L21 12L15 18ZM15 15.15L18.15 12L15 8.85L11.85 12L15 15.15Z"/>
\ No newline at end of file

From dad10018fce60048245ef3b1aefaa7db6a575435 Mon Sep 17 00:00:00 2001
From: Jialin He <jialin.he@ithaka.org>
Date: Fri, 24 Jan 2025 16:14:00 -0500
Subject: [PATCH 6/6] feat(icon): update svg

---
 packages/pharos/assets/icons/rotate.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/pharos/assets/icons/rotate.svg b/packages/pharos/assets/icons/rotate.svg
index 968d4a67..fa617645 100644
--- a/packages/pharos/assets/icons/rotate.svg
+++ b/packages/pharos/assets/icons/rotate.svg
@@ -1 +1 @@
-<path d="M9 21C7.75 21 6.57917 20.7625 5.4875 20.2875C4.39583 19.8125 3.44583 19.1708 2.6375 18.3625C1.82917 17.5542 1.1875 16.6042 0.7125 15.5125C0.2375 14.4208 0 13.25 0 12C0 9.5 0.875 7.375 2.625 5.625C4.375 3.875 6.5 3 9 3H9.15L7.6 1.45L9 0L13 4L9 8L7.6 6.55L9.15 5H9C7.05 5 5.39583 5.67917 4.0375 7.0375C2.67917 8.39583 2 10.05 2 12C2 13.95 2.67917 15.6042 4.0375 16.9625C5.39583 18.3208 7.05 19 9 19C9.58333 19 10.1583 18.9292 10.725 18.7875C11.2917 18.6458 11.8333 18.4333 12.35 18.15L13.8 19.6C13.0833 20.0667 12.3167 20.4167 11.5 20.65C10.6833 20.8833 9.85 21 9 21ZM15 18L9 12L15 6L21 12L15 18ZM15 15.15L18.15 12L15 8.85L11.85 12L15 15.15Z"/>
\ No newline at end of file
+<path d="M11.1099 20.9231C9.98352 20.9231 8.92848 20.7091 7.94478 20.281C6.96108 19.853 6.10504 19.2748 5.37665 18.5464C4.64826 17.818 4.07005 16.962 3.64203 15.9783C3.21401 14.9946 3 13.9396 3 12.8132C3 10.5604 3.78846 8.6456 5.36538 7.06868C6.94231 5.49176 8.85714 4.7033 11.1099 4.7033H11.2451L9.84835 3.30659L11.1099 2L14.7143 5.6044L11.1099 9.20879L9.84835 7.9022L11.2451 6.50549H11.1099C9.35275 6.50549 7.86218 7.11749 6.63819 8.34148C5.41419 9.56548 4.8022 11.056 4.8022 12.8132C4.8022 14.5703 5.41419 16.0609 6.63819 17.2849C7.86218 18.5089 9.35275 19.1209 11.1099 19.1209C11.6355 19.1209 12.1537 19.0571 12.6643 18.9294C13.1749 18.8017 13.663 18.6103 14.1286 18.3549L15.4352 19.6615C14.7894 20.0821 14.0985 20.3974 13.3626 20.6077C12.6267 20.8179 11.8758 20.9231 11.1099 20.9231ZM16.5165 18.2198L11.1099 12.8132L16.5165 7.40659L21.9231 12.8132L16.5165 18.2198ZM16.5165 15.6516L19.3549 12.8132L16.5165 9.97473L13.678 12.8132L16.5165 15.6516Z"/>
\ No newline at end of file