Skip to content

Commit bbff0d1

Browse files
Save zoom-in-24.svg, zoom-out-24.svg, zoom-out-16.svg, zoom-in-16.svg (#919)
* Save zoom-in-24.svg, zoom-out-24.svg, zoom-out-16.svg, zoom-in-16.svg * Optimize SVGs * Edit changeset to minor * Added zoom-in and zoom-out * Added missing comma to keywords 🤦 * Update react snapshot to included icon names --------- Co-authored-by: Cameron Foxly <[email protected]>
1 parent 082f722 commit bbff0d1

File tree

7 files changed

+14
-1
lines changed

7 files changed

+14
-1
lines changed

.changeset/unlucky-ligers-burn.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+
Save zoom-in-24.svg, zoom-out-24.svg, zoom-out-16.svg, zoom-in-16.svg

icons/zoom-in-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/zoom-in-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/zoom-out-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/zoom-out-24.svg

Lines changed: 1 addition & 0 deletions
Loading

keywords.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,7 @@
218218
"workflow": ["workflow", "actions"],
219219
"workflow-all": ["workflow", "actions"],
220220
"x": ["remove", "close", "delete"],
221-
"zap": ["electricity", "lightning", "props", "like", "star", "save"]
221+
"zap": ["electricity", "lightning", "props", "like", "star", "save"],
222+
"zoom-in": ["zoom", "in", "plus", "bigger"],
223+
"zoom-out": ["zoom", "out", "minus", "smaller"]
222224
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ exports[`@primer/octicons-react should not update exports without a semver chang
305305
"XCircleIcon",
306306
"XIcon",
307307
"ZapIcon",
308+
"ZoomInIcon",
309+
"ZoomOutIcon",
308310
"default",
309311
]
310312
`;

0 commit comments

Comments
 (0)