We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b165da commit 8e4e8e0Copy full SHA for 8e4e8e0
src/Icons/README.md
@@ -7,7 +7,7 @@ Renders local and remote [SVG icons](https://ux.symfony.com/icons) in your Twig
7
{{ ux_icon('mdi:check', {class: 'w-4 h-4'}) }}
8
9
{# .. or Twig Component #}
10
-<twig:UX:Icon name="mdi:check" class="w-4 h-4" />
+<twig:ux:icon name="mdi:check" class="w-4 h-4" />
11
12
{# Render the "check" icon from "mdi" pack with class #}
13
<svg viewBox="0 0 24 24" fill="currentColor" class="w-4 h-4">
0 commit comments