From febba823e93fe89154b50e3e48051dcca50c1a95 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 6 Oct 2020 02:32:05 +0200 Subject: Release 1.33.0 --- icons-react/icons-js/brand-twitter.js | 2 +- icons-react/icons-js/cardboards.js | 5 +++++ icons-react/icons-js/ce.js | 5 +++++ icons-react/icons-js/certificate.js | 5 +++++ icons-react/icons-js/chart-radar.js | 5 +++++ icons-react/icons-js/christmas-tree.js | 5 +++++ icons-react/icons-js/drone.js | 5 +++++ icons-react/icons-js/gps.js | 5 +++++ icons-react/icons-js/manual-gearbox.js | 5 +++++ icons-react/icons-js/parachute.js | 5 +++++ icons-react/icons-js/pennant.js | 5 +++++ icons-react/icons-js/plant-2.js | 5 +++++ icons-react/icons-js/relation-many-to-many.js | 5 +++++ icons-react/icons-js/relation-one-to-many.js | 5 +++++ icons-react/icons-js/relation-one-to-one.js | 5 +++++ icons-react/icons-js/ripple.js | 5 +++++ icons-react/icons-js/sthetoscope.js | 5 +++++ icons-react/icons-js/view-360.js | 5 +++++ icons-react/icons-js/windmill.js | 5 +++++ 19 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/cardboards.js create mode 100644 icons-react/icons-js/ce.js create mode 100644 icons-react/icons-js/certificate.js create mode 100644 icons-react/icons-js/chart-radar.js create mode 100644 icons-react/icons-js/christmas-tree.js create mode 100644 icons-react/icons-js/drone.js create mode 100644 icons-react/icons-js/gps.js create mode 100644 icons-react/icons-js/manual-gearbox.js create mode 100644 icons-react/icons-js/parachute.js create mode 100644 icons-react/icons-js/pennant.js create mode 100644 icons-react/icons-js/plant-2.js create mode 100644 icons-react/icons-js/relation-many-to-many.js create mode 100644 icons-react/icons-js/relation-one-to-many.js create mode 100644 icons-react/icons-js/relation-one-to-one.js create mode 100644 icons-react/icons-js/ripple.js create mode 100644 icons-react/icons-js/sthetoscope.js create mode 100644 icons-react/icons-js/view-360.js create mode 100644 icons-react/icons-js/windmill.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/brand-twitter.js b/icons-react/icons-js/brand-twitter.js index 7e3a0dd8..41d7df0e 100644 --- a/icons-react/icons-js/brand-twitter.js +++ b/icons-react/icons-js/brand-twitter.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandTwitter; \ No newline at end of file diff --git a/icons-react/icons-js/cardboards.js b/icons-react/icons-js/cardboards.js new file mode 100644 index 00000000..251173b8 --- /dev/null +++ b/icons-react/icons-js/cardboards.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCardboards = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCardboards; \ No newline at end of file diff --git a/icons-react/icons-js/ce.js b/icons-react/icons-js/ce.js new file mode 100644 index 00000000..eefa2b6e --- /dev/null +++ b/icons-react/icons-js/ce.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCe = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCe; \ No newline at end of file diff --git a/icons-react/icons-js/certificate.js b/icons-react/icons-js/certificate.js new file mode 100644 index 00000000..e0f870f6 --- /dev/null +++ b/icons-react/icons-js/certificate.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCertificate; \ No newline at end of file diff --git a/icons-react/icons-js/chart-radar.js b/icons-react/icons-js/chart-radar.js new file mode 100644 index 00000000..31b4af0a --- /dev/null +++ b/icons-react/icons-js/chart-radar.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChartRadar = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChartRadar; \ No newline at end of file diff --git a/icons-react/icons-js/christmas-tree.js b/icons-react/icons-js/christmas-tree.js new file mode 100644 index 00000000..e9bf5cfe --- /dev/null +++ b/icons-react/icons-js/christmas-tree.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChristmasTree = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChristmasTree; \ No newline at end of file diff --git a/icons-react/icons-js/drone.js b/icons-react/icons-js/drone.js new file mode 100644 index 00000000..05dd2d79 --- /dev/null +++ b/icons-react/icons-js/drone.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconDrone = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconDrone; \ No newline at end of file diff --git a/icons-react/icons-js/gps.js b/icons-react/icons-js/gps.js new file mode 100644 index 00000000..611e8624 --- /dev/null +++ b/icons-react/icons-js/gps.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconGps = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconGps; \ No newline at end of file diff --git a/icons-react/icons-js/manual-gearbox.js b/icons-react/icons-js/manual-gearbox.js new file mode 100644 index 00000000..a6efff23 --- /dev/null +++ b/icons-react/icons-js/manual-gearbox.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconManualGearbox = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconManualGearbox; \ No newline at end of file diff --git a/icons-react/icons-js/parachute.js b/icons-react/icons-js/parachute.js new file mode 100644 index 00000000..6fe0498c --- /dev/null +++ b/icons-react/icons-js/parachute.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconParachute = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconParachute; \ No newline at end of file diff --git a/icons-react/icons-js/pennant.js b/icons-react/icons-js/pennant.js new file mode 100644 index 00000000..e9e3d13c --- /dev/null +++ b/icons-react/icons-js/pennant.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPennant = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPennant; \ No newline at end of file diff --git a/icons-react/icons-js/plant-2.js b/icons-react/icons-js/plant-2.js new file mode 100644 index 00000000..17f22198 --- /dev/null +++ b/icons-react/icons-js/plant-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlant2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlant2; \ No newline at end of file diff --git a/icons-react/icons-js/relation-many-to-many.js b/icons-react/icons-js/relation-many-to-many.js new file mode 100644 index 00000000..fe24f635 --- /dev/null +++ b/icons-react/icons-js/relation-many-to-many.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationManyToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationManyToMany; \ No newline at end of file diff --git a/icons-react/icons-js/relation-one-to-many.js b/icons-react/icons-js/relation-one-to-many.js new file mode 100644 index 00000000..5dba76cf --- /dev/null +++ b/icons-react/icons-js/relation-one-to-many.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationOneToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationOneToMany; \ No newline at end of file diff --git a/icons-react/icons-js/relation-one-to-one.js b/icons-react/icons-js/relation-one-to-one.js new file mode 100644 index 00000000..d57e1836 --- /dev/null +++ b/icons-react/icons-js/relation-one-to-one.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationOneToOne = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationOneToOne; \ No newline at end of file diff --git a/icons-react/icons-js/ripple.js b/icons-react/icons-js/ripple.js new file mode 100644 index 00000000..4bfa3f39 --- /dev/null +++ b/icons-react/icons-js/ripple.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRipple = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRipple; \ No newline at end of file diff --git a/icons-react/icons-js/sthetoscope.js b/icons-react/icons-js/sthetoscope.js new file mode 100644 index 00000000..2f4ef80d --- /dev/null +++ b/icons-react/icons-js/sthetoscope.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSthetoscope = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSthetoscope; \ No newline at end of file diff --git a/icons-react/icons-js/view-360.js b/icons-react/icons-js/view-360.js new file mode 100644 index 00000000..ce314b5d --- /dev/null +++ b/icons-react/icons-js/view-360.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconView360 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconView360; \ No newline at end of file diff --git a/icons-react/icons-js/windmill.js b/icons-react/icons-js/windmill.js new file mode 100644 index 00000000..73f91264 --- /dev/null +++ b/icons-react/icons-js/windmill.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconWindmill = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconWindmill; \ No newline at end of file -- cgit v1.2.1