Constant vizia_core::icons::ICON_DEVICE_TV_OFF
source ยท pub const ICON_DEVICE_TV_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="M11 7h8a2 2 0 0 1 2 2v8m-1.178 2.824c-.25 .113 -.529 .176 -.822 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" />
<path d="M16 3l-4 4l-4 -4" />
<path d="M3 3l18 18" />
</svg>
"#;