Constant vizia_core::icons::ICON_BRAND_WINDY

source ยท
pub const ICON_BRAND_WINDY: &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="M9 4c0 5.5 -.33 16 4 16s7.546 -11.27 8 -13" />
  <path d="M3 4c.253 5.44 1.449 16 5.894 16c4.444 0 8.42 -10.036 9.106 -14" />
</svg>
"#;