Constant vizia_core::icons::ICON_BONG_OFF

source ยท
pub const ICON_BONG_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 5v-2h4v6m1.5 1.5l2.5 -2.5l2 2l-2.5 2.5m-.5 3.505a5 5 0 1 1 -7 -4.589v-2.416" />
  <path d="M8 3h6" />
  <path d="M6.1 17h9.8" />
  <path d="M3 3l18 18" />
</svg>
"#;