From 5587afb0c8853070607868694cc81886c247a691 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 26 Sep 2020 21:23:44 +0200 Subject: Release 1.27.0 --- icons-react/icons-js/antenna-bars-1.js | 2 +- icons-react/icons-js/antenna-bars-2.js | 2 +- icons-react/icons-js/antenna-bars-3.js | 2 +- icons-react/icons-js/antenna-bars-4.js | 2 +- icons-react/icons-js/antenna-bars-5.js | 2 +- icons-react/icons-js/aspect-ratio.js | 5 +++++ icons-react/icons-js/box-seam.js | 5 +++++ icons-react/icons-js/brand-firefox.js | 2 +- icons-react/icons-js/brand-linkedin.js | 2 +- icons-react/icons-js/building-store.js | 2 +- icons-react/icons-js/caravan.js | 2 +- icons-react/icons-js/karate.js | 5 +++++ icons-react/icons-js/mars.js | 2 +- icons-react/icons-js/panorama-horizontal.js | 5 +++++ icons-react/icons-js/panorama-vertical.js | 5 +++++ icons-react/icons-js/picture-in-picture.js | 5 +++++ icons-react/icons-js/rectangle-vertical.js | 5 +++++ icons-react/icons-js/rectangle.js | 5 +++++ icons-react/icons-js/shape.js | 2 +- icons-react/icons-js/skip-back.js | 2 +- icons-react/icons-js/stars.js | 5 +++++ icons-react/icons-js/tornado.js | 2 +- icons-react/icons-js/traffic-lights.js | 5 +++++ icons-react/icons-js/vector-beizer-2.js | 5 +++++ icons-react/icons-js/vector-beizer.js | 5 +++++ icons-react/icons-js/wiper-wash.js | 2 +- icons-react/icons-js/zodiac-aries.js | 2 +- 27 files changed, 75 insertions(+), 15 deletions(-) create mode 100644 icons-react/icons-js/aspect-ratio.js create mode 100644 icons-react/icons-js/box-seam.js create mode 100644 icons-react/icons-js/karate.js create mode 100644 icons-react/icons-js/panorama-horizontal.js create mode 100644 icons-react/icons-js/panorama-vertical.js create mode 100644 icons-react/icons-js/picture-in-picture.js create mode 100644 icons-react/icons-js/rectangle-vertical.js create mode 100644 icons-react/icons-js/rectangle.js create mode 100644 icons-react/icons-js/stars.js create mode 100644 icons-react/icons-js/traffic-lights.js create mode 100644 icons-react/icons-js/vector-beizer-2.js create mode 100644 icons-react/icons-js/vector-beizer.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/antenna-bars-1.js b/icons-react/icons-js/antenna-bars-1.js index 8f4d958..4240763 100644 --- a/icons-react/icons-js/antenna-bars-1.js +++ b/icons-react/icons-js/antenna-bars-1.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars1 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars1 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars1; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-2.js b/icons-react/icons-js/antenna-bars-2.js index 274492d..b07edf8 100644 --- a/icons-react/icons-js/antenna-bars-2.js +++ b/icons-react/icons-js/antenna-bars-2.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars2; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-3.js b/icons-react/icons-js/antenna-bars-3.js index a679a43..f4c6b75 100644 --- a/icons-react/icons-js/antenna-bars-3.js +++ b/icons-react/icons-js/antenna-bars-3.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars3 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars3 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars3; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-4.js b/icons-react/icons-js/antenna-bars-4.js index 04bae9e..f1249de 100644 --- a/icons-react/icons-js/antenna-bars-4.js +++ b/icons-react/icons-js/antenna-bars-4.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars4 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars4 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars4; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-5.js b/icons-react/icons-js/antenna-bars-5.js index 5df9614..24b2db8 100644 --- a/icons-react/icons-js/antenna-bars-5.js +++ b/icons-react/icons-js/antenna-bars-5.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars5 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars5 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars5; \ No newline at end of file diff --git a/icons-react/icons-js/aspect-ratio.js b/icons-react/icons-js/aspect-ratio.js new file mode 100644 index 0000000..5395301 --- /dev/null +++ b/icons-react/icons-js/aspect-ratio.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconAspectRatio = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconAspectRatio; \ No newline at end of file diff --git a/icons-react/icons-js/box-seam.js b/icons-react/icons-js/box-seam.js new file mode 100644 index 0000000..6e3630e --- /dev/null +++ b/icons-react/icons-js/box-seam.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBoxSeam = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBoxSeam; \ No newline at end of file diff --git a/icons-react/icons-js/brand-firefox.js b/icons-react/icons-js/brand-firefox.js index ad72f4a..cc2487a 100644 --- a/icons-react/icons-js/brand-firefox.js +++ b/icons-react/icons-js/brand-firefox.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandFirefox = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandFirefox = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandFirefox; \ No newline at end of file diff --git a/icons-react/icons-js/brand-linkedin.js b/icons-react/icons-js/brand-linkedin.js index 045c757..d1f7c52 100644 --- a/icons-react/icons-js/brand-linkedin.js +++ b/icons-react/icons-js/brand-linkedin.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandLinkedin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandLinkedin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandLinkedin; \ No newline at end of file diff --git a/icons-react/icons-js/building-store.js b/icons-react/icons-js/building-store.js index 4c30873..0119aed 100644 --- a/icons-react/icons-js/building-store.js +++ b/icons-react/icons-js/building-store.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBuildingStore = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBuildingStore = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBuildingStore; \ No newline at end of file diff --git a/icons-react/icons-js/caravan.js b/icons-react/icons-js/caravan.js index e7d2769..90e2040 100644 --- a/icons-react/icons-js/caravan.js +++ b/icons-react/icons-js/caravan.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCaravan = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCaravan = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCaravan; \ No newline at end of file diff --git a/icons-react/icons-js/karate.js b/icons-react/icons-js/karate.js new file mode 100644 index 0000000..dda3df4 --- /dev/null +++ b/icons-react/icons-js/karate.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconKarate = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconKarate; \ No newline at end of file diff --git a/icons-react/icons-js/mars.js b/icons-react/icons-js/mars.js index 2536511..43b74cb 100644 --- a/icons-react/icons-js/mars.js +++ b/icons-react/icons-js/mars.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconMars = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconMars = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconMars; \ No newline at end of file diff --git a/icons-react/icons-js/panorama-horizontal.js b/icons-react/icons-js/panorama-horizontal.js new file mode 100644 index 0000000..19d8dd3 --- /dev/null +++ b/icons-react/icons-js/panorama-horizontal.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPanoramaHorizontal = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPanoramaHorizontal; \ No newline at end of file diff --git a/icons-react/icons-js/panorama-vertical.js b/icons-react/icons-js/panorama-vertical.js new file mode 100644 index 0000000..bcb6d00 --- /dev/null +++ b/icons-react/icons-js/panorama-vertical.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPanoramaVertical = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPanoramaVertical; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture.js b/icons-react/icons-js/picture-in-picture.js new file mode 100644 index 0000000..863e3f3 --- /dev/null +++ b/icons-react/icons-js/picture-in-picture.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPictureInPicture; \ No newline at end of file diff --git a/icons-react/icons-js/rectangle-vertical.js b/icons-react/icons-js/rectangle-vertical.js new file mode 100644 index 0000000..7933ef8 --- /dev/null +++ b/icons-react/icons-js/rectangle-vertical.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRectangleVertical = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRectangleVertical; \ No newline at end of file diff --git a/icons-react/icons-js/rectangle.js b/icons-react/icons-js/rectangle.js new file mode 100644 index 0000000..077b302 --- /dev/null +++ b/icons-react/icons-js/rectangle.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRectangle = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRectangle; \ No newline at end of file diff --git a/icons-react/icons-js/shape.js b/icons-react/icons-js/shape.js index ddd3233..3748318 100644 --- a/icons-react/icons-js/shape.js +++ b/icons-react/icons-js/shape.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconShape = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconShape = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconShape; \ No newline at end of file diff --git a/icons-react/icons-js/skip-back.js b/icons-react/icons-js/skip-back.js index b6ba218..37432d4 100644 --- a/icons-react/icons-js/skip-back.js +++ b/icons-react/icons-js/skip-back.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconSkipBack; \ No newline at end of file diff --git a/icons-react/icons-js/stars.js b/icons-react/icons-js/stars.js new file mode 100644 index 0000000..8432ccf --- /dev/null +++ b/icons-react/icons-js/stars.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconStars = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconStars; \ No newline at end of file diff --git a/icons-react/icons-js/tornado.js b/icons-react/icons-js/tornado.js index 9fc09b9..b7f7473 100644 --- a/icons-react/icons-js/tornado.js +++ b/icons-react/icons-js/tornado.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconTornado = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconTornado = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconTornado; \ No newline at end of file diff --git a/icons-react/icons-js/traffic-lights.js b/icons-react/icons-js/traffic-lights.js new file mode 100644 index 0000000..c46a04d --- /dev/null +++ b/icons-react/icons-js/traffic-lights.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconTrafficLights = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconTrafficLights; \ No newline at end of file diff --git a/icons-react/icons-js/vector-beizer-2.js b/icons-react/icons-js/vector-beizer-2.js new file mode 100644 index 0000000..494ad50 --- /dev/null +++ b/icons-react/icons-js/vector-beizer-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVectorBeizer2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVectorBeizer2; \ No newline at end of file diff --git a/icons-react/icons-js/vector-beizer.js b/icons-react/icons-js/vector-beizer.js new file mode 100644 index 0000000..fbdd22e --- /dev/null +++ b/icons-react/icons-js/vector-beizer.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVectorBeizer = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVectorBeizer; \ No newline at end of file diff --git a/icons-react/icons-js/wiper-wash.js b/icons-react/icons-js/wiper-wash.js index 46d9c76..e9adc84 100644 --- a/icons-react/icons-js/wiper-wash.js +++ b/icons-react/icons-js/wiper-wash.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconWiperWash = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconWiperWash = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconWiperWash; \ No newline at end of file diff --git a/icons-react/icons-js/zodiac-aries.js b/icons-react/icons-js/zodiac-aries.js index 222779f..bd91868 100644 --- a/icons-react/icons-js/zodiac-aries.js +++ b/icons-react/icons-js/zodiac-aries.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconZodiacAries = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconZodiacAries = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconZodiacAries; \ No newline at end of file -- cgit v1.2.1