Skip to content

Commit 131fbed

Browse files
Port custom icons from Copilot Markdown text-wrap options (#1134)
* adds icons used for Copilot Markdown text wrapping options * Optimize SVGs * adds changeset * manually updates snapshots --------- Co-authored-by: Mike Perrotti <[email protected]>
1 parent 94ceabb commit 131fbed

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

.changeset/lucky-eggs-relate.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 Markdown text wrapping options

icons/unwrap-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/unwrap-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/wrap-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/wrap-24.svg

Lines changed: 1 addition & 0 deletions
Loading

keywords.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,13 @@
252252
"unmute": ["loud", "volume", "audio", "sound", "play"],
253253
"unsaved": ["unsaved", "bookmark"],
254254
"unverified": ["insecure", "untrusted", "signed"],
255+
"unwrap": ["lines", "text", "paragraph", "wordwrap", "wrap", "flow"],
255256
"verified": ["trusted", "secure", "trustworthy", "signed"],
256257
"versions": ["history", "commits"],
257258
"watch": ["wait", "hourglass", "time", "date"],
258259
"workflow": ["workflow", "actions"],
259260
"workflow-all": ["workflow", "actions"],
261+
"wrap": ["lines", "text", "paragraph", "wordwrap", "wrap", "flow"],
260262
"x": ["remove", "close", "delete"],
261263
"zap": ["electricity", "lightning", "props", "like", "star", "save"],
262264
"zoom-in": ["zoom", "in", "plus", "bigger"],

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,15 @@ exports[`@primer/octicons-react should not update exports without a semver chang
355355
"UnmuteIcon",
356356
"UnreadIcon",
357357
"UnverifiedIcon",
358+
"UnwrapIcon",
358359
"UploadIcon",
359360
"VerifiedIcon",
360361
"VersionsIcon",
361362
"VideoIcon",
362363
"VscodeIcon",
363364
"WebhookIcon",
364365
"WorkflowIcon",
366+
"WrapIcon",
365367
"XCircleFillIcon",
366368
"XCircleIcon",
367369
"XIcon",

0 commit comments

Comments
 (0)