From cc389cd7d784a59bbcfb60f5f7341b06fd63a558 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 4 Apr 2022 12:57:32 +0200 Subject: Release 1.61.0 --- icons-react/icons-js/antenna.js | 12 ++++++++++++ icons-react/icons-js/arrows-random.js | 12 ++++++++++++ icons-react/icons-js/bow.js | 12 ++++++++++++ icons-react/icons-js/cardboards.js | 2 +- icons-react/icons-js/chart-dots-2.js | 12 ++++++++++++ icons-react/icons-js/chart-dots-3.js | 12 ++++++++++++ icons-react/icons-js/clock-2.js | 12 ++++++++++++ icons-react/icons-js/cricket.js | 12 ++++++++++++ icons-react/icons-js/fountain.js | 12 ++++++++++++ icons-react/icons-js/hanger-2.js | 12 ++++++++++++ icons-react/icons-js/hanger.js | 2 +- icons-react/icons-js/hexagons.js | 12 ++++++++++++ icons-react/icons-js/lamp-2.js | 12 ++++++++++++ icons-react/icons-js/network.js | 12 ++++++++++++ icons-react/icons-js/plug-connected-x.js | 12 ++++++++++++ icons-react/icons-js/plug-x.js | 12 ++++++++++++ icons-react/icons-js/plug.js | 2 +- icons-react/icons-js/rollercoaster.js | 12 ++++++++++++ icons-react/icons-js/scribble.js | 12 ++++++++++++ icons-react/icons-js/test-pipe-2.js | 12 ++++++++++++ icons-react/icons-js/triangles.js | 12 ++++++++++++ 21 files changed, 219 insertions(+), 3 deletions(-) create mode 100644 icons-react/icons-js/antenna.js create mode 100644 icons-react/icons-js/arrows-random.js create mode 100644 icons-react/icons-js/bow.js create mode 100644 icons-react/icons-js/chart-dots-2.js create mode 100644 icons-react/icons-js/chart-dots-3.js create mode 100644 icons-react/icons-js/clock-2.js create mode 100644 icons-react/icons-js/cricket.js create mode 100644 icons-react/icons-js/fountain.js create mode 100644 icons-react/icons-js/hanger-2.js create mode 100644 icons-react/icons-js/hexagons.js create mode 100644 icons-react/icons-js/lamp-2.js create mode 100644 icons-react/icons-js/network.js create mode 100644 icons-react/icons-js/plug-connected-x.js create mode 100644 icons-react/icons-js/plug-x.js create mode 100644 icons-react/icons-js/rollercoaster.js create mode 100644 icons-react/icons-js/scribble.js create mode 100644 icons-react/icons-js/test-pipe-2.js create mode 100644 icons-react/icons-js/triangles.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/antenna.js b/icons-react/icons-js/antenna.js new file mode 100644 index 00000000..81a8e4a4 --- /dev/null +++ b/icons-react/icons-js/antenna.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAntenna({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAntenna; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-random.js b/icons-react/icons-js/arrows-random.js new file mode 100644 index 00000000..05207146 --- /dev/null +++ b/icons-react/icons-js/arrows-random.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsRandom({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsRandom; \ No newline at end of file diff --git a/icons-react/icons-js/bow.js b/icons-react/icons-js/bow.js new file mode 100644 index 00000000..04134613 --- /dev/null +++ b/icons-react/icons-js/bow.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBow; \ No newline at end of file diff --git a/icons-react/icons-js/cardboards.js b/icons-react/icons-js/cardboards.js index afa17de4..e11d45b7 100644 --- a/icons-react/icons-js/cardboards.js +++ b/icons-react/icons-js/cardboards.js @@ -6,7 +6,7 @@ function IconCardboards({ stroke = 2, ...props }) { - return ; + return ; } export default IconCardboards; \ No newline at end of file diff --git a/icons-react/icons-js/chart-dots-2.js b/icons-react/icons-js/chart-dots-2.js new file mode 100644 index 00000000..ae3c8fe0 --- /dev/null +++ b/icons-react/icons-js/chart-dots-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartDots2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconChartDots2; \ No newline at end of file diff --git a/icons-react/icons-js/chart-dots-3.js b/icons-react/icons-js/chart-dots-3.js new file mode 100644 index 00000000..e2fbb41f --- /dev/null +++ b/icons-react/icons-js/chart-dots-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartDots3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconChartDots3; \ No newline at end of file diff --git a/icons-react/icons-js/clock-2.js b/icons-react/icons-js/clock-2.js new file mode 100644 index 00000000..97dd5f1b --- /dev/null +++ b/icons-react/icons-js/clock-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClock2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClock2; \ No newline at end of file diff --git a/icons-react/icons-js/cricket.js b/icons-react/icons-js/cricket.js new file mode 100644 index 00000000..e018d9ca --- /dev/null +++ b/icons-react/icons-js/cricket.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCricket({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCricket; \ No newline at end of file diff --git a/icons-react/icons-js/fountain.js b/icons-react/icons-js/fountain.js new file mode 100644 index 00000000..da23ef4b --- /dev/null +++ b/icons-react/icons-js/fountain.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFountain({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFountain; \ No newline at end of file diff --git a/icons-react/icons-js/hanger-2.js b/icons-react/icons-js/hanger-2.js new file mode 100644 index 00000000..77a49f48 --- /dev/null +++ b/icons-react/icons-js/hanger-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHanger2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHanger2; \ No newline at end of file diff --git a/icons-react/icons-js/hanger.js b/icons-react/icons-js/hanger.js index fe8f4ecb..046a8dbd 100644 --- a/icons-react/icons-js/hanger.js +++ b/icons-react/icons-js/hanger.js @@ -6,7 +6,7 @@ function IconHanger({ stroke = 2, ...props }) { - return ; + return ; } export default IconHanger; \ No newline at end of file diff --git a/icons-react/icons-js/hexagons.js b/icons-react/icons-js/hexagons.js new file mode 100644 index 00000000..e48789a0 --- /dev/null +++ b/icons-react/icons-js/hexagons.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHexagons({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHexagons; \ No newline at end of file diff --git a/icons-react/icons-js/lamp-2.js b/icons-react/icons-js/lamp-2.js new file mode 100644 index 00000000..ca3c352a --- /dev/null +++ b/icons-react/icons-js/lamp-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLamp2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLamp2; \ No newline at end of file diff --git a/icons-react/icons-js/network.js b/icons-react/icons-js/network.js new file mode 100644 index 00000000..a15e975f --- /dev/null +++ b/icons-react/icons-js/network.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNetwork({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNetwork; \ No newline at end of file diff --git a/icons-react/icons-js/plug-connected-x.js b/icons-react/icons-js/plug-connected-x.js new file mode 100644 index 00000000..c9844155 --- /dev/null +++ b/icons-react/icons-js/plug-connected-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPlugConnectedX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPlugConnectedX; \ No newline at end of file diff --git a/icons-react/icons-js/plug-x.js b/icons-react/icons-js/plug-x.js new file mode 100644 index 00000000..e49d2352 --- /dev/null +++ b/icons-react/icons-js/plug-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPlugX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPlugX; \ No newline at end of file diff --git a/icons-react/icons-js/plug.js b/icons-react/icons-js/plug.js index 8f1d9547..d0b8913d 100644 --- a/icons-react/icons-js/plug.js +++ b/icons-react/icons-js/plug.js @@ -6,7 +6,7 @@ function IconPlug({ stroke = 2, ...props }) { - return ; + return ; } export default IconPlug; \ No newline at end of file diff --git a/icons-react/icons-js/rollercoaster.js b/icons-react/icons-js/rollercoaster.js new file mode 100644 index 00000000..dcd9e4a9 --- /dev/null +++ b/icons-react/icons-js/rollercoaster.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRollercoaster({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRollercoaster; \ No newline at end of file diff --git a/icons-react/icons-js/scribble.js b/icons-react/icons-js/scribble.js new file mode 100644 index 00000000..120394f6 --- /dev/null +++ b/icons-react/icons-js/scribble.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScribble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconScribble; \ No newline at end of file diff --git a/icons-react/icons-js/test-pipe-2.js b/icons-react/icons-js/test-pipe-2.js new file mode 100644 index 00000000..1b249198 --- /dev/null +++ b/icons-react/icons-js/test-pipe-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTestPipe2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTestPipe2; \ No newline at end of file diff --git a/icons-react/icons-js/triangles.js b/icons-react/icons-js/triangles.js new file mode 100644 index 00000000..8d3618b2 --- /dev/null +++ b/icons-react/icons-js/triangles.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTriangles({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTriangles; \ No newline at end of file -- cgit v1.2.1