Constant vizia_core::icons::ICON_ELEVATOR_OFF

source ยท
pub const ICON_ELEVATOR_OFF: &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="M8 4h10a1 1 0 0 1 1 1v10m0 4a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-14" />
  <path d="M12 8l2 2" />
  <path d="M10 14l2 2l2 -2" />
  <path d="M3 3l18 18" />
</svg>
"#;