diff options
author | codecalm <codecalm@gmail.com> | 2020-04-20 06:39:10 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-20 06:39:30 +0200 |
commit | f8be779997b3116b03953c7b031bccbba7b21aae (patch) | |
tree | 422a2888c74c08eac02e8bd206a011b922f2b48e /src/_icons/text-wrap.svg | |
parent | file-code icon (diff) | |
download | tabler-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.svg | 8 |
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 00000000..989bc364 --- /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> |