From 242f591d9fa27cb7e78487e59be7d62fde39e022 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 16 Jun 2022 23:28:42 +0200 Subject: Release 1.70.0 --- icons-react/icons-js/text-increase.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/text-increase.js (limited to 'icons-react/icons-js/text-increase.js') diff --git a/icons-react/icons-js/text-increase.js b/icons-react/icons-js/text-increase.js new file mode 100644 index 00000000..aaa809a7 --- /dev/null +++ b/icons-react/icons-js/text-increase.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextIncrease({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextIncrease; \ No newline at end of file -- cgit v1.2.1