From 268b2021bed7b12ff878e999d8b532534b1e2dcc Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Tue, 6 Jun 2023 11:29:25 -0700 Subject: [PATCH] Add pivot-column icon (#959) * Add pivot-column icon * Create clean-balloons-leave.md * Optimize SVGs * Update keywords.json * Update public-api.test.js.snap --------- Co-authored-by: Cameron Foxly --- .changeset/clean-balloons-leave.md | 5 +++++ icons/pivot-column-16.svg | 1 + icons/pivot-column-24.svg | 1 + keywords.json | 1 + .../__tests__/__snapshots__/public-api.test.js.snap | 1 + 5 files changed, 9 insertions(+) create mode 100644 .changeset/clean-balloons-leave.md create mode 100644 icons/pivot-column-16.svg create mode 100644 icons/pivot-column-24.svg diff --git a/.changeset/clean-balloons-leave.md b/.changeset/clean-balloons-leave.md new file mode 100644 index 000000000..d447ac655 --- /dev/null +++ b/.changeset/clean-balloons-leave.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Add pivot-column icon diff --git a/icons/pivot-column-16.svg b/icons/pivot-column-16.svg new file mode 100644 index 000000000..136886179 --- /dev/null +++ b/icons/pivot-column-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/pivot-column-24.svg b/icons/pivot-column-24.svg new file mode 100644 index 000000000..a39b06b82 --- /dev/null +++ b/icons/pivot-column-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/keywords.json b/keywords.json index b6ff21fa1..8747421c1 100644 --- a/keywords.json +++ b/keywords.json @@ -151,6 +151,7 @@ "person": ["people", "man", "woman", "human"], "pin": ["save", "star", "bookmark"], "pin-slash": ["unpin", "unsave", "unstar", "unbookmark"], + "pivot-column": ["pivot", "column", "table", "project", "filter"], "play": ["play", "start", "begin", "action"], "plug": ["hook", "webhook"], "plus": ["add", "new", "more"], 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 38d5930ae..c26630ab5 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 "PersonIcon", "PinIcon", "PinSlashIcon", + "PivotColumnIcon", "PlayIcon", "PlugIcon", "PlusCircleIcon",