Constant vizia_core::icons::ICON_WASH_DRYCLEAN_OFF

source ยท
pub const ICON_WASH_DRYCLEAN_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="M20.048 16.033a9 9 0 0 0 -12.094 -12.075m-2.321 1.682a9 9 0 0 0 12.733 12.723" />
  <path d="M3 3l18 18" />
</svg>
"#;