yew_icons 0.10.0

Easily include a variety of SVG icons into your Yew app
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Generated file, do not edit by hand, see `src/generator.rs`

static COLLECTION: crate::IconCollection = crate::IconCollection {
    name: "EXTRA",
    license: "Check brand guidelines",
};
impl crate::IconData {
    pub const EXTRA_GOOGLE_PLAY: Self = {
        Self { collection : & COLLECTION , name : "GOOGLE_PLAY" , view_box : Some ("0 0 28.99 31.99") , fill : Some ("currentColor") , stroke : None , stroke_width : None , stroke_linecap : None , stroke_linejoin : None , src : "<g data-name=\"Capa 2\"><g data-name=\"Capa 1\"><path d=\"M13.54 15.28.12 29.34a3.66 3.66 0 0 0 5.33 2.16l15.1-8.6Z\" style=\"fill:#ea4335\"/><path d=\"m27.11 12.89-6.53-3.74-7.35 6.45 7.38 7.28 6.48-3.7a3.54 3.54 0 0 0 1.5-4.79 3.62 3.62 0 0 0-1.5-1.5z\" style=\"fill:#fbbc04\"/><path d=\"M.12 2.66a3.57 3.57 0 0 0-.12.92v24.84a3.57 3.57 0 0 0 .12.92L14 15.64Z\" style=\"fill:#4285f4\"/><path d=\"m13.64 16 6.94-6.85L5.5.51A3.73 3.73 0 0 0 3.63 0 3.64 3.64 0 0 0 .12 2.65Z\" style=\"fill:#34a853\"/></g></g>" , }
    };
}