@karrotmarket/react-multicolor-icon 1.7.0 → 1.9.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/IconCarFrontsideBubble.cjs +138 -0
- package/lib/IconCarFrontsideBubble.d.ts +11 -0
- package/lib/IconCarFrontsideBubble.js +117 -0
- package/lib/IconPaintroller.d.ts +1 -1
- package/lib/IconShoppingbag2Stacked.cjs +1 -1
- package/lib/IconShoppingbag2Stacked.js +1 -1
- package/lib/IconVertrectangleTiltedstacked.cjs +67 -0
- package/lib/IconVertrectangleTiltedstacked.d.ts +11 -0
- package/lib/IconVertrectangleTiltedstacked.js +46 -0
- package/lib/index.cjs +651 -490
- package/lib/index.d.ts +2 -0
- package/lib/index.js +110 -106
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ export { default as IconArrowUpRightShoppingbagTilted } from "./IconArrowUpRight
|
|
|
14
14
|
export { default as IconGridDot5 } from "./IconGridDot5.js";
|
|
15
15
|
export { default as IconCartItems } from "./IconCartItems.js";
|
|
16
16
|
export { default as IconVestHorizstripe } from "./IconVestHorizstripe.js";
|
|
17
|
+
export { default as IconVertrectangleTiltedstacked } from "./IconVertrectangleTiltedstacked.js";
|
|
18
|
+
export { default as IconCarFrontsideBubble } from "./IconCarFrontsideBubble.js";
|
|
17
19
|
export { default as IconNailpolish } from "./IconNailpolish.js";
|
|
18
20
|
export { default as IconSpraybottleSponge } from "./IconSpraybottleSponge.js";
|
|
19
21
|
export { default as IconWrench } from "./IconWrench.js";
|
package/lib/index.js
CHANGED
|
@@ -14,127 +14,131 @@ import { default as default14 } from "./IconArrowUpRightShoppingbagTilted.js";
|
|
|
14
14
|
import { default as default15 } from "./IconGridDot5.js";
|
|
15
15
|
import { default as default16 } from "./IconCartItems.js";
|
|
16
16
|
import { default as default17 } from "./IconVestHorizstripe.js";
|
|
17
|
-
import { default as default18 } from "./
|
|
18
|
-
import { default as default19 } from "./
|
|
19
|
-
import { default as default20 } from "./
|
|
20
|
-
import { default as default21 } from "./
|
|
21
|
-
import { default as default22 } from "./
|
|
22
|
-
import { default as default23 } from "./
|
|
23
|
-
import { default as default24 } from "./
|
|
24
|
-
import { default as default25 } from "./
|
|
25
|
-
import { default as default26 } from "./
|
|
26
|
-
import { default as default27 } from "./
|
|
27
|
-
import { default as default28 } from "./
|
|
28
|
-
import { default as default29 } from "./
|
|
29
|
-
import { default as default30 } from "./
|
|
30
|
-
import { default as default31 } from "./
|
|
31
|
-
import { default as default32 } from "./
|
|
32
|
-
import { default as default33 } from "./
|
|
33
|
-
import { default as default34 } from "./
|
|
34
|
-
import { default as default35 } from "./
|
|
35
|
-
import { default as default36 } from "./
|
|
36
|
-
import { default as default37 } from "./
|
|
37
|
-
import { default as default38 } from "./
|
|
38
|
-
import { default as default39 } from "./
|
|
39
|
-
import { default as default40 } from "./
|
|
40
|
-
import { default as default41 } from "./
|
|
41
|
-
import { default as default42 } from "./
|
|
42
|
-
import { default as default43 } from "./
|
|
43
|
-
import { default as default44 } from "./
|
|
44
|
-
import { default as default45 } from "./
|
|
45
|
-
import { default as default46 } from "./
|
|
46
|
-
import { default as default47 } from "./
|
|
47
|
-
import { default as default48 } from "./
|
|
48
|
-
import { default as default49 } from "./
|
|
49
|
-
import { default as default50 } from "./
|
|
50
|
-
import { default as default51 } from "./
|
|
51
|
-
import { default as default52 } from "./
|
|
52
|
-
import { default as default53 } from "./
|
|
53
|
-
import { default as default54 } from "./
|
|
54
|
-
import { default as default55 } from "./
|
|
55
|
-
import { default as default56 } from "./
|
|
56
|
-
import { default as default57 } from "./
|
|
57
|
-
import { default as default58 } from "./
|
|
58
|
-
import { default as default59 } from "./
|
|
59
|
-
import { default as default60 } from "./
|
|
60
|
-
import { default as default61 } from "./
|
|
61
|
-
import { default as default62 } from "./
|
|
62
|
-
import { default as default63 } from "./
|
|
63
|
-
import { default as default64 } from "./
|
|
64
|
-
import { default as default65 } from "./
|
|
65
|
-
import { default as default66 } from "./
|
|
66
|
-
import { default as default67 } from "./
|
|
67
|
-
import { default as default68 } from "./
|
|
68
|
-
import { default as default69 } from "./
|
|
69
|
-
import { default as default70 } from "./
|
|
17
|
+
import { default as default18 } from "./IconVertrectangleTiltedstacked.js";
|
|
18
|
+
import { default as default19 } from "./IconCarFrontsideBubble.js";
|
|
19
|
+
import { default as default20 } from "./IconNailpolish.js";
|
|
20
|
+
import { default as default21 } from "./IconSpraybottleSponge.js";
|
|
21
|
+
import { default as default22 } from "./IconWrench.js";
|
|
22
|
+
import { default as default23 } from "./IconPaintroller.js";
|
|
23
|
+
import { default as default24 } from "./IconForkSpoon.js";
|
|
24
|
+
import { default as default25 } from "./IconDumbbell.js";
|
|
25
|
+
import { default as default26 } from "./IconCupHeatwave.js";
|
|
26
|
+
import { default as default27 } from "./IconTruck.js";
|
|
27
|
+
import { default as default28 } from "./IconPencil.js";
|
|
28
|
+
import { default as default29 } from "./IconScissors.js";
|
|
29
|
+
import { default as default30 } from "./IconPalette.js";
|
|
30
|
+
import { default as default31 } from "./IconFraction_1NUppercase.js";
|
|
31
|
+
import { default as default32 } from "./IconShoppingbag2Stacked.js";
|
|
32
|
+
import { default as default33 } from "./IconHospital.js";
|
|
33
|
+
import { default as default34 } from "./IconAnimalFace.js";
|
|
34
|
+
import { default as default35 } from "./IconCard.js";
|
|
35
|
+
import { default as default36 } from "./IconBuilding2.js";
|
|
36
|
+
import { default as default37 } from "./IconCheckmarkCalendar.js";
|
|
37
|
+
import { default as default38 } from "./IconFigureWalk.js";
|
|
38
|
+
import { default as default39 } from "./IconPlateCovered.js";
|
|
39
|
+
import { default as default40 } from "./IconWindow2StoreDoubleband.js";
|
|
40
|
+
import { default as default41 } from "./IconMonitor.js";
|
|
41
|
+
import { default as default42 } from "./IconBoxFlap.js";
|
|
42
|
+
import { default as default43 } from "./IconCartLoad.js";
|
|
43
|
+
import { default as default44 } from "./IconTshirtBubble2.js";
|
|
44
|
+
import { default as default45 } from "./IconDonut.js";
|
|
45
|
+
import { default as default46 } from "./IconRoundmeatBottombone.js";
|
|
46
|
+
import { default as default47 } from "./IconPizzaSlice.js";
|
|
47
|
+
import { default as default48 } from "./IconIcecreamcone.js";
|
|
48
|
+
import { default as default49 } from "./IconAsteriskHorizrectangleCoolwave3.js";
|
|
49
|
+
import { default as default50 } from "./IconSparkle2.js";
|
|
50
|
+
import { default as default51 } from "./IconPost.js";
|
|
51
|
+
import { default as default52 } from "./IconGift.js";
|
|
52
|
+
import { default as default53 } from "./IconSneakerLiftedLeftside.js";
|
|
53
|
+
import { default as default54 } from "./IconClover4.js";
|
|
54
|
+
import { default as default55 } from "./IconGamepad.js";
|
|
55
|
+
import { default as default56 } from "./IconCamera.js";
|
|
56
|
+
import { default as default57 } from "./IconHorizlineViewfinder.js";
|
|
57
|
+
import { default as default58 } from "./IconWonShield.js";
|
|
58
|
+
import { default as default59 } from "./IconMask2SmileStacked.js";
|
|
59
|
+
import { default as default60 } from "./IconWonCircle.js";
|
|
60
|
+
import { default as default61 } from "./IconDiamond.js";
|
|
61
|
+
import { default as default62 } from "./IconMagnifyingglass.js";
|
|
62
|
+
import { default as default63 } from "./IconWarninglight.js";
|
|
63
|
+
import { default as default64 } from "./IconDomePillar3.js";
|
|
64
|
+
import { default as default65 } from "./IconBuilding2Twosize.js";
|
|
65
|
+
import { default as default66 } from "./IconCart.js";
|
|
66
|
+
import { default as default67 } from "./IconEnvelope.js";
|
|
67
|
+
import { default as default68 } from "./IconFaceSmileCircle.js";
|
|
68
|
+
import { default as default69 } from "./IconTree.js";
|
|
69
|
+
import { default as default70 } from "./IconDuckLeftside.js";
|
|
70
|
+
import { default as default71 } from "./IconSofa.js";
|
|
71
|
+
import { default as default72 } from "./IconFishWave2.js";
|
|
70
72
|
export {
|
|
71
|
-
|
|
73
|
+
default34 as IconAnimalFace,
|
|
72
74
|
default11 as IconApple,
|
|
73
75
|
default14 as IconArrowUpRightShoppingbagTilted,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
default49 as IconAsteriskHorizrectangleCoolwave3,
|
|
77
|
+
default42 as IconBoxFlap,
|
|
78
|
+
default36 as IconBuilding2,
|
|
79
|
+
default65 as IconBuilding2Twosize,
|
|
80
|
+
default56 as IconCamera,
|
|
79
81
|
default3 as IconCarFrontside,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
+
default19 as IconCarFrontsideBubble,
|
|
83
|
+
default35 as IconCard,
|
|
84
|
+
default66 as IconCart,
|
|
82
85
|
default16 as IconCartItems,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
86
|
+
default43 as IconCartLoad,
|
|
87
|
+
default37 as IconCheckmarkCalendar,
|
|
88
|
+
default54 as IconClover4,
|
|
89
|
+
default26 as IconCupHeatwave,
|
|
90
|
+
default61 as IconDiamond,
|
|
91
|
+
default64 as IconDomePillar3,
|
|
92
|
+
default45 as IconDonut,
|
|
93
|
+
default70 as IconDuckLeftside,
|
|
94
|
+
default25 as IconDumbbell,
|
|
95
|
+
default67 as IconEnvelope,
|
|
96
|
+
default68 as IconFaceSmileCircle,
|
|
97
|
+
default38 as IconFigureWalk,
|
|
98
|
+
default72 as IconFishWave2,
|
|
99
|
+
default24 as IconForkSpoon,
|
|
97
100
|
default10 as IconForkSpoonBag,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
+
default31 as IconFraction_1NUppercase,
|
|
102
|
+
default55 as IconGamepad,
|
|
103
|
+
default52 as IconGift,
|
|
101
104
|
default15 as IconGridDot5,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
+
default57 as IconHorizlineViewfinder,
|
|
106
|
+
default33 as IconHospital,
|
|
107
|
+
default48 as IconIcecreamcone,
|
|
105
108
|
default9 as IconLinechartUpXaxis,
|
|
106
|
-
|
|
107
|
-
|
|
109
|
+
default62 as IconMagnifyingglass,
|
|
110
|
+
default59 as IconMask2SmileStacked,
|
|
108
111
|
default8 as IconMegaphoneTilted,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
default41 as IconMonitor,
|
|
113
|
+
default20 as IconNailpolish,
|
|
114
|
+
default23 as IconPaintroller,
|
|
115
|
+
default30 as IconPalette,
|
|
116
|
+
default28 as IconPencil,
|
|
114
117
|
default12 as IconPerson2Openarms,
|
|
115
118
|
default5 as IconPersonMagnifyingglass,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
+
default47 as IconPizzaSlice,
|
|
120
|
+
default39 as IconPlateCovered,
|
|
121
|
+
default51 as IconPost,
|
|
119
122
|
default13 as IconRocket,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
+
default46 as IconRoundmeatBottombone,
|
|
124
|
+
default29 as IconScissors,
|
|
125
|
+
default32 as IconShoppingbag2Stacked,
|
|
123
126
|
default2 as IconShoppingbagItems,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
default53 as IconSneakerLiftedLeftside,
|
|
128
|
+
default71 as IconSofa,
|
|
129
|
+
default50 as IconSparkle2,
|
|
130
|
+
default21 as IconSpraybottleSponge,
|
|
131
|
+
default69 as IconTree,
|
|
129
132
|
default6 as IconTriangleRightChatbubbleLeft,
|
|
130
|
-
|
|
131
|
-
|
|
133
|
+
default27 as IconTruck,
|
|
134
|
+
default44 as IconTshirtBubble2,
|
|
135
|
+
default18 as IconVertrectangleTiltedstacked,
|
|
132
136
|
default17 as IconVestHorizstripe,
|
|
133
|
-
|
|
137
|
+
default63 as IconWarninglight,
|
|
134
138
|
default7 as IconWindow2Store,
|
|
135
|
-
|
|
139
|
+
default40 as IconWindow2StoreDoubleband,
|
|
136
140
|
default4 as IconWindow4House,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
141
|
+
default60 as IconWonCircle,
|
|
142
|
+
default58 as IconWonShield,
|
|
143
|
+
default22 as IconWrench
|
|
140
144
|
};
|