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 00000000..e97d084a --- /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 00000000..09c8eb05 --- /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 00000000..c5cf3625 --- /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 7d058376..8b15feec 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 735926df..cb20edc8 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 816e0308..566ba0df 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 4b454eb4..ed418c18 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 6ed4084d..07639d71 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 5cfae5d2..860b7617 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 762a7f1e..0dc51612 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 23e507d7..7f17ce3c 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 31929a91..5f6c137e 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 00000000..faa602ab --- /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 00000000..25516414 --- /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 00000000..69fc4a53 --- /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 00000000..4689804f --- /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 00000000..db3bdf36 --- /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 00000000..d3228515 --- /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 863e3f33..dee89500 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 00000000..055967dc --- /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 00000000..ee843095 --- /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 00000000..cd0e9b1b --- /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 00000000..72493b3f --- /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 00000000..c61aa95b --- /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 00000000..19149b72 --- /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 00000000..78832dd4 --- /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 00000000..9c3cc609 --- /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