diff options
Diffstat (limited to 'icons/text-increase.svg')
-rw-r--r-- | icons/text-increase.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icons/text-increase.svg b/icons/text-increase.svg new file mode 100644 index 00000000..70b6486d --- /dev/null +++ b/icons/text-increase.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-text-increase" 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" fill="none"/> + <path d="M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5" /> + <path d="M4 13h7" /> + <path d="M18 9v6" /> + <path d="M21 12h-6" /> +</svg> + + |