diff options
Diffstat (limited to 'icons/underline.svg')
-rw-r--r-- | icons/underline.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/icons/underline.svg b/icons/underline.svg new file mode 100644 index 00000000..2cca4df3 --- /dev/null +++ b/icons/underline.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-underline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <line x1="7" y1="19" x2="17" y2="19" /> + <path d="M8 5v6a4 4 0 0 0 8 0v-6" /> +</svg> + + |