@karrotmarket/react-multicolor-icon 1.19.0 → 1.21.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/IconExclamationmarkTriangle.cjs +58 -0
- package/lib/IconExclamationmarkTriangle.d.ts +11 -0
- package/lib/IconExclamationmarkTriangle.js +37 -0
- package/lib/IconGlasses.cjs +69 -0
- package/lib/IconGlasses.d.ts +11 -0
- package/lib/IconGlasses.js +48 -0
- package/lib/IconNailpolish.cjs +2 -5
- package/lib/IconNailpolish.d.ts +1 -1
- package/lib/IconNailpolish.js +2 -5
- package/lib/IconSparkleArrowUp.cjs +89 -0
- package/lib/IconSparkleArrowUp.d.ts +11 -0
- package/lib/IconSparkleArrowUp.js +58 -0
- package/lib/IconSquareline2Vertical.cjs +76 -0
- package/lib/IconSquareline2Vertical.d.ts +11 -0
- package/lib/IconSquareline2Vertical.js +55 -0
- package/lib/IconTruck.cjs +3 -3
- package/lib/IconTruck.d.ts +1 -1
- package/lib/IconTruck.js +3 -3
- package/lib/index.cjs +2359 -2168
- package/lib/index.d.ts +79 -75
- package/lib/index.js +188 -180
- package/package.json +1 -1
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;
|
package/lib/IconTruck.js
CHANGED
|
@@ -16,21 +16,21 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
|
16
16
|
/* @__PURE__ */ jsx(
|
|
17
17
|
"path",
|
|
18
18
|
{
|
|
19
|
-
d: "M8.5 2.
|
|
19
|
+
d: "M8.5 2.49988C6.40046 2.49988 4.96576 2.80879 3.77612 3.12117C3.18115 3.2774 2.71481 3.43469 2.39249 3.55515C2.2313 3.6154 2.106 3.66648 2.01851 3.70367C1.97476 3.72227 1.94045 3.73741 1.91582 3.74849L1.88615 3.762L1.87682 3.76634L1.87353 3.76789L1.87117 3.769C1.87117 3.769 1.87337 3.77363 2.24007 4.54715L1.87117 3.769C1.57055 3.91152 1.37891 4.21446 1.37891 4.54715V17.2694C1.37891 17.6585 1.63978 17.9992 2.01537 18.1007L4.80206 18.854C4.87532 18.8738 4.95088 18.8838 5.02677 18.8838H19.5622C19.6573 18.8838 19.7517 18.8681 19.8416 18.8372L22.0381 18.084C22.3862 17.9646 22.6199 17.6373 22.6199 17.2694V12.9142C22.6199 12.4809 22.5458 12.0497 22.3997 11.6413L20.5649 6.99988C20.4424 6.6573 20.1178 6.49988 19.754 6.49988H15V4.54715C15 4.31733 14.9081 4.09704 14.7449 3.93531L14.1389 4.54711C14.7449 3.93531 14.7438 3.9343 14.7438 3.9343L14.7428 3.93327L14.7406 3.93112L14.7359 3.92652L14.7249 3.91612C14.717 3.90866 14.7077 3.90017 14.6971 3.89073C14.6759 3.87183 14.6493 3.84914 14.6169 3.82324C14.552 3.77142 14.4641 3.707 14.3502 3.63469C14.122 3.48989 13.7914 3.31491 13.3346 3.14623C12.4207 2.80882 10.5993 2.49988 8.5 2.49988Z",
|
|
20
20
|
fill: "#AFC1DA"
|
|
21
21
|
}
|
|
22
22
|
),
|
|
23
23
|
/* @__PURE__ */ jsx(
|
|
24
24
|
"path",
|
|
25
25
|
{
|
|
26
|
-
d: "M15.3046 5.
|
|
26
|
+
d: "M15.3046 5.9386C14.829 5.9386 14.4434 6.32416 14.4434 6.79977V12.0528L2.24007 12.0529C1.76446 12.0529 1.37891 12.4384 1.37891 12.914V17.3855C1.37891 17.7746 1.63978 18.1153 2.01537 18.2168L4.80206 18.97C4.87532 18.9898 4.95088 18.9999 5.02677 18.9999H19.5622C19.6573 18.9999 19.7517 18.9841 19.8416 18.9533L22.0381 18.2001C22.3862 18.0807 22.6199 17.7534 22.6199 17.3855V12.914C22.6199 12.4807 22.5458 12.0495 22.3997 11.6411L20.5649 6.50981C20.4424 6.16723 20.1178 5.9386 19.754 5.9386H15.3046Z",
|
|
27
27
|
fill: "#5074E9"
|
|
28
28
|
}
|
|
29
29
|
),
|
|
30
30
|
/* @__PURE__ */ jsx(
|
|
31
31
|
"path",
|
|
32
32
|
{
|
|
33
|
-
d: "M19.5778 12.1031L17.0287 12.
|
|
33
|
+
d: "M19.5778 12.1031L17.0287 12.12C16.7183 12.121 16.4662 11.8631 16.4662 11.543V8.69699C16.4662 8.37796 16.7163 8.12 17.0256 8.12H18.6457C18.8979 8.12 19.1184 8.29373 19.1847 8.54432L20.1137 11.3735C20.2117 11.7399 19.9452 12.1021 19.5767 12.1042L19.5778 12.1031Z",
|
|
34
34
|
fill: "white"
|
|
35
35
|
}
|
|
36
36
|
),
|