From 23b943a7656ef1ddd7db79629366dd499fcd21d6 Mon Sep 17 00:00:00 2001
From: sercan
Nullam tincidunt sed purus eu placerat. Donec id dictum erat. Etiam enim ex, dapibus et tortor id. diff --git a/src/@fuse/scss/partials/_angular-material-fix.scss b/src/@fuse/scss/partials/_angular-material-fix.scss index 07c9ae06..2f6927f7 100644 --- a/src/@fuse/scss/partials/_angular-material-fix.scss +++ b/src/@fuse/scss/partials/_angular-material-fix.scss @@ -86,17 +86,6 @@ button { } } -// Fix: "Inconsistent input heights" -.mat-form-field-appearance-outline { - - input[type="time"] { - - &.mat-input-element { - height: 18px; - } - } -} - // Fix: Stepper icons are broken due to Fuse's icon helpers mat-horizontal-stepper, mat-vertical-stepper { diff --git a/src/@fuse/scss/partials/_icons.scss b/src/@fuse/scss/partials/_icons.scss index e5f61394..e63c27f9 100644 --- a/src/@fuse/scss/partials/_icons.scss +++ b/src/@fuse/scss/partials/_icons.scss @@ -1,10 +1,3 @@ -// Modify the default Material Icons so that we can use the outline icons -.material-icons { - font-family: 'material-outline-icons' !important; - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; -} - i, mat-icon { font-size: 24px; diff --git a/src/@fuse/scss/partials/_material.scss b/src/@fuse/scss/partials/_material.scss index 67e6780a..ed23484a 100644 --- a/src/@fuse/scss/partials/_material.scss +++ b/src/@fuse/scss/partials/_material.scss @@ -308,8 +308,9 @@ mat-icon.status { position: relative; display: inline-flex; flex-direction: row; - @include mat-elevation(1); padding: 0 8px; + border-radius: 4px; + @include mat-elevation(1); .pagination-item { display: flex; diff --git a/src/@fuse/scss/partials/_typography.scss b/src/@fuse/scss/partials/_typography.scss index fa98cc2e..1dd65591 100644 --- a/src/@fuse/scss/partials/_typography.scss +++ b/src/@fuse/scss/partials/_typography.scss @@ -89,7 +89,7 @@ h6, .h6 { a { text-decoration: none; - &:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button) { + &:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab) { &:hover, &:active { text-decoration: underline; @@ -437,4 +437,4 @@ strong { border-left-color: #03A9F4; color: rgba(0, 0, 0, 0.87); } -} \ No newline at end of file +} diff --git a/src/app/app.theme.scss b/src/app/app.theme.scss index 923884d3..4e970272 100644 --- a/src/app/app.theme.scss +++ b/src/app/app.theme.scss @@ -112,10 +112,12 @@ $typography: mat-typography-config( @import "src/app/main/pages/profile/tabs/about/about.theme"; @import "src/app/main/pages/profile/tabs/photos-videos/photos-videos.theme"; @import "src/app/main/pages/profile/tabs/timeline/timeline.theme"; +@import "src/app/main/pages/search/classic/search-classic.theme"; +@import "src/app/main/pages/search/modern/search-modern.theme"; @import "src/app/main/pages/faq/faq.theme"; @import "src/app/main/pages/knowledge-base/knowledge-base.theme"; -@import "src/app/main/documentation/components/cards/cards.theme"; +@import "src/app/main/ui/cards/cards.theme"; @import "src/app/main/angular-material-elements/example-viewer/example-viewer.theme"; @@ -159,11 +161,13 @@ $typography: mat-typography-config( @include profile-about-theme($theme); @include profile-photos-videos-theme($theme); @include profile-timeline-theme($theme); + @include search-classic-theme($theme); + @include search-modern-theme($theme); @include faq-theme($theme); @include knowledge-base-theme($theme); - // Docs - @include docs-components-cards-theme($theme); + // UI + @include ui-cards-theme($theme); // Example Viewer @include example-viewer-theme($theme); @@ -307,4 +311,4 @@ body.theme-pink-dark { ); @include fuse-color-classes($palettes); -} \ No newline at end of file +} diff --git a/src/app/fake-db/dashboard-analytics.ts b/src/app/fake-db/dashboard-analytics.ts index 77123a28..20a15234 100644 --- a/src/app/fake-db/dashboard-analytics.ts +++ b/src/app/fake-db/dashboard-analytics.ts @@ -4,7 +4,7 @@ export class AnalyticsDashboardDb widget1: { chartType: 'line', datasets : { - '2015': [ + '2016': [ { label: 'Sales', data : [1.9, 3, 3.4, 2.2, 2.9, 3.9, 2.5, 3.8, 4.1, 3.8, 3.2, 2.9], @@ -12,7 +12,7 @@ export class AnalyticsDashboardDb } ], - '2016': [ + '2017': [ { label: 'Sales', data : [2.2, 2.9, 3.9, 2.5, 3.8, 3.2, 2.9, 1.9, 3, 3.4, 4.1, 3.8], @@ -20,7 +20,7 @@ export class AnalyticsDashboardDb } ], - '2017': [ + '2018': [ { label: 'Sales', data : [3.9, 2.5, 3.8, 4.1, 1.9, 3, 3.8, 3.2, 2.9, 3.4, 2.2, 2.9], diff --git a/src/app/fake-db/e-commerce.ts b/src/app/fake-db/e-commerce.ts index eb1fee6a..c5823976 100644 --- a/src/app/fake-db/e-commerce.ts +++ b/src/app/fake-db/e-commerce.ts @@ -73,10 +73,10 @@ export class ECommerceFakeDb 'comparedPrice' : 19.90, 'quantity' : 3, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -152,10 +152,10 @@ export class ECommerceFakeDb 'comparedPrice' : 29.90, 'quantity' : 92, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -231,10 +231,10 @@ export class ECommerceFakeDb 'comparedPrice' : 59.90, 'quantity' : 60, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -310,10 +310,10 @@ export class ECommerceFakeDb 'comparedPrice' : 79.90, 'quantity' : 101, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : false }, @@ -389,10 +389,10 @@ export class ECommerceFakeDb 'comparedPrice' : 19.90, 'quantity' : 19, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -468,10 +468,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 101, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -547,10 +547,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 34, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -626,10 +626,10 @@ export class ECommerceFakeDb 'comparedPrice' : 79.90, 'quantity' : 4, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : false }, @@ -705,10 +705,10 @@ export class ECommerceFakeDb 'comparedPrice' : 59.90, 'quantity' : 58, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -784,10 +784,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 125, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -863,10 +863,10 @@ export class ECommerceFakeDb 'comparedPrice' : 19.90, 'quantity' : 3, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -942,10 +942,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 34, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1021,10 +1021,10 @@ export class ECommerceFakeDb 'comparedPrice' : 59.90, 'quantity' : 58, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1100,10 +1100,10 @@ export class ECommerceFakeDb 'comparedPrice' : 29.90, 'quantity' : 92, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1179,10 +1179,10 @@ export class ECommerceFakeDb 'comparedPrice' : 19.90, 'quantity' : 19, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1258,10 +1258,10 @@ export class ECommerceFakeDb 'comparedPrice' : 59.90, 'quantity' : 60, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1337,10 +1337,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 101, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1416,10 +1416,10 @@ export class ECommerceFakeDb 'comparedPrice' : 79.90, 'quantity' : 4, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : false }, @@ -1495,10 +1495,10 @@ export class ECommerceFakeDb 'comparedPrice' : 79.90, 'quantity' : 101, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : false }, @@ -1574,10 +1574,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 125, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true } @@ -1591,7 +1591,7 @@ export class ECommerceFakeDb 'tax' : '77.44', 'discount' : '-10.17', 'total' : '73.31', - 'date' : '2015/04/25 02:07:59', + 'date' : '2018/04/25 02:07:59', 'customer' : { 'id' : 1, 'firstName' : 'Dollie', @@ -1643,20 +1643,20 @@ export class ECommerceFakeDb 'id' : 13, 'name' : 'On pre-order (not paid)', 'color': 'purple-300', - 'date' : '2016/04/03 10:06:18' + 'date' : '2018/04/03 10:06:18' }, { 'id' : 1, 'name' : 'Awaiting check payment', 'color': 'blue-500', - 'date' : '2015/03/17 18:28:37' + 'date' : '2018/03/17 18:28:37' } ], 'payment' : { 'transactionId': '2a894b9e', 'amount' : '73.31', 'method' : 'Credit Card', - 'date' : '2016/02/23 15:50:23' + 'date' : '2018/02/23 15:50:23' }, 'shippingDetails': [ { @@ -1664,7 +1664,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '10.44', 'fee' : '7.00', - 'date' : '2015/04/10 07:03:52' + 'date' : '2018/04/10 07:03:52' } ] }, @@ -1675,7 +1675,7 @@ export class ECommerceFakeDb 'tax' : '45.55', 'discount' : '-10.25', 'total' : '24.51', - 'date' : '2015/11/07 15:47:31', + 'date' : '2018/11/07 15:47:31', 'customer' : { 'id' : 1, 'firstName' : 'Holmes', @@ -1727,20 +1727,20 @@ export class ECommerceFakeDb 'id' : 2, 'name' : 'Payment accepted', 'color': 'green-500', - 'date' : '2015/10/04 08:54:33' + 'date' : '2018/10/04 08:54:33' }, { 'id' : 1, 'name' : 'Awaiting check payment', 'color': 'blue-500', - 'date' : '2015/05/03 03:43:04' + 'date' : '2018/05/03 03:43:04' } ], 'payment' : { 'transactionId': '79c640c8', 'amount' : '24.51', 'method' : 'Check', - 'date' : '2015/04/22 04:49:49' + 'date' : '2018/04/22 04:49:49' }, 'shippingDetails': [ { @@ -1748,7 +1748,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '2.92', 'fee' : '4.00', - 'date' : '2015/07/11 14:57:12' + 'date' : '2018/07/11 14:57:12' } ] }, @@ -1759,7 +1759,7 @@ export class ECommerceFakeDb 'tax' : '16.36', 'discount' : '-19.46', 'total' : '87.17', - 'date' : '2015/11/26 16:04:40', + 'date' : '2018/11/26 16:04:40', 'customer' : { 'id' : 1, 'firstName' : 'Serena', @@ -1811,20 +1811,20 @@ export class ECommerceFakeDb 'id' : 8, 'name' : 'Payment error', 'color': 'red-900', - 'date' : '2015/07/02 20:44:34' + 'date' : '2018/07/02 20:44:34' }, { 'id' : 3, 'name' : 'Preparing the order', 'color': 'orange-500', - 'date' : '2015/03/23 04:59:45' + 'date' : '2018/03/23 04:59:45' } ], 'payment' : { 'transactionId': '5ff44b0c', 'amount' : '87.17', 'method' : 'PayPal', - 'date' : '2016/01/25 11:46:28' + 'date' : '2018/01/25 11:46:28' }, 'shippingDetails': [ { @@ -1832,7 +1832,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '7.53', 'fee' : '7.00', - 'date' : '2015/11/25 00:40:54' + 'date' : '2018/11/25 00:40:54' } ] }, @@ -1843,7 +1843,7 @@ export class ECommerceFakeDb 'tax' : '53.45', 'discount' : '-15.55', 'total' : '26.98', - 'date' : '2015/11/23 05:35:18', + 'date' : '2018/11/23 05:35:18', 'customer' : { 'id' : 1, 'firstName' : 'Dianne', @@ -1895,20 +1895,20 @@ export class ECommerceFakeDb 'id' : 5, 'name' : 'Delivered', 'color': 'green-800', - 'date' : '2015/10/26 16:12:47' + 'date' : '2018/10/26 16:12:47' }, { 'id' : 4, 'name' : 'Shipped', 'color': 'purple-500', - 'date' : '2016/02/06 06:42:37' + 'date' : '2018/02/06 06:42:37' } ], 'payment' : { 'transactionId': '787d49b1', 'amount' : '26.98', 'method' : 'Check', - 'date' : '2015/03/07 05:50:57' + 'date' : '2018/03/07 05:50:57' }, 'shippingDetails': [ { @@ -1916,7 +1916,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '11.93', 'fee' : '5.00', - 'date' : '2016/03/21 07:08:26' + 'date' : '2018/03/21 07:08:26' } ] }, @@ -1927,7 +1927,7 @@ export class ECommerceFakeDb 'tax' : '12.14', 'discount' : '-19.16', 'total' : '12.97', - 'date' : '2015/01/13 06:21:21', + 'date' : '2018/01/13 06:21:21', 'customer' : { 'id' : 1, 'firstName' : 'Frankie', @@ -1979,20 +1979,20 @@ export class ECommerceFakeDb 'id' : 8, 'name' : 'Payment error', 'color': 'red-900', - 'date' : '2015/02/01 09:21:46' + 'date' : '2018/02/01 09:21:46' }, { 'id' : 6, 'name' : 'Canceled', 'color': 'pink-500', - 'date' : '2015/11/16 04:48:32' + 'date' : '2018/11/16 04:48:32' } ], 'payment' : { 'transactionId': 'cd8c4727', 'amount' : '12.97', 'method' : 'Bank-wire', - 'date' : '2016/05/15 21:15:32' + 'date' : '2018/05/15 21:15:32' }, 'shippingDetails': [ { @@ -2000,7 +2000,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '5.43', 'fee' : '3.00', - 'date' : '2016/01/06 00:51:59' + 'date' : '2018/01/06 00:51:59' } ] }, @@ -2011,7 +2011,7 @@ export class ECommerceFakeDb 'tax' : '11.81', 'discount' : '-12.33', 'total' : '30.96', - 'date' : '2015/01/17 04:21:08', + 'date' : '2018/01/17 04:21:08', 'customer' : { 'id' : 1, 'firstName' : 'Cole', @@ -2063,20 +2063,20 @@ export class ECommerceFakeDb 'id' : 3, 'name' : 'Preparing the order', 'color': 'orange-500', - 'date' : '2015/11/30 01:04:32' + 'date' : '2018/11/30 01:04:32' }, { 'id' : 2, 'name' : 'Payment accepted', 'color': 'green-500', - 'date' : '2015/11/12 21:27:18' + 'date' : '2018/11/12 21:27:18' } ], 'payment' : { 'transactionId': 'a41f4b7c', 'amount' : '30.96', 'method' : 'Check', - 'date' : '2015/04/27 03:59:22' + 'date' : '2018/04/27 03:59:22' }, 'shippingDetails': [ { @@ -2084,7 +2084,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '6.05', 'fee' : '4.00', - 'date' : '2015/09/10 11:28:47' + 'date' : '2018/09/10 11:28:47' } ] }, @@ -2095,7 +2095,7 @@ export class ECommerceFakeDb 'tax' : '74.96', 'discount' : '-16.60', 'total' : '63.36', - 'date' : '2015/06/14 14:49:47', + 'date' : '2018/06/14 14:49:47', 'customer' : { 'id' : 1, 'firstName' : 'Merrill', @@ -2147,20 +2147,20 @@ export class ECommerceFakeDb 'id' : 11, 'name' : 'Awaiting PayPal payment', 'color': 'blue-500', - 'date' : '2015/09/03 18:53:02' + 'date' : '2018/09/03 18:53:02' }, { 'id' : 13, 'name' : 'On pre-order (not paid)', 'color': 'purple-300', - 'date' : '2015/12/13 18:14:40' + 'date' : '2018/12/13 18:14:40' } ], 'payment' : { 'transactionId': 1974588, 'amount' : '63.36', 'method' : 'PayPal', - 'date' : '2015/11/28 22:24:58' + 'date' : '2018/11/28 22:24:58' }, 'shippingDetails': [ { @@ -2168,7 +2168,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '2.89', 'fee' : '3.00', - 'date' : '2016/02/10 09:03:44' + 'date' : '2018/02/10 09:03:44' } ] }, @@ -2179,7 +2179,7 @@ export class ECommerceFakeDb 'tax' : '55.78', 'discount' : '-17.20', 'total' : '45.74', - 'date' : '2015/01/18 01:31:47', + 'date' : '2018/01/18 01:31:47', 'customer' : { 'id' : 1, 'firstName' : 'Morgan', @@ -2231,20 +2231,20 @@ export class ECommerceFakeDb 'id' : 4, 'name' : 'Shipped', 'color': 'purple-500', - 'date' : '2015/04/29 07:57:43' + 'date' : '2018/04/29 07:57:43' }, { 'id' : 3, 'name' : 'Preparing the order', 'color': 'orange-500', - 'date' : '2015/04/23 11:14:38' + 'date' : '2018/04/23 11:14:38' } ], 'payment' : { 'transactionId': '1e704aaf', 'amount' : '45.74', 'method' : 'Credit Card', - 'date' : '2015/06/08 03:50:41' + 'date' : '2018/06/08 03:50:41' }, 'shippingDetails': [ { @@ -2252,7 +2252,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '6.35', 'fee' : '2.00', - 'date' : '2015/06/01 09:18:26' + 'date' : '2018/06/01 09:18:26' } ] }, @@ -2263,7 +2263,7 @@ export class ECommerceFakeDb 'tax' : '11.44', 'discount' : '-17.45', 'total' : '15.31', - 'date' : '2016/02/14 14:22:58', + 'date' : '2018/02/14 14:22:58', 'customer' : { 'id' : 1, 'firstName' : 'Krista', @@ -2315,20 +2315,20 @@ export class ECommerceFakeDb 'id' : 12, 'name' : 'Remote payment accepted', 'color': 'green-500', - 'date' : '2015/07/15 15:48:00' + 'date' : '2018/07/15 15:48:00' }, { 'id' : 14, 'name' : 'Awaiting Cash-on-delivery payment', 'color': 'blue-500', - 'date' : '2015/11/08 18:30:15' + 'date' : '2018/11/08 18:30:15' } ], 'payment' : { 'transactionId': '762c4e1a', 'amount' : '15.31', 'method' : 'Bank-wire', - 'date' : '2015/06/19 14:52:53' + 'date' : '2018/06/19 14:52:53' }, 'shippingDetails': [ { @@ -2336,7 +2336,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '7.93', 'fee' : '8.00', - 'date' : '2015/08/25 15:18:55' + 'date' : '2018/08/25 15:18:55' } ] }, @@ -2347,7 +2347,7 @@ export class ECommerceFakeDb 'tax' : '87.50', 'discount' : '-18.11', 'total' : '20.97', - 'date' : '2015/10/23 03:02:55', + 'date' : '2018/10/23 03:02:55', 'customer' : { 'id' : 1, 'firstName' : 'Hayden', @@ -2399,20 +2399,20 @@ export class ECommerceFakeDb 'id' : 5, 'name' : 'Delivered', 'color': 'green-800', - 'date' : '2016/05/02 09:53:55' + 'date' : '2018/05/02 09:53:55' }, { 'id' : 2, 'name' : 'Payment accepted', 'color': 'green-500', - 'date' : '2015/07/11 05:33:31' + 'date' : '2018/07/11 05:33:31' } ], 'payment' : { 'transactionId': '3dce47a3', 'amount' : '20.97', 'method' : 'Credit Card', - 'date' : '2015/07/28 23:53:49' + 'date' : '2018/07/28 23:53:49' }, 'shippingDetails': [ { @@ -2420,7 +2420,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '9.20', 'fee' : '2.00', - 'date' : '2015/08/05 08:45:55' + 'date' : '2018/08/05 08:45:55' } ] }, @@ -2431,7 +2431,7 @@ export class ECommerceFakeDb 'tax' : '71.75', 'discount' : '-10.46', 'total' : '72.30', - 'date' : '2015/07/28 13:22:49', + 'date' : '2018/07/28 13:22:49', 'customer' : { 'id' : 1, 'firstName' : 'Cotton', @@ -2483,20 +2483,20 @@ export class ECommerceFakeDb 'id' : 9, 'name' : 'On pre-order (paid)', 'color': 'purple-300', - 'date' : '2016/02/26 14:15:38' + 'date' : '2018/02/26 14:15:38' }, { 'id' : 4, 'name' : 'Shipped', 'color': 'purple-500', - 'date' : '2015/10/17 03:32:39' + 'date' : '2018/10/17 03:32:39' } ], 'payment' : { 'transactionId': 'f4154419', 'amount' : '72.30', 'method' : 'PayPal', - 'date' : '2016/03/07 15:10:12' + 'date' : '2018/03/07 15:10:12' }, 'shippingDetails': [ { @@ -2504,7 +2504,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '2.81', 'fee' : '7.00', - 'date' : '2016/05/01 11:15:22' + 'date' : '2018/05/01 11:15:22' } ] }, @@ -2515,7 +2515,7 @@ export class ECommerceFakeDb 'tax' : '22.44', 'discount' : '-10.89', 'total' : '42.54', - 'date' : '2015/06/07 17:54:36', + 'date' : '2018/06/07 17:54:36', 'customer' : { 'id' : 1, 'firstName' : 'Kaye', @@ -2567,20 +2567,20 @@ export class ECommerceFakeDb 'id' : 10, 'name' : 'Awaiting bank wire payment', 'color': 'blue-500', - 'date' : '2015/09/01 20:50:07' + 'date' : '2018/09/01 20:50:07' }, { 'id' : 12, 'name' : 'Remote payment accepted', 'color': 'green-500', - 'date' : '2016/02/13 21:19:04' + 'date' : '2018/02/13 21:19:04' } ], 'payment' : { 'transactionId': 44464979, 'amount' : '42.54', 'method' : 'Credit Card', - 'date' : '2015/06/30 11:59:49' + 'date' : '2018/06/30 11:59:49' }, 'shippingDetails': [ { @@ -2588,7 +2588,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '5.52', 'fee' : '2.00', - 'date' : '2015/03/15 07:08:37' + 'date' : '2018/03/15 07:08:37' } ] }, @@ -2599,7 +2599,7 @@ export class ECommerceFakeDb 'tax' : '46.96', 'discount' : '-11.64', 'total' : '97.49', - 'date' : '2016/02/06 13:26:55', + 'date' : '2018/02/06 13:26:55', 'customer' : { 'id' : 1, 'firstName' : 'Iva', @@ -2651,20 +2651,20 @@ export class ECommerceFakeDb 'id' : 6, 'name' : 'Canceled', 'color': 'pink-500', - 'date' : '2015/03/31 03:01:12' + 'date' : '2018/03/31 03:01:12' }, { 'id' : 8, 'name' : 'Payment error', 'color': 'red-900', - 'date' : '2016/03/11 18:53:35' + 'date' : '2018/03/11 18:53:35' } ], 'payment' : { 'transactionId': '2aef4aa3', 'amount' : '97.49', 'method' : 'Check', - 'date' : '2015/05/13 13:28:52' + 'date' : '2018/05/13 13:28:52' }, 'shippingDetails': [ { @@ -2672,7 +2672,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '5.37', 'fee' : '6.00', - 'date' : '2015/04/22 01:48:15' + 'date' : '2018/04/22 01:48:15' } ] }, @@ -2683,7 +2683,7 @@ export class ECommerceFakeDb 'tax' : '48.92', 'discount' : '-18.45', 'total' : '16.95', - 'date' : '2016/01/17 04:23:11', + 'date' : '2018/01/17 04:23:11', 'customer' : { 'id' : 1, 'firstName' : 'Shauna', @@ -2735,20 +2735,20 @@ export class ECommerceFakeDb 'id' : 7, 'name' : 'Refunded', 'color': 'red-500', - 'date' : '2015/12/29 15:34:46' + 'date' : '2018/12/29 15:34:46' }, { 'id' : 11, 'name' : 'Awaiting PayPal payment', 'color': 'blue-500', - 'date' : '2015/07/14 19:10:43' + 'date' : '2018/07/14 19:10:43' } ], 'payment' : { 'transactionId': 'b7ea43c9', 'amount' : '16.95', 'method' : 'PayPal', - 'date' : '2015/07/11 07:18:06' + 'date' : '2018/07/11 07:18:06' }, 'shippingDetails': [ { @@ -2756,7 +2756,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '6.49', 'fee' : '6.00', - 'date' : '2015/01/05 13:42:13' + 'date' : '2018/01/05 13:42:13' } ] }, @@ -2767,7 +2767,7 @@ export class ECommerceFakeDb 'tax' : '64.42', 'discount' : '-19.64', 'total' : '20.34', - 'date' : '2015/09/26 14:26:33', + 'date' : '2018/09/26 14:26:33', 'customer' : { 'id' : 1, 'firstName' : 'Carroll', @@ -2819,20 +2819,20 @@ export class ECommerceFakeDb 'id' : 1, 'name' : 'Awaiting check payment', 'color': 'blue-500', - 'date' : '2015/12/21 10:42:21' + 'date' : '2018/12/21 10:42:21' }, { 'id' : 6, 'name' : 'Canceled', 'color': 'pink-500', - 'date' : '2016/02/11 05:58:55' + 'date' : '2018/02/11 05:58:55' } ], 'payment' : { 'transactionId': '0633458c', 'amount' : '20.34', 'method' : 'Check', - 'date' : '2015/07/17 20:54:14' + 'date' : '2018/07/17 20:54:14' }, 'shippingDetails': [ { @@ -2840,7 +2840,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '3.30', 'fee' : '2.00', - 'date' : '2015/11/04 14:08:16' + 'date' : '2018/11/04 14:08:16' } ] }, @@ -2851,7 +2851,7 @@ export class ECommerceFakeDb 'tax' : '31.36', 'discount' : '-18.23', 'total' : '10.64', - 'date' : '2015/08/10 14:28:10', + 'date' : '2018/08/10 14:28:10', 'customer' : { 'id' : 1, 'firstName' : 'Jeannie', @@ -2903,20 +2903,20 @@ export class ECommerceFakeDb 'id' : 9, 'name' : 'On pre-order (paid)', 'color': 'purple-300', - 'date' : '2015/06/20 08:37:46' + 'date' : '2018/06/20 08:37:46' }, { 'id' : 2, 'name' : 'Payment accepted', 'color': 'green-500', - 'date' : '2015/01/01 01:42:21' + 'date' : '2018/01/01 01:42:21' } ], 'payment' : { 'transactionId': '45f7440a', 'amount' : '10.64', 'method' : 'PayPal', - 'date' : '2015/11/23 11:14:47' + 'date' : '2018/11/23 11:14:47' }, 'shippingDetails': [ { @@ -2924,7 +2924,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '9.94', 'fee' : '6.00', - 'date' : '2016/04/30 19:17:39' + 'date' : '2018/04/30 19:17:39' } ] }, @@ -2935,7 +2935,7 @@ export class ECommerceFakeDb 'tax' : '74.32', 'discount' : '-12.63', 'total' : '27.06', - 'date' : '2015/11/10 16:54:11', + 'date' : '2018/11/10 16:54:11', 'customer' : { 'id' : 1, 'firstName' : 'Dena', @@ -2987,20 +2987,20 @@ export class ECommerceFakeDb 'id' : 5, 'name' : 'Delivered', 'color': 'green-800', - 'date' : '2015/03/23 00:18:52' + 'date' : '2018/03/23 00:18:52' }, { 'id' : 3, 'name' : 'Preparing the order', 'color': 'orange-500', - 'date' : '2015/03/22 04:48:12' + 'date' : '2018/03/22 04:48:12' } ], 'payment' : { 'transactionId': '966f4c8e', 'amount' : '27.06', 'method' : 'PayPal', - 'date' : '2015/07/10 17:22:44' + 'date' : '2018/07/10 17:22:44' }, 'shippingDetails': [ { @@ -3008,7 +3008,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '6.81', 'fee' : '3.00', - 'date' : '2015/01/23 07:31:46' + 'date' : '2018/01/23 07:31:46' } ] }, @@ -3019,7 +3019,7 @@ export class ECommerceFakeDb 'tax' : '33.33', 'discount' : '-12.33', 'total' : '91.50', - 'date' : '2015/08/26 16:24:38', + 'date' : '2018/08/26 16:24:38', 'customer' : { 'id' : 1, 'firstName' : 'Blankenship', @@ -3071,20 +3071,20 @@ export class ECommerceFakeDb 'id' : 6, 'name' : 'Canceled', 'color': 'pink-500', - 'date' : '2016/03/24 22:56:35' + 'date' : '2018/03/24 22:56:35' }, { 'id' : 4, 'name' : 'Shipped', 'color': 'purple-500', - 'date' : '2016/04/09 13:33:26' + 'date' : '2018/04/09 13:33:26' } ], 'payment' : { 'transactionId': '411a4e97', 'amount' : '91.50', 'method' : 'PayPal', - 'date' : '2016/02/05 05:35:52' + 'date' : '2018/02/05 05:35:52' }, 'shippingDetails': [ { @@ -3092,7 +3092,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '6.11', 'fee' : '7.00', - 'date' : '2015/10/20 10:46:31' + 'date' : '2018/10/20 10:46:31' } ] }, @@ -3103,7 +3103,7 @@ export class ECommerceFakeDb 'tax' : '41.90', 'discount' : '-16.54', 'total' : '47.99', - 'date' : '2015/01/04 21:13:53', + 'date' : '2018/01/04 21:13:53', 'customer' : { 'id' : 1, 'firstName' : 'Whitley', @@ -3155,20 +3155,20 @@ export class ECommerceFakeDb 'id' : 7, 'name' : 'Refunded', 'color': 'red-500', - 'date' : '2015/08/10 17:14:57' + 'date' : '2018/08/10 17:14:57' }, { 'id' : 5, 'name' : 'Delivered', 'color': 'green-800', - 'date' : '2016/03/30 01:38:14' + 'date' : '2018/03/30 01:38:14' } ], 'payment' : { 'transactionId': '761943c2', 'amount' : '47.99', 'method' : 'PayPal', - 'date' : '2015/10/11 20:10:46' + 'date' : '2018/10/11 20:10:46' }, 'shippingDetails': [ { @@ -3176,7 +3176,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '5.51', 'fee' : '5.00', - 'date' : '2015/08/28 21:24:36' + 'date' : '2018/08/28 21:24:36' } ] }, @@ -3187,7 +3187,7 @@ export class ECommerceFakeDb 'tax' : '20.12', 'discount' : '-14.57', 'total' : '44.40', - 'date' : '2015/02/24 00:57:18', + 'date' : '2018/02/24 00:57:18', 'customer' : { 'id' : 1, 'firstName' : 'Hood', @@ -3239,20 +3239,20 @@ export class ECommerceFakeDb 'id' : 10, 'name' : 'Awaiting bank wire payment', 'color': 'blue-500', - 'date' : '2015/05/19 11:09:56' + 'date' : '2018/05/19 11:09:56' }, { 'id' : 12, 'name' : 'Remote payment accepted', 'color': 'green-500', - 'date' : '2015/03/27 05:02:33' + 'date' : '2018/03/27 05:02:33' } ], 'payment' : { 'transactionId': '4af94368', 'amount' : '44.40', 'method' : 'PayPal', - 'date' : '2015/11/11 14:25:39' + 'date' : '2018/11/11 14:25:39' }, 'shippingDetails': [ { @@ -3260,7 +3260,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '3.63', 'fee' : '5.00', - 'date' : '2016/03/01 09:07:49' + 'date' : '2018/03/01 09:07:49' } ] } diff --git a/src/app/fake-db/fake-db.service.ts b/src/app/fake-db/fake-db.service.ts index 3fc891cb..4a1cb2a5 100644 --- a/src/app/fake-db/fake-db.service.ts +++ b/src/app/fake-db/fake-db.service.ts @@ -77,8 +77,7 @@ export class FakeDbService implements InMemoryDbService 'profile-about' : ProfileFakeDb.about, // Search - 'search-classic': SearchFakeDb.classic, - 'search-table' : SearchFakeDb.table, + 'search': SearchFakeDb.search, // FAQ 'faq': FaqFakeDb.data, diff --git a/src/app/fake-db/file-manager.ts b/src/app/fake-db/file-manager.ts index 41cfe9b6..114f338e 100644 --- a/src/app/fake-db/file-manager.ts +++ b/src/app/fake-db/file-manager.ts @@ -48,7 +48,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Shopping list', @@ -61,7 +61,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Invoices', @@ -74,7 +74,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Crash logs', @@ -87,7 +87,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'System logs', @@ -100,7 +100,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Prices', @@ -113,7 +113,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Anabelle Manual', @@ -126,7 +126,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Steam summer sale budget', @@ -139,7 +139,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' } ]; diff --git a/src/app/fake-db/icons.ts b/src/app/fake-db/icons.ts index 9ebb7d87..e14a3bd6 100644 --- a/src/app/fake-db/icons.ts +++ b/src/app/fake-db/icons.ts @@ -1,938 +1,5070 @@ export class IconsFakeDb { public static icons = [ - '3d_rotation', - 'ac_unit', - 'access_alarm', - 'access_alarms', - 'access_time', - 'accessibility', - 'accessible', - 'account_balance', - 'account_balance_wallet', - 'account_box', - 'account_circle', - 'adb', - 'add', - 'add_a_photo', - 'add_alarm', - 'add_alert', - 'add_box', - 'add_circle', - 'add_circle_outline', - 'add_location', - 'add_shopping_cart', - 'add_to_photos', - 'add_to_queue', - 'adjust', - 'airline_seat_flat', - 'airline_seat_flat_angled', - 'airline_seat_individual_suite', - 'airline_seat_legroom_extra', - 'airline_seat_legroom_normal', - 'airline_seat_legroom_reduced', - 'airline_seat_recline_extra', - 'airline_seat_recline_normal', - 'airplanemode_active', - 'airplanemode_inactive', - 'airplay', - 'airport_shuttle', - 'alarm', - 'alarm_add', - 'alarm_off', - 'alarm_on', - 'album', - 'all_inclusive', - 'all_out', - 'android', - 'announcement', - 'apps', - 'archive', - 'arrow_back', - 'arrow_downward', - 'arrow_drop_down', - 'arrow_drop_down_circle', - 'arrow_drop_up', - 'arrow_forward', - 'arrow_upward', - 'art_track', - 'aspect_ratio', - 'assessment', - 'assignment', - 'assignment_ind', - 'assignment_late', - 'assignment_return', - 'assignment_returned', - 'assignment_turned_in', - 'assistant', - 'assistant_photo', - 'attach_file', - 'attach_money', - 'attachment', - 'audiotrack', - 'autorenew', - 'av_timer', - 'backspace', - 'backup', - 'battery_alert', - 'battery_charging_full', - 'battery_full', - 'battery_std', - 'battery_unknown', - 'beach_access', - 'beenhere', - 'block', - 'bluetooth', - 'bluetooth_audio', - 'bluetooth_connected', - 'bluetooth_disabled', - 'bluetooth_searching', - 'blur_circular', - 'blur_linear', - 'blur_off', - 'blur_on', - 'book', - 'bookmark', - 'bookmark_border', - 'border_all', - 'border_bottom', - 'border_clear', - 'border_color', - 'border_horizontal', - 'border_inner', - 'border_left', - 'border_outer', - 'border_right', - 'border_style', - 'border_top', - 'border_vertical', - 'branding_watermark', - 'brightness_1', - 'brightness_2', - 'brightness_3', - 'brightness_4', - 'brightness_5', - 'brightness_6', - 'brightness_7', - 'brightness_auto', - 'brightness_high', - 'brightness_low', - 'brightness_medium', - 'broken_image', - 'brush', - 'bubble_chart', - 'bug_report', - 'build', - 'burst_mode', - 'business', - 'business_center', - 'cached', - 'cake', - 'call', - 'call_end', - 'call_made', - 'call_merge', - 'call_missed', - 'call_missed_outgoing', - 'call_received', - 'call_split', - 'call_to_action', - 'camera', - 'camera_alt', - 'camera_enhance', - 'camera_front', - 'camera_rear', - 'camera_roll', - 'cancel', - 'card_giftcard', - 'card_membership', - 'card_travel', - 'casino', - 'cast', - 'cast_connected', - 'center_focus_strong', - 'center_focus_weak', - 'change_history', - 'chat', - 'chat_bubble', - 'chat_bubble_outline', - 'check', - 'check_box', - 'check_box_outline_blank', - 'check_circle', - 'chevron_left', - 'chevron_right', - 'child_care', - 'child_friendly', - 'chrome_reader_mode', - 'class', - 'clear', - 'clear_all', - 'close', - 'closed_caption', - 'cloud', - 'cloud_circle', - 'cloud_done', - 'cloud_download', - 'cloud_off', - 'cloud_queue', - 'cloud_upload', - 'code', - 'collections', - 'collections_bookmark', - 'color_lens', - 'colorize', - 'comment', - 'compare', - 'compare_arrows', - 'computer', - 'confirmation_number', - 'contact_mail', - 'contact_phone', - 'contacts', - 'content_copy', - 'content_cut', - 'content_paste', - 'control_point', - 'control_point_duplicate', - 'copyright', - 'create', - 'create_new_folder', - 'credit_card', - 'crop', - 'crop_16_9', - 'crop_3_2', - 'crop_5_4', - 'crop_7_5', - 'crop_din', - 'crop_free', - 'crop_landscape', - 'crop_original', - 'crop_portrait', - 'crop_rotate', - 'crop_square', - 'dashboard', - 'data_usage', - 'date_range', - 'dehaze', - 'delete', - 'delete_forever', - 'delete_sweep', - 'description', - 'desktop_mac', - 'desktop_windows', - 'details', - 'developer_board', - 'developer_mode', - 'device_hub', - 'devices', - 'devices_other', - 'dialer_sip', - 'dialpad', - 'directions', - 'directions_bike', - 'directions_boat', - 'directions_bus', - 'directions_car', - 'directions_railway', - 'directions_run', - 'directions_subway', - 'directions_transit', - 'directions_walk', - 'disc_full', - 'dns', - 'do_not_disturb', - 'do_not_disturb_alt', - 'do_not_disturb_off', - 'do_not_disturb_on', - 'dock', - 'domain', - 'done', - 'done_all', - 'donut_large', - 'donut_small', - 'drafts', - 'drag_handle', - 'drive_eta', - 'dvr', - 'edit', - 'edit_location', - 'eject', - 'email', - 'enhanced_encryption', - 'equalizer', - 'error', - 'error_outline', - 'euro_symbol', - 'ev_station', - 'event', - 'event_available', - 'event_busy', - 'event_note', - 'event_seat', - 'exit_to_app', - 'expand_less', - 'expand_more', - 'explicit', - 'explore', - 'exposure', - 'exposure_neg_1', - 'exposure_neg_2', - 'exposure_plus_1', - 'exposure_plus_2', - 'exposure_zero', - 'extension', - 'face', - 'fast_forward', - 'fast_rewind', - 'favorite', - 'favorite_border', - 'featured_play_list', - 'featured_video', - 'feedback', - 'fiber_dvr', - 'fiber_manual_record', - 'fiber_new', - 'fiber_pin', - 'fiber_smart_record', - 'file_download', - 'file_upload', - 'filter', - 'filter_1', - 'filter_2', - 'filter_3', - 'filter_4', - 'filter_5', - 'filter_6', - 'filter_7', - 'filter_8', - 'filter_9', - 'filter_9_plus', - 'filter_b_and_w', - 'filter_center_focus', - 'filter_drama', - 'filter_frames', - 'filter_hdr', - 'filter_list', - 'filter_none', - 'filter_tilt_shift', - 'filter_vintage', - 'find_in_page', - 'find_replace', - 'fingerprint', - 'first_page', - 'fitness_center', - 'flag', - 'flare', - 'flash_auto', - 'flash_off', - 'flash_on', - 'flight', - 'flight_land', - 'flight_takeoff', - 'flip', - 'flip_to_back', - 'flip_to_front', - 'folder', - 'folder_open', - 'folder_shared', - 'folder_special', - 'font_download', - 'format_align_center', - 'format_align_justify', - 'format_align_left', - 'format_align_right', - 'format_bold', - 'format_clear', - 'format_color_fill', - 'format_color_reset', - 'format_color_text', - 'format_indent_decrease', - 'format_indent_increase', - 'format_italic', - 'format_line_spacing', - 'format_list_bulleted', - 'format_list_numbered', - 'format_paint', - 'format_quote', - 'format_shapes', - 'format_size', - 'format_strikethrough', - 'format_textdirection_l_to_r', - 'format_textdirection_r_to_l', - 'format_underlined', - 'forum', - 'forward', - 'forward_10', - 'forward_30', - 'forward_5', - 'free_breakfast', - 'fullscreen', - 'fullscreen_exit', - 'functions', - 'g_translate', - 'gamepad', - 'games', - 'gavel', - 'gesture', - 'get_app', - 'gif', - 'golf_course', - 'gps_fixed', - 'gps_not_fixed', - 'gps_off', - 'grade', - 'gradient', - 'grain', - 'graphic_eq', - 'grid_off', - 'grid_on', - 'group', - 'group_add', - 'group_work', - 'hd', - 'hdr_off', - 'hdr_on', - 'hdr_strong', - 'hdr_weak', - 'headset', - 'headset_mic', - 'healing', - 'hearing', - 'help', - 'help_outline', - 'high_quality', - 'highlight', - 'highlight_off', - 'history', - 'home', - 'hot_tub', - 'hotel', - 'hourglass_empty', - 'hourglass_full', - 'http', - 'https', - 'image', - 'image_aspect_ratio', - 'import_contacts', - 'import_export', - 'important_devices', - 'inbox', - 'indeterminate_check_box', - 'info', - 'info_outline', - 'input', - 'insert_chart', - 'insert_comment', - 'insert_drive_file', - 'insert_emoticon', - 'insert_invitation', - 'insert_link', - 'insert_photo', - 'invert_colors', - 'invert_colors_off', - 'iso', - 'keyboard', - 'keyboard_arrow_down', - 'keyboard_arrow_left', - 'keyboard_arrow_right', - 'keyboard_arrow_up', - 'keyboard_backspace', - 'keyboard_capslock', - 'keyboard_hide', - 'keyboard_return', - 'keyboard_tab', - 'keyboard_voice', - 'kitchen', - 'label', - 'label_outline', - 'landscape', - 'language', - 'laptop', - 'laptop_chromebook', - 'laptop_mac', - 'laptop_windows', - 'last_page', - 'launch', - 'layers', - 'layers_clear', - 'leak_add', - 'leak_remove', - 'lens', - 'library_add', - 'library_books', - 'library_music', - 'lightbulb_outline', - 'line_style', - 'line_weight', - 'linear_scale', - 'link', - 'linked_camera', - 'list', - 'live_help', - 'live_tv', - 'local_activity', - 'local_airport', - 'local_atm', - 'local_bar', - 'local_cafe', - 'local_car_wash', - 'local_convenience_store', - 'local_dining', - 'local_drink', - 'local_florist', - 'local_gas_station', - 'local_grocery_store', - 'local_hospital', - 'local_hotel', - 'local_laundry_service', - 'local_library', - 'local_mall', - 'local_movies', - 'local_offer', - 'local_parking', - 'local_pharmacy', - 'local_phone', - 'local_pizza', - 'local_play', - 'local_post_office', - 'local_printshop', - 'local_see', - 'local_shipping', - 'local_taxi', - 'location_city', - 'location_disabled', - 'location_off', - 'location_on', - 'location_searching', - 'lock', - 'lock_open', - 'lock_outline', - 'looks', - 'looks_3', - 'looks_4', - 'looks_5', - 'looks_6', - 'looks_one', - 'looks_two', - 'loop', - 'loupe', - 'low_priority', - 'loyalty', - 'mail', - 'mail_outline', - 'map', - 'markunread', - 'markunread_mailbox', - 'memory', - 'menu', - 'merge_type', - 'message', - 'mic', - 'mic_none', - 'mic_off', - 'mms', - 'mode_comment', - 'mode_edit', - 'monetization_on', - 'money_off', - 'monochrome_photos', - 'mood', - 'mood_bad', - 'more', - 'more_horiz', - 'more_vert', - 'motorcycle', - 'mouse', - 'move_to_inbox', - 'movie', - 'movie_creation', - 'movie_filter', - 'multiline_chart', - 'music_note', - 'music_video', - 'my_location', - 'nature', - 'nature_people', - 'navigate_before', - 'navigate_next', - 'navigation', - 'near_me', - 'network_cell', - 'network_check', - 'network_locked', - 'network_wifi', - 'new_releases', - 'next_week', - 'nfc', - 'no_encryption', - 'no_sim', - 'not_interested', - 'note', - 'note_add', - 'notifications', - 'notifications_active', - 'notifications_none', - 'notifications_off', - 'notifications_paused', - 'offline_pin', - 'ondemand_video', - 'opacity', - 'open_in_browser', - 'open_in_new', - 'open_with', - 'pages', - 'pageview', - 'palette', - 'pan_tool', - 'panorama', - 'panorama_fish_eye', - 'panorama_horizontal', - 'panorama_vertical', - 'panorama_wide_angle', - 'party_mode', - 'pause', - 'pause_circle_filled', - 'pause_circle_outline', - 'payment', - 'people', - 'people_outline', - 'perm_camera_mic', - 'perm_contact_calendar', - 'perm_data_setting', - 'perm_device_information', - 'perm_identity', - 'perm_media', - 'perm_phone_msg', - 'perm_scan_wifi', - 'person', - 'person_add', - 'person_outline', - 'person_pin', - 'person_pin_circle', - 'personal_video', - 'pets', - 'phone', - 'phone_android', - 'phone_bluetooth_speaker', - 'phone_forwarded', - 'phone_in_talk', - 'phone_iphone', - 'phone_locked', - 'phone_missed', - 'phone_paused', - 'phonelink', - 'phonelink_erase', - 'phonelink_lock', - 'phonelink_off', - 'phonelink_ring', - 'phonelink_setup', - 'photo', - 'photo_album', - 'photo_camera', - 'photo_filter', - 'photo_library', - 'photo_size_select_actual', - 'photo_size_select_large', - 'photo_size_select_small', - 'picture_as_pdf', - 'picture_in_picture', - 'picture_in_picture_alt', - 'pie_chart', - 'pie_chart_outlined', - 'pin_drop', - 'place', - 'play_arrow', - 'play_circle_filled', - 'play_circle_outline', - 'play_for_work', - 'playlist_add', - 'playlist_add_check', - 'playlist_play', - 'plus_one', - 'poll', - 'polymer', - 'pool', - 'portable_wifi_off', - 'portrait', - 'power', - 'power_input', - 'power_settings_new', - 'pregnant_woman', - 'present_to_all', - 'print', - 'priority_high', - 'public', - 'publish', - 'query_builder', - 'question_answer', - 'queue', - 'queue_music', - 'queue_play_next', - 'radio', - 'radio_button_checked', - 'radio_button_unchecked', - 'rate_review', - 'receipt', - 'recent_actors', - 'record_voice_over', - 'redeem', - 'redo', - 'refresh', - 'remove', - 'remove_circle', - 'remove_circle_outline', - 'remove_from_queue', - 'remove_red_eye', - 'remove_shopping_cart', - 'reorder', - 'repeat', - 'repeat_one', - 'replay', - 'replay_10', - 'replay_30', - 'replay_5', - 'reply', - 'reply_all', - 'report', - 'report_problem', - 'restaurant', - 'restaurant_menu', - 'restore', - 'restore_page', - 'ring_volume', - 'room', - 'room_service', - 'rotate_90_degrees_ccw', - 'rotate_left', - 'rotate_right', - 'rounded_corner', - 'router', - 'rowing', - 'rss_feed', - 'rv_hookup', - 'satellite', - 'save', - 'scanner', - 'schedule', - 'school', - 'screen_lock_landscape', - 'screen_lock_portrait', - 'screen_lock_rotation', - 'screen_rotation', - 'screen_share', - 'sd_card', - 'sd_storage', - 'search', - 'security', - 'select_all', - 'send', - 'sentiment_dissatisfied', - 'sentiment_neutral', - 'sentiment_satisfied', - 'sentiment_very_dissatisfied', - 'sentiment_very_satisfied', - 'settings', - 'settings_applications', - 'settings_backup_restore', - 'settings_bluetooth', - 'settings_brightness', - 'settings_cell', - 'settings_ethernet', - 'settings_input_antenna', - 'settings_input_component', - 'settings_input_composite', - 'settings_input_hdmi', - 'settings_input_svideo', - 'settings_overscan', - 'settings_phone', - 'settings_power', - 'settings_remote', - 'settings_system_daydream', - 'settings_voice', - 'share', - 'shop', - 'shop_two', - 'shopping_basket', - 'shopping_cart', - 'short_text', - 'show_chart', - 'shuffle', - 'signal_cellular_4_bar', - 'signal_cellular_connected_no_internet_4_bar', - 'signal_cellular_no_sim', - 'signal_cellular_null', - 'signal_cellular_off', - 'signal_wifi_4_bar', - 'signal_wifi_4_bar_lock', - 'signal_wifi_off', - 'sim_card', - 'sim_card_alert', - 'skip_next', - 'skip_previous', - 'slideshow', - 'slow_motion_video', - 'smartphone', - 'smoke_free', - 'smoking_rooms', - 'sms', - 'sms_failed', - 'snooze', - 'sort', - 'sort_by_alpha', - 'spa', - 'space_bar', - 'speaker', - 'speaker_group', - 'speaker_notes', - 'speaker_notes_off', - 'speaker_phone', - 'spellcheck', - 'star', - 'star_border', - 'star_half', - 'stars', - 'stay_current_landscape', - 'stay_current_portrait', - 'stay_primary_landscape', - 'stay_primary_portrait', - 'stop', - 'stop_screen_share', - 'storage', - 'store', - 'store_mall_directory', - 'straighten', - 'streetview', - 'strikethrough_s', - 'style', - 'subdirectory_arrow_left', - 'subdirectory_arrow_right', - 'subject', - 'subscriptions', - 'subtitles', - 'subway', - 'supervisor_account', - 'surround_sound', - 'swap_calls', - 'swap_horiz', - 'swap_vert', - 'swap_vertical_circle', - 'switch_camera', - 'switch_video', - 'sync', - 'sync_disabled', - 'sync_problem', - 'system_update', - 'system_update_alt', - 'tab', - 'tab_unselected', - 'tablet', - 'tablet_android', - 'tablet_mac', - 'tag_faces', - 'tap_and_play', - 'terrain', - 'text_fields', - 'text_format', - 'textsms', - 'texture', - 'theaters', - 'thumb_down', - 'thumb_up', - 'thumbs_up_down', - 'time_to_leave', - 'timelapse', - 'timeline', - 'timer', - 'timer_10', - 'timer_3', - 'timer_off', - 'title', - 'toc', - 'today', - 'toll', - 'tonality', - 'touch_app', - 'toys', - 'track_changes', - 'traffic', - 'train', - 'tram', - 'transfer_within_a_station', - 'transform', - 'translate', - 'trending_down', - 'trending_flat', - 'trending_up', - 'tune', - 'turned_in', - 'turned_in_not', - 'tv', - 'unarchive', - 'undo', - 'unfold_less', - 'unfold_more', - 'update', - 'usb', - 'verified_user', - 'vertical_align_bottom', - 'vertical_align_center', - 'vertical_align_top', - 'vibration', - 'video_call', - 'video_label', - 'video_library', - 'videocam', - 'videocam_off', - 'videogame_asset', - 'view_agenda', - 'view_array', - 'view_carousel', - 'view_column', - 'view_comfy', - 'view_compact', - 'view_day', - 'view_headline', - 'view_list', - 'view_module', - 'view_quilt', - 'view_stream', - 'view_week', - 'vignette', - 'visibility', - 'visibility_off', - 'voice_chat', - 'voicemail', - 'volume_down', - 'volume_mute', - 'volume_off', - 'volume_up', - 'vpn_key', - 'vpn_lock', - 'wallpaper', - 'warning', - 'watch', - 'watch_later', - 'wb_auto', - 'wb_cloudy', - 'wb_incandescent', - 'wb_iridescent', - 'wb_sunny', - 'wc', - 'web', - 'web_asset', - 'weekend', - 'whatshot', - 'widgets', - 'wifi', - 'wifi_lock', - 'wifi_tethering', - 'work', - 'wrap_text', - 'youtube_searched_for', - 'zoom_in', - 'zoom_out', - 'zoom_out_map' + { + 'name' : '3d_rotation', + 'ligature': '3d_rotation', + 'tags' : ['3d_rotation'] + }, + { + 'name' : '4k', + 'ligature': '4k', + 'tags' : ['4k'] + }, + { + 'name' : '360', + 'ligature': '360', + 'tags' : ['360'] + }, + { + 'name' : 'ac_unit', + 'ligature': 'ac_unit', + 'tags' : ['ac_unit'] + }, + { + 'name' : 'access_alarm', + 'ligature': 'access_alarm', + 'tags' : ['access_alarm'] + }, + { + 'name' : 'access_alarms', + 'ligature': 'access_alarms', + 'tags' : ['access_alarms'] + }, + { + 'name' : 'access_time', + 'ligature': 'access_time', + 'tags' : ['access_time'] + }, + { + 'name' : 'accessibility_new', + 'ligature': 'accessibility_new', + 'tags' : ['accessibility_new'] + }, + { + 'name' : 'accessibility', + 'ligature': 'accessibility', + 'tags' : ['accessibility'] + }, + { + 'name' : 'accessible_forward', + 'ligature': 'accessible_forward', + 'tags' : ['accessible_forward'] + }, + { + 'name' : 'accessible', + 'ligature': 'accessible', + 'tags' : ['accessible'] + }, + { + 'name' : 'account_balance_wallet', + 'ligature': 'account_balance_wallet', + 'tags' : ['account_balance_wallet'] + }, + { + 'name' : 'account_balance', + 'ligature': 'account_balance', + 'tags' : ['account_balance'] + }, + { + 'name' : 'account_box', + 'ligature': 'account_box', + 'tags' : ['account_box'] + }, + { + 'name' : 'account_circle', + 'ligature': 'account_circle', + 'tags' : ['account_circle'] + }, + { + 'name' : 'adb', + 'ligature': 'adb', + 'tags' : ['adb'] + }, + { + 'name' : 'add_a_photo', + 'ligature': 'add_a_photo', + 'tags' : ['add_a_photo'] + }, + { + 'name' : 'add_alarm', + 'ligature': 'add_alarm', + 'tags' : ['add_alarm'] + }, + { + 'name' : 'add_alert', + 'ligature': 'add_alert', + 'tags' : ['add_alert'] + }, + { + 'name' : 'add_box', + 'ligature': 'add_box', + 'tags' : ['add_box'] + }, + { + 'name' : 'add_circle_outline', + 'ligature': 'add_circle_outline', + 'tags' : ['add_circle_outline'] + }, + { + 'name' : 'add_circle', + 'ligature': 'add_circle', + 'tags' : ['add_circle'] + }, + { + 'name' : 'add_comment', + 'ligature': 'add_comment', + 'tags' : ['add_comment'] + }, + { + 'name' : 'add_location', + 'ligature': 'add_location', + 'tags' : ['add_location'] + }, + { + 'name' : 'add_photo_alternate', + 'ligature': 'add_photo_alternate', + 'tags' : ['add_photo_alternate'] + }, + { + 'name' : 'add_shopping_cart', + 'ligature': 'add_shopping_cart', + 'tags' : ['add_shopping_cart'] + }, + { + 'name' : 'add_to_home_screen', + 'ligature': 'add_to_home_screen', + 'tags' : ['add_to_home_screen'] + }, + { + 'name' : 'add_to_photos', + 'ligature': 'add_to_photos', + 'tags' : ['add_to_photos'] + }, + { + 'name' : 'add_to_queue', + 'ligature': 'add_to_queue', + 'tags' : ['add_to_queue'] + }, + { + 'name' : 'add', + 'ligature': 'add', + 'tags' : ['add'] + }, + { + 'name' : 'adjust', + 'ligature': 'adjust', + 'tags' : ['adjust'] + }, + { + 'name' : 'airline_seat_flat_angled', + 'ligature': 'airline_seat_flat_angled', + 'tags' : ['airline_seat_flat_angled'] + }, + { + 'name' : 'airline_seat_flat', + 'ligature': 'airline_seat_flat', + 'tags' : ['airline_seat_flat'] + }, + { + 'name' : 'airline_seat_individual_suite', + 'ligature': 'airline_seat_individual_suite', + 'tags' : ['airline_seat_individual_suite'] + }, + { + 'name' : 'airline_seat_legroom_extra', + 'ligature': 'airline_seat_legroom_extra', + 'tags' : ['airline_seat_legroom_extra'] + }, + { + 'name' : 'airline_seat_legroom_normal', + 'ligature': 'airline_seat_legroom_normal', + 'tags' : ['airline_seat_legroom_normal'] + }, + { + 'name' : 'airline_seat_legroom_reduced', + 'ligature': 'airline_seat_legroom_reduced', + 'tags' : ['airline_seat_legroom_reduced'] + }, + { + 'name' : 'airline_seat_recline_extra', + 'ligature': 'airline_seat_recline_extra', + 'tags' : ['airline_seat_recline_extra'] + }, + { + 'name' : 'airline_seat_recline_normal', + 'ligature': 'airline_seat_recline_normal', + 'tags' : ['airline_seat_recline_normal'] + }, + { + 'name' : 'airplanemode_active', + 'ligature': 'airplanemode_active', + 'tags' : ['airplanemode_active'] + }, + { + 'name' : 'airplanemode_inactive', + 'ligature': 'airplanemode_inactive', + 'tags' : ['airplanemode_inactive'] + }, + { + 'name' : 'airplay', + 'ligature': 'airplay', + 'tags' : ['airplay'] + }, + { + 'name' : 'airport_shuttle', + 'ligature': 'airport_shuttle', + 'tags' : ['airport_shuttle'] + }, + { + 'name' : 'alarm_add', + 'ligature': 'alarm_add', + 'tags' : ['alarm_add'] + }, + { + 'name' : 'alarm_off', + 'ligature': 'alarm_off', + 'tags' : ['alarm_off'] + }, + { + 'name' : 'alarm_on', + 'ligature': 'alarm_on', + 'tags' : ['alarm_on'] + }, + { + 'name' : 'alarm', + 'ligature': 'alarm', + 'tags' : ['alarm'] + }, + { + 'name' : 'album', + 'ligature': 'album', + 'tags' : ['album'] + }, + { + 'name' : 'all_inbox', + 'ligature': 'all_inbox', + 'tags' : ['all_inbox'] + }, + { + 'name' : 'all_inclusive', + 'ligature': 'all_inclusive', + 'tags' : ['all_inclusive'] + }, + { + 'name' : 'all_out', + 'ligature': 'all_out', + 'tags' : ['all_out'] + }, + { + 'name' : 'alternate_email', + 'ligature': 'alternate_email', + 'tags' : ['alternate_email'] + }, + { + 'name' : 'android', + 'ligature': 'android', + 'tags' : ['android'] + }, + { + 'name' : 'announcement', + 'ligature': 'announcement', + 'tags' : ['announcement'] + }, + { + 'name' : 'apps', + 'ligature': 'apps', + 'tags' : ['apps'] + }, + { + 'name' : 'archive', + 'ligature': 'archive', + 'tags' : ['archive'] + }, + { + 'name' : 'arrow_back_ios', + 'ligature': 'arrow_back_ios', + 'tags' : ['arrow_back_ios'] + }, + { + 'name' : 'arrow_back', + 'ligature': 'arrow_back', + 'tags' : ['arrow_back'] + }, + { + 'name' : 'arrow_downward', + 'ligature': 'arrow_downward', + 'tags' : ['arrow_downward'] + }, + { + 'name' : 'arrow_drop_down_circle', + 'ligature': 'arrow_drop_down_circle', + 'tags' : ['arrow_drop_down_circle'] + }, + { + 'name' : 'arrow_drop_down', + 'ligature': 'arrow_drop_down', + 'tags' : ['arrow_drop_down'] + }, + { + 'name' : 'arrow_drop_up', + 'ligature': 'arrow_drop_up', + 'tags' : ['arrow_drop_up'] + }, + { + 'name' : 'arrow_forward_ios', + 'ligature': 'arrow_forward_ios', + 'tags' : ['arrow_forward_ios'] + }, + { + 'name' : 'arrow_forward', + 'ligature': 'arrow_forward', + 'tags' : ['arrow_forward'] + }, + { + 'name' : 'arrow_left', + 'ligature': 'arrow_left', + 'tags' : ['arrow_left'] + }, + { + 'name' : 'arrow_right_alt', + 'ligature': 'arrow_right_alt', + 'tags' : ['arrow_right_alt'] + }, + { + 'name' : 'arrow_right', + 'ligature': 'arrow_right', + 'tags' : ['arrow_right'] + }, + { + 'name' : 'arrow_upward', + 'ligature': 'arrow_upward', + 'tags' : ['arrow_upward'] + }, + { + 'name' : 'art_track', + 'ligature': 'art_track', + 'tags' : ['art_track'] + }, + { + 'name' : 'aspect_ratio', + 'ligature': 'aspect_ratio', + 'tags' : ['aspect_ratio'] + }, + { + 'name' : 'assessment', + 'ligature': 'assessment', + 'tags' : ['assessment'] + }, + { + 'name' : 'assignment_ind', + 'ligature': 'assignment_ind', + 'tags' : ['assignment_ind'] + }, + { + 'name' : 'assignment_late', + 'ligature': 'assignment_late', + 'tags' : ['assignment_late'] + }, + { + 'name' : 'assignment_return', + 'ligature': 'assignment_return', + 'tags' : ['assignment_return'] + }, + { + 'name' : 'assignment_returned', + 'ligature': 'assignment_returned', + 'tags' : ['assignment_returned'] + }, + { + 'name' : 'assignment_turned_in', + 'ligature': 'assignment_turned_in', + 'tags' : ['assignment_turned_in'] + }, + { + 'name' : 'assignment', + 'ligature': 'assignment', + 'tags' : ['assignment'] + }, + { + 'name' : 'assistant_photo', + 'ligature': 'assistant_photo', + 'tags' : ['assistant_photo'] + }, + { + 'name' : 'assistant', + 'ligature': 'assistant', + 'tags' : ['assistant'] + }, + { + 'name' : 'atm', + 'ligature': 'atm', + 'tags' : ['atm'] + }, + { + 'name' : 'attach_file', + 'ligature': 'attach_file', + 'tags' : ['attach_file'] + }, + { + 'name' : 'attach_money', + 'ligature': 'attach_money', + 'tags' : ['attach_money'] + }, + { + 'name' : 'attachment', + 'ligature': 'attachment', + 'tags' : ['attachment'] + }, + { + 'name' : 'audiotrack', + 'ligature': 'audiotrack', + 'tags' : ['audiotrack'] + }, + { + 'name' : 'autorenew', + 'ligature': 'autorenew', + 'tags' : ['autorenew'] + }, + { + 'name' : 'av_timer', + 'ligature': 'av_timer', + 'tags' : ['av_timer'] + }, + { + 'name' : 'backspace', + 'ligature': 'backspace', + 'tags' : ['backspace'] + }, + { + 'name' : 'backup', + 'ligature': 'backup', + 'tags' : ['backup'] + }, + { + 'name' : 'ballot', + 'ligature': 'ballot', + 'tags' : ['ballot'] + }, + { + 'name' : 'bar_chart', + 'ligature': 'bar_chart', + 'tags' : ['bar_chart'] + }, + { + 'name' : 'battery_alert', + 'ligature': 'battery_alert', + 'tags' : ['battery_alert'] + }, + { + 'name' : 'battery_charging_full', + 'ligature': 'battery_charging_full', + 'tags' : ['battery_charging_full'] + }, + { + 'name' : 'battery_full', + 'ligature': 'battery_full', + 'tags' : ['battery_full'] + }, + { + 'name' : 'battery_std', + 'ligature': 'battery_std', + 'tags' : ['battery_std'] + }, + { + 'name' : 'battery_unknown', + 'ligature': 'battery_unknown', + 'tags' : ['battery_unknown'] + }, + { + 'name' : 'beach_access', + 'ligature': 'beach_access', + 'tags' : ['beach_access'] + }, + { + 'name' : 'beenhere', + 'ligature': 'beenhere', + 'tags' : ['beenhere'] + }, + { + 'name' : 'block', + 'ligature': 'block', + 'tags' : ['block'] + }, + { + 'name' : 'bluetooth_audio', + 'ligature': 'bluetooth_audio', + 'tags' : ['bluetooth_audio'] + }, + { + 'name' : 'bluetooth_connected', + 'ligature': 'bluetooth_connected', + 'tags' : ['bluetooth_connected'] + }, + { + 'name' : 'bluetooth_disabled', + 'ligature': 'bluetooth_disabled', + 'tags' : ['bluetooth_disabled'] + }, + { + 'name' : 'bluetooth_searching', + 'ligature': 'bluetooth_searching', + 'tags' : ['bluetooth_searching'] + }, + { + 'name' : 'bluetooth', + 'ligature': 'bluetooth', + 'tags' : ['bluetooth'] + }, + { + 'name' : 'blur_circular', + 'ligature': 'blur_circular', + 'tags' : ['blur_circular'] + }, + { + 'name' : 'blur_linear', + 'ligature': 'blur_linear', + 'tags' : ['blur_linear'] + }, + { + 'name' : 'blur_off', + 'ligature': 'blur_off', + 'tags' : ['blur_off'] + }, + { + 'name' : 'blur_on', + 'ligature': 'blur_on', + 'tags' : ['blur_on'] + }, + { + 'name' : 'book', + 'ligature': 'book', + 'tags' : ['book'] + }, + { + 'name' : 'bookmark_border', + 'ligature': 'bookmark_border', + 'tags' : ['bookmark_border'] + }, + { + 'name' : 'bookmark', + 'ligature': 'bookmark', + 'tags' : ['bookmark'] + }, + { + 'name' : 'bookmarks', + 'ligature': 'bookmarks', + 'tags' : ['bookmarks'] + }, + { + 'name' : 'border_all', + 'ligature': 'border_all', + 'tags' : ['border_all'] + }, + { + 'name' : 'border_bottom', + 'ligature': 'border_bottom', + 'tags' : ['border_bottom'] + }, + { + 'name' : 'border_clear', + 'ligature': 'border_clear', + 'tags' : ['border_clear'] + }, + { + 'name' : 'border_horizontal', + 'ligature': 'border_horizontal', + 'tags' : ['border_horizontal'] + }, + { + 'name' : 'border_inner', + 'ligature': 'border_inner', + 'tags' : ['border_inner'] + }, + { + 'name' : 'border_left', + 'ligature': 'border_left', + 'tags' : ['border_left'] + }, + { + 'name' : 'border_outer', + 'ligature': 'border_outer', + 'tags' : ['border_outer'] + }, + { + 'name' : 'border_right', + 'ligature': 'border_right', + 'tags' : ['border_right'] + }, + { + 'name' : 'border_style', + 'ligature': 'border_style', + 'tags' : ['border_style'] + }, + { + 'name' : 'border_top', + 'ligature': 'border_top', + 'tags' : ['border_top'] + }, + { + 'name' : 'border_vertical', + 'ligature': 'border_vertical', + 'tags' : ['border_vertical'] + }, + { + 'name' : 'branding_watermark', + 'ligature': 'branding_watermark', + 'tags' : ['branding_watermark'] + }, + { + 'name' : 'brightness_1', + 'ligature': 'brightness_1', + 'tags' : ['brightness_1'] + }, + { + 'name' : 'brightness_2', + 'ligature': 'brightness_2', + 'tags' : ['brightness_2'] + }, + { + 'name' : 'brightness_3', + 'ligature': 'brightness_3', + 'tags' : ['brightness_3'] + }, + { + 'name' : 'brightness_4', + 'ligature': 'brightness_4', + 'tags' : ['brightness_4'] + }, + { + 'name' : 'brightness_5', + 'ligature': 'brightness_5', + 'tags' : ['brightness_5'] + }, + { + 'name' : 'brightness_6', + 'ligature': 'brightness_6', + 'tags' : ['brightness_6'] + }, + { + 'name' : 'brightness_7', + 'ligature': 'brightness_7', + 'tags' : ['brightness_7'] + }, + { + 'name' : 'brightness_auto', + 'ligature': 'brightness_auto', + 'tags' : ['brightness_auto'] + }, + { + 'name' : 'brightness_high', + 'ligature': 'brightness_high', + 'tags' : ['brightness_high'] + }, + { + 'name' : 'brightness_low', + 'ligature': 'brightness_low', + 'tags' : ['brightness_low'] + }, + { + 'name' : 'brightness_medium', + 'ligature': 'brightness_medium', + 'tags' : ['brightness_medium'] + }, + { + 'name' : 'broken_image', + 'ligature': 'broken_image', + 'tags' : ['broken_image'] + }, + { + 'name' : 'brush', + 'ligature': 'brush', + 'tags' : ['brush'] + }, + { + 'name' : 'bubble_chart', + 'ligature': 'bubble_chart', + 'tags' : ['bubble_chart'] + }, + { + 'name' : 'bug_report', + 'ligature': 'bug_report', + 'tags' : ['bug_report'] + }, + { + 'name' : 'build', + 'ligature': 'build', + 'tags' : ['build'] + }, + { + 'name' : 'burst_mode', + 'ligature': 'burst_mode', + 'tags' : ['burst_mode'] + }, + { + 'name' : 'business_center', + 'ligature': 'business_center', + 'tags' : ['business_center'] + }, + { + 'name' : 'business', + 'ligature': 'business', + 'tags' : ['business'] + }, + { + 'name' : 'cached', + 'ligature': 'cached', + 'tags' : ['cached'] + }, + { + 'name' : 'cake', + 'ligature': 'cake', + 'tags' : ['cake'] + }, + { + 'name' : 'calendar_today', + 'ligature': 'calendar_today', + 'tags' : ['calendar_today'] + }, + { + 'name' : 'calendar_view_day', + 'ligature': 'calendar_view_day', + 'tags' : ['calendar_view_day'] + }, + { + 'name' : 'call_end', + 'ligature': 'call_end', + 'tags' : ['call_end'] + }, + { + 'name' : 'call_made', + 'ligature': 'call_made', + 'tags' : ['call_made'] + }, + { + 'name' : 'call_merge', + 'ligature': 'call_merge', + 'tags' : ['call_merge'] + }, + { + 'name' : 'call_missed_outgoing', + 'ligature': 'call_missed_outgoing', + 'tags' : ['call_missed_outgoing'] + }, + { + 'name' : 'call_missed', + 'ligature': 'call_missed', + 'tags' : ['call_missed'] + }, + { + 'name' : 'call_received', + 'ligature': 'call_received', + 'tags' : ['call_received'] + }, + { + 'name' : 'call_split', + 'ligature': 'call_split', + 'tags' : ['call_split'] + }, + { + 'name' : 'call_to_action', + 'ligature': 'call_to_action', + 'tags' : ['call_to_action'] + }, + { + 'name' : 'call', + 'ligature': 'call', + 'tags' : ['call'] + }, + { + 'name' : 'camera_alt', + 'ligature': 'camera_alt', + 'tags' : ['camera_alt'] + }, + { + 'name' : 'camera_enhance', + 'ligature': 'camera_enhance', + 'tags' : ['camera_enhance'] + }, + { + 'name' : 'camera_front', + 'ligature': 'camera_front', + 'tags' : ['camera_front'] + }, + { + 'name' : 'camera_rear', + 'ligature': 'camera_rear', + 'tags' : ['camera_rear'] + }, + { + 'name' : 'camera_roll', + 'ligature': 'camera_roll', + 'tags' : ['camera_roll'] + }, + { + 'name' : 'camera', + 'ligature': 'camera', + 'tags' : ['camera'] + }, + { + 'name' : 'cancel_presentation', + 'ligature': 'cancel_presentation', + 'tags' : ['cancel_presentation'] + }, + { + 'name' : 'cancel', + 'ligature': 'cancel', + 'tags' : ['cancel'] + }, + { + 'name' : 'card_giftcard', + 'ligature': 'card_giftcard', + 'tags' : ['card_giftcard'] + }, + { + 'name' : 'card_membership', + 'ligature': 'card_membership', + 'tags' : ['card_membership'] + }, + { + 'name' : 'card_travel', + 'ligature': 'card_travel', + 'tags' : ['card_travel'] + }, + { + 'name' : 'casino', + 'ligature': 'casino', + 'tags' : ['casino'] + }, + { + 'name' : 'cast_connected', + 'ligature': 'cast_connected', + 'tags' : ['cast_connected'] + }, + { + 'name' : 'cast_for_education', + 'ligature': 'cast_for_education', + 'tags' : ['cast_for_education'] + }, + { + 'name' : 'cast', + 'ligature': 'cast', + 'tags' : ['cast'] + }, + { + 'name' : 'category', + 'ligature': 'category', + 'tags' : ['category'] + }, + { + 'name' : 'center_focus_strong', + 'ligature': 'center_focus_strong', + 'tags' : ['center_focus_strong'] + }, + { + 'name' : 'center_focus_weak', + 'ligature': 'center_focus_weak', + 'tags' : ['center_focus_weak'] + }, + { + 'name' : 'change_history', + 'ligature': 'change_history', + 'tags' : ['change_history'] + }, + { + 'name' : 'chat_bubble_outline', + 'ligature': 'chat_bubble_outline', + 'tags' : ['chat_bubble_outline'] + }, + { + 'name' : 'chat_bubble', + 'ligature': 'chat_bubble', + 'tags' : ['chat_bubble'] + }, + { + 'name' : 'chat', + 'ligature': 'chat', + 'tags' : ['chat'] + }, + { + 'name' : 'check_box_outline_blank', + 'ligature': 'check_box_outline_blank', + 'tags' : ['check_box_outline_blank'] + }, + { + 'name' : 'check_box', + 'ligature': 'check_box', + 'tags' : ['check_box'] + }, + { + 'name' : 'check_circle_outline', + 'ligature': 'check_circle_outline', + 'tags' : ['check_circle_outline'] + }, + { + 'name' : 'check_circle', + 'ligature': 'check_circle', + 'tags' : ['check_circle'] + }, + { + 'name' : 'check', + 'ligature': 'check', + 'tags' : ['check'] + }, + { + 'name' : 'chevron_left', + 'ligature': 'chevron_left', + 'tags' : ['chevron_left'] + }, + { + 'name' : 'chevron_right', + 'ligature': 'chevron_right', + 'tags' : ['chevron_right'] + }, + { + 'name' : 'child_care', + 'ligature': 'child_care', + 'tags' : ['child_care'] + }, + { + 'name' : 'child_friendly', + 'ligature': 'child_friendly', + 'tags' : ['child_friendly'] + }, + { + 'name' : 'chrome_reader_mode', + 'ligature': 'chrome_reader_mode', + 'tags' : ['chrome_reader_mode'] + }, + { + 'name' : 'class', + 'ligature': 'class', + 'tags' : ['class'] + }, + { + 'name' : 'clear_all', + 'ligature': 'clear_all', + 'tags' : ['clear_all'] + }, + { + 'name' : 'clear', + 'ligature': 'clear', + 'tags' : ['clear'] + }, + { + 'name' : 'close', + 'ligature': 'close', + 'tags' : ['close'] + }, + { + 'name' : 'closed_caption', + 'ligature': 'closed_caption', + 'tags' : ['closed_caption'] + }, + { + 'name' : 'cloud_circle', + 'ligature': 'cloud_circle', + 'tags' : ['cloud_circle'] + }, + { + 'name' : 'cloud_done', + 'ligature': 'cloud_done', + 'tags' : ['cloud_done'] + }, + { + 'name' : 'cloud_download', + 'ligature': 'cloud_download', + 'tags' : ['cloud_download'] + }, + { + 'name' : 'cloud_off', + 'ligature': 'cloud_off', + 'tags' : ['cloud_off'] + }, + { + 'name' : 'cloud_queue', + 'ligature': 'cloud_queue', + 'tags' : ['cloud_queue'] + }, + { + 'name' : 'cloud_upload', + 'ligature': 'cloud_upload', + 'tags' : ['cloud_upload'] + }, + { + 'name' : 'cloud', + 'ligature': 'cloud', + 'tags' : ['cloud'] + }, + { + 'name' : 'code', + 'ligature': 'code', + 'tags' : ['code'] + }, + { + 'name' : 'collections_bookmark', + 'ligature': 'collections_bookmark', + 'tags' : ['collections_bookmark'] + }, + { + 'name' : 'collections', + 'ligature': 'collections', + 'tags' : ['collections'] + }, + { + 'name' : 'color_lens', + 'ligature': 'color_lens', + 'tags' : ['color_lens'] + }, + { + 'name' : 'colorize', + 'ligature': 'colorize', + 'tags' : ['colorize'] + }, + { + 'name' : 'comment', + 'ligature': 'comment', + 'tags' : ['comment'] + }, + { + 'name' : 'commute', + 'ligature': 'commute', + 'tags' : ['commute'] + }, + { + 'name' : 'compare_arrows', + 'ligature': 'compare_arrows', + 'tags' : ['compare_arrows'] + }, + { + 'name' : 'compare', + 'ligature': 'compare', + 'tags' : ['compare'] + }, + { + 'name' : 'compass_calibration', + 'ligature': 'compass_calibration', + 'tags' : ['compass_calibration'] + }, + { + 'name' : 'computer', + 'ligature': 'computer', + 'tags' : ['computer'] + }, + { + 'name' : 'confirmation_number', + 'ligature': 'confirmation_number', + 'tags' : ['confirmation_number'] + }, + { + 'name' : 'contact_mail', + 'ligature': 'contact_mail', + 'tags' : ['contact_mail'] + }, + { + 'name' : 'contact_phone', + 'ligature': 'contact_phone', + 'tags' : ['contact_phone'] + }, + { + 'name' : 'contact_support', + 'ligature': 'contact_support', + 'tags' : ['contact_support'] + }, + { + 'name' : 'contacts', + 'ligature': 'contacts', + 'tags' : ['contacts'] + }, + { + 'name' : 'control_camera', + 'ligature': 'control_camera', + 'tags' : ['control_camera'] + }, + { + 'name' : 'control_point_duplicate', + 'ligature': 'control_point_duplicate', + 'tags' : ['control_point_duplicate'] + }, + { + 'name' : 'control_point', + 'ligature': 'control_point', + 'tags' : ['control_point'] + }, + { + 'name' : 'copyright', + 'ligature': 'copyright', + 'tags' : ['copyright'] + }, + { + 'name' : 'create_new_folder', + 'ligature': 'create_new_folder', + 'tags' : ['create_new_folder'] + }, + { + 'name' : 'create', + 'ligature': 'create', + 'tags' : ['create'] + }, + { + 'name' : 'credit_card', + 'ligature': 'credit_card', + 'tags' : ['credit_card'] + }, + { + 'name' : 'crop_3_2', + 'ligature': 'crop_3_2', + 'tags' : ['crop_3_2'] + }, + { + 'name' : 'crop_5_4', + 'ligature': 'crop_5_4', + 'tags' : ['crop_5_4'] + }, + { + 'name' : 'crop_7_5', + 'ligature': 'crop_7_5', + 'tags' : ['crop_7_5'] + }, + { + 'name' : 'crop_16_9', + 'ligature': 'crop_16_9', + 'tags' : ['crop_16_9'] + }, + { + 'name' : 'crop_din', + 'ligature': 'crop_din', + 'tags' : ['crop_din'] + }, + { + 'name' : 'crop_free', + 'ligature': 'crop_free', + 'tags' : ['crop_free'] + }, + { + 'name' : 'crop_landscape', + 'ligature': 'crop_landscape', + 'tags' : ['crop_landscape'] + }, + { + 'name' : 'crop_original', + 'ligature': 'crop_original', + 'tags' : ['crop_original'] + }, + { + 'name' : 'crop_portrait', + 'ligature': 'crop_portrait', + 'tags' : ['crop_portrait'] + }, + { + 'name' : 'crop_rotate', + 'ligature': 'crop_rotate', + 'tags' : ['crop_rotate'] + }, + { + 'name' : 'crop_square', + 'ligature': 'crop_square', + 'tags' : ['crop_square'] + }, + { + 'name' : 'crop', + 'ligature': 'crop', + 'tags' : ['crop'] + }, + { + 'name' : 'dashboard', + 'ligature': 'dashboard', + 'tags' : ['dashboard'] + }, + { + 'name' : 'data_usage', + 'ligature': 'data_usage', + 'tags' : ['data_usage'] + }, + { + 'name' : 'date_range', + 'ligature': 'date_range', + 'tags' : ['date_range'] + }, + { + 'name' : 'dehaze', + 'ligature': 'dehaze', + 'tags' : ['dehaze'] + }, + { + 'name' : 'delete_forever', + 'ligature': 'delete_forever', + 'tags' : ['delete_forever'] + }, + { + 'name' : 'delete_outline', + 'ligature': 'delete_outline', + 'tags' : ['delete_outline'] + }, + { + 'name' : 'delete_sweep', + 'ligature': 'delete_sweep', + 'tags' : ['delete_sweep'] + }, + { + 'name' : 'delete', + 'ligature': 'delete', + 'tags' : ['delete'] + }, + { + 'name' : 'departure_board', + 'ligature': 'departure_board', + 'tags' : ['departure_board'] + }, + { + 'name' : 'description', + 'ligature': 'description', + 'tags' : ['description'] + }, + { + 'name' : 'desktop_access_disabled', + 'ligature': 'desktop_access_disabled', + 'tags' : ['desktop_access_disabled'] + }, + { + 'name' : 'desktop_mac', + 'ligature': 'desktop_mac', + 'tags' : ['desktop_mac'] + }, + { + 'name' : 'desktop_windows', + 'ligature': 'desktop_windows', + 'tags' : ['desktop_windows'] + }, + { + 'name' : 'details', + 'ligature': 'details', + 'tags' : ['details'] + }, + { + 'name' : 'developer_board', + 'ligature': 'developer_board', + 'tags' : ['developer_board'] + }, + { + 'name' : 'developer_mode', + 'ligature': 'developer_mode', + 'tags' : ['developer_mode'] + }, + { + 'name' : 'device_hub', + 'ligature': 'device_hub', + 'tags' : ['device_hub'] + }, + { + 'name' : 'device_unknown', + 'ligature': 'device_unknown', + 'tags' : ['device_unknown'] + }, + { + 'name' : 'devices_other', + 'ligature': 'devices_other', + 'tags' : ['devices_other'] + }, + { + 'name' : 'devices', + 'ligature': 'devices', + 'tags' : ['devices'] + }, + { + 'name' : 'dialer_sip', + 'ligature': 'dialer_sip', + 'tags' : ['dialer_sip'] + }, + { + 'name' : 'dialpad', + 'ligature': 'dialpad', + 'tags' : ['dialpad'] + }, + { + 'name' : 'directions_bike', + 'ligature': 'directions_bike', + 'tags' : ['directions_bike'] + }, + { + 'name' : 'directions_boat', + 'ligature': 'directions_boat', + 'tags' : ['directions_boat'] + }, + { + 'name' : 'directions_bus', + 'ligature': 'directions_bus', + 'tags' : ['directions_bus'] + }, + { + 'name' : 'directions_car', + 'ligature': 'directions_car', + 'tags' : ['directions_car'] + }, + { + 'name' : 'directions_railway', + 'ligature': 'directions_railway', + 'tags' : ['directions_railway'] + }, + { + 'name' : 'directions_run', + 'ligature': 'directions_run', + 'tags' : ['directions_run'] + }, + { + 'name' : 'directions_subway', + 'ligature': 'directions_subway', + 'tags' : ['directions_subway'] + }, + { + 'name' : 'directions_transit', + 'ligature': 'directions_transit', + 'tags' : ['directions_transit'] + }, + { + 'name' : 'directions_walk', + 'ligature': 'directions_walk', + 'tags' : ['directions_walk'] + }, + { + 'name' : 'directions', + 'ligature': 'directions', + 'tags' : ['directions'] + }, + { + 'name' : 'disc_full', + 'ligature': 'disc_full', + 'tags' : ['disc_full'] + }, + { + 'name' : 'dns', + 'ligature': 'dns', + 'tags' : ['dns'] + }, + { + 'name' : 'dock', + 'ligature': 'dock', + 'tags' : ['dock'] + }, + { + 'name' : 'domain_disabled', + 'ligature': 'domain_disabled', + 'tags' : ['domain_disabled'] + }, + { + 'name' : 'domain', + 'ligature': 'domain', + 'tags' : ['domain'] + }, + { + 'name' : 'done_all', + 'ligature': 'done_all', + 'tags' : ['done_all'] + }, + { + 'name' : 'done_outline', + 'ligature': 'done_outline', + 'tags' : ['done_outline'] + }, + { + 'name' : 'done', + 'ligature': 'done', + 'tags' : ['done'] + }, + { + 'name' : 'donut_large', + 'ligature': 'donut_large', + 'tags' : ['donut_large'] + }, + { + 'name' : 'donut_small', + 'ligature': 'donut_small', + 'tags' : ['donut_small'] + }, + { + 'name' : 'drafts', + 'ligature': 'drafts', + 'tags' : ['drafts'] + }, + { + 'name' : 'drag_handle', + 'ligature': 'drag_handle', + 'tags' : ['drag_handle'] + }, + { + 'name' : 'drag_indicator', + 'ligature': 'drag_indicator', + 'tags' : ['drag_indicator'] + }, + { + 'name' : 'drive_eta', + 'ligature': 'drive_eta', + 'tags' : ['drive_eta'] + }, + { + 'name' : 'duo', + 'ligature': 'duo', + 'tags' : ['duo'] + }, + { + 'name' : 'dvr', + 'ligature': 'dvr', + 'tags' : ['dvr'] + }, + { + 'name' : 'edit_attributes', + 'ligature': 'edit_attributes', + 'tags' : ['edit_attributes'] + }, + { + 'name' : 'edit_location', + 'ligature': 'edit_location', + 'tags' : ['edit_location'] + }, + { + 'name' : 'edit', + 'ligature': 'edit', + 'tags' : ['edit'] + }, + { + 'name' : 'eject', + 'ligature': 'eject', + 'tags' : ['eject'] + }, + { + 'name' : 'email', + 'ligature': 'email', + 'tags' : ['email'] + }, + { + 'name' : 'enhanced_encryption', + 'ligature': 'enhanced_encryption', + 'tags' : ['enhanced_encryption'] + }, + { + 'name' : 'equalizer', + 'ligature': 'equalizer', + 'tags' : ['equalizer'] + }, + { + 'name' : 'error_outline', + 'ligature': 'error_outline', + 'tags' : ['error_outline'] + }, + { + 'name' : 'error', + 'ligature': 'error', + 'tags' : ['error'] + }, + { + 'name' : 'euro_symbol', + 'ligature': 'euro_symbol', + 'tags' : ['euro_symbol'] + }, + { + 'name' : 'ev_station', + 'ligature': 'ev_station', + 'tags' : ['ev_station'] + }, + { + 'name' : 'event_available', + 'ligature': 'event_available', + 'tags' : ['event_available'] + }, + { + 'name' : 'event_busy', + 'ligature': 'event_busy', + 'tags' : ['event_busy'] + }, + { + 'name' : 'event_note', + 'ligature': 'event_note', + 'tags' : ['event_note'] + }, + { + 'name' : 'event_seat', + 'ligature': 'event_seat', + 'tags' : ['event_seat'] + }, + { + 'name' : 'event', + 'ligature': 'event', + 'tags' : ['event'] + }, + { + 'name' : 'exit_to_app', + 'ligature': 'exit_to_app', + 'tags' : ['exit_to_app'] + }, + { + 'name' : 'expand_less', + 'ligature': 'expand_less', + 'tags' : ['expand_less'] + }, + { + 'name' : 'expand_more', + 'ligature': 'expand_more', + 'tags' : ['expand_more'] + }, + { + 'name' : 'explicit', + 'ligature': 'explicit', + 'tags' : ['explicit'] + }, + { + 'name' : 'explore_off', + 'ligature': 'explore_off', + 'tags' : ['explore_off'] + }, + { + 'name' : 'explore', + 'ligature': 'explore', + 'tags' : ['explore'] + }, + { + 'name' : 'exposure_neg_1', + 'ligature': 'exposure_neg_1', + 'tags' : ['exposure_neg_1'] + }, + { + 'name' : 'exposure_neg_2', + 'ligature': 'exposure_neg_2', + 'tags' : ['exposure_neg_2'] + }, + { + 'name' : 'exposure_plus_1', + 'ligature': 'exposure_plus_1', + 'tags' : ['exposure_plus_1'] + }, + { + 'name' : 'exposure_plus_2', + 'ligature': 'exposure_plus_2', + 'tags' : ['exposure_plus_2'] + }, + { + 'name' : 'exposure_zero', + 'ligature': 'exposure_zero', + 'tags' : ['exposure_zero'] + }, + { + 'name' : 'exposure', + 'ligature': 'exposure', + 'tags' : ['exposure'] + }, + { + 'name' : 'extension', + 'ligature': 'extension', + 'tags' : ['extension'] + }, + { + 'name' : 'face', + 'ligature': 'face', + 'tags' : ['face'] + }, + { + 'name' : 'fast_forward', + 'ligature': 'fast_forward', + 'tags' : ['fast_forward'] + }, + { + 'name' : 'fast_rewind', + 'ligature': 'fast_rewind', + 'tags' : ['fast_rewind'] + }, + { + 'name' : 'fastfood', + 'ligature': 'fastfood', + 'tags' : ['fastfood'] + }, + { + 'name' : 'favorite_border', + 'ligature': 'favorite_border', + 'tags' : ['favorite_border'] + }, + { + 'name' : 'favorite', + 'ligature': 'favorite', + 'tags' : ['favorite'] + }, + { + 'name' : 'featured_play_list', + 'ligature': 'featured_play_list', + 'tags' : ['featured_play_list'] + }, + { + 'name' : 'featured_video', + 'ligature': 'featured_video', + 'tags' : ['featured_video'] + }, + { + 'name' : 'feedback', + 'ligature': 'feedback', + 'tags' : ['feedback'] + }, + { + 'name' : 'fiber_dvr', + 'ligature': 'fiber_dvr', + 'tags' : ['fiber_dvr'] + }, + { + 'name' : 'fiber_manual_record', + 'ligature': 'fiber_manual_record', + 'tags' : ['fiber_manual_record'] + }, + { + 'name' : 'fiber_new', + 'ligature': 'fiber_new', + 'tags' : ['fiber_new'] + }, + { + 'name' : 'fiber_pin', + 'ligature': 'fiber_pin', + 'tags' : ['fiber_pin'] + }, + { + 'name' : 'fiber_smart_record', + 'ligature': 'fiber_smart_record', + 'tags' : ['fiber_smart_record'] + }, + { + 'name' : 'file_copy', + 'ligature': 'file_copy', + 'tags' : ['file_copy'] + }, + { + 'name' : 'filter_1', + 'ligature': 'filter_1', + 'tags' : ['filter_1'] + }, + { + 'name' : 'filter_2', + 'ligature': 'filter_2', + 'tags' : ['filter_2'] + }, + { + 'name' : 'filter_3', + 'ligature': 'filter_3', + 'tags' : ['filter_3'] + }, + { + 'name' : 'filter_4', + 'ligature': 'filter_4', + 'tags' : ['filter_4'] + }, + { + 'name' : 'filter_5', + 'ligature': 'filter_5', + 'tags' : ['filter_5'] + }, + { + 'name' : 'filter_6', + 'ligature': 'filter_6', + 'tags' : ['filter_6'] + }, + { + 'name' : 'filter_7', + 'ligature': 'filter_7', + 'tags' : ['filter_7'] + }, + { + 'name' : 'filter_8', + 'ligature': 'filter_8', + 'tags' : ['filter_8'] + }, + { + 'name' : 'filter_9_plus', + 'ligature': 'filter_9_plus', + 'tags' : ['filter_9_plus'] + }, + { + 'name' : 'filter_9', + 'ligature': 'filter_9', + 'tags' : ['filter_9'] + }, + { + 'name' : 'filter_b_and_w', + 'ligature': 'filter_b_and_w', + 'tags' : ['filter_b_and_w'] + }, + { + 'name' : 'filter_center_focus', + 'ligature': 'filter_center_focus', + 'tags' : ['filter_center_focus'] + }, + { + 'name' : 'filter_drama', + 'ligature': 'filter_drama', + 'tags' : ['filter_drama'] + }, + { + 'name' : 'filter_frames', + 'ligature': 'filter_frames', + 'tags' : ['filter_frames'] + }, + { + 'name' : 'filter_hdr', + 'ligature': 'filter_hdr', + 'tags' : ['filter_hdr'] + }, + { + 'name' : 'filter_list', + 'ligature': 'filter_list', + 'tags' : ['filter_list'] + }, + { + 'name' : 'filter_none', + 'ligature': 'filter_none', + 'tags' : ['filter_none'] + }, + { + 'name' : 'filter_tilt_shift', + 'ligature': 'filter_tilt_shift', + 'tags' : ['filter_tilt_shift'] + }, + { + 'name' : 'filter_vintage', + 'ligature': 'filter_vintage', + 'tags' : ['filter_vintage'] + }, + { + 'name' : 'filter', + 'ligature': 'filter', + 'tags' : ['filter'] + }, + { + 'name' : 'find_in_page', + 'ligature': 'find_in_page', + 'tags' : ['find_in_page'] + }, + { + 'name' : 'find_replace', + 'ligature': 'find_replace', + 'tags' : ['find_replace'] + }, + { + 'name' : 'fingerprint', + 'ligature': 'fingerprint', + 'tags' : ['fingerprint'] + }, + { + 'name' : 'first_page', + 'ligature': 'first_page', + 'tags' : ['first_page'] + }, + { + 'name' : 'fitness_center', + 'ligature': 'fitness_center', + 'tags' : ['fitness_center'] + }, + { + 'name' : 'flag', + 'ligature': 'flag', + 'tags' : ['flag'] + }, + { + 'name' : 'flare', + 'ligature': 'flare', + 'tags' : ['flare'] + }, + { + 'name' : 'flash_auto', + 'ligature': 'flash_auto', + 'tags' : ['flash_auto'] + }, + { + 'name' : 'flash_off', + 'ligature': 'flash_off', + 'tags' : ['flash_off'] + }, + { + 'name' : 'flash_on', + 'ligature': 'flash_on', + 'tags' : ['flash_on'] + }, + { + 'name' : 'flight_land', + 'ligature': 'flight_land', + 'tags' : ['flight_land'] + }, + { + 'name' : 'flight_takeoff', + 'ligature': 'flight_takeoff', + 'tags' : ['flight_takeoff'] + }, + { + 'name' : 'flight', + 'ligature': 'flight', + 'tags' : ['flight'] + }, + { + 'name' : 'flip_to_back', + 'ligature': 'flip_to_back', + 'tags' : ['flip_to_back'] + }, + { + 'name' : 'flip_to_front', + 'ligature': 'flip_to_front', + 'tags' : ['flip_to_front'] + }, + { + 'name' : 'flip', + 'ligature': 'flip', + 'tags' : ['flip'] + }, + { + 'name' : 'folder_open', + 'ligature': 'folder_open', + 'tags' : ['folder_open'] + }, + { + 'name' : 'folder_shared', + 'ligature': 'folder_shared', + 'tags' : ['folder_shared'] + }, + { + 'name' : 'folder_special', + 'ligature': 'folder_special', + 'tags' : ['folder_special'] + }, + { + 'name' : 'folder', + 'ligature': 'folder', + 'tags' : ['folder'] + }, + { + 'name' : 'font_download', + 'ligature': 'font_download', + 'tags' : ['font_download'] + }, + { + 'name' : 'format_align_center', + 'ligature': 'format_align_center', + 'tags' : ['format_align_center'] + }, + { + 'name' : 'format_align_justify', + 'ligature': 'format_align_justify', + 'tags' : ['format_align_justify'] + }, + { + 'name' : 'format_align_left', + 'ligature': 'format_align_left', + 'tags' : ['format_align_left'] + }, + { + 'name' : 'format_align_right', + 'ligature': 'format_align_right', + 'tags' : ['format_align_right'] + }, + { + 'name' : 'format_bold', + 'ligature': 'format_bold', + 'tags' : ['format_bold'] + }, + { + 'name' : 'format_clear', + 'ligature': 'format_clear', + 'tags' : ['format_clear'] + }, + { + 'name' : 'format_color_reset', + 'ligature': 'format_color_reset', + 'tags' : ['format_color_reset'] + }, + { + 'name' : 'format_indent_decrease', + 'ligature': 'format_indent_decrease', + 'tags' : ['format_indent_decrease'] + }, + { + 'name' : 'format_indent_increase', + 'ligature': 'format_indent_increase', + 'tags' : ['format_indent_increase'] + }, + { + 'name' : 'format_italic', + 'ligature': 'format_italic', + 'tags' : ['format_italic'] + }, + { + 'name' : 'format_line_spacing', + 'ligature': 'format_line_spacing', + 'tags' : ['format_line_spacing'] + }, + { + 'name' : 'format_list_bulleted', + 'ligature': 'format_list_bulleted', + 'tags' : ['format_list_bulleted'] + }, + { + 'name' : 'format_list_numbered_rtl', + 'ligature': 'format_list_numbered_rtl', + 'tags' : ['format_list_numbered_rtl'] + }, + { + 'name' : 'format_list_numbered', + 'ligature': 'format_list_numbered', + 'tags' : ['format_list_numbered'] + }, + { + 'name' : 'format_paint', + 'ligature': 'format_paint', + 'tags' : ['format_paint'] + }, + { + 'name' : 'format_quote', + 'ligature': 'format_quote', + 'tags' : ['format_quote'] + }, + { + 'name' : 'format_shapes', + 'ligature': 'format_shapes', + 'tags' : ['format_shapes'] + }, + { + 'name' : 'format_size', + 'ligature': 'format_size', + 'tags' : ['format_size'] + }, + { + 'name' : 'format_strikethrough', + 'ligature': 'format_strikethrough', + 'tags' : ['format_strikethrough'] + }, + { + 'name' : 'format_textdirection_l_to_r', + 'ligature': 'format_textdirection_l_to_r', + 'tags' : ['format_textdirection_l_to_r'] + }, + { + 'name' : 'format_textdirection_r_to_l', + 'ligature': 'format_textdirection_r_to_l', + 'tags' : ['format_textdirection_r_to_l'] + }, + { + 'name' : 'format_underlined', + 'ligature': 'format_underlined', + 'tags' : ['format_underlined'] + }, + { + 'name' : 'forum', + 'ligature': 'forum', + 'tags' : ['forum'] + }, + { + 'name' : 'forward_5', + 'ligature': 'forward_5', + 'tags' : ['forward_5'] + }, + { + 'name' : 'forward_10', + 'ligature': 'forward_10', + 'tags' : ['forward_10'] + }, + { + 'name' : 'forward_30', + 'ligature': 'forward_30', + 'tags' : ['forward_30'] + }, + { + 'name' : 'forward', + 'ligature': 'forward', + 'tags' : ['forward'] + }, + { + 'name' : 'free_breakfast', + 'ligature': 'free_breakfast', + 'tags' : ['free_breakfast'] + }, + { + 'name' : 'fullscreen_exit', + 'ligature': 'fullscreen_exit', + 'tags' : ['fullscreen_exit'] + }, + { + 'name' : 'fullscreen', + 'ligature': 'fullscreen', + 'tags' : ['fullscreen'] + }, + { + 'name' : 'functions', + 'ligature': 'functions', + 'tags' : ['functions'] + }, + { + 'name' : 'g_translate', + 'ligature': 'g_translate', + 'tags' : ['g_translate'] + }, + { + 'name' : 'gamepad', + 'ligature': 'gamepad', + 'tags' : ['gamepad'] + }, + { + 'name' : 'games', + 'ligature': 'games', + 'tags' : ['games'] + }, + { + 'name' : 'gavel', + 'ligature': 'gavel', + 'tags' : ['gavel'] + }, + { + 'name' : 'gesture', + 'ligature': 'gesture', + 'tags' : ['gesture'] + }, + { + 'name' : 'get_app', + 'ligature': 'get_app', + 'tags' : ['get_app'] + }, + { + 'name' : 'gif', + 'ligature': 'gif', + 'tags' : ['gif'] + }, + { + 'name' : 'golf_course', + 'ligature': 'golf_course', + 'tags' : ['golf_course'] + }, + { + 'name' : 'gps_fixed', + 'ligature': 'gps_fixed', + 'tags' : ['gps_fixed'] + }, + { + 'name' : 'gps_not_fixed', + 'ligature': 'gps_not_fixed', + 'tags' : ['gps_not_fixed'] + }, + { + 'name' : 'gps_off', + 'ligature': 'gps_off', + 'tags' : ['gps_off'] + }, + { + 'name' : 'grade', + 'ligature': 'grade', + 'tags' : ['grade'] + }, + { + 'name' : 'gradient', + 'ligature': 'gradient', + 'tags' : ['gradient'] + }, + { + 'name' : 'grain', + 'ligature': 'grain', + 'tags' : ['grain'] + }, + { + 'name' : 'graphic_eq', + 'ligature': 'graphic_eq', + 'tags' : ['graphic_eq'] + }, + { + 'name' : 'grid_off', + 'ligature': 'grid_off', + 'tags' : ['grid_off'] + }, + { + 'name' : 'grid_on', + 'ligature': 'grid_on', + 'tags' : ['grid_on'] + }, + { + 'name' : 'group_add', + 'ligature': 'group_add', + 'tags' : ['group_add'] + }, + { + 'name' : 'group_work', + 'ligature': 'group_work', + 'tags' : ['group_work'] + }, + { + 'name' : 'group', + 'ligature': 'group', + 'tags' : ['group'] + }, + { + 'name' : 'hd', + 'ligature': 'hd', + 'tags' : ['hd'] + }, + { + 'name' : 'hdr_off', + 'ligature': 'hdr_off', + 'tags' : ['hdr_off'] + }, + { + 'name' : 'hdr_on', + 'ligature': 'hdr_on', + 'tags' : ['hdr_on'] + }, + { + 'name' : 'hdr_strong', + 'ligature': 'hdr_strong', + 'tags' : ['hdr_strong'] + }, + { + 'name' : 'hdr_weak', + 'ligature': 'hdr_weak', + 'tags' : ['hdr_weak'] + }, + { + 'name' : 'headset_mic', + 'ligature': 'headset_mic', + 'tags' : ['headset_mic'] + }, + { + 'name' : 'headset', + 'ligature': 'headset', + 'tags' : ['headset'] + }, + { + 'name' : 'healing', + 'ligature': 'healing', + 'tags' : ['healing'] + }, + { + 'name' : 'hearing', + 'ligature': 'hearing', + 'tags' : ['hearing'] + }, + { + 'name' : 'help_outline', + 'ligature': 'help_outline', + 'tags' : ['help_outline'] + }, + { + 'name' : 'help', + 'ligature': 'help', + 'tags' : ['help'] + }, + { + 'name' : 'high_quality', + 'ligature': 'high_quality', + 'tags' : ['high_quality'] + }, + { + 'name' : 'highlight_off', + 'ligature': 'highlight_off', + 'tags' : ['highlight_off'] + }, + { + 'name' : 'highlight', + 'ligature': 'highlight', + 'tags' : ['highlight'] + }, + { + 'name' : 'history', + 'ligature': 'history', + 'tags' : ['history'] + }, + { + 'name' : 'home', + 'ligature': 'home', + 'tags' : ['home'] + }, + { + 'name' : 'horizontal_split', + 'ligature': 'horizontal_split', + 'tags' : ['horizontal_split'] + }, + { + 'name' : 'hot_tub', + 'ligature': 'hot_tub', + 'tags' : ['hot_tub'] + }, + { + 'name' : 'hotel', + 'ligature': 'hotel', + 'tags' : ['hotel'] + }, + { + 'name' : 'hourglass_empty', + 'ligature': 'hourglass_empty', + 'tags' : ['hourglass_empty'] + }, + { + 'name' : 'hourglass_full', + 'ligature': 'hourglass_full', + 'tags' : ['hourglass_full'] + }, + { + 'name' : 'how_to_reg', + 'ligature': 'how_to_reg', + 'tags' : ['how_to_reg'] + }, + { + 'name' : 'how_to_vote', + 'ligature': 'how_to_vote', + 'tags' : ['how_to_vote'] + }, + { + 'name' : 'http', + 'ligature': 'http', + 'tags' : ['http'] + }, + { + 'name' : 'https', + 'ligature': 'https', + 'tags' : ['https'] + }, + { + 'name' : 'image_aspect_ratio', + 'ligature': 'image_aspect_ratio', + 'tags' : ['image_aspect_ratio'] + }, + { + 'name' : 'image_search', + 'ligature': 'image_search', + 'tags' : ['image_search'] + }, + { + 'name' : 'image', + 'ligature': 'image', + 'tags' : ['image'] + }, + { + 'name' : 'import_contacts', + 'ligature': 'import_contacts', + 'tags' : ['import_contacts'] + }, + { + 'name' : 'import_export', + 'ligature': 'import_export', + 'tags' : ['import_export'] + }, + { + 'name' : 'important_devices', + 'ligature': 'important_devices', + 'tags' : ['important_devices'] + }, + { + 'name' : 'inbox', + 'ligature': 'inbox', + 'tags' : ['inbox'] + }, + { + 'name' : 'indeterminate_check_box', + 'ligature': 'indeterminate_check_box', + 'tags' : ['indeterminate_check_box'] + }, + { + 'name' : 'info', + 'ligature': 'info', + 'tags' : ['info'] + }, + { + 'name' : 'input', + 'ligature': 'input', + 'tags' : ['input'] + }, + { + 'name' : 'insert_chart_outlined', + 'ligature': 'insert_chart_outlined', + 'tags' : ['insert_chart_outlined'] + }, + { + 'name' : 'insert_chart', + 'ligature': 'insert_chart', + 'tags' : ['insert_chart'] + }, + { + 'name' : 'insert_comment', + 'ligature': 'insert_comment', + 'tags' : ['insert_comment'] + }, + { + 'name' : 'insert_drive_file', + 'ligature': 'insert_drive_file', + 'tags' : ['insert_drive_file'] + }, + { + 'name' : 'insert_emoticon', + 'ligature': 'insert_emoticon', + 'tags' : ['insert_emoticon'] + }, + { + 'name' : 'insert_invitation', + 'ligature': 'insert_invitation', + 'tags' : ['insert_invitation'] + }, + { + 'name' : 'insert_link', + 'ligature': 'insert_link', + 'tags' : ['insert_link'] + }, + { + 'name' : 'insert_photo', + 'ligature': 'insert_photo', + 'tags' : ['insert_photo'] + }, + { + 'name' : 'invert_colors_off', + 'ligature': 'invert_colors_off', + 'tags' : ['invert_colors_off'] + }, + { + 'name' : 'invert_colors', + 'ligature': 'invert_colors', + 'tags' : ['invert_colors'] + }, + { + 'name' : 'iso', + 'ligature': 'iso', + 'tags' : ['iso'] + }, + { + 'name' : 'keyboard_arrow_down', + 'ligature': 'keyboard_arrow_down', + 'tags' : ['keyboard_arrow_down'] + }, + { + 'name' : 'keyboard_arrow_left', + 'ligature': 'keyboard_arrow_left', + 'tags' : ['keyboard_arrow_left'] + }, + { + 'name' : 'keyboard_arrow_right', + 'ligature': 'keyboard_arrow_right', + 'tags' : ['keyboard_arrow_right'] + }, + { + 'name' : 'keyboard_arrow_up', + 'ligature': 'keyboard_arrow_up', + 'tags' : ['keyboard_arrow_up'] + }, + { + 'name' : 'keyboard_backspace', + 'ligature': 'keyboard_backspace', + 'tags' : ['keyboard_backspace'] + }, + { + 'name' : 'keyboard_capslock', + 'ligature': 'keyboard_capslock', + 'tags' : ['keyboard_capslock'] + }, + { + 'name' : 'keyboard_hide', + 'ligature': 'keyboard_hide', + 'tags' : ['keyboard_hide'] + }, + { + 'name' : 'keyboard_return', + 'ligature': 'keyboard_return', + 'tags' : ['keyboard_return'] + }, + { + 'name' : 'keyboard_tab', + 'ligature': 'keyboard_tab', + 'tags' : ['keyboard_tab'] + }, + { + 'name' : 'keyboard_voice', + 'ligature': 'keyboard_voice', + 'tags' : ['keyboard_voice'] + }, + { + 'name' : 'keyboard', + 'ligature': 'keyboard', + 'tags' : ['keyboard'] + }, + { + 'name' : 'kitchen', + 'ligature': 'kitchen', + 'tags' : ['kitchen'] + }, + { + 'name' : 'label_important', + 'ligature': 'label_important', + 'tags' : ['label_important'] + }, + { + 'name' : 'label_off', + 'ligature': 'label_off', + 'tags' : ['label_off'] + }, + { + 'name' : 'label', + 'ligature': 'label', + 'tags' : ['label'] + }, + { + 'name' : 'landscape', + 'ligature': 'landscape', + 'tags' : ['landscape'] + }, + { + 'name' : 'language', + 'ligature': 'language', + 'tags' : ['language'] + }, + { + 'name' : 'laptop_chromebook', + 'ligature': 'laptop_chromebook', + 'tags' : ['laptop_chromebook'] + }, + { + 'name' : 'laptop_mac', + 'ligature': 'laptop_mac', + 'tags' : ['laptop_mac'] + }, + { + 'name' : 'laptop_windows', + 'ligature': 'laptop_windows', + 'tags' : ['laptop_windows'] + }, + { + 'name' : 'laptop', + 'ligature': 'laptop', + 'tags' : ['laptop'] + }, + { + 'name' : 'last_page', + 'ligature': 'last_page', + 'tags' : ['last_page'] + }, + { + 'name' : 'launch', + 'ligature': 'launch', + 'tags' : ['launch'] + }, + { + 'name' : 'layers_clear', + 'ligature': 'layers_clear', + 'tags' : ['layers_clear'] + }, + { + 'name' : 'layers', + 'ligature': 'layers', + 'tags' : ['layers'] + }, + { + 'name' : 'leak_add', + 'ligature': 'leak_add', + 'tags' : ['leak_add'] + }, + { + 'name' : 'leak_remove', + 'ligature': 'leak_remove', + 'tags' : ['leak_remove'] + }, + { + 'name' : 'lens', + 'ligature': 'lens', + 'tags' : ['lens'] + }, + { + 'name' : 'library_add', + 'ligature': 'library_add', + 'tags' : ['library_add'] + }, + { + 'name' : 'library_books', + 'ligature': 'library_books', + 'tags' : ['library_books'] + }, + { + 'name' : 'library_music', + 'ligature': 'library_music', + 'tags' : ['library_music'] + }, + { + 'name' : 'line_style', + 'ligature': 'line_style', + 'tags' : ['line_style'] + }, + { + 'name' : 'line_weight', + 'ligature': 'line_weight', + 'tags' : ['line_weight'] + }, + { + 'name' : 'linear_scale', + 'ligature': 'linear_scale', + 'tags' : ['linear_scale'] + }, + { + 'name' : 'link_off', + 'ligature': 'link_off', + 'tags' : ['link_off'] + }, + { + 'name' : 'link', + 'ligature': 'link', + 'tags' : ['link'] + }, + { + 'name' : 'linked_camera', + 'ligature': 'linked_camera', + 'tags' : ['linked_camera'] + }, + { + 'name' : 'list_alt', + 'ligature': 'list_alt', + 'tags' : ['list_alt'] + }, + { + 'name' : 'list', + 'ligature': 'list', + 'tags' : ['list'] + }, + { + 'name' : 'live_help', + 'ligature': 'live_help', + 'tags' : ['live_help'] + }, + { + 'name' : 'live_tv', + 'ligature': 'live_tv', + 'tags' : ['live_tv'] + }, + { + 'name' : 'local_activity', + 'ligature': 'local_activity', + 'tags' : ['local_activity'] + }, + { + 'name' : 'local_airport', + 'ligature': 'local_airport', + 'tags' : ['local_airport'] + }, + { + 'name' : 'local_atm', + 'ligature': 'local_atm', + 'tags' : ['local_atm'] + }, + { + 'name' : 'local_bar', + 'ligature': 'local_bar', + 'tags' : ['local_bar'] + }, + { + 'name' : 'local_cafe', + 'ligature': 'local_cafe', + 'tags' : ['local_cafe'] + }, + { + 'name' : 'local_car_wash', + 'ligature': 'local_car_wash', + 'tags' : ['local_car_wash'] + }, + { + 'name' : 'local_convenience_store', + 'ligature': 'local_convenience_store', + 'tags' : ['local_convenience_store'] + }, + { + 'name' : 'local_dining', + 'ligature': 'local_dining', + 'tags' : ['local_dining'] + }, + { + 'name' : 'local_drink', + 'ligature': 'local_drink', + 'tags' : ['local_drink'] + }, + { + 'name' : 'local_florist', + 'ligature': 'local_florist', + 'tags' : ['local_florist'] + }, + { + 'name' : 'local_gas_station', + 'ligature': 'local_gas_station', + 'tags' : ['local_gas_station'] + }, + { + 'name' : 'local_grocery_store', + 'ligature': 'local_grocery_store', + 'tags' : ['local_grocery_store'] + }, + { + 'name' : 'local_hospital', + 'ligature': 'local_hospital', + 'tags' : ['local_hospital'] + }, + { + 'name' : 'local_hotel', + 'ligature': 'local_hotel', + 'tags' : ['local_hotel'] + }, + { + 'name' : 'local_laundry_service', + 'ligature': 'local_laundry_service', + 'tags' : ['local_laundry_service'] + }, + { + 'name' : 'local_library', + 'ligature': 'local_library', + 'tags' : ['local_library'] + }, + { + 'name' : 'local_mall', + 'ligature': 'local_mall', + 'tags' : ['local_mall'] + }, + { + 'name' : 'local_movies', + 'ligature': 'local_movies', + 'tags' : ['local_movies'] + }, + { + 'name' : 'local_offer', + 'ligature': 'local_offer', + 'tags' : ['local_offer'] + }, + { + 'name' : 'local_parking', + 'ligature': 'local_parking', + 'tags' : ['local_parking'] + }, + { + 'name' : 'local_pharmacy', + 'ligature': 'local_pharmacy', + 'tags' : ['local_pharmacy'] + }, + { + 'name' : 'local_phone', + 'ligature': 'local_phone', + 'tags' : ['local_phone'] + }, + { + 'name' : 'local_pizza', + 'ligature': 'local_pizza', + 'tags' : ['local_pizza'] + }, + { + 'name' : 'local_play', + 'ligature': 'local_play', + 'tags' : ['local_play'] + }, + { + 'name' : 'local_post_office', + 'ligature': 'local_post_office', + 'tags' : ['local_post_office'] + }, + { + 'name' : 'local_printshop', + 'ligature': 'local_printshop', + 'tags' : ['local_printshop'] + }, + { + 'name' : 'local_see', + 'ligature': 'local_see', + 'tags' : ['local_see'] + }, + { + 'name' : 'local_shipping', + 'ligature': 'local_shipping', + 'tags' : ['local_shipping'] + }, + { + 'name' : 'local_taxi', + 'ligature': 'local_taxi', + 'tags' : ['local_taxi'] + }, + { + 'name' : 'location_city', + 'ligature': 'location_city', + 'tags' : ['location_city'] + }, + { + 'name' : 'location_disabled', + 'ligature': 'location_disabled', + 'tags' : ['location_disabled'] + }, + { + 'name' : 'location_off', + 'ligature': 'location_off', + 'tags' : ['location_off'] + }, + { + 'name' : 'location_on', + 'ligature': 'location_on', + 'tags' : ['location_on'] + }, + { + 'name' : 'location_searching', + 'ligature': 'location_searching', + 'tags' : ['location_searching'] + }, + { + 'name' : 'lock_open', + 'ligature': 'lock_open', + 'tags' : ['lock_open'] + }, + { + 'name' : 'lock', + 'ligature': 'lock', + 'tags' : ['lock'] + }, + { + 'name' : 'looks_3', + 'ligature': 'looks_3', + 'tags' : ['looks_3'] + }, + { + 'name' : 'looks_4', + 'ligature': 'looks_4', + 'tags' : ['looks_4'] + }, + { + 'name' : 'looks_5', + 'ligature': 'looks_5', + 'tags' : ['looks_5'] + }, + { + 'name' : 'looks_6', + 'ligature': 'looks_6', + 'tags' : ['looks_6'] + }, + { + 'name' : 'looks_one', + 'ligature': 'looks_one', + 'tags' : ['looks_one'] + }, + { + 'name' : 'looks_two', + 'ligature': 'looks_two', + 'tags' : ['looks_two'] + }, + { + 'name' : 'looks', + 'ligature': 'looks', + 'tags' : ['looks'] + }, + { + 'name' : 'loop', + 'ligature': 'loop', + 'tags' : ['loop'] + }, + { + 'name' : 'loupe', + 'ligature': 'loupe', + 'tags' : ['loupe'] + }, + { + 'name' : 'low_priority', + 'ligature': 'low_priority', + 'tags' : ['low_priority'] + }, + { + 'name' : 'loyalty', + 'ligature': 'loyalty', + 'tags' : ['loyalty'] + }, + { + 'name' : 'mail_outline', + 'ligature': 'mail_outline', + 'tags' : ['mail_outline'] + }, + { + 'name' : 'mail', + 'ligature': 'mail', + 'tags' : ['mail'] + }, + { + 'name' : 'map', + 'ligature': 'map', + 'tags' : ['map'] + }, + { + 'name' : 'markunread_mailbox', + 'ligature': 'markunread_mailbox', + 'tags' : ['markunread_mailbox'] + }, + { + 'name' : 'markunread', + 'ligature': 'markunread', + 'tags' : ['markunread'] + }, + { + 'name' : 'maximize', + 'ligature': 'maximize', + 'tags' : ['maximize'] + }, + { + 'name' : 'meeting_room', + 'ligature': 'meeting_room', + 'tags' : ['meeting_room'] + }, + { + 'name' : 'memory', + 'ligature': 'memory', + 'tags' : ['memory'] + }, + { + 'name' : 'menu', + 'ligature': 'menu', + 'tags' : ['menu'] + }, + { + 'name' : 'merge_type', + 'ligature': 'merge_type', + 'tags' : ['merge_type'] + }, + { + 'name' : 'message', + 'ligature': 'message', + 'tags' : ['message'] + }, + { + 'name' : 'mic_none', + 'ligature': 'mic_none', + 'tags' : ['mic_none'] + }, + { + 'name' : 'mic_off', + 'ligature': 'mic_off', + 'tags' : ['mic_off'] + }, + { + 'name' : 'mic', + 'ligature': 'mic', + 'tags' : ['mic'] + }, + { + 'name' : 'minimize', + 'ligature': 'minimize', + 'tags' : ['minimize'] + }, + { + 'name' : 'missed_video_call', + 'ligature': 'missed_video_call', + 'tags' : ['missed_video_call'] + }, + { + 'name' : 'mms', + 'ligature': 'mms', + 'tags' : ['mms'] + }, + { + 'name' : 'mobile_friendly', + 'ligature': 'mobile_friendly', + 'tags' : ['mobile_friendly'] + }, + { + 'name' : 'mobile_off', + 'ligature': 'mobile_off', + 'tags' : ['mobile_off'] + }, + { + 'name' : 'mobile_screen_share', + 'ligature': 'mobile_screen_share', + 'tags' : ['mobile_screen_share'] + }, + { + 'name' : 'mode_comment', + 'ligature': 'mode_comment', + 'tags' : ['mode_comment'] + }, + { + 'name' : 'monetization_on', + 'ligature': 'monetization_on', + 'tags' : ['monetization_on'] + }, + { + 'name' : 'money_off', + 'ligature': 'money_off', + 'tags' : ['money_off'] + }, + { + 'name' : 'money', + 'ligature': 'money', + 'tags' : ['money'] + }, + { + 'name' : 'monochrome_photos', + 'ligature': 'monochrome_photos', + 'tags' : ['monochrome_photos'] + }, + { + 'name' : 'mood_bad', + 'ligature': 'mood_bad', + 'tags' : ['mood_bad'] + }, + { + 'name' : 'mood', + 'ligature': 'mood', + 'tags' : ['mood'] + }, + { + 'name' : 'more_horiz', + 'ligature': 'more_horiz', + 'tags' : ['more_horiz'] + }, + { + 'name' : 'more_vert', + 'ligature': 'more_vert', + 'tags' : ['more_vert'] + }, + { + 'name' : 'more', + 'ligature': 'more', + 'tags' : ['more'] + }, + { + 'name' : 'motorcycle', + 'ligature': 'motorcycle', + 'tags' : ['motorcycle'] + }, + { + 'name' : 'mouse', + 'ligature': 'mouse', + 'tags' : ['mouse'] + }, + { + 'name' : 'move_to_inbox', + 'ligature': 'move_to_inbox', + 'tags' : ['move_to_inbox'] + }, + { + 'name' : 'movie_creation', + 'ligature': 'movie_creation', + 'tags' : ['movie_creation'] + }, + { + 'name' : 'movie_filter', + 'ligature': 'movie_filter', + 'tags' : ['movie_filter'] + }, + { + 'name' : 'movie', + 'ligature': 'movie', + 'tags' : ['movie'] + }, + { + 'name' : 'multiline_chart', + 'ligature': 'multiline_chart', + 'tags' : ['multiline_chart'] + }, + { + 'name' : 'music_note', + 'ligature': 'music_note', + 'tags' : ['music_note'] + }, + { + 'name' : 'music_off', + 'ligature': 'music_off', + 'tags' : ['music_off'] + }, + { + 'name' : 'music_video', + 'ligature': 'music_video', + 'tags' : ['music_video'] + }, + { + 'name' : 'my_location', + 'ligature': 'my_location', + 'tags' : ['my_location'] + }, + { + 'name' : 'nature_people', + 'ligature': 'nature_people', + 'tags' : ['nature_people'] + }, + { + 'name' : 'nature', + 'ligature': 'nature', + 'tags' : ['nature'] + }, + { + 'name' : 'navigate_before', + 'ligature': 'navigate_before', + 'tags' : ['navigate_before'] + }, + { + 'name' : 'navigate_next', + 'ligature': 'navigate_next', + 'tags' : ['navigate_next'] + }, + { + 'name' : 'navigation', + 'ligature': 'navigation', + 'tags' : ['navigation'] + }, + { + 'name' : 'near_me', + 'ligature': 'near_me', + 'tags' : ['near_me'] + }, + { + 'name' : 'network_check', + 'ligature': 'network_check', + 'tags' : ['network_check'] + }, + { + 'name' : 'network_locked', + 'ligature': 'network_locked', + 'tags' : ['network_locked'] + }, + { + 'name' : 'new_releases', + 'ligature': 'new_releases', + 'tags' : ['new_releases'] + }, + { + 'name' : 'next_week', + 'ligature': 'next_week', + 'tags' : ['next_week'] + }, + { + 'name' : 'nfc', + 'ligature': 'nfc', + 'tags' : ['nfc'] + }, + { + 'name' : 'no_encryption', + 'ligature': 'no_encryption', + 'tags' : ['no_encryption'] + }, + { + 'name' : 'no_meeting_room', + 'ligature': 'no_meeting_room', + 'tags' : ['no_meeting_room'] + }, + { + 'name' : 'no_sim', + 'ligature': 'no_sim', + 'tags' : ['no_sim'] + }, + { + 'name' : 'not_interested', + 'ligature': 'not_interested', + 'tags' : ['not_interested'] + }, + { + 'name' : 'not_listed_location', + 'ligature': 'not_listed_location', + 'tags' : ['not_listed_location'] + }, + { + 'name' : 'note_add', + 'ligature': 'note_add', + 'tags' : ['note_add'] + }, + { + 'name' : 'note', + 'ligature': 'note', + 'tags' : ['note'] + }, + { + 'name' : 'notes', + 'ligature': 'notes', + 'tags' : ['notes'] + }, + { + 'name' : 'notification_important', + 'ligature': 'notification_important', + 'tags' : ['notification_important'] + }, + { + 'name' : 'notifications_active', + 'ligature': 'notifications_active', + 'tags' : ['notifications_active'] + }, + { + 'name' : 'notifications_none', + 'ligature': 'notifications_none', + 'tags' : ['notifications_none'] + }, + { + 'name' : 'notifications_off', + 'ligature': 'notifications_off', + 'tags' : ['notifications_off'] + }, + { + 'name' : 'notifications_paused', + 'ligature': 'notifications_paused', + 'tags' : ['notifications_paused'] + }, + { + 'name' : 'notifications', + 'ligature': 'notifications', + 'tags' : ['notifications'] + }, + { + 'name' : 'offline_bolt', + 'ligature': 'offline_bolt', + 'tags' : ['offline_bolt'] + }, + { + 'name' : 'offline_pin', + 'ligature': 'offline_pin', + 'tags' : ['offline_pin'] + }, + { + 'name' : 'ondemand_video', + 'ligature': 'ondemand_video', + 'tags' : ['ondemand_video'] + }, + { + 'name' : 'opacity', + 'ligature': 'opacity', + 'tags' : ['opacity'] + }, + { + 'name' : 'open_in_browser', + 'ligature': 'open_in_browser', + 'tags' : ['open_in_browser'] + }, + { + 'name' : 'open_in_new', + 'ligature': 'open_in_new', + 'tags' : ['open_in_new'] + }, + { + 'name' : 'open_with', + 'ligature': 'open_with', + 'tags' : ['open_with'] + }, + { + 'name' : 'outlined_flag', + 'ligature': 'outlined_flag', + 'tags' : ['outlined_flag'] + }, + { + 'name' : 'pages', + 'ligature': 'pages', + 'tags' : ['pages'] + }, + { + 'name' : 'pageview', + 'ligature': 'pageview', + 'tags' : ['pageview'] + }, + { + 'name' : 'palette', + 'ligature': 'palette', + 'tags' : ['palette'] + }, + { + 'name' : 'pan_tool', + 'ligature': 'pan_tool', + 'tags' : ['pan_tool'] + }, + { + 'name' : 'panorama_fish_eye', + 'ligature': 'panorama_fish_eye', + 'tags' : ['panorama_fish_eye'] + }, + { + 'name' : 'panorama_horizontal', + 'ligature': 'panorama_horizontal', + 'tags' : ['panorama_horizontal'] + }, + { + 'name' : 'panorama_vertical', + 'ligature': 'panorama_vertical', + 'tags' : ['panorama_vertical'] + }, + { + 'name' : 'panorama_wide_angle', + 'ligature': 'panorama_wide_angle', + 'tags' : ['panorama_wide_angle'] + }, + { + 'name' : 'panorama', + 'ligature': 'panorama', + 'tags' : ['panorama'] + }, + { + 'name' : 'party_mode', + 'ligature': 'party_mode', + 'tags' : ['party_mode'] + }, + { + 'name' : 'pause_circle_filled', + 'ligature': 'pause_circle_filled', + 'tags' : ['pause_circle_filled'] + }, + { + 'name' : 'pause_circle_outline', + 'ligature': 'pause_circle_outline', + 'tags' : ['pause_circle_outline'] + }, + { + 'name' : 'pause_presentation', + 'ligature': 'pause_presentation', + 'tags' : ['pause_presentation'] + }, + { + 'name' : 'pause', + 'ligature': 'pause', + 'tags' : ['pause'] + }, + { + 'name' : 'payment', + 'ligature': 'payment', + 'tags' : ['payment'] + }, + { + 'name' : 'people_outline', + 'ligature': 'people_outline', + 'tags' : ['people_outline'] + }, + { + 'name' : 'people', + 'ligature': 'people', + 'tags' : ['people'] + }, + { + 'name' : 'perm_camera_mic', + 'ligature': 'perm_camera_mic', + 'tags' : ['perm_camera_mic'] + }, + { + 'name' : 'perm_contact_calendar', + 'ligature': 'perm_contact_calendar', + 'tags' : ['perm_contact_calendar'] + }, + { + 'name' : 'perm_data_setting', + 'ligature': 'perm_data_setting', + 'tags' : ['perm_data_setting'] + }, + { + 'name' : 'perm_device_information', + 'ligature': 'perm_device_information', + 'tags' : ['perm_device_information'] + }, + { + 'name' : 'perm_identity', + 'ligature': 'perm_identity', + 'tags' : ['perm_identity'] + }, + { + 'name' : 'perm_media', + 'ligature': 'perm_media', + 'tags' : ['perm_media'] + }, + { + 'name' : 'perm_phone_msg', + 'ligature': 'perm_phone_msg', + 'tags' : ['perm_phone_msg'] + }, + { + 'name' : 'perm_scan_wifi', + 'ligature': 'perm_scan_wifi', + 'tags' : ['perm_scan_wifi'] + }, + { + 'name' : 'person_add_disabled', + 'ligature': 'person_add_disabled', + 'tags' : ['person_add_disabled'] + }, + { + 'name' : 'person_add', + 'ligature': 'person_add', + 'tags' : ['person_add'] + }, + { + 'name' : 'person_outline', + 'ligature': 'person_outline', + 'tags' : ['person_outline'] + }, + { + 'name' : 'person_pin_circle', + 'ligature': 'person_pin_circle', + 'tags' : ['person_pin_circle'] + }, + { + 'name' : 'person_pin', + 'ligature': 'person_pin', + 'tags' : ['person_pin'] + }, + { + 'name' : 'person', + 'ligature': 'person', + 'tags' : ['person'] + }, + { + 'name' : 'personal_video', + 'ligature': 'personal_video', + 'tags' : ['personal_video'] + }, + { + 'name' : 'pets', + 'ligature': 'pets', + 'tags' : ['pets'] + }, + { + 'name' : 'phone_android', + 'ligature': 'phone_android', + 'tags' : ['phone_android'] + }, + { + 'name' : 'phone_bluetooth_speaker', + 'ligature': 'phone_bluetooth_speaker', + 'tags' : ['phone_bluetooth_speaker'] + }, + { + 'name' : 'phone_callback', + 'ligature': 'phone_callback', + 'tags' : ['phone_callback'] + }, + { + 'name' : 'phone_forwarded', + 'ligature': 'phone_forwarded', + 'tags' : ['phone_forwarded'] + }, + { + 'name' : 'phone_in_talk', + 'ligature': 'phone_in_talk', + 'tags' : ['phone_in_talk'] + }, + { + 'name' : 'phone_iphone', + 'ligature': 'phone_iphone', + 'tags' : ['phone_iphone'] + }, + { + 'name' : 'phone_locked', + 'ligature': 'phone_locked', + 'tags' : ['phone_locked'] + }, + { + 'name' : 'phone_missed', + 'ligature': 'phone_missed', + 'tags' : ['phone_missed'] + }, + { + 'name' : 'phone_paused', + 'ligature': 'phone_paused', + 'tags' : ['phone_paused'] + }, + { + 'name' : 'phone', + 'ligature': 'phone', + 'tags' : ['phone'] + }, + { + 'name' : 'phonelink_erase', + 'ligature': 'phonelink_erase', + 'tags' : ['phonelink_erase'] + }, + { + 'name' : 'phonelink_lock', + 'ligature': 'phonelink_lock', + 'tags' : ['phonelink_lock'] + }, + { + 'name' : 'phonelink_off', + 'ligature': 'phonelink_off', + 'tags' : ['phonelink_off'] + }, + { + 'name' : 'phonelink_ring', + 'ligature': 'phonelink_ring', + 'tags' : ['phonelink_ring'] + }, + { + 'name' : 'phonelink_setup', + 'ligature': 'phonelink_setup', + 'tags' : ['phonelink_setup'] + }, + { + 'name' : 'phonelink', + 'ligature': 'phonelink', + 'tags' : ['phonelink'] + }, + { + 'name' : 'photo_album', + 'ligature': 'photo_album', + 'tags' : ['photo_album'] + }, + { + 'name' : 'photo_camera', + 'ligature': 'photo_camera', + 'tags' : ['photo_camera'] + }, + { + 'name' : 'photo_filter', + 'ligature': 'photo_filter', + 'tags' : ['photo_filter'] + }, + { + 'name' : 'photo_library', + 'ligature': 'photo_library', + 'tags' : ['photo_library'] + }, + { + 'name' : 'photo_size_select_actual', + 'ligature': 'photo_size_select_actual', + 'tags' : ['photo_size_select_actual'] + }, + { + 'name' : 'photo_size_select_large', + 'ligature': 'photo_size_select_large', + 'tags' : ['photo_size_select_large'] + }, + { + 'name' : 'photo_size_select_small', + 'ligature': 'photo_size_select_small', + 'tags' : ['photo_size_select_small'] + }, + { + 'name' : 'photo', + 'ligature': 'photo', + 'tags' : ['photo'] + }, + { + 'name' : 'picture_as_pdf', + 'ligature': 'picture_as_pdf', + 'tags' : ['picture_as_pdf'] + }, + { + 'name' : 'picture_in_picture_alt', + 'ligature': 'picture_in_picture_alt', + 'tags' : ['picture_in_picture_alt'] + }, + { + 'name' : 'picture_in_picture', + 'ligature': 'picture_in_picture', + 'tags' : ['picture_in_picture'] + }, + { + 'name' : 'pie_chart', + 'ligature': 'pie_chart', + 'tags' : ['pie_chart'] + }, + { + 'name' : 'pin_drop', + 'ligature': 'pin_drop', + 'tags' : ['pin_drop'] + }, + { + 'name' : 'place', + 'ligature': 'place', + 'tags' : ['place'] + }, + { + 'name' : 'play_arrow', + 'ligature': 'play_arrow', + 'tags' : ['play_arrow'] + }, + { + 'name' : 'play_circle_filled_white', + 'ligature': 'play_circle_filled_white', + 'tags' : ['play_circle_filled_white'] + }, + { + 'name' : 'play_circle_filled', + 'ligature': 'play_circle_filled', + 'tags' : ['play_circle_filled'] + }, + { + 'name' : 'play_circle_outline', + 'ligature': 'play_circle_outline', + 'tags' : ['play_circle_outline'] + }, + { + 'name' : 'play_for_work', + 'ligature': 'play_for_work', + 'tags' : ['play_for_work'] + }, + { + 'name' : 'playlist_add_check', + 'ligature': 'playlist_add_check', + 'tags' : ['playlist_add_check'] + }, + { + 'name' : 'playlist_add', + 'ligature': 'playlist_add', + 'tags' : ['playlist_add'] + }, + { + 'name' : 'playlist_play', + 'ligature': 'playlist_play', + 'tags' : ['playlist_play'] + }, + { + 'name' : 'plus_one', + 'ligature': 'plus_one', + 'tags' : ['plus_one'] + }, + { + 'name' : 'poll', + 'ligature': 'poll', + 'tags' : ['poll'] + }, + { + 'name' : 'polymer', + 'ligature': 'polymer', + 'tags' : ['polymer'] + }, + { + 'name' : 'pool', + 'ligature': 'pool', + 'tags' : ['pool'] + }, + { + 'name' : 'portable_wifi_off', + 'ligature': 'portable_wifi_off', + 'tags' : ['portable_wifi_off'] + }, + { + 'name' : 'portrait', + 'ligature': 'portrait', + 'tags' : ['portrait'] + }, + { + 'name' : 'power_input', + 'ligature': 'power_input', + 'tags' : ['power_input'] + }, + { + 'name' : 'power_off', + 'ligature': 'power_off', + 'tags' : ['power_off'] + }, + { + 'name' : 'power_settings_new', + 'ligature': 'power_settings_new', + 'tags' : ['power_settings_new'] + }, + { + 'name' : 'power', + 'ligature': 'power', + 'tags' : ['power'] + }, + { + 'name' : 'pregnant_woman', + 'ligature': 'pregnant_woman', + 'tags' : ['pregnant_woman'] + }, + { + 'name' : 'present_to_all', + 'ligature': 'present_to_all', + 'tags' : ['present_to_all'] + }, + { + 'name' : 'print_disabled', + 'ligature': 'print_disabled', + 'tags' : ['print_disabled'] + }, + { + 'name' : 'print', + 'ligature': 'print', + 'tags' : ['print'] + }, + { + 'name' : 'priority_high', + 'ligature': 'priority_high', + 'tags' : ['priority_high'] + }, + { + 'name' : 'public', + 'ligature': 'public', + 'tags' : ['public'] + }, + { + 'name' : 'publish', + 'ligature': 'publish', + 'tags' : ['publish'] + }, + { + 'name' : 'query_builder', + 'ligature': 'query_builder', + 'tags' : ['query_builder'] + }, + { + 'name' : 'question_answer', + 'ligature': 'question_answer', + 'tags' : ['question_answer'] + }, + { + 'name' : 'queue_music', + 'ligature': 'queue_music', + 'tags' : ['queue_music'] + }, + { + 'name' : 'queue_play_next', + 'ligature': 'queue_play_next', + 'tags' : ['queue_play_next'] + }, + { + 'name' : 'queue', + 'ligature': 'queue', + 'tags' : ['queue'] + }, + { + 'name' : 'radio_button_checked', + 'ligature': 'radio_button_checked', + 'tags' : ['radio_button_checked'] + }, + { + 'name' : 'radio_button_unchecked', + 'ligature': 'radio_button_unchecked', + 'tags' : ['radio_button_unchecked'] + }, + { + 'name' : 'radio', + 'ligature': 'radio', + 'tags' : ['radio'] + }, + { + 'name' : 'rate_review', + 'ligature': 'rate_review', + 'tags' : ['rate_review'] + }, + { + 'name' : 'receipt', + 'ligature': 'receipt', + 'tags' : ['receipt'] + }, + { + 'name' : 'recent_actors', + 'ligature': 'recent_actors', + 'tags' : ['recent_actors'] + }, + { + 'name' : 'record_voice_over', + 'ligature': 'record_voice_over', + 'tags' : ['record_voice_over'] + }, + { + 'name' : 'redeem', + 'ligature': 'redeem', + 'tags' : ['redeem'] + }, + { + 'name' : 'redo', + 'ligature': 'redo', + 'tags' : ['redo'] + }, + { + 'name' : 'refresh', + 'ligature': 'refresh', + 'tags' : ['refresh'] + }, + { + 'name' : 'remove_circle_outline', + 'ligature': 'remove_circle_outline', + 'tags' : ['remove_circle_outline'] + }, + { + 'name' : 'remove_circle', + 'ligature': 'remove_circle', + 'tags' : ['remove_circle'] + }, + { + 'name' : 'remove_from_queue', + 'ligature': 'remove_from_queue', + 'tags' : ['remove_from_queue'] + }, + { + 'name' : 'remove_red_eye', + 'ligature': 'remove_red_eye', + 'tags' : ['remove_red_eye'] + }, + { + 'name' : 'remove_shopping_cart', + 'ligature': 'remove_shopping_cart', + 'tags' : ['remove_shopping_cart'] + }, + { + 'name' : 'remove', + 'ligature': 'remove', + 'tags' : ['remove'] + }, + { + 'name' : 'reorder', + 'ligature': 'reorder', + 'tags' : ['reorder'] + }, + { + 'name' : 'repeat_one', + 'ligature': 'repeat_one', + 'tags' : ['repeat_one'] + }, + { + 'name' : 'repeat', + 'ligature': 'repeat', + 'tags' : ['repeat'] + }, + { + 'name' : 'replay_5', + 'ligature': 'replay_5', + 'tags' : ['replay_5'] + }, + { + 'name' : 'replay_10', + 'ligature': 'replay_10', + 'tags' : ['replay_10'] + }, + { + 'name' : 'replay_30', + 'ligature': 'replay_30', + 'tags' : ['replay_30'] + }, + { + 'name' : 'replay', + 'ligature': 'replay', + 'tags' : ['replay'] + }, + { + 'name' : 'reply_all', + 'ligature': 'reply_all', + 'tags' : ['reply_all'] + }, + { + 'name' : 'reply', + 'ligature': 'reply', + 'tags' : ['reply'] + }, + { + 'name' : 'report_off', + 'ligature': 'report_off', + 'tags' : ['report_off'] + }, + { + 'name' : 'report_problem', + 'ligature': 'report_problem', + 'tags' : ['report_problem'] + }, + { + 'name' : 'report', + 'ligature': 'report', + 'tags' : ['report'] + }, + { + 'name' : 'restaurant_menu', + 'ligature': 'restaurant_menu', + 'tags' : ['restaurant_menu'] + }, + { + 'name' : 'restaurant', + 'ligature': 'restaurant', + 'tags' : ['restaurant'] + }, + { + 'name' : 'restore_from_trash', + 'ligature': 'restore_from_trash', + 'tags' : ['restore_from_trash'] + }, + { + 'name' : 'restore_page', + 'ligature': 'restore_page', + 'tags' : ['restore_page'] + }, + { + 'name' : 'restore', + 'ligature': 'restore', + 'tags' : ['restore'] + }, + { + 'name' : 'ring_volume', + 'ligature': 'ring_volume', + 'tags' : ['ring_volume'] + }, + { + 'name' : 'room_service', + 'ligature': 'room_service', + 'tags' : ['room_service'] + }, + { + 'name' : 'room', + 'ligature': 'room', + 'tags' : ['room'] + }, + { + 'name' : 'rotate_90_degrees_ccw', + 'ligature': 'rotate_90_degrees_ccw', + 'tags' : ['rotate_90_degrees_ccw'] + }, + { + 'name' : 'rotate_left', + 'ligature': 'rotate_left', + 'tags' : ['rotate_left'] + }, + { + 'name' : 'rotate_right', + 'ligature': 'rotate_right', + 'tags' : ['rotate_right'] + }, + { + 'name' : 'rounded_corner', + 'ligature': 'rounded_corner', + 'tags' : ['rounded_corner'] + }, + { + 'name' : 'router', + 'ligature': 'router', + 'tags' : ['router'] + }, + { + 'name' : 'rowing', + 'ligature': 'rowing', + 'tags' : ['rowing'] + }, + { + 'name' : 'rss_feed', + 'ligature': 'rss_feed', + 'tags' : ['rss_feed'] + }, + { + 'name' : 'rv_hookup', + 'ligature': 'rv_hookup', + 'tags' : ['rv_hookup'] + }, + { + 'name' : 'satellite', + 'ligature': 'satellite', + 'tags' : ['satellite'] + }, + { + 'name' : 'save_alt', + 'ligature': 'save_alt', + 'tags' : ['save_alt'] + }, + { + 'name' : 'save', + 'ligature': 'save', + 'tags' : ['save'] + }, + { + 'name' : 'scanner', + 'ligature': 'scanner', + 'tags' : ['scanner'] + }, + { + 'name' : 'scatter_plot', + 'ligature': 'scatter_plot', + 'tags' : ['scatter_plot'] + }, + { + 'name' : 'schedule', + 'ligature': 'schedule', + 'tags' : ['schedule'] + }, + { + 'name' : 'school', + 'ligature': 'school', + 'tags' : ['school'] + }, + { + 'name' : 'score', + 'ligature': 'score', + 'tags' : ['score'] + }, + { + 'name' : 'screen_lock_landscape', + 'ligature': 'screen_lock_landscape', + 'tags' : ['screen_lock_landscape'] + }, + { + 'name' : 'screen_lock_portrait', + 'ligature': 'screen_lock_portrait', + 'tags' : ['screen_lock_portrait'] + }, + { + 'name' : 'screen_lock_rotation', + 'ligature': 'screen_lock_rotation', + 'tags' : ['screen_lock_rotation'] + }, + { + 'name' : 'screen_rotation', + 'ligature': 'screen_rotation', + 'tags' : ['screen_rotation'] + }, + { + 'name' : 'screen_share', + 'ligature': 'screen_share', + 'tags' : ['screen_share'] + }, + { + 'name' : 'sd_card', + 'ligature': 'sd_card', + 'tags' : ['sd_card'] + }, + { + 'name' : 'sd_storage', + 'ligature': 'sd_storage', + 'tags' : ['sd_storage'] + }, + { + 'name' : 'search', + 'ligature': 'search', + 'tags' : ['search'] + }, + { + 'name' : 'security', + 'ligature': 'security', + 'tags' : ['security'] + }, + { + 'name' : 'select_all', + 'ligature': 'select_all', + 'tags' : ['select_all'] + }, + { + 'name' : 'send', + 'ligature': 'send', + 'tags' : ['send'] + }, + { + 'name' : 'sentiment_dissatisfied', + 'ligature': 'sentiment_dissatisfied', + 'tags' : ['sentiment_dissatisfied'] + }, + { + 'name' : 'sentiment_satisfied_alt', + 'ligature': 'sentiment_satisfied_alt', + 'tags' : ['sentiment_satisfied_alt'] + }, + { + 'name' : 'sentiment_satisfied', + 'ligature': 'sentiment_satisfied', + 'tags' : ['sentiment_satisfied'] + }, + { + 'name' : 'sentiment_very_dissatisfied', + 'ligature': 'sentiment_very_dissatisfied', + 'tags' : ['sentiment_very_dissatisfied'] + }, + { + 'name' : 'sentiment_very_satisfied', + 'ligature': 'sentiment_very_satisfied', + 'tags' : ['sentiment_very_satisfied'] + }, + { + 'name' : 'settings_applications', + 'ligature': 'settings_applications', + 'tags' : ['settings_applications'] + }, + { + 'name' : 'settings_backup_restore', + 'ligature': 'settings_backup_restore', + 'tags' : ['settings_backup_restore'] + }, + { + 'name' : 'settings_bluetooth', + 'ligature': 'settings_bluetooth', + 'tags' : ['settings_bluetooth'] + }, + { + 'name' : 'settings_brightness', + 'ligature': 'settings_brightness', + 'tags' : ['settings_brightness'] + }, + { + 'name' : 'settings_cell', + 'ligature': 'settings_cell', + 'tags' : ['settings_cell'] + }, + { + 'name' : 'settings_ethernet', + 'ligature': 'settings_ethernet', + 'tags' : ['settings_ethernet'] + }, + { + 'name' : 'settings_input_antenna', + 'ligature': 'settings_input_antenna', + 'tags' : ['settings_input_antenna'] + }, + { + 'name' : 'settings_input_component', + 'ligature': 'settings_input_component', + 'tags' : ['settings_input_component'] + }, + { + 'name' : 'settings_input_composite', + 'ligature': 'settings_input_composite', + 'tags' : ['settings_input_composite'] + }, + { + 'name' : 'settings_input_hdmi', + 'ligature': 'settings_input_hdmi', + 'tags' : ['settings_input_hdmi'] + }, + { + 'name' : 'settings_input_svideo', + 'ligature': 'settings_input_svideo', + 'tags' : ['settings_input_svideo'] + }, + { + 'name' : 'settings_overscan', + 'ligature': 'settings_overscan', + 'tags' : ['settings_overscan'] + }, + { + 'name' : 'settings_phone', + 'ligature': 'settings_phone', + 'tags' : ['settings_phone'] + }, + { + 'name' : 'settings_power', + 'ligature': 'settings_power', + 'tags' : ['settings_power'] + }, + { + 'name' : 'settings_remote', + 'ligature': 'settings_remote', + 'tags' : ['settings_remote'] + }, + { + 'name' : 'settings_system_daydream', + 'ligature': 'settings_system_daydream', + 'tags' : ['settings_system_daydream'] + }, + { + 'name' : 'settings_voice', + 'ligature': 'settings_voice', + 'tags' : ['settings_voice'] + }, + { + 'name' : 'settings', + 'ligature': 'settings', + 'tags' : ['settings'] + }, + { + 'name' : 'share', + 'ligature': 'share', + 'tags' : ['share'] + }, + { + 'name' : 'shop_two', + 'ligature': 'shop_two', + 'tags' : ['shop_two'] + }, + { + 'name' : 'shop', + 'ligature': 'shop', + 'tags' : ['shop'] + }, + { + 'name' : 'shopping_basket', + 'ligature': 'shopping_basket', + 'tags' : ['shopping_basket'] + }, + { + 'name' : 'shopping_cart', + 'ligature': 'shopping_cart', + 'tags' : ['shopping_cart'] + }, + { + 'name' : 'short_text', + 'ligature': 'short_text', + 'tags' : ['short_text'] + }, + { + 'name' : 'show_chart', + 'ligature': 'show_chart', + 'tags' : ['show_chart'] + }, + { + 'name' : 'shuffle', + 'ligature': 'shuffle', + 'tags' : ['shuffle'] + }, + { + 'name' : 'shutter_speed', + 'ligature': 'shutter_speed', + 'tags' : ['shutter_speed'] + }, + { + 'name' : 'signal_cellular_0_bar', + 'ligature': 'signal_cellular_0_bar', + 'tags' : ['signal_cellular_0_bar'] + }, + { + 'name' : 'signal_cellular_4_bar', + 'ligature': 'signal_cellular_4_bar', + 'tags' : ['signal_cellular_4_bar'] + }, + { + 'name' : 'signal_cellular_alt', + 'ligature': 'signal_cellular_alt', + 'tags' : ['signal_cellular_alt'] + }, + { + 'name' : 'signal_cellular_connected_no_internet_4_bar', + 'ligature': 'signal_cellular_connected_no_internet_4_bar', + 'tags' : ['signal_cellular_connected_no_internet_4_bar'] + }, + { + 'name' : 'signal_cellular_no_sim', + 'ligature': 'signal_cellular_no_sim', + 'tags' : ['signal_cellular_no_sim'] + }, + { + 'name' : 'signal_cellular_null', + 'ligature': 'signal_cellular_null', + 'tags' : ['signal_cellular_null'] + }, + { + 'name' : 'signal_cellular_off', + 'ligature': 'signal_cellular_off', + 'tags' : ['signal_cellular_off'] + }, + { + 'name' : 'signal_wifi_0_bar', + 'ligature': 'signal_wifi_0_bar', + 'tags' : ['signal_wifi_0_bar'] + }, + { + 'name' : 'signal_wifi_4_bar_lock', + 'ligature': 'signal_wifi_4_bar_lock', + 'tags' : ['signal_wifi_4_bar_lock'] + }, + { + 'name' : 'signal_wifi_4_bar', + 'ligature': 'signal_wifi_4_bar', + 'tags' : ['signal_wifi_4_bar'] + }, + { + 'name' : 'signal_wifi_off', + 'ligature': 'signal_wifi_off', + 'tags' : ['signal_wifi_off'] + }, + { + 'name' : 'sim_card', + 'ligature': 'sim_card', + 'tags' : ['sim_card'] + }, + { + 'name' : 'skip_next', + 'ligature': 'skip_next', + 'tags' : ['skip_next'] + }, + { + 'name' : 'skip_previous', + 'ligature': 'skip_previous', + 'tags' : ['skip_previous'] + }, + { + 'name' : 'slideshow', + 'ligature': 'slideshow', + 'tags' : ['slideshow'] + }, + { + 'name' : 'slow_motion_video', + 'ligature': 'slow_motion_video', + 'tags' : ['slow_motion_video'] + }, + { + 'name' : 'smartphone', + 'ligature': 'smartphone', + 'tags' : ['smartphone'] + }, + { + 'name' : 'smoke_free', + 'ligature': 'smoke_free', + 'tags' : ['smoke_free'] + }, + { + 'name' : 'smoking_rooms', + 'ligature': 'smoking_rooms', + 'tags' : ['smoking_rooms'] + }, + { + 'name' : 'sms_failed', + 'ligature': 'sms_failed', + 'tags' : ['sms_failed'] + }, + { + 'name' : 'sms', + 'ligature': 'sms', + 'tags' : ['sms'] + }, + { + 'name' : 'snooze', + 'ligature': 'snooze', + 'tags' : ['snooze'] + }, + { + 'name' : 'sort_by_alpha', + 'ligature': 'sort_by_alpha', + 'tags' : ['sort_by_alpha'] + }, + { + 'name' : 'sort', + 'ligature': 'sort', + 'tags' : ['sort'] + }, + { + 'name' : 'spa', + 'ligature': 'spa', + 'tags' : ['spa'] + }, + { + 'name' : 'space_bar', + 'ligature': 'space_bar', + 'tags' : ['space_bar'] + }, + { + 'name' : 'speaker_group', + 'ligature': 'speaker_group', + 'tags' : ['speaker_group'] + }, + { + 'name' : 'speaker_notes_off', + 'ligature': 'speaker_notes_off', + 'tags' : ['speaker_notes_off'] + }, + { + 'name' : 'speaker_notes', + 'ligature': 'speaker_notes', + 'tags' : ['speaker_notes'] + }, + { + 'name' : 'speaker_phone', + 'ligature': 'speaker_phone', + 'tags' : ['speaker_phone'] + }, + { + 'name' : 'speaker', + 'ligature': 'speaker', + 'tags' : ['speaker'] + }, + { + 'name' : 'spellcheck', + 'ligature': 'spellcheck', + 'tags' : ['spellcheck'] + }, + { + 'name' : 'star_border', + 'ligature': 'star_border', + 'tags' : ['star_border'] + }, + { + 'name' : 'star_half', + 'ligature': 'star_half', + 'tags' : ['star_half'] + }, + { + 'name' : 'star_rate', + 'ligature': 'star_rate', + 'tags' : ['star_rate'] + }, + { + 'name' : 'star', + 'ligature': 'star', + 'tags' : ['star'] + }, + { + 'name' : 'stars', + 'ligature': 'stars', + 'tags' : ['stars'] + }, + { + 'name' : 'stay_current_landscape', + 'ligature': 'stay_current_landscape', + 'tags' : ['stay_current_landscape'] + }, + { + 'name' : 'stay_current_portrait', + 'ligature': 'stay_current_portrait', + 'tags' : ['stay_current_portrait'] + }, + { + 'name' : 'stay_primary_landscape', + 'ligature': 'stay_primary_landscape', + 'tags' : ['stay_primary_landscape'] + }, + { + 'name' : 'stay_primary_portrait', + 'ligature': 'stay_primary_portrait', + 'tags' : ['stay_primary_portrait'] + }, + { + 'name' : 'stop_screen_share', + 'ligature': 'stop_screen_share', + 'tags' : ['stop_screen_share'] + }, + { + 'name' : 'stop', + 'ligature': 'stop', + 'tags' : ['stop'] + }, + { + 'name' : 'storage', + 'ligature': 'storage', + 'tags' : ['storage'] + }, + { + 'name' : 'store_mall_directory', + 'ligature': 'store_mall_directory', + 'tags' : ['store_mall_directory'] + }, + { + 'name' : 'store', + 'ligature': 'store', + 'tags' : ['store'] + }, + { + 'name' : 'straighten', + 'ligature': 'straighten', + 'tags' : ['straighten'] + }, + { + 'name' : 'streetview', + 'ligature': 'streetview', + 'tags' : ['streetview'] + }, + { + 'name' : 'strikethrough_s', + 'ligature': 'strikethrough_s', + 'tags' : ['strikethrough_s'] + }, + { + 'name' : 'style', + 'ligature': 'style', + 'tags' : ['style'] + }, + { + 'name' : 'subdirectory_arrow_left', + 'ligature': 'subdirectory_arrow_left', + 'tags' : ['subdirectory_arrow_left'] + }, + { + 'name' : 'subdirectory_arrow_right', + 'ligature': 'subdirectory_arrow_right', + 'tags' : ['subdirectory_arrow_right'] + }, + { + 'name' : 'subject', + 'ligature': 'subject', + 'tags' : ['subject'] + }, + { + 'name' : 'subscriptions', + 'ligature': 'subscriptions', + 'tags' : ['subscriptions'] + }, + { + 'name' : 'subtitles', + 'ligature': 'subtitles', + 'tags' : ['subtitles'] + }, + { + 'name' : 'subway', + 'ligature': 'subway', + 'tags' : ['subway'] + }, + { + 'name' : 'supervised_user_circle', + 'ligature': 'supervised_user_circle', + 'tags' : ['supervised_user_circle'] + }, + { + 'name' : 'supervisor_account', + 'ligature': 'supervisor_account', + 'tags' : ['supervisor_account'] + }, + { + 'name' : 'surround_sound', + 'ligature': 'surround_sound', + 'tags' : ['surround_sound'] + }, + { + 'name' : 'swap_calls', + 'ligature': 'swap_calls', + 'tags' : ['swap_calls'] + }, + { + 'name' : 'swap_horiz', + 'ligature': 'swap_horiz', + 'tags' : ['swap_horiz'] + }, + { + 'name' : 'swap_horizontal_circle', + 'ligature': 'swap_horizontal_circle', + 'tags' : ['swap_horizontal_circle'] + }, + { + 'name' : 'swap_vert', + 'ligature': 'swap_vert', + 'tags' : ['swap_vert'] + }, + { + 'name' : 'swap_vertical_circle', + 'ligature': 'swap_vertical_circle', + 'tags' : ['swap_vertical_circle'] + }, + { + 'name' : 'switch_camera', + 'ligature': 'switch_camera', + 'tags' : ['switch_camera'] + }, + { + 'name' : 'switch_video', + 'ligature': 'switch_video', + 'tags' : ['switch_video'] + }, + { + 'name' : 'sync_disabled', + 'ligature': 'sync_disabled', + 'tags' : ['sync_disabled'] + }, + { + 'name' : 'sync_problem', + 'ligature': 'sync_problem', + 'tags' : ['sync_problem'] + }, + { + 'name' : 'sync', + 'ligature': 'sync', + 'tags' : ['sync'] + }, + { + 'name' : 'system_update', + 'ligature': 'system_update', + 'tags' : ['system_update'] + }, + { + 'name' : 'tab_unselected', + 'ligature': 'tab_unselected', + 'tags' : ['tab_unselected'] + }, + { + 'name' : 'tab', + 'ligature': 'tab', + 'tags' : ['tab'] + }, + { + 'name' : 'table_chart', + 'ligature': 'table_chart', + 'tags' : ['table_chart'] + }, + { + 'name' : 'tablet_android', + 'ligature': 'tablet_android', + 'tags' : ['tablet_android'] + }, + { + 'name' : 'tablet_mac', + 'ligature': 'tablet_mac', + 'tags' : ['tablet_mac'] + }, + { + 'name' : 'tablet', + 'ligature': 'tablet', + 'tags' : ['tablet'] + }, + { + 'name' : 'tag_faces', + 'ligature': 'tag_faces', + 'tags' : ['tag_faces'] + }, + { + 'name' : 'tap_and_play', + 'ligature': 'tap_and_play', + 'tags' : ['tap_and_play'] + }, + { + 'name' : 'terrain', + 'ligature': 'terrain', + 'tags' : ['terrain'] + }, + { + 'name' : 'text_fields', + 'ligature': 'text_fields', + 'tags' : ['text_fields'] + }, + { + 'name' : 'text_format', + 'ligature': 'text_format', + 'tags' : ['text_format'] + }, + { + 'name' : 'text_rotate_up', + 'ligature': 'text_rotate_up', + 'tags' : ['text_rotate_up'] + }, + { + 'name' : 'text_rotate_vertical', + 'ligature': 'text_rotate_vertical', + 'tags' : ['text_rotate_vertical'] + }, + { + 'name' : 'text_rotation_down', + 'ligature': 'text_rotation_down', + 'tags' : ['text_rotation_down'] + }, + { + 'name' : 'text_rotation_none', + 'ligature': 'text_rotation_none', + 'tags' : ['text_rotation_none'] + }, + { + 'name' : 'textsms', + 'ligature': 'textsms', + 'tags' : ['textsms'] + }, + { + 'name' : 'texture', + 'ligature': 'texture', + 'tags' : ['texture'] + }, + { + 'name' : 'theaters', + 'ligature': 'theaters', + 'tags' : ['theaters'] + }, + { + 'name' : 'thumb_down_alt', + 'ligature': 'thumb_down_alt', + 'tags' : ['thumb_down_alt'] + }, + { + 'name' : 'thumb_down', + 'ligature': 'thumb_down', + 'tags' : ['thumb_down'] + }, + { + 'name' : 'thumb_up_alt', + 'ligature': 'thumb_up_alt', + 'tags' : ['thumb_up_alt'] + }, + { + 'name' : 'thumb_up', + 'ligature': 'thumb_up', + 'tags' : ['thumb_up'] + }, + { + 'name' : 'thumbs_up_down', + 'ligature': 'thumbs_up_down', + 'tags' : ['thumbs_up_down'] + }, + { + 'name' : 'time_to_leave', + 'ligature': 'time_to_leave', + 'tags' : ['time_to_leave'] + }, + { + 'name' : 'timelapse', + 'ligature': 'timelapse', + 'tags' : ['timelapse'] + }, + { + 'name' : 'timeline', + 'ligature': 'timeline', + 'tags' : ['timeline'] + }, + { + 'name' : 'timer_3', + 'ligature': 'timer_3', + 'tags' : ['timer_3'] + }, + { + 'name' : 'timer_10', + 'ligature': 'timer_10', + 'tags' : ['timer_10'] + }, + { + 'name' : 'timer_off', + 'ligature': 'timer_off', + 'tags' : ['timer_off'] + }, + { + 'name' : 'timer', + 'ligature': 'timer', + 'tags' : ['timer'] + }, + { + 'name' : 'title', + 'ligature': 'title', + 'tags' : ['title'] + }, + { + 'name' : 'toc', + 'ligature': 'toc', + 'tags' : ['toc'] + }, + { + 'name' : 'today', + 'ligature': 'today', + 'tags' : ['today'] + }, + { + 'name' : 'toggle_off', + 'ligature': 'toggle_off', + 'tags' : ['toggle_off'] + }, + { + 'name' : 'toggle_on', + 'ligature': 'toggle_on', + 'tags' : ['toggle_on'] + }, + { + 'name' : 'toll', + 'ligature': 'toll', + 'tags' : ['toll'] + }, + { + 'name' : 'tonality', + 'ligature': 'tonality', + 'tags' : ['tonality'] + }, + { + 'name' : 'touch_app', + 'ligature': 'touch_app', + 'tags' : ['touch_app'] + }, + { + 'name' : 'toys', + 'ligature': 'toys', + 'tags' : ['toys'] + }, + { + 'name' : 'track_changes', + 'ligature': 'track_changes', + 'tags' : ['track_changes'] + }, + { + 'name' : 'traffic', + 'ligature': 'traffic', + 'tags' : ['traffic'] + }, + { + 'name' : 'train', + 'ligature': 'train', + 'tags' : ['train'] + }, + { + 'name' : 'tram', + 'ligature': 'tram', + 'tags' : ['tram'] + }, + { + 'name' : 'transfer_within_a_station', + 'ligature': 'transfer_within_a_station', + 'tags' : ['transfer_within_a_station'] + }, + { + 'name' : 'transform', + 'ligature': 'transform', + 'tags' : ['transform'] + }, + { + 'name' : 'transit_enterexit', + 'ligature': 'transit_enterexit', + 'tags' : ['transit_enterexit'] + }, + { + 'name' : 'translate', + 'ligature': 'translate', + 'tags' : ['translate'] + }, + { + 'name' : 'trending_down', + 'ligature': 'trending_down', + 'tags' : ['trending_down'] + }, + { + 'name' : 'trending_flat', + 'ligature': 'trending_flat', + 'tags' : ['trending_flat'] + }, + { + 'name' : 'trending_up', + 'ligature': 'trending_up', + 'tags' : ['trending_up'] + }, + { + 'name' : 'trip_origin', + 'ligature': 'trip_origin', + 'tags' : ['trip_origin'] + }, + { + 'name' : 'tune', + 'ligature': 'tune', + 'tags' : ['tune'] + }, + { + 'name' : 'turned_in_not', + 'ligature': 'turned_in_not', + 'tags' : ['turned_in_not'] + }, + { + 'name' : 'turned_in', + 'ligature': 'turned_in', + 'tags' : ['turned_in'] + }, + { + 'name' : 'tv_off', + 'ligature': 'tv_off', + 'tags' : ['tv_off'] + }, + { + 'name' : 'tv', + 'ligature': 'tv', + 'tags' : ['tv'] + }, + { + 'name' : 'unarchive', + 'ligature': 'unarchive', + 'tags' : ['unarchive'] + }, + { + 'name' : 'undo', + 'ligature': 'undo', + 'tags' : ['undo'] + }, + { + 'name' : 'unfold_less', + 'ligature': 'unfold_less', + 'tags' : ['unfold_less'] + }, + { + 'name' : 'unfold_more', + 'ligature': 'unfold_more', + 'tags' : ['unfold_more'] + }, + { + 'name' : 'unsubscribe', + 'ligature': 'unsubscribe', + 'tags' : ['unsubscribe'] + }, + { + 'name' : 'update', + 'ligature': 'update', + 'tags' : ['update'] + }, + { + 'name' : 'usb', + 'ligature': 'usb', + 'tags' : ['usb'] + }, + { + 'name' : 'verified_user', + 'ligature': 'verified_user', + 'tags' : ['verified_user'] + }, + { + 'name' : 'vertical_align_bottom', + 'ligature': 'vertical_align_bottom', + 'tags' : ['vertical_align_bottom'] + }, + { + 'name' : 'vertical_align_center', + 'ligature': 'vertical_align_center', + 'tags' : ['vertical_align_center'] + }, + { + 'name' : 'vertical_align_top', + 'ligature': 'vertical_align_top', + 'tags' : ['vertical_align_top'] + }, + { + 'name' : 'vertical_split', + 'ligature': 'vertical_split', + 'tags' : ['vertical_split'] + }, + { + 'name' : 'vibration', + 'ligature': 'vibration', + 'tags' : ['vibration'] + }, + { + 'name' : 'video_call', + 'ligature': 'video_call', + 'tags' : ['video_call'] + }, + { + 'name' : 'video_label', + 'ligature': 'video_label', + 'tags' : ['video_label'] + }, + { + 'name' : 'video_library', + 'ligature': 'video_library', + 'tags' : ['video_library'] + }, + { + 'name' : 'videocam_off', + 'ligature': 'videocam_off', + 'tags' : ['videocam_off'] + }, + { + 'name' : 'videocam', + 'ligature': 'videocam', + 'tags' : ['videocam'] + }, + { + 'name' : 'videogame_asset', + 'ligature': 'videogame_asset', + 'tags' : ['videogame_asset'] + }, + { + 'name' : 'view_agenda', + 'ligature': 'view_agenda', + 'tags' : ['view_agenda'] + }, + { + 'name' : 'view_array', + 'ligature': 'view_array', + 'tags' : ['view_array'] + }, + { + 'name' : 'view_carousel', + 'ligature': 'view_carousel', + 'tags' : ['view_carousel'] + }, + { + 'name' : 'view_column', + 'ligature': 'view_column', + 'tags' : ['view_column'] + }, + { + 'name' : 'view_comfy', + 'ligature': 'view_comfy', + 'tags' : ['view_comfy'] + }, + { + 'name' : 'view_compact', + 'ligature': 'view_compact', + 'tags' : ['view_compact'] + }, + { + 'name' : 'view_day', + 'ligature': 'view_day', + 'tags' : ['view_day'] + }, + { + 'name' : 'view_headline', + 'ligature': 'view_headline', + 'tags' : ['view_headline'] + }, + { + 'name' : 'view_list', + 'ligature': 'view_list', + 'tags' : ['view_list'] + }, + { + 'name' : 'view_module', + 'ligature': 'view_module', + 'tags' : ['view_module'] + }, + { + 'name' : 'view_quilt', + 'ligature': 'view_quilt', + 'tags' : ['view_quilt'] + }, + { + 'name' : 'view_stream', + 'ligature': 'view_stream', + 'tags' : ['view_stream'] + }, + { + 'name' : 'view_week', + 'ligature': 'view_week', + 'tags' : ['view_week'] + }, + { + 'name' : 'vignette', + 'ligature': 'vignette', + 'tags' : ['vignette'] + }, + { + 'name' : 'visibility_off', + 'ligature': 'visibility_off', + 'tags' : ['visibility_off'] + }, + { + 'name' : 'visibility', + 'ligature': 'visibility', + 'tags' : ['visibility'] + }, + { + 'name' : 'voice_chat', + 'ligature': 'voice_chat', + 'tags' : ['voice_chat'] + }, + { + 'name' : 'voice_over_off', + 'ligature': 'voice_over_off', + 'tags' : ['voice_over_off'] + }, + { + 'name' : 'voicemail', + 'ligature': 'voicemail', + 'tags' : ['voicemail'] + }, + { + 'name' : 'volume_down', + 'ligature': 'volume_down', + 'tags' : ['volume_down'] + }, + { + 'name' : 'volume_mute', + 'ligature': 'volume_mute', + 'tags' : ['volume_mute'] + }, + { + 'name' : 'volume_off', + 'ligature': 'volume_off', + 'tags' : ['volume_off'] + }, + { + 'name' : 'volume_up', + 'ligature': 'volume_up', + 'tags' : ['volume_up'] + }, + { + 'name' : 'vpn_key', + 'ligature': 'vpn_key', + 'tags' : ['vpn_key'] + }, + { + 'name' : 'vpn_lock', + 'ligature': 'vpn_lock', + 'tags' : ['vpn_lock'] + }, + { + 'name' : 'wallpaper', + 'ligature': 'wallpaper', + 'tags' : ['wallpaper'] + }, + { + 'name' : 'warning', + 'ligature': 'warning', + 'tags' : ['warning'] + }, + { + 'name' : 'watch_later', + 'ligature': 'watch_later', + 'tags' : ['watch_later'] + }, + { + 'name' : 'watch', + 'ligature': 'watch', + 'tags' : ['watch'] + }, + { + 'name' : 'waves', + 'ligature': 'waves', + 'tags' : ['waves'] + }, + { + 'name' : 'wb_auto', + 'ligature': 'wb_auto', + 'tags' : ['wb_auto'] + }, + { + 'name' : 'wb_cloudy', + 'ligature': 'wb_cloudy', + 'tags' : ['wb_cloudy'] + }, + { + 'name' : 'wb_incandescent', + 'ligature': 'wb_incandescent', + 'tags' : ['wb_incandescent'] + }, + { + 'name' : 'wb_iridescent', + 'ligature': 'wb_iridescent', + 'tags' : ['wb_iridescent'] + }, + { + 'name' : 'wb_sunny', + 'ligature': 'wb_sunny', + 'tags' : ['wb_sunny'] + }, + { + 'name' : 'wc', + 'ligature': 'wc', + 'tags' : ['wc'] + }, + { + 'name' : 'web_asset', + 'ligature': 'web_asset', + 'tags' : ['web_asset'] + }, + { + 'name' : 'web', + 'ligature': 'web', + 'tags' : ['web'] + }, + { + 'name' : 'weekend', + 'ligature': 'weekend', + 'tags' : ['weekend'] + }, + { + 'name' : 'whatshot', + 'ligature': 'whatshot', + 'tags' : ['whatshot'] + }, + { + 'name' : 'where_to_vote', + 'ligature': 'where_to_vote', + 'tags' : ['where_to_vote'] + }, + { + 'name' : 'widgets', + 'ligature': 'widgets', + 'tags' : ['widgets'] + }, + { + 'name' : 'wifi_lock', + 'ligature': 'wifi_lock', + 'tags' : ['wifi_lock'] + }, + { + 'name' : 'wifi_off', + 'ligature': 'wifi_off', + 'tags' : ['wifi_off'] + }, + { + 'name' : 'wifi_tethering', + 'ligature': 'wifi_tethering', + 'tags' : ['wifi_tethering'] + }, + { + 'name' : 'wifi', + 'ligature': 'wifi', + 'tags' : ['wifi'] + }, + { + 'name' : 'work_off', + 'ligature': 'work_off', + 'tags' : ['work_off'] + }, + { + 'name' : 'work_outline', + 'ligature': 'work_outline', + 'tags' : ['work_outline'] + }, + { + 'name' : 'work', + 'ligature': 'work', + 'tags' : ['work'] + }, + { + 'name' : 'wrap_text', + 'ligature': 'wrap_text', + 'tags' : ['wrap_text'] + }, + { + 'name' : 'youtube_searched_for', + 'ligature': 'youtube_searched_for', + 'tags' : ['youtube_searched_for'] + }, + { + 'name' : 'zoom_in', + 'ligature': 'zoom_in', + 'tags' : ['zoom_in'] + }, + { + 'name' : 'zoom_out_map', + 'ligature': 'zoom_out_map', + 'tags' : ['zoom_out_map'] + }, + { + 'name' : 'zoom_out', + 'ligature': 'zoom_out', + 'tags' : ['zoom_out'] + } ]; - } diff --git a/src/app/fake-db/invoice.ts b/src/app/fake-db/invoice.ts index 761fd6f4..ced41c1b 100644 --- a/src/app/fake-db/invoice.ts +++ b/src/app/fake-db/invoice.ts @@ -15,8 +15,8 @@ export class InvoiceFakeDb 'email' : 'johndoe@mail.com' }, 'number' : 'P9-0004', - 'date' : 'Jul 19, 2015', - 'dueDate' : 'Aug 24, 2015', + 'date' : 'Jul 19, 2018', + 'dueDate' : 'Aug 24, 2018', 'services': [ { 'title' : 'Prototype & Design', diff --git a/src/app/fake-db/profile.ts b/src/app/fake-db/profile.ts index 61bc7076..6237012d 100644 --- a/src/app/fake-db/profile.ts +++ b/src/app/fake-db/profile.ts @@ -16,7 +16,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/andrew.jpg' }, 'message': 'sent you a message.', - 'time' : 'June 10,2015' + 'time' : 'June 10,2018' }, { 'user' : { @@ -24,7 +24,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/garry.jpg' }, 'message': 'shared a public post with your group.', - 'time' : 'June 9,2015' + 'time' : 'June 9,2018' }, { 'user' : { @@ -32,7 +32,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/carl.jpg' }, 'message': 'wants to play Fallout Shelter with you.', - 'time' : 'June 8,2015' + 'time' : 'June 8,2018' }, { 'user' : { @@ -40,7 +40,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/jane.jpg' }, 'message': 'started following you.', - 'time' : 'June 7,2015' + 'time' : 'June 7,2018' }, { 'user' : { @@ -48,7 +48,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/james.jpg' }, 'message': 'sent you a message.', - 'time' : 'June 6,2015' + 'time' : 'June 6,2018' }, { 'user' : { @@ -56,7 +56,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/joyce.jpg' }, 'message': 'shared a photo with you.', - 'time' : 'June 5,2015' + 'time' : 'June 5,2018' }, { 'user' : { @@ -64,7 +64,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/vincent.jpg' }, 'message': 'shared a photo with you.', - 'time' : 'June 4,2015' + 'time' : 'June 4,2018' } ], posts : [ @@ -80,7 +80,7 @@ export class ProfileFakeDb 'share' : 21, 'media' : { 'type' : 'image', - 'preview': 'assets/images/etc/early-sunrise.jpg' + 'preview': 'assets/images/profile/morain-lake.jpg' }, 'comments': [ { @@ -88,7 +88,7 @@ export class ProfileFakeDb 'name' : 'Alice Freeman', 'avatar': 'assets/images/avatars/alice.jpg' }, - 'time' : 'June 10, 2015', + 'time' : 'June 10, 2018', 'message': 'That’s a wonderful place. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat.' } ] @@ -99,17 +99,17 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/andrew.jpg' }, 'message' : 'Hey, man! Check this, it’s pretty awesome!', - 'time' : 'June 12, 2015', + 'time' : 'June 12, 2018', 'type' : 'article', 'like' : 98, 'share' : 6, 'article' : { - 'title' : 'The Fallout 4 Pip-Boy Edition Is Back In Stock Now', - 'subtitle': 'Kotaku', - 'excerpt' : 'The Fallout 4 Pip-Boy edition is back in stock at Gamestop, for all 3 platforms. Additionally, Walmart also has it in stock for the PS4 and Xbox One as of this writing, as does Best Buy.', + 'title' : 'Never stop changing!', + 'subtitle': 'John Westrock', + 'excerpt' : 'John Westrock\'s new photo album called \'Never stop changing\' is published! It features more than 200 photos that will take you right in.', 'media' : { 'type' : 'image', - 'preview': 'assets/images/etc/fallout.jpg' + 'preview': 'assets/images/profile/never-stop-changing.jpg' } }, 'comments': [ @@ -118,7 +118,7 @@ export class ProfileFakeDb 'name' : 'Alice Freeman', 'avatar': 'assets/images/avatars/alice.jpg' }, - 'time' : 'June 10, 2015', + 'time' : 'June 10, 2018', 'message': 'That’s a wonderful place. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat.' } ] @@ -129,7 +129,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/carl.jpg' }, 'message': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat. Aenean lorem ex, ultrices sit amet ligula sed...', - 'time' : 'June 10, 2015', + 'time' : 'June 10, 2018', 'type' : 'something', 'like' : 4, 'share' : 1 @@ -139,130 +139,130 @@ export class ProfileFakeDb public static photosVideos = [ { - 'name' : 'June 2015', + 'name' : 'June 2018', 'info' : '5 Photos', 'media': [ { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'A Walk Amongst Friends', + 'preview': 'assets/images/profile/a-walk-amongst-friends-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Braies Lake', + 'preview': 'assets/images/profile/braies-lake-small.jpg' }, { 'type' : 'photo', - 'title' : 'Hot air balloons', - 'preview': 'assets/images/etc/air-balloons.jpg' + 'title' : 'Fall Glow', + 'preview': 'assets/images/profile/fall-glow-small.jpg' }, { 'type' : 'photo', - 'title' : 'Cactus', - 'preview': 'assets/images/etc/cactus.jpg' + 'title' : 'First Snow', + 'preview': 'assets/images/profile/first-snow-small.jpg' }, { 'type' : 'photo', - 'title' : 'Road Trip', - 'preview': 'assets/images/etc/road-trip.jpg' + 'title' : 'Lago di Braies', + 'preview': 'assets/images/profile/lago-di-braies-small.jpg' } ] }, { - 'name' : 'May 2015', + 'name' : 'May 2018', 'info' : '7 Photos, 3 Videos', 'media': [ { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'Lago di Sorapis', + 'preview': 'assets/images/profile/lago-di-sorapis-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Morain Lake', + 'preview': 'assets/images/profile/morain-lake-small.jpg' }, { 'type' : 'photo', - 'title' : 'Hot air balloons', - 'preview': 'assets/images/etc/air-balloons.jpg' + 'title' : 'Never Stop Changing', + 'preview': 'assets/images/profile/never-stop-changing-small.jpg' }, { 'type' : 'photo', - 'title' : 'Cactus', - 'preview': 'assets/images/etc/cactus.jpg' + 'title' : 'Reaching', + 'preview': 'assets/images/profile/reaching-small.jpg' }, { 'type' : 'photo', - 'title' : 'Road Trip', - 'preview': 'assets/images/etc/road-trip.jpg' + 'title' : 'Yosemite', + 'preview': 'assets/images/profile/yosemite-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'A Walk Amongst Friends', + 'preview': 'assets/images/profile/a-walk-amongst-friends-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Braies Lake', + 'preview': 'assets/images/profile/braies-lake-small.jpg' }, { 'type' : 'photo', - 'title' : 'Hot air balloons', - 'preview': 'assets/images/etc/air-balloons.jpg' + 'title' : 'Fall Glow', + 'preview': 'assets/images/profile/fall-glow-small.jpg' }, { 'type' : 'photo', - 'title' : 'Cactus', - 'preview': 'assets/images/etc/cactus.jpg' + 'title' : 'First Snow', + 'preview': 'assets/images/profile/first-snow-small.jpg' }, { 'type' : 'photo', - 'title' : 'Road Trip', - 'preview': 'assets/images/etc/road-trip.jpg' + 'title' : 'Lago di Braies', + 'preview': 'assets/images/profile/lago-di-braies-small.jpg' } ] }, { - 'name' : 'April 2015', - 'info' : '5 Photos', + 'name' : 'April 2018', + 'info' : '7 Photos', 'media': [ { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'Lago di Sorapis', + 'preview': 'assets/images/profile/lago-di-sorapis-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Morain Lake', + 'preview': 'assets/images/profile/morain-lake-small.jpg' }, { 'type' : 'photo', - 'title' : 'Hot air balloons', - 'preview': 'assets/images/etc/air-balloons.jpg' + 'title' : 'Never Stop Changing', + 'preview': 'assets/images/profile/never-stop-changing-small.jpg' }, { 'type' : 'photo', - 'title' : 'Cactus', - 'preview': 'assets/images/etc/cactus.jpg' + 'title' : 'Reaching', + 'preview': 'assets/images/profile/reaching-small.jpg' }, { 'type' : 'photo', - 'title' : 'Road Trip', - 'preview': 'assets/images/etc/road-trip.jpg' + 'title' : 'Yosemite', + 'preview': 'assets/images/profile/yosemite-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'A Walk Amongst Friends', + 'preview': 'assets/images/profile/a-walk-amongst-friends-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Braies Lake', + 'preview': 'assets/images/profile/braies-lake-small.jpg' } ] } @@ -270,10 +270,10 @@ export class ProfileFakeDb public static about = { 'general': { - 'gender' : 'Female', - 'birthday' : 'May 8th, 1988', + 'gender' : 'Male', + 'birthday' : 'February 30th, 1974', 'locations': [ - 'Istanbul, Turkey', + 'London, UK', 'New York, USA' ], 'about' : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget pharetra felis, sed ullamcorper dui. Sed et elementum neque. Vestibulum pellente viverra ultrices. Etiam justo augue, vehicula ac gravida a, interdum sit amet nisl. Integer vitae nisi id nibh dictum mollis in vitae tortor.' @@ -308,19 +308,16 @@ export class ProfileFakeDb }, 'groups' : [ { - 'logo' : 'assets/images/logos/android.png', 'name' : 'Android', 'category': 'Technology', 'members' : '1.856.546' }, { - 'logo' : 'assets/images/logos/google.png', 'name' : 'Google', 'category': 'Web', 'members' : '1.226.121' }, { - 'logo' : 'assets/images/logos/fallout.png', 'name' : 'Fallout', 'category': 'Games', 'members' : '526.142' diff --git a/src/app/fake-db/quick-panel.ts b/src/app/fake-db/quick-panel.ts index 81c89e66..da6aa40e 100644 --- a/src/app/fake-db/quick-panel.ts +++ b/src/app/fake-db/quick-panel.ts @@ -3,11 +3,11 @@ export class QuickPanelFakeDb public static notes = [ { 'title' : 'Best songs to listen while working', - 'detail': 'Last edit: May 8th, 2015' + 'detail': 'Last edit: May 8th, 2018' }, { 'title' : 'Useful subreddits', - 'detail': 'Last edit: January 12th, 2015' + 'detail': 'Last edit: January 12th, 2018' } ]; diff --git a/src/app/fake-db/search.ts b/src/app/fake-db/search.ts index 3cbbdf0e..17f693e2 100644 --- a/src/app/fake-db/search.ts +++ b/src/app/fake-db/search.ts @@ -1,6 +1,6 @@ export class SearchFakeDb { - public static classic = [ + public static search = [ { 'title' : 'Dynamically Procrastinate B2C', 'url' : 'ourwebaddress.com/articles/procrastinate', @@ -43,97 +43,4 @@ export class SearchFakeDb } ]; - public static table = [ - { - 'name' : 'Airi Satou', - 'position' : 'Accountant', - 'office' : 'Tokyo', - 'age' : '33', - 'startDate': '2008/11/28', - 'salary' : '162700', - 'email' : 'a.satou@mail.com' - }, - { - 'name' : 'Angellica Ramos', - 'position' : 'Chief Executive Officer (CEO)', - 'office' : 'London', - 'age' : '47', - 'startDate': '2009/10/09', - 'salary' : '1200000', - 'email' : 'a.ramos@mail.com' - }, - { - 'name' : 'Ashton Cox', - 'position' : 'Hunior Technical Author', - 'office' : 'San Fransisco', - 'age' : '66', - 'startDate': '2009/01/12', - 'salary' : '86000', - 'email' : 'a.cox@mail.com' - }, - { - 'name' : 'Bradley Greer', - 'position' : 'Software Engineer', - 'office' : 'London', - 'age' : '41', - 'startDate': '2012/10/13', - 'salary' : '132000', - 'email' : 'b.greer@mail.com' - }, - { - 'name' : 'Brenden Wagner', - 'position' : 'Software Engineer', - 'office' : 'San Fransisco', - 'age' : '28', - 'startDate': '2011/06/07', - 'salary' : '206850', - 'email' : 'b.wagner@mail.com' - }, - { - 'name' : 'Brielle Williamson', - 'position' : 'Integration Specialist', - 'office' : 'New York', - 'age' : '61', - 'startDate': '2012/12/02', - 'salary' : '372000', - 'email' : 'b.williamson@mail.com' - }, - { - 'name' : 'Bruno Nash', - 'position' : 'Software Engineer', - 'office' : 'London', - 'age' : '38', - 'startDate': '2011/05/03', - 'salary' : '163500', - 'email' : 'b.nash@mail.com' - }, - { - 'name' : 'Caesar Vance', - 'position' : 'Pre-Sales Support', - 'office' : 'New York', - 'age' : '21', - 'startDate': '2011/12/12', - 'salary' : '106450', - 'email' : 'c.vance@mail.com' - }, - { - 'name' : 'Cara Stevens', - 'position' : 'Sales Assistant', - 'office' : 'New York', - 'age' : '46', - 'startDate': '2011/12/06', - 'salary' : '145600', - 'email' : 'c.stevens@mail.com' - }, - { - 'name' : 'Cedric Kelly', - 'position' : 'Senior Javascript Developer', - 'office' : 'Edinburg', - 'age' : '22', - 'startDate': '2012/03/29', - 'salary' : '433060', - 'email' : 'c.kelly@mail.com' - } - ]; - } diff --git a/src/app/fake-db/todo.ts b/src/app/fake-db/todo.ts index 88121a98..b36cd847 100644 --- a/src/app/fake-db/todo.ts +++ b/src/app/fake-db/todo.ts @@ -5,7 +5,7 @@ export class TodoFakeDb 'id' : '561551bd7fe2ff461101c192', 'title' : 'Proident tempor est nulla irure ad est', 'notes' : 'Id nulla nulla proident deserunt deserunt proident in quis. Cillum reprehenderit labore id anim laborum.', - 'startDate': 'Wednesday, January 29, 2014 3:17 PM', + 'startDate': 'Wednesday, January 29, 2017 3:17 PM', 'dueDate' : null, 'completed': false, 'starred' : false, @@ -17,8 +17,8 @@ export class TodoFakeDb 'id' : '561551bd4ac1e7eb77a3a750', 'title' : 'Magna quis irure quis ea pariatur laborum', 'notes' : '', - 'startDate': 'Sunday, February 1, 2015 1:30 PM', - 'dueDate' : 'Friday, December 30, 2016 10:07 AM', + 'startDate': 'Sunday, February 1, 2018 1:30 PM', + 'dueDate' : 'Friday, December 30, 2019 10:07 AM', 'completed': false, 'starred' : false, 'important': true, @@ -29,7 +29,7 @@ export class TodoFakeDb 'id' : '561551bd917bfec2ddef2d49', 'title' : 'Ullamco duis commodo sint ad aliqua aute', 'notes' : 'Sunt laborum enim nostrud ea fugiat cillum mollit aliqua exercitation ad elit.', - 'startDate': 'Friday, April 11, 2014 3:43 AM', + 'startDate': 'Friday, April 11, 2017 3:43 AM', 'dueDate' : 'Wednesday, July 26, 2017 11:14 AM', 'completed': false, 'starred' : true, @@ -41,7 +41,7 @@ export class TodoFakeDb 'id' : '561551bdeeb2fd6877e18c29', 'title' : 'Eiusmod non occaecat pariatur Lorem in ex', 'notes' : 'Nostrud anim mollit incididunt qui qui sit commodo duis. Anim amet irure aliquip duis nostrud sit quis fugiat ullamco non dolor labore. Lorem sunt voluptate laboris culpa proident. Aute eiusmod aliqua exercitation irure exercitation qui laboris mollit occaecat eu occaecat fugiat.', - 'startDate': 'Wednesday, May 7, 2014 4:14 AM', + 'startDate': 'Wednesday, May 7, 2017 4:14 AM', 'dueDate' : 'Friday, December 15, 2017 4:01 AM', 'completed': true, 'starred' : true, @@ -53,8 +53,8 @@ export class TodoFakeDb 'id' : '561551bdf38eae0134ae43d4', 'title' : 'Lorem magna cillum consequat consequat mollit', 'notes' : 'Velit ipsum proident ea incididunt et. Consectetur eiusmod laborum voluptate duis occaecat ullamco sint enim proident.', - 'startDate': 'Sunday, August 23, 2015 11:19 PM', - 'dueDate' : 'Friday, July 8, 2016 10:49 AM', + 'startDate': 'Sunday, August 23, 2018 11:19 PM', + 'dueDate' : 'Friday, July 8, 2019 10:49 AM', 'completed': false, 'starred' : false, 'important': false, @@ -65,7 +65,7 @@ export class TodoFakeDb 'id' : '561551bd32f1588c814a0ccd', 'title' : 'Quis irure cupidatat ad consequat reprehenderit excepteur', 'notes' : 'Esse nisi mollit aliquip mollit aute consequat adipisicing. Do excepteur dolore proident cupidatat pariatur irure consequat incididunt.', - 'startDate': 'Sunday, June 7, 2015 10:49 AM', + 'startDate': 'Sunday, June 7, 2018 10:49 AM', 'dueDate' : 'Monday, January 9, 2017 8:34 AM', 'completed': false, 'starred' : true, @@ -77,8 +77,8 @@ export class TodoFakeDb 'id' : '561551bd0bb4b08ca77038ef', 'title' : 'Officia voluptate tempor ut mollit ea cillum', 'notes' : 'Deserunt veniam reprehenderit do elit magna ut.', - 'startDate': 'Saturday, October 18, 2014 4:25 AM', - 'dueDate' : 'Sunday, August 21, 2016 10:48 PM', + 'startDate': 'Saturday, October 18, 2017 4:25 AM', + 'dueDate' : 'Sunday, August 21, 2019 10:48 PM', 'completed': true, 'starred' : false, 'important': false, @@ -89,8 +89,8 @@ export class TodoFakeDb 'id' : '561551bdf84eec913835ebe5', 'title' : 'Sit exercitation cupidatat minim est ipsum excepteur', 'notes' : '', - 'startDate': 'Friday, August 8, 2014 5:45 AM', - 'dueDate' : 'Wednesday, June 15, 2016 1:53 PM', + 'startDate': 'Friday, August 8, 2017 5:45 AM', + 'dueDate' : 'Wednesday, June 15, 2019 1:53 PM', 'completed': true, 'starred' : false, 'important': true, @@ -101,8 +101,8 @@ export class TodoFakeDb 'id' : '561551bd2047cc709af0f670', 'title' : 'Sunt fugiat officia nisi minim sunt duis', 'notes' : 'Eiusmod eiusmod sint aliquip exercitation cillum. Magna nulla officia ex consectetur ea ad excepteur in qui.', - 'startDate': 'Monday, July 13, 2015 1:55 PM', - 'dueDate' : 'Thursday, March 3, 2016 2:26 PM', + 'startDate': 'Monday, July 13, 2018 1:55 PM', + 'dueDate' : 'Thursday, March 3, 2019 2:26 PM', 'completed': false, 'starred' : false, 'important': false, @@ -120,8 +120,8 @@ export class TodoFakeDb 'id' : '561551bd73d1a627e97005ce', 'title' : 'Non cupidatat enim quis aliquip minim laborum', 'notes' : 'Qui cillum eiusmod nostrud sunt dolore velit nostrud labore voluptate ad dolore. Eu Lorem anim pariatur aliqua. Ullamco ut dolor velit esse occaecat dolore eu cillum commodo qui. Nulla dolor consequat voluptate magna ut commodo magna consectetur non aute proident.', - 'startDate': 'Tuesday, November 11, 2014 6:36 PM', - 'dueDate' : 'Tuesday, August 9, 2016 7:18 AM', + 'startDate': 'Tuesday, November 11, 2017 6:36 PM', + 'dueDate' : 'Tuesday, August 9, 2019 7:18 AM', 'completed': false, 'starred' : false, 'important': false, @@ -132,8 +132,8 @@ export class TodoFakeDb 'id' : '561551bd8f7d793ded0a2353', 'title' : 'Dolor ex occaecat magna labore laboris qui', 'notes' : 'Incididunt qui excepteur eiusmod elit cillum occaecat voluptate cillum nostrud. Dolor ullamco ullamco eiusmod do sunt adipisicing pariatur. In esse esse labore id reprehenderit sint do. Pariatur culpa dolor tempor qui excepteur duis do anim minim ipsum.', - 'startDate': 'Monday, June 9, 2014 3:15 PM', - 'dueDate' : 'Wednesday, October 19, 2016 3:38 PM', + 'startDate': 'Monday, June 9, 2017 3:15 PM', + 'dueDate' : 'Wednesday, October 19, 2019 3:38 PM', 'completed': false, 'starred' : false, 'important': true, @@ -144,7 +144,7 @@ export class TodoFakeDb 'id' : '561551bdaa586f72d0be02cc', 'title' : 'Ex nisi amet id dolore nostrud esse', 'notes' : '', - 'startDate': 'Thursday, January 15, 2015 6:11 PM', + 'startDate': 'Thursday, January 15, 2018 6:11 PM', 'dueDate' : 'Sunday, August 20, 2017 10:02 AM', 'completed': false, 'starred' : true, @@ -156,7 +156,7 @@ export class TodoFakeDb 'id' : '561551bd9f1c2de5b27f537b', 'title' : 'In dolor velit labore dolore ex eiusmod', 'notes' : '', - 'startDate': 'Monday, March 10, 2014 12:50 AM', + 'startDate': 'Monday, March 10, 2017 12:50 AM', 'dueDate' : 'Thursday, January 26, 2017 3:10 PM', 'completed': false, 'starred' : false, @@ -168,7 +168,7 @@ export class TodoFakeDb 'id' : '561551bd26e21bb5e85b35cb', 'title' : 'Sunt voluptate aliquip exercitation minim magna sit', 'notes' : '', - 'startDate': 'Tuesday, March 24, 2015 10:54 PM', + 'startDate': 'Tuesday, March 24, 2018 10:54 PM', 'dueDate' : 'Wednesday, August 23, 2017 5:35 PM', 'completed': false, 'starred' : false, @@ -180,7 +180,7 @@ export class TodoFakeDb 'id' : '561551bd719860cf0ad2011a', 'title' : 'Nisi et ullamco minim ea proident tempor', 'notes' : 'Dolor veniam dolor cillum Lorem magna nisi in occaecat nulla dolor ea eiusmod.', - 'startDate': 'Friday, February 14, 2014 10:03 AM', + 'startDate': 'Friday, February 14, 2017 10:03 AM', 'dueDate' : 'Saturday, July 8, 2017 11:54 PM', 'completed': false, 'starred' : true, @@ -192,8 +192,8 @@ export class TodoFakeDb 'id' : '561551bd49d800c243264a91', 'title' : 'Sit ipsum mollit cupidatat adipisicing officia aliquip', 'notes' : '', - 'startDate': 'Wednesday, December 10, 2014 9:25 AM', - 'dueDate' : 'Friday, March 25, 2016 12:29 AM', + 'startDate': 'Wednesday, December 10, 2017 9:25 AM', + 'dueDate' : 'Friday, March 25, 2019 12:29 AM', 'completed': true, 'starred' : false, 'important': false, @@ -204,8 +204,8 @@ export class TodoFakeDb 'id' : '561551bd061990eaf40fb64f', 'title' : 'Amet sunt et quis amet commodo quis', 'notes' : 'Nulla dolore consequat aliqua sint consequat elit qui occaecat et.', - 'startDate': 'Saturday, March 1, 2014 3:59 PM', - 'dueDate' : 'Saturday, November 7, 2015 2:00 PM', + 'startDate': 'Saturday, March 1, 2017 3:59 PM', + 'dueDate' : 'Saturday, November 7, 2018 2:00 PM', 'completed': false, 'starred' : false, 'important': true, @@ -216,7 +216,7 @@ export class TodoFakeDb 'id' : '561551be81d05fa94711e7f3', 'title' : 'Ut eiusmod ex ea eiusmod culpa incididunt', 'notes' : 'Fugiat non incididunt officia ex incididunt occaecat. Voluptate nostrud culpa aliquip mollit incididunt non dolore.', - 'startDate': 'Monday, February 2, 2015 3:07 PM', + 'startDate': 'Monday, February 2, 2018 3:07 PM', 'dueDate' : 'Saturday, October 14, 2017 6:57 AM', 'completed': false, 'starred' : false, @@ -228,8 +228,8 @@ export class TodoFakeDb 'id' : '561551be05c093a80e0c8d05', 'title' : 'Proident reprehenderit laboris pariatur ut et nisi', 'notes' : 'Reprehenderit proident ut ad cillum quis velit quis aliqua ut aliquip tempor ullamco.', - 'startDate': 'Sunday, June 14, 2015 4:40 AM', - 'dueDate' : 'Wednesday, February 10, 2016 10:47 AM', + 'startDate': 'Sunday, June 14, 2018 4:40 AM', + 'dueDate' : 'Wednesday, February 10, 2019 10:47 AM', 'completed': true, 'starred' : true, 'important': true, @@ -240,8 +240,8 @@ export class TodoFakeDb 'id' : '561551be3bb43a5bd431c2fc', 'title' : 'Aliqua aliquip aliquip aliquip et exercitation aute', 'notes' : 'Adipisicing Lorem tempor ex anim. Labore tempor laboris nostrud dolore voluptate ullamco. Fugiat ex deserunt anim minim esse velit laboris aute ea duis incididunt. Elit irure id Lorem incididunt laborum aliquip consectetur est irure sunt. Ut labore anim nisi aliqua tempor laborum nulla cillum. Duis irure consequat cillum magna cillum eiusmod ut. Et exercitation voluptate quis deserunt elit quis dolor deserunt ex ex esse ex.', - 'startDate': 'Saturday, May 3, 2014 1:32 AM', - 'dueDate' : 'Monday, September 12, 2016 9:16 PM', + 'startDate': 'Saturday, May 3, 2017 1:32 AM', + 'dueDate' : 'Monday, September 12, 2019 9:16 PM', 'completed': true, 'starred' : false, 'important': true, diff --git a/src/app/layout/components/chat-panel/chat-panel.component.html b/src/app/layout/components/chat-panel/chat-panel.component.html index 50541432..6043866e 100644 --- a/src/app/layout/components/chat-panel/chat-panel.component.html +++ b/src/app/layout/components/chat-panel/chat-panel.component.html @@ -4,7 +4,7 @@