Skip to content

Commit

Permalink
Merge branch 'main' into bs/entrypoint-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup authored May 10, 2023
2 parents 28b6476 + 8f0edd9 commit 510cc68
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-windows-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/octicons": minor
---

Updates the `pin` icon with a flipped composition, and adds `pin-slash`
5 changes: 5 additions & 0 deletions .changeset/lemon-bulldogs-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/octicons": minor
---

Updating `move-to-top` and `move-to-bottom` to fix logic and alignment issues.
2 changes: 1 addition & 1 deletion icons/move-to-bottom-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/move-to-top-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/move-to-top-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/pin-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/pin-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/pin-slash-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/pin-slash-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 keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"pencil": ["edit", "change", "update", "write"],
"person": ["people", "man", "woman", "human"],
"pin": ["save", "star", "bookmark"],
"pin-slash": ["unpin", "unsave", "unstar", "unbookmark"],
"play": ["play", "start", "begin", "action"],
"plug": ["hook", "webhook"],
"plus": ["add", "new", "more"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"PersonFillIcon",
"PersonIcon",
"PinIcon",
"PinSlashIcon",
"PlayIcon",
"PlugIcon",
"PlusCircleIcon",
Expand Down

0 comments on commit 510cc68

Please sign in to comment.