@trackunit/ui-icons 0.0.32

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.
Files changed (108) hide show
  1. package/Battery.js +24 -0
  2. package/Battery2.js +26 -0
  3. package/BatteryCharging.js +24 -0
  4. package/BatteryCharging2.js +26 -0
  5. package/BatteryFull.js +24 -0
  6. package/BatteryFull2.js +26 -0
  7. package/BatteryLow.js +24 -0
  8. package/BatteryLow2.js +26 -0
  9. package/BatteryMedium.js +24 -0
  10. package/BatteryMedium2.js +26 -0
  11. package/Bluetooth.js +24 -0
  12. package/Bluetooth2.js +26 -0
  13. package/BluetoothOff.js +24 -0
  14. package/BluetoothOff2.js +26 -0
  15. package/Bucket.js +24 -0
  16. package/Bucket2.js +26 -0
  17. package/Bug.js +21 -0
  18. package/Bug2.js +26 -0
  19. package/Compass.js +24 -0
  20. package/Compass2.js +26 -0
  21. package/ConcreteMixer.js +26 -0
  22. package/ConcreteMixer2.js +26 -0
  23. package/DemolitionHammer.js +23 -0
  24. package/DemolitionHammer2.js +26 -0
  25. package/Directions.js +24 -0
  26. package/Directions2.js +26 -0
  27. package/Excavator.js +23 -0
  28. package/Excavator2.js +26 -0
  29. package/FitToHeight.js +24 -0
  30. package/FitToHeight2.js +26 -0
  31. package/FitToWidth.js +24 -0
  32. package/FitToWidth2.js +26 -0
  33. package/Gps.js +24 -0
  34. package/Gps2.js +26 -0
  35. package/Hardhat.js +23 -0
  36. package/Hardhat2.js +26 -0
  37. package/Hierarchy.js +22 -0
  38. package/Hierarchy2.js +26 -0
  39. package/IconProps.d.ts +7 -0
  40. package/Plug.js +22 -0
  41. package/Plug2.js +26 -0
  42. package/README.md +7 -0
  43. package/Timeline.js +22 -0
  44. package/Timeline1.js +22 -0
  45. package/Timeline12.js +26 -0
  46. package/Timeline2.js +26 -0
  47. package/TrackunitIcons.d.ts +60 -0
  48. package/Wrench.js +22 -0
  49. package/Wrench2.js +26 -0
  50. package/Zone.js +24 -0
  51. package/Zone2.js +26 -0
  52. package/ensureIconWithFallback.d.ts +3 -0
  53. package/heroIconLookup.d.ts +2 -0
  54. package/heroiconsTypes.d.ts +9 -0
  55. package/icons/outline/Battery.d.ts +3 -0
  56. package/icons/outline/BatteryCharging.d.ts +3 -0
  57. package/icons/outline/BatteryFull.d.ts +3 -0
  58. package/icons/outline/BatteryLow.d.ts +3 -0
  59. package/icons/outline/BatteryMedium.d.ts +3 -0
  60. package/icons/outline/Bluetooth.d.ts +3 -0
  61. package/icons/outline/BluetoothOff.d.ts +3 -0
  62. package/icons/outline/Bucket.d.ts +3 -0
  63. package/icons/outline/Bug.d.ts +3 -0
  64. package/icons/outline/Compass.d.ts +3 -0
  65. package/icons/outline/ConcreteMixer.d.ts +3 -0
  66. package/icons/outline/DemolitionHammer.d.ts +3 -0
  67. package/icons/outline/Directions.d.ts +3 -0
  68. package/icons/outline/Excavator.d.ts +3 -0
  69. package/icons/outline/FitToHeight.d.ts +3 -0
  70. package/icons/outline/FitToWidth.d.ts +3 -0
  71. package/icons/outline/Gps.d.ts +3 -0
  72. package/icons/outline/Hardhat.d.ts +3 -0
  73. package/icons/outline/Hierarchy.d.ts +3 -0
  74. package/icons/outline/Plug.d.ts +3 -0
  75. package/icons/outline/Timeline.d.ts +3 -0
  76. package/icons/outline/Timeline1.d.ts +3 -0
  77. package/icons/outline/Wrench.d.ts +3 -0
  78. package/icons/outline/Zone.d.ts +3 -0
  79. package/icons/solid/Battery.d.ts +3 -0
  80. package/icons/solid/BatteryCharging.d.ts +3 -0
  81. package/icons/solid/BatteryFull.d.ts +3 -0
  82. package/icons/solid/BatteryLow.d.ts +3 -0
  83. package/icons/solid/BatteryMedium.d.ts +3 -0
  84. package/icons/solid/Bluetooth.d.ts +3 -0
  85. package/icons/solid/BluetoothOff.d.ts +3 -0
  86. package/icons/solid/Bucket.d.ts +3 -0
  87. package/icons/solid/Bug.d.ts +3 -0
  88. package/icons/solid/Compass.d.ts +3 -0
  89. package/icons/solid/ConcreteMixer.d.ts +3 -0
  90. package/icons/solid/DemolitionHammer.d.ts +3 -0
  91. package/icons/solid/Directions.d.ts +3 -0
  92. package/icons/solid/Excavator.d.ts +3 -0
  93. package/icons/solid/FitToHeight.d.ts +3 -0
  94. package/icons/solid/FitToWidth.d.ts +3 -0
  95. package/icons/solid/Gps.d.ts +3 -0
  96. package/icons/solid/Hardhat.d.ts +3 -0
  97. package/icons/solid/Hierarchy.d.ts +3 -0
  98. package/icons/solid/Plug.d.ts +3 -0
  99. package/icons/solid/Timeline.d.ts +3 -0
  100. package/icons/solid/Timeline1.d.ts +3 -0
  101. package/icons/solid/Wrench.d.ts +3 -0
  102. package/icons/solid/Zone.d.ts +3 -0
  103. package/index.d.ts +6 -0
  104. package/index.js +572 -0
  105. package/package.json +16 -0
  106. package/scripts/generate-icons.d.ts +2 -0
  107. package/scripts/svgoConfig.d.ts +2 -0
  108. package/trackunitIconLookup.d.ts +2 -0
package/Directions2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Directions = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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 8 3 3m0 0-3 3m3-3h-4a2 2 0 0 0-2 2v2m11-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
20
+ })
21
+ });
22
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Directions);
25
+
26
+ export { ForwardRef as default };
package/Excavator.js ADDED
@@ -0,0 +1,23 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Excavator = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "M12 3.586A2 2 0 0 1 13.414 3H14.5a2 2 0 0 1 2 2v5.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-5A.5.5 0 0 0 14 5h-.379a.5.5 0 0 0-.353.146l-1.662 1.662A1.997 1.997 0 0 0 10 6h-.414L12 3.586ZM8 7a1 1 0 0 0-1 1v5h3a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H8Zm-5 4a1 1 0 0 1 1-1h2v3H4a1 1 0 0 1-1-1v-1Zm0 4.5A1.5 1.5 0 0 1 4.5 14h5a1.5 1.5 0 0 1 0 3h-5A1.5 1.5 0 0 1 3 15.5ZM14.55 12h2.15a.3.3 0 0 1 .3.3 2.7 2.7 0 0 1-2.7 2.7.3.3 0 0 1-.3-.3v-2.15a.55.55 0 0 1 .55-.55Z"
17
+ })
18
+ });
19
+ };
20
+
21
+ const ForwardRef = React.forwardRef(Excavator);
22
+
23
+ export { ForwardRef as default };
package/Excavator2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Excavator = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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 9 4.414-4.414A2 2 0 0 1 16.828 4H18a2 2 0 0 1 2 2v7m-10 4h2a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2Zm-2-5H5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h3v-5Zm14 2a1 1 0 0 0-1-1h-1.667c-.736 0-1.333.597-1.333 1.333V16a1 1 0 0 0 1 1 3 3 0 0 0 3-3Zm-8 5a2 2 0 0 0-2-2H6a2 2 0 1 0 0 4h6a2 2 0 0 0 2-2Z"
20
+ })
21
+ });
22
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Excavator);
25
+
26
+ export { ForwardRef as default };
package/FitToHeight.js ADDED
@@ -0,0 +1,24 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const FitToHeight = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "M16 4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4Zm-4.207 4.207a1 1 0 1 0 1.414-1.414l-2.5-2.5a1 1 0 0 0-1.414 0l-2.5 2.5a1 1 0 0 0 1.414 1.414L9 7.414v5.172l-.793-.793a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.414 0l2.5-2.5a1 1 0 0 0-1.414-1.414l-.793.793V7.414l.793.793Z",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
21
+
22
+ const ForwardRef = React.forwardRef(FitToHeight);
23
+
24
+ export { ForwardRef as default };
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const FitToHeight = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "m12 7 2.5 2.5M12 7 9.5 9.5M12 7v10m0 0 2.5-2.5M12 17l-2.5-2.5M7 3h10a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z"
20
+ })
21
+ });
22
+ };
23
+
24
+ const ForwardRef = React.forwardRef(FitToHeight);
25
+
26
+ export { ForwardRef as default };
package/FitToWidth.js ADDED
@@ -0,0 +1,24 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const FitToWidth = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4Zm4.207 4.207a1 1 0 0 0-1.414-1.414l-2.5 2.5a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 1.414-1.414L7.414 11h5.172l-.793.793a1 1 0 0 0 1.414 1.414l2.5-2.5a1 1 0 0 0 0-1.414l-2.5-2.5a1 1 0 1 0-1.414 1.414l.793.793H7.414l.793-.793Z",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
21
+
22
+ const ForwardRef = React.forwardRef(FitToWidth);
23
+
24
+ export { ForwardRef as default };
package/FitToWidth2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const FitToWidth = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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 12 2.5-2.5M7 12l2.5 2.5M7 12h10m0 0-2.5-2.5M17 12l-2.5 2.5M5 5h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z"
20
+ })
21
+ });
22
+ };
23
+
24
+ const ForwardRef = React.forwardRef(FitToWidth);
25
+
26
+ export { ForwardRef as default };
package/Gps.js ADDED
@@ -0,0 +1,24 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Gps = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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 3a1 1 0 0 1 1 1v1.1a5.007 5.007 0 0 1 3.9 3.902H16a1 1 0 1 1 0 2h-1.1a5.007 5.007 0 0 1-3.9 3.901V16a1 1 0 1 1-2 0v-1.096a5.007 5.007 0 0 1-3.9-3.902H4a1 1 0 1 1 0-2h1.1A5.007 5.007 0 0 1 9 5.1V4a1 1 0 0 1 1-1Zm0 8.717a1.715 1.715 0 1 0 0-3.429 1.715 1.715 0 0 0 0 3.43Z",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
21
+
22
+ const ForwardRef = React.forwardRef(Gps);
23
+
24
+ export { ForwardRef as default };
package/Gps2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Gps = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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 12a7 7 0 0 1-7 7m7-7a7 7 0 0 0-7-7m7 7h2m-9 7a7 7 0 0 1-7-7m7 7v2m-7-9a7 7 0 0 1 7-7m-7 7H3m9-7V3m3 9a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
20
+ })
21
+ });
22
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Gps);
25
+
26
+ export { ForwardRef as default };
package/Hardhat.js ADDED
@@ -0,0 +1,23 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Hardhat = (props, svgRef) => {
5
+ return jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "M11.5 8.5v-5A.5.5 0 0 0 11 3H9a.5.5 0 0 0-.5.5v5a1.5 1.5 0 1 0 3 0Z"
15
+ }), jsx("path", {
16
+ d: "M3 11a6.997 6.997 0 0 1 3.5-6.064v3.752C6.5 10.758 8.326 12 10 12s3.5-1.24 3.5-3.313v-3.75A6.997 6.997 0 0 1 17 11v2.527c0 .303-.12.593-.335.808L14.43 16.57a1.463 1.463 0 0 1-1.035.429H6.606c-.388 0-.76-.154-1.035-.429l-2.236-2.236A1.143 1.143 0 0 1 3 13.526V11Z"
17
+ })]
18
+ });
19
+ };
20
+
21
+ const ForwardRef = React.forwardRef(Hardhat);
22
+
23
+ export { ForwardRef as default };
package/Hardhat2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Hardhat = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "M10 5.252C6.55 6.14 4 9.272 4 13v2.927c0 .047.015.093.044.131L6.4 19.2A2 2 0 0 0 8 20h8a2 2 0 0 0 1.6-.8l2.356-3.142a.219.219 0 0 0 .044-.13V13c0-3.728-2.55-6.86-6-7.748m-4 0V10a2 2 0 1 0 4 0V5.252m-4 0C10 4.561 10.56 4 11.252 4h1.496C13.439 4 14 4.56 14 5.252"
20
+ })
21
+ });
22
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Hardhat);
25
+
26
+ export { ForwardRef as default };
package/Hierarchy.js ADDED
@@ -0,0 +1,22 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Hierarchy = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "M11.003 6.73A2 2 0 1 0 9 6.733V7c0 1.33-.327 1.913-.645 2.23-.367.368-.88.557-1.671.821l-.073.024c-.702.234-1.649.549-2.38 1.28-.47.47-.81 1.062-1.012 1.803a2 2 0 1 0 2.014.267 1.82 1.82 0 0 1 .412-.655c.367-.368.88-.557 1.671-.821l.073-.024c.473-.158 1.057-.352 1.611-.685v2.028A2 2 0 0 0 10 17a2 2 0 0 0 1-3.732V11.09c.565.377 1.162.601 1.648.784.806.302 1.325.5 1.703.883.149.151.299.358.417.668a2 2 0 1 0 2.013-.266c-.201-.742-.54-1.333-1.006-1.807-.701-.71-1.609-1.047-2.291-1.301L13.35 10c-.769-.288-1.29-.515-1.666-.939-.329-.37-.649-1.015-.682-2.331Z"
16
+ })
17
+ });
18
+ };
19
+
20
+ const ForwardRef = React.forwardRef(Hierarchy);
21
+
22
+ export { ForwardRef as default };
package/Hierarchy2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Hierarchy = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "M5 16a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm0 0c0-5 7-2 7-7m7 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm0 0c0-5-7-2-7-7m0 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm0 0V9m0-5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"
20
+ })
21
+ });
22
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Hierarchy);
25
+
26
+ export { ForwardRef as default };
package/IconProps.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ export interface IconProps {
2
+ className?: string;
3
+ size?: number | string;
4
+ fillColor?: string;
5
+ strokeColor?: string;
6
+ "data-testid"?: string;
7
+ }
package/Plug.js ADDED
@@ -0,0 +1,22 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Plug = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "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"
16
+ })
17
+ });
18
+ };
19
+
20
+ const ForwardRef = React.forwardRef(Plug);
21
+
22
+ export { ForwardRef as default };
package/Plug2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Plug = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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 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"
20
+ })
21
+ });
22
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Plug);
25
+
26
+ export { ForwardRef as default };
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # ui-icons
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running unit tests
6
+
7
+ Run `nx test ui-icons` to execute the unit tests via [Jest](https://jestjs.io).
package/Timeline.js ADDED
@@ -0,0 +1,22 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Timeline = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "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"
16
+ })
17
+ });
18
+ };
19
+
20
+ const ForwardRef = React.forwardRef(Timeline);
21
+
22
+ export { ForwardRef as default };
package/Timeline1.js ADDED
@@ -0,0 +1,22 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Timeline1 = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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: "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"
16
+ })
17
+ });
18
+ };
19
+
20
+ const ForwardRef = React.forwardRef(Timeline1);
21
+
22
+ export { ForwardRef as default };
package/Timeline12.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Timeline1 = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Timeline1);
25
+
26
+ export { ForwardRef as default };
package/Timeline2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Timeline = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Timeline);
25
+
26
+ export { ForwardRef as default };
@@ -0,0 +1,60 @@
1
+ import * as React from "react";
2
+ export declare const TrackunitSolidIconsArray: readonly ["Battery", "BatteryCharging", "BatteryFull", "BatteryLow", "BatteryMedium", "Bluetooth", "BluetoothOff", "Bucket", "Bug", "Compass", "ConcreteMixer", "DemolitionHammer", "Directions", "Excavator", "FitToHeight", "FitToWidth", "Gps", "Hardhat", "Hierarchy", "Plug", "Timeline", "Timeline1", "Wrench", "Zone"];
3
+ export declare const TrackunitOutlineIconsArray: readonly ["Battery", "BatteryCharging", "BatteryFull", "BatteryLow", "BatteryMedium", "Bluetooth", "BluetoothOff", "Bucket", "Bug", "Compass", "ConcreteMixer", "DemolitionHammer", "Directions", "Excavator", "FitToHeight", "FitToWidth", "Gps", "Hardhat", "Hierarchy", "Plug", "Timeline", "Timeline1", "Wrench", "Zone"];
4
+ export declare type TrackunitIconName = typeof TrackunitSolidIconsArray[number] | typeof TrackunitOutlineIconsArray[number];
5
+ export declare type TrackunitIcon = (props: React.ComponentProps<"svg">) => JSX.Element;
6
+ export declare type LookupTrackUnitIcon = {
7
+ [key in TrackunitIconName]: TrackunitIcon;
8
+ };
9
+ export declare const lookupTrackunitSolidIcon: {
10
+ BatteryCharging: TrackunitIcon;
11
+ BatteryFull: TrackunitIcon;
12
+ BatteryLow: TrackunitIcon;
13
+ BatteryMedium: TrackunitIcon;
14
+ Battery: TrackunitIcon;
15
+ BluetoothOff: TrackunitIcon;
16
+ Bluetooth: TrackunitIcon;
17
+ Bucket: TrackunitIcon;
18
+ Bug: TrackunitIcon;
19
+ Compass: TrackunitIcon;
20
+ ConcreteMixer: TrackunitIcon;
21
+ DemolitionHammer: TrackunitIcon;
22
+ Directions: TrackunitIcon;
23
+ Excavator: TrackunitIcon;
24
+ FitToHeight: TrackunitIcon;
25
+ FitToWidth: TrackunitIcon;
26
+ Gps: TrackunitIcon;
27
+ Hardhat: TrackunitIcon;
28
+ Hierarchy: TrackunitIcon;
29
+ Plug: TrackunitIcon;
30
+ Timeline1: TrackunitIcon;
31
+ Timeline: TrackunitIcon;
32
+ Wrench: TrackunitIcon;
33
+ Zone: TrackunitIcon;
34
+ };
35
+ export declare const lookupTrackunitOutlineIcon: {
36
+ BatteryCharging: TrackunitIcon;
37
+ BatteryFull: TrackunitIcon;
38
+ BatteryLow: TrackunitIcon;
39
+ BatteryMedium: TrackunitIcon;
40
+ Battery: TrackunitIcon;
41
+ BluetoothOff: TrackunitIcon;
42
+ Bluetooth: TrackunitIcon;
43
+ Bucket: TrackunitIcon;
44
+ Bug: TrackunitIcon;
45
+ Compass: TrackunitIcon;
46
+ ConcreteMixer: TrackunitIcon;
47
+ DemolitionHammer: TrackunitIcon;
48
+ Directions: TrackunitIcon;
49
+ Excavator: TrackunitIcon;
50
+ FitToHeight: TrackunitIcon;
51
+ FitToWidth: TrackunitIcon;
52
+ Gps: TrackunitIcon;
53
+ Hardhat: TrackunitIcon;
54
+ Hierarchy: TrackunitIcon;
55
+ Plug: TrackunitIcon;
56
+ Timeline1: TrackunitIcon;
57
+ Timeline: TrackunitIcon;
58
+ Wrench: TrackunitIcon;
59
+ Zone: TrackunitIcon;
60
+ };
package/Wrench.js ADDED
@@ -0,0 +1,22 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Wrench = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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
+ };
19
+
20
+ const ForwardRef = React.forwardRef(Wrench);
21
+
22
+ export { ForwardRef as default };
package/Wrench2.js ADDED
@@ -0,0 +1,26 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Wrench = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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
+ };
23
+
24
+ const ForwardRef = React.forwardRef(Wrench);
25
+
26
+ export { ForwardRef as default };
package/Zone.js ADDED
@@ -0,0 +1,24 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const Zone = (props, svgRef) => {
5
+ return jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
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
+ };
21
+
22
+ const ForwardRef = React.forwardRef(Zone);
23
+
24
+ export { ForwardRef as default };