@medway-ui/icons 1.9.0 → 1.11.0
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/dist/components/icons/Clap.cjs +43 -0
- package/dist/components/icons/Clap.d.cts +6 -0
- package/dist/components/icons/Clap.d.ts +6 -0
- package/dist/components/icons/Clap.js +9 -0
- package/dist/components/icons/ContentUpdate.cjs +43 -0
- package/dist/components/icons/ContentUpdate.d.cts +6 -0
- package/dist/components/icons/ContentUpdate.d.ts +6 -0
- package/dist/components/icons/ContentUpdate.js +9 -0
- package/dist/components/icons/IndexBarHigh.cjs +43 -0
- package/dist/components/icons/IndexBarHigh.d.cts +6 -0
- package/dist/components/icons/IndexBarHigh.d.ts +6 -0
- package/dist/components/icons/IndexBarHigh.js +9 -0
- package/dist/components/icons/IndexBarLow.cjs +43 -0
- package/dist/components/icons/IndexBarLow.d.cts +6 -0
- package/dist/components/icons/IndexBarLow.d.ts +6 -0
- package/dist/components/icons/IndexBarLow.js +9 -0
- package/dist/components/icons/IndexBarMedium.cjs +43 -0
- package/dist/components/icons/IndexBarMedium.d.cts +6 -0
- package/dist/components/icons/IndexBarMedium.d.ts +6 -0
- package/dist/components/icons/IndexBarMedium.js +9 -0
- package/dist/components/icons/IndexBarPriority.cjs +43 -0
- package/dist/components/icons/IndexBarPriority.d.cts +6 -0
- package/dist/components/icons/IndexBarPriority.d.ts +6 -0
- package/dist/components/icons/IndexBarPriority.js +9 -0
- package/dist/components/icons/IndexPyramidHigh.cjs +43 -0
- package/dist/components/icons/IndexPyramidHigh.d.cts +6 -0
- package/dist/components/icons/IndexPyramidHigh.d.ts +6 -0
- package/dist/components/icons/IndexPyramidHigh.js +9 -0
- package/dist/components/icons/IndexPyramidLow.cjs +43 -0
- package/dist/components/icons/IndexPyramidLow.d.cts +6 -0
- package/dist/components/icons/IndexPyramidLow.d.ts +6 -0
- package/dist/components/icons/IndexPyramidLow.js +9 -0
- package/dist/components/icons/IndexPyramidMedium.cjs +43 -0
- package/dist/components/icons/IndexPyramidMedium.d.cts +6 -0
- package/dist/components/icons/IndexPyramidMedium.d.ts +6 -0
- package/dist/components/icons/IndexPyramidMedium.js +9 -0
- package/dist/components/icons/IndexPyramidPriority.cjs +43 -0
- package/dist/components/icons/IndexPyramidPriority.d.cts +6 -0
- package/dist/components/icons/IndexPyramidPriority.d.ts +6 -0
- package/dist/components/icons/IndexPyramidPriority.js +9 -0
- package/dist/components/icons/Rat.cjs +43 -0
- package/dist/components/icons/Rat.d.cts +6 -0
- package/dist/components/icons/Rat.d.ts +6 -0
- package/dist/components/icons/Rat.js +9 -0
- package/dist/components/icons/SearchError.cjs +43 -0
- package/dist/components/icons/SearchError.d.cts +6 -0
- package/dist/components/icons/SearchError.d.ts +6 -0
- package/dist/components/icons/SearchError.js +9 -0
- package/dist/components/icons/Shape5.cjs +43 -0
- package/dist/components/icons/Shape5.d.cts +6 -0
- package/dist/components/icons/Shape5.d.ts +6 -0
- package/dist/components/icons/Shape5.js +9 -0
- package/dist/components/icons/Shape6.cjs +43 -0
- package/dist/components/icons/Shape6.d.cts +6 -0
- package/dist/components/icons/Shape6.d.ts +6 -0
- package/dist/components/icons/Shape6.js +9 -0
- package/dist/components/icons/Shape7.cjs +43 -0
- package/dist/components/icons/Shape7.d.cts +6 -0
- package/dist/components/icons/Shape7.d.ts +6 -0
- package/dist/components/icons/Shape7.js +9 -0
- package/dist/components/icons/Shape8.cjs +43 -0
- package/dist/components/icons/Shape8.d.cts +6 -0
- package/dist/components/icons/Shape8.d.ts +6 -0
- package/dist/components/icons/Shape8.js +9 -0
- package/dist/components/icons/TimelineAnticipate.cjs +43 -0
- package/dist/components/icons/TimelineAnticipate.d.cts +6 -0
- package/dist/components/icons/TimelineAnticipate.d.ts +6 -0
- package/dist/components/icons/TimelineAnticipate.js +9 -0
- package/dist/components/icons/index.cjs +51 -0
- package/dist/components/icons/index.d.cts +17 -0
- package/dist/components/icons/index.d.ts +17 -0
- package/dist/components/icons/index.js +34 -0
- package/dist/index.d.cts +17 -0
- package/dist/index.d.ts +17 -0
- package/native/components/icons/Clap.cjs +52 -0
- package/native/components/icons/Clap.d.cts +9 -0
- package/native/components/icons/Clap.d.ts +9 -0
- package/native/components/icons/Clap.js +18 -0
- package/native/components/icons/ContentUpdate.cjs +45 -0
- package/native/components/icons/ContentUpdate.d.cts +9 -0
- package/native/components/icons/ContentUpdate.d.ts +9 -0
- package/native/components/icons/ContentUpdate.js +11 -0
- package/native/components/icons/IndexBarHigh.cjs +45 -0
- package/native/components/icons/IndexBarHigh.d.cts +9 -0
- package/native/components/icons/IndexBarHigh.d.ts +9 -0
- package/native/components/icons/IndexBarHigh.js +11 -0
- package/native/components/icons/IndexBarLow.cjs +45 -0
- package/native/components/icons/IndexBarLow.d.cts +9 -0
- package/native/components/icons/IndexBarLow.d.ts +9 -0
- package/native/components/icons/IndexBarLow.js +11 -0
- package/native/components/icons/IndexBarMedium.cjs +45 -0
- package/native/components/icons/IndexBarMedium.d.cts +9 -0
- package/native/components/icons/IndexBarMedium.d.ts +9 -0
- package/native/components/icons/IndexBarMedium.js +11 -0
- package/native/components/icons/IndexBarPriority.cjs +45 -0
- package/native/components/icons/IndexBarPriority.d.cts +9 -0
- package/native/components/icons/IndexBarPriority.d.ts +9 -0
- package/native/components/icons/IndexBarPriority.js +11 -0
- package/native/components/icons/IndexPyramidHigh.cjs +45 -0
- package/native/components/icons/IndexPyramidHigh.d.cts +9 -0
- package/native/components/icons/IndexPyramidHigh.d.ts +9 -0
- package/native/components/icons/IndexPyramidHigh.js +11 -0
- package/native/components/icons/IndexPyramidLow.cjs +45 -0
- package/native/components/icons/IndexPyramidLow.d.cts +9 -0
- package/native/components/icons/IndexPyramidLow.d.ts +9 -0
- package/native/components/icons/IndexPyramidLow.js +11 -0
- package/native/components/icons/IndexPyramidMedium.cjs +45 -0
- package/native/components/icons/IndexPyramidMedium.d.cts +9 -0
- package/native/components/icons/IndexPyramidMedium.d.ts +9 -0
- package/native/components/icons/IndexPyramidMedium.js +11 -0
- package/native/components/icons/IndexPyramidPriority.cjs +45 -0
- package/native/components/icons/IndexPyramidPriority.d.cts +9 -0
- package/native/components/icons/IndexPyramidPriority.d.ts +9 -0
- package/native/components/icons/IndexPyramidPriority.js +11 -0
- package/native/components/icons/Rat.cjs +45 -0
- package/native/components/icons/Rat.d.cts +9 -0
- package/native/components/icons/Rat.d.ts +9 -0
- package/native/components/icons/Rat.js +11 -0
- package/native/components/icons/SearchError.cjs +45 -0
- package/native/components/icons/SearchError.d.cts +9 -0
- package/native/components/icons/SearchError.d.ts +9 -0
- package/native/components/icons/SearchError.js +11 -0
- package/native/components/icons/Shape5.cjs +45 -0
- package/native/components/icons/Shape5.d.cts +9 -0
- package/native/components/icons/Shape5.d.ts +9 -0
- package/native/components/icons/Shape5.js +11 -0
- package/native/components/icons/Shape6.cjs +45 -0
- package/native/components/icons/Shape6.d.cts +9 -0
- package/native/components/icons/Shape6.d.ts +9 -0
- package/native/components/icons/Shape6.js +11 -0
- package/native/components/icons/Shape7.cjs +45 -0
- package/native/components/icons/Shape7.d.cts +9 -0
- package/native/components/icons/Shape7.d.ts +9 -0
- package/native/components/icons/Shape7.js +11 -0
- package/native/components/icons/Shape8.cjs +45 -0
- package/native/components/icons/Shape8.d.cts +9 -0
- package/native/components/icons/Shape8.d.ts +9 -0
- package/native/components/icons/Shape8.js +11 -0
- package/native/components/icons/TimelineAnticipate.cjs +45 -0
- package/native/components/icons/TimelineAnticipate.d.cts +9 -0
- package/native/components/icons/TimelineAnticipate.d.ts +9 -0
- package/native/components/icons/TimelineAnticipate.js +11 -0
- package/native/components/icons/index.cjs +51 -0
- package/native/components/icons/index.d.cts +17 -0
- package/native/components/icons/index.d.ts +17 -0
- package/native/components/icons/index.js +34 -0
- package/native/index.d.cts +103 -1
- package/native/index.d.ts +103 -1
- package/package.json +2 -2
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type IndexPyramidMediumProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const IndexPyramidMedium: ({ height, width, color, strokeWidth }: IndexPyramidMediumProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { IndexPyramidMedium };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type IndexPyramidMediumProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const IndexPyramidMedium: ({ height, width, color, strokeWidth }: IndexPyramidMediumProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { IndexPyramidMedium };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const IndexPyramidMedium = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M16.6214 10L19.5082 15H4.49707L7.38382 10H16.6214Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
IndexPyramidMedium
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var IndexPyramidPriority_exports = {};
|
|
30
|
+
__export(IndexPyramidPriority_exports, {
|
|
31
|
+
IndexPyramidPriority: () => IndexPyramidPriority
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(IndexPyramidPriority_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const IndexPyramidPriority = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M7.38017 10H16.6202M4.50017 15H19.5102M5.07427 20H18.9307C20.4703 20 21.4325 18.3333 20.6627 17L13.7345 5C12.9647 3.66667 11.0402 3.66667 10.2704 5L3.34222 17C2.57242 18.3333 3.53467 20 5.07427 20Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IndexPyramidPriority
|
|
45
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type IndexPyramidPriorityProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const IndexPyramidPriority: ({ height, width, color, strokeWidth }: IndexPyramidPriorityProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { IndexPyramidPriority };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type IndexPyramidPriorityProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const IndexPyramidPriority: ({ height, width, color, strokeWidth }: IndexPyramidPriorityProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { IndexPyramidPriority };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const IndexPyramidPriority = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M7.38017 10H16.6202M4.50017 15H19.5102M5.07427 20H18.9307C20.4703 20 21.4325 18.3333 20.6627 17L13.7345 5C12.9647 3.66667 11.0402 3.66667 10.2704 5L3.34222 17C2.57242 18.3333 3.53467 20 5.07427 20Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
IndexPyramidPriority
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Rat_exports = {};
|
|
30
|
+
__export(Rat_exports, {
|
|
31
|
+
Rat: () => Rat
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Rat_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Rat = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M6 16C3.23858 16 1 13.7614 1 11C1 8.23858 3.23858 6 6 6H9C10.1046 6 11 5.10457 11 4C11 2.89543 10.1046 2 9 2H7M14.6908 9.37846C14.0063 9.13345 13.2687 9 12.5 9C8.91015 9 6 11.9101 6 15.5C6 19.0899 8.91015 22 12.5 22H19.5C20.3956 21.9999 21.2911 21.6582 21.9744 20.9749C23.3413 19.608 23.3413 17.392 21.9744 16.0251L20.803 14.8208C20.9311 14.4032 21 13.9596 21 13.5C21 11.0147 18.9853 9 16.5 9C14.0147 9 12 11.0147 12 13.5C12 14.3004 12.209 15.052 12.5754 15.7033M18.0498 17.9998V18.0998L17.9502 18.0995V17.9998H18.0498Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
Rat
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const Rat = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M6 16C3.23858 16 1 13.7614 1 11C1 8.23858 3.23858 6 6 6H9C10.1046 6 11 5.10457 11 4C11 2.89543 10.1046 2 9 2H7M14.6908 9.37846C14.0063 9.13345 13.2687 9 12.5 9C8.91015 9 6 11.9101 6 15.5C6 19.0899 8.91015 22 12.5 22H19.5C20.3956 21.9999 21.2911 21.6582 21.9744 20.9749C23.3413 19.608 23.3413 17.392 21.9744 16.0251L20.803 14.8208C20.9311 14.4032 21 13.9596 21 13.5C21 11.0147 18.9853 9 16.5 9C14.0147 9 12 11.0147 12 13.5C12 14.3004 12.209 15.052 12.5754 15.7033M18.0498 17.9998V18.0998L17.9502 18.0995V17.9998H18.0498Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
Rat
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var SearchError_exports = {};
|
|
30
|
+
__export(SearchError_exports, {
|
|
31
|
+
SearchError: () => SearchError
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(SearchError_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const SearchError = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M15 15L21 21M7.99999 8.00001L10 10M10 10L12 12M10 10L12 8.00001M10 10L7.99999 12M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
SearchError
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const SearchError = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M15 15L21 21M7.99999 8.00001L10 10M10 10L12 12M10 10L12 8.00001M10 10L7.99999 12M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
SearchError
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Shape5_exports = {};
|
|
30
|
+
__export(Shape5_exports, {
|
|
31
|
+
Shape5: () => Shape5
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Shape5_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Shape5 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M11.9985 3L2.53516 9.87547L6.14984 21H17.8468L21.4615 9.87547L11.9985 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
Shape5
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const Shape5 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M11.9985 3L2.53516 9.87547L6.14984 21H17.8468L21.4615 9.87547L11.9985 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
Shape5
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Shape6_exports = {};
|
|
30
|
+
__export(Shape6_exports, {
|
|
31
|
+
Shape6: () => Shape6
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Shape6_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Shape6 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M17.1938 3H6.80158L1.60547 12.0002L6.80158 21H17.1938L22.3904 12.0002L17.1938 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
Shape6
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const Shape6 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M17.1938 3H6.80158L1.60547 12.0002L6.80158 21H17.1938L22.3904 12.0002L17.1938 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
Shape6
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Shape7_exports = {};
|
|
30
|
+
__export(Shape7_exports, {
|
|
31
|
+
Shape7: () => Shape7
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Shape7_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Shape7 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M19.2171 6.56515L12 3L4.78239 6.56515L3 14.5758L7.99451 21H16.005L21 14.5758L19.2171 6.56515Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
Shape7
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const Shape7 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M19.2171 6.56515L12 3L4.78239 6.56515L3 14.5758L7.99451 21H16.005L21 14.5758L19.2171 6.56515Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
Shape7
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Shape8_exports = {};
|
|
30
|
+
__export(Shape8_exports, {
|
|
31
|
+
Shape8: () => Shape8
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Shape8_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Shape8 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M15.7276 3H8.27183L3 8.27183V15.7282L8.27183 21H15.7276L21 15.7282V8.27183L15.7276 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
Shape8
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const Shape8 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M15.7276 3H8.27183L3 8.27183V15.7282L8.27183 21H15.7276L21 15.7282V8.27183L15.7276 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
Shape8
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var TimelineAnticipate_exports = {};
|
|
30
|
+
__export(TimelineAnticipate_exports, {
|
|
31
|
+
TimelineAnticipate: () => TimelineAnticipate
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(TimelineAnticipate_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const TimelineAnticipate = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M13 7H14M18 7H19M13 17H14M18 17H19M18 12H19M14.5 12H2M8 6L2 12L8 18" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
TimelineAnticipate
|
|
45
|
+
});
|