Constant vizia_core::icons::ICON_MESSAGE_2_OFF
source ยท pub const ICON_MESSAGE_2_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="M8 9h1m4 0h3" />
<path d="M8 13h5" />
<path d="M8 4h10a3 3 0 0 1 3 3v8c0 .57 -.16 1.104 -.436 1.558m-2.564 1.442h-3l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8c0 -1.084 .575 -2.034 1.437 -2.561" />
<path d="M3 3l18 18" />
</svg>
"#;