diff options
author | codecalm <codecalm@gmail.com> | 2022-06-16 23:10:40 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-06-16 23:10:40 +0200 |
commit | a84b03eb03920382d7e072876b656ae52c3b7b01 (patch) | |
tree | b516712b8b60ece2add99fa0b840969a522bed7c /src/_icons/text-increase.svg | |
parent | Release 1.69.0 (diff) | |
download | tabler-icons-a84b03eb03920382d7e072876b656ae52c3b7b01.tar.xz |
18 new icons: `arrows-exchange-2`, `arrows-exchange`, `category-2`, `category`, `direction-sign`, `discount-check`, `fish-hook`, `fridge`, `health-recognition`, `history-toggle`, `meteor`, `number`, `scan-eye`, `schema`, `screenshot`, `text-decrease`, `text-increase`, `text-recognition`
Diffstat (limited to 'src/_icons/text-increase.svg')
-rw-r--r-- | src/_icons/text-increase.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/text-increase.svg b/src/_icons/text-increase.svg new file mode 100644 index 00000000..e25c7914 --- /dev/null +++ b/src/_icons/text-increase.svg @@ -0,0 +1,9 @@ +--- +category: Text +--- +<svg> + <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> |