From 3ff5aa669d33a88048825d229656abfa459e4d64 Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 12 Dec 2022 11:20:05 -0800 Subject: [PATCH] Add rel-file-path-16.svg, rel-file-path-24.svg (#874) * Save rel-file-path-16.svg, rel-file-path-24.svg * Optimize SVGs * Create cuddly-walls-build.md * Save rel-file-path-16.svg, rel-file-path-24.svg * Optimize SVGs * update snapshot Co-authored-by: Gavin Nelson --- .changeset/cuddly-walls-build.md | 5 +++++ icons/rel-file-path-16.svg | 1 + icons/rel-file-path-24.svg | 1 + .../__tests__/__snapshots__/public-api.test.js.snap | 1 + 4 files changed, 8 insertions(+) create mode 100644 .changeset/cuddly-walls-build.md create mode 100644 icons/rel-file-path-16.svg create mode 100644 icons/rel-file-path-24.svg diff --git a/.changeset/cuddly-walls-build.md b/.changeset/cuddly-walls-build.md new file mode 100644 index 000000000..d6e5c9fde --- /dev/null +++ b/.changeset/cuddly-walls-build.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Add rel-file-path-16.svg, rel-file-path-24.svg diff --git a/icons/rel-file-path-16.svg b/icons/rel-file-path-16.svg new file mode 100644 index 000000000..15d33afa2 --- /dev/null +++ b/icons/rel-file-path-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/rel-file-path-24.svg b/icons/rel-file-path-24.svg new file mode 100644 index 000000000..53aaa6c29 --- /dev/null +++ b/icons/rel-file-path-24.svg @@ -0,0 +1 @@ + \ No newline at end of file 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 3545805d4..4a651057e 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -214,6 +214,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "PulseIcon", "QuestionIcon", "QuoteIcon", + "RelFilePathIcon", "ReplyIcon", "RepoCloneIcon", "RepoDeletedIcon",