@karrotmarket/react-multicolor-icon 1.2.0 → 1.3.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.
@@ -0,0 +1,86 @@
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/IconSofa.tsx
21
+ var IconSofa_exports = {};
22
+ __export(IconSofa_exports, {
23
+ default: () => IconSofa_default
24
+ });
25
+ module.exports = __toCommonJS(IconSofa_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: "M4.5 18.5V21",
44
+ stroke: "#E98400",
45
+ strokeWidth: 2,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ "path",
52
+ {
53
+ d: "M19.5 18.5V21",
54
+ stroke: "#E98400",
55
+ strokeWidth: 2,
56
+ strokeLinecap: "round",
57
+ strokeLinejoin: "round"
58
+ }
59
+ ),
60
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
61
+ "path",
62
+ {
63
+ d: "M19.5 6.5V9.5V14H4.5V9.5V6.5C4.5 5.96957 4.71071 5.46086 5.08579 5.08579C5.72386 4.39052 7.6 3 12 3C16.4 3 18.3284 4.5 18.9142 5.08579C19.2893 5.46086 19.5 5.96957 19.5 6.5Z",
64
+ fill: "#FFCB64",
65
+ stroke: "#FFCB64",
66
+ strokeWidth: 2,
67
+ strokeLinecap: "round",
68
+ strokeLinejoin: "round"
69
+ }
70
+ ),
71
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
72
+ "path",
73
+ {
74
+ d: "M2.58579 17.9142C2.21071 17.5391 2 17.0304 2 16.5V11.5C2 10.9696 2.21071 10.4609 2.58579 10.0858C2.96086 9.71071 3.46957 9.5 4 9.5C4.4297 9.5 4.84515 9.63828 5.18684 9.89021C5.34702 10.0083 5.4616 10.1752 5.55481 10.351L7.00585 13.0883C7.09906 13.2642 7.21241 13.4549 7.40802 13.4915C7.43814 13.4971 7.46892 13.5 7.5 13.5H16.5C16.529 13.5 16.5577 13.4975 16.5859 13.4926C16.7859 13.4577 16.9014 13.262 16.9954 13.082L18.328 10.5313C18.422 10.3513 18.5398 10.183 18.6981 10.0558C19.0698 9.75705 19.5664 9.5 20 9.5C20.5304 9.5 21.0391 9.71071 21.4142 10.0858C21.7893 10.4609 22 10.9696 22 11.5V16.5C22 17.0304 21.7893 17.5391 21.4142 17.9142C21.0391 18.2893 20.5304 18.5 20 18.5H4C3.46957 18.5 2.96086 18.2893 2.58579 17.9142Z",
75
+ fill: "#FFAA00",
76
+ stroke: "#FFAA00",
77
+ strokeWidth: 2,
78
+ strokeLinecap: "round",
79
+ strokeLinejoin: "round"
80
+ }
81
+ )
82
+ ] })
83
+ }
84
+ );
85
+ var IconSofa = (0, import_react.forwardRef)(Icon);
86
+ var IconSofa_default = IconSofa;
@@ -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 의자,소파,라운지,거실,리빙,가구,chair,sofa,lounge,living room,living,furniture
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGPSURBVHgB1ZVBSwJBFMf/bzGFvEgdpFN+Awvq3HruYpegm2IfwD5AZPQB7F6gt6CLdujcegsK0kOnLl5CIgQji1Zkpze7rq6Irtta5A+GYWZ4//+bfc8RmHdo3IF4yEbQbadAFIdhqDxHeDvSO27xqHN4HQJXWAiXaf20NbWBuNs/4inrEHRJUxqJIm2eH7saiPtMAYJS+AlERdo4S481YPEki5fgjwTfRLMXytCRoDX4R3UuFPwyfQNR4oK+anG8PYK7B54xOjBjWYO1Yva2WQNxCflpbmB3jRIEVraB4PJ04jKhZy6dods7smUTtIuq0rMpwNmSMpvmLaamce0Uh6lFyJu5mkuB0eJ+NazhRvuJb/A+ui+sYgcmBstbLK7C1WACkw06TWv44O/adM4NCBpmT3VgIHAA68cxK6SW+ar2X1NxgZj+iXy3g2QgBC0URgUe0D+w1dWhBoIoh5aQph0r4X6b0h7qLyeosSU/2ahED5GDBzg2x7Eqx9aimcHXGCqyoci/wcHsBT+x/5tvXqd/Bwp8OM0AAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconSofa: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconSofa;
@@ -0,0 +1,65 @@
1
+ // src/IconSofa.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: "M4.5 18.5V21",
20
+ stroke: "#E98400",
21
+ strokeWidth: 2,
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M19.5 18.5V21",
30
+ stroke: "#E98400",
31
+ strokeWidth: 2,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }
35
+ ),
36
+ /* @__PURE__ */ jsx(
37
+ "path",
38
+ {
39
+ d: "M19.5 6.5V9.5V14H4.5V9.5V6.5C4.5 5.96957 4.71071 5.46086 5.08579 5.08579C5.72386 4.39052 7.6 3 12 3C16.4 3 18.3284 4.5 18.9142 5.08579C19.2893 5.46086 19.5 5.96957 19.5 6.5Z",
40
+ fill: "#FFCB64",
41
+ stroke: "#FFCB64",
42
+ strokeWidth: 2,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ jsx(
48
+ "path",
49
+ {
50
+ d: "M2.58579 17.9142C2.21071 17.5391 2 17.0304 2 16.5V11.5C2 10.9696 2.21071 10.4609 2.58579 10.0858C2.96086 9.71071 3.46957 9.5 4 9.5C4.4297 9.5 4.84515 9.63828 5.18684 9.89021C5.34702 10.0083 5.4616 10.1752 5.55481 10.351L7.00585 13.0883C7.09906 13.2642 7.21241 13.4549 7.40802 13.4915C7.43814 13.4971 7.46892 13.5 7.5 13.5H16.5C16.529 13.5 16.5577 13.4975 16.5859 13.4926C16.7859 13.4577 16.9014 13.262 16.9954 13.082L18.328 10.5313C18.422 10.3513 18.5398 10.183 18.6981 10.0558C19.0698 9.75705 19.5664 9.5 20 9.5C20.5304 9.5 21.0391 9.71071 21.4142 10.0858C21.7893 10.4609 22 10.9696 22 11.5V16.5C22 17.0304 21.7893 17.5391 21.4142 17.9142C21.0391 18.2893 20.5304 18.5 20 18.5H4C3.46957 18.5 2.96086 18.2893 2.58579 17.9142Z",
51
+ fill: "#FFAA00",
52
+ stroke: "#FFAA00",
53
+ strokeWidth: 2,
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round"
56
+ }
57
+ )
58
+ ] })
59
+ }
60
+ );
61
+ var IconSofa = forwardRef(Icon);
62
+ var IconSofa_default = IconSofa;
63
+ export {
64
+ IconSofa_default as default
65
+ };
package/lib/index.cjs CHANGED
@@ -1249,7 +1249,7 @@ var require_react_development = __commonJS({
1249
1249
  }
1250
1250
  return lazyType;
1251
1251
  }
1252
- function forwardRef65(render) {
1252
+ function forwardRef66(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 = forwardRef65;
2150
+ exports.forwardRef = forwardRef66;
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 jsx65 = jsxWithValidationDynamic;
3101
- var jsxs65 = jsxWithValidationStatic;
3100
+ var jsx66 = jsxWithValidationDynamic;
3101
+ var jsxs66 = jsxWithValidationStatic;
3102
3102
  exports.Fragment = REACT_FRAGMENT_TYPE;
3103
- exports.jsx = jsx65;
3104
- exports.jsxs = jsxs65;
3103
+ exports.jsx = jsx66;
3104
+ exports.jsxs = jsxs66;
3105
3105
  })();
3106
3106
  }
3107
3107
  }
@@ -3173,6 +3173,7 @@ __export(src_exports, {
3173
3173
  IconShoppingbag2Stacked: () => IconShoppingbag2Stacked_default,
3174
3174
  IconShoppingbagItems: () => IconShoppingbagItems_default,
3175
3175
  IconSneakerLiftedLeftside: () => IconSneakerLiftedLeftside_default,
3176
+ IconSofa: () => IconSofa_default,
3176
3177
  IconSparkle2: () => IconSparkle2_default,
3177
3178
  IconSpraybottleSponge: () => IconSpraybottleSponge_default,
3178
3179
  IconTree: () => IconTree_default,
@@ -6246,6 +6247,69 @@ var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6246
6247
  );
6247
6248
  var IconDuckLeftside = (0, import_react64.forwardRef)(Icon64);
6248
6249
  var IconDuckLeftside_default = IconDuckLeftside;
6250
+
6251
+ // src/IconSofa.tsx
6252
+ var import_react65 = __toESM(require_react(), 1);
6253
+ var import_jsx_runtime65 = __toESM(require_jsx_runtime(), 1);
6254
+ var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6255
+ "svg",
6256
+ {
6257
+ viewBox: "0 0 24 24",
6258
+ fill: "none",
6259
+ xmlns: "http://www.w3.org/2000/svg",
6260
+ "data-seed-icon": "true",
6261
+ width: size,
6262
+ height: size,
6263
+ ref,
6264
+ ...props,
6265
+ children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { children: [
6266
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6267
+ "path",
6268
+ {
6269
+ d: "M4.5 18.5V21",
6270
+ stroke: "#E98400",
6271
+ strokeWidth: 2,
6272
+ strokeLinecap: "round",
6273
+ strokeLinejoin: "round"
6274
+ }
6275
+ ),
6276
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6277
+ "path",
6278
+ {
6279
+ d: "M19.5 18.5V21",
6280
+ stroke: "#E98400",
6281
+ strokeWidth: 2,
6282
+ strokeLinecap: "round",
6283
+ strokeLinejoin: "round"
6284
+ }
6285
+ ),
6286
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6287
+ "path",
6288
+ {
6289
+ d: "M19.5 6.5V9.5V14H4.5V9.5V6.5C4.5 5.96957 4.71071 5.46086 5.08579 5.08579C5.72386 4.39052 7.6 3 12 3C16.4 3 18.3284 4.5 18.9142 5.08579C19.2893 5.46086 19.5 5.96957 19.5 6.5Z",
6290
+ fill: "#FFCB64",
6291
+ stroke: "#FFCB64",
6292
+ strokeWidth: 2,
6293
+ strokeLinecap: "round",
6294
+ strokeLinejoin: "round"
6295
+ }
6296
+ ),
6297
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6298
+ "path",
6299
+ {
6300
+ d: "M2.58579 17.9142C2.21071 17.5391 2 17.0304 2 16.5V11.5C2 10.9696 2.21071 10.4609 2.58579 10.0858C2.96086 9.71071 3.46957 9.5 4 9.5C4.4297 9.5 4.84515 9.63828 5.18684 9.89021C5.34702 10.0083 5.4616 10.1752 5.55481 10.351L7.00585 13.0883C7.09906 13.2642 7.21241 13.4549 7.40802 13.4915C7.43814 13.4971 7.46892 13.5 7.5 13.5H16.5C16.529 13.5 16.5577 13.4975 16.5859 13.4926C16.7859 13.4577 16.9014 13.262 16.9954 13.082L18.328 10.5313C18.422 10.3513 18.5398 10.183 18.6981 10.0558C19.0698 9.75705 19.5664 9.5 20 9.5C20.5304 9.5 21.0391 9.71071 21.4142 10.0858C21.7893 10.4609 22 10.9696 22 11.5V16.5C22 17.0304 21.7893 17.5391 21.4142 17.9142C21.0391 18.2893 20.5304 18.5 20 18.5H4C3.46957 18.5 2.96086 18.2893 2.58579 17.9142Z",
6301
+ fill: "#FFAA00",
6302
+ stroke: "#FFAA00",
6303
+ strokeWidth: 2,
6304
+ strokeLinecap: "round",
6305
+ strokeLinejoin: "round"
6306
+ }
6307
+ )
6308
+ ] })
6309
+ }
6310
+ );
6311
+ var IconSofa = (0, import_react65.forwardRef)(Icon65);
6312
+ var IconSofa_default = IconSofa;
6249
6313
  /*! Bundled license information:
6250
6314
 
6251
6315
  react/cjs/react.production.min.js:
package/lib/index.d.ts CHANGED
@@ -62,3 +62,4 @@ export { default as IconEnvelope } from "./IconEnvelope.js";
62
62
  export { default as IconFaceSmileCircle } from "./IconFaceSmileCircle.js";
63
63
  export { default as IconTree } from "./IconTree.js";
64
64
  export { default as IconDuckLeftside } from "./IconDuckLeftside.js";
65
+ export { default as IconSofa } from "./IconSofa.js";
package/lib/index.js CHANGED
@@ -62,6 +62,7 @@ import { default as default62 } from "./IconEnvelope.js";
62
62
  import { default as default63 } from "./IconFaceSmileCircle.js";
63
63
  import { default as default64 } from "./IconTree.js";
64
64
  import { default as default65 } from "./IconDuckLeftside.js";
65
+ import { default as default66 } from "./IconSofa.js";
65
66
  export {
66
67
  default29 as IconAnimalFace,
67
68
  default11 as IconApple,
@@ -114,6 +115,7 @@ export {
114
115
  default27 as IconShoppingbag2Stacked,
115
116
  default2 as IconShoppingbagItems,
116
117
  default48 as IconSneakerLiftedLeftside,
118
+ default66 as IconSofa,
117
119
  default45 as IconSparkle2,
118
120
  default16 as IconSpraybottleSponge,
119
121
  default64 as IconTree,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karrotmarket/react-multicolor-icon",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-icon-v3.git",