From f3f3990dac3b42ef8c8124d7a286ebd289c31b89 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 21 Sep 2020 22:28:47 +0200 Subject: Release 1.23.0 --- icons-react/icons-js/alien.js | 2 +- icons-react/icons-js/biohazard.js | 2 +- icons-react/icons-js/brand-deviantart.js | 5 +++++ icons-react/icons-js/brand-discord.js | 2 +- icons-react/icons-js/brand-edge.js | 5 +++++ icons-react/icons-js/brand-firefox.js | 5 +++++ icons-react/icons-js/brand-flickr.js | 5 +++++ icons-react/icons-js/brand-foursquare.js | 5 +++++ icons-react/icons-js/brand-pocket.js | 5 +++++ icons-react/icons-js/brand-python.js | 5 +++++ icons-react/icons-js/brand-reddit.js | 2 +- icons-react/icons-js/brand-sketch.js | 2 +- icons-react/icons-js/brand-skype.js | 5 +++++ icons-react/icons-js/brand-spotify.js | 5 +++++ icons-react/icons-js/brand-tailwind.js | 2 +- icons-react/icons-js/brand-tumblr.js | 5 +++++ icons-react/icons-js/brand-twitch.js | 5 +++++ icons-react/icons-js/brand-twitter.js | 2 +- icons-react/icons-js/brand-vimeo.js | 5 +++++ icons-react/icons-js/camera-off.js | 2 +- icons-react/icons-js/disabled-2.js | 2 +- icons-react/icons-js/disabled.js | 2 +- icons-react/icons-js/hexagon.js | 2 +- icons-react/icons-js/map-pin-off.js | 2 +- icons-react/icons-js/map-pin.js | 2 +- icons-react/icons-js/mood-cry.js | 2 +- icons-react/icons-js/moon-stars.js | 2 +- icons-react/icons-js/moon.js | 2 +- icons-react/icons-js/photo-off.js | 2 +- icons-react/icons-js/planet.js | 2 +- icons-react/icons-js/settings.js | 2 +- icons-react/icons-js/shield-off.js | 2 +- icons-react/icons-js/smart-home.js | 2 +- icons-react/icons-js/star.js | 2 +- icons-react/icons-js/track-next.js | 2 +- icons-react/icons-js/track-prev.js | 2 +- icons-react/icons-js/wifi-off.js | 2 +- icons-react/icons-js/wifi.js | 2 +- 38 files changed, 86 insertions(+), 26 deletions(-) create mode 100644 icons-react/icons-js/brand-deviantart.js create mode 100644 icons-react/icons-js/brand-edge.js create mode 100644 icons-react/icons-js/brand-firefox.js create mode 100644 icons-react/icons-js/brand-flickr.js create mode 100644 icons-react/icons-js/brand-foursquare.js create mode 100644 icons-react/icons-js/brand-pocket.js create mode 100644 icons-react/icons-js/brand-python.js create mode 100644 icons-react/icons-js/brand-skype.js create mode 100644 icons-react/icons-js/brand-spotify.js create mode 100644 icons-react/icons-js/brand-tumblr.js create mode 100644 icons-react/icons-js/brand-twitch.js create mode 100644 icons-react/icons-js/brand-vimeo.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/alien.js b/icons-react/icons-js/alien.js index 16f8531..34fe864 100644 --- a/icons-react/icons-js/alien.js +++ b/icons-react/icons-js/alien.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAlien = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAlien = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAlien; \ No newline at end of file diff --git a/icons-react/icons-js/biohazard.js b/icons-react/icons-js/biohazard.js index b3afd00..a853c59 100644 --- a/icons-react/icons-js/biohazard.js +++ b/icons-react/icons-js/biohazard.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBiohazard = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBiohazard = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBiohazard; \ No newline at end of file diff --git a/icons-react/icons-js/brand-deviantart.js b/icons-react/icons-js/brand-deviantart.js new file mode 100644 index 0000000..68cad7e --- /dev/null +++ b/icons-react/icons-js/brand-deviantart.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandDeviantart = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandDeviantart; \ No newline at end of file diff --git a/icons-react/icons-js/brand-discord.js b/icons-react/icons-js/brand-discord.js index dd0ae5b..9782b26 100644 --- a/icons-react/icons-js/brand-discord.js +++ b/icons-react/icons-js/brand-discord.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandDiscord = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandDiscord = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandDiscord; \ No newline at end of file diff --git a/icons-react/icons-js/brand-edge.js b/icons-react/icons-js/brand-edge.js new file mode 100644 index 0000000..a8e7647 --- /dev/null +++ b/icons-react/icons-js/brand-edge.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandEdge = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandEdge; \ No newline at end of file diff --git a/icons-react/icons-js/brand-firefox.js b/icons-react/icons-js/brand-firefox.js new file mode 100644 index 0000000..ad72f4a --- /dev/null +++ b/icons-react/icons-js/brand-firefox.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +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-flickr.js b/icons-react/icons-js/brand-flickr.js new file mode 100644 index 0000000..938169e --- /dev/null +++ b/icons-react/icons-js/brand-flickr.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandFlickr = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandFlickr; \ No newline at end of file diff --git a/icons-react/icons-js/brand-foursquare.js b/icons-react/icons-js/brand-foursquare.js new file mode 100644 index 0000000..5576189 --- /dev/null +++ b/icons-react/icons-js/brand-foursquare.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandFoursquare = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandFoursquare; \ No newline at end of file diff --git a/icons-react/icons-js/brand-pocket.js b/icons-react/icons-js/brand-pocket.js new file mode 100644 index 0000000..c1d92eb --- /dev/null +++ b/icons-react/icons-js/brand-pocket.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandPocket = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandPocket; \ No newline at end of file diff --git a/icons-react/icons-js/brand-python.js b/icons-react/icons-js/brand-python.js new file mode 100644 index 0000000..9d1cc50 --- /dev/null +++ b/icons-react/icons-js/brand-python.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandPython = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandPython; \ No newline at end of file diff --git a/icons-react/icons-js/brand-reddit.js b/icons-react/icons-js/brand-reddit.js index 3ecb0f5..c7308eb 100644 --- a/icons-react/icons-js/brand-reddit.js +++ b/icons-react/icons-js/brand-reddit.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandReddit = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandReddit = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandReddit; \ No newline at end of file diff --git a/icons-react/icons-js/brand-sketch.js b/icons-react/icons-js/brand-sketch.js index 9c7df22..9868fd9 100644 --- a/icons-react/icons-js/brand-sketch.js +++ b/icons-react/icons-js/brand-sketch.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandSketch = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandSketch = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandSketch; \ No newline at end of file diff --git a/icons-react/icons-js/brand-skype.js b/icons-react/icons-js/brand-skype.js new file mode 100644 index 0000000..4f59795 --- /dev/null +++ b/icons-react/icons-js/brand-skype.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandSkype = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandSkype; \ No newline at end of file diff --git a/icons-react/icons-js/brand-spotify.js b/icons-react/icons-js/brand-spotify.js new file mode 100644 index 0000000..9c03f81 --- /dev/null +++ b/icons-react/icons-js/brand-spotify.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandSpotify = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandSpotify; \ No newline at end of file diff --git a/icons-react/icons-js/brand-tailwind.js b/icons-react/icons-js/brand-tailwind.js index c7478b6..d4f3e8b 100644 --- a/icons-react/icons-js/brand-tailwind.js +++ b/icons-react/icons-js/brand-tailwind.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandTailwind = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandTailwind = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandTailwind; \ No newline at end of file diff --git a/icons-react/icons-js/brand-tumblr.js b/icons-react/icons-js/brand-tumblr.js new file mode 100644 index 0000000..6300264 --- /dev/null +++ b/icons-react/icons-js/brand-tumblr.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandTumblr = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandTumblr; \ No newline at end of file diff --git a/icons-react/icons-js/brand-twitch.js b/icons-react/icons-js/brand-twitch.js new file mode 100644 index 0000000..b1b626f --- /dev/null +++ b/icons-react/icons-js/brand-twitch.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandTwitch = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandTwitch; \ No newline at end of file diff --git a/icons-react/icons-js/brand-twitter.js b/icons-react/icons-js/brand-twitter.js index 641a3b6..7e3a0dd 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/brand-vimeo.js b/icons-react/icons-js/brand-vimeo.js new file mode 100644 index 0000000..dde1481 --- /dev/null +++ b/icons-react/icons-js/brand-vimeo.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandVimeo = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandVimeo; \ No newline at end of file diff --git a/icons-react/icons-js/camera-off.js b/icons-react/icons-js/camera-off.js index cbd2afe..e69cedc 100644 --- a/icons-react/icons-js/camera-off.js +++ b/icons-react/icons-js/camera-off.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCameraOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCameraOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCameraOff; \ No newline at end of file diff --git a/icons-react/icons-js/disabled-2.js b/icons-react/icons-js/disabled-2.js index 8c742af..509eb9a 100644 --- a/icons-react/icons-js/disabled-2.js +++ b/icons-react/icons-js/disabled-2.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconDisabled2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconDisabled2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconDisabled2; \ No newline at end of file diff --git a/icons-react/icons-js/disabled.js b/icons-react/icons-js/disabled.js index 6f2251f..96b1ad4 100644 --- a/icons-react/icons-js/disabled.js +++ b/icons-react/icons-js/disabled.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconDisabled = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconDisabled = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconDisabled; \ No newline at end of file diff --git a/icons-react/icons-js/hexagon.js b/icons-react/icons-js/hexagon.js index ba63bb2..6798f24 100644 --- a/icons-react/icons-js/hexagon.js +++ b/icons-react/icons-js/hexagon.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconHexagon = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconHexagon = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconHexagon; \ No newline at end of file diff --git a/icons-react/icons-js/map-pin-off.js b/icons-react/icons-js/map-pin-off.js index bf84986..ffe8160 100644 --- a/icons-react/icons-js/map-pin-off.js +++ b/icons-react/icons-js/map-pin-off.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconMapPinOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconMapPinOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconMapPinOff; \ No newline at end of file diff --git a/icons-react/icons-js/map-pin.js b/icons-react/icons-js/map-pin.js index 0809b07..098f829 100644 --- a/icons-react/icons-js/map-pin.js +++ b/icons-react/icons-js/map-pin.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconMapPin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconMapPin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconMapPin; \ No newline at end of file diff --git a/icons-react/icons-js/mood-cry.js b/icons-react/icons-js/mood-cry.js index f30ff6a..afc64f7 100644 --- a/icons-react/icons-js/mood-cry.js +++ b/icons-react/icons-js/mood-cry.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconMoodCry = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconMoodCry = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconMoodCry; \ No newline at end of file diff --git a/icons-react/icons-js/moon-stars.js b/icons-react/icons-js/moon-stars.js index cb6558c..d69d9bf 100644 --- a/icons-react/icons-js/moon-stars.js +++ b/icons-react/icons-js/moon-stars.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconMoonStars = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconMoonStars = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconMoonStars; \ No newline at end of file diff --git a/icons-react/icons-js/moon.js b/icons-react/icons-js/moon.js index b0373ff..3586eaa 100644 --- a/icons-react/icons-js/moon.js +++ b/icons-react/icons-js/moon.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconMoon = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconMoon = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconMoon; \ No newline at end of file diff --git a/icons-react/icons-js/photo-off.js b/icons-react/icons-js/photo-off.js index f9d6a25..ad1d358 100644 --- a/icons-react/icons-js/photo-off.js +++ b/icons-react/icons-js/photo-off.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconPhotoOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconPhotoOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconPhotoOff; \ No newline at end of file diff --git a/icons-react/icons-js/planet.js b/icons-react/icons-js/planet.js index 0f4e68a..a3c3d8b 100644 --- a/icons-react/icons-js/planet.js +++ b/icons-react/icons-js/planet.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconPlanet = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconPlanet = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconPlanet; \ No newline at end of file diff --git a/icons-react/icons-js/settings.js b/icons-react/icons-js/settings.js index b110d49..d7f2f9e 100644 --- a/icons-react/icons-js/settings.js +++ b/icons-react/icons-js/settings.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconSettings = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconSettings = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconSettings; \ No newline at end of file diff --git a/icons-react/icons-js/shield-off.js b/icons-react/icons-js/shield-off.js index c2104b2..48ba3a1 100644 --- a/icons-react/icons-js/shield-off.js +++ b/icons-react/icons-js/shield-off.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconShieldOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconShieldOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconShieldOff; \ No newline at end of file diff --git a/icons-react/icons-js/smart-home.js b/icons-react/icons-js/smart-home.js index 1bdb2bb..89424ef 100644 --- a/icons-react/icons-js/smart-home.js +++ b/icons-react/icons-js/smart-home.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconSmartHome = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconSmartHome = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconSmartHome; \ No newline at end of file diff --git a/icons-react/icons-js/star.js b/icons-react/icons-js/star.js index bfa434a..8291bfc 100644 --- a/icons-react/icons-js/star.js +++ b/icons-react/icons-js/star.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconStar = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconStar = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconStar; \ No newline at end of file diff --git a/icons-react/icons-js/track-next.js b/icons-react/icons-js/track-next.js index 062da91..4f7547a 100644 --- a/icons-react/icons-js/track-next.js +++ b/icons-react/icons-js/track-next.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconTrackNext = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconTrackNext = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconTrackNext; \ No newline at end of file diff --git a/icons-react/icons-js/track-prev.js b/icons-react/icons-js/track-prev.js index 962a0e6..64cfdbb 100644 --- a/icons-react/icons-js/track-prev.js +++ b/icons-react/icons-js/track-prev.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconTrackPrev = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconTrackPrev = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconTrackPrev; \ No newline at end of file diff --git a/icons-react/icons-js/wifi-off.js b/icons-react/icons-js/wifi-off.js index d9f2a10..c1f2579 100644 --- a/icons-react/icons-js/wifi-off.js +++ b/icons-react/icons-js/wifi-off.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconWifiOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconWifiOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconWifiOff; \ No newline at end of file diff --git a/icons-react/icons-js/wifi.js b/icons-react/icons-js/wifi.js index 8d10dff..cb04dbd 100644 --- a/icons-react/icons-js/wifi.js +++ b/icons-react/icons-js/wifi.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconWifi = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconWifi = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconWifi; \ No newline at end of file -- cgit v1.2.1