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