Constant vizia_core::icons::ICON_DEVICE_WATCH_OFF
source ยท pub const ICON_DEVICE_WATCH_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="M10 6h5a3 3 0 0 1 3 3v5m-.89 3.132a2.99 2.99 0 0 1 -2.11 .868h-6a3 3 0 0 1 -3 -3v-6c0 -.817 .327 -1.559 .857 -2.1" />
<path d="M9 18v3h6v-3" />
<path d="M9 5v-2h6v3" />
<path d="M3 3l18 18" />
</svg>
"#;