forked from edent/SuperTinyIcons
fix: corrects file format to match project README (#787)
This commit is contained in:
@@ -21,9 +21,9 @@ At a minimum, your icon needs these components, in this layout:
|
|||||||
```svg
|
```svg
|
||||||
<svg xmlns="http://www.w3.org/2000/svg"
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||||||
aria-label="..." role="img"
|
aria-label="..." role="img"
|
||||||
viewBox="0 0 512 512"><rect
|
viewBox="0 0 512 512"><path
|
||||||
width="512" height="512"
|
d="m0 0H512V512H0"
|
||||||
fill="#fff"/>...</svg>
|
fill="#fff"/> ... </svg>
|
||||||
```
|
```
|
||||||
|
|
||||||
Please keep the whitespace as-is. This makes viewing diffs easier. Please use UNIX line-endings `LF` rather than Windows-style `CRLF`.
|
Please keep the whitespace as-is. This makes viewing diffs easier. Please use UNIX line-endings `LF` rather than Windows-style `CRLF`.
|
||||||
|
Reference in New Issue
Block a user