@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/IconPaintroller.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias homerepair,paint,roller,tool,home improvement,페인트,롤러,도구,집수리,수리,시공
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconPaintroller: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconPaintroller;
|
package/lib/IconPalette.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias class,art,design,color,palette,과외,취미,수업,미술,디자인,색상,팔레트
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconPalette: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconPalette;
|
package/lib/IconPencil.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias pencil,school,study,과외,수업,교육,학교,대학교,학원,연필
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconPencil: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconPencil;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias people,community,group,welcome,모임,동네생활,사람들,커뮤니티,그룹,환영,service:모임,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconPerson2Openarms: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconPerson2Openarms;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias discover,explore,find,job,jobs,magnifying glass,person,search,vertical,검색,공고,돋보기,발견,버티컬,사람,알바,찾기,탐색,service:알바,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconPersonMagnifyingglass: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconPersonMagnifyingglass;
|
package/lib/IconPizzaSlice.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 피자,음식,삼각형,pizza,food,triangle
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconPizzaSlice: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconPizzaSlice;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias alba,job,restaurant,serving,plate,bell,order,food,알바,레스토랑,서빙,접시,종,주문,음식
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconPlateCovered: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconPlateCovered;
|
package/lib/IconPost.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias community,eco-friendly,leaf,nature,news,note,paper,person,post,노트,사람,잎,자연,친환경,커뮤니티,포스트,동네생활
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconPost: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconPost;
|
package/lib/IconRocket.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 로켓,구매,판매,거래,출발,우주,rocket,purchase,sale,trade,departure,space,autopilot,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconRocket: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconRocket;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 치킨,닭,다리,닭다리,고기,음식,chicken,chicken,leg,drumstick,meat,food
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconRoundmeatBottombone: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconRoundmeatBottombone;
|
package/lib/IconScissors.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias beautyshop,hair,beauty,scissors,cut,tool,미용실,헤어샵,가위,자르기,도구
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconScissors: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconScissors;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias shopping bags,shopping,bags,stack,한번에,물건,쇼핑백,쇼핑,스택
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconShoppingbag2Stacked: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconShoppingbag2Stacked;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias shopping,retail,products,goods,items,중고거래,커머스,쇼핑,소매,제품,상품,service:중고거래,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconShoppingbagItems: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconShoppingbagItems;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 신발,운동화,왼쪽,걸어서,걷기,동네걷기,발,운동,만보기,산책,shoes,sneakers,left,walking,walk,neighborhood walk,foot,exercise,pedometer
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconSneakerLiftedLeftside: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconSneakerLiftedLeftside;
|
package/lib/IconSofa.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 의자,소파,라운지,거실,리빙,가구,chair,sofa,lounge,living room,living,furniture
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconSofa: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconSofa;
|
package/lib/IconSparkle2.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias ai,glitter,shine,sparkle,자동,인공지능,반짝임,빛남,자동화
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconSparkle2: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconSparkle2;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias cleaning,housekeeping,chores,clean,life,청소,집안일
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconSpraybottleSponge: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconSpraybottleSponge;
|
package/lib/IconTree.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 나무,자연,잎,숲,공원,환경,tree,nature,leaf,forest,park,environment
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconTree: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconTree;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias bubble,chat,communication,message,play,short form,shortform,story,triangle,video,동영상,말풍선,메시지,미디어,비디오,삼각형,소통,숏폼,스토리,채팅,service:동네스토리,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconTriangleRightChatbubbleLeft: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconTriangleRightChatbubbleLeft;
|
package/lib/IconTruck.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias truck,delivery,shipping,transport,logistics,트럭,용달,배달,배송,운송
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconTruck: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconTruck;
|
|
@@ -4,8 +4,8 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
4
4
|
size?: number | string;
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
|
-
* @alias tee,short,bubble,laundry,cleaning,dry
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconTshirtBubble2: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconTshirtBubble2;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 한입뉴스,뉴스레터,카드,news,newsletter,cards,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconVertrectangleTiltedstacked: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconVertrectangleTiltedstacked;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 조끼,전문가,vest,expert,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconVestHorizstripe: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconVestHorizstripe;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias 경고,경고등,신고,문제,긴급,사이렌,신호,응급,warning,warning light,report,issue,emergency,siren,signal,urgent
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconWarninglight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconWarninglight;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias biz,bizprofile,store,shop,retail,building,비즈,비즈프로필,가게,상점,소매,건물,service:비즈프로필,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconWindow2Store: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconWindow2Store;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconWindow2StoreDoubleband: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconWindow2StoreDoubleband;
|
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias home,house,property,real estate,realty,window,부동산,주택,집,창문,홈,service:부동산,tag:service
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconWindow4House: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconWindow4House;
|
package/lib/IconWonCircle.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias cash,circle,coin,currency,korean won,money,money_won,pay,price,won,가격,금액,돈,송금,원,통화,페이,한국 원
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconWonCircle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconWonCircle;
|
package/lib/IconWonShield.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias confirmation_pay,financial security,protection,security,shield,won,결제,금융 보안,방패,보안,보호,에스크로,에스크로결제,원,인증
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconWonShield: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconWonShield;
|
package/lib/IconWrench.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'st
|
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* @alias construction,tool,repair,maintenance,fix,도구,수리,유지보수
|
|
8
|
-
* @preview 
|
|
9
9
|
*/
|
|
10
10
|
declare const IconWrench: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export default IconWrench;
|