pub fn auto_awesome_motion_icon() -> IconContentExpand description
§auto_awesome_motion_icon
Return the Material Design auto_awesome_motion icon content in the filled style.
§Usage
Use with crate::icon::IconArgs and crate::icon::icon.
§Examples
ⓘ
use tessera_ui_basic_components::icon::IconArgsBuilder;
use tessera_ui_basic_components::material_icons;
let args = IconArgsBuilder::default()
.content(material_icons::filled::auto_awesome_motion_icon())
.build()
.unwrap();