@karrotmarket/react-multicolor-icon 1.9.0 → 1.10.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/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 +277 -277
- package/lib/index.d.ts +1 -1
- package/lib/index.js +52 -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;
|
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;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias camera,chat,horizontal line,qr,qrcode,qr코드,scan,scanner,viewfinder,가로선,뷰파인더,스캐너,스캔,채팅,카메라
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconHorizlineViewfinder: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconHorizlineViewfinder;
|
package/lib/IconHospital.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 병원,건물,의료,medical,hospital,building,clinic
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconHospital: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconHospital;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 아이스크림,콘,소프트콘,디저트,후식,ice cream,cone,soft serve,dessert,dessert
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconIcecreamcone: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconIcecreamcone;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias ad,graph,boost,growth,increase,trend,statistics,data,광고,부스터,부스트,성장,증가,추세,통계,데이터,이웃광고,service:이웃광고,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconLinechartUpXaxis: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconLinechartUpXaxis;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias find,magnifying glass,search,검색,돋보기,찾기
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconMagnifyingglass: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconMagnifyingglass;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 얼굴,마스크,표정,문화,가면,공연,활동,놀이,스마일,face,mask,expression,culture,mask,performance,activity,play,smile
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconMask2SmileStacked: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconMask2SmileStacked;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias ad,확성기,메가폰,megaphone,광고,service:광고,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconMegaphoneTilted: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconMegaphoneTilted;
|
package/lib/IconMonitor.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 모니터,업무,사무,보조,사무실,화면,디스플레이,일,회사,alba,monitor,work,task,office,assistant,support,screen,display,job,company,workplace
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconMonitor: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconMonitor;
|
package/lib/IconNailpolish.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias beauty,cosmetics,makeup,nail,polish,뷰티,화장품,메이크업,네일,폴리쉬
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconNailpolish: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconNailpolish;
|