@iguanads/icons 1.5.2 → 1.7.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/one-color/index.d.mts +15 -1
- package/dist/one-color/index.d.ts +15 -1
- package/dist/one-color/index.js +187 -129
- package/dist/one-color/index.mjs +172 -121
- package/dist/two-colors/index.d.mts +5 -1
- package/dist/two-colors/index.d.ts +5 -1
- package/dist/two-colors/index.js +121 -99
- package/dist/two-colors/index.mjs +119 -99
- package/package.json +1 -1
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
|
+
declare const SvgAi: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
5
|
+
|
|
4
6
|
declare const SvgAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
5
7
|
|
|
8
|
+
declare const SvgApartment: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
6
10
|
declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
11
|
|
|
8
12
|
declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -37,10 +41,14 @@ declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
37
41
|
|
|
38
42
|
declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
43
|
|
|
44
|
+
declare const SvgHotel: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
40
46
|
declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
47
|
|
|
42
48
|
declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
49
|
|
|
50
|
+
declare const SvgLowBattery: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
51
|
+
|
|
44
52
|
declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
45
53
|
|
|
46
54
|
declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -51,6 +59,8 @@ declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
51
59
|
|
|
52
60
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
53
61
|
|
|
62
|
+
declare const SvgOffice: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
54
64
|
declare const SvgOperations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
65
|
|
|
56
66
|
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -85,12 +95,16 @@ declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
85
95
|
|
|
86
96
|
declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
87
97
|
|
|
98
|
+
declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
99
|
+
|
|
88
100
|
declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
89
101
|
|
|
90
102
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
91
103
|
|
|
92
104
|
declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
93
105
|
|
|
106
|
+
declare const SvgWifiOff: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
107
|
+
|
|
94
108
|
declare const SvgCategoryList: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
95
109
|
|
|
96
|
-
export { SvgAdd as Add, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgCopy as Copy, SvgCreditCard as CreditCard, SvgDeliver as Deliver, SvgEdit as Edit, SvgEmptyScreen as EmptyScreen, SvgFilter as Filter, SvgHide as Hide, SvgHouse as House, SvgLock as Lock, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, SvgPhone as Phone, SvgPreparation as Preparation, SvgQrCode as QrCode, SvgRate as Rate, SvgRating as Rating, SvgRefresh as Refresh, SvgSatelliteView as SatelliteView, SvgSearch as Search, SvgSelect as Select, SvgShare as Share, SvgShow as Show, SvgSignOut as SignOut, SvgTrash as Trash, SvgUnion as Union, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp };
|
|
110
|
+
export { SvgAdd as Add, SvgAi as Ai, SvgApartment as Apartment, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgCopy as Copy, SvgCreditCard as CreditCard, SvgDeliver as Deliver, SvgEdit as Edit, SvgEmptyScreen as EmptyScreen, SvgFilter as Filter, SvgHide as Hide, SvgHotel as Hotel, SvgHouse as House, SvgLock as Lock, SvgLowBattery as LowBattery, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOffice as Office, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, SvgPhone as Phone, SvgPreparation as Preparation, SvgQrCode as QrCode, SvgRate as Rate, SvgRating as Rating, SvgRefresh as Refresh, SvgSatelliteView as SatelliteView, SvgSearch as Search, SvgSelect as Select, SvgShare as Share, SvgShow as Show, SvgSignOut as SignOut, SvgTrash as Trash, SvgUnion as Union, SvgUpload as Upload, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp, SvgWifiOff as WifiOff };
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
|
+
declare const SvgAi: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
5
|
+
|
|
4
6
|
declare const SvgAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
5
7
|
|
|
8
|
+
declare const SvgApartment: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
6
10
|
declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
11
|
|
|
8
12
|
declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -37,10 +41,14 @@ declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
37
41
|
|
|
38
42
|
declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
43
|
|
|
44
|
+
declare const SvgHotel: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
40
46
|
declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
47
|
|
|
42
48
|
declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
49
|
|
|
50
|
+
declare const SvgLowBattery: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
51
|
+
|
|
44
52
|
declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
45
53
|
|
|
46
54
|
declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -51,6 +59,8 @@ declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
51
59
|
|
|
52
60
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
53
61
|
|
|
62
|
+
declare const SvgOffice: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
54
64
|
declare const SvgOperations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
65
|
|
|
56
66
|
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -85,12 +95,16 @@ declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
85
95
|
|
|
86
96
|
declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
87
97
|
|
|
98
|
+
declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
99
|
+
|
|
88
100
|
declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
89
101
|
|
|
90
102
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
91
103
|
|
|
92
104
|
declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
93
105
|
|
|
106
|
+
declare const SvgWifiOff: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
107
|
+
|
|
94
108
|
declare const SvgCategoryList: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
95
109
|
|
|
96
|
-
export { SvgAdd as Add, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgCopy as Copy, SvgCreditCard as CreditCard, SvgDeliver as Deliver, SvgEdit as Edit, SvgEmptyScreen as EmptyScreen, SvgFilter as Filter, SvgHide as Hide, SvgHouse as House, SvgLock as Lock, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, SvgPhone as Phone, SvgPreparation as Preparation, SvgQrCode as QrCode, SvgRate as Rate, SvgRating as Rating, SvgRefresh as Refresh, SvgSatelliteView as SatelliteView, SvgSearch as Search, SvgSelect as Select, SvgShare as Share, SvgShow as Show, SvgSignOut as SignOut, SvgTrash as Trash, SvgUnion as Union, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp };
|
|
110
|
+
export { SvgAdd as Add, SvgAi as Ai, SvgApartment as Apartment, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgCopy as Copy, SvgCreditCard as CreditCard, SvgDeliver as Deliver, SvgEdit as Edit, SvgEmptyScreen as EmptyScreen, SvgFilter as Filter, SvgHide as Hide, SvgHotel as Hotel, SvgHouse as House, SvgLock as Lock, SvgLowBattery as LowBattery, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOffice as Office, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, SvgPhone as Phone, SvgPreparation as Preparation, SvgQrCode as QrCode, SvgRate as Rate, SvgRating as Rating, SvgRefresh as Refresh, SvgSatelliteView as SatelliteView, SvgSearch as Search, SvgSelect as Select, SvgShare as Share, SvgShow as Show, SvgSignOut as SignOut, SvgTrash as Trash, SvgUnion as Union, SvgUpload as Upload, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp, SvgWifiOff as WifiOff };
|