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 +- icons-react/index.d.ts | 12 ++++++++++++ icons-react/index.js | 12 ++++++++++++ 40 files changed, 110 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') 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 diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 835d49d..62920bf 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -123,10 +123,15 @@ export const IconBrandApple: TablerIcon; export const IconBrandBehance: TablerIcon; export const IconBrandChrome: TablerIcon; export const IconBrandCodepen: TablerIcon; +export const IconBrandDeviantart: TablerIcon; export const IconBrandDiscord: TablerIcon; export const IconBrandDribbble: TablerIcon; +export const IconBrandEdge: TablerIcon; export const IconBrandFacebook: TablerIcon; export const IconBrandFigma: TablerIcon; +export const IconBrandFirefox: TablerIcon; +export const IconBrandFlickr: TablerIcon; +export const IconBrandFoursquare: TablerIcon; export const IconBrandFramer: TablerIcon; export const IconBrandGithub: TablerIcon; export const IconBrandGitlab: TablerIcon; @@ -139,16 +144,23 @@ export const IconBrandMessenger: TablerIcon; export const IconBrandOpera: TablerIcon; export const IconBrandPaypal: TablerIcon; export const IconBrandPinterest: TablerIcon; +export const IconBrandPocket: TablerIcon; +export const IconBrandPython: TablerIcon; export const IconBrandReddit: TablerIcon; export const IconBrandSafari: TablerIcon; export const IconBrandSketch: TablerIcon; +export const IconBrandSkype: TablerIcon; export const IconBrandSlack: TablerIcon; export const IconBrandSnapchat: TablerIcon; +export const IconBrandSpotify: TablerIcon; export const IconBrandTabler: TablerIcon; export const IconBrandTailwind: TablerIcon; export const IconBrandTelegram: TablerIcon; export const IconBrandTiktok: TablerIcon; +export const IconBrandTumblr: TablerIcon; +export const IconBrandTwitch: TablerIcon; export const IconBrandTwitter: TablerIcon; +export const IconBrandVimeo: TablerIcon; export const IconBrandWhatsapp: TablerIcon; export const IconBrandWindows: TablerIcon; export const IconBrandYoutube: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index f67cc3c..7e5ceea 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -117,10 +117,15 @@ export { default as IconBrandApple } from './icons-js/brand-apple.js'; export { default as IconBrandBehance } from './icons-js/brand-behance.js'; export { default as IconBrandChrome } from './icons-js/brand-chrome.js'; export { default as IconBrandCodepen } from './icons-js/brand-codepen.js'; +export { default as IconBrandDeviantart } from './icons-js/brand-deviantart.js'; export { default as IconBrandDiscord } from './icons-js/brand-discord.js'; export { default as IconBrandDribbble } from './icons-js/brand-dribbble.js'; +export { default as IconBrandEdge } from './icons-js/brand-edge.js'; export { default as IconBrandFacebook } from './icons-js/brand-facebook.js'; export { default as IconBrandFigma } from './icons-js/brand-figma.js'; +export { default as IconBrandFirefox } from './icons-js/brand-firefox.js'; +export { default as IconBrandFlickr } from './icons-js/brand-flickr.js'; +export { default as IconBrandFoursquare } from './icons-js/brand-foursquare.js'; export { default as IconBrandFramer } from './icons-js/brand-framer.js'; export { default as IconBrandGithub } from './icons-js/brand-github.js'; export { default as IconBrandGitlab } from './icons-js/brand-gitlab.js'; @@ -133,16 +138,23 @@ export { default as IconBrandMessenger } from './icons-js/brand-messenger.js'; export { default as IconBrandOpera } from './icons-js/brand-opera.js'; export { default as IconBrandPaypal } from './icons-js/brand-paypal.js'; export { default as IconBrandPinterest } from './icons-js/brand-pinterest.js'; +export { default as IconBrandPocket } from './icons-js/brand-pocket.js'; +export { default as IconBrandPython } from './icons-js/brand-python.js'; export { default as IconBrandReddit } from './icons-js/brand-reddit.js'; export { default as IconBrandSafari } from './icons-js/brand-safari.js'; export { default as IconBrandSketch } from './icons-js/brand-sketch.js'; +export { default as IconBrandSkype } from './icons-js/brand-skype.js'; export { default as IconBrandSlack } from './icons-js/brand-slack.js'; export { default as IconBrandSnapchat } from './icons-js/brand-snapchat.js'; +export { default as IconBrandSpotify } from './icons-js/brand-spotify.js'; export { default as IconBrandTabler } from './icons-js/brand-tabler.js'; export { default as IconBrandTailwind } from './icons-js/brand-tailwind.js'; export { default as IconBrandTelegram } from './icons-js/brand-telegram.js'; export { default as IconBrandTiktok } from './icons-js/brand-tiktok.js'; +export { default as IconBrandTumblr } from './icons-js/brand-tumblr.js'; +export { default as IconBrandTwitch } from './icons-js/brand-twitch.js'; export { default as IconBrandTwitter } from './icons-js/brand-twitter.js'; +export { default as IconBrandVimeo } from './icons-js/brand-vimeo.js'; export { default as IconBrandWhatsapp } from './icons-js/brand-whatsapp.js'; export { default as IconBrandWindows } from './icons-js/brand-windows.js'; export { default as IconBrandYoutube } from './icons-js/brand-youtube.js'; -- cgit v1.2.1