diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 21:58:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 21:58:08 +0100 |
commit | b37611bffe1dbb6107a0efd210e125c9a141856d (patch) | |
tree | 6e9287bb60324a1f1df13a54a30f8875028b455f /src/_icons/underline.svg | |
parent | plane fix, plane-arrival, plane-departure (diff) | |
download | tabler-icons-b37611bffe1dbb6107a0efd210e125c9a141856d.tar.xz |
bold, italic, underline icons #11
Diffstat (limited to 'src/_icons/underline.svg')
-rw-r--r-- | src/_icons/underline.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg new file mode 100644 index 00000000..94a68c25 --- /dev/null +++ b/src/_icons/underline.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="7" y1="19" x2="17" y2="19" /> + <path d="M8 5v6a4 4 0 0 0 8 0v-6" /> +</svg> |