From 4b1f94352c68535e27a417f6f9073447bc74e35a Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 16 Aug 2022 23:10:58 +0200 Subject: Release 1.83.0 --- icons-react/icons-js/mood-angry.js | 12 ++++++++++++ icons-react/icons-js/mood-annoyed-2.js | 12 ++++++++++++ icons-react/icons-js/mood-annoyed.js | 12 ++++++++++++ icons-react/icons-js/mood-nerd.js | 12 ++++++++++++ icons-react/icons-js/mood-sad-2.js | 12 ++++++++++++ icons-react/icons-js/mood-sad-dizzy.js | 12 ++++++++++++ icons-react/icons-js/mood-sad-squint.js | 12 ++++++++++++ icons-react/icons-js/mood-sick.js | 12 ++++++++++++ icons-react/icons-js/mood-silence.js | 12 ++++++++++++ icons-react/icons-js/mood-smile-beam.js | 12 ++++++++++++ icons-react/icons-js/mood-smile-dizzy.js | 12 ++++++++++++ icons-react/icons-js/mood-tongue-wink-2.js | 12 ++++++++++++ icons-react/icons-js/mood-tongue-wink.js | 12 ++++++++++++ icons-react/icons-js/mood-unamused.js | 12 ++++++++++++ icons-react/icons-js/mood-wink-2.js | 12 ++++++++++++ icons-react/icons-js/mood-wink.js | 12 ++++++++++++ icons-react/icons-js/mood-wrrr.js | 12 ++++++++++++ icons-react/icons-js/mood-xd.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/mood-angry.js create mode 100644 icons-react/icons-js/mood-annoyed-2.js create mode 100644 icons-react/icons-js/mood-annoyed.js create mode 100644 icons-react/icons-js/mood-nerd.js create mode 100644 icons-react/icons-js/mood-sad-2.js create mode 100644 icons-react/icons-js/mood-sad-dizzy.js create mode 100644 icons-react/icons-js/mood-sad-squint.js create mode 100644 icons-react/icons-js/mood-sick.js create mode 100644 icons-react/icons-js/mood-silence.js create mode 100644 icons-react/icons-js/mood-smile-beam.js create mode 100644 icons-react/icons-js/mood-smile-dizzy.js create mode 100644 icons-react/icons-js/mood-tongue-wink-2.js create mode 100644 icons-react/icons-js/mood-tongue-wink.js create mode 100644 icons-react/icons-js/mood-unamused.js create mode 100644 icons-react/icons-js/mood-wink-2.js create mode 100644 icons-react/icons-js/mood-wink.js create mode 100644 icons-react/icons-js/mood-wrrr.js create mode 100644 icons-react/icons-js/mood-xd.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/mood-angry.js b/icons-react/icons-js/mood-angry.js new file mode 100644 index 00000000..57adb215 --- /dev/null +++ b/icons-react/icons-js/mood-angry.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodAngry({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodAngry; \ No newline at end of file diff --git a/icons-react/icons-js/mood-annoyed-2.js b/icons-react/icons-js/mood-annoyed-2.js new file mode 100644 index 00000000..a3bd2cf9 --- /dev/null +++ b/icons-react/icons-js/mood-annoyed-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodAnnoyed2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodAnnoyed2; \ No newline at end of file diff --git a/icons-react/icons-js/mood-annoyed.js b/icons-react/icons-js/mood-annoyed.js new file mode 100644 index 00000000..ae53a887 --- /dev/null +++ b/icons-react/icons-js/mood-annoyed.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodAnnoyed({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodAnnoyed; \ No newline at end of file diff --git a/icons-react/icons-js/mood-nerd.js b/icons-react/icons-js/mood-nerd.js new file mode 100644 index 00000000..c20888d8 --- /dev/null +++ b/icons-react/icons-js/mood-nerd.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodNerd({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodNerd; \ No newline at end of file diff --git a/icons-react/icons-js/mood-sad-2.js b/icons-react/icons-js/mood-sad-2.js new file mode 100644 index 00000000..c6bb61b7 --- /dev/null +++ b/icons-react/icons-js/mood-sad-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodSad2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodSad2; \ No newline at end of file diff --git a/icons-react/icons-js/mood-sad-dizzy.js b/icons-react/icons-js/mood-sad-dizzy.js new file mode 100644 index 00000000..c0c2e36d --- /dev/null +++ b/icons-react/icons-js/mood-sad-dizzy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodSadDizzy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodSadDizzy; \ No newline at end of file diff --git a/icons-react/icons-js/mood-sad-squint.js b/icons-react/icons-js/mood-sad-squint.js new file mode 100644 index 00000000..92b78dcf --- /dev/null +++ b/icons-react/icons-js/mood-sad-squint.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodSadSquint({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodSadSquint; \ No newline at end of file diff --git a/icons-react/icons-js/mood-sick.js b/icons-react/icons-js/mood-sick.js new file mode 100644 index 00000000..cec07926 --- /dev/null +++ b/icons-react/icons-js/mood-sick.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodSick({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodSick; \ No newline at end of file diff --git a/icons-react/icons-js/mood-silence.js b/icons-react/icons-js/mood-silence.js new file mode 100644 index 00000000..6705853c --- /dev/null +++ b/icons-react/icons-js/mood-silence.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodSilence({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodSilence; \ No newline at end of file diff --git a/icons-react/icons-js/mood-smile-beam.js b/icons-react/icons-js/mood-smile-beam.js new file mode 100644 index 00000000..94d8e4a8 --- /dev/null +++ b/icons-react/icons-js/mood-smile-beam.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodSmileBeam({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodSmileBeam; \ No newline at end of file diff --git a/icons-react/icons-js/mood-smile-dizzy.js b/icons-react/icons-js/mood-smile-dizzy.js new file mode 100644 index 00000000..0532e55e --- /dev/null +++ b/icons-react/icons-js/mood-smile-dizzy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodSmileDizzy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodSmileDizzy; \ No newline at end of file diff --git a/icons-react/icons-js/mood-tongue-wink-2.js b/icons-react/icons-js/mood-tongue-wink-2.js new file mode 100644 index 00000000..3f2b4d58 --- /dev/null +++ b/icons-react/icons-js/mood-tongue-wink-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodTongueWink2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodTongueWink2; \ No newline at end of file diff --git a/icons-react/icons-js/mood-tongue-wink.js b/icons-react/icons-js/mood-tongue-wink.js new file mode 100644 index 00000000..ff9e4f5c --- /dev/null +++ b/icons-react/icons-js/mood-tongue-wink.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodTongueWink({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodTongueWink; \ No newline at end of file diff --git a/icons-react/icons-js/mood-unamused.js b/icons-react/icons-js/mood-unamused.js new file mode 100644 index 00000000..4a47508b --- /dev/null +++ b/icons-react/icons-js/mood-unamused.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodUnamused({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodUnamused; \ No newline at end of file diff --git a/icons-react/icons-js/mood-wink-2.js b/icons-react/icons-js/mood-wink-2.js new file mode 100644 index 00000000..e6af9758 --- /dev/null +++ b/icons-react/icons-js/mood-wink-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodWink2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodWink2; \ No newline at end of file diff --git a/icons-react/icons-js/mood-wink.js b/icons-react/icons-js/mood-wink.js new file mode 100644 index 00000000..18320543 --- /dev/null +++ b/icons-react/icons-js/mood-wink.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodWink({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodWink; \ No newline at end of file diff --git a/icons-react/icons-js/mood-wrrr.js b/icons-react/icons-js/mood-wrrr.js new file mode 100644 index 00000000..5f585951 --- /dev/null +++ b/icons-react/icons-js/mood-wrrr.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodWrrr({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodWrrr; \ No newline at end of file diff --git a/icons-react/icons-js/mood-xd.js b/icons-react/icons-js/mood-xd.js new file mode 100644 index 00000000..2b7c661f --- /dev/null +++ b/icons-react/icons-js/mood-xd.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodXd({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodXd; \ No newline at end of file -- cgit v1.2.1 From 8b2b159c25849bf2bd8dcc473525051c2d90c3a2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 16 Aug 2022 23:44:02 +0200 Subject: Release 1.83.1 --- icons-react/icons-js/mood-tongue-wink-2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/mood-tongue-wink-2.js b/icons-react/icons-js/mood-tongue-wink-2.js index 3f2b4d58..67cf0d80 100644 --- a/icons-react/icons-js/mood-tongue-wink-2.js +++ b/icons-react/icons-js/mood-tongue-wink-2.js @@ -6,7 +6,7 @@ function IconMoodTongueWink2({ stroke = 2, ...props }) { - return ; + return ; } export default IconMoodTongueWink2; \ No newline at end of file -- cgit v1.2.1