@trackunit/ui-icons 0.0.53 → 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 -18
- package/Battery2.js +3 -20
- package/BatteryCharging.js +3 -18
- package/BatteryCharging2.js +3 -20
- package/BatteryFull.js +3 -18
- package/BatteryFull2.js +3 -20
- package/BatteryLow.js +3 -18
- package/BatteryLow2.js +3 -20
- package/BatteryMedium.js +3 -18
- package/BatteryMedium2.js +3 -20
- package/Bluetooth.js +3 -18
- package/Bluetooth2.js +3 -20
- package/BluetoothOff.js +3 -18
- package/BluetoothOff2.js +3 -20
- package/Bucket.js +3 -18
- package/Bucket2.js +3 -20
- package/Bug.js +3 -15
- package/Bug2.js +3 -20
- package/Compass.js +3 -18
- package/Compass2.js +3 -20
- package/ConcreteMixer.js +3 -20
- package/ConcreteMixer2.js +3 -20
- package/ConstructionCone.js +3 -18
- package/ConstructionCone2.js +3 -20
- package/DemolitionHammer.js +3 -17
- package/DemolitionHammer2.js +3 -20
- package/Directions.js +3 -18
- package/Directions2.js +3 -20
- package/Excavator.js +3 -17
- package/Excavator2.js +3 -20
- package/FitToHeight.js +3 -18
- package/FitToHeight2.js +3 -20
- package/FitToWidth.js +3 -18
- package/FitToWidth2.js +3 -20
- package/Gps.js +3 -18
- package/Gps2.js +3 -20
- package/Hardhat.js +3 -17
- package/Hardhat2.js +3 -20
- package/Hierarchy.js +3 -16
- package/Hierarchy2.js +3 -20
- package/Plug.js +3 -16
- package/Plug2.js +3 -20
- package/Timeline.js +3 -16
- package/Timeline1.js +3 -16
- package/Timeline12.js +3 -20
- package/Timeline2.js +3 -20
- package/Wrench.js +3 -16
- package/Wrench2.js +3 -20
- package/Zone.js +3 -18
- package/Zone2.js +3 -20
- package/index.js +841 -565
- package/package.json +9 -5
- package/{IconProps.d.ts → src/IconProps.d.ts} +0 -0
- package/{TrackunitIcons.generated.d.ts → src/TrackunitIcons.generated.d.ts} +0 -0
- package/{ensureIconWithFallback.d.ts → src/ensureIconWithFallback.d.ts} +0 -0
- package/{heroIconLookup.d.ts → src/heroIconLookup.d.ts} +0 -0
- package/{heroiconsTypes.d.ts → src/heroiconsTypes.d.ts} +0 -0
- package/{icons/solid → src/icons/outline}/Battery.d.ts +1 -1
- package/{icons/solid → src/icons/outline}/BatteryCharging.d.ts +1 -1
- package/{icons/solid → src/icons/outline}/BatteryFull.d.ts +1 -1
- package/{icons → src/icons}/outline/BatteryLow.d.ts +1 -1
- package/{icons → src/icons}/outline/BatteryMedium.d.ts +1 -1
- package/{icons → src/icons}/outline/Bluetooth.d.ts +1 -1
- package/{icons → src/icons}/outline/BluetoothOff.d.ts +1 -1
- package/{icons → src/icons}/outline/Bucket.d.ts +1 -1
- package/{icons → src/icons}/outline/Bug.d.ts +1 -1
- package/{icons → src/icons}/outline/Compass.d.ts +1 -1
- package/{icons → src/icons}/outline/ConcreteMixer.d.ts +1 -1
- package/{icons → src/icons}/outline/ConstructionCone.d.ts +1 -1
- package/{icons → src/icons}/outline/DemolitionHammer.d.ts +1 -1
- package/{icons → src/icons}/outline/Directions.d.ts +1 -1
- package/{icons → src/icons}/outline/Excavator.d.ts +1 -1
- package/{icons → src/icons}/outline/FitToHeight.d.ts +1 -1
- package/{icons → src/icons}/outline/FitToWidth.d.ts +1 -1
- package/{icons → src/icons}/outline/Gps.d.ts +1 -1
- package/{icons → src/icons}/outline/Hardhat.d.ts +1 -1
- package/{icons → src/icons}/outline/Hierarchy.d.ts +1 -1
- package/{icons → src/icons}/outline/Plug.d.ts +1 -1
- package/{icons → src/icons}/outline/Timeline.d.ts +1 -1
- package/{icons → src/icons}/outline/Timeline1.d.ts +1 -1
- package/{icons → src/icons}/outline/Wrench.d.ts +1 -1
- package/{icons → src/icons}/outline/Zone.d.ts +1 -1
- package/{icons/outline → src/icons/solid}/Battery.d.ts +1 -1
- package/{icons/outline → src/icons/solid}/BatteryCharging.d.ts +1 -1
- package/{icons/outline → src/icons/solid}/BatteryFull.d.ts +1 -1
- package/{icons → src/icons}/solid/BatteryLow.d.ts +1 -1
- package/{icons → src/icons}/solid/BatteryMedium.d.ts +1 -1
- package/{icons → src/icons}/solid/Bluetooth.d.ts +1 -1
- package/{icons → src/icons}/solid/BluetoothOff.d.ts +1 -1
- package/{icons → src/icons}/solid/Bucket.d.ts +1 -1
- package/{icons → src/icons}/solid/Bug.d.ts +1 -1
- package/{icons → src/icons}/solid/Compass.d.ts +1 -1
- package/{icons → src/icons}/solid/ConcreteMixer.d.ts +1 -1
- package/{icons → src/icons}/solid/ConstructionCone.d.ts +1 -1
- package/{icons → src/icons}/solid/DemolitionHammer.d.ts +1 -1
- package/{icons → src/icons}/solid/Directions.d.ts +1 -1
- package/{icons → src/icons}/solid/Excavator.d.ts +1 -1
- package/{icons → src/icons}/solid/FitToHeight.d.ts +1 -1
- package/{icons → src/icons}/solid/FitToWidth.d.ts +1 -1
- package/{icons → src/icons}/solid/Gps.d.ts +1 -1
- package/{icons → src/icons}/solid/Hardhat.d.ts +1 -1
- package/{icons → src/icons}/solid/Hierarchy.d.ts +1 -1
- package/{icons → src/icons}/solid/Plug.d.ts +1 -1
- package/{icons → src/icons}/solid/Timeline.d.ts +1 -1
- package/{icons → src/icons}/solid/Timeline1.d.ts +1 -1
- package/{icons → src/icons}/solid/Wrench.d.ts +1 -1
- package/{icons → src/icons}/solid/Zone.d.ts +1 -1
- /package/{index.d.ts → src/index.d.ts} +0 -0
- /package/{scripts → src/scripts}/generate-icons.d.ts +0 -0
- /package/{scripts → src/scripts}/svgoConfig.d.ts +0 -0
- /package/{trackunitIconLookup.d.ts → src/trackunitIconLookup.d.ts} +0 -0
package/Battery.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Battery = (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: "M7 4a1 1 0 0 0-2 0v1H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V4a1 1 0 1 0-2 0v1H7V4Zm4.14 3.232a1 1 0 0 1 .128 1.408L10.135 10H12a1 1 0 0 1 .768 1.64l-2.5 3a1 1 0 1 1-1.536-1.28L9.865 12H8a1 1 0 0 1-.768-1.64l2.5-3a1 1 0 0 1 1.408-.128Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const Battery = (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: "M7 4a1 1 0 0 0-2 0v1H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V4a1 1 0 1 0-2 0v1H7V4Zm4.14 3.232a1 1 0 0 1 .128 1.408L10.135 10H12a1 1 0 0 1 .768 1.64l-2.5 3a1 1 0 1 1-1.536-1.28L9.865 12H8a1 1 0 0 1-.768-1.64l2.5-3a1 1 0 0 1 1.408-.128Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(Battery);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/Battery2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Battery = (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: "m11.5 16 2.5-3h-4l2.5-3M16 6h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m8 0V4m0 2H8m0 0V4"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const Battery = (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: "m11.5 16 2.5-3h-4l2.5-3M16 6h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m8 0V4m0 2H8m0 0V4" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(Battery);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/BatteryCharging.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BatteryCharging = (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: "M2 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h.5A1.5 1.5 0 0 1 18 9.5v1a1.5 1.5 0 0 1-1.5 1.5H16v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6Zm8.14.232a1 1 0 0 1 .128 1.408L9.135 9H11a1 1 0 0 1 .768 1.64l-2.5 3a1 1 0 1 1-1.536-1.28L8.865 11H7a1 1 0 0 1-.768-1.64l2.5-3a1 1 0 0 1 1.408-.128Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const BatteryCharging = (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: "M2 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h.5A1.5 1.5 0 0 1 18 9.5v1a1.5 1.5 0 0 1-1.5 1.5H16v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6Zm8.14.232a1 1 0 0 1 .128 1.408L9.135 9H11a1 1 0 0 1 .768 1.64l-2.5 3a1 1 0 1 1-1.536-1.28L8.865 11H7a1 1 0 0 1-.768-1.64l2.5-3a1 1 0 0 1 1.408-.128Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(BatteryCharging);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/BatteryCharging2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BatteryCharging = (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: "M19 10.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1M10.5 15l2.5-3H9l2.5-3M5.639 19h10.555C17.652 19 19 17.657 19 16V8c0-1.657-1.348-3-2.806-3H5.64C4.18 5 3 6.343 3 8v8c0 1.657 1.181 3 2.639 3Z"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const BatteryCharging = (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: "M19 10.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1M10.5 15l2.5-3H9l2.5-3M5.639 19h10.555C17.652 19 19 17.657 19 16V8c0-1.657-1.348-3-2.806-3H5.64C4.18 5 3 6.343 3 8v8c0 1.657 1.181 3 2.639 3Z" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(BatteryCharging);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/BatteryFull.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BatteryFull = (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: "M2 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h.5A1.5 1.5 0 0 1 18 9.5v1a1.5 1.5 0 0 1-1.5 1.5H16v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6Zm12 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0V7ZM5 6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Zm5 1a1 1 0 0 0-2 0v6a1 1 0 1 0 2 0V7Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const BatteryFull = (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: "M2 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h.5A1.5 1.5 0 0 1 18 9.5v1a1.5 1.5 0 0 1-1.5 1.5H16v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6Zm12 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0V7ZM5 6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Zm5 1a1 1 0 0 0-2 0v6a1 1 0 1 0 2 0V7Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(BatteryFull);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/BatteryFull2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BatteryFull = (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 9v6m-4-6v6M7 9v6m12-4.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1M5.639 19h10.555C17.652 19 19 17.657 19 16V8c0-1.657-1.348-3-2.806-3H5.64C4.18 5 3 6.343 3 8v8c0 1.657 1.181 3 2.639 3Z"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const BatteryFull = (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 9v6m-4-6v6M7 9v6m12-4.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1M5.639 19h10.555C17.652 19 19 17.657 19 16V8c0-1.657-1.348-3-2.806-3H5.64C4.18 5 3 6.343 3 8v8c0 1.657 1.181 3 2.639 3Z" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(BatteryFull);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/BatteryLow.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BatteryLow = (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: "M2 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h.5A1.5 1.5 0 0 1 18 9.5v1a1.5 1.5 0 0 1-1.5 1.5H16v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6Zm3 0a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const BatteryLow = (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: "M2 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h.5A1.5 1.5 0 0 1 18 9.5v1a1.5 1.5 0 0 1-1.5 1.5H16v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6Zm3 0a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(BatteryLow);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/BatteryLow2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BatteryLow = (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: "M7 9v6m12-4.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1M5.639 19h10.555C17.652 19 19 17.657 19 16V8c0-1.657-1.348-3-2.806-3H5.64C4.18 5 3 6.343 3 8v8c0 1.657 1.181 3 2.639 3Z"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const BatteryLow = (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: "M7 9v6m12-4.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1M5.639 19h10.555C17.652 19 19 17.657 19 16V8c0-1.657-1.348-3-2.806-3H5.64C4.18 5 3 6.343 3 8v8c0 1.657 1.181 3 2.639 3Z" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(BatteryLow);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/BatteryMedium.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BatteryMedium = (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: "M4 4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-2h.5a1.5 1.5 0 0 0 1.5-1.5v-1A1.5 1.5 0 0 0 16.5 8H16V6a2 2 0 0 0-2-2H4Zm2 3a1 1 0 0 0-2 0v6a1 1 0 1 0 2 0V7Zm3-1a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const BatteryMedium = (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: "M4 4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-2h.5a1.5 1.5 0 0 0 1.5-1.5v-1A1.5 1.5 0 0 0 16.5 8H16V6a2 2 0 0 0-2-2H4Zm2 3a1 1 0 0 0-2 0v6a1 1 0 1 0 2 0V7Zm3-1a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(BatteryMedium);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/BatteryMedium2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BatteryMedium = (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: "M11 9v6M7 9v6m12-4.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1M5.639 19h10.555C17.652 19 19 17.657 19 16V8c0-1.657-1.348-3-2.806-3H5.64C4.18 5 3 6.343 3 8v8c0 1.657 1.181 3 2.639 3Z"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const BatteryMedium = (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: "M11 9v6M7 9v6m12-4.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1M5.639 19h10.555C17.652 19 19 17.657 19 16V8c0-1.657-1.348-3-2.806-3H5.64C4.18 5 3 6.343 3 8v8c0 1.657 1.181 3 2.639 3Z" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(BatteryMedium);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/Bluetooth.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Bluetooth = (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: "M8.567 2.099a1 1 0 0 1 1.058.12l5 4a1 1 0 0 1-.07 1.613L11.303 10l3.252 2.168a1 1 0 0 1 .07 1.613l-5 4A1 1 0 0 1 8 17v-4.798l-2.445 1.63a1 1 0 1 1-1.11-1.664L7.697 10 4.445 7.832a1 1 0 0 1 1.11-1.664L8 7.798V3a1 1 0 0 1 .567-.901ZM10 11.535l2.307 1.538L10 14.92v-3.384Zm0-3.07V5.08l2.307 1.846L10 8.465Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const Bluetooth = (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: "M8.567 2.099a1 1 0 0 1 1.058.12l5 4a1 1 0 0 1-.07 1.613L11.303 10l3.252 2.168a1 1 0 0 1 .07 1.613l-5 4A1 1 0 0 1 8 17v-4.798l-2.445 1.63a1 1 0 1 1-1.11-1.664L7.697 10 4.445 7.832a1 1 0 0 1 1.11-1.664L8 7.798V3a1 1 0 0 1 .567-.901ZM10 11.535l2.307 1.538L10 14.92v-3.384Zm0-3.07V5.08l2.307 1.846L10 8.465Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(Bluetooth);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/Bluetooth2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Bluetooth = (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: "m6 8 11 8-6 5V3l6 5-11 8"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const Bluetooth = (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: "m6 8 11 8-6 5V3l6 5-11 8" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(Bluetooth);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/BluetoothOff.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BluetoothOff = (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.403 2.093a1 1 0 0 1 1.067.144l4.588 3.889a1 1 0 0 1-.051 1.567L8.887 10l3.12 2.307a1 1 0 0 1 .051 1.567L7.47 17.763A1 1 0 0 1 5.824 17v-4.734l-2.23 1.65a1 1 0 0 1-1.189-1.609L5.525 10l-3.12-2.307a1 1 0 0 1 1.19-1.608l2.229 1.649V3a1 1 0 0 1 .58-.907Zm1.42 9.608 1.98 1.463-1.98 1.678V11.7Zm0-3.402V5.16l1.98 1.677L7.823 8.3Zm6.182-.179a1 1 0 0 1 1.414.012l.434.442.434-.442a1 1 0 0 1 1.426 1.402l-.458.466.458.466a1 1 0 1 1-1.426 1.402l-.434-.442-.434.442a1 1 0 0 1-1.426-1.402L14.45 10l-.458-.466a1 1 0 0 1 .012-1.414Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const BluetoothOff = (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.403 2.093a1 1 0 0 1 1.067.144l4.588 3.889a1 1 0 0 1-.051 1.567L8.887 10l3.12 2.307a1 1 0 0 1 .051 1.567L7.47 17.763A1 1 0 0 1 5.824 17v-4.734l-2.23 1.65a1 1 0 0 1-1.189-1.609L5.525 10l-3.12-2.307a1 1 0 0 1 1.19-1.608l2.229 1.649V3a1 1 0 0 1 .58-.907Zm1.42 9.608 1.98 1.463-1.98 1.678V11.7Zm0-3.402V5.16l1.98 1.677L7.823 8.3Zm6.182-.179a1 1 0 0 1 1.414.012l.434.442.434-.442a1 1 0 0 1 1.426 1.402l-.458.466.458.466a1 1 0 1 1-1.426 1.402l-.434-.442-.434.442a1 1 0 0 1-1.426-1.402L14.45 10l-.458-.466a1 1 0 0 1 .012-1.414Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(BluetoothOff);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/BluetoothOff2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const BluetoothOff = (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: "m4 8 11 8-6 5V3l6 5-11 8m14-5.5 3 3m0-3-3 3"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const BluetoothOff = (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: "m4 8 11 8-6 5V3l6 5-11 8m14-5.5 3 3m0-3-3 3" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(BluetoothOff);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/Bucket.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Bucket = (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: "M15.262 4H4.738c-1.168 0-2.09.996-2.055 2.163.036 1.203.034 2.686-.112 3.837-.127 1.01-.425 2.23-.727 3.305C1.47 14.633 2.446 16 3.825 16h12.35c1.38 0 2.355-1.367 1.981-2.695-.302-1.076-.6-2.296-.727-3.305-.146-1.151-.148-2.634-.112-3.837C17.352 4.996 16.43 4 15.262 4Zm-1.267 4.1v.007l-.003.028a11.236 11.236 0 0 0-.032.547c-.013.36-.012.804.034 1.205.044.388.151.826.256 1.185a10.686 10.686 0 0 0 .175.546l.01.028.003.006a1 1 0 0 1-1.876.696L13.5 12l-.938.348v-.003l-.002-.003-.004-.013-.015-.041a12.806 12.806 0 0 1-.21-.655 9.46 9.46 0 0 1-.325-1.52c-.061-.54-.06-1.095-.046-1.5A13.404 13.404 0 0 1 12 7.96l.003-.042.002-.012V7.9l.992.1-.992-.1a1 1 0 0 1 1.99.2Zm-8.037 0a1 1 0 0 1 1.99-.2l-.992.1.991-.1v.002l.001.004.001.012.004.042.012.147c.009.125.02.3.027.505.014.406.015.961-.046 1.501a9.466 9.466 0 0 1-.324 1.52 12.832 12.832 0 0 1-.21.655l-.015.041-.005.013-.001.003v.002L6.451 12l.938.347a1 1 0 0 1-1.875-.694l.002-.007.01-.028.041-.118c.035-.104.083-.252.134-.428.105-.359.213-.797.257-1.185.045-.4.047-.845.034-1.205a11.377 11.377 0 0 0-.032-.547l-.003-.028V8.1Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const Bucket = (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: "M15.262 4H4.738c-1.168 0-2.09.996-2.055 2.163.036 1.203.034 2.686-.112 3.837-.127 1.01-.425 2.23-.727 3.305C1.47 14.633 2.446 16 3.825 16h12.35c1.38 0 2.355-1.367 1.981-2.695-.302-1.076-.6-2.296-.727-3.305-.146-1.151-.148-2.634-.112-3.837C17.352 4.996 16.43 4 15.262 4Zm-1.267 4.1v.007l-.003.028a11.236 11.236 0 0 0-.032.547c-.013.36-.012.804.034 1.205.044.388.151.826.256 1.185a10.686 10.686 0 0 0 .175.546l.01.028.003.006a1 1 0 0 1-1.876.696L13.5 12l-.938.348v-.003l-.002-.003-.004-.013-.015-.041a12.806 12.806 0 0 1-.21-.655 9.46 9.46 0 0 1-.325-1.52c-.061-.54-.06-1.095-.046-1.5A13.404 13.404 0 0 1 12 7.96l.003-.042.002-.012V7.9l.992.1-.992-.1a1 1 0 0 1 1.99.2Zm-8.037 0a1 1 0 0 1 1.99-.2l-.992.1.991-.1v.002l.001.004.001.012.004.042.012.147c.009.125.02.3.027.505.014.406.015.961-.046 1.501a9.466 9.466 0 0 1-.324 1.52 12.832 12.832 0 0 1-.21.655l-.015.041-.005.013-.001.003v.002L6.451 12l.938.347a1 1 0 0 1-1.875-.694l.002-.007.01-.028.041-.118c.035-.104.083-.252.134-.428.105-.359.213-.797.257-1.185.045-.4.047-.845.034-1.205a11.377 11.377 0 0 0-.032-.547l-.003-.028V8.1Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(Bucket);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/Bucket2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Bucket = (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: "M9 9s.11 1.53 0 2.5C8.84 12.912 8 15 8 15m7.049-6s-.11 1.53 0 2.5c.16 1.412 1 3.5 1 3.5M4 12c.2-1.455.185-3.366.128-4.824C4.083 6.004 5.008 5 6.181 5h11.638c1.173 0 2.098 1.004 2.053 2.176-.057 1.458-.072 3.37.128 4.824.18 1.306.622 2.906 1.046 4.247.423 1.338-.557 2.753-1.96 2.753H4.914c-1.404 0-2.384-1.415-1.961-2.753.424-1.341.867-2.94 1.046-4.247Z"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const Bucket = (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: "M9 9s.11 1.53 0 2.5C8.84 12.912 8 15 8 15m7.049-6s-.11 1.53 0 2.5c.16 1.412 1 3.5 1 3.5M4 12c.2-1.455.185-3.366.128-4.824C4.083 6.004 5.008 5 6.181 5h11.638c1.173 0 2.098 1.004 2.053 2.176-.057 1.458-.072 3.37.128 4.824.18 1.306.622 2.906 1.046 4.247.423 1.338-.557 2.753-1.96 2.753H4.914c-1.404 0-2.384-1.415-1.961-2.753.424-1.341.867-2.94 1.046-4.247Z" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(Bucket);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/Bug.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 Bug = (props, svgRef) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
viewBox: "0 0 20 20",
|
|
9
|
-
width: props.width,
|
|
10
|
-
height: props.height,
|
|
11
|
-
ref: svgRef
|
|
12
|
-
}, props, {
|
|
13
|
-
children: jsx("path", {
|
|
14
|
-
d: "M12 5a2 2 0 1 0-4 0 2 2 0 0 0-2 2v.415A1.5 1.5 0 0 1 5 6a1 1 0 0 0-2 0 3.5 3.5 0 0 0 3 3.465v3.07A3.5 3.5 0 0 0 3 16a1 1 0 1 0 2 0 1.5 1.5 0 0 1 1.296-1.486 4.001 4.001 0 0 0 7.408 0A1.5 1.5 0 0 1 15 16a1 1 0 1 0 2 0 3.501 3.501 0 0 0-3-3.465v-3.07A3.5 3.5 0 0 0 17 6a1 1 0 1 0-2 0 1.5 1.5 0 0 1-1 1.415V7a2 2 0 0 0-2-2Z"
|
|
15
|
-
})
|
|
16
|
-
}));
|
|
17
|
-
};
|
|
18
|
-
|
|
4
|
+
const Bug = (props, svgRef) => {
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", width: props.width, height: props.height, ref: svgRef }, props, { children: jsx("path", { d: "M12 5a2 2 0 1 0-4 0 2 2 0 0 0-2 2v.415A1.5 1.5 0 0 1 5 6a1 1 0 0 0-2 0 3.5 3.5 0 0 0 3 3.465v3.07A3.5 3.5 0 0 0 3 16a1 1 0 1 0 2 0 1.5 1.5 0 0 1 1.296-1.486 4.001 4.001 0 0 0 7.408 0A1.5 1.5 0 0 1 15 16a1 1 0 1 0 2 0 3.501 3.501 0 0 0-3-3.465v-3.07A3.5 3.5 0 0 0 17 6a1 1 0 1 0-2 0 1.5 1.5 0 0 1-1 1.415V7a2 2 0 0 0-2-2Z" }) })));
|
|
6
|
+
};
|
|
19
7
|
const ForwardRef = React.forwardRef(Bug);
|
|
20
8
|
|
|
21
9
|
export { ForwardRef as default };
|
package/Bug2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Bug = (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: "M8 9a2 2 0 0 1 2-2M8 9v4m0-4H7a3 3 0 0 1-3-3m12 3a2 2 0 0 0-2-2m2 2v4m0-4h1a3 3 0 0 0 3-3m-6 1h-4m4 0V6a2 2 0 1 0-4 0v1m6 6v3c0 .345-.044.68-.126 1M16 13h4M8 13v3c0 .345.044.68.126 1M8 13H4m11.874 4a4.002 4.002 0 0 1-7.748 0m7.748 0H17a3 3 0 0 1 3 3M8.126 17H7a3 3 0 0 0-3 3"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const Bug = (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: "M8 9a2 2 0 0 1 2-2M8 9v4m0-4H7a3 3 0 0 1-3-3m12 3a2 2 0 0 0-2-2m2 2v4m0-4h1a3 3 0 0 0 3-3m-6 1h-4m4 0V6a2 2 0 1 0-4 0v1m6 6v3c0 .345-.044.68-.126 1M16 13h4M8 13v3c0 .345.044.68.126 1M8 13H4m11.874 4a4.002 4.002 0 0 1-7.748 0m7.748 0H17a3 3 0 0 1 3 3M8.126 17H7a3 3 0 0 0-3 3" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(Bug);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/Compass.js
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Compass = (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: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-2.2-5.424 3.238-1.388a.286.286 0 0 0 .15-.15l1.388-3.239a.286.286 0 0 0-.375-.375L8.962 8.812a.286.286 0 0 0-.15.15l-1.388 3.239a.286.286 0 0 0 .375.375Z",
|
|
17
|
-
clipRule: "evenodd"
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
21
|
-
|
|
4
|
+
const Compass = (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: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-2.2-5.424 3.238-1.388a.286.286 0 0 0 .15-.15l1.388-3.239a.286.286 0 0 0-.375-.375L8.962 8.812a.286.286 0 0 0-.15.15l-1.388 3.239a.286.286 0 0 0 .375.375Z", clipRule: "evenodd" }) })));
|
|
6
|
+
};
|
|
22
7
|
const ForwardRef = React.forwardRef(Compass);
|
|
23
8
|
|
|
24
9
|
export { ForwardRef as default };
|
package/Compass2.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const Compass = (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: "m14 14-5 1 1-5 5-1-1 5M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Z"
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const Compass = (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: "m14 14-5 1 1-5 5-1-1 5M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Z" }) })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(Compass);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|
package/ConcreteMixer.js
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const ConcreteMixer = (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: "M11.876 8.553a4.502 4.502 0 0 1-8.752 0c-.162-.677.058-1.37.403-1.975l.897-1.57A2 2 0 0 1 6.161 4h2.678a2 2 0 0 1 1.737 1.008l.897 1.57c.345.604.565 1.298.403 1.975Z"
|
|
17
|
-
}), jsx("path", {
|
|
18
|
-
fillRule: "evenodd",
|
|
19
|
-
d: "M13 5.204V13a2 2 0 0 0-1.732 1H7.732a2 2 0 0 0-3.464 0H4a1 1 0 1 0 0 2h.268a2 2 0 0 0 3.464 0h3.536a2 2 0 0 0 3.464 0H16a1 1 0 0 0 1-1V7.408a2 2 0 0 0-.683-1.506l-1.659-1.45C14.012 3.884 13 4.344 13 5.203Z"
|
|
20
|
-
})]
|
|
21
|
-
}));
|
|
22
|
-
};
|
|
23
|
-
|
|
4
|
+
const ConcreteMixer = (props, svgRef) => {
|
|
5
|
+
return (jsxs("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: "M11.876 8.553a4.502 4.502 0 0 1-8.752 0c-.162-.677.058-1.37.403-1.975l.897-1.57A2 2 0 0 1 6.161 4h2.678a2 2 0 0 1 1.737 1.008l.897 1.57c.345.604.565 1.298.403 1.975Z" }), jsx("path", { fillRule: "evenodd", d: "M13 5.204V13a2 2 0 0 0-1.732 1H7.732a2 2 0 0 0-3.464 0H4a1 1 0 1 0 0 2h.268a2 2 0 0 0 3.464 0h3.536a2 2 0 0 0 3.464 0H16a1 1 0 0 0 1-1V7.408a2 2 0 0 0-.683-1.506l-1.659-1.45C14.012 3.884 13 4.344 13 5.203Z" })] })));
|
|
6
|
+
};
|
|
24
7
|
const ForwardRef = React.forwardRef(ConcreteMixer);
|
|
25
8
|
|
|
26
9
|
export { ForwardRef as default };
|