diff options
Diffstat (limited to 'icons-react')
-rw-r--r-- | icons-react/icons-js/a-b-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/accessible-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/adjustments-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/alarm-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/antenna-bars-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/api-app-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/apps-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/archive-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/artboard-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/aspect-ratio-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/at-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/ballpen-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/barbell-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/barcode-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/barrel.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/barrier-block-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/basket-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/beach-off.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/bike-off.js | 12 | ||||
-rw-r--r-- | icons-react/index.d.ts | 20 | ||||
-rw-r--r-- | icons-react/index.js | 20 |
21 files changed, 266 insertions, 2 deletions
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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-a-b-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" /><path d="M12 12v6" /><path d="M16 8h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82m-3.83 -3.82v-4" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-accessible-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 16.5l2 -3l2 3m-2 -3v-1.5m2.627 -1.376l.373 -.124m-6 0l2.231 .744" /><path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /><path d="M12 8a0.5 .5 0 1 0 -.5 -.5" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-adjustments-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={6} cy={10} r={2} /><path d="M6 6v2" /><path d="M6 12v8" /><circle cx={12} cy={16} r={2} /><path d="M12 4v4" /><path d="M12 12v2" /><path d="M12 18v2" /><circle cx={18} cy={7} r={2} /><path d="M18 4v1" /><path d="M18 9v5" /><path d="M18 18v2" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-alarm-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7.587 7.566a7 7 0 1 0 9.833 9.864m1.35 -2.645a7 7 0 0 0 -8.536 -8.56" /><path d="M12 12v1h1" /><path d="M5.261 5.265l-1.011 .735" /><path d="M17 4l2.75 2" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-antenna-bars-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-3" /><path d="M10 18v-6" /><path d="M14 18v-4" /><path d="M18 14v-8" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-api-app-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5" /><path d="M15 15v3.5a2.5 2.5 0 1 1 -5 0v-.5" /><path d="M13 9h5.5a2.5 2.5 0 1 1 0 5h-.5" /><path d="M9 12v-3m.042 -3.957a2.5 2.5 0 0 1 4.958 .457v.5" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-apps-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 4h1a1 1 0 0 1 1 1v1m-.29 3.704a0.997 .997 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706" /><path d="M18 14h1a1 1 0 0 1 1 1v1m-.29 3.704a0.997 .997 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706" /><rect x={4} y={14} width={6} height={6} rx={1} /><path d="M14 7h6" /><path d="M17 4v6" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-archive-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 4h11a2 2 0 1 1 0 4h-7m-4 0h-3a2 2 0 0 1 -.826 -3.822" /><path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 1.824 -1.18m.176 -3.82v-7" /><path d="M10 12h2" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-artboard-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 8h3a1 1 0 0 1 1 1v3" /><path d="M15.716 15.698a0.997 .997 0 0 1 -.716 .302h-6a1 1 0 0 1 -1 -1v-6c0 -.273 .11 -.52 .287 -.7" /><path d="M3 8h1" /><path d="M3 16h1" /><path d="M8 3v1" /><path d="M16 3v1" /><path d="M20 8h1" /><path d="M20 16h1" /><path d="M8 20v1" /><path d="M16 20v1" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-aspect-ratio-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" /><path d="M7 12v-3h2" /><path d="M17 12v1m-2 2h-1" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-at-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M9.174 9.17a4 4 0 0 0 5.646 5.668m1.18 -2.838a4 4 0 0 0 -4 -4" /><path d="M19.695 15.697a2.5 2.5 0 0 0 1.305 -2.197v-1.5a9 9 0 0 0 -13.055 -8.047m-2.322 1.683a9 9 0 0 0 9.877 14.644" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ballpen-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 6l7 7l-2 2" /><path d="M10 10l-4.172 4.172a2.828 2.828 0 1 0 4 4l4.172 -4.172" /><path d="M16 12l4.414 -4.414a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-4.414 4.414" /><path d="M4 20l1.768 -1.768" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barbell-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M2 12h1" /><path d="M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2" /><path d="M6.298 6.288a0.997 .997 0 0 0 -.298 .712v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-8" /><path d="M9 12h3" /><path d="M15 15v2a1 1 0 0 0 1 1h1c.275 0 .523 -.11 .704 -.29m.296 -3.71v-7a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1v4" /><path d="M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1" /><path d="M22 12h-1" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barcode-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 7v-1c0 -.552 .224 -1.052 .586 -1.414" /><path d="M4 17v1a2 2 0 0 0 2 2h2" /><path d="M16 4h2a2 2 0 0 1 2 2v1" /><path d="M16 20h2c.551 0 1.05 -.223 1.412 -.584" /><path d="M5 11h1v2h-1z" /><path d="M10 11v2" /><path d="M15 11v.01" /><path d="M19 11v2" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barrel" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7.278 4h9.444a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78c0 2.26 -.479 4.52 -1.437 6.78a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.26 .479 -4.52 1.437 -6.78a2 2 0 0 1 1.841 -1.22z" /><path d="M14 4c.667 2.667 1 5.333 1 8s-.333 5.333 -1 8" /><path d="M10 4c-.667 2.667 -1 5.333 -1 8s.333 5.333 1 8" /><path d="M4.5 16h15" /><path d="M19.5 8h-15" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barrier-block-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M11 7h8a1 1 0 0 1 1 1v7c0 .27 -.107 .516 -.282 .696" /><path d="M16 16h-11a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h2" /><path d="M7 16v4" /><path d="M7.5 16l4.244 -4.244" /><path d="M13.745 9.755l2.755 -2.755" /><path d="M13.5 16l1.249 -1.249" /><path d="M16.741 12.759l3.259 -3.259" /><path d="M4 13.5l4.752 -4.752" /><path d="M17 17v3" /><path d="M5 20h4" /><path d="M15 20h4" /><path d="M17 7v-2" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-basket-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 10l1.359 -1.63" /><path d="M10.176 6.188l1.824 -2.188l5 6" /><path d="M18.77 18.757c-.358 .768 -1.027 1.262 -1.77 1.243h-10c-.966 .024 -1.807 -.817 -2 -2l-2 -8h7" /><path d="M14 10h7l-1.397 5.587" /><circle cx={12} cy={15} r={2} /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-beach-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15.071 15.102a7.502 7.502 0 0 0 -8.124 1.648" /><path d="M10.27 6.269l9.926 5.731a6 6 0 0 0 -10.32 -6.123" /><path d="M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196" /><path d="M15 9l-.739 1.279" /><path d="M12.794 12.82l-.794 1.376" /><path d="M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.135 -.858" /><path d="M3 3l18 18" /></svg>; +} + +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 <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bike-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={5} cy={18} r={3} /><path d="M16.437 16.44a3 3 0 0 0 4.123 4.123m1.44 -2.563a3 3 0 0 0 -3 -3" /><path d="M12 19v-4l-3 -3l1.665 -1.332m2.215 -1.772l1.12 -.896l2 3h3" /><circle cx={17} cy={5} r={1} /><path d="M3 3l18 18" /></svg>; +} + +export default IconBikeOff;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index f59d77d5..a0592cd5 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -7,10 +7,12 @@ type TablerIcon = FC<TablerIconProps>; export const Icon2fa: TablerIcon; export const Icon3dCubeSphere: TablerIcon; export const Icon3dRotate: TablerIcon; +export const IconABOff: TablerIcon; export const IconAB: TablerIcon; export const IconAbacus: TablerIcon; export const IconAccessPointOff: TablerIcon; export const IconAccessPoint: TablerIcon; +export const IconAccessibleOff: TablerIcon; export const IconAccessible: TablerIcon; export const IconActivity: TablerIcon; export const IconAd2: TablerIcon; @@ -18,9 +20,11 @@ export const IconAd: TablerIcon; export const IconAddressBook: TablerIcon; export const IconAdjustmentsAlt: TablerIcon; export const IconAdjustmentsHorizontal: TablerIcon; +export const IconAdjustmentsOff: TablerIcon; export const IconAdjustments: TablerIcon; export const IconAerialLift: TablerIcon; export const IconAffiliate: TablerIcon; +export const IconAlarmOff: TablerIcon; export const IconAlarm: TablerIcon; export const IconAlbum: TablerIcon; export const IconAlertCircle: TablerIcon; @@ -39,13 +43,17 @@ export const IconAntennaBars2: TablerIcon; export const IconAntennaBars3: TablerIcon; export const IconAntennaBars4: TablerIcon; export const IconAntennaBars5: TablerIcon; +export const IconAntennaBarsOff: TablerIcon; export const IconAntenna: TablerIcon; export const IconAperture: TablerIcon; +export const IconApiAppOff: TablerIcon; export const IconApiApp: TablerIcon; export const IconApi: TablerIcon; export const IconAppWindow: TablerIcon; export const IconApple: TablerIcon; +export const IconAppsOff: TablerIcon; export const IconApps: TablerIcon; +export const IconArchiveOff: TablerIcon; export const IconArchive: TablerIcon; export const IconArmchair2: TablerIcon; export const IconArmchair: TablerIcon; @@ -179,10 +187,13 @@ export const IconArrowsUpLeft: TablerIcon; export const IconArrowsUpRight: TablerIcon; export const IconArrowsUp: TablerIcon; export const IconArrowsVertical: TablerIcon; +export const IconArtboardOff: TablerIcon; export const IconArtboard: TablerIcon; +export const IconAspectRatioOff: TablerIcon; export const IconAspectRatio: TablerIcon; export const IconAsteriskSimple: TablerIcon; export const IconAsterisk: TablerIcon; +export const IconAtOff: TablerIcon; export const IconAt: TablerIcon; export const IconAtom2: TablerIcon; export const IconAtom: TablerIcon; @@ -206,14 +217,19 @@ export const IconBallFootball: TablerIcon; export const IconBallTennis: TablerIcon; export const IconBallVolleyball: TablerIcon; export const IconBallon: TablerIcon; +export const IconBallpenOff: TablerIcon; export const IconBallpen: TablerIcon; export const IconBan: TablerIcon; export const IconBandage: TablerIcon; +export const IconBarbellOff: TablerIcon; export const IconBarbell: TablerIcon; +export const IconBarcodeOff: TablerIcon; export const IconBarcode: TablerIcon; -export const IconBarell: TablerIcon; +export const IconBarrel: TablerIcon; +export const IconBarrierBlockOff: TablerIcon; export const IconBarrierBlock: TablerIcon; export const IconBaseline: TablerIcon; +export const IconBasketOff: TablerIcon; export const IconBasket: TablerIcon; export const IconBath: TablerIcon; export const IconBattery1: TablerIcon; @@ -226,6 +242,7 @@ export const IconBatteryCharging: TablerIcon; export const IconBatteryEco: TablerIcon; export const IconBatteryOff: TablerIcon; export const IconBattery: TablerIcon; +export const IconBeachOff: TablerIcon; export const IconBeach: TablerIcon; export const IconBed: TablerIcon; export const IconBeer: TablerIcon; @@ -239,6 +256,7 @@ export const IconBellX: TablerIcon; export const IconBellZ: TablerIcon; export const IconBell: TablerIcon; export const IconBible: TablerIcon; +export const IconBikeOff: TablerIcon; export const IconBike: TablerIcon; export const IconBinary: TablerIcon; export const IconBiohazard: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 1666d86f..76cce96a 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -1,10 +1,12 @@ export { default as Icon2fa } from './icons-js/2fa.js'; export { default as Icon3dCubeSphere } from './icons-js/3d-cube-sphere.js'; export { default as Icon3dRotate } from './icons-js/3d-rotate.js'; +export { default as IconABOff } from './icons-js/a-b-off.js'; export { default as IconAB } from './icons-js/a-b.js'; export { default as IconAbacus } from './icons-js/abacus.js'; export { default as IconAccessPointOff } from './icons-js/access-point-off.js'; export { default as IconAccessPoint } from './icons-js/access-point.js'; +export { default as IconAccessibleOff } from './icons-js/accessible-off.js'; export { default as IconAccessible } from './icons-js/accessible.js'; export { default as IconActivity } from './icons-js/activity.js'; export { default as IconAd2 } from './icons-js/ad-2.js'; @@ -12,9 +14,11 @@ export { default as IconAd } from './icons-js/ad.js'; export { default as IconAddressBook } from './icons-js/address-book.js'; export { default as IconAdjustmentsAlt } from './icons-js/adjustments-alt.js'; export { default as IconAdjustmentsHorizontal } from './icons-js/adjustments-horizontal.js'; +export { default as IconAdjustmentsOff } from './icons-js/adjustments-off.js'; export { default as IconAdjustments } from './icons-js/adjustments.js'; export { default as IconAerialLift } from './icons-js/aerial-lift.js'; export { default as IconAffiliate } from './icons-js/affiliate.js'; +export { default as IconAlarmOff } from './icons-js/alarm-off.js'; export { default as IconAlarm } from './icons-js/alarm.js'; export { default as IconAlbum } from './icons-js/album.js'; export { default as IconAlertCircle } from './icons-js/alert-circle.js'; @@ -33,13 +37,17 @@ export { default as IconAntennaBars2 } from './icons-js/antenna-bars-2.js'; export { default as IconAntennaBars3 } from './icons-js/antenna-bars-3.js'; export { default as IconAntennaBars4 } from './icons-js/antenna-bars-4.js'; export { default as IconAntennaBars5 } from './icons-js/antenna-bars-5.js'; +export { default as IconAntennaBarsOff } from './icons-js/antenna-bars-off.js'; export { default as IconAntenna } from './icons-js/antenna.js'; export { default as IconAperture } from './icons-js/aperture.js'; +export { default as IconApiAppOff } from './icons-js/api-app-off.js'; export { default as IconApiApp } from './icons-js/api-app.js'; export { default as IconApi } from './icons-js/api.js'; export { default as IconAppWindow } from './icons-js/app-window.js'; export { default as IconApple } from './icons-js/apple.js'; +export { default as IconAppsOff } from './icons-js/apps-off.js'; export { default as IconApps } from './icons-js/apps.js'; +export { default as IconArchiveOff } from './icons-js/archive-off.js'; export { default as IconArchive } from './icons-js/archive.js'; export { default as IconArmchair2 } from './icons-js/armchair-2.js'; export { default as IconArmchair } from './icons-js/armchair.js'; @@ -173,10 +181,13 @@ export { default as IconArrowsUpLeft } from './icons-js/arrows-up-left.js'; export { default as IconArrowsUpRight } from './icons-js/arrows-up-right.js'; export { default as IconArrowsUp } from './icons-js/arrows-up.js'; export { default as IconArrowsVertical } from './icons-js/arrows-vertical.js'; +export { default as IconArtboardOff } from './icons-js/artboard-off.js'; export { default as IconArtboard } from './icons-js/artboard.js'; +export { default as IconAspectRatioOff } from './icons-js/aspect-ratio-off.js'; export { default as IconAspectRatio } from './icons-js/aspect-ratio.js'; export { default as IconAsteriskSimple } from './icons-js/asterisk-simple.js'; export { default as IconAsterisk } from './icons-js/asterisk.js'; +export { default as IconAtOff } from './icons-js/at-off.js'; export { default as IconAt } from './icons-js/at.js'; export { default as IconAtom2 } from './icons-js/atom-2.js'; export { default as IconAtom } from './icons-js/atom.js'; @@ -200,14 +211,19 @@ export { default as IconBallFootball } from './icons-js/ball-football.js'; export { default as IconBallTennis } from './icons-js/ball-tennis.js'; export { default as IconBallVolleyball } from './icons-js/ball-volleyball.js'; export { default as IconBallon } from './icons-js/ballon.js'; +export { default as IconBallpenOff } from './icons-js/ballpen-off.js'; export { default as IconBallpen } from './icons-js/ballpen.js'; export { default as IconBan } from './icons-js/ban.js'; export { default as IconBandage } from './icons-js/bandage.js'; +export { default as IconBarbellOff } from './icons-js/barbell-off.js'; export { default as IconBarbell } from './icons-js/barbell.js'; +export { default as IconBarcodeOff } from './icons-js/barcode-off.js'; export { default as IconBarcode } from './icons-js/barcode.js'; -export { default as IconBarell } from './icons-js/barell.js'; +export { default as IconBarrel } from './icons-js/barrel.js'; +export { default as IconBarrierBlockOff } from './icons-js/barrier-block-off.js'; export { default as IconBarrierBlock } from './icons-js/barrier-block.js'; export { default as IconBaseline } from './icons-js/baseline.js'; +export { default as IconBasketOff } from './icons-js/basket-off.js'; export { default as IconBasket } from './icons-js/basket.js'; export { default as IconBath } from './icons-js/bath.js'; export { default as IconBattery1 } from './icons-js/battery-1.js'; @@ -220,6 +236,7 @@ export { default as IconBatteryCharging } from './icons-js/battery-charging.js'; export { default as IconBatteryEco } from './icons-js/battery-eco.js'; export { default as IconBatteryOff } from './icons-js/battery-off.js'; export { default as IconBattery } from './icons-js/battery.js'; +export { default as IconBeachOff } from './icons-js/beach-off.js'; export { default as IconBeach } from './icons-js/beach.js'; export { default as IconBed } from './icons-js/bed.js'; export { default as IconBeer } from './icons-js/beer.js'; @@ -233,6 +250,7 @@ export { default as IconBellX } from './icons-js/bell-x.js'; export { default as IconBellZ } from './icons-js/bell-z.js'; export { default as IconBell } from './icons-js/bell.js'; export { default as IconBible } from './icons-js/bible.js'; +export { default as IconBikeOff } from './icons-js/bike-off.js'; export { default as IconBike } from './icons-js/bike.js'; export { default as IconBinary } from './icons-js/binary.js'; export { default as IconBiohazard } from './icons-js/biohazard.js'; |