@karrotmarket/react-multicolor-icon 0.0.16 → 0.0.18

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.
Files changed (80) hide show
  1. package/lib/IconAnimalFace.cjs +2 -2
  2. package/lib/IconAnimalFace.js +2 -2
  3. package/lib/IconApple.cjs +2 -2
  4. package/lib/IconApple.js +2 -2
  5. package/lib/IconBoxFlap.cjs +53 -0
  6. package/lib/IconBoxFlap.d.ts +11 -0
  7. package/lib/IconBoxFlap.js +33 -0
  8. package/lib/IconBuilding2.cjs +2 -2
  9. package/lib/IconBuilding2.js +2 -2
  10. package/lib/IconCarFrontside.cjs +2 -2
  11. package/lib/IconCarFrontside.js +2 -2
  12. package/lib/IconCard.cjs +2 -2
  13. package/lib/IconCard.js +2 -2
  14. package/lib/IconCartLoad.cjs +82 -0
  15. package/lib/IconCartLoad.d.ts +11 -0
  16. package/lib/IconCartLoad.js +62 -0
  17. package/lib/IconCheckmarkCalendar.cjs +2 -2
  18. package/lib/IconCheckmarkCalendar.js +2 -2
  19. package/lib/IconCupHeatwave.cjs +2 -2
  20. package/lib/IconCupHeatwave.js +2 -2
  21. package/lib/IconDumbbell.cjs +2 -2
  22. package/lib/IconDumbbell.js +2 -2
  23. package/lib/IconFigureWalk.cjs +73 -0
  24. package/lib/IconFigureWalk.d.ts +11 -0
  25. package/lib/IconFigureWalk.js +53 -0
  26. package/lib/IconForkSpoon.cjs +2 -2
  27. package/lib/IconForkSpoon.js +2 -2
  28. package/lib/IconForkSpoonBag.cjs +2 -2
  29. package/lib/IconForkSpoonBag.js +2 -2
  30. package/lib/IconFraction_1NUppercase.cjs +2 -2
  31. package/lib/IconFraction_1NUppercase.js +2 -2
  32. package/lib/IconHospital.cjs +2 -2
  33. package/lib/IconHospital.js +2 -2
  34. package/lib/IconLinechartUpXaxis.cjs +2 -2
  35. package/lib/IconLinechartUpXaxis.js +2 -2
  36. package/lib/IconMegaphoneTilted.cjs +2 -2
  37. package/lib/IconMegaphoneTilted.js +2 -2
  38. package/lib/IconMonitor.cjs +66 -0
  39. package/lib/IconMonitor.d.ts +11 -0
  40. package/lib/IconMonitor.js +46 -0
  41. package/lib/IconNailpolish.cjs +2 -2
  42. package/lib/IconNailpolish.js +2 -2
  43. package/lib/IconPaintroller.cjs +2 -2
  44. package/lib/IconPaintroller.js +2 -2
  45. package/lib/IconPalette.cjs +2 -2
  46. package/lib/IconPalette.js +2 -2
  47. package/lib/IconPencil.cjs +2 -2
  48. package/lib/IconPencil.js +2 -2
  49. package/lib/IconPerson2Openarms.cjs +2 -2
  50. package/lib/IconPerson2Openarms.js +2 -2
  51. package/lib/IconPersonMagnifyingglass.cjs +2 -2
  52. package/lib/IconPersonMagnifyingglass.js +2 -2
  53. package/lib/IconPlateCovered.cjs +73 -0
  54. package/lib/IconPlateCovered.d.ts +11 -0
  55. package/lib/IconPlateCovered.js +53 -0
  56. package/lib/IconScissors.cjs +2 -2
  57. package/lib/IconScissors.js +2 -2
  58. package/lib/IconShoppingbag2Stacked.cjs +2 -2
  59. package/lib/IconShoppingbag2Stacked.js +2 -2
  60. package/lib/IconShoppingbagItems.cjs +2 -2
  61. package/lib/IconShoppingbagItems.js +2 -2
  62. package/lib/IconSpraybottleSponge.cjs +2 -2
  63. package/lib/IconSpraybottleSponge.js +2 -2
  64. package/lib/IconTriangleRightChatbubbleLeft.cjs +2 -2
  65. package/lib/IconTriangleRightChatbubbleLeft.js +2 -2
  66. package/lib/IconTruck.cjs +2 -2
  67. package/lib/IconTruck.js +2 -2
  68. package/lib/IconWindow2Store.cjs +2 -2
  69. package/lib/IconWindow2Store.js +2 -2
  70. package/lib/IconWindow2StoreDoubleband.cjs +74 -0
  71. package/lib/IconWindow2StoreDoubleband.d.ts +11 -0
  72. package/lib/IconWindow2StoreDoubleband.js +54 -0
  73. package/lib/IconWindow4House.cjs +2 -2
  74. package/lib/IconWindow4House.js +2 -2
  75. package/lib/IconWrench.cjs +2 -2
  76. package/lib/IconWrench.js +2 -2
  77. package/lib/index.cjs +3562 -119
  78. package/lib/index.d.ts +6 -0
  79. package/lib/index.js +70 -1490
  80. package/package.json +4 -3
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -0,0 +1,66 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/IconMonitor.tsx
20
+ var IconMonitor_exports = {};
21
+ __export(IconMonitor_exports, {
22
+ default: () => IconMonitor_default
23
+ });
24
+ module.exports = __toCommonJS(IconMonitor_exports);
25
+ var import_react = require("react");
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ "data-seed-icon": "true",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ ...props,
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
42
+ "path",
43
+ {
44
+ d: "M20.5 2.5C21.6046 2.5 22.5 3.39543 22.5 4.5V15.5C22.5 16.6046 21.6046 17.5 20.5 17.5H16V19.5H8V17.5H3.5C2.39543 17.5 1.5 16.6046 1.5 15.5V4.5C1.5 3.39543 2.39543 2.5 3.5 2.5H20.5Z",
45
+ fill: "#8998AF"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M17 19.2H7C6.44772 19.2 6 19.6477 6 20.2V20.8C6 21.3522 6.44772 21.8 7 21.8H17C17.5523 21.8 18 21.3522 18 20.8V20.2C18 19.6477 17.5523 19.2 17 19.2Z",
52
+ fill: "#70819C"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V14.5C3.5 15.0523 3.94772 15.5 4.5 15.5H19.5C20.0523 15.5 20.5 15.0523 20.5 14.5V5.5C20.5 4.94772 20.0523 4.5 19.5 4.5Z",
59
+ fill: "#667387"
60
+ }
61
+ )
62
+ ] }) })
63
+ }
64
+ );
65
+ var IconMonitor = (0, import_react.forwardRef)(Icon);
66
+ var IconMonitor_default = IconMonitor;
@@ -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 모니터,업무,사무,보조,사무실,화면,디스플레이,일,회사,alba,monitor,work,task,office,assistant,support,screen,display,job,company,workplace
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEJSURBVHgB7ZRBasJAGIWfMemuLaW9Rz3C9AbNGQpFd7pQcWMUcaFudCGK4BniEeIJ9CAiqDtH8zsTjRgxUYkulHwQZjJ/8t7MwP+ARyfmThodk9kAww2IxTHI/evjvUG9bSYojhFuiEL4yaZ0S5UvpOBXjivOsZjPEIbXt3eomobdbWwNXKT4dDpBWD4+v/ZzBXcmMogMIgPA08myzcNyrOEYiNywxFEMmSGHbR4GmajO6C5Ue2ZCXW9Dz/sljEAlQvl4SW64IJLUY+BHrWtSUD2f1AM1fIvpSt8AEXvRNIYAlpxbQmbcLP5lTtVV3z9tKjkCS44zMHFP4sGVBkBLnO8bl2DTEE/LBsXOQr0Anl4VAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconMonitor: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconMonitor;
@@ -0,0 +1,46 @@
1
+ // src/IconMonitor.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
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
+ width: size,
14
+ height: size,
15
+ ref,
16
+ ...props,
17
+ children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M20.5 2.5C21.6046 2.5 22.5 3.39543 22.5 4.5V15.5C22.5 16.6046 21.6046 17.5 20.5 17.5H16V19.5H8V17.5H3.5C2.39543 17.5 1.5 16.6046 1.5 15.5V4.5C1.5 3.39543 2.39543 2.5 3.5 2.5H20.5Z",
22
+ fill: "#8998AF"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M17 19.2H7C6.44772 19.2 6 19.6477 6 20.2V20.8C6 21.3522 6.44772 21.8 7 21.8H17C17.5523 21.8 18 21.3522 18 20.8V20.2C18 19.6477 17.5523 19.2 17 19.2Z",
29
+ fill: "#70819C"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ jsx(
33
+ "path",
34
+ {
35
+ d: "M19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V14.5C3.5 15.0523 3.94772 15.5 4.5 15.5H19.5C20.0523 15.5 20.5 15.0523 20.5 14.5V5.5C20.5 4.94772 20.0523 4.5 19.5 4.5Z",
36
+ fill: "#667387"
37
+ }
38
+ )
39
+ ] }) })
40
+ }
41
+ );
42
+ var IconMonitor = forwardRef(Icon);
43
+ var IconMonitor_default = IconMonitor;
44
+ export {
45
+ IconMonitor_default as default
46
+ };
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
package/lib/IconPencil.js CHANGED
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -0,0 +1,73 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/IconPlateCovered.tsx
20
+ var IconPlateCovered_exports = {};
21
+ __export(IconPlateCovered_exports, {
22
+ default: () => IconPlateCovered_default
23
+ });
24
+ module.exports = __toCommonJS(IconPlateCovered_exports);
25
+ var import_react = require("react");
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ "data-seed-icon": "true",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ ...props,
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
42
+ "path",
43
+ {
44
+ d: "M13.5 3.11C13.5 2.88 13.35 2.67 13.12 2.62C12.76 2.54 12.39 2.5 12 2.5C11.61 2.5 11.23 2.54 10.88 2.62C10.66 2.67 10.5 2.88 10.5 3.11V7.2H13.5V3.11Z",
45
+ fill: "#70819C"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M12 4.5C6.2 4.5 1.5 9.2 1.5 15C1.5 16.83 1.97 18.55 2.79 20.04H21.21C22.03 18.54 22.5 16.82 22.5 15C22.5 9.2 17.8 4.5 12 4.5Z",
52
+ fill: "#8998AF"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M5.59006 13.82C5.46006 13.82 5.32006 13.79 5.19006 13.74C4.69006 13.52 4.45006 12.93 4.68006 12.42C5.41006 10.75 6.72006 9.36002 8.34006 8.52002C8.83006 8.27002 9.43006 8.46002 9.69006 8.95002C9.94006 9.44002 9.75006 10.04 9.26006 10.3C8.04006 10.93 7.06006 11.97 6.51006 13.22C6.34006 13.59 5.98006 13.82 5.59006 13.82Z",
59
+ fill: "white"
60
+ }
61
+ ),
62
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
63
+ "path",
64
+ {
65
+ d: "M1.5 18.7H22.5C22.78 18.7 23 18.92 23 19.2V19.2999C23 20.3999 22.1 21.2999 21 21.2999H3C1.9 21.2999 1 20.3999 1 19.2999V19.2C1 18.92 1.22 18.7 1.5 18.7Z",
66
+ fill: "#70819C"
67
+ }
68
+ )
69
+ ] }) })
70
+ }
71
+ );
72
+ var IconPlateCovered = (0, import_react.forwardRef)(Icon);
73
+ var IconPlateCovered_default = IconPlateCovered;
@@ -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 alba,job,restaurant,serving,plate,bell,order,food,알바,레스토랑,서빙,접시,종,주문,음식
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG+SURBVHgB1ZQ/SwMxGMafnBatWnsgCG4HOjgoCrrpYD+ASHHRyXZRnNpFHL3FQV3qJOrQdnORIoJutoPgJoIu4nJ0UOgfbSsUqbUxiXelUoqpPRB/cHdvjuR5kjfJC/x3iGzHoB7WQMo+0aDtkZDuN2TGtUMWIU42zJi/dZlhikyn7YPYuLvHNebqdoI/POb/ZMY2TJEejqndJQQoRZACaoNuBlEQKjoQ1f3enLTBzl5spkIQZqEGOQyFwr+26k38aLC1f7IEWongNxDFt74yF21oYM48brU7OhyYHBlEKpvHg/EEGdhKPLUrqW4yz7mZFkF/nxu+eQ+mJocxMToIWbgG16ozcJbgg5nzXlcXFman4Wbf5GMG54lrNIHmfKsE6wxAEbDCRSbeydJzd5/E0ekl8q9FNAVRAt8MNr/OtMbjIW1AzJyLnjU381pU654IA8cHqpemwIRTmTwurm7REqamKBW05rzzExM5jqNVLE2pUtEKwoBdBgM2Y2kKg/c23MBuTE2xB+l0Gn0uFXbBCmTuuZBXqwYoK/HsSwE2wsQJPylEMS13YTcUQrNa7IL64Qxsg+ZC+rL9+/onfAKosI0pwvEJHQAAAABJRU5ErkJggg==)
9
+ */
10
+ declare const IconPlateCovered: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconPlateCovered;
@@ -0,0 +1,53 @@
1
+ // src/IconPlateCovered.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
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
+ width: size,
14
+ height: size,
15
+ ref,
16
+ ...props,
17
+ children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M13.5 3.11C13.5 2.88 13.35 2.67 13.12 2.62C12.76 2.54 12.39 2.5 12 2.5C11.61 2.5 11.23 2.54 10.88 2.62C10.66 2.67 10.5 2.88 10.5 3.11V7.2H13.5V3.11Z",
22
+ fill: "#70819C"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M12 4.5C6.2 4.5 1.5 9.2 1.5 15C1.5 16.83 1.97 18.55 2.79 20.04H21.21C22.03 18.54 22.5 16.82 22.5 15C22.5 9.2 17.8 4.5 12 4.5Z",
29
+ fill: "#8998AF"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ jsx(
33
+ "path",
34
+ {
35
+ d: "M5.59006 13.82C5.46006 13.82 5.32006 13.79 5.19006 13.74C4.69006 13.52 4.45006 12.93 4.68006 12.42C5.41006 10.75 6.72006 9.36002 8.34006 8.52002C8.83006 8.27002 9.43006 8.46002 9.69006 8.95002C9.94006 9.44002 9.75006 10.04 9.26006 10.3C8.04006 10.93 7.06006 11.97 6.51006 13.22C6.34006 13.59 5.98006 13.82 5.59006 13.82Z",
36
+ fill: "white"
37
+ }
38
+ ),
39
+ /* @__PURE__ */ jsx(
40
+ "path",
41
+ {
42
+ d: "M1.5 18.7H22.5C22.78 18.7 23 18.92 23 19.2V19.2999C23 20.3999 22.1 21.2999 21 21.2999H3C1.9 21.2999 1 20.3999 1 19.2999V19.2C1 18.92 1.22 18.7 1.5 18.7Z",
43
+ fill: "#70819C"
44
+ }
45
+ )
46
+ ] }) })
47
+ }
48
+ );
49
+ var IconPlateCovered = forwardRef(Icon);
50
+ var IconPlateCovered_default = IconPlateCovered;
51
+ export {
52
+ IconPlateCovered_default as default
53
+ };
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.12",
12
- "data-seed-icon-react-version": "0.0.16",
11
+ "data-seed-icon-asset-version": "0.0.13",
12
+ "data-seed-icon-react-version": "0.0.17",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.12",
35
- "data-seed-icon-react-version": "0.0.16",
34
+ "data-seed-icon-asset-version": "0.0.13",
35
+ "data-seed-icon-react-version": "0.0.17",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,