@ctlyst.id/icons 2.3.0 → 2.5.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 CHANGED
@@ -16,6 +16,10 @@ declare const Calendar: FC<BaseIconProps>;
16
16
 
17
17
  declare const CalendarEvent: FC<BaseIconProps>;
18
18
 
19
+ declare const Category: FC<BaseIconProps>;
20
+
21
+ declare const ChatCs: FC<BaseIconProps>;
22
+
19
23
  declare const Check$1: FC<BaseIconProps>;
20
24
 
21
25
  declare const Check: FC<BaseIconProps>;
@@ -42,14 +46,30 @@ declare const CloseLarge: FC<BaseIconProps>;
42
46
 
43
47
  declare const ContactBook: FC<BaseIconProps>;
44
48
 
49
+ declare const Delivered: FC<BaseIconProps>;
50
+
51
+ declare const Edit: FC<BaseIconProps>;
52
+
53
+ declare const Enveloped: FC<BaseIconProps>;
54
+
45
55
  declare const EyeClose: FC<BaseIconProps>;
46
56
 
47
57
  declare const EyeOpen: FC<BaseIconProps>;
48
58
 
49
59
  declare const Filter: FC<BaseIconProps>;
50
60
 
61
+ declare const Gps: FC<BaseIconProps>;
62
+
63
+ declare const Handphone: FC<BaseIconProps>;
64
+
51
65
  declare const Heart: FC<BaseIconProps>;
52
66
 
67
+ declare const Home: FC<BaseIconProps>;
68
+
69
+ declare const Info: FC<BaseIconProps>;
70
+
71
+ declare const KebabMenu: FC<BaseIconProps>;
72
+
53
73
  declare const Logout: FC<BaseIconProps>;
54
74
 
55
75
  declare const MapMarker: FC<BaseIconProps>;
@@ -60,30 +80,42 @@ declare const MinusLarge: FC<BaseIconProps>;
60
80
 
61
81
  declare const OrderHistory: FC<BaseIconProps>;
62
82
 
83
+ declare const Otp: FC<BaseIconProps>;
84
+
63
85
  declare const Plus: FC<BaseIconProps>;
64
86
 
65
87
  declare const PlusLarge: FC<BaseIconProps>;
66
88
 
89
+ declare const PrivacyPolicy: FC<BaseIconProps>;
90
+
67
91
  declare const Profile: FC<BaseIconProps>;
68
92
 
93
+ declare const QRCode: FC<BaseIconProps>;
94
+
69
95
  declare const Search: FC<BaseIconProps>;
70
96
 
97
+ declare const Setting: FC<BaseIconProps>;
98
+
71
99
  declare const Bag: FC<BaseIconProps>;
72
100
 
73
101
  declare const Sort: FC<BaseIconProps>;
74
102
 
75
103
  declare const StoreComplete: FC<BaseIconProps>;
76
104
 
105
+ declare const TermConditions: FC<BaseIconProps>;
106
+
77
107
  declare const Truck: FC<BaseIconProps>;
78
108
 
79
109
  declare const Direction: FC<BaseIconProps>;
80
110
 
81
111
  declare const Hand: FC<BaseIconProps>;
82
112
 
113
+ declare const MapMarkerSolid: FC<BaseIconProps>;
114
+
83
115
  declare const TrendUp: FC<BaseIconProps>;
84
116
 
85
117
  declare const Voucher: FC<BaseIconProps>;
86
118
 
87
119
  declare const Wallet: FC<BaseIconProps>;
88
120
 
89
- export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, Heart, Logout, MapMarker, Minus, MinusLarge, OrderHistory, Plus, PlusLarge, Profile, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Voucher, Wallet };
121
+ export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Category, ChatCs, 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, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, Heart, Home, Info, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, QRCode, Search, Setting, Bag as Share, Sort, StoreComplete, TermConditions, TrendUp, Truck, Voucher, Wallet };
package/dist/v2.d.ts CHANGED
@@ -16,6 +16,10 @@ declare const Calendar: FC<BaseIconProps>;
16
16
 
17
17
  declare const CalendarEvent: FC<BaseIconProps>;
18
18
 
19
+ declare const Category: FC<BaseIconProps>;
20
+
21
+ declare const ChatCs: FC<BaseIconProps>;
22
+
19
23
  declare const Check$1: FC<BaseIconProps>;
20
24
 
21
25
  declare const Check: FC<BaseIconProps>;
@@ -42,14 +46,30 @@ declare const CloseLarge: FC<BaseIconProps>;
42
46
 
43
47
  declare const ContactBook: FC<BaseIconProps>;
44
48
 
49
+ declare const Delivered: FC<BaseIconProps>;
50
+
51
+ declare const Edit: FC<BaseIconProps>;
52
+
53
+ declare const Enveloped: FC<BaseIconProps>;
54
+
45
55
  declare const EyeClose: FC<BaseIconProps>;
46
56
 
47
57
  declare const EyeOpen: FC<BaseIconProps>;
48
58
 
49
59
  declare const Filter: FC<BaseIconProps>;
50
60
 
61
+ declare const Gps: FC<BaseIconProps>;
62
+
63
+ declare const Handphone: FC<BaseIconProps>;
64
+
51
65
  declare const Heart: FC<BaseIconProps>;
52
66
 
67
+ declare const Home: FC<BaseIconProps>;
68
+
69
+ declare const Info: FC<BaseIconProps>;
70
+
71
+ declare const KebabMenu: FC<BaseIconProps>;
72
+
53
73
  declare const Logout: FC<BaseIconProps>;
54
74
 
55
75
  declare const MapMarker: FC<BaseIconProps>;
@@ -60,30 +80,42 @@ declare const MinusLarge: FC<BaseIconProps>;
60
80
 
61
81
  declare const OrderHistory: FC<BaseIconProps>;
62
82
 
83
+ declare const Otp: FC<BaseIconProps>;
84
+
63
85
  declare const Plus: FC<BaseIconProps>;
64
86
 
65
87
  declare const PlusLarge: FC<BaseIconProps>;
66
88
 
89
+ declare const PrivacyPolicy: FC<BaseIconProps>;
90
+
67
91
  declare const Profile: FC<BaseIconProps>;
68
92
 
93
+ declare const QRCode: FC<BaseIconProps>;
94
+
69
95
  declare const Search: FC<BaseIconProps>;
70
96
 
97
+ declare const Setting: FC<BaseIconProps>;
98
+
71
99
  declare const Bag: FC<BaseIconProps>;
72
100
 
73
101
  declare const Sort: FC<BaseIconProps>;
74
102
 
75
103
  declare const StoreComplete: FC<BaseIconProps>;
76
104
 
105
+ declare const TermConditions: FC<BaseIconProps>;
106
+
77
107
  declare const Truck: FC<BaseIconProps>;
78
108
 
79
109
  declare const Direction: FC<BaseIconProps>;
80
110
 
81
111
  declare const Hand: FC<BaseIconProps>;
82
112
 
113
+ declare const MapMarkerSolid: FC<BaseIconProps>;
114
+
83
115
  declare const TrendUp: FC<BaseIconProps>;
84
116
 
85
117
  declare const Voucher: FC<BaseIconProps>;
86
118
 
87
119
  declare const Wallet: FC<BaseIconProps>;
88
120
 
89
- export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, Heart, Logout, MapMarker, Minus, MinusLarge, OrderHistory, Plus, PlusLarge, Profile, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Voucher, Wallet };
121
+ export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Category, ChatCs, 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, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, Heart, Home, Info, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, QRCode, Search, Setting, Bag as Share, Sort, StoreComplete, TermConditions, TrendUp, Truck, Voucher, Wallet };