From 825e9d1e353b3b0d680728ed7486da35cab8609c Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 27 Dec 2021 12:14:41 +0100 Subject: Release 1.50.0 --- icons-react/icons-js/badge.js | 12 ++++++++++++ icons-react/icons-js/badges.js | 12 ++++++++++++ icons-react/icons-js/ball-baseball.js | 2 +- icons-react/icons-js/bible.js | 12 ++++++++++++ icons-react/icons-js/book-2.js | 12 ++++++++++++ icons-react/icons-js/candle.js | 12 ++++++++++++ icons-react/icons-js/contrast-2.js | 12 ++++++++++++ icons-react/icons-js/curling.js | 12 ++++++++++++ icons-react/icons-js/grid-pattern.js | 12 ++++++++++++ icons-react/icons-js/helmet.js | 12 ++++++++++++ icons-react/icons-js/ice-skating.js | 12 ++++++++++++ icons-react/icons-js/lollipop.js | 12 ++++++++++++ icons-react/icons-js/medal-2.js | 12 ++++++++++++ icons-react/icons-js/miliraty-award.js | 12 ++++++++++++ icons-react/icons-js/military-rank.js | 12 ++++++++++++ icons-react/icons-js/polygon.js | 12 ++++++++++++ icons-react/icons-js/roller-skating.js | 12 ++++++++++++ icons-react/icons-js/shoe.js | 12 ++++++++++++ icons-react/icons-js/toilet-paper.js | 12 ++++++++++++ 19 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/badge.js create mode 100644 icons-react/icons-js/badges.js create mode 100644 icons-react/icons-js/bible.js create mode 100644 icons-react/icons-js/book-2.js create mode 100644 icons-react/icons-js/candle.js create mode 100644 icons-react/icons-js/contrast-2.js create mode 100644 icons-react/icons-js/curling.js create mode 100644 icons-react/icons-js/grid-pattern.js create mode 100644 icons-react/icons-js/helmet.js create mode 100644 icons-react/icons-js/ice-skating.js create mode 100644 icons-react/icons-js/lollipop.js create mode 100644 icons-react/icons-js/medal-2.js create mode 100644 icons-react/icons-js/miliraty-award.js create mode 100644 icons-react/icons-js/military-rank.js create mode 100644 icons-react/icons-js/polygon.js create mode 100644 icons-react/icons-js/roller-skating.js create mode 100644 icons-react/icons-js/shoe.js create mode 100644 icons-react/icons-js/toilet-paper.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/badge.js b/icons-react/icons-js/badge.js new file mode 100644 index 00000000..3ce08b90 --- /dev/null +++ b/icons-react/icons-js/badge.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBadge({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBadge; \ No newline at end of file diff --git a/icons-react/icons-js/badges.js b/icons-react/icons-js/badges.js new file mode 100644 index 00000000..fbb6c453 --- /dev/null +++ b/icons-react/icons-js/badges.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBadges({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBadges; \ No newline at end of file diff --git a/icons-react/icons-js/ball-baseball.js b/icons-react/icons-js/ball-baseball.js index 3fc96636..954451f0 100644 --- a/icons-react/icons-js/ball-baseball.js +++ b/icons-react/icons-js/ball-baseball.js @@ -6,7 +6,7 @@ function IconBallBaseball({ stroke = 2, ...props }) { - return ; + return ; } export default IconBallBaseball; \ No newline at end of file diff --git a/icons-react/icons-js/bible.js b/icons-react/icons-js/bible.js new file mode 100644 index 00000000..3722eaec --- /dev/null +++ b/icons-react/icons-js/bible.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBible({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBible; \ No newline at end of file diff --git a/icons-react/icons-js/book-2.js b/icons-react/icons-js/book-2.js new file mode 100644 index 00000000..970a6bfd --- /dev/null +++ b/icons-react/icons-js/book-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBook2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBook2; \ No newline at end of file diff --git a/icons-react/icons-js/candle.js b/icons-react/icons-js/candle.js new file mode 100644 index 00000000..f51f41bc --- /dev/null +++ b/icons-react/icons-js/candle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCandle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCandle; \ No newline at end of file diff --git a/icons-react/icons-js/contrast-2.js b/icons-react/icons-js/contrast-2.js new file mode 100644 index 00000000..222ae671 --- /dev/null +++ b/icons-react/icons-js/contrast-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconContrast2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconContrast2; \ No newline at end of file diff --git a/icons-react/icons-js/curling.js b/icons-react/icons-js/curling.js new file mode 100644 index 00000000..f0a46fa2 --- /dev/null +++ b/icons-react/icons-js/curling.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurling({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCurling; \ No newline at end of file diff --git a/icons-react/icons-js/grid-pattern.js b/icons-react/icons-js/grid-pattern.js new file mode 100644 index 00000000..939ddd35 --- /dev/null +++ b/icons-react/icons-js/grid-pattern.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGridPattern({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGridPattern; \ No newline at end of file diff --git a/icons-react/icons-js/helmet.js b/icons-react/icons-js/helmet.js new file mode 100644 index 00000000..7d46aed3 --- /dev/null +++ b/icons-react/icons-js/helmet.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHelmet({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHelmet; \ No newline at end of file diff --git a/icons-react/icons-js/ice-skating.js b/icons-react/icons-js/ice-skating.js new file mode 100644 index 00000000..7fec866f --- /dev/null +++ b/icons-react/icons-js/ice-skating.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconIceSkating({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconIceSkating; \ No newline at end of file diff --git a/icons-react/icons-js/lollipop.js b/icons-react/icons-js/lollipop.js new file mode 100644 index 00000000..fb463e69 --- /dev/null +++ b/icons-react/icons-js/lollipop.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLollipop({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLollipop; \ No newline at end of file diff --git a/icons-react/icons-js/medal-2.js b/icons-react/icons-js/medal-2.js new file mode 100644 index 00000000..19073017 --- /dev/null +++ b/icons-react/icons-js/medal-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMedal2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMedal2; \ No newline at end of file diff --git a/icons-react/icons-js/miliraty-award.js b/icons-react/icons-js/miliraty-award.js new file mode 100644 index 00000000..c79f6bbe --- /dev/null +++ b/icons-react/icons-js/miliraty-award.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMiliratyAward({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMiliratyAward; \ No newline at end of file diff --git a/icons-react/icons-js/military-rank.js b/icons-react/icons-js/military-rank.js new file mode 100644 index 00000000..1a1590f9 --- /dev/null +++ b/icons-react/icons-js/military-rank.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMilitaryRank({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMilitaryRank; \ No newline at end of file diff --git a/icons-react/icons-js/polygon.js b/icons-react/icons-js/polygon.js new file mode 100644 index 00000000..8d8c1236 --- /dev/null +++ b/icons-react/icons-js/polygon.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPolygon({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPolygon; \ No newline at end of file diff --git a/icons-react/icons-js/roller-skating.js b/icons-react/icons-js/roller-skating.js new file mode 100644 index 00000000..ac3816fa --- /dev/null +++ b/icons-react/icons-js/roller-skating.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRollerSkating({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRollerSkating; \ No newline at end of file diff --git a/icons-react/icons-js/shoe.js b/icons-react/icons-js/shoe.js new file mode 100644 index 00000000..6b057774 --- /dev/null +++ b/icons-react/icons-js/shoe.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShoe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconShoe; \ No newline at end of file diff --git a/icons-react/icons-js/toilet-paper.js b/icons-react/icons-js/toilet-paper.js new file mode 100644 index 00000000..63227ecc --- /dev/null +++ b/icons-react/icons-js/toilet-paper.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconToiletPaper({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconToiletPaper; \ No newline at end of file -- cgit v1.2.1