@karrotmarket/react-multicolor-icon 1.7.0 → 1.8.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/IconVertrectangleTiltedstacked.cjs +67 -0
- package/lib/IconVertrectangleTiltedstacked.d.ts +11 -0
- package/lib/IconVertrectangleTiltedstacked.js +46 -0
- package/lib/index.cjs +533 -488
- package/lib/index.d.ts +1 -0
- package/lib/index.js +108 -106
- package/package.json +1 -1
|
@@ -0,0 +1,67 @@
|
|
|
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/IconVertrectangleTiltedstacked.tsx
|
|
21
|
+
var IconVertrectangleTiltedstacked_exports = {};
|
|
22
|
+
__export(IconVertrectangleTiltedstacked_exports, {
|
|
23
|
+
default: () => IconVertrectangleTiltedstacked_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconVertrectangleTiltedstacked_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.jsxs)("g", { children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
d: "M9.6696 3.05342C10.0512 1.78406 11.3905 1.06439 12.6598 1.446L20.5124 3.80635C21.7812 4.18829 22.5013 5.52749 22.1198 6.79658L18.8952 17.5212C18.5229 18.7591 17.2404 19.4705 15.9997 19.1511V9.4001C15.9995 6.97017 14.0292 4.99971 11.5993 4.99971H9.08464L9.6696 3.05342Z",
|
|
45
|
+
fill: "#FF9000"
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
d: "M11.5993 6.99971C12.9247 6.99971 13.9995 8.07474 13.9997 9.4001V18.5554L8.05339 16.7683C6.78407 16.3867 6.06444 15.0473 6.44597 13.778L8.48308 6.99971H11.5993Z",
|
|
52
|
+
fill: "#FF9000"
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
] }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"path",
|
|
58
|
+
{
|
|
59
|
+
d: "M11.5996 7C12.9251 7 14 8.07491 14 9.40039V19.5996C14 20.9251 12.9251 22 11.5996 22H4.40039C3.07491 22 2 20.9251 2 19.5996V9.40039C2 8.07491 3.07491 7 4.40039 7H11.5996Z",
|
|
60
|
+
fill: "#FF6600"
|
|
61
|
+
}
|
|
62
|
+
)
|
|
63
|
+
] })
|
|
64
|
+
}
|
|
65
|
+
);
|
|
66
|
+
var IconVertrectangleTiltedstacked = (0, import_react.forwardRef)(Icon);
|
|
67
|
+
var IconVertrectangleTiltedstacked_default = IconVertrectangleTiltedstacked;
|
|
@@ -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 한입뉴스,뉴스레터,카드,news,newsletter,cards,tag:service
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconVertrectangleTiltedstacked: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconVertrectangleTiltedstacked;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// src/IconVertrectangleTiltedstacked.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__ */ jsxs("g", { children: [
|
|
17
|
+
/* @__PURE__ */ jsx(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M9.6696 3.05342C10.0512 1.78406 11.3905 1.06439 12.6598 1.446L20.5124 3.80635C21.7812 4.18829 22.5013 5.52749 22.1198 6.79658L18.8952 17.5212C18.5229 18.7591 17.2404 19.4705 15.9997 19.1511V9.4001C15.9995 6.97017 14.0292 4.99971 11.5993 4.99971H9.08464L9.6696 3.05342Z",
|
|
21
|
+
fill: "#FF9000"
|
|
22
|
+
}
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M11.5993 6.99971C12.9247 6.99971 13.9995 8.07474 13.9997 9.4001V18.5554L8.05339 16.7683C6.78407 16.3867 6.06444 15.0473 6.44597 13.778L8.48308 6.99971H11.5993Z",
|
|
28
|
+
fill: "#FF9000"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ jsx(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
d: "M11.5996 7C12.9251 7 14 8.07491 14 9.40039V19.5996C14 20.9251 12.9251 22 11.5996 22H4.40039C3.07491 22 2 20.9251 2 19.5996V9.40039C2 8.07491 3.07491 7 4.40039 7H11.5996Z",
|
|
36
|
+
fill: "#FF6600"
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
] })
|
|
40
|
+
}
|
|
41
|
+
);
|
|
42
|
+
var IconVertrectangleTiltedstacked = forwardRef(Icon);
|
|
43
|
+
var IconVertrectangleTiltedstacked_default = IconVertrectangleTiltedstacked;
|
|
44
|
+
export {
|
|
45
|
+
IconVertrectangleTiltedstacked_default as default
|
|
46
|
+
};
|