aefis-core-ui 2.1.6-rc4 → 2.1.7-rc1
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/Icon/index.d.ts +28 -1
- package/dist/Icon/index.modern.js +114 -5
- package/dist/Icon/index.modern.js.map +1 -1
- package/dist/index.modern.js +38 -12
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/Icon/index.d.ts
CHANGED
|
@@ -41,10 +41,14 @@ export function CalculateTwoTone(props: any): JSX.Element;
|
|
|
41
41
|
export function Cancel(props: any): JSX.Element;
|
|
42
42
|
export function ChatOutlined(props: any): JSX.Element;
|
|
43
43
|
export function Check(props: any): JSX.Element;
|
|
44
|
+
export function CheckBox(props: any): JSX.Element;
|
|
45
|
+
export function CheckBoxOutlined(props: any): JSX.Element;
|
|
44
46
|
export function CheckCircle(props: any): JSX.Element;
|
|
45
47
|
export function CheckCircleOutline(props: any): JSX.Element;
|
|
46
48
|
export function CheckCircleOutlined(props: any): JSX.Element;
|
|
47
49
|
export function CheckOutlined(props: any): JSX.Element;
|
|
50
|
+
export function ChromeReaderMode(props: any): JSX.Element;
|
|
51
|
+
export function ChromeReaderModeOutlined(props: any): JSX.Element;
|
|
48
52
|
export function Clear(props: any): JSX.Element;
|
|
49
53
|
export function Close(props: any): JSX.Element;
|
|
50
54
|
export function CloudOutlined(props: any): JSX.Element;
|
|
@@ -64,13 +68,21 @@ export function DateRangeOutlined(props: any): JSX.Element;
|
|
|
64
68
|
export function Delete(props: any): JSX.Element;
|
|
65
69
|
export function DeleteOutlined(props: any): JSX.Element;
|
|
66
70
|
export function Description(props: any): JSX.Element;
|
|
71
|
+
export function DesktopMacOutlined(props: any): JSX.Element;
|
|
72
|
+
export function DeviceHub(props: any): JSX.Element;
|
|
73
|
+
export function DeviceHubOutlined(props: any): JSX.Element;
|
|
67
74
|
export function Done(props: any): JSX.Element;
|
|
68
75
|
export function Edit(props: any): JSX.Element;
|
|
69
76
|
export function EditOutlined(props: any): JSX.Element;
|
|
70
77
|
export function EditNote(props: any): JSX.Element;
|
|
78
|
+
export function EmailOutlined(props: any): JSX.Element;
|
|
79
|
+
export function EmojiObjects(props: any): JSX.Element;
|
|
80
|
+
export function EmojiObjectsOutlined(props: any): JSX.Element;
|
|
71
81
|
export function EmojiPeople(props: any): JSX.Element;
|
|
72
82
|
export function EmojiPeopleOutlined(props: any): JSX.Element;
|
|
73
83
|
export function EmojiEventsOutlined(props: any): JSX.Element;
|
|
84
|
+
export function Equalizer(props: any): JSX.Element;
|
|
85
|
+
export function EqualizerOutlined(props: any): JSX.Element;
|
|
74
86
|
export function Error(props: any): JSX.Element;
|
|
75
87
|
export function ErrorOutline(props: any): JSX.Element;
|
|
76
88
|
export function ErrorOutlined(props: any): JSX.Element;
|
|
@@ -91,6 +103,9 @@ export function FilterList(props: any): JSX.Element;
|
|
|
91
103
|
export function FlagOutlined(props: any): JSX.Element;
|
|
92
104
|
export function FlightOutlined(props: any): JSX.Element;
|
|
93
105
|
export function Flight(props: any): JSX.Element;
|
|
106
|
+
export function FolderOutlined(props: any): JSX.Element;
|
|
107
|
+
export function FolderSpecial(props: any): JSX.Element;
|
|
108
|
+
export function FolderSpecialOutlined(props: any): JSX.Element;
|
|
94
109
|
export function FullScreen(props: any): JSX.Element;
|
|
95
110
|
export function Fullscreen(props: any): JSX.Element;
|
|
96
111
|
export function FullscreenExit(props: any): JSX.Element;
|
|
@@ -115,13 +130,16 @@ export function Lens(props: any): JSX.Element;
|
|
|
115
130
|
export function Lightbulb(props: any): JSX.Element;
|
|
116
131
|
export function LightbulbOutlined(props: any): JSX.Element;
|
|
117
132
|
export function Link(props: any): JSX.Element;
|
|
118
|
-
export function
|
|
133
|
+
export function List(props: any): JSX.Element;
|
|
134
|
+
export function ListOutlined(props: any): JSX.Element;
|
|
119
135
|
export function ListAltOutlined(props: any): JSX.Element;
|
|
120
136
|
export function ListAltTwoTone(props: any): JSX.Element;
|
|
121
137
|
export function LocalOffer(props: any): JSX.Element;
|
|
122
138
|
export function LocalOfferOutlined(props: any): JSX.Element;
|
|
123
139
|
export function LocalPhone(props: any): JSX.Element;
|
|
124
140
|
export function LocalPhoneOutlined(props: any): JSX.Element;
|
|
141
|
+
export function LowPriority(props: any): JSX.Element;
|
|
142
|
+
export function LowPriorityOutlined(props: any): JSX.Element;
|
|
125
143
|
export function Login(props: any): JSX.Element;
|
|
126
144
|
export function Map(props: any): JSX.Element;
|
|
127
145
|
export function MapOutlined(props: any): JSX.Element;
|
|
@@ -132,6 +150,8 @@ export function MessageOutlined(props: any): JSX.Element;
|
|
|
132
150
|
export function MilitaryTechOutlined(props: any): JSX.Element;
|
|
133
151
|
export function MoreVert(props: any): JSX.Element;
|
|
134
152
|
export function MoreHoriz(props: any): JSX.Element;
|
|
153
|
+
export function MyLocation(props: any): JSX.Element;
|
|
154
|
+
export function MyLocationOutlined(props: any): JSX.Element;
|
|
135
155
|
export function Notifications(props: any): JSX.Element;
|
|
136
156
|
export function NotificationsActive(props: any): JSX.Element;
|
|
137
157
|
export function Palette(props: any): JSX.Element;
|
|
@@ -149,11 +169,13 @@ export function Place(props: any): JSX.Element;
|
|
|
149
169
|
export function PlaceOutlined(props: any): JSX.Element;
|
|
150
170
|
export function PlayArrow(props: any): JSX.Element;
|
|
151
171
|
export function PlayArrowOutlined(props: any): JSX.Element;
|
|
172
|
+
export function PolicyOutlined(props: any): JSX.Element;
|
|
152
173
|
export function Print(props: any): JSX.Element;
|
|
153
174
|
export function PrintOutlined(props: any): JSX.Element;
|
|
154
175
|
export function PrintTwoTone(props: any): JSX.Element;
|
|
155
176
|
export function PriorityHigh(props: any): JSX.Element;
|
|
156
177
|
export function PublicOutlined(props: any): JSX.Element;
|
|
178
|
+
export function QuestionAnswerOutlined(props: any): JSX.Element;
|
|
157
179
|
export function RecordVoiceOverOutlined(props: any): JSX.Element;
|
|
158
180
|
export function Receipt(props: any): JSX.Element;
|
|
159
181
|
export function Refresh(props: any): JSX.Element;
|
|
@@ -173,12 +195,15 @@ export function Settings(props: any): JSX.Element;
|
|
|
173
195
|
export function SettingsOutlined(props: any): JSX.Element;
|
|
174
196
|
export function Share(props: any): JSX.Element;
|
|
175
197
|
export function ShareOutlined(props: any): JSX.Element;
|
|
198
|
+
export function SpeakerNotesOutlined(props: any): JSX.Element;
|
|
176
199
|
export function SportsOutlined(props: any): JSX.Element;
|
|
177
200
|
export function Star(props: any): JSX.Element;
|
|
178
201
|
export function StarBorder(props: any): JSX.Element;
|
|
179
202
|
export function SwapVert(props: any): JSX.Element;
|
|
180
203
|
export function TableView(props: any): JSX.Element;
|
|
181
204
|
export function TableViewOutlined(props: any): JSX.Element;
|
|
205
|
+
export function ThumbsUp(props: any): JSX.Element;
|
|
206
|
+
export function ThumbsUpOutlined(props: any): JSX.Element;
|
|
182
207
|
export function TrendingDownOutlined(props: any): JSX.Element;
|
|
183
208
|
export function TrendingFlatOutlined(props: any): JSX.Element;
|
|
184
209
|
export function TrendingUpOutlined(props: any): JSX.Element;
|
|
@@ -196,6 +221,8 @@ export function WebOutlined(props: any): JSX.Element;
|
|
|
196
221
|
export function Widgets(props: any): JSX.Element;
|
|
197
222
|
export function WidgetsOutlined(props: any): JSX.Element;
|
|
198
223
|
export function WorkOutline(props: any): JSX.Element;
|
|
224
|
+
export function WorkOutlined(props: any): JSX.Element;
|
|
225
|
+
export function Work(props: any): JSX.Element;
|
|
199
226
|
export default Icon;
|
|
200
227
|
/** Given a Material UI Icon name, the icon will be rendered dynamically. */
|
|
201
228
|
declare function Icon(props: any): any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountBalance as AccountBalance$1, AccountBalanceOutlined as AccountBalanceOutlined$1, AccountCircle as AccountCircle$1, AccountTreeOutlined as AccountTreeOutlined$1, AccountTreeTwoTone as AccountTreeTwoTone$1, Add as Add$1, AddCircle as AddCircle$1, AddLocation as AddLocation$1, AddLocationOutlined as AddLocationOutlined$1, AddOutlined as AddOutlined$1, AddTask as AddTask$1, AddTaskOutlined as AddTaskOutlined$1, Apps as Apps$1, ArrowBack as ArrowBack$1, ArrowForward as ArrowForward$1, ArrowLeft as ArrowLeft$1, ArrowRight as ArrowRight$1, ArrowUpward as ArrowUpward$1, Article as Article$1, ArticleOutlined as ArticleOutlined$1, Assignment as Assignment$1, AssignmentOutlined as AssignmentOutlined$1, AssignmentLate as AssignmentLate$1, AssignmentLateOutlined as AssignmentLateOutlined$1, AssignmentTurnedIn as AssignmentTurnedIn$1, AssignmentTurnedInOutlined as AssignmentTurnedInOutlined$1, AssignmentTwoTone as AssignmentTwoTone$1, AttachFile as AttachFile$1, BarChartOutlined as BarChartOutlined$1, Book as Book$1, BookOutlined as BookOutlined$1, BookTwoTone as BookTwoTone$1, BrushOutlined as BrushOutlined$1, BuildOutlined as BuildOutlined$1, BuildTwoTone as BuildTwoTone$1, BusinessCenterOutlined as BusinessCenterOutlined$1, Calculate as Calculate$1, CalculateOutlined as CalculateOutlined$1, CalculateTwoTone as CalculateTwoTone$1, Cancel as Cancel$1, ChatOutlined as ChatOutlined$1, Check as Check$1, CheckCircle as CheckCircle$1, CheckCircleOutlined as CheckCircleOutlined$1, CheckOutlined as CheckOutlined$1, Clear as Clear$1, Close as Close$1, CloudOutlined as CloudOutlined$1, CloudDownload as CloudDownload$1, CloudDownloadOutlined as CloudDownloadOutlined$1, CloudUpload as CloudUpload$1, CloudUploadOutlined as CloudUploadOutlined$1, CollectionsBookmarkOutlined as CollectionsBookmarkOutlined$1, Comment as Comment$1, ContentCopy as ContentCopy$1, ContactMail as ContactMail$1, Dashboard as Dashboard$1, DashboardOutlined as DashboardOutlined$1, DashboardTwoTone as DashboardTwoTone$1, DateRange as DateRange$1, DateRangeOutlined as DateRangeOutlined$1, Delete as Delete$1, DeleteOutlined as DeleteOutlined$1, Description as Description$1, Done as Done$1, Edit as Edit$1, EditOutlined as EditOutlined$1, EmojiPeople as EmojiPeople$1, EmojiPeopleOutlined as EmojiPeopleOutlined$1, EmojiEventsOutlined as EmojiEventsOutlined$1, Error as Error$1, ErrorOutline as ErrorOutline$1, ErrorOutlined as ErrorOutlined$1, Event as Event$1, EventOutlined as EventOutlined$1, EventRepeat as EventRepeat$1, EventRepeatOutlined as EventRepeatOutlined$1, ExpandLess as ExpandLess$1, ExpandMore as ExpandMore$1, Explore as Explore$1, ExploreOutlined as ExploreOutlined$1, ExploreTwoTone as ExploreTwoTone$1, Extension as Extension$1, ExtensionOutlined as ExtensionOutlined$1, Face as Face$1, FaceOutlined as FaceOutlined$1, FilterList as FilterList$1, FlagOutlined as FlagOutlined$1, FlightOutlined as FlightOutlined$1, Flight as Flight$1, Fullscreen as Fullscreen$1, FullscreenExit as FullscreenExit$1, GetApp as GetApp$1, GetAppOutlined as GetAppOutlined$1, Group as Group$1, Help as Help$1, HelpOutlined as HelpOutlined$1, HelpTwoTone as HelpTwoTone$1, Hiking as Hiking$1, Home as Home$1, HomeOutlined as HomeOutlined$1, HomeWorkOutlined as HomeWorkOutlined$1, HomeTwoTone as HomeTwoTone$1, ImageSearch as ImageSearch$1, Info as Info$1, InfoOutlined as InfoOutlined$1, KeyboardArrowRight as KeyboardArrowRight$1, KeyboardArrowLeft as KeyboardArrowLeft$1, KeyboardArrowUp as KeyboardArrowUp$1, Lens as Lens$1, Lightbulb as Lightbulb$1, LightbulbOutlined as LightbulbOutlined$1, Link as Link$1,
|
|
1
|
+
import { AccountBalance as AccountBalance$1, AccountBalanceOutlined as AccountBalanceOutlined$1, AccountCircle as AccountCircle$1, AccountTreeOutlined as AccountTreeOutlined$1, AccountTreeTwoTone as AccountTreeTwoTone$1, Add as Add$1, AddCircle as AddCircle$1, AddLocation as AddLocation$1, AddLocationOutlined as AddLocationOutlined$1, AddOutlined as AddOutlined$1, AddTask as AddTask$1, AddTaskOutlined as AddTaskOutlined$1, Apps as Apps$1, ArrowBack as ArrowBack$1, ArrowForward as ArrowForward$1, ArrowLeft as ArrowLeft$1, ArrowRight as ArrowRight$1, ArrowUpward as ArrowUpward$1, Article as Article$1, ArticleOutlined as ArticleOutlined$1, Assignment as Assignment$1, AssignmentOutlined as AssignmentOutlined$1, AssignmentLate as AssignmentLate$1, AssignmentLateOutlined as AssignmentLateOutlined$1, AssignmentTurnedIn as AssignmentTurnedIn$1, AssignmentTurnedInOutlined as AssignmentTurnedInOutlined$1, AssignmentTwoTone as AssignmentTwoTone$1, AttachFile as AttachFile$1, BarChartOutlined as BarChartOutlined$1, Book as Book$1, BookOutlined as BookOutlined$1, BookTwoTone as BookTwoTone$1, BrushOutlined as BrushOutlined$1, BuildOutlined as BuildOutlined$1, BuildTwoTone as BuildTwoTone$1, BusinessCenterOutlined as BusinessCenterOutlined$1, Calculate as Calculate$1, CalculateOutlined as CalculateOutlined$1, CalculateTwoTone as CalculateTwoTone$1, Cancel as Cancel$1, ChatOutlined as ChatOutlined$1, Check as Check$1, CheckBox as CheckBox$1, CheckBoxOutlined as CheckBoxOutlined$1, CheckCircle as CheckCircle$1, CheckCircleOutlined as CheckCircleOutlined$1, CheckOutlined as CheckOutlined$1, ChromeReaderMode as ChromeReaderMode$1, ChromeReaderModeOutlined as ChromeReaderModeOutlined$1, Clear as Clear$1, Close as Close$1, CloudOutlined as CloudOutlined$1, CloudDownload as CloudDownload$1, CloudDownloadOutlined as CloudDownloadOutlined$1, CloudUpload as CloudUpload$1, CloudUploadOutlined as CloudUploadOutlined$1, CollectionsBookmarkOutlined as CollectionsBookmarkOutlined$1, Comment as Comment$1, ContentCopy as ContentCopy$1, ContactMail as ContactMail$1, Dashboard as Dashboard$1, DashboardOutlined as DashboardOutlined$1, DashboardTwoTone as DashboardTwoTone$1, DateRange as DateRange$1, DateRangeOutlined as DateRangeOutlined$1, Delete as Delete$1, DeleteOutlined as DeleteOutlined$1, Description as Description$1, DesktopMacOutlined as DesktopMacOutlined$1, DeviceHub as DeviceHub$1, DeviceHubOutlined as DeviceHubOutlined$1, Done as Done$1, Edit as Edit$1, EditOutlined as EditOutlined$1, EmailOutlined as EmailOutlined$1, EmojiObjects as EmojiObjects$1, EmojiObjectsOutlined as EmojiObjectsOutlined$1, EmojiPeople as EmojiPeople$1, EmojiPeopleOutlined as EmojiPeopleOutlined$1, EmojiEventsOutlined as EmojiEventsOutlined$1, Equalizer as Equalizer$1, EqualizerOutlined as EqualizerOutlined$1, Error as Error$1, ErrorOutline as ErrorOutline$1, ErrorOutlined as ErrorOutlined$1, Event as Event$1, EventOutlined as EventOutlined$1, EventRepeat as EventRepeat$1, EventRepeatOutlined as EventRepeatOutlined$1, ExpandLess as ExpandLess$1, ExpandMore as ExpandMore$1, Explore as Explore$1, ExploreOutlined as ExploreOutlined$1, ExploreTwoTone as ExploreTwoTone$1, Extension as Extension$1, ExtensionOutlined as ExtensionOutlined$1, Face as Face$1, FaceOutlined as FaceOutlined$1, FilterList as FilterList$1, FlagOutlined as FlagOutlined$1, FlightOutlined as FlightOutlined$1, Flight as Flight$1, FolderOutlined as FolderOutlined$1, FolderSpecial as FolderSpecial$1, FolderSpecialOutlined as FolderSpecialOutlined$1, Fullscreen as Fullscreen$1, FullscreenExit as FullscreenExit$1, GetApp as GetApp$1, GetAppOutlined as GetAppOutlined$1, Group as Group$1, Help as Help$1, HelpOutlined as HelpOutlined$1, HelpTwoTone as HelpTwoTone$1, Hiking as Hiking$1, Home as Home$1, HomeOutlined as HomeOutlined$1, HomeWorkOutlined as HomeWorkOutlined$1, HomeTwoTone as HomeTwoTone$1, ImageSearch as ImageSearch$1, Info as Info$1, InfoOutlined as InfoOutlined$1, KeyboardArrowRight as KeyboardArrowRight$1, KeyboardArrowLeft as KeyboardArrowLeft$1, KeyboardArrowUp as KeyboardArrowUp$1, Lens as Lens$1, Lightbulb as Lightbulb$1, LightbulbOutlined as LightbulbOutlined$1, Link as Link$1, List as List$1, ListOutlined as ListOutlined$1, ListAltOutlined as ListAltOutlined$1, ListAltTwoTone as ListAltTwoTone$1, LocalOffer as LocalOffer$1, LocalOfferOutlined as LocalOfferOutlined$1, LocalPhone as LocalPhone$1, LocalPhoneOutlined as LocalPhoneOutlined$1, LowPriority as LowPriority$1, LowPriorityOutlined as LowPriorityOutlined$1, Login as Login$1, MapOutlined as MapOutlined$1, Menu as Menu$1, MenuBookOutlined as MenuBookOutlined$1, Message as Message$1, MessageOutlined as MessageOutlined$1, MilitaryTechOutlined as MilitaryTechOutlined$1, MoreVert as MoreVert$1, MoreHoriz as MoreHoriz$1, MyLocation as MyLocation$1, MyLocationOutlined as MyLocationOutlined$1, Notifications as Notifications$1, NotificationsActive as NotificationsActive$1, Palette as Palette$1, PaletteOutlined as PaletteOutlined$1, Person as Person$1, PersonAddAltOutlined as PersonAddAltOutlined$1, PersonAddOutlined as PersonAddOutlined$1, People as People$1, PeopleOutlined as PeopleOutlined$1, PersonOutline as PersonOutline$1, PersonOutlined as PersonOutlined$1, PictureAsPdf as PictureAsPdf$1, PictureAsPdfOutlined as PictureAsPdfOutlined$1, Place as Place$1, PlaceOutlined as PlaceOutlined$1, PlayArrow as PlayArrow$1, PlayArrowOutlined as PlayArrowOutlined$1, PolicyOutlined as PolicyOutlined$1, Print as Print$1, PrintOutlined as PrintOutlined$1, PrintTwoTone as PrintTwoTone$1, PriorityHigh as PriorityHigh$1, PublicOutlined as PublicOutlined$1, QuestionAnswerOutlined as QuestionAnswerOutlined$1, RecordVoiceOverOutlined as RecordVoiceOverOutlined$1, Receipt as Receipt$1, Refresh as Refresh$1, RestartAlt as RestartAlt$1, RoomServiceOutlined as RoomServiceOutlined$1, Save as Save$1, SaveOutlined as SaveOutlined$1, Schedule as Schedule$1, School as School$1, SchoolOutlined as SchoolOutlined$1, SchoolTwoTone as SchoolTwoTone$1, Science as Science$1, ScienceOutlined as ScienceOutlined$1, Search as Search$1, SearchOutlined as SearchOutlined$1, Settings as Settings$1, SettingsOutlined as SettingsOutlined$1, Share as Share$1, ShareOutlined as ShareOutlined$1, SpeakerNotesOutlined as SpeakerNotesOutlined$1, SportsOutlined as SportsOutlined$1, Star as Star$1, StarBorder as StarBorder$1, SwapVert as SwapVert$1, TableView as TableView$1, TableViewOutlined as TableViewOutlined$1, ThumbsUp as ThumbsUp$1, ThumbsUpOutlined as ThumbsUpOutlined$1, TrendingDownOutlined as TrendingDownOutlined$1, TrendingFlatOutlined as TrendingFlatOutlined$1, TrendingUpOutlined as TrendingUpOutlined$1, Tune as Tune$1, Verified as Verified$1, VerifiedOutlined as VerifiedOutlined$1, ViewList as ViewList$1, ViewListOutlined as ViewListOutlined$1, Visibility as Visibility$1, VisibilityOutlined as VisibilityOutlined$1, Warning as Warning$1, WarningOutlined as WarningOutlined$1, Web as Web$1, WebOutlined as WebOutlined$1, Widgets as Widgets$1, WidgetsOutlined as WidgetsOutlined$1, WorkOutline as WorkOutline$1, Work as Work$1, ListAlt, Map as Map$1, WorkOutlined as WorkOutlined$1 } from '@mui/icons-material/';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
|
|
@@ -60,6 +60,8 @@ var icons = {
|
|
|
60
60
|
Cancel: /*#__PURE__*/jsx(Cancel$1, {}),
|
|
61
61
|
ChatOutlined: /*#__PURE__*/jsx(ChatOutlined$1, {}),
|
|
62
62
|
Check: /*#__PURE__*/jsx(Check$1, {}),
|
|
63
|
+
CheckBox: /*#__PURE__*/jsx(CheckBox$1, {}),
|
|
64
|
+
CheckBoxOutlined: /*#__PURE__*/jsx(CheckBoxOutlined$1, {}),
|
|
63
65
|
CheckCircle: /*#__PURE__*/jsx(CheckCircle$1, {}),
|
|
64
66
|
CheckCircleOutline: /*#__PURE__*/jsx(CheckCircleOutlined$1, {}),
|
|
65
67
|
CheckCircleOutlined: /*#__PURE__*/jsx(CheckCircleOutlined$1, {}),
|
|
@@ -75,6 +77,8 @@ var icons = {
|
|
|
75
77
|
Comment: /*#__PURE__*/jsx(Comment$1, {}),
|
|
76
78
|
ContactMail: /*#__PURE__*/jsx(ContactMail$1, {}),
|
|
77
79
|
ContentCopy: /*#__PURE__*/jsx(ContentCopy$1, {}),
|
|
80
|
+
ChromeReaderMode: /*#__PURE__*/jsx(ChromeReaderMode$1, {}),
|
|
81
|
+
ChromeReaderModeOutlined: /*#__PURE__*/jsx(ChromeReaderModeOutlined$1, {}),
|
|
78
82
|
Dashboard: /*#__PURE__*/jsx(Dashboard$1, {}),
|
|
79
83
|
DashboardOutlined: /*#__PURE__*/jsx(DashboardOutlined$1, {}),
|
|
80
84
|
DashboardTwoTone: /*#__PURE__*/jsx(DashboardTwoTone$1, {}),
|
|
@@ -83,11 +87,17 @@ var icons = {
|
|
|
83
87
|
Delete: /*#__PURE__*/jsx(Delete$1, {}),
|
|
84
88
|
DeleteOutlined: /*#__PURE__*/jsx(DeleteOutlined$1, {}),
|
|
85
89
|
Description: /*#__PURE__*/jsx(Description$1, {}),
|
|
90
|
+
DesktopMacOutlined: /*#__PURE__*/jsx(DesktopMacOutlined$1, {}),
|
|
91
|
+
DeviceHub: /*#__PURE__*/jsx(DeviceHub$1, {}),
|
|
92
|
+
DeviceHubOutlined: /*#__PURE__*/jsx(DeviceHubOutlined$1, {}),
|
|
86
93
|
ViewListOutlined: /*#__PURE__*/jsx(ViewListOutlined$1, {}),
|
|
87
94
|
Done: /*#__PURE__*/jsx(Done$1, {}),
|
|
88
95
|
Edit: /*#__PURE__*/jsx(Edit$1, {}),
|
|
89
96
|
EditOutlined: /*#__PURE__*/jsx(EditOutlined$1, {}),
|
|
90
97
|
EditNote: /*#__PURE__*/jsx(Edit$1, {}),
|
|
98
|
+
EmailOutlined: /*#__PURE__*/jsx(EmailOutlined$1, {}),
|
|
99
|
+
EmojiObjects: /*#__PURE__*/jsx(EmojiObjects$1, {}),
|
|
100
|
+
EmojiObjectsOutlined: /*#__PURE__*/jsx(EmojiObjectsOutlined$1, {}),
|
|
91
101
|
EmojiPeople: /*#__PURE__*/jsx(EmojiPeople$1, {}),
|
|
92
102
|
EmojiPeopleOutlined: /*#__PURE__*/jsx(EmojiPeopleOutlined$1, {}),
|
|
93
103
|
EmojiEventsOutlined: /*#__PURE__*/jsx(EmojiEventsOutlined$1, {}),
|
|
@@ -105,11 +115,16 @@ var icons = {
|
|
|
105
115
|
ExploreTwoTone: /*#__PURE__*/jsx(ExploreTwoTone$1, {}),
|
|
106
116
|
Extension: /*#__PURE__*/jsx(Extension$1, {}),
|
|
107
117
|
ExtensionOutlined: /*#__PURE__*/jsx(ExtensionOutlined$1, {}),
|
|
118
|
+
Equalizer: /*#__PURE__*/jsx(Equalizer$1, {}),
|
|
119
|
+
EqualizerOutlined: /*#__PURE__*/jsx(EqualizerOutlined$1, {}),
|
|
108
120
|
Face: /*#__PURE__*/jsx(Face$1, {}),
|
|
109
121
|
FaceOutlined: /*#__PURE__*/jsx(FaceOutlined$1, {}),
|
|
110
122
|
FilterList: /*#__PURE__*/jsx(FilterList$1, {}),
|
|
111
123
|
FlightOutlined: /*#__PURE__*/jsx(FlightOutlined$1, {}),
|
|
112
124
|
Flight: /*#__PURE__*/jsx(Flight$1, {}),
|
|
125
|
+
FolderOutlined: /*#__PURE__*/jsx(FolderOutlined$1, {}),
|
|
126
|
+
FolderSpecial: /*#__PURE__*/jsx(FolderSpecial$1, {}),
|
|
127
|
+
FolderSpecialOutlined: /*#__PURE__*/jsx(FolderSpecialOutlined$1, {}),
|
|
113
128
|
FlagOutlined: /*#__PURE__*/jsx(FlagOutlined$1, {}),
|
|
114
129
|
FullScreen: /*#__PURE__*/jsx(Fullscreen$1, {}),
|
|
115
130
|
Fullscreen: /*#__PURE__*/jsx(Fullscreen$1, {}),
|
|
@@ -135,7 +150,9 @@ var icons = {
|
|
|
135
150
|
Lightbulb: /*#__PURE__*/jsx(Lightbulb$1, {}),
|
|
136
151
|
LightbulbOutlined: /*#__PURE__*/jsx(LightbulbOutlined$1, {}),
|
|
137
152
|
Link: /*#__PURE__*/jsx(Link$1, {}),
|
|
138
|
-
|
|
153
|
+
List: /*#__PURE__*/jsx(List$1, {}),
|
|
154
|
+
ListOutlined: /*#__PURE__*/jsx(ListOutlined$1, {}),
|
|
155
|
+
ListAlt: /*#__PURE__*/jsx(ListAlt, {}),
|
|
139
156
|
ListAltOutlined: /*#__PURE__*/jsx(ListAltOutlined$1, {}),
|
|
140
157
|
ListAltTwoTone: /*#__PURE__*/jsx(ListAltTwoTone$1, {}),
|
|
141
158
|
LocalOffer: /*#__PURE__*/jsx(LocalOffer$1, {}),
|
|
@@ -143,6 +160,8 @@ var icons = {
|
|
|
143
160
|
LocalPhone: /*#__PURE__*/jsx(LocalPhone$1, {}),
|
|
144
161
|
LocalPhoneOutlined: /*#__PURE__*/jsx(LocalPhoneOutlined$1, {}),
|
|
145
162
|
Login: /*#__PURE__*/jsx(Login$1, {}),
|
|
163
|
+
LowPriority: /*#__PURE__*/jsx(LowPriority$1, {}),
|
|
164
|
+
LowPriorityOutlined: /*#__PURE__*/jsx(LowPriorityOutlined$1, {}),
|
|
146
165
|
Map: /*#__PURE__*/jsx(Map$1, {}),
|
|
147
166
|
MapOutlined: /*#__PURE__*/jsx(MapOutlined$1, {}),
|
|
148
167
|
Menu: /*#__PURE__*/jsx(Menu$1, {}),
|
|
@@ -152,6 +171,8 @@ var icons = {
|
|
|
152
171
|
MilitaryTechOutlined: /*#__PURE__*/jsx(MilitaryTechOutlined$1, {}),
|
|
153
172
|
MoreVert: /*#__PURE__*/jsx(MoreVert$1, {}),
|
|
154
173
|
MoreHoriz: /*#__PURE__*/jsx(MoreHoriz$1, {}),
|
|
174
|
+
MyLocation: /*#__PURE__*/jsx(MyLocation$1, {}),
|
|
175
|
+
MyLocationOutlined: /*#__PURE__*/jsx(MyLocationOutlined$1, {}),
|
|
155
176
|
Notifications: /*#__PURE__*/jsx(Notifications$1, {}),
|
|
156
177
|
NotificationsActive: /*#__PURE__*/jsx(NotificationsActive$1, {}),
|
|
157
178
|
Palette: /*#__PURE__*/jsx(Palette$1, {}),
|
|
@@ -169,11 +190,13 @@ var icons = {
|
|
|
169
190
|
PlaceOutlined: /*#__PURE__*/jsx(PlaceOutlined$1, {}),
|
|
170
191
|
PlayArrow: /*#__PURE__*/jsx(PlayArrow$1, {}),
|
|
171
192
|
PlayArrowOutlined: /*#__PURE__*/jsx(PlayArrowOutlined$1, {}),
|
|
193
|
+
PolicyOutlined: /*#__PURE__*/jsx(PolicyOutlined$1, {}),
|
|
172
194
|
Print: /*#__PURE__*/jsx(Print$1, {}),
|
|
173
195
|
PrintOutlined: /*#__PURE__*/jsx(PrintOutlined$1, {}),
|
|
174
196
|
PrintTwoTone: /*#__PURE__*/jsx(PrintTwoTone$1, {}),
|
|
175
197
|
PriorityHigh: /*#__PURE__*/jsx(PriorityHigh$1, {}),
|
|
176
198
|
PublicOutlined: /*#__PURE__*/jsx(PublicOutlined$1, {}),
|
|
199
|
+
QuestionAnswerOutlined: /*#__PURE__*/jsx(QuestionAnswerOutlined$1, {}),
|
|
177
200
|
RecordVoiceOverOutlined: /*#__PURE__*/jsx(RecordVoiceOverOutlined$1, {}),
|
|
178
201
|
Receipt: /*#__PURE__*/jsx(Receipt$1, {}),
|
|
179
202
|
Refresh: /*#__PURE__*/jsx(Refresh$1, {}),
|
|
@@ -193,12 +216,15 @@ var icons = {
|
|
|
193
216
|
SettingsOutlined: /*#__PURE__*/jsx(SettingsOutlined$1, {}),
|
|
194
217
|
Share: /*#__PURE__*/jsx(ShareOutlined$1, {}),
|
|
195
218
|
ShareOutlined: /*#__PURE__*/jsx(ShareOutlined$1, {}),
|
|
219
|
+
SpeakerNotesOutlined: /*#__PURE__*/jsx(SpeakerNotesOutlined$1, {}),
|
|
196
220
|
SportsOutlined: /*#__PURE__*/jsx(SportsOutlined$1, {}),
|
|
197
221
|
Star: /*#__PURE__*/jsx(Star$1, {}),
|
|
198
222
|
StarBorder: /*#__PURE__*/jsx(StarBorder$1, {}),
|
|
199
223
|
SwapVert: /*#__PURE__*/jsx(SwapVert$1, {}),
|
|
200
224
|
TableView: /*#__PURE__*/jsx(TableView$1, {}),
|
|
201
225
|
TableViewOutlined: /*#__PURE__*/jsx(TableViewOutlined$1, {}),
|
|
226
|
+
ThumbsUp: /*#__PURE__*/jsx(ThumbsUp$1, {}),
|
|
227
|
+
ThumbsUpOutlined: /*#__PURE__*/jsx(ThumbsUpOutlined$1, {}),
|
|
202
228
|
TrendingDownOutlined: /*#__PURE__*/jsx(TrendingDownOutlined$1, {}),
|
|
203
229
|
TrendingFlatOutlined: /*#__PURE__*/jsx(TrendingFlatOutlined$1, {}),
|
|
204
230
|
TrendingUpOutlined: /*#__PURE__*/jsx(TrendingUpOutlined$1, {}),
|
|
@@ -214,6 +240,8 @@ var icons = {
|
|
|
214
240
|
WebOutlined: /*#__PURE__*/jsx(WebOutlined$1, {}),
|
|
215
241
|
Widgets: /*#__PURE__*/jsx(Widgets$1, {}),
|
|
216
242
|
WidgetsOutlined: /*#__PURE__*/jsx(WidgetsOutlined$1, {}),
|
|
243
|
+
Work: /*#__PURE__*/jsx(Work$1, {}),
|
|
244
|
+
WorkOutlined: /*#__PURE__*/jsx(WorkOutlined$1, {}),
|
|
217
245
|
WorkOutline: /*#__PURE__*/jsx(WorkOutline$1, {})
|
|
218
246
|
};
|
|
219
247
|
var hasIcon = function hasIcon(name) {
|
|
@@ -345,6 +373,12 @@ var ChatOutlined = function ChatOutlined(props) {
|
|
|
345
373
|
var Check = function Check(props) {
|
|
346
374
|
return /*#__PURE__*/jsx(Check$1, _extends({}, props));
|
|
347
375
|
};
|
|
376
|
+
var CheckBox = function CheckBox(props) {
|
|
377
|
+
return /*#__PURE__*/jsx(CheckBox$1, _extends({}, props));
|
|
378
|
+
};
|
|
379
|
+
var CheckBoxOutlined = function CheckBoxOutlined(props) {
|
|
380
|
+
return /*#__PURE__*/jsx(CheckBoxOutlined$1, _extends({}, props));
|
|
381
|
+
};
|
|
348
382
|
var CheckCircle = function CheckCircle(props) {
|
|
349
383
|
return /*#__PURE__*/jsx(CheckCircle$1, _extends({}, props));
|
|
350
384
|
};
|
|
@@ -357,6 +391,12 @@ var CheckCircleOutlined = function CheckCircleOutlined(props) {
|
|
|
357
391
|
var CheckOutlined = function CheckOutlined(props) {
|
|
358
392
|
return /*#__PURE__*/jsx(CheckOutlined$1, _extends({}, props));
|
|
359
393
|
};
|
|
394
|
+
var ChromeReaderMode = function ChromeReaderMode(props) {
|
|
395
|
+
return /*#__PURE__*/jsx(ChromeReaderMode$1, _extends({}, props));
|
|
396
|
+
};
|
|
397
|
+
var ChromeReaderModeOutlined = function ChromeReaderModeOutlined(props) {
|
|
398
|
+
return /*#__PURE__*/jsx(ChromeReaderModeOutlined$1, _extends({}, props));
|
|
399
|
+
};
|
|
360
400
|
var Clear = function Clear(props) {
|
|
361
401
|
return /*#__PURE__*/jsx(Clear$1, _extends({}, props));
|
|
362
402
|
};
|
|
@@ -414,6 +454,15 @@ var DeleteOutlined = function DeleteOutlined(props) {
|
|
|
414
454
|
var Description = function Description(props) {
|
|
415
455
|
return /*#__PURE__*/jsx(Description$1, _extends({}, props));
|
|
416
456
|
};
|
|
457
|
+
var DesktopMacOutlined = function DesktopMacOutlined(props) {
|
|
458
|
+
return /*#__PURE__*/jsx(DesktopMacOutlined$1, _extends({}, props));
|
|
459
|
+
};
|
|
460
|
+
var DeviceHub = function DeviceHub(props) {
|
|
461
|
+
return /*#__PURE__*/jsx(DeviceHub$1, _extends({}, props));
|
|
462
|
+
};
|
|
463
|
+
var DeviceHubOutlined = function DeviceHubOutlined(props) {
|
|
464
|
+
return /*#__PURE__*/jsx(DeviceHubOutlined$1, _extends({}, props));
|
|
465
|
+
};
|
|
417
466
|
var Done = function Done(props) {
|
|
418
467
|
return /*#__PURE__*/jsx(Done$1, _extends({}, props));
|
|
419
468
|
};
|
|
@@ -426,6 +475,15 @@ var EditOutlined = function EditOutlined(props) {
|
|
|
426
475
|
var EditNote = function EditNote(props) {
|
|
427
476
|
return /*#__PURE__*/jsx(Edit$1, _extends({}, props));
|
|
428
477
|
};
|
|
478
|
+
var EmailOutlined = function EmailOutlined(props) {
|
|
479
|
+
return /*#__PURE__*/jsx(EmailOutlined$1, _extends({}, props));
|
|
480
|
+
};
|
|
481
|
+
var EmojiObjects = function EmojiObjects(props) {
|
|
482
|
+
return /*#__PURE__*/jsx(EmojiObjects$1, _extends({}, props));
|
|
483
|
+
};
|
|
484
|
+
var EmojiObjectsOutlined = function EmojiObjectsOutlined(props) {
|
|
485
|
+
return /*#__PURE__*/jsx(EmojiObjectsOutlined$1, _extends({}, props));
|
|
486
|
+
};
|
|
429
487
|
var EmojiPeople = function EmojiPeople(props) {
|
|
430
488
|
return /*#__PURE__*/jsx(EmojiPeople$1, _extends({}, props));
|
|
431
489
|
};
|
|
@@ -435,6 +493,12 @@ var EmojiPeopleOutlined = function EmojiPeopleOutlined(props) {
|
|
|
435
493
|
var EmojiEventsOutlined = function EmojiEventsOutlined(props) {
|
|
436
494
|
return /*#__PURE__*/jsx(EmojiEventsOutlined$1, _extends({}, props));
|
|
437
495
|
};
|
|
496
|
+
var Equalizer = function Equalizer(props) {
|
|
497
|
+
return /*#__PURE__*/jsx(Equalizer$1, _extends({}, props));
|
|
498
|
+
};
|
|
499
|
+
var EqualizerOutlined = function EqualizerOutlined(props) {
|
|
500
|
+
return /*#__PURE__*/jsx(EqualizerOutlined$1, _extends({}, props));
|
|
501
|
+
};
|
|
438
502
|
var Error = function Error(props) {
|
|
439
503
|
return /*#__PURE__*/jsx(Error$1, _extends({}, props));
|
|
440
504
|
};
|
|
@@ -495,6 +559,15 @@ var FlightOutlined = function FlightOutlined(props) {
|
|
|
495
559
|
var Flight = function Flight(props) {
|
|
496
560
|
return /*#__PURE__*/jsx(Flight$1, _extends({}, props));
|
|
497
561
|
};
|
|
562
|
+
var FolderOutlined = function FolderOutlined(props) {
|
|
563
|
+
return /*#__PURE__*/jsx(FolderOutlined$1, _extends({}, props));
|
|
564
|
+
};
|
|
565
|
+
var FolderSpecial = function FolderSpecial(props) {
|
|
566
|
+
return /*#__PURE__*/jsx(FolderSpecial$1, _extends({}, props));
|
|
567
|
+
};
|
|
568
|
+
var FolderSpecialOutlined = function FolderSpecialOutlined(props) {
|
|
569
|
+
return /*#__PURE__*/jsx(FolderSpecialOutlined$1, _extends({}, props));
|
|
570
|
+
};
|
|
498
571
|
var FullScreen = function FullScreen(props) {
|
|
499
572
|
return /*#__PURE__*/jsx(Fullscreen$1, _extends({}, props));
|
|
500
573
|
};
|
|
@@ -567,8 +640,11 @@ var LightbulbOutlined = function LightbulbOutlined(props) {
|
|
|
567
640
|
var Link = function Link(props) {
|
|
568
641
|
return /*#__PURE__*/jsx(Link$1, _extends({}, props));
|
|
569
642
|
};
|
|
570
|
-
var
|
|
571
|
-
return /*#__PURE__*/jsx(
|
|
643
|
+
var List = function List(props) {
|
|
644
|
+
return /*#__PURE__*/jsx(List$1, _extends({}, props));
|
|
645
|
+
};
|
|
646
|
+
var ListOutlined = function ListOutlined(props) {
|
|
647
|
+
return /*#__PURE__*/jsx(ListOutlined$1, _extends({}, props));
|
|
572
648
|
};
|
|
573
649
|
var ListAltOutlined = function ListAltOutlined(props) {
|
|
574
650
|
return /*#__PURE__*/jsx(ListAltOutlined$1, _extends({}, props));
|
|
@@ -588,6 +664,12 @@ var LocalPhone = function LocalPhone(props) {
|
|
|
588
664
|
var LocalPhoneOutlined = function LocalPhoneOutlined(props) {
|
|
589
665
|
return /*#__PURE__*/jsx(LocalPhoneOutlined$1, _extends({}, props));
|
|
590
666
|
};
|
|
667
|
+
var LowPriority = function LowPriority(props) {
|
|
668
|
+
return /*#__PURE__*/jsx(LowPriority$1, _extends({}, props));
|
|
669
|
+
};
|
|
670
|
+
var LowPriorityOutlined = function LowPriorityOutlined(props) {
|
|
671
|
+
return /*#__PURE__*/jsx(LowPriorityOutlined$1, _extends({}, props));
|
|
672
|
+
};
|
|
591
673
|
var Login = function Login(props) {
|
|
592
674
|
return /*#__PURE__*/jsx(Login$1, _extends({}, props));
|
|
593
675
|
};
|
|
@@ -618,6 +700,12 @@ var MoreVert = function MoreVert(props) {
|
|
|
618
700
|
var MoreHoriz = function MoreHoriz(props) {
|
|
619
701
|
return /*#__PURE__*/jsx(MoreHoriz$1, _extends({}, props));
|
|
620
702
|
};
|
|
703
|
+
var MyLocation = function MyLocation(props) {
|
|
704
|
+
return /*#__PURE__*/jsx(MyLocation$1, _extends({}, props));
|
|
705
|
+
};
|
|
706
|
+
var MyLocationOutlined = function MyLocationOutlined(props) {
|
|
707
|
+
return /*#__PURE__*/jsx(MyLocationOutlined$1, _extends({}, props));
|
|
708
|
+
};
|
|
621
709
|
var Notifications = function Notifications(props) {
|
|
622
710
|
return /*#__PURE__*/jsx(Notifications$1, _extends({}, props));
|
|
623
711
|
};
|
|
@@ -669,6 +757,9 @@ var PlayArrow = function PlayArrow(props) {
|
|
|
669
757
|
var PlayArrowOutlined = function PlayArrowOutlined(props) {
|
|
670
758
|
return /*#__PURE__*/jsx(PlayArrowOutlined$1, _extends({}, props));
|
|
671
759
|
};
|
|
760
|
+
var PolicyOutlined = function PolicyOutlined(props) {
|
|
761
|
+
return /*#__PURE__*/jsx(PolicyOutlined$1, _extends({}, props));
|
|
762
|
+
};
|
|
672
763
|
var Print = function Print(props) {
|
|
673
764
|
return /*#__PURE__*/jsx(Print$1, _extends({}, props));
|
|
674
765
|
};
|
|
@@ -684,6 +775,9 @@ var PriorityHigh = function PriorityHigh(props) {
|
|
|
684
775
|
var PublicOutlined = function PublicOutlined(props) {
|
|
685
776
|
return /*#__PURE__*/jsx(PublicOutlined$1, _extends({}, props));
|
|
686
777
|
};
|
|
778
|
+
var QuestionAnswerOutlined = function QuestionAnswerOutlined(props) {
|
|
779
|
+
return /*#__PURE__*/jsx(QuestionAnswerOutlined$1, _extends({}, props));
|
|
780
|
+
};
|
|
687
781
|
var RecordVoiceOverOutlined = function RecordVoiceOverOutlined(props) {
|
|
688
782
|
return /*#__PURE__*/jsx(RecordVoiceOverOutlined$1, _extends({}, props));
|
|
689
783
|
};
|
|
@@ -741,6 +835,9 @@ var Share = function Share(props) {
|
|
|
741
835
|
var ShareOutlined = function ShareOutlined(props) {
|
|
742
836
|
return /*#__PURE__*/jsx(ShareOutlined$1, _extends({}, props));
|
|
743
837
|
};
|
|
838
|
+
var SpeakerNotesOutlined = function SpeakerNotesOutlined(props) {
|
|
839
|
+
return /*#__PURE__*/jsx(SpeakerNotesOutlined$1, _extends({}, props));
|
|
840
|
+
};
|
|
744
841
|
var SportsOutlined = function SportsOutlined(props) {
|
|
745
842
|
return /*#__PURE__*/jsx(SportsOutlined$1, _extends({}, props));
|
|
746
843
|
};
|
|
@@ -759,6 +856,12 @@ var TableView = function TableView(props) {
|
|
|
759
856
|
var TableViewOutlined = function TableViewOutlined(props) {
|
|
760
857
|
return /*#__PURE__*/jsx(TableViewOutlined$1, _extends({}, props));
|
|
761
858
|
};
|
|
859
|
+
var ThumbsUp = function ThumbsUp(props) {
|
|
860
|
+
return /*#__PURE__*/jsx(ThumbsUp$1, _extends({}, props));
|
|
861
|
+
};
|
|
862
|
+
var ThumbsUpOutlined = function ThumbsUpOutlined(props) {
|
|
863
|
+
return /*#__PURE__*/jsx(ThumbsUpOutlined$1, _extends({}, props));
|
|
864
|
+
};
|
|
762
865
|
var TrendingDownOutlined = function TrendingDownOutlined(props) {
|
|
763
866
|
return /*#__PURE__*/jsx(TrendingDownOutlined$1, _extends({}, props));
|
|
764
867
|
};
|
|
@@ -810,6 +913,12 @@ var WidgetsOutlined = function WidgetsOutlined(props) {
|
|
|
810
913
|
var WorkOutline = function WorkOutline(props) {
|
|
811
914
|
return /*#__PURE__*/jsx(WorkOutline$1, _extends({}, props));
|
|
812
915
|
};
|
|
916
|
+
var WorkOutlined = function WorkOutlined(props) {
|
|
917
|
+
return /*#__PURE__*/jsx(WorkOutline$1, _extends({}, props));
|
|
918
|
+
};
|
|
919
|
+
var Work = function Work(props) {
|
|
920
|
+
return /*#__PURE__*/jsx(Work$1, _extends({}, props));
|
|
921
|
+
};
|
|
813
922
|
|
|
814
923
|
/** Given a Material UI Icon name, the icon will be rendered dynamically. */
|
|
815
924
|
|
|
@@ -821,5 +930,5 @@ Icon.propTypes = {
|
|
|
821
930
|
name: PropTypes.string.isRequired
|
|
822
931
|
};
|
|
823
932
|
|
|
824
|
-
export { AccountBalance, AccountBalanceOutlined, AccountCircle, AccountTreeOutlined, AccountTreeTwoTone, Add, AddCircle, AddLocation, AddLocationOutlined, AddOutlined, AddTask, AddTaskOutlined, Apps, ArrowBack, ArrowForward, ArrowLeft, ArrowRight, ArrowUpward, Article, ArticleOutlined, Assignment, AssignmentLate, AssignmentLateOutlined, AssignmentOutlined, AssignmentTurnedIn, AssignmentTurnedInOutlined, AssignmentTwoTone, AttachFile, BarChartOutlined, Book, BookOutlined, BookTwoTone, BrushOutlined, BuildOutlined, BuildTwoTone, BusinessCenterOutlined, Calculate, CalculateOutlined, CalculateTwoTone, Cancel, ChatOutlined, Check, CheckCircle, CheckCircleOutline, CheckCircleOutlined, CheckOutlined, Clear, Close, CloudDownload, CloudDownloadOutlined, CloudOutlined, CloudUpload, CloudUploadOutlined, CollectionsBookmarkOutlined, Comment, ContactMail, ContentCopy, Dashboard, DashboardOutlined, DashboardTwoTone, DateRange, DateRangeOutlined, Delete, DeleteOutlined, Description, Done, Edit, EditNote, EditOutlined, EmojiEventsOutlined, EmojiPeople, EmojiPeopleOutlined, Error, ErrorOutline, ErrorOutlined, Event, EventOutlined, EventRepeat, EventRepeatOutlined, ExpandLess, ExpandMore, Explore, ExploreOutlined, ExploreTwoTone, Extension, ExtensionOutlined, Face, FaceOutlined, FilterList, FlagOutlined, Flight, FlightOutlined, FullScreen, Fullscreen, FullscreenExit, GetApp, GetAppOutlined, Group, Help, HelpOutlined, HelpTwoTone, Hiking, Home, HomeOutlined, HomeTwoTone, HomeWorkOutlined, ImageSearch, Info, InfoOutlined, KeyboardArrowLeft, KeyboardArrowRight, KeyboardArrowUp, Lens, Lightbulb, LightbulbOutlined, Link,
|
|
933
|
+
export { AccountBalance, AccountBalanceOutlined, AccountCircle, AccountTreeOutlined, AccountTreeTwoTone, Add, AddCircle, AddLocation, AddLocationOutlined, AddOutlined, AddTask, AddTaskOutlined, Apps, ArrowBack, ArrowForward, ArrowLeft, ArrowRight, ArrowUpward, Article, ArticleOutlined, Assignment, AssignmentLate, AssignmentLateOutlined, AssignmentOutlined, AssignmentTurnedIn, AssignmentTurnedInOutlined, AssignmentTwoTone, AttachFile, BarChartOutlined, Book, BookOutlined, BookTwoTone, BrushOutlined, BuildOutlined, BuildTwoTone, BusinessCenterOutlined, Calculate, CalculateOutlined, CalculateTwoTone, Cancel, ChatOutlined, Check, CheckBox, CheckBoxOutlined, CheckCircle, CheckCircleOutline, CheckCircleOutlined, CheckOutlined, ChromeReaderMode, ChromeReaderModeOutlined, Clear, Close, CloudDownload, CloudDownloadOutlined, CloudOutlined, CloudUpload, CloudUploadOutlined, CollectionsBookmarkOutlined, Comment, ContactMail, ContentCopy, Dashboard, DashboardOutlined, DashboardTwoTone, DateRange, DateRangeOutlined, Delete, DeleteOutlined, Description, DesktopMacOutlined, DeviceHub, DeviceHubOutlined, Done, Edit, EditNote, EditOutlined, EmailOutlined, EmojiEventsOutlined, EmojiObjects, EmojiObjectsOutlined, EmojiPeople, EmojiPeopleOutlined, Equalizer, EqualizerOutlined, Error, ErrorOutline, ErrorOutlined, Event, EventOutlined, EventRepeat, EventRepeatOutlined, ExpandLess, ExpandMore, Explore, ExploreOutlined, ExploreTwoTone, Extension, ExtensionOutlined, Face, FaceOutlined, FilterList, FlagOutlined, Flight, FlightOutlined, FolderOutlined, FolderSpecial, FolderSpecialOutlined, FullScreen, Fullscreen, FullscreenExit, GetApp, GetAppOutlined, Group, Help, HelpOutlined, HelpTwoTone, Hiking, Home, HomeOutlined, HomeTwoTone, HomeWorkOutlined, ImageSearch, Info, InfoOutlined, KeyboardArrowLeft, KeyboardArrowRight, KeyboardArrowUp, Lens, Lightbulb, LightbulbOutlined, Link, List, ListAltOutlined, ListAltTwoTone, ListOutlined, LocalOffer, LocalOfferOutlined, LocalPhone, LocalPhoneOutlined, Login, LowPriority, LowPriorityOutlined, Map, MapOutlined, Menu, MenuBookOutlined, Message, MessageOutlined, MilitaryTechOutlined, MoreHoriz, MoreVert, MyLocation, MyLocationOutlined, Notifications, NotificationsActive, Palette, PaletteOutlined, People, PeopleOutlined, Person, PersonAddAltOutlined, PersonAddOutlined, PersonOutline, PersonOutlined, PictureAsPdf, PictureAsPdfOutlined, Place, PlaceOutlined, PlayArrow, PlayArrowOutlined, PolicyOutlined, Print, PrintOutlined, PrintTwoTone, PriorityHigh, PublicOutlined, QuestionAnswerOutlined, Receipt, RecordVoiceOverOutlined, Refresh, RestartAlt, RoomServiceOutlined, Save, SaveOutlined, Schedule, School, SchoolOutlined, SchoolTwoTone, Science, ScienceOutlined, Search, SearchOutlined, Settings, SettingsOutlined, Share, ShareOutlined, SpeakerNotesOutlined, SportsOutlined, Star, StarBorder, SwapVert, TableView, TableViewOutlined, ThumbsUp, ThumbsUpOutlined, TrendingDownOutlined, TrendingFlatOutlined, TrendingUpOutlined, Tune, Verified, VerifiedOutlined, ViewList, ViewListOutlined, Visibility, VisibilityOutlined, Warning, WarningOutlined, Web, WebOutlined, Widgets, WidgetsOutlined, Work, WorkOutline, WorkOutlined, Icon as default, hasIcon };
|
|
825
934
|
//# sourceMappingURL=index.modern.js.map
|