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 diff --git a/icons/x-12.svg b/icons/x-12.svg new file mode 100644 index 000000000..670f81e8f --- /dev/null +++ b/icons/x-12.svg @@ -0,0 +1 @@ + \ No newline at end of file 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"`) })