@karrotmarket/react-multicolor-icon 1.3.0 → 1.5.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/IconCupHeatwave.cjs +2 -2
- package/lib/IconCupHeatwave.d.ts +1 -1
- package/lib/IconCupHeatwave.js +2 -2
- package/lib/IconFishWave2.cjs +63 -0
- package/lib/IconFishWave2.d.ts +11 -0
- package/lib/IconFishWave2.js +42 -0
- package/lib/IconGridDot5.cjs +110 -0
- package/lib/IconGridDot5.d.ts +11 -0
- package/lib/IconGridDot5.js +89 -0
- package/lib/IconSofa.cjs +20 -32
- package/lib/IconSofa.js +20 -32
- package/lib/index.cjs +623 -506
- package/lib/index.d.ts +2 -0
- package/lib/index.js +108 -104
- package/package.json +1 -1
package/lib/IconCupHeatwave.cjs
CHANGED
|
@@ -40,14 +40,14 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
40
40
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
41
41
|
"path",
|
|
42
42
|
{
|
|
43
|
-
d: "
|
|
43
|
+
d: "M18.81 10.2604H17.8V8.96047C17.8 8.46048 17.4 8.06047 16.9 8.06047H3.9C3.4 8.06047 3 8.46048 3 8.96047V19.5404C3 20.6203 3.65 21.5704 4.63 21.9104C5.87 22.3403 7.88 22.8604 10.4 22.8604C12.92 22.8604 14.93 22.3403 16.17 21.9104C17.11 21.5804 17.74 20.6903 17.79 19.6604H18.81C21.17 19.6604 23.1 17.5504 23.1 14.9604C23.1 12.3704 21.18 10.2604 18.81 10.2604ZM18.81 17.2604H17.8V12.6604H18.81C19.85 12.6604 20.7 13.6904 20.7 14.9604C20.7 16.2304 19.85 17.2604 18.81 17.2604Z",
|
|
44
44
|
fill: "#FFAA00"
|
|
45
45
|
}
|
|
46
46
|
),
|
|
47
47
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
48
|
"path",
|
|
49
49
|
{
|
|
50
|
-
d: "
|
|
50
|
+
d: "M5.58992 6.8605C6.20978 7.04646 6.89949 6.62927 7.05992 6.01051C7.16992 5.59051 7.67992 5.15051 8.32992 5.15051C10.0432 5.15051 11.7566 5.15051 13.4699 5.15051C15.1399 5.15051 16.6499 4.04052 17.0599 2.51054C17.2299 1.87054 16.8499 1.21055 16.2099 1.04055C15.5699 0.870552 14.9099 1.25055 14.7399 1.89054C14.6299 2.31054 14.1199 2.75054 13.4699 2.75054C11.7566 2.75054 10.0432 2.75054 8.32992 2.75054C6.65992 2.75054 5.13992 3.86053 4.73992 5.39051C4.56992 6.03051 4.94992 6.6905 5.58992 6.8605Z",
|
|
51
51
|
fill: "#E68507"
|
|
52
52
|
}
|
|
53
53
|
)
|
package/lib/IconCupHeatwave.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias cafe,drink,cup,beverage,hot,coffee,tea,카페,음료,뜨거운,커피,차,컵
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCupHeatwave: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCupHeatwave;
|
package/lib/IconCupHeatwave.js
CHANGED
|
@@ -16,14 +16,14 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
|
16
16
|
/* @__PURE__ */ jsx(
|
|
17
17
|
"path",
|
|
18
18
|
{
|
|
19
|
-
d: "
|
|
19
|
+
d: "M18.81 10.2604H17.8V8.96047C17.8 8.46048 17.4 8.06047 16.9 8.06047H3.9C3.4 8.06047 3 8.46048 3 8.96047V19.5404C3 20.6203 3.65 21.5704 4.63 21.9104C5.87 22.3403 7.88 22.8604 10.4 22.8604C12.92 22.8604 14.93 22.3403 16.17 21.9104C17.11 21.5804 17.74 20.6903 17.79 19.6604H18.81C21.17 19.6604 23.1 17.5504 23.1 14.9604C23.1 12.3704 21.18 10.2604 18.81 10.2604ZM18.81 17.2604H17.8V12.6604H18.81C19.85 12.6604 20.7 13.6904 20.7 14.9604C20.7 16.2304 19.85 17.2604 18.81 17.2604Z",
|
|
20
20
|
fill: "#FFAA00"
|
|
21
21
|
}
|
|
22
22
|
),
|
|
23
23
|
/* @__PURE__ */ jsx(
|
|
24
24
|
"path",
|
|
25
25
|
{
|
|
26
|
-
d: "
|
|
26
|
+
d: "M5.58992 6.8605C6.20978 7.04646 6.89949 6.62927 7.05992 6.01051C7.16992 5.59051 7.67992 5.15051 8.32992 5.15051C10.0432 5.15051 11.7566 5.15051 13.4699 5.15051C15.1399 5.15051 16.6499 4.04052 17.0599 2.51054C17.2299 1.87054 16.8499 1.21055 16.2099 1.04055C15.5699 0.870552 14.9099 1.25055 14.7399 1.89054C14.6299 2.31054 14.1199 2.75054 13.4699 2.75054C11.7566 2.75054 10.0432 2.75054 8.32992 2.75054C6.65992 2.75054 5.13992 3.86053 4.73992 5.39051C4.56992 6.03051 4.94992 6.6905 5.58992 6.8605Z",
|
|
27
27
|
fill: "#E68507"
|
|
28
28
|
}
|
|
29
29
|
)
|
|
@@ -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/IconFishWave2.tsx
|
|
21
|
+
var IconFishWave2_exports = {};
|
|
22
|
+
__export(IconFishWave2_exports, {
|
|
23
|
+
default: () => IconFishWave2_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconFishWave2_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: "M8.12109 3.94409C9.02632 2.58634 10.8507 2.20096 12.2275 3.07691L16 5.5C16.8652 6.05068 17 6.47442 17 7.5V8C17.5 8.5 18 8.99976 19 8.99976C19.3103 8.99976 20.16 8.73034 21.1426 7.8562C21.7555 7.31092 22.9999 7.69215 23 8.51245V17.488C22.9996 18.308 21.8058 18.6535 21.2158 18.0837C20.36 17.2571 19.6063 16.9998 19 16.9998C17.0001 16.9998 16.4999 17.9998 15 18.9998C13.5018 19.9986 12.0036 20.9964 9.01074 20.9988C9.00781 20.9988 9.00488 20.9998 9.00195 20.9998L9.00098 20.9988L9 20.9998C4.58262 20.9987 1.00196 17.4174 1.00195 12.9998C1.00211 9.16789 3.6965 5.96586 7.29395 5.18335L8.12109 3.94409Z",
|
|
44
|
+
fill: "#FFAA00"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("ellipse", { cx: 6.26758, cy: 12.143, rx: 1.25, ry: 1.25002, fill: "#815A4F" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
fillRule: "evenodd",
|
|
52
|
+
clipRule: "evenodd",
|
|
53
|
+
d: "M11.6104 12.8888C11.7806 13.1865 12.0144 13.7535 12.0144 14.3985C12.0144 15.3766 11.3482 16.2838 10.9017 16.6523C10.8025 16.7374 10.6749 16.7799 10.5544 16.7799C10.4339 16.7799 10.2425 16.709 10.1291 16.5815C9.93777 16.3476 9.96612 16.0003 10.2 15.8089C10.4977 15.5608 10.9159 14.93 10.9159 14.3985C10.9159 13.8669 10.7103 13.4629 10.5402 13.1936C10.3205 12.8534 10.3205 12.4281 10.5402 12.0879C10.7103 11.8186 10.9159 11.3437 10.9159 10.883C10.9159 10.4223 10.4977 9.72063 10.2 9.47256C9.96612 9.2812 9.93068 8.9339 10.1291 8.70001C10.3205 8.46612 10.6678 8.43068 10.9017 8.62913C11.3482 8.99769 12.0144 9.90491 12.0144 10.8901C12.0144 11.8753 11.7806 12.1162 11.6034 12.4494C11.5325 12.5911 11.5325 12.7612 11.6104 12.8959V12.8888ZM15.0976 12.8321C15.2251 13.1014 15.3669 13.5054 15.3669 13.9661C15.3669 14.7458 14.8353 15.4687 14.4809 15.7664C14.3817 15.8514 14.2541 15.894 14.1336 15.894C14.0132 15.894 13.8218 15.8231 13.7084 15.6955C13.517 15.4616 13.5454 15.1143 13.7793 14.9229C13.9777 14.7599 14.2683 14.3276 14.2683 13.9732C14.2683 13.6188 14.1266 13.3282 14.0061 13.144C13.8147 12.8463 13.8147 12.4706 14.0061 12.1659C14.1266 11.9816 14.2683 11.6485 14.2683 11.3366C14.2683 11.0248 13.9777 10.5499 13.7793 10.3869C13.5454 10.1955 13.5099 9.84821 13.7084 9.61431C13.9068 9.38042 14.2541 9.34498 14.4809 9.54344C14.8353 9.84112 15.3669 10.557 15.3669 11.3437C15.3669 12.1304 15.2251 12.2084 15.0976 12.4777C15.0409 12.5982 15.0409 12.7329 15.0976 12.8534V12.8321Z",
|
|
54
|
+
fill: "#E98400",
|
|
55
|
+
stroke: "#E58303",
|
|
56
|
+
strokeWidth: 0.4
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] })
|
|
60
|
+
}
|
|
61
|
+
);
|
|
62
|
+
var IconFishWave2 = (0, import_react.forwardRef)(Icon);
|
|
63
|
+
var IconFishWave2_default = IconFishWave2;
|
|
@@ -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 붕어빵,붕어,물고기,겨울,간식,fish,winter,snack
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconFishWave2: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconFishWave2;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// src/IconFishWave2.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: "M8.12109 3.94409C9.02632 2.58634 10.8507 2.20096 12.2275 3.07691L16 5.5C16.8652 6.05068 17 6.47442 17 7.5V8C17.5 8.5 18 8.99976 19 8.99976C19.3103 8.99976 20.16 8.73034 21.1426 7.8562C21.7555 7.31092 22.9999 7.69215 23 8.51245V17.488C22.9996 18.308 21.8058 18.6535 21.2158 18.0837C20.36 17.2571 19.6063 16.9998 19 16.9998C17.0001 16.9998 16.4999 17.9998 15 18.9998C13.5018 19.9986 12.0036 20.9964 9.01074 20.9988C9.00781 20.9988 9.00488 20.9998 9.00195 20.9998L9.00098 20.9988L9 20.9998C4.58262 20.9987 1.00196 17.4174 1.00195 12.9998C1.00211 9.16789 3.6965 5.96586 7.29395 5.18335L8.12109 3.94409Z",
|
|
20
|
+
fill: "#FFAA00"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ jsx("ellipse", { cx: 6.26758, cy: 12.143, rx: 1.25, ry: 1.25002, fill: "#815A4F" }),
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M11.6104 12.8888C11.7806 13.1865 12.0144 13.7535 12.0144 14.3985C12.0144 15.3766 11.3482 16.2838 10.9017 16.6523C10.8025 16.7374 10.6749 16.7799 10.5544 16.7799C10.4339 16.7799 10.2425 16.709 10.1291 16.5815C9.93777 16.3476 9.96612 16.0003 10.2 15.8089C10.4977 15.5608 10.9159 14.93 10.9159 14.3985C10.9159 13.8669 10.7103 13.4629 10.5402 13.1936C10.3205 12.8534 10.3205 12.4281 10.5402 12.0879C10.7103 11.8186 10.9159 11.3437 10.9159 10.883C10.9159 10.4223 10.4977 9.72063 10.2 9.47256C9.96612 9.2812 9.93068 8.9339 10.1291 8.70001C10.3205 8.46612 10.6678 8.43068 10.9017 8.62913C11.3482 8.99769 12.0144 9.90491 12.0144 10.8901C12.0144 11.8753 11.7806 12.1162 11.6034 12.4494C11.5325 12.5911 11.5325 12.7612 11.6104 12.8959V12.8888ZM15.0976 12.8321C15.2251 13.1014 15.3669 13.5054 15.3669 13.9661C15.3669 14.7458 14.8353 15.4687 14.4809 15.7664C14.3817 15.8514 14.2541 15.894 14.1336 15.894C14.0132 15.894 13.8218 15.8231 13.7084 15.6955C13.517 15.4616 13.5454 15.1143 13.7793 14.9229C13.9777 14.7599 14.2683 14.3276 14.2683 13.9732C14.2683 13.6188 14.1266 13.3282 14.0061 13.144C13.8147 12.8463 13.8147 12.4706 14.0061 12.1659C14.1266 11.9816 14.2683 11.6485 14.2683 11.3366C14.2683 11.0248 13.9777 10.5499 13.7793 10.3869C13.5454 10.1955 13.5099 9.84821 13.7084 9.61431C13.9068 9.38042 14.2541 9.34498 14.4809 9.54344C14.8353 9.84112 15.3669 10.557 15.3669 11.3437C15.3669 12.1304 15.2251 12.2084 15.0976 12.4777C15.0409 12.5982 15.0409 12.7329 15.0976 12.8534V12.8321Z",
|
|
30
|
+
fill: "#E98400",
|
|
31
|
+
stroke: "#E58303",
|
|
32
|
+
strokeWidth: 0.4
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
] })
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
var IconFishWave2 = forwardRef(Icon);
|
|
39
|
+
var IconFishWave2_default = IconFishWave2;
|
|
40
|
+
export {
|
|
41
|
+
IconFishWave2_default as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
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/IconGridDot5.tsx
|
|
21
|
+
var IconGridDot5_exports = {};
|
|
22
|
+
__export(IconGridDot5_exports, {
|
|
23
|
+
default: () => IconGridDot5_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconGridDot5_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
|
+
fillRule: "evenodd",
|
|
45
|
+
clipRule: "evenodd",
|
|
46
|
+
d: "M7.95508 13.0498C9.60964 13.0498 10.9511 14.3913 10.9512 16.0459V19.9541C10.9512 21.6087 9.60966 22.9502 7.95508 22.9502H4.04688C2.39229 22.9502 1.05078 21.6087 1.05078 19.9541V16.0459C1.05086 14.3914 2.39236 13.0498 4.04688 13.0498H7.95508ZM4.04688 15.4502C3.71782 15.4502 3.45125 15.7169 3.45117 16.0459V19.9541C3.45118 20.2832 3.71777 20.5498 4.04688 20.5498H7.95508C8.28418 20.5498 8.55078 20.2832 8.55078 19.9541V16.0459C8.55075 15.7168 8.28417 15.4502 7.95508 15.4502H4.04688Z",
|
|
47
|
+
fill: "#FF6F0F"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M7.95508 1.0498C9.60964 1.04981 10.9511 2.39133 10.9512 4.0459V7.9541C10.9512 9.60869 9.60966 10.9502 7.95508 10.9502H4.04688C2.39229 10.9502 1.05078 9.60869 1.05078 7.9541V4.0459C1.05086 2.3914 2.39236 1.04985 4.04688 1.0498H7.95508ZM4.04688 3.4502C3.71782 3.4502 3.45125 3.71686 3.45117 4.0459V7.9541C3.45118 8.2832 3.71777 8.5498 4.04688 8.5498H7.95508C8.28418 8.5498 8.55078 8.2832 8.55078 7.9541V4.0459C8.55075 3.71681 8.28417 3.4502 7.95508 3.4502H4.04688Z",
|
|
56
|
+
fill: "#FF6F0F"
|
|
57
|
+
}
|
|
58
|
+
),
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
60
|
+
"path",
|
|
61
|
+
{
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
clipRule: "evenodd",
|
|
64
|
+
d: "M19.9551 1.0498C21.6096 1.04981 22.9511 2.39133 22.9512 4.0459V7.9541C22.9512 9.60869 21.6097 10.9502 19.9551 10.9502H16.0469C14.3923 10.9502 13.0508 9.60869 13.0508 7.9541V4.0459C13.0509 2.3914 14.3924 1.04985 16.0469 1.0498H19.9551ZM16.0469 3.4502C15.7178 3.4502 15.4513 3.71686 15.4512 4.0459V7.9541C15.4512 8.2832 15.7178 8.5498 16.0469 8.5498H19.9551C20.2842 8.5498 20.5508 8.2832 20.5508 7.9541V4.0459C20.5508 3.71681 20.2842 3.4502 19.9551 3.4502H16.0469Z",
|
|
65
|
+
fill: "#FF6F0F"
|
|
66
|
+
}
|
|
67
|
+
)
|
|
68
|
+
] }),
|
|
69
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
70
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
71
|
+
"path",
|
|
72
|
+
{
|
|
73
|
+
d: "M15.5 19.5C16.0523 19.5 16.5 19.9477 16.5 20.5V21.5C16.5 22.0523 16.0523 22.5 15.5 22.5H14.5C13.9477 22.5 13.5 22.0523 13.5 21.5V20.5C13.5 19.9477 13.9477 19.5 14.5 19.5H15.5Z",
|
|
74
|
+
fill: "#FF9F30"
|
|
75
|
+
}
|
|
76
|
+
),
|
|
77
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
78
|
+
"path",
|
|
79
|
+
{
|
|
80
|
+
d: "M21.5 19.5C22.0523 19.5 22.5 19.9477 22.5 20.5V21.5C22.5 22.0523 22.0523 22.5 21.5 22.5H20.5C19.9477 22.5 19.5 22.0523 19.5 21.5V20.5C19.5 19.9477 19.9477 19.5 20.5 19.5H21.5Z",
|
|
81
|
+
fill: "#FF9F30"
|
|
82
|
+
}
|
|
83
|
+
),
|
|
84
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
85
|
+
"path",
|
|
86
|
+
{
|
|
87
|
+
d: "M18.5 16.5C19.0523 16.5 19.5 16.9477 19.5 17.5V18.5C19.5 19.0523 19.0523 19.5 18.5 19.5H17.5C16.9477 19.5 16.5 19.0523 16.5 18.5V17.5C16.5 16.9477 16.9477 16.5 17.5 16.5H18.5Z",
|
|
88
|
+
fill: "#FF9F30"
|
|
89
|
+
}
|
|
90
|
+
),
|
|
91
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
92
|
+
"path",
|
|
93
|
+
{
|
|
94
|
+
d: "M15.5 13.5C16.0523 13.5 16.5 13.9477 16.5 14.5V15.5C16.5 16.0523 16.0523 16.5 15.5 16.5H14.5C13.9477 16.5 13.5 16.0523 13.5 15.5V14.5C13.5 13.9477 13.9477 13.5 14.5 13.5H15.5Z",
|
|
95
|
+
fill: "#FF9F30"
|
|
96
|
+
}
|
|
97
|
+
),
|
|
98
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
99
|
+
"path",
|
|
100
|
+
{
|
|
101
|
+
d: "M21.5 13.5C22.0523 13.5 22.5 13.9477 22.5 14.5V15.5C22.5 16.0523 22.0523 16.5 21.5 16.5H20.5C19.9477 16.5 19.5 16.0523 19.5 15.5V14.5C19.5 13.9477 19.9477 13.5 20.5 13.5H21.5Z",
|
|
102
|
+
fill: "#FF9F30"
|
|
103
|
+
}
|
|
104
|
+
)
|
|
105
|
+
] })
|
|
106
|
+
] })
|
|
107
|
+
}
|
|
108
|
+
);
|
|
109
|
+
var IconGridDot5 = (0, import_react.forwardRef)(Icon);
|
|
110
|
+
var IconGridDot5_default = IconGridDot5;
|
|
@@ -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 QR코드, QR오더, QR주문, 큐알, 큐알오더, 큐알주문, 큐알코드, 오더, 주문, 코드, QR, QR Code, QR Order, qrcode, qrorder,tag:service
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconGridDot5: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconGridDot5;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// src/IconGridDot5.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
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M7.95508 13.0498C9.60964 13.0498 10.9511 14.3913 10.9512 16.0459V19.9541C10.9512 21.6087 9.60966 22.9502 7.95508 22.9502H4.04688C2.39229 22.9502 1.05078 21.6087 1.05078 19.9541V16.0459C1.05086 14.3914 2.39236 13.0498 4.04688 13.0498H7.95508ZM4.04688 15.4502C3.71782 15.4502 3.45125 15.7169 3.45117 16.0459V19.9541C3.45118 20.2832 3.71777 20.5498 4.04688 20.5498H7.95508C8.28418 20.5498 8.55078 20.2832 8.55078 19.9541V16.0459C8.55075 15.7168 8.28417 15.4502 7.95508 15.4502H4.04688Z",
|
|
23
|
+
fill: "#FF6F0F"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M7.95508 1.0498C9.60964 1.04981 10.9511 2.39133 10.9512 4.0459V7.9541C10.9512 9.60869 9.60966 10.9502 7.95508 10.9502H4.04688C2.39229 10.9502 1.05078 9.60869 1.05078 7.9541V4.0459C1.05086 2.3914 2.39236 1.04985 4.04688 1.0498H7.95508ZM4.04688 3.4502C3.71782 3.4502 3.45125 3.71686 3.45117 4.0459V7.9541C3.45118 8.2832 3.71777 8.5498 4.04688 8.5498H7.95508C8.28418 8.5498 8.55078 8.2832 8.55078 7.9541V4.0459C8.55075 3.71681 8.28417 3.4502 7.95508 3.4502H4.04688Z",
|
|
32
|
+
fill: "#FF6F0F"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ jsx(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M19.9551 1.0498C21.6096 1.04981 22.9511 2.39133 22.9512 4.0459V7.9541C22.9512 9.60869 21.6097 10.9502 19.9551 10.9502H16.0469C14.3923 10.9502 13.0508 9.60869 13.0508 7.9541V4.0459C13.0509 2.3914 14.3924 1.04985 16.0469 1.0498H19.9551ZM16.0469 3.4502C15.7178 3.4502 15.4513 3.71686 15.4512 4.0459V7.9541C15.4512 8.2832 15.7178 8.5498 16.0469 8.5498H19.9551C20.2842 8.5498 20.5508 8.2832 20.5508 7.9541V4.0459C20.5508 3.71681 20.2842 3.4502 19.9551 3.4502H16.0469Z",
|
|
41
|
+
fill: "#FF6F0F"
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
] }),
|
|
45
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
46
|
+
/* @__PURE__ */ jsx(
|
|
47
|
+
"path",
|
|
48
|
+
{
|
|
49
|
+
d: "M15.5 19.5C16.0523 19.5 16.5 19.9477 16.5 20.5V21.5C16.5 22.0523 16.0523 22.5 15.5 22.5H14.5C13.9477 22.5 13.5 22.0523 13.5 21.5V20.5C13.5 19.9477 13.9477 19.5 14.5 19.5H15.5Z",
|
|
50
|
+
fill: "#FF9F30"
|
|
51
|
+
}
|
|
52
|
+
),
|
|
53
|
+
/* @__PURE__ */ jsx(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
d: "M21.5 19.5C22.0523 19.5 22.5 19.9477 22.5 20.5V21.5C22.5 22.0523 22.0523 22.5 21.5 22.5H20.5C19.9477 22.5 19.5 22.0523 19.5 21.5V20.5C19.5 19.9477 19.9477 19.5 20.5 19.5H21.5Z",
|
|
57
|
+
fill: "#FF9F30"
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
/* @__PURE__ */ jsx(
|
|
61
|
+
"path",
|
|
62
|
+
{
|
|
63
|
+
d: "M18.5 16.5C19.0523 16.5 19.5 16.9477 19.5 17.5V18.5C19.5 19.0523 19.0523 19.5 18.5 19.5H17.5C16.9477 19.5 16.5 19.0523 16.5 18.5V17.5C16.5 16.9477 16.9477 16.5 17.5 16.5H18.5Z",
|
|
64
|
+
fill: "#FF9F30"
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ jsx(
|
|
68
|
+
"path",
|
|
69
|
+
{
|
|
70
|
+
d: "M15.5 13.5C16.0523 13.5 16.5 13.9477 16.5 14.5V15.5C16.5 16.0523 16.0523 16.5 15.5 16.5H14.5C13.9477 16.5 13.5 16.0523 13.5 15.5V14.5C13.5 13.9477 13.9477 13.5 14.5 13.5H15.5Z",
|
|
71
|
+
fill: "#FF9F30"
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
/* @__PURE__ */ jsx(
|
|
75
|
+
"path",
|
|
76
|
+
{
|
|
77
|
+
d: "M21.5 13.5C22.0523 13.5 22.5 13.9477 22.5 14.5V15.5C22.5 16.0523 22.0523 16.5 21.5 16.5H20.5C19.9477 16.5 19.5 16.0523 19.5 15.5V14.5C19.5 13.9477 19.9477 13.5 20.5 13.5H21.5Z",
|
|
78
|
+
fill: "#FF9F30"
|
|
79
|
+
}
|
|
80
|
+
)
|
|
81
|
+
] })
|
|
82
|
+
] })
|
|
83
|
+
}
|
|
84
|
+
);
|
|
85
|
+
var IconGridDot5 = forwardRef(Icon);
|
|
86
|
+
var IconGridDot5_default = IconGridDot5;
|
|
87
|
+
export {
|
|
88
|
+
IconGridDot5_default as default
|
|
89
|
+
};
|
package/lib/IconSofa.cjs
CHANGED
|
@@ -37,46 +37,34 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
37
37
|
ref,
|
|
38
38
|
...props,
|
|
39
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: "M3.5 21V18.5C3.5 17.9477 3.94772 17.5 4.5 17.5C5.05228 17.5 5.5 17.9477 5.5 18.5V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21Z",
|
|
45
|
+
fill: "#E98400"
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
d: "M18.5 21V18.5C18.5 17.9477 18.9477 17.5 19.5 17.5C20.0523 17.5 20.5 17.9477 20.5 18.5V21C20.5 21.5523 20.0523 22 19.5 22C18.9477 22 18.5 21.5523 18.5 21Z",
|
|
52
|
+
fill: "#E98400"
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
] }),
|
|
40
56
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
41
57
|
"path",
|
|
42
58
|
{
|
|
43
|
-
d: "
|
|
44
|
-
|
|
45
|
-
strokeWidth: 2,
|
|
46
|
-
strokeLinecap: "round",
|
|
47
|
-
strokeLinejoin: "round"
|
|
59
|
+
d: "M12 2C16.6544 2 18.8402 3.59805 19.6211 4.37891C20.1837 4.94151 20.5 5.70435 20.5 6.5V14C20.5 14.5523 20.0523 15 19.5 15H4.5C3.94772 15 3.5 14.5523 3.5 14V6.5C3.5 5.71841 3.8065 4.96973 4.35059 4.41016L4.34863 4.40918C5.21151 3.469 7.37697 2 12 2Z",
|
|
60
|
+
fill: "#FFCB64"
|
|
48
61
|
}
|
|
49
62
|
),
|
|
50
63
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
64
|
"path",
|
|
52
65
|
{
|
|
53
|
-
d: "
|
|
54
|
-
|
|
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"
|
|
66
|
+
d: "M20 8.5C20.7957 8.5 21.5585 8.8163 22.1211 9.37891C22.6837 9.94151 23 10.7043 23 11.5V16.5C23 17.2957 22.6837 18.0585 22.1211 18.6211C21.5585 19.1837 20.7957 19.5 20 19.5H4C3.20435 19.5 2.44151 19.1837 1.87891 18.6211C1.3163 18.0585 1 17.2956 1 16.5V11.5C1 10.7044 1.3163 9.94152 1.87891 9.37891C2.44151 8.8163 3.20435 8.5 4 8.5C4.64452 8.5 5.26778 8.70717 5.78027 9.08496C6.11525 9.33193 6.31532 9.65049 6.43848 9.88281L7.82617 12.5H16.1719L17.4414 10.0684C17.5723 9.81779 17.768 9.52017 18.0713 9.27637C18.5144 8.92029 19.232 8.5 20 8.5Z",
|
|
67
|
+
fill: "#FFAA00"
|
|
80
68
|
}
|
|
81
69
|
)
|
|
82
70
|
] })
|
package/lib/IconSofa.js
CHANGED
|
@@ -13,46 +13,34 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
|
13
13
|
ref,
|
|
14
14
|
...props,
|
|
15
15
|
children: /* @__PURE__ */ jsxs("g", { children: [
|
|
16
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
17
|
+
/* @__PURE__ */ jsx(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M3.5 21V18.5C3.5 17.9477 3.94772 17.5 4.5 17.5C5.05228 17.5 5.5 17.9477 5.5 18.5V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21Z",
|
|
21
|
+
fill: "#E98400"
|
|
22
|
+
}
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M18.5 21V18.5C18.5 17.9477 18.9477 17.5 19.5 17.5C20.0523 17.5 20.5 17.9477 20.5 18.5V21C20.5 21.5523 20.0523 22 19.5 22C18.9477 22 18.5 21.5523 18.5 21Z",
|
|
28
|
+
fill: "#E98400"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
] }),
|
|
16
32
|
/* @__PURE__ */ jsx(
|
|
17
33
|
"path",
|
|
18
34
|
{
|
|
19
|
-
d: "
|
|
20
|
-
|
|
21
|
-
strokeWidth: 2,
|
|
22
|
-
strokeLinecap: "round",
|
|
23
|
-
strokeLinejoin: "round"
|
|
35
|
+
d: "M12 2C16.6544 2 18.8402 3.59805 19.6211 4.37891C20.1837 4.94151 20.5 5.70435 20.5 6.5V14C20.5 14.5523 20.0523 15 19.5 15H4.5C3.94772 15 3.5 14.5523 3.5 14V6.5C3.5 5.71841 3.8065 4.96973 4.35059 4.41016L4.34863 4.40918C5.21151 3.469 7.37697 2 12 2Z",
|
|
36
|
+
fill: "#FFCB64"
|
|
24
37
|
}
|
|
25
38
|
),
|
|
26
39
|
/* @__PURE__ */ jsx(
|
|
27
40
|
"path",
|
|
28
41
|
{
|
|
29
|
-
d: "
|
|
30
|
-
|
|
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"
|
|
42
|
+
d: "M20 8.5C20.7957 8.5 21.5585 8.8163 22.1211 9.37891C22.6837 9.94151 23 10.7043 23 11.5V16.5C23 17.2957 22.6837 18.0585 22.1211 18.6211C21.5585 19.1837 20.7957 19.5 20 19.5H4C3.20435 19.5 2.44151 19.1837 1.87891 18.6211C1.3163 18.0585 1 17.2956 1 16.5V11.5C1 10.7044 1.3163 9.94152 1.87891 9.37891C2.44151 8.8163 3.20435 8.5 4 8.5C4.64452 8.5 5.26778 8.70717 5.78027 9.08496C6.11525 9.33193 6.31532 9.65049 6.43848 9.88281L7.82617 12.5H16.1719L17.4414 10.0684C17.5723 9.81779 17.768 9.52017 18.0713 9.27637C18.5144 8.92029 19.232 8.5 20 8.5Z",
|
|
43
|
+
fill: "#FFAA00"
|
|
56
44
|
}
|
|
57
45
|
)
|
|
58
46
|
] })
|