File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ your own.
33
33
Icon Names
34
34
~~~~~~~~~~
35
35
36
- Icons are referenced using an unique identifier that follows one of the following syntaxes:
36
+ Icons are referenced using a unique identifier using one of the following syntaxes:
37
37
38
38
* ``prefix:name `` (e.g. ``mdi:check ``, ``bi:check ``, ``editor:align-left ``)
39
39
* ``name `` only (e.g. ``check ``, ``close ``, ``menu ``)
@@ -44,7 +44,7 @@ The icon ``name`` is the same as the file name without the file extension (e.g.
44
44
45
45
The name must match a standard ``slug `` format: ``[a-z0-9-]+(-[a-z0-9])+ ``.
46
46
47
- Depending on your configuration, the ``prefix `` can be the name of an icon set, a directory
47
+ Depending on your ` configuration `_ , the ``prefix `` can be the name of an icon set, a directory
48
48
where the icon is located, or a combination of both.
49
49
50
50
For example, the ``bi `` prefix refers to the Bootstrap Icons set, while the ``header `` prefix
@@ -541,7 +541,7 @@ returning the HTML output.
541
541
Configuration
542
542
-------------
543
543
544
- The UX Icons integrates seamlessly in Symfony applications. All these options are configured under
544
+ The UX Icons component integrates seamlessly in Symfony applications. All these options are configured under
545
545
the ``ux_icons `` key in your application configuration.
546
546
547
547
.. code-block :: yaml
You can’t perform that action at this time.
0 commit comments