From caf958be9c695ff9ee4381328a555f12b0d830fa Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Wed, 25 Jan 2023 10:44:53 -0800 Subject: [PATCH] Save fiscal-host-16.svg (#903) * Save fiscal-host-16.svg * Optimize SVGs * Create .changeset/red-actors-thank.md * Update public-api.test.js.snap * Update keywords.json Co-authored-by: Gavin Nelson --- .changeset/red-actors-thank.md | 5 +++++ icons/fiscal-host-16.svg | 1 + keywords.json | 1 + .../__tests__/__snapshots__/public-api.test.js.snap | 1 + 4 files changed, 8 insertions(+) create mode 100644 .changeset/red-actors-thank.md create mode 100644 icons/fiscal-host-16.svg diff --git a/.changeset/red-actors-thank.md b/.changeset/red-actors-thank.md new file mode 100644 index 000000000..cd0777258 --- /dev/null +++ b/.changeset/red-actors-thank.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Save fiscal-host-16.svg diff --git a/icons/fiscal-host-16.svg b/icons/fiscal-host-16.svg new file mode 100644 index 000000000..fc8dbb28a --- /dev/null +++ b/icons/fiscal-host-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/keywords.json b/keywords.json index 79d636a6a..c9b13222a 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"], + "fiscal-host": ["safe", "money"], "flame": ["fire", "hot", "burn", "trending"], "fold": ["unfold", "hide", "collapse"], "fold-down": ["unfold", "hide", "collapse", "down"], 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 f04d07359..687f33c48 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -118,6 +118,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "FileSymlinkFileIcon", "FileZipIcon", "FilterIcon", + "FiscalHostIcon", "FlameIcon", "FoldDownIcon", "FoldIcon",