@trackunit/ui-icons 0.0.66 → 0.0.67
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 +1 -1
- package/Battery.js +1 -1
- package/Battery2.cjs +1 -1
- package/Battery2.js +1 -1
- package/BatteryCharging.cjs +1 -1
- package/BatteryCharging.js +1 -1
- package/BatteryCharging2.cjs +1 -1
- package/BatteryCharging2.js +1 -1
- package/BatteryFull.cjs +1 -1
- package/BatteryFull.js +1 -1
- package/BatteryFull2.cjs +1 -1
- package/BatteryFull2.js +1 -1
- package/BatteryLow.cjs +1 -1
- package/BatteryLow.js +1 -1
- package/BatteryLow2.cjs +1 -1
- package/BatteryLow2.js +1 -1
- package/BatteryMedium.cjs +1 -1
- package/BatteryMedium.js +1 -1
- package/BatteryMedium2.cjs +1 -1
- package/BatteryMedium2.js +1 -1
- package/Bluetooth.cjs +1 -1
- package/Bluetooth.js +1 -1
- package/Bluetooth2.cjs +1 -1
- package/Bluetooth2.js +1 -1
- package/BluetoothOff.cjs +1 -1
- package/BluetoothOff.js +1 -1
- package/BluetoothOff2.cjs +1 -1
- package/BluetoothOff2.js +1 -1
- package/Bucket.cjs +1 -1
- package/Bucket.js +1 -1
- package/Bucket2.cjs +1 -1
- package/Bucket2.js +1 -1
- package/Bug.cjs +1 -1
- package/Bug.js +1 -1
- package/Bug2.cjs +1 -1
- package/Bug2.js +1 -1
- package/Compass.cjs +1 -1
- package/Compass.js +1 -1
- package/Compass2.cjs +1 -1
- package/Compass2.js +1 -1
- package/ConcreteMixer.cjs +1 -1
- package/ConcreteMixer.js +1 -1
- package/ConcreteMixer2.cjs +1 -1
- package/ConcreteMixer2.js +1 -1
- package/ConstructionCone.cjs +1 -1
- package/ConstructionCone.js +1 -1
- package/ConstructionCone2.cjs +1 -1
- package/ConstructionCone2.js +1 -1
- package/DemolitionHammer.cjs +1 -1
- package/DemolitionHammer.js +1 -1
- package/DemolitionHammer2.cjs +1 -1
- package/DemolitionHammer2.js +1 -1
- package/Directions.cjs +1 -1
- package/Directions.js +1 -1
- package/Directions2.cjs +1 -1
- package/Directions2.js +1 -1
- package/Excavator.cjs +1 -1
- package/Excavator.js +1 -1
- package/Excavator2.cjs +1 -1
- package/Excavator2.js +1 -1
- package/FitToHeight.cjs +1 -1
- package/FitToHeight.js +1 -1
- package/FitToHeight2.cjs +1 -1
- package/FitToHeight2.js +1 -1
- package/FitToWidth.cjs +1 -1
- package/FitToWidth.js +1 -1
- package/FitToWidth2.cjs +1 -1
- package/FitToWidth2.js +1 -1
- package/Gps.cjs +1 -1
- package/Gps.js +1 -1
- package/Gps2.cjs +1 -1
- package/Gps2.js +1 -1
- package/Hardhat.cjs +1 -1
- package/Hardhat.js +1 -1
- package/Hardhat2.cjs +1 -1
- package/Hardhat2.js +1 -1
- package/Hierarchy.cjs +1 -1
- package/Hierarchy.js +1 -1
- package/Hierarchy2.cjs +1 -1
- package/Hierarchy2.js +1 -1
- package/MapMarkerLabel.cjs +31 -0
- package/MapMarkerLabel.js +9 -0
- package/MapMarkerLabel2.cjs +31 -0
- package/MapMarkerLabel2.js +9 -0
- package/MapMarkerPoint.cjs +31 -0
- package/MapMarkerPoint.js +9 -0
- package/MapMarkerPoint2.cjs +31 -0
- package/MapMarkerPoint2.js +9 -0
- package/Plug.cjs +1 -1
- package/Plug.js +1 -1
- package/Plug2.cjs +1 -1
- package/Plug2.js +1 -1
- package/Timeline.cjs +1 -1
- package/Timeline.js +1 -1
- package/Timeline1.cjs +1 -1
- package/Timeline1.js +1 -1
- package/Timeline12.cjs +1 -1
- package/Timeline12.js +1 -1
- package/Timeline2.cjs +1 -1
- package/Timeline2.js +1 -1
- package/Wrench.cjs +1 -1
- package/Wrench.js +1 -1
- package/Wrench2.cjs +1 -1
- package/Wrench2.js +1 -1
- package/Zone.cjs +1 -1
- package/Zone.js +1 -1
- package/Zone2.cjs +1 -1
- package/Zone2.js +1 -1
- package/index.cjs +8 -0
- package/index.js +8 -0
- package/package.json +1 -1
- package/src/TrackunitIcons.generated.d.ts +7 -3
- package/src/icons/outline/MapMarkerLabel.d.ts +3 -0
- package/src/icons/outline/MapMarkerPoint.d.ts +3 -0
- package/src/icons/solid/MapMarkerLabel.d.ts +3 -0
- package/src/icons/solid/MapMarkerPoint.d.ts +3 -0
- package/src/scripts/svgoConfig.d.ts +3 -2
package/Plug.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Plug = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: 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" }) })));
|
|
6
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Plug);
|
|
8
8
|
|
package/Plug2.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Plug = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Plug);
|
|
30
30
|
|
package/Plug2.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Plug = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: 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" }) })));
|
|
6
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Plug);
|
|
8
8
|
|
package/Timeline.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Timeline = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Timeline);
|
|
30
30
|
|
package/Timeline.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Timeline = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: 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" }) })));
|
|
6
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Timeline);
|
|
8
8
|
|
package/Timeline1.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Timeline1 = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Timeline1);
|
|
30
30
|
|
package/Timeline1.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Timeline1 = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: 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" }) })));
|
|
6
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Timeline1);
|
|
8
8
|
|
package/Timeline12.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Timeline1 = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Timeline1);
|
|
30
30
|
|
package/Timeline12.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Timeline1 = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Timeline1);
|
|
8
8
|
|
package/Timeline2.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Timeline = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Timeline);
|
|
30
30
|
|
package/Timeline2.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Timeline = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Timeline);
|
|
8
8
|
|
package/Wrench.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Wrench = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Wrench);
|
|
30
30
|
|
package/Wrench.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Wrench = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", 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
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Wrench);
|
|
8
8
|
|
package/Wrench2.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Wrench = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Wrench);
|
|
30
30
|
|
package/Wrench2.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Wrench = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Wrench);
|
|
8
8
|
|
package/Zone.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Zone = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Zone);
|
|
30
30
|
|
package/Zone.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Zone = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", 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
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Zone);
|
|
8
8
|
|
package/Zone2.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
26
|
const Zone = (props, svgRef) => {
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
28
|
};
|
|
29
29
|
const ForwardRef = React__namespace.forwardRef(Zone);
|
|
30
30
|
|
package/Zone2.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const Zone = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none",
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", strokeWidth: 2, className: "h-6 w-6", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true", 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
6
|
};
|
|
7
7
|
const ForwardRef = React.forwardRef(Zone);
|
|
8
8
|
|
package/index.cjs
CHANGED
|
@@ -931,6 +931,8 @@ const TrackunitSolidIconsArray = [
|
|
|
931
931
|
"Gps",
|
|
932
932
|
"Hardhat",
|
|
933
933
|
"Hierarchy",
|
|
934
|
+
"MapMarkerLabel",
|
|
935
|
+
"MapMarkerPoint",
|
|
934
936
|
"Plug",
|
|
935
937
|
"Timeline",
|
|
936
938
|
"Timeline1",
|
|
@@ -958,6 +960,8 @@ const TrackunitOutlineIconsArray = [
|
|
|
958
960
|
"Gps",
|
|
959
961
|
"Hardhat",
|
|
960
962
|
"Hierarchy",
|
|
963
|
+
"MapMarkerLabel",
|
|
964
|
+
"MapMarkerPoint",
|
|
961
965
|
"Plug",
|
|
962
966
|
"Timeline",
|
|
963
967
|
"Timeline1",
|
|
@@ -985,6 +989,8 @@ const lookupTrackunitSolidIcon = {
|
|
|
985
989
|
Gps: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Gps.cjs'); })),
|
|
986
990
|
Hardhat: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Hardhat.cjs'); })),
|
|
987
991
|
Hierarchy: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Hierarchy.cjs'); })),
|
|
992
|
+
MapMarkerLabel: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerLabel.cjs'); })),
|
|
993
|
+
MapMarkerPoint: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerPoint.cjs'); })),
|
|
988
994
|
Plug: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Plug.cjs'); })),
|
|
989
995
|
Timeline1: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Timeline1.cjs'); })),
|
|
990
996
|
Timeline: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Timeline.cjs'); })),
|
|
@@ -1012,6 +1018,8 @@ const lookupTrackunitOutlineIcon = {
|
|
|
1012
1018
|
Gps: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Gps2.cjs'); })),
|
|
1013
1019
|
Hardhat: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Hardhat2.cjs'); })),
|
|
1014
1020
|
Hierarchy: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Hierarchy2.cjs'); })),
|
|
1021
|
+
MapMarkerLabel: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerLabel2.cjs'); })),
|
|
1022
|
+
MapMarkerPoint: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerPoint2.cjs'); })),
|
|
1015
1023
|
Plug: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Plug2.cjs'); })),
|
|
1016
1024
|
Timeline1: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Timeline12.cjs'); })),
|
|
1017
1025
|
Timeline: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Timeline2.cjs'); })),
|
package/index.js
CHANGED
|
@@ -905,6 +905,8 @@ const TrackunitSolidIconsArray = [
|
|
|
905
905
|
"Gps",
|
|
906
906
|
"Hardhat",
|
|
907
907
|
"Hierarchy",
|
|
908
|
+
"MapMarkerLabel",
|
|
909
|
+
"MapMarkerPoint",
|
|
908
910
|
"Plug",
|
|
909
911
|
"Timeline",
|
|
910
912
|
"Timeline1",
|
|
@@ -932,6 +934,8 @@ const TrackunitOutlineIconsArray = [
|
|
|
932
934
|
"Gps",
|
|
933
935
|
"Hardhat",
|
|
934
936
|
"Hierarchy",
|
|
937
|
+
"MapMarkerLabel",
|
|
938
|
+
"MapMarkerPoint",
|
|
935
939
|
"Plug",
|
|
936
940
|
"Timeline",
|
|
937
941
|
"Timeline1",
|
|
@@ -959,6 +963,8 @@ const lookupTrackunitSolidIcon = {
|
|
|
959
963
|
Gps: React__default.lazy(() => import('./Gps.js')),
|
|
960
964
|
Hardhat: React__default.lazy(() => import('./Hardhat.js')),
|
|
961
965
|
Hierarchy: React__default.lazy(() => import('./Hierarchy.js')),
|
|
966
|
+
MapMarkerLabel: React__default.lazy(() => import('./MapMarkerLabel.js')),
|
|
967
|
+
MapMarkerPoint: React__default.lazy(() => import('./MapMarkerPoint.js')),
|
|
962
968
|
Plug: React__default.lazy(() => import('./Plug.js')),
|
|
963
969
|
Timeline1: React__default.lazy(() => import('./Timeline1.js')),
|
|
964
970
|
Timeline: React__default.lazy(() => import('./Timeline.js')),
|
|
@@ -986,6 +992,8 @@ const lookupTrackunitOutlineIcon = {
|
|
|
986
992
|
Gps: React__default.lazy(() => import('./Gps2.js')),
|
|
987
993
|
Hardhat: React__default.lazy(() => import('./Hardhat2.js')),
|
|
988
994
|
Hierarchy: React__default.lazy(() => import('./Hierarchy2.js')),
|
|
995
|
+
MapMarkerLabel: React__default.lazy(() => import('./MapMarkerLabel2.js')),
|
|
996
|
+
MapMarkerPoint: React__default.lazy(() => import('./MapMarkerPoint2.js')),
|
|
989
997
|
Plug: React__default.lazy(() => import('./Plug2.js')),
|
|
990
998
|
Timeline1: React__default.lazy(() => import('./Timeline12.js')),
|
|
991
999
|
Timeline: React__default.lazy(() => import('./Timeline2.js')),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export declare const TrackunitSolidIconsArray: readonly ["Battery", "BatteryCharging", "BatteryFull", "BatteryLow", "BatteryMedium", "Bluetooth", "BluetoothOff", "Bucket", "Bug", "Compass", "ConcreteMixer", "ConstructionCone", "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", "ConstructionCone", "DemolitionHammer", "Directions", "Excavator", "FitToHeight", "FitToWidth", "Gps", "Hardhat", "Hierarchy", "Plug", "Timeline", "Timeline1", "Wrench", "Zone"];
|
|
4
|
-
export type TrackunitIconName = typeof TrackunitSolidIconsArray[number] | typeof TrackunitOutlineIconsArray[number];
|
|
2
|
+
export declare const TrackunitSolidIconsArray: readonly ["Battery", "BatteryCharging", "BatteryFull", "BatteryLow", "BatteryMedium", "Bluetooth", "BluetoothOff", "Bucket", "Bug", "Compass", "ConcreteMixer", "ConstructionCone", "DemolitionHammer", "Directions", "Excavator", "FitToHeight", "FitToWidth", "Gps", "Hardhat", "Hierarchy", "MapMarkerLabel", "MapMarkerPoint", "Plug", "Timeline", "Timeline1", "Wrench", "Zone"];
|
|
3
|
+
export declare const TrackunitOutlineIconsArray: readonly ["Battery", "BatteryCharging", "BatteryFull", "BatteryLow", "BatteryMedium", "Bluetooth", "BluetoothOff", "Bucket", "Bug", "Compass", "ConcreteMixer", "ConstructionCone", "DemolitionHammer", "Directions", "Excavator", "FitToHeight", "FitToWidth", "Gps", "Hardhat", "Hierarchy", "MapMarkerLabel", "MapMarkerPoint", "Plug", "Timeline", "Timeline1", "Wrench", "Zone"];
|
|
4
|
+
export type TrackunitIconName = (typeof TrackunitSolidIconsArray)[number] | (typeof TrackunitOutlineIconsArray)[number];
|
|
5
5
|
export type TrackunitIcon = (props: React.ComponentProps<"svg">) => JSX.Element;
|
|
6
6
|
export type LookupTrackUnitIcon = {
|
|
7
7
|
[key in TrackunitIconName]: TrackunitIcon;
|
|
@@ -27,6 +27,8 @@ export declare const lookupTrackunitSolidIcon: {
|
|
|
27
27
|
Gps: TrackunitIcon;
|
|
28
28
|
Hardhat: TrackunitIcon;
|
|
29
29
|
Hierarchy: TrackunitIcon;
|
|
30
|
+
MapMarkerLabel: TrackunitIcon;
|
|
31
|
+
MapMarkerPoint: TrackunitIcon;
|
|
30
32
|
Plug: TrackunitIcon;
|
|
31
33
|
Timeline1: TrackunitIcon;
|
|
32
34
|
Timeline: TrackunitIcon;
|
|
@@ -54,6 +56,8 @@ export declare const lookupTrackunitOutlineIcon: {
|
|
|
54
56
|
Gps: TrackunitIcon;
|
|
55
57
|
Hardhat: TrackunitIcon;
|
|
56
58
|
Hierarchy: TrackunitIcon;
|
|
59
|
+
MapMarkerLabel: TrackunitIcon;
|
|
60
|
+
MapMarkerPoint: TrackunitIcon;
|
|
57
61
|
Plug: TrackunitIcon;
|
|
58
62
|
Timeline1: TrackunitIcon;
|
|
59
63
|
Timeline: TrackunitIcon;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
declare const ForwardRef: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
declare const ForwardRef: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
declare const ForwardRef: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
declare const ForwardRef: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default ForwardRef;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const
|
|
1
|
+
import { Config } from "svgo";
|
|
2
|
+
export declare const svgoConfigOutline24: Config;
|
|
3
|
+
export declare const svgoConfigSolid24: Config;
|