From 2dced476e35c5371532a4610bc108c339de85f8f Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 1 Oct 2020 22:55:00 +0200 Subject: Release 1.32.0 --- icons-react/icons-js/brand-airbnb.js | 5 +++++ icons-react/icons-js/brand-apple-arcade.js | 5 +++++ icons-react/icons-js/brand-codesandbox.js | 5 +++++ icons-react/icons-js/brand-css3.js | 5 +++++ icons-react/icons-js/brand-html5.js | 5 +++++ icons-react/icons-js/brand-kotlin.js | 5 +++++ icons-react/icons-js/brand-soundcloud.js | 5 +++++ icons-react/icons-js/brand-steam.js | 5 +++++ icons-react/icons-js/brand-tidal.js | 5 +++++ icons-react/icons-js/brand-tinder.js | 5 +++++ icons-react/icons-js/brand-vk.js | 5 +++++ icons-react/icons-js/brand-yahoo.js | 5 +++++ 12 files changed, 60 insertions(+) create mode 100644 icons-react/icons-js/brand-airbnb.js create mode 100644 icons-react/icons-js/brand-apple-arcade.js create mode 100644 icons-react/icons-js/brand-codesandbox.js create mode 100644 icons-react/icons-js/brand-css3.js create mode 100644 icons-react/icons-js/brand-html5.js create mode 100644 icons-react/icons-js/brand-kotlin.js create mode 100644 icons-react/icons-js/brand-soundcloud.js create mode 100644 icons-react/icons-js/brand-steam.js create mode 100644 icons-react/icons-js/brand-tidal.js create mode 100644 icons-react/icons-js/brand-tinder.js create mode 100644 icons-react/icons-js/brand-vk.js create mode 100644 icons-react/icons-js/brand-yahoo.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/brand-airbnb.js b/icons-react/icons-js/brand-airbnb.js new file mode 100644 index 0000000..79ad446 --- /dev/null +++ b/icons-react/icons-js/brand-airbnb.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandAirbnb = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandAirbnb; \ No newline at end of file diff --git a/icons-react/icons-js/brand-apple-arcade.js b/icons-react/icons-js/brand-apple-arcade.js new file mode 100644 index 0000000..1f3e51e --- /dev/null +++ b/icons-react/icons-js/brand-apple-arcade.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandAppleArcade = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandAppleArcade; \ No newline at end of file diff --git a/icons-react/icons-js/brand-codesandbox.js b/icons-react/icons-js/brand-codesandbox.js new file mode 100644 index 0000000..7b744bf --- /dev/null +++ b/icons-react/icons-js/brand-codesandbox.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandCodesandbox = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandCodesandbox; \ No newline at end of file diff --git a/icons-react/icons-js/brand-css3.js b/icons-react/icons-js/brand-css3.js new file mode 100644 index 0000000..e96860c --- /dev/null +++ b/icons-react/icons-js/brand-css3.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandCss3 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandCss3; \ No newline at end of file diff --git a/icons-react/icons-js/brand-html5.js b/icons-react/icons-js/brand-html5.js new file mode 100644 index 0000000..c13603e --- /dev/null +++ b/icons-react/icons-js/brand-html5.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandHtml5 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandHtml5; \ No newline at end of file diff --git a/icons-react/icons-js/brand-kotlin.js b/icons-react/icons-js/brand-kotlin.js new file mode 100644 index 0000000..c23cacf --- /dev/null +++ b/icons-react/icons-js/brand-kotlin.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandKotlin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandKotlin; \ No newline at end of file diff --git a/icons-react/icons-js/brand-soundcloud.js b/icons-react/icons-js/brand-soundcloud.js new file mode 100644 index 0000000..d441e1c --- /dev/null +++ b/icons-react/icons-js/brand-soundcloud.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandSoundcloud = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandSoundcloud; \ No newline at end of file diff --git a/icons-react/icons-js/brand-steam.js b/icons-react/icons-js/brand-steam.js new file mode 100644 index 0000000..94be9a2 --- /dev/null +++ b/icons-react/icons-js/brand-steam.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandSteam = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandSteam; \ No newline at end of file diff --git a/icons-react/icons-js/brand-tidal.js b/icons-react/icons-js/brand-tidal.js new file mode 100644 index 0000000..c3ee01f --- /dev/null +++ b/icons-react/icons-js/brand-tidal.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandTidal = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandTidal; \ No newline at end of file diff --git a/icons-react/icons-js/brand-tinder.js b/icons-react/icons-js/brand-tinder.js new file mode 100644 index 0000000..896b7d0 --- /dev/null +++ b/icons-react/icons-js/brand-tinder.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandTinder = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandTinder; \ No newline at end of file diff --git a/icons-react/icons-js/brand-vk.js b/icons-react/icons-js/brand-vk.js new file mode 100644 index 0000000..22fee54 --- /dev/null +++ b/icons-react/icons-js/brand-vk.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandVk = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandVk; \ No newline at end of file diff --git a/icons-react/icons-js/brand-yahoo.js b/icons-react/icons-js/brand-yahoo.js new file mode 100644 index 0000000..a2243c3 --- /dev/null +++ b/icons-react/icons-js/brand-yahoo.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandYahoo = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandYahoo; \ No newline at end of file -- cgit v1.2.1