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 +++++++ icons-react/index.d.ts | 48 +++++++++++++++++++++++++-- icons-react/index.js | 48 +++++++++++++++++++++++++-- 49 files changed, 632 insertions(+), 8 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') 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 diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 2f971f5a..e92af865 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -44,6 +44,10 @@ export const IconArrowBarToLeft: TablerIcon; export const IconArrowBarToRight: TablerIcon; export const IconArrowBarToUp: TablerIcon; export const IconArrowBarUp: TablerIcon; +export const IconArrowBottomBar: TablerIcon; +export const IconArrowBottomCircle: TablerIcon; +export const IconArrowBottomSquare: TablerIcon; +export const IconArrowBottomTail: TablerIcon; export const IconArrowDownCircle: TablerIcon; export const IconArrowDownLeftCircle: TablerIcon; export const IconArrowDownLeft: TablerIcon; @@ -52,28 +56,56 @@ export const IconArrowDownRight: TablerIcon; export const IconArrowDown: TablerIcon; export const IconArrowForwardUp: TablerIcon; export const IconArrowForward: TablerIcon; +export const IconArrowLeftBar: TablerIcon; export const IconArrowLeftCircle: TablerIcon; +export const IconArrowLeftSquare: TablerIcon; +export const IconArrowLeftTail: TablerIcon; export const IconArrowLeft: TablerIcon; +export const IconArrowLoopLeft: TablerIcon; +export const IconArrowLoopRight: TablerIcon; export const IconArrowNarrowDown: TablerIcon; export const IconArrowNarrowLeft: TablerIcon; export const IconArrowNarrowRight: TablerIcon; export const IconArrowNarrowUp: TablerIcon; export const IconArrowRampLeft: TablerIcon; export const IconArrowRampRight: TablerIcon; +export const IconArrowRightBar: TablerIcon; export const IconArrowRightCircle: TablerIcon; +export const IconArrowRightSquare: TablerIcon; +export const IconArrowRightTail: TablerIcon; export const IconArrowRight: TablerIcon; +export const IconArrowTopBar: TablerIcon; +export const IconArrowTopCircle: TablerIcon; +export const IconArrowTopSquare: TablerIcon; +export const IconArrowTopTail: TablerIcon; export const IconArrowUpCircle: TablerIcon; export const IconArrowUpLeftCircle: TablerIcon; export const IconArrowUpLeft: TablerIcon; export const IconArrowUpRightCircle: TablerIcon; export const IconArrowUpRight: TablerIcon; export const IconArrowUp: TablerIcon; +export const IconArrowWaveLeftDown: TablerIcon; +export const IconArrowWaveLeftUp: TablerIcon; +export const IconArrowWaveRightDown: TablerIcon; +export const IconArrowWaveRightUp: TablerIcon; export const IconArrowsDiagonal2: TablerIcon; export const IconArrowsDiagonal: TablerIcon; +export const IconArrowsDownUp: TablerIcon; +export const IconArrowsDown: TablerIcon; export const IconArrowsHorizontal: TablerIcon; +export const IconArrowsJoin2: TablerIcon; +export const IconArrowsJoin: TablerIcon; +export const IconArrowsLeftRight: TablerIcon; +export const IconArrowsLeft: TablerIcon; export const IconArrowsMaximize: TablerIcon; export const IconArrowsMinimize: TablerIcon; +export const IconArrowsRightLeft: TablerIcon; +export const IconArrowsRight: TablerIcon; export const IconArrowsSort: TablerIcon; +export const IconArrowsSplit2: TablerIcon; +export const IconArrowsSplit: TablerIcon; +export const IconArrowsUpDown: TablerIcon; +export const IconArrowsUp: TablerIcon; export const IconArrowsVertical: TablerIcon; export const IconArtboard: TablerIcon; export const IconAspectRatio: TablerIcon; @@ -110,6 +142,7 @@ export const IconBluetooth: TablerIcon; export const IconBold: TablerIcon; export const IconBoltOff: TablerIcon; export const IconBolt: TablerIcon; +export const IconBone: TablerIcon; export const IconBook: TablerIcon; export const IconBookmarkOff: TablerIcon; export const IconBookmark: TablerIcon; @@ -439,7 +472,6 @@ export const IconGlobe: TablerIcon; export const IconGolf: TablerIcon; export const IconGps: TablerIcon; export const IconGridDots: TablerIcon; -export const IconGrid: TablerIcon; export const IconGripHorizontal: TablerIcon; export const IconGripVertical: TablerIcon; export const IconH1: TablerIcon; @@ -496,6 +528,8 @@ export const IconLayoutCards: TablerIcon; export const IconLayoutColumns: TablerIcon; export const IconLayoutDistributeHorizontal: TablerIcon; export const IconLayoutDistributeVertical: TablerIcon; +export const IconLayoutGridAdd: TablerIcon; +export const IconLayoutGrid: TablerIcon; export const IconLayoutKanban: TablerIcon; export const IconLayoutList: TablerIcon; export const IconLayoutNavbar: TablerIcon; @@ -645,6 +679,7 @@ export const IconPill: TablerIcon; export const IconPin: TablerIcon; export const IconPinnedOff: TablerIcon; export const IconPinned: TablerIcon; +export const IconPizza: TablerIcon; export const IconPlaneArrival: TablerIcon; export const IconPlaneDeparture: TablerIcon; export const IconPlane: TablerIcon; @@ -672,6 +707,8 @@ export const IconPuzzle: TablerIcon; export const IconQrcode: TablerIcon; export const IconQuestionMark: TablerIcon; export const IconRadioactive: TablerIcon; +export const IconRainbow: TablerIcon; +export const IconReceiptTax: TablerIcon; export const IconRecordMail: TablerIcon; export const IconRectangleVertical: TablerIcon; export const IconRectangle: TablerIcon; @@ -763,7 +800,7 @@ export const IconStars: TablerIcon; export const IconSteeringWheel: TablerIcon; export const IconStepInto: TablerIcon; export const IconStepOut: TablerIcon; -export const IconSthetoscope: TablerIcon; +export const IconStethoscope: TablerIcon; export const IconSticker: TablerIcon; export const IconStrikethrough: TablerIcon; export const IconSubmarine: TablerIcon; @@ -776,6 +813,8 @@ export const IconSunset: TablerIcon; export const IconSunshine: TablerIcon; export const IconSuperscript: TablerIcon; export const IconSwimming: TablerIcon; +export const IconSwitch2: TablerIcon; +export const IconSwitch3: TablerIcon; export const IconSwitchHorizontal: TablerIcon; export const IconSwitchVertical: TablerIcon; export const IconSwitch: TablerIcon; @@ -788,7 +827,6 @@ export const IconTallymark4: TablerIcon; export const IconTallymarks: TablerIcon; export const IconTank: TablerIcon; export const IconTarget: TablerIcon; -export const IconTax: TablerIcon; export const IconTemperatureCelsius: TablerIcon; export const IconTemperatureFahrenheit: TablerIcon; export const IconTemperatureMinus: TablerIcon; @@ -819,7 +857,11 @@ export const IconTrain: TablerIcon; export const IconTrashOff: TablerIcon; export const IconTrash: TablerIcon; export const IconTrees: TablerIcon; +export const IconTrendingDown2: TablerIcon; +export const IconTrendingDown3: TablerIcon; export const IconTrendingDown: TablerIcon; +export const IconTrendingUp2: TablerIcon; +export const IconTrendingUp3: TablerIcon; export const IconTrendingUp: TablerIcon; export const IconTriangleSquareCircle: TablerIcon; export const IconTriangle: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 25bccb3b..ee0808e1 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -38,6 +38,10 @@ export { default as IconArrowBarToLeft } from './icons-js/arrow-bar-to-left.js'; export { default as IconArrowBarToRight } from './icons-js/arrow-bar-to-right.js'; export { default as IconArrowBarToUp } from './icons-js/arrow-bar-to-up.js'; export { default as IconArrowBarUp } from './icons-js/arrow-bar-up.js'; +export { default as IconArrowBottomBar } from './icons-js/arrow-bottom-bar.js'; +export { default as IconArrowBottomCircle } from './icons-js/arrow-bottom-circle.js'; +export { default as IconArrowBottomSquare } from './icons-js/arrow-bottom-square.js'; +export { default as IconArrowBottomTail } from './icons-js/arrow-bottom-tail.js'; export { default as IconArrowDownCircle } from './icons-js/arrow-down-circle.js'; export { default as IconArrowDownLeftCircle } from './icons-js/arrow-down-left-circle.js'; export { default as IconArrowDownLeft } from './icons-js/arrow-down-left.js'; @@ -46,28 +50,56 @@ export { default as IconArrowDownRight } from './icons-js/arrow-down-right.js'; export { default as IconArrowDown } from './icons-js/arrow-down.js'; export { default as IconArrowForwardUp } from './icons-js/arrow-forward-up.js'; export { default as IconArrowForward } from './icons-js/arrow-forward.js'; +export { default as IconArrowLeftBar } from './icons-js/arrow-left-bar.js'; export { default as IconArrowLeftCircle } from './icons-js/arrow-left-circle.js'; +export { default as IconArrowLeftSquare } from './icons-js/arrow-left-square.js'; +export { default as IconArrowLeftTail } from './icons-js/arrow-left-tail.js'; export { default as IconArrowLeft } from './icons-js/arrow-left.js'; +export { default as IconArrowLoopLeft } from './icons-js/arrow-loop-left.js'; +export { default as IconArrowLoopRight } from './icons-js/arrow-loop-right.js'; export { default as IconArrowNarrowDown } from './icons-js/arrow-narrow-down.js'; export { default as IconArrowNarrowLeft } from './icons-js/arrow-narrow-left.js'; export { default as IconArrowNarrowRight } from './icons-js/arrow-narrow-right.js'; export { default as IconArrowNarrowUp } from './icons-js/arrow-narrow-up.js'; export { default as IconArrowRampLeft } from './icons-js/arrow-ramp-left.js'; export { default as IconArrowRampRight } from './icons-js/arrow-ramp-right.js'; +export { default as IconArrowRightBar } from './icons-js/arrow-right-bar.js'; export { default as IconArrowRightCircle } from './icons-js/arrow-right-circle.js'; +export { default as IconArrowRightSquare } from './icons-js/arrow-right-square.js'; +export { default as IconArrowRightTail } from './icons-js/arrow-right-tail.js'; export { default as IconArrowRight } from './icons-js/arrow-right.js'; +export { default as IconArrowTopBar } from './icons-js/arrow-top-bar.js'; +export { default as IconArrowTopCircle } from './icons-js/arrow-top-circle.js'; +export { default as IconArrowTopSquare } from './icons-js/arrow-top-square.js'; +export { default as IconArrowTopTail } from './icons-js/arrow-top-tail.js'; export { default as IconArrowUpCircle } from './icons-js/arrow-up-circle.js'; export { default as IconArrowUpLeftCircle } from './icons-js/arrow-up-left-circle.js'; export { default as IconArrowUpLeft } from './icons-js/arrow-up-left.js'; export { default as IconArrowUpRightCircle } from './icons-js/arrow-up-right-circle.js'; export { default as IconArrowUpRight } from './icons-js/arrow-up-right.js'; export { default as IconArrowUp } from './icons-js/arrow-up.js'; +export { default as IconArrowWaveLeftDown } from './icons-js/arrow-wave-left-down.js'; +export { default as IconArrowWaveLeftUp } from './icons-js/arrow-wave-left-up.js'; +export { default as IconArrowWaveRightDown } from './icons-js/arrow-wave-right-down.js'; +export { default as IconArrowWaveRightUp } from './icons-js/arrow-wave-right-up.js'; export { default as IconArrowsDiagonal2 } from './icons-js/arrows-diagonal-2.js'; export { default as IconArrowsDiagonal } from './icons-js/arrows-diagonal.js'; +export { default as IconArrowsDownUp } from './icons-js/arrows-down-up.js'; +export { default as IconArrowsDown } from './icons-js/arrows-down.js'; export { default as IconArrowsHorizontal } from './icons-js/arrows-horizontal.js'; +export { default as IconArrowsJoin2 } from './icons-js/arrows-join-2.js'; +export { default as IconArrowsJoin } from './icons-js/arrows-join.js'; +export { default as IconArrowsLeftRight } from './icons-js/arrows-left-right.js'; +export { default as IconArrowsLeft } from './icons-js/arrows-left.js'; export { default as IconArrowsMaximize } from './icons-js/arrows-maximize.js'; export { default as IconArrowsMinimize } from './icons-js/arrows-minimize.js'; +export { default as IconArrowsRightLeft } from './icons-js/arrows-right-left.js'; +export { default as IconArrowsRight } from './icons-js/arrows-right.js'; export { default as IconArrowsSort } from './icons-js/arrows-sort.js'; +export { default as IconArrowsSplit2 } from './icons-js/arrows-split-2.js'; +export { default as IconArrowsSplit } from './icons-js/arrows-split.js'; +export { default as IconArrowsUpDown } from './icons-js/arrows-up-down.js'; +export { default as IconArrowsUp } from './icons-js/arrows-up.js'; export { default as IconArrowsVertical } from './icons-js/arrows-vertical.js'; export { default as IconArtboard } from './icons-js/artboard.js'; export { default as IconAspectRatio } from './icons-js/aspect-ratio.js'; @@ -104,6 +136,7 @@ export { default as IconBluetooth } from './icons-js/bluetooth.js'; export { default as IconBold } from './icons-js/bold.js'; export { default as IconBoltOff } from './icons-js/bolt-off.js'; export { default as IconBolt } from './icons-js/bolt.js'; +export { default as IconBone } from './icons-js/bone.js'; export { default as IconBook } from './icons-js/book.js'; export { default as IconBookmarkOff } from './icons-js/bookmark-off.js'; export { default as IconBookmark } from './icons-js/bookmark.js'; @@ -433,7 +466,6 @@ export { default as IconGlobe } from './icons-js/globe.js'; export { default as IconGolf } from './icons-js/golf.js'; export { default as IconGps } from './icons-js/gps.js'; export { default as IconGridDots } from './icons-js/grid-dots.js'; -export { default as IconGrid } from './icons-js/grid.js'; export { default as IconGripHorizontal } from './icons-js/grip-horizontal.js'; export { default as IconGripVertical } from './icons-js/grip-vertical.js'; export { default as IconH1 } from './icons-js/h-1.js'; @@ -490,6 +522,8 @@ export { default as IconLayoutCards } from './icons-js/layout-cards.js'; export { default as IconLayoutColumns } from './icons-js/layout-columns.js'; export { default as IconLayoutDistributeHorizontal } from './icons-js/layout-distribute-horizontal.js'; export { default as IconLayoutDistributeVertical } from './icons-js/layout-distribute-vertical.js'; +export { default as IconLayoutGridAdd } from './icons-js/layout-grid-add.js'; +export { default as IconLayoutGrid } from './icons-js/layout-grid.js'; export { default as IconLayoutKanban } from './icons-js/layout-kanban.js'; export { default as IconLayoutList } from './icons-js/layout-list.js'; export { default as IconLayoutNavbar } from './icons-js/layout-navbar.js'; @@ -639,6 +673,7 @@ export { default as IconPill } from './icons-js/pill.js'; export { default as IconPin } from './icons-js/pin.js'; export { default as IconPinnedOff } from './icons-js/pinned-off.js'; export { default as IconPinned } from './icons-js/pinned.js'; +export { default as IconPizza } from './icons-js/pizza.js'; export { default as IconPlaneArrival } from './icons-js/plane-arrival.js'; export { default as IconPlaneDeparture } from './icons-js/plane-departure.js'; export { default as IconPlane } from './icons-js/plane.js'; @@ -666,6 +701,8 @@ export { default as IconPuzzle } from './icons-js/puzzle.js'; export { default as IconQrcode } from './icons-js/qrcode.js'; export { default as IconQuestionMark } from './icons-js/question-mark.js'; export { default as IconRadioactive } from './icons-js/radioactive.js'; +export { default as IconRainbow } from './icons-js/rainbow.js'; +export { default as IconReceiptTax } from './icons-js/receipt-tax.js'; export { default as IconRecordMail } from './icons-js/record-mail.js'; export { default as IconRectangleVertical } from './icons-js/rectangle-vertical.js'; export { default as IconRectangle } from './icons-js/rectangle.js'; @@ -757,7 +794,7 @@ export { default as IconStars } from './icons-js/stars.js'; export { default as IconSteeringWheel } from './icons-js/steering-wheel.js'; export { default as IconStepInto } from './icons-js/step-into.js'; export { default as IconStepOut } from './icons-js/step-out.js'; -export { default as IconSthetoscope } from './icons-js/sthetoscope.js'; +export { default as IconStethoscope } from './icons-js/stethoscope.js'; export { default as IconSticker } from './icons-js/sticker.js'; export { default as IconStrikethrough } from './icons-js/strikethrough.js'; export { default as IconSubmarine } from './icons-js/submarine.js'; @@ -770,6 +807,8 @@ export { default as IconSunset } from './icons-js/sunset.js'; export { default as IconSunshine } from './icons-js/sunshine.js'; export { default as IconSuperscript } from './icons-js/superscript.js'; export { default as IconSwimming } from './icons-js/swimming.js'; +export { default as IconSwitch2 } from './icons-js/switch-2.js'; +export { default as IconSwitch3 } from './icons-js/switch-3.js'; export { default as IconSwitchHorizontal } from './icons-js/switch-horizontal.js'; export { default as IconSwitchVertical } from './icons-js/switch-vertical.js'; export { default as IconSwitch } from './icons-js/switch.js'; @@ -782,7 +821,6 @@ export { default as IconTallymark4 } from './icons-js/tallymark-4.js'; export { default as IconTallymarks } from './icons-js/tallymarks.js'; export { default as IconTank } from './icons-js/tank.js'; export { default as IconTarget } from './icons-js/target.js'; -export { default as IconTax } from './icons-js/tax.js'; export { default as IconTemperatureCelsius } from './icons-js/temperature-celsius.js'; export { default as IconTemperatureFahrenheit } from './icons-js/temperature-fahrenheit.js'; export { default as IconTemperatureMinus } from './icons-js/temperature-minus.js'; @@ -813,7 +851,11 @@ export { default as IconTrain } from './icons-js/train.js'; export { default as IconTrashOff } from './icons-js/trash-off.js'; export { default as IconTrash } from './icons-js/trash.js'; export { default as IconTrees } from './icons-js/trees.js'; +export { default as IconTrendingDown2 } from './icons-js/trending-down-2.js'; +export { default as IconTrendingDown3 } from './icons-js/trending-down-3.js'; export { default as IconTrendingDown } from './icons-js/trending-down.js'; +export { default as IconTrendingUp2 } from './icons-js/trending-up-2.js'; +export { default as IconTrendingUp3 } from './icons-js/trending-up-3.js'; export { default as IconTrendingUp } from './icons-js/trending-up.js'; export { default as IconTriangleSquareCircle } from './icons-js/triangle-square-circle.js'; export { default as IconTriangle } from './icons-js/triangle.js'; -- 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 +- icons-react/index.d.ts | 21 +++++++++++++++++++++ icons-react/index.js | 21 +++++++++++++++++++++ 26 files changed, 297 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') 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 diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index e92af865..5edf767e 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -166,13 +166,19 @@ export const IconBrandAndroid: TablerIcon; export const IconBrandAppleArcade: TablerIcon; export const IconBrandApple: TablerIcon; export const IconBrandAppstore: TablerIcon; +export const IconBrandAsana: TablerIcon; export const IconBrandBehance: TablerIcon; +export const IconBrandBing: TablerIcon; +export const IconBrandBitbucket: TablerIcon; +export const IconBrandBooking: TablerIcon; export const IconBrandChrome: TablerIcon; export const IconBrandCodepen: TablerIcon; export const IconBrandCodesandbox: TablerIcon; export const IconBrandCss3: TablerIcon; export const IconBrandDeviantart: TablerIcon; export const IconBrandDiscord: TablerIcon; +export const IconBrandDisqus: TablerIcon; +export const IconBrandDocker: TablerIcon; export const IconBrandDribbble: TablerIcon; export const IconBrandEdge: TablerIcon; export const IconBrandFacebook: TablerIcon; @@ -183,22 +189,34 @@ export const IconBrandFoursquare: TablerIcon; export const IconBrandFramer: TablerIcon; export const IconBrandGithub: TablerIcon; export const IconBrandGitlab: TablerIcon; +export const IconBrandGoogleAnalytics: TablerIcon; export const IconBrandGoogleDrive: TablerIcon; export const IconBrandGooglePlay: TablerIcon; export const IconBrandGoogle: TablerIcon; +export const IconBrandGravatar: TablerIcon; +export const IconBrandHipchat: TablerIcon; export const IconBrandHtml5: TablerIcon; export const IconBrandInstagram: TablerIcon; +export const IconBrandKickstarter: TablerIcon; export const IconBrandKotlin: TablerIcon; export const IconBrandLinkedin: TablerIcon; export const IconBrandMedium: TablerIcon; export const IconBrandMessenger: TablerIcon; +export const IconBrandNetflix: TablerIcon; +export const IconBrandOpenSource: TablerIcon; export const IconBrandOpera: TablerIcon; +export const IconBrandPagekit: TablerIcon; +export const IconBrandPatreon: TablerIcon; export const IconBrandPaypal: TablerIcon; export const IconBrandPinterest: TablerIcon; export const IconBrandPocket: TablerIcon; +export const IconBrandProducthunt: TablerIcon; export const IconBrandPython: TablerIcon; export const IconBrandReddit: TablerIcon; export const IconBrandSafari: TablerIcon; +export const IconBrandSass: TablerIcon; +export const IconBrandSentry: TablerIcon; +export const IconBrandShazam: TablerIcon; export const IconBrandSketch: TablerIcon; export const IconBrandSkype: TablerIcon; export const IconBrandSlack: TablerIcon; @@ -206,6 +224,7 @@ export const IconBrandSnapchat: TablerIcon; export const IconBrandSoundcloud: TablerIcon; export const IconBrandSpotify: TablerIcon; export const IconBrandSteam: TablerIcon; +export const IconBrandStripe: TablerIcon; export const IconBrandTabler: TablerIcon; export const IconBrandTailwind: TablerIcon; export const IconBrandTelegram: TablerIcon; @@ -215,11 +234,13 @@ export const IconBrandTinder: TablerIcon; export const IconBrandTumblr: TablerIcon; export const IconBrandTwitch: TablerIcon; export const IconBrandTwitter: TablerIcon; +export const IconBrandUnsplash: TablerIcon; export const IconBrandVimeo: TablerIcon; export const IconBrandVk: TablerIcon; export const IconBrandWhatsapp: TablerIcon; export const IconBrandWindows: TablerIcon; export const IconBrandYahoo: TablerIcon; +export const IconBrandYcombinator: TablerIcon; export const IconBrandYoutube: TablerIcon; export const IconBriefcase: TablerIcon; export const IconBrightnessDown: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index ee0808e1..10183e08 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -160,13 +160,19 @@ export { default as IconBrandAndroid } from './icons-js/brand-android.js'; export { default as IconBrandAppleArcade } from './icons-js/brand-apple-arcade.js'; export { default as IconBrandApple } from './icons-js/brand-apple.js'; export { default as IconBrandAppstore } from './icons-js/brand-appstore.js'; +export { default as IconBrandAsana } from './icons-js/brand-asana.js'; export { default as IconBrandBehance } from './icons-js/brand-behance.js'; +export { default as IconBrandBing } from './icons-js/brand-bing.js'; +export { default as IconBrandBitbucket } from './icons-js/brand-bitbucket.js'; +export { default as IconBrandBooking } from './icons-js/brand-booking.js'; export { default as IconBrandChrome } from './icons-js/brand-chrome.js'; export { default as IconBrandCodepen } from './icons-js/brand-codepen.js'; export { default as IconBrandCodesandbox } from './icons-js/brand-codesandbox.js'; export { default as IconBrandCss3 } from './icons-js/brand-css3.js'; export { default as IconBrandDeviantart } from './icons-js/brand-deviantart.js'; export { default as IconBrandDiscord } from './icons-js/brand-discord.js'; +export { default as IconBrandDisqus } from './icons-js/brand-disqus.js'; +export { default as IconBrandDocker } from './icons-js/brand-docker.js'; export { default as IconBrandDribbble } from './icons-js/brand-dribbble.js'; export { default as IconBrandEdge } from './icons-js/brand-edge.js'; export { default as IconBrandFacebook } from './icons-js/brand-facebook.js'; @@ -177,22 +183,34 @@ export { default as IconBrandFoursquare } from './icons-js/brand-foursquare.js'; export { default as IconBrandFramer } from './icons-js/brand-framer.js'; export { default as IconBrandGithub } from './icons-js/brand-github.js'; export { default as IconBrandGitlab } from './icons-js/brand-gitlab.js'; +export { default as IconBrandGoogleAnalytics } from './icons-js/brand-google-analytics.js'; export { default as IconBrandGoogleDrive } from './icons-js/brand-google-drive.js'; export { default as IconBrandGooglePlay } from './icons-js/brand-google-play.js'; export { default as IconBrandGoogle } from './icons-js/brand-google.js'; +export { default as IconBrandGravatar } from './icons-js/brand-gravatar.js'; +export { default as IconBrandHipchat } from './icons-js/brand-hipchat.js'; export { default as IconBrandHtml5 } from './icons-js/brand-html5.js'; export { default as IconBrandInstagram } from './icons-js/brand-instagram.js'; +export { default as IconBrandKickstarter } from './icons-js/brand-kickstarter.js'; export { default as IconBrandKotlin } from './icons-js/brand-kotlin.js'; export { default as IconBrandLinkedin } from './icons-js/brand-linkedin.js'; export { default as IconBrandMedium } from './icons-js/brand-medium.js'; export { default as IconBrandMessenger } from './icons-js/brand-messenger.js'; +export { default as IconBrandNetflix } from './icons-js/brand-netflix.js'; +export { default as IconBrandOpenSource } from './icons-js/brand-open-source.js'; export { default as IconBrandOpera } from './icons-js/brand-opera.js'; +export { default as IconBrandPagekit } from './icons-js/brand-pagekit.js'; +export { default as IconBrandPatreon } from './icons-js/brand-patreon.js'; export { default as IconBrandPaypal } from './icons-js/brand-paypal.js'; export { default as IconBrandPinterest } from './icons-js/brand-pinterest.js'; export { default as IconBrandPocket } from './icons-js/brand-pocket.js'; +export { default as IconBrandProducthunt } from './icons-js/brand-producthunt.js'; export { default as IconBrandPython } from './icons-js/brand-python.js'; export { default as IconBrandReddit } from './icons-js/brand-reddit.js'; export { default as IconBrandSafari } from './icons-js/brand-safari.js'; +export { default as IconBrandSass } from './icons-js/brand-sass.js'; +export { default as IconBrandSentry } from './icons-js/brand-sentry.js'; +export { default as IconBrandShazam } from './icons-js/brand-shazam.js'; export { default as IconBrandSketch } from './icons-js/brand-sketch.js'; export { default as IconBrandSkype } from './icons-js/brand-skype.js'; export { default as IconBrandSlack } from './icons-js/brand-slack.js'; @@ -200,6 +218,7 @@ export { default as IconBrandSnapchat } from './icons-js/brand-snapchat.js'; export { default as IconBrandSoundcloud } from './icons-js/brand-soundcloud.js'; export { default as IconBrandSpotify } from './icons-js/brand-spotify.js'; export { default as IconBrandSteam } from './icons-js/brand-steam.js'; +export { default as IconBrandStripe } from './icons-js/brand-stripe.js'; export { default as IconBrandTabler } from './icons-js/brand-tabler.js'; export { default as IconBrandTailwind } from './icons-js/brand-tailwind.js'; export { default as IconBrandTelegram } from './icons-js/brand-telegram.js'; @@ -209,11 +228,13 @@ export { default as IconBrandTinder } from './icons-js/brand-tinder.js'; export { default as IconBrandTumblr } from './icons-js/brand-tumblr.js'; export { default as IconBrandTwitch } from './icons-js/brand-twitch.js'; export { default as IconBrandTwitter } from './icons-js/brand-twitter.js'; +export { default as IconBrandUnsplash } from './icons-js/brand-unsplash.js'; export { default as IconBrandVimeo } from './icons-js/brand-vimeo.js'; export { default as IconBrandVk } from './icons-js/brand-vk.js'; export { default as IconBrandWhatsapp } from './icons-js/brand-whatsapp.js'; export { default as IconBrandWindows } from './icons-js/brand-windows.js'; export { default as IconBrandYahoo } from './icons-js/brand-yahoo.js'; +export { default as IconBrandYcombinator } from './icons-js/brand-ycombinator.js'; export { default as IconBrandYoutube } from './icons-js/brand-youtube.js'; export { default as IconBriefcase } from './icons-js/briefcase.js'; export { default as IconBrightnessDown } from './icons-js/brightness-down.js'; -- 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 ++++++++++++ icons-react/index.d.ts | 18 ++++++++++++++++++ icons-react/index.js | 18 ++++++++++++++++++ 102 files changed, 334 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') 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 diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 5edf767e..1ff1aebf 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -44,6 +44,10 @@ export const IconArrowBarToLeft: TablerIcon; export const IconArrowBarToRight: TablerIcon; export const IconArrowBarToUp: TablerIcon; export const IconArrowBarUp: TablerIcon; +export const IconArrowBigDown: TablerIcon; +export const IconArrowBigLeft: TablerIcon; +export const IconArrowBigRight: TablerIcon; +export const IconArrowBigTop: TablerIcon; export const IconArrowBottomBar: TablerIcon; export const IconArrowBottomCircle: TablerIcon; export const IconArrowBottomSquare: TablerIcon; @@ -90,6 +94,10 @@ export const IconArrowWaveRightDown: TablerIcon; export const IconArrowWaveRightUp: TablerIcon; export const IconArrowsDiagonal2: TablerIcon; export const IconArrowsDiagonal: TablerIcon; +export const IconArrowsDoubleNeSw: TablerIcon; +export const IconArrowsDoubleNwSe: TablerIcon; +export const IconArrowsDoubleSeNw: TablerIcon; +export const IconArrowsDoubleSwNe: TablerIcon; export const IconArrowsDownUp: TablerIcon; export const IconArrowsDown: TablerIcon; export const IconArrowsHorizontal: TablerIcon; @@ -131,8 +139,12 @@ export const IconBatteryCharging: TablerIcon; export const IconBatteryOff: TablerIcon; export const IconBattery: TablerIcon; export const IconBed: TablerIcon; +export const IconBellMinus: TablerIcon; export const IconBellOff: TablerIcon; +export const IconBellPlus: TablerIcon; +export const IconBellRinging2: TablerIcon; export const IconBellRinging: TablerIcon; +export const IconBellX: TablerIcon; export const IconBell: TablerIcon; export const IconBike: TablerIcon; export const IconBiohazard: TablerIcon; @@ -426,13 +438,18 @@ export const IconEyeOff: TablerIcon; export const IconEye: TablerIcon; export const IconFaceId: TablerIcon; export const IconFall: TablerIcon; +export const IconFileAlert: TablerIcon; +export const IconFileAnalytics: TablerIcon; export const IconFileCertificate: TablerIcon; export const IconFileCheck: TablerIcon; +export const IconFileCode2: TablerIcon; export const IconFileCode: TablerIcon; export const IconFileDiff: TablerIcon; export const IconFileDislike: TablerIcon; export const IconFileDownload: TablerIcon; +export const IconFileExport: TablerIcon; export const IconFileHorizontal: TablerIcon; +export const IconFileImport: TablerIcon; export const IconFileInvoice: TablerIcon; export const IconFileLike: TablerIcon; export const IconFileMinus: TablerIcon; @@ -960,3 +977,4 @@ export const IconZodiacScorpio: TablerIcon; export const IconZodiacTaurus: TablerIcon; export const IconZodiacVirgo: TablerIcon; export const IconZoomCancel: TablerIcon; +export const IconZoomIn: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 10183e08..5ed56e76 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -38,6 +38,10 @@ export { default as IconArrowBarToLeft } from './icons-js/arrow-bar-to-left.js'; export { default as IconArrowBarToRight } from './icons-js/arrow-bar-to-right.js'; export { default as IconArrowBarToUp } from './icons-js/arrow-bar-to-up.js'; export { default as IconArrowBarUp } from './icons-js/arrow-bar-up.js'; +export { default as IconArrowBigDown } from './icons-js/arrow-big-down.js'; +export { default as IconArrowBigLeft } from './icons-js/arrow-big-left.js'; +export { default as IconArrowBigRight } from './icons-js/arrow-big-right.js'; +export { default as IconArrowBigTop } from './icons-js/arrow-big-top.js'; export { default as IconArrowBottomBar } from './icons-js/arrow-bottom-bar.js'; export { default as IconArrowBottomCircle } from './icons-js/arrow-bottom-circle.js'; export { default as IconArrowBottomSquare } from './icons-js/arrow-bottom-square.js'; @@ -84,6 +88,10 @@ export { default as IconArrowWaveRightDown } from './icons-js/arrow-wave-right-d export { default as IconArrowWaveRightUp } from './icons-js/arrow-wave-right-up.js'; export { default as IconArrowsDiagonal2 } from './icons-js/arrows-diagonal-2.js'; export { default as IconArrowsDiagonal } from './icons-js/arrows-diagonal.js'; +export { default as IconArrowsDoubleNeSw } from './icons-js/arrows-double-ne-sw.js'; +export { default as IconArrowsDoubleNwSe } from './icons-js/arrows-double-nw-se.js'; +export { default as IconArrowsDoubleSeNw } from './icons-js/arrows-double-se-nw.js'; +export { default as IconArrowsDoubleSwNe } from './icons-js/arrows-double-sw-ne.js'; export { default as IconArrowsDownUp } from './icons-js/arrows-down-up.js'; export { default as IconArrowsDown } from './icons-js/arrows-down.js'; export { default as IconArrowsHorizontal } from './icons-js/arrows-horizontal.js'; @@ -125,8 +133,12 @@ export { default as IconBatteryCharging } from './icons-js/battery-charging.js'; export { default as IconBatteryOff } from './icons-js/battery-off.js'; export { default as IconBattery } from './icons-js/battery.js'; export { default as IconBed } from './icons-js/bed.js'; +export { default as IconBellMinus } from './icons-js/bell-minus.js'; export { default as IconBellOff } from './icons-js/bell-off.js'; +export { default as IconBellPlus } from './icons-js/bell-plus.js'; +export { default as IconBellRinging2 } from './icons-js/bell-ringing-2.js'; export { default as IconBellRinging } from './icons-js/bell-ringing.js'; +export { default as IconBellX } from './icons-js/bell-x.js'; export { default as IconBell } from './icons-js/bell.js'; export { default as IconBike } from './icons-js/bike.js'; export { default as IconBiohazard } from './icons-js/biohazard.js'; @@ -420,13 +432,18 @@ export { default as IconEyeOff } from './icons-js/eye-off.js'; export { default as IconEye } from './icons-js/eye.js'; export { default as IconFaceId } from './icons-js/face-id.js'; export { default as IconFall } from './icons-js/fall.js'; +export { default as IconFileAlert } from './icons-js/file-alert.js'; +export { default as IconFileAnalytics } from './icons-js/file-analytics.js'; export { default as IconFileCertificate } from './icons-js/file-certificate.js'; export { default as IconFileCheck } from './icons-js/file-check.js'; +export { default as IconFileCode2 } from './icons-js/file-code-2.js'; export { default as IconFileCode } from './icons-js/file-code.js'; export { default as IconFileDiff } from './icons-js/file-diff.js'; export { default as IconFileDislike } from './icons-js/file-dislike.js'; export { default as IconFileDownload } from './icons-js/file-download.js'; +export { default as IconFileExport } from './icons-js/file-export.js'; export { default as IconFileHorizontal } from './icons-js/file-horizontal.js'; +export { default as IconFileImport } from './icons-js/file-import.js'; export { default as IconFileInvoice } from './icons-js/file-invoice.js'; export { default as IconFileLike } from './icons-js/file-like.js'; export { default as IconFileMinus } from './icons-js/file-minus.js'; @@ -954,3 +971,4 @@ export { default as IconZodiacScorpio } from './icons-js/zodiac-scorpio.js'; export { default as IconZodiacTaurus } from './icons-js/zodiac-taurus.js'; export { default as IconZodiacVirgo } from './icons-js/zodiac-virgo.js'; export { default as IconZoomCancel } from './icons-js/zoom-cancel.js'; +export { default as IconZoomIn } from './icons-js/zoom-in.js'; -- cgit v1.2.1