@ctlyst.id/icons 2.1.1 → 2.2.1
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/index.d.mts +1 -29
- package/dist/index.d.ts +1 -29
- package/dist/index.js +1228 -1601
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1221 -1580
- package/dist/index.mjs.map +1 -1
- package/dist/v2.d.mts +33 -1
- package/dist/v2.d.ts +33 -1
- package/dist/v2.js +435 -38
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +414 -33
- package/dist/v2.mjs.map +1 -1
- package/package.json +23 -4
package/dist/v2.d.mts
CHANGED
|
@@ -2,16 +2,48 @@ 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: FC<BaseIconProps>;
|
|
6
|
+
|
|
5
7
|
declare const Calendar: FC<BaseIconProps>;
|
|
6
8
|
|
|
7
9
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
8
10
|
|
|
11
|
+
declare const Check: FC<BaseIconProps>;
|
|
12
|
+
|
|
13
|
+
declare const ChevronUp$1: FC<BaseIconProps>;
|
|
14
|
+
|
|
15
|
+
declare const ChevronLeft: FC<BaseIconProps>;
|
|
16
|
+
|
|
17
|
+
declare const ChevronRight: FC<BaseIconProps>;
|
|
18
|
+
|
|
19
|
+
declare const ChevronUp: FC<BaseIconProps>;
|
|
20
|
+
|
|
21
|
+
declare const Close: FC<BaseIconProps>;
|
|
22
|
+
|
|
23
|
+
declare const ContactBook: FC<BaseIconProps>;
|
|
24
|
+
|
|
25
|
+
declare const EyeClose: FC<BaseIconProps>;
|
|
26
|
+
|
|
27
|
+
declare const EyeOpen: FC<BaseIconProps>;
|
|
28
|
+
|
|
9
29
|
declare const MapMarker: FC<BaseIconProps>;
|
|
10
30
|
|
|
31
|
+
declare const Minus: FC<BaseIconProps>;
|
|
32
|
+
|
|
33
|
+
declare const Plus: FC<BaseIconProps>;
|
|
34
|
+
|
|
35
|
+
declare const Search: FC<BaseIconProps>;
|
|
36
|
+
|
|
11
37
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
12
38
|
|
|
13
39
|
declare const Truck: FC<BaseIconProps>;
|
|
14
40
|
|
|
15
41
|
declare const Direction: FC<BaseIconProps>;
|
|
16
42
|
|
|
17
|
-
|
|
43
|
+
declare const Hand: FC<BaseIconProps>;
|
|
44
|
+
|
|
45
|
+
declare const TrendUp: FC<BaseIconProps>;
|
|
46
|
+
|
|
47
|
+
declare const Wallet: FC<BaseIconProps>;
|
|
48
|
+
|
|
49
|
+
export { ArrowLeft, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Hand, MapMarker, Minus, Plus, Search, StoreComplete, TrendUp, Truck, Wallet };
|
package/dist/v2.d.ts
CHANGED
|
@@ -2,16 +2,48 @@ 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: FC<BaseIconProps>;
|
|
6
|
+
|
|
5
7
|
declare const Calendar: FC<BaseIconProps>;
|
|
6
8
|
|
|
7
9
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
8
10
|
|
|
11
|
+
declare const Check: FC<BaseIconProps>;
|
|
12
|
+
|
|
13
|
+
declare const ChevronUp$1: FC<BaseIconProps>;
|
|
14
|
+
|
|
15
|
+
declare const ChevronLeft: FC<BaseIconProps>;
|
|
16
|
+
|
|
17
|
+
declare const ChevronRight: FC<BaseIconProps>;
|
|
18
|
+
|
|
19
|
+
declare const ChevronUp: FC<BaseIconProps>;
|
|
20
|
+
|
|
21
|
+
declare const Close: FC<BaseIconProps>;
|
|
22
|
+
|
|
23
|
+
declare const ContactBook: FC<BaseIconProps>;
|
|
24
|
+
|
|
25
|
+
declare const EyeClose: FC<BaseIconProps>;
|
|
26
|
+
|
|
27
|
+
declare const EyeOpen: FC<BaseIconProps>;
|
|
28
|
+
|
|
9
29
|
declare const MapMarker: FC<BaseIconProps>;
|
|
10
30
|
|
|
31
|
+
declare const Minus: FC<BaseIconProps>;
|
|
32
|
+
|
|
33
|
+
declare const Plus: FC<BaseIconProps>;
|
|
34
|
+
|
|
35
|
+
declare const Search: FC<BaseIconProps>;
|
|
36
|
+
|
|
11
37
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
12
38
|
|
|
13
39
|
declare const Truck: FC<BaseIconProps>;
|
|
14
40
|
|
|
15
41
|
declare const Direction: FC<BaseIconProps>;
|
|
16
42
|
|
|
17
|
-
|
|
43
|
+
declare const Hand: FC<BaseIconProps>;
|
|
44
|
+
|
|
45
|
+
declare const TrendUp: FC<BaseIconProps>;
|
|
46
|
+
|
|
47
|
+
declare const Wallet: FC<BaseIconProps>;
|
|
48
|
+
|
|
49
|
+
export { ArrowLeft, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Hand, MapMarker, Minus, Plus, Search, StoreComplete, TrendUp, Truck, Wallet };
|