diff options
author | codecalm <codecalm@gmail.com> | 2022-04-17 22:43:02 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-17 22:43:02 +0200 |
commit | fbdb3101f9199938d25d15d6b49f858ef85ed94b (patch) | |
tree | 8568cefca939a67887953bc8c2940244a852735f /icons-react | |
parent | fix "off" icons (diff) | |
download | tabler-icons-fbdb3101f9199938d25d15d6b49f858ef85ed94b.tar.xz |
Release 1.65.0v1.65.0
Diffstat (limited to 'icons-react')
64 files changed, 842 insertions, 2 deletions
diff --git a/icons-react/icons-js/anchor-off.js b/icons-react/icons-js/anchor-off.js new file mode 100644 index 00000000..9f527db6 --- /dev/null +++ b/icons-react/icons-js/anchor-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAnchorOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-anchor-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 12v9m-8 -8a8 8 0 1 0 16 0m1 0h-2m-14 0h-2" /><path d="M12.866 8.873a3.001 3.001 0 1 0 -3.737 -3.747" /><path d="M3 3l18 18" /></svg>; +} + +export default IconAnchorOff;
\ No newline at end of file diff --git a/icons-react/icons-js/api-off.js b/icons-react/icons-js/api-off.js new file mode 100644 index 00000000..b7cb6170 --- /dev/null +++ b/icons-react/icons-js/api-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconApiOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-api-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 13h5" /><path d="M12 16v-4m0 -4h3a2 2 0 0 1 2 2v1c0 .554 -.225 1.055 -.589 1.417m-3.411 .583h-1" /><path d="M20 8v8" /><path d="M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconApiOff;
\ No newline at end of file diff --git a/icons-react/icons-js/atom-off.js b/icons-react/icons-js/atom-off.js new file mode 100644 index 00000000..c639acc4 --- /dev/null +++ b/icons-react/icons-js/atom-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAtomOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-atom-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 12v.01" /><path d="M9.172 9.172c-3.906 3.905 -5.805 8.337 -4.243 9.9c1.562 1.561 5.994 -.338 9.9 -4.244m1.884 -2.113c2.587 -3.277 3.642 -6.502 2.358 -7.786c-1.284 -1.284 -4.508 -.23 -7.784 2.357" /><path d="M4.929 4.929c-1.562 1.562 .337 5.994 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242m-.072 -4.071c-.767 -1.794 -2.215 -3.872 -4.172 -5.828c-1.944 -1.945 -4.041 -3.402 -5.828 -4.172" /><path d="M3 3l18 18" /></svg>; +} + +export default IconAtomOff;
\ No newline at end of file diff --git a/icons-react/icons-js/award-off.js b/icons-react/icons-js/award-off.js new file mode 100644 index 00000000..a5ba9031 --- /dev/null +++ b/icons-react/icons-js/award-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAwardOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-award-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="M16.72 12.704a6 6 0 0 0 -8.433 -8.418m-1.755 2.24a6 6 0 0 0 7.936 7.944" /><path d="M12.002 15.003l3.4 5.89l1.598 -3.233l.707 .046m1.108 -2.902l-1.617 -2.8" /><path d="M6.802 12.003l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889" /><path d="M3 3l18 18" /></svg>; +} + +export default IconAwardOff;
\ No newline at end of file diff --git a/icons-react/icons-js/badge-off.js b/icons-react/icons-js/badge-off.js new file mode 100644 index 00000000..f9f162fc --- /dev/null +++ b/icons-react/icons-js/badge-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBadgeOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-badge-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 7v10l5 3l5 -3m0 -4v-9l-5 3l-2.496 -1.497" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBadgeOff;
\ No newline at end of file diff --git a/icons-react/icons-js/badges-off.js b/icons-react/icons-js/badges-off.js new file mode 100644 index 00000000..fcecdbf4 --- /dev/null +++ b/icons-react/icons-js/badges-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBadgesOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-badges-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.505 14.497l-2.505 1.503l-5 -3v4l5 3l5 -3" /><path d="M13.873 9.876l3.127 -1.876v-4l-5 3l-2.492 -1.495m-2.508 1.495v1l2.492 1.495" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBadgesOff;
\ No newline at end of file diff --git a/icons-react/icons-js/ballon-off.js b/icons-react/icons-js/ballon-off.js new file mode 100644 index 00000000..14cb50d6 --- /dev/null +++ b/icons-react/icons-js/ballon-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBallonOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ballon-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 8a2 2 0 0 0 -2 -2" /><path d="M7.762 3.753a6 6 0 0 1 10.238 4.247c0 1.847 -.37 3.564 -1.007 4.993m-1.59 2.42c-.967 1.001 -2.14 1.587 -3.403 1.587c-3.314 0 -6 -4.03 -6 -9c0 -.593 .086 -1.166 .246 -1.707" /><path d="M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBallonOff;
\ No newline at end of file diff --git a/icons-react/icons-js/barrel-off.js b/icons-react/icons-js/barrel-off.js new file mode 100644 index 00000000..419867e4 --- /dev/null +++ b/icons-react/icons-js/barrel-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBarrelOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barrel-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 4h8.722a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78a16.35 16.35 0 0 1 -.407 3.609m-.964 3.013l-.066 .158a2 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.21 .458 -4.42 1.374 -6.63" /><path d="M14 4c.585 2.337 .913 4.674 .985 7.01m-.114 3.86a33.415 33.415 0 0 1 -.871 5.13" /><path d="M10 4a34.42 34.42 0 0 0 -.366 1.632m-.506 3.501a32.126 32.126 0 0 0 -.128 2.867c0 2.667 .333 5.333 1 8" /><path d="M4.5 16h11.5" /><path d="M19.5 8h-7.5m-4 0h-3.5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBarrelOff;
\ No newline at end of file diff --git a/icons-react/icons-js/bath-off.js b/icons-react/icons-js/bath-off.js new file mode 100644 index 00000000..5b94faa0 --- /dev/null +++ b/icons-react/icons-js/bath-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBathOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bath-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="M16 12h4a1 1 0 0 1 1 1v3c0 .311 -.036 .614 -.103 .904m-1.61 2.378a3.982 3.982 0 0 1 -2.287 .718h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1h8" /><path d="M6 12v-6m1.178 -2.824c.252 -.113 .53 -.176 .822 -.176h3v2.25" /><path d="M4 21l1 -1.5" /><path d="M20 21l-1 -1.5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBathOff;
\ No newline at end of file diff --git a/icons-react/icons-js/bed-off.js b/icons-react/icons-js/bed-off.js new file mode 100644 index 00000000..a193acd1 --- /dev/null +++ b/icons-react/icons-js/bed-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBedOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bed-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 7v11" /><path d="M3 14h11" /><path d="M18 14h3" /><path d="M21 18v-8a2 2 0 0 0 -2 -2h-7" /><path d="M11 11v3" /><circle cx={7} cy={10} r={1} /><path d="M3 3l18 18" /></svg>; +} + +export default IconBedOff;
\ No newline at end of file diff --git a/icons-react/icons-js/beer-off.js b/icons-react/icons-js/beer-off.js new file mode 100644 index 00000000..c1298001 --- /dev/null +++ b/icons-react/icons-js/beer-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBeerOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-beer-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 7v1.111c0 1.242 .29 2.467 .845 3.578l.31 .622a8 8 0 0 1 .845 3.578v4.111h6v-4.111a8 8 0 0 1 .045 -.85m.953 -3.035l.157 -.315a7.999 7.999 0 0 0 .845 -3.578v-4.111h-9" /><path d="M7 8h1m4 0h5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBeerOff;
\ No newline at end of file diff --git a/icons-react/icons-js/box-off.js b/icons-react/icons-js/box-off.js new file mode 100644 index 00000000..a4178e09 --- /dev/null +++ b/icons-react/icons-js/box-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-box-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="M17.765 17.757l-5.765 3.243l-8 -4.5v-9l2.236 -1.258m2.57 -1.445l3.194 -1.797l8 4.5v8.5" /><path d="M14.561 10.559l5.439 -3.059" /><path d="M12 12v9" /><path d="M12 12l-8 -4.5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBoxOff;
\ No newline at end of file diff --git a/icons-react/icons-js/bucket-off.js b/icons-react/icons-js/bucket-off.js new file mode 100644 index 00000000..8ddea6f1 --- /dev/null +++ b/icons-react/icons-js/bucket-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBucketOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bucket-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="M17.184 17.173l-.184 .827c-.193 1.183 -1.034 2.024 -2 2h-6c-.966 .024 -1.807 -.817 -2 -2l-2 -9h4m4 0h6l-1.089 4.9" /><path d="M7 9c0 -.596 .104 -1.167 .295 -1.697m1.705 -2.303a5 5 0 0 1 8 4" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBucketOff;
\ No newline at end of file diff --git a/icons-react/icons-js/cake-off.js b/icons-react/icons-js/cake-off.js new file mode 100644 index 00000000..5cce02e9 --- /dev/null +++ b/icons-react/icons-js/cake-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCakeOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cake-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="M21 17v-5a3 3 0 0 0 -3 -3h-5m-4 0h-3a3 3 0 0 0 -3 3v8h17" /><path d="M2.996 14.803c.312 .135 .654 .204 1.004 .197a2.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 -1m4 0a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1.004 -.197" /><path d="M10.172 6.188c.07 -.158 .163 -.31 .278 -.451l1.55 -1.737l1.465 1.638a2 2 0 0 1 -.65 3.19" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCakeOff;
\ No newline at end of file diff --git a/icons-react/icons-js/cash-off.js b/icons-react/icons-js/cash-off.js new file mode 100644 index 00000000..d526906f --- /dev/null +++ b/icons-react/icons-js/cash-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCashOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cash-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="M13 9h6a2 2 0 0 1 2 2v6m-2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><path d="M12.582 12.59a2 2 0 0 0 2.83 2.826" /><path d="M17 9v-2a2 2 0 0 0 -2 -2h-6m-4 0a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCashOff;
\ No newline at end of file diff --git a/icons-react/icons-js/coffee-off.js b/icons-react/icons-js/coffee-off.js new file mode 100644 index 00000000..be4d0c35 --- /dev/null +++ b/icons-react/icons-js/coffee-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCoffeeOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coffee-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 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.73 -.565 1.783 -.923 2.994 -.99" /><path d="M8 3c-.194 .14 -.364 .305 -.506 .49" /><path d="M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" /><path d="M14 10h3v3m-.257 3.743a6.003 6.003 0 0 1 -5.743 4.257h-2a6 6 0 0 1 -6 -6v-5h7" /><path d="M20.116 16.124a3 3 0 0 0 -3.118 -4.953" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCoffeeOff;
\ No newline at end of file diff --git a/icons-react/icons-js/container-off.js b/icons-react/icons-js/container-off.js new file mode 100644 index 00000000..f9939215 --- /dev/null +++ b/icons-react/icons-js/container-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconContainerOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-container-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="M20 4v.01" /><path d="M20 20v.01" /><path d="M20 16v.01" /><path d="M20 12v.01" /><path d="M20 8v.01" /><path d="M8.297 4.289a0.997 .997 0 0 1 .703 -.289h6a1 1 0 0 1 1 1v7m0 4v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-11" /><path d="M4 4v.01" /><path d="M4 20v.01" /><path d="M4 16v.01" /><path d="M4 12v.01" /><path d="M4 8v.01" /><path d="M3 3l18 18" /></svg>; +} + +export default IconContainerOff;
\ No newline at end of file diff --git a/icons-react/icons-js/cpu-off.js b/icons-react/icons-js/cpu-off.js new file mode 100644 index 00000000..ccb73c49 --- /dev/null +++ b/icons-react/icons-js/cpu-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCpuOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cpu-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 5h9a1 1 0 0 1 1 1v9m-.292 3.706a0.997 .997 0 0 1 -.708 .294h-12a1 1 0 0 1 -1 -1v-12c0 -.272 .108 -.518 .284 -.698" /><path d="M13 9h2v2m0 4h-6v-6" /><path d="M3 10h2" /><path d="M3 14h2" /><path d="M10 3v2" /><path d="M14 3v2" /><path d="M21 10h-2" /><path d="M21 14h-2" /><path d="M14 21v-2" /><path d="M10 21v-2" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCpuOff;
\ No newline at end of file diff --git a/icons-react/icons-js/crane-off.js b/icons-react/icons-js/crane-off.js new file mode 100644 index 00000000..88f52251 --- /dev/null +++ b/icons-react/icons-js/crane-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCraneOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-crane-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 21h6" /><path d="M9 21v-12" /><path d="M9 5v-2l-1.001 1.001" /><path d="M6.005 5.995l-3.005 3.005h6" /><path d="M13 9h8" /><path d="M9 3l10 6" /><path d="M17 9v4a2 2 0 0 1 2 2m-2 2a2 2 0 0 1 -2 -2" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCraneOff;
\ No newline at end of file diff --git a/icons-react/icons-js/creative-commons-off.js b/icons-react/icons-js/creative-commons-off.js new file mode 100644 index 00000000..d07d14ef --- /dev/null +++ b/icons-react/icons-js/creative-commons-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCreativeCommonsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-creative-commons-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="M5.638 5.634a9 9 0 1 0 12.723 12.733m1.686 -2.332a9 9 0 0 0 -12.093 -12.077" /><path d="M10.5 10.5a2.187 2.187 0 0 0 -2.914 .116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914 .116" /><path d="M16.5 10.5a2.194 2.194 0 0 0 -2.309 -.302" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCreativeCommonsOff;
\ No newline at end of file diff --git a/icons-react/icons-js/cross-off.js b/icons-react/icons-js/cross-off.js new file mode 100644 index 00000000..3901eabc --- /dev/null +++ b/icons-react/icons-js/cross-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCrossOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cross-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="M16 12h3v-4h-5v-5h-4v3m-2 2h-3v4h5v9h4v-7" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCrossOff;
\ No newline at end of file diff --git a/icons-react/icons-js/crutches-off.js b/icons-react/icons-js/crutches-off.js new file mode 100644 index 00000000..287a8114 --- /dev/null +++ b/icons-react/icons-js/crutches-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCrutchesOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-crutches-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.178 4.174a2 2 0 0 1 1.822 -1.174h4a2 2 0 1 1 0 4h-3" /><path d="M11 21h2" /><path d="M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .097 -.155m.407 -3.601v-3" /><path d="M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-2.092" /><path d="M10 11h1" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCrutchesOff;
\ No newline at end of file diff --git a/icons-react/icons-js/cup-off.js b/icons-react/icons-js/cup-off.js new file mode 100644 index 00000000..da86640f --- /dev/null +++ b/icons-react/icons-js/cup-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCupOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cup-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 8h-3v3h6m4 0h4v-3h-7" /><path d="M17.5 11l-.323 2.154m-.525 3.497l-.652 4.349h-8l-1.5 -10" /><path d="M6 8v-1c0 -.296 .064 -.577 .18 -.83m2.82 -1.17h7a2 2 0 0 1 2 2v1" /><path d="M15 5v-2" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCupOff;
\ No newline at end of file diff --git a/icons-react/icons-js/current-location-off.js b/icons-react/icons-js/current-location-off.js new file mode 100644 index 00000000..f2793cad --- /dev/null +++ b/icons-react/icons-js/current-location-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrentLocationOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-current-location-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.685 10.661c-.3 -.6 -.795 -1.086 -1.402 -1.374m-3.397 .584a3 3 0 1 0 4.24 4.245" /><path d="M6.357 6.33a8 8 0 1 0 11.301 11.326m1.642 -2.378a8 8 0 0 0 -10.597 -10.569" /><path d="M12 2v2" /><path d="M12 20v2" /><path d="M20 12h2" /><path d="M2 12h2" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCurrentLocationOff;
\ No newline at end of file diff --git a/icons-react/icons-js/cursor-off.js b/icons-react/icons-js/cursor-off.js new file mode 100644 index 00000000..fcad8530 --- /dev/null +++ b/icons-react/icons-js/cursor-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCursorOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cursor-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 4a3 3 0 0 1 3 3v1m0 9a3 3 0 0 1 -3 3" /><path d="M15 4a3 3 0 0 0 -3 3v1m0 4v5a3 3 0 0 0 3 3" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCursorOff;
\ No newline at end of file diff --git a/icons-react/icons-js/dental-off.js b/icons-react/icons-js/dental-off.js new file mode 100644 index 00000000..616a468a --- /dev/null +++ b/icons-react/icons-js/dental-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDentalOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dental-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="M19.277 15.281c.463 -1.75 .723 -3.844 .723 -6.281c0 -3.74 -1.908 -4.994 -4 -5c-1.423 -.004 -2.92 .911 -4 1.5c-1.074 -.586 -2.583 -1.5 -4 -1.5m-2.843 1.153c-.707 .784 -1.157 2.017 -1.157 3.847c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 .004 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 1.994 .993 2.567 .237c.305 -.402 .59 -.853 .852 -1.353" /><path d="M12 5.5l3 1.5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDentalOff;
\ No newline at end of file diff --git a/icons-react/icons-js/device-nintendo-off.js b/icons-react/icons-js/device-nintendo-off.js new file mode 100644 index 00000000..67ce10f7 --- /dev/null +++ b/icons-react/icons-js/device-nintendo-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceNintendoOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-nintendo-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.713 4.718a3.995 3.995 0 0 0 -1.713 3.282v8a4 4 0 0 0 4 4h3v-10m0 -4v-2h-2" /><path d="M14 10v-6h3a4 4 0 0 1 4 4v8c0 .308 -.035 .608 -.1 .896m-1.62 2.39a3.982 3.982 0 0 1 -2.28 .714h-3v-6" /><circle cx={6.5} cy={8.5} r={1} /><path d="M3 3l18 18" /></svg>; +} + +export default IconDeviceNintendoOff;
\ No newline at end of file diff --git a/icons-react/icons-js/device-speaker-off.js b/icons-react/icons-js/device-speaker-off.js new file mode 100644 index 00000000..e4b88980 --- /dev/null +++ b/icons-react/icons-js/device-speaker-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceSpeakerOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-speaker-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 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" /><path d="M11.114 11.133a3.001 3.001 0 1 0 3.754 3.751" /><path d="M12 7v.01" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDeviceSpeakerOff;
\ No newline at end of file diff --git a/icons-react/icons-js/devices-pc-off.js b/icons-react/icons-js/devices-pc-off.js new file mode 100644 index 00000000..b65673d6 --- /dev/null +++ b/icons-react/icons-js/devices-pc-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDevicesPcOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-devices-pc-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 9v10h-6v-14h2" /><path d="M13 9h9v7h-2m-4 0h-4v-4" /><path d="M14 19h5" /><path d="M17 17v2" /><path d="M6 13v.01" /><path d="M6 16v.01" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDevicesPcOff;
\ No newline at end of file diff --git a/icons-react/icons-js/dialpad-off.js b/icons-react/icons-js/dialpad-off.js new file mode 100644 index 00000000..05a97900 --- /dev/null +++ b/icons-react/icons-js/dialpad-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDialpadOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dialpad-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 7h-4v-4" /><path d="M17 3h4v4h-4z" /><path d="M10 6v-3h4v4h-3" /><path d="M3 10h4v4h-4z" /><path d="M17 13v-3h4v4h-3" /><path d="M14 14h-4v-4" /><path d="M10 17h4v4h-4z" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDialpadOff;
\ No newline at end of file diff --git a/icons-react/icons-js/diamond-off.js b/icons-react/icons-js/diamond-off.js new file mode 100644 index 00000000..81b11d89 --- /dev/null +++ b/icons-react/icons-js/diamond-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDiamondOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-diamond-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 5h9l3 5l-3.308 3.697m-1.883 2.104l-3.309 3.699a0.7 .7 0 0 1 -1 0l-8.5 -9.5l2.62 -4.368" /><path d="M10 12l-2 -2.2l.6 -1" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDiamondOff;
\ No newline at end of file diff --git a/icons-react/icons-js/directions-off.js b/icons-react/icons-js/directions-off.js new file mode 100644 index 00000000..bbdfdd28 --- /dev/null +++ b/icons-react/icons-js/directions-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDirectionsOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-directions-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 21v-4" /><path d="M12 13v-1" /><path d="M12 5v-2" /><path d="M10 21h4" /><path d="M8 8v1h1m4 0h6l2 -2l-2 -2h-10" /><path d="M14 14v3h-8l-2 -2l2 -2h7" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDirectionsOff;
\ No newline at end of file diff --git a/icons-react/icons-js/disabled-off.js b/icons-react/icons-js/disabled-off.js new file mode 100644 index 00000000..6a8a63aa --- /dev/null +++ b/icons-react/icons-js/disabled-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDisabledOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-disabled-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 7a2 2 0 1 0 -2 -2" /><path d="M11 11v4h4l4 5" /><path d="M15 11h1" /><path d="M7 11.5a5 5 0 1 0 6 7.5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDisabledOff;
\ No newline at end of file diff --git a/icons-react/icons-js/disc-off.js b/icons-react/icons-js/disc-off.js new file mode 100644 index 00000000..cbb2432b --- /dev/null +++ b/icons-react/icons-js/disc-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDiscOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-disc-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="M20.044 16.04a9 9 0 0 0 -12.082 -12.085m-2.333 1.688a9 9 0 0 0 6.371 15.357c2.491 0 4.73 -.997 6.36 -2.631" /><path d="M11.298 11.288a1 1 0 1 0 1.402 1.427" /><path d="M7 12c0 -1.38 .559 -2.629 1.462 -3.534m2.607 -1.38c.302 -.056 .613 -.086 .931 -.086" /><path d="M12 17a4.985 4.985 0 0 0 3.551 -1.48m1.362 -2.587c.057 -.302 .087 -.614 .087 -.933" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDiscOff;
\ No newline at end of file diff --git a/icons-react/icons-js/dna-2-off.js b/icons-react/icons-js/dna-2-off.js new file mode 100644 index 00000000..654e5849 --- /dev/null +++ b/icons-react/icons-js/dna-2-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDna2Off({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dna-2-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="M17 3v1c-.007 2.46 -.91 4.554 -2.705 6.281m-2.295 1.719c-3.328 1.99 -4.997 4.662 -5.008 8.014v1" /><path d="M17 21.014v-1c-.004 -1.44 -.315 -2.755 -.932 -3.944m-4.068 -4.07c-1.903 -1.138 -3.263 -2.485 -4.082 -4.068" /><path d="M8 4h9" /><path d="M7 20h10" /><path d="M12 8h4" /><path d="M8 16h8" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDna2Off;
\ No newline at end of file diff --git a/icons-react/icons-js/dna-off.js b/icons-react/icons-js/dna-off.js new file mode 100644 index 00000000..534eefad --- /dev/null +++ b/icons-react/icons-js/dna-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDnaOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dna-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="M16 12a3.898 3.898 0 0 0 -1.172 -2.828a4.027 4.027 0 0 0 -2.828 -1.172m-2.828 1.172a4 4 0 1 0 5.656 5.656" /><path d="M9.172 20.485a4 4 0 1 0 -5.657 -5.657" /><path d="M14.828 3.515a4 4 0 1 0 5.657 5.657" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDnaOff;
\ No newline at end of file diff --git a/icons-react/icons-js/door-off.js b/icons-react/icons-js/door-off.js new file mode 100644 index 00000000..494d238b --- /dev/null +++ b/icons-react/icons-js/door-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDoorOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-door-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 21h18" /><path d="M6 21v-15" /><path d="M7.18 3.175c.25 -.112 .528 -.175 .82 -.175h8a2 2 0 0 1 2 2v9" /><path d="M18 18v3" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDoorOff;
\ No newline at end of file diff --git a/icons-react/icons-js/download-off.js b/icons-react/icons-js/download-off.js new file mode 100644 index 00000000..17e04752 --- /dev/null +++ b/icons-react/icons-js/download-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDownloadOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-download-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 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 1.83 -1.19" /><path d="M7 11l5 5l2.005 -2.005m1.994 -1.994l1.001 -1.001" /><path d="M12 4v4m0 4v4" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDownloadOff;
\ No newline at end of file diff --git a/icons-react/icons-js/edit-circle-off.js b/icons-react/icons-js/edit-circle-off.js new file mode 100644 index 00000000..61d03970 --- /dev/null +++ b/icons-react/icons-js/edit-circle-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEditCircleOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-edit-circle-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.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2.002 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896" /><path d="M16 5l3 3" /><path d="M7.476 7.471a7.002 7.002 0 0 0 2.524 13.529a7.004 7.004 0 0 0 6.53 -4.474" /><path d="M3 3l18 18" /></svg>; +} + +export default IconEditCircleOff;
\ No newline at end of file diff --git a/icons-react/icons-js/edit-off.js b/icons-react/icons-js/edit-off.js new file mode 100644 index 00000000..67925d42 --- /dev/null +++ b/icons-react/icons-js/edit-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEditOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-edit-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 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" /><path d="M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2.002 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896" /><path d="M16 5l3 3" /><path d="M3 3l18 18" /></svg>; +} + +export default IconEditOff;
\ No newline at end of file diff --git a/icons-react/icons-js/edit.js b/icons-react/icons-js/edit.js index abc7b6e1..ab39efb3 100644 --- a/icons-react/icons-js/edit.js +++ b/icons-react/icons-js/edit.js @@ -6,7 +6,7 @@ function IconEdit({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-edit" 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 7h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" /><path d="M9 15h3l8.5 -8.5a1.5 1.5 0 0 0 -3 -3l-8.5 8.5v3" /><line x1={16} y1={5} x2={19} y2={8} /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-edit" 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 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" /><path d="M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z" /><path d="M16 5l3 3" /></svg>; } export default IconEdit;
\ No newline at end of file diff --git a/icons-react/icons-js/egg-off.js b/icons-react/icons-js/egg-off.js new file mode 100644 index 00000000..25bb0bf3 --- /dev/null +++ b/icons-react/icons-js/egg-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEggOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-egg-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.41 7.41a12.574 12.574 0 0 0 -1.896 7.229c0 3.513 2.904 6.361 6.486 6.361a6.504 6.504 0 0 0 5.692 -3.31m.8 -3.192a12.574 12.574 0 0 0 -3.249 -8.871a4.025 4.025 0 0 0 -3.243 -1.627a4.026 4.026 0 0 0 -2.832 1.155" /><path d="M3 3l18 18" /></svg>; +} + +export default IconEggOff;
\ No newline at end of file diff --git a/icons-react/icons-js/engine-off.js b/icons-react/icons-js/engine-off.js new file mode 100644 index 00000000..78cbfb78 --- /dev/null +++ b/icons-react/icons-js/engine-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEngineOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-engine-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 10v6" /><path d="M12 5v3" /><path d="M10 5h4" /><path d="M5 13h-2" /><path d="M16 16h-1v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6h2l.99 -.99m3.01 -1.01h1.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6" /><path d="M3 3l18 18" /></svg>; +} + +export default IconEngineOff;
\ No newline at end of file diff --git a/icons-react/icons-js/eraser-off.js b/icons-react/icons-js/eraser-off.js new file mode 100644 index 00000000..a8542d4f --- /dev/null +++ b/icons-react/icons-js/eraser-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEraserOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-eraser-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 3l18 18" /><path d="M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l4.995 -4.993m2.009 -2.01l2.997 -2.996a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41c-1.417 1.431 -2.406 2.432 -2.97 3m-2.02 2.043l-4.211 4.256" /><path d="M18 13.3l-6.3 -6.3" /></svg>; +} + +export default IconEraserOff;
\ No newline at end of file diff --git a/icons-react/icons-js/eraser.js b/icons-react/icons-js/eraser.js index da627947..672b5eea 100644 --- a/icons-react/icons-js/eraser.js +++ b/icons-react/icons-js/eraser.js @@ -6,7 +6,7 @@ function IconEraser({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-eraser" 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="M19 19h-11l-4 -4a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9 9" /><line x1={18} y1={12.3} x2={11.7} y2={6} /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-eraser" 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="M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9.2 9.3" /><path d="M18 13.3l-6.3 -6.3" /></svg>; } export default IconEraser;
\ No newline at end of file diff --git a/icons-react/icons-js/error-404-off.js b/icons-react/icons-js/error-404-off.js new file mode 100644 index 00000000..f9dca279 --- /dev/null +++ b/icons-react/icons-js/error-404-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconError404Off({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-error-404-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 7v4a1 1 0 0 0 1 1h3" /><path d="M7 7v10" /><path d="M10 10v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2m0 -4v-2a1 1 0 0 0 -1 -1h-2" /><path d="M17 7v4a1 1 0 0 0 1 1h3" /><path d="M21 7v10" /><path d="M3 3l18 18" /></svg>; +} + +export default IconError404Off;
\ No newline at end of file diff --git a/icons-react/icons-js/exchange-off.js b/icons-react/icons-js/exchange-off.js new file mode 100644 index 00000000..607625e4 --- /dev/null +++ b/icons-react/icons-js/exchange-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExchangeOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-exchange-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={2} /><circle cx={19} cy={6} r={2} /><path d="M19 8v5c0 .594 -.104 1.164 -.294 1.692m-1.692 2.298a4.978 4.978 0 0 1 -3.014 1.01h-3l3 -3" /><path d="M14 21l-3 -3" /><path d="M5 16v-5c0 -1.632 .782 -3.082 1.992 -3.995m3.008 -1.005h3l-3 -3" /><path d="M11.501 7.499l1.499 -1.499" /><path d="M3 3l18 18" /></svg>; +} + +export default IconExchangeOff;
\ No newline at end of file diff --git a/icons-react/icons-js/exclamation-mark-off.js b/icons-react/icons-js/exclamation-mark-off.js new file mode 100644 index 00000000..56865906 --- /dev/null +++ b/icons-react/icons-js/exclamation-mark-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExclamationMarkOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-exclamation-mark-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 19v.01" /><path d="M12 15v-3m0 -4v-3" /><path d="M3 3l18 18" /></svg>; +} + +export default IconExclamationMarkOff;
\ No newline at end of file diff --git a/icons-react/icons-js/external-link-off.js b/icons-react/icons-js/external-link-off.js new file mode 100644 index 00000000..249021a0 --- /dev/null +++ b/icons-react/icons-js/external-link-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExternalLinkOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-external-link-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 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" /><path d="M10 14l1.996 -1.996m2.007 -2.007l5.997 -5.997" /><path d="M15 4h5v5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconExternalLinkOff;
\ No newline at end of file diff --git a/icons-react/icons-js/eyeglass-off.js b/icons-react/icons-js/eyeglass-off.js new file mode 100644 index 00000000..640a58c3 --- /dev/null +++ b/icons-react/icons-js/eyeglass-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEyeglassOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-eyeglass-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="M5.536 5.546l-2.536 8.454" /><path d="M16 4h2l3 10" /><path d="M10 16h4" /><path d="M19.426 19.423a3.5 3.5 0 0 1 -5.426 -2.923v-2.5m4 0h3v2.5c0 .157 -.01 .312 -.03 .463" /><path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" /><path d="M3 3l18 18" /></svg>; +} + +export default IconEyeglassOff;
\ No newline at end of file diff --git a/icons-react/icons-js/face-mask-off.js b/icons-react/icons-js/face-mask-off.js new file mode 100644 index 00000000..5498ff06 --- /dev/null +++ b/icons-react/icons-js/face-mask-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFaceMaskOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-face-mask-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="M5.002 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222" /><path d="M19.002 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222" /><path d="M9 10h1m4 0h1" /><path d="M9 14h5" /><path d="M19 15v-6.49a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-1.788 .511m-3.118 .891l-.094 .027a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0l4.899 -1.4" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFaceMaskOff;
\ No newline at end of file diff --git a/icons-react/icons-js/feather-off.js b/icons-react/icons-js/feather-off.js new file mode 100644 index 00000000..904655c2 --- /dev/null +++ b/icons-react/icons-js/feather-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFeatherOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-feather-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 20l8 -8" /><path d="M14 5v5h5" /><path d="M9 11v4h4" /><path d="M6 13v5h5" /><path d="M6 13l3.502 -3.502m2.023 -2.023l2.475 -2.475" /><path d="M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1" /><path d="M11 18l3.499 -3.499m2.008 -2.008l2.493 -2.493" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFeatherOff;
\ No newline at end of file diff --git a/icons-react/icons-js/fence-off.js b/icons-react/icons-js/fence-off.js new file mode 100644 index 00000000..a4f86446 --- /dev/null +++ b/icons-react/icons-js/fence-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFenceOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-fence-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 12h-8v4h12m4 0v-4h-4" /><path d="M6 16v4h4v-4" /><path d="M10 12v-2m0 -4l-2 -2m-2 2v6" /><path d="M14 16v4h4v-2" /><path d="M18 12v-6l-2 -2l-2 2v4" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFenceOff;
\ No newline at end of file diff --git a/icons-react/icons-js/fingerprint-off.js b/icons-react/icons-js/fingerprint-off.js new file mode 100644 index 00000000..8543f500 --- /dev/null +++ b/icons-react/icons-js/fingerprint-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFingerprintOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-fingerprint-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="M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3" /><path d="M8 11c0 -.848 .264 -1.634 .713 -2.28m2.4 -1.621a4 4 0 0 1 4.887 3.901l-.001 1" /><path d="M12 12v1a14 14 0 0 0 2.5 8" /><path d="M8 15a18 18 0 0 0 1.8 6" /><path d="M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 1.854 -5.143m2.176 -1.825a8 8 0 0 1 7.97 .018" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFingerprintOff;
\ No newline at end of file diff --git a/icons-react/icons-js/fish-off.js b/icons-react/icons-js/fish-off.js new file mode 100644 index 00000000..4e96a5f0 --- /dev/null +++ b/icons-react/icons-js/fish-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFishOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-fish-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="M16.69 7.44a6.973 6.973 0 0 0 -1.63 3.635" /><path d="M2 9.504c5.307 5.948 10.293 8.57 14.597 7.1m2.583 -1.449c.988 -.788 1.93 -1.836 2.82 -3.153c-3.005 -4.443 -6.596 -5.812 -10.564 -4.548m-2.764 1.266c-2.145 1.266 -4.378 3.215 -6.672 5.786" /><path d="M18 11v.01" /><path d="M11.153 11.169c-.287 .777 -.171 1.554 .347 2.331" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFishOff;
\ No newline at end of file diff --git a/icons-react/icons-js/flag-2-off.js b/icons-react/icons-js/flag-2-off.js new file mode 100644 index 00000000..352a112a --- /dev/null +++ b/icons-react/icons-js/flag-2-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlag2Off({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-flag-2-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="M5 14h9m4 0h1v-9h-10m-4 0v16" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFlag2Off;
\ No newline at end of file diff --git a/icons-react/icons-js/flag-off.js b/icons-react/icons-js/flag-off.js new file mode 100644 index 00000000..7a065b00 --- /dev/null +++ b/icons-react/icons-js/flag-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlagOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-flag-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="M5 5v16" /><path d="M19 5v9" /><path d="M7.641 3.645a4.994 4.994 0 0 1 4.359 1.355a5 5 0 0 0 7 0" /><path d="M5 14a5 5 0 0 1 7 0a4.984 4.984 0 0 0 3.437 1.429m3.019 -.966c.19 -.14 .371 -.294 .544 -.463" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFlagOff;
\ No newline at end of file diff --git a/icons-react/icons-js/flame-off.js b/icons-react/icons-js/flame-off.js new file mode 100644 index 00000000..5beb1431 --- /dev/null +++ b/icons-react/icons-js/flame-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlameOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-flame-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.973 8.974c-.335 .378 -.67 .716 -.973 1.026c-1.226 1.26 -2 3.24 -2 5a6 6 0 0 0 11.472 2.466m.383 -3.597c-.32 -1.409 -1.122 -3.045 -1.855 -3.869c-.281 .472 -.543 .87 -.79 1.202m-2.358 -2.35c-.068 -2.157 -1.182 -4.184 -1.852 -4.852c0 .968 -.18 1.801 -.465 2.527" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFlameOff;
\ No newline at end of file diff --git a/icons-react/icons-js/flask-2-off.js b/icons-react/icons-js/flask-2-off.js new file mode 100644 index 00000000..fc3b6dde --- /dev/null +++ b/icons-react/icons-js/flask-2-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlask2Off({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-flask-2-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.1 15h8.9" /><path d="M17.742 17.741a6 6 0 0 1 -2.424 3.259h-6.635a6.002 6.002 0 0 1 1.317 -10.66v-.326m0 -4.014v-3h4v7m.613 .598a6.004 6.004 0 0 1 2.801 2.817" /><path d="M9 3h6" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFlask2Off;
\ No newline at end of file diff --git a/icons-react/icons-js/flask-off.js b/icons-react/icons-js/flask-off.js new file mode 100644 index 00000000..c1207582 --- /dev/null +++ b/icons-react/icons-js/flask-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlaskOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-flask-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 3h6" /><path d="M13 9h1" /><path d="M10 3v3m-.268 3.736l-3.732 10.264a0.7 .7 0 0 0 .5 1h11a0.7 .7 0 0 0 .5 -1l-1.143 -3.142m-2.288 -6.294l-.569 -1.564v-6" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFlaskOff;
\ No newline at end of file diff --git a/icons-react/icons-js/flower-off.js b/icons-react/icons-js/flower-off.js new file mode 100644 index 00000000..2ac7326f --- /dev/null +++ b/icons-react/icons-js/flower-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlowerOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-flower-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.875 9.882a3 3 0 0 0 4.247 4.238m.581 -3.423a3.012 3.012 0 0 0 -1.418 -1.409" /><path d="M9 5a3 3 0 0 1 6 0c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1.002 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-1.779 .244m.292 .282l1.223 .166c.995 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.226 3.832m-2.277 1.733a2.968 2.968 0 0 1 -1.929 -.369c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1.003 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-.995 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 2.134 -1.467" /><path d="M3 3l18 18" /></svg>; +} + +export default IconFlowerOff;
\ No newline at end of file diff --git a/icons-react/icons-js/swords.js b/icons-react/icons-js/swords.js new file mode 100644 index 00000000..034ae10a --- /dev/null +++ b/icons-react/icons-js/swords.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSwords({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-swords" 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="M21 3v5l-11 9l-4 4l-3 -3l4 -4l9 -11z" /><path d="M5 13l6 6" /><path d="M14.32 17.32l3.68 3.68l3 -3l-3.365 -3.365" /><path d="M10 5.5l-2 -2.5h-5v5l3 2.5" /></svg>; +} + +export default IconSwords;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index c1bc0d3e..1d3b6072 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -37,6 +37,7 @@ export const IconAlignJustified: TablerIcon; export const IconAlignLeft: TablerIcon; export const IconAlignRight: TablerIcon; export const IconAmbulance: TablerIcon; +export const IconAnchorOff: TablerIcon; export const IconAnchor: TablerIcon; export const IconAngle: TablerIcon; export const IconAntennaBars1: TablerIcon; @@ -49,6 +50,7 @@ export const IconAntenna: TablerIcon; export const IconAperture: TablerIcon; export const IconApiAppOff: TablerIcon; export const IconApiApp: TablerIcon; +export const IconApiOff: TablerIcon; export const IconApi: TablerIcon; export const IconAppWindow: TablerIcon; export const IconApple: TablerIcon; @@ -197,8 +199,10 @@ export const IconAsterisk: TablerIcon; export const IconAtOff: TablerIcon; export const IconAt: TablerIcon; export const IconAtom2: TablerIcon; +export const IconAtomOff: TablerIcon; export const IconAtom: TablerIcon; export const IconAugmentedReality: TablerIcon; +export const IconAwardOff: TablerIcon; export const IconAward: TablerIcon; export const IconAxe: TablerIcon; export const IconAxisX: TablerIcon; @@ -207,7 +211,9 @@ export const IconBabyCarriage: TablerIcon; export const IconBackhoe: TablerIcon; export const IconBackpack: TablerIcon; export const IconBackspace: TablerIcon; +export const IconBadgeOff: TablerIcon; export const IconBadge: TablerIcon; +export const IconBadgesOff: TablerIcon; export const IconBadges: TablerIcon; export const IconBallAmericanFootball: TablerIcon; export const IconBallBaseball: TablerIcon; @@ -217,6 +223,7 @@ export const IconBallFootballOff: TablerIcon; export const IconBallFootball: TablerIcon; export const IconBallTennis: TablerIcon; export const IconBallVolleyball: TablerIcon; +export const IconBallonOff: TablerIcon; export const IconBallon: TablerIcon; export const IconBallpenOff: TablerIcon; export const IconBallpen: TablerIcon; @@ -226,12 +233,14 @@ export const IconBarbellOff: TablerIcon; export const IconBarbell: TablerIcon; export const IconBarcodeOff: TablerIcon; export const IconBarcode: TablerIcon; +export const IconBarrelOff: 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 IconBathOff: TablerIcon; export const IconBath: TablerIcon; export const IconBattery1: TablerIcon; export const IconBattery2: TablerIcon; @@ -245,7 +254,9 @@ export const IconBatteryOff: TablerIcon; export const IconBattery: TablerIcon; export const IconBeachOff: TablerIcon; export const IconBeach: TablerIcon; +export const IconBedOff: TablerIcon; export const IconBed: TablerIcon; +export const IconBeerOff: TablerIcon; export const IconBeer: TablerIcon; export const IconBellMinus: TablerIcon; export const IconBellOff: TablerIcon; @@ -314,6 +325,7 @@ export const IconBoxMultiple7: TablerIcon; export const IconBoxMultiple8: TablerIcon; export const IconBoxMultiple9: TablerIcon; export const IconBoxMultiple: TablerIcon; +export const IconBoxOff: TablerIcon; export const IconBoxPadding: TablerIcon; export const IconBox: TablerIcon; export const IconBracesOff: TablerIcon; @@ -447,6 +459,7 @@ export const IconBrowserX: TablerIcon; export const IconBrowser: TablerIcon; export const IconBrushOff: TablerIcon; export const IconBrush: TablerIcon; +export const IconBucketOff: TablerIcon; export const IconBucket: TablerIcon; export const IconBugOff: TablerIcon; export const IconBug: TablerIcon; @@ -477,6 +490,7 @@ export const IconBus: TablerIcon; export const IconBusinessplan: TablerIcon; export const IconButterfly: TablerIcon; export const IconCSharp: TablerIcon; +export const IconCakeOff: TablerIcon; export const IconCake: TablerIcon; export const IconCalculatorOff: TablerIcon; export const IconCalculator: TablerIcon; @@ -511,6 +525,7 @@ export const IconCaretRight: TablerIcon; export const IconCaretUp: TablerIcon; export const IconCashBanknoteOff: TablerIcon; export const IconCashBanknote: TablerIcon; +export const IconCashOff: TablerIcon; export const IconCash: TablerIcon; export const IconCastOff: TablerIcon; export const IconCast: TablerIcon; @@ -630,6 +645,7 @@ export const IconCodeMinus: TablerIcon; export const IconCodeOff: TablerIcon; export const IconCodePlus: TablerIcon; export const IconCode: TablerIcon; +export const IconCoffeeOff: TablerIcon; export const IconCoffee: TablerIcon; export const IconCoinOff: TablerIcon; export const IconCoin: TablerIcon; @@ -650,6 +666,7 @@ export const IconComponents: TablerIcon; export const IconCone2: TablerIcon; export const IconCone: TablerIcon; export const IconConfetti: TablerIcon; +export const IconContainerOff: TablerIcon; export const IconContainer: TablerIcon; export const IconContrast2: TablerIcon; export const IconContrast: TablerIcon; @@ -678,18 +695,24 @@ export const IconCornerUpLeft: TablerIcon; export const IconCornerUpRightDouble: TablerIcon; export const IconCornerUpRight: TablerIcon; export const IconCpu2: TablerIcon; +export const IconCpuOff: TablerIcon; export const IconCpu: TablerIcon; +export const IconCraneOff: TablerIcon; export const IconCrane: TablerIcon; +export const IconCreativeCommonsOff: TablerIcon; export const IconCreativeCommons: TablerIcon; export const IconCreditCardOff: TablerIcon; export const IconCreditCard: TablerIcon; export const IconCricket: TablerIcon; export const IconCrop: TablerIcon; +export const IconCrossOff: TablerIcon; export const IconCross: TablerIcon; export const IconCrosshair: TablerIcon; export const IconCrownOff: TablerIcon; export const IconCrown: TablerIcon; +export const IconCrutchesOff: TablerIcon; export const IconCrutches: TablerIcon; +export const IconCupOff: TablerIcon; export const IconCup: TablerIcon; export const IconCurling: TablerIcon; export const IconCurlyLoop: TablerIcon; @@ -729,7 +752,9 @@ export const IconCurrencyWon: TablerIcon; export const IconCurrencyYen: TablerIcon; export const IconCurrencyZloty: TablerIcon; export const IconCurrency: TablerIcon; +export const IconCurrentLocationOff: TablerIcon; export const IconCurrentLocation: TablerIcon; +export const IconCursorOff: TablerIcon; export const IconCursorText: TablerIcon; export const IconCut: TablerIcon; export const IconDashboard: TablerIcon; @@ -737,6 +762,7 @@ export const IconDatabaseExport: TablerIcon; export const IconDatabaseImport: TablerIcon; export const IconDatabaseOff: TablerIcon; export const IconDatabase: TablerIcon; +export const IconDentalOff: TablerIcon; export const IconDental: TablerIcon; export const IconDetails: TablerIcon; export const IconDeviceAnalytics: TablerIcon; @@ -757,7 +783,9 @@ export const IconDeviceMobileOff: TablerIcon; export const IconDeviceMobileRotated: TablerIcon; export const IconDeviceMobileVibration: TablerIcon; export const IconDeviceMobile: TablerIcon; +export const IconDeviceNintendoOff: TablerIcon; export const IconDeviceNintendo: TablerIcon; +export const IconDeviceSpeakerOff: TablerIcon; export const IconDeviceSpeaker: TablerIcon; export const IconDeviceTabletOff: TablerIcon; export const IconDeviceTablet: TablerIcon; @@ -769,9 +797,12 @@ export const IconDeviceWatchStats: TablerIcon; export const IconDeviceWatch: TablerIcon; export const IconDevices2: TablerIcon; export const IconDevicesOff: TablerIcon; +export const IconDevicesPcOff: TablerIcon; export const IconDevicesPc: TablerIcon; export const IconDevices: TablerIcon; +export const IconDialpadOff: TablerIcon; export const IconDialpad: TablerIcon; +export const IconDiamondOff: TablerIcon; export const IconDiamond: TablerIcon; export const IconDiamonds: TablerIcon; export const IconDice1: TablerIcon; @@ -784,24 +815,31 @@ export const IconDice: TablerIcon; export const IconDimensions: TablerIcon; export const IconDirectionHorizontal: TablerIcon; export const IconDirection: TablerIcon; +export const IconDirectionsOff: TablerIcon; export const IconDirections: TablerIcon; export const IconDisabled2: TablerIcon; +export const IconDisabledOff: TablerIcon; export const IconDisabled: TablerIcon; +export const IconDiscOff: TablerIcon; export const IconDisc: TablerIcon; export const IconDiscount2: TablerIcon; export const IconDiscount: TablerIcon; export const IconDivide: TablerIcon; +export const IconDna2Off: TablerIcon; export const IconDna2: TablerIcon; +export const IconDnaOff: TablerIcon; export const IconDna: TablerIcon; export const IconDogBowl: TablerIcon; export const IconDoorEnter: TablerIcon; export const IconDoorExit: TablerIcon; +export const IconDoorOff: TablerIcon; export const IconDoor: TablerIcon; export const IconDotsCircleHorizontal: TablerIcon; export const IconDotsDiagonal2: TablerIcon; export const IconDotsDiagonal: TablerIcon; export const IconDotsVertical: TablerIcon; export const IconDots: TablerIcon; +export const IconDownloadOff: TablerIcon; export const IconDownload: TablerIcon; export const IconDragDrop2: TablerIcon; export const IconDragDrop: TablerIcon; @@ -816,32 +854,45 @@ export const IconDropletOff: TablerIcon; export const IconDroplet: TablerIcon; export const IconEarOff: TablerIcon; export const IconEar: TablerIcon; +export const IconEditCircleOff: TablerIcon; export const IconEditCircle: TablerIcon; +export const IconEditOff: TablerIcon; export const IconEdit: TablerIcon; +export const IconEggOff: TablerIcon; export const IconEgg: TablerIcon; export const IconElevator: TablerIcon; export const IconEmergencyBed: TablerIcon; export const IconEmphasis: TablerIcon; +export const IconEngineOff: TablerIcon; export const IconEngine: TablerIcon; export const IconEqualNot: TablerIcon; export const IconEqual: TablerIcon; +export const IconEraserOff: TablerIcon; export const IconEraser: TablerIcon; +export const IconError404Off: TablerIcon; export const IconError404: TablerIcon; +export const IconExchangeOff: TablerIcon; export const IconExchange: TablerIcon; +export const IconExclamationMarkOff: TablerIcon; export const IconExclamationMark: TablerIcon; export const IconExposure: TablerIcon; +export const IconExternalLinkOff: TablerIcon; export const IconExternalLink: TablerIcon; export const IconEyeCheck: TablerIcon; export const IconEyeOff: TablerIcon; export const IconEyeTable: TablerIcon; export const IconEye: TablerIcon; export const IconEyeglass2: TablerIcon; +export const IconEyeglassOff: TablerIcon; export const IconEyeglass: TablerIcon; export const IconFaceIdError: TablerIcon; export const IconFaceId: TablerIcon; +export const IconFaceMaskOff: TablerIcon; export const IconFaceMask: TablerIcon; export const IconFall: TablerIcon; +export const IconFeatherOff: TablerIcon; export const IconFeather: TablerIcon; +export const IconFenceOff: TablerIcon; export const IconFence: TablerIcon; export const IconFidgetSpinner: TablerIcon; export const IconFile3d: TablerIcon; @@ -900,16 +951,23 @@ export const IconFilesOff: TablerIcon; export const IconFiles: TablerIcon; export const IconFilterOff: TablerIcon; export const IconFilter: TablerIcon; +export const IconFingerprintOff: TablerIcon; export const IconFingerprint: TablerIcon; export const IconFiretruck: TablerIcon; export const IconFirstAidKit: TablerIcon; +export const IconFishOff: TablerIcon; export const IconFish: TablerIcon; +export const IconFlag2Off: TablerIcon; export const IconFlag2: TablerIcon; export const IconFlag3: TablerIcon; +export const IconFlagOff: TablerIcon; export const IconFlag: TablerIcon; +export const IconFlameOff: TablerIcon; export const IconFlame: TablerIcon; export const IconFlare: TablerIcon; +export const IconFlask2Off: TablerIcon; export const IconFlask2: TablerIcon; +export const IconFlaskOff: TablerIcon; export const IconFlask: TablerIcon; export const IconFlipHorizontal: TablerIcon; export const IconFlipVertical: TablerIcon; @@ -917,6 +975,7 @@ export const IconFloatCenter: TablerIcon; export const IconFloatLeft: TablerIcon; export const IconFloatNone: TablerIcon; export const IconFloatRight: TablerIcon; +export const IconFlowerOff: TablerIcon; export const IconFlower: TablerIcon; export const IconFocus2: TablerIcon; export const IconFocusCentered: TablerIcon; @@ -1578,6 +1637,7 @@ export const IconSwitchHorizontal: TablerIcon; export const IconSwitchVertical: TablerIcon; export const IconSwitch: TablerIcon; export const IconSword: TablerIcon; +export const IconSwords: TablerIcon; export const IconTableExport: TablerIcon; export const IconTableImport: TablerIcon; export const IconTableOff: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index f822be9e..8b02a2e1 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -31,6 +31,7 @@ export { default as IconAlignJustified } from './icons-js/align-justified.js'; export { default as IconAlignLeft } from './icons-js/align-left.js'; export { default as IconAlignRight } from './icons-js/align-right.js'; export { default as IconAmbulance } from './icons-js/ambulance.js'; +export { default as IconAnchorOff } from './icons-js/anchor-off.js'; export { default as IconAnchor } from './icons-js/anchor.js'; export { default as IconAngle } from './icons-js/angle.js'; export { default as IconAntennaBars1 } from './icons-js/antenna-bars-1.js'; @@ -43,6 +44,7 @@ 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 IconApiOff } from './icons-js/api-off.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'; @@ -191,8 +193,10 @@ 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 IconAtomOff } from './icons-js/atom-off.js'; export { default as IconAtom } from './icons-js/atom.js'; export { default as IconAugmentedReality } from './icons-js/augmented-reality.js'; +export { default as IconAwardOff } from './icons-js/award-off.js'; export { default as IconAward } from './icons-js/award.js'; export { default as IconAxe } from './icons-js/axe.js'; export { default as IconAxisX } from './icons-js/axis-x.js'; @@ -201,7 +205,9 @@ export { default as IconBabyCarriage } from './icons-js/baby-carriage.js'; export { default as IconBackhoe } from './icons-js/backhoe.js'; export { default as IconBackpack } from './icons-js/backpack.js'; export { default as IconBackspace } from './icons-js/backspace.js'; +export { default as IconBadgeOff } from './icons-js/badge-off.js'; export { default as IconBadge } from './icons-js/badge.js'; +export { default as IconBadgesOff } from './icons-js/badges-off.js'; export { default as IconBadges } from './icons-js/badges.js'; export { default as IconBallAmericanFootball } from './icons-js/ball-american-football.js'; export { default as IconBallBaseball } from './icons-js/ball-baseball.js'; @@ -211,6 +217,7 @@ export { default as IconBallFootballOff } from './icons-js/ball-football-off.js' 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 IconBallonOff } from './icons-js/ballon-off.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'; @@ -220,12 +227,14 @@ 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 IconBarrelOff } from './icons-js/barrel-off.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 IconBathOff } from './icons-js/bath-off.js'; export { default as IconBath } from './icons-js/bath.js'; export { default as IconBattery1 } from './icons-js/battery-1.js'; export { default as IconBattery2 } from './icons-js/battery-2.js'; @@ -239,7 +248,9 @@ 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 IconBedOff } from './icons-js/bed-off.js'; export { default as IconBed } from './icons-js/bed.js'; +export { default as IconBeerOff } from './icons-js/beer-off.js'; export { default as IconBeer } from './icons-js/beer.js'; export { default as IconBellMinus } from './icons-js/bell-minus.js'; export { default as IconBellOff } from './icons-js/bell-off.js'; @@ -308,6 +319,7 @@ export { default as IconBoxMultiple7 } from './icons-js/box-multiple-7.js'; export { default as IconBoxMultiple8 } from './icons-js/box-multiple-8.js'; export { default as IconBoxMultiple9 } from './icons-js/box-multiple-9.js'; export { default as IconBoxMultiple } from './icons-js/box-multiple.js'; +export { default as IconBoxOff } from './icons-js/box-off.js'; export { default as IconBoxPadding } from './icons-js/box-padding.js'; export { default as IconBox } from './icons-js/box.js'; export { default as IconBracesOff } from './icons-js/braces-off.js'; @@ -441,6 +453,7 @@ export { default as IconBrowserX } from './icons-js/browser-x.js'; export { default as IconBrowser } from './icons-js/browser.js'; export { default as IconBrushOff } from './icons-js/brush-off.js'; export { default as IconBrush } from './icons-js/brush.js'; +export { default as IconBucketOff } from './icons-js/bucket-off.js'; export { default as IconBucket } from './icons-js/bucket.js'; export { default as IconBugOff } from './icons-js/bug-off.js'; export { default as IconBug } from './icons-js/bug.js'; @@ -471,6 +484,7 @@ export { default as IconBus } from './icons-js/bus.js'; export { default as IconBusinessplan } from './icons-js/businessplan.js'; export { default as IconButterfly } from './icons-js/butterfly.js'; export { default as IconCSharp } from './icons-js/c-sharp.js'; +export { default as IconCakeOff } from './icons-js/cake-off.js'; export { default as IconCake } from './icons-js/cake.js'; export { default as IconCalculatorOff } from './icons-js/calculator-off.js'; export { default as IconCalculator } from './icons-js/calculator.js'; @@ -505,6 +519,7 @@ export { default as IconCaretRight } from './icons-js/caret-right.js'; export { default as IconCaretUp } from './icons-js/caret-up.js'; export { default as IconCashBanknoteOff } from './icons-js/cash-banknote-off.js'; export { default as IconCashBanknote } from './icons-js/cash-banknote.js'; +export { default as IconCashOff } from './icons-js/cash-off.js'; export { default as IconCash } from './icons-js/cash.js'; export { default as IconCastOff } from './icons-js/cast-off.js'; export { default as IconCast } from './icons-js/cast.js'; @@ -624,6 +639,7 @@ export { default as IconCodeMinus } from './icons-js/code-minus.js'; export { default as IconCodeOff } from './icons-js/code-off.js'; export { default as IconCodePlus } from './icons-js/code-plus.js'; export { default as IconCode } from './icons-js/code.js'; +export { default as IconCoffeeOff } from './icons-js/coffee-off.js'; export { default as IconCoffee } from './icons-js/coffee.js'; export { default as IconCoinOff } from './icons-js/coin-off.js'; export { default as IconCoin } from './icons-js/coin.js'; @@ -644,6 +660,7 @@ export { default as IconComponents } from './icons-js/components.js'; export { default as IconCone2 } from './icons-js/cone-2.js'; export { default as IconCone } from './icons-js/cone.js'; export { default as IconConfetti } from './icons-js/confetti.js'; +export { default as IconContainerOff } from './icons-js/container-off.js'; export { default as IconContainer } from './icons-js/container.js'; export { default as IconContrast2 } from './icons-js/contrast-2.js'; export { default as IconContrast } from './icons-js/contrast.js'; @@ -672,18 +689,24 @@ export { default as IconCornerUpLeft } from './icons-js/corner-up-left.js'; export { default as IconCornerUpRightDouble } from './icons-js/corner-up-right-double.js'; export { default as IconCornerUpRight } from './icons-js/corner-up-right.js'; export { default as IconCpu2 } from './icons-js/cpu-2.js'; +export { default as IconCpuOff } from './icons-js/cpu-off.js'; export { default as IconCpu } from './icons-js/cpu.js'; +export { default as IconCraneOff } from './icons-js/crane-off.js'; export { default as IconCrane } from './icons-js/crane.js'; +export { default as IconCreativeCommonsOff } from './icons-js/creative-commons-off.js'; export { default as IconCreativeCommons } from './icons-js/creative-commons.js'; export { default as IconCreditCardOff } from './icons-js/credit-card-off.js'; export { default as IconCreditCard } from './icons-js/credit-card.js'; export { default as IconCricket } from './icons-js/cricket.js'; export { default as IconCrop } from './icons-js/crop.js'; +export { default as IconCrossOff } from './icons-js/cross-off.js'; export { default as IconCross } from './icons-js/cross.js'; export { default as IconCrosshair } from './icons-js/crosshair.js'; export { default as IconCrownOff } from './icons-js/crown-off.js'; export { default as IconCrown } from './icons-js/crown.js'; +export { default as IconCrutchesOff } from './icons-js/crutches-off.js'; export { default as IconCrutches } from './icons-js/crutches.js'; +export { default as IconCupOff } from './icons-js/cup-off.js'; export { default as IconCup } from './icons-js/cup.js'; export { default as IconCurling } from './icons-js/curling.js'; export { default as IconCurlyLoop } from './icons-js/curly-loop.js'; @@ -723,7 +746,9 @@ export { default as IconCurrencyWon } from './icons-js/currency-won.js'; export { default as IconCurrencyYen } from './icons-js/currency-yen.js'; export { default as IconCurrencyZloty } from './icons-js/currency-zloty.js'; export { default as IconCurrency } from './icons-js/currency.js'; +export { default as IconCurrentLocationOff } from './icons-js/current-location-off.js'; export { default as IconCurrentLocation } from './icons-js/current-location.js'; +export { default as IconCursorOff } from './icons-js/cursor-off.js'; export { default as IconCursorText } from './icons-js/cursor-text.js'; export { default as IconCut } from './icons-js/cut.js'; export { default as IconDashboard } from './icons-js/dashboard.js'; @@ -731,6 +756,7 @@ export { default as IconDatabaseExport } from './icons-js/database-export.js'; export { default as IconDatabaseImport } from './icons-js/database-import.js'; export { default as IconDatabaseOff } from './icons-js/database-off.js'; export { default as IconDatabase } from './icons-js/database.js'; +export { default as IconDentalOff } from './icons-js/dental-off.js'; export { default as IconDental } from './icons-js/dental.js'; export { default as IconDetails } from './icons-js/details.js'; export { default as IconDeviceAnalytics } from './icons-js/device-analytics.js'; @@ -751,7 +777,9 @@ export { default as IconDeviceMobileOff } from './icons-js/device-mobile-off.js' export { default as IconDeviceMobileRotated } from './icons-js/device-mobile-rotated.js'; export { default as IconDeviceMobileVibration } from './icons-js/device-mobile-vibration.js'; export { default as IconDeviceMobile } from './icons-js/device-mobile.js'; +export { default as IconDeviceNintendoOff } from './icons-js/device-nintendo-off.js'; export { default as IconDeviceNintendo } from './icons-js/device-nintendo.js'; +export { default as IconDeviceSpeakerOff } from './icons-js/device-speaker-off.js'; export { default as IconDeviceSpeaker } from './icons-js/device-speaker.js'; export { default as IconDeviceTabletOff } from './icons-js/device-tablet-off.js'; export { default as IconDeviceTablet } from './icons-js/device-tablet.js'; @@ -763,9 +791,12 @@ export { default as IconDeviceWatchStats } from './icons-js/device-watch-stats.j export { default as IconDeviceWatch } from './icons-js/device-watch.js'; export { default as IconDevices2 } from './icons-js/devices-2.js'; export { default as IconDevicesOff } from './icons-js/devices-off.js'; +export { default as IconDevicesPcOff } from './icons-js/devices-pc-off.js'; export { default as IconDevicesPc } from './icons-js/devices-pc.js'; export { default as IconDevices } from './icons-js/devices.js'; +export { default as IconDialpadOff } from './icons-js/dialpad-off.js'; export { default as IconDialpad } from './icons-js/dialpad.js'; +export { default as IconDiamondOff } from './icons-js/diamond-off.js'; export { default as IconDiamond } from './icons-js/diamond.js'; export { default as IconDiamonds } from './icons-js/diamonds.js'; export { default as IconDice1 } from './icons-js/dice-1.js'; @@ -778,24 +809,31 @@ export { default as IconDice } from './icons-js/dice.js'; export { default as IconDimensions } from './icons-js/dimensions.js'; export { default as IconDirectionHorizontal } from './icons-js/direction-horizontal.js'; export { default as IconDirection } from './icons-js/direction.js'; +export { default as IconDirectionsOff } from './icons-js/directions-off.js'; export { default as IconDirections } from './icons-js/directions.js'; export { default as IconDisabled2 } from './icons-js/disabled-2.js'; +export { default as IconDisabledOff } from './icons-js/disabled-off.js'; export { default as IconDisabled } from './icons-js/disabled.js'; +export { default as IconDiscOff } from './icons-js/disc-off.js'; export { default as IconDisc } from './icons-js/disc.js'; export { default as IconDiscount2 } from './icons-js/discount-2.js'; export { default as IconDiscount } from './icons-js/discount.js'; export { default as IconDivide } from './icons-js/divide.js'; +export { default as IconDna2Off } from './icons-js/dna-2-off.js'; export { default as IconDna2 } from './icons-js/dna-2.js'; +export { default as IconDnaOff } from './icons-js/dna-off.js'; export { default as IconDna } from './icons-js/dna.js'; export { default as IconDogBowl } from './icons-js/dog-bowl.js'; export { default as IconDoorEnter } from './icons-js/door-enter.js'; export { default as IconDoorExit } from './icons-js/door-exit.js'; +export { default as IconDoorOff } from './icons-js/door-off.js'; export { default as IconDoor } from './icons-js/door.js'; export { default as IconDotsCircleHorizontal } from './icons-js/dots-circle-horizontal.js'; export { default as IconDotsDiagonal2 } from './icons-js/dots-diagonal-2.js'; export { default as IconDotsDiagonal } from './icons-js/dots-diagonal.js'; export { default as IconDotsVertical } from './icons-js/dots-vertical.js'; export { default as IconDots } from './icons-js/dots.js'; +export { default as IconDownloadOff } from './icons-js/download-off.js'; export { default as IconDownload } from './icons-js/download.js'; export { default as IconDragDrop2 } from './icons-js/drag-drop-2.js'; export { default as IconDragDrop } from './icons-js/drag-drop.js'; @@ -810,32 +848,45 @@ export { default as IconDropletOff } from './icons-js/droplet-off.js'; export { default as IconDroplet } from './icons-js/droplet.js'; export { default as IconEarOff } from './icons-js/ear-off.js'; export { default as IconEar } from './icons-js/ear.js'; +export { default as IconEditCircleOff } from './icons-js/edit-circle-off.js'; export { default as IconEditCircle } from './icons-js/edit-circle.js'; +export { default as IconEditOff } from './icons-js/edit-off.js'; export { default as IconEdit } from './icons-js/edit.js'; +export { default as IconEggOff } from './icons-js/egg-off.js'; export { default as IconEgg } from './icons-js/egg.js'; export { default as IconElevator } from './icons-js/elevator.js'; export { default as IconEmergencyBed } from './icons-js/emergency-bed.js'; export { default as IconEmphasis } from './icons-js/emphasis.js'; +export { default as IconEngineOff } from './icons-js/engine-off.js'; export { default as IconEngine } from './icons-js/engine.js'; export { default as IconEqualNot } from './icons-js/equal-not.js'; export { default as IconEqual } from './icons-js/equal.js'; +export { default as IconEraserOff } from './icons-js/eraser-off.js'; export { default as IconEraser } from './icons-js/eraser.js'; +export { default as IconError404Off } from './icons-js/error-404-off.js'; export { default as IconError404 } from './icons-js/error-404.js'; +export { default as IconExchangeOff } from './icons-js/exchange-off.js'; export { default as IconExchange } from './icons-js/exchange.js'; +export { default as IconExclamationMarkOff } from './icons-js/exclamation-mark-off.js'; export { default as IconExclamationMark } from './icons-js/exclamation-mark.js'; export { default as IconExposure } from './icons-js/exposure.js'; +export { default as IconExternalLinkOff } from './icons-js/external-link-off.js'; export { default as IconExternalLink } from './icons-js/external-link.js'; export { default as IconEyeCheck } from './icons-js/eye-check.js'; export { default as IconEyeOff } from './icons-js/eye-off.js'; export { default as IconEyeTable } from './icons-js/eye-table.js'; export { default as IconEye } from './icons-js/eye.js'; export { default as IconEyeglass2 } from './icons-js/eyeglass-2.js'; +export { default as IconEyeglassOff } from './icons-js/eyeglass-off.js'; export { default as IconEyeglass } from './icons-js/eyeglass.js'; export { default as IconFaceIdError } from './icons-js/face-id-error.js'; export { default as IconFaceId } from './icons-js/face-id.js'; +export { default as IconFaceMaskOff } from './icons-js/face-mask-off.js'; export { default as IconFaceMask } from './icons-js/face-mask.js'; export { default as IconFall } from './icons-js/fall.js'; +export { default as IconFeatherOff } from './icons-js/feather-off.js'; export { default as IconFeather } from './icons-js/feather.js'; +export { default as IconFenceOff } from './icons-js/fence-off.js'; export { default as IconFence } from './icons-js/fence.js'; export { default as IconFidgetSpinner } from './icons-js/fidget-spinner.js'; export { default as IconFile3d } from './icons-js/file-3d.js'; @@ -894,16 +945,23 @@ export { default as IconFilesOff } from './icons-js/files-off.js'; export { default as IconFiles } from './icons-js/files.js'; export { default as IconFilterOff } from './icons-js/filter-off.js'; export { default as IconFilter } from './icons-js/filter.js'; +export { default as IconFingerprintOff } from './icons-js/fingerprint-off.js'; export { default as IconFingerprint } from './icons-js/fingerprint.js'; export { default as IconFiretruck } from './icons-js/firetruck.js'; export { default as IconFirstAidKit } from './icons-js/first-aid-kit.js'; +export { default as IconFishOff } from './icons-js/fish-off.js'; export { default as IconFish } from './icons-js/fish.js'; +export { default as IconFlag2Off } from './icons-js/flag-2-off.js'; export { default as IconFlag2 } from './icons-js/flag-2.js'; export { default as IconFlag3 } from './icons-js/flag-3.js'; +export { default as IconFlagOff } from './icons-js/flag-off.js'; export { default as IconFlag } from './icons-js/flag.js'; +export { default as IconFlameOff } from './icons-js/flame-off.js'; export { default as IconFlame } from './icons-js/flame.js'; export { default as IconFlare } from './icons-js/flare.js'; +export { default as IconFlask2Off } from './icons-js/flask-2-off.js'; export { default as IconFlask2 } from './icons-js/flask-2.js'; +export { default as IconFlaskOff } from './icons-js/flask-off.js'; export { default as IconFlask } from './icons-js/flask.js'; export { default as IconFlipHorizontal } from './icons-js/flip-horizontal.js'; export { default as IconFlipVertical } from './icons-js/flip-vertical.js'; @@ -911,6 +969,7 @@ export { default as IconFloatCenter } from './icons-js/float-center.js'; export { default as IconFloatLeft } from './icons-js/float-left.js'; export { default as IconFloatNone } from './icons-js/float-none.js'; export { default as IconFloatRight } from './icons-js/float-right.js'; +export { default as IconFlowerOff } from './icons-js/flower-off.js'; export { default as IconFlower } from './icons-js/flower.js'; export { default as IconFocus2 } from './icons-js/focus-2.js'; export { default as IconFocusCentered } from './icons-js/focus-centered.js'; @@ -1572,6 +1631,7 @@ export { default as IconSwitchHorizontal } from './icons-js/switch-horizontal.js export { default as IconSwitchVertical } from './icons-js/switch-vertical.js'; export { default as IconSwitch } from './icons-js/switch.js'; export { default as IconSword } from './icons-js/sword.js'; +export { default as IconSwords } from './icons-js/swords.js'; export { default as IconTableExport } from './icons-js/table-export.js'; export { default as IconTableImport } from './icons-js/table-import.js'; export { default as IconTableOff } from './icons-js/table-off.js'; |