@trackunit/ui-icons 0.0.54 → 0.0.55
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.js +3 -17
- package/Battery2.js +3 -19
- package/BatteryCharging.js +3 -17
- package/BatteryCharging2.js +3 -19
- package/BatteryFull.js +3 -17
- package/BatteryFull2.js +3 -19
- package/BatteryLow.js +3 -17
- package/BatteryLow2.js +3 -19
- package/BatteryMedium.js +3 -17
- package/BatteryMedium2.js +3 -19
- package/Bluetooth.js +3 -17
- package/Bluetooth2.js +3 -19
- package/BluetoothOff.js +3 -17
- package/BluetoothOff2.js +3 -19
- package/Bucket.js +3 -17
- package/Bucket2.js +3 -19
- package/Bug.js +3 -14
- package/Bug2.js +3 -19
- package/Compass.js +3 -17
- package/Compass2.js +3 -19
- package/ConcreteMixer.js +3 -19
- package/ConcreteMixer2.js +3 -19
- package/ConstructionCone.js +3 -17
- package/ConstructionCone2.js +3 -19
- package/DemolitionHammer.js +3 -16
- package/DemolitionHammer2.js +3 -19
- package/Directions.js +3 -17
- package/Directions2.js +3 -19
- package/Excavator.js +3 -16
- package/Excavator2.js +3 -19
- package/FitToHeight.js +3 -17
- package/FitToHeight2.js +3 -19
- package/FitToWidth.js +3 -17
- package/FitToWidth2.js +3 -19
- package/Gps.js +3 -17
- package/Gps2.js +3 -19
- package/Hardhat.js +3 -16
- package/Hardhat2.js +3 -19
- package/Hierarchy.js +3 -15
- package/Hierarchy2.js +3 -19
- package/Plug.js +3 -15
- package/Plug2.js +3 -19
- package/Timeline.js +3 -15
- package/Timeline1.js +3 -15
- package/Timeline12.js +3 -19
- package/Timeline2.js +3 -19
- package/Wrench.js +3 -15
- package/Wrench2.js +3 -19
- package/Zone.js +3 -17
- package/Zone2.js +3 -19
- package/index.js +841 -556
- package/package.json +3 -2
- package/src/icons/outline/Battery.d.ts +1 -1
- package/src/icons/outline/BatteryCharging.d.ts +1 -1
- package/src/icons/outline/BatteryFull.d.ts +1 -1
- package/src/icons/outline/BatteryLow.d.ts +1 -1
- package/src/icons/outline/BatteryMedium.d.ts +1 -1
- package/src/icons/outline/Bluetooth.d.ts +1 -1
- package/src/icons/outline/BluetoothOff.d.ts +1 -1
- package/src/icons/outline/Bucket.d.ts +1 -1
- package/src/icons/outline/Bug.d.ts +1 -1
- package/src/icons/outline/Compass.d.ts +1 -1
- package/src/icons/outline/ConcreteMixer.d.ts +1 -1
- package/src/icons/outline/ConstructionCone.d.ts +1 -1
- package/src/icons/outline/DemolitionHammer.d.ts +1 -1
- package/src/icons/outline/Directions.d.ts +1 -1
- package/src/icons/outline/Excavator.d.ts +1 -1
- package/src/icons/outline/FitToHeight.d.ts +1 -1
- package/src/icons/outline/FitToWidth.d.ts +1 -1
- package/src/icons/outline/Gps.d.ts +1 -1
- package/src/icons/outline/Hardhat.d.ts +1 -1
- package/src/icons/outline/Hierarchy.d.ts +1 -1
- package/src/icons/outline/Plug.d.ts +1 -1
- package/src/icons/outline/Timeline.d.ts +1 -1
- package/src/icons/outline/Timeline1.d.ts +1 -1
- package/src/icons/outline/Wrench.d.ts +1 -1
- package/src/icons/outline/Zone.d.ts +1 -1
- package/src/icons/solid/Battery.d.ts +1 -1
- package/src/icons/solid/BatteryCharging.d.ts +1 -1
- package/src/icons/solid/BatteryFull.d.ts +1 -1
- package/src/icons/solid/BatteryLow.d.ts +1 -1
- package/src/icons/solid/BatteryMedium.d.ts +1 -1
- package/src/icons/solid/Bluetooth.d.ts +1 -1
- package/src/icons/solid/BluetoothOff.d.ts +1 -1
- package/src/icons/solid/Bucket.d.ts +1 -1
- package/src/icons/solid/Bug.d.ts +1 -1
- package/src/icons/solid/Compass.d.ts +1 -1
- package/src/icons/solid/ConcreteMixer.d.ts +1 -1
- package/src/icons/solid/ConstructionCone.d.ts +1 -1
- package/src/icons/solid/DemolitionHammer.d.ts +1 -1
- package/src/icons/solid/Directions.d.ts +1 -1
- package/src/icons/solid/Excavator.d.ts +1 -1
- package/src/icons/solid/FitToHeight.d.ts +1 -1
- package/src/icons/solid/FitToWidth.d.ts +1 -1
- package/src/icons/solid/Gps.d.ts +1 -1
- package/src/icons/solid/Hardhat.d.ts +1 -1
- package/src/icons/solid/Hierarchy.d.ts +1 -1
- package/src/icons/solid/Plug.d.ts +1 -1
- package/src/icons/solid/Timeline.d.ts +1 -1
- package/src/icons/solid/Timeline1.d.ts +1 -1
- package/src/icons/solid/Wrench.d.ts +1 -1
- package/src/icons/solid/Zone.d.ts +1 -1
package/Timeline12.js
CHANGED
|
@@ -1,25 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Timeline1 = (props, svgRef) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
fill: "none",
|
|
8
|
-
stroke: "currentColor",
|
|
9
|
-
strokeWidth: 2,
|
|
10
|
-
className: "h-6 w-6",
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
width: props.width,
|
|
13
|
-
height: props.height,
|
|
14
|
-
ref: svgRef
|
|
15
|
-
}, props, {
|
|
16
|
-
children: jsx("path", {
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
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"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
4
|
+
const Timeline1 = (props, svgRef) => {
|
|
5
|
+
return (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: 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" }) })));
|
|
6
|
+
};
|
|
23
7
|
const ForwardRef = React.forwardRef(Timeline1);
|
|
24
8
|
|
|
25
9
|
export { ForwardRef as default };
|
package/Timeline2.js
CHANGED
|
@@ -1,25 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Timeline = (props, svgRef) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
fill: "none",
|
|
8
|
-
stroke: "currentColor",
|
|
9
|
-
strokeWidth: 2,
|
|
10
|
-
className: "h-6 w-6",
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
width: props.width,
|
|
13
|
-
height: props.height,
|
|
14
|
-
ref: svgRef
|
|
15
|
-
}, props, {
|
|
16
|
-
children: jsx("path", {
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
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"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
4
|
+
const Timeline = (props, svgRef) => {
|
|
5
|
+
return (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: 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" }) })));
|
|
6
|
+
};
|
|
23
7
|
const ForwardRef = React.forwardRef(Timeline);
|
|
24
8
|
|
|
25
9
|
export { ForwardRef as default };
|
package/Wrench.js
CHANGED
|
@@ -1,21 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Wrench = (props, svgRef) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
className: "h-5 w-5",
|
|
9
|
-
viewBox: "0 0 20 20",
|
|
10
|
-
width: props.width,
|
|
11
|
-
height: props.height,
|
|
12
|
-
ref: svgRef
|
|
13
|
-
}, props, {
|
|
14
|
-
children: jsx("path", {
|
|
15
|
-
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"
|
|
16
|
-
})
|
|
17
|
-
}));
|
|
18
|
-
};
|
|
4
|
+
const Wrench = (props, svgRef) => {
|
|
5
|
+
return (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: 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" }) })));
|
|
6
|
+
};
|
|
19
7
|
const ForwardRef = React.forwardRef(Wrench);
|
|
20
8
|
|
|
21
9
|
export { ForwardRef as default };
|
package/Wrench2.js
CHANGED
|
@@ -1,25 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Wrench = (props, svgRef) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
fill: "none",
|
|
8
|
-
stroke: "currentColor",
|
|
9
|
-
strokeWidth: 2,
|
|
10
|
-
className: "h-6 w-6",
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
width: props.width,
|
|
13
|
-
height: props.height,
|
|
14
|
-
ref: svgRef
|
|
15
|
-
}, props, {
|
|
16
|
-
children: jsx("path", {
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
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"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
4
|
+
const Wrench = (props, svgRef) => {
|
|
5
|
+
return (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: 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" }) })));
|
|
6
|
+
};
|
|
23
7
|
const ForwardRef = React.forwardRef(Wrench);
|
|
24
8
|
|
|
25
9
|
export { ForwardRef as default };
|
package/Zone.js
CHANGED
|
@@ -1,23 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Zone = (props, svgRef) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
className: "h-5 w-5",
|
|
9
|
-
viewBox: "0 0 20 20",
|
|
10
|
-
width: props.width,
|
|
11
|
-
height: props.height,
|
|
12
|
-
ref: svgRef
|
|
13
|
-
}, props, {
|
|
14
|
-
children: jsx("path", {
|
|
15
|
-
fillRule: "evenodd",
|
|
16
|
-
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",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
4
|
+
const Zone = (props, svgRef) => {
|
|
5
|
+
return (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: 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" }) })));
|
|
6
|
+
};
|
|
21
7
|
const ForwardRef = React.forwardRef(Zone);
|
|
22
8
|
|
|
23
9
|
export { ForwardRef as default };
|
package/Zone2.js
CHANGED
|
@@ -1,25 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Zone = (props, svgRef) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
fill: "none",
|
|
8
|
-
stroke: "currentColor",
|
|
9
|
-
strokeWidth: 2,
|
|
10
|
-
className: "h-6 w-6",
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
width: props.width,
|
|
13
|
-
height: props.height,
|
|
14
|
-
ref: svgRef
|
|
15
|
-
}, props, {
|
|
16
|
-
children: jsx("path", {
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
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"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
4
|
+
const Zone = (props, svgRef) => {
|
|
5
|
+
return (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: 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" }) })));
|
|
6
|
+
};
|
|
23
7
|
const ForwardRef = React.forwardRef(Zone);
|
|
24
8
|
|
|
25
9
|
export { ForwardRef as default };
|