From da8bbb848b913605301b648c5835f274bab6627f Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 26 Sep 2020 23:50:57 +0200 Subject: Release 1.28.0 --- icons-react/icons-js/arrow-ramp-left.js | 5 +++++ icons-react/icons-js/arrow-ramp-right.js | 5 +++++ icons-react/icons-js/cloud-off.js | 5 +++++ icons-react/icons-js/corner-down-left.js | 2 +- icons-react/icons-js/corner-down-right.js | 2 +- icons-react/icons-js/corner-left-down.js | 2 +- icons-react/icons-js/corner-left-up.js | 2 +- icons-react/icons-js/corner-right-down.js | 2 +- icons-react/icons-js/corner-right-up.js | 2 +- icons-react/icons-js/corner-up-left.js | 2 +- icons-react/icons-js/corner-up-right.js | 2 +- icons-react/icons-js/egg.js | 2 +- icons-react/icons-js/message-circle-2.js | 5 +++++ icons-react/icons-js/message-circle-off.js | 5 +++++ icons-react/icons-js/message-off.js | 5 +++++ icons-react/icons-js/messages-off.js | 5 +++++ icons-react/icons-js/picture-in-picture-off.js | 5 +++++ icons-react/icons-js/picture-in-picture-on.js | 5 +++++ icons-react/icons-js/picture-in-picture.js | 2 +- icons-react/icons-js/player-pause.js | 5 +++++ icons-react/icons-js/player-play.js | 5 +++++ icons-react/icons-js/player-record.js | 5 +++++ icons-react/icons-js/player-skip-back.js | 5 +++++ icons-react/icons-js/player-skip-forward.js | 5 +++++ icons-react/icons-js/player-stop.js | 5 +++++ icons-react/icons-js/player-track-next.js | 5 +++++ icons-react/icons-js/player-track-prev.js | 5 +++++ 27 files changed, 95 insertions(+), 10 deletions(-) create mode 100644 icons-react/icons-js/arrow-ramp-left.js create mode 100644 icons-react/icons-js/arrow-ramp-right.js create mode 100644 icons-react/icons-js/cloud-off.js create mode 100644 icons-react/icons-js/message-circle-2.js create mode 100644 icons-react/icons-js/message-circle-off.js create mode 100644 icons-react/icons-js/message-off.js create mode 100644 icons-react/icons-js/messages-off.js create mode 100644 icons-react/icons-js/picture-in-picture-off.js create mode 100644 icons-react/icons-js/picture-in-picture-on.js create mode 100644 icons-react/icons-js/player-pause.js create mode 100644 icons-react/icons-js/player-play.js create mode 100644 icons-react/icons-js/player-record.js create mode 100644 icons-react/icons-js/player-skip-back.js create mode 100644 icons-react/icons-js/player-skip-forward.js create mode 100644 icons-react/icons-js/player-stop.js create mode 100644 icons-react/icons-js/player-track-next.js create mode 100644 icons-react/icons-js/player-track-prev.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/arrow-ramp-left.js b/icons-react/icons-js/arrow-ramp-left.js new file mode 100644 index 0000000..e97d084 --- /dev/null +++ b/icons-react/icons-js/arrow-ramp-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconArrowRampLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconArrowRampLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-ramp-right.js b/icons-react/icons-js/arrow-ramp-right.js new file mode 100644 index 0000000..09c8eb0 --- /dev/null +++ b/icons-react/icons-js/arrow-ramp-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconArrowRampRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconArrowRampRight; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-off.js b/icons-react/icons-js/cloud-off.js new file mode 100644 index 0000000..c5cf362 --- /dev/null +++ b/icons-react/icons-js/cloud-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCloudOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCloudOff; \ No newline at end of file diff --git a/icons-react/icons-js/corner-down-left.js b/icons-react/icons-js/corner-down-left.js index 7d05837..8b15fee 100644 --- a/icons-react/icons-js/corner-down-left.js +++ b/icons-react/icons-js/corner-down-left.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerDownLeft; \ No newline at end of file diff --git a/icons-react/icons-js/corner-down-right.js b/icons-react/icons-js/corner-down-right.js index 735926d..cb20edc 100644 --- a/icons-react/icons-js/corner-down-right.js +++ b/icons-react/icons-js/corner-down-right.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerDownRight; \ No newline at end of file diff --git a/icons-react/icons-js/corner-left-down.js b/icons-react/icons-js/corner-left-down.js index 816e030..566ba0d 100644 --- a/icons-react/icons-js/corner-left-down.js +++ b/icons-react/icons-js/corner-left-down.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerLeftDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerLeftDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerLeftDown; \ No newline at end of file diff --git a/icons-react/icons-js/corner-left-up.js b/icons-react/icons-js/corner-left-up.js index 4b454eb..ed418c1 100644 --- a/icons-react/icons-js/corner-left-up.js +++ b/icons-react/icons-js/corner-left-up.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerLeftUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerLeftUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerLeftUp; \ No newline at end of file diff --git a/icons-react/icons-js/corner-right-down.js b/icons-react/icons-js/corner-right-down.js index 6ed4084..07639d7 100644 --- a/icons-react/icons-js/corner-right-down.js +++ b/icons-react/icons-js/corner-right-down.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerRightDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerRightDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerRightDown; \ No newline at end of file diff --git a/icons-react/icons-js/corner-right-up.js b/icons-react/icons-js/corner-right-up.js index 5cfae5d..860b761 100644 --- a/icons-react/icons-js/corner-right-up.js +++ b/icons-react/icons-js/corner-right-up.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerRightUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerRightUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerRightUp; \ No newline at end of file diff --git a/icons-react/icons-js/corner-up-left.js b/icons-react/icons-js/corner-up-left.js index 762a7f1..0dc5161 100644 --- a/icons-react/icons-js/corner-up-left.js +++ b/icons-react/icons-js/corner-up-left.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerUpLeft; \ No newline at end of file diff --git a/icons-react/icons-js/corner-up-right.js b/icons-react/icons-js/corner-up-right.js index 23e507d..7f17ce3 100644 --- a/icons-react/icons-js/corner-up-right.js +++ b/icons-react/icons-js/corner-up-right.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerUpRight; \ No newline at end of file diff --git a/icons-react/icons-js/egg.js b/icons-react/icons-js/egg.js index 31929a9..5f6c137 100644 --- a/icons-react/icons-js/egg.js +++ b/icons-react/icons-js/egg.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconEgg = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconEgg = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconEgg; \ No newline at end of file diff --git a/icons-react/icons-js/message-circle-2.js b/icons-react/icons-js/message-circle-2.js new file mode 100644 index 0000000..faa602a --- /dev/null +++ b/icons-react/icons-js/message-circle-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMessageCircle2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMessageCircle2; \ No newline at end of file diff --git a/icons-react/icons-js/message-circle-off.js b/icons-react/icons-js/message-circle-off.js new file mode 100644 index 0000000..2551641 --- /dev/null +++ b/icons-react/icons-js/message-circle-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMessageCircleOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMessageCircleOff; \ No newline at end of file diff --git a/icons-react/icons-js/message-off.js b/icons-react/icons-js/message-off.js new file mode 100644 index 0000000..69fc4a5 --- /dev/null +++ b/icons-react/icons-js/message-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMessageOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMessageOff; \ No newline at end of file diff --git a/icons-react/icons-js/messages-off.js b/icons-react/icons-js/messages-off.js new file mode 100644 index 0000000..4689804 --- /dev/null +++ b/icons-react/icons-js/messages-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMessagesOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMessagesOff; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture-off.js b/icons-react/icons-js/picture-in-picture-off.js new file mode 100644 index 0000000..db3bdf3 --- /dev/null +++ b/icons-react/icons-js/picture-in-picture-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPictureInPictureOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPictureInPictureOff; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture-on.js b/icons-react/icons-js/picture-in-picture-on.js new file mode 100644 index 0000000..d322851 --- /dev/null +++ b/icons-react/icons-js/picture-in-picture-on.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPictureInPictureOn = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPictureInPictureOn; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture.js b/icons-react/icons-js/picture-in-picture.js index 863e3f3..dee8950 100644 --- a/icons-react/icons-js/picture-in-picture.js +++ b/icons-react/icons-js/picture-in-picture.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconPictureInPicture; \ No newline at end of file diff --git a/icons-react/icons-js/player-pause.js b/icons-react/icons-js/player-pause.js new file mode 100644 index 0000000..055967d --- /dev/null +++ b/icons-react/icons-js/player-pause.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerPause = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerPause; \ No newline at end of file diff --git a/icons-react/icons-js/player-play.js b/icons-react/icons-js/player-play.js new file mode 100644 index 0000000..ee84309 --- /dev/null +++ b/icons-react/icons-js/player-play.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerPlay = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerPlay; \ No newline at end of file diff --git a/icons-react/icons-js/player-record.js b/icons-react/icons-js/player-record.js new file mode 100644 index 0000000..cd0e9b1 --- /dev/null +++ b/icons-react/icons-js/player-record.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerRecord = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerRecord; \ No newline at end of file diff --git a/icons-react/icons-js/player-skip-back.js b/icons-react/icons-js/player-skip-back.js new file mode 100644 index 0000000..72493b3 --- /dev/null +++ b/icons-react/icons-js/player-skip-back.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerSkipBack; \ No newline at end of file diff --git a/icons-react/icons-js/player-skip-forward.js b/icons-react/icons-js/player-skip-forward.js new file mode 100644 index 0000000..c61aa95 --- /dev/null +++ b/icons-react/icons-js/player-skip-forward.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerSkipForward = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerSkipForward; \ No newline at end of file diff --git a/icons-react/icons-js/player-stop.js b/icons-react/icons-js/player-stop.js new file mode 100644 index 0000000..19149b7 --- /dev/null +++ b/icons-react/icons-js/player-stop.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerStop = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerStop; \ No newline at end of file diff --git a/icons-react/icons-js/player-track-next.js b/icons-react/icons-js/player-track-next.js new file mode 100644 index 0000000..78832dd --- /dev/null +++ b/icons-react/icons-js/player-track-next.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerTrackNext = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerTrackNext; \ No newline at end of file diff --git a/icons-react/icons-js/player-track-prev.js b/icons-react/icons-js/player-track-prev.js new file mode 100644 index 0000000..9c3cc60 --- /dev/null +++ b/icons-react/icons-js/player-track-prev.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerTrackPrev = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerTrackPrev; \ No newline at end of file -- cgit v1.2.1