From 84cdbc188ec6da85d60e08c71c706c6ea118ea61 Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 7 Dec 2022 09:36:10 -0800 Subject: [PATCH 1/4] Save unlink-16.svg, unlink-24.svg --- icons/unlink-16.svg | 11 +++++++++++ icons/unlink-24.svg | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 icons/unlink-16.svg create mode 100644 icons/unlink-24.svg diff --git a/icons/unlink-16.svg b/icons/unlink-16.svg new file mode 100644 index 000000000..1dd2910a3 --- /dev/null +++ b/icons/unlink-16.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/unlink-24.svg b/icons/unlink-24.svg new file mode 100644 index 000000000..5a5eefb7f --- /dev/null +++ b/icons/unlink-24.svg @@ -0,0 +1,4 @@ + + + + From e7557ecd0bedc45c14ea424e63bd51827da69c16 Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 7 Dec 2022 17:37:05 +0000 Subject: [PATCH 2/4] Optimize SVGs --- icons/unlink-16.svg | 12 +----------- icons/unlink-24.svg | 5 +---- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/icons/unlink-16.svg b/icons/unlink-16.svg index 1dd2910a3..91b1a307e 100644 --- a/icons/unlink-16.svg +++ b/icons/unlink-16.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/unlink-24.svg b/icons/unlink-24.svg index 5a5eefb7f..12e54a5ad 100644 --- a/icons/unlink-24.svg +++ b/icons/unlink-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file From 8a54a9536e437565f54ce68f6aa86384221f608f Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Wed, 7 Dec 2022 09:38:09 -0800 Subject: [PATCH 3/4] Create nice-kings-relate.md --- .changeset/nice-kings-relate.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/nice-kings-relate.md diff --git a/.changeset/nice-kings-relate.md b/.changeset/nice-kings-relate.md new file mode 100644 index 000000000..03893714f --- /dev/null +++ b/.changeset/nice-kings-relate.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Save unlink-16.svg, unlink-24.svg From 1f4a233e527c77cfd9671acf851c56309e6cc810 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 12 Dec 2022 18:04:13 +0000 Subject: [PATCH 4/4] fix snapshot --- .../__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 2e9572002..3545805d4 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -281,6 +281,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "TrophyIcon", "TypographyIcon", "UnfoldIcon", + "UnlinkIcon", "UnlockIcon", "UnmuteIcon", "UnverifiedIcon",