Constant vizia_core::icons::ICON_PILL_OFF
source ยท pub const ICON_PILL_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.495 6.505l2 -2a4.95 4.95 0 0 1 7 7l-2 2m-2 2l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4" />
<path d="M8.5 8.5l7 7" />
<path d="M3 3l18 18" />
</svg>
"#;