Skip to content

Commit

Permalink
chore: fix typo in new icon template
Browse files Browse the repository at this point in the history
  • Loading branch information
skjalgepalg committed Oct 5, 2023
1 parent b14c037 commit 942ed51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Please upload this file as an attachment or link/name the upstream branch contai
- [ ] It has fill-rule of `fill="currentColor"`
- [ ] It has no fill-rules with explicit color values like `fill="#f0f0f0"`
- [ ] It has been trimmed using a minifier like [SVGOMG](https://jakearchibald.github.io/svgomg/). (Lowest precision without visual degradation)
- [ ] It has viewbox of `viewbox="0 0 24 24"` (except logos)
- [ ] It has viewbox of `viewBox="0 0 24 24"` (except logos)
- [ ] It has no explicit width/height

**Additional context**
Expand Down

0 comments on commit 942ed51

Please sign in to comment.