Constant vizia_core::icons::ICON_MAIL_OFF
source ยท pub const ICON_MAIL_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="M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" />
<path d="M3 7l9 6l.565 -.377m2.435 -1.623l6 -4" />
<path d="M3 3l18 18" />
</svg>
"#;