From aad06d59f49d06b023a597fdbbd18fb6649077f4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 22 Sep 2020 00:50:49 +0200 Subject: Release 1.24.0 --- icons-react/icons-js/ball-tennis.js | 2 +- icons-react/icons-js/bell-ringing.js | 5 +++++ icons-react/icons-js/bookmarks.js | 5 +++++ icons-react/icons-js/chevron-down-left.js | 5 +++++ icons-react/icons-js/chevron-down-right.js | 5 +++++ icons-react/icons-js/chevron-up-left.js | 5 +++++ icons-react/icons-js/chevron-up-right.js | 5 +++++ icons-react/icons-js/chevrons-down-left.js | 5 +++++ icons-react/icons-js/chevrons-down-right.js | 5 +++++ icons-react/icons-js/chevrons-up-left.js | 5 +++++ icons-react/icons-js/chevrons-up-right.js | 5 +++++ icons-react/icons-js/compass.js | 2 +- icons-react/icons-js/credit-card-off.js | 5 +++++ icons-react/icons-js/crown.js | 5 +++++ icons-react/icons-js/float-none.js | 5 +++++ icons-react/icons-js/folder-off.js | 5 +++++ icons-react/icons-js/hand-off.js | 5 +++++ icons-react/icons-js/microphone-off.js | 5 +++++ icons-react/icons-js/screen-share-off.js | 5 +++++ icons-react/icons-js/screen-share.js | 5 +++++ icons-react/icons-js/star-half.js | 5 +++++ 21 files changed, 97 insertions(+), 2 deletions(-) create mode 100644 icons-react/icons-js/bell-ringing.js create mode 100644 icons-react/icons-js/bookmarks.js create mode 100644 icons-react/icons-js/chevron-down-left.js create mode 100644 icons-react/icons-js/chevron-down-right.js create mode 100644 icons-react/icons-js/chevron-up-left.js create mode 100644 icons-react/icons-js/chevron-up-right.js create mode 100644 icons-react/icons-js/chevrons-down-left.js create mode 100644 icons-react/icons-js/chevrons-down-right.js create mode 100644 icons-react/icons-js/chevrons-up-left.js create mode 100644 icons-react/icons-js/chevrons-up-right.js create mode 100644 icons-react/icons-js/credit-card-off.js create mode 100644 icons-react/icons-js/crown.js create mode 100644 icons-react/icons-js/float-none.js create mode 100644 icons-react/icons-js/folder-off.js create mode 100644 icons-react/icons-js/hand-off.js create mode 100644 icons-react/icons-js/microphone-off.js create mode 100644 icons-react/icons-js/screen-share-off.js create mode 100644 icons-react/icons-js/screen-share.js create mode 100644 icons-react/icons-js/star-half.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/ball-tennis.js b/icons-react/icons-js/ball-tennis.js index 73482f0..5ea072e 100644 --- a/icons-react/icons-js/ball-tennis.js +++ b/icons-react/icons-js/ball-tennis.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBallTennis = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBallTennis = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBallTennis; \ No newline at end of file diff --git a/icons-react/icons-js/bell-ringing.js b/icons-react/icons-js/bell-ringing.js new file mode 100644 index 0000000..7b32f7c --- /dev/null +++ b/icons-react/icons-js/bell-ringing.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBellRinging = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBellRinging; \ No newline at end of file diff --git a/icons-react/icons-js/bookmarks.js b/icons-react/icons-js/bookmarks.js new file mode 100644 index 0000000..ca7444b --- /dev/null +++ b/icons-react/icons-js/bookmarks.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBookmarks = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBookmarks; \ No newline at end of file diff --git a/icons-react/icons-js/chevron-down-left.js b/icons-react/icons-js/chevron-down-left.js new file mode 100644 index 0000000..5a97d4a --- /dev/null +++ b/icons-react/icons-js/chevron-down-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronDownLeft; \ No newline at end of file diff --git a/icons-react/icons-js/chevron-down-right.js b/icons-react/icons-js/chevron-down-right.js new file mode 100644 index 0000000..d8c9f57 --- /dev/null +++ b/icons-react/icons-js/chevron-down-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronDownRight; \ No newline at end of file diff --git a/icons-react/icons-js/chevron-up-left.js b/icons-react/icons-js/chevron-up-left.js new file mode 100644 index 0000000..e86c582 --- /dev/null +++ b/icons-react/icons-js/chevron-up-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronUpLeft; \ No newline at end of file diff --git a/icons-react/icons-js/chevron-up-right.js b/icons-react/icons-js/chevron-up-right.js new file mode 100644 index 0000000..e19f0e2 --- /dev/null +++ b/icons-react/icons-js/chevron-up-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronUpRight; \ No newline at end of file diff --git a/icons-react/icons-js/chevrons-down-left.js b/icons-react/icons-js/chevrons-down-left.js new file mode 100644 index 0000000..af52ba9 --- /dev/null +++ b/icons-react/icons-js/chevrons-down-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronsDownLeft; \ No newline at end of file diff --git a/icons-react/icons-js/chevrons-down-right.js b/icons-react/icons-js/chevrons-down-right.js new file mode 100644 index 0000000..afeb2be --- /dev/null +++ b/icons-react/icons-js/chevrons-down-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronsDownRight; \ No newline at end of file diff --git a/icons-react/icons-js/chevrons-up-left.js b/icons-react/icons-js/chevrons-up-left.js new file mode 100644 index 0000000..9e6047c --- /dev/null +++ b/icons-react/icons-js/chevrons-up-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronsUpLeft; \ No newline at end of file diff --git a/icons-react/icons-js/chevrons-up-right.js b/icons-react/icons-js/chevrons-up-right.js new file mode 100644 index 0000000..58019ab --- /dev/null +++ b/icons-react/icons-js/chevrons-up-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronsUpRight; \ No newline at end of file diff --git a/icons-react/icons-js/compass.js b/icons-react/icons-js/compass.js index af6ab07..6e9a2d7 100644 --- a/icons-react/icons-js/compass.js +++ b/icons-react/icons-js/compass.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCompass = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCompass = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCompass; \ No newline at end of file diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js new file mode 100644 index 0000000..dab5bcd --- /dev/null +++ b/icons-react/icons-js/credit-card-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCreditCardOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCreditCardOff; \ No newline at end of file diff --git a/icons-react/icons-js/crown.js b/icons-react/icons-js/crown.js new file mode 100644 index 0000000..0b874ef --- /dev/null +++ b/icons-react/icons-js/crown.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCrown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCrown; \ No newline at end of file diff --git a/icons-react/icons-js/float-none.js b/icons-react/icons-js/float-none.js new file mode 100644 index 0000000..413a18b --- /dev/null +++ b/icons-react/icons-js/float-none.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFloatNone = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFloatNone; \ No newline at end of file diff --git a/icons-react/icons-js/folder-off.js b/icons-react/icons-js/folder-off.js new file mode 100644 index 0000000..251908e --- /dev/null +++ b/icons-react/icons-js/folder-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFolderOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFolderOff; \ No newline at end of file diff --git a/icons-react/icons-js/hand-off.js b/icons-react/icons-js/hand-off.js new file mode 100644 index 0000000..5cf704b --- /dev/null +++ b/icons-react/icons-js/hand-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconHandOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconHandOff; \ No newline at end of file diff --git a/icons-react/icons-js/microphone-off.js b/icons-react/icons-js/microphone-off.js new file mode 100644 index 0000000..9cade5d --- /dev/null +++ b/icons-react/icons-js/microphone-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMicrophoneOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMicrophoneOff; \ No newline at end of file diff --git a/icons-react/icons-js/screen-share-off.js b/icons-react/icons-js/screen-share-off.js new file mode 100644 index 0000000..c595fef --- /dev/null +++ b/icons-react/icons-js/screen-share-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconScreenShareOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconScreenShareOff; \ No newline at end of file diff --git a/icons-react/icons-js/screen-share.js b/icons-react/icons-js/screen-share.js new file mode 100644 index 0000000..6772508 --- /dev/null +++ b/icons-react/icons-js/screen-share.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconScreenShare = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconScreenShare; \ No newline at end of file diff --git a/icons-react/icons-js/star-half.js b/icons-react/icons-js/star-half.js new file mode 100644 index 0000000..71a0b74 --- /dev/null +++ b/icons-react/icons-js/star-half.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconStarHalf = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconStarHalf; \ No newline at end of file -- cgit v1.2.1