Constant vizia_core::icons::ICON_CURRENCY_DOLLAR_OFF

source ยท
pub const ICON_CURRENCY_DOLLAR_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="M16.7 8a3 3 0 0 0 -2.7 -2h-4m-2.557 1.431a3 3 0 0 0 2.557 4.569h2m4.564 4.558a3 3 0 0 1 -2.564 1.442h-4a3 3 0 0 1 -2.7 -2" />
  <path d="M12 3v3m0 12v3" />
  <path d="M3 3l18 18" />
</svg>
"#;