@ctlyst.id/icons 2.2.6 → 2.2.7
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 +5 -1
- package/dist/v2.d.ts +5 -1
- package/dist/v2.js +180 -95
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +178 -95
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -6,6 +6,8 @@ declare const ArrowLeft: FC<BaseIconProps>;
|
|
|
6
6
|
|
|
7
7
|
declare const ArrowRight: FC<BaseIconProps>;
|
|
8
8
|
|
|
9
|
+
declare const Bag$1: FC<BaseIconProps>;
|
|
10
|
+
|
|
9
11
|
declare const Calendar: FC<BaseIconProps>;
|
|
10
12
|
|
|
11
13
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
@@ -38,6 +40,8 @@ declare const Plus: FC<BaseIconProps>;
|
|
|
38
40
|
|
|
39
41
|
declare const Search: FC<BaseIconProps>;
|
|
40
42
|
|
|
43
|
+
declare const Bag: FC<BaseIconProps>;
|
|
44
|
+
|
|
41
45
|
declare const Sort: FC<BaseIconProps>;
|
|
42
46
|
|
|
43
47
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
@@ -52,4 +56,4 @@ declare const TrendUp: FC<BaseIconProps>;
|
|
|
52
56
|
|
|
53
57
|
declare const Wallet: FC<BaseIconProps>;
|
|
54
58
|
|
|
55
|
-
export { ArrowLeft, ArrowRight, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Sort, StoreComplete, TrendUp, Truck, Wallet };
|
|
59
|
+
export { ArrowLeft, ArrowRight, Bag$1 as Bag, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Wallet };
|
package/dist/v2.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ declare const ArrowLeft: FC<BaseIconProps>;
|
|
|
6
6
|
|
|
7
7
|
declare const ArrowRight: FC<BaseIconProps>;
|
|
8
8
|
|
|
9
|
+
declare const Bag$1: FC<BaseIconProps>;
|
|
10
|
+
|
|
9
11
|
declare const Calendar: FC<BaseIconProps>;
|
|
10
12
|
|
|
11
13
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
@@ -38,6 +40,8 @@ declare const Plus: FC<BaseIconProps>;
|
|
|
38
40
|
|
|
39
41
|
declare const Search: FC<BaseIconProps>;
|
|
40
42
|
|
|
43
|
+
declare const Bag: FC<BaseIconProps>;
|
|
44
|
+
|
|
41
45
|
declare const Sort: FC<BaseIconProps>;
|
|
42
46
|
|
|
43
47
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
@@ -52,4 +56,4 @@ declare const TrendUp: FC<BaseIconProps>;
|
|
|
52
56
|
|
|
53
57
|
declare const Wallet: FC<BaseIconProps>;
|
|
54
58
|
|
|
55
|
-
export { ArrowLeft, ArrowRight, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Sort, StoreComplete, TrendUp, Truck, Wallet };
|
|
59
|
+
export { ArrowLeft, ArrowRight, Bag$1 as Bag, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Wallet };
|