Constant vizia_core::icons::ICON_ALPHABET_ARABIC

source ยท
pub const ICON_ALPHABET_ARABIC: &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="M10 6v4" />
  <path d="M13 14h8q -2.518 -3 -4 -3" />
  <path d="M13 6v9.958c0 .963 0 1.444 -.293 1.743s-.764 .299 -1.707 .299h-1" />
  <path d="M7 6v9.958c0 .963 0 1.444 -.293 1.743s-.764 .299 -1.707 .299h-1" />
</svg>
"#;