From ec765512055501df9acdd8ddbb260a80416a8661 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 10 Jul 2022 12:23:02 +0200 Subject: Release 1.74.0 --- icons-react/icons-js/arrow-merge-both.js | 12 ++++++++++++ icons-react/icons-js/arrow-merge-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-merge-right.js | 12 ++++++++++++ icons-react/icons-js/garden-cart.js | 12 ++++++++++++ icons-react/icons-js/ground.js | 12 ++++++++++++ icons-react/icons-js/logic-and.js | 12 ++++++++++++ icons-react/icons-js/logic-buffer.js | 12 ++++++++++++ icons-react/icons-js/logic-nand.js | 12 ++++++++++++ icons-react/icons-js/logic-nor.js | 12 ++++++++++++ icons-react/icons-js/logic-not.js | 12 ++++++++++++ icons-react/icons-js/logic-or.js | 12 ++++++++++++ icons-react/icons-js/logic-xnor.js | 12 ++++++++++++ icons-react/icons-js/logic-xor.js | 12 ++++++++++++ icons-react/icons-js/microwave.js | 12 ++++++++++++ icons-react/icons-js/outbound.js | 12 ++++++++++++ icons-react/icons-js/sos.js | 12 ++++++++++++ icons-react/icons-js/steam.js | 12 ++++++++++++ icons-react/icons-js/storm.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/arrow-merge-both.js create mode 100644 icons-react/icons-js/arrow-merge-left.js create mode 100644 icons-react/icons-js/arrow-merge-right.js create mode 100644 icons-react/icons-js/garden-cart.js create mode 100644 icons-react/icons-js/ground.js create mode 100644 icons-react/icons-js/logic-and.js create mode 100644 icons-react/icons-js/logic-buffer.js create mode 100644 icons-react/icons-js/logic-nand.js create mode 100644 icons-react/icons-js/logic-nor.js create mode 100644 icons-react/icons-js/logic-not.js create mode 100644 icons-react/icons-js/logic-or.js create mode 100644 icons-react/icons-js/logic-xnor.js create mode 100644 icons-react/icons-js/logic-xor.js create mode 100644 icons-react/icons-js/microwave.js create mode 100644 icons-react/icons-js/outbound.js create mode 100644 icons-react/icons-js/sos.js create mode 100644 icons-react/icons-js/steam.js create mode 100644 icons-react/icons-js/storm.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/arrow-merge-both.js b/icons-react/icons-js/arrow-merge-both.js new file mode 100644 index 00000000..c6a4dd25 --- /dev/null +++ b/icons-react/icons-js/arrow-merge-both.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowMergeBoth({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowMergeBoth; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-merge-left.js b/icons-react/icons-js/arrow-merge-left.js new file mode 100644 index 00000000..08bf9514 --- /dev/null +++ b/icons-react/icons-js/arrow-merge-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowMergeLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowMergeLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-merge-right.js b/icons-react/icons-js/arrow-merge-right.js new file mode 100644 index 00000000..d8e23bf1 --- /dev/null +++ b/icons-react/icons-js/arrow-merge-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowMergeRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowMergeRight; \ No newline at end of file diff --git a/icons-react/icons-js/garden-cart.js b/icons-react/icons-js/garden-cart.js new file mode 100644 index 00000000..3a76c486 --- /dev/null +++ b/icons-react/icons-js/garden-cart.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGardenCart({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGardenCart; \ No newline at end of file diff --git a/icons-react/icons-js/ground.js b/icons-react/icons-js/ground.js new file mode 100644 index 00000000..65fbe1fc --- /dev/null +++ b/icons-react/icons-js/ground.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGround({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGround; \ No newline at end of file diff --git a/icons-react/icons-js/logic-and.js b/icons-react/icons-js/logic-and.js new file mode 100644 index 00000000..43b62296 --- /dev/null +++ b/icons-react/icons-js/logic-and.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicAnd({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicAnd; \ No newline at end of file diff --git a/icons-react/icons-js/logic-buffer.js b/icons-react/icons-js/logic-buffer.js new file mode 100644 index 00000000..a9e41bef --- /dev/null +++ b/icons-react/icons-js/logic-buffer.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicBuffer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicBuffer; \ No newline at end of file diff --git a/icons-react/icons-js/logic-nand.js b/icons-react/icons-js/logic-nand.js new file mode 100644 index 00000000..ec2a0948 --- /dev/null +++ b/icons-react/icons-js/logic-nand.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicNand({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicNand; \ No newline at end of file diff --git a/icons-react/icons-js/logic-nor.js b/icons-react/icons-js/logic-nor.js new file mode 100644 index 00000000..cd7749c5 --- /dev/null +++ b/icons-react/icons-js/logic-nor.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicNor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicNor; \ No newline at end of file diff --git a/icons-react/icons-js/logic-not.js b/icons-react/icons-js/logic-not.js new file mode 100644 index 00000000..632de58c --- /dev/null +++ b/icons-react/icons-js/logic-not.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicNot({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicNot; \ No newline at end of file diff --git a/icons-react/icons-js/logic-or.js b/icons-react/icons-js/logic-or.js new file mode 100644 index 00000000..01d95bb2 --- /dev/null +++ b/icons-react/icons-js/logic-or.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicOr({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicOr; \ No newline at end of file diff --git a/icons-react/icons-js/logic-xnor.js b/icons-react/icons-js/logic-xnor.js new file mode 100644 index 00000000..d13a71b8 --- /dev/null +++ b/icons-react/icons-js/logic-xnor.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicXnor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicXnor; \ No newline at end of file diff --git a/icons-react/icons-js/logic-xor.js b/icons-react/icons-js/logic-xor.js new file mode 100644 index 00000000..2c894317 --- /dev/null +++ b/icons-react/icons-js/logic-xor.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicXor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicXor; \ No newline at end of file diff --git a/icons-react/icons-js/microwave.js b/icons-react/icons-js/microwave.js new file mode 100644 index 00000000..a595f14b --- /dev/null +++ b/icons-react/icons-js/microwave.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMicrowave({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMicrowave; \ No newline at end of file diff --git a/icons-react/icons-js/outbound.js b/icons-react/icons-js/outbound.js new file mode 100644 index 00000000..380ae9ce --- /dev/null +++ b/icons-react/icons-js/outbound.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconOutbound({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconOutbound; \ No newline at end of file diff --git a/icons-react/icons-js/sos.js b/icons-react/icons-js/sos.js new file mode 100644 index 00000000..728ccf0b --- /dev/null +++ b/icons-react/icons-js/sos.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSos({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSos; \ No newline at end of file diff --git a/icons-react/icons-js/steam.js b/icons-react/icons-js/steam.js new file mode 100644 index 00000000..57e8658e --- /dev/null +++ b/icons-react/icons-js/steam.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSteam({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSteam; \ No newline at end of file diff --git a/icons-react/icons-js/storm.js b/icons-react/icons-js/storm.js new file mode 100644 index 00000000..244bc6c9 --- /dev/null +++ b/icons-react/icons-js/storm.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconStorm({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconStorm; \ No newline at end of file -- cgit v1.2.1