From 741b21e1de2b4e7740b24b91c26baffa05f8ad54 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 29 Jun 2022 14:20:01 -0700 Subject: [PATCH 1/8] Save attachment-16.svg, attachment-24.svg --- icons/attachment-16.svg | 3 +++ icons/attachment-24.svg | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 icons/attachment-16.svg create mode 100644 icons/attachment-24.svg diff --git a/icons/attachment-16.svg b/icons/attachment-16.svg new file mode 100644 index 000000000..c591206d8 --- /dev/null +++ b/icons/attachment-16.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/attachment-24.svg b/icons/attachment-24.svg new file mode 100644 index 000000000..854f63063 --- /dev/null +++ b/icons/attachment-24.svg @@ -0,0 +1,3 @@ + + + From f6aab6357f43b1163973bcb034ce80af0467110d Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 29 Jun 2022 21:20:43 +0000 Subject: [PATCH 2/8] Optimize SVGs --- icons/attachment-16.svg | 4 +--- icons/attachment-24.svg | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/icons/attachment-16.svg b/icons/attachment-16.svg index c591206d8..0f4df0084 100644 --- a/icons/attachment-16.svg +++ b/icons/attachment-16.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/attachment-24.svg b/icons/attachment-24.svg index 854f63063..c1aa729a3 100644 --- a/icons/attachment-24.svg +++ b/icons/attachment-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file From 0e3b66abc02dc955769c59e8720a5e87eb24281b Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 29 Jun 2022 14:22:42 -0700 Subject: [PATCH 3/8] Create fifty-dodos-smoke.md --- .changeset/fifty-dodos-smoke.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fifty-dodos-smoke.md diff --git a/.changeset/fifty-dodos-smoke.md b/.changeset/fifty-dodos-smoke.md new file mode 100644 index 000000000..af6db82b0 --- /dev/null +++ b/.changeset/fifty-dodos-smoke.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Save attachment-16.svg, attachment-24.svg From 312158529dfee36d2a57acaa5829e1162b7cf848 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 21 Jul 2022 21:23:04 +0300 Subject: [PATCH 4/8] update angle and rename paperclip --- icons/paperclip-16.svg | 10 ++++++++++ icons/paperclip-24.svg | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 icons/paperclip-16.svg create mode 100644 icons/paperclip-24.svg diff --git a/icons/paperclip-16.svg b/icons/paperclip-16.svg new file mode 100644 index 000000000..088304530 --- /dev/null +++ b/icons/paperclip-16.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/paperclip-24.svg b/icons/paperclip-24.svg new file mode 100644 index 000000000..4f7dc18f8 --- /dev/null +++ b/icons/paperclip-24.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 859ff58842e505b5a7d8eaef5dbf9193e88265a5 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 21 Jul 2022 11:23:51 -0700 Subject: [PATCH 5/8] update icon name in changeset --- .changeset/fifty-dodos-smoke.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fifty-dodos-smoke.md b/.changeset/fifty-dodos-smoke.md index af6db82b0..5c11a8f14 100644 --- a/.changeset/fifty-dodos-smoke.md +++ b/.changeset/fifty-dodos-smoke.md @@ -2,4 +2,4 @@ "@primer/octicons": minor --- -Save attachment-16.svg, attachment-24.svg +Save paperclip-16.svg, paperclip-24.svg From 63646720ff3a12216b2ebb5468a9ebd7e0903fbf Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 21 Jul 2022 18:23:52 +0000 Subject: [PATCH 6/8] Optimize SVGs --- icons/paperclip-16.svg | 11 +---------- icons/paperclip-24.svg | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/icons/paperclip-16.svg b/icons/paperclip-16.svg index 088304530..e10555a3d 100644 --- a/icons/paperclip-16.svg +++ b/icons/paperclip-16.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/icons/paperclip-24.svg b/icons/paperclip-24.svg index 4f7dc18f8..1757ff337 100644 --- a/icons/paperclip-24.svg +++ b/icons/paperclip-24.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file From 1832ac53a7b4cd6cc8499d51038a99f5a48c40eb Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 21 Jul 2022 11:24:07 -0700 Subject: [PATCH 7/8] Delete attachment-24.svg --- icons/attachment-24.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/attachment-24.svg diff --git a/icons/attachment-24.svg b/icons/attachment-24.svg deleted file mode 100644 index c1aa729a3..000000000 --- a/icons/attachment-24.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 66d82f481863a17556f2caa25055994c42fb5331 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Thu, 21 Jul 2022 11:24:15 -0700 Subject: [PATCH 8/8] Delete attachment-16.svg --- icons/attachment-16.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/attachment-16.svg diff --git a/icons/attachment-16.svg b/icons/attachment-16.svg deleted file mode 100644 index 0f4df0084..000000000 --- a/icons/attachment-16.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file