Constant vizia_core::icons::ICON_SUNSET

source ยท
pub const ICON_SUNSET: &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="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" />
  <path d="M3 21l18 0" />
  <path d="M12 3v6l3 -3m-6 0l3 3" />
</svg>
"#;