We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9937a commit c4de9f7Copy full SHA for c4de9f7
docs/icons.md
@@ -4,7 +4,7 @@ The Epic Stack uses SVG sprites for
4
[optimal icon performance](https://benadam.me/thoughts/react-svg-sprites/).
5
You'll find raw SVGs in the `./other/svg-icons` directory. These are then
6
compiled into a sprite using the `npm run gen-svg-sprite` script which generates
7
-the `app/components/ui/icon.tsx` file and its associated `icons.svg` file.
+the `app/components/ui/icon.tsx` file and its associated `icon.svg` file.
8
9
The SVGs used by default in the Epic Stack come from
10
[icons.radix-ui.com](https://icons.radix-ui.com/). You can download additional
0 commit comments