diff --git a/.changeset/gorgeous-windows-wash.md b/.changeset/gorgeous-windows-wash.md new file mode 100644 index 000000000..43bf6e972 --- /dev/null +++ b/.changeset/gorgeous-windows-wash.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Updates the `pin` icon with a flipped composition, and adds `pin-slash` diff --git a/icons/pin-16.svg b/icons/pin-16.svg index 0d514bddf..11a421cac 100644 --- a/icons/pin-16.svg +++ b/icons/pin-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/pin-24.svg b/icons/pin-24.svg index 46310b425..cbbb443ab 100644 --- a/icons/pin-24.svg +++ b/icons/pin-24.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/pin-slash-16.svg b/icons/pin-slash-16.svg new file mode 100644 index 000000000..932af9744 --- /dev/null +++ b/icons/pin-slash-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/pin-slash-24.svg b/icons/pin-slash-24.svg new file mode 100644 index 000000000..3f7e5ec86 --- /dev/null +++ b/icons/pin-slash-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/keywords.json b/keywords.json index ba8cdcc44..b6ff21fa1 100644 --- a/keywords.json +++ b/keywords.json @@ -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"], diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap index 211bd8d80..5994a7050 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -213,6 +213,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "PersonFillIcon", "PersonIcon", "PinIcon", + "PinSlashIcon", "PlayIcon", "PlugIcon", "PlusCircleIcon",