You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can define icons from https://fonts.google.com/icons?icon.set=Material+Icons&icon.style=Outlined[Material Icons,window=_blank] or an svg file using the customized `icon` macro or the `material-icons` role.
115
+
You can define icons from https://fonts.google.com/icons?icon.set=Material+Icons&icon.style=Outlined[Material Icons,window=_blank] and https://lucide.dev/icons/[Lucide Icons,window=_blank]. You can also apply an svg file using the customized `icon` macro.
116
116
117
117
Method 1: Inline icon macro with an svg file::
118
118
The customized inline icon macro accepts a file path as it's target source. The file must be an svg file.
Method 2: Inline icon macro with a material-icons target::
128
128
The customized inline icon macro supports material icon names as it's target source prefixed with `material-icons:`. Ensure the name is lower case with underscores instead of spaces.
129
129
+
130
+
This macro does not yet support Lucide icons.
131
+
+
130
132
This method supports light and dark mode automatically.
0 commit comments