Skip to content

Commit b6efea4

Browse files
Stack icon variants (#1193)
* Save stack-remove-16.svg, stack-check-16.svg * Update to fill default * Add keywords and React snapshot entries for stack-check and stack-remove * Add changeset --------- Co-authored-by: Tyler Jones <tylerjdev@github.com>
1 parent 7d7ca42 commit b6efea4

5 files changed

Lines changed: 22 additions & 0 deletions

File tree

.changeset/wise-oranges-attack.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@primer/octicons': minor
3+
---
4+
5+
* Added StackRemove icon
6+
* Added StackCheck

icons/stack-check-16.svg

Lines changed: 6 additions & 0 deletions
Loading

icons/stack-remove-16.svg

Lines changed: 6 additions & 0 deletions
Loading

keywords.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@
237237
"split-view": ["columns", "split", "view", "panes", "sidebar"],
238238
"square-circle": ["stop", "interupt", "block", "pause"],
239239
"squirrel": ["ship", "shipit", "launch"],
240+
"stack-check": ["stack", "check", "approved", "verified"],
241+
"stack-remove": ["stack", "remove"],
240242
"star": ["save", "remember", "like"],
241243
"stop": ["block", "spam", "report"],
242244
"sync": ["cycle", "refresh", "loop"],

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ exports[`@primer/octicons-react should not update exports without a semver chang
325325
"SquareFillIcon",
326326
"SquareIcon",
327327
"SquirrelIcon",
328+
"StackCheckIcon",
328329
"StackIcon",
330+
"StackRemoveIcon",
329331
"StarFillIcon",
330332
"StarIcon",
331333
"StopIcon",

0 commit comments

Comments
 (0)