@karrotmarket/react-monochrome-icon 1.19.0 → 1.21.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/lib/IconAsteriskHorizrectangleCoolwave3Fill.d.ts +2 -2
- package/lib/IconAsteriskHorizrectangleCoolwave3Line.d.ts +2 -2
- package/lib/IconBusFrontsideFill.d.ts +2 -2
- package/lib/IconBusFrontsideLine.d.ts +2 -2
- package/lib/IconCircle4SquareFill.d.ts +2 -2
- package/lib/IconCircle4SquareLine.d.ts +2 -2
- package/lib/IconDaangnHouseFill.cjs +63 -0
- package/lib/IconDaangnHouseFill.d.ts +9 -0
- package/lib/IconDaangnHouseFill.js +42 -0
- package/lib/IconDaangnHouseLine.cjs +72 -0
- package/lib/IconDaangnHouseLine.d.ts +9 -0
- package/lib/IconDaangnHouseLine.js +51 -0
- package/lib/IconExclamationmarkCircleFill.cjs +1 -1
- package/lib/IconExclamationmarkCircleFill.d.ts +2 -2
- package/lib/IconExclamationmarkCircleFill.js +1 -1
- package/lib/IconExclamationmarkCircleLine.cjs +3 -5
- package/lib/IconExclamationmarkCircleLine.d.ts +2 -2
- package/lib/IconExclamationmarkCircleLine.js +3 -5
- package/lib/IconExclamationmarkTriangleFill.cjs +54 -0
- package/lib/IconExclamationmarkTriangleFill.d.ts +9 -0
- package/lib/IconExclamationmarkTriangleFill.js +33 -0
- package/lib/IconExclamationmarkTriangleLine.cjs +70 -0
- package/lib/IconExclamationmarkTriangleLine.d.ts +9 -0
- package/lib/IconExclamationmarkTriangleLine.js +49 -0
- package/lib/IconFigureOvalFill.cjs +3 -3
- package/lib/IconFigureOvalFill.d.ts +2 -2
- package/lib/IconFigureOvalFill.js +3 -3
- package/lib/IconGlassesFill.cjs +54 -0
- package/lib/IconGlassesFill.d.ts +9 -0
- package/lib/IconGlassesFill.js +33 -0
- package/lib/IconGlassesLine.cjs +54 -0
- package/lib/IconGlassesLine.d.ts +9 -0
- package/lib/IconGlassesLine.js +33 -0
- package/lib/IconGridDot5Fill.d.ts +2 -2
- package/lib/IconGridDot5Line.d.ts +2 -2
- package/lib/IconGridFill.d.ts +2 -2
- package/lib/IconGridLine.d.ts +2 -2
- package/lib/IconHorizrectangleHorizline2VerticalFill.cjs +3 -3
- package/lib/IconHorizrectangleHorizline2VerticalFill.d.ts +2 -2
- package/lib/IconHorizrectangleHorizline2VerticalFill.js +3 -3
- package/lib/IconSlashSemicircle2SlashFill.cjs +3 -3
- package/lib/IconSlashSemicircle2SlashFill.d.ts +2 -2
- package/lib/IconSlashSemicircle2SlashFill.js +3 -3
- package/lib/IconSparkleArrowUpFill.cjs +54 -0
- package/lib/IconSparkleArrowUpFill.d.ts +9 -0
- package/lib/IconSparkleArrowUpFill.js +33 -0
- package/lib/IconSparkleArrowUpLine.cjs +63 -0
- package/lib/IconSparkleArrowUpLine.d.ts +9 -0
- package/lib/IconSparkleArrowUpLine.js +42 -0
- package/lib/IconSpeedometer_3xFill.cjs +3 -3
- package/lib/IconSpeedometer_3xFill.d.ts +2 -2
- package/lib/IconSpeedometer_3xFill.js +3 -3
- package/lib/IconTreasureChestFill.d.ts +2 -2
- package/lib/IconTreasureChestLine.d.ts +2 -2
- package/lib/IconTshirtBubble2Line.cjs +1 -1
- package/lib/IconTshirtBubble2Line.d.ts +2 -2
- package/lib/IconTshirtBubble2Line.js +1 -1
- package/lib/IconTshirtFill.cjs +52 -0
- package/lib/IconTshirtFill.d.ts +9 -0
- package/lib/IconTshirtFill.js +31 -0
- package/lib/IconTshirtLine.cjs +54 -0
- package/lib/IconTshirtLine.d.ts +9 -0
- package/lib/IconTshirtLine.js +33 -0
- package/lib/IconWonArrowClockwiseCircularFill.cjs +2 -2
- package/lib/IconWonArrowClockwiseCircularFill.d.ts +2 -2
- package/lib/IconWonArrowClockwiseCircularFill.js +2 -2
- package/lib/index.cjs +10804 -10436
- package/lib/index.d.ts +639 -629
- package/lib/index.js +1344 -1324
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconAsteriskHorizrectangleCoolwave3Fill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconAsteriskHorizrectangleCoolwave3Line: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconBusFrontsideFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconBusFrontsideLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconCircle4SquareFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconCircle4SquareLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/IconDaangnHouseFill.tsx
|
|
21
|
+
var IconDaangnHouseFill_exports = {};
|
|
22
|
+
__export(IconDaangnHouseFill_exports, {
|
|
23
|
+
default: () => IconDaangnHouseFill_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconDaangnHouseFill_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
d: "M12.001 14.0401C12.8308 14.0401 13.5105 14.7201 13.5107 15.5499C13.5106 16.3797 12.8309 17.0606 12.001 17.0606C11.1611 17.0606 10.4914 16.3797 10.4912 15.5499C10.4914 14.7201 11.1711 14.0401 12.001 14.0401Z",
|
|
47
|
+
fill: "currentColor"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M10.4189 1.87021C11.3721 1.21807 12.6279 1.21807 13.5811 1.87021L21.2812 7.13876C22.0439 7.66064 22.4999 8.52523 22.5 9.44931V20.0001C22.4999 21.6569 21.1568 23.0001 19.5 23.0001H4.5C2.8432 23.0001 1.50008 21.6569 1.5 20.0001V9.44931C1.50007 8.52522 1.95615 7.66064 2.71875 7.13876L10.4189 1.87021ZM12.001 11.5001C9.79106 11.5001 8.00111 13.2502 8.00098 15.46C8.00128 18.5011 11.988 20.1305 12.001 20.13C12.0284 20.1149 16.0007 18.4955 16.001 15.46C16.0008 13.2502 14.2109 11.5001 12.001 11.5001ZM12.9014 6.45028C11.9716 6.45044 11.3219 7.10034 11.2119 7.87021C9.97208 7.53025 8.99246 8.47003 8.99219 9.50985C8.99235 10.3096 9.5417 10.9502 10.2715 11.1602C10.8594 11.3296 11.9142 11.2012 11.9219 11.2003C11.9219 10.9404 12.1517 10.6604 12.5215 10.4005C13.5614 9.67056 14.3718 9.3199 14.502 8.33017C14.6318 7.29038 13.8619 6.45053 12.9121 6.45028H12.9014Z",
|
|
56
|
+
fill: "currentColor"
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] }) })
|
|
60
|
+
}
|
|
61
|
+
);
|
|
62
|
+
var IconDaangnHouseFill = (0, import_react.forwardRef)(Icon);
|
|
63
|
+
var IconDaangnHouseFill_default = IconDaangnHouseFill;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias tag:service
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconDaangnHouseFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconDaangnHouseFill;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// src/IconDaangnHouseFill.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
"data-seed-icon": "true",
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M12.001 14.0401C12.8308 14.0401 13.5105 14.7201 13.5107 15.5499C13.5106 16.3797 12.8309 17.0606 12.001 17.0606C11.1611 17.0606 10.4914 16.3797 10.4912 15.5499C10.4914 14.7201 11.1711 14.0401 12.001 14.0401Z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M10.4189 1.87021C11.3721 1.21807 12.6279 1.21807 13.5811 1.87021L21.2812 7.13876C22.0439 7.66064 22.4999 8.52523 22.5 9.44931V20.0001C22.4999 21.6569 21.1568 23.0001 19.5 23.0001H4.5C2.8432 23.0001 1.50008 21.6569 1.5 20.0001V9.44931C1.50007 8.52522 1.95615 7.66064 2.71875 7.13876L10.4189 1.87021ZM12.001 11.5001C9.79106 11.5001 8.00111 13.2502 8.00098 15.46C8.00128 18.5011 11.988 20.1305 12.001 20.13C12.0284 20.1149 16.0007 18.4955 16.001 15.46C16.0008 13.2502 14.2109 11.5001 12.001 11.5001ZM12.9014 6.45028C11.9716 6.45044 11.3219 7.10034 11.2119 7.87021C9.97208 7.53025 8.99246 8.47003 8.99219 9.50985C8.99235 10.3096 9.5417 10.9502 10.2715 11.1602C10.8594 11.3296 11.9142 11.2012 11.9219 11.2003C11.9219 10.9404 12.1517 10.6604 12.5215 10.4005C13.5614 9.67056 14.3718 9.3199 14.502 8.33017C14.6318 7.29038 13.8619 6.45053 12.9121 6.45028H12.9014Z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
] }) })
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
var IconDaangnHouseFill = forwardRef(Icon);
|
|
39
|
+
var IconDaangnHouseFill_default = IconDaangnHouseFill;
|
|
40
|
+
export {
|
|
41
|
+
IconDaangnHouseFill_default as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/IconDaangnHouseLine.tsx
|
|
21
|
+
var IconDaangnHouseLine_exports = {};
|
|
22
|
+
__export(IconDaangnHouseLine_exports, {
|
|
23
|
+
default: () => IconDaangnHouseLine_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconDaangnHouseLine_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
fillRule: "evenodd",
|
|
47
|
+
clipRule: "evenodd",
|
|
48
|
+
d: "M12 11.3604C14.1269 11.3607 15.8506 13.045 15.8506 15.172C15.8503 18.0906 12.034 19.6494 12 19.6671C11.9591 19.6559 8.15072 18.088 8.15039 15.172C8.15039 13.045 9.87305 11.3606 12 11.3604ZM12 13.8048C11.2013 13.805 10.5469 14.4601 10.5469 15.2589C10.5472 16.0573 11.1919 16.7118 12 16.712C12.7984 16.7117 13.4537 16.0573 13.4541 15.2589C13.4541 14.4602 12.7987 13.805 12 13.8048Z",
|
|
49
|
+
fill: "currentColor"
|
|
50
|
+
}
|
|
51
|
+
),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
53
|
+
"path",
|
|
54
|
+
{
|
|
55
|
+
d: "M12.875 6.50009C13.7889 6.50063 14.5304 7.309 14.4053 8.30966C14.28 9.26225 13.4998 9.59937 12.499 10.3018C12.1429 10.5521 11.9219 10.8221 11.9219 11.0724C11.9219 11.0724 10.902 11.1965 10.334 11.0333C9.63149 10.8312 9.10175 10.2152 9.10156 9.4454C9.10156 8.4444 10.0448 7.54003 11.2383 7.86728C11.3442 7.12615 11.9701 6.50009 12.8652 6.50009H12.875Z",
|
|
56
|
+
fill: "currentColor"
|
|
57
|
+
}
|
|
58
|
+
),
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
60
|
+
"path",
|
|
61
|
+
{
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
clipRule: "evenodd",
|
|
64
|
+
d: "M10.4189 1.87021C11.3721 1.21807 12.6279 1.21807 13.5811 1.87021L21.2812 7.13876C22.0438 7.66064 22.4999 8.52523 22.5 9.44931V20.0001C22.4999 21.6569 21.1568 23.0001 19.5 23.0001H4.5C2.8432 23.0001 1.50008 21.6569 1.5 20.0001V9.44931C1.50007 8.52523 1.95615 7.66064 2.71875 7.13876L10.4189 1.87021ZM12.4521 3.5206C12.1798 3.33426 11.8202 3.33426 11.5479 3.5206L3.84863 8.78915C3.6308 8.93823 3.50007 9.18534 3.5 9.44931V20.0001C3.50008 20.5523 3.94777 21.0001 4.5 21.0001H19.5C20.0522 21.0001 20.4999 20.5523 20.5 20.0001V9.44931C20.4999 9.18535 20.3692 8.93823 20.1514 8.78915L12.4521 3.5206Z",
|
|
65
|
+
fill: "currentColor"
|
|
66
|
+
}
|
|
67
|
+
)
|
|
68
|
+
] }) })
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
var IconDaangnHouseLine = (0, import_react.forwardRef)(Icon);
|
|
72
|
+
var IconDaangnHouseLine_default = IconDaangnHouseLine;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias tag:service
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconDaangnHouseLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconDaangnHouseLine;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// src/IconDaangnHouseLine.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
"data-seed-icon": "true",
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M12 11.3604C14.1269 11.3607 15.8506 13.045 15.8506 15.172C15.8503 18.0906 12.034 19.6494 12 19.6671C11.9591 19.6559 8.15072 18.088 8.15039 15.172C8.15039 13.045 9.87305 11.3606 12 11.3604ZM12 13.8048C11.2013 13.805 10.5469 14.4601 10.5469 15.2589C10.5472 16.0573 11.1919 16.7118 12 16.712C12.7984 16.7117 13.4537 16.0573 13.4541 15.2589C13.4541 14.4602 12.7987 13.805 12 13.8048Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ jsx(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M12.875 6.50009C13.7889 6.50063 14.5304 7.309 14.4053 8.30966C14.28 9.26225 13.4998 9.59937 12.499 10.3018C12.1429 10.5521 11.9219 10.8221 11.9219 11.0724C11.9219 11.0724 10.902 11.1965 10.334 11.0333C9.63149 10.8312 9.10175 10.2152 9.10156 9.4454C9.10156 8.4444 10.0448 7.54003 11.2383 7.86728C11.3442 7.12615 11.9701 6.50009 12.8652 6.50009H12.875Z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ jsx(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M10.4189 1.87021C11.3721 1.21807 12.6279 1.21807 13.5811 1.87021L21.2812 7.13876C22.0438 7.66064 22.4999 8.52523 22.5 9.44931V20.0001C22.4999 21.6569 21.1568 23.0001 19.5 23.0001H4.5C2.8432 23.0001 1.50008 21.6569 1.5 20.0001V9.44931C1.50007 8.52523 1.95615 7.66064 2.71875 7.13876L10.4189 1.87021ZM12.4521 3.5206C12.1798 3.33426 11.8202 3.33426 11.5479 3.5206L3.84863 8.78915C3.6308 8.93823 3.50007 9.18534 3.5 9.44931V20.0001C3.50008 20.5523 3.94777 21.0001 4.5 21.0001H19.5C20.0522 21.0001 20.4999 20.5523 20.5 20.0001V9.44931C20.4999 9.18535 20.3692 8.93823 20.1514 8.78915L12.4521 3.5206Z",
|
|
41
|
+
fill: "currentColor"
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
] }) })
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
var IconDaangnHouseLine = forwardRef(Icon);
|
|
48
|
+
var IconDaangnHouseLine_default = IconDaangnHouseLine;
|
|
49
|
+
export {
|
|
50
|
+
IconDaangnHouseLine_default as default
|
|
51
|
+
};
|
|
@@ -44,7 +44,7 @@ var Icon = ({
|
|
|
44
44
|
{
|
|
45
45
|
fillRule: "evenodd",
|
|
46
46
|
clipRule: "evenodd",
|
|
47
|
-
d: "M12
|
|
47
|
+
d: "M12 1C18.0745 1 23 5.92549 23 12C23 18.0745 18.0745 23 12 23C5.92549 23 1 18.0745 1 12C1 5.92549 5.92549 1 12 1ZM12 15.1826C11.3127 15.1826 10.75 15.7394 10.75 16.4326C10.75 17.1259 11.3127 17.6826 12 17.6826C12.6873 17.6826 13.25 17.1259 13.25 16.4326C13.25 15.7394 12.6873 15.1826 12 15.1826ZM12 5.92969C11.4477 5.92969 11 6.37838 11 6.93066V12.4307C11.0003 12.9827 11.4479 13.4307 12 13.4307C12.5521 13.4307 12.9997 12.9827 13 12.4307V6.93066C13 6.37838 12.5523 5.92969 12 5.92969Z",
|
|
48
48
|
fill: "currentColor"
|
|
49
49
|
}
|
|
50
50
|
) })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconExclamationmarkCircleFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -20,7 +20,7 @@ var Icon = ({
|
|
|
20
20
|
{
|
|
21
21
|
fillRule: "evenodd",
|
|
22
22
|
clipRule: "evenodd",
|
|
23
|
-
d: "M12
|
|
23
|
+
d: "M12 1C18.0745 1 23 5.92549 23 12C23 18.0745 18.0745 23 12 23C5.92549 23 1 18.0745 1 12C1 5.92549 5.92549 1 12 1ZM12 15.1826C11.3127 15.1826 10.75 15.7394 10.75 16.4326C10.75 17.1259 11.3127 17.6826 12 17.6826C12.6873 17.6826 13.25 17.1259 13.25 16.4326C13.25 15.7394 12.6873 15.1826 12 15.1826ZM12 5.92969C11.4477 5.92969 11 6.37838 11 6.93066V12.4307C11.0003 12.9827 11.4479 13.4307 12 13.4307C12.5521 13.4307 12.9997 12.9827 13 12.4307V6.93066C13 6.37838 12.5523 5.92969 12 5.92969Z",
|
|
24
24
|
fill: "currentColor"
|
|
25
25
|
}
|
|
26
26
|
) })
|
|
@@ -43,16 +43,14 @@ var Icon = ({
|
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
44
|
"path",
|
|
45
45
|
{
|
|
46
|
-
|
|
47
|
-
clipRule: "evenodd",
|
|
48
|
-
d: "M12 1C5.93 1 1 5.92 1 12C1 18.08 5.93 23 12 23C18.07 23 23 18.08 23 12C23 5.92 18.07 1 12 1ZM12 21C7.03 21 3 16.97 3 12C3 7.03 7.03 3 12 3C16.97 3 21 7.03 21 12C21 16.97 16.97 21 12 21Z",
|
|
46
|
+
d: "M12 15.0576C12.756 15.0576 13.375 15.67 13.375 16.4326C13.3747 17.195 12.7559 17.8076 12 17.8076C11.2441 17.8076 10.6253 17.195 10.625 16.4326C10.625 15.67 11.244 15.0576 12 15.0576Z",
|
|
49
47
|
fill: "currentColor"
|
|
50
48
|
}
|
|
51
49
|
),
|
|
52
50
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
53
51
|
"path",
|
|
54
52
|
{
|
|
55
|
-
d: "
|
|
53
|
+
d: "M12 5.92969C12.5523 5.92969 13 6.3774 13 6.92969V12.4297C13 12.982 12.5523 13.4297 12 13.4297C11.4477 13.4297 11 12.982 11 12.4297V6.92969C11 6.3774 11.4477 5.92969 12 5.92969Z",
|
|
56
54
|
fill: "currentColor"
|
|
57
55
|
}
|
|
58
56
|
),
|
|
@@ -61,7 +59,7 @@ var Icon = ({
|
|
|
61
59
|
{
|
|
62
60
|
fillRule: "evenodd",
|
|
63
61
|
clipRule: "evenodd",
|
|
64
|
-
d: "M12
|
|
62
|
+
d: "M12 1C18.0745 1 23 5.92549 23 12C22.9997 18.0743 18.0743 23 12 23C5.92566 23 1.00026 18.0743 1 12C1 5.92549 5.92549 1 12 1ZM12 3C7.03006 3 3 7.03006 3 12C3.00026 16.9697 7.03023 21 12 21C16.9698 21 20.9997 16.9697 21 12C21 7.03006 16.9699 3 12 3Z",
|
|
65
63
|
fill: "currentColor"
|
|
66
64
|
}
|
|
67
65
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconExclamationmarkCircleLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -19,16 +19,14 @@ var Icon = ({
|
|
|
19
19
|
/* @__PURE__ */ jsx(
|
|
20
20
|
"path",
|
|
21
21
|
{
|
|
22
|
-
|
|
23
|
-
clipRule: "evenodd",
|
|
24
|
-
d: "M12 1C5.93 1 1 5.92 1 12C1 18.08 5.93 23 12 23C18.07 23 23 18.08 23 12C23 5.92 18.07 1 12 1ZM12 21C7.03 21 3 16.97 3 12C3 7.03 7.03 3 12 3C16.97 3 21 7.03 21 12C21 16.97 16.97 21 12 21Z",
|
|
22
|
+
d: "M12 15.0576C12.756 15.0576 13.375 15.67 13.375 16.4326C13.3747 17.195 12.7559 17.8076 12 17.8076C11.2441 17.8076 10.6253 17.195 10.625 16.4326C10.625 15.67 11.244 15.0576 12 15.0576Z",
|
|
25
23
|
fill: "currentColor"
|
|
26
24
|
}
|
|
27
25
|
),
|
|
28
26
|
/* @__PURE__ */ jsx(
|
|
29
27
|
"path",
|
|
30
28
|
{
|
|
31
|
-
d: "
|
|
29
|
+
d: "M12 5.92969C12.5523 5.92969 13 6.3774 13 6.92969V12.4297C13 12.982 12.5523 13.4297 12 13.4297C11.4477 13.4297 11 12.982 11 12.4297V6.92969C11 6.3774 11.4477 5.92969 12 5.92969Z",
|
|
32
30
|
fill: "currentColor"
|
|
33
31
|
}
|
|
34
32
|
),
|
|
@@ -37,7 +35,7 @@ var Icon = ({
|
|
|
37
35
|
{
|
|
38
36
|
fillRule: "evenodd",
|
|
39
37
|
clipRule: "evenodd",
|
|
40
|
-
d: "M12
|
|
38
|
+
d: "M12 1C18.0745 1 23 5.92549 23 12C22.9997 18.0743 18.0743 23 12 23C5.92566 23 1.00026 18.0743 1 12C1 5.92549 5.92549 1 12 1ZM12 3C7.03006 3 3 7.03006 3 12C3.00026 16.9697 7.03023 21 12 21C16.9698 21 20.9997 16.9697 21 12C21 7.03006 16.9699 3 12 3Z",
|
|
41
39
|
fill: "currentColor"
|
|
42
40
|
}
|
|
43
41
|
)
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/IconExclamationmarkTriangleFill.tsx
|
|
21
|
+
var IconExclamationmarkTriangleFill_exports = {};
|
|
22
|
+
__export(IconExclamationmarkTriangleFill_exports, {
|
|
23
|
+
default: () => IconExclamationmarkTriangleFill_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconExclamationmarkTriangleFill_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M9.39931 3.51637C10.553 1.51106 13.4469 1.5109 14.6005 3.51637L22.6435 17.5046C23.7932 19.5045 22.3496 21.9994 20.0429 21.9998H3.95693C1.65034 21.9994 0.206911 19.5044 1.35634 17.5046L9.39931 3.51637ZM11.9999 16.0105C11.3126 16.0106 10.7499 16.5673 10.7499 17.2605C10.7503 17.9534 11.3129 18.5104 11.9999 18.5105C12.687 18.5105 13.2495 17.9534 13.2499 17.2605C13.2499 16.5673 12.6872 16.0105 11.9999 16.0105ZM11.9999 7.05738C11.4477 7.05744 10.9999 7.50513 10.9999 8.05738V13.2576C11.0001 13.8097 11.4478 14.2575 11.9999 14.2576C12.5521 14.2576 12.9997 13.8097 12.9999 13.2576V8.05738C12.9999 7.5051 12.5522 7.05738 11.9999 7.05738Z",
|
|
48
|
+
fill: "currentColor"
|
|
49
|
+
}
|
|
50
|
+
) })
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
var IconExclamationmarkTriangleFill = (0, import_react.forwardRef)(Icon);
|
|
54
|
+
var IconExclamationmarkTriangleFill_default = IconExclamationmarkTriangleFill;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconExclamationmarkTriangleFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconExclamationmarkTriangleFill;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// src/IconExclamationmarkTriangleFill.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
"data-seed-icon": "true",
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M9.39931 3.51637C10.553 1.51106 13.4469 1.5109 14.6005 3.51637L22.6435 17.5046C23.7932 19.5045 22.3496 21.9994 20.0429 21.9998H3.95693C1.65034 21.9994 0.206911 19.5044 1.35634 17.5046L9.39931 3.51637ZM11.9999 16.0105C11.3126 16.0106 10.7499 16.5673 10.7499 17.2605C10.7503 17.9534 11.3129 18.5104 11.9999 18.5105C12.687 18.5105 13.2495 17.9534 13.2499 17.2605C13.2499 16.5673 12.6872 16.0105 11.9999 16.0105ZM11.9999 7.05738C11.4477 7.05744 10.9999 7.50513 10.9999 8.05738V13.2576C11.0001 13.8097 11.4478 14.2575 11.9999 14.2576C12.5521 14.2576 12.9997 13.8097 12.9999 13.2576V8.05738C12.9999 7.5051 12.5522 7.05738 11.9999 7.05738Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
) })
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
var IconExclamationmarkTriangleFill = forwardRef(Icon);
|
|
30
|
+
var IconExclamationmarkTriangleFill_default = IconExclamationmarkTriangleFill;
|
|
31
|
+
export {
|
|
32
|
+
IconExclamationmarkTriangleFill_default as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/IconExclamationmarkTriangleLine.tsx
|
|
21
|
+
var IconExclamationmarkTriangleLine_exports = {};
|
|
22
|
+
__export(IconExclamationmarkTriangleLine_exports, {
|
|
23
|
+
default: () => IconExclamationmarkTriangleLine_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconExclamationmarkTriangleLine_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
d: "M11.9999 15.825C12.7559 15.825 13.3748 16.4374 13.3749 17.2C13.3746 17.9624 12.7558 18.575 11.9999 18.575C11.2441 18.5749 10.6252 17.9623 10.6249 17.2C10.625 16.4374 11.244 15.825 11.9999 15.825Z",
|
|
47
|
+
fill: "currentColor"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
d: "M11.9999 6.99683C12.5521 6.99683 12.9998 7.44464 12.9999 7.99683V13.197C12.9999 13.7493 12.5522 14.197 11.9999 14.197C11.4477 14.197 10.9999 13.7493 10.9999 13.197V7.99683C11 7.44467 11.4477 6.9969 11.9999 6.99683Z",
|
|
54
|
+
fill: "currentColor"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
fillRule: "evenodd",
|
|
61
|
+
clipRule: "evenodd",
|
|
62
|
+
d: "M9.39931 3.51637C10.553 1.51106 13.4469 1.5109 14.6005 3.51637L22.6435 17.5046C23.7932 19.5045 22.3496 21.9994 20.0429 21.9998H3.95693C1.65034 21.9994 0.206911 19.5044 1.35634 17.5046L9.39931 3.51637ZM12.8671 4.51344C12.4826 3.84505 11.5173 3.84522 11.1327 4.51344L3.08974 18.5017C2.70726 19.1681 3.18848 19.9994 3.95693 19.9998H20.0429C20.8115 19.9994 21.2928 19.1682 20.9101 18.5017L12.8671 4.51344Z",
|
|
63
|
+
fill: "currentColor"
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
] }) })
|
|
67
|
+
}
|
|
68
|
+
);
|
|
69
|
+
var IconExclamationmarkTriangleLine = (0, import_react.forwardRef)(Icon);
|
|
70
|
+
var IconExclamationmarkTriangleLine_default = IconExclamationmarkTriangleLine;
|