Skip to content

Commit 795101e

Browse files
Add pause icon (#1070)
* Add 'pause' icon * Optimize SVGs * chore: Add changeset * chore: Bump version to 19.16.0 * Revert "chore: Bump version to 19.16.0" This reverts commit 848ba73. * fix: Update snapshots * Optimize SVGs * chore: Re-run checks * Revert "Optimize SVGs" This reverts commit 0e6838e. * Optimize SVGs * chore: Re-run checks --------- Co-authored-by: Clay Miller <[email protected]>
1 parent 12b53da commit 795101e

File tree

6 files changed

+10
-1
lines changed

6 files changed

+10
-1
lines changed

.changeset/eighty-ties-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/octicons": patch
3+
---
4+
5+
Add `pause` icon

icons/mark-github-24.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/pause-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/pause-24.svg

Lines changed: 1 addition & 0 deletions
Loading

keywords.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"organization": ["people", "group", "team"],
150150
"package": ["box", "ship"],
151151
"paintcan": ["style", "theme", "art", "color"],
152+
"pause": ["stop", "interupt", "block", "pause"],
152153
"pencil": ["edit", "change", "update", "write"],
153154
"person": ["people", "man", "woman", "human"],
154155
"pin": ["save", "star", "bookmark"],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
220220
"PaperclipIcon",
221221
"PasskeyFillIcon",
222222
"PasteIcon",
223+
"PauseIcon",
223224
"PencilIcon",
224225
"PeopleIcon",
225226
"PersonAddIcon",

0 commit comments

Comments
 (0)