Constant vizia_core::icons::ICON_BRAND_CYPRESS

source ยท
pub const ICON_BRAND_CYPRESS: &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="M19.48 17.007a9 9 0 1 0 -7.48 3.993c.896 0 1.691 -.573 1.974 -1.423l3.526 -10.577" />
  <path d="M13.5 9l2 6" />
  <path d="M10.764 9.411a3 3 0 1 0 -.023 5.19" />
</svg>
"#;