From 3ccc114a2f40c0a965dd9e08a3bdb4383d89c0e5 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 09:13:45 -0800 Subject: [PATCH 01/10] Save sparkle-32.svg --- icons/sparkle-32.svg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 icons/sparkle-32.svg diff --git a/icons/sparkle-32.svg b/icons/sparkle-32.svg new file mode 100644 index 000000000..f2797f39e --- /dev/null +++ b/icons/sparkle-32.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 959d96b9fe780b3f7b75f573cc7de3198411d9c3 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 17:15:50 +0000 Subject: [PATCH 02/10] Optimize SVGs --- icons/sparkle-32.svg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/icons/sparkle-32.svg b/icons/sparkle-32.svg index f2797f39e..38b35768c 100644 --- a/icons/sparkle-32.svg +++ b/icons/sparkle-32.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file From 3ef72764ed4595b937d430019cf4e6fd7757bbae Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 09:15:56 -0800 Subject: [PATCH 03/10] Save sparkle-16.svg --- icons/sparkle-16.svg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 icons/sparkle-16.svg diff --git a/icons/sparkle-16.svg b/icons/sparkle-16.svg new file mode 100644 index 000000000..8bd658544 --- /dev/null +++ b/icons/sparkle-16.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 61a1e905695d3f28eba56ff0edc2457400468df5 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 09:16:22 -0800 Subject: [PATCH 04/10] Delete sparkle-32.svg --- icons/sparkle-32.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/sparkle-32.svg diff --git a/icons/sparkle-32.svg b/icons/sparkle-32.svg deleted file mode 100644 index 38b35768c..000000000 --- a/icons/sparkle-32.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 421238dce6016f802a90bc93ac97dd9f1bc46d48 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 17:17:52 +0000 Subject: [PATCH 05/10] Optimize SVGs --- icons/sparkle-16.svg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/icons/sparkle-16.svg b/icons/sparkle-16.svg index 8bd658544..54546dfa4 100644 --- a/icons/sparkle-16.svg +++ b/icons/sparkle-16.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file From 75c049517e1cc3003f7f5ff649c26201af7909e3 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 10:04:49 -0800 Subject: [PATCH 06/10] Create .changeset/purple-jars-film.md --- .changeset/purple-jars-film.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/purple-jars-film.md diff --git a/.changeset/purple-jars-film.md b/.changeset/purple-jars-film.md new file mode 100644 index 000000000..d0d2959f5 --- /dev/null +++ b/.changeset/purple-jars-film.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Save sparkle-16.svg From 9cc4068ee6e9cf8a9b521c432f33f05246d131b7 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 10:10:47 -0800 Subject: [PATCH 07/10] Update purple-jars-film.md --- .changeset/purple-jars-film.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/purple-jars-film.md b/.changeset/purple-jars-film.md index d0d2959f5..3d95f14c0 100644 --- a/.changeset/purple-jars-film.md +++ b/.changeset/purple-jars-film.md @@ -2,4 +2,4 @@ "@primer/octicons": minor --- -Save sparkle-16.svg +Save sparkle-fill-16.svg From 8ad2255c2568ceffd6a22b413568802670a40c90 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 10:11:07 -0800 Subject: [PATCH 08/10] Rename sparkle-16.svg to sparkle-fill-16.svg --- icons/{sparkle-16.svg => sparkle-fill-16.svg} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename icons/{sparkle-16.svg => sparkle-fill-16.svg} (84%) diff --git a/icons/sparkle-16.svg b/icons/sparkle-fill-16.svg similarity index 84% rename from icons/sparkle-16.svg rename to icons/sparkle-fill-16.svg index 54546dfa4..1099fdf13 100644 --- a/icons/sparkle-16.svg +++ b/icons/sparkle-fill-16.svg @@ -1 +1 @@ - \ No newline at end of file + From 03ee7c9ddcb6f7ae0eb215f120d4727d372c4816 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 10:11:56 -0800 Subject: [PATCH 09/10] Update public-api.test.js.snap --- .../__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 f04d07359..27aac8409 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -252,6 +252,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "SmileyIcon", "SortAscIcon", "SortDescIcon", + "SparkleFillIcon", "SponsorTiersIcon", "SquareFillIcon", "SquareIcon", From 554a2ffaeaeedae78dbd8f9d55927bb9c9df6416 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 18:13:07 +0000 Subject: [PATCH 10/10] Optimize SVGs --- icons/sparkle-fill-16.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/sparkle-fill-16.svg b/icons/sparkle-fill-16.svg index 1099fdf13..54546dfa4 100644 --- a/icons/sparkle-fill-16.svg +++ b/icons/sparkle-fill-16.svg @@ -1 +1 @@ - + \ No newline at end of file