@karrotmarket/react-multicolor-icon 1.8.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.cjs +138 -0
- package/lib/IconCarFrontsideBubble.d.ts +11 -0
- package/lib/IconCarFrontsideBubble.js +117 -0
- 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 +2 -2
- 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.cjs +1 -1
- package/lib/IconShoppingbag2Stacked.d.ts +1 -1
- package/lib/IconShoppingbag2Stacked.js +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.cjs +2 -2
- package/lib/IconVertrectangleTiltedstacked.d.ts +1 -1
- package/lib/IconVertrectangleTiltedstacked.js +2 -2
- 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 +642 -526
- package/lib/index.d.ts +2 -1
- package/lib/index.js +108 -106
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
|
12
12
|
height: size,
|
|
13
13
|
ref,
|
|
14
14
|
...props,
|
|
15
|
-
children: /* @__PURE__ */ jsxs("g", { children: [
|
|
15
|
+
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
|
|
16
16
|
/* @__PURE__ */ jsxs("g", { children: [
|
|
17
17
|
/* @__PURE__ */ jsx(
|
|
18
18
|
"path",
|
|
@@ -36,7 +36,7 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
|
36
36
|
fill: "#FF6600"
|
|
37
37
|
}
|
|
38
38
|
)
|
|
39
|
-
] })
|
|
39
|
+
] }) })
|
|
40
40
|
}
|
|
41
41
|
);
|
|
42
42
|
var IconVertrectangleTiltedstacked = forwardRef(Icon);
|
|
@@ -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;
|