From 5d462f3027c370ab713fd6e44dda11c17462e71a Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 5 Apr 2022 00:31:43 +0200 Subject: Release 1.62.0 --- icons-react/icons-js/a-b-off.js | 12 ++++++++++++ icons-react/icons-js/accessible-off.js | 12 ++++++++++++ icons-react/icons-js/adjustments-off.js | 12 ++++++++++++ icons-react/icons-js/alarm-off.js | 12 ++++++++++++ icons-react/icons-js/antenna-bars-off.js | 12 ++++++++++++ icons-react/icons-js/api-app-off.js | 12 ++++++++++++ icons-react/icons-js/apps-off.js | 12 ++++++++++++ icons-react/icons-js/archive-off.js | 12 ++++++++++++ icons-react/icons-js/artboard-off.js | 12 ++++++++++++ icons-react/icons-js/aspect-ratio-off.js | 12 ++++++++++++ icons-react/icons-js/at-off.js | 12 ++++++++++++ icons-react/icons-js/ballpen-off.js | 12 ++++++++++++ icons-react/icons-js/barbell-off.js | 12 ++++++++++++ icons-react/icons-js/barcode-off.js | 12 ++++++++++++ icons-react/icons-js/barrel.js | 12 ++++++++++++ icons-react/icons-js/barrier-block-off.js | 12 ++++++++++++ icons-react/icons-js/basket-off.js | 12 ++++++++++++ icons-react/icons-js/beach-off.js | 12 ++++++++++++ icons-react/icons-js/bike-off.js | 12 ++++++++++++ 19 files changed, 228 insertions(+) create mode 100644 icons-react/icons-js/a-b-off.js create mode 100644 icons-react/icons-js/accessible-off.js create mode 100644 icons-react/icons-js/adjustments-off.js create mode 100644 icons-react/icons-js/alarm-off.js create mode 100644 icons-react/icons-js/antenna-bars-off.js create mode 100644 icons-react/icons-js/api-app-off.js create mode 100644 icons-react/icons-js/apps-off.js create mode 100644 icons-react/icons-js/archive-off.js create mode 100644 icons-react/icons-js/artboard-off.js create mode 100644 icons-react/icons-js/aspect-ratio-off.js create mode 100644 icons-react/icons-js/at-off.js create mode 100644 icons-react/icons-js/ballpen-off.js create mode 100644 icons-react/icons-js/barbell-off.js create mode 100644 icons-react/icons-js/barcode-off.js create mode 100644 icons-react/icons-js/barrel.js create mode 100644 icons-react/icons-js/barrier-block-off.js create mode 100644 icons-react/icons-js/basket-off.js create mode 100644 icons-react/icons-js/beach-off.js create mode 100644 icons-react/icons-js/bike-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 new file mode 100644 index 00000000..97820662 --- /dev/null +++ b/icons-react/icons-js/a-b-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconABOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconABOff; \ No newline at end of file diff --git a/icons-react/icons-js/accessible-off.js b/icons-react/icons-js/accessible-off.js new file mode 100644 index 00000000..280669bc --- /dev/null +++ b/icons-react/icons-js/accessible-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAccessibleOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAccessibleOff; \ No newline at end of file diff --git a/icons-react/icons-js/adjustments-off.js b/icons-react/icons-js/adjustments-off.js new file mode 100644 index 00000000..95840c03 --- /dev/null +++ b/icons-react/icons-js/adjustments-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAdjustmentsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAdjustmentsOff; \ No newline at end of file diff --git a/icons-react/icons-js/alarm-off.js b/icons-react/icons-js/alarm-off.js new file mode 100644 index 00000000..fb7baf8e --- /dev/null +++ b/icons-react/icons-js/alarm-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAlarmOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAlarmOff; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-off.js b/icons-react/icons-js/antenna-bars-off.js new file mode 100644 index 00000000..ff510a3c --- /dev/null +++ b/icons-react/icons-js/antenna-bars-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAntennaBarsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAntennaBarsOff; \ No newline at end of file diff --git a/icons-react/icons-js/api-app-off.js b/icons-react/icons-js/api-app-off.js new file mode 100644 index 00000000..708b29e4 --- /dev/null +++ b/icons-react/icons-js/api-app-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconApiAppOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconApiAppOff; \ No newline at end of file diff --git a/icons-react/icons-js/apps-off.js b/icons-react/icons-js/apps-off.js new file mode 100644 index 00000000..84abc3cb --- /dev/null +++ b/icons-react/icons-js/apps-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAppsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAppsOff; \ No newline at end of file diff --git a/icons-react/icons-js/archive-off.js b/icons-react/icons-js/archive-off.js new file mode 100644 index 00000000..963b4cf2 --- /dev/null +++ b/icons-react/icons-js/archive-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArchiveOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArchiveOff; \ No newline at end of file diff --git a/icons-react/icons-js/artboard-off.js b/icons-react/icons-js/artboard-off.js new file mode 100644 index 00000000..b9b40b6e --- /dev/null +++ b/icons-react/icons-js/artboard-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArtboardOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArtboardOff; \ No newline at end of file diff --git a/icons-react/icons-js/aspect-ratio-off.js b/icons-react/icons-js/aspect-ratio-off.js new file mode 100644 index 00000000..3e9a7e4f --- /dev/null +++ b/icons-react/icons-js/aspect-ratio-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAspectRatioOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAspectRatioOff; \ No newline at end of file diff --git a/icons-react/icons-js/at-off.js b/icons-react/icons-js/at-off.js new file mode 100644 index 00000000..4d1495e5 --- /dev/null +++ b/icons-react/icons-js/at-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAtOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAtOff; \ No newline at end of file diff --git a/icons-react/icons-js/ballpen-off.js b/icons-react/icons-js/ballpen-off.js new file mode 100644 index 00000000..ff7867ad --- /dev/null +++ b/icons-react/icons-js/ballpen-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBallpenOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBallpenOff; \ No newline at end of file diff --git a/icons-react/icons-js/barbell-off.js b/icons-react/icons-js/barbell-off.js new file mode 100644 index 00000000..ffebf0e0 --- /dev/null +++ b/icons-react/icons-js/barbell-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBarbellOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBarbellOff; \ No newline at end of file diff --git a/icons-react/icons-js/barcode-off.js b/icons-react/icons-js/barcode-off.js new file mode 100644 index 00000000..2ab229a5 --- /dev/null +++ b/icons-react/icons-js/barcode-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBarcodeOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBarcodeOff; \ No newline at end of file diff --git a/icons-react/icons-js/barrel.js b/icons-react/icons-js/barrel.js new file mode 100644 index 00000000..b1cdef46 --- /dev/null +++ b/icons-react/icons-js/barrel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBarrel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBarrel; \ No newline at end of file diff --git a/icons-react/icons-js/barrier-block-off.js b/icons-react/icons-js/barrier-block-off.js new file mode 100644 index 00000000..9643d213 --- /dev/null +++ b/icons-react/icons-js/barrier-block-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBarrierBlockOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBarrierBlockOff; \ No newline at end of file diff --git a/icons-react/icons-js/basket-off.js b/icons-react/icons-js/basket-off.js new file mode 100644 index 00000000..dcf661e4 --- /dev/null +++ b/icons-react/icons-js/basket-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBasketOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBasketOff; \ No newline at end of file diff --git a/icons-react/icons-js/beach-off.js b/icons-react/icons-js/beach-off.js new file mode 100644 index 00000000..c9ffd672 --- /dev/null +++ b/icons-react/icons-js/beach-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBeachOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBeachOff; \ No newline at end of file diff --git a/icons-react/icons-js/bike-off.js b/icons-react/icons-js/bike-off.js new file mode 100644 index 00000000..6d0440fc --- /dev/null +++ b/icons-react/icons-js/bike-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBikeOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBikeOff; \ No newline at end of file -- cgit v1.2.1