Constant vizia_core::icons::ICON_TEXT_DIRECTION_LTR

source ยท
pub const ICON_TEXT_DIRECTION_LTR: &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="M5 19h14" />
  <path d="M17 21l2 -2l-2 -2" />
  <path d="M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5" />
  <path d="M14 15v-11" />
  <path d="M10 15v-11" />
</svg>
"#;