@ctlyst.id/icons 2.6.0 → 2.7.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/dist/v2.d.mts +7 -1
- package/dist/v2.d.ts +7 -1
- package/dist/v2.js +306 -215
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +303 -215
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -46,6 +46,8 @@ declare const CloseLarge: FC<BaseIconProps>;
|
|
|
46
46
|
|
|
47
47
|
declare const ContactBook: FC<BaseIconProps>;
|
|
48
48
|
|
|
49
|
+
declare const Copy: FC<BaseIconProps>;
|
|
50
|
+
|
|
49
51
|
declare const Delivered: FC<BaseIconProps>;
|
|
50
52
|
|
|
51
53
|
declare const Edit: FC<BaseIconProps>;
|
|
@@ -112,6 +114,8 @@ declare const Trash: FC<BaseIconProps>;
|
|
|
112
114
|
|
|
113
115
|
declare const Truck: FC<BaseIconProps>;
|
|
114
116
|
|
|
117
|
+
declare const AddBagSolid: FC<BaseIconProps>;
|
|
118
|
+
|
|
115
119
|
declare const BagSolid: FC<BaseIconProps>;
|
|
116
120
|
|
|
117
121
|
declare const CategorySolid: FC<BaseIconProps>;
|
|
@@ -140,6 +144,8 @@ declare const SearchSolid: FC<BaseIconProps>;
|
|
|
140
144
|
|
|
141
145
|
declare const SettingSolid: FC<BaseIconProps>;
|
|
142
146
|
|
|
147
|
+
declare const SuccessSolid: FC<BaseIconProps>;
|
|
148
|
+
|
|
143
149
|
declare const TrashSolid: FC<BaseIconProps>;
|
|
144
150
|
|
|
145
151
|
declare const TrendUp: FC<BaseIconProps>;
|
|
@@ -148,4 +154,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
148
154
|
|
|
149
155
|
declare const Wallet: FC<BaseIconProps>;
|
|
150
156
|
|
|
151
|
-
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, Wallet };
|
|
157
|
+
export { AddBagSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, Wallet };
|
package/dist/v2.d.ts
CHANGED
|
@@ -46,6 +46,8 @@ declare const CloseLarge: FC<BaseIconProps>;
|
|
|
46
46
|
|
|
47
47
|
declare const ContactBook: FC<BaseIconProps>;
|
|
48
48
|
|
|
49
|
+
declare const Copy: FC<BaseIconProps>;
|
|
50
|
+
|
|
49
51
|
declare const Delivered: FC<BaseIconProps>;
|
|
50
52
|
|
|
51
53
|
declare const Edit: FC<BaseIconProps>;
|
|
@@ -112,6 +114,8 @@ declare const Trash: FC<BaseIconProps>;
|
|
|
112
114
|
|
|
113
115
|
declare const Truck: FC<BaseIconProps>;
|
|
114
116
|
|
|
117
|
+
declare const AddBagSolid: FC<BaseIconProps>;
|
|
118
|
+
|
|
115
119
|
declare const BagSolid: FC<BaseIconProps>;
|
|
116
120
|
|
|
117
121
|
declare const CategorySolid: FC<BaseIconProps>;
|
|
@@ -140,6 +144,8 @@ declare const SearchSolid: FC<BaseIconProps>;
|
|
|
140
144
|
|
|
141
145
|
declare const SettingSolid: FC<BaseIconProps>;
|
|
142
146
|
|
|
147
|
+
declare const SuccessSolid: FC<BaseIconProps>;
|
|
148
|
+
|
|
143
149
|
declare const TrashSolid: FC<BaseIconProps>;
|
|
144
150
|
|
|
145
151
|
declare const TrendUp: FC<BaseIconProps>;
|
|
@@ -148,4 +154,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
148
154
|
|
|
149
155
|
declare const Wallet: FC<BaseIconProps>;
|
|
150
156
|
|
|
151
|
-
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, Wallet };
|
|
157
|
+
export { AddBagSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, Wallet };
|