youtube_searched_for_icon

Function youtube_searched_for_icon 

Source
pub fn youtube_searched_for_icon() -> IconContent
Expand description

§youtube_searched_for_icon

Return the Material Design youtube_searched_for 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::youtube_searched_for_icon())
    .build()
    .unwrap();