diff options
author | codecalm <codecalm@gmail.com> | 2022-04-30 01:34:08 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-30 01:34:08 +0200 |
commit | c89f08df19897b545e4fd7ecc507b1cd5ffcf2c4 (patch) | |
tree | 1c5d6ce6ebe4a0dea351904af277496d3ff4d00b /icons-react/icons-js | |
parent | Fixed icon: `brand-intercom` (diff) | |
download | tabler-icons-c89f08df19897b545e4fd7ecc507b1cd5ffcf2c4.tar.xz |
Release 1.68.0v1.68.0
Diffstat (limited to 'icons-react/icons-js')
26 files changed, 224 insertions, 8 deletions
diff --git a/icons-react/icons-js/3d-rotate.js b/icons-react/icons-js/3d-rotate.js index a800b5c0..b3b390db 100644 --- a/icons-react/icons-js/3d-rotate.js +++ b/icons-react/icons-js/3d-rotate.js @@ -6,7 +6,7 @@ function Icon3dRotate({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-3d-rotate" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/3d-rotate"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 15.5l4 -2.5" /><path d="M3 13l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" /><path d="M3 13v4.5l4 2.5" /><path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" /><path d="M21 12l-3 3" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-3d-rotate" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/3d-rotate"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 15.5l4 -2.5" /><path d="M3 13l4 2.5v4.996l4 -2.496v-5l-4 -2.5z" /><path d="M3 13v5l4 2.5" /><path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" /><path d="M21 12l-3 3" /></svg>; } export default Icon3dRotate;
\ No newline at end of file diff --git a/icons-react/icons-js/ankh.js b/icons-react/icons-js/ankh.js new file mode 100644 index 00000000..90ec07ac --- /dev/null +++ b/icons-react/icons-js/ankh.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAnkh({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ankh" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/ankh"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 13h12" /><path d="M12 21v-8l-.422 -.211a6.472 6.472 0 0 1 -3.578 -5.789a4 4 0 1 1 8 0a6.472 6.472 0 0 1 -3.578 5.789l-.422 .211" /></svg>; +} + +export default IconAnkh;
\ No newline at end of file diff --git a/icons-react/icons-js/asset.js b/icons-react/icons-js/asset.js new file mode 100644 index 00000000..11908bd0 --- /dev/null +++ b/icons-react/icons-js/asset.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAsset({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-asset" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/asset"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={9} cy={15} r={6} /><circle cx={9} cy={15} r={2} /><circle cx={19} cy={5} r={2} /><path d="M14.218 17.975l6.619 -12.174" /><path d="M6.079 9.756l12.217 -6.631" /><circle cx={9} cy={15} r={2} /></svg>; +} + +export default IconAsset;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-intercom.js b/icons-react/icons-js/brand-intercom.js new file mode 100644 index 00000000..36c434a5 --- /dev/null +++ b/icons-react/icons-js/brand-intercom.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandIntercom({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-intercom" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/brand-intercom"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><path d="M7 8v3" /><path d="M10 7v6" /><path d="M14 7v6" /><path d="M17 8v3" /><path d="M7 15c4 2.667 6 2.667 10 0" /></svg>; +} + +export default IconBrandIntercom;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud-computing.js b/icons-react/icons-js/cloud-computing.js new file mode 100644 index 00000000..91fbbff3 --- /dev/null +++ b/icons-react/icons-js/cloud-computing.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCloudComputing({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cloud-computing" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/cloud-computing"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.657 16c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 .996c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" /><path d="M12 16v5" /><path d="M16 16v4a1 1 0 0 0 1 1h4" /><path d="M8 16v4a1 1 0 0 1 -1 1h-4" /></svg>; +} + +export default IconCloudComputing;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud-data-connection.js b/icons-react/icons-js/cloud-data-connection.js new file mode 100644 index 00000000..32a996c4 --- /dev/null +++ b/icons-react/icons-js/cloud-data-connection.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCloudDataConnection({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cloud-data-connection" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/cloud-data-connection"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 9.897c0 -1.714 1.46 -3.104 3.26 -3.104c.275 -1.22 1.255 -2.215 2.572 -2.611c1.317 -.397 2.77 -.134 3.811 .69c1.042 .822 1.514 2.08 1.239 3.3h.693a2.42 2.42 0 0 1 2.425 2.414a2.42 2.42 0 0 1 -2.425 2.414h-8.315c-1.8 0 -3.26 -1.39 -3.26 -3.103z" /><path d="M12 13v3" /><circle cx={12} cy={18} r={2} /><path d="M14 18h7" /><path d="M3 18h7" /></svg>; +} + +export default IconCloudDataConnection;
\ No newline at end of file diff --git a/icons-react/icons-js/cloud.js b/icons-react/icons-js/cloud.js index 59803635..e01b6b03 100644 --- a/icons-react/icons-js/cloud.js +++ b/icons-react/icons-js/cloud.js @@ -6,7 +6,7 @@ function IconCloud({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/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}><desc>{"Download more icon variants from https://tabler-icons.io/i/cloud"}</desc><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>; + return <svg xmlns="http://www.w3.org/2000/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}><desc>{"Download more icon variants from https://tabler-icons.io/i/cloud"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 .996c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" /></svg>; } export default IconCloud;
\ No newline at end of file diff --git a/icons-react/icons-js/device-gamepad-2.js b/icons-react/icons-js/device-gamepad-2.js new file mode 100644 index 00000000..a6432509 --- /dev/null +++ b/icons-react/icons-js/device-gamepad-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceGamepad2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-gamepad-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/device-gamepad-2"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 5h3.5a5 5 0 0 1 0 10h-5.5l-4.015 4.227a2.3 2.3 0 0 1 -3.923 -2.035l1.634 -8.173a5 5 0 0 1 4.904 -4.019h3.4z" /><path d="M14 15l4.07 4.284a2.3 2.3 0 0 0 3.925 -2.023l-1.6 -8.232" /><path d="M8 9v2" /><path d="M7 10h2" /><path d="M14 10h2" /></svg>; +} + +export default IconDeviceGamepad2;
\ No newline at end of file diff --git a/icons-react/icons-js/device-tv-old.js b/icons-react/icons-js/device-tv-old.js new file mode 100644 index 00000000..fe8dc516 --- /dev/null +++ b/icons-react/icons-js/device-tv-old.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceTvOld({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-tv-old" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/device-tv-old"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={3} y={7} width={18} height={13} rx={2} /><path d="M16 3l-4 4l-4 -4" /><path d="M15 7v13" /><path d="M18 15v.01" /><path d="M18 12v.01" /></svg>; +} + +export default IconDeviceTvOld;
\ No newline at end of file diff --git a/icons-react/icons-js/heart-broken.js b/icons-react/icons-js/heart-broken.js index b98e13f9..293fb761 100644 --- a/icons-react/icons-js/heart-broken.js +++ b/icons-react/icons-js/heart-broken.js @@ -6,7 +6,7 @@ function IconHeartBroken({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-broken" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-broken"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 7l-2 4l4 3l-2 4v3" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-broken" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-broken"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 6l-2 4l4 3l-2 4v3" /></svg>; } export default IconHeartBroken;
\ No newline at end of file diff --git a/icons-react/icons-js/heart-handshake.js b/icons-react/icons-js/heart-handshake.js index 6e9bc4df..057608eb 100644 --- a/icons-react/icons-js/heart-handshake.js +++ b/icons-react/icons-js/heart-handshake.js @@ -6,7 +6,7 @@ function IconHeartHandshake({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-handshake" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-handshake"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 7l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25" /><path d="M12.5 16.5l2 2" /><path d="M15 14l2 2" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-handshake" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-handshake"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25" /><path d="M12.5 15.5l2 2" /><path d="M15 13l2 2" /></svg>; } export default IconHeartHandshake;
\ No newline at end of file diff --git a/icons-react/icons-js/heart-minus.js b/icons-react/icons-js/heart-minus.js index 386ca537..161fde09 100644 --- a/icons-react/icons-js/heart-minus.js +++ b/icons-react/icons-js/heart-minus.js @@ -6,7 +6,7 @@ function IconHeartMinus({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-minus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-minus"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13.002 20l-1.002 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.996" /><path d="M14 17h6" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-minus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-minus"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8 6" /><path d="M14 17h6" /></svg>; } export default IconHeartMinus;
\ No newline at end of file diff --git a/icons-react/icons-js/heart-off.js b/icons-react/icons-js/heart-off.js index ac6fb9e2..6f4d0d69 100644 --- a/icons-react/icons-js/heart-off.js +++ b/icons-react/icons-js/heart-off.js @@ -6,7 +6,7 @@ function IconHeartOff({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 13.572l-.983 .974m-1.993 1.973l-4.524 4.481l-7.5 -7.428m0 0a5 5 0 0 1 1.085 -7.969m3.499 -.493a5 5 0 0 1 2.916 1.896a5 5 0 1 1 7.5 6.572" /><path d="M3 3l18 18" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 3l18 18" /><path d="M19.5 12.572l-1.5 1.428m-2 2l-4 4l-7.5 -7.428m0 0a5 5 0 0 1 -1.288 -5.068a4.976 4.976 0 0 1 1.788 -2.504m3 -1c1.56 .003 3.05 .727 4 2.006a5 5 0 1 1 7.5 6.572" /></svg>; } export default IconHeartOff;
\ No newline at end of file diff --git a/icons-react/icons-js/heart-plus.js b/icons-react/icons-js/heart-plus.js index b1e7827d..db830788 100644 --- a/icons-react/icons-js/heart-plus.js +++ b/icons-react/icons-js/heart-plus.js @@ -6,7 +6,7 @@ function IconHeartPlus({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-plus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-plus"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13.002 20l-1.002 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.996" /><path d="M14 17h6" /><path d="M17 14v6" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-plus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-plus"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.996" /><path d="M14 16h6" /><path d="M17 13v6" /></svg>; } export default IconHeartPlus;
\ No newline at end of file diff --git a/icons-react/icons-js/heart.js b/icons-react/icons-js/heart.js index 547431af..d7f963e6 100644 --- a/icons-react/icons-js/heart.js +++ b/icons-react/icons-js/heart.js @@ -6,7 +6,7 @@ function IconHeart({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>; } export default IconHeart;
\ No newline at end of file diff --git a/icons-react/icons-js/icons.js b/icons-react/icons-js/icons.js new file mode 100644 index 00000000..dd0816dc --- /dev/null +++ b/icons-react/icons-js/icons.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconIcons({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-icons" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/icons"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={6.5} cy={6.5} r={3.5} /><path d="M2.5 21h8l-4 -7z" /><path d="M14 3l7 7" /><path d="M14 10l7 -7" /><path d="M14 14h7v7h-7z" /></svg>; +} + +export default IconIcons;
\ No newline at end of file diff --git a/icons-react/icons-js/jewish-star.js b/icons-react/icons-js/jewish-star.js new file mode 100644 index 00000000..fddcc3de --- /dev/null +++ b/icons-react/icons-js/jewish-star.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconJewishStar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-jewish-star" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/jewish-star"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 2l3 5h6l-3 5l3 5h-6l-3 5l-3 -5h-6l3 -5l-3 -5h6z" /></svg>; +} + +export default IconJewishStar;
\ No newline at end of file diff --git a/icons-react/icons-js/kayak.js b/icons-react/icons-js/kayak.js new file mode 100644 index 00000000..ba1d1778 --- /dev/null +++ b/icons-react/icons-js/kayak.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconKayak({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-kayak" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/kayak"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.414 6.414a2 2 0 0 0 0 -2.828l-1.414 -1.414l-2.828 2.828l1.414 1.414a2 2 0 0 0 2.828 0z" /><path d="M17.586 17.586a2 2 0 0 0 0 2.828l1.414 1.414l2.828 -2.828l-1.414 -1.414a2 2 0 0 0 -2.828 0z" /><path d="M6.5 6.5l11 11" /><path d="M22 2.5c-9.983 2.601 -17.627 7.952 -20 19.5c9.983 -2.601 17.627 -7.952 20 -19.5z" /><path d="M6.5 12.5l5 5" /><path d="M12.5 6.5l5 5" /></svg>; +} + +export default IconKayak;
\ No newline at end of file diff --git a/icons-react/icons-js/mouse-2.js b/icons-react/icons-js/mouse-2.js new file mode 100644 index 00000000..5751d0ff --- /dev/null +++ b/icons-react/icons-js/mouse-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMouse2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-mouse-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/mouse-2"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={6} y={3} width={12} height={18} rx={4} /><path d="M12 3v7" /><path d="M6 10h12" /></svg>; +} + +export default IconMouse2;
\ No newline at end of file diff --git a/icons-react/icons-js/podium.js b/icons-react/icons-js/podium.js new file mode 100644 index 00000000..d8a53da6 --- /dev/null +++ b/icons-react/icons-js/podium.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPodium({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-podium" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/podium"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 8h14l-.621 2.485a2 2 0 0 1 -1.94 1.515h-8.878a2 2 0 0 1 -1.94 -1.515l-.621 -2.485z" /><path d="M7 8v-2a3 3 0 0 1 3 -3" /><path d="M8 12l1 9" /><path d="M16 12l-1 9" /><path d="M7 21h10" /></svg>; +} + +export default IconPodium;
\ No newline at end of file diff --git a/icons-react/icons-js/shovel.js b/icons-react/icons-js/shovel.js new file mode 100644 index 00000000..01c3a194 --- /dev/null +++ b/icons-react/icons-js/shovel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShovel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-shovel" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/shovel"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M17 4l3 3" /><path d="M18.5 5.5l-8 8" /><path d="M8.276 11.284l4.44 4.44a0.968 .968 0 0 1 0 1.369l-2.704 2.704a4.108 4.108 0 0 1 -5.809 -5.81l2.704 -2.703a0.968 .968 0 0 1 1.37 0z" /></svg>; +} + +export default IconShovel;
\ No newline at end of file diff --git a/icons-react/icons-js/truck-loading.js b/icons-react/icons-js/truck-loading.js new file mode 100644 index 00000000..75d0cf06 --- /dev/null +++ b/icons-react/icons-js/truck-loading.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTruckLoading({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-truck-loading" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/truck-loading"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15" /><rect x={9} y={6} width={10} height={8} rx={3} /><circle cx={9} cy={19} r={2} /><circle cx={18} cy={19} r={2} /></svg>; +} + +export default IconTruckLoading;
\ No newline at end of file diff --git a/icons-react/icons-js/wheelchair.js b/icons-react/icons-js/wheelchair.js new file mode 100644 index 00000000..8aa7abda --- /dev/null +++ b/icons-react/icons-js/wheelchair.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWheelchair({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wheelchair" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/wheelchair"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={8} cy={16} r={5} /><circle cx={19} cy={19} r={2} /><path d="M19 17a3 3 0 0 0 -3 -3h-3.4" /><path d="M3 3h1a2 2 0 0 1 2 2v6" /><path d="M6 8h11" /><path d="M15 8v6" /></svg>; +} + +export default IconWheelchair;
\ No newline at end of file diff --git a/icons-react/icons-js/zoom-in-area.js b/icons-react/icons-js/zoom-in-area.js new file mode 100644 index 00000000..235d62fc --- /dev/null +++ b/icons-react/icons-js/zoom-in-area.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomInArea({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-zoom-in-area" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/zoom-in-area"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15 13v4" /><path d="M13 15h4" /><circle cx={15} cy={15} r={5} /><path d="M22 22l-3 -3" /><path d="M6 18h-1a2 2 0 0 1 -2 -2v-1" /><path d="M3 11v-1" /><path d="M3 6v-1a2 2 0 0 1 2 -2h1" /><path d="M10 3h1" /><path d="M15 3h1a2 2 0 0 1 2 2v1" /></svg>; +} + +export default IconZoomInArea;
\ No newline at end of file diff --git a/icons-react/icons-js/zoom-out-area.js b/icons-react/icons-js/zoom-out-area.js new file mode 100644 index 00000000..dd8faec6 --- /dev/null +++ b/icons-react/icons-js/zoom-out-area.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomOutArea({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-zoom-out-area" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/zoom-out-area"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 15h4" /><circle cx={15} cy={15} r={5} /><path d="M22 22l-3 -3" /><path d="M6 18h-1a2 2 0 0 1 -2 -2v-1" /><path d="M3 11v-1" /><path d="M3 6v-1a2 2 0 0 1 2 -2h1" /><path d="M10 3h1" /><path d="M15 3h1a2 2 0 0 1 2 2v1" /></svg>; +} + +export default IconZoomOutArea;
\ No newline at end of file diff --git a/icons-react/icons-js/zoom-pan.js b/icons-react/icons-js/zoom-pan.js new file mode 100644 index 00000000..46225f18 --- /dev/null +++ b/icons-react/icons-js/zoom-pan.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomPan({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-zoom-pan" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/zoom-pan"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={3} /><path d="M17 17l-2.5 -2.5" /><path d="M10 5l2 -2l2 2" /><path d="M19 10l2 2l-2 2" /><path d="M5 10l-2 2l2 2" /><path d="M10 19l2 2l2 -2" /></svg>; +} + +export default IconZoomPan;
\ No newline at end of file |