From 5894f9d27f75745baae11eda3400bac0cff76803 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 9 Oct 2020 01:15:08 +0200 Subject: Release 1.34.0 --- icons-react/icons-js/backhoe.js | 12 ++++++++++++ icons-react/icons-js/building-carousel.js | 12 ++++++++++++ icons-react/icons-js/building-castle.js | 12 ++++++++++++ icons-react/icons-js/building-fortress.js | 12 ++++++++++++ icons-react/icons-js/building-lighthouse.js | 12 ++++++++++++ icons-react/icons-js/buldozer.js | 12 ++++++++++++ icons-react/icons-js/golf.js | 12 ++++++++++++ icons-react/icons-js/gps.js | 2 +- icons-react/icons-js/helicopter-landing.js | 12 ++++++++++++ icons-react/icons-js/helicopter.js | 12 ++++++++++++ icons-react/icons-js/jump-rope.js | 12 ++++++++++++ icons-react/icons-js/mood-crazy-happy.js | 12 ++++++++++++ icons-react/icons-js/pool.js | 12 ++++++++++++ icons-react/icons-js/soccer-field.js | 12 ++++++++++++ icons-react/icons-js/speedboat.js | 12 ++++++++++++ icons-react/icons-js/sthetoscope.js | 2 +- icons-react/icons-js/submarine.js | 12 ++++++++++++ icons-react/icons-js/tank.js | 12 ++++++++++++ icons-react/icons-js/train.js | 12 ++++++++++++ icons-react/icons-js/wrecking-ball.js | 12 ++++++++++++ 20 files changed, 218 insertions(+), 2 deletions(-) create mode 100644 icons-react/icons-js/backhoe.js create mode 100644 icons-react/icons-js/building-carousel.js create mode 100644 icons-react/icons-js/building-castle.js create mode 100644 icons-react/icons-js/building-fortress.js create mode 100644 icons-react/icons-js/building-lighthouse.js create mode 100644 icons-react/icons-js/buldozer.js create mode 100644 icons-react/icons-js/golf.js create mode 100644 icons-react/icons-js/helicopter-landing.js create mode 100644 icons-react/icons-js/helicopter.js create mode 100644 icons-react/icons-js/jump-rope.js create mode 100644 icons-react/icons-js/mood-crazy-happy.js create mode 100644 icons-react/icons-js/pool.js create mode 100644 icons-react/icons-js/soccer-field.js create mode 100644 icons-react/icons-js/speedboat.js create mode 100644 icons-react/icons-js/submarine.js create mode 100644 icons-react/icons-js/tank.js create mode 100644 icons-react/icons-js/train.js create mode 100644 icons-react/icons-js/wrecking-ball.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/backhoe.js b/icons-react/icons-js/backhoe.js new file mode 100644 index 00000000..0798624c --- /dev/null +++ b/icons-react/icons-js/backhoe.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBackhoe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBackhoe; \ No newline at end of file diff --git a/icons-react/icons-js/building-carousel.js b/icons-react/icons-js/building-carousel.js new file mode 100644 index 00000000..5a5c719e --- /dev/null +++ b/icons-react/icons-js/building-carousel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingCarousel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingCarousel; \ No newline at end of file diff --git a/icons-react/icons-js/building-castle.js b/icons-react/icons-js/building-castle.js new file mode 100644 index 00000000..3596447d --- /dev/null +++ b/icons-react/icons-js/building-castle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingCastle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingCastle; \ No newline at end of file diff --git a/icons-react/icons-js/building-fortress.js b/icons-react/icons-js/building-fortress.js new file mode 100644 index 00000000..4aeed4d6 --- /dev/null +++ b/icons-react/icons-js/building-fortress.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingFortress({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingFortress; \ No newline at end of file diff --git a/icons-react/icons-js/building-lighthouse.js b/icons-react/icons-js/building-lighthouse.js new file mode 100644 index 00000000..15e77da2 --- /dev/null +++ b/icons-react/icons-js/building-lighthouse.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingLighthouse({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingLighthouse; \ No newline at end of file diff --git a/icons-react/icons-js/buldozer.js b/icons-react/icons-js/buldozer.js new file mode 100644 index 00000000..c499aab9 --- /dev/null +++ b/icons-react/icons-js/buldozer.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuldozer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuldozer; \ No newline at end of file diff --git a/icons-react/icons-js/golf.js b/icons-react/icons-js/golf.js new file mode 100644 index 00000000..7d2cb585 --- /dev/null +++ b/icons-react/icons-js/golf.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGolf({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGolf; \ No newline at end of file diff --git a/icons-react/icons-js/gps.js b/icons-react/icons-js/gps.js index 9d772dcf..2f1715f2 100644 --- a/icons-react/icons-js/gps.js +++ b/icons-react/icons-js/gps.js @@ -6,7 +6,7 @@ function IconGps({ stroke = 2, ...props }) { - return ; + return ; } export default IconGps; \ No newline at end of file diff --git a/icons-react/icons-js/helicopter-landing.js b/icons-react/icons-js/helicopter-landing.js new file mode 100644 index 00000000..d1a75102 --- /dev/null +++ b/icons-react/icons-js/helicopter-landing.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHelicopterLanding({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHelicopterLanding; \ No newline at end of file diff --git a/icons-react/icons-js/helicopter.js b/icons-react/icons-js/helicopter.js new file mode 100644 index 00000000..cd21d985 --- /dev/null +++ b/icons-react/icons-js/helicopter.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHelicopter({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHelicopter; \ No newline at end of file diff --git a/icons-react/icons-js/jump-rope.js b/icons-react/icons-js/jump-rope.js new file mode 100644 index 00000000..8649918b --- /dev/null +++ b/icons-react/icons-js/jump-rope.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconJumpRope({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconJumpRope; \ 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 new file mode 100644 index 00000000..628781d1 --- /dev/null +++ b/icons-react/icons-js/mood-crazy-happy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodCrazyHappy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodCrazyHappy; \ No newline at end of file diff --git a/icons-react/icons-js/pool.js b/icons-react/icons-js/pool.js new file mode 100644 index 00000000..e7689b9a --- /dev/null +++ b/icons-react/icons-js/pool.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPool({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPool; \ No newline at end of file diff --git a/icons-react/icons-js/soccer-field.js b/icons-react/icons-js/soccer-field.js new file mode 100644 index 00000000..1b808e36 --- /dev/null +++ b/icons-react/icons-js/soccer-field.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSoccerField({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSoccerField; \ No newline at end of file diff --git a/icons-react/icons-js/speedboat.js b/icons-react/icons-js/speedboat.js new file mode 100644 index 00000000..4a3a80fd --- /dev/null +++ b/icons-react/icons-js/speedboat.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSpeedboat({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSpeedboat; \ No newline at end of file diff --git a/icons-react/icons-js/sthetoscope.js b/icons-react/icons-js/sthetoscope.js index 582f547e..f5826076 100644 --- a/icons-react/icons-js/sthetoscope.js +++ b/icons-react/icons-js/sthetoscope.js @@ -6,7 +6,7 @@ function IconSthetoscope({ stroke = 2, ...props }) { - return ; + return ; } export default IconSthetoscope; \ No newline at end of file diff --git a/icons-react/icons-js/submarine.js b/icons-react/icons-js/submarine.js new file mode 100644 index 00000000..061061d7 --- /dev/null +++ b/icons-react/icons-js/submarine.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSubmarine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSubmarine; \ No newline at end of file diff --git a/icons-react/icons-js/tank.js b/icons-react/icons-js/tank.js new file mode 100644 index 00000000..13989f93 --- /dev/null +++ b/icons-react/icons-js/tank.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTank({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTank; \ No newline at end of file diff --git a/icons-react/icons-js/train.js b/icons-react/icons-js/train.js new file mode 100644 index 00000000..3f540762 --- /dev/null +++ b/icons-react/icons-js/train.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrain({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTrain; \ No newline at end of file diff --git a/icons-react/icons-js/wrecking-ball.js b/icons-react/icons-js/wrecking-ball.js new file mode 100644 index 00000000..2dcec41f --- /dev/null +++ b/icons-react/icons-js/wrecking-ball.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWreckingBall({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWreckingBall; \ No newline at end of file -- cgit v1.2.1