|
@@ -17,7 +17,7 @@ class Icon(TextColorElement):
|
|
|
|
|
|
`Here <https://fonts.google.com/icons?icon.set=Material+Icons>`_ is a reference of possible names.
|
|
|
|
|
|
- :param name: name of the icon
|
|
|
+ :param name: name of the icon (snake case, e.g. `add_circle`)
|
|
|
:param size: size in CSS units, including unit name or standard size name (xs|sm|md|lg|xl), examples: 16px, 2rem
|
|
|
:param color: icon color (either a Quasar, Tailwind, or CSS color or `None`, default: `None`)
|
|
|
"""
|