From b9f0648b2e8d9fc15edd3d90d4e0ea7021ff90ac Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 22 Mar 2022 23:43:22 +0100 Subject: Release 1.57.0 --- icons-react/icons-js/arrow-bear-left-2.js | 12 ++++++++++++ icons-react/icons-js/arrow-bear-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-bear-right-2.js | 12 ++++++++++++ icons-react/icons-js/arrow-bear-right.js | 12 ++++++++++++ icons-react/icons-js/arrow-curve-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-curve-right.js | 12 ++++++++++++ icons-react/icons-js/arrow-fork.js | 12 ++++++++++++ icons-react/icons-js/arrow-left-right.js | 12 ++++++++++++ icons-react/icons-js/arrow-loop-left-2.js | 12 ++++++++++++ icons-react/icons-js/arrow-loop-left.js | 2 +- icons-react/icons-js/arrow-loop-right-2.js | 12 ++++++++++++ icons-react/icons-js/arrow-loop-right.js | 2 +- icons-react/icons-js/arrow-merge.js | 12 ++++++++++++ icons-react/icons-js/arrow-ramp-left-2.js | 12 ++++++++++++ icons-react/icons-js/arrow-ramp-left-3.js | 12 ++++++++++++ icons-react/icons-js/arrow-ramp-right-2.js | 12 ++++++++++++ icons-react/icons-js/arrow-ramp-right-3.js | 12 ++++++++++++ icons-react/icons-js/arrow-rotary-first-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-rotary-first-right.js | 12 ++++++++++++ icons-react/icons-js/arrow-rotary-last-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-rotary-last-right.js | 12 ++++++++++++ icons-react/icons-js/arrow-rotary-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-rotary-right.js | 12 ++++++++++++ icons-react/icons-js/arrow-rotary-straight.js | 12 ++++++++++++ icons-react/icons-js/arrow-sharp-turn-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-sharp-turn-right.js | 12 ++++++++++++ icons-react/icons-js/device-mobile-rotated.js | 2 +- icons-react/icons-js/device-mobile-vibration.js | 2 +- icons-react/icons-js/device-mobile.js | 2 +- 29 files changed, 293 insertions(+), 5 deletions(-) create mode 100644 icons-react/icons-js/arrow-bear-left-2.js create mode 100644 icons-react/icons-js/arrow-bear-left.js create mode 100644 icons-react/icons-js/arrow-bear-right-2.js create mode 100644 icons-react/icons-js/arrow-bear-right.js create mode 100644 icons-react/icons-js/arrow-curve-left.js create mode 100644 icons-react/icons-js/arrow-curve-right.js create mode 100644 icons-react/icons-js/arrow-fork.js create mode 100644 icons-react/icons-js/arrow-left-right.js create mode 100644 icons-react/icons-js/arrow-loop-left-2.js create mode 100644 icons-react/icons-js/arrow-loop-right-2.js create mode 100644 icons-react/icons-js/arrow-merge.js create mode 100644 icons-react/icons-js/arrow-ramp-left-2.js create mode 100644 icons-react/icons-js/arrow-ramp-left-3.js create mode 100644 icons-react/icons-js/arrow-ramp-right-2.js create mode 100644 icons-react/icons-js/arrow-ramp-right-3.js create mode 100644 icons-react/icons-js/arrow-rotary-first-left.js create mode 100644 icons-react/icons-js/arrow-rotary-first-right.js create mode 100644 icons-react/icons-js/arrow-rotary-last-left.js create mode 100644 icons-react/icons-js/arrow-rotary-last-right.js create mode 100644 icons-react/icons-js/arrow-rotary-left.js create mode 100644 icons-react/icons-js/arrow-rotary-right.js create mode 100644 icons-react/icons-js/arrow-rotary-straight.js create mode 100644 icons-react/icons-js/arrow-sharp-turn-left.js create mode 100644 icons-react/icons-js/arrow-sharp-turn-right.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/arrow-bear-left-2.js b/icons-react/icons-js/arrow-bear-left-2.js new file mode 100644 index 00000000..4fedc098 --- /dev/null +++ b/icons-react/icons-js/arrow-bear-left-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBearLeft2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBearLeft2; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-bear-left.js b/icons-react/icons-js/arrow-bear-left.js new file mode 100644 index 00000000..acd1e44a --- /dev/null +++ b/icons-react/icons-js/arrow-bear-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBearLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBearLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-bear-right-2.js b/icons-react/icons-js/arrow-bear-right-2.js new file mode 100644 index 00000000..6d83f69e --- /dev/null +++ b/icons-react/icons-js/arrow-bear-right-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBearRight2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBearRight2; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-bear-right.js b/icons-react/icons-js/arrow-bear-right.js new file mode 100644 index 00000000..ca234783 --- /dev/null +++ b/icons-react/icons-js/arrow-bear-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBearRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowBearRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-curve-left.js b/icons-react/icons-js/arrow-curve-left.js new file mode 100644 index 00000000..090e9491 --- /dev/null +++ b/icons-react/icons-js/arrow-curve-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowCurveLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowCurveLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-curve-right.js b/icons-react/icons-js/arrow-curve-right.js new file mode 100644 index 00000000..0d44b131 --- /dev/null +++ b/icons-react/icons-js/arrow-curve-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowCurveRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowCurveRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-fork.js b/icons-react/icons-js/arrow-fork.js new file mode 100644 index 00000000..e5bed7f2 --- /dev/null +++ b/icons-react/icons-js/arrow-fork.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowFork({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowFork; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-right.js b/icons-react/icons-js/arrow-left-right.js new file mode 100644 index 00000000..9f5917c7 --- /dev/null +++ b/icons-react/icons-js/arrow-left-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLeftRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowLeftRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-loop-left-2.js b/icons-react/icons-js/arrow-loop-left-2.js new file mode 100644 index 00000000..d1350548 --- /dev/null +++ b/icons-react/icons-js/arrow-loop-left-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLoopLeft2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowLoopLeft2; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-loop-left.js b/icons-react/icons-js/arrow-loop-left.js index bc8070a9..8b885fb8 100644 --- a/icons-react/icons-js/arrow-loop-left.js +++ b/icons-react/icons-js/arrow-loop-left.js @@ -6,7 +6,7 @@ function IconArrowLoopLeft({ stroke = 2, ...props }) { - return ; + return ; } export default IconArrowLoopLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-loop-right-2.js b/icons-react/icons-js/arrow-loop-right-2.js new file mode 100644 index 00000000..ed3fa24e --- /dev/null +++ b/icons-react/icons-js/arrow-loop-right-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLoopRight2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowLoopRight2; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-loop-right.js b/icons-react/icons-js/arrow-loop-right.js index 2cc9cb3f..62e7a8ac 100644 --- a/icons-react/icons-js/arrow-loop-right.js +++ b/icons-react/icons-js/arrow-loop-right.js @@ -6,7 +6,7 @@ function IconArrowLoopRight({ stroke = 2, ...props }) { - return ; + return ; } export default IconArrowLoopRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-merge.js b/icons-react/icons-js/arrow-merge.js new file mode 100644 index 00000000..765db9e3 --- /dev/null +++ b/icons-react/icons-js/arrow-merge.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowMerge({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowMerge; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-ramp-left-2.js b/icons-react/icons-js/arrow-ramp-left-2.js new file mode 100644 index 00000000..1319e7b2 --- /dev/null +++ b/icons-react/icons-js/arrow-ramp-left-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRampLeft2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRampLeft2; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-ramp-left-3.js b/icons-react/icons-js/arrow-ramp-left-3.js new file mode 100644 index 00000000..5fee4be6 --- /dev/null +++ b/icons-react/icons-js/arrow-ramp-left-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRampLeft3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRampLeft3; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-ramp-right-2.js b/icons-react/icons-js/arrow-ramp-right-2.js new file mode 100644 index 00000000..e6bb4b2b --- /dev/null +++ b/icons-react/icons-js/arrow-ramp-right-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRampRight2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRampRight2; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-ramp-right-3.js b/icons-react/icons-js/arrow-ramp-right-3.js new file mode 100644 index 00000000..20d6a9a3 --- /dev/null +++ b/icons-react/icons-js/arrow-ramp-right-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRampRight3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRampRight3; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-rotary-first-left.js b/icons-react/icons-js/arrow-rotary-first-left.js new file mode 100644 index 00000000..daa4533b --- /dev/null +++ b/icons-react/icons-js/arrow-rotary-first-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRotaryFirstLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRotaryFirstLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-rotary-first-right.js b/icons-react/icons-js/arrow-rotary-first-right.js new file mode 100644 index 00000000..8220b958 --- /dev/null +++ b/icons-react/icons-js/arrow-rotary-first-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRotaryFirstRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRotaryFirstRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-rotary-last-left.js b/icons-react/icons-js/arrow-rotary-last-left.js new file mode 100644 index 00000000..56656cb1 --- /dev/null +++ b/icons-react/icons-js/arrow-rotary-last-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRotaryLastLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRotaryLastLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-rotary-last-right.js b/icons-react/icons-js/arrow-rotary-last-right.js new file mode 100644 index 00000000..9472f24b --- /dev/null +++ b/icons-react/icons-js/arrow-rotary-last-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRotaryLastRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRotaryLastRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-rotary-left.js b/icons-react/icons-js/arrow-rotary-left.js new file mode 100644 index 00000000..06769f74 --- /dev/null +++ b/icons-react/icons-js/arrow-rotary-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRotaryLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRotaryLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-rotary-right.js b/icons-react/icons-js/arrow-rotary-right.js new file mode 100644 index 00000000..30f7a73b --- /dev/null +++ b/icons-react/icons-js/arrow-rotary-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRotaryRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRotaryRight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-rotary-straight.js b/icons-react/icons-js/arrow-rotary-straight.js new file mode 100644 index 00000000..d3ded655 --- /dev/null +++ b/icons-react/icons-js/arrow-rotary-straight.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRotaryStraight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowRotaryStraight; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-sharp-turn-left.js b/icons-react/icons-js/arrow-sharp-turn-left.js new file mode 100644 index 00000000..ac2d8095 --- /dev/null +++ b/icons-react/icons-js/arrow-sharp-turn-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowSharpTurnLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowSharpTurnLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-sharp-turn-right.js b/icons-react/icons-js/arrow-sharp-turn-right.js new file mode 100644 index 00000000..3989f9e3 --- /dev/null +++ b/icons-react/icons-js/arrow-sharp-turn-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowSharpTurnRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowSharpTurnRight; \ No newline at end of file diff --git a/icons-react/icons-js/device-mobile-rotated.js b/icons-react/icons-js/device-mobile-rotated.js index 111bc45e..257e0181 100644 --- a/icons-react/icons-js/device-mobile-rotated.js +++ b/icons-react/icons-js/device-mobile-rotated.js @@ -6,7 +6,7 @@ function IconDeviceMobileRotated({ stroke = 2, ...props }) { - return ; + return ; } export default IconDeviceMobileRotated; \ 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 a322c14b..3bb94d22 100644 --- a/icons-react/icons-js/device-mobile-vibration.js +++ b/icons-react/icons-js/device-mobile-vibration.js @@ -6,7 +6,7 @@ function IconDeviceMobileVibration({ stroke = 2, ...props }) { - return ; + return ; } export default IconDeviceMobileVibration; \ No newline at end of file diff --git a/icons-react/icons-js/device-mobile.js b/icons-react/icons-js/device-mobile.js index e29c5e64..c0653515 100644 --- a/icons-react/icons-js/device-mobile.js +++ b/icons-react/icons-js/device-mobile.js @@ -6,7 +6,7 @@ function IconDeviceMobile({ stroke = 2, ...props }) { - return ; + return ; } export default IconDeviceMobile; \ No newline at end of file -- cgit v1.2.1