Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unwanted doctypes from svg sprite (#229)
# Changes - Adds an icon that is known to have a doctype definition in it - Adds the flag to strip doctype in svg-sprite # How to test 1. Run `npm run build && npm run lint` to see no errors regarding `doctype` 2. Verify that there is only one `doctype` in any html file. 3. Verify that there was a `doctype` in the `close.svg` file. # Checklist - [X] I have performed a self-review of my own code - [X] I have made sure that my PR is easy to review (not too big, includes comments) - [ ] ~I have made updated relevant documentation files (in project README, docs/, etc)~ - [ ] ~I have added a decision log entry if the change affects the architecture or changes a significant technology~ - [X] I have notified a reviewer <!-- Please strike through and check off all items that do not apply (rather than removing them) -->
- Loading branch information