@egov3/graphics 1.0.49 → 1.0.50
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +20 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -18,6 +18,8 @@ declare const Icons: {
|
|
|
18
18
|
ApostilleFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
19
19
|
Archive: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
20
20
|
ArchiveFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
21
|
+
ArrowInCircleDown: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
22
|
+
ArrowInCircleUp: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
21
23
|
Bag: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
22
24
|
BagFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
23
25
|
BagSearch: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -64,6 +66,8 @@ declare const Icons: {
|
|
|
64
66
|
Close: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
65
67
|
College: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
66
68
|
CollegeFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
69
|
+
ConfirmationNumber: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
70
|
+
ConfirmationNumberFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
67
71
|
Construction: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
68
72
|
ConstructionFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
69
73
|
Copy: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -93,6 +97,7 @@ declare const Icons: {
|
|
|
93
97
|
DocumentTableFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
94
98
|
DragIndicator: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
95
99
|
DriverLicense: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
100
|
+
DriverPassport: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
96
101
|
Earth: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
97
102
|
EarthFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
98
103
|
Edit: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -145,6 +150,8 @@ declare const Icons: {
|
|
|
145
150
|
HousServicesFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
146
151
|
InfoFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
147
152
|
InfoStroke: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
153
|
+
Instructions: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
154
|
+
InstructionsFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
148
155
|
Internet: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
149
156
|
Job: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
150
157
|
JobFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -155,6 +162,8 @@ declare const Icons: {
|
|
|
155
162
|
LawFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
156
163
|
Leaf: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
157
164
|
LeafFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
165
|
+
LibraryAdd: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
166
|
+
LibraryAddFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
158
167
|
License: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
159
168
|
LicenseFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
160
169
|
Licenses: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -195,6 +204,8 @@ declare const Icons: {
|
|
|
195
204
|
MyDocumentFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
196
205
|
Nature: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
197
206
|
NatureFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
207
|
+
News: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
208
|
+
NewsFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
198
209
|
Notification: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
199
210
|
NotificationFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
200
211
|
OnlineRegistry: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -214,8 +225,13 @@ declare const Icons: {
|
|
|
214
225
|
Phone: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
215
226
|
PieChart: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
216
227
|
PieChartFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
228
|
+
Pin: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
229
|
+
PinFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
230
|
+
Printer: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
231
|
+
PrinteFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
217
232
|
PublicOrder: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
218
233
|
PublicOrderFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
234
|
+
Push: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
219
235
|
QrCodeFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
220
236
|
QrCodeOutline: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
221
237
|
QrCodeScan: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -230,6 +246,10 @@ declare const Icons: {
|
|
|
230
246
|
Regulation: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
231
247
|
RegulationFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
232
248
|
Request: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
249
|
+
Reservation: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
250
|
+
ReservationFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
251
|
+
Resources: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
252
|
+
ResourcesFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
233
253
|
Resume: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
234
254
|
ResumeFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
235
255
|
RingsFamily: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ declare const Icons: {
|
|
|
18
18
|
ApostilleFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
19
19
|
Archive: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
20
20
|
ArchiveFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
21
|
+
ArrowInCircleDown: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
22
|
+
ArrowInCircleUp: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
21
23
|
Bag: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
22
24
|
BagFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
23
25
|
BagSearch: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -64,6 +66,8 @@ declare const Icons: {
|
|
|
64
66
|
Close: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
65
67
|
College: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
66
68
|
CollegeFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
69
|
+
ConfirmationNumber: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
70
|
+
ConfirmationNumberFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
67
71
|
Construction: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
68
72
|
ConstructionFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
69
73
|
Copy: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -93,6 +97,7 @@ declare const Icons: {
|
|
|
93
97
|
DocumentTableFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
94
98
|
DragIndicator: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
95
99
|
DriverLicense: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
100
|
+
DriverPassport: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
96
101
|
Earth: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
97
102
|
EarthFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
98
103
|
Edit: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -145,6 +150,8 @@ declare const Icons: {
|
|
|
145
150
|
HousServicesFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
146
151
|
InfoFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
147
152
|
InfoStroke: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
153
|
+
Instructions: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
154
|
+
InstructionsFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
148
155
|
Internet: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
149
156
|
Job: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
150
157
|
JobFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -155,6 +162,8 @@ declare const Icons: {
|
|
|
155
162
|
LawFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
156
163
|
Leaf: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
157
164
|
LeafFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
165
|
+
LibraryAdd: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
166
|
+
LibraryAddFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
158
167
|
License: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
159
168
|
LicenseFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
160
169
|
Licenses: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -195,6 +204,8 @@ declare const Icons: {
|
|
|
195
204
|
MyDocumentFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
196
205
|
Nature: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
197
206
|
NatureFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
207
|
+
News: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
208
|
+
NewsFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
198
209
|
Notification: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
199
210
|
NotificationFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
200
211
|
OnlineRegistry: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -214,8 +225,13 @@ declare const Icons: {
|
|
|
214
225
|
Phone: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
215
226
|
PieChart: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
216
227
|
PieChartFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
228
|
+
Pin: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
229
|
+
PinFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
230
|
+
Printer: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
231
|
+
PrinteFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
217
232
|
PublicOrder: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
218
233
|
PublicOrderFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
234
|
+
Push: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
219
235
|
QrCodeFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
220
236
|
QrCodeOutline: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
221
237
|
QrCodeScan: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
@@ -230,6 +246,10 @@ declare const Icons: {
|
|
|
230
246
|
Regulation: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
231
247
|
RegulationFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
232
248
|
Request: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
249
|
+
Reservation: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
250
|
+
ReservationFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
251
|
+
Resources: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
252
|
+
ResourcesFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
233
253
|
Resume: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
234
254
|
ResumeFilled: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
235
255
|
RingsFamily: (props: React.SVGProps<SVGSVGElement>) => react.JSX.Element;
|