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 From 061e99b8965fadf6eb390a5b1ca137004badf8c2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 13 Nov 2020 22:11:22 +0100 Subject: Release 1.36.0 --- icons-react/icons-js/brand-apple.js | 2 +- icons-react/icons-js/brand-asana.js | 12 ++++++++++++ icons-react/icons-js/brand-bing.js | 12 ++++++++++++ icons-react/icons-js/brand-bitbucket.js | 12 ++++++++++++ icons-react/icons-js/brand-booking.js | 12 ++++++++++++ icons-react/icons-js/brand-disqus.js | 12 ++++++++++++ icons-react/icons-js/brand-docker.js | 12 ++++++++++++ icons-react/icons-js/brand-google-analytics.js | 12 ++++++++++++ icons-react/icons-js/brand-gravatar.js | 12 ++++++++++++ icons-react/icons-js/brand-hipchat.js | 12 ++++++++++++ icons-react/icons-js/brand-kickstarter.js | 12 ++++++++++++ icons-react/icons-js/brand-netflix.js | 12 ++++++++++++ icons-react/icons-js/brand-open-source.js | 12 ++++++++++++ icons-react/icons-js/brand-pagekit.js | 12 ++++++++++++ icons-react/icons-js/brand-patreon.js | 12 ++++++++++++ icons-react/icons-js/brand-producthunt.js | 12 ++++++++++++ icons-react/icons-js/brand-sass.js | 12 ++++++++++++ icons-react/icons-js/brand-sentry.js | 12 ++++++++++++ icons-react/icons-js/brand-shazam.js | 12 ++++++++++++ icons-react/icons-js/brand-stripe.js | 12 ++++++++++++ icons-react/icons-js/brand-unsplash.js | 12 ++++++++++++ icons-react/icons-js/brand-ycombinator.js | 12 ++++++++++++ icons-react/icons-js/credit-card-off.js | 2 +- icons-react/icons-js/planet.js | 2 +- 24 files changed, 255 insertions(+), 3 deletions(-) create mode 100644 icons-react/icons-js/brand-asana.js create mode 100644 icons-react/icons-js/brand-bing.js create mode 100644 icons-react/icons-js/brand-bitbucket.js create mode 100644 icons-react/icons-js/brand-booking.js create mode 100644 icons-react/icons-js/brand-disqus.js create mode 100644 icons-react/icons-js/brand-docker.js create mode 100644 icons-react/icons-js/brand-google-analytics.js create mode 100644 icons-react/icons-js/brand-gravatar.js create mode 100644 icons-react/icons-js/brand-hipchat.js create mode 100644 icons-react/icons-js/brand-kickstarter.js create mode 100644 icons-react/icons-js/brand-netflix.js create mode 100644 icons-react/icons-js/brand-open-source.js create mode 100644 icons-react/icons-js/brand-pagekit.js create mode 100644 icons-react/icons-js/brand-patreon.js create mode 100644 icons-react/icons-js/brand-producthunt.js create mode 100644 icons-react/icons-js/brand-sass.js create mode 100644 icons-react/icons-js/brand-sentry.js create mode 100644 icons-react/icons-js/brand-shazam.js create mode 100644 icons-react/icons-js/brand-stripe.js create mode 100644 icons-react/icons-js/brand-unsplash.js create mode 100644 icons-react/icons-js/brand-ycombinator.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/brand-apple.js b/icons-react/icons-js/brand-apple.js index c2a82a18..03eb5bfc 100644 --- a/icons-react/icons-js/brand-apple.js +++ b/icons-react/icons-js/brand-apple.js @@ -6,7 +6,7 @@ function IconBrandApple({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandApple; \ No newline at end of file diff --git a/icons-react/icons-js/brand-asana.js b/icons-react/icons-js/brand-asana.js new file mode 100644 index 00000000..054bda3f --- /dev/null +++ b/icons-react/icons-js/brand-asana.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandAsana({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandAsana; \ No newline at end of file diff --git a/icons-react/icons-js/brand-bing.js b/icons-react/icons-js/brand-bing.js new file mode 100644 index 00000000..8eda2075 --- /dev/null +++ b/icons-react/icons-js/brand-bing.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBing({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandBing; \ No newline at end of file diff --git a/icons-react/icons-js/brand-bitbucket.js b/icons-react/icons-js/brand-bitbucket.js new file mode 100644 index 00000000..9555ceac --- /dev/null +++ b/icons-react/icons-js/brand-bitbucket.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBitbucket({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandBitbucket; \ No newline at end of file diff --git a/icons-react/icons-js/brand-booking.js b/icons-react/icons-js/brand-booking.js new file mode 100644 index 00000000..a4f85691 --- /dev/null +++ b/icons-react/icons-js/brand-booking.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBooking({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandBooking; \ No newline at end of file diff --git a/icons-react/icons-js/brand-disqus.js b/icons-react/icons-js/brand-disqus.js new file mode 100644 index 00000000..f63f7133 --- /dev/null +++ b/icons-react/icons-js/brand-disqus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDisqus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandDisqus; \ No newline at end of file diff --git a/icons-react/icons-js/brand-docker.js b/icons-react/icons-js/brand-docker.js new file mode 100644 index 00000000..fbe714aa --- /dev/null +++ b/icons-react/icons-js/brand-docker.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDocker({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandDocker; \ No newline at end of file diff --git a/icons-react/icons-js/brand-google-analytics.js b/icons-react/icons-js/brand-google-analytics.js new file mode 100644 index 00000000..db736d6e --- /dev/null +++ b/icons-react/icons-js/brand-google-analytics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandGoogleAnalytics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandGoogleAnalytics; \ No newline at end of file diff --git a/icons-react/icons-js/brand-gravatar.js b/icons-react/icons-js/brand-gravatar.js new file mode 100644 index 00000000..32607680 --- /dev/null +++ b/icons-react/icons-js/brand-gravatar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandGravatar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandGravatar; \ No newline at end of file diff --git a/icons-react/icons-js/brand-hipchat.js b/icons-react/icons-js/brand-hipchat.js new file mode 100644 index 00000000..6fcc4e8a --- /dev/null +++ b/icons-react/icons-js/brand-hipchat.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandHipchat({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandHipchat; \ No newline at end of file diff --git a/icons-react/icons-js/brand-kickstarter.js b/icons-react/icons-js/brand-kickstarter.js new file mode 100644 index 00000000..49200695 --- /dev/null +++ b/icons-react/icons-js/brand-kickstarter.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandKickstarter({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandKickstarter; \ No newline at end of file diff --git a/icons-react/icons-js/brand-netflix.js b/icons-react/icons-js/brand-netflix.js new file mode 100644 index 00000000..bda797a7 --- /dev/null +++ b/icons-react/icons-js/brand-netflix.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandNetflix({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandNetflix; \ No newline at end of file diff --git a/icons-react/icons-js/brand-open-source.js b/icons-react/icons-js/brand-open-source.js new file mode 100644 index 00000000..00ebda3b --- /dev/null +++ b/icons-react/icons-js/brand-open-source.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandOpenSource({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandOpenSource; \ No newline at end of file diff --git a/icons-react/icons-js/brand-pagekit.js b/icons-react/icons-js/brand-pagekit.js new file mode 100644 index 00000000..17748025 --- /dev/null +++ b/icons-react/icons-js/brand-pagekit.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandPagekit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandPagekit; \ No newline at end of file diff --git a/icons-react/icons-js/brand-patreon.js b/icons-react/icons-js/brand-patreon.js new file mode 100644 index 00000000..794ee54c --- /dev/null +++ b/icons-react/icons-js/brand-patreon.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandPatreon({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandPatreon; \ No newline at end of file diff --git a/icons-react/icons-js/brand-producthunt.js b/icons-react/icons-js/brand-producthunt.js new file mode 100644 index 00000000..8b39dea7 --- /dev/null +++ b/icons-react/icons-js/brand-producthunt.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandProducthunt({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandProducthunt; \ No newline at end of file diff --git a/icons-react/icons-js/brand-sass.js b/icons-react/icons-js/brand-sass.js new file mode 100644 index 00000000..3d5be777 --- /dev/null +++ b/icons-react/icons-js/brand-sass.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSass({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandSass; \ No newline at end of file diff --git a/icons-react/icons-js/brand-sentry.js b/icons-react/icons-js/brand-sentry.js new file mode 100644 index 00000000..91b2d583 --- /dev/null +++ b/icons-react/icons-js/brand-sentry.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSentry({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandSentry; \ No newline at end of file diff --git a/icons-react/icons-js/brand-shazam.js b/icons-react/icons-js/brand-shazam.js new file mode 100644 index 00000000..d5f55f5c --- /dev/null +++ b/icons-react/icons-js/brand-shazam.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandShazam({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandShazam; \ No newline at end of file diff --git a/icons-react/icons-js/brand-stripe.js b/icons-react/icons-js/brand-stripe.js new file mode 100644 index 00000000..dc117927 --- /dev/null +++ b/icons-react/icons-js/brand-stripe.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandStripe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandStripe; \ No newline at end of file diff --git a/icons-react/icons-js/brand-unsplash.js b/icons-react/icons-js/brand-unsplash.js new file mode 100644 index 00000000..b6d85743 --- /dev/null +++ b/icons-react/icons-js/brand-unsplash.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandUnsplash({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandUnsplash; \ No newline at end of file diff --git a/icons-react/icons-js/brand-ycombinator.js b/icons-react/icons-js/brand-ycombinator.js new file mode 100644 index 00000000..8451fc40 --- /dev/null +++ b/icons-react/icons-js/brand-ycombinator.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandYcombinator({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandYcombinator; \ No newline at end of file diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js index f9cc9a3b..fadee11d 100644 --- a/icons-react/icons-js/credit-card-off.js +++ b/icons-react/icons-js/credit-card-off.js @@ -6,7 +6,7 @@ function IconCreditCardOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconCreditCardOff; \ No newline at end of file diff --git a/icons-react/icons-js/planet.js b/icons-react/icons-js/planet.js index d3794eef..56457e09 100644 --- a/icons-react/icons-js/planet.js +++ b/icons-react/icons-js/planet.js @@ -6,7 +6,7 @@ function IconPlanet({ stroke = 2, ...props }) { - return ; + return ; } export default IconPlanet; \ No newline at end of file -- cgit v1.2.1 From 2d1444de91f772f9434329555784697b957cb2be Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 5 Dec 2020 17:50:52 +0100 Subject: Release 1.37.0 --- icons-react/icons-js/3d-cube-sphere.js | 2 +- icons-react/icons-js/alert-octagon.js | 2 +- icons-react/icons-js/arrow-big-down.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-right.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-top.js | 12 ++++++++++++ icons-react/icons-js/arrows-double-ne-sw.js | 12 ++++++++++++ icons-react/icons-js/arrows-double-nw-se.js | 12 ++++++++++++ icons-react/icons-js/arrows-double-se-nw.js | 12 ++++++++++++ icons-react/icons-js/arrows-double-sw-ne.js | 12 ++++++++++++ icons-react/icons-js/arrows-sort.js | 2 +- icons-react/icons-js/backhoe.js | 2 +- icons-react/icons-js/backspace.js | 2 +- icons-react/icons-js/basket.js | 2 +- icons-react/icons-js/battery-1.js | 2 +- icons-react/icons-js/battery-2.js | 2 +- icons-react/icons-js/battery-3.js | 2 +- icons-react/icons-js/battery-4.js | 2 +- icons-react/icons-js/battery-charging.js | 2 +- icons-react/icons-js/battery.js | 2 +- icons-react/icons-js/bell-minus.js | 12 ++++++++++++ icons-react/icons-js/bell-plus.js | 12 ++++++++++++ icons-react/icons-js/bell-ringing-2.js | 12 ++++++++++++ icons-react/icons-js/bell-x.js | 12 ++++++++++++ icons-react/icons-js/biohazard.js | 2 +- icons-react/icons-js/bookmark.js | 2 +- icons-react/icons-js/brand-apple.js | 2 +- icons-react/icons-js/brand-discord.js | 2 +- icons-react/icons-js/brand-edge.js | 2 +- icons-react/icons-js/brand-kotlin.js | 2 +- icons-react/icons-js/brand-paypal.js | 2 +- icons-react/icons-js/brand-reddit.js | 2 +- icons-react/icons-js/brand-spotify.js | 2 +- icons-react/icons-js/brand-tailwind.js | 2 +- icons-react/icons-js/brand-whatsapp.js | 2 +- icons-react/icons-js/brand-yahoo.js | 2 +- icons-react/icons-js/bucket.js | 2 +- icons-react/icons-js/building-carousel.js | 2 +- icons-react/icons-js/building-warehouse.js | 2 +- icons-react/icons-js/car.js | 2 +- icons-react/icons-js/caret-down.js | 2 +- icons-react/icons-js/caret-left.js | 2 +- icons-react/icons-js/caret-right.js | 2 +- icons-react/icons-js/caret-up.js | 2 +- icons-react/icons-js/chart-donut.js | 2 +- icons-react/icons-js/chart-pie.js | 2 +- icons-react/icons-js/chart-radar.js | 2 +- icons-react/icons-js/clipboard-check.js | 2 +- icons-react/icons-js/comet.js | 2 +- icons-react/icons-js/credit-card-off.js | 2 +- icons-react/icons-js/curly-loop.js | 2 +- icons-react/icons-js/dashboard.js | 2 +- icons-react/icons-js/diamond.js | 2 +- icons-react/icons-js/drone.js | 2 +- icons-react/icons-js/fall.js | 2 +- icons-react/icons-js/file-alert.js | 12 ++++++++++++ icons-react/icons-js/file-analytics.js | 12 ++++++++++++ icons-react/icons-js/file-code-2.js | 12 ++++++++++++ icons-react/icons-js/file-export.js | 12 ++++++++++++ icons-react/icons-js/file-import.js | 12 ++++++++++++ icons-react/icons-js/file-phone.js | 2 +- icons-react/icons-js/file-symlink.js | 2 +- icons-react/icons-js/flask.js | 2 +- icons-react/icons-js/friends.js | 2 +- icons-react/icons-js/headphones-off.js | 2 +- icons-react/icons-js/karate.js | 2 +- icons-react/icons-js/man.js | 2 +- icons-react/icons-js/medal.js | 2 +- icons-react/icons-js/mood-crazy-happy.js | 2 +- icons-react/icons-js/mood-cry.js | 2 +- icons-react/icons-js/moon-stars.js | 2 +- icons-react/icons-js/moon.js | 2 +- icons-react/icons-js/octagon.js | 2 +- icons-react/icons-js/panorama-vertical.js | 2 +- icons-react/icons-js/pennant.js | 2 +- icons-react/icons-js/plane.js | 2 +- icons-react/icons-js/planet.js | 2 +- icons-react/icons-js/player-track-next.js | 2 +- icons-react/icons-js/pool.js | 2 +- icons-react/icons-js/repeat-once.js | 2 +- icons-react/icons-js/repeat.js | 2 +- icons-react/icons-js/ripple.js | 2 +- icons-react/icons-js/road-sign.js | 2 +- icons-react/icons-js/screen-share.js | 2 +- icons-react/icons-js/smart-home.js | 2 +- icons-react/icons-js/square-rotated.js | 2 +- icons-react/icons-js/sum.js | 2 +- icons-react/icons-js/tool.js | 2 +- icons-react/icons-js/tools-kitchen.js | 2 +- icons-react/icons-js/umbrella.js | 2 +- icons-react/icons-js/volume-2.js | 2 +- icons-react/icons-js/volume-3.js | 2 +- icons-react/icons-js/volume.js | 2 +- icons-react/icons-js/wave-sine.js | 2 +- icons-react/icons-js/wifi-off.js | 2 +- icons-react/icons-js/wifi.js | 2 +- icons-react/icons-js/windmill.js | 2 +- icons-react/icons-js/zodiac-aquarius.js | 2 +- icons-react/icons-js/zodiac-leo.js | 2 +- icons-react/icons-js/zoom-question.js | 12 ++++++++++++ 100 files changed, 298 insertions(+), 82 deletions(-) create mode 100644 icons-react/icons-js/arrow-big-down.js create mode 100644 icons-react/icons-js/arrow-big-left.js create mode 100644 icons-react/icons-js/arrow-big-right.js create mode 100644 icons-react/icons-js/arrow-big-top.js create mode 100644 icons-react/icons-js/arrows-double-ne-sw.js create mode 100644 icons-react/icons-js/arrows-double-nw-se.js create mode 100644 icons-react/icons-js/arrows-double-se-nw.js create mode 100644 icons-react/icons-js/arrows-double-sw-ne.js create mode 100644 icons-react/icons-js/bell-minus.js create mode 100644 icons-react/icons-js/bell-plus.js create mode 100644 icons-react/icons-js/bell-ringing-2.js create mode 100644 icons-react/icons-js/bell-x.js create mode 100644 icons-react/icons-js/file-alert.js create mode 100644 icons-react/icons-js/file-analytics.js create mode 100644 icons-react/icons-js/file-code-2.js create mode 100644 icons-react/icons-js/file-export.js create mode 100644 icons-react/icons-js/file-import.js create mode 100644 icons-react/icons-js/zoom-question.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/3d-cube-sphere.js b/icons-react/icons-js/3d-cube-sphere.js index efc8863b..fa5f7774 100644 --- a/icons-react/icons-js/3d-cube-sphere.js +++ b/icons-react/icons-js/3d-cube-sphere.js @@ -6,7 +6,7 @@ function Icon3dCubeSphere({ stroke = 2, ...props }) { - return ; + return ; } export default Icon3dCubeSphere; \ No newline at end of file diff --git a/icons-react/icons-js/alert-octagon.js b/icons-react/icons-js/alert-octagon.js index d9ec8a5f..32ada5f4 100644 --- a/icons-react/icons-js/alert-octagon.js +++ b/icons-react/icons-js/alert-octagon.js @@ -6,7 +6,7 @@ function IconAlertOctagon({ stroke = 2, ...props }) { - return ; + return ; } export default IconAlertOctagon; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-down.js b/icons-react/icons-js/arrow-big-down.js new file mode 100644 index 00000000..9394b285 --- /dev/null +++ b/icons-react/icons-js/arrow-big-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigDown; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-left.js b/icons-react/icons-js/arrow-big-left.js new file mode 100644 index 00000000..d2c0e0fd --- /dev/null +++ b/icons-react/icons-js/arrow-big-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-right.js b/icons-react/icons-js/arrow-big-right.js new file mode 100644 index 00000000..540045f2 --- /dev/null +++ b/icons-react/icons-js/arrow-big-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-top.js b/icons-react/icons-js/arrow-big-top.js new file mode 100644 index 00000000..e9332577 --- /dev/null +++ b/icons-react/icons-js/arrow-big-top.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigTop({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigTop; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-double-ne-sw.js b/icons-react/icons-js/arrows-double-ne-sw.js new file mode 100644 index 00000000..60a1477e --- /dev/null +++ b/icons-react/icons-js/arrows-double-ne-sw.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDoubleNeSw({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsDoubleNeSw; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-double-nw-se.js b/icons-react/icons-js/arrows-double-nw-se.js new file mode 100644 index 00000000..bfd0542e --- /dev/null +++ b/icons-react/icons-js/arrows-double-nw-se.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDoubleNwSe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsDoubleNwSe; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-double-se-nw.js b/icons-react/icons-js/arrows-double-se-nw.js new file mode 100644 index 00000000..014d1c55 --- /dev/null +++ b/icons-react/icons-js/arrows-double-se-nw.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDoubleSeNw({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsDoubleSeNw; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-double-sw-ne.js b/icons-react/icons-js/arrows-double-sw-ne.js new file mode 100644 index 00000000..8d838ab1 --- /dev/null +++ b/icons-react/icons-js/arrows-double-sw-ne.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDoubleSwNe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsDoubleSwNe; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-sort.js b/icons-react/icons-js/arrows-sort.js index 69f2c7bd..e8ea9204 100644 --- a/icons-react/icons-js/arrows-sort.js +++ b/icons-react/icons-js/arrows-sort.js @@ -6,7 +6,7 @@ function IconArrowsSort({ stroke = 2, ...props }) { - return ; + return ; } export default IconArrowsSort; \ No newline at end of file diff --git a/icons-react/icons-js/backhoe.js b/icons-react/icons-js/backhoe.js index 0798624c..8d67779d 100644 --- a/icons-react/icons-js/backhoe.js +++ b/icons-react/icons-js/backhoe.js @@ -6,7 +6,7 @@ function IconBackhoe({ stroke = 2, ...props }) { - return ; + return ; } export default IconBackhoe; \ No newline at end of file diff --git a/icons-react/icons-js/backspace.js b/icons-react/icons-js/backspace.js index da1588a5..a5342b7e 100644 --- a/icons-react/icons-js/backspace.js +++ b/icons-react/icons-js/backspace.js @@ -6,7 +6,7 @@ function IconBackspace({ stroke = 2, ...props }) { - return ; + return ; } export default IconBackspace; \ No newline at end of file diff --git a/icons-react/icons-js/basket.js b/icons-react/icons-js/basket.js index e6efc721..f21a8cfb 100644 --- a/icons-react/icons-js/basket.js +++ b/icons-react/icons-js/basket.js @@ -6,7 +6,7 @@ function IconBasket({ stroke = 2, ...props }) { - return ; + return ; } export default IconBasket; \ No newline at end of file diff --git a/icons-react/icons-js/battery-1.js b/icons-react/icons-js/battery-1.js index c6310efd..1209994b 100644 --- a/icons-react/icons-js/battery-1.js +++ b/icons-react/icons-js/battery-1.js @@ -6,7 +6,7 @@ function IconBattery1({ stroke = 2, ...props }) { - return ; + return ; } export default IconBattery1; \ No newline at end of file diff --git a/icons-react/icons-js/battery-2.js b/icons-react/icons-js/battery-2.js index e67d12a6..47c4fc48 100644 --- a/icons-react/icons-js/battery-2.js +++ b/icons-react/icons-js/battery-2.js @@ -6,7 +6,7 @@ function IconBattery2({ stroke = 2, ...props }) { - return ; + return ; } export default IconBattery2; \ No newline at end of file diff --git a/icons-react/icons-js/battery-3.js b/icons-react/icons-js/battery-3.js index 369b702c..2de532b9 100644 --- a/icons-react/icons-js/battery-3.js +++ b/icons-react/icons-js/battery-3.js @@ -6,7 +6,7 @@ function IconBattery3({ stroke = 2, ...props }) { - return ; + return ; } export default IconBattery3; \ No newline at end of file diff --git a/icons-react/icons-js/battery-4.js b/icons-react/icons-js/battery-4.js index 0ecff93a..90cc2894 100644 --- a/icons-react/icons-js/battery-4.js +++ b/icons-react/icons-js/battery-4.js @@ -6,7 +6,7 @@ function IconBattery4({ stroke = 2, ...props }) { - return ; + return ; } export default IconBattery4; \ No newline at end of file diff --git a/icons-react/icons-js/battery-charging.js b/icons-react/icons-js/battery-charging.js index e9b70a89..388be5f2 100644 --- a/icons-react/icons-js/battery-charging.js +++ b/icons-react/icons-js/battery-charging.js @@ -6,7 +6,7 @@ function IconBatteryCharging({ stroke = 2, ...props }) { - return ; + return ; } export default IconBatteryCharging; \ No newline at end of file diff --git a/icons-react/icons-js/battery.js b/icons-react/icons-js/battery.js index 4ff58616..aa6c44c8 100644 --- a/icons-react/icons-js/battery.js +++ b/icons-react/icons-js/battery.js @@ -6,7 +6,7 @@ function IconBattery({ stroke = 2, ...props }) { - return ; + return ; } export default IconBattery; \ No newline at end of file diff --git a/icons-react/icons-js/bell-minus.js b/icons-react/icons-js/bell-minus.js new file mode 100644 index 00000000..ce6c02dc --- /dev/null +++ b/icons-react/icons-js/bell-minus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellMinus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBellMinus; \ No newline at end of file diff --git a/icons-react/icons-js/bell-plus.js b/icons-react/icons-js/bell-plus.js new file mode 100644 index 00000000..ce277add --- /dev/null +++ b/icons-react/icons-js/bell-plus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellPlus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBellPlus; \ No newline at end of file diff --git a/icons-react/icons-js/bell-ringing-2.js b/icons-react/icons-js/bell-ringing-2.js new file mode 100644 index 00000000..39c03d1a --- /dev/null +++ b/icons-react/icons-js/bell-ringing-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellRinging2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBellRinging2; \ No newline at end of file diff --git a/icons-react/icons-js/bell-x.js b/icons-react/icons-js/bell-x.js new file mode 100644 index 00000000..43d6bbae --- /dev/null +++ b/icons-react/icons-js/bell-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBellX; \ No newline at end of file diff --git a/icons-react/icons-js/biohazard.js b/icons-react/icons-js/biohazard.js index 8bc72af4..97569bd9 100644 --- a/icons-react/icons-js/biohazard.js +++ b/icons-react/icons-js/biohazard.js @@ -6,7 +6,7 @@ function IconBiohazard({ stroke = 2, ...props }) { - return ; + return ; } export default IconBiohazard; \ No newline at end of file diff --git a/icons-react/icons-js/bookmark.js b/icons-react/icons-js/bookmark.js index f6968edd..a8cb1c55 100644 --- a/icons-react/icons-js/bookmark.js +++ b/icons-react/icons-js/bookmark.js @@ -6,7 +6,7 @@ function IconBookmark({ stroke = 2, ...props }) { - return ; + return ; } export default IconBookmark; \ No newline at end of file diff --git a/icons-react/icons-js/brand-apple.js b/icons-react/icons-js/brand-apple.js index 03eb5bfc..61b27f86 100644 --- a/icons-react/icons-js/brand-apple.js +++ b/icons-react/icons-js/brand-apple.js @@ -6,7 +6,7 @@ function IconBrandApple({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandApple; \ No newline at end of file diff --git a/icons-react/icons-js/brand-discord.js b/icons-react/icons-js/brand-discord.js index 8791a808..bf499a2e 100644 --- a/icons-react/icons-js/brand-discord.js +++ b/icons-react/icons-js/brand-discord.js @@ -6,7 +6,7 @@ function IconBrandDiscord({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandDiscord; \ No newline at end of file diff --git a/icons-react/icons-js/brand-edge.js b/icons-react/icons-js/brand-edge.js index 1518daae..25ef73a0 100644 --- a/icons-react/icons-js/brand-edge.js +++ b/icons-react/icons-js/brand-edge.js @@ -6,7 +6,7 @@ function IconBrandEdge({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandEdge; \ No newline at end of file diff --git a/icons-react/icons-js/brand-kotlin.js b/icons-react/icons-js/brand-kotlin.js index 9530122e..1314e6e7 100644 --- a/icons-react/icons-js/brand-kotlin.js +++ b/icons-react/icons-js/brand-kotlin.js @@ -6,7 +6,7 @@ function IconBrandKotlin({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandKotlin; \ No newline at end of file diff --git a/icons-react/icons-js/brand-paypal.js b/icons-react/icons-js/brand-paypal.js index 8d46b43c..95081497 100644 --- a/icons-react/icons-js/brand-paypal.js +++ b/icons-react/icons-js/brand-paypal.js @@ -6,7 +6,7 @@ function IconBrandPaypal({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandPaypal; \ No newline at end of file diff --git a/icons-react/icons-js/brand-reddit.js b/icons-react/icons-js/brand-reddit.js index 38d3e1a7..86e473c3 100644 --- a/icons-react/icons-js/brand-reddit.js +++ b/icons-react/icons-js/brand-reddit.js @@ -6,7 +6,7 @@ function IconBrandReddit({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandReddit; \ No newline at end of file diff --git a/icons-react/icons-js/brand-spotify.js b/icons-react/icons-js/brand-spotify.js index 3982b7f0..42db92c4 100644 --- a/icons-react/icons-js/brand-spotify.js +++ b/icons-react/icons-js/brand-spotify.js @@ -6,7 +6,7 @@ function IconBrandSpotify({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandSpotify; \ No newline at end of file diff --git a/icons-react/icons-js/brand-tailwind.js b/icons-react/icons-js/brand-tailwind.js index a973f045..2ec30812 100644 --- a/icons-react/icons-js/brand-tailwind.js +++ b/icons-react/icons-js/brand-tailwind.js @@ -6,7 +6,7 @@ function IconBrandTailwind({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandTailwind; \ No newline at end of file diff --git a/icons-react/icons-js/brand-whatsapp.js b/icons-react/icons-js/brand-whatsapp.js index 65b80567..ca23a48b 100644 --- a/icons-react/icons-js/brand-whatsapp.js +++ b/icons-react/icons-js/brand-whatsapp.js @@ -6,7 +6,7 @@ function IconBrandWhatsapp({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandWhatsapp; \ No newline at end of file diff --git a/icons-react/icons-js/brand-yahoo.js b/icons-react/icons-js/brand-yahoo.js index bc6d7566..4e87be64 100644 --- a/icons-react/icons-js/brand-yahoo.js +++ b/icons-react/icons-js/brand-yahoo.js @@ -6,7 +6,7 @@ function IconBrandYahoo({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandYahoo; \ No newline at end of file diff --git a/icons-react/icons-js/bucket.js b/icons-react/icons-js/bucket.js index 74037d87..465f2d33 100644 --- a/icons-react/icons-js/bucket.js +++ b/icons-react/icons-js/bucket.js @@ -6,7 +6,7 @@ function IconBucket({ stroke = 2, ...props }) { - return ; + return ; } export default IconBucket; \ No newline at end of file diff --git a/icons-react/icons-js/building-carousel.js b/icons-react/icons-js/building-carousel.js index 5a5c719e..3f8624b3 100644 --- a/icons-react/icons-js/building-carousel.js +++ b/icons-react/icons-js/building-carousel.js @@ -6,7 +6,7 @@ function IconBuildingCarousel({ stroke = 2, ...props }) { - return ; + return ; } export default IconBuildingCarousel; \ No newline at end of file diff --git a/icons-react/icons-js/building-warehouse.js b/icons-react/icons-js/building-warehouse.js index ef3b2026..55db75be 100644 --- a/icons-react/icons-js/building-warehouse.js +++ b/icons-react/icons-js/building-warehouse.js @@ -6,7 +6,7 @@ function IconBuildingWarehouse({ stroke = 2, ...props }) { - return ; + return ; } export default IconBuildingWarehouse; \ No newline at end of file diff --git a/icons-react/icons-js/car.js b/icons-react/icons-js/car.js index d5f87000..7d568175 100644 --- a/icons-react/icons-js/car.js +++ b/icons-react/icons-js/car.js @@ -6,7 +6,7 @@ function IconCar({ stroke = 2, ...props }) { - return ; + return ; } export default IconCar; \ No newline at end of file diff --git a/icons-react/icons-js/caret-down.js b/icons-react/icons-js/caret-down.js index 627d744a..c3a936eb 100644 --- a/icons-react/icons-js/caret-down.js +++ b/icons-react/icons-js/caret-down.js @@ -6,7 +6,7 @@ function IconCaretDown({ stroke = 2, ...props }) { - return ; + return ; } export default IconCaretDown; \ No newline at end of file diff --git a/icons-react/icons-js/caret-left.js b/icons-react/icons-js/caret-left.js index c57d2ce4..f19bfc42 100644 --- a/icons-react/icons-js/caret-left.js +++ b/icons-react/icons-js/caret-left.js @@ -6,7 +6,7 @@ function IconCaretLeft({ stroke = 2, ...props }) { - return ; + return ; } export default IconCaretLeft; \ No newline at end of file diff --git a/icons-react/icons-js/caret-right.js b/icons-react/icons-js/caret-right.js index fde67217..c95555fc 100644 --- a/icons-react/icons-js/caret-right.js +++ b/icons-react/icons-js/caret-right.js @@ -6,7 +6,7 @@ function IconCaretRight({ stroke = 2, ...props }) { - return ; + return ; } export default IconCaretRight; \ No newline at end of file diff --git a/icons-react/icons-js/caret-up.js b/icons-react/icons-js/caret-up.js index cb586e7e..cc066196 100644 --- a/icons-react/icons-js/caret-up.js +++ b/icons-react/icons-js/caret-up.js @@ -6,7 +6,7 @@ function IconCaretUp({ stroke = 2, ...props }) { - return ; + return ; } export default IconCaretUp; \ No newline at end of file diff --git a/icons-react/icons-js/chart-donut.js b/icons-react/icons-js/chart-donut.js index 8839e947..784ec4bf 100644 --- a/icons-react/icons-js/chart-donut.js +++ b/icons-react/icons-js/chart-donut.js @@ -6,7 +6,7 @@ function IconChartDonut({ stroke = 2, ...props }) { - return ; + return ; } export default IconChartDonut; \ No newline at end of file diff --git a/icons-react/icons-js/chart-pie.js b/icons-react/icons-js/chart-pie.js index ec4329b6..c29c64b0 100644 --- a/icons-react/icons-js/chart-pie.js +++ b/icons-react/icons-js/chart-pie.js @@ -6,7 +6,7 @@ function IconChartPie({ stroke = 2, ...props }) { - return ; + return ; } export default IconChartPie; \ No newline at end of file diff --git a/icons-react/icons-js/chart-radar.js b/icons-react/icons-js/chart-radar.js index b0edb104..e8e8e45a 100644 --- a/icons-react/icons-js/chart-radar.js +++ b/icons-react/icons-js/chart-radar.js @@ -6,7 +6,7 @@ function IconChartRadar({ stroke = 2, ...props }) { - return ; + return ; } export default IconChartRadar; \ No newline at end of file diff --git a/icons-react/icons-js/clipboard-check.js b/icons-react/icons-js/clipboard-check.js index c729d0b3..0d2e2d70 100644 --- a/icons-react/icons-js/clipboard-check.js +++ b/icons-react/icons-js/clipboard-check.js @@ -6,7 +6,7 @@ function IconClipboardCheck({ stroke = 2, ...props }) { - return ; + return ; } export default IconClipboardCheck; \ No newline at end of file diff --git a/icons-react/icons-js/comet.js b/icons-react/icons-js/comet.js index 40d584fe..96ba559e 100644 --- a/icons-react/icons-js/comet.js +++ b/icons-react/icons-js/comet.js @@ -6,7 +6,7 @@ function IconComet({ stroke = 2, ...props }) { - return ; + return ; } export default IconComet; \ No newline at end of file diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js index fadee11d..8981d618 100644 --- a/icons-react/icons-js/credit-card-off.js +++ b/icons-react/icons-js/credit-card-off.js @@ -6,7 +6,7 @@ function IconCreditCardOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconCreditCardOff; \ No newline at end of file diff --git a/icons-react/icons-js/curly-loop.js b/icons-react/icons-js/curly-loop.js index d237844c..044b2a4b 100644 --- a/icons-react/icons-js/curly-loop.js +++ b/icons-react/icons-js/curly-loop.js @@ -6,7 +6,7 @@ function IconCurlyLoop({ stroke = 2, ...props }) { - return ; + return ; } export default IconCurlyLoop; \ No newline at end of file diff --git a/icons-react/icons-js/dashboard.js b/icons-react/icons-js/dashboard.js index 27fc17ff..fbd1df5c 100644 --- a/icons-react/icons-js/dashboard.js +++ b/icons-react/icons-js/dashboard.js @@ -6,7 +6,7 @@ function IconDashboard({ stroke = 2, ...props }) { - return ; + return ; } export default IconDashboard; \ No newline at end of file diff --git a/icons-react/icons-js/diamond.js b/icons-react/icons-js/diamond.js index fca7ea11..4d275814 100644 --- a/icons-react/icons-js/diamond.js +++ b/icons-react/icons-js/diamond.js @@ -6,7 +6,7 @@ function IconDiamond({ stroke = 2, ...props }) { - return ; + return ; } export default IconDiamond; \ No newline at end of file diff --git a/icons-react/icons-js/drone.js b/icons-react/icons-js/drone.js index 1f51538e..82a9d859 100644 --- a/icons-react/icons-js/drone.js +++ b/icons-react/icons-js/drone.js @@ -6,7 +6,7 @@ function IconDrone({ stroke = 2, ...props }) { - return ; + return ; } export default IconDrone; \ No newline at end of file diff --git a/icons-react/icons-js/fall.js b/icons-react/icons-js/fall.js index c892c5f8..1809721a 100644 --- a/icons-react/icons-js/fall.js +++ b/icons-react/icons-js/fall.js @@ -6,7 +6,7 @@ function IconFall({ stroke = 2, ...props }) { - return ; + return ; } export default IconFall; \ No newline at end of file diff --git a/icons-react/icons-js/file-alert.js b/icons-react/icons-js/file-alert.js new file mode 100644 index 00000000..2834f0c7 --- /dev/null +++ b/icons-react/icons-js/file-alert.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileAlert({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileAlert; \ No newline at end of file diff --git a/icons-react/icons-js/file-analytics.js b/icons-react/icons-js/file-analytics.js new file mode 100644 index 00000000..99a3cb42 --- /dev/null +++ b/icons-react/icons-js/file-analytics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileAnalytics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileAnalytics; \ No newline at end of file diff --git a/icons-react/icons-js/file-code-2.js b/icons-react/icons-js/file-code-2.js new file mode 100644 index 00000000..a32824c3 --- /dev/null +++ b/icons-react/icons-js/file-code-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileCode2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileCode2; \ No newline at end of file diff --git a/icons-react/icons-js/file-export.js b/icons-react/icons-js/file-export.js new file mode 100644 index 00000000..fd02ea98 --- /dev/null +++ b/icons-react/icons-js/file-export.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileExport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileExport; \ No newline at end of file diff --git a/icons-react/icons-js/file-import.js b/icons-react/icons-js/file-import.js new file mode 100644 index 00000000..dacafb18 --- /dev/null +++ b/icons-react/icons-js/file-import.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileImport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileImport; \ No newline at end of file diff --git a/icons-react/icons-js/file-phone.js b/icons-react/icons-js/file-phone.js index 949bdefb..12163318 100644 --- a/icons-react/icons-js/file-phone.js +++ b/icons-react/icons-js/file-phone.js @@ -6,7 +6,7 @@ function IconFilePhone({ stroke = 2, ...props }) { - return ; + return ; } export default IconFilePhone; \ No newline at end of file diff --git a/icons-react/icons-js/file-symlink.js b/icons-react/icons-js/file-symlink.js index 6f076b0f..a6ef1eef 100644 --- a/icons-react/icons-js/file-symlink.js +++ b/icons-react/icons-js/file-symlink.js @@ -6,7 +6,7 @@ function IconFileSymlink({ stroke = 2, ...props }) { - return ; + return ; } export default IconFileSymlink; \ No newline at end of file diff --git a/icons-react/icons-js/flask.js b/icons-react/icons-js/flask.js index 2416970c..159a2ccd 100644 --- a/icons-react/icons-js/flask.js +++ b/icons-react/icons-js/flask.js @@ -6,7 +6,7 @@ function IconFlask({ stroke = 2, ...props }) { - return ; + return ; } export default IconFlask; \ No newline at end of file diff --git a/icons-react/icons-js/friends.js b/icons-react/icons-js/friends.js index 24745830..c4c6dcf5 100644 --- a/icons-react/icons-js/friends.js +++ b/icons-react/icons-js/friends.js @@ -6,7 +6,7 @@ function IconFriends({ stroke = 2, ...props }) { - return ; + return ; } export default IconFriends; \ No newline at end of file diff --git a/icons-react/icons-js/headphones-off.js b/icons-react/icons-js/headphones-off.js index 60f494c5..63fcbb2f 100644 --- a/icons-react/icons-js/headphones-off.js +++ b/icons-react/icons-js/headphones-off.js @@ -6,7 +6,7 @@ function IconHeadphonesOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconHeadphonesOff; \ No newline at end of file diff --git a/icons-react/icons-js/karate.js b/icons-react/icons-js/karate.js index 825428fd..d43f1c10 100644 --- a/icons-react/icons-js/karate.js +++ b/icons-react/icons-js/karate.js @@ -6,7 +6,7 @@ function IconKarate({ stroke = 2, ...props }) { - return ; + return ; } export default IconKarate; \ No newline at end of file diff --git a/icons-react/icons-js/man.js b/icons-react/icons-js/man.js index 3413a57c..93349723 100644 --- a/icons-react/icons-js/man.js +++ b/icons-react/icons-js/man.js @@ -6,7 +6,7 @@ function IconMan({ stroke = 2, ...props }) { - return ; + return ; } export default IconMan; \ No newline at end of file diff --git a/icons-react/icons-js/medal.js b/icons-react/icons-js/medal.js index e2a87d03..4cc9fb3f 100644 --- a/icons-react/icons-js/medal.js +++ b/icons-react/icons-js/medal.js @@ -6,7 +6,7 @@ function IconMedal({ stroke = 2, ...props }) { - return ; + return ; } export default IconMedal; \ No newline at end of file diff --git a/icons-react/icons-js/mood-crazy-happy.js b/icons-react/icons-js/mood-crazy-happy.js index 628781d1..579747f5 100644 --- a/icons-react/icons-js/mood-crazy-happy.js +++ b/icons-react/icons-js/mood-crazy-happy.js @@ -6,7 +6,7 @@ function IconMoodCrazyHappy({ stroke = 2, ...props }) { - return ; + return ; } export default IconMoodCrazyHappy; \ No newline at end of file diff --git a/icons-react/icons-js/mood-cry.js b/icons-react/icons-js/mood-cry.js index 8e17b77b..b53b46f1 100644 --- a/icons-react/icons-js/mood-cry.js +++ b/icons-react/icons-js/mood-cry.js @@ -6,7 +6,7 @@ function IconMoodCry({ stroke = 2, ...props }) { - return ; + return ; } export default IconMoodCry; \ No newline at end of file diff --git a/icons-react/icons-js/moon-stars.js b/icons-react/icons-js/moon-stars.js index 5c6d8b13..a70c07ef 100644 --- a/icons-react/icons-js/moon-stars.js +++ b/icons-react/icons-js/moon-stars.js @@ -6,7 +6,7 @@ function IconMoonStars({ stroke = 2, ...props }) { - return ; + return ; } export default IconMoonStars; \ No newline at end of file diff --git a/icons-react/icons-js/moon.js b/icons-react/icons-js/moon.js index 244bfdcc..482ba5b6 100644 --- a/icons-react/icons-js/moon.js +++ b/icons-react/icons-js/moon.js @@ -6,7 +6,7 @@ function IconMoon({ stroke = 2, ...props }) { - return ; + return ; } export default IconMoon; \ No newline at end of file diff --git a/icons-react/icons-js/octagon.js b/icons-react/icons-js/octagon.js index c74942ef..07d4ab2f 100644 --- a/icons-react/icons-js/octagon.js +++ b/icons-react/icons-js/octagon.js @@ -6,7 +6,7 @@ function IconOctagon({ stroke = 2, ...props }) { - return ; + return ; } export default IconOctagon; \ No newline at end of file diff --git a/icons-react/icons-js/panorama-vertical.js b/icons-react/icons-js/panorama-vertical.js index 95fc7286..7eb60698 100644 --- a/icons-react/icons-js/panorama-vertical.js +++ b/icons-react/icons-js/panorama-vertical.js @@ -6,7 +6,7 @@ function IconPanoramaVertical({ stroke = 2, ...props }) { - return ; + return ; } export default IconPanoramaVertical; \ No newline at end of file diff --git a/icons-react/icons-js/pennant.js b/icons-react/icons-js/pennant.js index 5b45447e..78986849 100644 --- a/icons-react/icons-js/pennant.js +++ b/icons-react/icons-js/pennant.js @@ -6,7 +6,7 @@ function IconPennant({ stroke = 2, ...props }) { - return ; + return ; } export default IconPennant; \ No newline at end of file diff --git a/icons-react/icons-js/plane.js b/icons-react/icons-js/plane.js index e2daebcc..76c81609 100644 --- a/icons-react/icons-js/plane.js +++ b/icons-react/icons-js/plane.js @@ -6,7 +6,7 @@ function IconPlane({ stroke = 2, ...props }) { - return ; + return ; } export default IconPlane; \ No newline at end of file diff --git a/icons-react/icons-js/planet.js b/icons-react/icons-js/planet.js index 56457e09..539c09ca 100644 --- a/icons-react/icons-js/planet.js +++ b/icons-react/icons-js/planet.js @@ -6,7 +6,7 @@ function IconPlanet({ stroke = 2, ...props }) { - return ; + return ; } export default IconPlanet; \ No newline at end of file diff --git a/icons-react/icons-js/player-track-next.js b/icons-react/icons-js/player-track-next.js index c368e395..c3652685 100644 --- a/icons-react/icons-js/player-track-next.js +++ b/icons-react/icons-js/player-track-next.js @@ -6,7 +6,7 @@ function IconPlayerTrackNext({ stroke = 2, ...props }) { - return ; + return ; } export default IconPlayerTrackNext; \ No newline at end of file diff --git a/icons-react/icons-js/pool.js b/icons-react/icons-js/pool.js index e7689b9a..1e5bd1d4 100644 --- a/icons-react/icons-js/pool.js +++ b/icons-react/icons-js/pool.js @@ -6,7 +6,7 @@ function IconPool({ stroke = 2, ...props }) { - return ; + return ; } export default IconPool; \ No newline at end of file diff --git a/icons-react/icons-js/repeat-once.js b/icons-react/icons-js/repeat-once.js index 568a5e74..c91bf41c 100644 --- a/icons-react/icons-js/repeat-once.js +++ b/icons-react/icons-js/repeat-once.js @@ -6,7 +6,7 @@ function IconRepeatOnce({ stroke = 2, ...props }) { - return ; + return ; } export default IconRepeatOnce; \ No newline at end of file diff --git a/icons-react/icons-js/repeat.js b/icons-react/icons-js/repeat.js index b629b533..6950adb0 100644 --- a/icons-react/icons-js/repeat.js +++ b/icons-react/icons-js/repeat.js @@ -6,7 +6,7 @@ function IconRepeat({ stroke = 2, ...props }) { - return ; + return ; } export default IconRepeat; \ No newline at end of file diff --git a/icons-react/icons-js/ripple.js b/icons-react/icons-js/ripple.js index d7d28626..83612fef 100644 --- a/icons-react/icons-js/ripple.js +++ b/icons-react/icons-js/ripple.js @@ -6,7 +6,7 @@ function IconRipple({ stroke = 2, ...props }) { - return ; + return ; } export default IconRipple; \ No newline at end of file diff --git a/icons-react/icons-js/road-sign.js b/icons-react/icons-js/road-sign.js index 988b4a05..7cb05183 100644 --- a/icons-react/icons-js/road-sign.js +++ b/icons-react/icons-js/road-sign.js @@ -6,7 +6,7 @@ function IconRoadSign({ stroke = 2, ...props }) { - return ; + return ; } export default IconRoadSign; \ No newline at end of file diff --git a/icons-react/icons-js/screen-share.js b/icons-react/icons-js/screen-share.js index b6763c16..91f3f9b3 100644 --- a/icons-react/icons-js/screen-share.js +++ b/icons-react/icons-js/screen-share.js @@ -6,7 +6,7 @@ function IconScreenShare({ stroke = 2, ...props }) { - return ; + return ; } export default IconScreenShare; \ No newline at end of file diff --git a/icons-react/icons-js/smart-home.js b/icons-react/icons-js/smart-home.js index cf5457b9..def05351 100644 --- a/icons-react/icons-js/smart-home.js +++ b/icons-react/icons-js/smart-home.js @@ -6,7 +6,7 @@ function IconSmartHome({ stroke = 2, ...props }) { - return ; + return ; } export default IconSmartHome; \ No newline at end of file diff --git a/icons-react/icons-js/square-rotated.js b/icons-react/icons-js/square-rotated.js index 5e8124b7..a8801450 100644 --- a/icons-react/icons-js/square-rotated.js +++ b/icons-react/icons-js/square-rotated.js @@ -6,7 +6,7 @@ function IconSquareRotated({ stroke = 2, ...props }) { - return ; + return ; } export default IconSquareRotated; \ No newline at end of file diff --git a/icons-react/icons-js/sum.js b/icons-react/icons-js/sum.js index 444d1313..3f64bbc1 100644 --- a/icons-react/icons-js/sum.js +++ b/icons-react/icons-js/sum.js @@ -6,7 +6,7 @@ function IconSum({ stroke = 2, ...props }) { - return ; + return ; } export default IconSum; \ No newline at end of file diff --git a/icons-react/icons-js/tool.js b/icons-react/icons-js/tool.js index df6c37f5..a5b696eb 100644 --- a/icons-react/icons-js/tool.js +++ b/icons-react/icons-js/tool.js @@ -6,7 +6,7 @@ function IconTool({ stroke = 2, ...props }) { - return ; + return ; } export default IconTool; \ No newline at end of file diff --git a/icons-react/icons-js/tools-kitchen.js b/icons-react/icons-js/tools-kitchen.js index 8fe2ee51..bd1e3be8 100644 --- a/icons-react/icons-js/tools-kitchen.js +++ b/icons-react/icons-js/tools-kitchen.js @@ -6,7 +6,7 @@ function IconToolsKitchen({ stroke = 2, ...props }) { - return ; + return ; } export default IconToolsKitchen; \ No newline at end of file diff --git a/icons-react/icons-js/umbrella.js b/icons-react/icons-js/umbrella.js index c92d0d4f..33df0085 100644 --- a/icons-react/icons-js/umbrella.js +++ b/icons-react/icons-js/umbrella.js @@ -6,7 +6,7 @@ function IconUmbrella({ stroke = 2, ...props }) { - return ; + return ; } export default IconUmbrella; \ No newline at end of file diff --git a/icons-react/icons-js/volume-2.js b/icons-react/icons-js/volume-2.js index 89ff362f..7a93c3a2 100644 --- a/icons-react/icons-js/volume-2.js +++ b/icons-react/icons-js/volume-2.js @@ -6,7 +6,7 @@ function IconVolume2({ stroke = 2, ...props }) { - return ; + return ; } export default IconVolume2; \ No newline at end of file diff --git a/icons-react/icons-js/volume-3.js b/icons-react/icons-js/volume-3.js index cc2b8521..36040167 100644 --- a/icons-react/icons-js/volume-3.js +++ b/icons-react/icons-js/volume-3.js @@ -6,7 +6,7 @@ function IconVolume3({ stroke = 2, ...props }) { - return ; + return ; } export default IconVolume3; \ No newline at end of file diff --git a/icons-react/icons-js/volume.js b/icons-react/icons-js/volume.js index a6651acc..5cab0101 100644 --- a/icons-react/icons-js/volume.js +++ b/icons-react/icons-js/volume.js @@ -6,7 +6,7 @@ function IconVolume({ stroke = 2, ...props }) { - return ; + return ; } export default IconVolume; \ No newline at end of file diff --git a/icons-react/icons-js/wave-sine.js b/icons-react/icons-js/wave-sine.js index 860cc22e..3bc2c388 100644 --- a/icons-react/icons-js/wave-sine.js +++ b/icons-react/icons-js/wave-sine.js @@ -6,7 +6,7 @@ function IconWaveSine({ stroke = 2, ...props }) { - return ; + return ; } export default IconWaveSine; \ No newline at end of file diff --git a/icons-react/icons-js/wifi-off.js b/icons-react/icons-js/wifi-off.js index 2424d827..bdcc1539 100644 --- a/icons-react/icons-js/wifi-off.js +++ b/icons-react/icons-js/wifi-off.js @@ -6,7 +6,7 @@ function IconWifiOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconWifiOff; \ No newline at end of file diff --git a/icons-react/icons-js/wifi.js b/icons-react/icons-js/wifi.js index 33905e0c..53aba44d 100644 --- a/icons-react/icons-js/wifi.js +++ b/icons-react/icons-js/wifi.js @@ -6,7 +6,7 @@ function IconWifi({ stroke = 2, ...props }) { - return ; + return ; } export default IconWifi; \ No newline at end of file diff --git a/icons-react/icons-js/windmill.js b/icons-react/icons-js/windmill.js index 18e2e97e..b1c36ecc 100644 --- a/icons-react/icons-js/windmill.js +++ b/icons-react/icons-js/windmill.js @@ -6,7 +6,7 @@ function IconWindmill({ stroke = 2, ...props }) { - return ; + return ; } export default IconWindmill; \ No newline at end of file diff --git a/icons-react/icons-js/zodiac-aquarius.js b/icons-react/icons-js/zodiac-aquarius.js index 9ace4e33..0b3fc3a8 100644 --- a/icons-react/icons-js/zodiac-aquarius.js +++ b/icons-react/icons-js/zodiac-aquarius.js @@ -6,7 +6,7 @@ function IconZodiacAquarius({ stroke = 2, ...props }) { - return ; + return ; } export default IconZodiacAquarius; \ No newline at end of file diff --git a/icons-react/icons-js/zodiac-leo.js b/icons-react/icons-js/zodiac-leo.js index b197606f..6850fd5d 100644 --- a/icons-react/icons-js/zodiac-leo.js +++ b/icons-react/icons-js/zodiac-leo.js @@ -6,7 +6,7 @@ function IconZodiacLeo({ stroke = 2, ...props }) { - return ; + return ; } export default IconZodiacLeo; \ No newline at end of file diff --git a/icons-react/icons-js/zoom-question.js b/icons-react/icons-js/zoom-question.js new file mode 100644 index 00000000..9463c241 --- /dev/null +++ b/icons-react/icons-js/zoom-question.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomQuestion({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconZoomQuestion; \ No newline at end of file -- cgit v1.2.1