@iguanads/icons 1.12.1 → 2.0.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/README.md +13 -9
- package/dist/filled/index.d.mts +14 -14
- package/dist/filled/index.d.ts +14 -14
- package/dist/filled/index.js +24 -24
- package/dist/filled/index.mjs +12 -12
- package/dist/one-color/index.d.mts +67 -67
- package/dist/one-color/index.d.ts +67 -67
- package/dist/one-color/index.js +130 -130
- package/dist/one-color/index.mjs +65 -65
- package/dist/social-media/index.d.mts +5 -5
- package/dist/social-media/index.d.ts +5 -5
- package/dist/social-media/index.js +6 -6
- package/dist/social-media/index.mjs +3 -3
- package/dist/two-colors/index.d.mts +31 -31
- package/dist/two-colors/index.d.ts +31 -31
- package/dist/two-colors/index.js +58 -58
- package/dist/two-colors/index.mjs +29 -29
- package/package.json +13 -8
|
@@ -1,134 +1,134 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
|
-
declare const SvgAi: (props: SVGProps<SVGSVGElement>) =>
|
|
4
|
+
declare const SvgAi: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
5
5
|
|
|
6
|
-
declare const SvgAdd: (props: SVGProps<SVGSVGElement>) =>
|
|
6
|
+
declare const SvgAdd: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
7
7
|
|
|
8
|
-
declare const SvgApartment: (props: SVGProps<SVGSVGElement>) =>
|
|
8
|
+
declare const SvgApartment: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
9
9
|
|
|
10
|
-
declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) =>
|
|
10
|
+
declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
11
11
|
|
|
12
|
-
declare const SvgAttach: (props: SVGProps<SVGSVGElement>) =>
|
|
12
|
+
declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
13
13
|
|
|
14
|
-
declare const SvgBack: (props: SVGProps<SVGSVGElement>) =>
|
|
14
|
+
declare const SvgBack: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
15
15
|
|
|
16
|
-
declare const SvgBag: (props: SVGProps<SVGSVGElement>) =>
|
|
16
|
+
declare const SvgBag: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
17
17
|
|
|
18
|
-
declare const SvgBarcode: (props: SVGProps<SVGSVGElement>) =>
|
|
18
|
+
declare const SvgBarcode: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
19
19
|
|
|
20
|
-
declare const SvgBrightness: (props: SVGProps<SVGSVGElement>) =>
|
|
20
|
+
declare const SvgBrightness: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
21
21
|
|
|
22
|
-
declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) =>
|
|
22
|
+
declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
23
23
|
|
|
24
|
-
declare const SvgCamera: (props: SVGProps<SVGSVGElement>) =>
|
|
24
|
+
declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
25
25
|
|
|
26
|
-
declare const SvgCart: (props: SVGProps<SVGSVGElement>) =>
|
|
26
|
+
declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
27
27
|
|
|
28
|
-
declare const SvgCheck: (props: SVGProps<SVGSVGElement>) =>
|
|
28
|
+
declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
29
29
|
|
|
30
|
-
declare const SvgClock: (props: SVGProps<SVGSVGElement>) =>
|
|
30
|
+
declare const SvgClock: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
31
31
|
|
|
32
|
-
declare const SvgClose: (props: SVGProps<SVGSVGElement>) =>
|
|
32
|
+
declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
33
33
|
|
|
34
|
-
declare const SvgContrast: (props: SVGProps<SVGSVGElement>) =>
|
|
34
|
+
declare const SvgContrast: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
35
35
|
|
|
36
|
-
declare const SvgCopy: (props: SVGProps<SVGSVGElement>) =>
|
|
36
|
+
declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
37
37
|
|
|
38
|
-
declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) =>
|
|
38
|
+
declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
39
39
|
|
|
40
|
-
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) =>
|
|
40
|
+
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
41
41
|
|
|
42
|
-
declare const SvgDownload: (props: SVGProps<SVGSVGElement>) =>
|
|
42
|
+
declare const SvgDownload: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
43
43
|
|
|
44
|
-
declare const SvgEdit: (props: SVGProps<SVGSVGElement>) =>
|
|
44
|
+
declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
45
45
|
|
|
46
|
-
declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) =>
|
|
46
|
+
declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
47
47
|
|
|
48
|
-
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) =>
|
|
48
|
+
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
49
49
|
|
|
50
|
-
declare const SvgFilter: (props: SVGProps<SVGSVGElement>) =>
|
|
50
|
+
declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
51
51
|
|
|
52
|
-
declare const SvgGallery: (props: SVGProps<SVGSVGElement>) =>
|
|
52
|
+
declare const SvgGallery: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
53
53
|
|
|
54
|
-
declare const SvgHelpChat: (props: SVGProps<SVGSVGElement>) =>
|
|
54
|
+
declare const SvgHelpChat: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
55
55
|
|
|
56
|
-
declare const SvgHide: (props: SVGProps<SVGSVGElement>) =>
|
|
56
|
+
declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
57
57
|
|
|
58
|
-
declare const SvgHotel: (props: SVGProps<SVGSVGElement>) =>
|
|
58
|
+
declare const SvgHotel: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
59
59
|
|
|
60
|
-
declare const SvgHouse: (props: SVGProps<SVGSVGElement>) =>
|
|
60
|
+
declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
61
61
|
|
|
62
|
-
declare const SvgLock: (props: SVGProps<SVGSVGElement>) =>
|
|
62
|
+
declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
63
63
|
|
|
64
|
-
declare const SvgLowBattery: (props: SVGProps<SVGSVGElement>) =>
|
|
64
|
+
declare const SvgLowBattery: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
65
65
|
|
|
66
|
-
declare const SvgMapView: (props: SVGProps<SVGSVGElement>) =>
|
|
66
|
+
declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
67
67
|
|
|
68
|
-
declare const SvgMenu: (props: SVGProps<SVGSVGElement>) =>
|
|
68
|
+
declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
69
69
|
|
|
70
|
-
declare const SvgMoney: (props: SVGProps<SVGSVGElement>) =>
|
|
70
|
+
declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
71
71
|
|
|
72
|
-
declare const SvgNext: (props: SVGProps<SVGSVGElement>) =>
|
|
72
|
+
declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
73
73
|
|
|
74
|
-
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) =>
|
|
74
|
+
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
75
75
|
|
|
76
|
-
declare const SvgOffice: (props: SVGProps<SVGSVGElement>) =>
|
|
76
|
+
declare const SvgOffice: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
77
77
|
|
|
78
|
-
declare const SvgOperations: (props: SVGProps<SVGSVGElement>) =>
|
|
78
|
+
declare const SvgOperations: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
79
79
|
|
|
80
|
-
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) =>
|
|
80
|
+
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
81
81
|
|
|
82
|
-
declare const SvgPerformance: (props: SVGProps<SVGSVGElement>) =>
|
|
82
|
+
declare const SvgPerformance: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
83
83
|
|
|
84
|
-
declare const SvgPhone: (props: SVGProps<SVGSVGElement>) =>
|
|
84
|
+
declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
85
85
|
|
|
86
|
-
declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) =>
|
|
86
|
+
declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
87
87
|
|
|
88
|
-
declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) =>
|
|
88
|
+
declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
89
89
|
|
|
90
|
-
declare const SvgRate: (props: SVGProps<SVGSVGElement>) =>
|
|
90
|
+
declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
91
91
|
|
|
92
|
-
declare const SvgRating: (props: SVGProps<SVGSVGElement>) =>
|
|
92
|
+
declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
93
93
|
|
|
94
|
-
declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) =>
|
|
94
|
+
declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
95
95
|
|
|
96
|
-
declare const SvgRotate: (props: SVGProps<SVGSVGElement>) =>
|
|
96
|
+
declare const SvgRotate: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
97
97
|
|
|
98
|
-
declare const SvgSatelliteView: (props: SVGProps<SVGSVGElement>) =>
|
|
98
|
+
declare const SvgSatelliteView: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
99
99
|
|
|
100
|
-
declare const SvgSaturation: (props: SVGProps<SVGSVGElement>) =>
|
|
100
|
+
declare const SvgSaturation: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
101
101
|
|
|
102
|
-
declare const SvgSearch: (props: SVGProps<SVGSVGElement>) =>
|
|
102
|
+
declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
103
103
|
|
|
104
|
-
declare const SvgSelect: (props: SVGProps<SVGSVGElement>) =>
|
|
104
|
+
declare const SvgSelect: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
105
105
|
|
|
106
|
-
declare const SvgShadows: (props: SVGProps<SVGSVGElement>) =>
|
|
106
|
+
declare const SvgShadows: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
107
107
|
|
|
108
|
-
declare const SvgShare: (props: SVGProps<SVGSVGElement>) =>
|
|
108
|
+
declare const SvgShare: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
109
109
|
|
|
110
|
-
declare const SvgShow: (props: SVGProps<SVGSVGElement>) =>
|
|
110
|
+
declare const SvgShow: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
111
111
|
|
|
112
|
-
declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) =>
|
|
112
|
+
declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
113
113
|
|
|
114
|
-
declare const SvgSubstitution: (props: SVGProps<SVGSVGElement>) =>
|
|
114
|
+
declare const SvgSubstitution: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
115
115
|
|
|
116
|
-
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) =>
|
|
116
|
+
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
117
117
|
|
|
118
|
-
declare const SvgUnion: (props: SVGProps<SVGSVGElement>) =>
|
|
118
|
+
declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
119
119
|
|
|
120
|
-
declare const SvgUpload: (props: SVGProps<SVGSVGElement>) =>
|
|
120
|
+
declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
121
121
|
|
|
122
|
-
declare const SvgUser: (props: SVGProps<SVGSVGElement>) =>
|
|
122
|
+
declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
123
123
|
|
|
124
|
-
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) =>
|
|
124
|
+
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
125
125
|
|
|
126
|
-
declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) =>
|
|
126
|
+
declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
127
127
|
|
|
128
|
-
declare const SvgWifiOff: (props: SVGProps<SVGSVGElement>) =>
|
|
128
|
+
declare const SvgWifiOff: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
129
129
|
|
|
130
|
-
declare const SvgZoom: (props: SVGProps<SVGSVGElement>) =>
|
|
130
|
+
declare const SvgZoom: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
131
131
|
|
|
132
|
-
declare const SvgCategoryList: (props: SVGProps<SVGSVGElement>) =>
|
|
132
|
+
declare const SvgCategoryList: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
133
133
|
|
|
134
|
-
export { SvgAdd as
|
|
134
|
+
export { SvgAdd as AddIcon, SvgAi as AiIcon, SvgApartment as ApartmentIcon, SvgArrowRight as ArrowRightIcon, SvgAttach as AttachIcon, SvgBack as BackIcon, SvgBag as BagIcon, SvgBarcode as BarcodeIcon, SvgBrightness as BrightnessIcon, SvgCalendar as CalendarIcon, SvgCamera as CameraIcon, SvgCart as CartIcon, SvgCategoryList as CategoryListIcon, SvgCheck as CheckIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgContrast as ContrastIcon, SvgCopy as CopyIcon, SvgCreditCard as CreditCardIcon, SvgDeliver as DeliverIcon, SvgDownload as DownloadIcon, SvgEdit as EditIcon, SvgEmptyScreen as EmptyScreenIcon, SvgExpand as ExpandIcon, SvgFilter as FilterIcon, SvgGallery as GalleryIcon, SvgHelpChat as HelpChatIcon, SvgHide as HideIcon, SvgHotel as HotelIcon, SvgHouse as HouseIcon, SvgLock as LockIcon, SvgLowBattery as LowBatteryIcon, SvgMapView as MapViewIcon, SvgMenu as MenuIcon, SvgMoney as MoneyIcon, SvgNext as NextIcon, SvgNotification as NotificationIcon, SvgOffice as OfficeIcon, SvgOperations as OperationsIcon, SvgOrder as OrderIcon, SvgPerformance as PerformanceIcon, SvgPhone as PhoneIcon, SvgPreparation as PreparationIcon, SvgQrCode as QrCodeIcon, SvgRate as RateIcon, SvgRating as RatingIcon, SvgRefresh as RefreshIcon, SvgRotate as RotateIcon, SvgSatelliteView as SatelliteViewIcon, SvgSaturation as SaturationIcon, SvgSearch as SearchIcon, SvgSelect as SelectIcon, SvgShadows as ShadowsIcon, SvgShare as ShareIcon, SvgShow as ShowIcon, SvgSignOut as SignOutIcon, SvgSubstitution as SubstitutionIcon, SvgTrash as TrashIcon, SvgUnion as UnionIcon, SvgUpload as UploadIcon, SvgUser as UserIcon, SvgVoucher as VoucherIcon, SvgWhatsapp as WhatsappIcon, SvgWifiOff as WifiOffIcon, SvgZoom as ZoomIcon };
|
package/dist/one-color/index.js
CHANGED
|
@@ -20,71 +20,71 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/one-color/index.ts
|
|
21
21
|
var one_color_exports = {};
|
|
22
22
|
__export(one_color_exports, {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
23
|
+
AddIcon: () => Add_default,
|
|
24
|
+
AiIcon: () => Ai_default,
|
|
25
|
+
ApartmentIcon: () => Apartment_default,
|
|
26
|
+
ArrowRightIcon: () => ArrowRight_default,
|
|
27
|
+
AttachIcon: () => Attach_default,
|
|
28
|
+
BackIcon: () => Back_default,
|
|
29
|
+
BagIcon: () => Bag_default,
|
|
30
|
+
BarcodeIcon: () => Barcode_default,
|
|
31
|
+
BrightnessIcon: () => Brightness_default,
|
|
32
|
+
CalendarIcon: () => Calendar_default,
|
|
33
|
+
CameraIcon: () => Camera_default,
|
|
34
|
+
CartIcon: () => Cart_default,
|
|
35
|
+
CategoryListIcon: () => CategoryList_default,
|
|
36
|
+
CheckIcon: () => Check_default,
|
|
37
|
+
ClockIcon: () => Clock_default,
|
|
38
|
+
CloseIcon: () => Close_default,
|
|
39
|
+
ContrastIcon: () => Contrast_default,
|
|
40
|
+
CopyIcon: () => Copy_default,
|
|
41
|
+
CreditCardIcon: () => CreditCard_default,
|
|
42
|
+
DeliverIcon: () => Deliver_default,
|
|
43
|
+
DownloadIcon: () => Download_default,
|
|
44
|
+
EditIcon: () => Edit_default,
|
|
45
|
+
EmptyScreenIcon: () => EmptyScreen_default,
|
|
46
|
+
ExpandIcon: () => Expand_default,
|
|
47
|
+
FilterIcon: () => Filter_default,
|
|
48
|
+
GalleryIcon: () => Gallery_default,
|
|
49
|
+
HelpChatIcon: () => HelpChat_default,
|
|
50
|
+
HideIcon: () => Hide_default,
|
|
51
|
+
HotelIcon: () => Hotel_default,
|
|
52
|
+
HouseIcon: () => House_default,
|
|
53
|
+
LockIcon: () => Lock_default,
|
|
54
|
+
LowBatteryIcon: () => LowBattery_default,
|
|
55
|
+
MapViewIcon: () => MapView_default,
|
|
56
|
+
MenuIcon: () => Menu_default,
|
|
57
|
+
MoneyIcon: () => Money_default,
|
|
58
|
+
NextIcon: () => Next_default,
|
|
59
|
+
NotificationIcon: () => Notification_default,
|
|
60
|
+
OfficeIcon: () => Office_default,
|
|
61
|
+
OperationsIcon: () => Operations_default,
|
|
62
|
+
OrderIcon: () => Order_default,
|
|
63
|
+
PerformanceIcon: () => Performance_default,
|
|
64
|
+
PhoneIcon: () => Phone_default,
|
|
65
|
+
PreparationIcon: () => Preparation_default,
|
|
66
|
+
QrCodeIcon: () => QrCode_default,
|
|
67
|
+
RateIcon: () => Rate_default,
|
|
68
|
+
RatingIcon: () => Rating_default,
|
|
69
|
+
RefreshIcon: () => Refresh_default,
|
|
70
|
+
RotateIcon: () => Rotate_default,
|
|
71
|
+
SatelliteViewIcon: () => SatelliteView_default,
|
|
72
|
+
SaturationIcon: () => Saturation_default,
|
|
73
|
+
SearchIcon: () => Search_default,
|
|
74
|
+
SelectIcon: () => Select_default,
|
|
75
|
+
ShadowsIcon: () => Shadows_default,
|
|
76
|
+
ShareIcon: () => Share_default,
|
|
77
|
+
ShowIcon: () => Show_default,
|
|
78
|
+
SignOutIcon: () => SignOut_default,
|
|
79
|
+
SubstitutionIcon: () => Substitution_default,
|
|
80
|
+
TrashIcon: () => Trash_default,
|
|
81
|
+
UnionIcon: () => Union_default,
|
|
82
|
+
UploadIcon: () => Upload_default,
|
|
83
|
+
UserIcon: () => User_default,
|
|
84
|
+
VoucherIcon: () => Voucher_default,
|
|
85
|
+
WhatsappIcon: () => Whatsapp_default,
|
|
86
|
+
WifiOffIcon: () => WifiOff_default,
|
|
87
|
+
ZoomIcon: () => Zoom_default
|
|
88
88
|
});
|
|
89
89
|
module.exports = __toCommonJS(one_color_exports);
|
|
90
90
|
|
|
@@ -505,69 +505,69 @@ var SvgCategoryList = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("
|
|
|
505
505
|
var CategoryList_default = SvgCategoryList;
|
|
506
506
|
// Annotate the CommonJS export names for ESM import in node:
|
|
507
507
|
0 && (module.exports = {
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
508
|
+
AddIcon,
|
|
509
|
+
AiIcon,
|
|
510
|
+
ApartmentIcon,
|
|
511
|
+
ArrowRightIcon,
|
|
512
|
+
AttachIcon,
|
|
513
|
+
BackIcon,
|
|
514
|
+
BagIcon,
|
|
515
|
+
BarcodeIcon,
|
|
516
|
+
BrightnessIcon,
|
|
517
|
+
CalendarIcon,
|
|
518
|
+
CameraIcon,
|
|
519
|
+
CartIcon,
|
|
520
|
+
CategoryListIcon,
|
|
521
|
+
CheckIcon,
|
|
522
|
+
ClockIcon,
|
|
523
|
+
CloseIcon,
|
|
524
|
+
ContrastIcon,
|
|
525
|
+
CopyIcon,
|
|
526
|
+
CreditCardIcon,
|
|
527
|
+
DeliverIcon,
|
|
528
|
+
DownloadIcon,
|
|
529
|
+
EditIcon,
|
|
530
|
+
EmptyScreenIcon,
|
|
531
|
+
ExpandIcon,
|
|
532
|
+
FilterIcon,
|
|
533
|
+
GalleryIcon,
|
|
534
|
+
HelpChatIcon,
|
|
535
|
+
HideIcon,
|
|
536
|
+
HotelIcon,
|
|
537
|
+
HouseIcon,
|
|
538
|
+
LockIcon,
|
|
539
|
+
LowBatteryIcon,
|
|
540
|
+
MapViewIcon,
|
|
541
|
+
MenuIcon,
|
|
542
|
+
MoneyIcon,
|
|
543
|
+
NextIcon,
|
|
544
|
+
NotificationIcon,
|
|
545
|
+
OfficeIcon,
|
|
546
|
+
OperationsIcon,
|
|
547
|
+
OrderIcon,
|
|
548
|
+
PerformanceIcon,
|
|
549
|
+
PhoneIcon,
|
|
550
|
+
PreparationIcon,
|
|
551
|
+
QrCodeIcon,
|
|
552
|
+
RateIcon,
|
|
553
|
+
RatingIcon,
|
|
554
|
+
RefreshIcon,
|
|
555
|
+
RotateIcon,
|
|
556
|
+
SatelliteViewIcon,
|
|
557
|
+
SaturationIcon,
|
|
558
|
+
SearchIcon,
|
|
559
|
+
SelectIcon,
|
|
560
|
+
ShadowsIcon,
|
|
561
|
+
ShareIcon,
|
|
562
|
+
ShowIcon,
|
|
563
|
+
SignOutIcon,
|
|
564
|
+
SubstitutionIcon,
|
|
565
|
+
TrashIcon,
|
|
566
|
+
UnionIcon,
|
|
567
|
+
UploadIcon,
|
|
568
|
+
UserIcon,
|
|
569
|
+
VoucherIcon,
|
|
570
|
+
WhatsappIcon,
|
|
571
|
+
WifiOffIcon,
|
|
572
|
+
ZoomIcon
|
|
573
573
|
});
|
package/dist/one-color/index.mjs
CHANGED
|
@@ -414,69 +414,69 @@ import { jsx as jsx65 } from "react/jsx-runtime";
|
|
|
414
414
|
var SvgCategoryList = (props) => /* @__PURE__ */ jsx65("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx65("path", { fill: props.color || "currentColor", d: "M4.66 13.32a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32m7.33 0a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32m7.35 0a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32" }) });
|
|
415
415
|
var CategoryList_default = SvgCategoryList;
|
|
416
416
|
export {
|
|
417
|
-
Add_default as
|
|
418
|
-
Ai_default as
|
|
419
|
-
Apartment_default as
|
|
420
|
-
ArrowRight_default as
|
|
421
|
-
Attach_default as
|
|
422
|
-
Back_default as
|
|
423
|
-
Bag_default as
|
|
424
|
-
Barcode_default as
|
|
425
|
-
Brightness_default as
|
|
426
|
-
Calendar_default as
|
|
427
|
-
Camera_default as
|
|
428
|
-
Cart_default as
|
|
429
|
-
CategoryList_default as
|
|
430
|
-
Check_default as
|
|
431
|
-
Clock_default as
|
|
432
|
-
Close_default as
|
|
433
|
-
Contrast_default as
|
|
434
|
-
Copy_default as
|
|
435
|
-
CreditCard_default as
|
|
436
|
-
Deliver_default as
|
|
437
|
-
Download_default as
|
|
438
|
-
Edit_default as
|
|
439
|
-
EmptyScreen_default as
|
|
440
|
-
Expand_default as
|
|
441
|
-
Filter_default as
|
|
442
|
-
Gallery_default as
|
|
443
|
-
HelpChat_default as
|
|
444
|
-
Hide_default as
|
|
445
|
-
Hotel_default as
|
|
446
|
-
House_default as
|
|
447
|
-
Lock_default as
|
|
448
|
-
LowBattery_default as
|
|
449
|
-
MapView_default as
|
|
450
|
-
Menu_default as
|
|
451
|
-
Money_default as
|
|
452
|
-
Next_default as
|
|
453
|
-
Notification_default as
|
|
454
|
-
Office_default as
|
|
455
|
-
Operations_default as
|
|
456
|
-
Order_default as
|
|
457
|
-
Performance_default as
|
|
458
|
-
Phone_default as
|
|
459
|
-
Preparation_default as
|
|
460
|
-
QrCode_default as
|
|
461
|
-
Rate_default as
|
|
462
|
-
Rating_default as
|
|
463
|
-
Refresh_default as
|
|
464
|
-
Rotate_default as
|
|
465
|
-
SatelliteView_default as
|
|
466
|
-
Saturation_default as
|
|
467
|
-
Search_default as
|
|
468
|
-
Select_default as
|
|
469
|
-
Shadows_default as
|
|
470
|
-
Share_default as
|
|
471
|
-
Show_default as
|
|
472
|
-
SignOut_default as
|
|
473
|
-
Substitution_default as
|
|
474
|
-
Trash_default as
|
|
475
|
-
Union_default as
|
|
476
|
-
Upload_default as
|
|
477
|
-
User_default as
|
|
478
|
-
Voucher_default as
|
|
479
|
-
Whatsapp_default as
|
|
480
|
-
WifiOff_default as
|
|
481
|
-
Zoom_default as
|
|
417
|
+
Add_default as AddIcon,
|
|
418
|
+
Ai_default as AiIcon,
|
|
419
|
+
Apartment_default as ApartmentIcon,
|
|
420
|
+
ArrowRight_default as ArrowRightIcon,
|
|
421
|
+
Attach_default as AttachIcon,
|
|
422
|
+
Back_default as BackIcon,
|
|
423
|
+
Bag_default as BagIcon,
|
|
424
|
+
Barcode_default as BarcodeIcon,
|
|
425
|
+
Brightness_default as BrightnessIcon,
|
|
426
|
+
Calendar_default as CalendarIcon,
|
|
427
|
+
Camera_default as CameraIcon,
|
|
428
|
+
Cart_default as CartIcon,
|
|
429
|
+
CategoryList_default as CategoryListIcon,
|
|
430
|
+
Check_default as CheckIcon,
|
|
431
|
+
Clock_default as ClockIcon,
|
|
432
|
+
Close_default as CloseIcon,
|
|
433
|
+
Contrast_default as ContrastIcon,
|
|
434
|
+
Copy_default as CopyIcon,
|
|
435
|
+
CreditCard_default as CreditCardIcon,
|
|
436
|
+
Deliver_default as DeliverIcon,
|
|
437
|
+
Download_default as DownloadIcon,
|
|
438
|
+
Edit_default as EditIcon,
|
|
439
|
+
EmptyScreen_default as EmptyScreenIcon,
|
|
440
|
+
Expand_default as ExpandIcon,
|
|
441
|
+
Filter_default as FilterIcon,
|
|
442
|
+
Gallery_default as GalleryIcon,
|
|
443
|
+
HelpChat_default as HelpChatIcon,
|
|
444
|
+
Hide_default as HideIcon,
|
|
445
|
+
Hotel_default as HotelIcon,
|
|
446
|
+
House_default as HouseIcon,
|
|
447
|
+
Lock_default as LockIcon,
|
|
448
|
+
LowBattery_default as LowBatteryIcon,
|
|
449
|
+
MapView_default as MapViewIcon,
|
|
450
|
+
Menu_default as MenuIcon,
|
|
451
|
+
Money_default as MoneyIcon,
|
|
452
|
+
Next_default as NextIcon,
|
|
453
|
+
Notification_default as NotificationIcon,
|
|
454
|
+
Office_default as OfficeIcon,
|
|
455
|
+
Operations_default as OperationsIcon,
|
|
456
|
+
Order_default as OrderIcon,
|
|
457
|
+
Performance_default as PerformanceIcon,
|
|
458
|
+
Phone_default as PhoneIcon,
|
|
459
|
+
Preparation_default as PreparationIcon,
|
|
460
|
+
QrCode_default as QrCodeIcon,
|
|
461
|
+
Rate_default as RateIcon,
|
|
462
|
+
Rating_default as RatingIcon,
|
|
463
|
+
Refresh_default as RefreshIcon,
|
|
464
|
+
Rotate_default as RotateIcon,
|
|
465
|
+
SatelliteView_default as SatelliteViewIcon,
|
|
466
|
+
Saturation_default as SaturationIcon,
|
|
467
|
+
Search_default as SearchIcon,
|
|
468
|
+
Select_default as SelectIcon,
|
|
469
|
+
Shadows_default as ShadowsIcon,
|
|
470
|
+
Share_default as ShareIcon,
|
|
471
|
+
Show_default as ShowIcon,
|
|
472
|
+
SignOut_default as SignOutIcon,
|
|
473
|
+
Substitution_default as SubstitutionIcon,
|
|
474
|
+
Trash_default as TrashIcon,
|
|
475
|
+
Union_default as UnionIcon,
|
|
476
|
+
Upload_default as UploadIcon,
|
|
477
|
+
User_default as UserIcon,
|
|
478
|
+
Voucher_default as VoucherIcon,
|
|
479
|
+
Whatsapp_default as WhatsappIcon,
|
|
480
|
+
WifiOff_default as WifiOffIcon,
|
|
481
|
+
Zoom_default as ZoomIcon
|
|
482
482
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
|
-
declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) =>
|
|
4
|
+
declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
5
5
|
|
|
6
|
-
declare const SvgInstagram: (props: SVGProps<SVGSVGElement>) =>
|
|
6
|
+
declare const SvgInstagram: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
7
7
|
|
|
8
|
-
declare const SvgLinkedin: (props: SVGProps<SVGSVGElement>) =>
|
|
8
|
+
declare const SvgLinkedin: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
9
9
|
|
|
10
|
-
export { SvgFacebook as
|
|
10
|
+
export { SvgFacebook as FacebookIcon, SvgInstagram as InstagramIcon, SvgLinkedin as LinkedinIcon };
|