Skip to content

Commit c5411b0

Browse files
Port custom icons from Copilot Loops (#1132)
* adds icons used for Copilot Loops * Optimize SVGs * manually updates snapshots * adds changeset --------- Co-authored-by: Mike Perrotti <actions@github.com>
1 parent 95d5a92 commit c5411b0

9 files changed

Lines changed: 17 additions & 0 deletions

File tree

.changeset/dry-cows-visit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/octicons': minor
3+
---
4+
5+
Adds icons used for Copilot Loops

icons/exclamation-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/exclamation-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/flowchart-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/flowchart-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/focus-center-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/focus-center-24.svg

Lines changed: 1 addition & 0 deletions
Loading

keywords.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"diff-removed": ["deleted", "subtracted", "dash"],
7474
"diff-renamed": ["moved", "arrow"],
7575
"ellipsis": ["dot", "read", "more", "hidden", "expand"],
76+
"exclamation": ["warning", "alert", "emphasis"],
7677
"eye": ["look", "watch", "see"],
7778
"eye-closed": ["hidden", "invisible", "concealed", ""],
7879
"file": ["file", "text", "words"],
@@ -89,6 +90,8 @@
8990
"filter-remove": ["funnel", "filter", "remove", "delete"],
9091
"fiscal-host": ["safe", "money"],
9192
"flame": ["fire", "hot", "burn", "trending"],
93+
"flowchart": ["diagram", "chart", "process", "workflow", "loop", "nodes", "flow"],
94+
"focus-center": ["target", "focus", "center"],
9295
"fold": ["unfold", "hide", "collapse"],
9396
"fold-down": ["unfold", "hide", "collapse", "down"],
9497
"fold-up": ["unfold", "hide", "collapse", "up"],

lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
103103
"DownloadIcon",
104104
"DuplicateIcon",
105105
"EllipsisIcon",
106+
"ExclamationIcon",
106107
"EyeClosedIcon",
107108
"EyeIcon",
108109
"FeedDiscussionIcon",
@@ -145,6 +146,8 @@ exports[`@primer/octicons-react should not update exports without a semver chang
145146
"FilterRemoveIcon",
146147
"FiscalHostIcon",
147148
"FlameIcon",
149+
"FlowchartIcon",
150+
"FocusCenterIcon",
148151
"FoldDownIcon",
149152
"FoldIcon",
150153
"FoldUpIcon",

0 commit comments

Comments
 (0)