@ctlyst.id/icons 2.2.7 → 2.3.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 +31 -1
- package/dist/v2.d.ts +31 -1
- package/dist/v2.js +473 -122
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +459 -123
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -2,8 +2,12 @@ import { FC } from 'react';
|
|
|
2
2
|
import { B as BaseIconProps } from './types-CNq5nXnT.mjs';
|
|
3
3
|
import '@ctlyst.id/voila-ui-core';
|
|
4
4
|
|
|
5
|
+
declare const ArrowLeft$1: FC<BaseIconProps>;
|
|
6
|
+
|
|
5
7
|
declare const ArrowLeft: FC<BaseIconProps>;
|
|
6
8
|
|
|
9
|
+
declare const ArrowRight$1: FC<BaseIconProps>;
|
|
10
|
+
|
|
7
11
|
declare const ArrowRight: FC<BaseIconProps>;
|
|
8
12
|
|
|
9
13
|
declare const Bag$1: FC<BaseIconProps>;
|
|
@@ -12,18 +16,30 @@ declare const Calendar: FC<BaseIconProps>;
|
|
|
12
16
|
|
|
13
17
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
14
18
|
|
|
19
|
+
declare const Check$1: FC<BaseIconProps>;
|
|
20
|
+
|
|
15
21
|
declare const Check: FC<BaseIconProps>;
|
|
16
22
|
|
|
23
|
+
declare const ChevronUp$2: FC<BaseIconProps>;
|
|
24
|
+
|
|
17
25
|
declare const ChevronUp$1: FC<BaseIconProps>;
|
|
18
26
|
|
|
19
27
|
declare const ChevronLeft: FC<BaseIconProps>;
|
|
20
28
|
|
|
29
|
+
declare const ChevronLeftLarge: FC<BaseIconProps>;
|
|
30
|
+
|
|
21
31
|
declare const ChevronRight: FC<BaseIconProps>;
|
|
22
32
|
|
|
33
|
+
declare const ChevronRightLarge: FC<BaseIconProps>;
|
|
34
|
+
|
|
23
35
|
declare const ChevronUp: FC<BaseIconProps>;
|
|
24
36
|
|
|
37
|
+
declare const ChevronUpLarge: FC<BaseIconProps>;
|
|
38
|
+
|
|
25
39
|
declare const Close: FC<BaseIconProps>;
|
|
26
40
|
|
|
41
|
+
declare const CloseLarge: FC<BaseIconProps>;
|
|
42
|
+
|
|
27
43
|
declare const ContactBook: FC<BaseIconProps>;
|
|
28
44
|
|
|
29
45
|
declare const EyeClose: FC<BaseIconProps>;
|
|
@@ -32,12 +48,24 @@ declare const EyeOpen: FC<BaseIconProps>;
|
|
|
32
48
|
|
|
33
49
|
declare const Filter: FC<BaseIconProps>;
|
|
34
50
|
|
|
51
|
+
declare const Heart: FC<BaseIconProps>;
|
|
52
|
+
|
|
53
|
+
declare const Logout: FC<BaseIconProps>;
|
|
54
|
+
|
|
35
55
|
declare const MapMarker: FC<BaseIconProps>;
|
|
36
56
|
|
|
37
57
|
declare const Minus: FC<BaseIconProps>;
|
|
38
58
|
|
|
59
|
+
declare const MinusLarge: FC<BaseIconProps>;
|
|
60
|
+
|
|
61
|
+
declare const OrderHistory: FC<BaseIconProps>;
|
|
62
|
+
|
|
39
63
|
declare const Plus: FC<BaseIconProps>;
|
|
40
64
|
|
|
65
|
+
declare const PlusLarge: FC<BaseIconProps>;
|
|
66
|
+
|
|
67
|
+
declare const Profile: FC<BaseIconProps>;
|
|
68
|
+
|
|
41
69
|
declare const Search: FC<BaseIconProps>;
|
|
42
70
|
|
|
43
71
|
declare const Bag: FC<BaseIconProps>;
|
|
@@ -54,6 +82,8 @@ declare const Hand: FC<BaseIconProps>;
|
|
|
54
82
|
|
|
55
83
|
declare const TrendUp: FC<BaseIconProps>;
|
|
56
84
|
|
|
85
|
+
declare const Voucher: FC<BaseIconProps>;
|
|
86
|
+
|
|
57
87
|
declare const Wallet: FC<BaseIconProps>;
|
|
58
88
|
|
|
59
|
-
export { ArrowLeft, ArrowRight, Bag$1 as Bag, Calendar, CalendarEvent, Check, ChevronUp$
|
|
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 };
|
package/dist/v2.d.ts
CHANGED
|
@@ -2,8 +2,12 @@ import { FC } from 'react';
|
|
|
2
2
|
import { B as BaseIconProps } from './types-CNq5nXnT.js';
|
|
3
3
|
import '@ctlyst.id/voila-ui-core';
|
|
4
4
|
|
|
5
|
+
declare const ArrowLeft$1: FC<BaseIconProps>;
|
|
6
|
+
|
|
5
7
|
declare const ArrowLeft: FC<BaseIconProps>;
|
|
6
8
|
|
|
9
|
+
declare const ArrowRight$1: FC<BaseIconProps>;
|
|
10
|
+
|
|
7
11
|
declare const ArrowRight: FC<BaseIconProps>;
|
|
8
12
|
|
|
9
13
|
declare const Bag$1: FC<BaseIconProps>;
|
|
@@ -12,18 +16,30 @@ declare const Calendar: FC<BaseIconProps>;
|
|
|
12
16
|
|
|
13
17
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
14
18
|
|
|
19
|
+
declare const Check$1: FC<BaseIconProps>;
|
|
20
|
+
|
|
15
21
|
declare const Check: FC<BaseIconProps>;
|
|
16
22
|
|
|
23
|
+
declare const ChevronUp$2: FC<BaseIconProps>;
|
|
24
|
+
|
|
17
25
|
declare const ChevronUp$1: FC<BaseIconProps>;
|
|
18
26
|
|
|
19
27
|
declare const ChevronLeft: FC<BaseIconProps>;
|
|
20
28
|
|
|
29
|
+
declare const ChevronLeftLarge: FC<BaseIconProps>;
|
|
30
|
+
|
|
21
31
|
declare const ChevronRight: FC<BaseIconProps>;
|
|
22
32
|
|
|
33
|
+
declare const ChevronRightLarge: FC<BaseIconProps>;
|
|
34
|
+
|
|
23
35
|
declare const ChevronUp: FC<BaseIconProps>;
|
|
24
36
|
|
|
37
|
+
declare const ChevronUpLarge: FC<BaseIconProps>;
|
|
38
|
+
|
|
25
39
|
declare const Close: FC<BaseIconProps>;
|
|
26
40
|
|
|
41
|
+
declare const CloseLarge: FC<BaseIconProps>;
|
|
42
|
+
|
|
27
43
|
declare const ContactBook: FC<BaseIconProps>;
|
|
28
44
|
|
|
29
45
|
declare const EyeClose: FC<BaseIconProps>;
|
|
@@ -32,12 +48,24 @@ declare const EyeOpen: FC<BaseIconProps>;
|
|
|
32
48
|
|
|
33
49
|
declare const Filter: FC<BaseIconProps>;
|
|
34
50
|
|
|
51
|
+
declare const Heart: FC<BaseIconProps>;
|
|
52
|
+
|
|
53
|
+
declare const Logout: FC<BaseIconProps>;
|
|
54
|
+
|
|
35
55
|
declare const MapMarker: FC<BaseIconProps>;
|
|
36
56
|
|
|
37
57
|
declare const Minus: FC<BaseIconProps>;
|
|
38
58
|
|
|
59
|
+
declare const MinusLarge: FC<BaseIconProps>;
|
|
60
|
+
|
|
61
|
+
declare const OrderHistory: FC<BaseIconProps>;
|
|
62
|
+
|
|
39
63
|
declare const Plus: FC<BaseIconProps>;
|
|
40
64
|
|
|
65
|
+
declare const PlusLarge: FC<BaseIconProps>;
|
|
66
|
+
|
|
67
|
+
declare const Profile: FC<BaseIconProps>;
|
|
68
|
+
|
|
41
69
|
declare const Search: FC<BaseIconProps>;
|
|
42
70
|
|
|
43
71
|
declare const Bag: FC<BaseIconProps>;
|
|
@@ -54,6 +82,8 @@ declare const Hand: FC<BaseIconProps>;
|
|
|
54
82
|
|
|
55
83
|
declare const TrendUp: FC<BaseIconProps>;
|
|
56
84
|
|
|
85
|
+
declare const Voucher: FC<BaseIconProps>;
|
|
86
|
+
|
|
57
87
|
declare const Wallet: FC<BaseIconProps>;
|
|
58
88
|
|
|
59
|
-
export { ArrowLeft, ArrowRight, Bag$1 as Bag, Calendar, CalendarEvent, Check, ChevronUp$
|
|
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 };
|