@trackunit/ui-icons 0.0.68 → 0.0.69
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/{MapMarkerLabel.cjs → MapMarkerLabelRound.cjs} +3 -3
- package/MapMarkerLabelRound.js +9 -0
- package/{MapMarkerLabel2.cjs → MapMarkerLabelRound2.cjs} +3 -3
- package/MapMarkerLabelRound2.js +9 -0
- package/MapMarkerLabelSquare.cjs +31 -0
- package/MapMarkerLabelSquare.js +9 -0
- package/MapMarkerLabelSquare2.cjs +31 -0
- package/MapMarkerLabelSquare2.js +9 -0
- package/{MapMarkerPoint.cjs → MapMarkerPointRound.cjs} +2 -2
- package/{MapMarkerPoint.js → MapMarkerPointRound.js} +2 -2
- package/{MapMarkerPoint2.cjs → MapMarkerPointRound2.cjs} +2 -2
- package/{MapMarkerPoint2.js → MapMarkerPointRound2.js} +2 -2
- package/MapMarkerPointSquare.cjs +31 -0
- package/MapMarkerPointSquare.js +9 -0
- package/MapMarkerPointSquare2.cjs +31 -0
- package/MapMarkerPointSquare2.js +9 -0
- package/index.cjs +16 -8
- package/index.js +16 -8
- package/package.json +1 -1
- package/src/TrackunitIcons.generated.d.ts +10 -6
- package/src/icons/solid/MapMarkerLabelRound.d.ts +3 -0
- package/src/icons/solid/MapMarkerLabelSquare.d.ts +3 -0
- package/src/icons/solid/MapMarkerPointRound.d.ts +3 -0
- package/src/icons/solid/MapMarkerPointSquare.d.ts +3 -0
- package/MapMarkerLabel.js +0 -9
- package/MapMarkerLabel2.js +0 -9
- /package/src/icons/outline/{MapMarkerLabel.d.ts → MapMarkerLabelRound.d.ts} +0 -0
- /package/src/icons/outline/{MapMarkerPoint.d.ts → MapMarkerLabelSquare.d.ts} +0 -0
- /package/src/icons/{solid/MapMarkerLabel.d.ts → outline/MapMarkerPointRound.d.ts} +0 -0
- /package/src/icons/{solid/MapMarkerPoint.d.ts → outline/MapMarkerPointSquare.d.ts} +0 -0
|
@@ -23,9 +23,9 @@ function _interopNamespace(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "
|
|
26
|
+
const MapMarkerLabelRound = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M16 4a7 7 0 0 1 0 14h-1.5l-2.116 2.54a.5.5 0 0 1-.768 0L9.5 18H8A7 7 0 0 1 8 4h8Zm2.5 7.75h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm12.75-3h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Z" }) })));
|
|
28
28
|
};
|
|
29
|
-
const ForwardRef = React__namespace.forwardRef(
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(MapMarkerLabelRound);
|
|
30
30
|
|
|
31
31
|
exports["default"] = ForwardRef;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const MapMarkerLabelRound = (props, svgRef) => {
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M16 4a7 7 0 0 1 0 14h-1.5l-2.116 2.54a.5.5 0 0 1-.768 0L9.5 18H8A7 7 0 0 1 8 4h8Zm2.5 7.75h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm12.75-3h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Z" }) })));
|
|
6
|
+
};
|
|
7
|
+
const ForwardRef = React.forwardRef(MapMarkerLabelRound);
|
|
8
|
+
|
|
9
|
+
export { ForwardRef as default };
|
|
@@ -23,9 +23,9 @@ function _interopNamespace(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
27
|
-
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsxRuntime.jsx("rect", { width: 10, height: 1.5, x: 9, y: 8.75, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("rect", { width: 10, height: 1.5, x: 9, y: 11.75, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("path", { d: "
|
|
26
|
+
const MapMarkerLabelRound = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsxRuntime.jsx("rect", { width: 10, height: 1.5, x: 9, y: 8.75, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("rect", { width: 10, height: 1.5, x: 9, y: 11.75, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("path", { d: "M16 4.75c1.726 0 3.288.7 4.42 1.83A6.23 6.23 0 0 1 22.25 11a6.23 6.23 0 0 1-1.83 4.42A6.23 6.23 0 0 1 16 17.25h-1.851L12.3 19.467 9.783 17.25H8a6.23 6.23 0 0 1-4.42-1.83A6.23 6.23 0 0 1 1.75 11c0-1.726.7-3.288 1.83-4.42A6.23 6.23 0 0 1 8 4.75Z" }), jsxRuntime.jsx("rect", { width: 1.5, height: 1.5, x: 5, y: 8.75, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("rect", { width: 1.5, height: 1.5, x: 5, y: 11.75, fill: "#000000", rx: 0.5 })] }) })));
|
|
28
28
|
};
|
|
29
|
-
const ForwardRef = React__namespace.forwardRef(
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(MapMarkerLabelRound);
|
|
30
30
|
|
|
31
31
|
exports["default"] = ForwardRef;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const MapMarkerLabelRound = (props, svgRef) => {
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsx("rect", { width: 10, height: 1.5, x: 9, y: 8.75, fill: "#000000", rx: 0.5 }), jsx("rect", { width: 10, height: 1.5, x: 9, y: 11.75, fill: "#000000", rx: 0.5 }), jsx("path", { d: "M16 4.75c1.726 0 3.288.7 4.42 1.83A6.23 6.23 0 0 1 22.25 11a6.23 6.23 0 0 1-1.83 4.42A6.23 6.23 0 0 1 16 17.25h-1.851L12.3 19.467 9.783 17.25H8a6.23 6.23 0 0 1-4.42-1.83A6.23 6.23 0 0 1 1.75 11c0-1.726.7-3.288 1.83-4.42A6.23 6.23 0 0 1 8 4.75Z" }), jsx("rect", { width: 1.5, height: 1.5, x: 5, y: 8.75, fill: "#000000", rx: 0.5 }), jsx("rect", { width: 1.5, height: 1.5, x: 5, y: 11.75, fill: "#000000", rx: 0.5 })] }) })));
|
|
6
|
+
};
|
|
7
|
+
const ForwardRef = React.forwardRef(MapMarkerLabelRound);
|
|
8
|
+
|
|
9
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const MapMarkerLabelSquare = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M17.5 4a5 5 0 0 1 5 5v4a5 5 0 0 1-5 5h-3l-2.116 2.54a.5.5 0 0 1-.768 0L9.5 18h-3a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5h11Zm1 7.75h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm12.75-3h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(MapMarkerLabelSquare);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const MapMarkerLabelSquare = (props, svgRef) => {
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M17.5 4a5 5 0 0 1 5 5v4a5 5 0 0 1-5 5h-3l-2.116 2.54a.5.5 0 0 1-.768 0L9.5 18h-3a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5h11Zm1 7.75h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm12.75-3h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Z" }) })));
|
|
6
|
+
};
|
|
7
|
+
const ForwardRef = React.forwardRef(MapMarkerLabelSquare);
|
|
8
|
+
|
|
9
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const MapMarkerLabelSquare = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsxRuntime.jsx("rect", { width: 10, height: 1.5, x: 9, y: 8.75, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("rect", { width: 10, height: 1.5, x: 9, y: 11.75, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("path", { d: "M17.5 4.75c1.174 0 2.236.476 3.005 1.245A4.237 4.237 0 0 1 21.75 9v4a4.237 4.237 0 0 1-1.245 3.005A4.237 4.237 0 0 1 17.5 17.25h-3.351L12.3 19.467 9.783 17.25H6.5a4.237 4.237 0 0 1-3.005-1.245A4.237 4.237 0 0 1 2.25 13V9c0-1.174.476-2.236 1.245-3.005A4.237 4.237 0 0 1 6.5 4.75Z" }), jsxRuntime.jsx("rect", { width: 1.5, height: 1.5, x: 5, y: 8.75, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("rect", { width: 1.5, height: 1.5, x: 5, y: 11.75, fill: "#000000", rx: 0.5 })] }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(MapMarkerLabelSquare);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const MapMarkerLabelSquare = (props, svgRef) => {
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsx("rect", { width: 10, height: 1.5, x: 9, y: 8.75, fill: "#000000", rx: 0.5 }), jsx("rect", { width: 10, height: 1.5, x: 9, y: 11.75, fill: "#000000", rx: 0.5 }), jsx("path", { d: "M17.5 4.75c1.174 0 2.236.476 3.005 1.245A4.237 4.237 0 0 1 21.75 9v4a4.237 4.237 0 0 1-1.245 3.005A4.237 4.237 0 0 1 17.5 17.25h-3.351L12.3 19.467 9.783 17.25H6.5a4.237 4.237 0 0 1-3.005-1.245A4.237 4.237 0 0 1 2.25 13V9c0-1.174.476-2.236 1.245-3.005A4.237 4.237 0 0 1 6.5 4.75Z" }), jsx("rect", { width: 1.5, height: 1.5, x: 5, y: 8.75, fill: "#000000", rx: 0.5 }), jsx("rect", { width: 1.5, height: 1.5, x: 5, y: 11.75, fill: "#000000", rx: 0.5 })] }) })));
|
|
6
|
+
};
|
|
7
|
+
const ForwardRef = React.forwardRef(MapMarkerLabelSquare);
|
|
8
|
+
|
|
9
|
+
export { ForwardRef as default };
|
|
@@ -23,9 +23,9 @@ function _interopNamespace(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
26
|
+
const MapMarkerPointRound = (props, svgRef) => {
|
|
27
27
|
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14Zm0 5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" }) })));
|
|
28
28
|
};
|
|
29
|
-
const ForwardRef = React__namespace.forwardRef(
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(MapMarkerPointRound);
|
|
30
30
|
|
|
31
31
|
exports["default"] = ForwardRef;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const MapMarkerPointRound = (props, svgRef) => {
|
|
5
5
|
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14Zm0 5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" }) })));
|
|
6
6
|
};
|
|
7
|
-
const ForwardRef = React.forwardRef(
|
|
7
|
+
const ForwardRef = React.forwardRef(MapMarkerPointRound);
|
|
8
8
|
|
|
9
9
|
export { ForwardRef as default };
|
|
@@ -23,9 +23,9 @@ function _interopNamespace(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
26
|
+
const MapMarkerPointRound = (props, svgRef) => {
|
|
27
27
|
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 6.25, strokeWidth: 1.5 }), jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 2, fill: "#000000" })] }) })));
|
|
28
28
|
};
|
|
29
|
-
const ForwardRef = React__namespace.forwardRef(
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(MapMarkerPointRound);
|
|
30
30
|
|
|
31
31
|
exports["default"] = ForwardRef;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const MapMarkerPointRound = (props, svgRef) => {
|
|
5
5
|
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsx("circle", { cx: 12, cy: 12, r: 6.25, strokeWidth: 1.5 }), jsx("circle", { cx: 12, cy: 12, r: 2, fill: "#000000" })] }) })));
|
|
6
6
|
};
|
|
7
|
-
const ForwardRef = React.forwardRef(
|
|
7
|
+
const ForwardRef = React.forwardRef(MapMarkerPointRound);
|
|
8
8
|
|
|
9
9
|
export { ForwardRef as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const MapMarkerPointSquare = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M10.5 10h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5ZM9 5h6a4 4 0 0 1 4 4v6a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4Z" }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(MapMarkerPointSquare);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const MapMarkerPointSquare = (props, svgRef) => {
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M10.5 10h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5ZM9 5h6a4 4 0 0 1 4 4v6a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4Z" }) })));
|
|
6
|
+
};
|
|
7
|
+
const ForwardRef = React.forwardRef(MapMarkerPointSquare);
|
|
8
|
+
|
|
9
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n["default"] = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
25
|
+
|
|
26
|
+
const MapMarkerPointSquare = (props, svgRef) => {
|
|
27
|
+
return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxRuntime.jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsxRuntime.jsx("rect", { width: 4, height: 4, x: 10, y: 10, fill: "#000000", rx: 0.5 }), jsxRuntime.jsx("rect", { width: 12.5, height: 12.5, x: 5.75, y: 5.75, strokeWidth: 1.5, rx: 4 })] }) })));
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = React__namespace.forwardRef(MapMarkerPointSquare);
|
|
30
|
+
|
|
31
|
+
exports["default"] = ForwardRef;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const MapMarkerPointSquare = (props, svgRef) => {
|
|
5
|
+
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsx("rect", { width: 4, height: 4, x: 10, y: 10, fill: "#000000", rx: 0.5 }), jsx("rect", { width: 12.5, height: 12.5, x: 5.75, y: 5.75, strokeWidth: 1.5, rx: 4 })] }) })));
|
|
6
|
+
};
|
|
7
|
+
const ForwardRef = React.forwardRef(MapMarkerPointSquare);
|
|
8
|
+
|
|
9
|
+
export { ForwardRef as default };
|
package/index.cjs
CHANGED
|
@@ -931,8 +931,10 @@ const TrackunitSolidIconsArray = [
|
|
|
931
931
|
"Gps",
|
|
932
932
|
"Hardhat",
|
|
933
933
|
"Hierarchy",
|
|
934
|
-
"
|
|
935
|
-
"
|
|
934
|
+
"MapMarkerLabelRound",
|
|
935
|
+
"MapMarkerLabelSquare",
|
|
936
|
+
"MapMarkerPointRound",
|
|
937
|
+
"MapMarkerPointSquare",
|
|
936
938
|
"Plug",
|
|
937
939
|
"Timeline",
|
|
938
940
|
"Timeline1",
|
|
@@ -960,8 +962,10 @@ const TrackunitOutlineIconsArray = [
|
|
|
960
962
|
"Gps",
|
|
961
963
|
"Hardhat",
|
|
962
964
|
"Hierarchy",
|
|
963
|
-
"
|
|
964
|
-
"
|
|
965
|
+
"MapMarkerLabelRound",
|
|
966
|
+
"MapMarkerLabelSquare",
|
|
967
|
+
"MapMarkerPointRound",
|
|
968
|
+
"MapMarkerPointSquare",
|
|
965
969
|
"Plug",
|
|
966
970
|
"Timeline",
|
|
967
971
|
"Timeline1",
|
|
@@ -989,8 +993,10 @@ const lookupTrackunitSolidIcon = {
|
|
|
989
993
|
Gps: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Gps.cjs'); })),
|
|
990
994
|
Hardhat: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Hardhat.cjs'); })),
|
|
991
995
|
Hierarchy: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Hierarchy.cjs'); })),
|
|
992
|
-
|
|
993
|
-
|
|
996
|
+
MapMarkerLabelRound: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerLabelRound.cjs'); })),
|
|
997
|
+
MapMarkerLabelSquare: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerLabelSquare.cjs'); })),
|
|
998
|
+
MapMarkerPointRound: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerPointRound.cjs'); })),
|
|
999
|
+
MapMarkerPointSquare: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerPointSquare.cjs'); })),
|
|
994
1000
|
Plug: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Plug.cjs'); })),
|
|
995
1001
|
Timeline1: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Timeline1.cjs'); })),
|
|
996
1002
|
Timeline: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Timeline.cjs'); })),
|
|
@@ -1018,8 +1024,10 @@ const lookupTrackunitOutlineIcon = {
|
|
|
1018
1024
|
Gps: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Gps2.cjs'); })),
|
|
1019
1025
|
Hardhat: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Hardhat2.cjs'); })),
|
|
1020
1026
|
Hierarchy: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Hierarchy2.cjs'); })),
|
|
1021
|
-
|
|
1022
|
-
|
|
1027
|
+
MapMarkerLabelRound: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerLabelRound2.cjs'); })),
|
|
1028
|
+
MapMarkerLabelSquare: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerLabelSquare2.cjs'); })),
|
|
1029
|
+
MapMarkerPointRound: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerPointRound2.cjs'); })),
|
|
1030
|
+
MapMarkerPointSquare: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./MapMarkerPointSquare2.cjs'); })),
|
|
1023
1031
|
Plug: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Plug2.cjs'); })),
|
|
1024
1032
|
Timeline1: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Timeline12.cjs'); })),
|
|
1025
1033
|
Timeline: React__default["default"].lazy(() => Promise.resolve().then(function () { return require('./Timeline2.cjs'); })),
|
package/index.js
CHANGED
|
@@ -905,8 +905,10 @@ const TrackunitSolidIconsArray = [
|
|
|
905
905
|
"Gps",
|
|
906
906
|
"Hardhat",
|
|
907
907
|
"Hierarchy",
|
|
908
|
-
"
|
|
909
|
-
"
|
|
908
|
+
"MapMarkerLabelRound",
|
|
909
|
+
"MapMarkerLabelSquare",
|
|
910
|
+
"MapMarkerPointRound",
|
|
911
|
+
"MapMarkerPointSquare",
|
|
910
912
|
"Plug",
|
|
911
913
|
"Timeline",
|
|
912
914
|
"Timeline1",
|
|
@@ -934,8 +936,10 @@ const TrackunitOutlineIconsArray = [
|
|
|
934
936
|
"Gps",
|
|
935
937
|
"Hardhat",
|
|
936
938
|
"Hierarchy",
|
|
937
|
-
"
|
|
938
|
-
"
|
|
939
|
+
"MapMarkerLabelRound",
|
|
940
|
+
"MapMarkerLabelSquare",
|
|
941
|
+
"MapMarkerPointRound",
|
|
942
|
+
"MapMarkerPointSquare",
|
|
939
943
|
"Plug",
|
|
940
944
|
"Timeline",
|
|
941
945
|
"Timeline1",
|
|
@@ -963,8 +967,10 @@ const lookupTrackunitSolidIcon = {
|
|
|
963
967
|
Gps: React__default.lazy(() => import('./Gps.js')),
|
|
964
968
|
Hardhat: React__default.lazy(() => import('./Hardhat.js')),
|
|
965
969
|
Hierarchy: React__default.lazy(() => import('./Hierarchy.js')),
|
|
966
|
-
|
|
967
|
-
|
|
970
|
+
MapMarkerLabelRound: React__default.lazy(() => import('./MapMarkerLabelRound.js')),
|
|
971
|
+
MapMarkerLabelSquare: React__default.lazy(() => import('./MapMarkerLabelSquare.js')),
|
|
972
|
+
MapMarkerPointRound: React__default.lazy(() => import('./MapMarkerPointRound.js')),
|
|
973
|
+
MapMarkerPointSquare: React__default.lazy(() => import('./MapMarkerPointSquare.js')),
|
|
968
974
|
Plug: React__default.lazy(() => import('./Plug.js')),
|
|
969
975
|
Timeline1: React__default.lazy(() => import('./Timeline1.js')),
|
|
970
976
|
Timeline: React__default.lazy(() => import('./Timeline.js')),
|
|
@@ -992,8 +998,10 @@ const lookupTrackunitOutlineIcon = {
|
|
|
992
998
|
Gps: React__default.lazy(() => import('./Gps2.js')),
|
|
993
999
|
Hardhat: React__default.lazy(() => import('./Hardhat2.js')),
|
|
994
1000
|
Hierarchy: React__default.lazy(() => import('./Hierarchy2.js')),
|
|
995
|
-
|
|
996
|
-
|
|
1001
|
+
MapMarkerLabelRound: React__default.lazy(() => import('./MapMarkerLabelRound2.js')),
|
|
1002
|
+
MapMarkerLabelSquare: React__default.lazy(() => import('./MapMarkerLabelSquare2.js')),
|
|
1003
|
+
MapMarkerPointRound: React__default.lazy(() => import('./MapMarkerPointRound2.js')),
|
|
1004
|
+
MapMarkerPointSquare: React__default.lazy(() => import('./MapMarkerPointSquare2.js')),
|
|
997
1005
|
Plug: React__default.lazy(() => import('./Plug2.js')),
|
|
998
1006
|
Timeline1: React__default.lazy(() => import('./Timeline12.js')),
|
|
999
1007
|
Timeline: React__default.lazy(() => import('./Timeline2.js')),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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", "
|
|
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", "
|
|
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", "MapMarkerLabelRound", "MapMarkerLabelSquare", "MapMarkerPointRound", "MapMarkerPointSquare", "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", "MapMarkerLabelRound", "MapMarkerLabelSquare", "MapMarkerPointRound", "MapMarkerPointSquare", "Plug", "Timeline", "Timeline1", "Wrench", "Zone"];
|
|
4
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 = {
|
|
@@ -27,8 +27,10 @@ export declare const lookupTrackunitSolidIcon: {
|
|
|
27
27
|
Gps: TrackunitIcon;
|
|
28
28
|
Hardhat: TrackunitIcon;
|
|
29
29
|
Hierarchy: TrackunitIcon;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
MapMarkerLabelRound: TrackunitIcon;
|
|
31
|
+
MapMarkerLabelSquare: TrackunitIcon;
|
|
32
|
+
MapMarkerPointRound: TrackunitIcon;
|
|
33
|
+
MapMarkerPointSquare: TrackunitIcon;
|
|
32
34
|
Plug: TrackunitIcon;
|
|
33
35
|
Timeline1: TrackunitIcon;
|
|
34
36
|
Timeline: TrackunitIcon;
|
|
@@ -56,8 +58,10 @@ export declare const lookupTrackunitOutlineIcon: {
|
|
|
56
58
|
Gps: TrackunitIcon;
|
|
57
59
|
Hardhat: TrackunitIcon;
|
|
58
60
|
Hierarchy: TrackunitIcon;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
MapMarkerLabelRound: TrackunitIcon;
|
|
62
|
+
MapMarkerLabelSquare: TrackunitIcon;
|
|
63
|
+
MapMarkerPointRound: TrackunitIcon;
|
|
64
|
+
MapMarkerPointSquare: TrackunitIcon;
|
|
61
65
|
Plug: TrackunitIcon;
|
|
62
66
|
Timeline1: TrackunitIcon;
|
|
63
67
|
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;
|
package/MapMarkerLabel.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const MapMarkerLabel = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsx("path", { fillRule: "evenodd", stroke: "none", strokeWidth: 1, d: "M20 4a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-5.032a1 1 0 0 0-.768.36l-1.816 2.18a.5.5 0 0 1-.768 0L9.8 18.36a1 1 0 0 0-.768-.36H4a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h16Zm-1.5 7.75h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm12.75-3h-9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Zm-12.75 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5Z" }) })));
|
|
6
|
-
};
|
|
7
|
-
const ForwardRef = React.forwardRef(MapMarkerLabel);
|
|
8
|
-
|
|
9
|
-
export { ForwardRef as default };
|
package/MapMarkerLabel2.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const MapMarkerLabel = (props, svgRef) => {
|
|
5
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", width: props.width, height: props.height, ref: svgRef }, props, { children: jsxs("g", { fill: "none", fillRule: "evenodd", strokeWidth: 1, children: [jsx("rect", { width: 10, height: 1.5, x: 9, y: 8.75, fill: "#000000", rx: 0.5 }), jsx("rect", { width: 10, height: 1.5, x: 9, y: 11.75, fill: "#000000", rx: 0.5 }), jsx("path", { d: "M20 4.75c.621 0 1.184.252 1.591.659.407.407.659.97.659 1.591v8c0 .621-.252 1.184-.659 1.591-.407.407-.97.659-1.591.659h-5.032c-.519 0-1.012.23-1.344.63l-1.333 1.6-1.964-1.657a1.75 1.75 0 0 0-1.295-.573H4a2.243 2.243 0 0 1-1.591-.659A2.243 2.243 0 0 1 1.75 15V7c0-.621.252-1.184.659-1.591.407-.407.97-.659 1.591-.659Z" }), jsx("rect", { width: 1.5, height: 1.5, x: 4.75, y: 8.75, fill: "#000000", rx: 0.5 }), jsx("rect", { width: 1.5, height: 1.5, x: 4.75, y: 11.75, fill: "#000000", rx: 0.5 })] }) })));
|
|
6
|
-
};
|
|
7
|
-
const ForwardRef = React.forwardRef(MapMarkerLabel);
|
|
8
|
-
|
|
9
|
-
export { ForwardRef as default };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|