diff options
Diffstat (limited to 'icons-react')
-rw-r--r-- | icons-react/icons-js/access-point-off.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/access-point.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/alien.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/battery-off.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/brand-paypal.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/brand-reddit.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/brand-snapchat.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/cloud-fog.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/cloud-rain.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/cloud-snow.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/cloud-storm.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/cloud-upload.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/cloud.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/headphones-off.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/lock-off.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/video-minus.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/video-off.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/video-plus.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/video.js | 5 | ||||
-rw-r--r-- | icons-react/index.d.ts | 9 | ||||
-rw-r--r-- | icons-react/index.js | 9 |
21 files changed, 73 insertions, 10 deletions
diff --git a/icons-react/icons-js/access-point-off.js b/icons-react/icons-js/access-point-off.js new file mode 100644 index 00000000..83ced2cd --- /dev/null +++ b/icons-react/icons-js/access-point-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconAccessPointOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-access-point-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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M14.828 9.172a4 4 0 0 1 1.172 2.828" /><path d="M17.657 6.343a8 8 0 0 1 1.635 8.952" /><path d="M9.168 14.828a4 4 0 0 1 0 -5.656" /><path d="M6.337 17.657a8 8 0 0 1 0 -11.314" /></svg>; + +export default IconAccessPointOff;
\ No newline at end of file diff --git a/icons-react/icons-js/access-point.js b/icons-react/icons-js/access-point.js new file mode 100644 index 00000000..c4b39575 --- /dev/null +++ b/icons-react/icons-js/access-point.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconAccessPoint = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-access-point" 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" /><line x1={12} y1={12} x2={12} y2={12.01} /><path d="M14.828 9.172a4 4 0 0 1 0 5.656" /><path d="M17.657 6.343a8 8 0 0 1 0 11.314" /><path d="M9.168 14.828a4 4 0 0 1 0 -5.656" /><path d="M6.337 17.657a8 8 0 0 1 0 -11.314" /></svg>; + +export default IconAccessPoint;
\ No newline at end of file diff --git a/icons-react/icons-js/alien.js b/icons-react/icons-js/alien.js index 34fe8643..40f58c04 100644 --- a/icons-react/icons-js/alien.js +++ b/icons-react/icons-js/alien.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAlien = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-alien" 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 17a2.5 2.5 0 0 0 2 0" /><path d="M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064h0c1.666 1 3.664 1 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z" /><line x1={8} y1={11} x2={10} y2={13} /><line x1={16} y1={11} x2={14} y2={13} /></svg>; +const IconAlien = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-alien" 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 17a2.5 2.5 0 0 0 2 0" /><path d="M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z" /><line x1={8} y1={11} x2={10} y2={13} /><line x1={16} y1={11} x2={14} y2={13} /></svg>; export default IconAlien;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-off.js b/icons-react/icons-js/battery-off.js new file mode 100644 index 00000000..56f64cd3 --- /dev/null +++ b/icons-react/icons-js/battery-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBatteryOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-battery-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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M11 7h6a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5m-2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h1" /></svg>; + +export default IconBatteryOff;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-paypal.js b/icons-react/icons-js/brand-paypal.js index fb823f58..c5e9cc0e 100644 --- a/icons-react/icons-js/brand-paypal.js +++ b/icons-react/icons-js/brand-paypal.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandPaypal = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-paypal" 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 13l2.5 -0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h0h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 -0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4" /></svg>; +const IconBrandPaypal = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-paypal" 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 13l2.5 -0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 -0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4" /></svg>; export default IconBrandPaypal;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-reddit.js b/icons-react/icons-js/brand-reddit.js index c7308ebf..b6616217 100644 --- a/icons-react/icons-js/brand-reddit.js +++ b/icons-react/icons-js/brand-reddit.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandReddit = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-reddit" 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 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206h0a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1-5 6 1" /><circle cx={19} cy={4} r={1} /><circle cx={9} cy={13} r={0.5} fill="currentColor" /><circle cx={15} cy={13} r={0.5} fill="currentColor" /><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>; +const IconBrandReddit = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-reddit" 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 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1-5 6 1" /><circle cx={19} cy={4} r={1} /><circle cx={9} cy={13} r={0.5} fill="currentColor" /><circle cx={15} cy={13} r={0.5} fill="currentColor" /><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>; export default IconBrandReddit;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-snapchat.js b/icons-react/icons-js/brand-snapchat.js index d340d830..8eac0a6b 100644 --- a/icons-react/icons-js/brand-snapchat.js +++ b/icons-react/icons-js/brand-snapchat.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandSnapchat = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-snapchat" 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.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118h0zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118" /></svg>; +const IconBrandSnapchat = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-snapchat" 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.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118" /></svg>; export default IconBrandSnapchat;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud-fog.js b/icons-react/icons-js/cloud-fog.js index a6c7bb8d..7d2a0ab7 100644 --- a/icons-react/icons-js/cloud-fog.js +++ b/icons-react/icons-js/cloud-fog.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudFog = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-fog" 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 16a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" /><line x1={5} y1={20} x2={19} y2={20} /></svg>; +const IconCloudFog = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-fog" 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 16a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" /><line x1={5} y1={20} x2={19} y2={20} /></svg>; export default IconCloudFog;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud-rain.js b/icons-react/icons-js/cloud-rain.js index 98bdba14..5360b1da 100644 --- a/icons-react/icons-js/cloud-rain.js +++ b/icons-react/icons-js/cloud-rain.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudRain = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-rain" 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 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" /><path d="M11 13v2m0 3v2m4 -5v2m0 3v2" /></svg>; +const IconCloudRain = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-rain" 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 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" /><path d="M11 13v2m0 3v2m4 -5v2m0 3v2" /></svg>; export default IconCloudRain;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud-snow.js b/icons-react/icons-js/cloud-snow.js index c59047fa..b49d683c 100644 --- a/icons-react/icons-js/cloud-snow.js +++ b/icons-react/icons-js/cloud-snow.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudSnow = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-snow" 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 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" /><path d="M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01" /></svg>; +const IconCloudSnow = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-snow" 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 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" /><path d="M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01" /></svg>; export default IconCloudSnow;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud-storm.js b/icons-react/icons-js/cloud-storm.js index bddbff2e..eb26dfaf 100644 --- a/icons-react/icons-js/cloud-storm.js +++ b/icons-react/icons-js/cloud-storm.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudStorm = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-storm" 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 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" /><polyline points="13 14 11 18 14 18 12 22" /></svg>; +const IconCloudStorm = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-storm" 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 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" /><polyline points="13 14 11 18 14 18 12 22" /></svg>; export default IconCloudStorm;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud-upload.js b/icons-react/icons-js/cloud-upload.js index d7e91f1f..735dbfbe 100644 --- a/icons-react/icons-js/cloud-upload.js +++ b/icons-react/icons-js/cloud-upload.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloudUpload = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-upload" 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 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" /><polyline points="9 15 12 12 15 15" /><line x1={12} y1={12} x2={12} y2={21} /></svg>; +const IconCloudUpload = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-upload" 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 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" /><polyline points="9 15 12 12 15 15" /><line x1={12} y1={12} x2={12} y2={21} /></svg>; export default IconCloudUpload;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud.js b/icons-react/icons-js/cloud.js index 008b6aab..9cf10bb1 100644 --- a/icons-react/icons-js/cloud.js +++ b/icons-react/icons-js/cloud.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCloud = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud" 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 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" /></svg>; +const IconCloud = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud" 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 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" /></svg>; export default IconCloud;
\ No newline at end of file diff --git a/icons-react/icons-js/headphones-off.js b/icons-react/icons-js/headphones-off.js new file mode 100644 index 00000000..bc4e4060 --- /dev/null +++ b/icons-react/icons-js/headphones-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconHeadphonesOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-headphones-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" /><line x1={3} y1={3} x2={21} y2={21} /><rect x={4} y={13} width={5} height={7} rx={2} /><path d="M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361.36-.86.583-1.411.583h-1a2 2 0 0 1 -2 -2v-3" /><path d="M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3" /></svg>; + +export default IconHeadphonesOff;
\ No newline at end of file diff --git a/icons-react/icons-js/lock-off.js b/icons-react/icons-js/lock-off.js new file mode 100644 index 00000000..79d88e39 --- /dev/null +++ b/icons-react/icons-js/lock-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconLockOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-lock-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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M19 19a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4m4 0h2a2 2 0 0 1 2 2v2" /><circle cx={12} cy={16} r={1} /><path d="M8 11v-3m.712 -3.278a4 4 0 0 1 7.288 2.278v4" /></svg>; + +export default IconLockOff;
\ No newline at end of file diff --git a/icons-react/icons-js/video-minus.js b/icons-react/icons-js/video-minus.js new file mode 100644 index 00000000..dda2e2a3 --- /dev/null +++ b/icons-react/icons-js/video-minus.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVideoMinus = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-video-minus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /><rect x={3} y={6} width={12} height={12} rx={2} /><line x1={7} y1={12} x2={11} y2={12} /></svg>; + +export default IconVideoMinus;
\ No newline at end of file diff --git a/icons-react/icons-js/video-off.js b/icons-react/icons-js/video-off.js new file mode 100644 index 00000000..104ca4eb --- /dev/null +++ b/icons-react/icons-js/video-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVideoOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-video-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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -.675 .946" /><path d="M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" /></svg>; + +export default IconVideoOff;
\ No newline at end of file diff --git a/icons-react/icons-js/video-plus.js b/icons-react/icons-js/video-plus.js new file mode 100644 index 00000000..2fffd8ec --- /dev/null +++ b/icons-react/icons-js/video-plus.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVideoPlus = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-video-plus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /><rect x={3} y={6} width={12} height={12} rx={2} /><line x1={7} y1={12} x2={11} y2={12} /><line x1={9} y1={10} x2={9} y2={14} /></svg>; + +export default IconVideoPlus;
\ No newline at end of file diff --git a/icons-react/icons-js/video.js b/icons-react/icons-js/video.js new file mode 100644 index 00000000..8651ff15 --- /dev/null +++ b/icons-react/icons-js/video.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVideo = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-video" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /><rect x={3} y={6} width={12} height={12} rx={2} /></svg>; + +export default IconVideo;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index a5f246b9..51745c73 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -7,6 +7,8 @@ type TablerIcon = FC<TablerIconProps>; export const Icon2fa: TablerIcon; export const Icon3dCubeSphere: TablerIcon; export const IconAB: TablerIcon; +export const IconAccessPointOff: TablerIcon; +export const IconAccessPoint: TablerIcon; export const IconAccessible: TablerIcon; export const IconAd: TablerIcon; export const IconAdjustmentsAlt: TablerIcon; @@ -89,6 +91,7 @@ export const IconBattery2: TablerIcon; export const IconBattery3: TablerIcon; export const IconBattery4: TablerIcon; export const IconBatteryCharging: TablerIcon; +export const IconBatteryOff: TablerIcon; export const IconBattery: TablerIcon; export const IconBed: TablerIcon; export const IconBellOff: TablerIcon; @@ -401,6 +404,7 @@ export const IconHandMiddleFinger: TablerIcon; export const IconHandOff: TablerIcon; export const IconHandStop: TablerIcon; export const IconHash: TablerIcon; +export const IconHeadphonesOff: TablerIcon; export const IconHeadphones: TablerIcon; export const IconHeadset: TablerIcon; export const IconHeartBroken: TablerIcon; @@ -487,6 +491,7 @@ export const IconLiveView: TablerIcon; export const IconLoaderQuarter: TablerIcon; export const IconLoader: TablerIcon; export const IconLocation: TablerIcon; +export const IconLockOff: TablerIcon; export const IconLockOpen: TablerIcon; export const IconLock: TablerIcon; export const IconLogin: TablerIcon; @@ -740,6 +745,10 @@ export const IconUsers: TablerIcon; export const IconVectorTriangle: TablerIcon; export const IconVector: TablerIcon; export const IconVenus: TablerIcon; +export const IconVideoMinus: TablerIcon; +export const IconVideoOff: TablerIcon; +export const IconVideoPlus: TablerIcon; +export const IconVideo: TablerIcon; export const IconViewfinder: TablerIcon; export const IconViewportNarrow: TablerIcon; export const IconViewportWide: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 908f62ee..674b35d5 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -1,6 +1,8 @@ export { default as Icon2fa } from './icons-js/2fa.js'; export { default as Icon3dCubeSphere } from './icons-js/3d-cube-sphere.js'; export { default as IconAB } from './icons-js/a-b.js'; +export { default as IconAccessPointOff } from './icons-js/access-point-off.js'; +export { default as IconAccessPoint } from './icons-js/access-point.js'; export { default as IconAccessible } from './icons-js/accessible.js'; export { default as IconAd } from './icons-js/ad.js'; export { default as IconAdjustmentsAlt } from './icons-js/adjustments-alt.js'; @@ -83,6 +85,7 @@ export { default as IconBattery2 } from './icons-js/battery-2.js'; export { default as IconBattery3 } from './icons-js/battery-3.js'; export { default as IconBattery4 } from './icons-js/battery-4.js'; export { default as IconBatteryCharging } from './icons-js/battery-charging.js'; +export { default as IconBatteryOff } from './icons-js/battery-off.js'; export { default as IconBattery } from './icons-js/battery.js'; export { default as IconBed } from './icons-js/bed.js'; export { default as IconBellOff } from './icons-js/bell-off.js'; @@ -395,6 +398,7 @@ export { default as IconHandMiddleFinger } from './icons-js/hand-middle-finger.j export { default as IconHandOff } from './icons-js/hand-off.js'; export { default as IconHandStop } from './icons-js/hand-stop.js'; export { default as IconHash } from './icons-js/hash.js'; +export { default as IconHeadphonesOff } from './icons-js/headphones-off.js'; export { default as IconHeadphones } from './icons-js/headphones.js'; export { default as IconHeadset } from './icons-js/headset.js'; export { default as IconHeartBroken } from './icons-js/heart-broken.js'; @@ -481,6 +485,7 @@ export { default as IconLiveView } from './icons-js/live-view.js'; export { default as IconLoaderQuarter } from './icons-js/loader-quarter.js'; export { default as IconLoader } from './icons-js/loader.js'; export { default as IconLocation } from './icons-js/location.js'; +export { default as IconLockOff } from './icons-js/lock-off.js'; export { default as IconLockOpen } from './icons-js/lock-open.js'; export { default as IconLock } from './icons-js/lock.js'; export { default as IconLogin } from './icons-js/login.js'; @@ -734,6 +739,10 @@ export { default as IconUsers } from './icons-js/users.js'; export { default as IconVectorTriangle } from './icons-js/vector-triangle.js'; export { default as IconVector } from './icons-js/vector.js'; export { default as IconVenus } from './icons-js/venus.js'; +export { default as IconVideoMinus } from './icons-js/video-minus.js'; +export { default as IconVideoOff } from './icons-js/video-off.js'; +export { default as IconVideoPlus } from './icons-js/video-plus.js'; +export { default as IconVideo } from './icons-js/video.js'; export { default as IconViewfinder } from './icons-js/viewfinder.js'; export { default as IconViewportNarrow } from './icons-js/viewport-narrow.js'; export { default as IconViewportWide } from './icons-js/viewport-wide.js'; |