how_to_reg_icon

Function how_to_reg_icon 

Source
pub fn how_to_reg_icon() -> IconContent
Expand description

§how_to_reg_icon

Return the Material Design how_to_reg icon content in the sharp 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::sharp::how_to_reg_icon())
    .build()
    .unwrap();