Constant vizia_core::icons::ICON_SWORD_OFF

source ยท
pub const ICON_SWORD_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="M11.938 7.937l3.062 -3.937h5v5l-3.928 3.055m-2.259 1.757l-2.813 2.188l-4 4l-3 -3l4 -4l2.19 -2.815" />
  <path d="M6.5 11.5l6 6" />
  <path d="M3 3l18 18" />
</svg>
"#;