Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Apr 28, 2024
1 parent 8b165da commit 8e4e8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Renders local and remote [SVG icons](https://ux.symfony.com/icons) in your Twig
{{ ux_icon('mdi:check', {class: 'w-4 h-4'}) }}
{# .. or Twig Component #}
<twig:UX:Icon name="mdi:check" class="w-4 h-4" />
<twig:ux:icon name="mdi:check" class="w-4 h-4" />
{# Render the "check" icon from "mdi" pack with class #}
<svg viewBox="0 0 24 24" fill="currentColor" class="w-4 h-4">
Expand Down

0 comments on commit 8e4e8e0

Please sign in to comment.