diff options
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> |