From ac8d4a1701a0860951e8ed772f3b9336501f7a15 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 23 Sep 2020 21:04:23 +0200 Subject: Release 1.26.0 --- icons-react/icons-js/activity.js | 5 +++++ icons-react/icons-js/biohazard.js | 2 +- icons-react/icons-js/brand-appstore.js | 5 +++++ icons-react/icons-js/brand-google-play.js | 5 +++++ icons-react/icons-js/building-monument.js | 5 +++++ icons-react/icons-js/circle-dashed.js | 5 +++++ icons-react/icons-js/circle-dotted.js | 5 +++++ icons-react/icons-js/device-mobile-vibration.js | 2 +- icons-react/icons-js/devices-2.js | 5 +++++ icons-react/icons-js/file-dislike.js | 5 +++++ icons-react/icons-js/file-like.js | 5 +++++ icons-react/icons-js/filter-off.js | 5 +++++ icons-react/icons-js/mood-boy.js | 5 +++++ icons-react/icons-js/notification.js | 2 +- icons-react/icons-js/world-latitude.js | 5 +++++ icons-react/icons-js/world-longitude.js | 5 +++++ 16 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 icons-react/icons-js/activity.js create mode 100644 icons-react/icons-js/brand-appstore.js create mode 100644 icons-react/icons-js/brand-google-play.js create mode 100644 icons-react/icons-js/building-monument.js create mode 100644 icons-react/icons-js/circle-dashed.js create mode 100644 icons-react/icons-js/circle-dotted.js create mode 100644 icons-react/icons-js/devices-2.js create mode 100644 icons-react/icons-js/file-dislike.js create mode 100644 icons-react/icons-js/file-like.js create mode 100644 icons-react/icons-js/filter-off.js create mode 100644 icons-react/icons-js/mood-boy.js create mode 100644 icons-react/icons-js/world-latitude.js create mode 100644 icons-react/icons-js/world-longitude.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/activity.js b/icons-react/icons-js/activity.js new file mode 100644 index 0000000..138dd24 --- /dev/null +++ b/icons-react/icons-js/activity.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconActivity = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconActivity; \ No newline at end of file diff --git a/icons-react/icons-js/biohazard.js b/icons-react/icons-js/biohazard.js index a853c59..62d8a32 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-appstore.js b/icons-react/icons-js/brand-appstore.js new file mode 100644 index 0000000..8c0e957 --- /dev/null +++ b/icons-react/icons-js/brand-appstore.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandAppstore = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandAppstore; \ No newline at end of file diff --git a/icons-react/icons-js/brand-google-play.js b/icons-react/icons-js/brand-google-play.js new file mode 100644 index 0000000..1278beb --- /dev/null +++ b/icons-react/icons-js/brand-google-play.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandGooglePlay = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandGooglePlay; \ No newline at end of file diff --git a/icons-react/icons-js/building-monument.js b/icons-react/icons-js/building-monument.js new file mode 100644 index 0000000..274e787 --- /dev/null +++ b/icons-react/icons-js/building-monument.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBuildingMonument = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBuildingMonument; \ No newline at end of file diff --git a/icons-react/icons-js/circle-dashed.js b/icons-react/icons-js/circle-dashed.js new file mode 100644 index 0000000..b768502 --- /dev/null +++ b/icons-react/icons-js/circle-dashed.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCircleDashed = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCircleDashed; \ No newline at end of file diff --git a/icons-react/icons-js/circle-dotted.js b/icons-react/icons-js/circle-dotted.js new file mode 100644 index 0000000..47b7d34 --- /dev/null +++ b/icons-react/icons-js/circle-dotted.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCircleDotted = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCircleDotted; \ No newline at end of file diff --git a/icons-react/icons-js/device-mobile-vibration.js b/icons-react/icons-js/device-mobile-vibration.js index a1eba13..55dd04c 100644 --- a/icons-react/icons-js/device-mobile-vibration.js +++ b/icons-react/icons-js/device-mobile-vibration.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconDeviceMobileVibration = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconDeviceMobileVibration = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconDeviceMobileVibration; \ No newline at end of file diff --git a/icons-react/icons-js/devices-2.js b/icons-react/icons-js/devices-2.js new file mode 100644 index 0000000..77b4019 --- /dev/null +++ b/icons-react/icons-js/devices-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconDevices2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconDevices2; \ No newline at end of file diff --git a/icons-react/icons-js/file-dislike.js b/icons-react/icons-js/file-dislike.js new file mode 100644 index 0000000..0b70e42 --- /dev/null +++ b/icons-react/icons-js/file-dislike.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileDislike = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileDislike; \ No newline at end of file diff --git a/icons-react/icons-js/file-like.js b/icons-react/icons-js/file-like.js new file mode 100644 index 0000000..8dfc821 --- /dev/null +++ b/icons-react/icons-js/file-like.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileLike = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileLike; \ No newline at end of file diff --git a/icons-react/icons-js/filter-off.js b/icons-react/icons-js/filter-off.js new file mode 100644 index 0000000..3537990 --- /dev/null +++ b/icons-react/icons-js/filter-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFilterOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFilterOff; \ No newline at end of file diff --git a/icons-react/icons-js/mood-boy.js b/icons-react/icons-js/mood-boy.js new file mode 100644 index 0000000..f8a1bd5 --- /dev/null +++ b/icons-react/icons-js/mood-boy.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMoodBoy = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMoodBoy; \ No newline at end of file diff --git a/icons-react/icons-js/notification.js b/icons-react/icons-js/notification.js index 87e9448..7a70d25 100644 --- a/icons-react/icons-js/notification.js +++ b/icons-react/icons-js/notification.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconNotification = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconNotification = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconNotification; \ No newline at end of file diff --git a/icons-react/icons-js/world-latitude.js b/icons-react/icons-js/world-latitude.js new file mode 100644 index 0000000..5048157 --- /dev/null +++ b/icons-react/icons-js/world-latitude.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconWorldLatitude = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconWorldLatitude; \ No newline at end of file diff --git a/icons-react/icons-js/world-longitude.js b/icons-react/icons-js/world-longitude.js new file mode 100644 index 0000000..165f746 --- /dev/null +++ b/icons-react/icons-js/world-longitude.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconWorldLongitude = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconWorldLongitude; \ No newline at end of file -- cgit v1.2.1