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 bae277d commit 942fb15Copy full SHA for 942fb15
docs/5.x/reference/field-types/icon.md
@@ -21,15 +21,3 @@ Change `fa-solid` to another style identifier to suit your site’s appearance!
21
### SVG + JS
22
23
The same HTML will work with the recommendations in the [SVG + JS tutorial](https://fontawesome.com/docs/web/setup/host-yourself/svg-js).
24
-
25
-## Bundled Assets
26
27
-You can output Craft’s bundled SVG files with the [`svg()` Twig function](../twig/functions.md#svg):
28
29
-```twig
30
-{{ svg("@appicons/#{entry.myIconsField}.svg") }}
31
-```
32
33
-::: warning
34
-Only one the “solid” icon style is bundled with Craft.
35
-:::
0 commit comments