From 16318b6b7ba9abcf75c8a17f8ea2204128f9541a Mon Sep 17 00:00:00 2001 From: Gavin Nelson Date: Mon, 12 Jun 2023 09:34:09 -0700 Subject: [PATCH] Add undo / redo icons (#956) * Save redo-16.svg, undo-16.svg * Optimize SVGs * Create twenty-melons-care.md * Update public-api.test.js.snap * edits * Optimize SVGs --------- Co-authored-by: Gavin Nelson --- .changeset/twenty-melons-care.md | 5 +++++ icons/redo-16.svg | 1 + icons/undo-16.svg | 1 + .../__tests__/__snapshots__/public-api.test.js.snap | 2 ++ 4 files changed, 9 insertions(+) create mode 100644 .changeset/twenty-melons-care.md create mode 100644 icons/redo-16.svg create mode 100644 icons/undo-16.svg diff --git a/.changeset/twenty-melons-care.md b/.changeset/twenty-melons-care.md new file mode 100644 index 000000000..2b6b2d44c --- /dev/null +++ b/.changeset/twenty-melons-care.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Add undo / redo icons diff --git a/icons/redo-16.svg b/icons/redo-16.svg new file mode 100644 index 000000000..c2ea9fb08 --- /dev/null +++ b/icons/redo-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/undo-16.svg b/icons/undo-16.svg new file mode 100644 index 000000000..cc0a186bc --- /dev/null +++ b/icons/undo-16.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 c26630ab5..5ba514205 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -228,6 +228,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "QuestionIcon", "QuoteIcon", "ReadIcon", + "RedoIcon", "RelFilePathIcon", "ReplyIcon", "RepoCloneIcon", @@ -297,6 +298,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "TriangleUpIcon", "TrophyIcon", "TypographyIcon", + "UndoIcon", "UnfoldIcon", "UnlinkIcon", "UnlockIcon",