Skip to content

Commit 942fb15

Browse files
committed
Remove info on embedding CP icons in the front-end
1 parent bae277d commit 942fb15

File tree

1 file changed

+0
-12
lines changed
  • docs/5.x/reference/field-types

1 file changed

+0
-12
lines changed

docs/5.x/reference/field-types/icon.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,3 @@ Change `fa-solid` to another style identifier to suit your site’s appearance!
2121
### SVG + JS
2222

2323
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

Comments
 (0)