From c89f08df19897b545e4fd7ecc507b1cd5ffcf2c4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 30 Apr 2022 01:34:08 +0200 Subject: Release 1.68.0 --- icons-react/icons-js/3d-rotate.js | 2 +- icons-react/icons-js/ankh.js | 12 ++++++++++++ icons-react/icons-js/asset.js | 12 ++++++++++++ icons-react/icons-js/brand-intercom.js | 12 ++++++++++++ icons-react/icons-js/cloud-computing.js | 12 ++++++++++++ icons-react/icons-js/cloud-data-connection.js | 12 ++++++++++++ icons-react/icons-js/cloud.js | 2 +- icons-react/icons-js/device-gamepad-2.js | 12 ++++++++++++ icons-react/icons-js/device-tv-old.js | 12 ++++++++++++ icons-react/icons-js/heart-broken.js | 2 +- icons-react/icons-js/heart-handshake.js | 2 +- icons-react/icons-js/heart-minus.js | 2 +- icons-react/icons-js/heart-off.js | 2 +- icons-react/icons-js/heart-plus.js | 2 +- icons-react/icons-js/heart.js | 2 +- icons-react/icons-js/icons.js | 12 ++++++++++++ icons-react/icons-js/jewish-star.js | 12 ++++++++++++ icons-react/icons-js/kayak.js | 12 ++++++++++++ icons-react/icons-js/mouse-2.js | 12 ++++++++++++ icons-react/icons-js/podium.js | 12 ++++++++++++ icons-react/icons-js/shovel.js | 12 ++++++++++++ icons-react/icons-js/truck-loading.js | 12 ++++++++++++ icons-react/icons-js/wheelchair.js | 12 ++++++++++++ icons-react/icons-js/zoom-in-area.js | 12 ++++++++++++ icons-react/icons-js/zoom-out-area.js | 12 ++++++++++++ icons-react/icons-js/zoom-pan.js | 12 ++++++++++++ 26 files changed, 224 insertions(+), 8 deletions(-) create mode 100644 icons-react/icons-js/ankh.js create mode 100644 icons-react/icons-js/asset.js create mode 100644 icons-react/icons-js/brand-intercom.js create mode 100644 icons-react/icons-js/cloud-computing.js create mode 100644 icons-react/icons-js/cloud-data-connection.js create mode 100644 icons-react/icons-js/device-gamepad-2.js create mode 100644 icons-react/icons-js/device-tv-old.js create mode 100644 icons-react/icons-js/icons.js create mode 100644 icons-react/icons-js/jewish-star.js create mode 100644 icons-react/icons-js/kayak.js create mode 100644 icons-react/icons-js/mouse-2.js create mode 100644 icons-react/icons-js/podium.js create mode 100644 icons-react/icons-js/shovel.js create mode 100644 icons-react/icons-js/truck-loading.js create mode 100644 icons-react/icons-js/wheelchair.js create mode 100644 icons-react/icons-js/zoom-in-area.js create mode 100644 icons-react/icons-js/zoom-out-area.js create mode 100644 icons-react/icons-js/zoom-pan.js (limited to 'icons-react/icons-js') 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 {"Download more icon variants from https://tabler-icons.io/i/3d-rotate"}; + return {"Download more icon variants from https://tabler-icons.io/i/3d-rotate"}; } 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 {"Download more icon variants from https://tabler-icons.io/i/ankh"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/asset"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/brand-intercom"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/cloud-computing"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/cloud-data-connection"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/cloud"}; + return {"Download more icon variants from https://tabler-icons.io/i/cloud"}; } 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 {"Download more icon variants from https://tabler-icons.io/i/device-gamepad-2"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/device-tv-old"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/heart-broken"}; + return {"Download more icon variants from https://tabler-icons.io/i/heart-broken"}; } 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 {"Download more icon variants from https://tabler-icons.io/i/heart-handshake"}; + return {"Download more icon variants from https://tabler-icons.io/i/heart-handshake"}; } 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 {"Download more icon variants from https://tabler-icons.io/i/heart-minus"}; + return {"Download more icon variants from https://tabler-icons.io/i/heart-minus"}; } 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 {"Download more icon variants from https://tabler-icons.io/i/heart-off"}; + return {"Download more icon variants from https://tabler-icons.io/i/heart-off"}; } 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 {"Download more icon variants from https://tabler-icons.io/i/heart-plus"}; + return {"Download more icon variants from https://tabler-icons.io/i/heart-plus"}; } 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 {"Download more icon variants from https://tabler-icons.io/i/heart"}; + return {"Download more icon variants from https://tabler-icons.io/i/heart"}; } 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 {"Download more icon variants from https://tabler-icons.io/i/icons"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/jewish-star"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/kayak"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/mouse-2"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/podium"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/shovel"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/truck-loading"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/wheelchair"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/zoom-in-area"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/zoom-out-area"}; +} + +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 {"Download more icon variants from https://tabler-icons.io/i/zoom-pan"}; +} + +export default IconZoomPan; \ No newline at end of file -- cgit v1.2.1