From a94865bf04e0282b332d45458b8ea7a8c406dee3 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 5 Apr 2022 01:58:17 +0200 Subject: Release 1.63.0 --- icons-react/icons-js/a-b-off.js | 2 +- icons-react/icons-js/biohazard-off.js | 12 ++++++++++++ icons-react/icons-js/bold-off.js | 12 ++++++++++++ icons-react/icons-js/bone-off.js | 12 ++++++++++++ icons-react/icons-js/book-off.js | 12 ++++++++++++ icons-react/icons-js/bookmarks-off.js | 12 ++++++++++++ icons-react/icons-js/books-off.js | 12 ++++++++++++ icons-react/icons-js/books.js | 2 +- icons-react/icons-js/braces-off.js | 12 ++++++++++++ icons-react/icons-js/brackets-off.js | 12 ++++++++++++ icons-react/icons-js/browser-off.js | 12 ++++++++++++ icons-react/icons-js/brush-off.js | 12 ++++++++++++ icons-react/icons-js/bug-off.js | 12 ++++++++++++ icons-react/icons-js/bulb-off.js | 2 +- icons-react/icons-js/calculator-off.js | 12 ++++++++++++ icons-react/icons-js/candy-off.js | 12 ++++++++++++ icons-react/icons-js/capture-off.js | 12 ++++++++++++ icons-react/icons-js/car-off.js | 12 ++++++++++++ icons-react/icons-js/cardboards-off.js | 12 ++++++++++++ icons-react/icons-js/cast-off.js | 12 ++++++++++++ icons-react/icons-js/ce-off.js | 12 ++++++++++++ icons-react/icons-js/certificate-2-off.js | 12 ++++++++++++ icons-react/icons-js/certificate-off.js | 12 ++++++++++++ icons-react/icons-js/circle-rectangle-off.js | 12 ++++++++++++ icons-react/icons-js/clipboard-off.js | 12 ++++++++++++ icons-react/icons-js/clock-off.js | 12 ++++++++++++ icons-react/icons-js/code-off.js | 12 ++++++++++++ icons-react/icons-js/coin-off.js | 12 ++++++++++++ icons-react/icons-js/color-picker-off.js | 12 ++++++++++++ icons-react/icons-js/color-swatch-off.js | 12 ++++++++++++ icons-react/icons-js/columns-off.js | 12 ++++++++++++ icons-react/icons-js/compass-off.js | 12 ++++++++++++ icons-react/icons-js/components-off.js | 12 ++++++++++++ icons-react/icons-js/cookie-off.js | 12 ++++++++++++ icons-react/icons-js/copy-off.js | 12 ++++++++++++ icons-react/icons-js/copyleft-off.js | 12 ++++++++++++ icons-react/icons-js/copyright-off.js | 12 ++++++++++++ 37 files changed, 411 insertions(+), 3 deletions(-) create mode 100644 icons-react/icons-js/biohazard-off.js create mode 100644 icons-react/icons-js/bold-off.js create mode 100644 icons-react/icons-js/bone-off.js create mode 100644 icons-react/icons-js/book-off.js create mode 100644 icons-react/icons-js/bookmarks-off.js create mode 100644 icons-react/icons-js/books-off.js create mode 100644 icons-react/icons-js/braces-off.js create mode 100644 icons-react/icons-js/brackets-off.js create mode 100644 icons-react/icons-js/browser-off.js create mode 100644 icons-react/icons-js/brush-off.js create mode 100644 icons-react/icons-js/bug-off.js create mode 100644 icons-react/icons-js/calculator-off.js create mode 100644 icons-react/icons-js/candy-off.js create mode 100644 icons-react/icons-js/capture-off.js create mode 100644 icons-react/icons-js/car-off.js create mode 100644 icons-react/icons-js/cardboards-off.js create mode 100644 icons-react/icons-js/cast-off.js create mode 100644 icons-react/icons-js/ce-off.js create mode 100644 icons-react/icons-js/certificate-2-off.js create mode 100644 icons-react/icons-js/certificate-off.js create mode 100644 icons-react/icons-js/circle-rectangle-off.js create mode 100644 icons-react/icons-js/clipboard-off.js create mode 100644 icons-react/icons-js/clock-off.js create mode 100644 icons-react/icons-js/code-off.js create mode 100644 icons-react/icons-js/coin-off.js create mode 100644 icons-react/icons-js/color-picker-off.js create mode 100644 icons-react/icons-js/color-swatch-off.js create mode 100644 icons-react/icons-js/columns-off.js create mode 100644 icons-react/icons-js/compass-off.js create mode 100644 icons-react/icons-js/components-off.js create mode 100644 icons-react/icons-js/cookie-off.js create mode 100644 icons-react/icons-js/copy-off.js create mode 100644 icons-react/icons-js/copyleft-off.js create mode 100644 icons-react/icons-js/copyright-off.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/a-b-off.js b/icons-react/icons-js/a-b-off.js index 97820662..afb8e451 100644 --- a/icons-react/icons-js/a-b-off.js +++ b/icons-react/icons-js/a-b-off.js @@ -6,7 +6,7 @@ function IconABOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconABOff; \ No newline at end of file diff --git a/icons-react/icons-js/biohazard-off.js b/icons-react/icons-js/biohazard-off.js new file mode 100644 index 00000000..b90b86f3 --- /dev/null +++ b/icons-react/icons-js/biohazard-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBiohazardOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBiohazardOff; \ No newline at end of file diff --git a/icons-react/icons-js/bold-off.js b/icons-react/icons-js/bold-off.js new file mode 100644 index 00000000..6d460d1a --- /dev/null +++ b/icons-react/icons-js/bold-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoldOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBoldOff; \ No newline at end of file diff --git a/icons-react/icons-js/bone-off.js b/icons-react/icons-js/bone-off.js new file mode 100644 index 00000000..4eb3a19a --- /dev/null +++ b/icons-react/icons-js/bone-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoneOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBoneOff; \ No newline at end of file diff --git a/icons-react/icons-js/book-off.js b/icons-react/icons-js/book-off.js new file mode 100644 index 00000000..47b96e1a --- /dev/null +++ b/icons-react/icons-js/book-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBookOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBookOff; \ No newline at end of file diff --git a/icons-react/icons-js/bookmarks-off.js b/icons-react/icons-js/bookmarks-off.js new file mode 100644 index 00000000..2c39897c --- /dev/null +++ b/icons-react/icons-js/bookmarks-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBookmarksOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBookmarksOff; \ No newline at end of file diff --git a/icons-react/icons-js/books-off.js b/icons-react/icons-js/books-off.js new file mode 100644 index 00000000..b7e5bd33 --- /dev/null +++ b/icons-react/icons-js/books-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBooksOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBooksOff; \ No newline at end of file diff --git a/icons-react/icons-js/books.js b/icons-react/icons-js/books.js index 9a8a64ef..ca2d072c 100644 --- a/icons-react/icons-js/books.js +++ b/icons-react/icons-js/books.js @@ -6,7 +6,7 @@ function IconBooks({ stroke = 2, ...props }) { - return ; + return ; } export default IconBooks; \ No newline at end of file diff --git a/icons-react/icons-js/braces-off.js b/icons-react/icons-js/braces-off.js new file mode 100644 index 00000000..e60570c8 --- /dev/null +++ b/icons-react/icons-js/braces-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBracesOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBracesOff; \ No newline at end of file diff --git a/icons-react/icons-js/brackets-off.js b/icons-react/icons-js/brackets-off.js new file mode 100644 index 00000000..4f4fc047 --- /dev/null +++ b/icons-react/icons-js/brackets-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBracketsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBracketsOff; \ No newline at end of file diff --git a/icons-react/icons-js/browser-off.js b/icons-react/icons-js/browser-off.js new file mode 100644 index 00000000..19e2897a --- /dev/null +++ b/icons-react/icons-js/browser-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrowserOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrowserOff; \ No newline at end of file diff --git a/icons-react/icons-js/brush-off.js b/icons-react/icons-js/brush-off.js new file mode 100644 index 00000000..2f6e7e38 --- /dev/null +++ b/icons-react/icons-js/brush-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrushOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrushOff; \ No newline at end of file diff --git a/icons-react/icons-js/bug-off.js b/icons-react/icons-js/bug-off.js new file mode 100644 index 00000000..f24f2ce3 --- /dev/null +++ b/icons-react/icons-js/bug-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBugOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBugOff; \ No newline at end of file diff --git a/icons-react/icons-js/bulb-off.js b/icons-react/icons-js/bulb-off.js index 2b27b926..eb09c953 100644 --- a/icons-react/icons-js/bulb-off.js +++ b/icons-react/icons-js/bulb-off.js @@ -6,7 +6,7 @@ function IconBulbOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconBulbOff; \ No newline at end of file diff --git a/icons-react/icons-js/calculator-off.js b/icons-react/icons-js/calculator-off.js new file mode 100644 index 00000000..87b90cc3 --- /dev/null +++ b/icons-react/icons-js/calculator-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCalculatorOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCalculatorOff; \ No newline at end of file diff --git a/icons-react/icons-js/candy-off.js b/icons-react/icons-js/candy-off.js new file mode 100644 index 00000000..7ca087b2 --- /dev/null +++ b/icons-react/icons-js/candy-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCandyOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCandyOff; \ No newline at end of file diff --git a/icons-react/icons-js/capture-off.js b/icons-react/icons-js/capture-off.js new file mode 100644 index 00000000..c97c3ac9 --- /dev/null +++ b/icons-react/icons-js/capture-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCaptureOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCaptureOff; \ No newline at end of file diff --git a/icons-react/icons-js/car-off.js b/icons-react/icons-js/car-off.js new file mode 100644 index 00000000..e04b6d56 --- /dev/null +++ b/icons-react/icons-js/car-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCarOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCarOff; \ No newline at end of file diff --git a/icons-react/icons-js/cardboards-off.js b/icons-react/icons-js/cardboards-off.js new file mode 100644 index 00000000..5c2e44d0 --- /dev/null +++ b/icons-react/icons-js/cardboards-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCardboardsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCardboardsOff; \ No newline at end of file diff --git a/icons-react/icons-js/cast-off.js b/icons-react/icons-js/cast-off.js new file mode 100644 index 00000000..9c243e62 --- /dev/null +++ b/icons-react/icons-js/cast-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCastOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCastOff; \ No newline at end of file diff --git a/icons-react/icons-js/ce-off.js b/icons-react/icons-js/ce-off.js new file mode 100644 index 00000000..64213cb1 --- /dev/null +++ b/icons-react/icons-js/ce-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCeOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCeOff; \ No newline at end of file diff --git a/icons-react/icons-js/certificate-2-off.js b/icons-react/icons-js/certificate-2-off.js new file mode 100644 index 00000000..60b0fd08 --- /dev/null +++ b/icons-react/icons-js/certificate-2-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCertificate2Off({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCertificate2Off; \ No newline at end of file diff --git a/icons-react/icons-js/certificate-off.js b/icons-react/icons-js/certificate-off.js new file mode 100644 index 00000000..f4a5c4e2 --- /dev/null +++ b/icons-react/icons-js/certificate-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCertificateOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCertificateOff; \ No newline at end of file diff --git a/icons-react/icons-js/circle-rectangle-off.js b/icons-react/icons-js/circle-rectangle-off.js new file mode 100644 index 00000000..3f230bfb --- /dev/null +++ b/icons-react/icons-js/circle-rectangle-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircleRectangleOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCircleRectangleOff; \ No newline at end of file diff --git a/icons-react/icons-js/clipboard-off.js b/icons-react/icons-js/clipboard-off.js new file mode 100644 index 00000000..e3d06a6c --- /dev/null +++ b/icons-react/icons-js/clipboard-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClipboardOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClipboardOff; \ No newline at end of file diff --git a/icons-react/icons-js/clock-off.js b/icons-react/icons-js/clock-off.js new file mode 100644 index 00000000..1d4519b5 --- /dev/null +++ b/icons-react/icons-js/clock-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockOff; \ No newline at end of file diff --git a/icons-react/icons-js/code-off.js b/icons-react/icons-js/code-off.js new file mode 100644 index 00000000..319f1e3f --- /dev/null +++ b/icons-react/icons-js/code-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCodeOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCodeOff; \ No newline at end of file diff --git a/icons-react/icons-js/coin-off.js b/icons-react/icons-js/coin-off.js new file mode 100644 index 00000000..ac507d44 --- /dev/null +++ b/icons-react/icons-js/coin-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCoinOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCoinOff; \ No newline at end of file diff --git a/icons-react/icons-js/color-picker-off.js b/icons-react/icons-js/color-picker-off.js new file mode 100644 index 00000000..fbea7e7d --- /dev/null +++ b/icons-react/icons-js/color-picker-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconColorPickerOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconColorPickerOff; \ No newline at end of file diff --git a/icons-react/icons-js/color-swatch-off.js b/icons-react/icons-js/color-swatch-off.js new file mode 100644 index 00000000..2a3885d9 --- /dev/null +++ b/icons-react/icons-js/color-swatch-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconColorSwatchOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconColorSwatchOff; \ No newline at end of file diff --git a/icons-react/icons-js/columns-off.js b/icons-react/icons-js/columns-off.js new file mode 100644 index 00000000..57de98d2 --- /dev/null +++ b/icons-react/icons-js/columns-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconColumnsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconColumnsOff; \ No newline at end of file diff --git a/icons-react/icons-js/compass-off.js b/icons-react/icons-js/compass-off.js new file mode 100644 index 00000000..00926778 --- /dev/null +++ b/icons-react/icons-js/compass-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCompassOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCompassOff; \ No newline at end of file diff --git a/icons-react/icons-js/components-off.js b/icons-react/icons-js/components-off.js new file mode 100644 index 00000000..ad513325 --- /dev/null +++ b/icons-react/icons-js/components-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconComponentsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconComponentsOff; \ No newline at end of file diff --git a/icons-react/icons-js/cookie-off.js b/icons-react/icons-js/cookie-off.js new file mode 100644 index 00000000..28f669d7 --- /dev/null +++ b/icons-react/icons-js/cookie-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCookieOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCookieOff; \ No newline at end of file diff --git a/icons-react/icons-js/copy-off.js b/icons-react/icons-js/copy-off.js new file mode 100644 index 00000000..6d35491a --- /dev/null +++ b/icons-react/icons-js/copy-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCopyOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCopyOff; \ No newline at end of file diff --git a/icons-react/icons-js/copyleft-off.js b/icons-react/icons-js/copyleft-off.js new file mode 100644 index 00000000..8468a7b5 --- /dev/null +++ b/icons-react/icons-js/copyleft-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCopyleftOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCopyleftOff; \ No newline at end of file diff --git a/icons-react/icons-js/copyright-off.js b/icons-react/icons-js/copyright-off.js new file mode 100644 index 00000000..ebfb2518 --- /dev/null +++ b/icons-react/icons-js/copyright-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCopyrightOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCopyrightOff; \ No newline at end of file -- cgit v1.2.1