From 15ea1e43510a55a5f77d4f4bc76f5033d6655997 Mon Sep 17 00:00:00 2001 From: UnicodeRogue <49918839+UnicodeRogue@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:44:32 -0400 Subject: [PATCH] Octicon contribution for RemoveFilter (#976) * Octicon contribution for RemoveFilter * taking out props * adding note about note * Optimize SVGs * adding 24 size version * changeset run and message added * updated snapshot for test passing * Updating filter-remove icons * Optimize SVGs --------- Co-authored-by: UnicodeRogue Co-authored-by: Cameron Foxly Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> --- .changeset/hip-fishes-rush.md | 5 +++++ icons/filter-remove-16.svg | 1 + icons/filter-remove-24.svg | 1 + keywords.json | 1 + .../__tests__/__snapshots__/public-api.test.js.snap | 1 + 5 files changed, 9 insertions(+) create mode 100644 .changeset/hip-fishes-rush.md create mode 100644 icons/filter-remove-16.svg create mode 100644 icons/filter-remove-24.svg diff --git a/.changeset/hip-fishes-rush.md b/.changeset/hip-fishes-rush.md new file mode 100644 index 000000000..237bb5486 --- /dev/null +++ b/.changeset/hip-fishes-rush.md @@ -0,0 +1,5 @@ +--- +'@primer/octicons': minor +--- + +Adds filter remove octicon diff --git a/icons/filter-remove-16.svg b/icons/filter-remove-16.svg new file mode 100644 index 000000000..c63267048 --- /dev/null +++ b/icons/filter-remove-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/filter-remove-24.svg b/icons/filter-remove-24.svg new file mode 100644 index 000000000..33f7c9967 --- /dev/null +++ b/icons/filter-remove-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/keywords.json b/keywords.json index 8747421c1..a35b75d69 100644 --- a/keywords.json +++ b/keywords.json @@ -75,6 +75,7 @@ "file-symlink-directory": ["folder", "subfolder", "link", "alias"], "file-symlink-file": ["link", "alias"], "file-zip": ["compress", "archive"], + "filter-remove": ["funnel", "filter", "remove", "delete"], "fiscal-host": ["safe", "money"], "flame": ["fire", "hot", "burn", "trending"], "fold": ["unfold", "hide", "collapse"], 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 ae06643d4..23691a221 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -132,6 +132,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "FileSymlinkFileIcon", "FileZipIcon", "FilterIcon", + "FilterRemoveIcon", "FiscalHostIcon", "FlameIcon", "FoldDownIcon",