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/arrows-exchange-2.js | 12 ++++++++++++ icons-react/icons-js/arrows-exchange.js | 12 ++++++++++++ icons-react/icons-js/category-2.js | 12 ++++++++++++ icons-react/icons-js/category.js | 12 ++++++++++++ icons-react/icons-js/direction-sign.js | 12 ++++++++++++ icons-react/icons-js/discount-check.js | 12 ++++++++++++ icons-react/icons-js/fish-hook.js | 12 ++++++++++++ icons-react/icons-js/fridge.js | 12 ++++++++++++ icons-react/icons-js/health-recognition.js | 12 ++++++++++++ icons-react/icons-js/history-toggle.js | 12 ++++++++++++ icons-react/icons-js/meteor.js | 12 ++++++++++++ icons-react/icons-js/number.js | 12 ++++++++++++ icons-react/icons-js/scan-eye.js | 12 ++++++++++++ icons-react/icons-js/schema.js | 12 ++++++++++++ icons-react/icons-js/screenshot.js | 12 ++++++++++++ icons-react/icons-js/text-decrease.js | 12 ++++++++++++ icons-react/icons-js/text-increase.js | 12 ++++++++++++ icons-react/icons-js/text-recognition.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/arrows-exchange-2.js create mode 100644 icons-react/icons-js/arrows-exchange.js create mode 100644 icons-react/icons-js/category-2.js create mode 100644 icons-react/icons-js/category.js create mode 100644 icons-react/icons-js/direction-sign.js create mode 100644 icons-react/icons-js/discount-check.js create mode 100644 icons-react/icons-js/fish-hook.js create mode 100644 icons-react/icons-js/fridge.js create mode 100644 icons-react/icons-js/health-recognition.js create mode 100644 icons-react/icons-js/history-toggle.js create mode 100644 icons-react/icons-js/meteor.js create mode 100644 icons-react/icons-js/number.js create mode 100644 icons-react/icons-js/scan-eye.js create mode 100644 icons-react/icons-js/schema.js create mode 100644 icons-react/icons-js/screenshot.js create mode 100644 icons-react/icons-js/text-decrease.js create mode 100644 icons-react/icons-js/text-increase.js create mode 100644 icons-react/icons-js/text-recognition.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/arrows-exchange-2.js b/icons-react/icons-js/arrows-exchange-2.js new file mode 100644 index 00000000..b536c12c --- /dev/null +++ b/icons-react/icons-js/arrows-exchange-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsExchange2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsExchange2; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-exchange.js b/icons-react/icons-js/arrows-exchange.js new file mode 100644 index 00000000..f23a98a9 --- /dev/null +++ b/icons-react/icons-js/arrows-exchange.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsExchange({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsExchange; \ No newline at end of file diff --git a/icons-react/icons-js/category-2.js b/icons-react/icons-js/category-2.js new file mode 100644 index 00000000..8e01e8ca --- /dev/null +++ b/icons-react/icons-js/category-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCategory2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCategory2; \ No newline at end of file diff --git a/icons-react/icons-js/category.js b/icons-react/icons-js/category.js new file mode 100644 index 00000000..e28ff8ec --- /dev/null +++ b/icons-react/icons-js/category.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCategory({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCategory; \ No newline at end of file diff --git a/icons-react/icons-js/direction-sign.js b/icons-react/icons-js/direction-sign.js new file mode 100644 index 00000000..48bcd5d4 --- /dev/null +++ b/icons-react/icons-js/direction-sign.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDirectionSign({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDirectionSign; \ No newline at end of file diff --git a/icons-react/icons-js/discount-check.js b/icons-react/icons-js/discount-check.js new file mode 100644 index 00000000..eff2312c --- /dev/null +++ b/icons-react/icons-js/discount-check.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDiscountCheck({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDiscountCheck; \ No newline at end of file diff --git a/icons-react/icons-js/fish-hook.js b/icons-react/icons-js/fish-hook.js new file mode 100644 index 00000000..d754dfd1 --- /dev/null +++ b/icons-react/icons-js/fish-hook.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFishHook({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFishHook; \ No newline at end of file diff --git a/icons-react/icons-js/fridge.js b/icons-react/icons-js/fridge.js new file mode 100644 index 00000000..9135f759 --- /dev/null +++ b/icons-react/icons-js/fridge.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFridge({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFridge; \ No newline at end of file diff --git a/icons-react/icons-js/health-recognition.js b/icons-react/icons-js/health-recognition.js new file mode 100644 index 00000000..5c2ca4c8 --- /dev/null +++ b/icons-react/icons-js/health-recognition.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHealthRecognition({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHealthRecognition; \ No newline at end of file diff --git a/icons-react/icons-js/history-toggle.js b/icons-react/icons-js/history-toggle.js new file mode 100644 index 00000000..c624acb3 --- /dev/null +++ b/icons-react/icons-js/history-toggle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHistoryToggle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHistoryToggle; \ No newline at end of file diff --git a/icons-react/icons-js/meteor.js b/icons-react/icons-js/meteor.js new file mode 100644 index 00000000..584403dc --- /dev/null +++ b/icons-react/icons-js/meteor.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMeteor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMeteor; \ No newline at end of file diff --git a/icons-react/icons-js/number.js b/icons-react/icons-js/number.js new file mode 100644 index 00000000..54f13808 --- /dev/null +++ b/icons-react/icons-js/number.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber; \ No newline at end of file diff --git a/icons-react/icons-js/scan-eye.js b/icons-react/icons-js/scan-eye.js new file mode 100644 index 00000000..95a0290d --- /dev/null +++ b/icons-react/icons-js/scan-eye.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScanEye({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconScanEye; \ No newline at end of file diff --git a/icons-react/icons-js/schema.js b/icons-react/icons-js/schema.js new file mode 100644 index 00000000..2a7143b4 --- /dev/null +++ b/icons-react/icons-js/schema.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSchema({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSchema; \ No newline at end of file diff --git a/icons-react/icons-js/screenshot.js b/icons-react/icons-js/screenshot.js new file mode 100644 index 00000000..76796de1 --- /dev/null +++ b/icons-react/icons-js/screenshot.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScreenshot({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconScreenshot; \ No newline at end of file diff --git a/icons-react/icons-js/text-decrease.js b/icons-react/icons-js/text-decrease.js new file mode 100644 index 00000000..6819dae0 --- /dev/null +++ b/icons-react/icons-js/text-decrease.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextDecrease({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextDecrease; \ No newline at end of file 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 diff --git a/icons-react/icons-js/text-recognition.js b/icons-react/icons-js/text-recognition.js new file mode 100644 index 00000000..7a90fbf5 --- /dev/null +++ b/icons-react/icons-js/text-recognition.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextRecognition({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextRecognition; \ No newline at end of file -- cgit v1.2.1