Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/Icons/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ To keep your design consistent and easily adjustable, consider defining a
:ref:`default attribute <icons_default_attributes>`. This allows you to control
the size of all your icons from a single place.

Icon Color
~~~~~~~~~~

Typically, SVG icons use ``fill="currentColor"`` to inherit the color of the containing element.
You can set the color in CSS on the container or directly on the SVG element/class.


Icon Sets
~~~~~~~~~

Expand Down