Skip to content

Commit

Permalink
Clean up template in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kuubeu authored Sep 12, 2023
1 parent 57166e9 commit 17f81ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,11 +595,10 @@ I'd _love_ you to submit something 😸 The rules are simple, your icon must:

At a minimum, your icon needs these components:

```
```svg
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="..." role="img"
viewBox="0 0 512 512">
<path
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/> ... </svg>
```
Expand Down

0 comments on commit 17f81ca

Please sign in to comment.