simple-icons-pack 16.11.0

A redistribution of simple-icons npm package's SVG and metadata.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file was generated. DO NOT EDIT.
use crate::{Icon, icons};

pub(super) fn find_part_17(slug: &str) -> Option<Icon> {
    match slug {
        "delonghi" => Some(icons::SI_DELONGHI),
        "qgis" => Some(icons::SI_QGIS),
        "docsdotrs" => Some(icons::SI_DOCSDOTRS),
        "vectary" => Some(icons::SI_VECTARY),
        "apachestorm" => Some(icons::SI_APACHESTORM),
        "createreactapp" => Some(icons::SI_CREATEREACTAPP),
        "dsautomobiles" => Some(icons::SI_DSAUTOMOBILES),
        "nebula" => Some(icons::SI_NEBULA),
        "betfair" => Some(icons::SI_BETFAIR),
        "decapcms" => Some(icons::SI_DECAPCMS),
        _ => None,
    }
}