aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/text-wrap.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-20 06:39:10 +0200
committercodecalm <codecalm@gmail.com>2020-04-20 06:39:30 +0200
commitf8be779997b3116b03953c7b031bccbba7b21aae (patch)
tree422a2888c74c08eac02e8bd206a011b922f2b48e /src/_icons/text-wrap.svg
parentfile-code icon (diff)
downloadtabler-icons-f8be779997b3116b03953c7b031bccbba7b21aae.tar.xz
3 new icons: `emphasis`, `separator`, `text-wrap`
Fixed icons: `underline`
Diffstat (limited to 'src/_icons/text-wrap.svg')
-rw-r--r--src/_icons/text-wrap.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/text-wrap.svg b/src/_icons/text-wrap.svg
new file mode 100644
index 0000000..989bc36
--- /dev/null
+++ b/src/_icons/text-wrap.svg
@@ -0,0 +1,8 @@
+---
+tags: [text, alignment, position]
+---
+<svg>
+ <line x1="4" y1="6" x2="20" y2="6" />
+ <line x1="4" y1="18" x2="9" y2="18" />
+ <path d="M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2" />
+</svg>