@fvc/icons 1.0.0 → 1.0.2

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.
@@ -108,6 +108,7 @@ export declare function Http({ color, className, width, height, }: iconType): Re
108
108
  export declare function Https({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
109
109
  export declare function ImportantDevices({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
110
110
  export declare function Info({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
111
+ export declare function InfoFilled({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
111
112
  export declare function Input({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
112
113
  export declare function InvertColors({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
113
114
  export declare function Label({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import { InfoFilled } from '@fvc/icons/actions';
2
3
  export declare const Icon: {
3
4
  (): null;
4
5
  FilePDF: React.LazyExoticComponent<typeof import("./fileExt").FilePDF>;
@@ -9,225 +10,226 @@ export declare const Icon: {
9
10
  FileXLS: React.LazyExoticComponent<typeof import("./fileExt").FileXLS>;
10
11
  FileDescription: React.LazyExoticComponent<typeof import("./fileExt").FileDescription>;
11
12
  File: React.LazyExoticComponent<typeof import("./fileExt").File>;
12
- Drag: React.LazyExoticComponent<typeof import("./actions").Drag>;
13
- FilterButton: React.LazyExoticComponent<typeof import("./actions").FilterButton>;
14
- Accessibility: React.LazyExoticComponent<typeof import("./actions").Accessibility>;
15
- AccessibilityNew: React.LazyExoticComponent<typeof import("./actions").AccessibilityNew>;
16
- Accessible: React.LazyExoticComponent<typeof import("./actions").Accessible>;
17
- AccessibleForward: React.LazyExoticComponent<typeof import("./actions").AccessibleForward>;
18
- AccountBalance: React.LazyExoticComponent<typeof import("./actions").AccountBalance>;
19
- AccountBalanceWallet: React.LazyExoticComponent<typeof import("./actions").AccountBalanceWallet>;
20
- AccountBox: React.LazyExoticComponent<typeof import("./actions").AccountBox>;
21
- AccountCircle: React.LazyExoticComponent<typeof import("./actions").AccountCircle>;
22
- AddShoppingCart: React.LazyExoticComponent<typeof import("./actions").AddShoppingCart>;
23
- Alarm: React.LazyExoticComponent<typeof import("./actions").Alarm>;
24
- AlarmAdd: React.LazyExoticComponent<typeof import("./actions").AlarmAdd>;
25
- AlarmOff: React.LazyExoticComponent<typeof import("./actions").AlarmOff>;
26
- AlarmOn: React.LazyExoticComponent<typeof import("./actions").AlarmOn>;
27
- AllInbox: React.LazyExoticComponent<typeof import("./actions").AllInbox>;
28
- AllOut: React.LazyExoticComponent<typeof import("./actions").AllOut>;
29
- Android: React.LazyExoticComponent<typeof import("./actions").Android>;
30
- Announcement: React.LazyExoticComponent<typeof import("./actions").Announcement>;
31
- ArrowRightAlt: React.LazyExoticComponent<typeof import("./actions").ArrowRightAlt>;
32
- AspectRatio: React.LazyExoticComponent<typeof import("./actions").AspectRatio>;
33
- Assessment: React.LazyExoticComponent<typeof import("./actions").Assessment>;
34
- Assignment: React.LazyExoticComponent<typeof import("./actions").Assignment>;
35
- AssignmentInd: React.LazyExoticComponent<typeof import("./actions").AssignmentInd>;
36
- AssignmentLate: React.LazyExoticComponent<typeof import("./actions").AssignmentLate>;
37
- AssignmentReturn: React.LazyExoticComponent<typeof import("./actions").AssignmentReturn>;
38
- AssignmentReturned: React.LazyExoticComponent<typeof import("./actions").AssignmentReturned>;
39
- AssignmentTurnedIn: React.LazyExoticComponent<typeof import("./actions").AssignmentTurnedIn>;
40
- AutoRenew: React.LazyExoticComponent<typeof import("./actions").AutoRenew>;
41
- Backup: React.LazyExoticComponent<typeof import("./actions").Backup>;
42
- Book: React.LazyExoticComponent<typeof import("./actions").Book>;
43
- Bookmark: React.LazyExoticComponent<typeof import("./actions").Bookmark>;
44
- BookmarkBorder: React.LazyExoticComponent<typeof import("./actions").BookmarkBorder>;
45
- Bookmarks: React.LazyExoticComponent<typeof import("./actions").Bookmarks>;
46
- BugReport: React.LazyExoticComponent<typeof import("./actions").BugReport>;
47
- Build: React.LazyExoticComponent<typeof import("./actions").Build>;
48
- Cached: React.LazyExoticComponent<typeof import("./actions").Cached>;
49
- CalendarToday: React.LazyExoticComponent<typeof import("./actions").CalendarToday>;
50
- CalendarViewDay: React.LazyExoticComponent<typeof import("./actions").CalendarViewDay>;
51
- CameraEnhance: React.LazyExoticComponent<typeof import("./actions").CameraEnhance>;
52
- CardGifcard: React.LazyExoticComponent<typeof import("./actions").CardGifcard>;
53
- CardMembership: React.LazyExoticComponent<typeof import("./actions").CardMembership>;
54
- CardTravel: React.LazyExoticComponent<typeof import("./actions").CardTravel>;
55
- ChangeHistory: React.LazyExoticComponent<typeof import("./actions").ChangeHistory>;
56
- CheckCircle: React.LazyExoticComponent<typeof import("./actions").CheckCircle>;
57
- CheckCircleOutline: React.LazyExoticComponent<typeof import("./actions").CheckCircleOutline>;
58
- ChromeReaderMode: React.LazyExoticComponent<typeof import("./actions").ChromeReaderMode>;
59
- Class: React.LazyExoticComponent<typeof import("./actions").Class>;
60
- Code: React.LazyExoticComponent<typeof import("./actions").Code>;
61
- Commute: React.LazyExoticComponent<typeof import("./actions").Commute>;
62
- CompareArrows: React.LazyExoticComponent<typeof import("./actions").CompareArrows>;
63
- ContactSupport: React.LazyExoticComponent<typeof import("./actions").ContactSupport>;
64
- CopyRight: React.LazyExoticComponent<typeof import("./actions").CopyRight>;
65
- CreditCard: React.LazyExoticComponent<typeof import("./actions").CreditCard>;
66
- Dashboard: React.LazyExoticComponent<typeof import("./actions").Dashboard>;
67
- DateRange: React.LazyExoticComponent<typeof import("./actions").DateRange>;
68
- Delete: React.LazyExoticComponent<typeof import("./actions").Delete>;
69
- DeleteForever: React.LazyExoticComponent<typeof import("./actions").DeleteForever>;
70
- DeleteOutline: React.LazyExoticComponent<typeof import("./actions").DeleteOutline>;
71
- Description: React.LazyExoticComponent<typeof import("./actions").Description>;
72
- DescriptionSearch: React.LazyExoticComponent<typeof import("./actions").DescriptionSearch>;
73
- Dns: React.LazyExoticComponent<typeof import("./actions").Dns>;
74
- Done: React.LazyExoticComponent<typeof import("./actions").Done>;
75
- DoneAll: React.LazyExoticComponent<typeof import("./actions").DoneAll>;
76
- DoneOutline: React.LazyExoticComponent<typeof import("./actions").DoneOutline>;
77
- DonutIndicator: React.LazyExoticComponent<typeof import("./actions").DonutIndicator>;
78
- DonutLarge: React.LazyExoticComponent<typeof import("./actions").DonutLarge>;
79
- DonutSmall: React.LazyExoticComponent<typeof import("./actions").DonutSmall>;
80
- Eject: React.LazyExoticComponent<typeof import("./actions").Eject>;
81
- EuroSymbol: React.LazyExoticComponent<typeof import("./actions").EuroSymbol>;
82
- Event: React.LazyExoticComponent<typeof import("./actions").Event>;
83
- EventSeat: React.LazyExoticComponent<typeof import("./actions").EventSeat>;
84
- ExitToApp: React.LazyExoticComponent<typeof import("./actions").ExitToApp>;
85
- Explore: React.LazyExoticComponent<typeof import("./actions").Explore>;
86
- ExploreOff: React.LazyExoticComponent<typeof import("./actions").ExploreOff>;
87
- Extension: React.LazyExoticComponent<typeof import("./actions").Extension>;
88
- Face: React.LazyExoticComponent<typeof import("./actions").Face>;
89
- FaceUnlock: React.LazyExoticComponent<typeof import("./actions").FaceUnlock>;
90
- Favorite: React.LazyExoticComponent<typeof import("./actions").Favorite>;
91
- FavoriteBorder: React.LazyExoticComponent<typeof import("./actions").FavoriteBorder>;
92
- FeedBack: React.LazyExoticComponent<typeof import("./actions").FeedBack>;
93
- FindInPage: React.LazyExoticComponent<typeof import("./actions").FindInPage>;
94
- FindReplace: React.LazyExoticComponent<typeof import("./actions").FindReplace>;
95
- FingerPrint: React.LazyExoticComponent<typeof import("./actions").FingerPrint>;
96
- FlightLand: React.LazyExoticComponent<typeof import("./actions").FlightLand>;
97
- FlightTakeoff: React.LazyExoticComponent<typeof import("./actions").FlightTakeoff>;
98
- FlipToBack: React.LazyExoticComponent<typeof import("./actions").FlipToBack>;
99
- FlipToFront: React.LazyExoticComponent<typeof import("./actions").FlipToFront>;
100
- GTranslate: React.LazyExoticComponent<typeof import("./actions").GTranslate>;
101
- Gavel: React.LazyExoticComponent<typeof import("./actions").Gavel>;
102
- GetApp: React.LazyExoticComponent<typeof import("./actions").GetApp>;
103
- Gif: React.LazyExoticComponent<typeof import("./actions").Gif>;
104
- Grade: React.LazyExoticComponent<typeof import("./actions").Grade>;
105
- GroupWork: React.LazyExoticComponent<typeof import("./actions").GroupWork>;
106
- Help: React.LazyExoticComponent<typeof import("./actions").Help>;
107
- HelpOutline: React.LazyExoticComponent<typeof import("./actions").HelpOutline>;
108
- Highlight: React.LazyExoticComponent<typeof import("./actions").Highlight>;
109
- History: React.LazyExoticComponent<typeof import("./actions").History>;
110
- Home: React.LazyExoticComponent<typeof import("./actions").Home>;
111
- HorizontalSplit: React.LazyExoticComponent<typeof import("./actions").HorizontalSplit>;
112
- HourglassEmpty: React.LazyExoticComponent<typeof import("./actions").HourglassEmpty>;
113
- HourglassFull: React.LazyExoticComponent<typeof import("./actions").HourglassFull>;
114
- Http: React.LazyExoticComponent<typeof import("./actions").Http>;
115
- Https: React.LazyExoticComponent<typeof import("./actions").Https>;
116
- ImportantDevices: React.LazyExoticComponent<typeof import("./actions").ImportantDevices>;
117
- Info: React.LazyExoticComponent<typeof import("./actions").Info>;
118
- Input: React.LazyExoticComponent<typeof import("./actions").Input>;
119
- InvertColors: React.LazyExoticComponent<typeof import("./actions").InvertColors>;
120
- Label: React.LazyExoticComponent<typeof import("./actions").Label>;
121
- LabelImportant: React.LazyExoticComponent<typeof import("./actions").LabelImportant>;
122
- LabelImportantFilled: React.LazyExoticComponent<typeof import("./actions").LabelImportantFilled>;
123
- LabelOff: React.LazyExoticComponent<typeof import("./actions").LabelOff>;
124
- Launch: React.LazyExoticComponent<typeof import("./actions").Launch>;
125
- Lightbulb: React.LazyExoticComponent<typeof import("./actions").Lightbulb>;
126
- LineStyle: React.LazyExoticComponent<typeof import("./actions").LineStyle>;
127
- LineWeight: React.LazyExoticComponent<typeof import("./actions").LineWeight>;
128
- List: React.LazyExoticComponent<typeof import("./actions").List>;
129
- Lock: React.LazyExoticComponent<typeof import("./actions").Lock>;
130
- LockOpen: React.LazyExoticComponent<typeof import("./actions").LockOpen>;
131
- Loyalty: React.LazyExoticComponent<typeof import("./actions").Loyalty>;
132
- MarkunreadMailbox: React.LazyExoticComponent<typeof import("./actions").MarkunreadMailbox>;
133
- Maximixe: React.LazyExoticComponent<typeof import("./actions").Maximixe>;
134
- Minimize: React.LazyExoticComponent<typeof import("./actions").Minimize>;
135
- MotorCycle: React.LazyExoticComponent<typeof import("./actions").MotorCycle>;
136
- NoteAdd: React.LazyExoticComponent<typeof import("./actions").NoteAdd>;
137
- OfflineBolt: React.LazyExoticComponent<typeof import("./actions").OfflineBolt>;
138
- OfflinePin: React.LazyExoticComponent<typeof import("./actions").OfflinePin>;
139
- Opacity: React.LazyExoticComponent<typeof import("./actions").Opacity>;
140
- OpenInBrowser: React.LazyExoticComponent<typeof import("./actions").OpenInBrowser>;
141
- OpenInNew: React.LazyExoticComponent<typeof import("./actions").OpenInNew>;
142
- OpenWith: React.LazyExoticComponent<typeof import("./actions").OpenWith>;
143
- PageView: React.LazyExoticComponent<typeof import("./actions").PageView>;
144
- PanTool: React.LazyExoticComponent<typeof import("./actions").PanTool>;
145
- Payment: React.LazyExoticComponent<typeof import("./actions").Payment>;
146
- Percent: React.LazyExoticComponent<typeof import("./actions").Percent>;
147
- PermCameraMic: React.LazyExoticComponent<typeof import("./actions").PermCameraMic>;
148
- PermContactCalendar: React.LazyExoticComponent<typeof import("./actions").PermContactCalendar>;
149
- PermDataSetting: React.LazyExoticComponent<typeof import("./actions").PermDataSetting>;
150
- PermDeviveInformation: React.LazyExoticComponent<typeof import("./actions").PermDeviveInformation>;
151
- PermIndentity: React.LazyExoticComponent<typeof import("./actions").PermIndentity>;
152
- PermMedia: React.LazyExoticComponent<typeof import("./actions").PermMedia>;
153
- PermPhoneMsg: React.LazyExoticComponent<typeof import("./actions").PermPhoneMsg>;
154
- PermScanWifi: React.LazyExoticComponent<typeof import("./actions").PermScanWifi>;
155
- Pets: React.LazyExoticComponent<typeof import("./actions").Pets>;
156
- PictureInPicture: React.LazyExoticComponent<typeof import("./actions").PictureInPicture>;
157
- PictureInPictureAlt: React.LazyExoticComponent<typeof import("./actions").PictureInPictureAlt>;
158
- PlayForWork: React.LazyExoticComponent<typeof import("./actions").PlayForWork>;
159
- Polymer: React.LazyExoticComponent<typeof import("./actions").Polymer>;
160
- PowerSettingsNew: React.LazyExoticComponent<typeof import("./actions").PowerSettingsNew>;
161
- PregnantWoman: React.LazyExoticComponent<typeof import("./actions").PregnantWoman>;
162
- Print: React.LazyExoticComponent<typeof import("./actions").Print>;
163
- QueryBuilder: React.LazyExoticComponent<typeof import("./actions").QueryBuilder>;
164
- QuestionAnswer: React.LazyExoticComponent<typeof import("./actions").QuestionAnswer>;
165
- Receipt: React.LazyExoticComponent<typeof import("./actions").Receipt>;
166
- RecordVoiceOver: React.LazyExoticComponent<typeof import("./actions").RecordVoiceOver>;
167
- Redeem: React.LazyExoticComponent<typeof import("./actions").Redeem>;
168
- RemoveShoppingCart: React.LazyExoticComponent<typeof import("./actions").RemoveShoppingCart>;
169
- Reorder: React.LazyExoticComponent<typeof import("./actions").Reorder>;
170
- ReportProblem: React.LazyExoticComponent<typeof import("./actions").ReportProblem>;
171
- Restore: React.LazyExoticComponent<typeof import("./actions").Restore>;
172
- RestoreFromTrash: React.LazyExoticComponent<typeof import("./actions").RestoreFromTrash>;
173
- RestorePage: React.LazyExoticComponent<typeof import("./actions").RestorePage>;
174
- Room: React.LazyExoticComponent<typeof import("./actions").Room>;
175
- Rotation3D: React.LazyExoticComponent<typeof import("./actions").Rotation3D>;
176
- RoundedCorner: React.LazyExoticComponent<typeof import("./actions").RoundedCorner>;
177
- Rowing: React.LazyExoticComponent<typeof import("./actions").Rowing>;
178
- Schedule: React.LazyExoticComponent<typeof import("./actions").Schedule>;
179
- Search: React.LazyExoticComponent<typeof import("./actions").Search>;
180
- Settings: React.LazyExoticComponent<typeof import("./actions").Settings>;
181
- SettingsApplications: React.LazyExoticComponent<typeof import("./actions").SettingsApplications>;
182
- SettingsBackupRestore: React.LazyExoticComponent<typeof import("./actions").SettingsBackupRestore>;
183
- SettingsBluetooth: React.LazyExoticComponent<typeof import("./actions").SettingsBluetooth>;
184
- SettingsBrightness: React.LazyExoticComponent<typeof import("./actions").SettingsBrightness>;
185
- SettingsCell: React.LazyExoticComponent<typeof import("./actions").SettingsCell>;
186
- SettingsEthernet: React.LazyExoticComponent<typeof import("./actions").SettingsEthernet>;
187
- SettingsInputAntenna: React.LazyExoticComponent<typeof import("./actions").SettingsInputAntenna>;
188
- SettingsInputComponent: React.LazyExoticComponent<typeof import("./actions").SettingsInputComponent>;
189
- SettingsInputComposite: React.LazyExoticComponent<typeof import("./actions").SettingsInputComposite>;
190
- SettingsInputHdmi: React.LazyExoticComponent<typeof import("./actions").SettingsInputHdmi>;
191
- SettingsInputSvideo: React.LazyExoticComponent<typeof import("./actions").SettingsInputSvideo>;
192
- SettingsOverscan: React.LazyExoticComponent<typeof import("./actions").SettingsOverscan>;
193
- SettingsPhone: React.LazyExoticComponent<typeof import("./actions").SettingsPhone>;
194
- SettingsPower: React.LazyExoticComponent<typeof import("./actions").SettingsPower>;
195
- SettingsRemote: React.LazyExoticComponent<typeof import("./actions").SettingsRemote>;
196
- SettingsVoice: React.LazyExoticComponent<typeof import("./actions").SettingsVoice>;
197
- Shop: React.LazyExoticComponent<typeof import("./actions").Shop>;
198
- ShopTwo: React.LazyExoticComponent<typeof import("./actions").ShopTwo>;
199
- ShoppingBasket: React.LazyExoticComponent<typeof import("./actions").ShoppingBasket>;
200
- ShoppingCart: React.LazyExoticComponent<typeof import("./actions").ShoppingCart>;
201
- SpeakerNotes: React.LazyExoticComponent<typeof import("./actions").SpeakerNotes>;
202
- SpeakerNotesOff: React.LazyExoticComponent<typeof import("./actions").SpeakerNotesOff>;
203
- SpellCheck: React.LazyExoticComponent<typeof import("./actions").SpellCheck>;
204
- StarRate: React.LazyExoticComponent<typeof import("./actions").StarRate>;
205
- Stars: React.LazyExoticComponent<typeof import("./actions").Stars>;
206
- Store: React.LazyExoticComponent<typeof import("./actions").Store>;
207
- Subject: React.LazyExoticComponent<typeof import("./actions").Subject>;
208
- SupervisedUserCircle: React.LazyExoticComponent<typeof import("./actions").SupervisedUserCircle>;
209
- SupervisorAccount: React.LazyExoticComponent<typeof import("./actions").SupervisorAccount>;
210
- SwapHoriz: React.LazyExoticComponent<typeof import("./actions").SwapHoriz>;
211
- SwapHorizontalCircle: React.LazyExoticComponent<typeof import("./actions").SwapHorizontalCircle>;
212
- SwapVert: React.LazyExoticComponent<typeof import("./actions").SwapVert>;
213
- SwapVerticalCircle: React.LazyExoticComponent<typeof import("./actions").SwapVerticalCircle>;
214
- SystemVerticalAlt: React.LazyExoticComponent<typeof import("./actions").SystemVerticalAlt>;
215
- Tab: React.LazyExoticComponent<typeof import("./actions").Tab>;
216
- TabUnselected: React.LazyExoticComponent<typeof import("./actions").TabUnselected>;
217
- TextRotateUp: React.LazyExoticComponent<typeof import("./actions").TextRotateUp>;
218
- TextRotateVertical: React.LazyExoticComponent<typeof import("./actions").TextRotateVertical>;
219
- TextRotationAngleDown: React.LazyExoticComponent<typeof import("./actions").TextRotationAngleDown>;
220
- TextRotationAngleUp: React.LazyExoticComponent<typeof import("./actions").TextRotationAngleUp>;
221
- TextRotationDown: React.LazyExoticComponent<typeof import("./actions").TextRotationDown>;
222
- TextRotationNone: React.LazyExoticComponent<typeof import("./actions").TextRotationNone>;
223
- Theaters: React.LazyExoticComponent<typeof import("./actions").Theaters>;
224
- ThumbDown: React.LazyExoticComponent<typeof import("./actions").ThumbDown>;
225
- ThumbUp: React.LazyExoticComponent<typeof import("./actions").ThumbUp>;
226
- ThumbsUpDown: React.LazyExoticComponent<typeof import("./actions").ThumbsUpDown>;
227
- Timeline: React.LazyExoticComponent<typeof import("./actions").Timeline>;
228
- Toc: React.LazyExoticComponent<typeof import("./actions").Toc>;
229
- Today: React.LazyExoticComponent<typeof import("./actions").Today>;
230
- Toll: React.LazyExoticComponent<typeof import("./actions").Toll>;
13
+ Drag: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Drag>;
14
+ FilterButton: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FilterButton>;
15
+ Accessibility: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Accessibility>;
16
+ AccessibilityNew: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AccessibilityNew>;
17
+ Accessible: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Accessible>;
18
+ AccessibleForward: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AccessibleForward>;
19
+ AccountBalance: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AccountBalance>;
20
+ AccountBalanceWallet: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AccountBalanceWallet>;
21
+ AccountBox: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AccountBox>;
22
+ AccountCircle: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AccountCircle>;
23
+ AddShoppingCart: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AddShoppingCart>;
24
+ Alarm: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Alarm>;
25
+ AlarmAdd: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AlarmAdd>;
26
+ AlarmOff: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AlarmOff>;
27
+ AlarmOn: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AlarmOn>;
28
+ AllInbox: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AllInbox>;
29
+ AllOut: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AllOut>;
30
+ Android: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Android>;
31
+ Announcement: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Announcement>;
32
+ ArrowRightAlt: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ArrowRightAlt>;
33
+ AspectRatio: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AspectRatio>;
34
+ Assessment: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Assessment>;
35
+ Assignment: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Assignment>;
36
+ AssignmentInd: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AssignmentInd>;
37
+ AssignmentLate: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AssignmentLate>;
38
+ AssignmentReturn: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AssignmentReturn>;
39
+ AssignmentReturned: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AssignmentReturned>;
40
+ AssignmentTurnedIn: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AssignmentTurnedIn>;
41
+ AutoRenew: React.LazyExoticComponent<typeof import("@fvc/icons/actions").AutoRenew>;
42
+ Backup: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Backup>;
43
+ Book: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Book>;
44
+ Bookmark: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Bookmark>;
45
+ BookmarkBorder: React.LazyExoticComponent<typeof import("@fvc/icons/actions").BookmarkBorder>;
46
+ Bookmarks: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Bookmarks>;
47
+ BugReport: React.LazyExoticComponent<typeof import("@fvc/icons/actions").BugReport>;
48
+ Build: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Build>;
49
+ Cached: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Cached>;
50
+ CalendarToday: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CalendarToday>;
51
+ CalendarViewDay: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CalendarViewDay>;
52
+ CameraEnhance: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CameraEnhance>;
53
+ CardGifcard: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CardGifcard>;
54
+ CardMembership: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CardMembership>;
55
+ CardTravel: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CardTravel>;
56
+ ChangeHistory: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ChangeHistory>;
57
+ CheckCircle: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CheckCircle>;
58
+ CheckCircleOutline: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CheckCircleOutline>;
59
+ ChromeReaderMode: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ChromeReaderMode>;
60
+ Class: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Class>;
61
+ Code: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Code>;
62
+ Commute: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Commute>;
63
+ CompareArrows: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CompareArrows>;
64
+ ContactSupport: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ContactSupport>;
65
+ CopyRight: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CopyRight>;
66
+ CreditCard: React.LazyExoticComponent<typeof import("@fvc/icons/actions").CreditCard>;
67
+ Dashboard: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Dashboard>;
68
+ DateRange: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DateRange>;
69
+ Delete: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Delete>;
70
+ DeleteForever: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DeleteForever>;
71
+ DeleteOutline: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DeleteOutline>;
72
+ Description: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Description>;
73
+ DescriptionSearch: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DescriptionSearch>;
74
+ Dns: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Dns>;
75
+ Done: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Done>;
76
+ DoneAll: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DoneAll>;
77
+ DoneOutline: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DoneOutline>;
78
+ DonutIndicator: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DonutIndicator>;
79
+ DonutLarge: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DonutLarge>;
80
+ DonutSmall: React.LazyExoticComponent<typeof import("@fvc/icons/actions").DonutSmall>;
81
+ Eject: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Eject>;
82
+ EuroSymbol: React.LazyExoticComponent<typeof import("@fvc/icons/actions").EuroSymbol>;
83
+ Event: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Event>;
84
+ EventSeat: React.LazyExoticComponent<typeof import("@fvc/icons/actions").EventSeat>;
85
+ ExitToApp: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ExitToApp>;
86
+ Explore: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Explore>;
87
+ ExploreOff: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ExploreOff>;
88
+ Extension: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Extension>;
89
+ Face: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Face>;
90
+ FaceUnlock: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FaceUnlock>;
91
+ Favorite: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Favorite>;
92
+ FavoriteBorder: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FavoriteBorder>;
93
+ FeedBack: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FeedBack>;
94
+ FindInPage: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FindInPage>;
95
+ FindReplace: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FindReplace>;
96
+ FingerPrint: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FingerPrint>;
97
+ FlightLand: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FlightLand>;
98
+ FlightTakeoff: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FlightTakeoff>;
99
+ FlipToBack: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FlipToBack>;
100
+ FlipToFront: React.LazyExoticComponent<typeof import("@fvc/icons/actions").FlipToFront>;
101
+ GTranslate: React.LazyExoticComponent<typeof import("@fvc/icons/actions").GTranslate>;
102
+ Gavel: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Gavel>;
103
+ GetApp: React.LazyExoticComponent<typeof import("@fvc/icons/actions").GetApp>;
104
+ Gif: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Gif>;
105
+ Grade: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Grade>;
106
+ GroupWork: React.LazyExoticComponent<typeof import("@fvc/icons/actions").GroupWork>;
107
+ Help: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Help>;
108
+ HelpOutline: React.LazyExoticComponent<typeof import("@fvc/icons/actions").HelpOutline>;
109
+ Highlight: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Highlight>;
110
+ History: React.LazyExoticComponent<typeof import("@fvc/icons/actions").History>;
111
+ Home: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Home>;
112
+ HorizontalSplit: React.LazyExoticComponent<typeof import("@fvc/icons/actions").HorizontalSplit>;
113
+ HourglassEmpty: React.LazyExoticComponent<typeof import("@fvc/icons/actions").HourglassEmpty>;
114
+ HourglassFull: React.LazyExoticComponent<typeof import("@fvc/icons/actions").HourglassFull>;
115
+ Http: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Http>;
116
+ Https: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Https>;
117
+ ImportantDevices: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ImportantDevices>;
118
+ Info: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Info>;
119
+ InfoFilled: React.LazyExoticComponent<typeof InfoFilled>;
120
+ Input: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Input>;
121
+ InvertColors: React.LazyExoticComponent<typeof import("@fvc/icons/actions").InvertColors>;
122
+ Label: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Label>;
123
+ LabelImportant: React.LazyExoticComponent<typeof import("@fvc/icons/actions").LabelImportant>;
124
+ LabelImportantFilled: React.LazyExoticComponent<typeof import("@fvc/icons/actions").LabelImportantFilled>;
125
+ LabelOff: React.LazyExoticComponent<typeof import("@fvc/icons/actions").LabelOff>;
126
+ Launch: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Launch>;
127
+ Lightbulb: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Lightbulb>;
128
+ LineStyle: React.LazyExoticComponent<typeof import("@fvc/icons/actions").LineStyle>;
129
+ LineWeight: React.LazyExoticComponent<typeof import("@fvc/icons/actions").LineWeight>;
130
+ List: React.LazyExoticComponent<typeof import("@fvc/icons/actions").List>;
131
+ Lock: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Lock>;
132
+ LockOpen: React.LazyExoticComponent<typeof import("@fvc/icons/actions").LockOpen>;
133
+ Loyalty: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Loyalty>;
134
+ MarkunreadMailbox: React.LazyExoticComponent<typeof import("@fvc/icons/actions").MarkunreadMailbox>;
135
+ Maximixe: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Maximixe>;
136
+ Minimize: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Minimize>;
137
+ MotorCycle: React.LazyExoticComponent<typeof import("@fvc/icons/actions").MotorCycle>;
138
+ NoteAdd: React.LazyExoticComponent<typeof import("@fvc/icons/actions").NoteAdd>;
139
+ OfflineBolt: React.LazyExoticComponent<typeof import("@fvc/icons/actions").OfflineBolt>;
140
+ OfflinePin: React.LazyExoticComponent<typeof import("@fvc/icons/actions").OfflinePin>;
141
+ Opacity: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Opacity>;
142
+ OpenInBrowser: React.LazyExoticComponent<typeof import("@fvc/icons/actions").OpenInBrowser>;
143
+ OpenInNew: React.LazyExoticComponent<typeof import("@fvc/icons/actions").OpenInNew>;
144
+ OpenWith: React.LazyExoticComponent<typeof import("@fvc/icons/actions").OpenWith>;
145
+ PageView: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PageView>;
146
+ PanTool: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PanTool>;
147
+ Payment: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Payment>;
148
+ Percent: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Percent>;
149
+ PermCameraMic: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PermCameraMic>;
150
+ PermContactCalendar: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PermContactCalendar>;
151
+ PermDataSetting: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PermDataSetting>;
152
+ PermDeviveInformation: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PermDeviveInformation>;
153
+ PermIndentity: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PermIndentity>;
154
+ PermMedia: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PermMedia>;
155
+ PermPhoneMsg: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PermPhoneMsg>;
156
+ PermScanWifi: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PermScanWifi>;
157
+ Pets: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Pets>;
158
+ PictureInPicture: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PictureInPicture>;
159
+ PictureInPictureAlt: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PictureInPictureAlt>;
160
+ PlayForWork: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PlayForWork>;
161
+ Polymer: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Polymer>;
162
+ PowerSettingsNew: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PowerSettingsNew>;
163
+ PregnantWoman: React.LazyExoticComponent<typeof import("@fvc/icons/actions").PregnantWoman>;
164
+ Print: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Print>;
165
+ QueryBuilder: React.LazyExoticComponent<typeof import("@fvc/icons/actions").QueryBuilder>;
166
+ QuestionAnswer: React.LazyExoticComponent<typeof import("@fvc/icons/actions").QuestionAnswer>;
167
+ Receipt: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Receipt>;
168
+ RecordVoiceOver: React.LazyExoticComponent<typeof import("@fvc/icons/actions").RecordVoiceOver>;
169
+ Redeem: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Redeem>;
170
+ RemoveShoppingCart: React.LazyExoticComponent<typeof import("@fvc/icons/actions").RemoveShoppingCart>;
171
+ Reorder: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Reorder>;
172
+ ReportProblem: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ReportProblem>;
173
+ Restore: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Restore>;
174
+ RestoreFromTrash: React.LazyExoticComponent<typeof import("@fvc/icons/actions").RestoreFromTrash>;
175
+ RestorePage: React.LazyExoticComponent<typeof import("@fvc/icons/actions").RestorePage>;
176
+ Room: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Room>;
177
+ Rotation3D: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Rotation3D>;
178
+ RoundedCorner: React.LazyExoticComponent<typeof import("@fvc/icons/actions").RoundedCorner>;
179
+ Rowing: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Rowing>;
180
+ Schedule: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Schedule>;
181
+ Search: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Search>;
182
+ Settings: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Settings>;
183
+ SettingsApplications: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsApplications>;
184
+ SettingsBackupRestore: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsBackupRestore>;
185
+ SettingsBluetooth: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsBluetooth>;
186
+ SettingsBrightness: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsBrightness>;
187
+ SettingsCell: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsCell>;
188
+ SettingsEthernet: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsEthernet>;
189
+ SettingsInputAntenna: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsInputAntenna>;
190
+ SettingsInputComponent: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsInputComponent>;
191
+ SettingsInputComposite: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsInputComposite>;
192
+ SettingsInputHdmi: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsInputHdmi>;
193
+ SettingsInputSvideo: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsInputSvideo>;
194
+ SettingsOverscan: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsOverscan>;
195
+ SettingsPhone: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsPhone>;
196
+ SettingsPower: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsPower>;
197
+ SettingsRemote: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsRemote>;
198
+ SettingsVoice: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SettingsVoice>;
199
+ Shop: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Shop>;
200
+ ShopTwo: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ShopTwo>;
201
+ ShoppingBasket: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ShoppingBasket>;
202
+ ShoppingCart: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ShoppingCart>;
203
+ SpeakerNotes: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SpeakerNotes>;
204
+ SpeakerNotesOff: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SpeakerNotesOff>;
205
+ SpellCheck: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SpellCheck>;
206
+ StarRate: React.LazyExoticComponent<typeof import("@fvc/icons/actions").StarRate>;
207
+ Stars: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Stars>;
208
+ Store: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Store>;
209
+ Subject: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Subject>;
210
+ SupervisedUserCircle: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SupervisedUserCircle>;
211
+ SupervisorAccount: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SupervisorAccount>;
212
+ SwapHoriz: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SwapHoriz>;
213
+ SwapHorizontalCircle: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SwapHorizontalCircle>;
214
+ SwapVert: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SwapVert>;
215
+ SwapVerticalCircle: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SwapVerticalCircle>;
216
+ SystemVerticalAlt: React.LazyExoticComponent<typeof import("@fvc/icons/actions").SystemVerticalAlt>;
217
+ Tab: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Tab>;
218
+ TabUnselected: React.LazyExoticComponent<typeof import("@fvc/icons/actions").TabUnselected>;
219
+ TextRotateUp: React.LazyExoticComponent<typeof import("@fvc/icons/actions").TextRotateUp>;
220
+ TextRotateVertical: React.LazyExoticComponent<typeof import("@fvc/icons/actions").TextRotateVertical>;
221
+ TextRotationAngleDown: React.LazyExoticComponent<typeof import("@fvc/icons/actions").TextRotationAngleDown>;
222
+ TextRotationAngleUp: React.LazyExoticComponent<typeof import("@fvc/icons/actions").TextRotationAngleUp>;
223
+ TextRotationDown: React.LazyExoticComponent<typeof import("@fvc/icons/actions").TextRotationDown>;
224
+ TextRotationNone: React.LazyExoticComponent<typeof import("@fvc/icons/actions").TextRotationNone>;
225
+ Theaters: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Theaters>;
226
+ ThumbDown: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ThumbDown>;
227
+ ThumbUp: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ThumbUp>;
228
+ ThumbsUpDown: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ThumbsUpDown>;
229
+ Timeline: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Timeline>;
230
+ Toc: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Toc>;
231
+ Today: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Today>;
232
+ Toll: React.LazyExoticComponent<typeof import("@fvc/icons/actions").Toll>;
231
233
  Add: React.LazyExoticComponent<typeof import("./alert").Add>;
232
234
  Error: React.LazyExoticComponent<typeof import("./alert").Error>;
233
235
  ErrorOutline: React.LazyExoticComponent<typeof import("./alert").ErrorOutline>;
@@ -347,7 +349,7 @@ export declare const Icon: {
347
349
  Email: React.LazyExoticComponent<typeof import("./communication").Email>;
348
350
  Forum: React.LazyExoticComponent<typeof import("./communication").Forum>;
349
351
  ImportContacts: React.LazyExoticComponent<typeof import("./communication").ImportContacts>;
350
- ImportExport: React.LazyExoticComponent<typeof import("./actions").ImportExport>;
352
+ ImportExport: React.LazyExoticComponent<typeof import("@fvc/icons/actions").ImportExport>;
351
353
  InvertColorsOff: React.LazyExoticComponent<typeof import("./communication").InvertColorsOff>;
352
354
  ListAlt: React.LazyExoticComponent<typeof import("./communication").ListAlt>;
353
355
  LiveHelp: React.LazyExoticComponent<typeof import("./communication").LiveHelp>;