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