From 91267cf7d031e1f1e9e7c3927721b3c227dd85fa Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 3 Apr 2023 13:20:23 -0700 Subject: [PATCH 1/6] Save x-12.svg --- icons/x-12.svg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 icons/x-12.svg diff --git a/icons/x-12.svg b/icons/x-12.svg new file mode 100644 index 000000000..aa75f939f --- /dev/null +++ b/icons/x-12.svg @@ -0,0 +1,3 @@ + + + From 0827832af9a63911177b56ed3e09c2b5961c6288 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 3 Apr 2023 13:21:56 -0700 Subject: [PATCH 2/6] Create .changeset/rude-balloons-jam.md --- .changeset/rude-balloons-jam.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rude-balloons-jam.md diff --git a/.changeset/rude-balloons-jam.md b/.changeset/rude-balloons-jam.md new file mode 100644 index 000000000..8252196b0 --- /dev/null +++ b/.changeset/rude-balloons-jam.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Add 12px `×` icon From 4f163f4e5c49854a7d86ab95a693e219ffdd057d Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 3 Apr 2023 20:22:33 +0000 Subject: [PATCH 3/6] Optimize SVGs --- icons/x-12.svg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/icons/x-12.svg b/icons/x-12.svg index aa75f939f..670f81e8f 100644 --- a/icons/x-12.svg +++ b/icons/x-12.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file From 51ca9466c33808956bd89e794073fc427a1bd5ec Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 3 Apr 2023 13:51:04 -0700 Subject: [PATCH 4/6] Update rude-balloons-jam.md --- .changeset/rude-balloons-jam.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/rude-balloons-jam.md b/.changeset/rude-balloons-jam.md index 8252196b0..879759f0a 100644 --- a/.changeset/rude-balloons-jam.md +++ b/.changeset/rude-balloons-jam.md @@ -3,3 +3,5 @@ --- Add 12px `×` icon + +Kickstart tests From 6131343ba903734970ed43f872ca07f1c55ff658 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 3 Apr 2023 13:51:16 -0700 Subject: [PATCH 5/6] Update rude-balloons-jam.md --- .changeset/rude-balloons-jam.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.changeset/rude-balloons-jam.md b/.changeset/rude-balloons-jam.md index 879759f0a..8252196b0 100644 --- a/.changeset/rude-balloons-jam.md +++ b/.changeset/rude-balloons-jam.md @@ -3,5 +3,3 @@ --- Add 12px `×` icon - -Kickstart tests From fd77c488835bf9193d752375692fad6a0ed62178 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Thu, 27 Apr 2023 19:31:11 +0000 Subject: [PATCH 6/6] Update inline tree shaking snapshot --- lib/octicons_react/__tests__/tree-shaking.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/octicons_react/__tests__/tree-shaking.test.js b/lib/octicons_react/__tests__/tree-shaking.test.js index c60edfe1b..ad1a8877b 100644 --- a/lib/octicons_react/__tests__/tree-shaking.test.js +++ b/lib/octicons_react/__tests__/tree-shaking.test.js @@ -50,5 +50,5 @@ test('tree shaking single export', async () => { }) const bundleSize = Buffer.byteLength(output[0].code.trim()) / 1000 - expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"2.848kB"`) + expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"3.168kB"`) })