From 0601e07df099118a9d32be5a82c7820f66b700c3 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 10:12:48 -0800 Subject: [PATCH 01/12] Save read-32.svg, unread-32.svg, read-48.svg, unread-48.svg --- icons/read-32.svg | 3 +++ icons/read-48.svg | 3 +++ icons/unread-32.svg | 11 +++++++++++ icons/unread-48.svg | 11 +++++++++++ 4 files changed, 28 insertions(+) create mode 100644 icons/read-32.svg create mode 100644 icons/read-48.svg create mode 100644 icons/unread-32.svg create mode 100644 icons/unread-48.svg diff --git a/icons/read-32.svg b/icons/read-32.svg new file mode 100644 index 000000000..6cf59fb42 --- /dev/null +++ b/icons/read-32.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/read-48.svg b/icons/read-48.svg new file mode 100644 index 000000000..b8553076c --- /dev/null +++ b/icons/read-48.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/unread-32.svg b/icons/unread-32.svg new file mode 100644 index 000000000..d6e1fbd43 --- /dev/null +++ b/icons/unread-32.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/unread-48.svg b/icons/unread-48.svg new file mode 100644 index 000000000..eb303118a --- /dev/null +++ b/icons/unread-48.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + From f6abc7c753fd4343e697199de2b87d82193f3037 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 18:13:27 +0000 Subject: [PATCH 02/12] Optimize SVGs --- icons/read-32.svg | 4 +--- icons/read-48.svg | 4 +--- icons/unread-32.svg | 12 +----------- icons/unread-48.svg | 12 +----------- 4 files changed, 4 insertions(+), 28 deletions(-) diff --git a/icons/read-32.svg b/icons/read-32.svg index 6cf59fb42..a63390783 100644 --- a/icons/read-32.svg +++ b/icons/read-32.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/read-48.svg b/icons/read-48.svg index b8553076c..56c5b92b0 100644 --- a/icons/read-48.svg +++ b/icons/read-48.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/unread-32.svg b/icons/unread-32.svg index d6e1fbd43..059fa3dcf 100644 --- a/icons/unread-32.svg +++ b/icons/unread-32.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/unread-48.svg b/icons/unread-48.svg index eb303118a..d3d11f50a 100644 --- a/icons/unread-48.svg +++ b/icons/unread-48.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file From 1e08a8f1c8768a614c5122429e4bde755c6a635f Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 10:13:50 -0800 Subject: [PATCH 03/12] Create red-pets-applaud.md --- .changeset/red-pets-applaud.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/red-pets-applaud.md diff --git a/.changeset/red-pets-applaud.md b/.changeset/red-pets-applaud.md new file mode 100644 index 000000000..4d99bf220 --- /dev/null +++ b/.changeset/red-pets-applaud.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Save read-32.svg, unread-32.svg, read-48.svg, unread-48.svg From 2bf5948512a8dc9b0c2a3fe1e04dacf7daaff040 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 10:29:40 -0800 Subject: [PATCH 04/12] Save read-16.svg, read-24.svg, unread-16.svg, unread-24.svg --- icons/read-16.svg | 3 +++ icons/read-24.svg | 3 +++ icons/unread-16.svg | 11 +++++++++++ icons/unread-24.svg | 11 +++++++++++ 4 files changed, 28 insertions(+) create mode 100644 icons/read-16.svg create mode 100644 icons/read-24.svg create mode 100644 icons/unread-16.svg create mode 100644 icons/unread-24.svg diff --git a/icons/read-16.svg b/icons/read-16.svg new file mode 100644 index 000000000..d930964f8 --- /dev/null +++ b/icons/read-16.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/read-24.svg b/icons/read-24.svg new file mode 100644 index 000000000..8ecc3a8de --- /dev/null +++ b/icons/read-24.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/unread-16.svg b/icons/unread-16.svg new file mode 100644 index 000000000..3d49837ea --- /dev/null +++ b/icons/unread-16.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/unread-24.svg b/icons/unread-24.svg new file mode 100644 index 000000000..733371b79 --- /dev/null +++ b/icons/unread-24.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + From 991352533de69ceb753e278f2354aa30c92b447f Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 18:30:22 +0000 Subject: [PATCH 05/12] Optimize SVGs --- icons/read-16.svg | 4 +--- icons/read-24.svg | 4 +--- icons/unread-16.svg | 12 +----------- icons/unread-24.svg | 12 +----------- 4 files changed, 4 insertions(+), 28 deletions(-) diff --git a/icons/read-16.svg b/icons/read-16.svg index d930964f8..bdd83900c 100644 --- a/icons/read-16.svg +++ b/icons/read-16.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/read-24.svg b/icons/read-24.svg index 8ecc3a8de..a54c1341f 100644 --- a/icons/read-24.svg +++ b/icons/read-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/unread-16.svg b/icons/unread-16.svg index 3d49837ea..916c2fc43 100644 --- a/icons/unread-16.svg +++ b/icons/unread-16.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/unread-24.svg b/icons/unread-24.svg index 733371b79..53844a00f 100644 --- a/icons/unread-24.svg +++ b/icons/unread-24.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file From cfd45db6417e07742de2ba55ac8a25f1924b212c Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 10:31:10 -0800 Subject: [PATCH 06/12] Delete read-32.svg --- icons/read-32.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/read-32.svg diff --git a/icons/read-32.svg b/icons/read-32.svg deleted file mode 100644 index a63390783..000000000 --- a/icons/read-32.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 24e16de59b605330cb5f56b27c7a2f6ca0dc4c82 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 10:31:18 -0800 Subject: [PATCH 07/12] Delete read-48.svg --- icons/read-48.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/read-48.svg diff --git a/icons/read-48.svg b/icons/read-48.svg deleted file mode 100644 index 56c5b92b0..000000000 --- a/icons/read-48.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 6bf7d3a81bd6eb8b56c6d7060c7dff7746f2075f Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 10:31:27 -0800 Subject: [PATCH 08/12] Delete unread-32.svg --- icons/unread-32.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/unread-32.svg diff --git a/icons/unread-32.svg b/icons/unread-32.svg deleted file mode 100644 index 059fa3dcf..000000000 --- a/icons/unread-32.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 112386da4435ba2dd33f2146235da16f7149bffe Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 7 Dec 2022 10:31:35 -0800 Subject: [PATCH 09/12] Delete unread-48.svg --- icons/unread-48.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/unread-48.svg diff --git a/icons/unread-48.svg b/icons/unread-48.svg deleted file mode 100644 index d3d11f50a..000000000 --- a/icons/unread-48.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From f743016b04ea99747483a7ced035ca79217d201b Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Fri, 9 Dec 2022 16:49:54 +0000 Subject: [PATCH 10/12] update snapshot --- .../__tests__/__snapshots__/public-api.test.js.snap | 2 ++ 1 file changed, 2 insertions(+) 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..36aec7af2 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -176,6 +176,8 @@ exports[`@primer/octicons-react should not update exports without a semver chang "MailIcon", "MarkGithubIcon", "MarkdownIcon", + "MarkReadIcon", + "MarkUnreadIcon", "MegaphoneIcon", "MentionIcon", "MeterIcon", From 42a23f366adc4404b62ae3715b8bb481114ef524 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Fri, 9 Dec 2022 16:56:22 +0000 Subject: [PATCH 11/12] update snapshots --- .../__tests__/__snapshots__/public-api.test.js.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 36aec7af2..77fea870b 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -176,8 +176,6 @@ exports[`@primer/octicons-react should not update exports without a semver chang "MailIcon", "MarkGithubIcon", "MarkdownIcon", - "MarkReadIcon", - "MarkUnreadIcon", "MegaphoneIcon", "MentionIcon", "MeterIcon", @@ -216,6 +214,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "PulseIcon", "QuestionIcon", "QuoteIcon", + "ReadIcon", "ReplyIcon", "RepoCloneIcon", "RepoDeletedIcon", @@ -285,6 +284,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "UnfoldIcon", "UnlockIcon", "UnmuteIcon", + "UnreadIcon", "UnverifiedIcon", "UploadIcon", "VerifiedIcon", From 9c5de01e1cb05e9e554ef37de6dcf84a4b7da1fe Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 12 Dec 2022 21:54:48 +0000 Subject: [PATCH 12/12] fix CI again? --- .../__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 bc327d7e3..b10f5f5e0 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -215,6 +215,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "QuestionIcon", "QuoteIcon", "ReadIcon", + "RelFilePathIcon", "ReplyIcon", "RepoCloneIcon", "RepoDeletedIcon",