Constant vizia_core::icons::ICON_BRAND_CSS3
source ยท pub const ICON_BRAND_CSS3: &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="M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" />
<path d="M8.5 8h7l-4.5 4h4l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5" />
</svg>
"#;