Constant vizia_core::icons::ICON_CURRENCY_NAIRA

source ยท
pub const ICON_CURRENCY_NAIRA: &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="M7 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948" />
  <path d="M5 10h14" />
  <path d="M5 14h14" />
</svg>
"#;