Constant vizia_core::icons::ICON_ARTICLE_OFF

source ยท
pub const ICON_ARTICLE_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 4h11a2 2 0 0 1 2 2v11m-1.172 2.821a1.993 1.993 0 0 1 -.828 .179h-14a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.156 -1.814" />
  <path d="M7 8h1m4 0h5" />
  <path d="M7 12h5m4 0h1" />
  <path d="M7 16h9" />
  <path d="M3 3l18 18" />
</svg>
"#;