Skip to content

Commit

Permalink
Save zoom-in-24.svg, zoom-out-24.svg, zoom-out-16.svg, zoom-in-16.svg (
Browse files Browse the repository at this point in the history
…#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 <actions@github.com>
  • Loading branch information
CameronFoxly and actions-user committed Feb 14, 2023
1 parent 082f722 commit bbff0d1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-ligers-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/octicons": minor
---

Save zoom-in-24.svg, zoom-out-24.svg, zoom-out-16.svg, zoom-in-16.svg
1 change: 1 addition & 0 deletions icons/zoom-in-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/zoom-in-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/zoom-out-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/zoom-out-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,7 @@
"workflow": ["workflow", "actions"],
"workflow-all": ["workflow", "actions"],
"x": ["remove", "close", "delete"],
"zap": ["electricity", "lightning", "props", "like", "star", "save"]
"zap": ["electricity", "lightning", "props", "like", "star", "save"],
"zoom-in": ["zoom", "in", "plus", "bigger"],
"zoom-out": ["zoom", "out", "minus", "smaller"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"XCircleIcon",
"XIcon",
"ZapIcon",
"ZoomInIcon",
"ZoomOutIcon",
"default",
]
`;

0 comments on commit bbff0d1

Please sign in to comment.