@trackunit/ui-icons 0.0.60 → 0.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Battery.cjs +31 -0
- package/Battery2.cjs +31 -0
- package/BatteryCharging.cjs +31 -0
- package/BatteryCharging2.cjs +31 -0
- package/BatteryFull.cjs +31 -0
- package/BatteryFull2.cjs +31 -0
- package/BatteryLow.cjs +31 -0
- package/BatteryLow2.cjs +31 -0
- package/BatteryMedium.cjs +31 -0
- package/BatteryMedium2.cjs +31 -0
- package/Bluetooth.cjs +31 -0
- package/Bluetooth2.cjs +31 -0
- package/BluetoothOff.cjs +31 -0
- package/BluetoothOff2.cjs +31 -0
- package/Bucket.cjs +31 -0
- package/Bucket2.cjs +31 -0
- package/Bug.cjs +31 -0
- package/Bug2.cjs +31 -0
- package/Compass.cjs +31 -0
- package/Compass2.cjs +31 -0
- package/ConcreteMixer.cjs +31 -0
- package/ConcreteMixer2.cjs +31 -0
- package/ConstructionCone.cjs +31 -0
- package/ConstructionCone2.cjs +31 -0
- package/DemolitionHammer.cjs +31 -0
- package/DemolitionHammer2.cjs +31 -0
- package/Directions.cjs +31 -0
- package/Directions2.cjs +31 -0
- package/Excavator.cjs +31 -0
- package/Excavator2.cjs +31 -0
- package/FitToHeight.cjs +31 -0
- package/FitToHeight2.cjs +31 -0
- package/FitToWidth.cjs +31 -0
- package/FitToWidth2.cjs +31 -0
- package/Gps.cjs +31 -0
- package/Gps2.cjs +31 -0
- package/Hardhat.cjs +31 -0
- package/Hardhat2.cjs +31 -0
- package/Hierarchy.cjs +31 -0
- package/Hierarchy2.cjs +31 -0
- package/Plug.cjs +31 -0
- package/Plug2.cjs +31 -0
- package/Timeline.cjs +31 -0
- package/Timeline1.cjs +31 -0
- package/Timeline12.cjs +31 -0
- package/Timeline2.cjs +31 -0
- package/Wrench.cjs +31 -0
- package/Wrench2.cjs +31 -0
- package/Zone.cjs +31 -0
- package/Zone2.cjs +31 -0
- package/index.cjs +1076 -0
- package/package.json +2 -2
package/Plug.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Plug = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "h-5 w-5", viewBox: "0 0 20 20", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { d: "M14.207 3.707a1 1 0 0 0-1.414-1.414L11.11 3.976l-.093-.093a2 2 0 0 0-3.167.45L4.76 9.952a2 2 0 0 0 .407 2.444l.537.487-3.411 3.41a1 1 0 1 0 1.414 1.415l3.478-3.478.866.787a2 2 0 0 0 2.348.251l5.348-3.096a2 2 0 0 0 .412-3.145l-.135-.136 1.683-1.683a1 1 0 0 0-1.414-1.414L14.61 7.476 12.524 5.39l1.683-1.683Z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Plug);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Plug2.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Plug = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m9 15-.98-.98a2 2 0 0 1-.375-2.31l3.114-6.228a2 2 0 0 1 3.203-.52L15 6m-6 9 .98.98a2 2 0 0 0 2.31.375l6.228-3.114a2 2 0 0 0 .52-3.203L18 9m-9 6-5 5M18 9l2.5-2.5M18 9l-3-3m0 0 2.5-2.5" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Plug);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Timeline.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Timeline = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "h-5 w-5", viewBox: "0 0 20 20", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { d: "M16.12 8.996a2 2 0 1 0-1.79-.894l-1.45 2.902c-.2.011-.391.052-.57.119L8.97 8.34a2 2 0 1 0-3.64.761l-1.45 2.902a2 2 0 1 0 1.788.894l1.45-2.902c.2-.011.392-.052.572-.119l3.338 2.782a2 2 0 1 0 3.64-.761l1.45-2.902Z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Timeline);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Timeline1.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Timeline1 = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "h-5 w-5", viewBox: "0 0 20 20", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { d: "M15 7a2 2 0 1 0-1.932-1.482l-2.55 2.55a2.002 2.002 0 0 0-2.45 2.45l-2.55 2.55a2 2 0 1 0 1.414 1.414l2.55-2.55a2 2 0 0 0 2.45-2.45l2.55-2.55c.165.044.339.068.518.068Z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Timeline1);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Timeline12.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Timeline1 = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M13.414 10.586a2 2 0 1 0-2.828 2.828m2.828-2.828a2 2 0 1 1-2.828 2.828m2.828-2.828 4.172-4.172m-7 7-4.172 4.172M17.586 6.414a2 2 0 1 0 2.828-2.828 2 2 0 0 0-2.828 2.828ZM6.414 17.586a2 2 0 1 0-2.828 2.828 2 2 0 0 0 2.828-2.828Z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Timeline1);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Timeline2.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Timeline = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M18.008 9.737a2 2 0 1 0 1.985-3.474 2 2 0 0 0-1.985 3.474Zm0 0-2.016 3.526m0 0a1.996 1.996 0 0 0-2.529.456m2.53-.456a2 2 0 1 1-2.53.457m0 0-2.926-2.44m0 0a2 2 0 1 0-2.529.456m2.529-.456a1.996 1.996 0 0 1-2.53.457m0 0-2.015 3.526m0 0a2 2 0 1 0-1.985 3.474 2 2 0 0 0 1.985-3.474Z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Timeline);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Wrench.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Wrench = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "h-5 w-5", viewBox: "0 0 20 20", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { d: "M17 8a5 5 0 0 1-7.459 4.355L5.29 16.607a1.34 1.34 0 0 1-1.896-1.896l4.252-4.252A5 5 0 0 1 13.74 3.31c.315.117.375.516.138.753L11.5 6.441A1.456 1.456 0 0 0 13.559 8.5l2.377-2.377c.237-.237.636-.177.753.138C16.89 6.802 17 7.388 17 8Z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Wrench);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Wrench2.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Wrench = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M15 15a6 6 0 0 0 5.382-8.654l-2.968 2.968a2 2 0 1 1-2.828-2.829l2.932-2.932a6 6 0 0 0-7.9 8.102L3.57 17.707a1.929 1.929 0 1 0 2.728 2.728l6.046-6.054a5.97 5.97 0 0 0 2.655.618z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Wrench);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Zone.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Zone = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "h-5 w-5", viewBox: "0 0 20 20", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M6.732 4A2 2 0 1 0 4 6.732v6.536A2 2 0 1 0 6.732 16h6.536A2 2 0 1 0 16 13.268V6.732A2 2 0 1 0 13.268 4H6.732ZM6 6.732A2.01 2.01 0 0 0 6.732 6h6.536c.175.304.428.557.732.732v6.536a2.01 2.01 0 0 0-.732.732H6.732A2.01 2.01 0 0 0 6 13.268V6.732Z", clipRule: "evenodd" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Zone);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
package/Zone2.cjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const Zone = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M17 19a2 2 0 1 0 2-2m-2 2a2 2 0 0 1 2-2m-2 2H7m12-2V7M7 19a2 2 0 1 1-2-2m2 2a2 2 0 0 0-2-2m0 0V7m2-2a2 2 0 0 1-2 2m2-2a2 2 0 1 0-2 2m2-2h10m2 2a2 2 0 1 0-2-2m2 2a2 2 0 0 1-2-2" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(Zone);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|