Constant vizia_core::icons::ICON_BRAND_DELIVEROO
source ยท pub const ICON_BRAND_DELIVEROO: &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="M15 11l1 -9l5 .5l-1 13.5l-3 6l-12.5 -2.5l-1.5 -6l7 -1.5l-1.5 -7.5l4.5 -1z" />
<circle cx="15.5" cy="15.5" r="1" fill="currentColor" />
<circle cx="11.5" cy="14.5" r="1" fill="currentColor" />
</svg>
"#;