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 16f85316..34fe8643 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 b3afd003..a853c59f 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 00000000..68cad7ec --- /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 dd0ae5b2..9782b266 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 00000000..a8e7647d --- /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 00000000..ad72f4a1 --- /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 00000000..938169ec --- /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 00000000..55761893 --- /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 00000000..c1d92eb1 --- /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 00000000..9d1cc503 --- /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 3ecb0f53..c7308ebf 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 9c7df228..9868fd99 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 00000000..4f597957 --- /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 00000000..9c03f817 --- /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 c7478b6b..d4f3e8b2 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 00000000..63002640 --- /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 00000000..b1b626f0 --- /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 641a3b6a..7e3a0dd8 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 00000000..dde14812 --- /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 cbd2afef..e69cedcd 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 8c742afe..509eb9a5 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 6f2251f3..96b1ad41 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 ba63bb20..6798f248 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 bf849863..ffe8160a 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 0809b070..098f8293 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 f30ff6a8..afc64f76 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 cb6558cf..d69d9bf4 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 b0373ffe..3586eaa3 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 f9d6a25f..ad1d3585 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 0f4e68a0..a3c3d8b9 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 b110d49f..d7f2f9e3 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 c2104b24..48ba3a16 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 1bdb2bbe..89424efd 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 bfa434ae..8291bfc7 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 062da91b..4f7547a6 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 962a0e6a..64cfdbb7 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 d9f2a10d..c1f25792 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 8d10dff9..cb04dbd0 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