diff options
Diffstat (limited to 'src/_icons/text-direction-ltr.svg')
-rw-r--r-- | src/_icons/text-direction-ltr.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/text-direction-ltr.svg b/src/_icons/text-direction-ltr.svg new file mode 100644 index 00000000..2ad8e9ab --- /dev/null +++ b/src/_icons/text-direction-ltr.svg @@ -0,0 +1,11 @@ +--- +tags: [left, right, bidi] +category: Text +--- +<svg> + <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> |