From 0c13dcb68d02c187bb8132037c586ef464d42992 Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 10 May 2023 11:42:35 -0700 Subject: [PATCH 1/7] Save pin-16.svg, pin-slash-16.svg, pin-24.svg, pin-slash-24.svg --- icons/pin-16.svg | 12 +++++++++++- icons/pin-24.svg | 5 ++++- icons/pin-slash-16.svg | 12 ++++++++++++ icons/pin-slash-24.svg | 5 +++++ 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 icons/pin-slash-16.svg create mode 100644 icons/pin-slash-24.svg diff --git a/icons/pin-16.svg b/icons/pin-16.svg index 0d514bddf..1a122313a 100644 --- a/icons/pin-16.svg +++ b/icons/pin-16.svg @@ -1 +1,11 @@ - \ No newline at end of file + + + + + + + + + + + diff --git a/icons/pin-24.svg b/icons/pin-24.svg index 46310b425..0df697609 100644 --- a/icons/pin-24.svg +++ b/icons/pin-24.svg @@ -1 +1,4 @@ - \ 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..c4b2365d3 --- /dev/null +++ b/icons/pin-slash-16.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/pin-slash-24.svg b/icons/pin-slash-24.svg new file mode 100644 index 000000000..162f5a52d --- /dev/null +++ b/icons/pin-slash-24.svg @@ -0,0 +1,5 @@ + + + + + From 7884f8648f0d10ed43d77f7fbee549d3f5fb0293 Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 10 May 2023 18:44:34 +0000 Subject: [PATCH 2/7] Optimize SVGs --- icons/pin-16.svg | 12 +----------- icons/pin-24.svg | 5 +---- icons/pin-slash-16.svg | 13 +------------ icons/pin-slash-24.svg | 6 +----- 4 files changed, 4 insertions(+), 32 deletions(-) diff --git a/icons/pin-16.svg b/icons/pin-16.svg index 1a122313a..df4622c66 100644 --- a/icons/pin-16.svg +++ b/icons/pin-16.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/pin-24.svg b/icons/pin-24.svg index 0df697609..01ab3c67c 100644 --- a/icons/pin-24.svg +++ b/icons/pin-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/pin-slash-16.svg b/icons/pin-slash-16.svg index c4b2365d3..ddd1c796e 100644 --- a/icons/pin-slash-16.svg +++ b/icons/pin-slash-16.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/pin-slash-24.svg b/icons/pin-slash-24.svg index 162f5a52d..b30017d6f 100644 --- a/icons/pin-slash-24.svg +++ b/icons/pin-slash-24.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file From c67f325811a48e3d2611dccc4026de75f0d9e645 Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 10 May 2023 11:45:03 -0700 Subject: [PATCH 3/7] Create gorgeous-windows-wash.md --- .changeset/gorgeous-windows-wash.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/gorgeous-windows-wash.md 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` From 5db2df6ed365fff79f67295ffdf41ac68c9307aa Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 10 May 2023 11:46:25 -0700 Subject: [PATCH 4/7] Update keywords.json Added `pin-slash` --- keywords.json | 1 + 1 file changed, 1 insertion(+) 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"], From 47bb5cb7c891ad8a6417b83bec0622ab4d3608e0 Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 10 May 2023 11:58:10 -0700 Subject: [PATCH 5/7] Update public-api.test.js.snap Added "PinSlashIcon" --- .../__tests__/__snapshots__/public-api.test.js.snap | 1 + 1 file changed, 1 insertion(+) 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", From ee395e9c4d8c4e6dfa250058a33be49a83df013d Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 10 May 2023 11:59:49 -0700 Subject: [PATCH 6/7] Re-upload these with no BG color in their frames --- icons/pin-16.svg | 11 ++++++++++- icons/pin-24.svg | 4 +++- icons/pin-slash-16.svg | 12 +++++++++++- icons/pin-slash-24.svg | 5 ++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/icons/pin-16.svg b/icons/pin-16.svg index df4622c66..6139cca47 100644 --- a/icons/pin-16.svg +++ b/icons/pin-16.svg @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + + + + + diff --git a/icons/pin-24.svg b/icons/pin-24.svg index 01ab3c67c..274ef8778 100644 --- a/icons/pin-24.svg +++ b/icons/pin-24.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/icons/pin-slash-16.svg b/icons/pin-slash-16.svg index ddd1c796e..d2fee4d97 100644 --- a/icons/pin-slash-16.svg +++ b/icons/pin-slash-16.svg @@ -1 +1,11 @@ - \ No newline at end of file + + + + + + + + + + + diff --git a/icons/pin-slash-24.svg b/icons/pin-slash-24.svg index b30017d6f..b8a65c36d 100644 --- a/icons/pin-slash-24.svg +++ b/icons/pin-slash-24.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + From 71e0f88a7cc510fdc3d8514696a9d3702e08068a Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 10 May 2023 19:02:16 +0000 Subject: [PATCH 7/7] Optimize SVGs --- icons/pin-16.svg | 11 +---------- icons/pin-24.svg | 4 +--- icons/pin-slash-16.svg | 12 +----------- icons/pin-slash-24.svg | 5 +---- 4 files changed, 4 insertions(+), 28 deletions(-) diff --git a/icons/pin-16.svg b/icons/pin-16.svg index 6139cca47..11a421cac 100644 --- a/icons/pin-16.svg +++ b/icons/pin-16.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/icons/pin-24.svg b/icons/pin-24.svg index 274ef8778..cbbb443ab 100644 --- a/icons/pin-24.svg +++ b/icons/pin-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/pin-slash-16.svg b/icons/pin-slash-16.svg index d2fee4d97..932af9744 100644 --- a/icons/pin-slash-16.svg +++ b/icons/pin-slash-16.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/pin-slash-24.svg b/icons/pin-slash-24.svg index b8a65c36d..3f7e5ec86 100644 --- a/icons/pin-slash-24.svg +++ b/icons/pin-slash-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file