Constant vizia_core::icons::ICON_TEXT_ORIENTATION

source ยท
pub const ICON_TEXT_ORIENTATION: &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="M9 15l-5 -5c-1.367 -1.367 -1.367 -3.633 0 -5s3.633 -1.367 5 0l5 5" />
  <path d="M5.5 11.5l5 -5" />
  <path d="M21 12l-9 9" />
  <path d="M21 12v4" />
  <path d="M21 12h-4" />
</svg>
"#;