Constant vizia_core::icons::ICON_BRAND_C_SHARP
source ยท pub const ICON_BRAND_C_SHARP: &str = r#"
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3" />
<path d="M16 7l-1 10" />
<path d="M20 7l-1 10" />
<path d="M14 10h7.5" />
<path d="M21 14h-7.5" />
</svg>
"#;