diff --git a/.changeset/slimy-peaches-draw.md b/.changeset/slimy-peaches-draw.md new file mode 100644 index 000000000..03247093c --- /dev/null +++ b/.changeset/slimy-peaches-draw.md @@ -0,0 +1,9 @@ +--- +"@primer/octicons": major +--- + +This patch fixes two problems: +- We're adding a non-filled `file-directory` icon to the set. +- We're fixing a problem where the 16px and 24px versions of the `file-directory` icons were mismatched between `fill` and `non-fill` versions of the icon. + +**THIS IS A BREAKING CHANGE** and will require re-linking all the `file-directory` icon references to `file-directory-fill` diff --git a/icons/file-directory-16.svg b/icons/file-directory-16.svg index db3d05359..2f113323c 100644 --- a/icons/file-directory-16.svg +++ b/icons/file-directory-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/file-directory-fill-16.svg b/icons/file-directory-fill-16.svg new file mode 100644 index 000000000..708de5007 --- /dev/null +++ b/icons/file-directory-fill-16.svg @@ -0,0 +1 @@ + \ No newline at end of file