From 138971eef18efa5179613dc0aa668fb5f561c5c5 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 2 Mar 2023 11:39:49 -0800 Subject: [PATCH 01/10] Save passkey-24.svg, passkey-16.svg --- icons/passkey-16.svg | 4 ++++ icons/passkey-24.svg | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 icons/passkey-16.svg create mode 100644 icons/passkey-24.svg diff --git a/icons/passkey-16.svg b/icons/passkey-16.svg new file mode 100644 index 000000000..0a574a5ff --- /dev/null +++ b/icons/passkey-16.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/passkey-24.svg b/icons/passkey-24.svg new file mode 100644 index 000000000..fbf6ebcb0 --- /dev/null +++ b/icons/passkey-24.svg @@ -0,0 +1,4 @@ + + + + From 721309a49ae0f4d23babf7f28739eca6be63d63a Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 2 Mar 2023 19:41:44 +0000 Subject: [PATCH 02/10] Optimize SVGs --- icons/passkey-16.svg | 5 +---- icons/passkey-24.svg | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/icons/passkey-16.svg b/icons/passkey-16.svg index 0a574a5ff..431ff7967 100644 --- a/icons/passkey-16.svg +++ b/icons/passkey-16.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/passkey-24.svg b/icons/passkey-24.svg index fbf6ebcb0..621eb42e6 100644 --- a/icons/passkey-24.svg +++ b/icons/passkey-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file From 85aae46beb15fca1cf2f290f2699a80d72ddba8d Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 2 Mar 2023 11:42:53 -0800 Subject: [PATCH 03/10] Create .changeset/little-mugs-rush.md --- .changeset/little-mugs-rush.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/little-mugs-rush.md diff --git a/.changeset/little-mugs-rush.md b/.changeset/little-mugs-rush.md new file mode 100644 index 000000000..4b224598d --- /dev/null +++ b/.changeset/little-mugs-rush.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Add passkey-24 and passkey-16 octicons From 6efd3d84741880f0fad931b96a0e4a72bd8f4049 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 2 Mar 2023 11:56:06 -0800 Subject: [PATCH 04/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 fc5593e44..d1d01bdbd 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -202,6 +202,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "PaintbrushIcon", "PaperAirplaneIcon", "PaperclipIcon", + "PasskeyIcon", "PasteIcon", "PencilIcon", "PeopleIcon", From d7508d77544f65f8517e7606925963338f5dc06e Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 6 Mar 2023 09:40:15 -0800 Subject: [PATCH 05/10] Update little-mugs-rush.md --- .changeset/little-mugs-rush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/little-mugs-rush.md b/.changeset/little-mugs-rush.md index 4b224598d..e07a2cbe1 100644 --- a/.changeset/little-mugs-rush.md +++ b/.changeset/little-mugs-rush.md @@ -2,4 +2,4 @@ "@primer/octicons": minor --- -Add passkey-24 and passkey-16 octicons +Add passkey-fill-24 and passkey-fill-16 octicons From caddc202248862f3090db110ce46fdaa072b0bcd Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 6 Mar 2023 09:40:50 -0800 Subject: [PATCH 06/10] Update public-api.test.js.snap --- .../__tests__/__snapshots__/public-api.test.js.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d1d01bdbd..99aed9f10 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -202,7 +202,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "PaintbrushIcon", "PaperAirplaneIcon", "PaperclipIcon", - "PasskeyIcon", + "PasskeyFillIcon", "PasteIcon", "PencilIcon", "PeopleIcon", From 210c35fee2faf7ae4680181bcf7ee636a7788d9c Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 6 Mar 2023 09:41:05 -0800 Subject: [PATCH 07/10] Rename passkey-16.svg to passkey-fill-16.svg --- icons/{passkey-16.svg => passkey-fill-16.svg} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename icons/{passkey-16.svg => passkey-fill-16.svg} (96%) diff --git a/icons/passkey-16.svg b/icons/passkey-fill-16.svg similarity index 96% rename from icons/passkey-16.svg rename to icons/passkey-fill-16.svg index 431ff7967..355071889 100644 --- a/icons/passkey-16.svg +++ b/icons/passkey-fill-16.svg @@ -1 +1 @@ - \ No newline at end of file + From a36f2484d7ba910275bf3640467f6534f67dfe13 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 6 Mar 2023 09:41:20 -0800 Subject: [PATCH 08/10] Rename passkey-24.svg to passkey-fill-24.svg --- icons/{passkey-24.svg => passkey-fill-24.svg} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename icons/{passkey-24.svg => passkey-fill-24.svg} (95%) diff --git a/icons/passkey-24.svg b/icons/passkey-fill-24.svg similarity index 95% rename from icons/passkey-24.svg rename to icons/passkey-fill-24.svg index 621eb42e6..82cb301b4 100644 --- a/icons/passkey-24.svg +++ b/icons/passkey-fill-24.svg @@ -1 +1 @@ - \ No newline at end of file + From 5c9392e45fc490ef9e54675fc1e1759172185a86 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 6 Mar 2023 17:43:00 +0000 Subject: [PATCH 09/10] Optimize SVGs --- icons/passkey-fill-16.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/passkey-fill-16.svg b/icons/passkey-fill-16.svg index 355071889..431ff7967 100644 --- a/icons/passkey-fill-16.svg +++ b/icons/passkey-fill-16.svg @@ -1 +1 @@ - + \ No newline at end of file From e2b94c428020bf135a19b0ab4b755abd4f54728e Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 6 Mar 2023 17:43:08 +0000 Subject: [PATCH 10/10] Optimize SVGs --- icons/passkey-fill-24.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/passkey-fill-24.svg b/icons/passkey-fill-24.svg index 82cb301b4..621eb42e6 100644 --- a/icons/passkey-fill-24.svg +++ b/icons/passkey-fill-24.svg @@ -1 +1 @@ - + \ No newline at end of file