@karrotmarket/react-monochrome-icon 1.20.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.d.ts +1 -1
- package/lib/IconExclamationmarkCircleLine.d.ts +1 -1
- package/lib/IconExclamationmarkTriangleFill.d.ts +1 -1
- package/lib/IconExclamationmarkTriangleLine.d.ts +1 -1
- package/lib/IconGlassesFill.d.ts +1 -1
- package/lib/IconGlassesLine.d.ts +1 -1
- 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/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/IconTreasureChestFill.d.ts +2 -2
- package/lib/IconTreasureChestLine.d.ts +2 -2
- 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/index.cjs +3969 -3743
- package/lib/index.d.ts +6 -0
- package/lib/index.js +956 -944
- 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
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconExclamationmarkCircleFill: 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
3
|
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconExclamationmarkCircleLine: 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
3
|
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconExclamationmarkTriangleFill: 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
3
|
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconExclamationmarkTriangleLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
package/lib/IconGlassesFill.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconGlassesFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
package/lib/IconGlassesLine.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconGlassesLine: 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 IconGridDot5Fill: 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 IconGridDot5Line: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
package/lib/IconGridFill.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconGridFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
package/lib/IconGridLine.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconGridLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -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/IconSparkleArrowUpFill.tsx
|
|
21
|
+
var IconSparkleArrowUpFill_exports = {};
|
|
22
|
+
__export(IconSparkleArrowUpFill_exports, {
|
|
23
|
+
default: () => IconSparkleArrowUpFill_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconSparkleArrowUpFill_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: "M11.4133 1.19088C11.7876 0.919483 12.3057 0.938953 12.6594 1.24948L22.9103 10.2495C23.2224 10.5241 23.3322 10.9639 23.1857 11.353C23.039 11.7422 22.6661 12.0002 22.2502 12.0005H19.9025C19.6755 12.0005 19.5163 12.1819 19.5217 12.3745C19.605 15.3273 19.9529 17.3197 20.3332 18.7124C20.7149 20.11 21.1262 20.9093 21.4221 21.6128C21.5517 21.9213 21.5183 22.2753 21.3332 22.5542C21.148 22.8328 20.8347 23.0002 20.5002 23.0005H3.50018C3.1655 23.0005 2.85256 22.8328 2.66718 22.5542C2.48187 22.2752 2.44851 21.9215 2.57831 21.6128C2.87417 20.9094 3.28546 20.11 3.66718 18.7124C4.04749 17.3197 4.39537 15.3272 4.4787 12.3745C4.48401 12.1821 4.32437 12.001 4.09784 12.0005H1.75018C1.33406 12.0005 0.961517 11.7423 0.814638 11.353C0.667969 10.9636 0.777548 10.5242 1.09003 10.2495L11.34 1.24948L11.4133 1.19088ZM11.8947 6.74948C11.6191 6.75705 11.3722 6.91522 11.2482 7.15475L11.2033 7.26315L10.6574 8.9028C10.4938 9.39466 10.1201 9.78899 9.63788 9.97897L7.97577 10.6333C7.68235 10.7487 7.49211 11.0359 7.50018 11.351C7.50862 11.6661 7.71391 11.9425 8.01288 12.0424L9.65741 12.5913C10.1475 12.7552 10.5408 13.1282 10.7307 13.6089L11.3879 15.2749C11.5037 15.5681 11.7905 15.758 12.1057 15.7495C12.4208 15.7407 12.6975 15.535 12.7971 15.2358L13.343 13.5962C13.5067 13.1044 13.8802 12.7098 14.3625 12.52L16.0246 11.8657C16.3179 11.7501 16.5084 11.4631 16.5002 11.1479C16.4916 10.8331 16.2862 10.5565 15.9875 10.4565L14.343 9.90768C13.8526 9.74376 13.4596 9.37098 13.2697 8.8901L12.6125 7.22409C12.4967 6.93114 12.2096 6.74118 11.8947 6.74948Z",
|
|
48
|
+
fill: "currentColor"
|
|
49
|
+
}
|
|
50
|
+
) })
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
var IconSparkleArrowUpFill = (0, import_react.forwardRef)(Icon);
|
|
54
|
+
var IconSparkleArrowUpFill_default = IconSparkleArrowUpFill;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias tag:service
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconSparkleArrowUpFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconSparkleArrowUpFill;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// src/IconSparkleArrowUpFill.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: "M11.4133 1.19088C11.7876 0.919483 12.3057 0.938953 12.6594 1.24948L22.9103 10.2495C23.2224 10.5241 23.3322 10.9639 23.1857 11.353C23.039 11.7422 22.6661 12.0002 22.2502 12.0005H19.9025C19.6755 12.0005 19.5163 12.1819 19.5217 12.3745C19.605 15.3273 19.9529 17.3197 20.3332 18.7124C20.7149 20.11 21.1262 20.9093 21.4221 21.6128C21.5517 21.9213 21.5183 22.2753 21.3332 22.5542C21.148 22.8328 20.8347 23.0002 20.5002 23.0005H3.50018C3.1655 23.0005 2.85256 22.8328 2.66718 22.5542C2.48187 22.2752 2.44851 21.9215 2.57831 21.6128C2.87417 20.9094 3.28546 20.11 3.66718 18.7124C4.04749 17.3197 4.39537 15.3272 4.4787 12.3745C4.48401 12.1821 4.32437 12.001 4.09784 12.0005H1.75018C1.33406 12.0005 0.961517 11.7423 0.814638 11.353C0.667969 10.9636 0.777548 10.5242 1.09003 10.2495L11.34 1.24948L11.4133 1.19088ZM11.8947 6.74948C11.6191 6.75705 11.3722 6.91522 11.2482 7.15475L11.2033 7.26315L10.6574 8.9028C10.4938 9.39466 10.1201 9.78899 9.63788 9.97897L7.97577 10.6333C7.68235 10.7487 7.49211 11.0359 7.50018 11.351C7.50862 11.6661 7.71391 11.9425 8.01288 12.0424L9.65741 12.5913C10.1475 12.7552 10.5408 13.1282 10.7307 13.6089L11.3879 15.2749C11.5037 15.5681 11.7905 15.758 12.1057 15.7495C12.4208 15.7407 12.6975 15.535 12.7971 15.2358L13.343 13.5962C13.5067 13.1044 13.8802 12.7098 14.3625 12.52L16.0246 11.8657C16.3179 11.7501 16.5084 11.4631 16.5002 11.1479C16.4916 10.8331 16.2862 10.5565 15.9875 10.4565L14.343 9.90768C13.8526 9.74376 13.4596 9.37098 13.2697 8.8901L12.6125 7.22409C12.4967 6.93114 12.2096 6.74118 11.8947 6.74948Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
) })
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
var IconSparkleArrowUpFill = forwardRef(Icon);
|
|
30
|
+
var IconSparkleArrowUpFill_default = IconSparkleArrowUpFill;
|
|
31
|
+
export {
|
|
32
|
+
IconSparkleArrowUpFill_default as default
|
|
33
|
+
};
|