From 1c19423626be9ce9ef2559323fdd02586a96c1da Mon Sep 17 00:00:00 2001 From: Neeraj Sharma Date: Thu, 14 Mar 2019 12:18:55 +0530 Subject: [PATCH] commit code School-maagement --- index.html | 5 +- mock/chat.js | 44 - mock/chatMessage.js | 32 - mock/data.js | 16 - mock/file.js | 42 - mock/generate.js | 18 - mock/mail.js | 25 - mock/post.js | 0 mock/schema.js | 72 -- mock/user.js | 35 - package.json | 4 +- src/App.vue | 42 +- src/api/activity.js | 44 - src/api/chart.js | 81 -- src/api/chat.js | 494 ----------- src/api/country.js | 958 --------------------- src/api/file.js | 650 -------------- src/api/index.js | 38 - src/api/mail.js | 274 ------ src/api/menu.js | 129 +-- src/api/message.js | 10 - src/api/notification.js | 29 - src/api/order.js | 34 - src/api/post.js | 38 - src/api/project.js | 53 -- src/api/user.js | 435 ---------- src/components/AppDrawer.vue | 159 ---- src/components/AppFab.vue | 33 - src/components/AppToolbar.vue | 112 --- src/components/PageHeader.vue | 58 -- src/components/ThemeSettings.vue | 205 ----- src/components/VWidget.vue | 43 - src/components/pageHeader/AppDrawer.vue | 159 ++++ src/components/pageHeader/AppToolbar.vue | 108 +++ src/components/questions/diet.vue | 381 -------- src/components/questions/health.vue | 381 -------- src/components/questions/sex.vue | 381 -------- src/components/questions/skin.vue | 381 -------- src/components/questions/suggestion.vue | 410 --------- src/components/report/generatereport.vue | 10 - src/components/report/ninemonth.vue | 5 - src/components/report/onemonth.vue | 6 - src/components/report/sixmonth.vue | 5 - src/components/report/threemonth.vue | 4 - src/components/widgets/EmailReply.vue | 116 --- src/components/widgets/InlineReply.vue | 47 - src/components/widgets/card/MenuCard.vue | 98 --- src/components/widgets/card/NameCard.vue | 122 --- src/components/widgets/card/PostImage.vue | 30 - src/components/widgets/card/PostListCard.vue | 110 --- src/components/widgets/card/PostSingleCard.vue | 88 -- src/components/widgets/card/ProfileCard.vue | 81 -- src/components/widgets/card/SettingCard.vue | 75 -- src/components/widgets/card/WeatherCard.vue | 75 -- src/components/widgets/chart/BoxChart.vue | 124 --- src/components/widgets/chart/MiniChart.vue | 74 -- src/components/widgets/form/ContactForm.vue | 145 ---- src/components/widgets/form/EventForm.vue | 165 ---- src/components/widgets/form/PaymentForm.vue | 124 --- src/components/widgets/form/ShipmentForm.vue | 130 --- src/components/widgets/list/MessageList.vue | 43 - src/components/widgets/list/NotificationList.vue | 45 - src/components/widgets/list/PlainTable.vue | 74 -- src/components/widgets/list/PlainTableOrder.vue | 69 -- .../widgets/statistic/CircleStatistic.vue | 48 -- .../widgets/statistic/LinearStatistic.vue | 38 - src/components/widgets/statistic/MiniStatistic.vue | 30 - src/pages/Authentication/Login.vue | 186 ++++ src/pages/Authentication/changepassword.vue | 144 ++++ src/pages/Authentication/forgetpassword.vue | 272 ++++++ src/pages/Calendar.vue | 60 -- src/pages/Dashboard.vue | 860 ------------------ src/pages/Deny.vue | 37 - src/pages/Error.vue | 37 - src/pages/Login.vue | 186 ---- src/pages/NotFound.vue | 34 - src/pages/NotFound/Error.vue | 37 + src/pages/NotFound/NotFound.vue | 34 + src/pages/Students.vue | 889 ------------------- src/pages/Students/students.vue | 806 +++++++++++++++++ src/pages/Teachers/teachers.vue | 778 +++++++++++++++++ src/pages/Widget.vue | 38 - src/pages/adduser.vue | 107 --- src/pages/changepassword.vue | 144 ---- src/pages/forgetpassword.vue | 267 ------ src/pages/form/BasicForms.vue | 58 -- src/pages/form/Editors.vue | 48 -- src/pages/form/SelectionControls.vue | 225 ----- src/pages/form/Selects.vue | 264 ------ src/pages/form/Steppers.vue | 90 -- src/pages/form/TextFields.vue | 232 ----- src/pages/layout/BottomSheets.vue | 94 -- src/pages/layout/Breadcrumb.vue | 56 -- src/pages/layout/ExpansionPanels.vue | 83 -- src/pages/layout/Footers.vue | 141 --- src/pages/layout/Jumbotrons.vue | 97 --- src/pages/layout/Lists.vue | 422 --------- src/pages/layout/Menus.vue | 93 -- src/pages/layout/NavigationDrawers.vue | 85 -- src/pages/layout/Tabs.vue | 182 ---- src/pages/layout/Timeline.vue | 133 --- src/pages/layout/Toolbar.vue | 137 --- src/pages/notification.vue | 129 --- src/pages/questions.vue | 138 --- src/pages/ui/Alert.vue | 115 --- src/pages/ui/Avatar.vue | 182 ---- src/pages/ui/Badge.vue | 81 -- src/pages/ui/Button.vue | 424 --------- src/pages/ui/Cards.vue | 188 ---- src/pages/ui/Carousels.vue | 58 -- src/pages/ui/Chip.vue | 154 ---- src/pages/ui/Colors.vue | 98 --- src/pages/ui/Datepicker.vue | 146 ---- src/pages/ui/Dialogs.vue | 208 ----- src/pages/ui/Icon.vue | 195 ----- src/pages/ui/Pagination.vue | 48 -- src/pages/ui/Parallax.vue | 53 -- src/pages/ui/Progress.vue | 137 --- src/pages/ui/Slider.vue | 82 -- src/pages/ui/Snackbar.vue | 93 -- src/pages/ui/Tables.vue | 234 ----- src/pages/ui/Timepicker.vue | 111 --- src/pages/ui/Tooltip.vue | 91 -- src/pages/ui/Typography.vue | 104 --- src/pages/widgets/Chart.vue | 398 --------- src/pages/widgets/List.vue | 56 -- src/pages/widgets/Post.vue | 45 - src/pages/widgets/Social.vue | 106 --- src/pages/widgets/Statistic.vue | 186 ---- src/router/paths.js | 624 +------------- static/ana.png | Bin 3562 -> 0 bytes static/ana@2x.png | Bin 7908 -> 0 bytes static/ana@3x.png | Bin 13244 -> 0 bytes static/data/chat_message.json | 632 -------------- static/data/file.json | 620 ------------- static/data/font-awesome.json | 790 ----------------- static/data/material.json | 1 - static/data/user.json | 402 --------- static/icon/delete1.png | Bin 682 -> 0 bytes 139 files changed, 2542 insertions(+), 20137 deletions(-) delete mode 100644 mock/chat.js delete mode 100644 mock/chatMessage.js delete mode 100644 mock/data.js delete mode 100644 mock/file.js delete mode 100644 mock/generate.js delete mode 100644 mock/mail.js delete mode 100644 mock/post.js delete mode 100644 mock/schema.js delete mode 100644 mock/user.js delete mode 100644 src/api/activity.js delete mode 100644 src/api/chart.js delete mode 100644 src/api/chat.js delete mode 100644 src/api/country.js delete mode 100644 src/api/file.js delete mode 100644 src/api/index.js delete mode 100644 src/api/mail.js delete mode 100644 src/api/message.js delete mode 100644 src/api/notification.js delete mode 100644 src/api/order.js delete mode 100644 src/api/post.js delete mode 100644 src/api/project.js delete mode 100644 src/api/user.js delete mode 100644 src/components/AppDrawer.vue delete mode 100644 src/components/AppFab.vue delete mode 100644 src/components/AppToolbar.vue delete mode 100644 src/components/PageHeader.vue delete mode 100644 src/components/ThemeSettings.vue delete mode 100644 src/components/VWidget.vue create mode 100644 src/components/pageHeader/AppDrawer.vue create mode 100644 src/components/pageHeader/AppToolbar.vue delete mode 100644 src/components/questions/diet.vue delete mode 100644 src/components/questions/health.vue delete mode 100644 src/components/questions/sex.vue delete mode 100644 src/components/questions/skin.vue delete mode 100644 src/components/questions/suggestion.vue delete mode 100644 src/components/report/generatereport.vue delete mode 100644 src/components/report/ninemonth.vue delete mode 100644 src/components/report/onemonth.vue delete mode 100644 src/components/report/sixmonth.vue delete mode 100644 src/components/report/threemonth.vue delete mode 100644 src/components/widgets/EmailReply.vue delete mode 100644 src/components/widgets/InlineReply.vue delete mode 100644 src/components/widgets/card/MenuCard.vue delete mode 100644 src/components/widgets/card/NameCard.vue delete mode 100644 src/components/widgets/card/PostImage.vue delete mode 100644 src/components/widgets/card/PostListCard.vue delete mode 100644 src/components/widgets/card/PostSingleCard.vue delete mode 100644 src/components/widgets/card/ProfileCard.vue delete mode 100644 src/components/widgets/card/SettingCard.vue delete mode 100644 src/components/widgets/card/WeatherCard.vue delete mode 100644 src/components/widgets/chart/BoxChart.vue delete mode 100644 src/components/widgets/chart/MiniChart.vue delete mode 100644 src/components/widgets/form/ContactForm.vue delete mode 100644 src/components/widgets/form/EventForm.vue delete mode 100644 src/components/widgets/form/PaymentForm.vue delete mode 100644 src/components/widgets/form/ShipmentForm.vue delete mode 100644 src/components/widgets/list/MessageList.vue delete mode 100644 src/components/widgets/list/NotificationList.vue delete mode 100644 src/components/widgets/list/PlainTable.vue delete mode 100644 src/components/widgets/list/PlainTableOrder.vue delete mode 100644 src/components/widgets/statistic/CircleStatistic.vue delete mode 100644 src/components/widgets/statistic/LinearStatistic.vue delete mode 100644 src/components/widgets/statistic/MiniStatistic.vue create mode 100644 src/pages/Authentication/Login.vue create mode 100644 src/pages/Authentication/changepassword.vue create mode 100644 src/pages/Authentication/forgetpassword.vue delete mode 100644 src/pages/Calendar.vue delete mode 100644 src/pages/Dashboard.vue delete mode 100644 src/pages/Deny.vue delete mode 100644 src/pages/Error.vue delete mode 100644 src/pages/Login.vue delete mode 100644 src/pages/NotFound.vue create mode 100644 src/pages/NotFound/Error.vue create mode 100644 src/pages/NotFound/NotFound.vue delete mode 100644 src/pages/Students.vue create mode 100644 src/pages/Students/students.vue create mode 100644 src/pages/Teachers/teachers.vue delete mode 100644 src/pages/Widget.vue delete mode 100644 src/pages/adduser.vue delete mode 100644 src/pages/changepassword.vue delete mode 100644 src/pages/forgetpassword.vue delete mode 100644 src/pages/form/BasicForms.vue delete mode 100644 src/pages/form/Editors.vue delete mode 100644 src/pages/form/SelectionControls.vue delete mode 100644 src/pages/form/Selects.vue delete mode 100644 src/pages/form/Steppers.vue delete mode 100644 src/pages/form/TextFields.vue delete mode 100644 src/pages/layout/BottomSheets.vue delete mode 100644 src/pages/layout/Breadcrumb.vue delete mode 100644 src/pages/layout/ExpansionPanels.vue delete mode 100644 src/pages/layout/Footers.vue delete mode 100644 src/pages/layout/Jumbotrons.vue delete mode 100644 src/pages/layout/Lists.vue delete mode 100644 src/pages/layout/Menus.vue delete mode 100644 src/pages/layout/NavigationDrawers.vue delete mode 100644 src/pages/layout/Tabs.vue delete mode 100644 src/pages/layout/Timeline.vue delete mode 100644 src/pages/layout/Toolbar.vue delete mode 100644 src/pages/notification.vue delete mode 100644 src/pages/questions.vue delete mode 100644 src/pages/ui/Alert.vue delete mode 100644 src/pages/ui/Avatar.vue delete mode 100644 src/pages/ui/Badge.vue delete mode 100644 src/pages/ui/Button.vue delete mode 100644 src/pages/ui/Cards.vue delete mode 100644 src/pages/ui/Carousels.vue delete mode 100644 src/pages/ui/Chip.vue delete mode 100644 src/pages/ui/Colors.vue delete mode 100644 src/pages/ui/Datepicker.vue delete mode 100644 src/pages/ui/Dialogs.vue delete mode 100644 src/pages/ui/Icon.vue delete mode 100644 src/pages/ui/Pagination.vue delete mode 100644 src/pages/ui/Parallax.vue delete mode 100644 src/pages/ui/Progress.vue delete mode 100644 src/pages/ui/Slider.vue delete mode 100644 src/pages/ui/Snackbar.vue delete mode 100644 src/pages/ui/Tables.vue delete mode 100644 src/pages/ui/Timepicker.vue delete mode 100644 src/pages/ui/Tooltip.vue delete mode 100644 src/pages/ui/Typography.vue delete mode 100644 src/pages/widgets/Chart.vue delete mode 100644 src/pages/widgets/List.vue delete mode 100644 src/pages/widgets/Post.vue delete mode 100644 src/pages/widgets/Social.vue delete mode 100644 src/pages/widgets/Statistic.vue delete mode 100644 static/ana.png delete mode 100644 static/ana@2x.png delete mode 100644 static/ana@3x.png delete mode 100644 static/data/chat_message.json delete mode 100644 static/data/file.json delete mode 100644 static/data/font-awesome.json delete mode 100644 static/data/material.json delete mode 100644 static/data/user.json delete mode 100644 static/icon/delete1.png diff --git a/index.html b/index.html index 3b66c65..ed110e1 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,7 @@ School Management - + @@ -17,7 +16,7 @@
- + diff --git a/src/api/activity.js b/src/api/activity.js deleted file mode 100644 index ec93fcc..0000000 --- a/src/api/activity.js +++ /dev/null @@ -1,44 +0,0 @@ - -const Items = [ - - { - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/ludwiczakpawel/128.jpg', - timeString: 'Just now', - color: 'primary', - text: 'Michael finished one task just now.' - }, - { - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/suprb/128.jpg', - timeString: '30 min ago', - color: 'teal', - text: 'Jim created a new task.' - }, - { - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/suprb/128.jpg', - timeString: '1 hour ago', - color: 'indigo', - text: 'Li completed the PSD to html convert.' - }, - { - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/suprb/128.jpg', - timeString: '3 hour ago', - color: 'pink', - text: 'Michael upload a new pic.' - }, - { - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/suprb/128.jpg', - timeString: '10 min ago', - color: 'cyan', - text: 'Li assigned a a task to Michael' - }, - -]; - -const getActivity = (limit) => { - return (limit) ? Items.slice(0, limit) : Items; -}; - - -export default { - getActivity -}; \ No newline at end of file diff --git a/src/api/chart.js b/src/api/chart.js deleted file mode 100644 index 6b9ae74..0000000 --- a/src/api/chart.js +++ /dev/null @@ -1,81 +0,0 @@ -const range = (start, end) => new Array(end - start).fill(start).map((el, i) => start + i); - -const shortMonth = [ - 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' -]; -const monthVisitData = shortMonth.map(m => { - return { - 'month': m, - 'Unique Visit': Math.floor(Math.random() * 1000) + 200, - 'Page View': Math.floor(Math.random() * 1000) + 250, - }; -}); - -const campaignData = [ - { - value: 335, - name: 'Website' - }, - { - value: 310, - name: 'Email' - }, - { - value: 234, - name: 'Ads' - }, - { - value: 135, - name: 'Video' - }, - { - value: 1548, - name: 'Search' - } -]; -const locationData = [ - { - value: 50, - name: 'China' - }, - { - value: 35, - name: 'USA' - }, - { - value: 25, - name: 'EU' - }, - { - value: 10, - name: 'Russia' - }, - { - value: 10, - name: 'Other' - } -]; - -const StackMainData = [220, 182, 191, 234, 290, 330, 310, 123, 442, 321, 90, 149, 210, 122, 133, 334, 198, 123, 125, 220]; -const StackData = StackMainData.map((item, key) => { - return { - 'label': key + 'D', - 'max': 500, - 'sales': item, - }; -}); -const SinData = range(1, 12).map(i => { - return { - 'cate': 'Cat' + i, - 'value': ((Math.sin(i / 5) * (i / 5 - 0.1) + i / 6) * 5) - }; -}); - - -export { - monthVisitData, - campaignData, - locationData, - StackData, - SinData, -}; \ No newline at end of file diff --git a/src/api/chat.js b/src/api/chat.js deleted file mode 100644 index b1e20eb..0000000 --- a/src/api/chat.js +++ /dev/null @@ -1,494 +0,0 @@ -import { getUser as User } from './user'; -// chat menu -const Menu = [ - { - text: 'Chat', - icon: 'chat', - to: { path: '/chat/messaging' }, - }, - { - text: 'Contacts', - icon: 'contacts', - to: { path: '/chat/contact' }, - }, - { - text: 'File', - icon: 'insert_drive_file', - to: { path: '/chat/media' }, - }, - { - text: 'Settings', - icon: 'settings', - to: { path: '/chat/settings' }, - }, - -]; -// chat group -const Groups = [ - { - 'uuid': 'a44f8ade-513c-46b5-bae4-0acf809860e6', - 'title': 'nisi', - 'users': [ - 'da95e977-cd54-4077-a767-1b7f33ef6919' - ], - 'created_by': '60d07662-bfec-42c7-b044-c81bc4ff8c7a', - 'created_at': '2018-04-10T15:02:15.476Z' - }, - { - 'uuid': 'c86f170d-9a36-4f2c-bb76-2de65aa8c7bf', - 'title': 'odio', - 'users': [ - '46d6f992-5729-4588-b7f8-ce74f21157ba', - '7d910620-84e1-49fc-951e-d375587b8189' - ], - 'created_by': 'eef93cb1-7766-4413-a5cf-ecbf71fa3674', - 'created_at': '2018-04-11T04:02:56.728Z' - }, - { - 'uuid': '9c750cd1-a04d-4b9b-afe2-3e5f1b8d04fa', - 'title': 'delectus', - 'users': [ - '60d07662-bfec-42c7-b044-c81bc4ff8c7a' - ], - 'created_by': 'bd30e201-cceb-410e-8497-a4072bc399f5', - 'created_at': '2018-04-10T10:35:26.982Z' - }, - { - 'uuid': '0b29c8d1-6467-4680-9210-01d7669d47c1', - 'title': 'placeat', - 'users': [ - 'da95e977-cd54-4077-a767-1b7f33ef6919' - ], - 'created_by': '6124d4e8-77ed-4b34-868d-d312bfab5de2', - 'created_at': '2018-04-10T22:33:14.365Z' - }, - { - 'uuid': 'ff04dee6-34f0-4ac9-b38b-463a2e0227e9', - 'title': 'minima', - 'users': [ - '5c44b666-baca-4f18-a3cb-23068c6edc14', - '14ddae1e-986d-42f4-8d17-46a02d469b2b' - ], - 'created_by': 'ee272550-36e8-4fe2-889d-c1ee701c5863', - 'created_at': '2018-04-10T07:56:08.876Z' - }, - { - 'uuid': '42e3d8f8-a097-4049-bd6e-53eab86f3722', - 'title': 'ducimus', - 'users': [ - '46d6f992-5729-4588-b7f8-ce74f21157ba', - '6124d4e8-77ed-4b34-868d-d312bfab5de2' - ], - 'created_by': '77f4b102-9df5-43ba-966a-6f816806c5e2', - 'created_at': '2018-04-11T00:04:45.012Z' - }, - { - 'uuid': '14c43a19-3938-41ec-90ca-9f09d9390a6f', - 'title': 'et', - 'users': [ - '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - '3782c174-1f2c-4dc4-b75d-0bedf400e023' - ], - 'created_by': 'afdb5033-5bcc-4cec-b932-353a83410b44', - 'created_at': '2018-04-10T20:30:02.955Z' - }, - { - 'uuid': 'b42daaa7-ef3c-4cbe-89cc-52476f169232', - 'title': 'qui', - 'users': [ - 'afdb5033-5bcc-4cec-b932-353a83410b44' - ], - 'created_by': '36a1ead7-57a0-4275-8a21-956194ab7cdf', - 'created_at': '2018-04-11T05:27:15.635Z' - }, - { - 'uuid': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'title': 'totam', - 'users': [ - '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - '5c44b666-baca-4f18-a3cb-23068c6edc14', - '7d910620-84e1-49fc-951e-d375587b8189' - ], - 'created_by': '60d07662-bfec-42c7-b044-c81bc4ff8c7a', - 'created_at': '2018-04-10T14:47:13.370Z' - }, - { - 'uuid': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'title': 'placeat', - 'users': [ - '6a03248b-1752-4332-a3a9-7108528cc9d3', - '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - '65a6eb21-67b5-45c3-9af7-faca2d9b60d4' - ], - 'created_by': 'a41c6c4a-9cb1-45d1-8c6f-091044ba51ff', - 'created_at': '2018-04-11T01:23:23.603Z' - } -]; - -const Messages = [ - { - 'uuid': '2cc7e60b-a81b-4859-bb88-e894e11eb77d', - 'chatId': 'a44f8ade-513c-46b5-bae4-0acf809860e6', - 'text': 'Ex laudantium veniam aut repellendus voluptatem vitae suscipit at quisquam.', - 'userId': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'created_at': '2018-04-10T18:42:25.141Z' - }, - { - 'uuid': '2a2c7ea4-e2c1-47ac-8dc8-73ed074abb99', - 'chatId': 'a44f8ade-513c-46b5-bae4-0acf809860e6', - 'text': 'Natus ex qui at in et porro.', - 'userId': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'created_at': '2018-04-10T09:39:34.913Z' - }, - { - 'uuid': '063c9eb5-249a-4778-9367-ebfd33f69a4e', - 'chatId': 'a44f8ade-513c-46b5-bae4-0acf809860e6', - 'text': 'Ut et qui unde nulla.', - 'userId': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'created_at': '2018-04-11T04:47:33.345Z' - }, - { - 'uuid': '2ea77894-ae69-4a2b-9bf2-86b555f4d84b', - 'chatId': 'c86f170d-9a36-4f2c-bb76-2de65aa8c7bf', - 'text': 'Impedit sed ducimus ut suscipit nobis id.', - 'userId': '46d6f992-5729-4588-b7f8-ce74f21157ba', - 'created_at': '2018-04-10T23:11:40.311Z' - }, - { - 'uuid': '09fc211d-e8a2-4bae-bb40-6a707c3c5eac', - 'chatId': 'c86f170d-9a36-4f2c-bb76-2de65aa8c7bf', - 'text': 'Quia laborum labore maiores magnam sint.', - 'userId': '46d6f992-5729-4588-b7f8-ce74f21157ba', - 'created_at': '2018-04-10T16:47:00.297Z' - }, - { - 'uuid': '9150380c-7675-4780-8395-e1d6fa1749f7', - 'chatId': 'c86f170d-9a36-4f2c-bb76-2de65aa8c7bf', - 'text': 'Aut consectetur est eligendi impedit.', - 'userId': '46d6f992-5729-4588-b7f8-ce74f21157ba', - 'created_at': '2018-04-11T00:22:22.961Z' - }, - { - 'uuid': '757c2b29-5121-4c51-a9a0-390a537307bc', - 'chatId': 'c86f170d-9a36-4f2c-bb76-2de65aa8c7bf', - 'text': 'Recusandae voluptatibus nisi perferendis et ut quo repellat.', - 'userId': '7d910620-84e1-49fc-951e-d375587b8189', - 'created_at': '2018-04-10T14:30:41.149Z' - }, - { - 'uuid': 'c06da098-5532-4b4b-95fe-f9cc9b64a44a', - 'chatId': 'c86f170d-9a36-4f2c-bb76-2de65aa8c7bf', - 'text': 'Beatae laborum enim.', - 'userId': '7d910620-84e1-49fc-951e-d375587b8189', - 'created_at': '2018-04-10T20:57:39.530Z' - }, - { - 'uuid': '9e6b676c-9042-497c-a96e-c78b2d30570f', - 'chatId': 'c86f170d-9a36-4f2c-bb76-2de65aa8c7bf', - 'text': 'Ullam aliquid sint dicta nisi veritatis dolor.', - 'userId': '7d910620-84e1-49fc-951e-d375587b8189', - 'created_at': '2018-04-10T11:14:29.366Z' - }, - { - 'uuid': '68863c56-f8bd-486b-a904-cf7abe788849', - 'chatId': '9c750cd1-a04d-4b9b-afe2-3e5f1b8d04fa', - 'text': 'Est minima quo doloribus adipisci qui.', - 'userId': '60d07662-bfec-42c7-b044-c81bc4ff8c7a', - 'created_at': '2018-04-10T19:05:08.963Z' - }, - { - 'uuid': '96d13a69-7bd1-4523-bd47-d9986d7819d0', - 'chatId': '9c750cd1-a04d-4b9b-afe2-3e5f1b8d04fa', - 'text': 'Molestiae id amet tempore labore ipsam debitis.', - 'userId': '60d07662-bfec-42c7-b044-c81bc4ff8c7a', - 'created_at': '2018-04-10T15:49:06.410Z' - }, - { - 'uuid': '2657bfda-59df-43ec-baa5-bfad08c5c412', - 'chatId': '0b29c8d1-6467-4680-9210-01d7669d47c1', - 'text': 'Voluptatem excepturi minima quidem id non.', - 'userId': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'created_at': '2018-04-11T02:29:58.528Z' - }, - { - 'uuid': 'd9bcf3b5-6ef7-4aef-ab62-1e94947fecd0', - 'chatId': '0b29c8d1-6467-4680-9210-01d7669d47c1', - 'text': 'Qui non laudantium et.', - 'userId': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'created_at': '2018-04-10T12:41:25.616Z' - }, - { - 'uuid': 'ed87358b-c859-4f0e-be23-2f038a53b65c', - 'chatId': '0b29c8d1-6467-4680-9210-01d7669d47c1', - 'text': 'Magni est nihil repellat.', - 'userId': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'created_at': '2018-04-11T04:51:19.790Z' - }, - { - 'uuid': 'b56554d9-b98a-4c9c-99cc-d7964da81dce', - 'chatId': '0b29c8d1-6467-4680-9210-01d7669d47c1', - 'text': 'Magnam blanditiis eum unde et sapiente dolore aliquid unde dolor.', - 'userId': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'created_at': '2018-04-10T21:15:03.304Z' - }, - { - 'uuid': '380a2600-2aa7-4764-b3de-8e0563ba33cf', - 'chatId': 'ff04dee6-34f0-4ac9-b38b-463a2e0227e9', - 'text': 'Suscipit rerum voluptate sint saepe quis.', - 'userId': '5c44b666-baca-4f18-a3cb-23068c6edc14', - 'created_at': '2018-04-11T04:37:10.098Z' - }, - { - 'uuid': 'f207c65c-8a55-436f-8eb6-7c0f8880ac0d', - 'chatId': 'ff04dee6-34f0-4ac9-b38b-463a2e0227e9', - 'text': 'Earum quis facere aut nostrum voluptatem.', - 'userId': '14ddae1e-986d-42f4-8d17-46a02d469b2b', - 'created_at': '2018-04-10T16:16:49.913Z' - }, - { - 'uuid': '1f2c46a2-072f-40ce-9fa7-a54dee81d8b8', - 'chatId': 'ff04dee6-34f0-4ac9-b38b-463a2e0227e9', - 'text': 'Non maiores eligendi facere sunt totam optio.', - 'userId': '14ddae1e-986d-42f4-8d17-46a02d469b2b', - 'created_at': '2018-04-11T00:48:29.388Z' - }, - { - 'uuid': '65d307b0-69c9-4fda-9012-0819f9010d44', - 'chatId': 'ff04dee6-34f0-4ac9-b38b-463a2e0227e9', - 'text': 'Excepturi placeat necessitatibus ea et alias repudiandae.', - 'userId': '14ddae1e-986d-42f4-8d17-46a02d469b2b', - 'created_at': '2018-04-10T20:55:54.204Z' - }, - { - 'uuid': '833654bc-5c4a-46f7-9a77-7e6a4f6707fe', - 'chatId': '42e3d8f8-a097-4049-bd6e-53eab86f3722', - 'text': 'Labore corporis et.', - 'userId': '46d6f992-5729-4588-b7f8-ce74f21157ba', - 'created_at': '2018-04-11T04:22:25.581Z' - }, - { - 'uuid': '8f85169b-37c2-4d2f-bf5a-e193b5768823', - 'chatId': '42e3d8f8-a097-4049-bd6e-53eab86f3722', - 'text': 'Repudiandae similique neque blanditiis voluptatem.', - 'userId': '46d6f992-5729-4588-b7f8-ce74f21157ba', - 'created_at': '2018-04-11T04:31:40.571Z' - }, - { - 'uuid': 'b29dbfa3-b34e-48ac-b65a-f9f22c311df0', - 'chatId': '42e3d8f8-a097-4049-bd6e-53eab86f3722', - 'text': 'Ut doloribus ad.', - 'userId': '46d6f992-5729-4588-b7f8-ce74f21157ba', - 'created_at': '2018-04-10T17:52:24.773Z' - }, - { - 'uuid': '6bad98e9-2615-4fca-80e3-8388078ee4df', - 'chatId': '42e3d8f8-a097-4049-bd6e-53eab86f3722', - 'text': 'Quia molestiae perspiciatis nihil voluptas facilis enim fugit occaecati laboriosam.', - 'userId': '6124d4e8-77ed-4b34-868d-d312bfab5de2', - 'created_at': '2018-04-10T16:19:53.205Z' - }, - { - 'uuid': 'b2e5993f-a367-4183-97f9-6a778e99970a', - 'chatId': '42e3d8f8-a097-4049-bd6e-53eab86f3722', - 'text': 'Explicabo sapiente voluptatibus provident.', - 'userId': '6124d4e8-77ed-4b34-868d-d312bfab5de2', - 'created_at': '2018-04-10T10:07:06.317Z' - }, - { - 'uuid': '60f3ae3b-fc7e-41bf-9b50-330d42b4eabe', - 'chatId': '14c43a19-3938-41ec-90ca-9f09d9390a6f', - 'text': 'Qui eius velit esse est hic voluptas possimus consequatur.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-10T07:12:32.351Z' - }, - { - 'uuid': '88583551-1f48-434e-80a7-8c3e282ab527', - 'chatId': '14c43a19-3938-41ec-90ca-9f09d9390a6f', - 'text': 'Expedita distinctio ea.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-11T06:22:54.274Z' - }, - { - 'uuid': 'b504481e-6c57-4eaf-a3de-a46e007af2fc', - 'chatId': '14c43a19-3938-41ec-90ca-9f09d9390a6f', - 'text': 'Numquam sit minima.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-10T11:36:29.344Z' - }, - { - 'uuid': '69c572f4-0f07-4434-abfd-61e22af047bb', - 'chatId': '14c43a19-3938-41ec-90ca-9f09d9390a6f', - 'text': 'Eos facilis sunt non autem hic.', - 'userId': '3782c174-1f2c-4dc4-b75d-0bedf400e023', - 'created_at': '2018-04-11T04:23:08.344Z' - }, - { - 'uuid': 'd7f57929-a16b-4037-9b23-480224efbb52', - 'chatId': '14c43a19-3938-41ec-90ca-9f09d9390a6f', - 'text': 'Sed voluptatibus ut tempora ut voluptas alias quas.', - 'userId': '3782c174-1f2c-4dc4-b75d-0bedf400e023', - 'created_at': '2018-04-11T05:01:28.334Z' - }, - { - 'uuid': 'be2034ef-d0e9-4110-9df9-e46fef8b2de7', - 'chatId': '14c43a19-3938-41ec-90ca-9f09d9390a6f', - 'text': 'Omnis a ea aut est reiciendis consequatur earum molestias quod.', - 'userId': '3782c174-1f2c-4dc4-b75d-0bedf400e023', - 'created_at': '2018-04-11T06:25:41.867Z' - }, - { - 'uuid': 'fc273883-0360-42ab-ae03-53923c906a8c', - 'chatId': 'b42daaa7-ef3c-4cbe-89cc-52476f169232', - 'text': 'Voluptas eligendi sit et.', - 'userId': 'afdb5033-5bcc-4cec-b932-353a83410b44', - 'created_at': '2018-04-10T08:50:09.825Z' - }, - { - 'uuid': '4548dbd5-cd36-447e-9476-a831b5000ab3', - 'chatId': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'text': 'At est rem.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-10T10:52:17.635Z' - }, - { - 'uuid': '2ee80955-bdc4-4195-a22e-a32cc2f87b9d', - 'chatId': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'text': 'Dolores alias amet dolor blanditiis consequatur qui consequatur harum.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-10T12:05:44.794Z' - }, - { - 'uuid': '709514c4-e86f-4a39-acb1-0162df208042', - 'chatId': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'text': 'Ut odit voluptas et voluptates esse consequatur eius aut.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-10T23:37:57.117Z' - }, - { - 'uuid': '9272611c-6842-4a3d-957a-e129b75a9ff8', - 'chatId': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'text': 'Molestiae praesentium maiores amet cum quasi.', - 'userId': '5c44b666-baca-4f18-a3cb-23068c6edc14', - 'created_at': '2018-04-10T08:17:01.849Z' - }, - { - 'uuid': '156dc16b-58a6-4b63-9703-85f120ef58e9', - 'chatId': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'text': 'Asperiores voluptatibus illo autem ipsa sit excepturi tempora sint.', - 'userId': '7d910620-84e1-49fc-951e-d375587b8189', - 'created_at': '2018-04-10T17:05:53.637Z' - }, - { - 'uuid': '0a402ffd-3d7c-491e-957b-a521b823fe30', - 'chatId': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'text': 'Dignissimos praesentium quo tenetur facere sed voluptatibus doloribus.', - 'userId': '7d910620-84e1-49fc-951e-d375587b8189', - 'created_at': '2018-04-10T19:04:30.895Z' - }, - { - 'uuid': 'ffbdadc3-8029-45d4-85d1-5caa50064836', - 'chatId': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'text': 'Dolorem repudiandae ut ipsum maiores omnis deleniti libero similique.', - 'userId': '7d910620-84e1-49fc-951e-d375587b8189', - 'created_at': '2018-04-11T00:24:35.538Z' - }, - { - 'uuid': 'ade76548-7eed-448d-85b9-b3f73a7caf3f', - 'chatId': 'a4fb2a31-7e6f-4103-b512-3a0e1856b42d', - 'text': 'Quia et nulla officiis sed incidunt.', - 'userId': '7d910620-84e1-49fc-951e-d375587b8189', - 'created_at': '2018-04-10T20:07:30.303Z' - }, - { - 'uuid': 'f887af23-b252-4ac7-9f69-cb9161ac9f3b', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Delectus sed aperiam.', - 'userId': '6a03248b-1752-4332-a3a9-7108528cc9d3', - 'created_at': '2018-04-10T23:33:05.619Z' - }, - { - 'uuid': 'c87bae69-5c3e-4546-9694-ff339bdf35de', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Ad nam perspiciatis.', - 'userId': '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - 'created_at': '2018-04-10T07:12:52.646Z' - }, - { - 'uuid': '6ecfe4f2-bc8b-4ced-b569-d48ced93eb1f', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Numquam expedita vero.', - 'userId': '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - 'created_at': '2018-04-10T18:40:01.513Z' - }, - { - 'uuid': 'e5a22400-92d8-4f7b-86c2-d82ce81e252f', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Nemo aliquid molestiae veniam maxime molestiae velit pariatur.', - 'userId': '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - 'created_at': '2018-04-11T03:56:04.139Z' - }, - { - 'uuid': 'ffb0733c-648a-4d5b-8730-7e6b80f15140', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Quis aut rerum illum.', - 'userId': '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - 'created_at': '2018-04-10T09:04:51.772Z' - }, - { - 'uuid': '3523d9b3-43b1-4190-8dba-45df3e5e7458', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Eos laborum quo quis repellat qui aut et quibusdam consequatur.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-11T05:01:13.162Z' - }, - { - 'uuid': '52baaf8e-3bca-41c8-bbad-945bae0d681a', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Inventore labore similique eaque ipsam sunt est deleniti.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-10T14:40:01.818Z' - }, - { - 'uuid': 'd63b9475-669a-49fb-b8eb-63a50bbc8fd0', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Sunt et vero nemo voluptate sint eos quae tempore.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-10T07:44:03.117Z' - }, - { - 'uuid': '8bec71cc-eb61-4d8d-ace7-b3a343f5efc8', - 'chatId': 'b1f03c8b-837f-4579-a18b-974d3ce93f3b', - 'text': 'Voluptatem vel hic mollitia laborum.', - 'userId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'created_at': '2018-04-10T14:46:17.356Z' - } -]; - -// Add user to map -Messages.map((item) => { - let tmp = User().find(x => x.uuid === item.userId); - item.user = { - 'uuid': tmp.uuid, - 'name': tmp.name, - 'avatar': tmp.avatar - }; - return item; -}); - -// add messages to group -Groups.map((item) => { - item.messages = Messages.filter(x => x.chatId === item.uuid); - item.user = User().find(x => x.uuid === item.created_by); - return item; -}); - -// get chat group -const getChatById = (uuid) => { - return (uuid !== undefined) ? Groups.find(x => x.uuid === uuid) : Groups[0]; -}; - -export { - Menu, - Groups, - getChatById -}; \ No newline at end of file diff --git a/src/api/country.js b/src/api/country.js deleted file mode 100644 index a8cdf42..0000000 --- a/src/api/country.js +++ /dev/null @@ -1,958 +0,0 @@ -export default [ - { - 'country': 'Aruba', - 'abbr': 'AW' - }, - { - 'country': 'Afghanistan', - 'abbr': 'AF' - }, - { - 'country': 'Angola', - 'abbr': 'AO' - }, - { - 'country': 'Anguilla', - 'abbr': 'AI' - }, - { - 'country': 'Albania', - 'abbr': 'AL' - }, - { - 'country': 'Andorra', - 'abbr': 'AD' - }, - { - 'country': 'Netherlands Antilles', - 'abbr': 'AN' - }, - { - 'country': 'United Arab Emirates', - 'abbr': 'AE' - }, - { - 'country': 'Argentina', - 'abbr': 'AR' - }, - { - 'country': 'Armenia', - 'abbr': 'AM' - }, - { - 'country': 'American Samoa', - 'abbr': 'AS' - }, - { - 'country': 'Antarctica', - 'abbr': 'AQ' - }, - { - 'country': 'French Southern territories', - 'abbr': 'TF' - }, - { - 'country': 'Antigua and Barbuda', - 'abbr': 'AG' - }, - { - 'country': 'Australia', - 'abbr': 'AU' - }, - { - 'country': 'Austria', - 'abbr': 'AT' - }, - { - 'country': 'Azerbaijan', - 'abbr': 'AZ' - }, - { - 'country': 'Burundi', - 'abbr': 'BI' - }, - { - 'country': 'Belgium', - 'abbr': 'BE' - }, - { - 'country': 'Benin', - 'abbr': 'BJ' - }, - { - 'country': 'Burkina Faso', - 'abbr': 'BF' - }, - { - 'country': 'Bangladesh', - 'abbr': 'BD' - }, - { - 'country': 'Bulgaria', - 'abbr': 'BG' - }, - { - 'country': 'Bahrain', - 'abbr': 'BH' - }, - { - 'country': 'Bahamas', - 'abbr': 'BS' - }, - { - 'country': 'Bosnia and Herzegovina', - 'abbr': 'BA' - }, - { - 'country': 'Belarus', - 'abbr': 'BY' - }, - { - 'country': 'Belize', - 'abbr': 'BZ' - }, - { - 'country': 'Bermuda', - 'abbr': 'BM' - }, - { - 'country': 'Bolivia', - 'abbr': 'BO' - }, - { - 'country': 'Brazil', - 'abbr': 'BR' - }, - { - 'country': 'Barbados', - 'abbr': 'BB' - }, - { - 'country': 'Brunei', - 'abbr': 'BN' - }, - { - 'country': 'Bhutan', - 'abbr': 'BT' - }, - { - 'country': 'Bouvet Island', - 'abbr': 'BV' - }, - { - 'country': 'Botswana', - 'abbr': 'BW' - }, - { - 'country': 'Central African Republic', - 'abbr': 'CF' - }, - { - 'country': 'Canada', - 'abbr': 'CA' - }, - { - 'country': 'Cocos (Keeling) Islands', - 'abbr': 'CC' - }, - { - 'country': 'Switzerland', - 'abbr': 'CH' - }, - { - 'country': 'Chile', - 'abbr': 'CL' - }, - { - 'country': 'China', - 'abbr': 'CN' - }, - { - 'country': 'Ivory Coast', - 'abbr': 'CI' - }, - { - 'country': 'Cameroon', - 'abbr': 'CM' - }, - { - 'country': 'Congo, The Democratic Republic of the', - 'abbr': 'CD' - }, - { - 'country': 'Congo', - 'abbr': 'CG' - }, - { - 'country': 'Cook Islands', - 'abbr': 'CK' - }, - { - 'country': 'Colombia', - 'abbr': 'CO' - }, - { - 'country': 'Comoros', - 'abbr': 'KM' - }, - { - 'country': 'Cape Verde', - 'abbr': 'CV' - }, - { - 'country': 'Costa Rica', - 'abbr': 'CR' - }, - { - 'country': 'Cuba', - 'abbr': 'CU' - }, - { - 'country': 'Christmas Island', - 'abbr': 'CX' - }, - { - 'country': 'Cayman Islands', - 'abbr': 'KY' - }, - { - 'country': 'Cyprus', - 'abbr': 'CY' - }, - { - 'country': 'Czech Republic', - 'abbr': 'CZ' - }, - { - 'country': 'Germany', - 'abbr': 'DE' - }, - { - 'country': 'Djibouti', - 'abbr': 'DJ' - }, - { - 'country': 'Dominica', - 'abbr': 'DM' - }, - { - 'country': 'Denmark', - 'abbr': 'DK' - }, - { - 'country': 'Dominican Republic', - 'abbr': 'DO' - }, - { - 'country': 'Algeria', - 'abbr': 'DZ' - }, - { - 'country': 'Ecuador', - 'abbr': 'EC' - }, - { - 'country': 'Egypt', - 'abbr': 'EG' - }, - { - 'country': 'Eritrea', - 'abbr': 'ER' - }, - { - 'country': 'Western Sahara', - 'abbr': 'EH' - }, - { - 'country': 'Spain', - 'abbr': 'ES' - }, - { - 'country': 'Estonia', - 'abbr': 'EE' - }, - { - 'country': 'Ethiopia', - 'abbr': 'ET' - }, - { - 'country': 'Finland', - 'abbr': 'FI' - }, - { - 'country': 'Fiji Islands', - 'abbr': 'FJ' - }, - { - 'country': 'Falkland Islands', - 'abbr': 'FK' - }, - { - 'country': 'France', - 'abbr': 'FR' - }, - { - 'country': 'Faroe Islands', - 'abbr': 'FO' - }, - { - 'country': 'Federated States of Micronesia', - 'abbr': 'FM' - }, - { - 'country': 'Gabon', - 'abbr': 'GA' - }, - { - 'country': 'United Kingdom', - 'abbr': 'GB' - }, - { - 'country': 'Georgia', - 'abbr': 'GE' - }, - { - 'country': 'Ghana', - 'abbr': 'GH' - }, - { - 'country': 'Gibraltar', - 'abbr': 'GI' - }, - { - 'country': 'Guinea', - 'abbr': 'GN' - }, - { - 'country': 'Guadeloupe', - 'abbr': 'GP' - }, - { - 'country': 'Gambia', - 'abbr': 'GM' - }, - { - 'country': 'Guinea-Bissau', - 'abbr': 'GW' - }, - { - 'country': 'Equatorial Guinea', - 'abbr': 'GQ' - }, - { - 'country': 'Greece', - 'abbr': 'GR' - }, - { - 'country': 'Grenada', - 'abbr': 'GD' - }, - { - 'country': 'Greenland', - 'abbr': 'GL' - }, - { - 'country': 'Guatemala', - 'abbr': 'GT' - }, - { - 'country': 'French Guiana', - 'abbr': 'GF' - }, - { - 'country': 'Guam', - 'abbr': 'GU' - }, - { - 'country': 'Guyana', - 'abbr': 'GY' - }, - { - 'country': 'Hong Kong', - 'abbr': 'HK' - }, - { - 'country': 'Heard Island and McDonald Islands', - 'abbr': 'HM' - }, - { - 'country': 'Honduras', - 'abbr': 'HN' - }, - { - 'country': 'Croatia', - 'abbr': 'HR' - }, - { - 'country': 'Haiti', - 'abbr': 'HT' - }, - { - 'country': 'Hungary', - 'abbr': 'HU' - }, - { - 'country': 'Indonesia', - 'abbr': 'ID' - }, - { - 'country': 'India', - 'abbr': 'IN' - }, - { - 'country': 'British Indian Ocean Territory', - 'abbr': 'IO' - }, - { - 'country': 'Ireland', - 'abbr': 'IE' - }, - { - 'country': 'Iran', - 'abbr': 'IR' - }, - { - 'country': 'Iraq', - 'abbr': 'IQ' - }, - { - 'country': 'Iceland', - 'abbr': 'IS' - }, - { - 'country': 'Israel', - 'abbr': 'IL' - }, - { - 'country': 'Italy', - 'abbr': 'IT' - }, - { - 'country': 'Jamaica', - 'abbr': 'JM' - }, - { - 'country': 'Jordan', - 'abbr': 'JO' - }, - { - 'country': 'Japan', - 'abbr': 'JP' - }, - { - 'country': 'Kazakhstan', - 'abbr': 'KZ' - }, - { - 'country': 'Kenya', - 'abbr': 'KE' - }, - { - 'country': 'Kyrgyzstan', - 'abbr': 'KG' - }, - { - 'country': 'Cambodia', - 'abbr': 'KH' - }, - { - 'country': 'Kiribati', - 'abbr': 'KI' - }, - { - 'country': 'Saint Kitts and Nevis', - 'abbr': 'KN' - }, - { - 'country': 'South Korea', - 'abbr': 'KR' - }, - { - 'country': 'Kuwait', - 'abbr': 'KW' - }, - { - 'country': 'Laos', - 'abbr': 'LA' - }, - { - 'country': 'Lebanon', - 'abbr': 'LB' - }, - { - 'country': 'Liberia', - 'abbr': 'LR' - }, - { - 'country': 'Libyan Arab Jamahiriya', - 'abbr': 'LY' - }, - { - 'country': 'Saint Lucia', - 'abbr': 'LC' - }, - { - 'country': 'Liechtenstein', - 'abbr': 'LI' - }, - { - 'country': 'Sri Lanka', - 'abbr': 'LK' - }, - { - 'country': 'Lesotho', - 'abbr': 'LS' - }, - { - 'country': 'Lithuania', - 'abbr': 'LT' - }, - { - 'country': 'Luxembourg', - 'abbr': 'LU' - }, - { - 'country': 'Latvia', - 'abbr': 'LV' - }, - { - 'country': 'Macao', - 'abbr': 'MO' - }, - { - 'country': 'Morocco', - 'abbr': 'MA' - }, - { - 'country': 'Monaco', - 'abbr': 'MC' - }, - { - 'country': 'Moldova', - 'abbr': 'MD' - }, - { - 'country': 'Madagascar', - 'abbr': 'MG' - }, - { - 'country': 'Maldives', - 'abbr': 'MV' - }, - { - 'country': 'Mexico', - 'abbr': 'MX' - }, - { - 'country': 'Marshall Islands', - 'abbr': 'MH' - }, - { - 'country': 'Macedonia', - 'abbr': 'MK' - }, - { - 'country': 'Mali', - 'abbr': 'ML' - }, - { - 'country': 'Malta', - 'abbr': 'MT' - }, - { - 'country': 'Myanmar', - 'abbr': 'MM' - }, - { - 'country': 'Mongolia', - 'abbr': 'MN' - }, - { - 'country': 'Northern Mariana Islands', - 'abbr': 'MP' - }, - { - 'country': 'Mozambique', - 'abbr': 'MZ' - }, - { - 'country': 'Mauritania', - 'abbr': 'MR' - }, - { - 'country': 'Montserrat', - 'abbr': 'MS' - }, - { - 'country': 'Martinique', - 'abbr': 'MQ' - }, - { - 'country': 'Mauritius', - 'abbr': 'MU' - }, - { - 'country': 'Malawi', - 'abbr': 'MW' - }, - { - 'country': 'Malaysia', - 'abbr': 'MY' - }, - { - 'country': 'Mayotte', - 'abbr': 'YT' - }, - { - 'country': 'Namibia', - 'abbr': 'NA' - }, - { - 'country': 'New Caledonia', - 'abbr': 'NC' - }, - { - 'country': 'Niger', - 'abbr': 'NE' - }, - { - 'country': 'Norfolk Island', - 'abbr': 'NF' - }, - { - 'country': 'Nigeria', - 'abbr': 'NG' - }, - { - 'country': 'Nicaragua', - 'abbr': 'NI' - }, - { - 'country': 'Niue', - 'abbr': 'NU' - }, - { - 'country': 'Netherlands', - 'abbr': 'NL' - }, - { - 'country': 'Norway', - 'abbr': 'NO' - }, - { - 'country': 'Nepal', - 'abbr': 'NP' - }, - { - 'country': 'Nauru', - 'abbr': 'NR' - }, - { - 'country': 'New Zealand', - 'abbr': 'NZ' - }, - { - 'country': 'Oman', - 'abbr': 'OM' - }, - { - 'country': 'Pakistan', - 'abbr': 'PK' - }, - { - 'country': 'Panama', - 'abbr': 'PA' - }, - { - 'country': 'Pitcairn', - 'abbr': 'PN' - }, - { - 'country': 'Peru', - 'abbr': 'PE' - }, - { - 'country': 'Philippines', - 'abbr': 'PH' - }, - { - 'country': 'Palau', - 'abbr': 'PW' - }, - { - 'country': 'Papua New Guinea', - 'abbr': 'PG' - }, - { - 'country': 'Poland', - 'abbr': 'PL' - }, - { - 'country': 'Puerto Rico', - 'abbr': 'PR' - }, - { - 'country': 'North Korea', - 'abbr': 'KP' - }, - { - 'country': 'Portugal', - 'abbr': 'PT' - }, - { - 'country': 'Paraguay', - 'abbr': 'PY' - }, - { - 'country': 'Palestine', - 'abbr': 'PS' - }, - { - 'country': 'French Polynesia', - 'abbr': 'PF' - }, - { - 'country': 'Qatar', - 'abbr': 'QA' - }, - { - 'country': 'Reunion', - 'abbr': 'RE' - }, - { - 'country': 'Romania', - 'abbr': 'RO' - }, - { - 'country': 'Russian Federation', - 'abbr': 'RU' - }, - { - 'country': 'Rwanda', - 'abbr': 'RW' - }, - { - 'country': 'Saudi Arabia', - 'abbr': 'SA' - }, - { - 'country': 'Sudan', - 'abbr': 'SD' - }, - { - 'country': 'Senegal', - 'abbr': 'SN' - }, - { - 'country': 'Singapore', - 'abbr': 'SG' - }, - { - 'country': 'South Georgia and the South Sandwich Islands', - 'abbr': 'GS' - }, - { - 'country': 'Saint Helena', - 'abbr': 'SH' - }, - { - 'country': 'Svalbard and Jan Mayen', - 'abbr': 'SJ' - }, - { - 'country': 'Solomon Islands', - 'abbr': 'SB' - }, - { - 'country': 'Sierra Leone', - 'abbr': 'SL' - }, - { - 'country': 'El Salvador', - 'abbr': 'SV' - }, - { - 'country': 'San Marino', - 'abbr': 'SM' - }, - { - 'country': 'Somalia', - 'abbr': 'SO' - }, - { - 'country': 'Saint Pierre and Miquelon', - 'abbr': 'PM' - }, - { - 'country': 'Sao Tome and Principe', - 'abbr': 'ST' - }, - { - 'country': 'Suriname', - 'abbr': 'SR' - }, - { - 'country': 'Slovakia', - 'abbr': 'SK' - }, - { - 'country': 'Slovenia', - 'abbr': 'SI' - }, - { - 'country': 'Sweden', - 'abbr': 'SE' - }, - { - 'country': 'Swaziland', - 'abbr': 'SZ' - }, - { - 'country': 'Seychelles', - 'abbr': 'SC' - }, - { - 'country': 'Syria', - 'abbr': 'SY' - }, - { - 'country': 'Turks and Caicos Islands', - 'abbr': 'TC' - }, - { - 'country': 'Chad', - 'abbr': 'TD' - }, - { - 'country': 'Togo', - 'abbr': 'TG' - }, - { - 'country': 'Thailand', - 'abbr': 'TH' - }, - { - 'country': 'Tajikistan', - 'abbr': 'TJ' - }, - { - 'country': 'Tokelau', - 'abbr': 'TK' - }, - { - 'country': 'Turkmenistan', - 'abbr': 'TM' - }, - { - 'country': 'East Timor', - 'abbr': 'TP' - }, - { - 'country': 'Tonga', - 'abbr': 'TO' - }, - { - 'country': 'Trinidad and Tobago', - 'abbr': 'TT' - }, - { - 'country': 'Tunisia', - 'abbr': 'TN' - }, - { - 'country': 'Turkey', - 'abbr': 'TR' - }, - { - 'country': 'Tuvalu', - 'abbr': 'TV' - }, - { - 'country': 'Taiwan', - 'abbr': 'TW' - }, - { - 'country': 'Tanzania', - 'abbr': 'TZ' - }, - { - 'country': 'Uganda', - 'abbr': 'UG' - }, - { - 'country': 'Ukraine', - 'abbr': 'UA' - }, - { - 'country': 'United States Minor Outlying Islands', - 'abbr': 'UM' - }, - { - 'country': 'Uruguay', - 'abbr': 'UY' - }, - { - 'country': 'United States', - 'abbr': 'US' - }, - { - 'country': 'Uzbekistan', - 'abbr': 'UZ' - }, - { - 'country': 'Holy See (Vatican City State)', - 'abbr': 'VA' - }, - { - 'country': 'Saint Vincent and the Grenadines', - 'abbr': 'VC' - }, - { - 'country': 'Venezuela', - 'abbr': 'VE' - }, - { - 'country': 'British Virgin Islands', - 'abbr': 'VG' - }, - { - 'country': 'United States Virgin Islands', - 'abbr': 'VI' - }, - { - 'country': 'Vietnam', - 'abbr': 'VN' - }, - { - 'country': 'Vanuatu', - 'abbr': 'VU' - }, - { - 'country': 'Wallis and Futuna', - 'abbr': 'WF' - }, - { - 'country': 'Samoa', - 'abbr': 'WS' - }, - { - 'country': 'Yemen', - 'abbr': 'YE' - }, - { - 'country': 'Yugoslavia', - 'abbr': 'YU' - }, - { - 'country': 'South Africa', - 'abbr': 'ZA' - }, - { - 'country': 'Zambia', - 'abbr': 'ZM' - }, - { - 'country': 'Zimbabwe', - 'abbr': 'ZW' - } -]; diff --git a/src/api/file.js b/src/api/file.js deleted file mode 100644 index 7ac80cb..0000000 --- a/src/api/file.js +++ /dev/null @@ -1,650 +0,0 @@ -const getFileMenu = [ - { - icon: 'photo', - title: 'Images', - to: { path: '/media', query: { type: 'image' }} - }, - { - icon: 'videocam', - title: 'Video', - to: { path: '/media', query: { type: 'video' }} - }, - { - icon: 'volume_down', - title: 'Audio', - to: { path: '/media', query: { type: 'audio' }} - }, - { - icon: 'insert_drive_file', - title: 'Document', - to: { path: '/media', query: { type: 'doc' }} - }, - -]; -const Items = [ - { - 'uuid': 'a32c4aec-54de-4ff4-b165-8571ae805598', - 'fileName': '.DS_Store', - 'fileType': false, - 'path': 'static/.DS_Store', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/.DS_Store', - 'ext': '', - 'dir': 'static', - 'ctime': '2018-04-08T09:15:19.307Z', - 'size': 12292 - }, - { - 'uuid': 'a30f71db-7dcf-4467-978f-e32841d47825', - 'fileName': '.gitkeep', - 'fileType': false, - 'path': 'static/.gitkeep', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/.gitkeep', - 'ext': '', - 'dir': 'static', - 'ctime': '2018-03-14T09:21:32.010Z', - 'size': 0 - }, - { - 'uuid': 'ca1bf511-a44e-4663-8b68-323419236ddf', - 'fileName': 'google.png', - 'fileType': 'image/png', - 'path': 'static/avatar/google.png', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/avatar/google.png', - 'ext': '.png', - 'dir': 'static/avatar', - 'ctime': '2018-04-08T08:31:07.808Z', - 'size': 12734 - }, - { - 'uuid': '0693e01e-926c-4c95-818b-3f9b6d5413e7', - 'fileName': 'hangouts.png', - 'fileType': 'image/png', - 'path': 'static/avatar/hangouts.png', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/avatar/hangouts.png', - 'ext': '.png', - 'dir': 'static/avatar', - 'ctime': '2018-04-08T08:31:10.010Z', - 'size': 15266 - }, - { - 'uuid': '53d3ba9d-90f2-4a60-af86-04679321f551', - 'fileName': 'inbox.png', - 'fileType': 'image/png', - 'path': 'static/avatar/inbox.png', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/avatar/inbox.png', - 'ext': '.png', - 'dir': 'static/avatar', - 'ctime': '2018-04-08T08:31:13.303Z', - 'size': 22444 - }, - { - 'uuid': 'ef6397dd-ca99-459f-9694-bf9475359a51', - 'fileName': 'keep.png', - 'fileType': 'image/png', - 'path': 'static/avatar/keep.png', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/avatar/keep.png', - 'ext': '.png', - 'dir': 'static/avatar', - 'ctime': '2018-04-08T08:31:15.534Z', - 'size': 2146 - }, - { - 'uuid': 'e6dcaede-1c87-4052-a4e9-f894809d5984', - 'fileName': 'messenger.png', - 'fileType': 'image/png', - 'path': 'static/avatar/messenger.png', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/avatar/messenger.png', - 'ext': '.png', - 'dir': 'static/avatar', - 'ctime': '2018-04-08T08:31:24.183Z', - 'size': 7006 - }, - { - 'uuid': '78a63d97-c763-4fa4-883f-8f9ed4425a6a', - 'fileName': '1.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/1.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/1.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.070Z', - 'size': 275608 - }, - { - 'uuid': '29245130-ec05-4bf1-90ea-06574faa9bda', - 'fileName': '10.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/10.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/10.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.096Z', - 'size': 283680 - }, - { - 'uuid': '83c2cfc6-80c2-4bc0-af02-4b2e6a94a2d3', - 'fileName': '11.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/11.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/11.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.100Z', - 'size': 99467 - }, - { - 'uuid': '71fa31b2-4463-4c4c-baf2-719cd89ab15a', - 'fileName': '12.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/12.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/12.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.103Z', - 'size': 82253 - }, - { - 'uuid': '74db5dd4-f60d-415a-b6f7-3107ce2e5cda', - 'fileName': '13.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/13.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/13.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:41:46.865Z', - 'size': 103275 - }, - { - 'uuid': '54dc3e30-a9c8-4a68-9f9b-b070f5a5fea4', - 'fileName': '14.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/14.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/14.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.111Z', - 'size': 103446 - }, - { - 'uuid': 'c2c9104b-8a26-4bce-b942-7104e57687b7', - 'fileName': '15.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/15.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/15.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.119Z', - 'size': 105339 - }, - { - 'uuid': '6b608ce9-e35b-4dfb-87cb-f4ca19102996', - 'fileName': '16.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/16.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/16.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.122Z', - 'size': 88580 - }, - { - 'uuid': 'a9b26177-5927-44a5-8b7c-4cad8425e9a5', - 'fileName': '17.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/17.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/17.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.125Z', - 'size': 98465 - }, - { - 'uuid': 'f1168479-113a-4f8a-a014-45ff6351941e', - 'fileName': '18.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/18.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/18.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.128Z', - 'size': 100565 - }, - { - 'uuid': 'd1cd7b81-b301-425f-89d1-e0cbf2f7a0cb', - 'fileName': '19.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/19.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/19.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.138Z', - 'size': 39500 - }, - { - 'uuid': 'c9ebff9b-651a-43c8-8e8a-028bb69b00ef', - 'fileName': '2.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/2.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/2.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.075Z', - 'size': 268438 - }, - { - 'uuid': 'fa673c64-e747-4279-8574-be153c106ede', - 'fileName': '20.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/20.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/20.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.143Z', - 'size': 104204 - }, - { - 'uuid': '74e2ab71-4261-4fa9-b2e7-4844ef9f1d58', - 'fileName': '21.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/21.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/21.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:41:54.525Z', - 'size': 91890 - }, - { - 'uuid': '5fb2fed2-fc86-4bd5-9144-7d36b3dacd60', - 'fileName': '22.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/22.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/22.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.150Z', - 'size': 104620 - }, - { - 'uuid': '8d6cdfc5-e69a-44d2-b6e3-4265b4b87cc1', - 'fileName': '23.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/23.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/23.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.157Z', - 'size': 103130 - }, - { - 'uuid': 'd733c863-b5ed-46b2-9eb2-42eb9fa285fa', - 'fileName': '24.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/24.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/24.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.159Z', - 'size': 105835 - }, - { - 'uuid': 'f9c7064e-2542-473f-9b4d-98d122ef4364', - 'fileName': '25.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/25.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/25.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.162Z', - 'size': 95075 - }, - { - 'uuid': 'e2ea7604-a86d-4fef-bb20-40fae6bb7ce0', - 'fileName': '26.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/26.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/26.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.166Z', - 'size': 104342 - }, - { - 'uuid': 'f7570a47-938c-4e9c-aba6-a82f30b7bef5', - 'fileName': '27.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/27.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/27.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.168Z', - 'size': 90063 - }, - { - 'uuid': '4dc41162-89b5-499b-b702-cf951a04841e', - 'fileName': '28.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/28.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/28.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.171Z', - 'size': 132461 - }, - { - 'uuid': 'ed316744-39c6-4de3-a346-4436d080291a', - 'fileName': '29.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/29.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/29.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.173Z', - 'size': 121466 - }, - { - 'uuid': 'af9acc25-694a-4656-a790-584129b21cc4', - 'fileName': '3.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/3.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/3.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.077Z', - 'size': 308780 - }, - { - 'uuid': 'c2be3695-f084-4a41-bc0b-79062e4eefe0', - 'fileName': '30.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/30.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/30.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.176Z', - 'size': 125198 - }, - { - 'uuid': '708a5185-2de7-4477-ac84-d99f434fa7cc', - 'fileName': '31.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/31.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/31.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.179Z', - 'size': 292495 - }, - { - 'uuid': 'c9782516-bd3d-4ca6-9397-91b806d4d5aa', - 'fileName': '32.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/32.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/32.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.186Z', - 'size': 278854 - }, - { - 'uuid': '00ac4093-8202-408e-8b88-a33313d39e6b', - 'fileName': '33.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/33.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/33.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.196Z', - 'size': 296287 - }, - { - 'uuid': '9d3ed291-8706-4d1c-b37a-9da33f808622', - 'fileName': '34.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/34.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/34.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.199Z', - 'size': 298335 - }, - { - 'uuid': '38cfc863-13f1-4ab6-acd1-2f403b77f539', - 'fileName': '35.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/35.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/35.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.204Z', - 'size': 285123 - }, - { - 'uuid': '1cbde33c-6ef6-45e6-930a-94bfae6a4b4d', - 'fileName': '36.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/36.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/36.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.207Z', - 'size': 294032 - }, - { - 'uuid': 'c4835081-6414-4e23-ae05-6b23997a4f6f', - 'fileName': '37.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/37.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/37.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.210Z', - 'size': 261250 - }, - { - 'uuid': '16647278-2e36-4285-8347-7aeab0fbf468', - 'fileName': '38.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/38.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/38.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.214Z', - 'size': 292620 - }, - { - 'uuid': 'e8047c06-fca2-4405-8823-d5497c788362', - 'fileName': '39.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/39.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/39.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.217Z', - 'size': 290569 - }, - { - 'uuid': 'd69f047b-8ebf-4d3d-b436-09bbbf6cba4b', - 'fileName': '4.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/4.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/4.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.080Z', - 'size': 287013 - }, - { - 'uuid': 'ad16609e-154b-401d-835f-bbcb6f4a496b', - 'fileName': '40.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/40.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/40.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.219Z', - 'size': 297662 - }, - { - 'uuid': '8c4cf24d-de27-4aea-abca-f38865cc9239', - 'fileName': '5.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/5.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/5.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.083Z', - 'size': 318957 - }, - { - 'uuid': '88a031a1-323d-4ca6-9115-61762dbdffe9', - 'fileName': '6.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/6.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/6.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:41:50.063Z', - 'size': 287785 - }, - { - 'uuid': '5e42c142-b511-4a11-bdaf-ae85ac8417c6', - 'fileName': '7.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/7.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/7.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.089Z', - 'size': 285392 - }, - { - 'uuid': '5194e91c-5975-40a4-9353-83055b0c8cbb', - 'fileName': '8.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/8.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/8.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.091Z', - 'size': 272918 - }, - { - 'uuid': 'c5f859ed-012c-48d3-a037-bf164f8b0c84', - 'fileName': '9.jpg', - 'fileType': 'image/jpeg', - 'path': 'static/bg/9.jpg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/bg/9.jpg', - 'ext': '.jpg', - 'dir': 'static/bg', - 'ctime': '2018-03-30T08:40:27.094Z', - 'size': 285242 - }, - { - 'uuid': 'b83f94eb-3fa4-474f-8b09-91ec5b9e67da', - 'fileName': '403.svg', - 'fileType': 'image/svg+xml', - 'path': 'static/error/403.svg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/error/403.svg', - 'ext': '.svg', - 'dir': 'static/error', - 'ctime': '2018-03-30T06:10:45.825Z', - 'size': 55336 - }, - { - 'uuid': '7b93354a-fc3c-45ae-890a-8bcb5c294f55', - 'fileName': '404.svg', - 'fileType': 'image/svg+xml', - 'path': 'static/error/404.svg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/error/404.svg', - 'ext': '.svg', - 'dir': 'static/error', - 'ctime': '2018-03-30T06:10:45.814Z', - 'size': 88876 - }, - { - 'uuid': 'd2b741d4-206d-4be5-819d-3a00fd6895f0', - 'fileName': '500.svg', - 'fileType': 'image/svg+xml', - 'path': 'static/error/500.svg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/error/500.svg', - 'ext': '.svg', - 'dir': 'static/error', - 'ctime': '2018-03-30T06:10:45.818Z', - 'size': 88720 - }, - { - 'uuid': 'cf1cd0df-861e-4216-beba-c5fa266081dd', - 'fileName': 'google.svg', - 'fileType': 'image/svg+xml', - 'path': 'static/google.svg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/google.svg', - 'ext': '.svg', - 'dir': 'static', - 'ctime': '2018-03-30T06:10:12.693Z', - 'size': 1574 - }, - { - 'uuid': 'd145ac45-57b4-4754-a058-79bf42bb2963', - 'fileName': 'manifest.json', - 'fileType': 'application/json', - 'path': 'static/manifest.json', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/manifest.json', - 'ext': '.json', - 'dir': 'static', - 'ctime': '2018-03-14T09:21:32.018Z', - 'size': 303 - }, - { - 'uuid': '8b2ca729-a2eb-4950-855d-1dd3ce831765', - 'fileName': 'robots.txt', - 'fileType': 'text/plain', - 'path': 'static/robots.txt', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/robots.txt', - 'ext': '.txt', - 'dir': 'static', - 'ctime': '2018-03-14T09:21:32.021Z', - 'size': 23 - }, - { - 'uuid': 'e5a6e6f5-a9c8-49be-b2e2-c5074f4fa6c2', - 'fileName': 'sitemap.xml', - 'fileType': 'application/xml', - 'path': 'static/sitemap.xml', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/sitemap.xml', - 'ext': '.xml', - 'dir': 'static', - 'ctime': '2018-03-14T09:21:32.019Z', - 'size': 15488 - }, - { - 'uuid': '7cf65477-4aad-45de-924c-a38ded2471ef', - 'fileName': 'v.png', - 'fileType': 'image/png', - 'path': 'static/v.png', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/v.png', - 'ext': '.png', - 'dir': 'static', - 'ctime': '2018-03-14T09:21:32.023Z', - 'size': 5674 - }, - { - 'uuid': '5d333a3d-9140-4b8c-9ae3-9a8a96f0309e', - 'fileName': 'v.svg', - 'fileType': 'image/svg+xml', - 'path': 'static/v.svg', - 'fullPath': '/Users/michael/themeforest/vue-material-admin/static/v.svg', - 'ext': '.svg', - 'dir': 'static', - 'ctime': '2018-03-14T09:21:32.017Z', - 'size': 538 - } -]; - -const getFile = (limit) => { - return (limit) ? Items.slice(0, limit) : Items; -}; - -export { - getFileMenu, - getFile -}; \ No newline at end of file diff --git a/src/api/index.js b/src/api/index.js deleted file mode 100644 index 5ba03cc..0000000 --- a/src/api/index.js +++ /dev/null @@ -1,38 +0,0 @@ -// implement your own methods in here, if your data is coming from A rest API - -import * as User from './user'; -import * as Activity from './activity'; -import * as Chat from './chat'; -import * as Files from './file'; -import * as Mail from './mail'; -import * as Post from './post'; -import * as Chart from './chart'; -import * as Project from './project'; -export default { - // user - getUser: User.getUser, - getUserById: User.getUserById, - // project - getProject: Project.getProject, - // activity - getActivity: Activity.default.getActivity, - // post - getPost: Post.getPost, - // chat - getChatMenu: Chat.Menu, - getChatGroup: Chat.Groups, - getChatGroupById: Chat.getChatById, - // FIle - getFile: Files.getFile, - getFileMenu: Files.getFileMenu, - // mail - getMail: Mail.getMail, - getMailMenu: Mail.MailMenu, - getMailById: Mail.getMailById, - getMailByType: Mail.getMailByType, - // chart data - getMonthVisit: Chart.monthVisitData, - getCampaign: Chart.campaignData, - getLocation: Chart.locationData, - -}; \ No newline at end of file diff --git a/src/api/mail.js b/src/api/mail.js deleted file mode 100644 index d67c01c..0000000 --- a/src/api/mail.js +++ /dev/null @@ -1,274 +0,0 @@ -import * as User from './user'; - -const MailItem = [ - { - 'uuid': 'bb428c03-1bc6-4f3d-9d5e-268ec44eebc3', - 'type': 'trashed', - 'tag': 'Promotion', - 'title': 'Similique voluptate laboriosam laborum.', - 'created_at': '2018-04-10T23:10:41.266Z', - 'content': 'Tempora et optio quis ducimus. Veniam et qui quia ut necessitatibus architecto ad. Vel ut consequatur non sint est error sint.\n \rError asperiores a esse ad. Rerum eum magni aperiam voluptas excepturi. Suscipit est modi magni et ut eum ut.\n \rCumque eius voluptatem sit qui nisi. Eos eum est cumque est ipsa odit earum voluptas. Dolorum ipsam rerum ut.\n \rAutem quia delectus quia rerum deleniti reprehenderit voluptatibus quisquam. Necessitatibus molestias vel odio neque expedita nulla libero voluptatem numquam. In labore modi. Unde molestiae id molestias vero delectus rerum nesciunt voluptatum exercitationem.\n \rCorrupti et voluptatibus ea dolorem laboriosam. Amet cupiditate beatae nulla. Facilis sit est. Sed ducimus ducimus alias rem nam.', - 'fromId': '14ddae1e-986d-42f4-8d17-46a02d469b2b', - 'attachments': [] - }, - { - 'uuid': 'a19bf9fc-e877-49e7-a75a-b089a2c35f18', - 'type': 'draft', - 'tag': 'Social', - 'title': 'Ipsum maiores ab amet voluptas enim.', - 'created_at': '2018-04-10T12:05:32.328Z', - 'content': 'Dolores corporis quam perferendis consequatur autem minus recusandae non. Id corrupti qui et. Sed a accusamus veritatis earum et consequatur mollitia. Iure consequatur omnis aspernatur itaque laboriosam aut ut. Enim repellendus sed similique minima voluptatem sed ea. Exercitationem aut est eius rerum.\n \rUt veniam quidem et numquam reprehenderit aliquam. Omnis eos qui enim hic modi maiores. Nisi itaque et unde ullam laborum ut aut facilis. Enim qui aut est.\n \rTotam molestiae velit aperiam rerum. Voluptatum quo ab. Quae cupiditate sit quia illum delectus nobis adipisci sunt.\n \rAlias nostrum ad ipsam aut nulla et repudiandae incidunt doloribus. Vero rerum omnis. Consequatur eius et accusamus quaerat et unde animi. Sed et quaerat sit quis mollitia. Accusantium voluptatem perferendis qui enim similique molestiae ut sit velit.\n \rProvident quibusdam excepturi asperiores vitae earum ut fugiat. Eligendi illum nisi dolor. Maiores velit vitae minus.', - 'fromId': '60d07662-bfec-42c7-b044-c81bc4ff8c7a', - 'attachments': [] - }, - { - 'uuid': '910d7e0a-f3b0-47a7-bb53-9036ed717298', - 'type': 'starred', - 'tag': 'Work', - 'title': 'Quo consequatur cumque.', - 'created_at': '2018-04-11T02:12:00.447Z', - 'content': 'Accusamus enim nihil aliquam soluta praesentium repudiandae autem voluptatum. Dolore aut at incidunt molestias commodi odit et. Quis possimus et dolorem. Cupiditate nulla voluptas. Quis sit ab.\n \rIusto accusamus neque commodi est omnis et aut doloremque autem. Illo unde est deserunt accusantium. Quia iusto velit autem dignissimos natus sit voluptatum. Aliquam et quibusdam mollitia consectetur quod aut at eveniet consequatur.\n \rMagnam et repellat tenetur libero. Quasi autem animi exercitationem est enim dolores facere earum fugit. Porro necessitatibus est amet quis. Officia qui itaque inventore magnam ut temporibus ad.\n \rOfficia ratione velit vel consequatur et est. Quibusdam consequatur et earum et ut consequatur dolorem at minus. Sit aperiam voluptas dolorem id. Et ad deleniti sunt consequatur omnis commodi distinctio dolor. Asperiores eum similique est aut. Totam harum voluptates ipsum dolores eos dolor ut.\n \rNam qui sed. Maiores occaecati voluptatibus iste quae temporibus odit. Voluptas vel quis suscipit ex ab. Dolores aut explicabo modi rerum et odit similique. Ut officia corrupti rerum repellendus laborum. Velit in aliquam ex blanditiis et ab.', - 'fromId': '77f4b102-9df5-43ba-966a-6f816806c5e2', - 'attachments': [] - }, - { - 'uuid': 'c79cb60a-baf8-4349-b9c3-88d567b965a2', - 'type': 'draft', - 'tag': 'Social', - 'title': 'Qui consequatur et rerum optio atque.', - 'created_at': '2018-04-10T18:56:23.358Z', - 'content': 'Explicabo quidem a dolore modi nihil id nostrum voluptates ex. Repellendus quis tempore unde molestiae unde ipsa. Excepturi quod omnis facere est porro incidunt ratione suscipit.\n \rCupiditate et sunt iure aperiam. Beatae cupiditate cumque. Dolorem iste quia unde cum est molestiae est.\n \rMolestiae et sit dolore iste ipsam voluptas quia. Ut quia unde culpa ipsa commodi possimus. Ut maiores molestiae sunt qui labore. Provident sit eius recusandae numquam eum exercitationem quis asperiores.\n \rEaque et at ea voluptatem id qui omnis. Aut ex rem. Iste voluptate magni sequi eaque sit numquam accusantium aut molestias.\n \rSit laboriosam magni illum accusantium aut nulla corporis sed. Et ratione iusto dolor porro voluptatem voluptatem voluptate. Autem non animi. Aut unde aliquid omnis natus suscipit. Saepe dicta veritatis id autem doloremque tempore corrupti.', - 'fromId': '7d910620-84e1-49fc-951e-d375587b8189', - 'attachments': [] - }, - { - 'uuid': '35bddac1-1046-4c96-a1ac-ffd75def7f5a', - 'type': 'trashed', - 'tag': 'Social', - 'title': 'Reiciendis sunt aliquid.', - 'created_at': '2018-04-10T19:58:14.408Z', - 'content': 'Qui facere quia est consequatur nihil dolores dolorem magni eum. Occaecati ab atque ut vitae ipsum officiis et expedita. Quisquam architecto repellat eos. Ut repellendus animi rerum delectus natus. Explicabo est enim est fugiat nisi est alias non.\n \rMaxime autem eum ut est et dolorem. Non ab deserunt voluptatem sequi deleniti quo commodi. Est tempore rerum quia. Id est temporibus iste voluptas amet omnis amet. Veniam blanditiis consequuntur laborum.\n \rVoluptates nihil ut. Doloremque dicta at consequuntur qui. Sit culpa possimus aut nemo. Aut atque quaerat voluptatum nostrum voluptatum laudantium officia quia incidunt. Quia est earum aut.\n \rQuisquam dolorum dolorum. Dicta quas veniam dignissimos fugiat. Ut nostrum dolores explicabo eos rem dolores dolorum autem. A dolorem eum reiciendis amet ea et.\n \rSit tempore ut. Culpa veniam voluptatum quod odio. Cum fugit autem doloremque quidem molestias labore.', - 'fromId': '46d6f992-5729-4588-b7f8-ce74f21157ba', - 'attachments': [] - }, - { - 'uuid': '0c914dfd-be0d-4d46-b963-47bcb064154f', - 'type': 'sent', - 'tag': 'Work', - 'title': 'Libero odit voluptate dolorem error cupiditate in.', - 'created_at': '2018-04-11T04:07:16.152Z', - 'content': 'Delectus nisi enim ut illum magni quasi. Voluptatem consequatur quia quis. Consectetur dolores molestiae debitis aut voluptatem recusandae sit. Ut voluptas expedita aut et possimus sint.\n \rAmet cumque corporis ipsam non iure autem. Aut molestiae est. Est itaque doloremque consequuntur nesciunt et error quibusdam.\n \rEos architecto dignissimos voluptatem ut voluptate quisquam. Fugiat provident iste perspiciatis provident accusamus rerum. Tempora et ducimus velit eaque ratione eum. Voluptas tempore ullam. Et cum eos dolor nesciunt perferendis est.\n \rPerferendis aperiam id adipisci ea distinctio totam ut fugit eaque. Qui harum autem et vero vero sit. Ex pariatur hic deleniti.\n \rVoluptatem tenetur dolorem omnis dolorem vel ratione vel dolores necessitatibus. Eius culpa harum excepturi. Corrupti ut aut. Vitae quia ut necessitatibus aliquam et. Libero mollitia sit et dicta.', - 'fromId': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'attachments': [] - }, - { - 'uuid': '11538c3a-f2a7-4a7c-a237-4e61aa96423b', - 'type': 'sent', - 'tag': 'Personal', - 'title': 'Consequuntur nostrum aut iusto est porro voluptate.', - 'created_at': '2018-04-10T08:22:54.855Z', - 'content': 'Voluptatibus ipsum voluptatem. Recusandae eius ad quia et nisi similique non. Enim nulla suscipit sed. Est neque aut itaque asperiores quia accusantium quas.\n \rSit vel facere suscipit ut eaque sapiente saepe et voluptates. Magni numquam voluptatem. Dolores magnam harum omnis ipsam quia ut ut iste.\n \rOdio temporibus est possimus minima id magnam et quas. Architecto nobis rerum non. Eum ipsa unde. Atque eaque sequi officiis omnis rerum aut. Voluptate debitis perferendis atque illo consectetur cupiditate. Autem eaque eum aut incidunt sunt error natus nostrum.\n \rPariatur ad quae dolorem. Sint quo itaque repudiandae suscipit ut accusamus. Esse perspiciatis consequatur qui perspiciatis quia. Ut sed eveniet eveniet dolor nostrum quisquam numquam. Cumque facilis temporibus et non facilis neque omnis.\n \rConsectetur sunt totam enim odio voluptatum ratione fuga ut. Eaque alias deserunt laboriosam deserunt aliquid. Sequi fuga totam. Eos ipsa nobis eveniet ut.', - 'fromId': '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - 'attachments': [] - }, - { - 'uuid': '0f0a5482-8e4f-42a0-b3bb-1f96bc04d85a', - 'type': 'draft', - 'tag': 'Promotion', - 'title': 'Sunt odit nisi sint cupiditate accusantium.', - 'created_at': '2018-04-11T05:59:14.238Z', - 'content': 'Saepe asperiores incidunt aspernatur. Non animi eos impedit et veritatis consequatur voluptas culpa. Nihil culpa voluptas dolor doloremque ad laboriosam sed. Ut dolor vel earum deserunt molestias sint quo delectus. Accusamus et corporis et inventore optio consectetur ea culpa. Repellat suscipit voluptas laudantium pariatur rerum eum mollitia ipsum maiores.\n \rCorporis quam aut voluptatem voluptas consequatur rerum in. Repudiandae id nihil tenetur asperiores. Qui impedit et est animi ducimus adipisci. Eaque esse qui ipsum laudantium distinctio.\n \rCulpa occaecati optio autem libero sequi sed. Autem doloremque consectetur beatae soluta inventore voluptas et consequatur voluptate. Magni aspernatur sint facere sed molestiae quae ut et.\n \rBeatae ea et et occaecati. Cupiditate adipisci tempora illo aliquid. Esse illum qui omnis adipisci nihil. Corrupti officiis voluptatem perferendis nobis recusandae temporibus aut. Qui et facilis quidem amet velit incidunt consequatur repellat iste. Id aut fugit omnis placeat consectetur nostrum.\n \rAb quae accusamus omnis quidem cupiditate illum sit. Atque possimus aut esse saepe dolorum eos veniam repellendus. Ullam debitis dolore quisquam omnis sed ab eum ipsa. Voluptas facilis labore sapiente saepe quia.', - 'fromId': '5c44b666-baca-4f18-a3cb-23068c6edc14', - 'attachments': [] - }, - { - 'uuid': '2b0e4083-00e4-48fd-9cb3-05434767ca66', - 'type': 'starred', - 'tag': 'Work', - 'title': 'Est deleniti dolores enim.', - 'created_at': '2018-04-11T01:37:34.384Z', - 'content': 'Esse consequatur id dolorum culpa quia saepe unde quo consequatur. Facilis tempore incidunt dolorem est. Nihil animi omnis voluptatem earum facilis nulla animi temporibus reprehenderit.\n \rDeserunt voluptatem qui qui et alias. Ut corporis totam ut ducimus labore et. Vitae ut minus suscipit occaecati hic eum eum.\n \rQuia eos aliquam aspernatur in voluptas quo. Rem harum hic exercitationem impedit et earum adipisci quo aliquid. Voluptas commodi ut ipsam. Et consequatur sed eveniet corrupti voluptatum a tempore repudiandae. Repellat nihil fugit rem in impedit quo corporis iste nihil. Rerum deleniti quia.\n \rEt tenetur doloremque eos iste odit error. Molestias in repellat ea. Beatae ipsa est dolor.\n \rOccaecati nostrum sed voluptatem voluptatibus. Itaque perspiciatis aperiam. Alias sit iste quas est velit nihil perferendis deleniti.', - 'fromId': 'afdb5033-5bcc-4cec-b932-353a83410b44', - 'attachments': [] - }, - { - 'uuid': 'bf7ab76b-c076-4992-a580-13b1859cd395', - 'type': 'sent', - 'tag': 'Work', - 'title': 'Et dolores odit quas quasi voluptas.', - 'created_at': '2018-04-10T08:36:08.703Z', - 'content': 'Maxime quaerat voluptate inventore eveniet nesciunt neque. Tempora laudantium dolorem facere nobis suscipit quam quia ut. Veniam et sed eaque laboriosam voluptates odit nihil ipsum.\n \rAliquam sit repellat. Eveniet vel consequatur est facilis dolore quae. Voluptatem doloribus expedita hic fugit reiciendis consequuntur et dolor veritatis.\n \rItaque deleniti ad accusantium labore quibusdam. Id quo nam natus nisi vero quam iure a ea. Eveniet autem non at autem accusantium dolores nihil odit. Aut iusto necessitatibus minima architecto quidem repellat.\n \rDolore cupiditate libero ratione quis qui quia. Harum maxime fuga quia quis ipsa. Animi provident facere corrupti eligendi dolorum dolores. Animi vel est tempore alias consequatur voluptatem. Explicabo maxime molestiae dolore. Voluptatem cumque aliquid.\n \rVitae voluptatem doloribus voluptate corporis. Qui qui quibusdam doloribus cum est. Libero impedit commodi et recusandae explicabo. Aliquam ratione eius cumque id quae. Sed veniam ut sit illum aut reprehenderit pariatur et. Praesentium totam sunt sint doloribus ab in illum.', - 'fromId': '899d0e31-b71e-4d95-a8a0-6a8bceb314bd', - 'attachments': [] - }, - { - 'uuid': '2d72dac8-42e8-4414-b14f-6b1680cbdcfb', - 'type': 'starred', - 'tag': 'Personal', - 'title': 'Aut consequuntur molestiae labore velit nihil consectetur facere rerum et.', - 'created_at': '2018-04-11T02:00:01.416Z', - 'content': 'Et temporibus alias et dolor. Expedita sapiente fuga ut consequuntur facilis omnis provident quia labore. Placeat omnis aperiam veritatis velit veritatis ut suscipit in. Blanditiis non praesentium sit rerum ullam. Voluptatem ex voluptates illo qui quaerat consequuntur distinctio.\n \rNesciunt ipsa iusto odit enim qui excepturi assumenda aut consectetur. Nisi deleniti eaque ratione illo ut ut. Recusandae consequatur harum. Voluptas dolor recusandae qui. Illum animi deserunt animi fugiat saepe et quia. Non id sapiente nihil earum.\n \rOfficiis eum ut similique reprehenderit ipsum. Id provident culpa harum ipsam in commodi. Voluptates assumenda harum aperiam aliquid assumenda. Ipsam aperiam unde molestiae earum dolores ullam aspernatur tempora officia. Porro dolores sit.\n \rAd et sed reiciendis illum quia ut qui. Velit sunt harum accusamus. Amet dolores reprehenderit vitae aut expedita nobis optio ad assumenda. Accusamus reprehenderit quaerat minima velit expedita eos animi autem occaecati. Quidem dolor eligendi nemo. Architecto harum sint fugit sit at dolorem reprehenderit vero quia.\n \rVoluptatum voluptate ad. Ipsa ut quos et sint et doloremque. A voluptas libero ipsum aut deleniti eaque facere nostrum sed. Nesciunt voluptas facere. Non et et ut.', - 'fromId': '77f4b102-9df5-43ba-966a-6f816806c5e2', - 'attachments': [] - }, - { - 'uuid': '156dfed3-0235-4a38-a5b2-6a99a2a39d59', - 'type': 'sent', - 'tag': 'Personal', - 'title': 'Corporis et voluptatem quam nam rem voluptas iure facilis tempora.', - 'created_at': '2018-04-11T02:30:04.516Z', - 'content': 'Inventore est minima esse deleniti porro in aut cumque. Voluptatem ut et nulla. Illo aliquid quidem. Corrupti fuga vel in consequuntur aut et rerum eaque. Enim nihil cumque non aliquid eos repellat quam et maiores.\n \rVeritatis vero qui aut corporis veritatis quo similique dicta quisquam. Est et praesentium rem ea accusantium nobis. Consequatur nisi quisquam. Quisquam officiis quis enim. Dolores quis qui dignissimos voluptatem ea. Animi repellendus cum occaecati sint est vero voluptatibus neque.\n \rId molestiae doloremque doloremque totam. Est adipisci deserunt rerum officiis expedita. Quis tempore aliquam ducimus sunt accusamus velit autem. Quam voluptates quaerat labore dolorem blanditiis. Et magni dolorem.\n \rUllam sunt voluptatum. Vero eum reprehenderit quas labore. Nulla aliquam expedita ex iste sit aut. Voluptatem possimus est qui aut praesentium consequatur iste dolores. Et est accusantium aliquid temporibus accusantium similique officiis officiis esse. Molestiae beatae quidem culpa recusandae animi sint.\n \rEnim esse consectetur quibusdam aliquid. Deserunt dicta eveniet doloremque id ex voluptas iste est sapiente. Possimus sed aliquam voluptatum dignissimos voluptate natus. Fugit rerum vero expedita accusamus sequi.', - 'fromId': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'attachments': [] - }, - { - 'uuid': '2eedaa3e-1509-49fc-b60b-069bfc83558b', - 'type': 'trashed', - 'tag': 'Personal', - 'title': 'Eligendi nam quia pariatur iusto commodi omnis dignissimos nihil.', - 'created_at': '2018-04-11T06:44:11.696Z', - 'content': 'Voluptatum est aut nulla occaecati. Sunt optio ea beatae. Occaecati quis et veritatis ipsum. Id hic eaque molestias facere. Impedit doloribus hic omnis.\n \rEt illo dolores. Suscipit aliquid dolorem. Esse est laboriosam voluptatibus. Quia voluptas repellendus.\n \rMinima molestiae illo corporis quae neque eligendi. Harum illo recusandae et dolor hic. In voluptas est quo iusto.\n \rEum soluta possimus atque quo cupiditate consequatur non. Non sed quidem porro explicabo. Perspiciatis omnis quis at eveniet asperiores quia. Cupiditate autem excepturi nobis id et dicta.\n \rQuibusdam minima sint molestias vitae incidunt voluptate voluptas et. Alias nihil rerum sapiente. Atque minus assumenda eveniet consectetur. Amet nulla odio nostrum architecto.', - 'fromId': '36a1ead7-57a0-4275-8a21-956194ab7cdf', - 'attachments': [] - }, - { - 'uuid': 'ef82e384-801e-49fb-91d4-1472ddc124fb', - 'type': 'trashed', - 'tag': 'Promotion', - 'title': 'Optio provident aspernatur nihil repellendus quia architecto.', - 'created_at': '2018-04-10T12:18:03.092Z', - 'content': 'Voluptas in mollitia tenetur voluptatem tempora ducimus est exercitationem est. Delectus tempore aut quae maxime soluta rerum. Doloremque et ratione recusandae perspiciatis ad. Voluptatem inventore error amet eos non est corporis aut. Quae aut autem.\n \rFuga architecto consequatur sed et dolorum animi neque vitae voluptatibus. Quasi et ducimus officia sint quibusdam ea dolores ipsa magni. In cumque ab est aut. Animi consequatur debitis dignissimos tempore voluptatum est suscipit provident neque.\n \rReprehenderit possimus voluptatem. Itaque beatae dolore fuga alias autem et omnis aspernatur. Sit et facilis blanditiis pariatur et tenetur dolores.\n \rConsequatur officiis in modi. Quis omnis molestias voluptatem. Et accusamus minus atque officiis aliquid quo ut quis inventore. Sint quod inventore magnam sint voluptates. Facilis dolorem dolorem harum veritatis repellat et suscipit.\n \rError occaecati expedita. Est ipsa rerum ab. Ipsum sed impedit a id et fugit non soluta.', - 'fromId': 'afdb5033-5bcc-4cec-b932-353a83410b44', - 'attachments': [] - }, - { - 'uuid': 'dae6e84d-4adb-4170-bc5f-087bc01b903d', - 'type': 'draft', - 'tag': 'Personal', - 'title': 'Id ipsam dolor facere quis numquam distinctio eveniet omnis et.', - 'created_at': '2018-04-10T22:26:07.420Z', - 'content': 'Est doloribus et pariatur ut et voluptatum sed repellendus rerum. Dolor deleniti iusto voluptatem. Ipsam soluta aliquid in ut. Quaerat qui culpa in ex ut accusantium non consectetur cum.\n \rEos corporis dolores corporis rem quam. Ducimus aliquam mollitia ratione quo. Sed dolor eum aut est sint quaerat mollitia. Sunt quasi iste facere voluptatem. Illum perferendis accusamus quos quisquam voluptatem ab iste distinctio nisi.\n \rEst laborum ea illo similique magnam autem ullam numquam. Consequatur perspiciatis aut neque temporibus molestiae. Sed ullam incidunt officiis sed assumenda possimus quibusdam ex consequatur.\n \rRepellat ex ut nobis eaque aliquam. Voluptatibus sed consequatur et velit veniam. Eum natus est unde voluptates delectus id quia quaerat dignissimos. Repudiandae laboriosam atque magnam est nam. Dolor laborum libero sed libero.\n \rOfficiis non quidem amet in laborum repellendus aliquam. Illo ducimus numquam qui voluptates. Accusamus accusamus qui voluptatem ullam velit qui modi omnis. Sed dolores voluptatibus maiores sed. Voluptas amet impedit est molestiae cupiditate quo. Itaque quo beatae corporis esse maxime sequi qui.', - 'fromId': '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - 'attachments': [] - }, - { - 'uuid': 'afe865e9-1c5b-49b4-8832-3186efc50304', - 'type': 'sent', - 'tag': 'Personal', - 'title': 'Provident tempore aut in ipsam.', - 'created_at': '2018-04-11T05:28:24.777Z', - 'content': 'Sit ullam libero necessitatibus deserunt eum. Aut labore itaque sequi voluptatem dolor ab beatae. Sint enim iusto quis explicabo sed similique velit provident asperiores. Sequi repellendus totam impedit perspiciatis reiciendis. Est consequatur officiis rerum voluptatem dolorem fugiat. Minus reiciendis voluptatem totam magni quas earum aut consequatur ratione.\n \rId distinctio nesciunt quam. Laudantium id assumenda qui dolore. Debitis nemo velit voluptatem. Officiis harum deserunt. Facere eligendi et aperiam aut vel asperiores sit sed. Esse omnis fugiat ut voluptatem sint beatae et.\n \rEt odit exercitationem repellat laudantium accusamus. Et quasi incidunt qui non. Voluptas quod necessitatibus ipsum officia. Incidunt animi temporibus quis harum non. Dolores explicabo non dolor.\n \rAut sit provident voluptatum beatae quidem harum et. Necessitatibus voluptate quas dolorem officia deserunt consequuntur. Ex nihil sunt quidem.\n \rAb aut quia voluptatem. Et sed laboriosam nesciunt. Eaque provident natus dolorem voluptas quibusdam culpa voluptate voluptatem voluptate. Ut officia consectetur omnis natus. Consectetur dolorem sint. Sint est nostrum ullam.', - 'fromId': 'a41c6c4a-9cb1-45d1-8c6f-091044ba51ff', - 'attachments': [] - }, - { - 'uuid': '38c6b789-dab8-41e3-8448-e498140f797e', - 'type': 'draft', - 'tag': 'Social', - 'title': 'Error accusantium vitae incidunt.', - 'created_at': '2018-04-10T12:23:56.599Z', - 'content': 'Quaerat at blanditiis et quis voluptatum id. Recusandae tempore et rerum. Facilis est quo eum accusamus eligendi voluptate consequatur unde. Labore laboriosam sit sed ea. Qui nihil impedit dolor consequatur. Aut reiciendis similique quaerat et iste autem aut nostrum inventore.\n \rAut maxime non libero quibusdam ducimus. Ut veritatis sequi optio in provident sint magnam aut. Aspernatur quis libero molestiae corporis dicta. Deleniti tenetur recusandae et. Aperiam ullam voluptatem.\n \rQuae voluptates fugit. Est ullam voluptas eum illum aspernatur eius illo fugit. Harum placeat ad soluta fugiat.\n \rQuo deleniti optio quod minima. Voluptates dolores molestiae velit doloremque. Molestias illo eos. Aut quas mollitia in nam asperiores quo corrupti nostrum omnis. Excepturi et optio iste aut qui molestiae placeat culpa.\n \rIste earum dolorum cupiditate architecto possimus. Iste et doloribus doloribus. Sint vel velit dolorum omnis sunt sequi facilis. Consequuntur qui itaque. Cupiditate quis sit dolor doloribus molestiae qui. Corrupti ullam enim sit laborum voluptates provident atque est.', - 'fromId': '5c44b666-baca-4f18-a3cb-23068c6edc14', - 'attachments': [] - }, - { - 'uuid': '8bbcd627-394c-4a14-bc69-b357f7bc2547', - 'type': 'draft', - 'tag': 'Personal', - 'title': 'Consequatur dolorem dignissimos distinctio cum odio.', - 'created_at': '2018-04-10T09:41:01.839Z', - 'content': 'Ut placeat earum eius eos. Sed officiis earum impedit officiis temporibus incidunt ad voluptatem. Nihil perferendis aut adipisci sint enim ea modi qui velit. Sed fugiat deleniti et et labore hic error quidem. Repellat natus aut. Incidunt nam porro voluptate sit ut quo.\n \rVoluptas qui nihil. Dolores alias tempore. Ipsum perspiciatis voluptatem tenetur debitis eum sint natus. Numquam sed quos nam.\n \rQuia eius aspernatur ut incidunt repudiandae qui neque. Modi soluta voluptas libero qui quo et voluptatem ut. Corporis sint debitis ab nisi quis ut.\n \rAut fugiat quia quisquam ut ipsam rerum. Autem rerum optio commodi. Modi esse numquam facere ad eligendi numquam est. Dolorem doloremque corporis excepturi fugit.\n \rReiciendis eos error. Facere culpa accusamus sunt magnam rerum dolores sint consequatur. Amet impedit dolores voluptatem tempore quia temporibus accusantium nostrum alias. Consectetur commodi sint explicabo qui quaerat eaque. Facere voluptate sequi et et est delectus et. Rerum debitis dolor eligendi qui.', - 'fromId': 'ee272550-36e8-4fe2-889d-c1ee701c5863', - 'attachments': [] - }, - { - 'uuid': '60c2248b-3cb2-4fdf-b157-770f07d2a1f3', - 'type': 'trashed', - 'tag': 'Work', - 'title': 'Vel molestiae reprehenderit explicabo adipisci quia vitae cumque maxime.', - 'created_at': '2018-04-11T07:22:28.487Z', - 'content': 'Placeat eaque voluptatem voluptatum suscipit quod deleniti iusto. Officiis ut enim vel. Quibusdam nostrum et qui maxime tempore sed facilis non. Molestiae et provident. Non harum iste voluptatem architecto recusandae est. Quas et molestiae labore sequi et sit ad.\n \rPlaceat aut et impedit aut officia qui maxime et nobis. Aut reiciendis dolores nesciunt ratione tempora. Consequatur aut aliquam ut optio dicta rerum qui. Nisi ut et doloribus asperiores at. Ducimus asperiores quo ut.\n \rFugit ratione ipsa non fugiat enim sit velit omnis. Omnis unde molestias laboriosam aspernatur ullam labore quod. Et officiis sed beatae assumenda qui nostrum voluptates maiores similique. Corrupti laborum fugiat minima itaque et et dolor omnis soluta. Optio consectetur tempore id temporibus. Ullam magni ex quibusdam enim occaecati eveniet quia saepe.\n \rQuia quas harum delectus et voluptas. Aut consequatur fugit enim aliquid nobis excepturi. Dolores delectus delectus accusamus non veniam tempora excepturi iste doloremque. Id praesentium ea dolorem exercitationem aliquid.\n \rNecessitatibus vel in eligendi veniam sit. Quia et praesentium eius in. Autem magni ut. Ab repellat aut nobis voluptatibus aperiam quisquam expedita. Nam eius magni exercitationem consequatur provident voluptas sunt aut.', - 'fromId': '3782c174-1f2c-4dc4-b75d-0bedf400e023', - 'attachments': [] - }, - { - 'uuid': '59608cba-b69e-4c05-b1f8-39d2e9c16fdc', - 'type': 'sent', - 'tag': 'Personal', - 'title': 'Iste omnis eius dolores dolor nam eos ea.', - 'created_at': '2018-04-10T22:12:01.722Z', - 'content': 'Magni maiores cumque et exercitationem voluptates molestiae facilis recusandae. In sed et rerum tenetur et sit vero ut quas. Ut alias fugit eos dolorum dolorem et possimus. Et occaecati quam laborum est dignissimos atque amet ea iure. Enim et et fugit laboriosam commodi. Ipsam quo et qui tenetur vitae fugit.\n \rFacere veniam eum corrupti perferendis. Eos unde nobis ut sit illum harum. Deserunt saepe pariatur.\n \rQui debitis laborum maiores voluptatem cupiditate. Ab et qui illo. Veritatis aspernatur delectus. Aliquid officia consequuntur ut vel corporis esse magnam molestiae minus. Voluptatem saepe commodi aspernatur. Aut perferendis quaerat magni aut vel.\n \rQuos qui dolorem nobis ut nostrum et voluptas aut est. Vel saepe ipsum sed. Ullam laboriosam qui est ex. Enim a autem deleniti eos. Qui aut quibusdam ut sunt.\n \rAlias autem non quidem numquam vero accusantium voluptatum. Et illo neque ex est eligendi ullam eaque laudantium. Laborum laboriosam dolor magnam.', - 'fromId': '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - 'attachments': [] - } -]; - -// add user to mail -MailItem.map((item) => { - let users = User.getUser(); - item.from = users.find(x => x.uuid === item.fromId); - return item; -}); -// - -const MailMenu = [ - { - title: 'Email', - group: 'email', - icon: 'email', - to: { path: '/mail/all' }, - chip: 10 - }, - { - title: 'Sent', - group: 'email', - icon: 'send', - to: { path: '/mail/sent' }, - chip: 5 - }, - { - title: 'Starred', - group: 'email', - icon: 'star', - to: { path: '/mail/starred' }, - chip: 2 - }, - { - title: 'Draft', - group: 'email', - icon: 'content_copy', - to: { path: '/mail/draft' }, - chip: 3 - }, - { - title: 'Trash', - group: 'email', - icon: 'delete', - to: { path: '/mail/trashed' }, - chip: 1 - }, - { heading: 'Label' }, - { icon: 'radio_button_checked', iconColor: 'yellow', title: 'Work', iconSize: 'small', }, - { icon: 'radio_button_checked', iconColor: 'green', title: 'Client', iconSize: 'small', }, - { icon: 'radio_button_checked', iconColor: 'red', title: 'Project', iconSize: 'small', }, - { icon: 'radio_button_checked', iconColor: 'grey', title: 'Peronal', iconSize: 'small', }, - -]; - -const getMail = (limit) => { - return (limit) ? MailItem.slice(0, limit) : MailItem; -}; - -const getMailById = (uuid) => { - return (uuid === undefined) ? MailItem[0] : MailItem.find(x => x.uuid === uuid); -}; - -const getMailByType = (type) => { - return (type === 'all') ? MailItem : MailItem.filter(x => x.type === type); -}; -export { - getMail, - MailMenu, - getMailById, - getMailByType -}; \ No newline at end of file diff --git a/src/api/menu.js b/src/api/menu.js index f31215c..335d03f 100644 --- a/src/api/menu.js +++ b/src/api/menu.js @@ -1,29 +1,9 @@ const Menu = [ // { header: 'Apps' }, - // { - // title: 'Dashboard', - // group: 'apps', - // icon: 'dashboard', - // name: 'Dashboard', - // }, - // { - // title: 'Chat', - // group: 'apps', - // icon: 'chat_bubble', - // target: '_blank', - // name: 'Chat', - // }, - // { - // title: 'Inbox', - // group: 'apps', - // name: 'Mail', - // target: '_blank', - // icon: 'email', - // }, { title: 'Teachers', // group: '', - name: 'Dashboard', + name: 'teachers', icon: 'group', }, @@ -33,114 +13,9 @@ const Menu = [ name: 'Students', icon: 'school', }, - // { - // title: 'Notification', - // name: 'notification', - // icon: 'add_alert', - // }, - // { - // title: 'Forum Questions', - // name: 'questions', - // icon: 'live_help', - // }, - // { - // title: 'Widgets', - // group: 'widgets', - // component: 'widgets', - // icon: 'widgets', - // items: [ - // { name: 'social', title: 'Social', component: 'components/social' }, - // { name: 'statistic', title: 'Statistic', badge: 'new', component: 'components/statistic' }, - // { name: 'chart', title: 'Chart', component: 'components/chart' }, - // { name: 'list', title: 'List', component: 'components/widget-list' }, - // // { name: 'post', title: 'Post', component: 'components/widget-post' }, - // ] - // }, - // { header: 'UI Elements' }, - // { - // title: 'General', - // group: 'components', - // component: 'components', - // icon: 'tune', - // items: [ - // { name: 'alerts', title: 'Alerts', component: 'components/alerts' }, - // { name: 'avatars', title: 'Avatars', component: 'components/avatars' }, - // { name: 'badges', title: 'Badges', component: 'components/badges' }, - // { name: 'buttons', title: 'Buttons', component: 'components/buttons' }, - // { name: 'cards', title: 'Cards', component: 'components/cards' }, - // { name: 'carousels', title: 'Carousels', component: 'components/carousels' }, - // { name: 'chips', title: 'Chips', component: 'components/chips' }, - // { name: 'dialogs', title: 'Dialogs', component: 'components/dialogs' }, - // { name: 'icons', title: 'Icons', component: 'components/icons' }, - // { name: 'tables', title: 'Data Tables', component: 'components/tables' }, - // { name: 'parallax', title: 'Parallax image', component: 'components/parallax' }, - // { name: 'snackbar', title: 'Snackbar', component: 'components/snackbar' }, - // { name: 'progress', title: 'Progress', component: 'components/progress' }, - // { name: 'slider', title: 'Slider', component: 'components/sliders' }, - // { name: 'tooltip', title: 'Tooltip', component: 'components/tooltips' }, - // { name: 'pagination', title: 'Pagination', component: 'components/paginations' }, - // { name: 'typography', title: 'Typography', component: 'components/typography' }, - // { name: 'color', title: 'Color', component: 'components/color' }, +]; - // ] - // }, - // { - // title: 'Pickers', - // group: 'pickers', - // component: 'picker', - // icon: 'filter_vintage', - // items: [ - // { name: 'timepicker', title: 'Timepicker', component: 'pickers/timepicker' }, - // { name: 'datepicker', title: 'Datepicker', component: 'pickers/datepicker' }, - // ] - // }, - // { - // title: 'Layout', - // group: 'layout', - // component: 'layout', - // icon: 'view_compact', - // items: [ - // { name: 'bottom-sheets', title: 'Bottom panels', component: 'components/bottom-sheets' }, - // { name: 'expansion-panels', title: 'Expansion panels', component: 'components/expansion-panels' }, - // { name: 'footer', title: 'Footer', component: 'components/footer' }, - // { name: 'lists', title: 'Lists', component: 'components/lists' }, - // { name: 'jumbotrons', title: 'Jumbotrons', badge: 'new', component: 'components/jumbotrons' }, - // { name: 'menus', title: 'Menus', component: 'components/menus' }, - // // { name: 'navigation-drawers', title: 'Navigation drawers', component: 'components/navigation-drawers' }, - // { name: 'tabs', title: 'Tabs', component: 'components/tabs' }, - // { name: 'toolbar', title: 'Toolbars', component: 'components/toolbar' }, - // { name: 'timeline', title: 'Timeline', component: 'components/timeline' }, - // ] - // }, - // { - // title: 'Forms & Controls', - // group: 'forms', - // component: 'forms', - // icon: 'edit', - // items: [ - // { name: 'basic', title: 'General', component: 'components/basic-forms' }, - // { name: 'selects', title: 'Selects', badge: 'new', component: 'components/selects' }, - // { name: 'selection-controls', title: 'Selection Controls', component: 'components/selection-controls' }, - // { name: 'text-fields', title: 'Text Fields', component: 'components/text-fields' }, - // { name: 'steppers', title: 'Steppers', component: 'components/steppers' }, - // { name: 'editors', title: 'Editors', component: 'components/editors' }, - // ] - // }, - // { divider: true }, - // { header: 'Extras' }, - // { - // title: 'Pages', - // group: 'extra', - // icon: 'list', - // items: [ - // { name: 'Login', title: 'Login', component: 'Login' }, - // { name: '404', title: '404', component: 'NotFound' }, - // { name: '403', title: '403', component: 'AccessDenied' }, - // { name: '500', title: '500', component: 'ServerError' }, - // ] - // }, -]; // reorder menu Menu.forEach((item) => { if (item.items) { diff --git a/src/api/message.js b/src/api/message.js deleted file mode 100644 index d401ebf..0000000 --- a/src/api/message.js +++ /dev/null @@ -1,10 +0,0 @@ -export default [ - { avatar: 'https://randomuser.me/api/portraits/men/1.jpg', title: 'Brunch this weekend?', subtitle: "Ali Connors — I'll be in your neighborhood ?" }, - { divider: true, inset: true }, - { avatar: 'https://randomuser.me/api/portraits/men/2.jpg', title: 'Summer BBQ 4', subtitle: "to Alex, Scott, Jennifer — Wish I could come, but I'm out of town this weekend." }, - { divider: true, inset: true }, - { avatar: 'https://randomuser.me/api/portraits/men/3.jpg', title: 'Oui oui', subtitle: "Sandra Adams — Do you have Paris recommendations? Have you ever been?" }, - { divider: true, inset: true }, - { avatar: 'https://randomuser.me/api/portraits/men/1.jpg', title: 'Dash', subtitle: "Sandra Adams — Do you have Paris recommendations? Have you ever been?" }, - -]; \ No newline at end of file diff --git a/src/api/notification.js b/src/api/notification.js deleted file mode 100644 index 8fa879c..0000000 --- a/src/api/notification.js +++ /dev/null @@ -1,29 +0,0 @@ -export default [ - { - title: 'New user registered', - color: 'light-green', - icon: 'account_circle', - timeLabel: 'Just now' - }, - { divider: true, inset: true }, - { - title: 'New order received', - color: 'light-blue', - icon: 'shopping_cart', - timeLabel: '2 min ago' - }, - { divider: true, inset: true }, - { - title: 'New payment made', - color: 'cyan', - icon: 'payment', - timeLabel: '24 min ago' - }, - { divider: true, inset: true }, - { - title: 'New message from Michael', - color: 'red', - icon: 'email', - timeLabel: '1 hour ago' - } -]; diff --git a/src/api/order.js b/src/api/order.js deleted file mode 100644 index 7e85ebf..0000000 --- a/src/api/order.js +++ /dev/null @@ -1,34 +0,0 @@ -export default [ - { - id: '150', - product: 'iPhone6', - price: '$699', - status: 'processing', - }, - { - id: '151', - product: 'iPad Pro', - price: '$299', - status: 'sent', - }, - { - id: '300', - product: 'Microsoft surface', - price: '$1,699', - status: 'processing', - }, - { - id: '320', - product: 'Galaxy S7 edge', - price: '$729', - status: 'processing', - }, - { - id: '501', - product: '128G SD Card', - price: '$699', - status: 'delivered', - }, - - -]; diff --git a/src/api/post.js b/src/api/post.js deleted file mode 100644 index 6155243..0000000 --- a/src/api/post.js +++ /dev/null @@ -1,38 +0,0 @@ -const posts = [ - { - title: 'A sample post with image', - desc: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry scrambled it to make text of the printing and typesetting industry scrambled a type specimen book text of the dummy text of the printing printing and typesetting industry scrambled dummy text of the printing.', - featuredImage: '/static/discover_word/thumb/ds_1.jpg', - author: 'Jessie Wang', - createdAt: new Date().toLocaleDateString() - }, - { - title: 'A sample post with image', - desc: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry scrambled it to make text of the printing and typesetting industry scrambled a type specimen book text of the dummy text of the printing printing and typesetting industry scrambled dummy text of the printing.', - featuredImage: '/static/discover_word/thumb/ds_2.jpg', - author: 'Li Love', - createdAt: new Date().toLocaleDateString() - }, - { - title: 'A sample post with image', - desc: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry scrambled it to make text of the printing and typesetting industry scrambled a type specimen book text of the dummy text of the printing printing and typesetting industry scrambled dummy text of the printing.', - featuredImage: '/static/discover_word/thumb/ds_3.jpg', - author: 'Jim Wang', - createdAt: new Date().toLocaleDateString() - }, - { - title: 'A sample post with image', - desc: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry scrambled it to make text of the printing and typesetting industry scrambled a type specimen book text of the dummy text of the printing printing and typesetting industry scrambled dummy text of the printing.', - featuredImage: '/static/discover_word/thumb/ds_4.jpg', - author: 'John Doe', - createdAt: new Date().toLocaleDateString() - }, -]; - -const getPost = (limit) => { - return (limit) ? posts.slice(0, limit) : posts; -}; - -export { - getPost -}; \ No newline at end of file diff --git a/src/api/project.js b/src/api/project.js deleted file mode 100644 index 0dca95f..0000000 --- a/src/api/project.js +++ /dev/null @@ -1,53 +0,0 @@ -const Projects = [ - { - username: 'Dessie', - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/ludwiczakpawel/128.jpg', - name: 'Template PSD', - deadline: '2 days later', - progress: 90, - color: 'pink', - }, - { - username: 'Jakayla', - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/suprb/128.jpg', - name: 'Logo Design', - deadline: '1 weeks later', - progress: 70, - color: 'success' - }, - { - username: 'Ludwiczakpawel', - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/ludwiczakpawel/128.jpg', - name: 'REST API', - deadline: '1 Month later', - progress: 50, - color: 'info' - }, - { - username: 'Damenleeturks', - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/damenleeturks/128.jpg', - name: 'API Unit Test', - deadline: '2 Month later', - progress: 30, - color: 'teal' - }, - { - username: 'Caspergrl', - avatar: 'https://s3.amazonaws.com/uifaces/faces/twitter/caspergrl/128.jpg', - name: 'Project Deploy', - deadline: 'half year later', - progress: 15, - color: 'grey' - }, - -]; - -const getProject = (limit) => { - return (limit) ? Projects.slice(0, limit) : Projects; -}; - - -export { - Projects, - getProject -}; \ No newline at end of file diff --git a/src/api/user.js b/src/api/user.js deleted file mode 100644 index b46459e..0000000 --- a/src/api/user.js +++ /dev/null @@ -1,435 +0,0 @@ -const Items = [ - { - 'uuid': '65a6eb21-67b5-45c3-9af7-faca2d9b60d4', - 'name': 'Dessie', - 'email': 'Dessie7937@gmail.com', - 'username': 'Dessie79', - 'jobTitle': 'Web Developer', - 'phone': '1-360-812-9380 x511', - 'avatar': '/static/avatar/a2.jpg', - 'address': { - 'street': '655 Archibald Groves', - 'suite': 'Apt. 818', - 'city': 'Carlosshire', - 'state': 'Arkansas', - 'country': 'Somalia', - 'zipcode': '10406', - 'geo': { - 'lat': '-44.6063', - 'lng': '-169.7706' - } - } - }, - { - 'uuid': '28d9f265-74d7-4f85-83d4-6a21fca57dcf', - 'name': 'Jakayla', - 'jobTitle': 'Web Designer', - 'email': 'Jakayla_Crooks867@yahoo.com', - 'username': 'Jakayla_Crooks86', - 'phone': '610.499.1240', - 'avatar': '/static/avatar/a3.jpg', - 'address': { - 'street': '281 Tillman Forge', - 'suite': 'Apt. 381', - 'city': 'New Sandrinemouth', - 'state': 'North Dakota', - 'country': 'Reunion', - 'zipcode': '19540-8186', - 'geo': { - 'lat': '-12.3375', - 'lng': '-117.9067' - } - } - }, - { - 'uuid': '14ddae1e-986d-42f4-8d17-46a02d469b2b', - 'name': 'Hobart', - 'jobTitle': 'Sales', - 'email': 'Hobart_Mueller.Thiel@hotmail.com', - 'username': 'Hobart_Mueller', - 'phone': '1-590-385-3349', - 'avatar': 'static/avatar/a1.jpg', - 'address': { - 'street': '706 Padberg Knoll', - 'suite': 'Suite 818', - 'city': 'Port Mablefurt', - 'state': 'Arkansas', - 'country': 'Netherlands Antilles', - 'zipcode': '89975-6584', - 'geo': { - 'lat': '-42.9187', - 'lng': '8.5866' - } - } - }, - { - 'uuid': '6a03248b-1752-4332-a3a9-7108528cc9d3', - 'name': 'Celestine', - 'jobTitle': 'Marketing', - 'email': 'Celestine.Casper59@hotmail.com', - 'username': 'Celestine.Casper', - 'phone': '1-830-046-3289', - 'avatar': '/static/avatar/a4.jpg', - 'address': { - 'street': '9528 Schroeder Track', - 'suite': 'Apt. 443', - 'city': 'Godfreyburgh', - 'state': 'Montana', - 'country': 'Slovenia', - 'zipcode': '10220', - 'geo': { - 'lat': '36.8638', - 'lng': '20.0047' - } - } - }, - { - 'uuid': 'ee272550-36e8-4fe2-889d-c1ee701c5863', - 'name': 'Hortense', - 'email': 'Hortense99.Jakubowski@yahoo.com', - 'jobTitle': 'Project Manager', - 'username': 'Hortense99', - 'phone': '712.916.2569 x0663', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/moscoz/128.jpg', - 'address': { - 'street': '9046 Allen Ferry', - 'suite': 'Suite 429', - 'city': 'Angushaven', - 'state': 'Michigan', - 'country': 'Costa Rica', - 'zipcode': '92378-7065', - 'geo': { - 'lat': '78.1292', - 'lng': '-134.6632' - } - } - }, - { - 'uuid': '77f4b102-9df5-43ba-966a-6f816806c5e2', - 'name': 'Pat', - 'jobTitle': 'Product Manager', - 'email': 'Pat_Zulauf81.Bartell86@gmail.com', - 'username': 'Pat_Zulauf81', - 'phone': '(058) 200-7342', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/rehatkathuria/128.jpg', - 'address': { - 'street': '62268 Favian Coves', - 'suite': 'Suite 993', - 'city': 'Baumbachstad', - 'state': 'New Mexico', - 'country': 'Montserrat', - 'zipcode': '44440', - 'geo': { - 'lat': '-34.7835', - 'lng': '148.8907' - } - } - }, - { - 'uuid': '36a1ead7-57a0-4275-8a21-956194ab7cdf', - 'name': 'Solon', - 'jobTitle': 'Web Developer', - 'email': 'Solon.Bauch4_Rath@hotmail.com', - 'username': 'Solon.Bauch4', - 'phone': '789-914-4904 x173', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/spacewood_/128.jpg', - 'address': { - 'street': '8153 Favian Walk', - 'suite': 'Apt. 495', - 'city': 'East Preston', - 'state': 'Idaho', - 'country': 'Iceland', - 'zipcode': '24555', - 'geo': { - 'lat': '-42.5691', - 'lng': '-2.5791' - } - } - }, - { - 'uuid': 'b5899bef-d01e-42d8-af2d-edfb16b6b21e', - 'name': 'Calista', - 'jobTitle': 'Programmer', - 'email': 'Calista_Mertz1757@hotmail.com', - 'username': 'Calista_Mertz17', - 'phone': '961-703-4134', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/moscoz/128.jpg', - 'address': { - 'street': '886 Wendy Circles', - 'suite': 'Apt. 933', - 'city': 'Lake Loy', - 'state': 'Rhode Island', - 'country': 'South Africa', - 'zipcode': '65261', - 'geo': { - 'lat': '-58.9245', - 'lng': '-43.6330' - } - } - }, - { - 'uuid': '7d910620-84e1-49fc-951e-d375587b8189', - 'name': 'Jackeline', - 'jobTitle': 'Sales Executive', - 'email': 'Jackeline.Abshire_Dach@yahoo.com', - 'username': 'Jackeline.Abshire', - 'phone': '(326) 903-5706 x6854', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/larrybolt/128.jpg', - 'address': { - 'street': '416 Cathy Spur', - 'suite': 'Apt. 431', - 'city': 'North Camila', - 'state': 'Pennsylvania', - 'country': 'Libyan Arab Jamahiriya', - 'zipcode': '31751', - 'geo': { - 'lat': '64.0673', - 'lng': '154.7671' - } - } - }, - { - 'uuid': 'afdb5033-5bcc-4cec-b932-353a83410b44', - 'name': 'Jamey', - 'jobTitle': 'PHP Developer', - 'email': 'Jamey_Grant_Cruickshank73@gmail.com', - 'username': 'Jamey_Grant', - 'phone': '545-939-2404 x32373', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/mikebeecham/128.jpg', - 'address': { - 'street': '38372 Mante Glen', - 'suite': 'Suite 090', - 'city': 'Robertsside', - 'state': 'Texas', - 'country': 'Equatorial Guinea', - 'zipcode': '86558-7214', - 'geo': { - 'lat': '-55.0222', - 'lng': '-100.5977' - } - } - }, - { - 'uuid': '60d07662-bfec-42c7-b044-c81bc4ff8c7a', - 'name': 'Barton', - 'email': 'Barton85_Emard@gmail.com', - 'jobTitle': 'Web Developer', - 'username': 'Barton85', - 'phone': '(979) 560-8322 x174', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/a_harris88/128.jpg', - 'address': { - 'street': '185 Florine Spurs', - 'suite': 'Suite 178', - 'city': 'Port Carrollburgh', - 'state': 'Alaska', - 'country': 'Saint Barthelemy', - 'zipcode': '30126', - 'geo': { - 'lat': '24.0545', - 'lng': '-88.8499' - } - } - }, - { - 'uuid': '5c44b666-baca-4f18-a3cb-23068c6edc14', - 'name': 'Gloria', - 'jobTitle': 'Assets', - 'email': 'Gloria78.Nicolas83@hotmail.com', - 'username': 'Gloria78', - 'phone': '188.890.3246', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/nehfy/128.jpg', - 'address': { - 'street': '643 Arch Mews', - 'suite': 'Apt. 171', - 'city': 'Wymanland', - 'state': 'Indiana', - 'country': 'Jersey', - 'zipcode': '73594-9840', - 'geo': { - 'lat': '-70.9980', - 'lng': '-151.6234' - } - } - }, - { - 'uuid': '46d6f992-5729-4588-b7f8-ce74f21157ba', - 'name': 'Olin', - 'jobTitle': 'Finaice', - 'email': 'Olin.Robel49.Schowalter24@yahoo.com', - 'username': 'Olin.Robel49', - 'phone': '1-982-234-7756', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/jcubic/128.jpg', - 'address': { - 'street': '0813 Mayer Greens', - 'suite': 'Apt. 551', - 'city': 'Bergstromburgh', - 'state': 'Ohio', - 'country': 'Anguilla', - 'zipcode': '42502-9731', - 'geo': { - 'lat': '-48.2520', - 'lng': '60.6556' - } - } - }, - { - 'uuid': 'bd30e201-cceb-410e-8497-a4072bc399f5', - 'name': 'Rollin', - 'jobTitle': 'Supporting', - 'email': 'Rollin43_Fay@yahoo.com', - 'username': 'Rollin43', - 'phone': '477-651-5715 x502', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/horaciobella/128.jpg', - 'address': { - 'street': '5704 Spinka Causeway', - 'suite': 'Suite 388', - 'city': 'Pollyburgh', - 'state': 'Arizona', - 'country': 'Virgin Islands, U.S.', - 'zipcode': '45048', - 'geo': { - 'lat': '55.3046', - 'lng': '3.8129' - } - } - }, - { - 'uuid': 'da95e977-cd54-4077-a767-1b7f33ef6919', - 'name': 'Murl', - 'email': 'Murl_Abshire41_Lakin@hotmail.com', - 'username': 'Murl_Abshire41', - 'jobTitle': 'Web Developer', - 'phone': '107-733-1219 x0615', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/stayuber/128.jpg', - 'address': { - 'street': '4880 Tanner Circles', - 'suite': 'Apt. 994', - 'city': 'Bauchside', - 'state': 'Ohio', - 'country': 'Uganda', - 'zipcode': '11259', - 'geo': { - 'lat': '11.6209', - 'lng': '-45.1766' - } - } - }, - { - 'uuid': '6124d4e8-77ed-4b34-868d-d312bfab5de2', - 'name': 'Breanna', - 'jobTitle': 'Web Developer', - 'email': 'Breanna.Bartoletti21@hotmail.com', - 'username': 'Breanna.Bartoletti', - 'phone': '645.045.0876 x35882', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/flexrs/128.jpg', - 'address': { - 'street': '431 Grimes Common', - 'suite': 'Apt. 530', - 'city': 'East Lunahaven', - 'state': 'Virginia', - 'country': 'Hungary', - 'zipcode': '12012-3038', - 'geo': { - 'lat': '29.7991', - 'lng': '-70.4033' - } - } - }, - { - 'uuid': 'eef93cb1-7766-4413-a5cf-ecbf71fa3674', - 'name': 'Maya', - 'email': 'Maya55_Dickens16@yahoo.com', - 'username': 'Maya55', - 'jobTitle': 'Web Developer', - 'phone': '199.260.3770 x2815', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/nvkznemo/128.jpg', - 'address': { - 'street': '58581 Guillermo Springs', - 'suite': 'Suite 574', - 'city': 'Cloydville', - 'state': 'Delaware', - 'country': 'Saint Barthelemy', - 'zipcode': '95633-3394', - 'geo': { - 'lat': '-57.5740', - 'lng': '104.5634' - } - } - }, - { - 'uuid': '899d0e31-b71e-4d95-a8a0-6a8bceb314bd', - 'name': 'Santiago', - 'jobTitle': 'Web Developer', - 'email': 'Santiago41_Crooks15@yahoo.com', - 'username': 'Santiago41', - 'phone': '1-489-921-2159 x8655', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/ernestsemerda/128.jpg', - 'address': { - 'street': '7868 Windler Dam', - 'suite': 'Suite 876', - 'city': 'Port Emmetfurt', - 'state': 'Alabama', - 'country': 'Belarus', - 'zipcode': '63739-4581', - 'geo': { - 'lat': '-28.7166', - 'lng': '-167.7070' - } - } - }, - { - 'uuid': 'a41c6c4a-9cb1-45d1-8c6f-091044ba51ff', - 'name': 'Leonardo', - 'email': 'Leonardo10.Macejkovic@yahoo.com', - 'username': 'Leonardo10', - 'phone': '445-761-1519', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/adobi/128.jpg', - 'address': { - 'street': '146 Lemke Mountains', - 'suite': 'Apt. 407', - 'city': 'North Toyfort', - 'state': 'Connecticut', - 'country': 'Senegal', - 'zipcode': '90211-1855', - 'geo': { - 'lat': '-56.3849', - 'lng': '-167.1372' - } - } - }, - { - 'uuid': '3782c174-1f2c-4dc4-b75d-0bedf400e023', - 'name': 'Lora', - 'jobTitle': 'Web Developer', - 'email': 'Lora_Kessler586@hotmail.com', - 'username': 'Lora_Kessler5', - 'phone': '315-215-2852 x69280', - 'avatar': 'https://s3.amazonaws.com/uifaces/faces/twitter/antongenkin/128.jpg', - 'address': { - 'street': '4018 Willms Turnpike', - 'suite': 'Suite 573', - 'city': 'Leuschkemouth', - 'state': 'Kentucky', - 'country': 'Dominican Republic', - 'zipcode': '70964', - 'geo': { - 'lat': '80.2384', - 'lng': '38.1323' - } - } - } -]; - -const getUserById = (uuid) => { - return (uuid === undefined) ? Items[0] : Items.find(x => x.uuid === uuid); -}; - -const getUser = (limit) => { - return (limit) ? Items.slice(0, limit) : Items; -}; - -export { - Items, - getUser, - getUserById -}; \ No newline at end of file diff --git a/src/components/AppDrawer.vue b/src/components/AppDrawer.vue deleted file mode 100644 index b31b45f..0000000 --- a/src/components/AppDrawer.vue +++ /dev/null @@ -1,159 +0,0 @@ - - - - - diff --git a/src/components/AppFab.vue b/src/components/AppFab.vue deleted file mode 100644 index 8681ad3..0000000 --- a/src/components/AppFab.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - diff --git a/src/components/AppToolbar.vue b/src/components/AppToolbar.vue deleted file mode 100644 index 157b063..0000000 --- a/src/components/AppToolbar.vue +++ /dev/null @@ -1,112 +0,0 @@ - - - diff --git a/src/components/PageHeader.vue b/src/components/PageHeader.vue deleted file mode 100644 index a835236..0000000 --- a/src/components/PageHeader.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - diff --git a/src/components/ThemeSettings.vue b/src/components/ThemeSettings.vue deleted file mode 100644 index e618ebb..0000000 --- a/src/components/ThemeSettings.vue +++ /dev/null @@ -1,205 +0,0 @@ - - - - - diff --git a/src/components/VWidget.vue b/src/components/VWidget.vue deleted file mode 100644 index c1e0cab..0000000 --- a/src/components/VWidget.vue +++ /dev/null @@ -1,43 +0,0 @@ - - - diff --git a/src/components/pageHeader/AppDrawer.vue b/src/components/pageHeader/AppDrawer.vue new file mode 100644 index 0000000..b31b45f --- /dev/null +++ b/src/components/pageHeader/AppDrawer.vue @@ -0,0 +1,159 @@ + + + + + diff --git a/src/components/pageHeader/AppToolbar.vue b/src/components/pageHeader/AppToolbar.vue new file mode 100644 index 0000000..a8bd1ea --- /dev/null +++ b/src/components/pageHeader/AppToolbar.vue @@ -0,0 +1,108 @@ + + + diff --git a/src/components/questions/diet.vue b/src/components/questions/diet.vue deleted file mode 100644 index 8bc545c..0000000 --- a/src/components/questions/diet.vue +++ /dev/null @@ -1,381 +0,0 @@ - - - diff --git a/src/components/questions/health.vue b/src/components/questions/health.vue deleted file mode 100644 index 42fe2cc..0000000 --- a/src/components/questions/health.vue +++ /dev/null @@ -1,381 +0,0 @@ - - - diff --git a/src/components/questions/sex.vue b/src/components/questions/sex.vue deleted file mode 100644 index cebfc43..0000000 --- a/src/components/questions/sex.vue +++ /dev/null @@ -1,381 +0,0 @@ - - - diff --git a/src/components/questions/skin.vue b/src/components/questions/skin.vue deleted file mode 100644 index f574666..0000000 --- a/src/components/questions/skin.vue +++ /dev/null @@ -1,381 +0,0 @@ - - - diff --git a/src/components/questions/suggestion.vue b/src/components/questions/suggestion.vue deleted file mode 100644 index 37d8b55..0000000 --- a/src/components/questions/suggestion.vue +++ /dev/null @@ -1,410 +0,0 @@ - - - diff --git a/src/components/report/generatereport.vue b/src/components/report/generatereport.vue deleted file mode 100644 index accbbbb..0000000 --- a/src/components/report/generatereport.vue +++ /dev/null @@ -1,10 +0,0 @@ - - \ No newline at end of file diff --git a/src/components/report/ninemonth.vue b/src/components/report/ninemonth.vue deleted file mode 100644 index 74acce0..0000000 --- a/src/components/report/ninemonth.vue +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/src/components/report/onemonth.vue b/src/components/report/onemonth.vue deleted file mode 100644 index c920759..0000000 --- a/src/components/report/onemonth.vue +++ /dev/null @@ -1,6 +0,0 @@ - \ No newline at end of file diff --git a/src/components/report/sixmonth.vue b/src/components/report/sixmonth.vue deleted file mode 100644 index c526fe1..0000000 --- a/src/components/report/sixmonth.vue +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/src/components/report/threemonth.vue b/src/components/report/threemonth.vue deleted file mode 100644 index d456e2a..0000000 --- a/src/components/report/threemonth.vue +++ /dev/null @@ -1,4 +0,0 @@ - \ No newline at end of file diff --git a/src/components/widgets/EmailReply.vue b/src/components/widgets/EmailReply.vue deleted file mode 100644 index f00b41a..0000000 --- a/src/components/widgets/EmailReply.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - diff --git a/src/components/widgets/InlineReply.vue b/src/components/widgets/InlineReply.vue deleted file mode 100644 index ea310ef..0000000 --- a/src/components/widgets/InlineReply.vue +++ /dev/null @@ -1,47 +0,0 @@ - - - diff --git a/src/components/widgets/card/MenuCard.vue b/src/components/widgets/card/MenuCard.vue deleted file mode 100644 index a37e8b9..0000000 --- a/src/components/widgets/card/MenuCard.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - diff --git a/src/components/widgets/card/NameCard.vue b/src/components/widgets/card/NameCard.vue deleted file mode 100644 index 75230b0..0000000 --- a/src/components/widgets/card/NameCard.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/components/widgets/card/PostImage.vue b/src/components/widgets/card/PostImage.vue deleted file mode 100644 index 58d3f4c..0000000 --- a/src/components/widgets/card/PostImage.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - - - diff --git a/src/components/widgets/card/PostListCard.vue b/src/components/widgets/card/PostListCard.vue deleted file mode 100644 index 3b9cf24..0000000 --- a/src/components/widgets/card/PostListCard.vue +++ /dev/null @@ -1,110 +0,0 @@ - - - - - diff --git a/src/components/widgets/card/PostSingleCard.vue b/src/components/widgets/card/PostSingleCard.vue deleted file mode 100644 index 3083178..0000000 --- a/src/components/widgets/card/PostSingleCard.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - diff --git a/src/components/widgets/card/ProfileCard.vue b/src/components/widgets/card/ProfileCard.vue deleted file mode 100644 index 0541a64..0000000 --- a/src/components/widgets/card/ProfileCard.vue +++ /dev/null @@ -1,81 +0,0 @@ - - - diff --git a/src/components/widgets/card/SettingCard.vue b/src/components/widgets/card/SettingCard.vue deleted file mode 100644 index fd74cb6..0000000 --- a/src/components/widgets/card/SettingCard.vue +++ /dev/null @@ -1,75 +0,0 @@ - - \ No newline at end of file diff --git a/src/components/widgets/card/WeatherCard.vue b/src/components/widgets/card/WeatherCard.vue deleted file mode 100644 index 7454443..0000000 --- a/src/components/widgets/card/WeatherCard.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - diff --git a/src/components/widgets/chart/BoxChart.vue b/src/components/widgets/chart/BoxChart.vue deleted file mode 100644 index 6fbd0cc..0000000 --- a/src/components/widgets/chart/BoxChart.vue +++ /dev/null @@ -1,124 +0,0 @@ - - - - - diff --git a/src/components/widgets/chart/MiniChart.vue b/src/components/widgets/chart/MiniChart.vue deleted file mode 100644 index a8bb5b6..0000000 --- a/src/components/widgets/chart/MiniChart.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - diff --git a/src/components/widgets/form/ContactForm.vue b/src/components/widgets/form/ContactForm.vue deleted file mode 100644 index f0cee25..0000000 --- a/src/components/widgets/form/ContactForm.vue +++ /dev/null @@ -1,145 +0,0 @@ - - - \ No newline at end of file diff --git a/src/components/widgets/form/EventForm.vue b/src/components/widgets/form/EventForm.vue deleted file mode 100644 index 448cdc5..0000000 --- a/src/components/widgets/form/EventForm.vue +++ /dev/null @@ -1,165 +0,0 @@ - - - diff --git a/src/components/widgets/form/PaymentForm.vue b/src/components/widgets/form/PaymentForm.vue deleted file mode 100644 index b5eacdb..0000000 --- a/src/components/widgets/form/PaymentForm.vue +++ /dev/null @@ -1,124 +0,0 @@ - - - - - diff --git a/src/components/widgets/form/ShipmentForm.vue b/src/components/widgets/form/ShipmentForm.vue deleted file mode 100644 index dde984a..0000000 --- a/src/components/widgets/form/ShipmentForm.vue +++ /dev/null @@ -1,130 +0,0 @@ - - - diff --git a/src/components/widgets/list/MessageList.vue b/src/components/widgets/list/MessageList.vue deleted file mode 100644 index 189c543..0000000 --- a/src/components/widgets/list/MessageList.vue +++ /dev/null @@ -1,43 +0,0 @@ - - diff --git a/src/components/widgets/list/NotificationList.vue b/src/components/widgets/list/NotificationList.vue deleted file mode 100644 index c25bac6..0000000 --- a/src/components/widgets/list/NotificationList.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - diff --git a/src/components/widgets/list/PlainTable.vue b/src/components/widgets/list/PlainTable.vue deleted file mode 100644 index 74b7a34..0000000 --- a/src/components/widgets/list/PlainTable.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - diff --git a/src/components/widgets/list/PlainTableOrder.vue b/src/components/widgets/list/PlainTableOrder.vue deleted file mode 100644 index 7fa18db..0000000 --- a/src/components/widgets/list/PlainTableOrder.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - diff --git a/src/components/widgets/statistic/CircleStatistic.vue b/src/components/widgets/statistic/CircleStatistic.vue deleted file mode 100644 index 26b1217..0000000 --- a/src/components/widgets/statistic/CircleStatistic.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - - diff --git a/src/components/widgets/statistic/LinearStatistic.vue b/src/components/widgets/statistic/LinearStatistic.vue deleted file mode 100644 index 473b842..0000000 --- a/src/components/widgets/statistic/LinearStatistic.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - - - diff --git a/src/components/widgets/statistic/MiniStatistic.vue b/src/components/widgets/statistic/MiniStatistic.vue deleted file mode 100644 index 2c29566..0000000 --- a/src/components/widgets/statistic/MiniStatistic.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/src/pages/Authentication/Login.vue b/src/pages/Authentication/Login.vue new file mode 100644 index 0000000..d0aff90 --- /dev/null +++ b/src/pages/Authentication/Login.vue @@ -0,0 +1,186 @@ + + + + + + \ No newline at end of file diff --git a/src/pages/Authentication/changepassword.vue b/src/pages/Authentication/changepassword.vue new file mode 100644 index 0000000..c7deb1d --- /dev/null +++ b/src/pages/Authentication/changepassword.vue @@ -0,0 +1,144 @@ + + + diff --git a/src/pages/Authentication/forgetpassword.vue b/src/pages/Authentication/forgetpassword.vue new file mode 100644 index 0000000..a1a9b48 --- /dev/null +++ b/src/pages/Authentication/forgetpassword.vue @@ -0,0 +1,272 @@ + + + + + + \ No newline at end of file diff --git a/src/pages/Calendar.vue b/src/pages/Calendar.vue deleted file mode 100644 index 540d034..0000000 --- a/src/pages/Calendar.vue +++ /dev/null @@ -1,60 +0,0 @@ - - - - diff --git a/src/pages/Dashboard.vue b/src/pages/Dashboard.vue deleted file mode 100644 index b894b61..0000000 --- a/src/pages/Dashboard.vue +++ /dev/null @@ -1,860 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/pages/Deny.vue b/src/pages/Deny.vue deleted file mode 100644 index aa524db..0000000 --- a/src/pages/Deny.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - - diff --git a/src/pages/Error.vue b/src/pages/Error.vue deleted file mode 100644 index 38948ab..0000000 --- a/src/pages/Error.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - - diff --git a/src/pages/Login.vue b/src/pages/Login.vue deleted file mode 100644 index 926adc6..0000000 --- a/src/pages/Login.vue +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/pages/NotFound.vue b/src/pages/NotFound.vue deleted file mode 100644 index 9538ab6..0000000 --- a/src/pages/NotFound.vue +++ /dev/null @@ -1,34 +0,0 @@ - - - - diff --git a/src/pages/NotFound/Error.vue b/src/pages/NotFound/Error.vue new file mode 100644 index 0000000..38948ab --- /dev/null +++ b/src/pages/NotFound/Error.vue @@ -0,0 +1,37 @@ + + + + diff --git a/src/pages/NotFound/NotFound.vue b/src/pages/NotFound/NotFound.vue new file mode 100644 index 0000000..38b2545 --- /dev/null +++ b/src/pages/NotFound/NotFound.vue @@ -0,0 +1,34 @@ + + + + diff --git a/src/pages/Students.vue b/src/pages/Students.vue deleted file mode 100644 index 96fae4f..0000000 --- a/src/pages/Students.vue +++ /dev/null @@ -1,889 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/pages/Students/students.vue b/src/pages/Students/students.vue new file mode 100644 index 0000000..d948298 --- /dev/null +++ b/src/pages/Students/students.vue @@ -0,0 +1,806 @@ + + + + \ No newline at end of file diff --git a/src/pages/Teachers/teachers.vue b/src/pages/Teachers/teachers.vue new file mode 100644 index 0000000..0993101 --- /dev/null +++ b/src/pages/Teachers/teachers.vue @@ -0,0 +1,778 @@ + + + + \ No newline at end of file diff --git a/src/pages/Widget.vue b/src/pages/Widget.vue deleted file mode 100644 index b2f5941..0000000 --- a/src/pages/Widget.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/adduser.vue b/src/pages/adduser.vue deleted file mode 100644 index 237c934..0000000 --- a/src/pages/adduser.vue +++ /dev/null @@ -1,107 +0,0 @@ - - \ No newline at end of file diff --git a/src/pages/changepassword.vue b/src/pages/changepassword.vue deleted file mode 100644 index bdcc7fe..0000000 --- a/src/pages/changepassword.vue +++ /dev/null @@ -1,144 +0,0 @@ - - - diff --git a/src/pages/forgetpassword.vue b/src/pages/forgetpassword.vue deleted file mode 100644 index ab659de..0000000 --- a/src/pages/forgetpassword.vue +++ /dev/null @@ -1,267 +0,0 @@ - - - - -undefined \ No newline at end of file diff --git a/src/pages/form/BasicForms.vue b/src/pages/form/BasicForms.vue deleted file mode 100644 index 4670685..0000000 --- a/src/pages/form/BasicForms.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/form/Editors.vue b/src/pages/form/Editors.vue deleted file mode 100644 index e121ff7..0000000 --- a/src/pages/form/Editors.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - diff --git a/src/pages/form/SelectionControls.vue b/src/pages/form/SelectionControls.vue deleted file mode 100644 index fbf6483..0000000 --- a/src/pages/form/SelectionControls.vue +++ /dev/null @@ -1,225 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/form/Selects.vue b/src/pages/form/Selects.vue deleted file mode 100644 index dbfa7e8..0000000 --- a/src/pages/form/Selects.vue +++ /dev/null @@ -1,264 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/form/Steppers.vue b/src/pages/form/Steppers.vue deleted file mode 100644 index fde1eac..0000000 --- a/src/pages/form/Steppers.vue +++ /dev/null @@ -1,90 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/form/TextFields.vue b/src/pages/form/TextFields.vue deleted file mode 100644 index 2f2beed..0000000 --- a/src/pages/form/TextFields.vue +++ /dev/null @@ -1,232 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/layout/BottomSheets.vue b/src/pages/layout/BottomSheets.vue deleted file mode 100644 index 63eb70e..0000000 --- a/src/pages/layout/BottomSheets.vue +++ /dev/null @@ -1,94 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/layout/Breadcrumb.vue b/src/pages/layout/Breadcrumb.vue deleted file mode 100644 index 96d37d9..0000000 --- a/src/pages/layout/Breadcrumb.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/layout/ExpansionPanels.vue b/src/pages/layout/ExpansionPanels.vue deleted file mode 100644 index 434490f..0000000 --- a/src/pages/layout/ExpansionPanels.vue +++ /dev/null @@ -1,83 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/layout/Footers.vue b/src/pages/layout/Footers.vue deleted file mode 100644 index ba449f4..0000000 --- a/src/pages/layout/Footers.vue +++ /dev/null @@ -1,141 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/layout/Jumbotrons.vue b/src/pages/layout/Jumbotrons.vue deleted file mode 100644 index 8966aab..0000000 --- a/src/pages/layout/Jumbotrons.vue +++ /dev/null @@ -1,97 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/layout/Lists.vue b/src/pages/layout/Lists.vue deleted file mode 100644 index a01c64c..0000000 --- a/src/pages/layout/Lists.vue +++ /dev/null @@ -1,422 +0,0 @@ - - - diff --git a/src/pages/layout/Menus.vue b/src/pages/layout/Menus.vue deleted file mode 100644 index 0c741da..0000000 --- a/src/pages/layout/Menus.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/layout/NavigationDrawers.vue b/src/pages/layout/NavigationDrawers.vue deleted file mode 100644 index 3569de9..0000000 --- a/src/pages/layout/NavigationDrawers.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - - - diff --git a/src/pages/layout/Tabs.vue b/src/pages/layout/Tabs.vue deleted file mode 100644 index dbdfbfd..0000000 --- a/src/pages/layout/Tabs.vue +++ /dev/null @@ -1,182 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/layout/Timeline.vue b/src/pages/layout/Timeline.vue deleted file mode 100644 index 5cb2d0a..0000000 --- a/src/pages/layout/Timeline.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - - diff --git a/src/pages/layout/Toolbar.vue b/src/pages/layout/Toolbar.vue deleted file mode 100644 index 18ec4ab..0000000 --- a/src/pages/layout/Toolbar.vue +++ /dev/null @@ -1,137 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/notification.vue b/src/pages/notification.vue deleted file mode 100644 index cdbc682..0000000 --- a/src/pages/notification.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - diff --git a/src/pages/questions.vue b/src/pages/questions.vue deleted file mode 100644 index 299cab3..0000000 --- a/src/pages/questions.vue +++ /dev/null @@ -1,138 +0,0 @@ - - - diff --git a/src/pages/ui/Alert.vue b/src/pages/ui/Alert.vue deleted file mode 100644 index 741a8f4..0000000 --- a/src/pages/ui/Alert.vue +++ /dev/null @@ -1,115 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Avatar.vue b/src/pages/ui/Avatar.vue deleted file mode 100644 index 53752d1..0000000 --- a/src/pages/ui/Avatar.vue +++ /dev/null @@ -1,182 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Badge.vue b/src/pages/ui/Badge.vue deleted file mode 100644 index a65a740..0000000 --- a/src/pages/ui/Badge.vue +++ /dev/null @@ -1,81 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Button.vue b/src/pages/ui/Button.vue deleted file mode 100644 index d6e3b6a..0000000 --- a/src/pages/ui/Button.vue +++ /dev/null @@ -1,424 +0,0 @@ - - - - - diff --git a/src/pages/ui/Cards.vue b/src/pages/ui/Cards.vue deleted file mode 100644 index 242bc48..0000000 --- a/src/pages/ui/Cards.vue +++ /dev/null @@ -1,188 +0,0 @@ - - - - diff --git a/src/pages/ui/Carousels.vue b/src/pages/ui/Carousels.vue deleted file mode 100644 index b725b35..0000000 --- a/src/pages/ui/Carousels.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Chip.vue b/src/pages/ui/Chip.vue deleted file mode 100644 index 941bf51..0000000 --- a/src/pages/ui/Chip.vue +++ /dev/null @@ -1,154 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Colors.vue b/src/pages/ui/Colors.vue deleted file mode 100644 index fd1b9b7..0000000 --- a/src/pages/ui/Colors.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - diff --git a/src/pages/ui/Datepicker.vue b/src/pages/ui/Datepicker.vue deleted file mode 100644 index 4bc3be8..0000000 --- a/src/pages/ui/Datepicker.vue +++ /dev/null @@ -1,146 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Dialogs.vue b/src/pages/ui/Dialogs.vue deleted file mode 100644 index 7827587..0000000 --- a/src/pages/ui/Dialogs.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Icon.vue b/src/pages/ui/Icon.vue deleted file mode 100644 index 0a5b7dd..0000000 --- a/src/pages/ui/Icon.vue +++ /dev/null @@ -1,195 +0,0 @@ - - - - - diff --git a/src/pages/ui/Pagination.vue b/src/pages/ui/Pagination.vue deleted file mode 100644 index 869c924..0000000 --- a/src/pages/ui/Pagination.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Parallax.vue b/src/pages/ui/Parallax.vue deleted file mode 100644 index 2c1a233..0000000 --- a/src/pages/ui/Parallax.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Progress.vue b/src/pages/ui/Progress.vue deleted file mode 100644 index abaceed..0000000 --- a/src/pages/ui/Progress.vue +++ /dev/null @@ -1,137 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Slider.vue b/src/pages/ui/Slider.vue deleted file mode 100644 index d4375b0..0000000 --- a/src/pages/ui/Slider.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Snackbar.vue b/src/pages/ui/Snackbar.vue deleted file mode 100644 index e932ccc..0000000 --- a/src/pages/ui/Snackbar.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Tables.vue b/src/pages/ui/Tables.vue deleted file mode 100644 index c5f65c5..0000000 --- a/src/pages/ui/Tables.vue +++ /dev/null @@ -1,234 +0,0 @@ - - - diff --git a/src/pages/ui/Timepicker.vue b/src/pages/ui/Timepicker.vue deleted file mode 100644 index c7602b9..0000000 --- a/src/pages/ui/Timepicker.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Tooltip.vue b/src/pages/ui/Tooltip.vue deleted file mode 100644 index b1d279a..0000000 --- a/src/pages/ui/Tooltip.vue +++ /dev/null @@ -1,91 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/ui/Typography.vue b/src/pages/ui/Typography.vue deleted file mode 100644 index 9fe9235..0000000 --- a/src/pages/ui/Typography.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/widgets/Chart.vue b/src/pages/widgets/Chart.vue deleted file mode 100644 index 47b23d6..0000000 --- a/src/pages/widgets/Chart.vue +++ /dev/null @@ -1,398 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/widgets/List.vue b/src/pages/widgets/List.vue deleted file mode 100644 index 183ef41..0000000 --- a/src/pages/widgets/List.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/widgets/Post.vue b/src/pages/widgets/Post.vue deleted file mode 100644 index 4d22779..0000000 --- a/src/pages/widgets/Post.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/widgets/Social.vue b/src/pages/widgets/Social.vue deleted file mode 100644 index 2a39b3c..0000000 --- a/src/pages/widgets/Social.vue +++ /dev/null @@ -1,106 +0,0 @@ - - - \ No newline at end of file diff --git a/src/pages/widgets/Statistic.vue b/src/pages/widgets/Statistic.vue deleted file mode 100644 index d73a04e..0000000 --- a/src/pages/widgets/Statistic.vue +++ /dev/null @@ -1,186 +0,0 @@ - - - - diff --git a/src/router/paths.js b/src/router/paths.js index 8e84839..3787d7a 100644 --- a/src/router/paths.js +++ b/src/router/paths.js @@ -18,19 +18,7 @@ export default [ component: () => import( /* webpackChunkName: "routes" */ /* webpackMode: "lazy-once" */ - `@/pages/NotFound.vue` - ) - }, - { - path: '/403', - meta: { - public: true, - }, - name: 'AccessDenied', - component: () => import( - /* webpackChunkName: "routes" */ - /* webpackMode: "lazy-once" */ - `@/pages/Deny.vue` + `@/pages/NotFound/NotFound.vue` ) }, { @@ -42,7 +30,7 @@ export default [ component: () => import( /* webpackChunkName: "routes" */ /* webpackMode: "lazy-once" */ - `@/pages/Error.vue` + `@/pages/NotFound/Error.vue` ) }, { @@ -53,38 +41,17 @@ export default [ component: () => import( /* webpackChunkName: "routes" */ /* webpackMode: "lazy-once" */ - `@/pages/changepassword.vue` + `@/pages/Authentication/changepassword.vue` ) }, - // { - // path: '/changepassword', - // meta: { - // public: true, - // }, - // name: 'ServerError', - // component: () => import( - // webpackChunkName: "routes" */ - // webpackMode: "lazy-once" */ - // `@/pages/changepassword.vue` - // ) - // }, - // { - // path: '/', - // meta: { }, - // name: 'Root', - // redirect: { - // name: 'Dashboard' - // } - // }, - { - path: '/dashboard', + path: '/teachers', meta: { breadcrumb: false }, - name: 'Dashboard', + name: 'teachers', component: () => import( /* webpackChunkName: "routes" */ /* webpackMode: "lazy-once" */ - `@/pages/Dashboard.vue` + `@/pages/Teachers/teachers.vue` ) }, { @@ -96,7 +63,7 @@ export default [ component: () => import( /* webpackChunkName: "routes" */ /* webpackMode: "lazy-once" */ - `@/pages/Login.vue` + `@/pages/Authentication/Login.vue` ) }, { @@ -108,34 +75,10 @@ export default [ component: () => import( /* webpackChunkName: "routes" */ /* webpackMode: "lazy-once" */ - `@/pages/forgetpassword.vue` + `@/pages/Authentication/forgetpassword.vue` ) }, { - path: '/login', - meta: { - public: true, - }, - name: '', - component: () => import( - /* webpackChunkName: "routes" */ - /* webpackMode: "lazy-once" */ - `@/pages/Login.vue` - ) - }, - // { - // path: '/register', - // meta: { - // public: true, - // }, - // name: 'register', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/register.vue` - // ) - // }, - { path: '/students', meta: { }, name: 'Students', @@ -143,556 +86,7 @@ export default [ component: () => import( /* webpackChunkName: "routes" */ /* webpackMode: "lazy-once" */ - `@/pages/Students.vue` + `@/pages/Students/students.vue` ) }, - { - path: '/notification', - meta: { }, - name: 'notification', - props: (route) => ({ type: route.query.type }), - component: () => import( - /* webpackChunkName: "routes" */ - /* webpackMode: "lazy-once" */ - `@/pages/notification.vue` - ) - }, - { - path: '/questions', - meta: {}, - name: 'questions', - props: (route) => ({ - type: route.query.type - }), - component: () => - import( - /* webpackChunkName: "routes" */ - /* webpackMode: "lazy-once" */ - `@/pages/questions.vue` - ) - }, - { - path: '/adduser', - meta: { }, - name: 'adduser', - props: (route) => ({ type: route.query.type }), - component: () => import( - /* webpackChunkName: "routes" */ - /* webpackMode: "lazy-once" */ - `@/pages/adduser.vue` - ) - }, - // { - // path: '/chat', - // meta: { - // public: true, - // }, - // name: 'Chat', - // component: () => import( - // /* webpackChunkName: "routes" */ - // `@/components/chat/ChatLayout.vue` - // ), - // redirect: { - // path: '/chat/messaging' - // }, - // children: [ - // { - // path: '/chat/messaging/:uuid?', - // meta: { - // public: true, - // }, - // name: 'ChatMessaging', - // props: true, - // components: { - // default: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/components/chat/ChatMessaging.vue` - // ), - // } - // }, - // { - // path: '/chat/contact/:uuid?', - // meta: { - // public: true, - // }, - // name: 'ChatContact', - // components: { - // default: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/components/chat/ChatContact.vue` - // ), - - // } - // } - // ] - // }, - // { - // path: '/mail', - // meta: { - // public: true, - // }, - // name: 'Mail', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/components/email/Layout.vue` - // ), - // redirect: { - // path: '/mail/all' - // }, - // children: [ - // { - // path: '/mail/:mailType', - // meta: { - // public: true, - // }, - // name: 'MailIndex', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/components/email/List.vue` - // ), - // }, - // { - // path: '/mail/0/:uuid', - // meta: { - // public: true, - // }, - // name: 'MailDetail', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/components/email/Reply.vue` - // ), - // } - // ] - // }, - // { - // path: '/components/alert', - // meta: { breadcrumb: true }, - // name: 'components/alerts', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Alert.vue` - // ) - // }, - // { - // path: '/components/avatar', - // meta: { breadcrumb: true }, - // name: 'components/avatars', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Avatar.vue` - // ) - // }, - // { - // path: '/components/badge', - // meta: { breadcrumb: true }, - // name: 'components/badges', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Badge.vue` - // ) - // }, - // { - // path: '/components/button', - // meta: { breadcrumb: true }, - // name: 'components/buttons', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Button.vue` - // ) - // }, - // { - // path: '/components/parallax', - // meta: { breadcrumb: true }, - // name: 'components/parallax', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Parallax.vue` - // ) - // }, - // { - // path: '/components/snackbar', - // meta: { breadcrumb: true }, - // name: 'components/snackbar', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Snackbar.vue` - // ) - // }, - // { - // path: '/components/chip', - // meta: { breadcrumb: true }, - // name: 'components/chips', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Chip.vue` - // ) - // }, - // { - // path: '/components/card', - // meta: { breadcrumb: true }, - // name: 'components/cards', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Cards.vue` - // ) - // }, - // { - // path: '/components/table', - // meta: { breadcrumb: true }, - // name: 'components/tables', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Tables.vue` - // ) - // }, - // { - // path: '/components/carousel', - // meta: { breadcrumb: true }, - // name: 'components/carousels', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Carousels.vue` - // ) - // }, - // { - // path: '/components/dialog', - // meta: { breadcrumb: true }, - // name: 'components/dialogs', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Dialogs.vue` - // ) - // }, - // { - // path: '/components/icon', - // meta: { breadcrumb: true }, - // name: 'components/icons', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Icon.vue` - // ) - // }, - // { - // path: '/components/progress', - // meta: { breadcrumb: true }, - // name: 'components/progress', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Progress.vue` - // ) - // }, - // { - // path: '/components/slider', - // meta: { breadcrumb: true }, - // name: 'components/sliders', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Slider.vue` - // ) - // }, - // { - // path: '/components/tooltip', - // meta: { breadcrumb: true }, - // name: 'components/tooltips', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Tooltip.vue` - // ) - // }, - // { - // path: '/components/pagination', - // meta: { breadcrumb: true }, - // name: 'components/paginations', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Pagination.vue` - // ) - // }, - // { - // path: '/pickers/datepicker', - // meta: { breadcrumb: true }, - // name: 'pickers/datepicker', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Datepicker.vue` - // ) - // }, - // { - // path: '/components/typography', - // meta: { breadcrumb: true }, - // name: 'components/typography', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Typography.vue` - // ) - // }, - // { - // path: '/components/color', - // meta: { breadcrumb: true }, - // name: 'components/color', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Colors.vue` - // ) - // }, - // { - // path: '/pickers/timepicker', - // meta: { breadcrumb: true }, - // name: 'pickers/timepicker', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/ui/Timepicker.vue` - // ) - // }, - // { - // path: '/layout/bottomsheets', - // meta: { breadcrumb: true }, - // name: 'components/bottom-sheets', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/BottomSheets.vue` - // ) - // }, - // { - // path: '/layout/expansion-panel', - // meta: { breadcrumb: true }, - // name: 'components/expansion-panels', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/ExpansionPanels.vue` - // ) - // }, - // { - // path: '/layout/footer', - // meta: { breadcrumb: true }, - // name: 'components/footer', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/Footers.vue` - // ) - // }, - // { - // path: '/layout/timeline', - // meta: { breadcrumb: true }, - // name: 'components/timeline', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/Timeline.vue` - // ) - // }, - // { - // path: '/layout/list', - // meta: { breadcrumb: true }, - // name: 'components/lists', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/Lists.vue` - // ) - // }, - // { - // path: '/layout/toolbar', - // meta: { breadcrumb: true }, - // name: 'components/toolbar', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/Toolbar.vue` - // ) - // }, - // { - // path: '/layout/jumbotron', - // meta: { breadcrumb: true }, - // name: 'components/jumbotrons', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/Jumbotrons.vue` - // ) - // }, - // { - // path: '/layout/menu', - // meta: { breadcrumb: true }, - // name: 'components/menus', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/Menus.vue` - // ) - // }, - // { - // path: '/layout/navigation-drawer', - // meta: { breadcrumb: true }, - // name: 'components/navigation-drawers', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/NavigationDrawers.vue` - // ) - // }, - // { - // path: '/layout/tabs', - // meta: { breadcrumb: true }, - // name: 'components/tabs', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/layout/Tabs.vue` - // ) - // }, - // { - // path: '/forms/basic', - // meta: { breadcrumb: true }, - // name: 'components/basic-forms', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/form/BasicForms.vue` - // ) - // }, - // { - // path: '/forms/selects', - // meta: { breadcrumb: true }, - // name: 'components/selects', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/form/Selects.vue` - // ) - // }, - // { - // path: '/forms/editor', - // meta: { breadcrumb: true }, - // name: 'components/editors', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/form/Editors.vue` - // ) - // }, - // { - // path: '/forms/selection-controls', - // meta: { breadcrumb: true }, - // name: 'components/selection-controls', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/form/SelectionControls.vue` - // ) - // }, - // { - // path: '/forms/text-fields', - // meta: { breadcrumb: true }, - // name: 'components/text-fields', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/form/TextFields.vue` - // ) - // }, - // { - // path: '/forms/steppers', - // meta: { breadcrumb: true }, - // name: 'components/steppers', - // component: () => import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/form/Steppers.vue` - // ) - // }, - // { - // path: '/widgets/social', - // meta: { - // breadcrumb: true - // }, - // name: 'components/social', - // component: () => - // import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/widgets/Social.vue` - // ) - // }, - // { - // path: '/widgets/post', - // meta: { - // breadcrumb: true - // }, - // name: 'components/widget-post', - // component: () => - // import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/widgets/Post.vue` - // ) - // }, - // { - // path: '/widgets/statistic', - // meta: { - // breadcrumb: true - // }, - // name: 'components/statistic', - // component: () => - // import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/widgets/Statistic.vue` - // ) - // }, - // { - // path: '/widgets/chart', - // meta: { - // breadcrumb: true - // }, - // name: 'components/chart', - // component: () => - // import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/widgets/Chart.vue` - // ) - // }, - // { - // path: '/widgets/list', - // meta: { - // breadcrumb: true - // }, - // name: 'components/widget-list', - // component: () => - // import( - // /* webpackChunkName: "routes" */ - // /* webpackMode: "lazy-once" */ - // `@/pages/widgets/List.vue` - // ) - // }, - ]; diff --git a/static/ana.png b/static/ana.png deleted file mode 100644 index 8882e1b0368a29306e620717587ad53a9c06a584..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3562 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 diff --git a/static/ana@2x.png b/static/ana@2x.png deleted file mode 100644 index 7916aafa5bfc66612059ee9acd0a4deef18aa227..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7908 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 diff --git a/static/data/chat_message.json b/static/data/chat_message.json deleted file mode 100644 index f31511c..0000000 --- a/static/data/chat_message.json +++ /dev/null @@ -1,632 +0,0 @@ -[ - { - "uuid": "465c5bbc-17d5-4167-bb66-3eac7510d8e0", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Voluptatibus voluptatem sapiente doloremque.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T18:16:15.644Z" - }, - { - "uuid": "c81b3afe-417b-40e1-a370-7c3b30aeb1b8", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Commodi et voluptatem quaerat.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T11:57:38.986Z" - }, - { - "uuid": "8f8e0cd3-6242-4bbe-9bcb-5b18ecaec408", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Sapiente et et id qui beatae.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T23:08:24.556Z" - }, - { - "uuid": "74367eeb-0049-45f4-8609-f728ae0bb5d5", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Ducimus aut perferendis a sed exercitationem omnis similique nihil.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-11T03:39:10.013Z" - }, - { - "uuid": "189efc93-2964-47e5-a63b-8016057e0f87", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Doloribus est cupiditate.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T07:51:50.318Z" - }, - { - "uuid": "7dbbb7ed-d78d-4cc1-9f4a-3080cc2a9a77", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Voluptas molestiae distinctio.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-11T02:17:41.018Z" - }, - { - "uuid": "bdeda0a4-3c24-430d-a61f-6010551a892e", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Veniam illo placeat esse.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T14:49:06.630Z" - }, - { - "uuid": "d5a08e9b-97cc-43c3-8990-6e57e3194654", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Fugiat soluta saepe odio quod voluptas expedita explicabo sunt facere.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T20:20:07.589Z" - }, - { - "uuid": "27763482-f7de-4986-972a-fee6359634a7", - "chatId": "ebedb727-7bd5-4224-bd09-105321f59be7", - "text": "Est veritatis voluptates sed.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T21:49:57.574Z" - }, - { - "uuid": "2784c0b2-8a3b-47b1-bfa7-4434ddabd28a", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "Quia qui voluptates est at distinctio.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T22:47:50.453Z" - }, - { - "uuid": "b642dbc3-d011-448d-ab85-c0a0b89b77a1", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "A id eos.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T06:47:24.959Z" - }, - { - "uuid": "aa197188-bf16-464e-afc2-48f4a0c22c6d", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "Ut magnam et.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T23:02:41.487Z" - }, - { - "uuid": "7ed61c0f-365d-4184-a2c9-696860a7512f", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "Corrupti corrupti eveniet ab dolores cupiditate excepturi non dolorem consectetur.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T13:55:01.736Z" - }, - { - "uuid": "f4bcfcbd-8415-459d-895f-70699af1432f", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "Voluptate quae molestias amet ad voluptas perspiciatis recusandae sequi voluptatem.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T11:26:47.728Z" - }, - { - "uuid": "ca69f512-6a64-430b-9483-fe8d773e0e72", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "Est eaque cumque rerum.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T07:35:40.840Z" - }, - { - "uuid": "39a6d6f4-2ec0-4369-b40c-dab2347d0f9e", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "Exercitationem illo aliquid.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T23:19:21.684Z" - }, - { - "uuid": "ccf6ae99-99df-4573-8d4a-071930529336", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "Sit cupiditate ex excepturi aut dolores autem et.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T18:18:20.125Z" - }, - { - "uuid": "29a411dd-344c-4e85-8760-03a3e95c8b62", - "chatId": "9094fdd0-a5c9-4234-b83f-edb7c4aa2583", - "text": "Excepturi mollitia et.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-11T05:26:07.504Z" - }, - { - "uuid": "0bc6280a-f07f-41c5-ae3f-f8db976465e8", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Cupiditate voluptas et.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T06:33:03.069Z" - }, - { - "uuid": "746c54e8-4641-4d25-b2d4-669dbf6a58f5", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Id id est ipsum recusandae impedit et.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-11T01:50:34.143Z" - }, - { - "uuid": "f649d7d3-fbf1-4681-98b0-658ed846012a", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Vero cum sequi laboriosam corporis voluptas aut fugit.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-11T05:21:57.054Z" - }, - { - "uuid": "976e10ea-2267-4cda-8539-0403c55fc7bf", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Voluptatem et odio hic.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T21:14:20.431Z" - }, - { - "uuid": "4200fefe-365a-4b7b-bd7b-b0688794337f", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Molestias harum iusto ipsa qui quia.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T17:04:09.556Z" - }, - { - "uuid": "c72077d2-374a-4935-a75b-2420665b33ee", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Et in nobis ut perspiciatis odio quaerat mollitia et et.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-11T03:45:07.142Z" - }, - { - "uuid": "658c3b3d-d8a4-4bbe-b183-c490715fe2eb", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Non qui blanditiis.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T14:47:21.663Z" - }, - { - "uuid": "79e58723-48cd-436b-84f2-c2f4daa2f103", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Natus mollitia quo labore omnis vero dolor quod enim assumenda.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T20:09:05.876Z" - }, - { - "uuid": "d3bf7692-e72a-4b42-b619-943a0c587206", - "chatId": "8fd06756-97dc-470b-a3c5-d2441b95a4d3", - "text": "Eos in ipsa ut non debitis commodi voluptates incidunt.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T09:56:59.398Z" - }, - { - "uuid": "dfcef35d-774c-45dd-a353-9af593e853d8", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Aut aliquid necessitatibus tempore.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T09:44:18.191Z" - }, - { - "uuid": "2b1cacbc-4cc8-4bda-b8cb-6b54b76b5b31", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Qui excepturi soluta dolorem distinctio.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T19:24:38.622Z" - }, - { - "uuid": "cee89de7-514b-436f-a47c-97af607bdf6b", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Quia praesentium quod sapiente et iure rerum ut.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T23:28:42.990Z" - }, - { - "uuid": "63b27bb9-8135-42ea-837a-06111fb6e3d2", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Praesentium reiciendis nihil aut nobis necessitatibus omnis alias et.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T23:20:16.174Z" - }, - { - "uuid": "2dd0e3bd-3b2d-4385-a7ff-b3348c0bd91a", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Illo mollitia qui iusto.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T06:16:03.914Z" - }, - { - "uuid": "30d91e37-d8ca-4240-b4bd-859560254f90", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Debitis deleniti sit nihil laudantium blanditiis omnis.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T08:55:19.519Z" - }, - { - "uuid": "32b3c77d-5613-4185-bb9f-82bca87c5a0a", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Magni laborum libero quis quia.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T23:05:52.340Z" - }, - { - "uuid": "5083fde6-0315-4ef7-88cf-5af769eb2646", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Voluptatem voluptates assumenda perspiciatis quos qui placeat vitae soluta.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-11T00:44:25.392Z" - }, - { - "uuid": "d3c3f960-4a57-4e50-bd16-0d2e634214ed", - "chatId": "aac34b4e-85fb-4af3-93c4-17b3386d48d8", - "text": "Non magni facere sint accusantium.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T06:24:17.021Z" - }, - { - "uuid": "fb265610-2996-45d5-8171-f042c650af28", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Laboriosam laudantium nihil consequuntur et placeat in quia.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T12:44:03.614Z" - }, - { - "uuid": "76fd2e45-f50f-48fa-8264-47c3833976ec", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Nesciunt vero quis necessitatibus sit veniam aspernatur magnam.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T06:48:47.078Z" - }, - { - "uuid": "8e655cbc-1423-41a3-8079-78caf02010e4", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Non cumque cumque libero consequatur cupiditate deserunt.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T09:33:31.574Z" - }, - { - "uuid": "d5df0aad-6ddd-4063-9bf9-1606c962203d", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Eaque consequuntur quam eius eos aut explicabo cum.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T06:38:56.986Z" - }, - { - "uuid": "9c47ed0e-f828-4251-a73b-12df54ce24f2", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Neque eius et alias debitis hic et ea laudantium.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T23:18:00.002Z" - }, - { - "uuid": "e772f9a1-944b-47c8-9836-26eaf73fcfb4", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Voluptatem consequuntur modi.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T23:26:22.558Z" - }, - { - "uuid": "e51ef54e-a588-4b2e-9e8e-879baf2e584b", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Et hic quia accusamus aspernatur est atque sunt facere.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-11T00:49:59.965Z" - }, - { - "uuid": "ce2ab907-59ce-4645-925d-ecb39465f87b", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Totam illo dignissimos amet rem ducimus.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T10:00:01.300Z" - }, - { - "uuid": "b39cfd54-9ab6-45ad-a8b4-9da447ef1f84", - "chatId": "2fc05c87-b29f-4d87-8a57-79e96bddf0d9", - "text": "Quibusdam vel nisi sapiente aut ut.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T22:09:12.179Z" - }, - { - "uuid": "f6d292fe-e340-4134-8ab0-56de84b40dcd", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Laborum ullam soluta.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T13:40:31.548Z" - }, - { - "uuid": "129e34a0-504e-44e2-9af5-4f39a0b47a23", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Doloremque consequatur nostrum veniam voluptate odio nobis.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-11T05:56:15.770Z" - }, - { - "uuid": "9aa85530-6730-4a3e-9256-959e90a92c92", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Voluptatem voluptates tenetur sit.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T12:53:30.461Z" - }, - { - "uuid": "43b8c999-56d9-4870-8b5f-f37634d076b5", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Consequuntur quia voluptas optio nisi facilis ex.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T09:18:05.075Z" - }, - { - "uuid": "8e2b6ecd-72f1-4200-b7fa-23d239b5bc88", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Minus perferendis maxime eligendi debitis odio quam autem quisquam id.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T22:03:22.212Z" - }, - { - "uuid": "d1597974-1f4e-4a96-82c9-922b96331a8f", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Eligendi explicabo deleniti dolores autem corporis porro enim totam.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T07:52:37.064Z" - }, - { - "uuid": "47399b9d-00a7-4934-ace8-bb731cc36a62", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Asperiores id hic.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T09:36:42.445Z" - }, - { - "uuid": "9b78dbfc-1fbb-40d4-9dfd-04f11e72fe95", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Animi aliquam vero beatae quia distinctio nisi eum totam quae.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-11T00:41:42.100Z" - }, - { - "uuid": "77e10641-9c85-4c34-b8e6-c1705bf30429", - "chatId": "e2d938b0-e181-437e-80c7-14484e7b0504", - "text": "Quis impedit rerum.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T20:27:04.678Z" - }, - { - "uuid": "e0c45e2b-e51c-41c4-aef0-5e31bc72e5f5", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Deleniti enim natus quasi porro dolores ut molestiae sit.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T18:25:44.334Z" - }, - { - "uuid": "54cffc84-93db-4fe3-9172-7a4d4245564a", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Ut inventore qui facere in modi.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-11T02:54:18.372Z" - }, - { - "uuid": "85aaa1bb-6b9e-45c4-a6e0-95011009a433", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Quis quod consequuntur sit nobis voluptatem occaecati dolor.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T17:50:24.290Z" - }, - { - "uuid": "31d3bff7-8b86-4e7d-be07-2d3c23eb0314", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Amet necessitatibus quibusdam quo illum eveniet soluta natus cumque possimus.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T12:09:33.828Z" - }, - { - "uuid": "a34408a3-e2ee-4223-a28e-797b99bdfb45", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Ut repellat ut cupiditate similique velit nostrum id aperiam accusantium.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T17:21:32.527Z" - }, - { - "uuid": "a5087d2c-6670-4635-bfb7-89c297879819", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Maxime non quisquam sed earum consectetur.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T09:08:25.688Z" - }, - { - "uuid": "c1d5a2a8-a14f-417f-834e-9f4d1a99bc0e", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Error culpa pariatur aut doloremque veritatis rerum laborum blanditiis.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-11T04:33:26.827Z" - }, - { - "uuid": "f12c75b5-7669-421b-a868-09cabd74242a", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Consequatur et magni ad porro sit voluptatem ullam fuga sint.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T16:47:20.737Z" - }, - { - "uuid": "9c523410-5528-44b7-bea2-daea2670779f", - "chatId": "d6d15d5e-9fee-41f5-86be-e7d4cd7363f2", - "text": "Suscipit earum qui non sequi quis repellendus voluptatem.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T22:53:41.912Z" - }, - { - "uuid": "2a4a4821-855c-45c1-8b88-5696bf266100", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Sunt voluptate laboriosam ratione voluptas.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-11T02:03:32.381Z" - }, - { - "uuid": "05cec272-9a29-40d2-a1df-27db523f0e92", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Atque sunt culpa delectus placeat consequuntur labore.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T07:55:07.894Z" - }, - { - "uuid": "65026d37-fcd1-47fc-aa66-57526f69a23b", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Deleniti nihil ab laborum neque.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T15:23:59.811Z" - }, - { - "uuid": "eb9fc8bf-d63a-402d-806e-c8229b216b97", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Et distinctio in voluptatum natus asperiores dolorum dicta.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-11T03:21:38.347Z" - }, - { - "uuid": "5c388719-7a1e-40b5-8237-bff2bc1f5539", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Veritatis molestiae perferendis aperiam recusandae dolor aliquam excepturi.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T06:25:13.804Z" - }, - { - "uuid": "6883ae33-d79a-4e49-a75e-b26ce586f979", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Fuga deleniti vitae quaerat voluptatibus et et.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T23:48:34.820Z" - }, - { - "uuid": "eaf9b261-277b-430d-97ca-be7747dc5af6", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Quis debitis delectus rerum consequatur voluptatem.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T21:38:49.282Z" - }, - { - "uuid": "37fef2ca-fc63-4f8f-aad7-5f9897397a85", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Enim ut id.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T23:56:08.028Z" - }, - { - "uuid": "072ae1d2-6df0-449c-969c-704c3b028152", - "chatId": "dc52bd24-1747-44e0-81ea-af8745c4545a", - "text": "Blanditiis repellat dignissimos.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T18:10:12.413Z" - }, - { - "uuid": "39434dd8-f8f3-415f-9b1a-1deda85e7f36", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Rem eum qui ad totam ad qui id nihil.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T21:00:23.856Z" - }, - { - "uuid": "8c6397f2-150e-418c-94f4-03e7f1586a46", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Enim praesentium neque voluptate consequatur esse accusantium.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T23:57:29.146Z" - }, - { - "uuid": "2a436eae-43ff-4989-a344-3d4bf6929252", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Est eos ut quia iusto nemo culpa sunt ad.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T14:50:11.320Z" - }, - { - "uuid": "5f1e9f4c-7d22-4d0e-970a-f59b3c559803", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Officia velit vel esse.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T16:34:16.977Z" - }, - { - "uuid": "5e140b52-8e6e-4273-8779-ae1a4ddd37bb", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Unde officiis ut accusantium.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-11T03:21:45.886Z" - }, - { - "uuid": "3c92cc73-b127-47ca-8060-f2ef2f25e33a", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Et harum et voluptatem laborum.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T23:25:06.155Z" - }, - { - "uuid": "7a656e4a-1829-4138-8fbb-945b33017edd", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Ducimus corrupti quas aut sunt autem voluptatibus minus natus.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T22:58:21.053Z" - }, - { - "uuid": "8a1c5562-5b82-40a4-b6c5-511bcf2d9a9f", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Quae maiores porro inventore quisquam fugiat.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T08:22:22.629Z" - }, - { - "uuid": "c837b2b9-0725-4e62-9c3f-37648735aab8", - "chatId": "f4eb95ef-202b-4a12-a4f2-3619f2364b55", - "text": "Dolores dolor omnis veritatis exercitationem et exercitationem animi doloribus et.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T11:24:53.220Z" - }, - { - "uuid": "c4f9cdd0-793d-4b33-98a3-509116fb9e2a", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Cumque similique earum odio.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-11T00:06:20.289Z" - }, - { - "uuid": "33094223-a624-47f8-b4d1-b506029a4fd4", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Beatae et in et et doloribus architecto.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-11T02:30:17.955Z" - }, - { - "uuid": "ef09dace-e046-4325-bb7f-cfd273218bec", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Totam aut qui excepturi maxime ut.", - "userId": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "created_at": "2018-04-10T16:08:05.253Z" - }, - { - "uuid": "1d430da0-8e0a-4e08-93b7-69b27eb70477", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Similique pariatur fuga.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T09:31:07.603Z" - }, - { - "uuid": "167aadc3-8b53-4455-b3e6-e7b2b75b0d06", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Maiores necessitatibus omnis.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T19:13:55.351Z" - }, - { - "uuid": "4163e76a-20e2-4638-b18b-61979bfab3b7", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Est vitae ipsam autem eaque et odio perspiciatis soluta.", - "userId": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "created_at": "2018-04-10T12:10:10.119Z" - }, - { - "uuid": "4829f4bc-8d24-46a8-a34a-4abba3d2e1a0", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Omnis repellat dolores officiis non praesentium.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T07:15:02.879Z" - }, - { - "uuid": "c1b233df-ac1f-4c44-b6b5-4539b5cb3741", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Quae dolores officia incidunt quae quia quaerat.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T20:36:13.431Z" - }, - { - "uuid": "df746cc7-81ac-4d84-9fc6-0977bfd2e487", - "chatId": "aaaea87c-349f-423d-84ce-796bc5827855", - "text": "Saepe omnis explicabo nisi suscipit optio rerum voluptatum.", - "userId": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "created_at": "2018-04-10T18:12:52.304Z" - } -] \ No newline at end of file diff --git a/static/data/file.json b/static/data/file.json deleted file mode 100644 index 5f84225..0000000 --- a/static/data/file.json +++ /dev/null @@ -1,620 +0,0 @@ -{ - "data": [ - { - "uuid": "a32c4aec-54de-4ff4-b165-8571ae805598", - "fileName": ".DS_Store", - "fileType": false, - "path": "static/.DS_Store", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/.DS_Store", - "ext": "", - "dir": "static", - "ctime": "2018-04-08T09:15:19.307Z", - "size": 12292 - }, - { - "uuid": "a30f71db-7dcf-4467-978f-e32841d47825", - "fileName": ".gitkeep", - "fileType": false, - "path": "static/.gitkeep", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/.gitkeep", - "ext": "", - "dir": "static", - "ctime": "2018-03-14T09:21:32.010Z", - "size": 0 - }, - { - "uuid": "ca1bf511-a44e-4663-8b68-323419236ddf", - "fileName": "google.png", - "fileType": "image/png", - "path": "static/avatar/google.png", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/avatar/google.png", - "ext": ".png", - "dir": "static/avatar", - "ctime": "2018-04-08T08:31:07.808Z", - "size": 12734 - }, - { - "uuid": "0693e01e-926c-4c95-818b-3f9b6d5413e7", - "fileName": "hangouts.png", - "fileType": "image/png", - "path": "static/avatar/hangouts.png", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/avatar/hangouts.png", - "ext": ".png", - "dir": "static/avatar", - "ctime": "2018-04-08T08:31:10.010Z", - "size": 15266 - }, - { - "uuid": "53d3ba9d-90f2-4a60-af86-04679321f551", - "fileName": "inbox.png", - "fileType": "image/png", - "path": "static/avatar/inbox.png", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/avatar/inbox.png", - "ext": ".png", - "dir": "static/avatar", - "ctime": "2018-04-08T08:31:13.303Z", - "size": 22444 - }, - { - "uuid": "ef6397dd-ca99-459f-9694-bf9475359a51", - "fileName": "keep.png", - "fileType": "image/png", - "path": "static/avatar/keep.png", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/avatar/keep.png", - "ext": ".png", - "dir": "static/avatar", - "ctime": "2018-04-08T08:31:15.534Z", - "size": 2146 - }, - { - "uuid": "e6dcaede-1c87-4052-a4e9-f894809d5984", - "fileName": "messenger.png", - "fileType": "image/png", - "path": "static/avatar/messenger.png", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/avatar/messenger.png", - "ext": ".png", - "dir": "static/avatar", - "ctime": "2018-04-08T08:31:24.183Z", - "size": 7006 - }, - { - "uuid": "78a63d97-c763-4fa4-883f-8f9ed4425a6a", - "fileName": "1.jpg", - "fileType": "image/jpeg", - "path": "static/bg/1.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/1.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.070Z", - "size": 275608 - }, - { - "uuid": "29245130-ec05-4bf1-90ea-06574faa9bda", - "fileName": "10.jpg", - "fileType": "image/jpeg", - "path": "static/bg/10.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/10.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.096Z", - "size": 283680 - }, - { - "uuid": "83c2cfc6-80c2-4bc0-af02-4b2e6a94a2d3", - "fileName": "11.jpg", - "fileType": "image/jpeg", - "path": "static/bg/11.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/11.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.100Z", - "size": 99467 - }, - { - "uuid": "71fa31b2-4463-4c4c-baf2-719cd89ab15a", - "fileName": "12.jpg", - "fileType": "image/jpeg", - "path": "static/bg/12.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/12.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.103Z", - "size": 82253 - }, - { - "uuid": "74db5dd4-f60d-415a-b6f7-3107ce2e5cda", - "fileName": "13.jpg", - "fileType": "image/jpeg", - "path": "static/bg/13.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/13.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:41:46.865Z", - "size": 103275 - }, - { - "uuid": "54dc3e30-a9c8-4a68-9f9b-b070f5a5fea4", - "fileName": "14.jpg", - "fileType": "image/jpeg", - "path": "static/bg/14.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/14.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.111Z", - "size": 103446 - }, - { - "uuid": "c2c9104b-8a26-4bce-b942-7104e57687b7", - "fileName": "15.jpg", - "fileType": "image/jpeg", - "path": "static/bg/15.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/15.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.119Z", - "size": 105339 - }, - { - "uuid": "6b608ce9-e35b-4dfb-87cb-f4ca19102996", - "fileName": "16.jpg", - "fileType": "image/jpeg", - "path": "static/bg/16.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/16.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.122Z", - "size": 88580 - }, - { - "uuid": "a9b26177-5927-44a5-8b7c-4cad8425e9a5", - "fileName": "17.jpg", - "fileType": "image/jpeg", - "path": "static/bg/17.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/17.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.125Z", - "size": 98465 - }, - { - "uuid": "f1168479-113a-4f8a-a014-45ff6351941e", - "fileName": "18.jpg", - "fileType": "image/jpeg", - "path": "static/bg/18.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/18.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.128Z", - "size": 100565 - }, - { - "uuid": "d1cd7b81-b301-425f-89d1-e0cbf2f7a0cb", - "fileName": "19.jpg", - "fileType": "image/jpeg", - "path": "static/bg/19.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/19.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.138Z", - "size": 39500 - }, - { - "uuid": "c9ebff9b-651a-43c8-8e8a-028bb69b00ef", - "fileName": "2.jpg", - "fileType": "image/jpeg", - "path": "static/bg/2.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/2.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.075Z", - "size": 268438 - }, - { - "uuid": "fa673c64-e747-4279-8574-be153c106ede", - "fileName": "20.jpg", - "fileType": "image/jpeg", - "path": "static/bg/20.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/20.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.143Z", - "size": 104204 - }, - { - "uuid": "74e2ab71-4261-4fa9-b2e7-4844ef9f1d58", - "fileName": "21.jpg", - "fileType": "image/jpeg", - "path": "static/bg/21.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/21.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:41:54.525Z", - "size": 91890 - }, - { - "uuid": "5fb2fed2-fc86-4bd5-9144-7d36b3dacd60", - "fileName": "22.jpg", - "fileType": "image/jpeg", - "path": "static/bg/22.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/22.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.150Z", - "size": 104620 - }, - { - "uuid": "8d6cdfc5-e69a-44d2-b6e3-4265b4b87cc1", - "fileName": "23.jpg", - "fileType": "image/jpeg", - "path": "static/bg/23.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/23.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.157Z", - "size": 103130 - }, - { - "uuid": "d733c863-b5ed-46b2-9eb2-42eb9fa285fa", - "fileName": "24.jpg", - "fileType": "image/jpeg", - "path": "static/bg/24.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/24.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.159Z", - "size": 105835 - }, - { - "uuid": "f9c7064e-2542-473f-9b4d-98d122ef4364", - "fileName": "25.jpg", - "fileType": "image/jpeg", - "path": "static/bg/25.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/25.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.162Z", - "size": 95075 - }, - { - "uuid": "e2ea7604-a86d-4fef-bb20-40fae6bb7ce0", - "fileName": "26.jpg", - "fileType": "image/jpeg", - "path": "static/bg/26.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/26.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.166Z", - "size": 104342 - }, - { - "uuid": "f7570a47-938c-4e9c-aba6-a82f30b7bef5", - "fileName": "27.jpg", - "fileType": "image/jpeg", - "path": "static/bg/27.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/27.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.168Z", - "size": 90063 - }, - { - "uuid": "4dc41162-89b5-499b-b702-cf951a04841e", - "fileName": "28.jpg", - "fileType": "image/jpeg", - "path": "static/bg/28.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/28.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.171Z", - "size": 132461 - }, - { - "uuid": "ed316744-39c6-4de3-a346-4436d080291a", - "fileName": "29.jpg", - "fileType": "image/jpeg", - "path": "static/bg/29.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/29.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.173Z", - "size": 121466 - }, - { - "uuid": "af9acc25-694a-4656-a790-584129b21cc4", - "fileName": "3.jpg", - "fileType": "image/jpeg", - "path": "static/bg/3.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/3.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.077Z", - "size": 308780 - }, - { - "uuid": "c2be3695-f084-4a41-bc0b-79062e4eefe0", - "fileName": "30.jpg", - "fileType": "image/jpeg", - "path": "static/bg/30.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/30.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.176Z", - "size": 125198 - }, - { - "uuid": "708a5185-2de7-4477-ac84-d99f434fa7cc", - "fileName": "31.jpg", - "fileType": "image/jpeg", - "path": "static/bg/31.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/31.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.179Z", - "size": 292495 - }, - { - "uuid": "c9782516-bd3d-4ca6-9397-91b806d4d5aa", - "fileName": "32.jpg", - "fileType": "image/jpeg", - "path": "static/bg/32.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/32.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.186Z", - "size": 278854 - }, - { - "uuid": "00ac4093-8202-408e-8b88-a33313d39e6b", - "fileName": "33.jpg", - "fileType": "image/jpeg", - "path": "static/bg/33.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/33.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.196Z", - "size": 296287 - }, - { - "uuid": "9d3ed291-8706-4d1c-b37a-9da33f808622", - "fileName": "34.jpg", - "fileType": "image/jpeg", - "path": "static/bg/34.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/34.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.199Z", - "size": 298335 - }, - { - "uuid": "38cfc863-13f1-4ab6-acd1-2f403b77f539", - "fileName": "35.jpg", - "fileType": "image/jpeg", - "path": "static/bg/35.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/35.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.204Z", - "size": 285123 - }, - { - "uuid": "1cbde33c-6ef6-45e6-930a-94bfae6a4b4d", - "fileName": "36.jpg", - "fileType": "image/jpeg", - "path": "static/bg/36.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/36.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.207Z", - "size": 294032 - }, - { - "uuid": "c4835081-6414-4e23-ae05-6b23997a4f6f", - "fileName": "37.jpg", - "fileType": "image/jpeg", - "path": "static/bg/37.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/37.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.210Z", - "size": 261250 - }, - { - "uuid": "16647278-2e36-4285-8347-7aeab0fbf468", - "fileName": "38.jpg", - "fileType": "image/jpeg", - "path": "static/bg/38.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/38.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.214Z", - "size": 292620 - }, - { - "uuid": "e8047c06-fca2-4405-8823-d5497c788362", - "fileName": "39.jpg", - "fileType": "image/jpeg", - "path": "static/bg/39.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/39.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.217Z", - "size": 290569 - }, - { - "uuid": "d69f047b-8ebf-4d3d-b436-09bbbf6cba4b", - "fileName": "4.jpg", - "fileType": "image/jpeg", - "path": "static/bg/4.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/4.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.080Z", - "size": 287013 - }, - { - "uuid": "ad16609e-154b-401d-835f-bbcb6f4a496b", - "fileName": "40.jpg", - "fileType": "image/jpeg", - "path": "static/bg/40.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/40.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.219Z", - "size": 297662 - }, - { - "uuid": "8c4cf24d-de27-4aea-abca-f38865cc9239", - "fileName": "5.jpg", - "fileType": "image/jpeg", - "path": "static/bg/5.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/5.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.083Z", - "size": 318957 - }, - { - "uuid": "88a031a1-323d-4ca6-9115-61762dbdffe9", - "fileName": "6.jpg", - "fileType": "image/jpeg", - "path": "static/bg/6.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/6.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:41:50.063Z", - "size": 287785 - }, - { - "uuid": "5e42c142-b511-4a11-bdaf-ae85ac8417c6", - "fileName": "7.jpg", - "fileType": "image/jpeg", - "path": "static/bg/7.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/7.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.089Z", - "size": 285392 - }, - { - "uuid": "5194e91c-5975-40a4-9353-83055b0c8cbb", - "fileName": "8.jpg", - "fileType": "image/jpeg", - "path": "static/bg/8.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/8.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.091Z", - "size": 272918 - }, - { - "uuid": "c5f859ed-012c-48d3-a037-bf164f8b0c84", - "fileName": "9.jpg", - "fileType": "image/jpeg", - "path": "static/bg/9.jpg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/bg/9.jpg", - "ext": ".jpg", - "dir": "static/bg", - "ctime": "2018-03-30T08:40:27.094Z", - "size": 285242 - }, - { - "uuid": "b83f94eb-3fa4-474f-8b09-91ec5b9e67da", - "fileName": "403.svg", - "fileType": "image/svg+xml", - "path": "static/error/403.svg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/error/403.svg", - "ext": ".svg", - "dir": "static/error", - "ctime": "2018-03-30T06:10:45.825Z", - "size": 55336 - }, - { - "uuid": "7b93354a-fc3c-45ae-890a-8bcb5c294f55", - "fileName": "404.svg", - "fileType": "image/svg+xml", - "path": "static/error/404.svg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/error/404.svg", - "ext": ".svg", - "dir": "static/error", - "ctime": "2018-03-30T06:10:45.814Z", - "size": 88876 - }, - { - "uuid": "d2b741d4-206d-4be5-819d-3a00fd6895f0", - "fileName": "500.svg", - "fileType": "image/svg+xml", - "path": "static/error/500.svg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/error/500.svg", - "ext": ".svg", - "dir": "static/error", - "ctime": "2018-03-30T06:10:45.818Z", - "size": 88720 - }, - { - "uuid": "cf1cd0df-861e-4216-beba-c5fa266081dd", - "fileName": "google.svg", - "fileType": "image/svg+xml", - "path": "static/google.svg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/google.svg", - "ext": ".svg", - "dir": "static", - "ctime": "2018-03-30T06:10:12.693Z", - "size": 1574 - }, - { - "uuid": "d145ac45-57b4-4754-a058-79bf42bb2963", - "fileName": "manifest.json", - "fileType": "application/json", - "path": "static/manifest.json", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/manifest.json", - "ext": ".json", - "dir": "static", - "ctime": "2018-03-14T09:21:32.018Z", - "size": 303 - }, - { - "uuid": "8b2ca729-a2eb-4950-855d-1dd3ce831765", - "fileName": "robots.txt", - "fileType": "text/plain", - "path": "static/robots.txt", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/robots.txt", - "ext": ".txt", - "dir": "static", - "ctime": "2018-03-14T09:21:32.021Z", - "size": 23 - }, - { - "uuid": "e5a6e6f5-a9c8-49be-b2e2-c5074f4fa6c2", - "fileName": "sitemap.xml", - "fileType": "application/xml", - "path": "static/sitemap.xml", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/sitemap.xml", - "ext": ".xml", - "dir": "static", - "ctime": "2018-03-14T09:21:32.019Z", - "size": 15488 - }, - { - "uuid": "7cf65477-4aad-45de-924c-a38ded2471ef", - "fileName": "v.png", - "fileType": "image/png", - "path": "static/v.png", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/v.png", - "ext": ".png", - "dir": "static", - "ctime": "2018-03-14T09:21:32.023Z", - "size": 5674 - }, - { - "uuid": "5d333a3d-9140-4b8c-9ae3-9a8a96f0309e", - "fileName": "v.svg", - "fileType": "image/svg+xml", - "path": "static/v.svg", - "fullPath": "/Users/michael/themeforest/vue-material-admin/static/v.svg", - "ext": ".svg", - "dir": "static", - "ctime": "2018-03-14T09:21:32.017Z", - "size": 538 - } - ] -} \ No newline at end of file diff --git a/static/data/font-awesome.json b/static/data/font-awesome.json deleted file mode 100644 index 2177f2c..0000000 --- a/static/data/font-awesome.json +++ /dev/null @@ -1,790 +0,0 @@ -{ - "4.7.0": [ - "fa-500px", - "fa-address-book", - "fa-address-book-o", - "fa-address-card", - "fa-address-card-o", - "fa-adjust", - "fa-adn", - "fa-align-center", - "fa-align-justify", - "fa-align-left", - "fa-align-right", - "fa-amazon", - "fa-ambulance", - "fa-american-sign-language-interpreting", - "fa-anchor", - "fa-android", - "fa-angellist", - "fa-angle-double-down", - "fa-angle-double-left", - "fa-angle-double-right", - "fa-angle-double-up", - "fa-angle-down", - "fa-angle-left", - "fa-angle-right", - "fa-angle-up", - "fa-apple", - "fa-archive", - "fa-area-chart", - "fa-arrow-circle-down", - "fa-arrow-circle-left", - "fa-arrow-circle-o-down", - "fa-arrow-circle-o-left", - "fa-arrow-circle-o-right", - "fa-arrow-circle-o-up", - "fa-arrow-circle-right", - "fa-arrow-circle-up", - "fa-arrow-down", - "fa-arrow-left", - "fa-arrow-right", - "fa-arrow-up", - "fa-arrows", - "fa-arrows-alt", - "fa-arrows-h", - "fa-arrows-v", - "fa-asl-interpreting", - "fa-assistive-listening-systems", - "fa-asterisk", - "fa-at", - "fa-audio-description", - "fa-automobile", - "fa-backward", - "fa-balance-scale", - "fa-ban", - "fa-bandcamp", - "fa-bank", - "fa-bar-chart", - "fa-bar-chart-o", - "fa-barcode", - "fa-bars", - "fa-bath", - "fa-bathtub", - "fa-battery", - "fa-battery-0", - "fa-battery-1", - "fa-battery-2", - "fa-battery-3", - "fa-battery-4", - "fa-battery-empty", - "fa-battery-full", - "fa-battery-half", - "fa-battery-quarter", - "fa-battery-three-quarters", - "fa-bed", - "fa-beer", - "fa-behance", - "fa-behance-square", - "fa-bell", - "fa-bell-o", - "fa-bell-slash", - "fa-bell-slash-o", - "fa-bicycle", - "fa-binoculars", - "fa-birthday-cake", - "fa-bitbucket", - "fa-bitbucket-square", - "fa-bitcoin", - "fa-black-tie", - "fa-blind", - "fa-bluetooth", - "fa-bluetooth-b", - "fa-bold", - "fa-bolt", - "fa-bomb", - "fa-book", - "fa-bookmark", - "fa-bookmark-o", - "fa-braille", - "fa-briefcase", - "fa-btc", - "fa-bug", - "fa-building", - "fa-building-o", - "fa-bullhorn", - "fa-bullseye", - "fa-bus", - "fa-buysellads", - "fa-cab", - "fa-calculator", - "fa-calendar", - "fa-calendar-check-o", - "fa-calendar-minus-o", - "fa-calendar-o", - "fa-calendar-plus-o", - "fa-calendar-times-o", - "fa-camera", - "fa-camera-retro", - "fa-car", - "fa-caret-down", - "fa-caret-left", - "fa-caret-right", - "fa-caret-square-o-down", - "fa-caret-square-o-left", - "fa-caret-square-o-right", - "fa-caret-square-o-up", - "fa-caret-up", - "fa-cart-arrow-down", - "fa-cart-plus", - "fa-cc", - "fa-cc-amex", - "fa-cc-diners-club", - "fa-cc-discover", - "fa-cc-jcb", - "fa-cc-mastercard", - "fa-cc-paypal", - "fa-cc-stripe", - "fa-cc-visa", - "fa-certificate", - "fa-chain", - "fa-chain-broken", - "fa-check", - "fa-check-circle", - "fa-check-circle-o", - "fa-check-square", - "fa-check-square-o", - "fa-chevron-circle-down", - "fa-chevron-circle-left", - "fa-chevron-circle-right", - "fa-chevron-circle-up", - "fa-chevron-down", - "fa-chevron-left", - "fa-chevron-right", - "fa-chevron-up", - "fa-child", - "fa-chrome", - "fa-circle", - "fa-circle-o", - "fa-circle-o-notch", - "fa-circle-thin", - "fa-clipboard", - "fa-clock-o", - "fa-clone", - "fa-close", - "fa-cloud", - "fa-cloud-download", - "fa-cloud-upload", - "fa-cny", - "fa-code", - "fa-code-fork", - "fa-codepen", - "fa-codiepie", - "fa-coffee", - "fa-cog", - "fa-cogs", - "fa-columns", - "fa-comment", - "fa-comment-o", - "fa-commenting", - "fa-commenting-o", - "fa-comments", - "fa-comments-o", - "fa-compass", - "fa-compress", - "fa-connectdevelop", - "fa-contao", - "fa-copy", - "fa-copyright", - "fa-creative-commons", - "fa-credit-card", - "fa-credit-card-alt", - "fa-crop", - "fa-crosshairs", - "fa-css3", - "fa-cube", - "fa-cubes", - "fa-cut", - "fa-cutlery", - "fa-dashboard", - "fa-dashcube", - "fa-database", - "fa-deaf", - "fa-deafness", - "fa-dedent", - "fa-delicious", - "fa-desktop", - "fa-deviantart", - "fa-diamond", - "fa-digg", - "fa-dollar", - "fa-dot-circle-o", - "fa-download", - "fa-dribbble", - "fa-drivers-license", - "fa-drivers-license-o", - "fa-dropbox", - "fa-drupal", - "fa-edge", - "fa-edit", - "fa-eercast", - "fa-eject", - "fa-ellipsis-h", - "fa-ellipsis-v", - "fa-empire", - "fa-envelope", - "fa-envelope-o", - "fa-envelope-open", - "fa-envelope-open-o", - "fa-envelope-square", - "fa-envira", - "fa-eraser", - "fa-etsy", - "fa-eur", - "fa-euro", - "fa-exchange", - "fa-exclamation", - "fa-exclamation-circle", - "fa-exclamation-triangle", - "fa-expand", - "fa-expeditedssl", - "fa-external-link", - "fa-external-link-square", - "fa-eye", - "fa-eye-slash", - "fa-eyedropper", - "fa-fa", - "fa-facebook", - "fa-facebook-f", - "fa-facebook-official", - "fa-facebook-square", - "fa-fast-backward", - "fa-fast-forward", - "fa-fax", - "fa-feed", - "fa-female", - "fa-fighter-jet", - "fa-file", - "fa-file-archive-o", - "fa-file-audio-o", - "fa-file-code-o", - "fa-file-excel-o", - "fa-file-image-o", - "fa-file-movie-o", - "fa-file-o", - "fa-file-pdf-o", - "fa-file-photo-o", - "fa-file-picture-o", - "fa-file-powerpoint-o", - "fa-file-sound-o", - "fa-file-text", - "fa-file-text-o", - "fa-file-video-o", - "fa-file-word-o", - "fa-file-zip-o", - "fa-files-o", - "fa-film", - "fa-filter", - "fa-fire", - "fa-fire-extinguisher", - "fa-firefox", - "fa-first-order", - "fa-flag", - "fa-flag-checkered", - "fa-flag-o", - "fa-flash", - "fa-flask", - "fa-flickr", - "fa-floppy-o", - "fa-folder", - "fa-folder-o", - "fa-folder-open", - "fa-folder-open-o", - "fa-font", - "fa-font-awesome", - "fa-fonticons", - "fa-fort-awesome", - "fa-forumbee", - "fa-forward", - "fa-foursquare", - "fa-free-code-camp", - "fa-frown-o", - "fa-futbol-o", - "fa-gamepad", - "fa-gavel", - "fa-gbp", - "fa-ge", - "fa-gear", - "fa-gears", - "fa-genderless", - "fa-get-pocket", - "fa-gg", - "fa-gg-circle", - "fa-gift", - "fa-git", - "fa-git-square", - "fa-github", - "fa-github-alt", - "fa-github-square", - "fa-gitlab", - "fa-gittip", - "fa-glass", - "fa-glide", - "fa-glide-g", - "fa-globe", - "fa-google", - "fa-google-plus", - "fa-google-plus-circle", - "fa-google-plus-official", - "fa-google-plus-square", - "fa-google-wallet", - "fa-graduation-cap", - "fa-gratipay", - "fa-grav", - "fa-group", - "fa-h-square", - "fa-hacker-news", - "fa-hand-grab-o", - "fa-hand-lizard-o", - "fa-hand-o-down", - "fa-hand-o-left", - "fa-hand-o-right", - "fa-hand-o-up", - "fa-hand-paper-o", - "fa-hand-peace-o", - "fa-hand-pointer-o", - "fa-hand-rock-o", - "fa-hand-scissors-o", - "fa-hand-spock-o", - "fa-hand-stop-o", - "fa-handshake-o", - "fa-hard-of-hearing", - "fa-hashtag", - "fa-hdd-o", - "fa-header", - "fa-headphones", - "fa-heart", - "fa-heart-o", - "fa-heartbeat", - "fa-history", - "fa-home", - "fa-hospital-o", - "fa-hotel", - "fa-hourglass", - "fa-hourglass-1", - "fa-hourglass-2", - "fa-hourglass-3", - "fa-hourglass-end", - "fa-hourglass-half", - "fa-hourglass-o", - "fa-hourglass-start", - "fa-houzz", - "fa-html5", - "fa-i-cursor", - "fa-id-badge", - "fa-id-card", - "fa-id-card-o", - "fa-ils", - "fa-image", - "fa-imdb", - "fa-inbox", - "fa-indent", - "fa-industry", - "fa-info", - "fa-info-circle", - "fa-inr", - "fa-instagram", - "fa-institution", - "fa-internet-explorer", - "fa-intersex", - "fa-ioxhost", - "fa-italic", - "fa-joomla", - "fa-jpy", - "fa-jsfiddle", - "fa-key", - "fa-keyboard-o", - "fa-krw", - "fa-language", - "fa-laptop", - "fa-lastfm", - "fa-lastfm-square", - "fa-leaf", - "fa-leanpub", - "fa-legal", - "fa-lemon-o", - "fa-level-down", - "fa-level-up", - "fa-life-bouy", - "fa-life-buoy", - "fa-life-ring", - "fa-life-saver", - "fa-lightbulb-o", - "fa-line-chart", - "fa-link", - "fa-linkedin", - "fa-linkedin-square", - "fa-linode", - "fa-linux", - "fa-list", - "fa-list-alt", - "fa-list-ol", - "fa-list-ul", - "fa-location-arrow", - "fa-lock", - "fa-long-arrow-down", - "fa-long-arrow-left", - "fa-long-arrow-right", - "fa-long-arrow-up", - "fa-low-vision", - "fa-magic", - "fa-magnet", - "fa-mail-forward", - "fa-mail-reply", - "fa-mail-reply-all", - "fa-male", - "fa-map", - "fa-map-marker", - "fa-map-o", - "fa-map-pin", - "fa-map-signs", - "fa-mars", - "fa-mars-double", - "fa-mars-stroke", - "fa-mars-stroke-h", - "fa-mars-stroke-v", - "fa-maxcdn", - "fa-meanpath", - "fa-medium", - "fa-medkit", - "fa-meetup", - "fa-meh-o", - "fa-mercury", - "fa-microchip", - "fa-microphone", - "fa-microphone-slash", - "fa-minus", - "fa-minus-circle", - "fa-minus-square", - "fa-minus-square-o", - "fa-mixcloud", - "fa-mobile", - "fa-mobile-phone", - "fa-modx", - "fa-money", - "fa-moon-o", - "fa-mortar-board", - "fa-motorcycle", - "fa-mouse-pointer", - "fa-music", - "fa-navicon", - "fa-neuter", - "fa-newspaper-o", - "fa-object-group", - "fa-object-ungroup", - "fa-odnoklassniki", - "fa-odnoklassniki-square", - "fa-opencart", - "fa-openid", - "fa-opera", - "fa-optin-monster", - "fa-outdent", - "fa-pagelines", - "fa-paint-brush", - "fa-paper-plane", - "fa-paper-plane-o", - "fa-paperclip", - "fa-paragraph", - "fa-paste", - "fa-pause", - "fa-pause-circle", - "fa-pause-circle-o", - "fa-paw", - "fa-paypal", - "fa-pencil", - "fa-pencil-square", - "fa-pencil-square-o", - "fa-percent", - "fa-phone", - "fa-phone-square", - "fa-photo", - "fa-picture-o", - "fa-pie-chart", - "fa-pied-piper", - "fa-pied-piper-alt", - "fa-pied-piper-pp", - "fa-pinterest", - "fa-pinterest-p", - "fa-pinterest-square", - "fa-plane", - "fa-play", - "fa-play-circle", - "fa-play-circle-o", - "fa-plug", - "fa-plus", - "fa-plus-circle", - "fa-plus-square", - "fa-plus-square-o", - "fa-podcast", - "fa-power-off", - "fa-print", - "fa-product-hunt", - "fa-puzzle-piece", - "fa-qq", - "fa-qrcode", - "fa-question", - "fa-question-circle", - "fa-question-circle-o", - "fa-quora", - "fa-quote-left", - "fa-quote-right", - "fa-ra", - "fa-random", - "fa-ravelry", - "fa-rebel", - "fa-recycle", - "fa-reddit", - "fa-reddit-alien", - "fa-reddit-square", - "fa-refresh", - "fa-registered", - "fa-remove", - "fa-renren", - "fa-reorder", - "fa-repeat", - "fa-reply", - "fa-reply-all", - "fa-resistance", - "fa-retweet", - "fa-rmb", - "fa-road", - "fa-rocket", - "fa-rotate-left", - "fa-rotate-right", - "fa-rouble", - "fa-rss", - "fa-rss-square", - "fa-rub", - "fa-ruble", - "fa-rupee", - "fa-s15", - "fa-safari", - "fa-save", - "fa-scissors", - "fa-scribd", - "fa-search", - "fa-search-minus", - "fa-search-plus", - "fa-sellsy", - "fa-send", - "fa-send-o", - "fa-server", - "fa-share", - "fa-share-alt", - "fa-share-alt-square", - "fa-share-square", - "fa-share-square-o", - "fa-shekel", - "fa-sheqel", - "fa-shield", - "fa-ship", - "fa-shirtsinbulk", - "fa-shopping-bag", - "fa-shopping-basket", - "fa-shopping-cart", - "fa-shower", - "fa-sign-in", - "fa-sign-language", - "fa-sign-out", - "fa-signal", - "fa-signing", - "fa-simplybuilt", - "fa-sitemap", - "fa-skyatlas", - "fa-skype", - "fa-slack", - "fa-sliders", - "fa-slideshare", - "fa-smile-o", - "fa-snapchat", - "fa-snapchat-ghost", - "fa-snapchat-square", - "fa-snowflake-o", - "fa-soccer-ball-o", - "fa-sort", - "fa-sort-alpha-asc", - "fa-sort-alpha-desc", - "fa-sort-amount-asc", - "fa-sort-amount-desc", - "fa-sort-asc", - "fa-sort-desc", - "fa-sort-down", - "fa-sort-numeric-asc", - "fa-sort-numeric-desc", - "fa-sort-up", - "fa-soundcloud", - "fa-space-shuttle", - "fa-spinner", - "fa-spoon", - "fa-spotify", - "fa-square", - "fa-square-o", - "fa-stack-exchange", - "fa-stack-overflow", - "fa-star", - "fa-star-half", - "fa-star-half-empty", - "fa-star-half-full", - "fa-star-half-o", - "fa-star-o", - "fa-steam", - "fa-steam-square", - "fa-step-backward", - "fa-step-forward", - "fa-stethoscope", - "fa-sticky-note", - "fa-sticky-note-o", - "fa-stop", - "fa-stop-circle", - "fa-stop-circle-o", - "fa-street-view", - "fa-strikethrough", - "fa-stumbleupon", - "fa-stumbleupon-circle", - "fa-subscript", - "fa-subway", - "fa-suitcase", - "fa-sun-o", - "fa-superpowers", - "fa-superscript", - "fa-support", - "fa-table", - "fa-tablet", - "fa-tachometer", - "fa-tag", - "fa-tags", - "fa-tasks", - "fa-taxi", - "fa-telegram", - "fa-television", - "fa-tencent-weibo", - "fa-terminal", - "fa-text-height", - "fa-text-width", - "fa-th", - "fa-th-large", - "fa-th-list", - "fa-themeisle", - "fa-thermometer", - "fa-thermometer-0", - "fa-thermometer-1", - "fa-thermometer-2", - "fa-thermometer-3", - "fa-thermometer-4", - "fa-thermometer-empty", - "fa-thermometer-full", - "fa-thermometer-half", - "fa-thermometer-quarter", - "fa-thermometer-three-quarters", - "fa-thumb-tack", - "fa-thumbs-down", - "fa-thumbs-o-down", - "fa-thumbs-o-up", - "fa-thumbs-up", - "fa-ticket", - "fa-times", - "fa-times-circle", - "fa-times-circle-o", - "fa-times-rectangle", - "fa-times-rectangle-o", - "fa-tint", - "fa-toggle-down", - "fa-toggle-left", - "fa-toggle-off", - "fa-toggle-on", - "fa-toggle-right", - "fa-toggle-up", - "fa-trademark", - "fa-train", - "fa-transgender", - "fa-transgender-alt", - "fa-trash", - "fa-trash-o", - "fa-tree", - "fa-trello", - "fa-tripadvisor", - "fa-trophy", - "fa-truck", - "fa-try", - "fa-tty", - "fa-tumblr", - "fa-tumblr-square", - "fa-turkish-lira", - "fa-tv", - "fa-twitch", - "fa-twitter", - "fa-twitter-square", - "fa-umbrella", - "fa-underline", - "fa-undo", - "fa-universal-access", - "fa-university", - "fa-unlink", - "fa-unlock", - "fa-unlock-alt", - "fa-unsorted", - "fa-upload", - "fa-usb", - "fa-usd", - "fa-user", - "fa-user-circle", - "fa-user-circle-o", - "fa-user-md", - "fa-user-o", - "fa-user-plus", - "fa-user-secret", - "fa-user-times", - "fa-users", - "fa-vcard", - "fa-vcard-o", - "fa-venus", - "fa-venus-double", - "fa-venus-mars", - "fa-viacoin", - "fa-viadeo", - "fa-viadeo-square", - "fa-video-camera", - "fa-vimeo", - "fa-vimeo-square", - "fa-vine", - "fa-vk", - "fa-volume-control-phone", - "fa-volume-down", - "fa-volume-off", - "fa-volume-up", - "fa-warning", - "fa-wechat", - "fa-weibo", - "fa-weixin", - "fa-whatsapp", - "fa-wheelchair", - "fa-wheelchair-alt", - "fa-wifi", - "fa-wikipedia-w", - "fa-window-close", - "fa-window-close-o", - "fa-window-maximize", - "fa-window-minimize", - "fa-window-restore", - "fa-windows", - "fa-won", - "fa-wordpress", - "fa-wpbeginner", - "fa-wpexplorer", - "fa-wpforms", - "fa-wrench", - "fa-xing", - "fa-xing-square", - "fa-y-combinator", - "fa-y-combinator-square", - "fa-yahoo", - "fa-yc", - "fa-yc-square", - "fa-yelp", - "fa-yen", - "fa-yoast", - "fa-youtube", - "fa-youtube-play", - "fa-youtube-square" - ] -} \ No newline at end of file diff --git a/static/data/material.json b/static/data/material.json deleted file mode 100644 index 3dfb344..0000000 --- a/static/data/material.json +++ /dev/null @@ -1 +0,0 @@ -{"groups": [{"length": 216, "data": {"id": "action", "name": "Action"}}, {"length": 4, "data": {"id": "alert", "name": "Alert"}}, {"length": 80, "data": {"id": "av", "name": "AV"}}, {"length": 50, "data": {"id": "communication", "name": "Communication"}}, {"length": 41, "data": {"id": "content", "name": "Content"}}, {"length": 52, "data": {"id": "device", "name": "Device"}}, {"length": 68, "data": {"id": "editor", "name": "Editor"}}, {"length": 14, "data": {"id": "file", "name": "File"}}, {"length": 48, "data": {"id": "hardware", "name": "Hardware"}}, {"length": 155, "data": {"id": "image", "name": "Image"}}, {"length": 68, "data": {"id": "maps", "name": "Maps"}}, {"length": 25, "data": {"id": "navigation", "name": "Navigation"}}, {"length": 53, "data": {"id": "notification", "name": "Notification"}}, {"length": 19, "data": {"id": "places", "name": "Places"}}, {"length": 30, "data": {"id": "social", "name": "Social"}}, {"length": 8, "data": {"id": "toggle", "name": "Toggle"}}], "base_path": "https://storage.googleapis.com/material-icons/external-assets/v4/", "icons": [{"id": "ic_3d_rotation", "name": "3d rotation", "group_id": "action", "keywords": ["action", "3d", "rotation"], "ligature": "3d_rotation", "codepoint": "E84D", "is_new": false}, {"id": "ic_accessibility", "name": "accessibility", "group_id": "action", "keywords": ["action", "accessibility"], "ligature": "accessibility", "codepoint": "E84E", "is_new": false}, {"id": "ic_accessible", "name": "accessible", "group_id": "action", "keywords": ["action", "accessible"], "ligature": "accessible", "codepoint": "E914", "is_new": false}, {"id": "ic_account_balance", "name": "account balance", "group_id": "action", "keywords": ["action", "account", "balance"], "ligature": "account_balance", "codepoint": "E84F", "is_new": false}, {"id": "ic_account_balance_wallet", "name": "account balance wallet", "group_id": "action", "keywords": ["action", "account", "balance", "wallet"], "ligature": "account_balance_wallet", "codepoint": "E850", "is_new": false}, {"id": "ic_account_box", "name": "account box", "group_id": "action", "keywords": ["action", "account", "box"], "ligature": "account_box", "codepoint": "E851", "is_new": false}, {"id": "ic_account_circle", "name": "account circle", "group_id": "action", "keywords": ["action", "account", "circle"], "ligature": "account_circle", "codepoint": "E853", "is_new": false}, {"id": "ic_add_shopping_cart", "name": "add shopping cart", "group_id": "action", "keywords": ["action", "add", "shopping", "cart"], "ligature": "add_shopping_cart", "codepoint": "E854", "is_new": false}, {"id": "ic_alarm", "name": "alarm", "group_id": "action", "keywords": ["action", "alarm"], "ligature": "alarm", "codepoint": "E855", "is_new": false}, {"id": "ic_alarm_add", "name": "alarm add", "group_id": "action", "keywords": ["action", "alarm", "add"], "ligature": "alarm_add", "codepoint": "E856", "is_new": false}, {"id": "ic_alarm_off", "name": "alarm off", "group_id": "action", "keywords": ["action", "alarm", "off"], "ligature": "alarm_off", "codepoint": "E857", "is_new": false}, {"id": "ic_alarm_on", "name": "alarm on", "group_id": "action", "keywords": ["action", "alarm", "on"], "ligature": "alarm_on", "codepoint": "E858", "is_new": false}, {"id": "ic_all_out", "name": "all out", "group_id": "action", "keywords": ["action", "all", "out"], "ligature": "all_out", "codepoint": "E90B", "is_new": false}, {"id": "ic_android", "name": "android", "group_id": "action", "keywords": ["action", "android"], "ligature": "android", "codepoint": "E859", "is_new": false}, {"id": "ic_announcement", "name": "announcement", "group_id": "action", "keywords": ["action", "announcement"], "ligature": "announcement", "codepoint": "E85A", "is_new": false}, {"id": "ic_aspect_ratio", "name": "aspect ratio", "group_id": "action", "keywords": ["action", "aspect", "ratio"], "ligature": "aspect_ratio", "codepoint": "E85B", "is_new": false}, {"id": "ic_assessment", "name": "assessment", "group_id": "action", "keywords": ["action", "assessment"], "ligature": "assessment", "codepoint": "E85C", "is_new": false}, {"id": "ic_assignment", "name": "assignment", "group_id": "action", "keywords": ["action", "assignment"], "ligature": "assignment", "codepoint": "E85D", "is_new": false}, {"id": "ic_assignment_ind", "name": "assignment ind", "group_id": "action", "keywords": ["action", "assignment", "ind"], "ligature": "assignment_ind", "codepoint": "E85E", "is_new": false}, {"id": "ic_assignment_late", "name": "assignment late", "group_id": "action", "keywords": ["action", "assignment", "late"], "ligature": "assignment_late", "codepoint": "E85F", "is_new": false}, {"id": "ic_assignment_return", "name": "assignment return", "group_id": "action", "keywords": ["action", "assignment", "return"], "ligature": "assignment_return", "codepoint": "E860", "is_new": false}, {"id": "ic_assignment_returned", "name": "assignment returned", "group_id": "action", "keywords": ["action", "assignment", "returned"], "ligature": "assignment_returned", "codepoint": "E861", "is_new": false}, {"id": "ic_assignment_turned_in", "name": "assignment turned in", "group_id": "action", "keywords": ["action", "assignment", "turned", "in"], "ligature": "assignment_turned_in", "codepoint": "E862", "is_new": false}, {"id": "ic_autorenew", "name": "autorenew", "group_id": "action", "keywords": ["action", "autorenew"], "ligature": "autorenew", "codepoint": "E863", "is_new": false}, {"id": "ic_backup", "name": "backup", "group_id": "action", "keywords": ["action", "backup"], "ligature": "backup", "codepoint": "E864", "is_new": false}, {"id": "ic_book", "name": "book", "group_id": "action", "keywords": ["action", "book"], "ligature": "book", "codepoint": "E865", "is_new": false}, {"id": "ic_bookmark", "name": "bookmark", "group_id": "action", "keywords": ["action", "bookmark"], "ligature": "bookmark", "codepoint": "E866", "is_new": false}, {"id": "ic_bookmark_border", "name": "bookmark border", "group_id": "action", "keywords": ["action", "bookmark", "border"], "ligature": "bookmark_border", "codepoint": "E867", "is_new": false}, {"id": "ic_bug_report", "name": "bug report", "group_id": "action", "keywords": ["action", "bug", "report"], "ligature": "bug_report", "codepoint": "E868", "is_new": false}, {"id": "ic_build", "name": "build", "group_id": "action", "keywords": ["action", "build"], "ligature": "build", "codepoint": "E869", "is_new": false}, {"id": "ic_cached", "name": "cached", "group_id": "action", "keywords": ["action", "cached"], "ligature": "cached", "codepoint": "E86A", "is_new": false}, {"id": "ic_camera_enhance", "name": "camera enhance", "group_id": "action", "keywords": ["action", "camera", "enhance"], "ligature": "camera_enhance", "codepoint": "E8FC", "is_new": false}, {"id": "ic_card_giftcard", "name": "card giftcard", "group_id": "action", "keywords": ["action", "card", "giftcard"], "ligature": "card_giftcard", "codepoint": "E8F6", "is_new": false}, {"id": "ic_card_membership", "name": "card membership", "group_id": "action", "keywords": ["action", "card", "membership"], "ligature": "card_membership", "codepoint": "E8F7", "is_new": false}, {"id": "ic_card_travel", "name": "card travel", "group_id": "action", "keywords": ["action", "card", "travel"], "ligature": "card_travel", "codepoint": "E8F8", "is_new": false}, {"id": "ic_change_history", "name": "change history", "group_id": "action", "keywords": ["action", "change", "history"], "ligature": "change_history", "codepoint": "E86B", "is_new": false}, {"id": "ic_check_circle", "name": "check circle", "group_id": "action", "keywords": ["action", "check", "circle"], "ligature": "check_circle", "codepoint": "E86C", "is_new": false}, {"id": "ic_chrome_reader_mode", "name": "chrome reader mode", "group_id": "action", "keywords": ["action", "chrome", "reader", "mode"], "ligature": "chrome_reader_mode", "codepoint": "E86D", "is_new": false}, {"id": "ic_class", "name": "class", "group_id": "action", "keywords": ["action", "class"], "ligature": "class", "codepoint": "E86E", "is_new": false}, {"id": "ic_code", "name": "code", "group_id": "action", "keywords": ["action", "code"], "ligature": "code", "codepoint": "E86F", "is_new": false}, {"id": "ic_compare_arrows", "name": "compare arrows", "group_id": "action", "keywords": ["action", "compare", "arrows"], "ligature": "compare_arrows", "codepoint": "E915", "is_new": false}, {"id": "ic_copyright", "name": "copyright", "group_id": "action", "keywords": ["action", "copyright"], "ligature": "copyright", "codepoint": "E90C", "is_new": false}, {"id": "ic_credit_card", "name": "credit card", "group_id": "action", "keywords": ["action", "credit", "card"], "ligature": "credit_card", "codepoint": "E870", "is_new": false}, {"id": "ic_dashboard", "name": "dashboard", "group_id": "action", "keywords": ["action", "dashboard"], "ligature": "dashboard", "codepoint": "E871", "is_new": false}, {"id": "ic_date_range", "name": "date range", "group_id": "action", "keywords": ["action", "date", "range"], "ligature": "date_range", "codepoint": "E916", "is_new": false}, {"id": "ic_delete", "name": "delete", "group_id": "action", "keywords": ["action", "delete"], "ligature": "delete", "codepoint": "E872", "is_new": false}, {"id": "ic_delete_forever", "name": "delete forever", "group_id": "action", "keywords": ["action", "delete", "forever"], "ligature": "delete_forever", "codepoint": "E92B", "is_new": false}, {"id": "ic_description", "name": "description", "group_id": "action", "keywords": ["action", "description"], "ligature": "description", "codepoint": "E873", "is_new": false}, {"id": "ic_dns", "name": "dns", "group_id": "action", "keywords": ["action", "dns"], "ligature": "dns", "codepoint": "E875", "is_new": false}, {"id": "ic_done", "name": "done", "group_id": "action", "keywords": ["action", "done"], "ligature": "done", "codepoint": "E876", "is_new": false}, {"id": "ic_done_all", "name": "done all", "group_id": "action", "keywords": ["action", "done", "all"], "ligature": "done_all", "codepoint": "E877", "is_new": false}, {"id": "ic_donut_large", "name": "donut large", "group_id": "action", "keywords": ["action", "donut", "large"], "ligature": "donut_large", "codepoint": "E917", "is_new": false}, {"id": "ic_donut_small", "name": "donut small", "group_id": "action", "keywords": ["action", "donut", "small"], "ligature": "donut_small", "codepoint": "E918", "is_new": false}, {"id": "ic_eject", "name": "eject", "group_id": "action", "keywords": ["action", "eject"], "ligature": "eject", "codepoint": "E8FB", "is_new": false}, {"id": "ic_euro_symbol", "name": "euro symbol", "group_id": "action", "keywords": ["action", "euro", "symbol"], "ligature": "euro_symbol", "codepoint": "E926", "is_new": false}, {"id": "ic_event", "name": "event", "group_id": "action", "keywords": ["action", "event"], "ligature": "event", "codepoint": "E878", "is_new": false}, {"id": "ic_event_seat", "name": "event seat", "group_id": "action", "keywords": ["action", "event", "seat"], "ligature": "event_seat", "codepoint": "E903", "is_new": false}, {"id": "ic_exit_to_app", "name": "exit to app", "group_id": "action", "keywords": ["action", "exit", "to", "app"], "ligature": "exit_to_app", "codepoint": "E879", "is_new": false}, {"id": "ic_explore", "name": "explore", "group_id": "action", "keywords": ["action", "explore"], "ligature": "explore", "codepoint": "E87A", "is_new": false}, {"id": "ic_extension", "name": "extension", "group_id": "action", "keywords": ["action", "extension"], "ligature": "extension", "codepoint": "E87B", "is_new": false}, {"id": "ic_face", "name": "face", "group_id": "action", "keywords": ["action", "face"], "ligature": "face", "codepoint": "E87C", "is_new": false}, {"id": "ic_favorite", "name": "favorite", "group_id": "action", "keywords": ["action", "favorite"], "ligature": "favorite", "codepoint": "E87D", "is_new": false}, {"id": "ic_favorite_border", "name": "favorite border", "group_id": "action", "keywords": ["action", "favorite", "border"], "ligature": "favorite_border", "codepoint": "E87E", "is_new": false}, {"id": "ic_feedback", "name": "feedback", "group_id": "action", "keywords": ["action", "feedback"], "ligature": "feedback", "codepoint": "E87F", "is_new": false}, {"id": "ic_find_in_page", "name": "find in page", "group_id": "action", "keywords": ["action", "find", "in", "page"], "ligature": "find_in_page", "codepoint": "E880", "is_new": false}, {"id": "ic_find_replace", "name": "find replace", "group_id": "action", "keywords": ["action", "find", "replace"], "ligature": "find_replace", "codepoint": "E881", "is_new": false}, {"id": "ic_fingerprint", "name": "fingerprint", "group_id": "action", "keywords": ["action", "fingerprint"], "ligature": "fingerprint", "codepoint": "E90D", "is_new": false}, {"id": "ic_flight_land", "name": "flight land", "group_id": "action", "keywords": ["action", "flight", "land"], "ligature": "flight_land", "codepoint": "E904", "is_new": false}, {"id": "ic_flight_takeoff", "name": "flight takeoff", "group_id": "action", "keywords": ["action", "flight", "takeoff"], "ligature": "flight_takeoff", "codepoint": "E905", "is_new": false}, {"id": "ic_flip_to_back", "name": "flip to back", "group_id": "action", "keywords": ["action", "flip", "to", "back"], "ligature": "flip_to_back", "codepoint": "E882", "is_new": false}, {"id": "ic_flip_to_front", "name": "flip to front", "group_id": "action", "keywords": ["action", "flip", "to", "front"], "ligature": "flip_to_front", "codepoint": "E883", "is_new": false}, {"id": "ic_g_translate", "name": "g translate", "group_id": "action", "keywords": ["action", "translate"], "ligature": "g_translate", "codepoint": "E927", "is_new": false}, {"id": "ic_gavel", "name": "gavel", "group_id": "action", "keywords": ["action", "gavel"], "ligature": "gavel", "codepoint": "E90E", "is_new": false}, {"id": "ic_get_app", "name": "get app", "group_id": "action", "keywords": ["action", "get", "app"], "ligature": "get_app", "codepoint": "E884", "is_new": false}, {"id": "ic_gif", "name": "gif", "group_id": "action", "keywords": ["action", "gif"], "ligature": "gif", "codepoint": "E908", "is_new": false}, {"id": "ic_grade", "name": "grade", "group_id": "action", "keywords": ["action", "grade"], "ligature": "grade", "codepoint": "E885", "is_new": false}, {"id": "ic_group_work", "name": "group work", "group_id": "action", "keywords": ["action", "group", "work"], "ligature": "group_work", "codepoint": "E886", "is_new": false}, {"id": "ic_help", "name": "help", "group_id": "action", "keywords": ["action", "help"], "ligature": "help", "codepoint": "E887", "is_new": false}, {"id": "ic_help_outline", "name": "help outline", "group_id": "action", "keywords": ["action", "help", "outline"], "ligature": "help_outline", "codepoint": "E8FD", "is_new": false}, {"id": "ic_highlight_off", "name": "highlight off", "group_id": "action", "keywords": ["action", "highlight", "off"], "ligature": "highlight_off", "codepoint": "E888", "is_new": false}, {"id": "ic_history", "name": "history", "group_id": "action", "keywords": ["action", "history"], "ligature": "history", "codepoint": "E889", "is_new": false}, {"id": "ic_home", "name": "home", "group_id": "action", "keywords": ["action", "home"], "ligature": "home", "codepoint": "E88A", "is_new": false}, {"id": "ic_hourglass_empty", "name": "hourglass empty", "group_id": "action", "keywords": ["action", "hourglass", "empty"], "ligature": "hourglass_empty", "codepoint": "E88B", "is_new": false}, {"id": "ic_hourglass_full", "name": "hourglass full", "group_id": "action", "keywords": ["action", "hourglass", "full"], "ligature": "hourglass_full", "codepoint": "E88C", "is_new": false}, {"id": "ic_http", "name": "http", "group_id": "action", "keywords": ["action", "http"], "ligature": "http", "codepoint": "E902", "is_new": false}, {"id": "ic_https", "name": "https", "group_id": "action", "keywords": ["action", "https"], "ligature": "https", "codepoint": "E88D", "is_new": false}, {"id": "ic_important_devices", "name": "important devices", "group_id": "action", "keywords": ["action", "important", "devices"], "ligature": "important_devices", "codepoint": "E912", "is_new": false}, {"id": "ic_info", "name": "info", "group_id": "action", "keywords": ["action", "info"], "ligature": "info", "codepoint": "E88E", "is_new": false}, {"id": "ic_info_outline", "name": "info outline", "group_id": "action", "keywords": ["action", "info", "outline"], "ligature": "info_outline", "codepoint": "E88F", "is_new": false}, {"id": "ic_input", "name": "input", "group_id": "action", "keywords": ["action", "input"], "ligature": "input", "codepoint": "E890", "is_new": false}, {"id": "ic_invert_colors", "name": "invert colors", "group_id": "action", "keywords": ["action", "invert", "colors"], "ligature": "invert_colors", "codepoint": "E891", "is_new": false}, {"id": "ic_label", "name": "label", "group_id": "action", "keywords": ["action", "label"], "ligature": "label", "codepoint": "E892", "is_new": false}, {"id": "ic_label_outline", "name": "label outline", "group_id": "action", "keywords": ["action", "label", "outline"], "ligature": "label_outline", "codepoint": "E893", "is_new": false}, {"id": "ic_language", "name": "language", "group_id": "action", "keywords": ["action", "language"], "ligature": "language", "codepoint": "E894", "is_new": false}, {"id": "ic_launch", "name": "launch", "group_id": "action", "keywords": ["action", "launch"], "ligature": "launch", "codepoint": "E895", "is_new": false}, {"id": "ic_lightbulb_outline", "name": "lightbulb outline", "group_id": "action", "keywords": ["action", "lightbulb", "outline"], "ligature": "lightbulb_outline", "codepoint": "E90F", "is_new": false}, {"id": "ic_line_style", "name": "line style", "group_id": "action", "keywords": ["action", "line", "style"], "ligature": "line_style", "codepoint": "E919", "is_new": false}, {"id": "ic_line_weight", "name": "line weight", "group_id": "action", "keywords": ["action", "line", "weight"], "ligature": "line_weight", "codepoint": "E91A", "is_new": false}, {"id": "ic_list", "name": "list", "group_id": "action", "keywords": ["action", "list"], "ligature": "list", "codepoint": "E896", "is_new": false}, {"id": "ic_lock", "name": "lock", "group_id": "action", "keywords": ["action", "lock"], "ligature": "lock", "codepoint": "E897", "is_new": false}, {"id": "ic_lock_open", "name": "lock open", "group_id": "action", "keywords": ["action", "lock", "open"], "ligature": "lock_open", "codepoint": "E898", "is_new": false}, {"id": "ic_lock_outline", "name": "lock outline", "group_id": "action", "keywords": ["action", "lock", "outline"], "ligature": "lock_outline", "codepoint": "E899", "is_new": false}, {"id": "ic_loyalty", "name": "loyalty", "group_id": "action", "keywords": ["action", "loyalty"], "ligature": "loyalty", "codepoint": "E89A", "is_new": false}, {"id": "ic_markunread_mailbox", "name": "markunread mailbox", "group_id": "action", "keywords": ["action", "markunread", "mailbox"], "ligature": "markunread_mailbox", "codepoint": "E89B", "is_new": false}, {"id": "ic_motorcycle", "name": "motorcycle", "group_id": "action", "keywords": ["action", "motorcycle"], "ligature": "motorcycle", "codepoint": "E91B", "is_new": false}, {"id": "ic_note_add", "name": "note add", "group_id": "action", "keywords": ["action", "note", "add"], "ligature": "note_add", "codepoint": "E89C", "is_new": false}, {"id": "ic_offline_pin", "name": "offline pin", "group_id": "action", "keywords": ["action", "offline", "pin"], "ligature": "offline_pin", "codepoint": "E90A", "is_new": false}, {"id": "ic_opacity", "name": "opacity", "group_id": "action", "keywords": ["action", "opacity"], "ligature": "opacity", "codepoint": "E91C", "is_new": false}, {"id": "ic_open_in_browser", "name": "open in browser", "group_id": "action", "keywords": ["action", "open", "in", "browser"], "ligature": "open_in_browser", "codepoint": "E89D", "is_new": false}, {"id": "ic_open_in_new", "name": "open in new", "group_id": "action", "keywords": ["action", "open", "in", "new"], "ligature": "open_in_new", "codepoint": "E89E", "is_new": false}, {"id": "ic_open_with", "name": "open with", "group_id": "action", "keywords": ["action", "open", "with"], "ligature": "open_with", "codepoint": "E89F", "is_new": false}, {"id": "ic_pageview", "name": "pageview", "group_id": "action", "keywords": ["action", "pageview"], "ligature": "pageview", "codepoint": "E8A0", "is_new": false}, {"id": "ic_pan_tool", "name": "pan tool", "group_id": "action", "keywords": ["action", "pan", "tool"], "ligature": "pan_tool", "codepoint": "E925", "is_new": false}, {"id": "ic_payment", "name": "payment", "group_id": "action", "keywords": ["action", "payment"], "ligature": "payment", "codepoint": "E8A1", "is_new": false}, {"id": "ic_perm_camera_mic", "name": "perm camera mic", "group_id": "action", "keywords": ["action", "perm", "camera", "mic"], "ligature": "perm_camera_mic", "codepoint": "E8A2", "is_new": false}, {"id": "ic_perm_contact_calendar", "name": "perm contact calendar", "group_id": "action", "keywords": ["action", "perm", "contact", "calendar"], "ligature": "perm_contact_calendar", "codepoint": "E8A3", "is_new": false}, {"id": "ic_perm_data_setting", "name": "perm data setting", "group_id": "action", "keywords": ["action", "perm", "data", "setting"], "ligature": "perm_data_setting", "codepoint": "E8A4", "is_new": false}, {"id": "ic_perm_device_information", "name": "perm device information", "group_id": "action", "keywords": ["action", "perm", "device", "information"], "ligature": "perm_device_information", "codepoint": "E8A5", "is_new": false}, {"id": "ic_perm_identity", "name": "perm identity", "group_id": "action", "keywords": ["action", "perm", "identity"], "ligature": "perm_identity", "codepoint": "E8A6", "is_new": false}, {"id": "ic_perm_media", "name": "perm media", "group_id": "action", "keywords": ["action", "perm", "media"], "ligature": "perm_media", "codepoint": "E8A7", "is_new": false}, {"id": "ic_perm_phone_msg", "name": "perm phone msg", "group_id": "action", "keywords": ["action", "perm", "phone", "msg"], "ligature": "perm_phone_msg", "codepoint": "E8A8", "is_new": false}, {"id": "ic_perm_scan_wifi", "name": "perm scan wifi", "group_id": "action", "keywords": ["action", "perm", "scan", "wifi"], "ligature": "perm_scan_wifi", "codepoint": "E8A9", "is_new": false}, {"id": "ic_pets", "name": "pets", "group_id": "action", "keywords": ["action", "pets"], "ligature": "pets", "codepoint": "E91D", "is_new": false}, {"id": "ic_picture_in_picture", "name": "picture in picture", "group_id": "action", "keywords": ["action", "picture", "in", "picture"], "ligature": "picture_in_picture", "codepoint": "E8AA", "is_new": false}, {"id": "ic_picture_in_picture_alt", "name": "picture in picture alt", "group_id": "action", "keywords": ["action", "picture", "in", "picture", "alt"], "ligature": "picture_in_picture_alt", "codepoint": "E911", "is_new": false}, {"id": "ic_play_for_work", "name": "play for work", "group_id": "action", "keywords": ["action", "play", "work"], "ligature": "play_for_work", "codepoint": "E906", "is_new": false}, {"id": "ic_polymer", "name": "polymer", "group_id": "action", "keywords": ["action", "polymer"], "ligature": "polymer", "codepoint": "E8AB", "is_new": false}, {"id": "ic_power_settings_new", "name": "power settings new", "group_id": "action", "keywords": ["action", "power", "settings", "new"], "ligature": "power_settings_new", "codepoint": "E8AC", "is_new": false}, {"id": "ic_pregnant_woman", "name": "pregnant woman", "group_id": "action", "keywords": ["action", "pregnant", "woman"], "ligature": "pregnant_woman", "codepoint": "E91E", "is_new": false}, {"id": "ic_print", "name": "print", "group_id": "action", "keywords": ["action", "print"], "ligature": "print", "codepoint": "E8AD", "is_new": false}, {"id": "ic_query_builder", "name": "query builder", "group_id": "action", "keywords": ["action", "query", "builder"], "ligature": "query_builder", "codepoint": "E8AE", "is_new": false}, {"id": "ic_question_answer", "name": "question answer", "group_id": "action", "keywords": ["action", "question", "answer"], "ligature": "question_answer", "codepoint": "E8AF", "is_new": false}, {"id": "ic_receipt", "name": "receipt", "group_id": "action", "keywords": ["action", "receipt"], "ligature": "receipt", "codepoint": "E8B0", "is_new": false}, {"id": "ic_record_voice_over", "name": "record voice over", "group_id": "action", "keywords": ["action", "record", "voice", "over"], "ligature": "record_voice_over", "codepoint": "E91F", "is_new": false}, {"id": "ic_redeem", "name": "redeem", "group_id": "action", "keywords": ["action", "redeem"], "ligature": "redeem", "codepoint": "E8B1", "is_new": false}, {"id": "ic_remove_shopping_cart", "name": "remove shopping cart", "group_id": "action", "keywords": ["action", "remove", "shopping", "cart"], "ligature": "remove_shopping_cart", "codepoint": "E928", "is_new": false}, {"id": "ic_reorder", "name": "reorder", "group_id": "action", "keywords": ["action", "reorder"], "ligature": "reorder", "codepoint": "E8FE", "is_new": false}, {"id": "ic_report_problem", "name": "report problem", "group_id": "action", "keywords": ["action", "report", "problem"], "ligature": "report_problem", "codepoint": "E8B2", "is_new": false}, {"id": "ic_restore", "name": "restore", "group_id": "action", "keywords": ["action", "restore"], "ligature": "restore", "codepoint": "E8B3", "is_new": false}, {"id": "ic_restore_page", "name": "restore page", "group_id": "action", "keywords": ["action", "restore", "page"], "ligature": "restore_page", "codepoint": "E929", "is_new": false}, {"id": "ic_room", "name": "room", "group_id": "action", "keywords": ["action", "room"], "ligature": "room", "codepoint": "E8B4", "is_new": false}, {"id": "ic_rounded_corner", "name": "rounded corner", "group_id": "action", "keywords": ["action", "rounded", "corner"], "ligature": "rounded_corner", "codepoint": "E920", "is_new": false}, {"id": "ic_rowing", "name": "rowing", "group_id": "action", "keywords": ["action", "rowing"], "ligature": "rowing", "codepoint": "E921", "is_new": false}, {"id": "ic_schedule", "name": "schedule", "group_id": "action", "keywords": ["action", "schedule"], "ligature": "schedule", "codepoint": "E8B5", "is_new": false}, {"id": "ic_search", "name": "search", "group_id": "action", "keywords": ["action", "search"], "ligature": "search", "codepoint": "E8B6", "is_new": false}, {"id": "ic_settings", "name": "settings", "group_id": "action", "keywords": ["action", "settings"], "ligature": "settings", "codepoint": "E8B8", "is_new": false}, {"id": "ic_settings_applications", "name": "settings applications", "group_id": "action", "keywords": ["action", "settings", "applications"], "ligature": "settings_applications", "codepoint": "E8B9", "is_new": false}, {"id": "ic_settings_backup_restore", "name": "settings backup restore", "group_id": "action", "keywords": ["action", "settings", "backup", "restore"], "ligature": "settings_backup_restore", "codepoint": "E8BA", "is_new": false}, {"id": "ic_settings_bluetooth", "name": "settings bluetooth", "group_id": "action", "keywords": ["action", "settings", "bluetooth"], "ligature": "settings_bluetooth", "codepoint": "E8BB", "is_new": false}, {"id": "ic_settings_brightness", "name": "settings brightness", "group_id": "action", "keywords": ["action", "settings", "brightness"], "ligature": "settings_brightness", "codepoint": "E8BD", "is_new": false}, {"id": "ic_settings_cell", "name": "settings cell", "group_id": "action", "keywords": ["action", "settings", "cell"], "ligature": "settings_cell", "codepoint": "E8BC", "is_new": false}, {"id": "ic_settings_ethernet", "name": "settings ethernet", "group_id": "action", "keywords": ["action", "settings", "ethernet"], "ligature": "settings_ethernet", "codepoint": "E8BE", "is_new": false}, {"id": "ic_settings_input_antenna", "name": "settings input antenna", "group_id": "action", "keywords": ["action", "settings", "input", "antenna"], "ligature": "settings_input_antenna", "codepoint": "E8BF", "is_new": false}, {"id": "ic_settings_input_component", "name": "settings input component", "group_id": "action", "keywords": ["action", "settings", "input", "component"], "ligature": "settings_input_component", "codepoint": "E8C0", "is_new": false}, {"id": "ic_settings_input_composite", "name": "settings input composite", "group_id": "action", "keywords": ["action", "settings", "input", "composite"], "ligature": "settings_input_composite", "codepoint": "E8C1", "is_new": false}, {"id": "ic_settings_input_hdmi", "name": "settings input hdmi", "group_id": "action", "keywords": ["action", "settings", "input", "hdmi"], "ligature": "settings_input_hdmi", "codepoint": "E8C2", "is_new": false}, {"id": "ic_settings_input_svideo", "name": "settings input svideo", "group_id": "action", "keywords": ["action", "settings", "input", "svideo"], "ligature": "settings_input_svideo", "codepoint": "E8C3", "is_new": false}, {"id": "ic_settings_overscan", "name": "settings overscan", "group_id": "action", "keywords": ["action", "settings", "overscan"], "ligature": "settings_overscan", "codepoint": "E8C4", "is_new": false}, {"id": "ic_settings_phone", "name": "settings phone", "group_id": "action", "keywords": ["action", "settings", "phone"], "ligature": "settings_phone", "codepoint": "E8C5", "is_new": false}, {"id": "ic_settings_power", "name": "settings power", "group_id": "action", "keywords": ["action", "settings", "power"], "ligature": "settings_power", "codepoint": "E8C6", "is_new": false}, {"id": "ic_settings_remote", "name": "settings remote", "group_id": "action", "keywords": ["action", "settings", "remote"], "ligature": "settings_remote", "codepoint": "E8C7", "is_new": false}, {"id": "ic_settings_voice", "name": "settings voice", "group_id": "action", "keywords": ["action", "settings", "voice"], "ligature": "settings_voice", "codepoint": "E8C8", "is_new": false}, {"id": "ic_shop", "name": "shop", "group_id": "action", "keywords": ["action", "shop"], "ligature": "shop", "codepoint": "E8C9", "is_new": false}, {"id": "ic_shop_two", "name": "shop two", "group_id": "action", "keywords": ["action", "shop", "two"], "ligature": "shop_two", "codepoint": "E8CA", "is_new": false}, {"id": "ic_shopping_basket", "name": "shopping basket", "group_id": "action", "keywords": ["action", "shopping", "basket"], "ligature": "shopping_basket", "codepoint": "E8CB", "is_new": false}, {"id": "ic_shopping_cart", "name": "shopping cart", "group_id": "action", "keywords": ["action", "shopping", "cart"], "ligature": "shopping_cart", "codepoint": "E8CC", "is_new": false}, {"id": "ic_speaker_notes", "name": "speaker notes", "group_id": "action", "keywords": ["action", "speaker", "notes"], "ligature": "speaker_notes", "codepoint": "E8CD", "is_new": false}, {"id": "ic_speaker_notes_off", "name": "speaker notes off", "group_id": "action", "keywords": ["action", "speaker", "notes", "off"], "ligature": "speaker_notes_off", "codepoint": "E92A", "is_new": false}, {"id": "ic_spellcheck", "name": "spellcheck", "group_id": "action", "keywords": ["action", "spellcheck"], "ligature": "spellcheck", "codepoint": "E8CE", "is_new": false}, {"id": "ic_star_rate", "name": "star rate", "group_id": "action", "keywords": ["action", "star", "rate"], "ligature": "star_rate", "codepoint": "E8CF", "is_new": false}, {"id": "ic_stars", "name": "stars", "group_id": "action", "keywords": ["action", "stars"], "ligature": "stars", "codepoint": "E8D0", "is_new": false}, {"id": "ic_store", "name": "store", "group_id": "action", "keywords": ["action", "store"], "ligature": "store", "codepoint": "E8D1", "is_new": false}, {"id": "ic_subject", "name": "subject", "group_id": "action", "keywords": ["action", "subject"], "ligature": "subject", "codepoint": "E8D2", "is_new": false}, {"id": "ic_supervisor_account", "name": "supervisor account", "group_id": "action", "keywords": ["action", "supervisor", "account"], "ligature": "supervisor_account", "codepoint": "E8D3", "is_new": false}, {"id": "ic_swap_horiz", "name": "swap horiz", "group_id": "action", "keywords": ["action", "swap", "horiz"], "ligature": "swap_horiz", "codepoint": "E8D4", "is_new": false}, {"id": "ic_swap_vert", "name": "swap vert", "group_id": "action", "keywords": ["action", "swap", "vert"], "ligature": "swap_vert", "codepoint": "E8D5", "is_new": false}, {"id": "ic_swap_vertical_circle", "name": "swap vertical circle", "group_id": "action", "keywords": ["action", "swap", "vertical", "circle"], "ligature": "swap_vertical_circle", "codepoint": "E8D6", "is_new": false}, {"id": "ic_system_update_alt", "name": "system update alt", "group_id": "action", "keywords": ["action", "system", "update", "alt"], "ligature": "system_update_alt", "codepoint": "E8D7", "is_new": false}, {"id": "ic_tab", "name": "tab", "group_id": "action", "keywords": ["action", "tab"], "ligature": "tab", "codepoint": "E8D8", "is_new": false}, {"id": "ic_tab_unselected", "name": "tab unselected", "group_id": "action", "keywords": ["action", "tab", "unselected"], "ligature": "tab_unselected", "codepoint": "E8D9", "is_new": false}, {"id": "ic_theaters", "name": "theaters", "group_id": "action", "keywords": ["action", "theaters"], "ligature": "theaters", "codepoint": "E8DA", "is_new": false}, {"id": "ic_thumb_down", "name": "thumb down", "group_id": "action", "keywords": ["action", "thumb", "down"], "ligature": "thumb_down", "codepoint": "E8DB", "is_new": false}, {"id": "ic_thumb_up", "name": "thumb up", "group_id": "action", "keywords": ["action", "thumb", "up"], "ligature": "thumb_up", "codepoint": "E8DC", "is_new": false}, {"id": "ic_thumbs_up_down", "name": "thumbs up down", "group_id": "action", "keywords": ["action", "thumbs", "up", "down"], "ligature": "thumbs_up_down", "codepoint": "E8DD", "is_new": false}, {"id": "ic_timeline", "name": "timeline", "group_id": "action", "keywords": ["action", "timeline"], "ligature": "timeline", "codepoint": "E922", "is_new": false}, {"id": "ic_toc", "name": "toc", "group_id": "action", "keywords": ["action", "toc"], "ligature": "toc", "codepoint": "E8DE", "is_new": false}, {"id": "ic_today", "name": "today", "group_id": "action", "keywords": ["action", "today"], "ligature": "today", "codepoint": "E8DF", "is_new": false}, {"id": "ic_toll", "name": "toll", "group_id": "action", "keywords": ["action", "toll"], "ligature": "toll", "codepoint": "E8E0", "is_new": false}, {"id": "ic_touch_app", "name": "touch app", "group_id": "action", "keywords": ["action", "touch", "app"], "ligature": "touch_app", "codepoint": "E913", "is_new": false}, {"id": "ic_track_changes", "name": "track changes", "group_id": "action", "keywords": ["action", "track", "changes"], "ligature": "track_changes", "codepoint": "E8E1", "is_new": false}, {"id": "ic_translate", "name": "translate", "group_id": "action", "keywords": ["action", "translate"], "ligature": "translate", "codepoint": "E8E2", "is_new": false}, {"id": "ic_trending_down", "name": "trending down", "group_id": "action", "keywords": ["action", "trending", "down"], "ligature": "trending_down", "codepoint": "E8E3", "is_new": false}, {"id": "ic_trending_flat", "name": "trending flat", "group_id": "action", "keywords": ["action", "trending", "flat"], "ligature": "trending_flat", "codepoint": "E8E4", "is_new": false}, {"id": "ic_trending_up", "name": "trending up", "group_id": "action", "keywords": ["action", "trending", "up"], "ligature": "trending_up", "codepoint": "E8E5", "is_new": false}, {"id": "ic_turned_in", "name": "turned in", "group_id": "action", "keywords": ["action", "turned", "in"], "ligature": "turned_in", "codepoint": "E8E6", "is_new": false}, {"id": "ic_turned_in_not", "name": "turned in not", "group_id": "action", "keywords": ["action", "turned", "in", "not"], "ligature": "turned_in_not", "codepoint": "E8E7", "is_new": false}, {"id": "ic_update", "name": "update", "group_id": "action", "keywords": ["action", "update"], "ligature": "update", "codepoint": "E923", "is_new": false}, {"id": "ic_verified_user", "name": "verified user", "group_id": "action", "keywords": ["action", "verified", "user"], "ligature": "verified_user", "codepoint": "E8E8", "is_new": false}, {"id": "ic_view_agenda", "name": "view agenda", "group_id": "action", "keywords": ["action", "view", "agenda"], "ligature": "view_agenda", "codepoint": "E8E9", "is_new": false}, {"id": "ic_view_array", "name": "view array", "group_id": "action", "keywords": ["action", "view", "array"], "ligature": "view_array", "codepoint": "E8EA", "is_new": false}, {"id": "ic_view_carousel", "name": "view carousel", "group_id": "action", "keywords": ["action", "view", "carousel"], "ligature": "view_carousel", "codepoint": "E8EB", "is_new": false}, {"id": "ic_view_column", "name": "view column", "group_id": "action", "keywords": ["action", "view", "column"], "ligature": "view_column", "codepoint": "E8EC", "is_new": false}, {"id": "ic_view_day", "name": "view day", "group_id": "action", "keywords": ["action", "view", "day"], "ligature": "view_day", "codepoint": "E8ED", "is_new": false}, {"id": "ic_view_headline", "name": "view headline", "group_id": "action", "keywords": ["action", "view", "headline"], "ligature": "view_headline", "codepoint": "E8EE", "is_new": false}, {"id": "ic_view_list", "name": "view list", "group_id": "action", "keywords": ["action", "view", "list"], "ligature": "view_list", "codepoint": "E8EF", "is_new": false}, {"id": "ic_view_module", "name": "view module", "group_id": "action", "keywords": ["action", "view", "module"], "ligature": "view_module", "codepoint": "E8F0", "is_new": false}, {"id": "ic_view_quilt", "name": "view quilt", "group_id": "action", "keywords": ["action", "view", "quilt"], "ligature": "view_quilt", "codepoint": "E8F1", "is_new": false}, {"id": "ic_view_stream", "name": "view stream", "group_id": "action", "keywords": ["action", "view", "stream"], "ligature": "view_stream", "codepoint": "E8F2", "is_new": false}, {"id": "ic_view_week", "name": "view week", "group_id": "action", "keywords": ["action", "view", "week"], "ligature": "view_week", "codepoint": "E8F3", "is_new": false}, {"id": "ic_visibility", "name": "visibility", "group_id": "action", "keywords": ["action", "visibility"], "ligature": "visibility", "codepoint": "E8F4", "is_new": false}, {"id": "ic_visibility_off", "name": "visibility off", "group_id": "action", "keywords": ["action", "visibility", "off"], "ligature": "visibility_off", "codepoint": "E8F5", "is_new": false}, {"id": "ic_watch_later", "name": "watch later", "group_id": "action", "keywords": ["action", "watch", "later"], "ligature": "watch_later", "codepoint": "E924", "is_new": false}, {"id": "ic_work", "name": "work", "group_id": "action", "keywords": ["action", "work"], "ligature": "work", "codepoint": "E8F9", "is_new": false}, {"id": "ic_youtube_searched_for", "name": "youtube searched for", "group_id": "action", "keywords": ["action", "youtube", "searched"], "ligature": "youtube_searched_for", "codepoint": "E8FA", "is_new": false}, {"id": "ic_zoom_in", "name": "zoom in", "group_id": "action", "keywords": ["action", "zoom", "in"], "ligature": "zoom_in", "codepoint": "E8FF", "is_new": false}, {"id": "ic_zoom_out", "name": "zoom out", "group_id": "action", "keywords": ["action", "zoom", "out"], "ligature": "zoom_out", "codepoint": "E900", "is_new": false}, {"id": "ic_add_alert", "name": "add alert", "group_id": "alert", "keywords": ["alert", "add", "alert"], "ligature": "add_alert", "codepoint": "E003", "is_new": false}, {"id": "ic_error", "name": "error", "group_id": "alert", "keywords": ["alert", "error"], "ligature": "error", "codepoint": "E000", "is_new": false}, {"id": "ic_error_outline", "name": "error outline", "group_id": "alert", "keywords": ["alert", "error", "outline"], "ligature": "error_outline", "codepoint": "E001", "is_new": false}, {"id": "ic_warning", "name": "warning", "group_id": "alert", "keywords": ["alert", "warning"], "ligature": "warning", "codepoint": "E002", "is_new": false}, {"id": "ic_add_to_queue", "name": "add to queue", "group_id": "av", "keywords": ["av", "add", "to", "queue"], "ligature": "add_to_queue", "codepoint": "E05C", "is_new": false}, {"id": "ic_airplay", "name": "airplay", "group_id": "av", "keywords": ["av", "airplay"], "ligature": "airplay", "codepoint": "E055", "is_new": false}, {"id": "ic_album", "name": "album", "group_id": "av", "keywords": ["av", "album"], "ligature": "album", "codepoint": "E019", "is_new": false}, {"id": "ic_art_track", "name": "art track", "group_id": "av", "keywords": ["av", "art", "track"], "ligature": "art_track", "codepoint": "E060", "is_new": false}, {"id": "ic_av_timer", "name": "av timer", "group_id": "av", "keywords": ["av", "av", "timer"], "ligature": "av_timer", "codepoint": "E01B", "is_new": false}, {"id": "ic_branding_watermark", "name": "branding watermark", "group_id": "av", "keywords": ["av", "branding", "watermark"], "ligature": "branding_watermark", "codepoint": "E06B", "is_new": false}, {"id": "ic_call_to_action", "name": "call to action", "group_id": "av", "keywords": ["av", "call", "to", "action"], "ligature": "call_to_action", "codepoint": "E06C", "is_new": false}, {"id": "ic_closed_caption", "name": "closed caption", "group_id": "av", "keywords": ["av", "closed", "caption"], "ligature": "closed_caption", "codepoint": "E01C", "is_new": false}, {"id": "ic_equalizer", "name": "equalizer", "group_id": "av", "keywords": ["av", "equalizer"], "ligature": "equalizer", "codepoint": "E01D", "is_new": false}, {"id": "ic_explicit", "name": "explicit", "group_id": "av", "keywords": ["av", "explicit"], "ligature": "explicit", "codepoint": "E01E", "is_new": false}, {"id": "ic_fast_forward", "name": "fast forward", "group_id": "av", "keywords": ["av", "fast", "forward"], "ligature": "fast_forward", "codepoint": "E01F", "is_new": false}, {"id": "ic_fast_rewind", "name": "fast rewind", "group_id": "av", "keywords": ["av", "fast", "rewind"], "ligature": "fast_rewind", "codepoint": "E020", "is_new": false}, {"id": "ic_featured_play_list", "name": "featured play list", "group_id": "av", "keywords": ["av", "featured", "play", "list"], "ligature": "featured_play_list", "codepoint": "E06D", "is_new": false}, {"id": "ic_featured_video", "name": "featured video", "group_id": "av", "keywords": ["av", "featured", "video"], "ligature": "featured_video", "codepoint": "E06E", "is_new": false}, {"id": "ic_fiber_dvr", "name": "fiber dvr", "group_id": "av", "keywords": ["av", "fiber", "dvr"], "ligature": "fiber_dvr", "codepoint": "E05D", "is_new": false}, {"id": "ic_fiber_manual_record", "name": "fiber manual record", "group_id": "av", "keywords": ["av", "fiber", "manual", "record"], "ligature": "fiber_manual_record", "codepoint": "E061", "is_new": false}, {"id": "ic_fiber_new", "name": "fiber new", "group_id": "av", "keywords": ["av", "fiber", "new"], "ligature": "fiber_new", "codepoint": "E05E", "is_new": false}, {"id": "ic_fiber_pin", "name": "fiber pin", "group_id": "av", "keywords": ["av", "fiber", "pin"], "ligature": "fiber_pin", "codepoint": "E06A", "is_new": false}, {"id": "ic_fiber_smart_record", "name": "fiber smart record", "group_id": "av", "keywords": ["av", "fiber", "smart", "record"], "ligature": "fiber_smart_record", "codepoint": "E062", "is_new": false}, {"id": "ic_forward_10", "name": "forward 10", "group_id": "av", "keywords": ["av", "forward", "10"], "ligature": "forward_10", "codepoint": "E056", "is_new": false}, {"id": "ic_forward_30", "name": "forward 30", "group_id": "av", "keywords": ["av", "forward", "30"], "ligature": "forward_30", "codepoint": "E057", "is_new": false}, {"id": "ic_forward_5", "name": "forward 5", "group_id": "av", "keywords": ["av", "forward"], "ligature": "forward_5", "codepoint": "E058", "is_new": false}, {"id": "ic_games", "name": "games", "group_id": "av", "keywords": ["av", "games"], "ligature": "games", "codepoint": "E021", "is_new": false}, {"id": "ic_hd", "name": "hd", "group_id": "av", "keywords": ["av", "hd"], "ligature": "hd", "codepoint": "E052", "is_new": false}, {"id": "ic_hearing", "name": "hearing", "group_id": "av", "keywords": ["av", "hearing"], "ligature": "hearing", "codepoint": "E023", "is_new": false}, {"id": "ic_high_quality", "name": "high quality", "group_id": "av", "keywords": ["av", "high", "quality"], "ligature": "high_quality", "codepoint": "E024", "is_new": false}, {"id": "ic_library_add", "name": "library add", "group_id": "av", "keywords": ["av", "library", "add"], "ligature": "library_add", "codepoint": "E02E", "is_new": false}, {"id": "ic_library_books", "name": "library books", "group_id": "av", "keywords": ["av", "library", "books"], "ligature": "library_books", "codepoint": "E02F", "is_new": false}, {"id": "ic_library_music", "name": "library music", "group_id": "av", "keywords": ["av", "library", "music"], "ligature": "library_music", "codepoint": "E030", "is_new": false}, {"id": "ic_loop", "name": "loop", "group_id": "av", "keywords": ["av", "loop"], "ligature": "loop", "codepoint": "E028", "is_new": false}, {"id": "ic_mic", "name": "mic", "group_id": "av", "keywords": ["av", "mic"], "ligature": "mic", "codepoint": "E029", "is_new": false}, {"id": "ic_mic_none", "name": "mic none", "group_id": "av", "keywords": ["av", "mic", "none"], "ligature": "mic_none", "codepoint": "E02A", "is_new": false}, {"id": "ic_mic_off", "name": "mic off", "group_id": "av", "keywords": ["av", "mic", "off"], "ligature": "mic_off", "codepoint": "E02B", "is_new": false}, {"id": "ic_movie", "name": "movie", "group_id": "av", "keywords": ["av", "movie"], "ligature": "movie", "codepoint": "E02C", "is_new": false}, {"id": "ic_music_video", "name": "music video", "group_id": "av", "keywords": ["av", "music", "video"], "ligature": "music_video", "codepoint": "E063", "is_new": false}, {"id": "ic_new_releases", "name": "new releases", "group_id": "av", "keywords": ["av", "new", "releases"], "ligature": "new_releases", "codepoint": "E031", "is_new": false}, {"id": "ic_not_interested", "name": "not interested", "group_id": "av", "keywords": ["av", "not", "interested"], "ligature": "not_interested", "codepoint": "E033", "is_new": false}, {"id": "ic_note", "name": "note", "group_id": "av", "keywords": ["av", "note"], "ligature": "note", "codepoint": "E06F", "is_new": false}, {"id": "ic_pause", "name": "pause", "group_id": "av", "keywords": ["av", "pause"], "ligature": "pause", "codepoint": "E034", "is_new": false}, {"id": "ic_pause_circle_filled", "name": "pause circle filled", "group_id": "av", "keywords": ["av", "pause", "circle", "filled"], "ligature": "pause_circle_filled", "codepoint": "E035", "is_new": false}, {"id": "ic_pause_circle_outline", "name": "pause circle outline", "group_id": "av", "keywords": ["av", "pause", "circle", "outline"], "ligature": "pause_circle_outline", "codepoint": "E036", "is_new": false}, {"id": "ic_play_arrow", "name": "play arrow", "group_id": "av", "keywords": ["av", "play", "arrow"], "ligature": "play_arrow", "codepoint": "E037", "is_new": false}, {"id": "ic_play_circle_filled", "name": "play circle filled", "group_id": "av", "keywords": ["av", "play", "circle", "filled"], "ligature": "play_circle_filled", "codepoint": "E038", "is_new": false}, {"id": "ic_play_circle_outline", "name": "play circle outline", "group_id": "av", "keywords": ["av", "play", "circle", "outline"], "ligature": "play_circle_outline", "codepoint": "E039", "is_new": false}, {"id": "ic_playlist_add", "name": "playlist add", "group_id": "av", "keywords": ["av", "playlist", "add"], "ligature": "playlist_add", "codepoint": "E03B", "is_new": false}, {"id": "ic_playlist_add_check", "name": "playlist add check", "group_id": "av", "keywords": ["av", "playlist", "add", "check"], "ligature": "playlist_add_check", "codepoint": "E065", "is_new": false}, {"id": "ic_playlist_play", "name": "playlist play", "group_id": "av", "keywords": ["av", "playlist", "play"], "ligature": "playlist_play", "codepoint": "E05F", "is_new": false}, {"id": "ic_queue", "name": "queue", "group_id": "av", "keywords": ["av", "queue"], "ligature": "queue", "codepoint": "E03C", "is_new": false}, {"id": "ic_queue_music", "name": "queue music", "group_id": "av", "keywords": ["av", "queue", "music"], "ligature": "queue_music", "codepoint": "E03D", "is_new": false}, {"id": "ic_queue_play_next", "name": "queue play next", "group_id": "av", "keywords": ["av", "queue", "play", "next"], "ligature": "queue_play_next", "codepoint": "E066", "is_new": false}, {"id": "ic_radio", "name": "radio", "group_id": "av", "keywords": ["av", "radio"], "ligature": "radio", "codepoint": "E03E", "is_new": false}, {"id": "ic_recent_actors", "name": "recent actors", "group_id": "av", "keywords": ["av", "recent", "actors"], "ligature": "recent_actors", "codepoint": "E03F", "is_new": false}, {"id": "ic_remove_from_queue", "name": "remove from queue", "group_id": "av", "keywords": ["av", "remove", "from", "queue"], "ligature": "remove_from_queue", "codepoint": "E067", "is_new": false}, {"id": "ic_repeat", "name": "repeat", "group_id": "av", "keywords": ["av", "repeat"], "ligature": "repeat", "codepoint": "E040", "is_new": false}, {"id": "ic_repeat_one", "name": "repeat one", "group_id": "av", "keywords": ["av", "repeat", "one"], "ligature": "repeat_one", "codepoint": "E041", "is_new": false}, {"id": "ic_replay", "name": "replay", "group_id": "av", "keywords": ["av", "replay"], "ligature": "replay", "codepoint": "E042", "is_new": false}, {"id": "ic_replay_10", "name": "replay 10", "group_id": "av", "keywords": ["av", "replay", "10"], "ligature": "replay_10", "codepoint": "E059", "is_new": false}, {"id": "ic_replay_30", "name": "replay 30", "group_id": "av", "keywords": ["av", "replay", "30"], "ligature": "replay_30", "codepoint": "E05A", "is_new": false}, {"id": "ic_replay_5", "name": "replay 5", "group_id": "av", "keywords": ["av", "replay"], "ligature": "replay_5", "codepoint": "E05B", "is_new": false}, {"id": "ic_shuffle", "name": "shuffle", "group_id": "av", "keywords": ["av", "shuffle"], "ligature": "shuffle", "codepoint": "E043", "is_new": false}, {"id": "ic_skip_next", "name": "skip next", "group_id": "av", "keywords": ["av", "skip", "next"], "ligature": "skip_next", "codepoint": "E044", "is_new": false}, {"id": "ic_skip_previous", "name": "skip previous", "group_id": "av", "keywords": ["av", "skip", "previous"], "ligature": "skip_previous", "codepoint": "E045", "is_new": false}, {"id": "ic_slow_motion_video", "name": "slow motion video", "group_id": "av", "keywords": ["av", "slow", "motion", "video"], "ligature": "slow_motion_video", "codepoint": "E068", "is_new": false}, {"id": "ic_snooze", "name": "snooze", "group_id": "av", "keywords": ["av", "snooze"], "ligature": "snooze", "codepoint": "E046", "is_new": false}, {"id": "ic_sort_by_alpha", "name": "sort by alpha", "group_id": "av", "keywords": ["av", "sort", "by", "alpha"], "ligature": "sort_by_alpha", "codepoint": "E053", "is_new": false}, {"id": "ic_stop", "name": "stop", "group_id": "av", "keywords": ["av", "stop"], "ligature": "stop", "codepoint": "E047", "is_new": false}, {"id": "ic_subscriptions", "name": "subscriptions", "group_id": "av", "keywords": ["av", "subscriptions"], "ligature": "subscriptions", "codepoint": "E064", "is_new": false}, {"id": "ic_subtitles", "name": "subtitles", "group_id": "av", "keywords": ["av", "subtitles"], "ligature": "subtitles", "codepoint": "E048", "is_new": false}, {"id": "ic_surround_sound", "name": "surround sound", "group_id": "av", "keywords": ["av", "surround", "sound"], "ligature": "surround_sound", "codepoint": "E049", "is_new": false}, {"id": "ic_video_call", "name": "video call", "group_id": "av", "keywords": ["av", "video", "call"], "ligature": "video_call", "codepoint": "E070", "is_new": false}, {"id": "ic_video_label", "name": "video label", "group_id": "av", "keywords": ["av", "video", "label"], "ligature": "video_label", "codepoint": "E071", "is_new": false}, {"id": "ic_video_library", "name": "video library", "group_id": "av", "keywords": ["av", "video", "library"], "ligature": "video_library", "codepoint": "E04A", "is_new": false}, {"id": "ic_videocam", "name": "videocam", "group_id": "av", "keywords": ["av", "videocam"], "ligature": "videocam", "codepoint": "E04B", "is_new": false}, {"id": "ic_videocam_off", "name": "videocam off", "group_id": "av", "keywords": ["av", "videocam", "off"], "ligature": "videocam_off", "codepoint": "E04C", "is_new": false}, {"id": "ic_volume_down", "name": "volume down", "group_id": "av", "keywords": ["av", "volume", "down"], "ligature": "volume_down", "codepoint": "E04D", "is_new": false}, {"id": "ic_volume_mute", "name": "volume mute", "group_id": "av", "keywords": ["av", "volume", "mute"], "ligature": "volume_mute", "codepoint": "E04E", "is_new": false}, {"id": "ic_volume_off", "name": "volume off", "group_id": "av", "keywords": ["av", "volume", "off"], "ligature": "volume_off", "codepoint": "E04F", "is_new": false}, {"id": "ic_volume_up", "name": "volume up", "group_id": "av", "keywords": ["av", "volume", "up"], "ligature": "volume_up", "codepoint": "E050", "is_new": false}, {"id": "ic_web", "name": "web", "group_id": "av", "keywords": ["av", "web"], "ligature": "web", "codepoint": "E051", "is_new": false}, {"id": "ic_web_asset", "name": "web asset", "group_id": "av", "keywords": ["av", "web", "asset"], "ligature": "web_asset", "codepoint": "E069", "is_new": false}, {"id": "ic_business", "name": "business", "group_id": "communication", "keywords": ["communication", "business"], "ligature": "business", "codepoint": "E0AF", "is_new": false}, {"id": "ic_call", "name": "call", "group_id": "communication", "keywords": ["communication", "call"], "ligature": "call", "codepoint": "E0B0", "is_new": false}, {"id": "ic_call_end", "name": "call end", "group_id": "communication", "keywords": ["communication", "call", "end"], "ligature": "call_end", "codepoint": "E0B1", "is_new": false}, {"id": "ic_call_made", "name": "call made", "group_id": "communication", "keywords": ["communication", "call", "made"], "ligature": "call_made", "codepoint": "E0B2", "is_new": false}, {"id": "ic_call_merge", "name": "call merge", "group_id": "communication", "keywords": ["communication", "call", "merge"], "ligature": "call_merge", "codepoint": "E0B3", "is_new": false}, {"id": "ic_call_missed", "name": "call missed", "group_id": "communication", "keywords": ["communication", "call", "missed"], "ligature": "call_missed", "codepoint": "E0B4", "is_new": false}, {"id": "ic_call_missed_outgoing", "name": "call missed outgoing", "group_id": "communication", "keywords": ["communication", "call", "missed", "outgoing"], "ligature": "call_missed_outgoing", "codepoint": "E0E4", "is_new": false}, {"id": "ic_call_received", "name": "call received", "group_id": "communication", "keywords": ["communication", "call", "received"], "ligature": "call_received", "codepoint": "E0B5", "is_new": false}, {"id": "ic_call_split", "name": "call split", "group_id": "communication", "keywords": ["communication", "call", "split"], "ligature": "call_split", "codepoint": "E0B6", "is_new": false}, {"id": "ic_chat", "name": "chat", "group_id": "communication", "keywords": ["communication", "chat"], "ligature": "chat", "codepoint": "E0B7", "is_new": false}, {"id": "ic_chat_bubble", "name": "chat bubble", "group_id": "communication", "keywords": ["communication", "chat", "bubble"], "ligature": "chat_bubble", "codepoint": "E0CA", "is_new": false}, {"id": "ic_chat_bubble_outline", "name": "chat bubble outline", "group_id": "communication", "keywords": ["communication", "chat", "bubble", "outline"], "ligature": "chat_bubble_outline", "codepoint": "E0CB", "is_new": false}, {"id": "ic_clear_all", "name": "clear all", "group_id": "communication", "keywords": ["communication", "clear", "all"], "ligature": "clear_all", "codepoint": "E0B8", "is_new": false}, {"id": "ic_comment", "name": "comment", "group_id": "communication", "keywords": ["communication", "comment"], "ligature": "comment", "codepoint": "E0B9", "is_new": false}, {"id": "ic_contact_mail", "name": "contact mail", "group_id": "communication", "keywords": ["communication", "contact", "mail"], "ligature": "contact_mail", "codepoint": "E0D0", "is_new": false}, {"id": "ic_contact_phone", "name": "contact phone", "group_id": "communication", "keywords": ["communication", "contact", "phone"], "ligature": "contact_phone", "codepoint": "E0CF", "is_new": false}, {"id": "ic_contacts", "name": "contacts", "group_id": "communication", "keywords": ["communication", "contacts"], "ligature": "contacts", "codepoint": "E0BA", "is_new": false}, {"id": "ic_dialer_sip", "name": "dialer sip", "group_id": "communication", "keywords": ["communication", "dialer", "sip"], "ligature": "dialer_sip", "codepoint": "E0BB", "is_new": false}, {"id": "ic_dialpad", "name": "dialpad", "group_id": "communication", "keywords": ["communication", "dialpad"], "ligature": "dialpad", "codepoint": "E0BC", "is_new": false}, {"id": "ic_email", "name": "email", "group_id": "communication", "keywords": ["communication", "email"], "ligature": "email", "codepoint": "E0BE", "is_new": false}, {"id": "ic_forum", "name": "forum", "group_id": "communication", "keywords": ["communication", "forum"], "ligature": "forum", "codepoint": "E0BF", "is_new": false}, {"id": "ic_import_contacts", "name": "import contacts", "group_id": "communication", "keywords": ["communication", "import", "contacts"], "ligature": "import_contacts", "codepoint": "E0E0", "is_new": false}, {"id": "ic_import_export", "name": "import export", "group_id": "communication", "keywords": ["communication", "import", "export"], "ligature": "import_export", "codepoint": "E0C3", "is_new": false}, {"id": "ic_invert_colors_off", "name": "invert colors off", "group_id": "communication", "keywords": ["communication", "invert", "colors", "off"], "ligature": "invert_colors_off", "codepoint": "E0C4", "is_new": false}, {"id": "ic_live_help", "name": "live help", "group_id": "communication", "keywords": ["communication", "live", "help"], "ligature": "live_help", "codepoint": "E0C6", "is_new": false}, {"id": "ic_location_off", "name": "location off", "group_id": "communication", "keywords": ["communication", "location", "off"], "ligature": "location_off", "codepoint": "E0C7", "is_new": false}, {"id": "ic_location_on", "name": "location on", "group_id": "communication", "keywords": ["communication", "location", "on"], "ligature": "location_on", "codepoint": "E0C8", "is_new": false}, {"id": "ic_mail_outline", "name": "mail outline", "group_id": "communication", "keywords": ["communication", "mail", "outline"], "ligature": "mail_outline", "codepoint": "E0E1", "is_new": false}, {"id": "ic_message", "name": "message", "group_id": "communication", "keywords": ["communication", "message"], "ligature": "message", "codepoint": "E0C9", "is_new": false}, {"id": "ic_no_sim", "name": "no sim", "group_id": "communication", "keywords": ["communication", "no", "sim"], "ligature": "no_sim", "codepoint": "E0CC", "is_new": false}, {"id": "ic_phone", "name": "phone", "group_id": "communication", "keywords": ["communication", "phone"], "ligature": "phone", "codepoint": "E0CD", "is_new": false}, {"id": "ic_phonelink_erase", "name": "phonelink erase", "group_id": "communication", "keywords": ["communication", "phonelink", "erase"], "ligature": "phonelink_erase", "codepoint": "E0DB", "is_new": false}, {"id": "ic_phonelink_lock", "name": "phonelink lock", "group_id": "communication", "keywords": ["communication", "phonelink", "lock"], "ligature": "phonelink_lock", "codepoint": "E0DC", "is_new": false}, {"id": "ic_phonelink_ring", "name": "phonelink ring", "group_id": "communication", "keywords": ["communication", "phonelink", "ring"], "ligature": "phonelink_ring", "codepoint": "E0DD", "is_new": false}, {"id": "ic_phonelink_setup", "name": "phonelink setup", "group_id": "communication", "keywords": ["communication", "phonelink", "setup"], "ligature": "phonelink_setup", "codepoint": "E0DE", "is_new": false}, {"id": "ic_portable_wifi_off", "name": "portable wifi off", "group_id": "communication", "keywords": ["communication", "portable", "wifi", "off"], "ligature": "portable_wifi_off", "codepoint": "E0CE", "is_new": false}, {"id": "ic_present_to_all", "name": "present to all", "group_id": "communication", "keywords": ["communication", "present", "to", "all"], "ligature": "present_to_all", "codepoint": "E0DF", "is_new": false}, {"id": "ic_ring_volume", "name": "ring volume", "group_id": "communication", "keywords": ["communication", "ring", "volume"], "ligature": "ring_volume", "codepoint": "E0D1", "is_new": false}, {"id": "ic_rss_feed", "name": "rss feed", "group_id": "communication", "keywords": ["communication", "rss", "feed"], "ligature": "rss_feed", "codepoint": "E0E5", "is_new": false}, {"id": "ic_screen_share", "name": "screen share", "group_id": "communication", "keywords": ["communication", "screen", "share"], "ligature": "screen_share", "codepoint": "E0E2", "is_new": false}, {"id": "ic_speaker_phone", "name": "speaker phone", "group_id": "communication", "keywords": ["communication", "speaker", "phone"], "ligature": "speaker_phone", "codepoint": "E0D2", "is_new": false}, {"id": "ic_stay_current_landscape", "name": "stay current landscape", "group_id": "communication", "keywords": ["communication", "stay", "current", "landscape"], "ligature": "stay_current_landscape", "codepoint": "E0D3", "is_new": false}, {"id": "ic_stay_current_portrait", "name": "stay current portrait", "group_id": "communication", "keywords": ["communication", "stay", "current", "portrait"], "ligature": "stay_current_portrait", "codepoint": "E0D4", "is_new": false}, {"id": "ic_stay_primary_landscape", "name": "stay primary landscape", "group_id": "communication", "keywords": ["communication", "stay", "primary", "landscape"], "ligature": "stay_primary_landscape", "codepoint": "E0D5", "is_new": false}, {"id": "ic_stay_primary_portrait", "name": "stay primary portrait", "group_id": "communication", "keywords": ["communication", "stay", "primary", "portrait"], "ligature": "stay_primary_portrait", "codepoint": "E0D6", "is_new": false}, {"id": "ic_stop_screen_share", "name": "stop screen share", "group_id": "communication", "keywords": ["communication", "stop", "screen", "share"], "ligature": "stop_screen_share", "codepoint": "E0E3", "is_new": false}, {"id": "ic_swap_calls", "name": "swap calls", "group_id": "communication", "keywords": ["communication", "swap", "calls"], "ligature": "swap_calls", "codepoint": "E0D7", "is_new": false}, {"id": "ic_textsms", "name": "textsms", "group_id": "communication", "keywords": ["communication", "textsms"], "ligature": "textsms", "codepoint": "E0D8", "is_new": false}, {"id": "ic_voicemail", "name": "voicemail", "group_id": "communication", "keywords": ["communication", "voicemail"], "ligature": "voicemail", "codepoint": "E0D9", "is_new": false}, {"id": "ic_vpn_key", "name": "vpn key", "group_id": "communication", "keywords": ["communication", "vpn", "key"], "ligature": "vpn_key", "codepoint": "E0DA", "is_new": false}, {"id": "ic_add", "name": "add", "group_id": "content", "keywords": ["content", "add"], "ligature": "add", "codepoint": "E145", "is_new": false}, {"id": "ic_add_box", "name": "add box", "group_id": "content", "keywords": ["content", "add", "box"], "ligature": "add_box", "codepoint": "E146", "is_new": false}, {"id": "ic_add_circle", "name": "add circle", "group_id": "content", "keywords": ["content", "add", "circle"], "ligature": "add_circle", "codepoint": "E147", "is_new": false}, {"id": "ic_add_circle_outline", "name": "add circle outline", "group_id": "content", "keywords": ["content", "add", "circle", "outline"], "ligature": "add_circle_outline", "codepoint": "E148", "is_new": false}, {"id": "ic_archive", "name": "archive", "group_id": "content", "keywords": ["content", "archive"], "ligature": "archive", "codepoint": "E149", "is_new": false}, {"id": "ic_backspace", "name": "backspace", "group_id": "content", "keywords": ["content", "backspace"], "ligature": "backspace", "codepoint": "E14A", "is_new": false}, {"id": "ic_block", "name": "block", "group_id": "content", "keywords": ["content", "block"], "ligature": "block", "codepoint": "E14B", "is_new": false}, {"id": "ic_clear", "name": "clear", "group_id": "content", "keywords": ["content", "clear"], "ligature": "clear", "codepoint": "E14C", "is_new": false}, {"id": "ic_content_copy", "name": "content copy", "group_id": "content", "keywords": ["content", "content", "copy"], "ligature": "content_copy", "codepoint": "E14D", "is_new": false}, {"id": "ic_content_cut", "name": "content cut", "group_id": "content", "keywords": ["content", "content", "cut"], "ligature": "content_cut", "codepoint": "E14E", "is_new": false}, {"id": "ic_content_paste", "name": "content paste", "group_id": "content", "keywords": ["content", "content", "paste"], "ligature": "content_paste", "codepoint": "E14F", "is_new": false}, {"id": "ic_create", "name": "create", "group_id": "content", "keywords": ["content", "create"], "ligature": "create", "codepoint": "E150", "is_new": false}, {"id": "ic_delete_sweep", "name": "delete sweep", "group_id": "content", "keywords": ["content", "delete", "sweep"], "ligature": "delete_sweep", "codepoint": "E16C", "is_new": false}, {"id": "ic_drafts", "name": "drafts", "group_id": "content", "keywords": ["content", "drafts"], "ligature": "drafts", "codepoint": "E151", "is_new": false}, {"id": "ic_filter_list", "name": "filter list", "group_id": "content", "keywords": ["content", "filter", "list"], "ligature": "filter_list", "codepoint": "E152", "is_new": false}, {"id": "ic_flag", "name": "flag", "group_id": "content", "keywords": ["content", "flag"], "ligature": "flag", "codepoint": "E153", "is_new": false}, {"id": "ic_font_download", "name": "font download", "group_id": "content", "keywords": ["content", "font", "download"], "ligature": "font_download", "codepoint": "E167", "is_new": false}, {"id": "ic_forward", "name": "forward", "group_id": "content", "keywords": ["content", "forward"], "ligature": "forward", "codepoint": "E154", "is_new": false}, {"id": "ic_gesture", "name": "gesture", "group_id": "content", "keywords": ["content", "gesture"], "ligature": "gesture", "codepoint": "E155", "is_new": false}, {"id": "ic_inbox", "name": "inbox", "group_id": "content", "keywords": ["content", "inbox"], "ligature": "inbox", "codepoint": "E156", "is_new": false}, {"id": "ic_link", "name": "link", "group_id": "content", "keywords": ["content", "link"], "ligature": "link", "codepoint": "E157", "is_new": false}, {"id": "ic_low_priority", "name": "low priority", "group_id": "content", "keywords": ["content", "low", "priority"], "ligature": "low_priority", "codepoint": "E16D", "is_new": false}, {"id": "ic_mail", "name": "mail", "group_id": "content", "keywords": ["content", "mail"], "ligature": "mail", "codepoint": "E158", "is_new": false}, {"id": "ic_markunread", "name": "markunread", "group_id": "content", "keywords": ["content", "markunread"], "ligature": "markunread", "codepoint": "E159", "is_new": false}, {"id": "ic_move_to_inbox", "name": "move to inbox", "group_id": "content", "keywords": ["content", "move", "to", "inbox"], "ligature": "move_to_inbox", "codepoint": "E168", "is_new": false}, {"id": "ic_next_week", "name": "next week", "group_id": "content", "keywords": ["content", "next", "week"], "ligature": "next_week", "codepoint": "E16A", "is_new": false}, {"id": "ic_redo", "name": "redo", "group_id": "content", "keywords": ["content", "redo"], "ligature": "redo", "codepoint": "E15A", "is_new": false}, {"id": "ic_remove", "name": "remove", "group_id": "content", "keywords": ["content", "remove"], "ligature": "remove", "codepoint": "E15B", "is_new": false}, {"id": "ic_remove_circle", "name": "remove circle", "group_id": "content", "keywords": ["content", "remove", "circle"], "ligature": "remove_circle", "codepoint": "E15C", "is_new": false}, {"id": "ic_remove_circle_outline", "name": "remove circle outline", "group_id": "content", "keywords": ["content", "remove", "circle", "outline"], "ligature": "remove_circle_outline", "codepoint": "E15D", "is_new": false}, {"id": "ic_reply", "name": "reply", "group_id": "content", "keywords": ["content", "reply"], "ligature": "reply", "codepoint": "E15E", "is_new": false}, {"id": "ic_reply_all", "name": "reply all", "group_id": "content", "keywords": ["content", "reply", "all"], "ligature": "reply_all", "codepoint": "E15F", "is_new": false}, {"id": "ic_report", "name": "report", "group_id": "content", "keywords": ["content", "report"], "ligature": "report", "codepoint": "E160", "is_new": false}, {"id": "ic_save", "name": "save", "group_id": "content", "keywords": ["content", "save"], "ligature": "save", "codepoint": "E161", "is_new": false}, {"id": "ic_select_all", "name": "select all", "group_id": "content", "keywords": ["content", "select", "all"], "ligature": "select_all", "codepoint": "E162", "is_new": false}, {"id": "ic_send", "name": "send", "group_id": "content", "keywords": ["content", "send"], "ligature": "send", "codepoint": "E163", "is_new": false}, {"id": "ic_sort", "name": "sort", "group_id": "content", "keywords": ["content", "sort"], "ligature": "sort", "codepoint": "E164", "is_new": false}, {"id": "ic_text_format", "name": "text format", "group_id": "content", "keywords": ["content", "text", "format"], "ligature": "text_format", "codepoint": "E165", "is_new": false}, {"id": "ic_unarchive", "name": "unarchive", "group_id": "content", "keywords": ["content", "unarchive"], "ligature": "unarchive", "codepoint": "E169", "is_new": false}, {"id": "ic_undo", "name": "undo", "group_id": "content", "keywords": ["content", "undo"], "ligature": "undo", "codepoint": "E166", "is_new": false}, {"id": "ic_weekend", "name": "weekend", "group_id": "content", "keywords": ["content", "weekend"], "ligature": "weekend", "codepoint": "E16B", "is_new": false}, {"id": "ic_access_alarm", "name": "access alarm", "group_id": "device", "keywords": ["device", "access", "alarm"], "ligature": "access_alarm", "codepoint": "E190", "is_new": false}, {"id": "ic_access_alarms", "name": "access alarms", "group_id": "device", "keywords": ["device", "access", "alarms"], "ligature": "access_alarms", "codepoint": "E191", "is_new": false}, {"id": "ic_access_time", "name": "access time", "group_id": "device", "keywords": ["device", "access", "time"], "ligature": "access_time", "codepoint": "E192", "is_new": false}, {"id": "ic_add_alarm", "name": "add alarm", "group_id": "device", "keywords": ["device", "add", "alarm"], "ligature": "add_alarm", "codepoint": "E193", "is_new": false}, {"id": "ic_airplanemode_active", "name": "airplanemode active", "group_id": "device", "keywords": ["device", "airplanemode", "active"], "ligature": "airplanemode_active", "codepoint": "E195", "is_new": false}, {"id": "ic_airplanemode_inactive", "name": "airplanemode inactive", "group_id": "device", "keywords": ["device", "airplanemode", "inactive"], "ligature": "airplanemode_inactive", "codepoint": "E194", "is_new": false}, {"id": "ic_battery_alert", "name": "battery alert", "group_id": "device", "keywords": ["device", "battery", "alert"], "ligature": "battery_alert", "codepoint": "E19C", "is_new": false}, {"id": "ic_battery_charging_full", "name": "battery charging full", "group_id": "device", "keywords": ["device", "battery", "charging", "full"], "ligature": "battery_charging_full", "codepoint": "E1A3", "is_new": false}, {"id": "ic_battery_full", "name": "battery full", "group_id": "device", "keywords": ["device", "battery", "full"], "ligature": "battery_full", "codepoint": "E1A4", "is_new": false}, {"id": "ic_battery_std", "name": "battery std", "group_id": "device", "keywords": ["device", "battery", "std"], "ligature": "battery_std", "codepoint": "E1A5", "is_new": false}, {"id": "ic_battery_unknown", "name": "battery unknown", "group_id": "device", "keywords": ["device", "battery", "unknown"], "ligature": "battery_unknown", "codepoint": "E1A6", "is_new": false}, {"id": "ic_bluetooth", "name": "bluetooth", "group_id": "device", "keywords": ["device", "bluetooth"], "ligature": "bluetooth", "codepoint": "E1A7", "is_new": false}, {"id": "ic_bluetooth_connected", "name": "bluetooth connected", "group_id": "device", "keywords": ["device", "bluetooth", "connected"], "ligature": "bluetooth_connected", "codepoint": "E1A8", "is_new": false}, {"id": "ic_bluetooth_disabled", "name": "bluetooth disabled", "group_id": "device", "keywords": ["device", "bluetooth", "disabled"], "ligature": "bluetooth_disabled", "codepoint": "E1A9", "is_new": false}, {"id": "ic_bluetooth_searching", "name": "bluetooth searching", "group_id": "device", "keywords": ["device", "bluetooth", "searching"], "ligature": "bluetooth_searching", "codepoint": "E1AA", "is_new": false}, {"id": "ic_brightness_auto", "name": "brightness auto", "group_id": "device", "keywords": ["device", "brightness", "auto"], "ligature": "brightness_auto", "codepoint": "E1AB", "is_new": false}, {"id": "ic_brightness_high", "name": "brightness high", "group_id": "device", "keywords": ["device", "brightness", "high"], "ligature": "brightness_high", "codepoint": "E1AC", "is_new": false}, {"id": "ic_brightness_low", "name": "brightness low", "group_id": "device", "keywords": ["device", "brightness", "low"], "ligature": "brightness_low", "codepoint": "E1AD", "is_new": false}, {"id": "ic_brightness_medium", "name": "brightness medium", "group_id": "device", "keywords": ["device", "brightness", "medium"], "ligature": "brightness_medium", "codepoint": "E1AE", "is_new": false}, {"id": "ic_data_usage", "name": "data usage", "group_id": "device", "keywords": ["device", "data", "usage"], "ligature": "data_usage", "codepoint": "E1AF", "is_new": false}, {"id": "ic_developer_mode", "name": "developer mode", "group_id": "device", "keywords": ["device", "developer", "mode"], "ligature": "developer_mode", "codepoint": "E1B0", "is_new": false}, {"id": "ic_devices", "name": "devices", "group_id": "device", "keywords": ["device", "devices"], "ligature": "devices", "codepoint": "E1B1", "is_new": false}, {"id": "ic_dvr", "name": "dvr", "group_id": "device", "keywords": ["device", "dvr"], "ligature": "dvr", "codepoint": "E1B2", "is_new": false}, {"id": "ic_gps_fixed", "name": "gps fixed", "group_id": "device", "keywords": ["device", "gps", "fixed"], "ligature": "gps_fixed", "codepoint": "E1B3", "is_new": false}, {"id": "ic_gps_not_fixed", "name": "gps not fixed", "group_id": "device", "keywords": ["device", "gps", "not", "fixed"], "ligature": "gps_not_fixed", "codepoint": "E1B4", "is_new": false}, {"id": "ic_gps_off", "name": "gps off", "group_id": "device", "keywords": ["device", "gps", "off"], "ligature": "gps_off", "codepoint": "E1B5", "is_new": false}, {"id": "ic_graphic_eq", "name": "graphic eq", "group_id": "device", "keywords": ["device", "graphic", "eq"], "ligature": "graphic_eq", "codepoint": "E1B8", "is_new": false}, {"id": "ic_location_disabled", "name": "location disabled", "group_id": "device", "keywords": ["device", "location", "disabled"], "ligature": "location_disabled", "codepoint": "E1B6", "is_new": false}, {"id": "ic_location_searching", "name": "location searching", "group_id": "device", "keywords": ["device", "location", "searching"], "ligature": "location_searching", "codepoint": "E1B7", "is_new": false}, {"id": "ic_network_cell", "name": "network cell", "group_id": "device", "keywords": ["device", "network", "cell"], "ligature": "network_cell", "codepoint": "E1B9", "is_new": false}, {"id": "ic_network_wifi", "name": "network wifi", "group_id": "device", "keywords": ["device", "network", "wifi"], "ligature": "network_wifi", "codepoint": "E1BA", "is_new": false}, {"id": "ic_nfc", "name": "nfc", "group_id": "device", "keywords": ["device", "nfc"], "ligature": "nfc", "codepoint": "E1BB", "is_new": false}, {"id": "ic_screen_lock_landscape", "name": "screen lock landscape", "group_id": "device", "keywords": ["device", "screen", "lock", "landscape"], "ligature": "screen_lock_landscape", "codepoint": "E1BE", "is_new": false}, {"id": "ic_screen_lock_portrait", "name": "screen lock portrait", "group_id": "device", "keywords": ["device", "screen", "lock", "portrait"], "ligature": "screen_lock_portrait", "codepoint": "E1BF", "is_new": false}, {"id": "ic_screen_lock_rotation", "name": "screen lock rotation", "group_id": "device", "keywords": ["device", "screen", "lock", "rotation"], "ligature": "screen_lock_rotation", "codepoint": "E1C0", "is_new": false}, {"id": "ic_screen_rotation", "name": "screen rotation", "group_id": "device", "keywords": ["device", "screen", "rotation"], "ligature": "screen_rotation", "codepoint": "E1C1", "is_new": false}, {"id": "ic_sd_storage", "name": "sd storage", "group_id": "device", "keywords": ["device", "sd", "storage"], "ligature": "sd_storage", "codepoint": "E1C2", "is_new": false}, {"id": "ic_settings_system_daydream", "name": "settings system daydream", "group_id": "device", "keywords": ["device", "settings", "system", "daydream"], "ligature": "settings_system_daydream", "codepoint": "E1C3", "is_new": false}, {"id": "ic_signal_cellular_4_bar", "name": "signal cellular 4 bar", "group_id": "device", "keywords": ["device", "signal", "cellular", "bar"], "ligature": "signal_cellular_4_bar", "codepoint": "E1C8", "is_new": false}, {"id": "ic_signal_cellular_connected_no_internet_4_bar", "name": "signal cellular connected no internet 4 bar", "group_id": "device", "keywords": ["device", "signal", "cellular", "connected", "no", "internet", "bar"], "ligature": "signal_cellular_connected_no_internet_4_bar", "codepoint": "E1CD", "is_new": false}, {"id": "ic_signal_cellular_no_sim", "name": "signal cellular no sim", "group_id": "device", "keywords": ["device", "signal", "cellular", "no", "sim"], "ligature": "signal_cellular_no_sim", "codepoint": "E1CE", "is_new": false}, {"id": "ic_signal_cellular_null", "name": "signal cellular null", "group_id": "device", "keywords": ["device", "signal", "cellular", "null"], "ligature": "signal_cellular_null", "codepoint": "E1CF", "is_new": false}, {"id": "ic_signal_cellular_off", "name": "signal cellular off", "group_id": "device", "keywords": ["device", "signal", "cellular", "off"], "ligature": "signal_cellular_off", "codepoint": "E1D0", "is_new": false}, {"id": "ic_signal_wifi_4_bar", "name": "signal wifi 4 bar", "group_id": "device", "keywords": ["device", "signal", "wifi", "bar"], "ligature": "signal_wifi_4_bar", "codepoint": "E1D8", "is_new": false}, {"id": "ic_signal_wifi_4_bar_lock", "name": "signal wifi 4 bar lock", "group_id": "device", "keywords": ["device", "signal", "wifi", "bar", "lock"], "ligature": "signal_wifi_4_bar_lock", "codepoint": "E1D9", "is_new": false}, {"id": "ic_signal_wifi_off", "name": "signal wifi off", "group_id": "device", "keywords": ["device", "signal", "wifi", "off"], "ligature": "signal_wifi_off", "codepoint": "E1DA", "is_new": false}, {"id": "ic_storage", "name": "storage", "group_id": "device", "keywords": ["device", "storage"], "ligature": "storage", "codepoint": "E1DB", "is_new": false}, {"id": "ic_usb", "name": "usb", "group_id": "device", "keywords": ["device", "usb"], "ligature": "usb", "codepoint": "E1E0", "is_new": false}, {"id": "ic_wallpaper", "name": "wallpaper", "group_id": "device", "keywords": ["device", "wallpaper"], "ligature": "wallpaper", "codepoint": "E1BC", "is_new": false}, {"id": "ic_widgets", "name": "widgets", "group_id": "device", "keywords": ["device", "widgets"], "ligature": "widgets", "codepoint": "E1BD", "is_new": false}, {"id": "ic_wifi_lock", "name": "wifi lock", "group_id": "device", "keywords": ["device", "wifi", "lock"], "ligature": "wifi_lock", "codepoint": "E1E1", "is_new": false}, {"id": "ic_wifi_tethering", "name": "wifi tethering", "group_id": "device", "keywords": ["device", "wifi", "tethering"], "ligature": "wifi_tethering", "codepoint": "E1E2", "is_new": false}, {"id": "ic_attach_file", "name": "attach file", "group_id": "editor", "keywords": ["editor", "attach", "file"], "ligature": "attach_file", "codepoint": "E226", "is_new": false}, {"id": "ic_attach_money", "name": "attach money", "group_id": "editor", "keywords": ["editor", "attach", "money"], "ligature": "attach_money", "codepoint": "E227", "is_new": false}, {"id": "ic_border_all", "name": "border all", "group_id": "editor", "keywords": ["editor", "border", "all"], "ligature": "border_all", "codepoint": "E228", "is_new": false}, {"id": "ic_border_bottom", "name": "border bottom", "group_id": "editor", "keywords": ["editor", "border", "bottom"], "ligature": "border_bottom", "codepoint": "E229", "is_new": false}, {"id": "ic_border_clear", "name": "border clear", "group_id": "editor", "keywords": ["editor", "border", "clear"], "ligature": "border_clear", "codepoint": "E22A", "is_new": false}, {"id": "ic_border_color", "name": "border color", "group_id": "editor", "keywords": ["editor", "border", "color"], "ligature": "border_color", "codepoint": "E22B", "is_new": false}, {"id": "ic_border_horizontal", "name": "border horizontal", "group_id": "editor", "keywords": ["editor", "border", "horizontal"], "ligature": "border_horizontal", "codepoint": "E22C", "is_new": false}, {"id": "ic_border_inner", "name": "border inner", "group_id": "editor", "keywords": ["editor", "border", "inner"], "ligature": "border_inner", "codepoint": "E22D", "is_new": false}, {"id": "ic_border_left", "name": "border left", "group_id": "editor", "keywords": ["editor", "border", "left"], "ligature": "border_left", "codepoint": "E22E", "is_new": false}, {"id": "ic_border_outer", "name": "border outer", "group_id": "editor", "keywords": ["editor", "border", "outer"], "ligature": "border_outer", "codepoint": "E22F", "is_new": false}, {"id": "ic_border_right", "name": "border right", "group_id": "editor", "keywords": ["editor", "border", "right"], "ligature": "border_right", "codepoint": "E230", "is_new": false}, {"id": "ic_border_style", "name": "border style", "group_id": "editor", "keywords": ["editor", "border", "style"], "ligature": "border_style", "codepoint": "E231", "is_new": false}, {"id": "ic_border_top", "name": "border top", "group_id": "editor", "keywords": ["editor", "border", "top"], "ligature": "border_top", "codepoint": "E232", "is_new": false}, {"id": "ic_border_vertical", "name": "border vertical", "group_id": "editor", "keywords": ["editor", "border", "vertical"], "ligature": "border_vertical", "codepoint": "E233", "is_new": false}, {"id": "ic_bubble_chart", "name": "bubble chart", "group_id": "editor", "keywords": ["editor", "bubble", "chart"], "ligature": "bubble_chart", "codepoint": "E6DD", "is_new": false}, {"id": "ic_drag_handle", "name": "drag handle", "group_id": "editor", "keywords": ["editor", "drag", "handle"], "ligature": "drag_handle", "codepoint": "E25D", "is_new": false}, {"id": "ic_format_align_center", "name": "format align center", "group_id": "editor", "keywords": ["editor", "format", "align", "center"], "ligature": "format_align_center", "codepoint": "E234", "is_new": false}, {"id": "ic_format_align_justify", "name": "format align justify", "group_id": "editor", "keywords": ["editor", "format", "align", "justify"], "ligature": "format_align_justify", "codepoint": "E235", "is_new": false}, {"id": "ic_format_align_left", "name": "format align left", "group_id": "editor", "keywords": ["editor", "format", "align", "left"], "ligature": "format_align_left", "codepoint": "E236", "is_new": false}, {"id": "ic_format_align_right", "name": "format align right", "group_id": "editor", "keywords": ["editor", "format", "align", "right"], "ligature": "format_align_right", "codepoint": "E237", "is_new": false}, {"id": "ic_format_bold", "name": "format bold", "group_id": "editor", "keywords": ["editor", "format", "bold"], "ligature": "format_bold", "codepoint": "E238", "is_new": false}, {"id": "ic_format_clear", "name": "format clear", "group_id": "editor", "keywords": ["editor", "format", "clear"], "ligature": "format_clear", "codepoint": "E239", "is_new": false}, {"id": "ic_format_color_fill", "name": "format color fill", "group_id": "editor", "keywords": ["editor", "format", "color", "fill"], "ligature": "format_color_fill", "codepoint": "E23A", "is_new": false}, {"id": "ic_format_color_reset", "name": "format color reset", "group_id": "editor", "keywords": ["editor", "format", "color", "reset"], "ligature": "format_color_reset", "codepoint": "E23B", "is_new": false}, {"id": "ic_format_color_text", "name": "format color text", "group_id": "editor", "keywords": ["editor", "format", "color", "text"], "ligature": "format_color_text", "codepoint": "E23C", "is_new": false}, {"id": "ic_format_indent_decrease", "name": "format indent decrease", "group_id": "editor", "keywords": ["editor", "format", "indent", "decrease"], "ligature": "format_indent_decrease", "codepoint": "E23D", "is_new": false}, {"id": "ic_format_indent_increase", "name": "format indent increase", "group_id": "editor", "keywords": ["editor", "format", "indent", "increase"], "ligature": "format_indent_increase", "codepoint": "E23E", "is_new": false}, {"id": "ic_format_italic", "name": "format italic", "group_id": "editor", "keywords": ["editor", "format", "italic"], "ligature": "format_italic", "codepoint": "E23F", "is_new": false}, {"id": "ic_format_line_spacing", "name": "format line spacing", "group_id": "editor", "keywords": ["editor", "format", "line", "spacing"], "ligature": "format_line_spacing", "codepoint": "E240", "is_new": false}, {"id": "ic_format_list_bulleted", "name": "format list bulleted", "group_id": "editor", "keywords": ["editor", "format", "list", "bulleted"], "ligature": "format_list_bulleted", "codepoint": "E241", "is_new": false}, {"id": "ic_format_list_numbered", "name": "format list numbered", "group_id": "editor", "keywords": ["editor", "format", "list", "numbered"], "ligature": "format_list_numbered", "codepoint": "E242", "is_new": false}, {"id": "ic_format_paint", "name": "format paint", "group_id": "editor", "keywords": ["editor", "format", "paint"], "ligature": "format_paint", "codepoint": "E243", "is_new": false}, {"id": "ic_format_quote", "name": "format quote", "group_id": "editor", "keywords": ["editor", "format", "quote"], "ligature": "format_quote", "codepoint": "E244", "is_new": false}, {"id": "ic_format_shapes", "name": "format shapes", "group_id": "editor", "keywords": ["editor", "format", "shapes"], "ligature": "format_shapes", "codepoint": "E25E", "is_new": false}, {"id": "ic_format_size", "name": "format size", "group_id": "editor", "keywords": ["editor", "format", "size"], "ligature": "format_size", "codepoint": "E245", "is_new": false}, {"id": "ic_format_strikethrough", "name": "format strikethrough", "group_id": "editor", "keywords": ["editor", "format", "strikethrough"], "ligature": "format_strikethrough", "codepoint": "E246", "is_new": false}, {"id": "ic_format_textdirection_l_to_r", "name": "format textdirection l to r", "group_id": "editor", "keywords": ["editor", "format", "textdirection", "to"], "ligature": "format_textdirection_l_to_r", "codepoint": "E247", "is_new": false}, {"id": "ic_format_textdirection_r_to_l", "name": "format textdirection r to l", "group_id": "editor", "keywords": ["editor", "format", "textdirection", "to"], "ligature": "format_textdirection_r_to_l", "codepoint": "E248", "is_new": false}, {"id": "ic_format_underlined", "name": "format underlined", "group_id": "editor", "keywords": ["editor", "format", "underlined"], "ligature": "format_underlined", "codepoint": "E249", "is_new": false}, {"id": "ic_functions", "name": "functions", "group_id": "editor", "keywords": ["editor", "functions"], "ligature": "functions", "codepoint": "E24A", "is_new": false}, {"id": "ic_highlight", "name": "highlight", "group_id": "editor", "keywords": ["editor", "highlight"], "ligature": "highlight", "codepoint": "E25F", "is_new": false}, {"id": "ic_insert_chart", "name": "insert chart", "group_id": "editor", "keywords": ["editor", "insert", "chart"], "ligature": "insert_chart", "codepoint": "E24B", "is_new": false}, {"id": "ic_insert_comment", "name": "insert comment", "group_id": "editor", "keywords": ["editor", "insert", "comment"], "ligature": "insert_comment", "codepoint": "E24C", "is_new": false}, {"id": "ic_insert_drive_file", "name": "insert drive file", "group_id": "editor", "keywords": ["editor", "insert", "drive", "file"], "ligature": "insert_drive_file", "codepoint": "E24D", "is_new": false}, {"id": "ic_insert_emoticon", "name": "insert emoticon", "group_id": "editor", "keywords": ["editor", "insert", "emoticon"], "ligature": "insert_emoticon", "codepoint": "E24E", "is_new": false}, {"id": "ic_insert_invitation", "name": "insert invitation", "group_id": "editor", "keywords": ["editor", "insert", "invitation"], "ligature": "insert_invitation", "codepoint": "E24F", "is_new": false}, {"id": "ic_insert_link", "name": "insert link", "group_id": "editor", "keywords": ["editor", "insert", "link"], "ligature": "insert_link", "codepoint": "E250", "is_new": false}, {"id": "ic_insert_photo", "name": "insert photo", "group_id": "editor", "keywords": ["editor", "insert", "photo"], "ligature": "insert_photo", "codepoint": "E251", "is_new": false}, {"id": "ic_linear_scale", "name": "linear scale", "group_id": "editor", "keywords": ["editor", "linear", "scale"], "ligature": "linear_scale", "codepoint": "E260", "is_new": false}, {"id": "ic_merge_type", "name": "merge type", "group_id": "editor", "keywords": ["editor", "merge", "type"], "ligature": "merge_type", "codepoint": "E252", "is_new": false}, {"id": "ic_mode_comment", "name": "mode comment", "group_id": "editor", "keywords": ["editor", "mode", "comment"], "ligature": "mode_comment", "codepoint": "E253", "is_new": false}, {"id": "ic_mode_edit", "name": "mode edit", "group_id": "editor", "keywords": ["editor", "mode", "edit"], "ligature": "mode_edit", "codepoint": "E254", "is_new": false}, {"id": "ic_monetization_on", "name": "monetization on", "group_id": "editor", "keywords": ["editor", "monetization", "on"], "ligature": "monetization_on", "codepoint": "E263", "is_new": false}, {"id": "ic_money_off", "name": "money off", "group_id": "editor", "keywords": ["editor", "money", "off"], "ligature": "money_off", "codepoint": "E25C", "is_new": false}, {"id": "ic_multiline_chart", "name": "multiline chart", "group_id": "editor", "keywords": ["editor", "multiline", "chart"], "ligature": "multiline_chart", "codepoint": "E6DF", "is_new": false}, {"id": "ic_pie_chart", "name": "pie chart", "group_id": "editor", "keywords": ["editor", "pie", "chart"], "ligature": "pie_chart", "codepoint": "E6C4", "is_new": false}, {"id": "ic_pie_chart_outlined", "name": "pie chart outlined", "group_id": "editor", "keywords": ["editor", "pie", "chart", "outlined"], "ligature": "pie_chart_outlined", "codepoint": "E6C5", "is_new": false}, {"id": "ic_publish", "name": "publish", "group_id": "editor", "keywords": ["editor", "publish"], "ligature": "publish", "codepoint": "E255", "is_new": false}, {"id": "ic_short_text", "name": "short text", "group_id": "editor", "keywords": ["editor", "short", "text"], "ligature": "short_text", "codepoint": "E261", "is_new": false}, {"id": "ic_show_chart", "name": "show chart", "group_id": "editor", "keywords": ["editor", "show", "chart"], "ligature": "show_chart", "codepoint": "E6E1", "is_new": false}, {"id": "ic_space_bar", "name": "space bar", "group_id": "editor", "keywords": ["editor", "space", "bar"], "ligature": "space_bar", "codepoint": "E256", "is_new": false}, {"id": "ic_strikethrough_s", "name": "strikethrough s", "group_id": "editor", "keywords": ["editor", "strikethrough"], "ligature": "strikethrough_s", "codepoint": "E257", "is_new": false}, {"id": "ic_text_fields", "name": "text fields", "group_id": "editor", "keywords": ["editor", "text", "fields"], "ligature": "text_fields", "codepoint": "E262", "is_new": false}, {"id": "ic_title", "name": "title", "group_id": "editor", "keywords": ["editor", "title"], "ligature": "title", "codepoint": "E264", "is_new": false}, {"id": "ic_vertical_align_bottom", "name": "vertical align bottom", "group_id": "editor", "keywords": ["editor", "vertical", "align", "bottom"], "ligature": "vertical_align_bottom", "codepoint": "E258", "is_new": false}, {"id": "ic_vertical_align_center", "name": "vertical align center", "group_id": "editor", "keywords": ["editor", "vertical", "align", "center"], "ligature": "vertical_align_center", "codepoint": "E259", "is_new": false}, {"id": "ic_vertical_align_top", "name": "vertical align top", "group_id": "editor", "keywords": ["editor", "vertical", "align", "top"], "ligature": "vertical_align_top", "codepoint": "E25A", "is_new": false}, {"id": "ic_wrap_text", "name": "wrap text", "group_id": "editor", "keywords": ["editor", "wrap", "text"], "ligature": "wrap_text", "codepoint": "E25B", "is_new": false}, {"id": "ic_attachment", "name": "attachment", "group_id": "file", "keywords": ["file", "attachment"], "ligature": "attachment", "codepoint": "E2BC", "is_new": false}, {"id": "ic_cloud", "name": "cloud", "group_id": "file", "keywords": ["file", "cloud"], "ligature": "cloud", "codepoint": "E2BD", "is_new": false}, {"id": "ic_cloud_circle", "name": "cloud circle", "group_id": "file", "keywords": ["file", "cloud", "circle"], "ligature": "cloud_circle", "codepoint": "E2BE", "is_new": false}, {"id": "ic_cloud_done", "name": "cloud done", "group_id": "file", "keywords": ["file", "cloud", "done"], "ligature": "cloud_done", "codepoint": "E2BF", "is_new": false}, {"id": "ic_cloud_download", "name": "cloud download", "group_id": "file", "keywords": ["file", "cloud", "download"], "ligature": "cloud_download", "codepoint": "E2C0", "is_new": false}, {"id": "ic_cloud_off", "name": "cloud off", "group_id": "file", "keywords": ["file", "cloud", "off"], "ligature": "cloud_off", "codepoint": "E2C1", "is_new": false}, {"id": "ic_cloud_queue", "name": "cloud queue", "group_id": "file", "keywords": ["file", "cloud", "queue"], "ligature": "cloud_queue", "codepoint": "E2C2", "is_new": false}, {"id": "ic_cloud_upload", "name": "cloud upload", "group_id": "file", "keywords": ["file", "cloud", "upload"], "ligature": "cloud_upload", "codepoint": "E2C3", "is_new": false}, {"id": "ic_create_new_folder", "name": "create new folder", "group_id": "file", "keywords": ["file", "create", "new", "folder"], "ligature": "create_new_folder", "codepoint": "E2CC", "is_new": false}, {"id": "ic_file_download", "name": "file download", "group_id": "file", "keywords": ["file", "file", "download"], "ligature": "file_download", "codepoint": "E2C4", "is_new": false}, {"id": "ic_file_upload", "name": "file upload", "group_id": "file", "keywords": ["file", "file", "upload"], "ligature": "file_upload", "codepoint": "E2C6", "is_new": false}, {"id": "ic_folder", "name": "folder", "group_id": "file", "keywords": ["file", "folder"], "ligature": "folder", "codepoint": "E2C7", "is_new": false}, {"id": "ic_folder_open", "name": "folder open", "group_id": "file", "keywords": ["file", "folder", "open"], "ligature": "folder_open", "codepoint": "E2C8", "is_new": false}, {"id": "ic_folder_shared", "name": "folder shared", "group_id": "file", "keywords": ["file", "folder", "shared"], "ligature": "folder_shared", "codepoint": "E2C9", "is_new": false}, {"id": "ic_cast", "name": "cast", "group_id": "hardware", "keywords": ["hardware", "cast"], "ligature": "cast", "codepoint": "E307", "is_new": false}, {"id": "ic_cast_connected", "name": "cast connected", "group_id": "hardware", "keywords": ["hardware", "cast", "connected"], "ligature": "cast_connected", "codepoint": "E308", "is_new": false}, {"id": "ic_computer", "name": "computer", "group_id": "hardware", "keywords": ["hardware", "computer"], "ligature": "computer", "codepoint": "E30A", "is_new": false}, {"id": "ic_desktop_mac", "name": "desktop mac", "group_id": "hardware", "keywords": ["hardware", "desktop", "mac"], "ligature": "desktop_mac", "codepoint": "E30B", "is_new": false}, {"id": "ic_desktop_windows", "name": "desktop windows", "group_id": "hardware", "keywords": ["hardware", "desktop", "windows"], "ligature": "desktop_windows", "codepoint": "E30C", "is_new": false}, {"id": "ic_developer_board", "name": "developer board", "group_id": "hardware", "keywords": ["hardware", "developer", "board"], "ligature": "developer_board", "codepoint": "E30D", "is_new": false}, {"id": "ic_device_hub", "name": "device hub", "group_id": "hardware", "keywords": ["hardware", "device", "hub"], "ligature": "device_hub", "codepoint": "E335", "is_new": false}, {"id": "ic_devices_other", "name": "devices other", "group_id": "hardware", "keywords": ["hardware", "devices", "other"], "ligature": "devices_other", "codepoint": "E337", "is_new": false}, {"id": "ic_dock", "name": "dock", "group_id": "hardware", "keywords": ["hardware", "dock"], "ligature": "dock", "codepoint": "E30E", "is_new": false}, {"id": "ic_gamepad", "name": "gamepad", "group_id": "hardware", "keywords": ["hardware", "gamepad"], "ligature": "gamepad", "codepoint": "E30F", "is_new": false}, {"id": "ic_headset", "name": "headset", "group_id": "hardware", "keywords": ["hardware", "headset"], "ligature": "headset", "codepoint": "E310", "is_new": false}, {"id": "ic_headset_mic", "name": "headset mic", "group_id": "hardware", "keywords": ["hardware", "headset", "mic"], "ligature": "headset_mic", "codepoint": "E311", "is_new": false}, {"id": "ic_keyboard", "name": "keyboard", "group_id": "hardware", "keywords": ["hardware", "keyboard"], "ligature": "keyboard", "codepoint": "E312", "is_new": false}, {"id": "ic_keyboard_arrow_down", "name": "keyboard arrow down", "group_id": "hardware", "keywords": ["hardware", "keyboard", "arrow", "down"], "ligature": "keyboard_arrow_down", "codepoint": "E313", "is_new": false}, {"id": "ic_keyboard_arrow_left", "name": "keyboard arrow left", "group_id": "hardware", "keywords": ["hardware", "keyboard", "arrow", "left"], "ligature": "keyboard_arrow_left", "codepoint": "E314", "is_new": false}, {"id": "ic_keyboard_arrow_right", "name": "keyboard arrow right", "group_id": "hardware", "keywords": ["hardware", "keyboard", "arrow", "right"], "ligature": "keyboard_arrow_right", "codepoint": "E315", "is_new": false}, {"id": "ic_keyboard_arrow_up", "name": "keyboard arrow up", "group_id": "hardware", "keywords": ["hardware", "keyboard", "arrow", "up"], "ligature": "keyboard_arrow_up", "codepoint": "E316", "is_new": false}, {"id": "ic_keyboard_backspace", "name": "keyboard backspace", "group_id": "hardware", "keywords": ["hardware", "keyboard", "backspace"], "ligature": "keyboard_backspace", "codepoint": "E317", "is_new": false}, {"id": "ic_keyboard_capslock", "name": "keyboard capslock", "group_id": "hardware", "keywords": ["hardware", "keyboard", "capslock"], "ligature": "keyboard_capslock", "codepoint": "E318", "is_new": false}, {"id": "ic_keyboard_hide", "name": "keyboard hide", "group_id": "hardware", "keywords": ["hardware", "keyboard", "hide"], "ligature": "keyboard_hide", "codepoint": "E31A", "is_new": false}, {"id": "ic_keyboard_return", "name": "keyboard return", "group_id": "hardware", "keywords": ["hardware", "keyboard", "return"], "ligature": "keyboard_return", "codepoint": "E31B", "is_new": false}, {"id": "ic_keyboard_tab", "name": "keyboard tab", "group_id": "hardware", "keywords": ["hardware", "keyboard", "tab"], "ligature": "keyboard_tab", "codepoint": "E31C", "is_new": false}, {"id": "ic_keyboard_voice", "name": "keyboard voice", "group_id": "hardware", "keywords": ["hardware", "keyboard", "voice"], "ligature": "keyboard_voice", "codepoint": "E31D", "is_new": false}, {"id": "ic_laptop", "name": "laptop", "group_id": "hardware", "keywords": ["hardware", "laptop"], "ligature": "laptop", "codepoint": "E31E", "is_new": false}, {"id": "ic_laptop_chromebook", "name": "laptop chromebook", "group_id": "hardware", "keywords": ["hardware", "laptop", "chromebook"], "ligature": "laptop_chromebook", "codepoint": "E31F", "is_new": false}, {"id": "ic_laptop_mac", "name": "laptop mac", "group_id": "hardware", "keywords": ["hardware", "laptop", "mac"], "ligature": "laptop_mac", "codepoint": "E320", "is_new": false}, {"id": "ic_laptop_windows", "name": "laptop windows", "group_id": "hardware", "keywords": ["hardware", "laptop", "windows"], "ligature": "laptop_windows", "codepoint": "E321", "is_new": false}, {"id": "ic_memory", "name": "memory", "group_id": "hardware", "keywords": ["hardware", "memory"], "ligature": "memory", "codepoint": "E322", "is_new": false}, {"id": "ic_mouse", "name": "mouse", "group_id": "hardware", "keywords": ["hardware", "mouse"], "ligature": "mouse", "codepoint": "E323", "is_new": false}, {"id": "ic_phone_android", "name": "phone android", "group_id": "hardware", "keywords": ["hardware", "phone", "android"], "ligature": "phone_android", "codepoint": "E324", "is_new": false}, {"id": "ic_phone_iphone", "name": "phone iphone", "group_id": "hardware", "keywords": ["hardware", "phone", "iphone"], "ligature": "phone_iphone", "codepoint": "E325", "is_new": false}, {"id": "ic_phonelink", "name": "phonelink", "group_id": "hardware", "keywords": ["hardware", "phonelink"], "ligature": "phonelink", "codepoint": "E326", "is_new": false}, {"id": "ic_phonelink_off", "name": "phonelink off", "group_id": "hardware", "keywords": ["hardware", "phonelink", "off"], "ligature": "phonelink_off", "codepoint": "E327", "is_new": false}, {"id": "ic_power_input", "name": "power input", "group_id": "hardware", "keywords": ["hardware", "power", "input"], "ligature": "power_input", "codepoint": "E336", "is_new": false}, {"id": "ic_router", "name": "router", "group_id": "hardware", "keywords": ["hardware", "router"], "ligature": "router", "codepoint": "E328", "is_new": false}, {"id": "ic_scanner", "name": "scanner", "group_id": "hardware", "keywords": ["hardware", "scanner"], "ligature": "scanner", "codepoint": "E329", "is_new": false}, {"id": "ic_security", "name": "security", "group_id": "hardware", "keywords": ["hardware", "security"], "ligature": "security", "codepoint": "E32A", "is_new": false}, {"id": "ic_sim_card", "name": "sim card", "group_id": "hardware", "keywords": ["hardware", "sim", "card"], "ligature": "sim_card", "codepoint": "E32B", "is_new": false}, {"id": "ic_smartphone", "name": "smartphone", "group_id": "hardware", "keywords": ["hardware", "smartphone"], "ligature": "smartphone", "codepoint": "E32C", "is_new": false}, {"id": "ic_speaker", "name": "speaker", "group_id": "hardware", "keywords": ["hardware", "speaker"], "ligature": "speaker", "codepoint": "E32D", "is_new": false}, {"id": "ic_speaker_group", "name": "speaker group", "group_id": "hardware", "keywords": ["hardware", "speaker", "group"], "ligature": "speaker_group", "codepoint": "E32E", "is_new": false}, {"id": "ic_tablet", "name": "tablet", "group_id": "hardware", "keywords": ["hardware", "tablet"], "ligature": "tablet", "codepoint": "E32F", "is_new": false}, {"id": "ic_tablet_android", "name": "tablet android", "group_id": "hardware", "keywords": ["hardware", "tablet", "android"], "ligature": "tablet_android", "codepoint": "E330", "is_new": false}, {"id": "ic_tablet_mac", "name": "tablet mac", "group_id": "hardware", "keywords": ["hardware", "tablet", "mac"], "ligature": "tablet_mac", "codepoint": "E331", "is_new": false}, {"id": "ic_toys", "name": "toys", "group_id": "hardware", "keywords": ["hardware", "toys"], "ligature": "toys", "codepoint": "E332", "is_new": false}, {"id": "ic_tv", "name": "tv", "group_id": "hardware", "keywords": ["hardware", "tv"], "ligature": "tv", "codepoint": "E333", "is_new": false}, {"id": "ic_videogame_asset", "name": "videogame asset", "group_id": "hardware", "keywords": ["hardware", "videogame", "asset"], "ligature": "videogame_asset", "codepoint": "E338", "is_new": false}, {"id": "ic_watch", "name": "watch", "group_id": "hardware", "keywords": ["hardware", "watch"], "ligature": "watch", "codepoint": "E334", "is_new": false}, {"id": "ic_add_a_photo", "name": "add a photo", "group_id": "image", "keywords": ["image", "add", "photo"], "ligature": "add_a_photo", "codepoint": "E439", "is_new": false}, {"id": "ic_add_to_photos", "name": "add to photos", "group_id": "image", "keywords": ["image", "add", "to", "photos"], "ligature": "add_to_photos", "codepoint": "E39D", "is_new": false}, {"id": "ic_adjust", "name": "adjust", "group_id": "image", "keywords": ["image", "adjust"], "ligature": "adjust", "codepoint": "E39E", "is_new": false}, {"id": "ic_assistant", "name": "assistant", "group_id": "image", "keywords": ["image", "assistant"], "ligature": "assistant", "codepoint": "E39F", "is_new": false}, {"id": "ic_assistant_photo", "name": "assistant photo", "group_id": "image", "keywords": ["image", "assistant", "photo"], "ligature": "assistant_photo", "codepoint": "E3A0", "is_new": false}, {"id": "ic_audiotrack", "name": "audiotrack", "group_id": "image", "keywords": ["image", "audiotrack"], "ligature": "audiotrack", "codepoint": "E3A1", "is_new": false}, {"id": "ic_blur_circular", "name": "blur circular", "group_id": "image", "keywords": ["image", "blur", "circular"], "ligature": "blur_circular", "codepoint": "E3A2", "is_new": false}, {"id": "ic_blur_linear", "name": "blur linear", "group_id": "image", "keywords": ["image", "blur", "linear"], "ligature": "blur_linear", "codepoint": "E3A3", "is_new": false}, {"id": "ic_blur_off", "name": "blur off", "group_id": "image", "keywords": ["image", "blur", "off"], "ligature": "blur_off", "codepoint": "E3A4", "is_new": false}, {"id": "ic_blur_on", "name": "blur on", "group_id": "image", "keywords": ["image", "blur", "on"], "ligature": "blur_on", "codepoint": "E3A5", "is_new": false}, {"id": "ic_brightness_1", "name": "brightness 1", "group_id": "image", "keywords": ["image", "brightness"], "ligature": "brightness_1", "codepoint": "E3A6", "is_new": false}, {"id": "ic_brightness_2", "name": "brightness 2", "group_id": "image", "keywords": ["image", "brightness"], "ligature": "brightness_2", "codepoint": "E3A7", "is_new": false}, {"id": "ic_brightness_3", "name": "brightness 3", "group_id": "image", "keywords": ["image", "brightness"], "ligature": "brightness_3", "codepoint": "E3A8", "is_new": false}, {"id": "ic_brightness_4", "name": "brightness 4", "group_id": "image", "keywords": ["image", "brightness"], "ligature": "brightness_4", "codepoint": "E3A9", "is_new": false}, {"id": "ic_brightness_5", "name": "brightness 5", "group_id": "image", "keywords": ["image", "brightness"], "ligature": "brightness_5", "codepoint": "E3AA", "is_new": false}, {"id": "ic_brightness_6", "name": "brightness 6", "group_id": "image", "keywords": ["image", "brightness"], "ligature": "brightness_6", "codepoint": "E3AB", "is_new": false}, {"id": "ic_brightness_7", "name": "brightness 7", "group_id": "image", "keywords": ["image", "brightness"], "ligature": "brightness_7", "codepoint": "E3AC", "is_new": false}, {"id": "ic_broken_image", "name": "broken image", "group_id": "image", "keywords": ["image", "broken", "image"], "ligature": "broken_image", "codepoint": "E3AD", "is_new": false}, {"id": "ic_brush", "name": "brush", "group_id": "image", "keywords": ["image", "brush"], "ligature": "brush", "codepoint": "E3AE", "is_new": false}, {"id": "ic_burst_mode", "name": "burst mode", "group_id": "image", "keywords": ["image", "burst", "mode"], "ligature": "burst_mode", "codepoint": "E43C", "is_new": false}, {"id": "ic_camera", "name": "camera", "group_id": "image", "keywords": ["image", "camera"], "ligature": "camera", "codepoint": "E3AF", "is_new": false}, {"id": "ic_camera_alt", "name": "camera alt", "group_id": "image", "keywords": ["image", "camera", "alt"], "ligature": "camera_alt", "codepoint": "E3B0", "is_new": false}, {"id": "ic_camera_front", "name": "camera front", "group_id": "image", "keywords": ["image", "camera", "front"], "ligature": "camera_front", "codepoint": "E3B1", "is_new": false}, {"id": "ic_camera_rear", "name": "camera rear", "group_id": "image", "keywords": ["image", "camera", "rear"], "ligature": "camera_rear", "codepoint": "E3B2", "is_new": false}, {"id": "ic_camera_roll", "name": "camera roll", "group_id": "image", "keywords": ["image", "camera", "roll"], "ligature": "camera_roll", "codepoint": "E3B3", "is_new": false}, {"id": "ic_center_focus_strong", "name": "center focus strong", "group_id": "image", "keywords": ["image", "center", "focus", "strong"], "ligature": "center_focus_strong", "codepoint": "E3B4", "is_new": false}, {"id": "ic_center_focus_weak", "name": "center focus weak", "group_id": "image", "keywords": ["image", "center", "focus", "weak"], "ligature": "center_focus_weak", "codepoint": "E3B5", "is_new": false}, {"id": "ic_collections", "name": "collections", "group_id": "image", "keywords": ["image", "collections"], "ligature": "collections", "codepoint": "E3B6", "is_new": false}, {"id": "ic_collections_bookmark", "name": "collections bookmark", "group_id": "image", "keywords": ["image", "collections", "bookmark"], "ligature": "collections_bookmark", "codepoint": "E431", "is_new": false}, {"id": "ic_color_lens", "name": "color lens", "group_id": "image", "keywords": ["image", "color", "lens"], "ligature": "color_lens", "codepoint": "E3B7", "is_new": false}, {"id": "ic_colorize", "name": "colorize", "group_id": "image", "keywords": ["image", "colorize"], "ligature": "colorize", "codepoint": "E3B8", "is_new": false}, {"id": "ic_compare", "name": "compare", "group_id": "image", "keywords": ["image", "compare"], "ligature": "compare", "codepoint": "E3B9", "is_new": false}, {"id": "ic_control_point", "name": "control point", "group_id": "image", "keywords": ["image", "control", "point"], "ligature": "control_point", "codepoint": "E3BA", "is_new": false}, {"id": "ic_control_point_duplicate", "name": "control point duplicate", "group_id": "image", "keywords": ["image", "control", "point", "duplicate"], "ligature": "control_point_duplicate", "codepoint": "E3BB", "is_new": false}, {"id": "ic_crop", "name": "crop", "group_id": "image", "keywords": ["image", "crop"], "ligature": "crop", "codepoint": "E3BE", "is_new": false}, {"id": "ic_crop_16_9", "name": "crop 16 9", "group_id": "image", "keywords": ["image", "crop", "16"], "ligature": "crop_16_9", "codepoint": "E3BC", "is_new": false}, {"id": "ic_crop_3_2", "name": "crop 3 2", "group_id": "image", "keywords": ["image", "crop"], "ligature": "crop_3_2", "codepoint": "E3BD", "is_new": false}, {"id": "ic_crop_5_4", "name": "crop 5 4", "group_id": "image", "keywords": ["image", "crop"], "ligature": "crop_5_4", "codepoint": "E3BF", "is_new": false}, {"id": "ic_crop_7_5", "name": "crop 7 5", "group_id": "image", "keywords": ["image", "crop"], "ligature": "crop_7_5", "codepoint": "E3C0", "is_new": false}, {"id": "ic_crop_din", "name": "crop din", "group_id": "image", "keywords": ["image", "crop", "din"], "ligature": "crop_din", "codepoint": "E3C1", "is_new": false}, {"id": "ic_crop_free", "name": "crop free", "group_id": "image", "keywords": ["image", "crop", "free"], "ligature": "crop_free", "codepoint": "E3C2", "is_new": false}, {"id": "ic_crop_landscape", "name": "crop landscape", "group_id": "image", "keywords": ["image", "crop", "landscape"], "ligature": "crop_landscape", "codepoint": "E3C3", "is_new": false}, {"id": "ic_crop_original", "name": "crop original", "group_id": "image", "keywords": ["image", "crop", "original"], "ligature": "crop_original", "codepoint": "E3C4", "is_new": false}, {"id": "ic_crop_portrait", "name": "crop portrait", "group_id": "image", "keywords": ["image", "crop", "portrait"], "ligature": "crop_portrait", "codepoint": "E3C5", "is_new": false}, {"id": "ic_crop_rotate", "name": "crop rotate", "group_id": "image", "keywords": ["image", "crop", "rotate"], "ligature": "crop_rotate", "codepoint": "E437", "is_new": false}, {"id": "ic_crop_square", "name": "crop square", "group_id": "image", "keywords": ["image", "crop", "square"], "ligature": "crop_square", "codepoint": "E3C6", "is_new": false}, {"id": "ic_dehaze", "name": "dehaze", "group_id": "image", "keywords": ["image", "dehaze"], "ligature": "dehaze", "codepoint": "E3C7", "is_new": false}, {"id": "ic_details", "name": "details", "group_id": "image", "keywords": ["image", "details"], "ligature": "details", "codepoint": "E3C8", "is_new": false}, {"id": "ic_edit", "name": "edit", "group_id": "image", "keywords": ["image", "edit"], "ligature": "edit", "codepoint": "E3C9", "is_new": false}, {"id": "ic_exposure", "name": "exposure", "group_id": "image", "keywords": ["image", "exposure"], "ligature": "exposure", "codepoint": "E3CA", "is_new": false}, {"id": "ic_exposure_neg_1", "name": "exposure neg 1", "group_id": "image", "keywords": ["image", "exposure", "neg"], "ligature": "exposure_neg_1", "codepoint": "E3CB", "is_new": false}, {"id": "ic_exposure_neg_2", "name": "exposure neg 2", "group_id": "image", "keywords": ["image", "exposure", "neg"], "ligature": "exposure_neg_2", "codepoint": "E3CC", "is_new": false}, {"id": "ic_exposure_plus_1", "name": "exposure plus 1", "group_id": "image", "keywords": ["image", "exposure", "plus"], "ligature": "exposure_plus_1", "codepoint": "E3CD", "is_new": false}, {"id": "ic_exposure_plus_2", "name": "exposure plus 2", "group_id": "image", "keywords": ["image", "exposure", "plus"], "ligature": "exposure_plus_2", "codepoint": "E3CE", "is_new": false}, {"id": "ic_exposure_zero", "name": "exposure zero", "group_id": "image", "keywords": ["image", "exposure", "zero"], "ligature": "exposure_zero", "codepoint": "E3CF", "is_new": false}, {"id": "ic_filter", "name": "filter", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter", "codepoint": "E3D3", "is_new": false}, {"id": "ic_filter_1", "name": "filter 1", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_1", "codepoint": "E3D0", "is_new": false}, {"id": "ic_filter_2", "name": "filter 2", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_2", "codepoint": "E3D1", "is_new": false}, {"id": "ic_filter_3", "name": "filter 3", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_3", "codepoint": "E3D2", "is_new": false}, {"id": "ic_filter_4", "name": "filter 4", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_4", "codepoint": "E3D4", "is_new": false}, {"id": "ic_filter_5", "name": "filter 5", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_5", "codepoint": "E3D5", "is_new": false}, {"id": "ic_filter_6", "name": "filter 6", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_6", "codepoint": "E3D6", "is_new": false}, {"id": "ic_filter_7", "name": "filter 7", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_7", "codepoint": "E3D7", "is_new": false}, {"id": "ic_filter_8", "name": "filter 8", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_8", "codepoint": "E3D8", "is_new": false}, {"id": "ic_filter_9", "name": "filter 9", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_9", "codepoint": "E3D9", "is_new": false}, {"id": "ic_filter_9_plus", "name": "filter 9 plus", "group_id": "image", "keywords": ["image", "filter", "plus"], "ligature": "filter_9_plus", "codepoint": "E3DA", "is_new": false}, {"id": "ic_filter_b_and_w", "name": "filter b and w", "group_id": "image", "keywords": ["image", "filter"], "ligature": "filter_b_and_w", "codepoint": "E3DB", "is_new": false}, {"id": "ic_filter_center_focus", "name": "filter center focus", "group_id": "image", "keywords": ["image", "filter", "center", "focus"], "ligature": "filter_center_focus", "codepoint": "E3DC", "is_new": false}, {"id": "ic_filter_drama", "name": "filter drama", "group_id": "image", "keywords": ["image", "filter", "drama"], "ligature": "filter_drama", "codepoint": "E3DD", "is_new": false}, {"id": "ic_filter_frames", "name": "filter frames", "group_id": "image", "keywords": ["image", "filter", "frames"], "ligature": "filter_frames", "codepoint": "E3DE", "is_new": false}, {"id": "ic_filter_hdr", "name": "filter hdr", "group_id": "image", "keywords": ["image", "filter", "hdr"], "ligature": "filter_hdr", "codepoint": "E3DF", "is_new": false}, {"id": "ic_filter_none", "name": "filter none", "group_id": "image", "keywords": ["image", "filter", "none"], "ligature": "filter_none", "codepoint": "E3E0", "is_new": false}, {"id": "ic_filter_tilt_shift", "name": "filter tilt shift", "group_id": "image", "keywords": ["image", "filter", "tilt", "shift"], "ligature": "filter_tilt_shift", "codepoint": "E3E2", "is_new": false}, {"id": "ic_filter_vintage", "name": "filter vintage", "group_id": "image", "keywords": ["image", "filter", "vintage"], "ligature": "filter_vintage", "codepoint": "E3E3", "is_new": false}, {"id": "ic_flare", "name": "flare", "group_id": "image", "keywords": ["image", "flare"], "ligature": "flare", "codepoint": "E3E4", "is_new": false}, {"id": "ic_flash_auto", "name": "flash auto", "group_id": "image", "keywords": ["image", "flash", "auto"], "ligature": "flash_auto", "codepoint": "E3E5", "is_new": false}, {"id": "ic_flash_off", "name": "flash off", "group_id": "image", "keywords": ["image", "flash", "off"], "ligature": "flash_off", "codepoint": "E3E6", "is_new": false}, {"id": "ic_flash_on", "name": "flash on", "group_id": "image", "keywords": ["image", "flash", "on"], "ligature": "flash_on", "codepoint": "E3E7", "is_new": false}, {"id": "ic_flip", "name": "flip", "group_id": "image", "keywords": ["image", "flip"], "ligature": "flip", "codepoint": "E3E8", "is_new": false}, {"id": "ic_gradient", "name": "gradient", "group_id": "image", "keywords": ["image", "gradient"], "ligature": "gradient", "codepoint": "E3E9", "is_new": false}, {"id": "ic_grain", "name": "grain", "group_id": "image", "keywords": ["image", "grain"], "ligature": "grain", "codepoint": "E3EA", "is_new": false}, {"id": "ic_grid_off", "name": "grid off", "group_id": "image", "keywords": ["image", "grid", "off"], "ligature": "grid_off", "codepoint": "E3EB", "is_new": false}, {"id": "ic_grid_on", "name": "grid on", "group_id": "image", "keywords": ["image", "grid", "on"], "ligature": "grid_on", "codepoint": "E3EC", "is_new": false}, {"id": "ic_hdr_off", "name": "hdr off", "group_id": "image", "keywords": ["image", "hdr", "off"], "ligature": "hdr_off", "codepoint": "E3ED", "is_new": false}, {"id": "ic_hdr_on", "name": "hdr on", "group_id": "image", "keywords": ["image", "hdr", "on"], "ligature": "hdr_on", "codepoint": "E3EE", "is_new": false}, {"id": "ic_hdr_strong", "name": "hdr strong", "group_id": "image", "keywords": ["image", "hdr", "strong"], "ligature": "hdr_strong", "codepoint": "E3F1", "is_new": false}, {"id": "ic_hdr_weak", "name": "hdr weak", "group_id": "image", "keywords": ["image", "hdr", "weak"], "ligature": "hdr_weak", "codepoint": "E3F2", "is_new": false}, {"id": "ic_healing", "name": "healing", "group_id": "image", "keywords": ["image", "healing"], "ligature": "healing", "codepoint": "E3F3", "is_new": false}, {"id": "ic_image", "name": "image", "group_id": "image", "keywords": ["image", "image"], "ligature": "image", "codepoint": "E3F4", "is_new": false}, {"id": "ic_image_aspect_ratio", "name": "image aspect ratio", "group_id": "image", "keywords": ["image", "image", "aspect", "ratio"], "ligature": "image_aspect_ratio", "codepoint": "E3F5", "is_new": false}, {"id": "ic_iso", "name": "iso", "group_id": "image", "keywords": ["image", "iso"], "ligature": "iso", "codepoint": "E3F6", "is_new": false}, {"id": "ic_landscape", "name": "landscape", "group_id": "image", "keywords": ["image", "landscape"], "ligature": "landscape", "codepoint": "E3F7", "is_new": false}, {"id": "ic_leak_add", "name": "leak add", "group_id": "image", "keywords": ["image", "leak", "add"], "ligature": "leak_add", "codepoint": "E3F8", "is_new": false}, {"id": "ic_leak_remove", "name": "leak remove", "group_id": "image", "keywords": ["image", "leak", "remove"], "ligature": "leak_remove", "codepoint": "E3F9", "is_new": false}, {"id": "ic_lens", "name": "lens", "group_id": "image", "keywords": ["image", "lens"], "ligature": "lens", "codepoint": "E3FA", "is_new": false}, {"id": "ic_linked_camera", "name": "linked camera", "group_id": "image", "keywords": ["image", "linked", "camera"], "ligature": "linked_camera", "codepoint": "E438", "is_new": false}, {"id": "ic_looks", "name": "looks", "group_id": "image", "keywords": ["image", "looks"], "ligature": "looks", "codepoint": "E3FC", "is_new": false}, {"id": "ic_looks_3", "name": "looks 3", "group_id": "image", "keywords": ["image", "looks"], "ligature": "looks_3", "codepoint": "E3FB", "is_new": false}, {"id": "ic_looks_4", "name": "looks 4", "group_id": "image", "keywords": ["image", "looks"], "ligature": "looks_4", "codepoint": "E3FD", "is_new": false}, {"id": "ic_looks_5", "name": "looks 5", "group_id": "image", "keywords": ["image", "looks"], "ligature": "looks_5", "codepoint": "E3FE", "is_new": false}, {"id": "ic_looks_6", "name": "looks 6", "group_id": "image", "keywords": ["image", "looks"], "ligature": "looks_6", "codepoint": "E3FF", "is_new": false}, {"id": "ic_looks_one", "name": "looks one", "group_id": "image", "keywords": ["image", "looks", "one"], "ligature": "looks_one", "codepoint": "E400", "is_new": false}, {"id": "ic_looks_two", "name": "looks two", "group_id": "image", "keywords": ["image", "looks", "two"], "ligature": "looks_two", "codepoint": "E401", "is_new": false}, {"id": "ic_loupe", "name": "loupe", "group_id": "image", "keywords": ["image", "loupe"], "ligature": "loupe", "codepoint": "E402", "is_new": false}, {"id": "ic_monochrome_photos", "name": "monochrome photos", "group_id": "image", "keywords": ["image", "monochrome", "photos"], "ligature": "monochrome_photos", "codepoint": "E403", "is_new": false}, {"id": "ic_movie_creation", "name": "movie creation", "group_id": "image", "keywords": ["image", "movie", "creation"], "ligature": "movie_creation", "codepoint": "E404", "is_new": false}, {"id": "ic_movie_filter", "name": "movie filter", "group_id": "image", "keywords": ["image", "movie", "filter"], "ligature": "movie_filter", "codepoint": "E43A", "is_new": false}, {"id": "ic_music_note", "name": "music note", "group_id": "image", "keywords": ["image", "music", "note"], "ligature": "music_note", "codepoint": "E405", "is_new": false}, {"id": "ic_nature", "name": "nature", "group_id": "image", "keywords": ["image", "nature"], "ligature": "nature", "codepoint": "E406", "is_new": false}, {"id": "ic_nature_people", "name": "nature people", "group_id": "image", "keywords": ["image", "nature", "people"], "ligature": "nature_people", "codepoint": "E407", "is_new": false}, {"id": "ic_navigate_before", "name": "navigate before", "group_id": "image", "keywords": ["image", "navigate", "before"], "ligature": "navigate_before", "codepoint": "E408", "is_new": false}, {"id": "ic_navigate_next", "name": "navigate next", "group_id": "image", "keywords": ["image", "navigate", "next"], "ligature": "navigate_next", "codepoint": "E409", "is_new": false}, {"id": "ic_palette", "name": "palette", "group_id": "image", "keywords": ["image", "palette"], "ligature": "palette", "codepoint": "E40A", "is_new": false}, {"id": "ic_panorama", "name": "panorama", "group_id": "image", "keywords": ["image", "panorama"], "ligature": "panorama", "codepoint": "E40B", "is_new": false}, {"id": "ic_panorama_fish_eye", "name": "panorama fish eye", "group_id": "image", "keywords": ["image", "panorama", "fish", "eye"], "ligature": "panorama_fish_eye", "codepoint": "E40C", "is_new": false}, {"id": "ic_panorama_horizontal", "name": "panorama horizontal", "group_id": "image", "keywords": ["image", "panorama", "horizontal"], "ligature": "panorama_horizontal", "codepoint": "E40D", "is_new": false}, {"id": "ic_panorama_vertical", "name": "panorama vertical", "group_id": "image", "keywords": ["image", "panorama", "vertical"], "ligature": "panorama_vertical", "codepoint": "E40E", "is_new": false}, {"id": "ic_panorama_wide_angle", "name": "panorama wide angle", "group_id": "image", "keywords": ["image", "panorama", "wide", "angle"], "ligature": "panorama_wide_angle", "codepoint": "E40F", "is_new": false}, {"id": "ic_photo", "name": "photo", "group_id": "image", "keywords": ["image", "photo"], "ligature": "photo", "codepoint": "E410", "is_new": false}, {"id": "ic_photo_album", "name": "photo album", "group_id": "image", "keywords": ["image", "photo", "album"], "ligature": "photo_album", "codepoint": "E411", "is_new": false}, {"id": "ic_photo_camera", "name": "photo camera", "group_id": "image", "keywords": ["image", "photo", "camera"], "ligature": "photo_camera", "codepoint": "E412", "is_new": false}, {"id": "ic_photo_filter", "name": "photo filter", "group_id": "image", "keywords": ["image", "photo", "filter"], "ligature": "photo_filter", "codepoint": "E43B", "is_new": false}, {"id": "ic_photo_library", "name": "photo library", "group_id": "image", "keywords": ["image", "photo", "library"], "ligature": "photo_library", "codepoint": "E413", "is_new": false}, {"id": "ic_photo_size_select_actual", "name": "photo size select actual", "group_id": "image", "keywords": ["image", "photo", "size", "select", "actual"], "ligature": "photo_size_select_actual", "codepoint": "E432", "is_new": false}, {"id": "ic_photo_size_select_large", "name": "photo size select large", "group_id": "image", "keywords": ["image", "photo", "size", "select", "large"], "ligature": "photo_size_select_large", "codepoint": "E433", "is_new": false}, {"id": "ic_photo_size_select_small", "name": "photo size select small", "group_id": "image", "keywords": ["image", "photo", "size", "select", "small"], "ligature": "photo_size_select_small", "codepoint": "E434", "is_new": false}, {"id": "ic_picture_as_pdf", "name": "picture as pdf", "group_id": "image", "keywords": ["image", "picture", "as", "pdf"], "ligature": "picture_as_pdf", "codepoint": "E415", "is_new": false}, {"id": "ic_portrait", "name": "portrait", "group_id": "image", "keywords": ["image", "portrait"], "ligature": "portrait", "codepoint": "E416", "is_new": false}, {"id": "ic_remove_red_eye", "name": "remove red eye", "group_id": "image", "keywords": ["image", "remove", "red", "eye"], "ligature": "remove_red_eye", "codepoint": "E417", "is_new": false}, {"id": "ic_rotate_90_degrees_ccw", "name": "rotate 90 degrees ccw", "group_id": "image", "keywords": ["image", "rotate", "90", "degrees", "ccw"], "ligature": "rotate_90_degrees_ccw", "codepoint": "E418", "is_new": false}, {"id": "ic_rotate_left", "name": "rotate left", "group_id": "image", "keywords": ["image", "rotate", "left"], "ligature": "rotate_left", "codepoint": "E419", "is_new": false}, {"id": "ic_rotate_right", "name": "rotate right", "group_id": "image", "keywords": ["image", "rotate", "right"], "ligature": "rotate_right", "codepoint": "E41A", "is_new": false}, {"id": "ic_slideshow", "name": "slideshow", "group_id": "image", "keywords": ["image", "slideshow"], "ligature": "slideshow", "codepoint": "E41B", "is_new": false}, {"id": "ic_straighten", "name": "straighten", "group_id": "image", "keywords": ["image", "straighten"], "ligature": "straighten", "codepoint": "E41C", "is_new": false}, {"id": "ic_style", "name": "style", "group_id": "image", "keywords": ["image", "style"], "ligature": "style", "codepoint": "E41D", "is_new": false}, {"id": "ic_switch_camera", "name": "switch camera", "group_id": "image", "keywords": ["image", "switch", "camera"], "ligature": "switch_camera", "codepoint": "E41E", "is_new": false}, {"id": "ic_switch_video", "name": "switch video", "group_id": "image", "keywords": ["image", "switch", "video"], "ligature": "switch_video", "codepoint": "E41F", "is_new": false}, {"id": "ic_tag_faces", "name": "tag faces", "group_id": "image", "keywords": ["image", "tag", "faces"], "ligature": "tag_faces", "codepoint": "E420", "is_new": false}, {"id": "ic_texture", "name": "texture", "group_id": "image", "keywords": ["image", "texture"], "ligature": "texture", "codepoint": "E421", "is_new": false}, {"id": "ic_timelapse", "name": "timelapse", "group_id": "image", "keywords": ["image", "timelapse"], "ligature": "timelapse", "codepoint": "E422", "is_new": false}, {"id": "ic_timer", "name": "timer", "group_id": "image", "keywords": ["image", "timer"], "ligature": "timer", "codepoint": "E425", "is_new": false}, {"id": "ic_timer_10", "name": "timer 10", "group_id": "image", "keywords": ["image", "timer", "10"], "ligature": "timer_10", "codepoint": "E423", "is_new": false}, {"id": "ic_timer_3", "name": "timer 3", "group_id": "image", "keywords": ["image", "timer"], "ligature": "timer_3", "codepoint": "E424", "is_new": false}, {"id": "ic_timer_off", "name": "timer off", "group_id": "image", "keywords": ["image", "timer", "off"], "ligature": "timer_off", "codepoint": "E426", "is_new": false}, {"id": "ic_tonality", "name": "tonality", "group_id": "image", "keywords": ["image", "tonality"], "ligature": "tonality", "codepoint": "E427", "is_new": false}, {"id": "ic_transform", "name": "transform", "group_id": "image", "keywords": ["image", "transform"], "ligature": "transform", "codepoint": "E428", "is_new": false}, {"id": "ic_tune", "name": "tune", "group_id": "image", "keywords": ["image", "tune"], "ligature": "tune", "codepoint": "E429", "is_new": false}, {"id": "ic_view_comfy", "name": "view comfy", "group_id": "image", "keywords": ["image", "view", "comfy"], "ligature": "view_comfy", "codepoint": "E42A", "is_new": false}, {"id": "ic_view_compact", "name": "view compact", "group_id": "image", "keywords": ["image", "view", "compact"], "ligature": "view_compact", "codepoint": "E42B", "is_new": false}, {"id": "ic_vignette", "name": "vignette", "group_id": "image", "keywords": ["image", "vignette"], "ligature": "vignette", "codepoint": "E435", "is_new": false}, {"id": "ic_wb_auto", "name": "wb auto", "group_id": "image", "keywords": ["image", "wb", "auto"], "ligature": "wb_auto", "codepoint": "E42C", "is_new": false}, {"id": "ic_wb_cloudy", "name": "wb cloudy", "group_id": "image", "keywords": ["image", "wb", "cloudy"], "ligature": "wb_cloudy", "codepoint": "E42D", "is_new": false}, {"id": "ic_wb_incandescent", "name": "wb incandescent", "group_id": "image", "keywords": ["image", "wb", "incandescent"], "ligature": "wb_incandescent", "codepoint": "E42E", "is_new": false}, {"id": "ic_wb_iridescent", "name": "wb iridescent", "group_id": "image", "keywords": ["image", "wb", "iridescent"], "ligature": "wb_iridescent", "codepoint": "E436", "is_new": false}, {"id": "ic_wb_sunny", "name": "wb sunny", "group_id": "image", "keywords": ["image", "wb", "sunny"], "ligature": "wb_sunny", "codepoint": "E430", "is_new": false}, {"id": "ic_add_location", "name": "add location", "group_id": "maps", "keywords": ["maps", "add", "location"], "ligature": "add_location", "codepoint": "E567", "is_new": false}, {"id": "ic_beenhere", "name": "beenhere", "group_id": "maps", "keywords": ["maps", "beenhere"], "ligature": "beenhere", "codepoint": "E52D", "is_new": false}, {"id": "ic_directions", "name": "directions", "group_id": "maps", "keywords": ["maps", "directions"], "ligature": "directions", "codepoint": "E52E", "is_new": false}, {"id": "ic_directions_bike", "name": "directions bike", "group_id": "maps", "keywords": ["maps", "directions", "bike"], "ligature": "directions_bike", "codepoint": "E52F", "is_new": false}, {"id": "ic_directions_boat", "name": "directions boat", "group_id": "maps", "keywords": ["maps", "directions", "boat"], "ligature": "directions_boat", "codepoint": "E532", "is_new": false}, {"id": "ic_directions_bus", "name": "directions bus", "group_id": "maps", "keywords": ["maps", "directions", "bus"], "ligature": "directions_bus", "codepoint": "E530", "is_new": false}, {"id": "ic_directions_car", "name": "directions car", "group_id": "maps", "keywords": ["maps", "directions", "car"], "ligature": "directions_car", "codepoint": "E531", "is_new": false}, {"id": "ic_directions_railway", "name": "directions railway", "group_id": "maps", "keywords": ["maps", "directions", "railway"], "ligature": "directions_railway", "codepoint": "E534", "is_new": false}, {"id": "ic_directions_run", "name": "directions run", "group_id": "maps", "keywords": ["maps", "directions", "run"], "ligature": "directions_run", "codepoint": "E566", "is_new": false}, {"id": "ic_directions_subway", "name": "directions subway", "group_id": "maps", "keywords": ["maps", "directions", "subway"], "ligature": "directions_subway", "codepoint": "E533", "is_new": false}, {"id": "ic_directions_transit", "name": "directions transit", "group_id": "maps", "keywords": ["maps", "directions", "transit"], "ligature": "directions_transit", "codepoint": "E535", "is_new": false}, {"id": "ic_directions_walk", "name": "directions walk", "group_id": "maps", "keywords": ["maps", "directions", "walk"], "ligature": "directions_walk", "codepoint": "E536", "is_new": false}, {"id": "ic_edit_location", "name": "edit location", "group_id": "maps", "keywords": ["maps", "edit", "location"], "ligature": "edit_location", "codepoint": "E568", "is_new": false}, {"id": "ic_ev_station", "name": "ev station", "group_id": "maps", "keywords": ["maps", "ev", "station"], "ligature": "ev_station", "codepoint": "E56D", "is_new": false}, {"id": "ic_flight", "name": "flight", "group_id": "maps", "keywords": ["maps", "flight"], "ligature": "flight", "codepoint": "E539", "is_new": false}, {"id": "ic_hotel", "name": "hotel", "group_id": "maps", "keywords": ["maps", "hotel"], "ligature": "hotel", "codepoint": "E53A", "is_new": false}, {"id": "ic_layers", "name": "layers", "group_id": "maps", "keywords": ["maps", "layers"], "ligature": "layers", "codepoint": "E53B", "is_new": false}, {"id": "ic_layers_clear", "name": "layers clear", "group_id": "maps", "keywords": ["maps", "layers", "clear"], "ligature": "layers_clear", "codepoint": "E53C", "is_new": false}, {"id": "ic_local_activity", "name": "local activity", "group_id": "maps", "keywords": ["maps", "local", "activity"], "ligature": "local_activity", "codepoint": "E53F", "is_new": false}, {"id": "ic_local_airport", "name": "local airport", "group_id": "maps", "keywords": ["maps", "local", "airport"], "ligature": "local_airport", "codepoint": "E53D", "is_new": false}, {"id": "ic_local_atm", "name": "local atm", "group_id": "maps", "keywords": ["maps", "local", "atm"], "ligature": "local_atm", "codepoint": "E53E", "is_new": false}, {"id": "ic_local_bar", "name": "local bar", "group_id": "maps", "keywords": ["maps", "local", "bar"], "ligature": "local_bar", "codepoint": "E540", "is_new": false}, {"id": "ic_local_cafe", "name": "local cafe", "group_id": "maps", "keywords": ["maps", "local", "cafe"], "ligature": "local_cafe", "codepoint": "E541", "is_new": false}, {"id": "ic_local_car_wash", "name": "local car wash", "group_id": "maps", "keywords": ["maps", "local", "car", "wash"], "ligature": "local_car_wash", "codepoint": "E542", "is_new": false}, {"id": "ic_local_convenience_store", "name": "local convenience store", "group_id": "maps", "keywords": ["maps", "local", "convenience", "store"], "ligature": "local_convenience_store", "codepoint": "E543", "is_new": false}, {"id": "ic_local_dining", "name": "local dining", "group_id": "maps", "keywords": ["maps", "local", "dining"], "ligature": "local_dining", "codepoint": "E556", "is_new": false}, {"id": "ic_local_drink", "name": "local drink", "group_id": "maps", "keywords": ["maps", "local", "drink"], "ligature": "local_drink", "codepoint": "E544", "is_new": false}, {"id": "ic_local_florist", "name": "local florist", "group_id": "maps", "keywords": ["maps", "local", "florist"], "ligature": "local_florist", "codepoint": "E545", "is_new": false}, {"id": "ic_local_gas_station", "name": "local gas station", "group_id": "maps", "keywords": ["maps", "local", "gas", "station"], "ligature": "local_gas_station", "codepoint": "E546", "is_new": false}, {"id": "ic_local_grocery_store", "name": "local grocery store", "group_id": "maps", "keywords": ["maps", "local", "grocery", "store"], "ligature": "local_grocery_store", "codepoint": "E547", "is_new": false}, {"id": "ic_local_hospital", "name": "local hospital", "group_id": "maps", "keywords": ["maps", "local", "hospital"], "ligature": "local_hospital", "codepoint": "E548", "is_new": false}, {"id": "ic_local_hotel", "name": "local hotel", "group_id": "maps", "keywords": ["maps", "local", "hotel"], "ligature": "local_hotel", "codepoint": "E549", "is_new": false}, {"id": "ic_local_laundry_service", "name": "local laundry service", "group_id": "maps", "keywords": ["maps", "local", "laundry", "service"], "ligature": "local_laundry_service", "codepoint": "E54A", "is_new": false}, {"id": "ic_local_library", "name": "local library", "group_id": "maps", "keywords": ["maps", "local", "library"], "ligature": "local_library", "codepoint": "E54B", "is_new": false}, {"id": "ic_local_mall", "name": "local mall", "group_id": "maps", "keywords": ["maps", "local", "mall"], "ligature": "local_mall", "codepoint": "E54C", "is_new": false}, {"id": "ic_local_movies", "name": "local movies", "group_id": "maps", "keywords": ["maps", "local", "movies"], "ligature": "local_movies", "codepoint": "E54D", "is_new": false}, {"id": "ic_local_offer", "name": "local offer", "group_id": "maps", "keywords": ["maps", "local", "offer"], "ligature": "local_offer", "codepoint": "E54E", "is_new": false}, {"id": "ic_local_parking", "name": "local parking", "group_id": "maps", "keywords": ["maps", "local", "parking"], "ligature": "local_parking", "codepoint": "E54F", "is_new": false}, {"id": "ic_local_pharmacy", "name": "local pharmacy", "group_id": "maps", "keywords": ["maps", "local", "pharmacy"], "ligature": "local_pharmacy", "codepoint": "E550", "is_new": false}, {"id": "ic_local_phone", "name": "local phone", "group_id": "maps", "keywords": ["maps", "local", "phone"], "ligature": "local_phone", "codepoint": "E551", "is_new": false}, {"id": "ic_local_pizza", "name": "local pizza", "group_id": "maps", "keywords": ["maps", "local", "pizza"], "ligature": "local_pizza", "codepoint": "E552", "is_new": false}, {"id": "ic_local_play", "name": "local play", "group_id": "maps", "keywords": ["maps", "local", "play"], "ligature": "local_play", "codepoint": "E553", "is_new": false}, {"id": "ic_local_post_office", "name": "local post office", "group_id": "maps", "keywords": ["maps", "local", "post", "office"], "ligature": "local_post_office", "codepoint": "E554", "is_new": false}, {"id": "ic_local_printshop", "name": "local printshop", "group_id": "maps", "keywords": ["maps", "local", "printshop"], "ligature": "local_printshop", "codepoint": "E555", "is_new": false}, {"id": "ic_local_see", "name": "local see", "group_id": "maps", "keywords": ["maps", "local", "see"], "ligature": "local_see", "codepoint": "E557", "is_new": false}, {"id": "ic_local_shipping", "name": "local shipping", "group_id": "maps", "keywords": ["maps", "local", "shipping"], "ligature": "local_shipping", "codepoint": "E558", "is_new": false}, {"id": "ic_local_taxi", "name": "local taxi", "group_id": "maps", "keywords": ["maps", "local", "taxi"], "ligature": "local_taxi", "codepoint": "E559", "is_new": false}, {"id": "ic_map", "name": "map", "group_id": "maps", "keywords": ["maps", "map"], "ligature": "map", "codepoint": "E55B", "is_new": false}, {"id": "ic_my_location", "name": "my location", "group_id": "maps", "keywords": ["maps", "my", "location"], "ligature": "my_location", "codepoint": "E55C", "is_new": false}, {"id": "ic_navigation", "name": "navigation", "group_id": "maps", "keywords": ["maps", "navigation"], "ligature": "navigation", "codepoint": "E55D", "is_new": false}, {"id": "ic_near_me", "name": "near me", "group_id": "maps", "keywords": ["maps", "near", "me"], "ligature": "near_me", "codepoint": "E569", "is_new": false}, {"id": "ic_person_pin", "name": "person pin", "group_id": "maps", "keywords": ["maps", "person", "pin"], "ligature": "person_pin", "codepoint": "E55A", "is_new": false}, {"id": "ic_person_pin_circle", "name": "person pin circle", "group_id": "maps", "keywords": ["maps", "person", "pin", "circle"], "ligature": "person_pin_circle", "codepoint": "E56A", "is_new": false}, {"id": "ic_pin_drop", "name": "pin drop", "group_id": "maps", "keywords": ["maps", "pin", "drop"], "ligature": "pin_drop", "codepoint": "E55E", "is_new": false}, {"id": "ic_place", "name": "place", "group_id": "maps", "keywords": ["maps", "place"], "ligature": "place", "codepoint": "E55F", "is_new": false}, {"id": "ic_rate_review", "name": "rate review", "group_id": "maps", "keywords": ["maps", "rate", "review"], "ligature": "rate_review", "codepoint": "E560", "is_new": false}, {"id": "ic_restaurant", "name": "restaurant", "group_id": "maps", "keywords": ["maps", "restaurant"], "ligature": "restaurant", "codepoint": "E56C", "is_new": false}, {"id": "ic_restaurant_menu", "name": "restaurant menu", "group_id": "maps", "keywords": ["maps", "restaurant", "menu"], "ligature": "restaurant_menu", "codepoint": "E561", "is_new": false}, {"id": "ic_satellite", "name": "satellite", "group_id": "maps", "keywords": ["maps", "satellite"], "ligature": "satellite", "codepoint": "E562", "is_new": false}, {"id": "ic_store_mall_directory", "name": "store mall directory", "group_id": "maps", "keywords": ["maps", "store", "mall", "directory"], "ligature": "store_mall_directory", "codepoint": "E563", "is_new": false}, {"id": "ic_streetview", "name": "streetview", "group_id": "maps", "keywords": ["maps", "streetview"], "ligature": "streetview", "codepoint": "E56E", "is_new": false}, {"id": "ic_subway", "name": "subway", "group_id": "maps", "keywords": ["maps", "subway"], "ligature": "subway", "codepoint": "E56F", "is_new": false}, {"id": "ic_terrain", "name": "terrain", "group_id": "maps", "keywords": ["maps", "terrain"], "ligature": "terrain", "codepoint": "E564", "is_new": false}, {"id": "ic_traffic", "name": "traffic", "group_id": "maps", "keywords": ["maps", "traffic"], "ligature": "traffic", "codepoint": "E565", "is_new": false}, {"id": "ic_train", "name": "train", "group_id": "maps", "keywords": ["maps", "train"], "ligature": "train", "codepoint": "E570", "is_new": false}, {"id": "ic_tram", "name": "tram", "group_id": "maps", "keywords": ["maps", "tram"], "ligature": "tram", "codepoint": "E571", "is_new": false}, {"id": "ic_transfer_within_a_station", "name": "transfer within a station", "group_id": "maps", "keywords": ["maps", "transfer", "within", "station"], "ligature": "transfer_within_a_station", "codepoint": "E572", "is_new": false}, {"id": "ic_zoom_out_map", "name": "zoom out map", "group_id": "maps", "keywords": ["maps", "zoom", "out", "map"], "ligature": "zoom_out_map", "codepoint": "E56B", "is_new": false}, {"id": "ic_apps", "name": "apps", "group_id": "navigation", "keywords": ["navigation", "apps"], "ligature": "apps", "codepoint": "E5C3", "is_new": false}, {"id": "ic_arrow_back", "name": "arrow back", "group_id": "navigation", "keywords": ["navigation", "arrow", "back"], "ligature": "arrow_back", "codepoint": "E5C4", "is_new": false}, {"id": "ic_arrow_downward", "name": "arrow downward", "group_id": "navigation", "keywords": ["navigation", "arrow", "downward"], "ligature": "arrow_downward", "codepoint": "E5DB", "is_new": false}, {"id": "ic_arrow_drop_down", "name": "arrow drop down", "group_id": "navigation", "keywords": ["navigation", "arrow", "drop", "down"], "ligature": "arrow_drop_down", "codepoint": "E5C5", "is_new": false}, {"id": "ic_arrow_drop_down_circle", "name": "arrow drop down circle", "group_id": "navigation", "keywords": ["navigation", "arrow", "drop", "down", "circle"], "ligature": "arrow_drop_down_circle", "codepoint": "E5C6", "is_new": false}, {"id": "ic_arrow_drop_up", "name": "arrow drop up", "group_id": "navigation", "keywords": ["navigation", "arrow", "drop", "up"], "ligature": "arrow_drop_up", "codepoint": "E5C7", "is_new": false}, {"id": "ic_arrow_forward", "name": "arrow forward", "group_id": "navigation", "keywords": ["navigation", "arrow", "forward"], "ligature": "arrow_forward", "codepoint": "E5C8", "is_new": false}, {"id": "ic_arrow_upward", "name": "arrow upward", "group_id": "navigation", "keywords": ["navigation", "arrow", "upward"], "ligature": "arrow_upward", "codepoint": "E5D8", "is_new": false}, {"id": "ic_cancel", "name": "cancel", "group_id": "navigation", "keywords": ["navigation", "cancel"], "ligature": "cancel", "codepoint": "E5C9", "is_new": false}, {"id": "ic_check", "name": "check", "group_id": "navigation", "keywords": ["navigation", "check"], "ligature": "check", "codepoint": "E5CA", "is_new": false}, {"id": "ic_chevron_left", "name": "chevron left", "group_id": "navigation", "keywords": ["navigation", "chevron", "left"], "ligature": "chevron_left", "codepoint": "E5CB", "is_new": false}, {"id": "ic_chevron_right", "name": "chevron right", "group_id": "navigation", "keywords": ["navigation", "chevron", "right"], "ligature": "chevron_right", "codepoint": "E5CC", "is_new": false}, {"id": "ic_close", "name": "close", "group_id": "navigation", "keywords": ["navigation", "close"], "ligature": "close", "codepoint": "E5CD", "is_new": false}, {"id": "ic_expand_less", "name": "expand less", "group_id": "navigation", "keywords": ["navigation", "expand", "less"], "ligature": "expand_less", "codepoint": "E5CE", "is_new": false}, {"id": "ic_expand_more", "name": "expand more", "group_id": "navigation", "keywords": ["navigation", "expand", "more"], "ligature": "expand_more", "codepoint": "E5CF", "is_new": false}, {"id": "ic_first_page", "name": "first page", "group_id": "navigation", "keywords": ["navigation", "first", "page"], "ligature": "first_page", "codepoint": "E5DC", "is_new": false}, {"id": "ic_fullscreen", "name": "fullscreen", "group_id": "navigation", "keywords": ["navigation", "fullscreen"], "ligature": "fullscreen", "codepoint": "E5D0", "is_new": false}, {"id": "ic_fullscreen_exit", "name": "fullscreen exit", "group_id": "navigation", "keywords": ["navigation", "fullscreen", "exit"], "ligature": "fullscreen_exit", "codepoint": "E5D1", "is_new": false}, {"id": "ic_last_page", "name": "last page", "group_id": "navigation", "keywords": ["navigation", "last", "page"], "ligature": "last_page", "codepoint": "E5DD", "is_new": false}, {"id": "ic_menu", "name": "menu", "group_id": "navigation", "keywords": ["navigation", "menu"], "ligature": "menu", "codepoint": "E5D2", "is_new": false}, {"id": "ic_more_horiz", "name": "more horiz", "group_id": "navigation", "keywords": ["navigation", "more", "horiz"], "ligature": "more_horiz", "codepoint": "E5D3", "is_new": false}, {"id": "ic_more_vert", "name": "more vert", "group_id": "navigation", "keywords": ["navigation", "more", "vert"], "ligature": "more_vert", "codepoint": "E5D4", "is_new": false}, {"id": "ic_refresh", "name": "refresh", "group_id": "navigation", "keywords": ["navigation", "refresh"], "ligature": "refresh", "codepoint": "E5D5", "is_new": false}, {"id": "ic_subdirectory_arrow_left", "name": "subdirectory arrow left", "group_id": "navigation", "keywords": ["navigation", "subdirectory", "arrow", "left"], "ligature": "subdirectory_arrow_left", "codepoint": "E5D9", "is_new": false}, {"id": "ic_subdirectory_arrow_right", "name": "subdirectory arrow right", "group_id": "navigation", "keywords": ["navigation", "subdirectory", "arrow", "right"], "ligature": "subdirectory_arrow_right", "codepoint": "E5DA", "is_new": false}, {"id": "ic_adb", "name": "adb", "group_id": "notification", "keywords": ["notification", "adb"], "ligature": "adb", "codepoint": "E60E", "is_new": false}, {"id": "ic_airline_seat_flat", "name": "airline seat flat", "group_id": "notification", "keywords": ["notification", "airline", "seat", "flat"], "ligature": "airline_seat_flat", "codepoint": "E630", "is_new": false}, {"id": "ic_airline_seat_flat_angled", "name": "airline seat flat angled", "group_id": "notification", "keywords": ["notification", "airline", "seat", "flat", "angled"], "ligature": "airline_seat_flat_angled", "codepoint": "E631", "is_new": false}, {"id": "ic_airline_seat_individual_suite", "name": "airline seat individual suite", "group_id": "notification", "keywords": ["notification", "airline", "seat", "individual", "suite"], "ligature": "airline_seat_individual_suite", "codepoint": "E632", "is_new": false}, {"id": "ic_airline_seat_legroom_extra", "name": "airline seat legroom extra", "group_id": "notification", "keywords": ["notification", "airline", "seat", "legroom", "extra"], "ligature": "airline_seat_legroom_extra", "codepoint": "E633", "is_new": false}, {"id": "ic_airline_seat_legroom_normal", "name": "airline seat legroom normal", "group_id": "notification", "keywords": ["notification", "airline", "seat", "legroom", "normal"], "ligature": "airline_seat_legroom_normal", "codepoint": "E634", "is_new": false}, {"id": "ic_airline_seat_legroom_reduced", "name": "airline seat legroom reduced", "group_id": "notification", "keywords": ["notification", "airline", "seat", "legroom", "reduced"], "ligature": "airline_seat_legroom_reduced", "codepoint": "E635", "is_new": false}, {"id": "ic_airline_seat_recline_extra", "name": "airline seat recline extra", "group_id": "notification", "keywords": ["notification", "airline", "seat", "recline", "extra"], "ligature": "airline_seat_recline_extra", "codepoint": "E636", "is_new": false}, {"id": "ic_airline_seat_recline_normal", "name": "airline seat recline normal", "group_id": "notification", "keywords": ["notification", "airline", "seat", "recline", "normal"], "ligature": "airline_seat_recline_normal", "codepoint": "E637", "is_new": false}, {"id": "ic_bluetooth_audio", "name": "bluetooth audio", "group_id": "notification", "keywords": ["notification", "bluetooth", "audio"], "ligature": "bluetooth_audio", "codepoint": "E60F", "is_new": false}, {"id": "ic_confirmation_number", "name": "confirmation number", "group_id": "notification", "keywords": ["notification", "confirmation", "number"], "ligature": "confirmation_number", "codepoint": "E638", "is_new": false}, {"id": "ic_disc_full", "name": "disc full", "group_id": "notification", "keywords": ["notification", "disc", "full"], "ligature": "disc_full", "codepoint": "E610", "is_new": false}, {"id": "ic_do_not_disturb", "name": "do not disturb", "group_id": "notification", "keywords": ["notification", "do", "not", "disturb"], "ligature": "do_not_disturb", "codepoint": "E612", "is_new": false}, {"id": "ic_do_not_disturb_alt", "name": "do not disturb alt", "group_id": "notification", "keywords": ["notification", "do", "not", "disturb", "alt"], "ligature": "do_not_disturb_alt", "codepoint": "E611", "is_new": false}, {"id": "ic_do_not_disturb_off", "name": "do not disturb off", "group_id": "notification", "keywords": ["notification", "do", "not", "disturb", "off"], "ligature": "do_not_disturb_off", "codepoint": "E643", "is_new": false}, {"id": "ic_do_not_disturb_on", "name": "do not disturb on", "group_id": "notification", "keywords": ["notification", "do", "not", "disturb", "on"], "ligature": "do_not_disturb_on", "codepoint": "E644", "is_new": false}, {"id": "ic_drive_eta", "name": "drive eta", "group_id": "notification", "keywords": ["notification", "drive", "eta"], "ligature": "drive_eta", "codepoint": "E613", "is_new": false}, {"id": "ic_enhanced_encryption", "name": "enhanced encryption", "group_id": "notification", "keywords": ["notification", "enhanced", "encryption"], "ligature": "enhanced_encryption", "codepoint": "E63F", "is_new": false}, {"id": "ic_event_available", "name": "event available", "group_id": "notification", "keywords": ["notification", "event", "available"], "ligature": "event_available", "codepoint": "E614", "is_new": false}, {"id": "ic_event_busy", "name": "event busy", "group_id": "notification", "keywords": ["notification", "event", "busy"], "ligature": "event_busy", "codepoint": "E615", "is_new": false}, {"id": "ic_event_note", "name": "event note", "group_id": "notification", "keywords": ["notification", "event", "note"], "ligature": "event_note", "codepoint": "E616", "is_new": false}, {"id": "ic_folder_special", "name": "folder special", "group_id": "notification", "keywords": ["notification", "folder", "special"], "ligature": "folder_special", "codepoint": "E617", "is_new": false}, {"id": "ic_live_tv", "name": "live tv", "group_id": "notification", "keywords": ["notification", "live", "tv"], "ligature": "live_tv", "codepoint": "E639", "is_new": false}, {"id": "ic_mms", "name": "mms", "group_id": "notification", "keywords": ["notification", "mms"], "ligature": "mms", "codepoint": "E618", "is_new": false}, {"id": "ic_more", "name": "more", "group_id": "notification", "keywords": ["notification", "more"], "ligature": "more", "codepoint": "E619", "is_new": false}, {"id": "ic_network_check", "name": "network check", "group_id": "notification", "keywords": ["notification", "network", "check"], "ligature": "network_check", "codepoint": "E640", "is_new": false}, {"id": "ic_network_locked", "name": "network locked", "group_id": "notification", "keywords": ["notification", "network", "locked"], "ligature": "network_locked", "codepoint": "E61A", "is_new": false}, {"id": "ic_no_encryption", "name": "no encryption", "group_id": "notification", "keywords": ["notification", "no", "encryption"], "ligature": "no_encryption", "codepoint": "E641", "is_new": false}, {"id": "ic_ondemand_video", "name": "ondemand video", "group_id": "notification", "keywords": ["notification", "ondemand", "video"], "ligature": "ondemand_video", "codepoint": "E63A", "is_new": false}, {"id": "ic_personal_video", "name": "personal video", "group_id": "notification", "keywords": ["notification", "personal", "video"], "ligature": "personal_video", "codepoint": "E63B", "is_new": false}, {"id": "ic_phone_bluetooth_speaker", "name": "phone bluetooth speaker", "group_id": "notification", "keywords": ["notification", "phone", "bluetooth", "speaker"], "ligature": "phone_bluetooth_speaker", "codepoint": "E61B", "is_new": false}, {"id": "ic_phone_forwarded", "name": "phone forwarded", "group_id": "notification", "keywords": ["notification", "phone", "forwarded"], "ligature": "phone_forwarded", "codepoint": "E61C", "is_new": false}, {"id": "ic_phone_in_talk", "name": "phone in talk", "group_id": "notification", "keywords": ["notification", "phone", "in", "talk"], "ligature": "phone_in_talk", "codepoint": "E61D", "is_new": false}, {"id": "ic_phone_locked", "name": "phone locked", "group_id": "notification", "keywords": ["notification", "phone", "locked"], "ligature": "phone_locked", "codepoint": "E61E", "is_new": false}, {"id": "ic_phone_missed", "name": "phone missed", "group_id": "notification", "keywords": ["notification", "phone", "missed"], "ligature": "phone_missed", "codepoint": "E61F", "is_new": false}, {"id": "ic_phone_paused", "name": "phone paused", "group_id": "notification", "keywords": ["notification", "phone", "paused"], "ligature": "phone_paused", "codepoint": "E620", "is_new": false}, {"id": "ic_power", "name": "power", "group_id": "notification", "keywords": ["notification", "power"], "ligature": "power", "codepoint": "E63C", "is_new": false}, {"id": "ic_priority_high", "name": "priority high", "group_id": "notification", "keywords": ["notification", "priority", "high"], "ligature": "priority_high", "codepoint": "E645", "is_new": false}, {"id": "ic_sd_card", "name": "sd card", "group_id": "notification", "keywords": ["notification", "sd", "card"], "ligature": "sd_card", "codepoint": "E623", "is_new": false}, {"id": "ic_sim_card_alert", "name": "sim card alert", "group_id": "notification", "keywords": ["notification", "sim", "card", "alert"], "ligature": "sim_card_alert", "codepoint": "E624", "is_new": false}, {"id": "ic_sms", "name": "sms", "group_id": "notification", "keywords": ["notification", "sms"], "ligature": "sms", "codepoint": "E625", "is_new": false}, {"id": "ic_sms_failed", "name": "sms failed", "group_id": "notification", "keywords": ["notification", "sms", "failed"], "ligature": "sms_failed", "codepoint": "E626", "is_new": false}, {"id": "ic_sync", "name": "sync", "group_id": "notification", "keywords": ["notification", "sync"], "ligature": "sync", "codepoint": "E627", "is_new": false}, {"id": "ic_sync_disabled", "name": "sync disabled", "group_id": "notification", "keywords": ["notification", "sync", "disabled"], "ligature": "sync_disabled", "codepoint": "E628", "is_new": false}, {"id": "ic_sync_problem", "name": "sync problem", "group_id": "notification", "keywords": ["notification", "sync", "problem"], "ligature": "sync_problem", "codepoint": "E629", "is_new": false}, {"id": "ic_system_update", "name": "system update", "group_id": "notification", "keywords": ["notification", "system", "update"], "ligature": "system_update", "codepoint": "E62A", "is_new": false}, {"id": "ic_tap_and_play", "name": "tap and play", "group_id": "notification", "keywords": ["notification", "tap", "play"], "ligature": "tap_and_play", "codepoint": "E62B", "is_new": false}, {"id": "ic_time_to_leave", "name": "time to leave", "group_id": "notification", "keywords": ["notification", "time", "to", "leave"], "ligature": "time_to_leave", "codepoint": "E62C", "is_new": false}, {"id": "ic_vibration", "name": "vibration", "group_id": "notification", "keywords": ["notification", "vibration"], "ligature": "vibration", "codepoint": "E62D", "is_new": false}, {"id": "ic_voice_chat", "name": "voice chat", "group_id": "notification", "keywords": ["notification", "voice", "chat"], "ligature": "voice_chat", "codepoint": "E62E", "is_new": false}, {"id": "ic_vpn_lock", "name": "vpn lock", "group_id": "notification", "keywords": ["notification", "vpn", "lock"], "ligature": "vpn_lock", "codepoint": "E62F", "is_new": false}, {"id": "ic_wc", "name": "wc", "group_id": "notification", "keywords": ["notification", "wc"], "ligature": "wc", "codepoint": "E63D", "is_new": false}, {"id": "ic_wifi", "name": "wifi", "group_id": "notification", "keywords": ["notification", "wifi"], "ligature": "wifi", "codepoint": "E63E", "is_new": false}, {"id": "ic_ac_unit", "name": "ac unit", "group_id": "places", "keywords": ["places", "ac", "unit"], "ligature": "ac_unit", "codepoint": "EB3B", "is_new": false}, {"id": "ic_airport_shuttle", "name": "airport shuttle", "group_id": "places", "keywords": ["places", "airport", "shuttle"], "ligature": "airport_shuttle", "codepoint": "EB3C", "is_new": false}, {"id": "ic_all_inclusive", "name": "all inclusive", "group_id": "places", "keywords": ["places", "all", "inclusive"], "ligature": "all_inclusive", "codepoint": "EB3D", "is_new": false}, {"id": "ic_beach_access", "name": "beach access", "group_id": "places", "keywords": ["places", "beach", "access"], "ligature": "beach_access", "codepoint": "EB3E", "is_new": false}, {"id": "ic_business_center", "name": "business center", "group_id": "places", "keywords": ["places", "business", "center"], "ligature": "business_center", "codepoint": "EB3F", "is_new": false}, {"id": "ic_casino", "name": "casino", "group_id": "places", "keywords": ["places", "casino"], "ligature": "casino", "codepoint": "EB40", "is_new": false}, {"id": "ic_child_care", "name": "child care", "group_id": "places", "keywords": ["places", "child", "care"], "ligature": "child_care", "codepoint": "EB41", "is_new": false}, {"id": "ic_child_friendly", "name": "child friendly", "group_id": "places", "keywords": ["places", "child", "friendly"], "ligature": "child_friendly", "codepoint": "EB42", "is_new": false}, {"id": "ic_fitness_center", "name": "fitness center", "group_id": "places", "keywords": ["places", "fitness", "center"], "ligature": "fitness_center", "codepoint": "EB43", "is_new": false}, {"id": "ic_free_breakfast", "name": "free breakfast", "group_id": "places", "keywords": ["places", "free", "breakfast"], "ligature": "free_breakfast", "codepoint": "EB44", "is_new": false}, {"id": "ic_golf_course", "name": "golf course", "group_id": "places", "keywords": ["places", "golf", "course"], "ligature": "golf_course", "codepoint": "EB45", "is_new": false}, {"id": "ic_hot_tub", "name": "hot tub", "group_id": "places", "keywords": ["places", "hot", "tub"], "ligature": "hot_tub", "codepoint": "EB46", "is_new": false}, {"id": "ic_kitchen", "name": "kitchen", "group_id": "places", "keywords": ["places", "kitchen"], "ligature": "kitchen", "codepoint": "EB47", "is_new": false}, {"id": "ic_pool", "name": "pool", "group_id": "places", "keywords": ["places", "pool"], "ligature": "pool", "codepoint": "EB48", "is_new": false}, {"id": "ic_room_service", "name": "room service", "group_id": "places", "keywords": ["places", "room", "service"], "ligature": "room_service", "codepoint": "EB49", "is_new": false}, {"id": "ic_rv_hookup", "name": "rv hookup", "group_id": "places", "keywords": ["places", "rv", "hookup"], "ligature": "rv_hookup", "codepoint": "E642", "is_new": false}, {"id": "ic_smoke_free", "name": "smoke free", "group_id": "places", "keywords": ["places", "smoke", "free"], "ligature": "smoke_free", "codepoint": "EB4A", "is_new": false}, {"id": "ic_smoking_rooms", "name": "smoking rooms", "group_id": "places", "keywords": ["places", "smoking", "rooms"], "ligature": "smoking_rooms", "codepoint": "EB4B", "is_new": false}, {"id": "ic_spa", "name": "spa", "group_id": "places", "keywords": ["places", "spa"], "ligature": "spa", "codepoint": "EB4C", "is_new": false}, {"id": "ic_cake", "name": "cake", "group_id": "social", "keywords": ["social", "cake"], "ligature": "cake", "codepoint": "E7E9", "is_new": false}, {"id": "ic_domain", "name": "domain", "group_id": "social", "keywords": ["social", "domain"], "ligature": "domain", "codepoint": "E7EE", "is_new": false}, {"id": "ic_group", "name": "group", "group_id": "social", "keywords": ["social", "group"], "ligature": "group", "codepoint": "E7EF", "is_new": false}, {"id": "ic_group_add", "name": "group add", "group_id": "social", "keywords": ["social", "group", "add"], "ligature": "group_add", "codepoint": "E7F0", "is_new": false}, {"id": "ic_location_city", "name": "location city", "group_id": "social", "keywords": ["social", "location", "city"], "ligature": "location_city", "codepoint": "E7F1", "is_new": false}, {"id": "ic_mood", "name": "mood", "group_id": "social", "keywords": ["social", "mood"], "ligature": "mood", "codepoint": "E7F2", "is_new": false}, {"id": "ic_mood_bad", "name": "mood bad", "group_id": "social", "keywords": ["social", "mood", "bad"], "ligature": "mood_bad", "codepoint": "E7F3", "is_new": false}, {"id": "ic_notifications", "name": "notifications", "group_id": "social", "keywords": ["social", "notifications"], "ligature": "notifications", "codepoint": "E7F4", "is_new": false}, {"id": "ic_notifications_active", "name": "notifications active", "group_id": "social", "keywords": ["social", "notifications", "active"], "ligature": "notifications_active", "codepoint": "E7F7", "is_new": false}, {"id": "ic_notifications_none", "name": "notifications none", "group_id": "social", "keywords": ["social", "notifications", "none"], "ligature": "notifications_none", "codepoint": "E7F5", "is_new": false}, {"id": "ic_notifications_off", "name": "notifications off", "group_id": "social", "keywords": ["social", "notifications", "off"], "ligature": "notifications_off", "codepoint": "E7F6", "is_new": false}, {"id": "ic_notifications_paused", "name": "notifications paused", "group_id": "social", "keywords": ["social", "notifications", "paused"], "ligature": "notifications_paused", "codepoint": "E7F8", "is_new": false}, {"id": "ic_pages", "name": "pages", "group_id": "social", "keywords": ["social", "pages"], "ligature": "pages", "codepoint": "E7F9", "is_new": false}, {"id": "ic_party_mode", "name": "party mode", "group_id": "social", "keywords": ["social", "party", "mode"], "ligature": "party_mode", "codepoint": "E7FA", "is_new": false}, {"id": "ic_people", "name": "people", "group_id": "social", "keywords": ["social", "people"], "ligature": "people", "codepoint": "E7FB", "is_new": false}, {"id": "ic_people_outline", "name": "people outline", "group_id": "social", "keywords": ["social", "people", "outline"], "ligature": "people_outline", "codepoint": "E7FC", "is_new": false}, {"id": "ic_person", "name": "person", "group_id": "social", "keywords": ["social", "person"], "ligature": "person", "codepoint": "E7FD", "is_new": false}, {"id": "ic_person_add", "name": "person add", "group_id": "social", "keywords": ["social", "person", "add"], "ligature": "person_add", "codepoint": "E7FE", "is_new": false}, {"id": "ic_person_outline", "name": "person outline", "group_id": "social", "keywords": ["social", "person", "outline"], "ligature": "person_outline", "codepoint": "E7FF", "is_new": false}, {"id": "ic_plus_one", "name": "plus one", "group_id": "social", "keywords": ["social", "plus", "one"], "ligature": "plus_one", "codepoint": "E800", "is_new": false}, {"id": "ic_poll", "name": "poll", "group_id": "social", "keywords": ["social", "poll"], "ligature": "poll", "codepoint": "E801", "is_new": false}, {"id": "ic_public", "name": "public", "group_id": "social", "keywords": ["social", "public"], "ligature": "public", "codepoint": "E80B", "is_new": false}, {"id": "ic_school", "name": "school", "group_id": "social", "keywords": ["social", "school"], "ligature": "school", "codepoint": "E80C", "is_new": false}, {"id": "ic_sentiment_dissatisfied", "name": "sentiment dissatisfied", "group_id": "social", "keywords": ["social", "sentiment", "dissatisfied"], "ligature": "sentiment_dissatisfied", "codepoint": "E811", "is_new": false}, {"id": "ic_sentiment_neutral", "name": "sentiment neutral", "group_id": "social", "keywords": ["social", "sentiment", "neutral"], "ligature": "sentiment_neutral", "codepoint": "E812", "is_new": false}, {"id": "ic_sentiment_satisfied", "name": "sentiment satisfied", "group_id": "social", "keywords": ["social", "sentiment", "satisfied"], "ligature": "sentiment_satisfied", "codepoint": "E813", "is_new": false}, {"id": "ic_sentiment_very_dissatisfied", "name": "sentiment very dissatisfied", "group_id": "social", "keywords": ["social", "sentiment", "very", "dissatisfied"], "ligature": "sentiment_very_dissatisfied", "codepoint": "E814", "is_new": false}, {"id": "ic_sentiment_very_satisfied", "name": "sentiment very satisfied", "group_id": "social", "keywords": ["social", "sentiment", "very", "satisfied"], "ligature": "sentiment_very_satisfied", "codepoint": "E815", "is_new": false}, {"id": "ic_share", "name": "share", "group_id": "social", "keywords": ["social", "share"], "ligature": "share", "codepoint": "E80D", "is_new": false}, {"id": "ic_whatshot", "name": "whatshot", "group_id": "social", "keywords": ["social", "whatshot"], "ligature": "whatshot", "codepoint": "E80E", "is_new": false}, {"id": "ic_check_box", "name": "check box", "group_id": "toggle", "keywords": ["toggle", "check", "box"], "ligature": "check_box", "codepoint": "E834", "is_new": false}, {"id": "ic_check_box_outline_blank", "name": "check box outline blank", "group_id": "toggle", "keywords": ["toggle", "check", "box", "outline", "blank"], "ligature": "check_box_outline_blank", "codepoint": "E835", "is_new": false}, {"id": "ic_indeterminate_check_box", "name": "indeterminate check box", "group_id": "toggle", "keywords": ["toggle", "indeterminate", "check", "box"], "ligature": "indeterminate_check_box", "codepoint": "E909", "is_new": false}, {"id": "ic_radio_button_checked", "name": "radio button checked", "group_id": "toggle", "keywords": ["toggle", "radio", "button", "checked"], "ligature": "radio_button_checked", "codepoint": "E837", "is_new": false}, {"id": "ic_radio_button_unchecked", "name": "radio button unchecked", "group_id": "toggle", "keywords": ["toggle", "radio", "button", "unchecked"], "ligature": "radio_button_unchecked", "codepoint": "E836", "is_new": false}, {"id": "ic_star", "name": "star", "group_id": "toggle", "keywords": ["toggle", "star"], "ligature": "star", "codepoint": "E838", "is_new": false}, {"id": "ic_star_border", "name": "star border", "group_id": "toggle", "keywords": ["toggle", "star", "border"], "ligature": "star_border", "codepoint": "E83A", "is_new": false}, {"id": "ic_star_half", "name": "star half", "group_id": "toggle", "keywords": ["toggle", "star", "half"], "ligature": "star_half", "codepoint": "E839", "is_new": false}]} \ No newline at end of file diff --git a/static/data/user.json b/static/data/user.json deleted file mode 100644 index 7de276e..0000000 --- a/static/data/user.json +++ /dev/null @@ -1,402 +0,0 @@ -[ - { - "uuid": "65a6eb21-67b5-45c3-9af7-faca2d9b60d4", - "name": "Dessie", - "email": "Dessie7937@gmail.com", - "username": "Dessie79", - "phone": "1-360-812-9380 x511", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/ludwiczakpawel/128.jpg", - "address": { - "street": "655 Archibald Groves", - "suite": "Apt. 818", - "city": "Carlosshire", - "state": "Arkansas", - "country": "Somalia", - "zipcode": "10406", - "geo": { - "lat": "-44.6063", - "lng": "-169.7706" - } - } - }, - { - "uuid": "28d9f265-74d7-4f85-83d4-6a21fca57dcf", - "name": "Jakayla", - "email": "Jakayla_Crooks867@yahoo.com", - "username": "Jakayla_Crooks86", - "phone": "610.499.1240", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/suprb/128.jpg", - "address": { - "street": "281 Tillman Forge", - "suite": "Apt. 381", - "city": "New Sandrinemouth", - "state": "North Dakota", - "country": "Reunion", - "zipcode": "19540-8186", - "geo": { - "lat": "-12.3375", - "lng": "-117.9067" - } - } - }, - { - "uuid": "14ddae1e-986d-42f4-8d17-46a02d469b2b", - "name": "Hobart", - "email": "Hobart_Mueller.Thiel@hotmail.com", - "username": "Hobart_Mueller", - "phone": "1-590-385-3349", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/damenleeturks/128.jpg", - "address": { - "street": "706 Padberg Knoll", - "suite": "Suite 818", - "city": "Port Mablefurt", - "state": "Arkansas", - "country": "Netherlands Antilles", - "zipcode": "89975-6584", - "geo": { - "lat": "-42.9187", - "lng": "8.5866" - } - } - }, - { - "uuid": "6a03248b-1752-4332-a3a9-7108528cc9d3", - "name": "Celestine", - "email": "Celestine.Casper59@hotmail.com", - "username": "Celestine.Casper", - "phone": "1-830-046-3289", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/caspergrl/128.jpg", - "address": { - "street": "9528 Schroeder Track", - "suite": "Apt. 443", - "city": "Godfreyburgh", - "state": "Montana", - "country": "Slovenia", - "zipcode": "10220", - "geo": { - "lat": "36.8638", - "lng": "20.0047" - } - } - }, - { - "uuid": "ee272550-36e8-4fe2-889d-c1ee701c5863", - "name": "Hortense", - "email": "Hortense99.Jakubowski@yahoo.com", - "username": "Hortense99", - "phone": "712.916.2569 x0663", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/moscoz/128.jpg", - "address": { - "street": "9046 Allen Ferry", - "suite": "Suite 429", - "city": "Angushaven", - "state": "Michigan", - "country": "Costa Rica", - "zipcode": "92378-7065", - "geo": { - "lat": "78.1292", - "lng": "-134.6632" - } - } - }, - { - "uuid": "77f4b102-9df5-43ba-966a-6f816806c5e2", - "name": "Pat", - "email": "Pat_Zulauf81.Bartell86@gmail.com", - "username": "Pat_Zulauf81", - "phone": "(058) 200-7342", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/rehatkathuria/128.jpg", - "address": { - "street": "62268 Favian Coves", - "suite": "Suite 993", - "city": "Baumbachstad", - "state": "New Mexico", - "country": "Montserrat", - "zipcode": "44440", - "geo": { - "lat": "-34.7835", - "lng": "148.8907" - } - } - }, - { - "uuid": "36a1ead7-57a0-4275-8a21-956194ab7cdf", - "name": "Solon", - "email": "Solon.Bauch4_Rath@hotmail.com", - "username": "Solon.Bauch4", - "phone": "789-914-4904 x173", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/spacewood_/128.jpg", - "address": { - "street": "8153 Favian Walk", - "suite": "Apt. 495", - "city": "East Preston", - "state": "Idaho", - "country": "Iceland", - "zipcode": "24555", - "geo": { - "lat": "-42.5691", - "lng": "-2.5791" - } - } - }, - { - "uuid": "b5899bef-d01e-42d8-af2d-edfb16b6b21e", - "name": "Calista", - "email": "Calista_Mertz1757@hotmail.com", - "username": "Calista_Mertz17", - "phone": "961-703-4134", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/moscoz/128.jpg", - "address": { - "street": "886 Wendy Circles", - "suite": "Apt. 933", - "city": "Lake Loy", - "state": "Rhode Island", - "country": "South Africa", - "zipcode": "65261", - "geo": { - "lat": "-58.9245", - "lng": "-43.6330" - } - } - }, - { - "uuid": "7d910620-84e1-49fc-951e-d375587b8189", - "name": "Jackeline", - "email": "Jackeline.Abshire_Dach@yahoo.com", - "username": "Jackeline.Abshire", - "phone": "(326) 903-5706 x6854", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/larrybolt/128.jpg", - "address": { - "street": "416 Cathy Spur", - "suite": "Apt. 431", - "city": "North Camila", - "state": "Pennsylvania", - "country": "Libyan Arab Jamahiriya", - "zipcode": "31751", - "geo": { - "lat": "64.0673", - "lng": "154.7671" - } - } - }, - { - "uuid": "afdb5033-5bcc-4cec-b932-353a83410b44", - "name": "Jamey", - "email": "Jamey_Grant_Cruickshank73@gmail.com", - "username": "Jamey_Grant", - "phone": "545-939-2404 x32373", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/mikebeecham/128.jpg", - "address": { - "street": "38372 Mante Glen", - "suite": "Suite 090", - "city": "Robertsside", - "state": "Texas", - "country": "Equatorial Guinea", - "zipcode": "86558-7214", - "geo": { - "lat": "-55.0222", - "lng": "-100.5977" - } - } - }, - { - "uuid": "60d07662-bfec-42c7-b044-c81bc4ff8c7a", - "name": "Barton", - "email": "Barton85_Emard@gmail.com", - "username": "Barton85", - "phone": "(979) 560-8322 x174", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/a_harris88/128.jpg", - "address": { - "street": "185 Florine Spurs", - "suite": "Suite 178", - "city": "Port Carrollburgh", - "state": "Alaska", - "country": "Saint Barthelemy", - "zipcode": "30126", - "geo": { - "lat": "24.0545", - "lng": "-88.8499" - } - } - }, - { - "uuid": "5c44b666-baca-4f18-a3cb-23068c6edc14", - "name": "Gloria", - "email": "Gloria78.Nicolas83@hotmail.com", - "username": "Gloria78", - "phone": "188.890.3246", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/nehfy/128.jpg", - "address": { - "street": "643 Arch Mews", - "suite": "Apt. 171", - "city": "Wymanland", - "state": "Indiana", - "country": "Jersey", - "zipcode": "73594-9840", - "geo": { - "lat": "-70.9980", - "lng": "-151.6234" - } - } - }, - { - "uuid": "46d6f992-5729-4588-b7f8-ce74f21157ba", - "name": "Olin", - "email": "Olin.Robel49.Schowalter24@yahoo.com", - "username": "Olin.Robel49", - "phone": "1-982-234-7756", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/jcubic/128.jpg", - "address": { - "street": "0813 Mayer Greens", - "suite": "Apt. 551", - "city": "Bergstromburgh", - "state": "Ohio", - "country": "Anguilla", - "zipcode": "42502-9731", - "geo": { - "lat": "-48.2520", - "lng": "60.6556" - } - } - }, - { - "uuid": "bd30e201-cceb-410e-8497-a4072bc399f5", - "name": "Rollin", - "email": "Rollin43_Fay@yahoo.com", - "username": "Rollin43", - "phone": "477-651-5715 x502", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/horaciobella/128.jpg", - "address": { - "street": "5704 Spinka Causeway", - "suite": "Suite 388", - "city": "Pollyburgh", - "state": "Arizona", - "country": "Virgin Islands, U.S.", - "zipcode": "45048", - "geo": { - "lat": "55.3046", - "lng": "3.8129" - } - } - }, - { - "uuid": "da95e977-cd54-4077-a767-1b7f33ef6919", - "name": "Murl", - "email": "Murl_Abshire41_Lakin@hotmail.com", - "username": "Murl_Abshire41", - "phone": "107-733-1219 x0615", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/stayuber/128.jpg", - "address": { - "street": "4880 Tanner Circles", - "suite": "Apt. 994", - "city": "Bauchside", - "state": "Ohio", - "country": "Uganda", - "zipcode": "11259", - "geo": { - "lat": "11.6209", - "lng": "-45.1766" - } - } - }, - { - "uuid": "6124d4e8-77ed-4b34-868d-d312bfab5de2", - "name": "Breanna", - "email": "Breanna.Bartoletti21@hotmail.com", - "username": "Breanna.Bartoletti", - "phone": "645.045.0876 x35882", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/flexrs/128.jpg", - "address": { - "street": "431 Grimes Common", - "suite": "Apt. 530", - "city": "East Lunahaven", - "state": "Virginia", - "country": "Hungary", - "zipcode": "12012-3038", - "geo": { - "lat": "29.7991", - "lng": "-70.4033" - } - } - }, - { - "uuid": "eef93cb1-7766-4413-a5cf-ecbf71fa3674", - "name": "Maya", - "email": "Maya55_Dickens16@yahoo.com", - "username": "Maya55", - "phone": "199.260.3770 x2815", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/nvkznemo/128.jpg", - "address": { - "street": "58581 Guillermo Springs", - "suite": "Suite 574", - "city": "Cloydville", - "state": "Delaware", - "country": "Saint Barthelemy", - "zipcode": "95633-3394", - "geo": { - "lat": "-57.5740", - "lng": "104.5634" - } - } - }, - { - "uuid": "899d0e31-b71e-4d95-a8a0-6a8bceb314bd", - "name": "Santiago", - "email": "Santiago41_Crooks15@yahoo.com", - "username": "Santiago41", - "phone": "1-489-921-2159 x8655", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/ernestsemerda/128.jpg", - "address": { - "street": "7868 Windler Dam", - "suite": "Suite 876", - "city": "Port Emmetfurt", - "state": "Alabama", - "country": "Belarus", - "zipcode": "63739-4581", - "geo": { - "lat": "-28.7166", - "lng": "-167.7070" - } - } - }, - { - "uuid": "a41c6c4a-9cb1-45d1-8c6f-091044ba51ff", - "name": "Leonardo", - "email": "Leonardo10.Macejkovic@yahoo.com", - "username": "Leonardo10", - "phone": "445-761-1519", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/adobi/128.jpg", - "address": { - "street": "146 Lemke Mountains", - "suite": "Apt. 407", - "city": "North Toyfort", - "state": "Connecticut", - "country": "Senegal", - "zipcode": "90211-1855", - "geo": { - "lat": "-56.3849", - "lng": "-167.1372" - } - } - }, - { - "uuid": "3782c174-1f2c-4dc4-b75d-0bedf400e023", - "name": "Lora", - "email": "Lora_Kessler586@hotmail.com", - "username": "Lora_Kessler5", - "phone": "315-215-2852 x69280", - "avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/antongenkin/128.jpg", - "address": { - "street": "4018 Willms Turnpike", - "suite": "Suite 573", - "city": "Leuschkemouth", - "state": "Kentucky", - "country": "Dominican Republic", - "zipcode": "70964", - "geo": { - "lat": "80.2384", - "lng": "38.1323" - } - } - } -] \ No newline at end of file diff --git a/static/icon/delete1.png b/static/icon/delete1.png deleted file mode 100644 index 6ef9456c1b95dcafc493ce557088ef3826f74870..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 682 zcmV;b0#*HqP)P001Be1^@s6=bY0900001b5ch_0Itp) z=>Px%WJyFpR7ef&mb-2fK@^7f<~0~wT%0Hh2tkWPPs0m9lb$G|p+ThL0VsF?Dk>g; zh6W@cNQepwiqJ$sqM(T=5Q2b^Y#D>?<@?7otI29N#!dCJ0Xj9tKaY6$EnJ{El9$>NpXZ8#HdxclxPJ1ddPzPVmj)K z<~CIy78z!>;kyRkJ^1^H3Rt3ctyVifD`_zg-nM+=*W9@^DB=#y*6w;{3td7kvRH3e z$e*)TApbb|m&yNz{uW&W$=g%3EKSpkxn~B&=4TXm;nMx@!st}a_j;?~uPhdcEEjzO(YPW7e?WBX3yT685`pxBD2| z|FCU%EcPoRgy#1Y(&3I^pTIt)vLKS=x|mrueeYyM);cj+JK zUzJSLZ_hUIPw4)kX@X^s4FS2?E|dlT)o1f{Grn{={xHpvJ{SzvxRiDT0BGKhH+9ox zd_`MW=Oh1|Y?^;Xj6D$FL=)+ubokcC%zK{^LtW)(?E66qDPKHrxXls#1tpm3>M~6` Q_5c6?07*qoM6N<$g0m?-HUIzs -- 2.0.0