From 5acbb4f20ffe393976abe8b367a49848c0e19e82 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 8 Nov 2020 13:05:03 +0100 Subject: Release 1.35.0 --- icons-react/icons-js/arrow-bottom-bar.js | 12 ++++++++++++ icons-react/icons-js/arrow-bottom-circle.js | 12 ++++++++++++ icons-react/icons-js/arrow-bottom-square.js | 12 ++++++++++++ icons-react/icons-js/arrow-bottom-tail.js | 12 ++++++++++++ icons-react/icons-js/arrow-left-bar.js | 12 ++++++++++++ icons-react/icons-js/arrow-left-circle.js | 2 +- icons-react/icons-js/arrow-left-square.js | 12 ++++++++++++ icons-react/icons-js/arrow-left-tail.js | 12 ++++++++++++ icons-react/icons-js/arrow-loop-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-loop-right.js | 12 ++++++++++++ icons-react/icons-js/arrow-right-bar.js | 12 ++++++++++++ icons-react/icons-js/arrow-right-circle.js | 2 +- icons-react/icons-js/arrow-right-square.js | 12 ++++++++++++ icons-react/icons-js/arrow-right-tail.js | 12 ++++++++++++ icons-react/icons-js/arrow-top-bar.js | 12 ++++++++++++ icons-react/icons-js/arrow-top-circle.js | 12 ++++++++++++ icons-react/icons-js/arrow-top-square.js | 12 ++++++++++++ icons-react/icons-js/arrow-top-tail.js | 12 ++++++++++++ icons-react/icons-js/arrow-wave-left-down.js | 12 ++++++++++++ icons-react/icons-js/arrow-wave-left-up.js | 12 ++++++++++++ icons-react/icons-js/arrow-wave-right-down.js | 12 ++++++++++++ icons-react/icons-js/arrow-wave-right-up.js | 12 ++++++++++++ icons-react/icons-js/arrows-down-up.js | 12 ++++++++++++ icons-react/icons-js/arrows-down.js | 12 ++++++++++++ icons-react/icons-js/arrows-join-2.js | 12 ++++++++++++ icons-react/icons-js/arrows-join.js | 12 ++++++++++++ icons-react/icons-js/arrows-left-right.js | 12 ++++++++++++ icons-react/icons-js/arrows-left.js | 12 ++++++++++++ icons-react/icons-js/arrows-right-left.js | 12 ++++++++++++ icons-react/icons-js/arrows-right.js | 12 ++++++++++++ icons-react/icons-js/arrows-split-2.js | 12 ++++++++++++ icons-react/icons-js/arrows-split.js | 12 ++++++++++++ icons-react/icons-js/arrows-up-down.js | 12 ++++++++++++ icons-react/icons-js/arrows-up.js | 12 ++++++++++++ icons-react/icons-js/bone.js | 12 ++++++++++++ icons-react/icons-js/layout-grid-add.js | 12 ++++++++++++ icons-react/icons-js/layout-grid.js | 12 ++++++++++++ icons-react/icons-js/pizza.js | 12 ++++++++++++ icons-react/icons-js/rainbow.js | 12 ++++++++++++ icons-react/icons-js/receipt-tax.js | 12 ++++++++++++ icons-react/icons-js/stethoscope.js | 12 ++++++++++++ icons-react/icons-js/switch-2.js | 12 ++++++++++++ icons-react/icons-js/switch-3.js | 12 ++++++++++++ icons-react/icons-js/trending-down-2.js | 12 ++++++++++++ icons-react/icons-js/trending-down-3.js | 12 ++++++++++++ icons-react/icons-js/trending-up-2.js | 12 ++++++++++++ icons-react/icons-js/trending-up-3.js | 12 ++++++++++++ 47 files changed, 542 insertions(+), 2 deletions(-) create mode 100644 icons-react/icons-js/arrow-bottom-bar.js create mode 100644 icons-react/icons-js/arrow-bottom-circle.js create mode 100644 icons-react/icons-js/arrow-bottom-square.js create mode 100644 icons-react/icons-js/arrow-bottom-tail.js create mode 100644 icons-react/icons-js/arrow-left-bar.js create mode 100644 icons-react/icons-js/arrow-left-square.js create mode 100644 icons-react/icons-js/arrow-left-tail.js create mode 100644 icons-react/icons-js/arrow-loop-left.js create mode 100644 icons-react/icons-js/arrow-loop-right.js create mode 100644 icons-react/icons-js/arrow-right-bar.js create mode 100644 icons-react/icons-js/arrow-right-square.js create mode 100644 icons-react/icons-js/arrow-right-tail.js create mode 100644 icons-react/icons-js/arrow-top-bar.js create mode 100644 icons-react/icons-js/arrow-top-circle.js create mode 100644 icons-react/icons-js/arrow-top-square.js create mode 100644 icons-react/icons-js/arrow-top-tail.js create mode 100644 icons-react/icons-js/arrow-wave-left-down.js create mode 100644 icons-react/icons-js/arrow-wave-left-up.js create mode 100644 icons-react/icons-js/arrow-wave-right-down.js create mode 100644 icons-react/icons-js/arrow-wave-right-up.js create mode 100644 icons-react/icons-js/arrows-down-up.js create mode 100644 icons-react/icons-js/arrows-down.js create mode 100644 icons-react/icons-js/arrows-join-2.js create mode 100644 icons-react/icons-js/arrows-join.js create mode 100644 icons-react/icons-js/arrows-left-right.js create mode 100644 icons-react/icons-js/arrows-left.js create mode 100644 icons-react/icons-js/arrows-right-left.js create mode 100644 icons-react/icons-js/arrows-right.js create mode 100644 icons-react/icons-js/arrows-split-2.js create mode 100644 icons-react/icons-js/arrows-split.js create mode 100644 icons-react/icons-js/arrows-up-down.js create mode 100644 icons-react/icons-js/arrows-up.js create mode 100644 icons-react/icons-js/bone.js create mode 100644 icons-react/icons-js/layout-grid-add.js create mode 100644 icons-react/icons-js/layout-grid.js create mode 100644 icons-react/icons-js/pizza.js create mode 100644 icons-react/icons-js/rainbow.js create mode 100644 icons-react/icons-js/receipt-tax.js create mode 100644 icons-react/icons-js/stethoscope.js create mode 100644 icons-react/icons-js/switch-2.js create mode 100644 icons-react/icons-js/switch-3.js create mode 100644 icons-react/icons-js/trending-down-2.js create mode 100644 icons-react/icons-js/trending-down-3.js create mode 100644 icons-react/icons-js/trending-up-2.js create mode 100644 icons-react/icons-js/trending-up-3.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/arrow-bottom-bar.js b/icons-react/icons-js/arrow-bottom-bar.js new file mode 100644 index 00000000..ab3bd531 --- /dev/null +++ b/icons-react/icons-js/arrow-bottom-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBottomBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBottomBar; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-bottom-circle.js b/icons-react/icons-js/arrow-bottom-circle.js new file mode 100644 index 00000000..2be27141 --- /dev/null +++ b/icons-react/icons-js/arrow-bottom-circle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBottomCircle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBottomCircle; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-bottom-square.js b/icons-react/icons-js/arrow-bottom-square.js new file mode 100644 index 00000000..a3d1dacf --- /dev/null +++ b/icons-react/icons-js/arrow-bottom-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBottomSquare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBottomSquare; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-bottom-tail.js b/icons-react/icons-js/arrow-bottom-tail.js new file mode 100644 index 00000000..0fa5d92e --- /dev/null +++ b/icons-react/icons-js/arrow-bottom-tail.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBottomTail({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBottomTail; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-bar.js b/icons-react/icons-js/arrow-left-bar.js new file mode 100644 index 00000000..1fde1b12 --- /dev/null +++ b/icons-react/icons-js/arrow-left-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLeftBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowLeftBar; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-circle.js b/icons-react/icons-js/arrow-left-circle.js index 13d180ef..12c0e0bf 100644 --- a/icons-react/icons-js/arrow-left-circle.js +++ b/icons-react/icons-js/arrow-left-circle.js @@ -6,7 +6,7 @@ function IconArrowLeftCircle({ stroke = 2, ...props }) { - return ; + return ; } export default IconArrowLeftCircle; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-square.js b/icons-react/icons-js/arrow-left-square.js new file mode 100644 index 00000000..cdf1ac00 --- /dev/null +++ b/icons-react/icons-js/arrow-left-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLeftSquare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowLeftSquare; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-tail.js b/icons-react/icons-js/arrow-left-tail.js new file mode 100644 index 00000000..0823b8e4 --- /dev/null +++ b/icons-react/icons-js/arrow-left-tail.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLeftTail({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowLeftTail; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-loop-left.js b/icons-react/icons-js/arrow-loop-left.js new file mode 100644 index 00000000..0a59b4a2 --- /dev/null +++ b/icons-react/icons-js/arrow-loop-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLoopLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowLoopLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-loop-right.js b/icons-react/icons-js/arrow-loop-right.js new file mode 100644 index 00000000..3c3051e2 --- /dev/null +++ b/icons-react/icons-js/arrow-loop-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLoopRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowLoopRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-right-bar.js b/icons-react/icons-js/arrow-right-bar.js new file mode 100644 index 00000000..36995f27 --- /dev/null +++ b/icons-react/icons-js/arrow-right-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRightBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRightBar; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-right-circle.js b/icons-react/icons-js/arrow-right-circle.js index 024b05e9..dc8523b0 100644 --- a/icons-react/icons-js/arrow-right-circle.js +++ b/icons-react/icons-js/arrow-right-circle.js @@ -6,7 +6,7 @@ function IconArrowRightCircle({ stroke = 2, ...props }) { - return ; + return ; } export default IconArrowRightCircle; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-right-square.js b/icons-react/icons-js/arrow-right-square.js new file mode 100644 index 00000000..ed01b937 --- /dev/null +++ b/icons-react/icons-js/arrow-right-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRightSquare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRightSquare; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-right-tail.js b/icons-react/icons-js/arrow-right-tail.js new file mode 100644 index 00000000..3f2531fa --- /dev/null +++ b/icons-react/icons-js/arrow-right-tail.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRightTail({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRightTail; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-top-bar.js b/icons-react/icons-js/arrow-top-bar.js new file mode 100644 index 00000000..86cd5cdb --- /dev/null +++ b/icons-react/icons-js/arrow-top-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowTopBar; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-top-circle.js b/icons-react/icons-js/arrow-top-circle.js new file mode 100644 index 00000000..eed46a8e --- /dev/null +++ b/icons-react/icons-js/arrow-top-circle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopCircle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowTopCircle; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-top-square.js b/icons-react/icons-js/arrow-top-square.js new file mode 100644 index 00000000..0fa11ea8 --- /dev/null +++ b/icons-react/icons-js/arrow-top-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopSquare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowTopSquare; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-top-tail.js b/icons-react/icons-js/arrow-top-tail.js new file mode 100644 index 00000000..d0a177cb --- /dev/null +++ b/icons-react/icons-js/arrow-top-tail.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopTail({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowTopTail; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-wave-left-down.js b/icons-react/icons-js/arrow-wave-left-down.js new file mode 100644 index 00000000..939be451 --- /dev/null +++ b/icons-react/icons-js/arrow-wave-left-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowWaveLeftDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowWaveLeftDown; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-wave-left-up.js b/icons-react/icons-js/arrow-wave-left-up.js new file mode 100644 index 00000000..d4f10ab0 --- /dev/null +++ b/icons-react/icons-js/arrow-wave-left-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowWaveLeftUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowWaveLeftUp; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-wave-right-down.js b/icons-react/icons-js/arrow-wave-right-down.js new file mode 100644 index 00000000..bcee7e51 --- /dev/null +++ b/icons-react/icons-js/arrow-wave-right-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowWaveRightDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowWaveRightDown; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-wave-right-up.js b/icons-react/icons-js/arrow-wave-right-up.js new file mode 100644 index 00000000..f9109f87 --- /dev/null +++ b/icons-react/icons-js/arrow-wave-right-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowWaveRightUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowWaveRightUp; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-down-up.js b/icons-react/icons-js/arrows-down-up.js new file mode 100644 index 00000000..b712ea15 --- /dev/null +++ b/icons-react/icons-js/arrows-down-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDownUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsDownUp; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-down.js b/icons-react/icons-js/arrows-down.js new file mode 100644 index 00000000..baca2a3b --- /dev/null +++ b/icons-react/icons-js/arrows-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsDown; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-join-2.js b/icons-react/icons-js/arrows-join-2.js new file mode 100644 index 00000000..1ee9cf5a --- /dev/null +++ b/icons-react/icons-js/arrows-join-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsJoin2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsJoin2; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-join.js b/icons-react/icons-js/arrows-join.js new file mode 100644 index 00000000..f7836f76 --- /dev/null +++ b/icons-react/icons-js/arrows-join.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsJoin({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsJoin; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-left-right.js b/icons-react/icons-js/arrows-left-right.js new file mode 100644 index 00000000..8a03ee92 --- /dev/null +++ b/icons-react/icons-js/arrows-left-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsLeftRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsLeftRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-left.js b/icons-react/icons-js/arrows-left.js new file mode 100644 index 00000000..24aa94d0 --- /dev/null +++ b/icons-react/icons-js/arrows-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-right-left.js b/icons-react/icons-js/arrows-right-left.js new file mode 100644 index 00000000..72833f18 --- /dev/null +++ b/icons-react/icons-js/arrows-right-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsRightLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsRightLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-right.js b/icons-react/icons-js/arrows-right.js new file mode 100644 index 00000000..210db2ad --- /dev/null +++ b/icons-react/icons-js/arrows-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-split-2.js b/icons-react/icons-js/arrows-split-2.js new file mode 100644 index 00000000..9a0c5a78 --- /dev/null +++ b/icons-react/icons-js/arrows-split-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsSplit2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsSplit2; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-split.js b/icons-react/icons-js/arrows-split.js new file mode 100644 index 00000000..00a92473 --- /dev/null +++ b/icons-react/icons-js/arrows-split.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsSplit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsSplit; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-up-down.js b/icons-react/icons-js/arrows-up-down.js new file mode 100644 index 00000000..651c4139 --- /dev/null +++ b/icons-react/icons-js/arrows-up-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsUpDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsUpDown; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-up.js b/icons-react/icons-js/arrows-up.js new file mode 100644 index 00000000..4d3a155e --- /dev/null +++ b/icons-react/icons-js/arrows-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsUp; \ No newline at end of file diff --git a/icons-react/icons-js/bone.js b/icons-react/icons-js/bone.js new file mode 100644 index 00000000..824fafc1 --- /dev/null +++ b/icons-react/icons-js/bone.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBone({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBone; \ No newline at end of file diff --git a/icons-react/icons-js/layout-grid-add.js b/icons-react/icons-js/layout-grid-add.js new file mode 100644 index 00000000..a17f363f --- /dev/null +++ b/icons-react/icons-js/layout-grid-add.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutGridAdd({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutGridAdd; \ No newline at end of file diff --git a/icons-react/icons-js/layout-grid.js b/icons-react/icons-js/layout-grid.js new file mode 100644 index 00000000..78e4e0cd --- /dev/null +++ b/icons-react/icons-js/layout-grid.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutGrid({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutGrid; \ No newline at end of file diff --git a/icons-react/icons-js/pizza.js b/icons-react/icons-js/pizza.js new file mode 100644 index 00000000..755a5d73 --- /dev/null +++ b/icons-react/icons-js/pizza.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPizza({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPizza; \ No newline at end of file diff --git a/icons-react/icons-js/rainbow.js b/icons-react/icons-js/rainbow.js new file mode 100644 index 00000000..435fffcf --- /dev/null +++ b/icons-react/icons-js/rainbow.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRainbow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRainbow; \ No newline at end of file diff --git a/icons-react/icons-js/receipt-tax.js b/icons-react/icons-js/receipt-tax.js new file mode 100644 index 00000000..fe6e597a --- /dev/null +++ b/icons-react/icons-js/receipt-tax.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceiptTax({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceiptTax; \ No newline at end of file diff --git a/icons-react/icons-js/stethoscope.js b/icons-react/icons-js/stethoscope.js new file mode 100644 index 00000000..1edb550a --- /dev/null +++ b/icons-react/icons-js/stethoscope.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconStethoscope({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconStethoscope; \ No newline at end of file diff --git a/icons-react/icons-js/switch-2.js b/icons-react/icons-js/switch-2.js new file mode 100644 index 00000000..8eda6fa0 --- /dev/null +++ b/icons-react/icons-js/switch-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSwitch2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSwitch2; \ No newline at end of file diff --git a/icons-react/icons-js/switch-3.js b/icons-react/icons-js/switch-3.js new file mode 100644 index 00000000..09daf86d --- /dev/null +++ b/icons-react/icons-js/switch-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSwitch3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSwitch3; \ No newline at end of file diff --git a/icons-react/icons-js/trending-down-2.js b/icons-react/icons-js/trending-down-2.js new file mode 100644 index 00000000..e5fbcf74 --- /dev/null +++ b/icons-react/icons-js/trending-down-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrendingDown2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTrendingDown2; \ No newline at end of file diff --git a/icons-react/icons-js/trending-down-3.js b/icons-react/icons-js/trending-down-3.js new file mode 100644 index 00000000..1892e959 --- /dev/null +++ b/icons-react/icons-js/trending-down-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrendingDown3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTrendingDown3; \ No newline at end of file diff --git a/icons-react/icons-js/trending-up-2.js b/icons-react/icons-js/trending-up-2.js new file mode 100644 index 00000000..f4a222ff --- /dev/null +++ b/icons-react/icons-js/trending-up-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrendingUp2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTrendingUp2; \ No newline at end of file diff --git a/icons-react/icons-js/trending-up-3.js b/icons-react/icons-js/trending-up-3.js new file mode 100644 index 00000000..0100efb5 --- /dev/null +++ b/icons-react/icons-js/trending-up-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrendingUp3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTrendingUp3; \ No newline at end of file -- cgit v1.2.1