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 b1b6330 commit 4a25b49Copy full SHA for 4a25b49
src/Icons/README.md
@@ -8,7 +8,7 @@ Renders local and remote [SVG icons](https://ux.symfony.com/icons) in your Twig
8
9
{# .. or Twig Component #}
10
<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">
14
<path d="M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59z"/>
0 commit comments