pub fn Icon<'a>(cx: Scope<'a, IconProps>) -> Element<'_>
Expand description
Material Symbols icon.
For details, see the props struct definition.
kind
: IconKind
Kind of icon.
is_filled
: Option<bool>
Fill of the icon (optional).
weight
: Option<u32>
Weight of the icon (optional).
size
: Option<f32>
Optical size of the icon (optional).