From ad702b5366828b549cb422d31a431f06bbd1b09d Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 16 Jan 2022 22:08:51 +0100 Subject: Release 1.52.0 --- icons-react/icons-js/app-window.js | 12 ++++++++++++ icons-react/icons-js/armchair-2.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-down-line.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-down-lines.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-left-line.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-left-lines.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-right-line.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-right-lines.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-up-line.js | 12 ++++++++++++ icons-react/icons-js/arrow-big-up-lines.js | 12 ++++++++++++ icons-react/icons-js/barbell.js | 12 ++++++++++++ icons-react/icons-js/bell-z.js | 12 ++++++++++++ icons-react/icons-js/books.js | 12 ++++++++++++ icons-react/icons-js/circle-half-2.js | 12 ++++++++++++ icons-react/icons-js/clubs.js | 12 ++++++++++++ icons-react/icons-js/diamonds.js | 12 ++++++++++++ icons-react/icons-js/flower.js | 12 ++++++++++++ icons-react/icons-js/id-badge.js | 12 ++++++++++++ icons-react/icons-js/layers-intersect-2.js | 12 ++++++++++++ icons-react/icons-js/paw.js | 12 ++++++++++++ icons-react/icons-js/spade.js | 12 ++++++++++++ icons-react/icons-js/square-half.js | 12 ++++++++++++ 22 files changed, 264 insertions(+) create mode 100644 icons-react/icons-js/app-window.js create mode 100644 icons-react/icons-js/armchair-2.js create mode 100644 icons-react/icons-js/arrow-big-down-line.js create mode 100644 icons-react/icons-js/arrow-big-down-lines.js create mode 100644 icons-react/icons-js/arrow-big-left-line.js create mode 100644 icons-react/icons-js/arrow-big-left-lines.js create mode 100644 icons-react/icons-js/arrow-big-right-line.js create mode 100644 icons-react/icons-js/arrow-big-right-lines.js create mode 100644 icons-react/icons-js/arrow-big-up-line.js create mode 100644 icons-react/icons-js/arrow-big-up-lines.js create mode 100644 icons-react/icons-js/barbell.js create mode 100644 icons-react/icons-js/bell-z.js create mode 100644 icons-react/icons-js/books.js create mode 100644 icons-react/icons-js/circle-half-2.js create mode 100644 icons-react/icons-js/clubs.js create mode 100644 icons-react/icons-js/diamonds.js create mode 100644 icons-react/icons-js/flower.js create mode 100644 icons-react/icons-js/id-badge.js create mode 100644 icons-react/icons-js/layers-intersect-2.js create mode 100644 icons-react/icons-js/paw.js create mode 100644 icons-react/icons-js/spade.js create mode 100644 icons-react/icons-js/square-half.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/app-window.js b/icons-react/icons-js/app-window.js new file mode 100644 index 00000000..15cc6abb --- /dev/null +++ b/icons-react/icons-js/app-window.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAppWindow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAppWindow; \ No newline at end of file diff --git a/icons-react/icons-js/armchair-2.js b/icons-react/icons-js/armchair-2.js new file mode 100644 index 00000000..d1a42bc5 --- /dev/null +++ b/icons-react/icons-js/armchair-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArmchair2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArmchair2; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-down-line.js b/icons-react/icons-js/arrow-big-down-line.js new file mode 100644 index 00000000..a8c95a0f --- /dev/null +++ b/icons-react/icons-js/arrow-big-down-line.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigDownLine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigDownLine; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-down-lines.js b/icons-react/icons-js/arrow-big-down-lines.js new file mode 100644 index 00000000..5c629fb0 --- /dev/null +++ b/icons-react/icons-js/arrow-big-down-lines.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigDownLines({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigDownLines; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-left-line.js b/icons-react/icons-js/arrow-big-left-line.js new file mode 100644 index 00000000..fc760706 --- /dev/null +++ b/icons-react/icons-js/arrow-big-left-line.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigLeftLine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigLeftLine; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-left-lines.js b/icons-react/icons-js/arrow-big-left-lines.js new file mode 100644 index 00000000..5149467c --- /dev/null +++ b/icons-react/icons-js/arrow-big-left-lines.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigLeftLines({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigLeftLines; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-right-line.js b/icons-react/icons-js/arrow-big-right-line.js new file mode 100644 index 00000000..fc9b3b7b --- /dev/null +++ b/icons-react/icons-js/arrow-big-right-line.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigRightLine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigRightLine; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-right-lines.js b/icons-react/icons-js/arrow-big-right-lines.js new file mode 100644 index 00000000..b2587f53 --- /dev/null +++ b/icons-react/icons-js/arrow-big-right-lines.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigRightLines({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigRightLines; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-up-line.js b/icons-react/icons-js/arrow-big-up-line.js new file mode 100644 index 00000000..9c4d681f --- /dev/null +++ b/icons-react/icons-js/arrow-big-up-line.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigUpLine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigUpLine; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-up-lines.js b/icons-react/icons-js/arrow-big-up-lines.js new file mode 100644 index 00000000..16b1d273 --- /dev/null +++ b/icons-react/icons-js/arrow-big-up-lines.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigUpLines({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBigUpLines; \ No newline at end of file diff --git a/icons-react/icons-js/barbell.js b/icons-react/icons-js/barbell.js new file mode 100644 index 00000000..53ae0a46 --- /dev/null +++ b/icons-react/icons-js/barbell.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBarbell({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBarbell; \ No newline at end of file diff --git a/icons-react/icons-js/bell-z.js b/icons-react/icons-js/bell-z.js new file mode 100644 index 00000000..8f3f5594 --- /dev/null +++ b/icons-react/icons-js/bell-z.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellZ({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBellZ; \ No newline at end of file diff --git a/icons-react/icons-js/books.js b/icons-react/icons-js/books.js new file mode 100644 index 00000000..9a8a64ef --- /dev/null +++ b/icons-react/icons-js/books.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBooks({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBooks; \ No newline at end of file diff --git a/icons-react/icons-js/circle-half-2.js b/icons-react/icons-js/circle-half-2.js new file mode 100644 index 00000000..dbe2ccfc --- /dev/null +++ b/icons-react/icons-js/circle-half-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircleHalf2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCircleHalf2; \ No newline at end of file diff --git a/icons-react/icons-js/clubs.js b/icons-react/icons-js/clubs.js new file mode 100644 index 00000000..8647b64f --- /dev/null +++ b/icons-react/icons-js/clubs.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClubs({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClubs; \ No newline at end of file diff --git a/icons-react/icons-js/diamonds.js b/icons-react/icons-js/diamonds.js new file mode 100644 index 00000000..524f4003 --- /dev/null +++ b/icons-react/icons-js/diamonds.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDiamonds({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDiamonds; \ No newline at end of file diff --git a/icons-react/icons-js/flower.js b/icons-react/icons-js/flower.js new file mode 100644 index 00000000..398abdc2 --- /dev/null +++ b/icons-react/icons-js/flower.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlower({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFlower; \ No newline at end of file diff --git a/icons-react/icons-js/id-badge.js b/icons-react/icons-js/id-badge.js new file mode 100644 index 00000000..16f88888 --- /dev/null +++ b/icons-react/icons-js/id-badge.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconIdBadge({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconIdBadge; \ No newline at end of file diff --git a/icons-react/icons-js/layers-intersect-2.js b/icons-react/icons-js/layers-intersect-2.js new file mode 100644 index 00000000..f36e47ee --- /dev/null +++ b/icons-react/icons-js/layers-intersect-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayersIntersect2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayersIntersect2; \ No newline at end of file diff --git a/icons-react/icons-js/paw.js b/icons-react/icons-js/paw.js new file mode 100644 index 00000000..16d08ae4 --- /dev/null +++ b/icons-react/icons-js/paw.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPaw({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPaw; \ No newline at end of file diff --git a/icons-react/icons-js/spade.js b/icons-react/icons-js/spade.js new file mode 100644 index 00000000..e37d31fd --- /dev/null +++ b/icons-react/icons-js/spade.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSpade({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSpade; \ No newline at end of file diff --git a/icons-react/icons-js/square-half.js b/icons-react/icons-js/square-half.js new file mode 100644 index 00000000..66c0e575 --- /dev/null +++ b/icons-react/icons-js/square-half.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquareHalf({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSquareHalf; \ No newline at end of file -- cgit v1.2.1