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-recognition.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-recognition.svg')
-rw-r--r-- | src/_icons/text-recognition.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/text-recognition.svg b/src/_icons/text-recognition.svg new file mode 100644 index 00000000..b0d07f03 --- /dev/null +++ b/src/_icons/text-recognition.svg @@ -0,0 +1,11 @@ +--- +category: Text +--- +<svg> + <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> + <path d="M4 16v2a2 2 0 0 0 2 2h2" /> + <path d="M16 4h2a2 2 0 0 1 2 2v2" /> + <path d="M16 20h2a2 2 0 0 0 2 -2v-2" /> + <path d="M12 16v-7" /> + <path d="M9 9h6" /> +</svg> |