diff options
Diffstat (limited to 'src/_icons/text-wrap-disabled.svg')
-rw-r--r-- | src/_icons/text-wrap-disabled.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/text-wrap-disabled.svg b/src/_icons/text-wrap-disabled.svg new file mode 100644 index 00000000..27eff991 --- /dev/null +++ b/src/_icons/text-wrap-disabled.svg @@ -0,0 +1,9 @@ +--- +tags: [text, alignment, position] +category: Text +--- +<svg> + <line x1="4" y1="6" x2="14" y2="6" /> + <line x1="4" y1="18" x2="14" y2="18" /> + <path d="M4 12h17l-3 -3m0 6l3 -3" /> +</svg> |