From 199f00e99e0fc3c5abb6e78f2255393a67c08fc6 Mon Sep 17 00:00:00 2001 From: amie <6574688+heyamie@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:02:31 +0100 Subject: [PATCH] Add diagonal arrows as 16px (#858) * Add diagonal arrows as 16px * Optimize SVGs * Create slow-items-sing.md * Add ViewBox Co-authored-by: amie Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com> --- .changeset/slow-items-sing.md | 5 +++++ icons/arrow-down-left-16.svg | 1 + icons/arrow-down-right-16.svg | 1 + icons/arrow-up-left-16.svg | 1 + icons/arrow-up-right-16.svg | 1 + 5 files changed, 9 insertions(+) create mode 100644 .changeset/slow-items-sing.md create mode 100644 icons/arrow-down-left-16.svg create mode 100644 icons/arrow-down-right-16.svg create mode 100644 icons/arrow-up-left-16.svg create mode 100644 icons/arrow-up-right-16.svg diff --git a/.changeset/slow-items-sing.md b/.changeset/slow-items-sing.md new file mode 100644 index 000000000..8fa2cc54f --- /dev/null +++ b/.changeset/slow-items-sing.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Add diagonal arrows as 16px diff --git a/icons/arrow-down-left-16.svg b/icons/arrow-down-left-16.svg new file mode 100644 index 000000000..c5d04d69c --- /dev/null +++ b/icons/arrow-down-left-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/arrow-down-right-16.svg b/icons/arrow-down-right-16.svg new file mode 100644 index 000000000..9b1854b50 --- /dev/null +++ b/icons/arrow-down-right-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/arrow-up-left-16.svg b/icons/arrow-up-left-16.svg new file mode 100644 index 000000000..44978b3dd --- /dev/null +++ b/icons/arrow-up-left-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/arrow-up-right-16.svg b/icons/arrow-up-right-16.svg new file mode 100644 index 000000000..b506844b1 --- /dev/null +++ b/icons/arrow-up-right-16.svg @@ -0,0 +1 @@ + \ No newline at end of file