@karrotmarket/react-multicolor-icon 1.10.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/lib/IconDocumentSeal.cjs +74 -0
- package/lib/IconDocumentSeal.d.ts +11 -0
- package/lib/IconDocumentSeal.js +53 -0
- package/lib/index.cjs +58 -6
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,74 @@
|
|
|
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/IconDocumentSeal.tsx
|
|
21
|
+
var IconDocumentSeal_exports = {};
|
|
22
|
+
__export(IconDocumentSeal_exports, {
|
|
23
|
+
default: () => IconDocumentSeal_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconDocumentSeal_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
29
|
+
"svg",
|
|
30
|
+
{
|
|
31
|
+
viewBox: "0 0 24 24",
|
|
32
|
+
fill: "none",
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
"data-seed-icon": "true",
|
|
35
|
+
width: size,
|
|
36
|
+
height: size,
|
|
37
|
+
ref,
|
|
38
|
+
...props,
|
|
39
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M2.5 3.5C2.5 1.84315 3.84315 0.5 5.5 0.5H17.5C19.1569 0.5 20.5 1.84315 20.5 3.5V19C20.5 20.6569 19.1569 22 17.5 22H5.5C3.84315 22 2.5 20.6569 2.5 19V3.5Z",
|
|
44
|
+
fill: "#FFCB64"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M18.5759 13.1795C18.7717 12.866 19.2283 12.866 19.4241 13.1795L20.5091 14.9169C20.5972 15.0579 20.7496 15.146 20.9159 15.1517L22.963 15.2227C23.3324 15.2355 23.5607 15.6309 23.3871 15.9572L22.4249 17.7655C22.3468 17.9124 22.3468 18.0884 22.4249 18.2352L23.3871 20.0436C23.5607 20.3699 23.3324 20.7653 22.963 20.7781L20.9159 20.8491C20.7496 20.8548 20.5972 20.9429 20.5091 21.0839L19.4241 22.8213C19.2283 23.1348 18.7717 23.1348 18.5759 22.8213L17.4909 21.0839C17.4028 20.9429 17.2503 20.8548 17.0841 20.8491L15.037 20.7781C14.6676 20.7653 14.4393 20.3699 14.6129 20.0436L15.575 18.2352C15.6532 18.0884 15.6532 17.9124 15.575 17.7655L14.6129 15.9572C14.4393 15.6309 14.6676 15.2355 15.037 15.2227L17.0841 15.1517C17.2503 15.146 17.4028 15.0579 17.4909 14.9169L18.5759 13.1795Z",
|
|
51
|
+
fill: "#CA7302"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M11.25 10.5C11.8023 10.5 12.25 10.9477 12.25 11.5C12.25 12.0523 11.8023 12.5 11.25 12.5H7.75C7.19772 12.5 6.75 12.0523 6.75 11.5C6.75 10.9477 7.19772 10.5 7.75 10.5H11.25Z",
|
|
59
|
+
fill: "white"
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
d: "M15.25 5C15.8023 5 16.25 5.44772 16.25 6C16.25 6.55228 15.8023 7 15.25 7H7.75C7.19772 7 6.75 6.55228 6.75 6C6.75 5.44772 7.19772 5 7.75 5H15.25Z",
|
|
66
|
+
fill: "white"
|
|
67
|
+
}
|
|
68
|
+
)
|
|
69
|
+
] })
|
|
70
|
+
] })
|
|
71
|
+
}
|
|
72
|
+
);
|
|
73
|
+
var IconDocumentSeal = (0, import_react.forwardRef)(Icon);
|
|
74
|
+
var IconDocumentSeal_default = IconDocumentSeal;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'stopColor' | 'floodColor' | 'lightingColor' | 'style' | 'className'> & {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @alias 증명서,문서,주민센터,paper,certification,verification
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconDocumentSeal: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconDocumentSeal;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// src/IconDocumentSeal.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
"data-seed-icon": "true",
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: /* @__PURE__ */ jsxs("g", { children: [
|
|
16
|
+
/* @__PURE__ */ jsx(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M2.5 3.5C2.5 1.84315 3.84315 0.5 5.5 0.5H17.5C19.1569 0.5 20.5 1.84315 20.5 3.5V19C20.5 20.6569 19.1569 22 17.5 22H5.5C3.84315 22 2.5 20.6569 2.5 19V3.5Z",
|
|
20
|
+
fill: "#FFCB64"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ jsx(
|
|
24
|
+
"path",
|
|
25
|
+
{
|
|
26
|
+
d: "M18.5759 13.1795C18.7717 12.866 19.2283 12.866 19.4241 13.1795L20.5091 14.9169C20.5972 15.0579 20.7496 15.146 20.9159 15.1517L22.963 15.2227C23.3324 15.2355 23.5607 15.6309 23.3871 15.9572L22.4249 17.7655C22.3468 17.9124 22.3468 18.0884 22.4249 18.2352L23.3871 20.0436C23.5607 20.3699 23.3324 20.7653 22.963 20.7781L20.9159 20.8491C20.7496 20.8548 20.5972 20.9429 20.5091 21.0839L19.4241 22.8213C19.2283 23.1348 18.7717 23.1348 18.5759 22.8213L17.4909 21.0839C17.4028 20.9429 17.2503 20.8548 17.0841 20.8491L15.037 20.7781C14.6676 20.7653 14.4393 20.3699 14.6129 20.0436L15.575 18.2352C15.6532 18.0884 15.6532 17.9124 15.575 17.7655L14.6129 15.9572C14.4393 15.6309 14.6676 15.2355 15.037 15.2227L17.0841 15.1517C17.2503 15.146 17.4028 15.0579 17.4909 14.9169L18.5759 13.1795Z",
|
|
27
|
+
fill: "#CA7302"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
31
|
+
/* @__PURE__ */ jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M11.25 10.5C11.8023 10.5 12.25 10.9477 12.25 11.5C12.25 12.0523 11.8023 12.5 11.25 12.5H7.75C7.19772 12.5 6.75 12.0523 6.75 11.5C6.75 10.9477 7.19772 10.5 7.75 10.5H11.25Z",
|
|
35
|
+
fill: "white"
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ jsx(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
d: "M15.25 5C15.8023 5 16.25 5.44772 16.25 6C16.25 6.55228 15.8023 7 15.25 7H7.75C7.19772 7 6.75 6.55228 6.75 6C6.75 5.44772 7.19772 5 7.75 5H15.25Z",
|
|
42
|
+
fill: "white"
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] })
|
|
46
|
+
] })
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
var IconDocumentSeal = forwardRef(Icon);
|
|
50
|
+
var IconDocumentSeal_default = IconDocumentSeal;
|
|
51
|
+
export {
|
|
52
|
+
IconDocumentSeal_default as default
|
|
53
|
+
};
|
package/lib/index.cjs
CHANGED
|
@@ -1249,7 +1249,7 @@ var require_react_development = __commonJS({
|
|
|
1249
1249
|
}
|
|
1250
1250
|
return lazyType;
|
|
1251
1251
|
}
|
|
1252
|
-
function
|
|
1252
|
+
function forwardRef73(render) {
|
|
1253
1253
|
{
|
|
1254
1254
|
if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
|
|
1255
1255
|
error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).");
|
|
@@ -2147,7 +2147,7 @@ var require_react_development = __commonJS({
|
|
|
2147
2147
|
exports.createElement = createElement$1;
|
|
2148
2148
|
exports.createFactory = createFactory;
|
|
2149
2149
|
exports.createRef = createRef;
|
|
2150
|
-
exports.forwardRef =
|
|
2150
|
+
exports.forwardRef = forwardRef73;
|
|
2151
2151
|
exports.isValidElement = isValidElement;
|
|
2152
2152
|
exports.lazy = lazy;
|
|
2153
2153
|
exports.memo = memo;
|
|
@@ -3097,11 +3097,11 @@ var require_react_jsx_runtime_development = __commonJS({
|
|
|
3097
3097
|
return jsxWithValidation(type, props, key, false);
|
|
3098
3098
|
}
|
|
3099
3099
|
}
|
|
3100
|
-
var
|
|
3101
|
-
var
|
|
3100
|
+
var jsx73 = jsxWithValidationDynamic;
|
|
3101
|
+
var jsxs73 = jsxWithValidationStatic;
|
|
3102
3102
|
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
3103
|
-
exports.jsx =
|
|
3104
|
-
exports.jsxs =
|
|
3103
|
+
exports.jsx = jsx73;
|
|
3104
|
+
exports.jsxs = jsxs73;
|
|
3105
3105
|
})();
|
|
3106
3106
|
}
|
|
3107
3107
|
}
|
|
@@ -3140,6 +3140,7 @@ __export(src_exports, {
|
|
|
3140
3140
|
IconClover4: () => IconClover4_default,
|
|
3141
3141
|
IconCupHeatwave: () => IconCupHeatwave_default,
|
|
3142
3142
|
IconDiamond: () => IconDiamond_default,
|
|
3143
|
+
IconDocumentSeal: () => IconDocumentSeal_default,
|
|
3143
3144
|
IconDomePillar3: () => IconDomePillar3_default,
|
|
3144
3145
|
IconDonut: () => IconDonut_default,
|
|
3145
3146
|
IconDuckLeftside: () => IconDuckLeftside_default,
|
|
@@ -6696,6 +6697,57 @@ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6696
6697
|
);
|
|
6697
6698
|
var IconFishWave2 = (0, import_react71.forwardRef)(Icon71);
|
|
6698
6699
|
var IconFishWave2_default = IconFishWave2;
|
|
6700
|
+
|
|
6701
|
+
// src/IconDocumentSeal.tsx
|
|
6702
|
+
var import_react72 = __toESM(require_react(), 1);
|
|
6703
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime(), 1);
|
|
6704
|
+
var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6705
|
+
"svg",
|
|
6706
|
+
{
|
|
6707
|
+
viewBox: "0 0 24 24",
|
|
6708
|
+
fill: "none",
|
|
6709
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6710
|
+
"data-seed-icon": "true",
|
|
6711
|
+
width: size,
|
|
6712
|
+
height: size,
|
|
6713
|
+
ref,
|
|
6714
|
+
...props,
|
|
6715
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
|
|
6716
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6717
|
+
"path",
|
|
6718
|
+
{
|
|
6719
|
+
d: "M2.5 3.5C2.5 1.84315 3.84315 0.5 5.5 0.5H17.5C19.1569 0.5 20.5 1.84315 20.5 3.5V19C20.5 20.6569 19.1569 22 17.5 22H5.5C3.84315 22 2.5 20.6569 2.5 19V3.5Z",
|
|
6720
|
+
fill: "#FFCB64"
|
|
6721
|
+
}
|
|
6722
|
+
),
|
|
6723
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6724
|
+
"path",
|
|
6725
|
+
{
|
|
6726
|
+
d: "M18.5759 13.1795C18.7717 12.866 19.2283 12.866 19.4241 13.1795L20.5091 14.9169C20.5972 15.0579 20.7496 15.146 20.9159 15.1517L22.963 15.2227C23.3324 15.2355 23.5607 15.6309 23.3871 15.9572L22.4249 17.7655C22.3468 17.9124 22.3468 18.0884 22.4249 18.2352L23.3871 20.0436C23.5607 20.3699 23.3324 20.7653 22.963 20.7781L20.9159 20.8491C20.7496 20.8548 20.5972 20.9429 20.5091 21.0839L19.4241 22.8213C19.2283 23.1348 18.7717 23.1348 18.5759 22.8213L17.4909 21.0839C17.4028 20.9429 17.2503 20.8548 17.0841 20.8491L15.037 20.7781C14.6676 20.7653 14.4393 20.3699 14.6129 20.0436L15.575 18.2352C15.6532 18.0884 15.6532 17.9124 15.575 17.7655L14.6129 15.9572C14.4393 15.6309 14.6676 15.2355 15.037 15.2227L17.0841 15.1517C17.2503 15.146 17.4028 15.0579 17.4909 14.9169L18.5759 13.1795Z",
|
|
6727
|
+
fill: "#CA7302"
|
|
6728
|
+
}
|
|
6729
|
+
),
|
|
6730
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
|
|
6731
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6732
|
+
"path",
|
|
6733
|
+
{
|
|
6734
|
+
d: "M11.25 10.5C11.8023 10.5 12.25 10.9477 12.25 11.5C12.25 12.0523 11.8023 12.5 11.25 12.5H7.75C7.19772 12.5 6.75 12.0523 6.75 11.5C6.75 10.9477 7.19772 10.5 7.75 10.5H11.25Z",
|
|
6735
|
+
fill: "white"
|
|
6736
|
+
}
|
|
6737
|
+
),
|
|
6738
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6739
|
+
"path",
|
|
6740
|
+
{
|
|
6741
|
+
d: "M15.25 5C15.8023 5 16.25 5.44772 16.25 6C16.25 6.55228 15.8023 7 15.25 7H7.75C7.19772 7 6.75 6.55228 6.75 6C6.75 5.44772 7.19772 5 7.75 5H15.25Z",
|
|
6742
|
+
fill: "white"
|
|
6743
|
+
}
|
|
6744
|
+
)
|
|
6745
|
+
] })
|
|
6746
|
+
] })
|
|
6747
|
+
}
|
|
6748
|
+
);
|
|
6749
|
+
var IconDocumentSeal = (0, import_react72.forwardRef)(Icon72);
|
|
6750
|
+
var IconDocumentSeal_default = IconDocumentSeal;
|
|
6699
6751
|
/*! Bundled license information:
|
|
6700
6752
|
|
|
6701
6753
|
react/cjs/react.production.min.js:
|
package/lib/index.d.ts
CHANGED
|
@@ -69,3 +69,4 @@ export { default as IconTree } from "./IconTree.js";
|
|
|
69
69
|
export { default as IconDuckLeftside } from "./IconDuckLeftside.js";
|
|
70
70
|
export { default as IconSofa } from "./IconSofa.js";
|
|
71
71
|
export { default as IconFishWave2 } from "./IconFishWave2.js";
|
|
72
|
+
export { default as IconDocumentSeal } from "./IconDocumentSeal.js";
|
package/lib/index.js
CHANGED
|
@@ -69,6 +69,7 @@ import { default as default69 } from "./IconTree.js";
|
|
|
69
69
|
import { default as default70 } from "./IconDuckLeftside.js";
|
|
70
70
|
import { default as default71 } from "./IconSofa.js";
|
|
71
71
|
import { default as default72 } from "./IconFishWave2.js";
|
|
72
|
+
import { default as default73 } from "./IconDocumentSeal.js";
|
|
72
73
|
export {
|
|
73
74
|
default35 as IconAnimalFace,
|
|
74
75
|
default11 as IconApple,
|
|
@@ -88,6 +89,7 @@ export {
|
|
|
88
89
|
default54 as IconClover4,
|
|
89
90
|
default27 as IconCupHeatwave,
|
|
90
91
|
default61 as IconDiamond,
|
|
92
|
+
default73 as IconDocumentSeal,
|
|
91
93
|
default64 as IconDomePillar3,
|
|
92
94
|
default45 as IconDonut,
|
|
93
95
|
default70 as IconDuckLeftside,
|