Skip to content

Commit 9d361c9

Browse files
[Icons] Docs: Merging code blocks; language improvements
1 parent 8f02bd6 commit 9d361c9

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

src/Icons/doc/index.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Symfony UX Icons
22
================
33

4-
The ``symfony/ux-icons`` package offers simple and intuitive ways to render
4+
The ``symfony/ux-icons`` package offers a simple and intuitive way to render
55
SVG icons in your Symfony application. It provides a Twig function to include
6-
any local or remote icons from your templates.
6+
both local and remote icons in your templates.
77

8-
UX Icons gives you a direct access to over 200,000 vector icons from popular
8+
UX Icons gives you direct access to over 200,000 vector icons from popular
99
icon sets such as FontAwesome, Bootstrap Icons, Tabler Icons, Google Material
1010
Design Icons, etc.
1111

@@ -16,14 +16,8 @@ Installation
1616
1717
$ composer require symfony/ux-icons
1818
19-
HTTP Client for On-Demand Icons
20-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21-
22-
If you plan to use provided icon sets, make sure that you have the HTTP client installed:
23-
24-
.. code-block:: terminal
25-
26-
$ composer require symfony/http-client
19+
# To use provided on-demand icon sets, you also need HTTP client:
20+
$ composer require symfony/http-client
2721
2822
SVG Icons
2923
---------

0 commit comments

Comments
 (0)