@karrotmarket/react-multicolor-icon 1.9.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/IconAnimalFace.d.ts +1 -1
- package/lib/IconApple.d.ts +1 -1
- package/lib/IconArrowUpRightShoppingbagTilted.d.ts +1 -1
- package/lib/IconAsteriskHorizrectangleCoolwave3.d.ts +1 -1
- package/lib/IconBoxFlap.d.ts +1 -1
- package/lib/IconBuilding2.d.ts +1 -1
- package/lib/IconBuilding2Twosize.d.ts +1 -1
- package/lib/IconCamera.d.ts +1 -1
- package/lib/IconCarFrontside.d.ts +1 -1
- package/lib/IconCarFrontsideBubble.d.ts +1 -1
- package/lib/IconCard.d.ts +1 -1
- package/lib/IconCart.d.ts +1 -1
- package/lib/IconCartItems.d.ts +1 -1
- package/lib/IconCartLoad.d.ts +1 -1
- package/lib/IconCheckmarkCalendar.d.ts +1 -1
- package/lib/IconClover4.d.ts +1 -1
- package/lib/IconCupHeatwave.d.ts +1 -1
- package/lib/IconDiamond.d.ts +1 -1
- package/lib/IconDocumentSeal.cjs +74 -0
- package/lib/IconDocumentSeal.d.ts +11 -0
- package/lib/IconDocumentSeal.js +53 -0
- package/lib/IconDomePillar3.d.ts +1 -1
- package/lib/IconDonut.d.ts +1 -1
- package/lib/IconDuckLeftside.d.ts +1 -1
- package/lib/IconDumbbell.d.ts +1 -1
- package/lib/IconEnvelope.d.ts +1 -1
- package/lib/IconFaceSmileCircle.d.ts +1 -1
- package/lib/IconFigureWalk.d.ts +1 -1
- package/lib/IconFishWave2.d.ts +1 -1
- package/lib/IconForkSpoon.d.ts +1 -1
- package/lib/IconForkSpoonBag.d.ts +1 -1
- package/lib/IconFraction_1NUppercase.d.ts +1 -1
- package/lib/IconGamepad.d.ts +1 -1
- package/lib/IconGift.d.ts +1 -1
- package/lib/IconGridDot5.d.ts +1 -1
- package/lib/IconHorizlineViewfinder.d.ts +1 -1
- package/lib/IconHospital.d.ts +1 -1
- package/lib/IconIcecreamcone.d.ts +1 -1
- package/lib/IconLinechartUpXaxis.d.ts +1 -1
- package/lib/IconMagnifyingglass.d.ts +1 -1
- package/lib/IconMask2SmileStacked.d.ts +1 -1
- package/lib/IconMegaphoneTilted.d.ts +1 -1
- package/lib/IconMonitor.d.ts +1 -1
- package/lib/IconNailpolish.d.ts +1 -1
- package/lib/IconPaintroller.d.ts +1 -1
- package/lib/IconPalette.d.ts +1 -1
- package/lib/IconPencil.d.ts +1 -1
- package/lib/IconPerson2Openarms.d.ts +1 -1
- package/lib/IconPersonMagnifyingglass.d.ts +1 -1
- package/lib/IconPizzaSlice.d.ts +1 -1
- package/lib/IconPlateCovered.d.ts +1 -1
- package/lib/IconPost.d.ts +1 -1
- package/lib/IconRocket.d.ts +1 -1
- package/lib/IconRoundmeatBottombone.d.ts +1 -1
- package/lib/IconScissors.d.ts +1 -1
- package/lib/IconShoppingbag2Stacked.d.ts +1 -1
- package/lib/IconShoppingbagItems.d.ts +1 -1
- package/lib/IconSneakerLiftedLeftside.d.ts +1 -1
- package/lib/IconSofa.d.ts +1 -1
- package/lib/IconSparkle2.d.ts +1 -1
- package/lib/IconSpraybottleSponge.d.ts +1 -1
- package/lib/IconTree.d.ts +1 -1
- package/lib/IconTriangleRightChatbubbleLeft.d.ts +1 -1
- package/lib/IconTruck.d.ts +1 -1
- package/lib/IconTshirtBubble2.d.ts +2 -2
- package/lib/IconVertrectangleTiltedstacked.d.ts +1 -1
- package/lib/IconVestHorizstripe.d.ts +1 -1
- package/lib/IconWarninglight.d.ts +1 -1
- package/lib/IconWindow2Store.d.ts +1 -1
- package/lib/IconWindow2StoreDoubleband.d.ts +1 -1
- package/lib/IconWindow4House.d.ts +1 -1
- package/lib/IconWonCircle.d.ts +1 -1
- package/lib/IconWonShield.d.ts +1 -1
- package/lib/IconWrench.d.ts +1 -1
- package/lib/index.cjs +335 -283
- package/lib/index.d.ts +2 -1
- package/lib/index.js +54 -52
- package/package.json +1 -1
package/lib/IconAnimalFace.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 반려동물,동물,강아지,고양이,얼굴,animal,cat,dog,face
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconAnimalFace: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconAnimalFace;
|
package/lib/IconApple.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 사과,과일,농수산물,apple,fruit,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconApple: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconApple;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 바로구매,쇼핑백,쇼핑,중고거래,거래,구매,서비스,화살표,buynow,shopping bag,shopping,secondhand trade,trade,purchase,service,arrow,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconArrowUpRightShoppingbagTilted: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconArrowUpRightShoppingbagTilted;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 에어컨,냉방,온도,가전,생활,air conditioner,cooling,temperature,appliance,lifestyle
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconAsteriskHorizrectangleCoolwave3: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconAsteriskHorizrectangleCoolwave3;
|
package/lib/IconBoxFlap.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 박스,택배,상자,짐,이사,포장,alba,box,parcel,package,luggage,move,packing
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconBoxFlap: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconBoxFlap;
|
package/lib/IconBuilding2.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 단지,커뮤니티,모임,building,community,건물,아파트
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconBuilding2: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconBuilding2;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 집,주거,빌딩,마을,동네,home,residence,building,village,neighborhood
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconBuilding2Twosize: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconBuilding2Twosize;
|
package/lib/IconCamera.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias camera,image,photo,picture,snap,사진,이미지,촬영,카메라,포토
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCamera: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCamera;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias automobile,car,cars,transportation,vehicle,vertical,버티컬,운송,자동차,중고차,차,차량,service:중고차,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCarFrontside: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCarFrontside;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias automobile,car,cars,transportation,vehicle,bubble,wash,운송,자동차,중고차,차,차량,세차,service:세차,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCarFrontsideBubble: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCarFrontsideBubble;
|
package/lib/IconCard.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 당근페이,카드,결제,체크카드,card,pay,money
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCard: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCard;
|
package/lib/IconCart.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias cart,shopping,shopping cart,쇼핑,쇼핑카트,장바구니,카트
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCart: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCart;
|
package/lib/IconCartItems.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 커머스,카트,쇼핑,commerce,cart,shopping,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCartItems: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCartItems;
|
package/lib/IconCartLoad.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias alba,cart,load,box,move,짐옮기기,카트,박스,포장,이사
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCartLoad: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCartLoad;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias calendar,schedule,동네행사,달력,일정
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconCheckmarkCalendar: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconCheckmarkCalendar;
|
package/lib/IconClover4.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 클로버,네잎클로버,행운,럭키,운,식물,잎,clover,four leaf clover,luck,lucky,fortune,plant,leaf
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconClover4: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconClover4;
|
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/IconDiamond.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 다이아몬드,혜택,빛나는,보석,이벤트,리워드,보상,diamond,benefit,shining,jewel,event,reward
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconDiamond: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconDiamond;
|
|
@@ -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/IconDomePillar3.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 공공기관,기관,건물,빌딩,관공서,시청,시설,public institution,institution,building,building,government office,city hall,facility
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconDomePillar3: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconDomePillar3;
|
package/lib/IconDonut.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 도넛,빵,떡,디저트,후식,베이커리,donut,bread,rice cake,dessert,dessert,bakery
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconDonut: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconDonut;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 유아,유아동,아동,어린이,육아,아기,맘,엄마,아빠,놀이,유치원,놀이,infant,toddler,child,children,parenting,baby,mom,dad,play,kindergarten,play
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconDuckLeftside: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconDuckLeftside;
|
package/lib/IconDumbbell.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias fitness,gym,workout,exercise,헬스,체육관,운동
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconDumbbell: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconDumbbell;
|
package/lib/IconEnvelope.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias card,envelope,invite,letter,mail,message,메시지,메일,초대,편지
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconEnvelope: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconEnvelope;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias chatting,emoji,emoticon,face,happy,smile,사람,얼굴,웃음,이모지,이모티콘,채팅,표정,행복
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconFaceSmileCircle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconFaceSmileCircle;
|
package/lib/IconFigureWalk.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias figure,man,move,people,person,run,walk,걷기,걸어서,사람,유저,이동,도보
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconFigureWalk: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconFigureWalk;
|
package/lib/IconFishWave2.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 붕어빵,붕어,물고기,겨울,간식,fish,winter,snack
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconFishWave2: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconFishWave2;
|
package/lib/IconForkSpoon.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias cutlery,dining,eat,food,fork,restaurant,spoon,가게,레스토랑,숟가락,식기,식당,식사,음식,포크
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconForkSpoon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconForkSpoon;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias pickup,food delivery,takeaway,restaurant,food,픽업,음식 배달,테이크 아웃,레스토랑,음식,포장,service:픽업,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconForkSpoonBag: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconForkSpoonBag;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 더치페이,결제,당근페이,계산,돈,n,1,dutch,pay,money
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconFraction_1NUppercase: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconFraction_1NUppercase;
|
package/lib/IconGamepad.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 게임,게임기,컨트롤,패드,오락기,조이스틱,조종,game,console,control,pad,arcade machine,joystick,steering
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconGamepad: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconGamepad;
|
package/lib/IconGift.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias box,gift,present,voucher,기프트,상자,선물,쿠폰
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconGift: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconGift;
|
package/lib/IconGridDot5.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias QR코드, QR오더, QR주문, 큐알, 큐알오더, 큐알주문, 큐알코드, 오더, 주문, 코드, QR, QR Code, QR Order, qrcode, qrorder,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconGridDot5: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconGridDot5;
|