From 755f3e43384dc8bcef0484f83ad5cc99b9e49286 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 21 Jun 2022 11:31:51 +0200 Subject: Release 1.71.0 --- icons-react/icons-js/brand-amongus.js | 12 ++++++++++++ icons-react/icons-js/brand-badoo.js | 12 ++++++++++++ icons-react/icons-js/brand-bandcamp.js | 12 ++++++++++++ icons-react/icons-js/brand-beats.js | 12 ++++++++++++ icons-react/icons-js/brand-coinbase.js | 12 ++++++++++++ icons-react/icons-js/brand-disney.js | 12 ++++++++++++ icons-react/icons-js/brand-flipboard.js | 12 ++++++++++++ icons-react/icons-js/brand-google-photos.js | 12 ++++++++++++ icons-react/icons-js/brand-grindr.js | 12 ++++++++++++ icons-react/icons-js/brand-pushover.js | 12 ++++++++++++ icons-react/icons-js/brand-tidal.js | 2 +- icons-react/icons-js/brand-vinted.js | 12 ++++++++++++ icons-react/icons-js/brand-vivaldi.js | 12 ++++++++++++ icons-react/icons-js/brand-walmart.js | 12 ++++++++++++ icons-react/icons-js/brand-wish.js | 12 ++++++++++++ icons-react/icons-js/brand-yatse.js | 12 ++++++++++++ icons-react/icons-js/brand-youtube-kids.js | 12 ++++++++++++ icons-react/icons-js/brand-zoom.js | 12 ++++++++++++ icons-react/icons-js/brand-zwift.js | 12 ++++++++++++ 19 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/brand-amongus.js create mode 100644 icons-react/icons-js/brand-badoo.js create mode 100644 icons-react/icons-js/brand-bandcamp.js create mode 100644 icons-react/icons-js/brand-beats.js create mode 100644 icons-react/icons-js/brand-coinbase.js create mode 100644 icons-react/icons-js/brand-disney.js create mode 100644 icons-react/icons-js/brand-flipboard.js create mode 100644 icons-react/icons-js/brand-google-photos.js create mode 100644 icons-react/icons-js/brand-grindr.js create mode 100644 icons-react/icons-js/brand-pushover.js create mode 100644 icons-react/icons-js/brand-vinted.js create mode 100644 icons-react/icons-js/brand-vivaldi.js create mode 100644 icons-react/icons-js/brand-walmart.js create mode 100644 icons-react/icons-js/brand-wish.js create mode 100644 icons-react/icons-js/brand-yatse.js create mode 100644 icons-react/icons-js/brand-youtube-kids.js create mode 100644 icons-react/icons-js/brand-zoom.js create mode 100644 icons-react/icons-js/brand-zwift.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/brand-amongus.js b/icons-react/icons-js/brand-amongus.js new file mode 100644 index 00000000..20624fd1 --- /dev/null +++ b/icons-react/icons-js/brand-amongus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandAmongus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandAmongus; \ No newline at end of file diff --git a/icons-react/icons-js/brand-badoo.js b/icons-react/icons-js/brand-badoo.js new file mode 100644 index 00000000..805861b6 --- /dev/null +++ b/icons-react/icons-js/brand-badoo.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBadoo({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandBadoo; \ No newline at end of file diff --git a/icons-react/icons-js/brand-bandcamp.js b/icons-react/icons-js/brand-bandcamp.js new file mode 100644 index 00000000..f3956aee --- /dev/null +++ b/icons-react/icons-js/brand-bandcamp.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBandcamp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandBandcamp; \ No newline at end of file diff --git a/icons-react/icons-js/brand-beats.js b/icons-react/icons-js/brand-beats.js new file mode 100644 index 00000000..c6440721 --- /dev/null +++ b/icons-react/icons-js/brand-beats.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBeats({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandBeats; \ No newline at end of file diff --git a/icons-react/icons-js/brand-coinbase.js b/icons-react/icons-js/brand-coinbase.js new file mode 100644 index 00000000..11a461ea --- /dev/null +++ b/icons-react/icons-js/brand-coinbase.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandCoinbase({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandCoinbase; \ No newline at end of file diff --git a/icons-react/icons-js/brand-disney.js b/icons-react/icons-js/brand-disney.js new file mode 100644 index 00000000..df65d8ba --- /dev/null +++ b/icons-react/icons-js/brand-disney.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDisney({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandDisney; \ No newline at end of file diff --git a/icons-react/icons-js/brand-flipboard.js b/icons-react/icons-js/brand-flipboard.js new file mode 100644 index 00000000..4b08badb --- /dev/null +++ b/icons-react/icons-js/brand-flipboard.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandFlipboard({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandFlipboard; \ No newline at end of file diff --git a/icons-react/icons-js/brand-google-photos.js b/icons-react/icons-js/brand-google-photos.js new file mode 100644 index 00000000..da2ba8e9 --- /dev/null +++ b/icons-react/icons-js/brand-google-photos.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandGooglePhotos({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandGooglePhotos; \ No newline at end of file diff --git a/icons-react/icons-js/brand-grindr.js b/icons-react/icons-js/brand-grindr.js new file mode 100644 index 00000000..57e8374f --- /dev/null +++ b/icons-react/icons-js/brand-grindr.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandGrindr({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandGrindr; \ No newline at end of file diff --git a/icons-react/icons-js/brand-pushover.js b/icons-react/icons-js/brand-pushover.js new file mode 100644 index 00000000..447b6964 --- /dev/null +++ b/icons-react/icons-js/brand-pushover.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandPushover({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandPushover; \ No newline at end of file diff --git a/icons-react/icons-js/brand-tidal.js b/icons-react/icons-js/brand-tidal.js index 0166bc90..0328d771 100644 --- a/icons-react/icons-js/brand-tidal.js +++ b/icons-react/icons-js/brand-tidal.js @@ -6,7 +6,7 @@ function IconBrandTidal({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandTidal; \ No newline at end of file diff --git a/icons-react/icons-js/brand-vinted.js b/icons-react/icons-js/brand-vinted.js new file mode 100644 index 00000000..e86c8973 --- /dev/null +++ b/icons-react/icons-js/brand-vinted.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandVinted({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandVinted; \ No newline at end of file diff --git a/icons-react/icons-js/brand-vivaldi.js b/icons-react/icons-js/brand-vivaldi.js new file mode 100644 index 00000000..1f27f979 --- /dev/null +++ b/icons-react/icons-js/brand-vivaldi.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandVivaldi({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandVivaldi; \ No newline at end of file diff --git a/icons-react/icons-js/brand-walmart.js b/icons-react/icons-js/brand-walmart.js new file mode 100644 index 00000000..94dd749a --- /dev/null +++ b/icons-react/icons-js/brand-walmart.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandWalmart({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandWalmart; \ No newline at end of file diff --git a/icons-react/icons-js/brand-wish.js b/icons-react/icons-js/brand-wish.js new file mode 100644 index 00000000..f7b7786a --- /dev/null +++ b/icons-react/icons-js/brand-wish.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandWish({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandWish; \ No newline at end of file diff --git a/icons-react/icons-js/brand-yatse.js b/icons-react/icons-js/brand-yatse.js new file mode 100644 index 00000000..15a09a52 --- /dev/null +++ b/icons-react/icons-js/brand-yatse.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandYatse({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandYatse; \ No newline at end of file diff --git a/icons-react/icons-js/brand-youtube-kids.js b/icons-react/icons-js/brand-youtube-kids.js new file mode 100644 index 00000000..d1419419 --- /dev/null +++ b/icons-react/icons-js/brand-youtube-kids.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandYoutubeKids({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandYoutubeKids; \ No newline at end of file diff --git a/icons-react/icons-js/brand-zoom.js b/icons-react/icons-js/brand-zoom.js new file mode 100644 index 00000000..482701a1 --- /dev/null +++ b/icons-react/icons-js/brand-zoom.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandZoom({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandZoom; \ No newline at end of file diff --git a/icons-react/icons-js/brand-zwift.js b/icons-react/icons-js/brand-zwift.js new file mode 100644 index 00000000..a22ffe84 --- /dev/null +++ b/icons-react/icons-js/brand-zwift.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandZwift({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandZwift; \ No newline at end of file -- cgit v1.2.1