From 6933ac32f87a2cb5efda4fb74b39d1e6199134ce Mon Sep 17 00:00:00 2001 From: Julius Yanik Date: Mon, 20 Dec 2021 11:10:11 +0100 Subject: [PATCH] Added first batch of feed icons (#708) * Added first batch of feed icons * Optimize SVGs * Create eight-camels-shout.md Co-authored-by: Julius Yanik Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com> --- .changeset/eight-camels-shout.md | 12 ++++++++++++ icons/feed-discussion-16.svg | 1 + icons/feed-heart-16.svg | 1 + icons/feed-person-16.svg | 1 + icons/feed-repo-16.svg | 1 + icons/feed-rocket-16.svg | 1 + icons/feed-star-16.svg | 1 + icons/feed-tag-16.svg | 1 + 8 files changed, 19 insertions(+) create mode 100644 .changeset/eight-camels-shout.md create mode 100644 icons/feed-discussion-16.svg create mode 100644 icons/feed-heart-16.svg create mode 100644 icons/feed-person-16.svg create mode 100644 icons/feed-repo-16.svg create mode 100644 icons/feed-rocket-16.svg create mode 100644 icons/feed-star-16.svg create mode 100644 icons/feed-tag-16.svg diff --git a/.changeset/eight-camels-shout.md b/.changeset/eight-camels-shout.md new file mode 100644 index 000000000..ae19345d7 --- /dev/null +++ b/.changeset/eight-camels-shout.md @@ -0,0 +1,12 @@ +--- +"@primer/octicons": minor +--- + +Added first batch of 16px feed icons: +- `feed-discussion` +- `feed-heart` +- `feed-person` +- `feed-repo` +- `feed-rocket` +- `feed-star` +- `feed-tag` diff --git a/icons/feed-discussion-16.svg b/icons/feed-discussion-16.svg new file mode 100644 index 000000000..dce89219d --- /dev/null +++ b/icons/feed-discussion-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/feed-heart-16.svg b/icons/feed-heart-16.svg new file mode 100644 index 000000000..53f92bc09 --- /dev/null +++ b/icons/feed-heart-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/feed-person-16.svg b/icons/feed-person-16.svg new file mode 100644 index 000000000..ca658d695 --- /dev/null +++ b/icons/feed-person-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/feed-repo-16.svg b/icons/feed-repo-16.svg new file mode 100644 index 000000000..5b2e71aba --- /dev/null +++ b/icons/feed-repo-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/feed-rocket-16.svg b/icons/feed-rocket-16.svg new file mode 100644 index 000000000..7350770f0 --- /dev/null +++ b/icons/feed-rocket-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/feed-star-16.svg b/icons/feed-star-16.svg new file mode 100644 index 000000000..2e65279ff --- /dev/null +++ b/icons/feed-star-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/feed-tag-16.svg b/icons/feed-tag-16.svg new file mode 100644 index 000000000..c2a5bc9a5 --- /dev/null +++ b/icons/feed-tag-16.svg @@ -0,0 +1 @@ + \ No newline at end of file