File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Symfony UX Icons
2
2
================
3
3
4
- Renders local and remote SVG icons in your Twig templates. It also gives direct
5
- access to over 200,000 open source vector icons from tens of icon sets.
4
+ This package provides utilities to work with SVG icons. It renders both local
5
+ and remote icons in your Twig templates. It provides direct access to over
6
+ 200,000 open source vector icons from popular icon sets such as FontAwesome,
7
+ Bootstrap Icons, Tabler Icons, Google Material Design Icons, etc.
6
8
7
9
Installation
8
10
------------
@@ -114,7 +116,7 @@ the ``assets/icons/`` directory. You can think of importing an icon as *locking
114
116
.. code-block :: terminal
115
117
116
118
# icon will be saved in `assets/icons/flowbite/user-solid.svg` and you can
117
- # use it name with the name: `flowbite:user-solid`
119
+ # use it with the name: `flowbite:user-solid`
118
120
$ php bin/console ux:icons:import flowbite:user-solid
119
121
120
122
# it's also possible to import several icons at once
@@ -168,6 +170,7 @@ Full Default Configuration
168
170
169
171
.. code-block :: yaml
170
172
173
+ # config/packages/ux_icons.yaml
171
174
ux_icons :
172
175
# The local directory where icons are stored.
173
176
icon_dir : ' %kernel.project_dir%/assets/icons'
You can’t perform that action at this time.
0 commit comments