From 27e9587463368936da664db9abeac4bcbc20136d Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 22 Sep 2020 13:58:51 +0200 Subject: Release 1.25.0 --- icons-react/icons-js/access-point-off.js | 5 +++++ icons-react/icons-js/access-point.js | 5 +++++ icons-react/icons-js/alien.js | 2 +- icons-react/icons-js/battery-off.js | 5 +++++ icons-react/icons-js/brand-paypal.js | 2 +- icons-react/icons-js/brand-reddit.js | 2 +- icons-react/icons-js/brand-snapchat.js | 2 +- icons-react/icons-js/cloud-fog.js | 2 +- icons-react/icons-js/cloud-rain.js | 2 +- icons-react/icons-js/cloud-snow.js | 2 +- icons-react/icons-js/cloud-storm.js | 2 +- icons-react/icons-js/cloud-upload.js | 2 +- icons-react/icons-js/cloud.js | 2 +- icons-react/icons-js/headphones-off.js | 5 +++++ icons-react/icons-js/lock-off.js | 5 +++++ icons-react/icons-js/video-minus.js | 5 +++++ icons-react/icons-js/video-off.js | 5 +++++ icons-react/icons-js/video-plus.js | 5 +++++ icons-react/icons-js/video.js | 5 +++++ 19 files changed, 55 insertions(+), 10 deletions(-) create mode 100644 icons-react/icons-js/access-point-off.js create mode 100644 icons-react/icons-js/access-point.js create mode 100644 icons-react/icons-js/battery-off.js create mode 100644 icons-react/icons-js/headphones-off.js create mode 100644 icons-react/icons-js/lock-off.js create mode 100644 icons-react/icons-js/video-minus.js create mode 100644 icons-react/icons-js/video-off.js create mode 100644 icons-react/icons-js/video-plus.js create mode 100644 icons-react/icons-js/video.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/access-point-off.js b/icons-react/icons-js/access-point-off.js new file mode 100644 index 00000000..83ced2cd --- /dev/null +++ b/icons-react/icons-js/access-point-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconAccessPointOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconAccessPointOff; \ No newline at end of file diff --git a/icons-react/icons-js/access-point.js b/icons-react/icons-js/access-point.js new file mode 100644 index 00000000..c4b39575 --- /dev/null +++ b/icons-react/icons-js/access-point.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconAccessPoint = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconAccessPoint; \ No newline at end of file diff --git a/icons-react/icons-js/alien.js b/icons-react/icons-js/alien.js index 34fe8643..40f58c04 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/battery-off.js b/icons-react/icons-js/battery-off.js new file mode 100644 index 00000000..56f64cd3 --- /dev/null +++ b/icons-react/icons-js/battery-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBatteryOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBatteryOff; \ No newline at end of file diff --git a/icons-react/icons-js/brand-paypal.js b/icons-react/icons-js/brand-paypal.js index fb823f58..c5e9cc0e 100644 --- a/icons-react/icons-js/brand-paypal.js +++ b/icons-react/icons-js/brand-paypal.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandPaypal = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandPaypal = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandPaypal; \ 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 c7308ebf..b6616217 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-snapchat.js b/icons-react/icons-js/brand-snapchat.js index d340d830..8eac0a6b 100644 --- a/icons-react/icons-js/brand-snapchat.js +++ b/icons-react/icons-js/brand-snapchat.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandSnapchat = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandSnapchat = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandSnapchat; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-fog.js b/icons-react/icons-js/cloud-fog.js index a6c7bb8d..7d2a0ab7 100644 --- a/icons-react/icons-js/cloud-fog.js +++ b/icons-react/icons-js/cloud-fog.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudFog = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCloudFog = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCloudFog; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-rain.js b/icons-react/icons-js/cloud-rain.js index 98bdba14..5360b1da 100644 --- a/icons-react/icons-js/cloud-rain.js +++ b/icons-react/icons-js/cloud-rain.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudRain = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCloudRain = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCloudRain; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-snow.js b/icons-react/icons-js/cloud-snow.js index c59047fa..b49d683c 100644 --- a/icons-react/icons-js/cloud-snow.js +++ b/icons-react/icons-js/cloud-snow.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudSnow = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCloudSnow = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCloudSnow; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-storm.js b/icons-react/icons-js/cloud-storm.js index bddbff2e..eb26dfaf 100644 --- a/icons-react/icons-js/cloud-storm.js +++ b/icons-react/icons-js/cloud-storm.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudStorm = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCloudStorm = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCloudStorm; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-upload.js b/icons-react/icons-js/cloud-upload.js index d7e91f1f..735dbfbe 100644 --- a/icons-react/icons-js/cloud-upload.js +++ b/icons-react/icons-js/cloud-upload.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudUpload = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCloudUpload = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCloudUpload; \ No newline at end of file diff --git a/icons-react/icons-js/cloud.js b/icons-react/icons-js/cloud.js index 008b6aab..9cf10bb1 100644 --- a/icons-react/icons-js/cloud.js +++ b/icons-react/icons-js/cloud.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloud = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCloud = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCloud; \ No newline at end of file diff --git a/icons-react/icons-js/headphones-off.js b/icons-react/icons-js/headphones-off.js new file mode 100644 index 00000000..bc4e4060 --- /dev/null +++ b/icons-react/icons-js/headphones-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconHeadphonesOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconHeadphonesOff; \ No newline at end of file diff --git a/icons-react/icons-js/lock-off.js b/icons-react/icons-js/lock-off.js new file mode 100644 index 00000000..79d88e39 --- /dev/null +++ b/icons-react/icons-js/lock-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconLockOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconLockOff; \ No newline at end of file diff --git a/icons-react/icons-js/video-minus.js b/icons-react/icons-js/video-minus.js new file mode 100644 index 00000000..dda2e2a3 --- /dev/null +++ b/icons-react/icons-js/video-minus.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVideoMinus = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVideoMinus; \ No newline at end of file diff --git a/icons-react/icons-js/video-off.js b/icons-react/icons-js/video-off.js new file mode 100644 index 00000000..104ca4eb --- /dev/null +++ b/icons-react/icons-js/video-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVideoOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVideoOff; \ No newline at end of file diff --git a/icons-react/icons-js/video-plus.js b/icons-react/icons-js/video-plus.js new file mode 100644 index 00000000..2fffd8ec --- /dev/null +++ b/icons-react/icons-js/video-plus.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVideoPlus = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVideoPlus; \ No newline at end of file diff --git a/icons-react/icons-js/video.js b/icons-react/icons-js/video.js new file mode 100644 index 00000000..8651ff15 --- /dev/null +++ b/icons-react/icons-js/video.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVideo = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVideo; \ No newline at end of file -- cgit v1.2.1