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