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 9e7dc71 commit a8f0e30Copy full SHA for a8f0e30
src/Icons/README.md
@@ -37,6 +37,10 @@ from many different sets. This package provides a way to include any icon found
37
2. Paste the snippet into your twig template and the icon will be automatically fetched (and cached).
38
3. That's it!
39
40
+This works by using [Iconify's](https://iconify.design) API (to which [ux.symfony.com/icons](https://ux.symfony.com/icons)
41
+is a frontend for) to fetch the icon and render it in place. This icon is then cached for future requests
42
+for the same icon.
43
+
44
> [!NOTE]
45
> [Local SVG Icons](#local-svg-icons) of the same name will have precedence over _on-demand_ icons.
46
0 commit comments