diff --git a/.changeset/mean-paws-tease.md b/.changeset/mean-paws-tease.md new file mode 100644 index 000000000..1122b7901 --- /dev/null +++ b/.changeset/mean-paws-tease.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Fix Feed icon alignment issue and name collision diff --git a/icons/feed-issue-closed-16.svg b/icons/feed-issue-closed-16.svg index 2d4e0dc68..441d92d9c 100644 --- a/icons/feed-issue-closed-16.svg +++ b/icons/feed-issue-closed-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/feed-issue-draft-16.svg b/icons/feed-issue-draft-16.svg index 364cf82e4..3d9ecbdad 100644 --- a/icons/feed-issue-draft-16.svg +++ b/icons/feed-issue-draft-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/feed-issue-open-16.svg b/icons/feed-issue-open-16.svg index 57f140679..b962fe1f8 100644 --- a/icons/feed-issue-open-16.svg +++ b/icons/feed-issue-open-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/feed-issue-reopen-16.svg b/icons/feed-issue-reopen-16.svg new file mode 100644 index 000000000..57f140679 --- /dev/null +++ b/icons/feed-issue-reopen-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/feed-plus-16.svg b/icons/feed-plus-16.svg index 967b8fdd4..4bd4c6a05 100644 --- a/icons/feed-plus-16.svg +++ b/icons/feed-plus-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/feed-public-16.svg b/icons/feed-public-16.svg index 6d4ea0fec..52bf81048 100644 --- a/icons/feed-public-16.svg +++ b/icons/feed-public-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/feed-pull-request-closed-16.svg b/icons/feed-pull-request-closed-16.svg index 96375d8e1..594098e93 100644 --- a/icons/feed-pull-request-closed-16.svg +++ b/icons/feed-pull-request-closed-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/feed-pull-request-draft-16.svg b/icons/feed-pull-request-draft-16.svg index 85da552c3..03b2871ff 100644 --- a/icons/feed-pull-request-draft-16.svg +++ b/icons/feed-pull-request-draft-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/feed-pull-request-open-16.svg b/icons/feed-pull-request-open-16.svg index 65d7176b5..ec3d2e2f8 100644 --- a/icons/feed-pull-request-open-16.svg +++ b/icons/feed-pull-request-open-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ 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 764778c60..ae06643d4 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -102,6 +102,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang "FeedIssueClosedIcon", "FeedIssueDraftIcon", "FeedIssueOpenIcon", + "FeedIssueReopenIcon", "FeedMergedIcon", "FeedPersonIcon", "FeedPlusIcon",