From 6661b85114de09d3a87abf68b93c4e3f65873e2c Mon Sep 17 00:00:00 2001 From: Jeff Galbraith Date: Thu, 23 Sep 2021 09:27:37 -0600 Subject: [PATCH] chore(docs): update demo --- docs/index.html | 2 +- docs/js/{app.86245757.js => app.0a78cc9a.js} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/js/{app.86245757.js => app.0a78cc9a.js} (99%) diff --git a/docs/index.html b/docs/index.html index 910a32d..93cceb5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,4 +4,4 @@ if (redirect && redirect !== location.href) { history.replaceState(null, null, redirect); } - })();
\ No newline at end of file + })();
\ No newline at end of file diff --git a/docs/js/app.86245757.js b/docs/js/app.0a78cc9a.js similarity index 99% rename from docs/js/app.86245757.js rename to docs/js/app.0a78cc9a.js index 4a65ebc..e2cef66 100644 --- a/docs/js/app.86245757.js +++ b/docs/js/app.0a78cc9a.js @@ -1 +1 @@ -(function(a){function e(e){for(var m,n,g=e[0],o=e[1],r=e[2],d=0,l=[];d0&&(this.iconsList=this.icons),this.__updatePagination()},computed:{__filteredIcons:function(){var a=this,e=this.iconsList;return e&&(void 0!==this.tags&&""!==this.tags&&null!==this.tags&&this.tags.length>0&&(e=e.filter((function(e){return e.tags.filter((function(e){return a.tags.includes(e)})).length>0}))),void 0!==this.filter&&""!==this.filter&&null!==this.filter&&(e=e.filter((function(e){return e.name.includes(a.filter)})))),e},__displayedIcons:function(){var a=[];return this.iconsList&&(a=this.__filteredIcons,this.pagination&&0!==this.pagination.itemsPerPage&&(a=a.slice(this.__firstItemIndex,this.__lastItemIndex))),a},__computedPagination:function(){return this.__fixPagination(g()(g()({},this.innerPagination),this.pagination))},__firstItemIndex:function(){var a=this.__computedPagination,e=a.page,t=a.itemsPerPage;return(e-1)*t},__lastItemIndex:function(){var a=this.__computedPagination,e=a.page,t=a.itemsPerPage;return e*t},__isFirstPage:function(){return 1===this.__computedPagination.page},__pagesNumber:function(){return 0===this.__computedPagination.itemsPerPage?1:Math.max(1,Math.ceil(this.__filteredIcons.length/this.__computedPagination.itemsPerPage))},__isLastPage:function(){return 0===this.__lastItemIndex||this.__computedPagination.page>=this.__pagesNumber}},watch:{iconSet:function(a){var e=this;a&&(this.__loadIconSet(a),this.__updatePagination(),this.$nextTick((function(){e.__setPagination({page:1})})),this.$refs.scrollArea.setScrollPosition(0))},icons:function(a){var e=this;void 0!==this.icons&&this.icons.length>0&&(this.iconsList=this.icons),this.__updatePagination(),this.$nextTick((function(){e.__setPagination({page:1})})),this.$refs.scrollArea.setScrollPosition(0)},pagination:function(a,e){this.__samePagination(e,a)||this.__updatePagination()},"pagination.itemsPerPage":function(){this.__updatePagination()},"pagination.page":function(){this.__updatePagination()},filter:function(){this.__setPagination({page:1,totalPages:this.__pagesNumber}),this.__updatePagination()},tags:function(a){this.__setPagination({page:1,totalPages:this.__pagesNumber}),this.__updatePagination()}},methods:{__loadIconSet:function(a){if(this.iconsList=[],a)if(window.QIconPicker){var e=a.replace(/-([a-z])/g,(function(a){return a[1].toUpperCase()}));if(window.QIconPicker.iconSet&&window.QIconPicker.iconSet[e]){var m=window.QIconPicker.iconSet[e];this.iconsList=m.icons}else console.error("QIconPicker: no icon set loaded called "+a+"'"),console.error("Be sure to load the UMD version of the icon set in a script tag before using QIconPicker UMD version")}else try{var n=t("c73f")("./"+a+".js").default;this.iconsList=n.icons}catch(s){console.error("QIconPicker: cannot find icon set found called "+a+"'")}},__fixPagination:function(a){return a.page<1&&(a.page=1),(void 0===a.itemsPerPage||a.itemsPerPage<1)&&(a.itemsPerPage=0),a},__samePagination:function(a,e){for(var t in e)if(e[t]!==a[t])return!1;return!0},__setPagination:function(a){var e=this.__fixPagination(g()(g()({},this.__computedPagination),a));this.pagination?this.$emit("update:pagination",e):this.innerPagination=e},__updatePagination:function(){void 0!==this.pagination&&this.__setPagination({total:this.__filteredIcons.length,totalPages:this.__pagesNumber})},prevPage:function(){var a=this.__computedPagination.page;a>1&&this.__setPagination({page:a-1})},nextPage:function(){var a=this.__computedPagination,e=a.page,t=a.itemsPerPage;this.__lastItemIndex>0&&e*t0&&t.forEach((function(e){!0!==a.includes(e)&&a.push(e)}))})),a.sort(),this.categories=a,!0},__onResize:function(a){this.width=a.width,this.height=a.height},__renderBody:function(a){return a("div",{staticClass:"q-icon-picker__body col column"},[this.__renderScrollArea(a),a(u["a"],{on:{resize:this.__onResize}})])},__renderFooter:function(a){var e=this.$scopedSlots.footer;return a("div",{staticClass:"q-icon-picker__footer flex flex-center"},[e?e(this.__computedPagination):this.__renderPagination(a)])},__renderPagination:function(a){var e=this;if(this.pagination&&0===this.pagination.itemsPerPage)return"";var t=this.$scopedSlots.pagination,m=this.__computedPagination,n=m.page,s=m.totalPages;return t||a(f["a"],this.setBothColors(this.color,this.backgroundColor,{staticClass:"q-icon-picker__pagination",props:g()(g()({},this.paginationProps),{},{value:n,max:s}),on:{input:function(a){e.__setPagination({page:a})}}}))},__renderScrollArea:function(a){return a(l["a"],{ref:"scrollArea",style:{width:this.width+"px",height:this.height+"px"}},[this.__renderContainer(a)])},__renderContainer:function(a){var e=a("div",{key:this.__computedPagination.page,staticClass:"q-icon-picker__container col"},s()(this.__renderIcons(a)));if(!0===this.animated){var t="q-transition--"+("prev"===this.direction?this.transitionPrev:this.transitionNext);return a("transition",{props:{name:t,appear:!0}},[e])}return e},__renderTooltip:function(a,e){return a(c["a"],{},e)},__renderIcons:function(a){var e=this;return this.__displayedIcons.map((function(t){return e.__renderIcon(a,t)}))},__renderIcon:function(a,e){var t=this,m=this.$scopedSlots.icon,n=void 0!==e.prefix?e.prefix+" "+e.name:e.name;if(m)return m(n);var s=n===this.value,i=s?this.selectedColor:"",g=s?this.selectedBackgroundColor:"";return a(d["a"],this.setBothColors(i,g,{staticClass:"q-icon-picker__icon"+(s?" q-icon-picker__active":""),style:{"font-size":this.fontSize},domProps:{id:n},props:{unelevated:!0,dense:this.dense,noWrap:!0,icon:n},on:{click:function(){t.$emit("input",n)}}}),[!0===this.tooltips&&this.__renderTooltip(a,n)])}},render:function(a){var e=this,t=a("div",this.setBothColors(this.color,this.backgroundColor,{ref:"picker",staticClass:"q-icon-picker column"}),[this.__renderBody(a),!0!==this.noFooter&&void 0!==this.pagination&&this.__renderFooter(a)]);return this.$nextTick((function(){e.__getCategories(),e.$emit("tags",e.categories)})),t}};e["a"]={version:m["a"],Component:p,install:function(a){a.component(p.name,p)}}},4210:function(a,e,t){"use strict";t.r(e),e["default"]={name:"mdi-v6",icons:[{name:"mdi-ab-testing",tags:[]},{name:"mdi-abacus",tags:[]},{name:"mdi-abjad-arabic",tags:[]},{name:"mdi-abjad-hebrew",tags:[]},{name:"mdi-abugida-devanagari",tags:[]},{name:"mdi-abugida-thai",tags:[]},{name:"mdi-access-point",tags:[]},{name:"mdi-access-point-check",tags:[]},{name:"mdi-access-point-minus",tags:[]},{name:"mdi-access-point-network",tags:[]},{name:"mdi-access-point-network-off",tags:[]},{name:"mdi-access-point-off",tags:[]},{name:"mdi-access-point-plus",tags:[]},{name:"mdi-access-point-remove",tags:[]},{name:"mdi-account",tags:[]},{name:"mdi-account-alert",tags:[]},{name:"mdi-account-alert-outline",tags:[]},{name:"mdi-account-arrow-left",tags:[]},{name:"mdi-account-arrow-left-outline",tags:[]},{name:"mdi-account-arrow-right",tags:[]},{name:"mdi-account-arrow-right-outline",tags:[]},{name:"mdi-account-box",tags:[]},{name:"mdi-account-box-multiple",tags:[]},{name:"mdi-account-box-multiple-outline",tags:[]},{name:"mdi-account-box-outline",tags:[]},{name:"mdi-account-cancel",tags:[]},{name:"mdi-account-cancel-outline",tags:[]},{name:"mdi-account-cash",tags:[]},{name:"mdi-account-cash-outline",tags:[]},{name:"mdi-account-check",tags:[]},{name:"mdi-account-check-outline",tags:[]},{name:"mdi-account-child",tags:[]},{name:"mdi-account-child-circle",tags:[]},{name:"mdi-account-child-outline",tags:[]},{name:"mdi-account-circle",tags:[]},{name:"mdi-account-circle-outline",tags:[]},{name:"mdi-account-clock",tags:[]},{name:"mdi-account-clock-outline",tags:[]},{name:"mdi-account-cog",tags:[]},{name:"mdi-account-cog-outline",tags:[]},{name:"mdi-account-convert",tags:[]},{name:"mdi-account-convert-outline",tags:[]},{name:"mdi-account-cowboy-hat",tags:[]},{name:"mdi-account-cowboy-hat-outline",tags:[]},{name:"mdi-account-details",tags:[]},{name:"mdi-account-details-outline",tags:[]},{name:"mdi-account-edit",tags:[]},{name:"mdi-account-edit-outline",tags:[]},{name:"mdi-account-eye",tags:[]},{name:"mdi-account-eye-outline",tags:[]},{name:"mdi-account-filter",tags:[]},{name:"mdi-account-filter-outline",tags:[]},{name:"mdi-account-group",tags:[]},{name:"mdi-account-group-outline",tags:[]},{name:"mdi-account-hard-hat",tags:[]},{name:"mdi-account-heart",tags:[]},{name:"mdi-account-heart-outline",tags:[]},{name:"mdi-account-injury",tags:[]},{name:"mdi-account-injury-outline",tags:[]},{name:"mdi-account-key",tags:[]},{name:"mdi-account-key-outline",tags:[]},{name:"mdi-account-lock",tags:[]},{name:"mdi-account-lock-outline",tags:[]},{name:"mdi-account-minus",tags:[]},{name:"mdi-account-minus-outline",tags:[]},{name:"mdi-account-multiple",tags:[]},{name:"mdi-account-multiple-check",tags:[]},{name:"mdi-account-multiple-check-outline",tags:[]},{name:"mdi-account-multiple-minus",tags:[]},{name:"mdi-account-multiple-minus-outline",tags:[]},{name:"mdi-account-multiple-outline",tags:[]},{name:"mdi-account-multiple-plus",tags:[]},{name:"mdi-account-multiple-plus-outline",tags:[]},{name:"mdi-account-multiple-remove",tags:[]},{name:"mdi-account-multiple-remove-outline",tags:[]},{name:"mdi-account-music",tags:[]},{name:"mdi-account-music-outline",tags:[]},{name:"mdi-account-network",tags:[]},{name:"mdi-account-network-outline",tags:[]},{name:"mdi-account-off",tags:[]},{name:"mdi-account-off-outline",tags:[]},{name:"mdi-account-outline",tags:[]},{name:"mdi-account-plus",tags:[]},{name:"mdi-account-plus-outline",tags:[]},{name:"mdi-account-question",tags:[]},{name:"mdi-account-question-outline",tags:[]},{name:"mdi-account-reactivate",tags:[]},{name:"mdi-account-reactivate-outline",tags:[]},{name:"mdi-account-remove",tags:[]},{name:"mdi-account-remove-outline",tags:[]},{name:"mdi-account-search",tags:[]},{name:"mdi-account-search-outline",tags:[]},{name:"mdi-account-settings",tags:[]},{name:"mdi-account-settings-outline",tags:[]},{name:"mdi-account-star",tags:[]},{name:"mdi-account-star-outline",tags:[]},{name:"mdi-account-supervisor",tags:[]},{name:"mdi-account-supervisor-circle",tags:[]},{name:"mdi-account-supervisor-circle-outline",tags:[]},{name:"mdi-account-supervisor-outline",tags:[]},{name:"mdi-account-switch",tags:[]},{name:"mdi-account-switch-outline",tags:[]},{name:"mdi-account-tie",tags:[]},{name:"mdi-account-tie-outline",tags:[]},{name:"mdi-account-tie-voice",tags:[]},{name:"mdi-account-tie-voice-off",tags:[]},{name:"mdi-account-tie-voice-off-outline",tags:[]},{name:"mdi-account-tie-voice-outline",tags:[]},{name:"mdi-account-voice",tags:[]},{name:"mdi-account-voice-off",tags:[]},{name:"mdi-adjust",tags:[]},{name:"mdi-air-conditioner",tags:[]},{name:"mdi-air-filter",tags:[]},{name:"mdi-air-horn",tags:[]},{name:"mdi-air-humidifier",tags:[]},{name:"mdi-air-humidifier-off",tags:[]},{name:"mdi-air-purifier",tags:[]},{name:"mdi-airbag",tags:[]},{name:"mdi-airballoon",tags:[]},{name:"mdi-airballoon-outline",tags:[]},{name:"mdi-airplane",tags:[]},{name:"mdi-airplane-landing",tags:[]},{name:"mdi-airplane-off",tags:[]},{name:"mdi-airplane-takeoff",tags:[]},{name:"mdi-airport",tags:[]},{name:"mdi-alarm",tags:[]},{name:"mdi-alarm-bell",tags:[]},{name:"mdi-alarm-check",tags:[]},{name:"mdi-alarm-light",tags:[]},{name:"mdi-alarm-light-off",tags:[]},{name:"mdi-alarm-light-off-outline",tags:[]},{name:"mdi-alarm-light-outline",tags:[]},{name:"mdi-alarm-multiple",tags:[]},{name:"mdi-alarm-note",tags:[]},{name:"mdi-alarm-note-off",tags:[]},{name:"mdi-alarm-off",tags:[]},{name:"mdi-alarm-panel",tags:[]},{name:"mdi-alarm-panel-outline",tags:[]},{name:"mdi-alarm-plus",tags:[]},{name:"mdi-alarm-snooze",tags:[]},{name:"mdi-album",tags:[]},{name:"mdi-alert",tags:[]},{name:"mdi-alert-box",tags:[]},{name:"mdi-alert-box-outline",tags:[]},{name:"mdi-alert-circle",tags:[]},{name:"mdi-alert-circle-check",tags:[]},{name:"mdi-alert-circle-check-outline",tags:[]},{name:"mdi-alert-circle-outline",tags:[]},{name:"mdi-alert-decagram",tags:[]},{name:"mdi-alert-decagram-outline",tags:[]},{name:"mdi-alert-minus",tags:[]},{name:"mdi-alert-minus-outline",tags:[]},{name:"mdi-alert-octagon",tags:[]},{name:"mdi-alert-octagon-outline",tags:[]},{name:"mdi-alert-octagram",tags:[]},{name:"mdi-alert-octagram-outline",tags:[]},{name:"mdi-alert-outline",tags:[]},{name:"mdi-alert-plus",tags:[]},{name:"mdi-alert-plus-outline",tags:[]},{name:"mdi-alert-remove",tags:[]},{name:"mdi-alert-remove-outline",tags:[]},{name:"mdi-alert-rhombus",tags:[]},{name:"mdi-alert-rhombus-outline",tags:[]},{name:"mdi-alien",tags:[]},{name:"mdi-alien-outline",tags:[]},{name:"mdi-align-horizontal-center",tags:[]},{name:"mdi-align-horizontal-left",tags:[]},{name:"mdi-align-horizontal-right",tags:[]},{name:"mdi-align-vertical-bottom",tags:[]},{name:"mdi-align-vertical-center",tags:[]},{name:"mdi-align-vertical-top",tags:[]},{name:"mdi-all-inclusive",tags:[]},{name:"mdi-allergy",tags:[]},{name:"mdi-alpha",tags:[]},{name:"mdi-alpha-a",tags:[]},{name:"mdi-alpha-a-box",tags:[]},{name:"mdi-alpha-a-box-outline",tags:[]},{name:"mdi-alpha-a-circle",tags:[]},{name:"mdi-alpha-a-circle-outline",tags:[]},{name:"mdi-alpha-b",tags:[]},{name:"mdi-alpha-b-box",tags:[]},{name:"mdi-alpha-b-box-outline",tags:[]},{name:"mdi-alpha-b-circle",tags:[]},{name:"mdi-alpha-b-circle-outline",tags:[]},{name:"mdi-alpha-c",tags:[]},{name:"mdi-alpha-c-box",tags:[]},{name:"mdi-alpha-c-box-outline",tags:[]},{name:"mdi-alpha-c-circle",tags:[]},{name:"mdi-alpha-c-circle-outline",tags:[]},{name:"mdi-alpha-d",tags:[]},{name:"mdi-alpha-d-box",tags:[]},{name:"mdi-alpha-d-box-outline",tags:[]},{name:"mdi-alpha-d-circle",tags:[]},{name:"mdi-alpha-d-circle-outline",tags:[]},{name:"mdi-alpha-e",tags:[]},{name:"mdi-alpha-e-box",tags:[]},{name:"mdi-alpha-e-box-outline",tags:[]},{name:"mdi-alpha-e-circle",tags:[]},{name:"mdi-alpha-e-circle-outline",tags:[]},{name:"mdi-alpha-f",tags:[]},{name:"mdi-alpha-f-box",tags:[]},{name:"mdi-alpha-f-box-outline",tags:[]},{name:"mdi-alpha-f-circle",tags:[]},{name:"mdi-alpha-f-circle-outline",tags:[]},{name:"mdi-alpha-g",tags:[]},{name:"mdi-alpha-g-box",tags:[]},{name:"mdi-alpha-g-box-outline",tags:[]},{name:"mdi-alpha-g-circle",tags:[]},{name:"mdi-alpha-g-circle-outline",tags:[]},{name:"mdi-alpha-h",tags:[]},{name:"mdi-alpha-h-box",tags:[]},{name:"mdi-alpha-h-box-outline",tags:[]},{name:"mdi-alpha-h-circle",tags:[]},{name:"mdi-alpha-h-circle-outline",tags:[]},{name:"mdi-alpha-i",tags:[]},{name:"mdi-alpha-i-box",tags:[]},{name:"mdi-alpha-i-box-outline",tags:[]},{name:"mdi-alpha-i-circle",tags:[]},{name:"mdi-alpha-i-circle-outline",tags:[]},{name:"mdi-alpha-j",tags:[]},{name:"mdi-alpha-j-box",tags:[]},{name:"mdi-alpha-j-box-outline",tags:[]},{name:"mdi-alpha-j-circle",tags:[]},{name:"mdi-alpha-j-circle-outline",tags:[]},{name:"mdi-alpha-k",tags:[]},{name:"mdi-alpha-k-box",tags:[]},{name:"mdi-alpha-k-box-outline",tags:[]},{name:"mdi-alpha-k-circle",tags:[]},{name:"mdi-alpha-k-circle-outline",tags:[]},{name:"mdi-alpha-l",tags:[]},{name:"mdi-alpha-l-box",tags:[]},{name:"mdi-alpha-l-box-outline",tags:[]},{name:"mdi-alpha-l-circle",tags:[]},{name:"mdi-alpha-l-circle-outline",tags:[]},{name:"mdi-alpha-m",tags:[]},{name:"mdi-alpha-m-box",tags:[]},{name:"mdi-alpha-m-box-outline",tags:[]},{name:"mdi-alpha-m-circle",tags:[]},{name:"mdi-alpha-m-circle-outline",tags:[]},{name:"mdi-alpha-n",tags:[]},{name:"mdi-alpha-n-box",tags:[]},{name:"mdi-alpha-n-box-outline",tags:[]},{name:"mdi-alpha-n-circle",tags:[]},{name:"mdi-alpha-n-circle-outline",tags:[]},{name:"mdi-alpha-o",tags:[]},{name:"mdi-alpha-o-box",tags:[]},{name:"mdi-alpha-o-box-outline",tags:[]},{name:"mdi-alpha-o-circle",tags:[]},{name:"mdi-alpha-o-circle-outline",tags:[]},{name:"mdi-alpha-p",tags:[]},{name:"mdi-alpha-p-box",tags:[]},{name:"mdi-alpha-p-box-outline",tags:[]},{name:"mdi-alpha-p-circle",tags:[]},{name:"mdi-alpha-p-circle-outline",tags:[]},{name:"mdi-alpha-q",tags:[]},{name:"mdi-alpha-q-box",tags:[]},{name:"mdi-alpha-q-box-outline",tags:[]},{name:"mdi-alpha-q-circle",tags:[]},{name:"mdi-alpha-q-circle-outline",tags:[]},{name:"mdi-alpha-r",tags:[]},{name:"mdi-alpha-r-box",tags:[]},{name:"mdi-alpha-r-box-outline",tags:[]},{name:"mdi-alpha-r-circle",tags:[]},{name:"mdi-alpha-r-circle-outline",tags:[]},{name:"mdi-alpha-s",tags:[]},{name:"mdi-alpha-s-box",tags:[]},{name:"mdi-alpha-s-box-outline",tags:[]},{name:"mdi-alpha-s-circle",tags:[]},{name:"mdi-alpha-s-circle-outline",tags:[]},{name:"mdi-alpha-t",tags:[]},{name:"mdi-alpha-t-box",tags:[]},{name:"mdi-alpha-t-box-outline",tags:[]},{name:"mdi-alpha-t-circle",tags:[]},{name:"mdi-alpha-t-circle-outline",tags:[]},{name:"mdi-alpha-u",tags:[]},{name:"mdi-alpha-u-box",tags:[]},{name:"mdi-alpha-u-box-outline",tags:[]},{name:"mdi-alpha-u-circle",tags:[]},{name:"mdi-alpha-u-circle-outline",tags:[]},{name:"mdi-alpha-v",tags:[]},{name:"mdi-alpha-v-box",tags:[]},{name:"mdi-alpha-v-box-outline",tags:[]},{name:"mdi-alpha-v-circle",tags:[]},{name:"mdi-alpha-v-circle-outline",tags:[]},{name:"mdi-alpha-w",tags:[]},{name:"mdi-alpha-w-box",tags:[]},{name:"mdi-alpha-w-box-outline",tags:[]},{name:"mdi-alpha-w-circle",tags:[]},{name:"mdi-alpha-w-circle-outline",tags:[]},{name:"mdi-alpha-x",tags:[]},{name:"mdi-alpha-x-box",tags:[]},{name:"mdi-alpha-x-box-outline",tags:[]},{name:"mdi-alpha-x-circle",tags:[]},{name:"mdi-alpha-x-circle-outline",tags:[]},{name:"mdi-alpha-y",tags:[]},{name:"mdi-alpha-y-box",tags:[]},{name:"mdi-alpha-y-box-outline",tags:[]},{name:"mdi-alpha-y-circle",tags:[]},{name:"mdi-alpha-y-circle-outline",tags:[]},{name:"mdi-alpha-z",tags:[]},{name:"mdi-alpha-z-box",tags:[]},{name:"mdi-alpha-z-box-outline",tags:[]},{name:"mdi-alpha-z-circle",tags:[]},{name:"mdi-alpha-z-circle-outline",tags:[]},{name:"mdi-alphabet-aurebesh",tags:[]},{name:"mdi-alphabet-cyrillic",tags:[]},{name:"mdi-alphabet-greek",tags:[]},{name:"mdi-alphabet-latin",tags:[]},{name:"mdi-alphabet-piqad",tags:[]},{name:"mdi-alphabet-tengwar",tags:[]},{name:"mdi-alphabetical",tags:[]},{name:"mdi-alphabetical-off",tags:[]},{name:"mdi-alphabetical-variant",tags:[]},{name:"mdi-alphabetical-variant-off",tags:[]},{name:"mdi-altimeter",tags:[]},{name:"mdi-ambulance",tags:[]},{name:"mdi-ammunition",tags:[]},{name:"mdi-ampersand",tags:[]},{name:"mdi-amplifier",tags:[]},{name:"mdi-amplifier-off",tags:[]},{name:"mdi-anchor",tags:[]},{name:"mdi-android",tags:[]},{name:"mdi-android-messages",tags:[]},{name:"mdi-android-studio",tags:[]},{name:"mdi-angle-acute",tags:[]},{name:"mdi-angle-obtuse",tags:[]},{name:"mdi-angle-right",tags:[]},{name:"mdi-angular",tags:[]},{name:"mdi-angularjs",tags:[]},{name:"mdi-animation",tags:[]},{name:"mdi-animation-outline",tags:[]},{name:"mdi-animation-play",tags:[]},{name:"mdi-animation-play-outline",tags:[]},{name:"mdi-ansible",tags:[]},{name:"mdi-antenna",tags:[]},{name:"mdi-anvil",tags:[]},{name:"mdi-apache-kafka",tags:[]},{name:"mdi-api",tags:[]},{name:"mdi-api-off",tags:[]},{name:"mdi-apple",tags:[]},{name:"mdi-apple-finder",tags:[]},{name:"mdi-apple-icloud",tags:[]},{name:"mdi-apple-ios",tags:[]},{name:"mdi-apple-keyboard-caps",tags:[]},{name:"mdi-apple-keyboard-command",tags:[]},{name:"mdi-apple-keyboard-control",tags:[]},{name:"mdi-apple-keyboard-option",tags:[]},{name:"mdi-apple-keyboard-shift",tags:[]},{name:"mdi-apple-safari",tags:[]},{name:"mdi-application",tags:[]},{name:"mdi-application-array",tags:[]},{name:"mdi-application-array-outline",tags:[]},{name:"mdi-application-braces",tags:[]},{name:"mdi-application-braces-outline",tags:[]},{name:"mdi-application-brackets",tags:[]},{name:"mdi-application-brackets-outline",tags:[]},{name:"mdi-application-cog",tags:[]},{name:"mdi-application-cog-outline",tags:[]},{name:"mdi-application-edit",tags:[]},{name:"mdi-application-edit-outline",tags:[]},{name:"mdi-application-export",tags:[]},{name:"mdi-application-import",tags:[]},{name:"mdi-application-outline",tags:[]},{name:"mdi-application-parentheses",tags:[]},{name:"mdi-application-parentheses-outline",tags:[]},{name:"mdi-application-settings",tags:[]},{name:"mdi-application-settings-outline",tags:[]},{name:"mdi-application-variable",tags:[]},{name:"mdi-application-variable-outline",tags:[]},{name:"mdi-approximately-equal",tags:[]},{name:"mdi-approximately-equal-box",tags:[]},{name:"mdi-apps",tags:[]},{name:"mdi-apps-box",tags:[]},{name:"mdi-arch",tags:[]},{name:"mdi-archive",tags:[]},{name:"mdi-archive-alert",tags:[]},{name:"mdi-archive-alert-outline",tags:[]},{name:"mdi-archive-arrow-down",tags:[]},{name:"mdi-archive-arrow-down-outline",tags:[]},{name:"mdi-archive-arrow-up",tags:[]},{name:"mdi-archive-arrow-up-outline",tags:[]},{name:"mdi-archive-cancel",tags:[]},{name:"mdi-archive-cancel-outline",tags:[]},{name:"mdi-archive-check",tags:[]},{name:"mdi-archive-check-outline",tags:[]},{name:"mdi-archive-clock",tags:[]},{name:"mdi-archive-clock-outline",tags:[]},{name:"mdi-archive-cog",tags:[]},{name:"mdi-archive-cog-outline",tags:[]},{name:"mdi-archive-edit",tags:[]},{name:"mdi-archive-edit-outline",tags:[]},{name:"mdi-archive-eye",tags:[]},{name:"mdi-archive-eye-outline",tags:[]},{name:"mdi-archive-lock",tags:[]},{name:"mdi-archive-lock-open",tags:[]},{name:"mdi-archive-lock-open-outline",tags:[]},{name:"mdi-archive-lock-outline",tags:[]},{name:"mdi-archive-marker",tags:[]},{name:"mdi-archive-marker-outline",tags:[]},{name:"mdi-archive-minus",tags:[]},{name:"mdi-archive-minus-outline",tags:[]},{name:"mdi-archive-music",tags:[]},{name:"mdi-archive-music-outline",tags:[]},{name:"mdi-archive-off",tags:[]},{name:"mdi-archive-off-outline",tags:[]},{name:"mdi-archive-outline",tags:[]},{name:"mdi-archive-plus",tags:[]},{name:"mdi-archive-plus-outline",tags:[]},{name:"mdi-archive-refresh",tags:[]},{name:"mdi-archive-refresh-outline",tags:[]},{name:"mdi-archive-remove",tags:[]},{name:"mdi-archive-remove-outline",tags:[]},{name:"mdi-archive-search",tags:[]},{name:"mdi-archive-search-outline",tags:[]},{name:"mdi-archive-settings",tags:[]},{name:"mdi-archive-settings-outline",tags:[]},{name:"mdi-archive-star",tags:[]},{name:"mdi-archive-star-outline",tags:[]},{name:"mdi-archive-sync",tags:[]},{name:"mdi-archive-sync-outline",tags:[]},{name:"mdi-arm-flex",tags:[]},{name:"mdi-arm-flex-outline",tags:[]},{name:"mdi-arrange-bring-forward",tags:[]},{name:"mdi-arrange-bring-to-front",tags:[]},{name:"mdi-arrange-send-backward",tags:[]},{name:"mdi-arrange-send-to-back",tags:[]},{name:"mdi-arrow-all",tags:[]},{name:"mdi-arrow-bottom-left",tags:[]},{name:"mdi-arrow-bottom-left-bold-outline",tags:[]},{name:"mdi-arrow-bottom-left-thick",tags:[]},{name:"mdi-arrow-bottom-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-bottom-right",tags:[]},{name:"mdi-arrow-bottom-right-bold-outline",tags:[]},{name:"mdi-arrow-bottom-right-thick",tags:[]},{name:"mdi-arrow-bottom-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-collapse",tags:[]},{name:"mdi-arrow-collapse-all",tags:[]},{name:"mdi-arrow-collapse-down",tags:[]},{name:"mdi-arrow-collapse-horizontal",tags:[]},{name:"mdi-arrow-collapse-left",tags:[]},{name:"mdi-arrow-collapse-right",tags:[]},{name:"mdi-arrow-collapse-up",tags:[]},{name:"mdi-arrow-collapse-vertical",tags:[]},{name:"mdi-arrow-decision",tags:[]},{name:"mdi-arrow-decision-auto",tags:[]},{name:"mdi-arrow-decision-auto-outline",tags:[]},{name:"mdi-arrow-decision-outline",tags:[]},{name:"mdi-arrow-down",tags:[]},{name:"mdi-arrow-down-bold",tags:[]},{name:"mdi-arrow-down-bold-box",tags:[]},{name:"mdi-arrow-down-bold-box-outline",tags:[]},{name:"mdi-arrow-down-bold-circle",tags:[]},{name:"mdi-arrow-down-bold-circle-outline",tags:[]},{name:"mdi-arrow-down-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-down-bold-outline",tags:[]},{name:"mdi-arrow-down-box",tags:[]},{name:"mdi-arrow-down-circle",tags:[]},{name:"mdi-arrow-down-circle-outline",tags:[]},{name:"mdi-arrow-down-drop-circle",tags:[]},{name:"mdi-arrow-down-drop-circle-outline",tags:[]},{name:"mdi-arrow-down-left",tags:[]},{name:"mdi-arrow-down-left-bold",tags:[]},{name:"mdi-arrow-down-right",tags:[]},{name:"mdi-arrow-down-right-bold",tags:[]},{name:"mdi-arrow-down-thick",tags:[]},{name:"mdi-arrow-down-thin-circle-outline",tags:[]},{name:"mdi-arrow-expand",tags:[]},{name:"mdi-arrow-expand-all",tags:[]},{name:"mdi-arrow-expand-down",tags:[]},{name:"mdi-arrow-expand-horizontal",tags:[]},{name:"mdi-arrow-expand-left",tags:[]},{name:"mdi-arrow-expand-right",tags:[]},{name:"mdi-arrow-expand-up",tags:[]},{name:"mdi-arrow-expand-vertical",tags:[]},{name:"mdi-arrow-horizontal-lock",tags:[]},{name:"mdi-arrow-left",tags:[]},{name:"mdi-arrow-left-bold",tags:[]},{name:"mdi-arrow-left-bold-box",tags:[]},{name:"mdi-arrow-left-bold-box-outline",tags:[]},{name:"mdi-arrow-left-bold-circle",tags:[]},{name:"mdi-arrow-left-bold-circle-outline",tags:[]},{name:"mdi-arrow-left-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-left-bold-outline",tags:[]},{name:"mdi-arrow-left-bottom",tags:[]},{name:"mdi-arrow-left-bottom-bold",tags:[]},{name:"mdi-arrow-left-box",tags:[]},{name:"mdi-arrow-left-circle",tags:[]},{name:"mdi-arrow-left-circle-outline",tags:[]},{name:"mdi-arrow-left-drop-circle",tags:[]},{name:"mdi-arrow-left-drop-circle-outline",tags:[]},{name:"mdi-arrow-left-right",tags:[]},{name:"mdi-arrow-left-right-bold",tags:[]},{name:"mdi-arrow-left-right-bold-outline",tags:[]},{name:"mdi-arrow-left-thick",tags:[]},{name:"mdi-arrow-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-left-top",tags:[]},{name:"mdi-arrow-left-top-bold",tags:[]},{name:"mdi-arrow-right",tags:[]},{name:"mdi-arrow-right-bold",tags:[]},{name:"mdi-arrow-right-bold-box",tags:[]},{name:"mdi-arrow-right-bold-box-outline",tags:[]},{name:"mdi-arrow-right-bold-circle",tags:[]},{name:"mdi-arrow-right-bold-circle-outline",tags:[]},{name:"mdi-arrow-right-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-right-bold-outline",tags:[]},{name:"mdi-arrow-right-bottom",tags:[]},{name:"mdi-arrow-right-bottom-bold",tags:[]},{name:"mdi-arrow-right-box",tags:[]},{name:"mdi-arrow-right-circle",tags:[]},{name:"mdi-arrow-right-circle-outline",tags:[]},{name:"mdi-arrow-right-drop-circle",tags:[]},{name:"mdi-arrow-right-drop-circle-outline",tags:[]},{name:"mdi-arrow-right-thick",tags:[]},{name:"mdi-arrow-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-right-top",tags:[]},{name:"mdi-arrow-right-top-bold",tags:[]},{name:"mdi-arrow-split-horizontal",tags:[]},{name:"mdi-arrow-split-vertical",tags:[]},{name:"mdi-arrow-top-left",tags:[]},{name:"mdi-arrow-top-left-bold-outline",tags:[]},{name:"mdi-arrow-top-left-bottom-right",tags:[]},{name:"mdi-arrow-top-left-bottom-right-bold",tags:[]},{name:"mdi-arrow-top-left-thick",tags:[]},{name:"mdi-arrow-top-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-top-right",tags:[]},{name:"mdi-arrow-top-right-bold-outline",tags:[]},{name:"mdi-arrow-top-right-bottom-left",tags:[]},{name:"mdi-arrow-top-right-bottom-left-bold",tags:[]},{name:"mdi-arrow-top-right-thick",tags:[]},{name:"mdi-arrow-top-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-u-down-left",tags:[]},{name:"mdi-arrow-u-down-left-bold",tags:[]},{name:"mdi-arrow-u-down-right",tags:[]},{name:"mdi-arrow-u-down-right-bold",tags:[]},{name:"mdi-arrow-u-left-bottom",tags:[]},{name:"mdi-arrow-u-left-bottom-bold",tags:[]},{name:"mdi-arrow-u-left-top",tags:[]},{name:"mdi-arrow-u-left-top-bold",tags:[]},{name:"mdi-arrow-u-right-bottom",tags:[]},{name:"mdi-arrow-u-right-bottom-bold",tags:[]},{name:"mdi-arrow-u-right-top",tags:[]},{name:"mdi-arrow-u-right-top-bold",tags:[]},{name:"mdi-arrow-u-up-left",tags:[]},{name:"mdi-arrow-u-up-left-bold",tags:[]},{name:"mdi-arrow-u-up-right",tags:[]},{name:"mdi-arrow-u-up-right-bold",tags:[]},{name:"mdi-arrow-up",tags:[]},{name:"mdi-arrow-up-bold",tags:[]},{name:"mdi-arrow-up-bold-box",tags:[]},{name:"mdi-arrow-up-bold-box-outline",tags:[]},{name:"mdi-arrow-up-bold-circle",tags:[]},{name:"mdi-arrow-up-bold-circle-outline",tags:[]},{name:"mdi-arrow-up-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-up-bold-outline",tags:[]},{name:"mdi-arrow-up-box",tags:[]},{name:"mdi-arrow-up-circle",tags:[]},{name:"mdi-arrow-up-circle-outline",tags:[]},{name:"mdi-arrow-up-down",tags:[]},{name:"mdi-arrow-up-down-bold",tags:[]},{name:"mdi-arrow-up-down-bold-outline",tags:[]},{name:"mdi-arrow-up-drop-circle",tags:[]},{name:"mdi-arrow-up-drop-circle-outline",tags:[]},{name:"mdi-arrow-up-left",tags:[]},{name:"mdi-arrow-up-left-bold",tags:[]},{name:"mdi-arrow-up-right",tags:[]},{name:"mdi-arrow-up-right-bold",tags:[]},{name:"mdi-arrow-up-thick",tags:[]},{name:"mdi-arrow-up-thin-circle-outline",tags:[]},{name:"mdi-arrow-vertical-lock",tags:[]},{name:"mdi-artstation",tags:[]},{name:"mdi-aspect-ratio",tags:[]},{name:"mdi-assistant",tags:[]},{name:"mdi-asterisk",tags:[]},{name:"mdi-at",tags:[]},{name:"mdi-atlassian",tags:[]},{name:"mdi-atm",tags:[]},{name:"mdi-atom",tags:[]},{name:"mdi-atom-variant",tags:[]},{name:"mdi-attachment",tags:[]},{name:"mdi-audio-video",tags:[]},{name:"mdi-audio-video-off",tags:[]},{name:"mdi-augmented-reality",tags:[]},{name:"mdi-auto-download",tags:[]},{name:"mdi-auto-fix",tags:[]},{name:"mdi-auto-upload",tags:[]},{name:"mdi-autorenew",tags:[]},{name:"mdi-av-timer",tags:[]},{name:"mdi-aws",tags:[]},{name:"mdi-axe",tags:[]},{name:"mdi-axis",tags:[]},{name:"mdi-axis-arrow",tags:[]},{name:"mdi-axis-arrow-info",tags:[]},{name:"mdi-axis-arrow-lock",tags:[]},{name:"mdi-axis-lock",tags:[]},{name:"mdi-axis-x-arrow",tags:[]},{name:"mdi-axis-x-arrow-lock",tags:[]},{name:"mdi-axis-x-rotate-clockwise",tags:[]},{name:"mdi-axis-x-rotate-counterclockwise",tags:[]},{name:"mdi-axis-x-y-arrow-lock",tags:[]},{name:"mdi-axis-y-arrow",tags:[]},{name:"mdi-axis-y-arrow-lock",tags:[]},{name:"mdi-axis-y-rotate-clockwise",tags:[]},{name:"mdi-axis-y-rotate-counterclockwise",tags:[]},{name:"mdi-axis-z-arrow",tags:[]},{name:"mdi-axis-z-arrow-lock",tags:[]},{name:"mdi-axis-z-rotate-clockwise",tags:[]},{name:"mdi-axis-z-rotate-counterclockwise",tags:[]},{name:"mdi-babel",tags:[]},{name:"mdi-baby",tags:[]},{name:"mdi-baby-bottle",tags:[]},{name:"mdi-baby-bottle-outline",tags:[]},{name:"mdi-baby-buggy",tags:[]},{name:"mdi-baby-carriage",tags:[]},{name:"mdi-baby-carriage-off",tags:[]},{name:"mdi-baby-face",tags:[]},{name:"mdi-baby-face-outline",tags:[]},{name:"mdi-backburger",tags:[]},{name:"mdi-backspace",tags:[]},{name:"mdi-backspace-outline",tags:[]},{name:"mdi-backspace-reverse",tags:[]},{name:"mdi-backspace-reverse-outline",tags:[]},{name:"mdi-backup-restore",tags:[]},{name:"mdi-bacteria",tags:[]},{name:"mdi-bacteria-outline",tags:[]},{name:"mdi-badge-account",tags:[]},{name:"mdi-badge-account-alert",tags:[]},{name:"mdi-badge-account-alert-outline",tags:[]},{name:"mdi-badge-account-horizontal",tags:[]},{name:"mdi-badge-account-horizontal-outline",tags:[]},{name:"mdi-badge-account-outline",tags:[]},{name:"mdi-badminton",tags:[]},{name:"mdi-bag-carry-on",tags:[]},{name:"mdi-bag-carry-on-check",tags:[]},{name:"mdi-bag-carry-on-off",tags:[]},{name:"mdi-bag-checked",tags:[]},{name:"mdi-bag-personal",tags:[]},{name:"mdi-bag-personal-off",tags:[]},{name:"mdi-bag-personal-off-outline",tags:[]},{name:"mdi-bag-personal-outline",tags:[]},{name:"mdi-bag-suitcase",tags:[]},{name:"mdi-bag-suitcase-off",tags:[]},{name:"mdi-bag-suitcase-off-outline",tags:[]},{name:"mdi-bag-suitcase-outline",tags:[]},{name:"mdi-baguette",tags:[]},{name:"mdi-balcony",tags:[]},{name:"mdi-balloon",tags:[]},{name:"mdi-ballot",tags:[]},{name:"mdi-ballot-outline",tags:[]},{name:"mdi-ballot-recount",tags:[]},{name:"mdi-ballot-recount-outline",tags:[]},{name:"mdi-bandage",tags:[]},{name:"mdi-bank",tags:[]},{name:"mdi-bank-check",tags:[]},{name:"mdi-bank-minus",tags:[]},{name:"mdi-bank-off",tags:[]},{name:"mdi-bank-off-outline",tags:[]},{name:"mdi-bank-outline",tags:[]},{name:"mdi-bank-plus",tags:[]},{name:"mdi-bank-remove",tags:[]},{name:"mdi-bank-transfer",tags:[]},{name:"mdi-bank-transfer-in",tags:[]},{name:"mdi-bank-transfer-out",tags:[]},{name:"mdi-barcode",tags:[]},{name:"mdi-barcode-off",tags:[]},{name:"mdi-barcode-scan",tags:[]},{name:"mdi-barley",tags:[]},{name:"mdi-barley-off",tags:[]},{name:"mdi-barn",tags:[]},{name:"mdi-barrel",tags:[]},{name:"mdi-baseball",tags:[]},{name:"mdi-baseball-bat",tags:[]},{name:"mdi-baseball-diamond",tags:[]},{name:"mdi-baseball-diamond-outline",tags:[]},{name:"mdi-bash",tags:[]},{name:"mdi-basket",tags:[]},{name:"mdi-basket-fill",tags:[]},{name:"mdi-basket-minus",tags:[]},{name:"mdi-basket-minus-outline",tags:[]},{name:"mdi-basket-off",tags:[]},{name:"mdi-basket-off-outline",tags:[]},{name:"mdi-basket-outline",tags:[]},{name:"mdi-basket-plus",tags:[]},{name:"mdi-basket-plus-outline",tags:[]},{name:"mdi-basket-remove",tags:[]},{name:"mdi-basket-remove-outline",tags:[]},{name:"mdi-basket-unfill",tags:[]},{name:"mdi-basketball",tags:[]},{name:"mdi-basketball-hoop",tags:[]},{name:"mdi-basketball-hoop-outline",tags:[]},{name:"mdi-bat",tags:[]},{name:"mdi-bathtub",tags:[]},{name:"mdi-bathtub-outline",tags:[]},{name:"mdi-battery",tags:[]},{name:"mdi-battery-10",tags:[]},{name:"mdi-battery-10-bluetooth",tags:[]},{name:"mdi-battery-20",tags:[]},{name:"mdi-battery-20-bluetooth",tags:[]},{name:"mdi-battery-30",tags:[]},{name:"mdi-battery-30-bluetooth",tags:[]},{name:"mdi-battery-40",tags:[]},{name:"mdi-battery-40-bluetooth",tags:[]},{name:"mdi-battery-50",tags:[]},{name:"mdi-battery-50-bluetooth",tags:[]},{name:"mdi-battery-60",tags:[]},{name:"mdi-battery-60-bluetooth",tags:[]},{name:"mdi-battery-70",tags:[]},{name:"mdi-battery-70-bluetooth",tags:[]},{name:"mdi-battery-80",tags:[]},{name:"mdi-battery-80-bluetooth",tags:[]},{name:"mdi-battery-90",tags:[]},{name:"mdi-battery-90-bluetooth",tags:[]},{name:"mdi-battery-alert",tags:[]},{name:"mdi-battery-alert-bluetooth",tags:[]},{name:"mdi-battery-alert-variant",tags:[]},{name:"mdi-battery-alert-variant-outline",tags:[]},{name:"mdi-battery-arrow-down",tags:[]},{name:"mdi-battery-arrow-down-outline",tags:[]},{name:"mdi-battery-arrow-up",tags:[]},{name:"mdi-battery-arrow-up-outline",tags:[]},{name:"mdi-battery-bluetooth",tags:[]},{name:"mdi-battery-bluetooth-variant",tags:[]},{name:"mdi-battery-charging",tags:[]},{name:"mdi-battery-charging-10",tags:[]},{name:"mdi-battery-charging-100",tags:[]},{name:"mdi-battery-charging-20",tags:[]},{name:"mdi-battery-charging-30",tags:[]},{name:"mdi-battery-charging-40",tags:[]},{name:"mdi-battery-charging-50",tags:[]},{name:"mdi-battery-charging-60",tags:[]},{name:"mdi-battery-charging-70",tags:[]},{name:"mdi-battery-charging-80",tags:[]},{name:"mdi-battery-charging-90",tags:[]},{name:"mdi-battery-charging-high",tags:[]},{name:"mdi-battery-charging-low",tags:[]},{name:"mdi-battery-charging-medium",tags:[]},{name:"mdi-battery-charging-outline",tags:[]},{name:"mdi-battery-charging-wireless",tags:[]},{name:"mdi-battery-charging-wireless-10",tags:[]},{name:"mdi-battery-charging-wireless-20",tags:[]},{name:"mdi-battery-charging-wireless-30",tags:[]},{name:"mdi-battery-charging-wireless-40",tags:[]},{name:"mdi-battery-charging-wireless-50",tags:[]},{name:"mdi-battery-charging-wireless-60",tags:[]},{name:"mdi-battery-charging-wireless-70",tags:[]},{name:"mdi-battery-charging-wireless-80",tags:[]},{name:"mdi-battery-charging-wireless-90",tags:[]},{name:"mdi-battery-charging-wireless-alert",tags:[]},{name:"mdi-battery-charging-wireless-outline",tags:[]},{name:"mdi-battery-check",tags:[]},{name:"mdi-battery-check-outline",tags:[]},{name:"mdi-battery-heart",tags:[]},{name:"mdi-battery-heart-outline",tags:[]},{name:"mdi-battery-heart-variant",tags:[]},{name:"mdi-battery-high",tags:[]},{name:"mdi-battery-lock",tags:[]},{name:"mdi-battery-lock-open",tags:[]},{name:"mdi-battery-low",tags:[]},{name:"mdi-battery-medium",tags:[]},{name:"mdi-battery-minus",tags:[]},{name:"mdi-battery-minus-outline",tags:[]},{name:"mdi-battery-minus-variant",tags:[]},{name:"mdi-battery-negative",tags:[]},{name:"mdi-battery-off",tags:[]},{name:"mdi-battery-off-outline",tags:[]},{name:"mdi-battery-outline",tags:[]},{name:"mdi-battery-plus",tags:[]},{name:"mdi-battery-plus-outline",tags:[]},{name:"mdi-battery-plus-variant",tags:[]},{name:"mdi-battery-positive",tags:[]},{name:"mdi-battery-remove",tags:[]},{name:"mdi-battery-remove-outline",tags:[]},{name:"mdi-battery-unknown",tags:[]},{name:"mdi-battery-unknown-bluetooth",tags:[]},{name:"mdi-beach",tags:[]},{name:"mdi-beaker",tags:[]},{name:"mdi-beaker-alert",tags:[]},{name:"mdi-beaker-alert-outline",tags:[]},{name:"mdi-beaker-check",tags:[]},{name:"mdi-beaker-check-outline",tags:[]},{name:"mdi-beaker-minus",tags:[]},{name:"mdi-beaker-minus-outline",tags:[]},{name:"mdi-beaker-outline",tags:[]},{name:"mdi-beaker-plus",tags:[]},{name:"mdi-beaker-plus-outline",tags:[]},{name:"mdi-beaker-question",tags:[]},{name:"mdi-beaker-question-outline",tags:[]},{name:"mdi-beaker-remove",tags:[]},{name:"mdi-beaker-remove-outline",tags:[]},{name:"mdi-bed",tags:[]},{name:"mdi-bed-double",tags:[]},{name:"mdi-bed-double-outline",tags:[]},{name:"mdi-bed-empty",tags:[]},{name:"mdi-bed-king",tags:[]},{name:"mdi-bed-king-outline",tags:[]},{name:"mdi-bed-outline",tags:[]},{name:"mdi-bed-queen",tags:[]},{name:"mdi-bed-queen-outline",tags:[]},{name:"mdi-bed-single",tags:[]},{name:"mdi-bed-single-outline",tags:[]},{name:"mdi-bee",tags:[]},{name:"mdi-bee-flower",tags:[]},{name:"mdi-beehive-off-outline",tags:[]},{name:"mdi-beehive-outline",tags:[]},{name:"mdi-beekeeper",tags:[]},{name:"mdi-beer",tags:[]},{name:"mdi-beer-outline",tags:[]},{name:"mdi-bell",tags:[]},{name:"mdi-bell-alert",tags:[]},{name:"mdi-bell-alert-outline",tags:[]},{name:"mdi-bell-badge",tags:[]},{name:"mdi-bell-badge-outline",tags:[]},{name:"mdi-bell-cancel",tags:[]},{name:"mdi-bell-cancel-outline",tags:[]},{name:"mdi-bell-check",tags:[]},{name:"mdi-bell-check-outline",tags:[]},{name:"mdi-bell-circle",tags:[]},{name:"mdi-bell-circle-outline",tags:[]},{name:"mdi-bell-minus",tags:[]},{name:"mdi-bell-minus-outline",tags:[]},{name:"mdi-bell-off",tags:[]},{name:"mdi-bell-off-outline",tags:[]},{name:"mdi-bell-outline",tags:[]},{name:"mdi-bell-plus",tags:[]},{name:"mdi-bell-plus-outline",tags:[]},{name:"mdi-bell-remove",tags:[]},{name:"mdi-bell-remove-outline",tags:[]},{name:"mdi-bell-ring",tags:[]},{name:"mdi-bell-ring-outline",tags:[]},{name:"mdi-bell-sleep",tags:[]},{name:"mdi-bell-sleep-outline",tags:[]},{name:"mdi-beta",tags:[]},{name:"mdi-betamax",tags:[]},{name:"mdi-biathlon",tags:[]},{name:"mdi-bicycle",tags:[]},{name:"mdi-bicycle-basket",tags:[]},{name:"mdi-bicycle-electric",tags:[]},{name:"mdi-bicycle-penny-farthing",tags:[]},{name:"mdi-bike",tags:[]},{name:"mdi-bike-fast",tags:[]},{name:"mdi-billboard",tags:[]},{name:"mdi-billiards",tags:[]},{name:"mdi-billiards-rack",tags:[]},{name:"mdi-binoculars",tags:[]},{name:"mdi-bio",tags:[]},{name:"mdi-biohazard",tags:[]},{name:"mdi-bird",tags:[]},{name:"mdi-bitbucket",tags:[]},{name:"mdi-bitcoin",tags:[]},{name:"mdi-black-mesa",tags:[]},{name:"mdi-blender",tags:[]},{name:"mdi-blender-outline",tags:[]},{name:"mdi-blender-software",tags:[]},{name:"mdi-blinds",tags:[]},{name:"mdi-blinds-open",tags:[]},{name:"mdi-block-helper",tags:[]},{name:"mdi-blood-bag",tags:[]},{name:"mdi-bluetooth",tags:[]},{name:"mdi-bluetooth-audio",tags:[]},{name:"mdi-bluetooth-connect",tags:[]},{name:"mdi-bluetooth-off",tags:[]},{name:"mdi-bluetooth-settings",tags:[]},{name:"mdi-bluetooth-transfer",tags:[]},{name:"mdi-blur",tags:[]},{name:"mdi-blur-linear",tags:[]},{name:"mdi-blur-off",tags:[]},{name:"mdi-blur-radial",tags:[]},{name:"mdi-bolt",tags:[]},{name:"mdi-bomb",tags:[]},{name:"mdi-bomb-off",tags:[]},{name:"mdi-bone",tags:[]},{name:"mdi-book",tags:[]},{name:"mdi-book-account",tags:[]},{name:"mdi-book-account-outline",tags:[]},{name:"mdi-book-alert",tags:[]},{name:"mdi-book-alert-outline",tags:[]},{name:"mdi-book-alphabet",tags:[]},{name:"mdi-book-arrow-down",tags:[]},{name:"mdi-book-arrow-down-outline",tags:[]},{name:"mdi-book-arrow-left",tags:[]},{name:"mdi-book-arrow-left-outline",tags:[]},{name:"mdi-book-arrow-right",tags:[]},{name:"mdi-book-arrow-right-outline",tags:[]},{name:"mdi-book-arrow-up",tags:[]},{name:"mdi-book-arrow-up-outline",tags:[]},{name:"mdi-book-cancel",tags:[]},{name:"mdi-book-cancel-outline",tags:[]},{name:"mdi-book-check",tags:[]},{name:"mdi-book-check-outline",tags:[]},{name:"mdi-book-clock",tags:[]},{name:"mdi-book-clock-outline",tags:[]},{name:"mdi-book-cog",tags:[]},{name:"mdi-book-cog-outline",tags:[]},{name:"mdi-book-cross",tags:[]},{name:"mdi-book-edit",tags:[]},{name:"mdi-book-edit-outline",tags:[]},{name:"mdi-book-education",tags:[]},{name:"mdi-book-education-outline",tags:[]},{name:"mdi-book-information-variant",tags:[]},{name:"mdi-book-lock",tags:[]},{name:"mdi-book-lock-open",tags:[]},{name:"mdi-book-lock-open-outline",tags:[]},{name:"mdi-book-lock-outline",tags:[]},{name:"mdi-book-marker",tags:[]},{name:"mdi-book-marker-outline",tags:[]},{name:"mdi-book-minus",tags:[]},{name:"mdi-book-minus-multiple",tags:[]},{name:"mdi-book-minus-multiple-outline",tags:[]},{name:"mdi-book-minus-outline",tags:[]},{name:"mdi-book-multiple",tags:[]},{name:"mdi-book-multiple-outline",tags:[]},{name:"mdi-book-music",tags:[]},{name:"mdi-book-music-outline",tags:[]},{name:"mdi-book-off",tags:[]},{name:"mdi-book-off-outline",tags:[]},{name:"mdi-book-open",tags:[]},{name:"mdi-book-open-blank-variant",tags:[]},{name:"mdi-book-open-outline",tags:[]},{name:"mdi-book-open-page-variant",tags:[]},{name:"mdi-book-open-page-variant-outline",tags:[]},{name:"mdi-book-open-variant",tags:[]},{name:"mdi-book-outline",tags:[]},{name:"mdi-book-play",tags:[]},{name:"mdi-book-play-outline",tags:[]},{name:"mdi-book-plus",tags:[]},{name:"mdi-book-plus-multiple",tags:[]},{name:"mdi-book-plus-multiple-outline",tags:[]},{name:"mdi-book-plus-outline",tags:[]},{name:"mdi-book-refresh",tags:[]},{name:"mdi-book-refresh-outline",tags:[]},{name:"mdi-book-remove",tags:[]},{name:"mdi-book-remove-multiple",tags:[]},{name:"mdi-book-remove-multiple-outline",tags:[]},{name:"mdi-book-remove-outline",tags:[]},{name:"mdi-book-search",tags:[]},{name:"mdi-book-search-outline",tags:[]},{name:"mdi-book-settings",tags:[]},{name:"mdi-book-settings-outline",tags:[]},{name:"mdi-book-sync",tags:[]},{name:"mdi-book-sync-outline",tags:[]},{name:"mdi-book-variant",tags:[]},{name:"mdi-book-variant-multiple",tags:[]},{name:"mdi-bookmark",tags:[]},{name:"mdi-bookmark-check",tags:[]},{name:"mdi-bookmark-check-outline",tags:[]},{name:"mdi-bookmark-minus",tags:[]},{name:"mdi-bookmark-minus-outline",tags:[]},{name:"mdi-bookmark-multiple",tags:[]},{name:"mdi-bookmark-multiple-outline",tags:[]},{name:"mdi-bookmark-music",tags:[]},{name:"mdi-bookmark-music-outline",tags:[]},{name:"mdi-bookmark-off",tags:[]},{name:"mdi-bookmark-off-outline",tags:[]},{name:"mdi-bookmark-outline",tags:[]},{name:"mdi-bookmark-plus",tags:[]},{name:"mdi-bookmark-plus-outline",tags:[]},{name:"mdi-bookmark-remove",tags:[]},{name:"mdi-bookmark-remove-outline",tags:[]},{name:"mdi-bookshelf",tags:[]},{name:"mdi-boom-gate",tags:[]},{name:"mdi-boom-gate-alert",tags:[]},{name:"mdi-boom-gate-alert-outline",tags:[]},{name:"mdi-boom-gate-arrow-down",tags:[]},{name:"mdi-boom-gate-arrow-down-outline",tags:[]},{name:"mdi-boom-gate-arrow-up",tags:[]},{name:"mdi-boom-gate-arrow-up-outline",tags:[]},{name:"mdi-boom-gate-outline",tags:[]},{name:"mdi-boom-gate-up",tags:[]},{name:"mdi-boom-gate-up-outline",tags:[]},{name:"mdi-boombox",tags:[]},{name:"mdi-boomerang",tags:[]},{name:"mdi-bootstrap",tags:[]},{name:"mdi-border-all",tags:[]},{name:"mdi-border-all-variant",tags:[]},{name:"mdi-border-bottom",tags:[]},{name:"mdi-border-bottom-variant",tags:[]},{name:"mdi-border-color",tags:[]},{name:"mdi-border-horizontal",tags:[]},{name:"mdi-border-inside",tags:[]},{name:"mdi-border-left",tags:[]},{name:"mdi-border-left-variant",tags:[]},{name:"mdi-border-none",tags:[]},{name:"mdi-border-none-variant",tags:[]},{name:"mdi-border-outside",tags:[]},{name:"mdi-border-right",tags:[]},{name:"mdi-border-right-variant",tags:[]},{name:"mdi-border-style",tags:[]},{name:"mdi-border-top",tags:[]},{name:"mdi-border-top-variant",tags:[]},{name:"mdi-border-vertical",tags:[]},{name:"mdi-bottle-soda",tags:[]},{name:"mdi-bottle-soda-classic",tags:[]},{name:"mdi-bottle-soda-classic-outline",tags:[]},{name:"mdi-bottle-soda-outline",tags:[]},{name:"mdi-bottle-tonic",tags:[]},{name:"mdi-bottle-tonic-outline",tags:[]},{name:"mdi-bottle-tonic-plus",tags:[]},{name:"mdi-bottle-tonic-plus-outline",tags:[]},{name:"mdi-bottle-tonic-skull",tags:[]},{name:"mdi-bottle-tonic-skull-outline",tags:[]},{name:"mdi-bottle-wine",tags:[]},{name:"mdi-bottle-wine-outline",tags:[]},{name:"mdi-bow-tie",tags:[]},{name:"mdi-bowl",tags:[]},{name:"mdi-bowl-mix",tags:[]},{name:"mdi-bowl-mix-outline",tags:[]},{name:"mdi-bowl-outline",tags:[]},{name:"mdi-bowling",tags:[]},{name:"mdi-box",tags:[]},{name:"mdi-box-cutter",tags:[]},{name:"mdi-box-cutter-off",tags:[]},{name:"mdi-box-shadow",tags:[]},{name:"mdi-boxing-glove",tags:[]},{name:"mdi-braille",tags:[]},{name:"mdi-brain",tags:[]},{name:"mdi-bread-slice",tags:[]},{name:"mdi-bread-slice-outline",tags:[]},{name:"mdi-bridge",tags:[]},{name:"mdi-briefcase",tags:[]},{name:"mdi-briefcase-account",tags:[]},{name:"mdi-briefcase-account-outline",tags:[]},{name:"mdi-briefcase-check",tags:[]},{name:"mdi-briefcase-check-outline",tags:[]},{name:"mdi-briefcase-clock",tags:[]},{name:"mdi-briefcase-clock-outline",tags:[]},{name:"mdi-briefcase-download",tags:[]},{name:"mdi-briefcase-download-outline",tags:[]},{name:"mdi-briefcase-edit",tags:[]},{name:"mdi-briefcase-edit-outline",tags:[]},{name:"mdi-briefcase-eye",tags:[]},{name:"mdi-briefcase-eye-outline",tags:[]},{name:"mdi-briefcase-minus",tags:[]},{name:"mdi-briefcase-minus-outline",tags:[]},{name:"mdi-briefcase-off",tags:[]},{name:"mdi-briefcase-off-outline",tags:[]},{name:"mdi-briefcase-outline",tags:[]},{name:"mdi-briefcase-plus",tags:[]},{name:"mdi-briefcase-plus-outline",tags:[]},{name:"mdi-briefcase-remove",tags:[]},{name:"mdi-briefcase-remove-outline",tags:[]},{name:"mdi-briefcase-search",tags:[]},{name:"mdi-briefcase-search-outline",tags:[]},{name:"mdi-briefcase-upload",tags:[]},{name:"mdi-briefcase-upload-outline",tags:[]},{name:"mdi-briefcase-variant",tags:[]},{name:"mdi-briefcase-variant-off",tags:[]},{name:"mdi-briefcase-variant-off-outline",tags:[]},{name:"mdi-briefcase-variant-outline",tags:[]},{name:"mdi-brightness-1",tags:[]},{name:"mdi-brightness-2",tags:[]},{name:"mdi-brightness-3",tags:[]},{name:"mdi-brightness-4",tags:[]},{name:"mdi-brightness-5",tags:[]},{name:"mdi-brightness-6",tags:[]},{name:"mdi-brightness-7",tags:[]},{name:"mdi-brightness-auto",tags:[]},{name:"mdi-brightness-percent",tags:[]},{name:"mdi-broadcast",tags:[]},{name:"mdi-broadcast-off",tags:[]},{name:"mdi-broom",tags:[]},{name:"mdi-brush",tags:[]},{name:"mdi-brush-off",tags:[]},{name:"mdi-brush-variant",tags:[]},{name:"mdi-bucket",tags:[]},{name:"mdi-bucket-outline",tags:[]},{name:"mdi-buffet",tags:[]},{name:"mdi-bug",tags:[]},{name:"mdi-bug-check",tags:[]},{name:"mdi-bug-check-outline",tags:[]},{name:"mdi-bug-outline",tags:[]},{name:"mdi-bugle",tags:[]},{name:"mdi-bulldozer",tags:[]},{name:"mdi-bullet",tags:[]},{name:"mdi-bulletin-board",tags:[]},{name:"mdi-bullhorn",tags:[]},{name:"mdi-bullhorn-outline",tags:[]},{name:"mdi-bullseye",tags:[]},{name:"mdi-bullseye-arrow",tags:[]},{name:"mdi-bulma",tags:[]},{name:"mdi-bunk-bed",tags:[]},{name:"mdi-bunk-bed-outline",tags:[]},{name:"mdi-bus",tags:[]},{name:"mdi-bus-alert",tags:[]},{name:"mdi-bus-articulated-end",tags:[]},{name:"mdi-bus-articulated-front",tags:[]},{name:"mdi-bus-clock",tags:[]},{name:"mdi-bus-double-decker",tags:[]},{name:"mdi-bus-marker",tags:[]},{name:"mdi-bus-multiple",tags:[]},{name:"mdi-bus-school",tags:[]},{name:"mdi-bus-side",tags:[]},{name:"mdi-bus-stop",tags:[]},{name:"mdi-bus-stop-covered",tags:[]},{name:"mdi-bus-stop-uncovered",tags:[]},{name:"mdi-butterfly",tags:[]},{name:"mdi-butterfly-outline",tags:[]},{name:"mdi-cable-data",tags:[]},{name:"mdi-cached",tags:[]},{name:"mdi-cactus",tags:[]},{name:"mdi-cake",tags:[]},{name:"mdi-cake-layered",tags:[]},{name:"mdi-cake-variant",tags:[]},{name:"mdi-cake-variant-outline",tags:[]},{name:"mdi-calculator",tags:[]},{name:"mdi-calculator-variant",tags:[]},{name:"mdi-calculator-variant-outline",tags:[]},{name:"mdi-calendar",tags:[]},{name:"mdi-calendar-account",tags:[]},{name:"mdi-calendar-account-outline",tags:[]},{name:"mdi-calendar-alert",tags:[]},{name:"mdi-calendar-arrow-left",tags:[]},{name:"mdi-calendar-arrow-right",tags:[]},{name:"mdi-calendar-blank",tags:[]},{name:"mdi-calendar-blank-multiple",tags:[]},{name:"mdi-calendar-blank-outline",tags:[]},{name:"mdi-calendar-check",tags:[]},{name:"mdi-calendar-check-outline",tags:[]},{name:"mdi-calendar-clock",tags:[]},{name:"mdi-calendar-clock-outline",tags:[]},{name:"mdi-calendar-cursor",tags:[]},{name:"mdi-calendar-edit",tags:[]},{name:"mdi-calendar-end",tags:[]},{name:"mdi-calendar-export",tags:[]},{name:"mdi-calendar-heart",tags:[]},{name:"mdi-calendar-import",tags:[]},{name:"mdi-calendar-lock",tags:[]},{name:"mdi-calendar-lock-outline",tags:[]},{name:"mdi-calendar-minus",tags:[]},{name:"mdi-calendar-month",tags:[]},{name:"mdi-calendar-month-outline",tags:[]},{name:"mdi-calendar-multiple",tags:[]},{name:"mdi-calendar-multiple-check",tags:[]},{name:"mdi-calendar-multiselect",tags:[]},{name:"mdi-calendar-outline",tags:[]},{name:"mdi-calendar-plus",tags:[]},{name:"mdi-calendar-question",tags:[]},{name:"mdi-calendar-range",tags:[]},{name:"mdi-calendar-range-outline",tags:[]},{name:"mdi-calendar-refresh",tags:[]},{name:"mdi-calendar-refresh-outline",tags:[]},{name:"mdi-calendar-remove",tags:[]},{name:"mdi-calendar-remove-outline",tags:[]},{name:"mdi-calendar-search",tags:[]},{name:"mdi-calendar-star",tags:[]},{name:"mdi-calendar-start",tags:[]},{name:"mdi-calendar-sync",tags:[]},{name:"mdi-calendar-sync-outline",tags:[]},{name:"mdi-calendar-text",tags:[]},{name:"mdi-calendar-text-outline",tags:[]},{name:"mdi-calendar-today",tags:[]},{name:"mdi-calendar-week",tags:[]},{name:"mdi-calendar-week-begin",tags:[]},{name:"mdi-calendar-weekend",tags:[]},{name:"mdi-calendar-weekend-outline",tags:[]},{name:"mdi-call-made",tags:[]},{name:"mdi-call-merge",tags:[]},{name:"mdi-call-missed",tags:[]},{name:"mdi-call-received",tags:[]},{name:"mdi-call-split",tags:[]},{name:"mdi-camcorder",tags:[]},{name:"mdi-camcorder-off",tags:[]},{name:"mdi-camera",tags:[]},{name:"mdi-camera-account",tags:[]},{name:"mdi-camera-burst",tags:[]},{name:"mdi-camera-control",tags:[]},{name:"mdi-camera-enhance",tags:[]},{name:"mdi-camera-enhance-outline",tags:[]},{name:"mdi-camera-flip",tags:[]},{name:"mdi-camera-flip-outline",tags:[]},{name:"mdi-camera-front",tags:[]},{name:"mdi-camera-front-variant",tags:[]},{name:"mdi-camera-gopro",tags:[]},{name:"mdi-camera-image",tags:[]},{name:"mdi-camera-iris",tags:[]},{name:"mdi-camera-metering-center",tags:[]},{name:"mdi-camera-metering-matrix",tags:[]},{name:"mdi-camera-metering-partial",tags:[]},{name:"mdi-camera-metering-spot",tags:[]},{name:"mdi-camera-off",tags:[]},{name:"mdi-camera-outline",tags:[]},{name:"mdi-camera-party-mode",tags:[]},{name:"mdi-camera-plus",tags:[]},{name:"mdi-camera-plus-outline",tags:[]},{name:"mdi-camera-rear",tags:[]},{name:"mdi-camera-rear-variant",tags:[]},{name:"mdi-camera-retake",tags:[]},{name:"mdi-camera-retake-outline",tags:[]},{name:"mdi-camera-switch",tags:[]},{name:"mdi-camera-switch-outline",tags:[]},{name:"mdi-camera-timer",tags:[]},{name:"mdi-camera-wireless",tags:[]},{name:"mdi-camera-wireless-outline",tags:[]},{name:"mdi-campfire",tags:[]},{name:"mdi-cancel",tags:[]},{name:"mdi-candelabra",tags:[]},{name:"mdi-candelabra-fire",tags:[]},{name:"mdi-candle",tags:[]},{name:"mdi-candycane",tags:[]},{name:"mdi-cannabis",tags:[]},{name:"mdi-cannabis-off",tags:[]},{name:"mdi-caps-lock",tags:[]},{name:"mdi-car",tags:[]},{name:"mdi-car-2-plus",tags:[]},{name:"mdi-car-3-plus",tags:[]},{name:"mdi-car-arrow-left",tags:[]},{name:"mdi-car-arrow-right",tags:[]},{name:"mdi-car-back",tags:[]},{name:"mdi-car-battery",tags:[]},{name:"mdi-car-brake-abs",tags:[]},{name:"mdi-car-brake-alert",tags:[]},{name:"mdi-car-brake-hold",tags:[]},{name:"mdi-car-brake-parking",tags:[]},{name:"mdi-car-brake-retarder",tags:[]},{name:"mdi-car-child-seat",tags:[]},{name:"mdi-car-clutch",tags:[]},{name:"mdi-car-cog",tags:[]},{name:"mdi-car-connected",tags:[]},{name:"mdi-car-convertible",tags:[]},{name:"mdi-car-coolant-level",tags:[]},{name:"mdi-car-cruise-control",tags:[]},{name:"mdi-car-defrost-front",tags:[]},{name:"mdi-car-defrost-rear",tags:[]},{name:"mdi-car-door",tags:[]},{name:"mdi-car-door-lock",tags:[]},{name:"mdi-car-electric",tags:[]},{name:"mdi-car-electric-outline",tags:[]},{name:"mdi-car-emergency",tags:[]},{name:"mdi-car-esp",tags:[]},{name:"mdi-car-estate",tags:[]},{name:"mdi-car-hatchback",tags:[]},{name:"mdi-car-info",tags:[]},{name:"mdi-car-key",tags:[]},{name:"mdi-car-lifted-pickup",tags:[]},{name:"mdi-car-light-dimmed",tags:[]},{name:"mdi-car-light-fog",tags:[]},{name:"mdi-car-light-high",tags:[]},{name:"mdi-car-limousine",tags:[]},{name:"mdi-car-multiple",tags:[]},{name:"mdi-car-off",tags:[]},{name:"mdi-car-outline",tags:[]},{name:"mdi-car-parking-lights",tags:[]},{name:"mdi-car-pickup",tags:[]},{name:"mdi-car-seat",tags:[]},{name:"mdi-car-seat-cooler",tags:[]},{name:"mdi-car-seat-heater",tags:[]},{name:"mdi-car-settings",tags:[]},{name:"mdi-car-shift-pattern",tags:[]},{name:"mdi-car-side",tags:[]},{name:"mdi-car-sports",tags:[]},{name:"mdi-car-tire-alert",tags:[]},{name:"mdi-car-traction-control",tags:[]},{name:"mdi-car-turbocharger",tags:[]},{name:"mdi-car-wash",tags:[]},{name:"mdi-car-windshield",tags:[]},{name:"mdi-car-windshield-outline",tags:[]},{name:"mdi-car-wrench",tags:[]},{name:"mdi-carabiner",tags:[]},{name:"mdi-caravan",tags:[]},{name:"mdi-card",tags:[]},{name:"mdi-card-account-details",tags:[]},{name:"mdi-card-account-details-outline",tags:[]},{name:"mdi-card-account-details-star",tags:[]},{name:"mdi-card-account-details-star-outline",tags:[]},{name:"mdi-card-account-mail",tags:[]},{name:"mdi-card-account-mail-outline",tags:[]},{name:"mdi-card-account-phone",tags:[]},{name:"mdi-card-account-phone-outline",tags:[]},{name:"mdi-card-bulleted",tags:[]},{name:"mdi-card-bulleted-off",tags:[]},{name:"mdi-card-bulleted-off-outline",tags:[]},{name:"mdi-card-bulleted-outline",tags:[]},{name:"mdi-card-bulleted-settings",tags:[]},{name:"mdi-card-bulleted-settings-outline",tags:[]},{name:"mdi-card-minus",tags:[]},{name:"mdi-card-minus-outline",tags:[]},{name:"mdi-card-multiple",tags:[]},{name:"mdi-card-multiple-outline",tags:[]},{name:"mdi-card-off",tags:[]},{name:"mdi-card-off-outline",tags:[]},{name:"mdi-card-outline",tags:[]},{name:"mdi-card-plus",tags:[]},{name:"mdi-card-plus-outline",tags:[]},{name:"mdi-card-remove",tags:[]},{name:"mdi-card-remove-outline",tags:[]},{name:"mdi-card-search",tags:[]},{name:"mdi-card-search-outline",tags:[]},{name:"mdi-card-text",tags:[]},{name:"mdi-card-text-outline",tags:[]},{name:"mdi-cards",tags:[]},{name:"mdi-cards-club",tags:[]},{name:"mdi-cards-diamond",tags:[]},{name:"mdi-cards-diamond-outline",tags:[]},{name:"mdi-cards-heart",tags:[]},{name:"mdi-cards-outline",tags:[]},{name:"mdi-cards-playing-outline",tags:[]},{name:"mdi-cards-spade",tags:[]},{name:"mdi-cards-variant",tags:[]},{name:"mdi-carrot",tags:[]},{name:"mdi-cart",tags:[]},{name:"mdi-cart-arrow-down",tags:[]},{name:"mdi-cart-arrow-right",tags:[]},{name:"mdi-cart-arrow-up",tags:[]},{name:"mdi-cart-check",tags:[]},{name:"mdi-cart-minus",tags:[]},{name:"mdi-cart-off",tags:[]},{name:"mdi-cart-outline",tags:[]},{name:"mdi-cart-plus",tags:[]},{name:"mdi-cart-remove",tags:[]},{name:"mdi-cart-variant",tags:[]},{name:"mdi-case-sensitive-alt",tags:[]},{name:"mdi-cash",tags:[]},{name:"mdi-cash-100",tags:[]},{name:"mdi-cash-check",tags:[]},{name:"mdi-cash-lock",tags:[]},{name:"mdi-cash-lock-open",tags:[]},{name:"mdi-cash-marker",tags:[]},{name:"mdi-cash-minus",tags:[]},{name:"mdi-cash-multiple",tags:[]},{name:"mdi-cash-plus",tags:[]},{name:"mdi-cash-refund",tags:[]},{name:"mdi-cash-register",tags:[]},{name:"mdi-cash-remove",tags:[]},{name:"mdi-cassette",tags:[]},{name:"mdi-cast",tags:[]},{name:"mdi-cast-audio",tags:[]},{name:"mdi-cast-audio-variant",tags:[]},{name:"mdi-cast-connected",tags:[]},{name:"mdi-cast-education",tags:[]},{name:"mdi-cast-off",tags:[]},{name:"mdi-cast-variant",tags:[]},{name:"mdi-castle",tags:[]},{name:"mdi-cat",tags:[]},{name:"mdi-cctv",tags:[]},{name:"mdi-ceiling-fan",tags:[]},{name:"mdi-ceiling-fan-light",tags:[]},{name:"mdi-ceiling-light",tags:[]},{name:"mdi-ceiling-light-outline",tags:[]},{name:"mdi-cellphone",tags:[]},{name:"mdi-cellphone-arrow-down",tags:[]},{name:"mdi-cellphone-basic",tags:[]},{name:"mdi-cellphone-charging",tags:[]},{name:"mdi-cellphone-check",tags:[]},{name:"mdi-cellphone-cog",tags:[]},{name:"mdi-cellphone-dock",tags:[]},{name:"mdi-cellphone-information",tags:[]},{name:"mdi-cellphone-key",tags:[]},{name:"mdi-cellphone-link",tags:[]},{name:"mdi-cellphone-link-off",tags:[]},{name:"mdi-cellphone-lock",tags:[]},{name:"mdi-cellphone-message",tags:[]},{name:"mdi-cellphone-message-off",tags:[]},{name:"mdi-cellphone-nfc",tags:[]},{name:"mdi-cellphone-nfc-off",tags:[]},{name:"mdi-cellphone-off",tags:[]},{name:"mdi-cellphone-play",tags:[]},{name:"mdi-cellphone-remove",tags:[]},{name:"mdi-cellphone-screenshot",tags:[]},{name:"mdi-cellphone-settings",tags:[]},{name:"mdi-cellphone-sound",tags:[]},{name:"mdi-cellphone-text",tags:[]},{name:"mdi-cellphone-wireless",tags:[]},{name:"mdi-centos",tags:[]},{name:"mdi-certificate",tags:[]},{name:"mdi-certificate-outline",tags:[]},{name:"mdi-chair-rolling",tags:[]},{name:"mdi-chair-school",tags:[]},{name:"mdi-chandelier",tags:[]},{name:"mdi-charity",tags:[]},{name:"mdi-chart-arc",tags:[]},{name:"mdi-chart-areaspline",tags:[]},{name:"mdi-chart-areaspline-variant",tags:[]},{name:"mdi-chart-bar",tags:[]},{name:"mdi-chart-bar-stacked",tags:[]},{name:"mdi-chart-bell-curve",tags:[]},{name:"mdi-chart-bell-curve-cumulative",tags:[]},{name:"mdi-chart-box",tags:[]},{name:"mdi-chart-box-outline",tags:[]},{name:"mdi-chart-box-plus-outline",tags:[]},{name:"mdi-chart-bubble",tags:[]},{name:"mdi-chart-donut",tags:[]},{name:"mdi-chart-donut-variant",tags:[]},{name:"mdi-chart-gantt",tags:[]},{name:"mdi-chart-histogram",tags:[]},{name:"mdi-chart-line",tags:[]},{name:"mdi-chart-line-stacked",tags:[]},{name:"mdi-chart-line-variant",tags:[]},{name:"mdi-chart-multiline",tags:[]},{name:"mdi-chart-multiple",tags:[]},{name:"mdi-chart-pie",tags:[]},{name:"mdi-chart-ppf",tags:[]},{name:"mdi-chart-sankey",tags:[]},{name:"mdi-chart-sankey-variant",tags:[]},{name:"mdi-chart-scatter-plot",tags:[]},{name:"mdi-chart-scatter-plot-hexbin",tags:[]},{name:"mdi-chart-timeline",tags:[]},{name:"mdi-chart-timeline-variant",tags:[]},{name:"mdi-chart-timeline-variant-shimmer",tags:[]},{name:"mdi-chart-tree",tags:[]},{name:"mdi-chat",tags:[]},{name:"mdi-chat-alert",tags:[]},{name:"mdi-chat-alert-outline",tags:[]},{name:"mdi-chat-minus",tags:[]},{name:"mdi-chat-minus-outline",tags:[]},{name:"mdi-chat-outline",tags:[]},{name:"mdi-chat-plus",tags:[]},{name:"mdi-chat-plus-outline",tags:[]},{name:"mdi-chat-processing",tags:[]},{name:"mdi-chat-processing-outline",tags:[]},{name:"mdi-chat-question",tags:[]},{name:"mdi-chat-question-outline",tags:[]},{name:"mdi-chat-remove",tags:[]},{name:"mdi-chat-remove-outline",tags:[]},{name:"mdi-chat-sleep",tags:[]},{name:"mdi-chat-sleep-outline",tags:[]},{name:"mdi-check",tags:[]},{name:"mdi-check-all",tags:[]},{name:"mdi-check-bold",tags:[]},{name:"mdi-check-circle",tags:[]},{name:"mdi-check-circle-outline",tags:[]},{name:"mdi-check-decagram",tags:[]},{name:"mdi-check-decagram-outline",tags:[]},{name:"mdi-check-network",tags:[]},{name:"mdi-check-network-outline",tags:[]},{name:"mdi-check-outline",tags:[]},{name:"mdi-check-underline",tags:[]},{name:"mdi-check-underline-circle",tags:[]},{name:"mdi-check-underline-circle-outline",tags:[]},{name:"mdi-checkbook",tags:[]},{name:"mdi-checkbox-blank",tags:[]},{name:"mdi-checkbox-blank-badge",tags:[]},{name:"mdi-checkbox-blank-badge-outline",tags:[]},{name:"mdi-checkbox-blank-circle",tags:[]},{name:"mdi-checkbox-blank-circle-outline",tags:[]},{name:"mdi-checkbox-blank-off",tags:[]},{name:"mdi-checkbox-blank-off-outline",tags:[]},{name:"mdi-checkbox-blank-outline",tags:[]},{name:"mdi-checkbox-intermediate",tags:[]},{name:"mdi-checkbox-marked",tags:[]},{name:"mdi-checkbox-marked-circle",tags:[]},{name:"mdi-checkbox-marked-circle-outline",tags:[]},{name:"mdi-checkbox-marked-outline",tags:[]},{name:"mdi-checkbox-multiple-blank",tags:[]},{name:"mdi-checkbox-multiple-blank-circle",tags:[]},{name:"mdi-checkbox-multiple-blank-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-blank-outline",tags:[]},{name:"mdi-checkbox-multiple-marked",tags:[]},{name:"mdi-checkbox-multiple-marked-circle",tags:[]},{name:"mdi-checkbox-multiple-marked-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-marked-outline",tags:[]},{name:"mdi-checkbox-multiple-outline",tags:[]},{name:"mdi-checkbox-outline",tags:[]},{name:"mdi-checkerboard",tags:[]},{name:"mdi-checkerboard-minus",tags:[]},{name:"mdi-checkerboard-plus",tags:[]},{name:"mdi-checkerboard-remove",tags:[]},{name:"mdi-cheese",tags:[]},{name:"mdi-cheese-off",tags:[]},{name:"mdi-chef-hat",tags:[]},{name:"mdi-chemical-weapon",tags:[]},{name:"mdi-chess-bishop",tags:[]},{name:"mdi-chess-king",tags:[]},{name:"mdi-chess-knight",tags:[]},{name:"mdi-chess-pawn",tags:[]},{name:"mdi-chess-queen",tags:[]},{name:"mdi-chess-rook",tags:[]},{name:"mdi-chevron-double-down",tags:[]},{name:"mdi-chevron-double-left",tags:[]},{name:"mdi-chevron-double-right",tags:[]},{name:"mdi-chevron-double-up",tags:[]},{name:"mdi-chevron-down",tags:[]},{name:"mdi-chevron-down-box",tags:[]},{name:"mdi-chevron-down-box-outline",tags:[]},{name:"mdi-chevron-down-circle",tags:[]},{name:"mdi-chevron-down-circle-outline",tags:[]},{name:"mdi-chevron-left",tags:[]},{name:"mdi-chevron-left-box",tags:[]},{name:"mdi-chevron-left-box-outline",tags:[]},{name:"mdi-chevron-left-circle",tags:[]},{name:"mdi-chevron-left-circle-outline",tags:[]},{name:"mdi-chevron-right",tags:[]},{name:"mdi-chevron-right-box",tags:[]},{name:"mdi-chevron-right-box-outline",tags:[]},{name:"mdi-chevron-right-circle",tags:[]},{name:"mdi-chevron-right-circle-outline",tags:[]},{name:"mdi-chevron-triple-down",tags:[]},{name:"mdi-chevron-triple-left",tags:[]},{name:"mdi-chevron-triple-right",tags:[]},{name:"mdi-chevron-triple-up",tags:[]},{name:"mdi-chevron-up",tags:[]},{name:"mdi-chevron-up-box",tags:[]},{name:"mdi-chevron-up-box-outline",tags:[]},{name:"mdi-chevron-up-circle",tags:[]},{name:"mdi-chevron-up-circle-outline",tags:[]},{name:"mdi-chili-alert",tags:[]},{name:"mdi-chili-alert-outline",tags:[]},{name:"mdi-chili-hot",tags:[]},{name:"mdi-chili-hot-outline",tags:[]},{name:"mdi-chili-medium",tags:[]},{name:"mdi-chili-medium-outline",tags:[]},{name:"mdi-chili-mild",tags:[]},{name:"mdi-chili-mild-outline",tags:[]},{name:"mdi-chili-off",tags:[]},{name:"mdi-chili-off-outline",tags:[]},{name:"mdi-chip",tags:[]},{name:"mdi-church",tags:[]},{name:"mdi-cigar",tags:[]},{name:"mdi-cigar-off",tags:[]},{name:"mdi-circle",tags:[]},{name:"mdi-circle-box",tags:[]},{name:"mdi-circle-box-outline",tags:[]},{name:"mdi-circle-double",tags:[]},{name:"mdi-circle-edit-outline",tags:[]},{name:"mdi-circle-expand",tags:[]},{name:"mdi-circle-half",tags:[]},{name:"mdi-circle-half-full",tags:[]},{name:"mdi-circle-medium",tags:[]},{name:"mdi-circle-multiple",tags:[]},{name:"mdi-circle-multiple-outline",tags:[]},{name:"mdi-circle-off-outline",tags:[]},{name:"mdi-circle-outline",tags:[]},{name:"mdi-circle-slice-1",tags:[]},{name:"mdi-circle-slice-2",tags:[]},{name:"mdi-circle-slice-3",tags:[]},{name:"mdi-circle-slice-4",tags:[]},{name:"mdi-circle-slice-5",tags:[]},{name:"mdi-circle-slice-6",tags:[]},{name:"mdi-circle-slice-7",tags:[]},{name:"mdi-circle-slice-8",tags:[]},{name:"mdi-circle-small",tags:[]},{name:"mdi-circular-saw",tags:[]},{name:"mdi-city",tags:[]},{name:"mdi-city-variant",tags:[]},{name:"mdi-city-variant-outline",tags:[]},{name:"mdi-clipboard",tags:[]},{name:"mdi-clipboard-account",tags:[]},{name:"mdi-clipboard-account-outline",tags:[]},{name:"mdi-clipboard-alert",tags:[]},{name:"mdi-clipboard-alert-outline",tags:[]},{name:"mdi-clipboard-arrow-down",tags:[]},{name:"mdi-clipboard-arrow-down-outline",tags:[]},{name:"mdi-clipboard-arrow-left",tags:[]},{name:"mdi-clipboard-arrow-left-outline",tags:[]},{name:"mdi-clipboard-arrow-right",tags:[]},{name:"mdi-clipboard-arrow-right-outline",tags:[]},{name:"mdi-clipboard-arrow-up",tags:[]},{name:"mdi-clipboard-arrow-up-outline",tags:[]},{name:"mdi-clipboard-check",tags:[]},{name:"mdi-clipboard-check-multiple",tags:[]},{name:"mdi-clipboard-check-multiple-outline",tags:[]},{name:"mdi-clipboard-check-outline",tags:[]},{name:"mdi-clipboard-clock",tags:[]},{name:"mdi-clipboard-clock-outline",tags:[]},{name:"mdi-clipboard-edit",tags:[]},{name:"mdi-clipboard-edit-outline",tags:[]},{name:"mdi-clipboard-file",tags:[]},{name:"mdi-clipboard-file-outline",tags:[]},{name:"mdi-clipboard-flow",tags:[]},{name:"mdi-clipboard-flow-outline",tags:[]},{name:"mdi-clipboard-list",tags:[]},{name:"mdi-clipboard-list-outline",tags:[]},{name:"mdi-clipboard-minus",tags:[]},{name:"mdi-clipboard-minus-outline",tags:[]},{name:"mdi-clipboard-multiple",tags:[]},{name:"mdi-clipboard-multiple-outline",tags:[]},{name:"mdi-clipboard-off",tags:[]},{name:"mdi-clipboard-off-outline",tags:[]},{name:"mdi-clipboard-outline",tags:[]},{name:"mdi-clipboard-play",tags:[]},{name:"mdi-clipboard-play-multiple",tags:[]},{name:"mdi-clipboard-play-multiple-outline",tags:[]},{name:"mdi-clipboard-play-outline",tags:[]},{name:"mdi-clipboard-plus",tags:[]},{name:"mdi-clipboard-plus-outline",tags:[]},{name:"mdi-clipboard-pulse",tags:[]},{name:"mdi-clipboard-pulse-outline",tags:[]},{name:"mdi-clipboard-remove",tags:[]},{name:"mdi-clipboard-remove-outline",tags:[]},{name:"mdi-clipboard-search",tags:[]},{name:"mdi-clipboard-search-outline",tags:[]},{name:"mdi-clipboard-text",tags:[]},{name:"mdi-clipboard-text-multiple",tags:[]},{name:"mdi-clipboard-text-multiple-outline",tags:[]},{name:"mdi-clipboard-text-off",tags:[]},{name:"mdi-clipboard-text-off-outline",tags:[]},{name:"mdi-clipboard-text-outline",tags:[]},{name:"mdi-clipboard-text-play",tags:[]},{name:"mdi-clipboard-text-play-outline",tags:[]},{name:"mdi-clipboard-text-search",tags:[]},{name:"mdi-clipboard-text-search-outline",tags:[]},{name:"mdi-clippy",tags:[]},{name:"mdi-clock",tags:[]},{name:"mdi-clock-alert",tags:[]},{name:"mdi-clock-alert-outline",tags:[]},{name:"mdi-clock-check",tags:[]},{name:"mdi-clock-check-outline",tags:[]},{name:"mdi-clock-digital",tags:[]},{name:"mdi-clock-end",tags:[]},{name:"mdi-clock-fast",tags:[]},{name:"mdi-clock-in",tags:[]},{name:"mdi-clock-out",tags:[]},{name:"mdi-clock-outline",tags:[]},{name:"mdi-clock-start",tags:[]},{name:"mdi-clock-time-eight",tags:[]},{name:"mdi-clock-time-eight-outline",tags:[]},{name:"mdi-clock-time-eleven",tags:[]},{name:"mdi-clock-time-eleven-outline",tags:[]},{name:"mdi-clock-time-five",tags:[]},{name:"mdi-clock-time-five-outline",tags:[]},{name:"mdi-clock-time-four",tags:[]},{name:"mdi-clock-time-four-outline",tags:[]},{name:"mdi-clock-time-nine",tags:[]},{name:"mdi-clock-time-nine-outline",tags:[]},{name:"mdi-clock-time-one",tags:[]},{name:"mdi-clock-time-one-outline",tags:[]},{name:"mdi-clock-time-seven",tags:[]},{name:"mdi-clock-time-seven-outline",tags:[]},{name:"mdi-clock-time-six",tags:[]},{name:"mdi-clock-time-six-outline",tags:[]},{name:"mdi-clock-time-ten",tags:[]},{name:"mdi-clock-time-ten-outline",tags:[]},{name:"mdi-clock-time-three",tags:[]},{name:"mdi-clock-time-three-outline",tags:[]},{name:"mdi-clock-time-twelve",tags:[]},{name:"mdi-clock-time-twelve-outline",tags:[]},{name:"mdi-clock-time-two",tags:[]},{name:"mdi-clock-time-two-outline",tags:[]},{name:"mdi-close",tags:[]},{name:"mdi-close-box",tags:[]},{name:"mdi-close-box-multiple",tags:[]},{name:"mdi-close-box-multiple-outline",tags:[]},{name:"mdi-close-box-outline",tags:[]},{name:"mdi-close-circle",tags:[]},{name:"mdi-close-circle-multiple",tags:[]},{name:"mdi-close-circle-multiple-outline",tags:[]},{name:"mdi-close-circle-outline",tags:[]},{name:"mdi-close-network",tags:[]},{name:"mdi-close-network-outline",tags:[]},{name:"mdi-close-octagon",tags:[]},{name:"mdi-close-octagon-outline",tags:[]},{name:"mdi-close-outline",tags:[]},{name:"mdi-close-thick",tags:[]},{name:"mdi-closed-caption",tags:[]},{name:"mdi-closed-caption-outline",tags:[]},{name:"mdi-cloud",tags:[]},{name:"mdi-cloud-alert",tags:[]},{name:"mdi-cloud-braces",tags:[]},{name:"mdi-cloud-check",tags:[]},{name:"mdi-cloud-check-outline",tags:[]},{name:"mdi-cloud-circle",tags:[]},{name:"mdi-cloud-download",tags:[]},{name:"mdi-cloud-download-outline",tags:[]},{name:"mdi-cloud-lock",tags:[]},{name:"mdi-cloud-lock-outline",tags:[]},{name:"mdi-cloud-off-outline",tags:[]},{name:"mdi-cloud-outline",tags:[]},{name:"mdi-cloud-print",tags:[]},{name:"mdi-cloud-print-outline",tags:[]},{name:"mdi-cloud-question",tags:[]},{name:"mdi-cloud-refresh",tags:[]},{name:"mdi-cloud-search",tags:[]},{name:"mdi-cloud-search-outline",tags:[]},{name:"mdi-cloud-sync",tags:[]},{name:"mdi-cloud-sync-outline",tags:[]},{name:"mdi-cloud-tags",tags:[]},{name:"mdi-cloud-upload",tags:[]},{name:"mdi-cloud-upload-outline",tags:[]},{name:"mdi-clover",tags:[]},{name:"mdi-coach-lamp",tags:[]},{name:"mdi-coat-rack",tags:[]},{name:"mdi-code-array",tags:[]},{name:"mdi-code-braces",tags:[]},{name:"mdi-code-braces-box",tags:[]},{name:"mdi-code-brackets",tags:[]},{name:"mdi-code-equal",tags:[]},{name:"mdi-code-greater-than",tags:[]},{name:"mdi-code-greater-than-or-equal",tags:[]},{name:"mdi-code-json",tags:[]},{name:"mdi-code-less-than",tags:[]},{name:"mdi-code-less-than-or-equal",tags:[]},{name:"mdi-code-not-equal",tags:[]},{name:"mdi-code-not-equal-variant",tags:[]},{name:"mdi-code-parentheses",tags:[]},{name:"mdi-code-parentheses-box",tags:[]},{name:"mdi-code-string",tags:[]},{name:"mdi-code-tags",tags:[]},{name:"mdi-code-tags-check",tags:[]},{name:"mdi-codepen",tags:[]},{name:"mdi-coffee",tags:[]},{name:"mdi-coffee-maker",tags:[]},{name:"mdi-coffee-maker-outline",tags:[]},{name:"mdi-coffee-off",tags:[]},{name:"mdi-coffee-off-outline",tags:[]},{name:"mdi-coffee-outline",tags:[]},{name:"mdi-coffee-to-go",tags:[]},{name:"mdi-coffee-to-go-outline",tags:[]},{name:"mdi-coffin",tags:[]},{name:"mdi-cog",tags:[]},{name:"mdi-cog-box",tags:[]},{name:"mdi-cog-clockwise",tags:[]},{name:"mdi-cog-counterclockwise",tags:[]},{name:"mdi-cog-off",tags:[]},{name:"mdi-cog-off-outline",tags:[]},{name:"mdi-cog-outline",tags:[]},{name:"mdi-cog-refresh",tags:[]},{name:"mdi-cog-refresh-outline",tags:[]},{name:"mdi-cog-sync",tags:[]},{name:"mdi-cog-sync-outline",tags:[]},{name:"mdi-cog-transfer",tags:[]},{name:"mdi-cog-transfer-outline",tags:[]},{name:"mdi-cogs",tags:[]},{name:"mdi-collage",tags:[]},{name:"mdi-collapse-all",tags:[]},{name:"mdi-collapse-all-outline",tags:[]},{name:"mdi-color-helper",tags:[]},{name:"mdi-comma",tags:[]},{name:"mdi-comma-box",tags:[]},{name:"mdi-comma-box-outline",tags:[]},{name:"mdi-comma-circle",tags:[]},{name:"mdi-comma-circle-outline",tags:[]},{name:"mdi-comment",tags:[]},{name:"mdi-comment-account",tags:[]},{name:"mdi-comment-account-outline",tags:[]},{name:"mdi-comment-alert",tags:[]},{name:"mdi-comment-alert-outline",tags:[]},{name:"mdi-comment-arrow-left",tags:[]},{name:"mdi-comment-arrow-left-outline",tags:[]},{name:"mdi-comment-arrow-right",tags:[]},{name:"mdi-comment-arrow-right-outline",tags:[]},{name:"mdi-comment-bookmark",tags:[]},{name:"mdi-comment-bookmark-outline",tags:[]},{name:"mdi-comment-check",tags:[]},{name:"mdi-comment-check-outline",tags:[]},{name:"mdi-comment-edit",tags:[]},{name:"mdi-comment-edit-outline",tags:[]},{name:"mdi-comment-eye",tags:[]},{name:"mdi-comment-eye-outline",tags:[]},{name:"mdi-comment-flash",tags:[]},{name:"mdi-comment-flash-outline",tags:[]},{name:"mdi-comment-minus",tags:[]},{name:"mdi-comment-minus-outline",tags:[]},{name:"mdi-comment-multiple",tags:[]},{name:"mdi-comment-multiple-outline",tags:[]},{name:"mdi-comment-off",tags:[]},{name:"mdi-comment-off-outline",tags:[]},{name:"mdi-comment-outline",tags:[]},{name:"mdi-comment-plus",tags:[]},{name:"mdi-comment-plus-outline",tags:[]},{name:"mdi-comment-processing",tags:[]},{name:"mdi-comment-processing-outline",tags:[]},{name:"mdi-comment-question",tags:[]},{name:"mdi-comment-question-outline",tags:[]},{name:"mdi-comment-quote",tags:[]},{name:"mdi-comment-quote-outline",tags:[]},{name:"mdi-comment-remove",tags:[]},{name:"mdi-comment-remove-outline",tags:[]},{name:"mdi-comment-search",tags:[]},{name:"mdi-comment-search-outline",tags:[]},{name:"mdi-comment-text",tags:[]},{name:"mdi-comment-text-multiple",tags:[]},{name:"mdi-comment-text-multiple-outline",tags:[]},{name:"mdi-comment-text-outline",tags:[]},{name:"mdi-compare",tags:[]},{name:"mdi-compare-horizontal",tags:[]},{name:"mdi-compare-vertical",tags:[]},{name:"mdi-compass",tags:[]},{name:"mdi-compass-off",tags:[]},{name:"mdi-compass-off-outline",tags:[]},{name:"mdi-compass-outline",tags:[]},{name:"mdi-compass-rose",tags:[]},{name:"mdi-connection",tags:[]},{name:"mdi-console",tags:[]},{name:"mdi-console-line",tags:[]},{name:"mdi-console-network",tags:[]},{name:"mdi-console-network-outline",tags:[]},{name:"mdi-consolidate",tags:[]},{name:"mdi-contactless-payment",tags:[]},{name:"mdi-contactless-payment-circle",tags:[]},{name:"mdi-contactless-payment-circle-outline",tags:[]},{name:"mdi-contacts",tags:[]},{name:"mdi-contacts-outline",tags:[]},{name:"mdi-contain",tags:[]},{name:"mdi-contain-end",tags:[]},{name:"mdi-contain-start",tags:[]},{name:"mdi-content-copy",tags:[]},{name:"mdi-content-cut",tags:[]},{name:"mdi-content-duplicate",tags:[]},{name:"mdi-content-paste",tags:[]},{name:"mdi-content-save",tags:[]},{name:"mdi-content-save-alert",tags:[]},{name:"mdi-content-save-alert-outline",tags:[]},{name:"mdi-content-save-all",tags:[]},{name:"mdi-content-save-all-outline",tags:[]},{name:"mdi-content-save-cog",tags:[]},{name:"mdi-content-save-cog-outline",tags:[]},{name:"mdi-content-save-edit",tags:[]},{name:"mdi-content-save-edit-outline",tags:[]},{name:"mdi-content-save-move",tags:[]},{name:"mdi-content-save-move-outline",tags:[]},{name:"mdi-content-save-off",tags:[]},{name:"mdi-content-save-off-outline",tags:[]},{name:"mdi-content-save-outline",tags:[]},{name:"mdi-content-save-settings",tags:[]},{name:"mdi-content-save-settings-outline",tags:[]},{name:"mdi-contrast",tags:[]},{name:"mdi-contrast-box",tags:[]},{name:"mdi-contrast-circle",tags:[]},{name:"mdi-controller-classic",tags:[]},{name:"mdi-controller-classic-outline",tags:[]},{name:"mdi-cookie",tags:[]},{name:"mdi-cookie-alert",tags:[]},{name:"mdi-cookie-alert-outline",tags:[]},{name:"mdi-cookie-check",tags:[]},{name:"mdi-cookie-check-outline",tags:[]},{name:"mdi-cookie-clock",tags:[]},{name:"mdi-cookie-clock-outline",tags:[]},{name:"mdi-cookie-cog",tags:[]},{name:"mdi-cookie-cog-outline",tags:[]},{name:"mdi-cookie-edit",tags:[]},{name:"mdi-cookie-edit-outline",tags:[]},{name:"mdi-cookie-lock",tags:[]},{name:"mdi-cookie-lock-outline",tags:[]},{name:"mdi-cookie-minus",tags:[]},{name:"mdi-cookie-minus-outline",tags:[]},{name:"mdi-cookie-off",tags:[]},{name:"mdi-cookie-off-outline",tags:[]},{name:"mdi-cookie-outline",tags:[]},{name:"mdi-cookie-plus",tags:[]},{name:"mdi-cookie-plus-outline",tags:[]},{name:"mdi-cookie-refresh",tags:[]},{name:"mdi-cookie-refresh-outline",tags:[]},{name:"mdi-cookie-remove",tags:[]},{name:"mdi-cookie-remove-outline",tags:[]},{name:"mdi-cookie-settings",tags:[]},{name:"mdi-cookie-settings-outline",tags:[]},{name:"mdi-coolant-temperature",tags:[]},{name:"mdi-copyright",tags:[]},{name:"mdi-cordova",tags:[]},{name:"mdi-corn",tags:[]},{name:"mdi-corn-off",tags:[]},{name:"mdi-cosine-wave",tags:[]},{name:"mdi-counter",tags:[]},{name:"mdi-countertop",tags:[]},{name:"mdi-countertop-outline",tags:[]},{name:"mdi-cow",tags:[]},{name:"mdi-cpu-32-bit",tags:[]},{name:"mdi-cpu-64-bit",tags:[]},{name:"mdi-crane",tags:[]},{name:"mdi-creation",tags:[]},{name:"mdi-creative-commons",tags:[]},{name:"mdi-credit-card",tags:[]},{name:"mdi-credit-card-check",tags:[]},{name:"mdi-credit-card-check-outline",tags:[]},{name:"mdi-credit-card-clock",tags:[]},{name:"mdi-credit-card-clock-outline",tags:[]},{name:"mdi-credit-card-edit",tags:[]},{name:"mdi-credit-card-edit-outline",tags:[]},{name:"mdi-credit-card-marker",tags:[]},{name:"mdi-credit-card-marker-outline",tags:[]},{name:"mdi-credit-card-minus",tags:[]},{name:"mdi-credit-card-minus-outline",tags:[]},{name:"mdi-credit-card-multiple",tags:[]},{name:"mdi-credit-card-multiple-outline",tags:[]},{name:"mdi-credit-card-off",tags:[]},{name:"mdi-credit-card-off-outline",tags:[]},{name:"mdi-credit-card-outline",tags:[]},{name:"mdi-credit-card-plus",tags:[]},{name:"mdi-credit-card-plus-outline",tags:[]},{name:"mdi-credit-card-refresh",tags:[]},{name:"mdi-credit-card-refresh-outline",tags:[]},{name:"mdi-credit-card-refund",tags:[]},{name:"mdi-credit-card-refund-outline",tags:[]},{name:"mdi-credit-card-remove",tags:[]},{name:"mdi-credit-card-remove-outline",tags:[]},{name:"mdi-credit-card-scan",tags:[]},{name:"mdi-credit-card-scan-outline",tags:[]},{name:"mdi-credit-card-search",tags:[]},{name:"mdi-credit-card-search-outline",tags:[]},{name:"mdi-credit-card-settings",tags:[]},{name:"mdi-credit-card-settings-outline",tags:[]},{name:"mdi-credit-card-sync",tags:[]},{name:"mdi-credit-card-sync-outline",tags:[]},{name:"mdi-credit-card-wireless",tags:[]},{name:"mdi-credit-card-wireless-off",tags:[]},{name:"mdi-credit-card-wireless-off-outline",tags:[]},{name:"mdi-credit-card-wireless-outline",tags:[]},{name:"mdi-cricket",tags:[]},{name:"mdi-crop",tags:[]},{name:"mdi-crop-free",tags:[]},{name:"mdi-crop-landscape",tags:[]},{name:"mdi-crop-portrait",tags:[]},{name:"mdi-crop-rotate",tags:[]},{name:"mdi-crop-square",tags:[]},{name:"mdi-cross",tags:[]},{name:"mdi-cross-bolnisi",tags:[]},{name:"mdi-cross-celtic",tags:[]},{name:"mdi-cross-outline",tags:[]},{name:"mdi-crosshairs",tags:[]},{name:"mdi-crosshairs-gps",tags:[]},{name:"mdi-crosshairs-off",tags:[]},{name:"mdi-crosshairs-question",tags:[]},{name:"mdi-crown",tags:[]},{name:"mdi-crown-circle",tags:[]},{name:"mdi-crown-circle-outline",tags:[]},{name:"mdi-crown-outline",tags:[]},{name:"mdi-cryengine",tags:[]},{name:"mdi-crystal-ball",tags:[]},{name:"mdi-cube",tags:[]},{name:"mdi-cube-off",tags:[]},{name:"mdi-cube-off-outline",tags:[]},{name:"mdi-cube-outline",tags:[]},{name:"mdi-cube-scan",tags:[]},{name:"mdi-cube-send",tags:[]},{name:"mdi-cube-unfolded",tags:[]},{name:"mdi-cup",tags:[]},{name:"mdi-cup-off",tags:[]},{name:"mdi-cup-off-outline",tags:[]},{name:"mdi-cup-outline",tags:[]},{name:"mdi-cup-water",tags:[]},{name:"mdi-cupboard",tags:[]},{name:"mdi-cupboard-outline",tags:[]},{name:"mdi-cupcake",tags:[]},{name:"mdi-curling",tags:[]},{name:"mdi-currency-bdt",tags:[]},{name:"mdi-currency-brl",tags:[]},{name:"mdi-currency-btc",tags:[]},{name:"mdi-currency-cny",tags:[]},{name:"mdi-currency-eth",tags:[]},{name:"mdi-currency-eur",tags:[]},{name:"mdi-currency-eur-off",tags:[]},{name:"mdi-currency-gbp",tags:[]},{name:"mdi-currency-ils",tags:[]},{name:"mdi-currency-inr",tags:[]},{name:"mdi-currency-jpy",tags:[]},{name:"mdi-currency-krw",tags:[]},{name:"mdi-currency-kzt",tags:[]},{name:"mdi-currency-mnt",tags:[]},{name:"mdi-currency-ngn",tags:[]},{name:"mdi-currency-php",tags:[]},{name:"mdi-currency-rial",tags:[]},{name:"mdi-currency-rub",tags:[]},{name:"mdi-currency-sign",tags:[]},{name:"mdi-currency-try",tags:[]},{name:"mdi-currency-twd",tags:[]},{name:"mdi-currency-usd",tags:[]},{name:"mdi-currency-usd-off",tags:[]},{name:"mdi-current-ac",tags:[]},{name:"mdi-current-dc",tags:[]},{name:"mdi-cursor-default",tags:[]},{name:"mdi-cursor-default-click",tags:[]},{name:"mdi-cursor-default-click-outline",tags:[]},{name:"mdi-cursor-default-gesture",tags:[]},{name:"mdi-cursor-default-gesture-outline",tags:[]},{name:"mdi-cursor-default-outline",tags:[]},{name:"mdi-cursor-move",tags:[]},{name:"mdi-cursor-pointer",tags:[]},{name:"mdi-cursor-text",tags:[]},{name:"mdi-dance-ballroom",tags:[]},{name:"mdi-dance-pole",tags:[]},{name:"mdi-data-matrix",tags:[]},{name:"mdi-data-matrix-edit",tags:[]},{name:"mdi-data-matrix-minus",tags:[]},{name:"mdi-data-matrix-plus",tags:[]},{name:"mdi-data-matrix-remove",tags:[]},{name:"mdi-data-matrix-scan",tags:[]},{name:"mdi-database",tags:[]},{name:"mdi-database-alert",tags:[]},{name:"mdi-database-alert-outline",tags:[]},{name:"mdi-database-arrow-down",tags:[]},{name:"mdi-database-arrow-down-outline",tags:[]},{name:"mdi-database-arrow-left",tags:[]},{name:"mdi-database-arrow-left-outline",tags:[]},{name:"mdi-database-arrow-right",tags:[]},{name:"mdi-database-arrow-right-outline",tags:[]},{name:"mdi-database-arrow-up",tags:[]},{name:"mdi-database-arrow-up-outline",tags:[]},{name:"mdi-database-check",tags:[]},{name:"mdi-database-check-outline",tags:[]},{name:"mdi-database-clock",tags:[]},{name:"mdi-database-clock-outline",tags:[]},{name:"mdi-database-cog",tags:[]},{name:"mdi-database-cog-outline",tags:[]},{name:"mdi-database-edit",tags:[]},{name:"mdi-database-edit-outline",tags:[]},{name:"mdi-database-export",tags:[]},{name:"mdi-database-export-outline",tags:[]},{name:"mdi-database-import",tags:[]},{name:"mdi-database-import-outline",tags:[]},{name:"mdi-database-lock",tags:[]},{name:"mdi-database-lock-outline",tags:[]},{name:"mdi-database-marker",tags:[]},{name:"mdi-database-marker-outline",tags:[]},{name:"mdi-database-minus",tags:[]},{name:"mdi-database-minus-outline",tags:[]},{name:"mdi-database-off",tags:[]},{name:"mdi-database-off-outline",tags:[]},{name:"mdi-database-outline",tags:[]},{name:"mdi-database-plus",tags:[]},{name:"mdi-database-plus-outline",tags:[]},{name:"mdi-database-refresh",tags:[]},{name:"mdi-database-refresh-outline",tags:[]},{name:"mdi-database-remove",tags:[]},{name:"mdi-database-remove-outline",tags:[]},{name:"mdi-database-search",tags:[]},{name:"mdi-database-search-outline",tags:[]},{name:"mdi-database-settings",tags:[]},{name:"mdi-database-settings-outline",tags:[]},{name:"mdi-database-sync",tags:[]},{name:"mdi-database-sync-outline",tags:[]},{name:"mdi-death-star",tags:[]},{name:"mdi-death-star-variant",tags:[]},{name:"mdi-deathly-hallows",tags:[]},{name:"mdi-debian",tags:[]},{name:"mdi-debug-step-into",tags:[]},{name:"mdi-debug-step-out",tags:[]},{name:"mdi-debug-step-over",tags:[]},{name:"mdi-decagram",tags:[]},{name:"mdi-decagram-outline",tags:[]},{name:"mdi-decimal",tags:[]},{name:"mdi-decimal-comma",tags:[]},{name:"mdi-decimal-comma-decrease",tags:[]},{name:"mdi-decimal-comma-increase",tags:[]},{name:"mdi-decimal-decrease",tags:[]},{name:"mdi-decimal-increase",tags:[]},{name:"mdi-delete",tags:[]},{name:"mdi-delete-alert",tags:[]},{name:"mdi-delete-alert-outline",tags:[]},{name:"mdi-delete-circle",tags:[]},{name:"mdi-delete-circle-outline",tags:[]},{name:"mdi-delete-clock",tags:[]},{name:"mdi-delete-clock-outline",tags:[]},{name:"mdi-delete-empty",tags:[]},{name:"mdi-delete-empty-outline",tags:[]},{name:"mdi-delete-forever",tags:[]},{name:"mdi-delete-forever-outline",tags:[]},{name:"mdi-delete-off",tags:[]},{name:"mdi-delete-off-outline",tags:[]},{name:"mdi-delete-outline",tags:[]},{name:"mdi-delete-restore",tags:[]},{name:"mdi-delete-sweep",tags:[]},{name:"mdi-delete-sweep-outline",tags:[]},{name:"mdi-delete-variant",tags:[]},{name:"mdi-delta",tags:[]},{name:"mdi-desk",tags:[]},{name:"mdi-desk-lamp",tags:[]},{name:"mdi-deskphone",tags:[]},{name:"mdi-desktop-classic",tags:[]},{name:"mdi-desktop-mac",tags:[]},{name:"mdi-desktop-mac-dashboard",tags:[]},{name:"mdi-desktop-tower",tags:[]},{name:"mdi-desktop-tower-monitor",tags:[]},{name:"mdi-details",tags:[]},{name:"mdi-dev-to",tags:[]},{name:"mdi-developer-board",tags:[]},{name:"mdi-deviantart",tags:[]},{name:"mdi-devices",tags:[]},{name:"mdi-dharmachakra",tags:[]},{name:"mdi-diabetes",tags:[]},{name:"mdi-dialpad",tags:[]},{name:"mdi-diameter",tags:[]},{name:"mdi-diameter-outline",tags:[]},{name:"mdi-diameter-variant",tags:[]},{name:"mdi-diamond",tags:[]},{name:"mdi-diamond-outline",tags:[]},{name:"mdi-diamond-stone",tags:[]},{name:"mdi-dice-1",tags:[]},{name:"mdi-dice-1-outline",tags:[]},{name:"mdi-dice-2",tags:[]},{name:"mdi-dice-2-outline",tags:[]},{name:"mdi-dice-3",tags:[]},{name:"mdi-dice-3-outline",tags:[]},{name:"mdi-dice-4",tags:[]},{name:"mdi-dice-4-outline",tags:[]},{name:"mdi-dice-5",tags:[]},{name:"mdi-dice-5-outline",tags:[]},{name:"mdi-dice-6",tags:[]},{name:"mdi-dice-6-outline",tags:[]},{name:"mdi-dice-d10",tags:[]},{name:"mdi-dice-d10-outline",tags:[]},{name:"mdi-dice-d12",tags:[]},{name:"mdi-dice-d12-outline",tags:[]},{name:"mdi-dice-d20",tags:[]},{name:"mdi-dice-d20-outline",tags:[]},{name:"mdi-dice-d4",tags:[]},{name:"mdi-dice-d4-outline",tags:[]},{name:"mdi-dice-d6",tags:[]},{name:"mdi-dice-d6-outline",tags:[]},{name:"mdi-dice-d8",tags:[]},{name:"mdi-dice-d8-outline",tags:[]},{name:"mdi-dice-multiple",tags:[]},{name:"mdi-dice-multiple-outline",tags:[]},{name:"mdi-digital-ocean",tags:[]},{name:"mdi-dip-switch",tags:[]},{name:"mdi-directions",tags:[]},{name:"mdi-directions-fork",tags:[]},{name:"mdi-disc",tags:[]},{name:"mdi-disc-alert",tags:[]},{name:"mdi-disc-player",tags:[]},{name:"mdi-discord",tags:[]},{name:"mdi-dishwasher",tags:[]},{name:"mdi-dishwasher-alert",tags:[]},{name:"mdi-dishwasher-off",tags:[]},{name:"mdi-disqus",tags:[]},{name:"mdi-distribute-horizontal-center",tags:[]},{name:"mdi-distribute-horizontal-left",tags:[]},{name:"mdi-distribute-horizontal-right",tags:[]},{name:"mdi-distribute-vertical-bottom",tags:[]},{name:"mdi-distribute-vertical-center",tags:[]},{name:"mdi-distribute-vertical-top",tags:[]},{name:"mdi-diving-flippers",tags:[]},{name:"mdi-diving-helmet",tags:[]},{name:"mdi-diving-scuba",tags:[]},{name:"mdi-diving-scuba-flag",tags:[]},{name:"mdi-diving-scuba-tank",tags:[]},{name:"mdi-diving-scuba-tank-multiple",tags:[]},{name:"mdi-diving-snorkel",tags:[]},{name:"mdi-division",tags:[]},{name:"mdi-division-box",tags:[]},{name:"mdi-dlna",tags:[]},{name:"mdi-dna",tags:[]},{name:"mdi-dns",tags:[]},{name:"mdi-dns-outline",tags:[]},{name:"mdi-dock-bottom",tags:[]},{name:"mdi-dock-left",tags:[]},{name:"mdi-dock-right",tags:[]},{name:"mdi-dock-top",tags:[]},{name:"mdi-dock-window",tags:[]},{name:"mdi-docker",tags:[]},{name:"mdi-doctor",tags:[]},{name:"mdi-dog",tags:[]},{name:"mdi-dog-service",tags:[]},{name:"mdi-dog-side",tags:[]},{name:"mdi-dog-side-off",tags:[]},{name:"mdi-dolby",tags:[]},{name:"mdi-dolly",tags:[]},{name:"mdi-domain",tags:[]},{name:"mdi-domain-off",tags:[]},{name:"mdi-domain-plus",tags:[]},{name:"mdi-domain-remove",tags:[]},{name:"mdi-dome-light",tags:[]},{name:"mdi-domino-mask",tags:[]},{name:"mdi-donkey",tags:[]},{name:"mdi-door",tags:[]},{name:"mdi-door-closed",tags:[]},{name:"mdi-door-closed-lock",tags:[]},{name:"mdi-door-open",tags:[]},{name:"mdi-door-sliding",tags:[]},{name:"mdi-door-sliding-lock",tags:[]},{name:"mdi-door-sliding-open",tags:[]},{name:"mdi-doorbell",tags:[]},{name:"mdi-doorbell-video",tags:[]},{name:"mdi-dot-net",tags:[]},{name:"mdi-dots-grid",tags:[]},{name:"mdi-dots-hexagon",tags:[]},{name:"mdi-dots-horizontal",tags:[]},{name:"mdi-dots-horizontal-circle",tags:[]},{name:"mdi-dots-horizontal-circle-outline",tags:[]},{name:"mdi-dots-square",tags:[]},{name:"mdi-dots-triangle",tags:[]},{name:"mdi-dots-vertical",tags:[]},{name:"mdi-dots-vertical-circle",tags:[]},{name:"mdi-dots-vertical-circle-outline",tags:[]},{name:"mdi-download",tags:[]},{name:"mdi-download-box",tags:[]},{name:"mdi-download-box-outline",tags:[]},{name:"mdi-download-circle",tags:[]},{name:"mdi-download-circle-outline",tags:[]},{name:"mdi-download-lock",tags:[]},{name:"mdi-download-lock-outline",tags:[]},{name:"mdi-download-multiple",tags:[]},{name:"mdi-download-network",tags:[]},{name:"mdi-download-network-outline",tags:[]},{name:"mdi-download-off",tags:[]},{name:"mdi-download-off-outline",tags:[]},{name:"mdi-download-outline",tags:[]},{name:"mdi-drag",tags:[]},{name:"mdi-drag-horizontal",tags:[]},{name:"mdi-drag-horizontal-variant",tags:[]},{name:"mdi-drag-variant",tags:[]},{name:"mdi-drag-vertical",tags:[]},{name:"mdi-drag-vertical-variant",tags:[]},{name:"mdi-drama-masks",tags:[]},{name:"mdi-draw",tags:[]},{name:"mdi-drawing",tags:[]},{name:"mdi-drawing-box",tags:[]},{name:"mdi-dresser",tags:[]},{name:"mdi-dresser-outline",tags:[]},{name:"mdi-drone",tags:[]},{name:"mdi-dropbox",tags:[]},{name:"mdi-drupal",tags:[]},{name:"mdi-duck",tags:[]},{name:"mdi-dumbbell",tags:[]},{name:"mdi-dump-truck",tags:[]},{name:"mdi-ear-hearing",tags:[]},{name:"mdi-ear-hearing-off",tags:[]},{name:"mdi-earth",tags:[]},{name:"mdi-earth-arrow-right",tags:[]},{name:"mdi-earth-box",tags:[]},{name:"mdi-earth-box-minus",tags:[]},{name:"mdi-earth-box-off",tags:[]},{name:"mdi-earth-box-plus",tags:[]},{name:"mdi-earth-box-remove",tags:[]},{name:"mdi-earth-minus",tags:[]},{name:"mdi-earth-off",tags:[]},{name:"mdi-earth-plus",tags:[]},{name:"mdi-earth-remove",tags:[]},{name:"mdi-egg",tags:[]},{name:"mdi-egg-easter",tags:[]},{name:"mdi-egg-off",tags:[]},{name:"mdi-egg-off-outline",tags:[]},{name:"mdi-egg-outline",tags:[]},{name:"mdi-eiffel-tower",tags:[]},{name:"mdi-eight-track",tags:[]},{name:"mdi-eject",tags:[]},{name:"mdi-eject-outline",tags:[]},{name:"mdi-electric-switch",tags:[]},{name:"mdi-electric-switch-closed",tags:[]},{name:"mdi-electron-framework",tags:[]},{name:"mdi-elephant",tags:[]},{name:"mdi-elevation-decline",tags:[]},{name:"mdi-elevation-rise",tags:[]},{name:"mdi-elevator",tags:[]},{name:"mdi-elevator-down",tags:[]},{name:"mdi-elevator-passenger",tags:[]},{name:"mdi-elevator-up",tags:[]},{name:"mdi-ellipse",tags:[]},{name:"mdi-ellipse-outline",tags:[]},{name:"mdi-email",tags:[]},{name:"mdi-email-alert",tags:[]},{name:"mdi-email-alert-outline",tags:[]},{name:"mdi-email-box",tags:[]},{name:"mdi-email-check",tags:[]},{name:"mdi-email-check-outline",tags:[]},{name:"mdi-email-edit",tags:[]},{name:"mdi-email-edit-outline",tags:[]},{name:"mdi-email-lock",tags:[]},{name:"mdi-email-mark-as-unread",tags:[]},{name:"mdi-email-minus",tags:[]},{name:"mdi-email-minus-outline",tags:[]},{name:"mdi-email-multiple",tags:[]},{name:"mdi-email-multiple-outline",tags:[]},{name:"mdi-email-newsletter",tags:[]},{name:"mdi-email-off",tags:[]},{name:"mdi-email-off-outline",tags:[]},{name:"mdi-email-open",tags:[]},{name:"mdi-email-open-multiple",tags:[]},{name:"mdi-email-open-multiple-outline",tags:[]},{name:"mdi-email-open-outline",tags:[]},{name:"mdi-email-outline",tags:[]},{name:"mdi-email-plus",tags:[]},{name:"mdi-email-plus-outline",tags:[]},{name:"mdi-email-receive",tags:[]},{name:"mdi-email-receive-outline",tags:[]},{name:"mdi-email-remove",tags:[]},{name:"mdi-email-remove-outline",tags:[]},{name:"mdi-email-search",tags:[]},{name:"mdi-email-search-outline",tags:[]},{name:"mdi-email-send",tags:[]},{name:"mdi-email-send-outline",tags:[]},{name:"mdi-email-sync",tags:[]},{name:"mdi-email-sync-outline",tags:[]},{name:"mdi-email-variant",tags:[]},{name:"mdi-ember",tags:[]},{name:"mdi-emby",tags:[]},{name:"mdi-emoticon",tags:[]},{name:"mdi-emoticon-angry",tags:[]},{name:"mdi-emoticon-angry-outline",tags:[]},{name:"mdi-emoticon-confused",tags:[]},{name:"mdi-emoticon-confused-outline",tags:[]},{name:"mdi-emoticon-cool",tags:[]},{name:"mdi-emoticon-cool-outline",tags:[]},{name:"mdi-emoticon-cry",tags:[]},{name:"mdi-emoticon-cry-outline",tags:[]},{name:"mdi-emoticon-dead",tags:[]},{name:"mdi-emoticon-dead-outline",tags:[]},{name:"mdi-emoticon-devil",tags:[]},{name:"mdi-emoticon-devil-outline",tags:[]},{name:"mdi-emoticon-excited",tags:[]},{name:"mdi-emoticon-excited-outline",tags:[]},{name:"mdi-emoticon-frown",tags:[]},{name:"mdi-emoticon-frown-outline",tags:[]},{name:"mdi-emoticon-happy",tags:[]},{name:"mdi-emoticon-happy-outline",tags:[]},{name:"mdi-emoticon-kiss",tags:[]},{name:"mdi-emoticon-kiss-outline",tags:[]},{name:"mdi-emoticon-lol",tags:[]},{name:"mdi-emoticon-lol-outline",tags:[]},{name:"mdi-emoticon-neutral",tags:[]},{name:"mdi-emoticon-neutral-outline",tags:[]},{name:"mdi-emoticon-outline",tags:[]},{name:"mdi-emoticon-poop",tags:[]},{name:"mdi-emoticon-poop-outline",tags:[]},{name:"mdi-emoticon-sad",tags:[]},{name:"mdi-emoticon-sad-outline",tags:[]},{name:"mdi-emoticon-sick",tags:[]},{name:"mdi-emoticon-sick-outline",tags:[]},{name:"mdi-emoticon-tongue",tags:[]},{name:"mdi-emoticon-tongue-outline",tags:[]},{name:"mdi-emoticon-wink",tags:[]},{name:"mdi-emoticon-wink-outline",tags:[]},{name:"mdi-engine",tags:[]},{name:"mdi-engine-off",tags:[]},{name:"mdi-engine-off-outline",tags:[]},{name:"mdi-engine-outline",tags:[]},{name:"mdi-epsilon",tags:[]},{name:"mdi-equal",tags:[]},{name:"mdi-equal-box",tags:[]},{name:"mdi-equalizer",tags:[]},{name:"mdi-equalizer-outline",tags:[]},{name:"mdi-eraser",tags:[]},{name:"mdi-eraser-variant",tags:[]},{name:"mdi-escalator",tags:[]},{name:"mdi-escalator-box",tags:[]},{name:"mdi-escalator-down",tags:[]},{name:"mdi-escalator-up",tags:[]},{name:"mdi-eslint",tags:[]},{name:"mdi-et",tags:[]},{name:"mdi-ethereum",tags:[]},{name:"mdi-ethernet",tags:[]},{name:"mdi-ethernet-cable",tags:[]},{name:"mdi-ethernet-cable-off",tags:[]},{name:"mdi-ev-plug-ccs1",tags:[]},{name:"mdi-ev-plug-ccs2",tags:[]},{name:"mdi-ev-plug-chademo",tags:[]},{name:"mdi-ev-plug-tesla",tags:[]},{name:"mdi-ev-plug-type1",tags:[]},{name:"mdi-ev-plug-type2",tags:[]},{name:"mdi-ev-station",tags:[]},{name:"mdi-evernote",tags:[]},{name:"mdi-excavator",tags:[]},{name:"mdi-exclamation",tags:[]},{name:"mdi-exclamation-thick",tags:[]},{name:"mdi-exit-run",tags:[]},{name:"mdi-exit-to-app",tags:[]},{name:"mdi-expand-all",tags:[]},{name:"mdi-expand-all-outline",tags:[]},{name:"mdi-expansion-card",tags:[]},{name:"mdi-expansion-card-variant",tags:[]},{name:"mdi-exponent",tags:[]},{name:"mdi-exponent-box",tags:[]},{name:"mdi-export",tags:[]},{name:"mdi-export-variant",tags:[]},{name:"mdi-eye",tags:[]},{name:"mdi-eye-check",tags:[]},{name:"mdi-eye-check-outline",tags:[]},{name:"mdi-eye-circle",tags:[]},{name:"mdi-eye-circle-outline",tags:[]},{name:"mdi-eye-minus",tags:[]},{name:"mdi-eye-minus-outline",tags:[]},{name:"mdi-eye-off",tags:[]},{name:"mdi-eye-off-outline",tags:[]},{name:"mdi-eye-outline",tags:[]},{name:"mdi-eye-plus",tags:[]},{name:"mdi-eye-plus-outline",tags:[]},{name:"mdi-eye-remove",tags:[]},{name:"mdi-eye-remove-outline",tags:[]},{name:"mdi-eye-settings",tags:[]},{name:"mdi-eye-settings-outline",tags:[]},{name:"mdi-eyedropper",tags:[]},{name:"mdi-eyedropper-minus",tags:[]},{name:"mdi-eyedropper-off",tags:[]},{name:"mdi-eyedropper-plus",tags:[]},{name:"mdi-eyedropper-remove",tags:[]},{name:"mdi-eyedropper-variant",tags:[]},{name:"mdi-face-agent",tags:[]},{name:"mdi-face-man",tags:[]},{name:"mdi-face-man-outline",tags:[]},{name:"mdi-face-man-profile",tags:[]},{name:"mdi-face-man-shimmer",tags:[]},{name:"mdi-face-man-shimmer-outline",tags:[]},{name:"mdi-face-mask",tags:[]},{name:"mdi-face-mask-outline",tags:[]},{name:"mdi-face-recognition",tags:[]},{name:"mdi-face-woman",tags:[]},{name:"mdi-face-woman-outline",tags:[]},{name:"mdi-face-woman-profile",tags:[]},{name:"mdi-face-woman-shimmer",tags:[]},{name:"mdi-face-woman-shimmer-outline",tags:[]},{name:"mdi-facebook",tags:[]},{name:"mdi-facebook-gaming",tags:[]},{name:"mdi-facebook-messenger",tags:[]},{name:"mdi-facebook-workplace",tags:[]},{name:"mdi-factory",tags:[]},{name:"mdi-family-tree",tags:[]},{name:"mdi-fan",tags:[]},{name:"mdi-fan-alert",tags:[]},{name:"mdi-fan-auto",tags:[]},{name:"mdi-fan-chevron-down",tags:[]},{name:"mdi-fan-chevron-up",tags:[]},{name:"mdi-fan-minus",tags:[]},{name:"mdi-fan-off",tags:[]},{name:"mdi-fan-plus",tags:[]},{name:"mdi-fan-remove",tags:[]},{name:"mdi-fan-speed-1",tags:[]},{name:"mdi-fan-speed-2",tags:[]},{name:"mdi-fan-speed-3",tags:[]},{name:"mdi-fast-forward",tags:[]},{name:"mdi-fast-forward-10",tags:[]},{name:"mdi-fast-forward-30",tags:[]},{name:"mdi-fast-forward-5",tags:[]},{name:"mdi-fast-forward-60",tags:[]},{name:"mdi-fast-forward-outline",tags:[]},{name:"mdi-fax",tags:[]},{name:"mdi-feather",tags:[]},{name:"mdi-feature-search",tags:[]},{name:"mdi-feature-search-outline",tags:[]},{name:"mdi-fedora",tags:[]},{name:"mdi-fence",tags:[]},{name:"mdi-fence-electric",tags:[]},{name:"mdi-fencing",tags:[]},{name:"mdi-ferris-wheel",tags:[]},{name:"mdi-ferry",tags:[]},{name:"mdi-file",tags:[]},{name:"mdi-file-account",tags:[]},{name:"mdi-file-account-outline",tags:[]},{name:"mdi-file-alert",tags:[]},{name:"mdi-file-alert-outline",tags:[]},{name:"mdi-file-cabinet",tags:[]},{name:"mdi-file-cad",tags:[]},{name:"mdi-file-cad-box",tags:[]},{name:"mdi-file-cancel",tags:[]},{name:"mdi-file-cancel-outline",tags:[]},{name:"mdi-file-certificate",tags:[]},{name:"mdi-file-certificate-outline",tags:[]},{name:"mdi-file-chart",tags:[]},{name:"mdi-file-chart-outline",tags:[]},{name:"mdi-file-check",tags:[]},{name:"mdi-file-check-outline",tags:[]},{name:"mdi-file-clock",tags:[]},{name:"mdi-file-clock-outline",tags:[]},{name:"mdi-file-cloud",tags:[]},{name:"mdi-file-cloud-outline",tags:[]},{name:"mdi-file-code",tags:[]},{name:"mdi-file-code-outline",tags:[]},{name:"mdi-file-cog",tags:[]},{name:"mdi-file-cog-outline",tags:[]},{name:"mdi-file-compare",tags:[]},{name:"mdi-file-delimited",tags:[]},{name:"mdi-file-delimited-outline",tags:[]},{name:"mdi-file-document",tags:[]},{name:"mdi-file-document-edit",tags:[]},{name:"mdi-file-document-edit-outline",tags:[]},{name:"mdi-file-document-multiple",tags:[]},{name:"mdi-file-document-multiple-outline",tags:[]},{name:"mdi-file-document-outline",tags:[]},{name:"mdi-file-download",tags:[]},{name:"mdi-file-download-outline",tags:[]},{name:"mdi-file-edit",tags:[]},{name:"mdi-file-edit-outline",tags:[]},{name:"mdi-file-excel",tags:[]},{name:"mdi-file-excel-box",tags:[]},{name:"mdi-file-excel-box-outline",tags:[]},{name:"mdi-file-excel-outline",tags:[]},{name:"mdi-file-export",tags:[]},{name:"mdi-file-export-outline",tags:[]},{name:"mdi-file-eye",tags:[]},{name:"mdi-file-eye-outline",tags:[]},{name:"mdi-file-find",tags:[]},{name:"mdi-file-find-outline",tags:[]},{name:"mdi-file-gif-box",tags:[]},{name:"mdi-file-hidden",tags:[]},{name:"mdi-file-image",tags:[]},{name:"mdi-file-image-marker",tags:[]},{name:"mdi-file-image-marker-outline",tags:[]},{name:"mdi-file-image-outline",tags:[]},{name:"mdi-file-import",tags:[]},{name:"mdi-file-import-outline",tags:[]},{name:"mdi-file-jpg-box",tags:[]},{name:"mdi-file-key",tags:[]},{name:"mdi-file-key-outline",tags:[]},{name:"mdi-file-link",tags:[]},{name:"mdi-file-link-outline",tags:[]},{name:"mdi-file-lock",tags:[]},{name:"mdi-file-lock-outline",tags:[]},{name:"mdi-file-marker",tags:[]},{name:"mdi-file-marker-outline",tags:[]},{name:"mdi-file-move",tags:[]},{name:"mdi-file-move-outline",tags:[]},{name:"mdi-file-multiple",tags:[]},{name:"mdi-file-multiple-outline",tags:[]},{name:"mdi-file-music",tags:[]},{name:"mdi-file-music-outline",tags:[]},{name:"mdi-file-outline",tags:[]},{name:"mdi-file-pdf-box",tags:[]},{name:"mdi-file-percent",tags:[]},{name:"mdi-file-percent-outline",tags:[]},{name:"mdi-file-phone",tags:[]},{name:"mdi-file-phone-outline",tags:[]},{name:"mdi-file-plus",tags:[]},{name:"mdi-file-plus-outline",tags:[]},{name:"mdi-file-png-box",tags:[]},{name:"mdi-file-powerpoint",tags:[]},{name:"mdi-file-powerpoint-box",tags:[]},{name:"mdi-file-powerpoint-box-outline",tags:[]},{name:"mdi-file-powerpoint-outline",tags:[]},{name:"mdi-file-presentation-box",tags:[]},{name:"mdi-file-question",tags:[]},{name:"mdi-file-question-outline",tags:[]},{name:"mdi-file-refresh",tags:[]},{name:"mdi-file-refresh-outline",tags:[]},{name:"mdi-file-remove",tags:[]},{name:"mdi-file-remove-outline",tags:[]},{name:"mdi-file-replace",tags:[]},{name:"mdi-file-replace-outline",tags:[]},{name:"mdi-file-restore",tags:[]},{name:"mdi-file-restore-outline",tags:[]},{name:"mdi-file-search",tags:[]},{name:"mdi-file-search-outline",tags:[]},{name:"mdi-file-send",tags:[]},{name:"mdi-file-send-outline",tags:[]},{name:"mdi-file-settings",tags:[]},{name:"mdi-file-settings-outline",tags:[]},{name:"mdi-file-star",tags:[]},{name:"mdi-file-star-outline",tags:[]},{name:"mdi-file-swap",tags:[]},{name:"mdi-file-swap-outline",tags:[]},{name:"mdi-file-sync",tags:[]},{name:"mdi-file-sync-outline",tags:[]},{name:"mdi-file-table",tags:[]},{name:"mdi-file-table-box",tags:[]},{name:"mdi-file-table-box-multiple",tags:[]},{name:"mdi-file-table-box-multiple-outline",tags:[]},{name:"mdi-file-table-box-outline",tags:[]},{name:"mdi-file-table-outline",tags:[]},{name:"mdi-file-tree",tags:[]},{name:"mdi-file-tree-outline",tags:[]},{name:"mdi-file-undo",tags:[]},{name:"mdi-file-undo-outline",tags:[]},{name:"mdi-file-upload",tags:[]},{name:"mdi-file-upload-outline",tags:[]},{name:"mdi-file-video",tags:[]},{name:"mdi-file-video-outline",tags:[]},{name:"mdi-file-word",tags:[]},{name:"mdi-file-word-box",tags:[]},{name:"mdi-file-word-box-outline",tags:[]},{name:"mdi-file-word-outline",tags:[]},{name:"mdi-film",tags:[]},{name:"mdi-filmstrip",tags:[]},{name:"mdi-filmstrip-box",tags:[]},{name:"mdi-filmstrip-box-multiple",tags:[]},{name:"mdi-filmstrip-off",tags:[]},{name:"mdi-filter",tags:[]},{name:"mdi-filter-menu",tags:[]},{name:"mdi-filter-menu-outline",tags:[]},{name:"mdi-filter-minus",tags:[]},{name:"mdi-filter-minus-outline",tags:[]},{name:"mdi-filter-off",tags:[]},{name:"mdi-filter-off-outline",tags:[]},{name:"mdi-filter-outline",tags:[]},{name:"mdi-filter-plus",tags:[]},{name:"mdi-filter-plus-outline",tags:[]},{name:"mdi-filter-remove",tags:[]},{name:"mdi-filter-remove-outline",tags:[]},{name:"mdi-filter-variant",tags:[]},{name:"mdi-filter-variant-minus",tags:[]},{name:"mdi-filter-variant-plus",tags:[]},{name:"mdi-filter-variant-remove",tags:[]},{name:"mdi-finance",tags:[]},{name:"mdi-find-replace",tags:[]},{name:"mdi-fingerprint",tags:[]},{name:"mdi-fingerprint-off",tags:[]},{name:"mdi-fire",tags:[]},{name:"mdi-fire-alert",tags:[]},{name:"mdi-fire-circle",tags:[]},{name:"mdi-fire-extinguisher",tags:[]},{name:"mdi-fire-hydrant",tags:[]},{name:"mdi-fire-hydrant-alert",tags:[]},{name:"mdi-fire-hydrant-off",tags:[]},{name:"mdi-fire-off",tags:[]},{name:"mdi-fire-truck",tags:[]},{name:"mdi-firebase",tags:[]},{name:"mdi-firefox",tags:[]},{name:"mdi-fireplace",tags:[]},{name:"mdi-fireplace-off",tags:[]},{name:"mdi-firewire",tags:[]},{name:"mdi-firework",tags:[]},{name:"mdi-firework-off",tags:[]},{name:"mdi-fish",tags:[]},{name:"mdi-fish-off",tags:[]},{name:"mdi-fishbowl",tags:[]},{name:"mdi-fishbowl-outline",tags:[]},{name:"mdi-fit-to-page",tags:[]},{name:"mdi-fit-to-page-outline",tags:[]},{name:"mdi-flag",tags:[]},{name:"mdi-flag-checkered",tags:[]},{name:"mdi-flag-minus",tags:[]},{name:"mdi-flag-minus-outline",tags:[]},{name:"mdi-flag-outline",tags:[]},{name:"mdi-flag-plus",tags:[]},{name:"mdi-flag-plus-outline",tags:[]},{name:"mdi-flag-remove",tags:[]},{name:"mdi-flag-remove-outline",tags:[]},{name:"mdi-flag-triangle",tags:[]},{name:"mdi-flag-variant",tags:[]},{name:"mdi-flag-variant-outline",tags:[]},{name:"mdi-flare",tags:[]},{name:"mdi-flash",tags:[]},{name:"mdi-flash-alert",tags:[]},{name:"mdi-flash-alert-outline",tags:[]},{name:"mdi-flash-auto",tags:[]},{name:"mdi-flash-off",tags:[]},{name:"mdi-flash-outline",tags:[]},{name:"mdi-flash-red-eye",tags:[]},{name:"mdi-flashlight",tags:[]},{name:"mdi-flashlight-off",tags:[]},{name:"mdi-flask",tags:[]},{name:"mdi-flask-empty",tags:[]},{name:"mdi-flask-empty-minus",tags:[]},{name:"mdi-flask-empty-minus-outline",tags:[]},{name:"mdi-flask-empty-off",tags:[]},{name:"mdi-flask-empty-off-outline",tags:[]},{name:"mdi-flask-empty-outline",tags:[]},{name:"mdi-flask-empty-plus",tags:[]},{name:"mdi-flask-empty-plus-outline",tags:[]},{name:"mdi-flask-empty-remove",tags:[]},{name:"mdi-flask-empty-remove-outline",tags:[]},{name:"mdi-flask-minus",tags:[]},{name:"mdi-flask-minus-outline",tags:[]},{name:"mdi-flask-off",tags:[]},{name:"mdi-flask-off-outline",tags:[]},{name:"mdi-flask-outline",tags:[]},{name:"mdi-flask-plus",tags:[]},{name:"mdi-flask-plus-outline",tags:[]},{name:"mdi-flask-remove",tags:[]},{name:"mdi-flask-remove-outline",tags:[]},{name:"mdi-flask-round-bottom",tags:[]},{name:"mdi-flask-round-bottom-empty",tags:[]},{name:"mdi-flask-round-bottom-empty-outline",tags:[]},{name:"mdi-flask-round-bottom-outline",tags:[]},{name:"mdi-fleur-de-lis",tags:[]},{name:"mdi-flip-horizontal",tags:[]},{name:"mdi-flip-to-back",tags:[]},{name:"mdi-flip-to-front",tags:[]},{name:"mdi-flip-vertical",tags:[]},{name:"mdi-floor-lamp",tags:[]},{name:"mdi-floor-lamp-dual",tags:[]},{name:"mdi-floor-lamp-dual-outline",tags:[]},{name:"mdi-floor-lamp-outline",tags:[]},{name:"mdi-floor-lamp-torchiere",tags:[]},{name:"mdi-floor-lamp-torchiere-outline",tags:[]},{name:"mdi-floor-lamp-torchiere-variant",tags:[]},{name:"mdi-floor-lamp-torchiere-variant-outline",tags:[]},{name:"mdi-floor-plan",tags:[]},{name:"mdi-floppy",tags:[]},{name:"mdi-floppy-variant",tags:[]},{name:"mdi-flower",tags:[]},{name:"mdi-flower-outline",tags:[]},{name:"mdi-flower-poppy",tags:[]},{name:"mdi-flower-tulip",tags:[]},{name:"mdi-flower-tulip-outline",tags:[]},{name:"mdi-focus-auto",tags:[]},{name:"mdi-focus-field",tags:[]},{name:"mdi-focus-field-horizontal",tags:[]},{name:"mdi-focus-field-vertical",tags:[]},{name:"mdi-folder",tags:[]},{name:"mdi-folder-account",tags:[]},{name:"mdi-folder-account-outline",tags:[]},{name:"mdi-folder-alert",tags:[]},{name:"mdi-folder-alert-outline",tags:[]},{name:"mdi-folder-clock",tags:[]},{name:"mdi-folder-clock-outline",tags:[]},{name:"mdi-folder-cog",tags:[]},{name:"mdi-folder-cog-outline",tags:[]},{name:"mdi-folder-download",tags:[]},{name:"mdi-folder-download-outline",tags:[]},{name:"mdi-folder-edit",tags:[]},{name:"mdi-folder-edit-outline",tags:[]},{name:"mdi-folder-eye",tags:[]},{name:"mdi-folder-eye-outline",tags:[]},{name:"mdi-folder-google-drive",tags:[]},{name:"mdi-folder-heart",tags:[]},{name:"mdi-folder-heart-outline",tags:[]},{name:"mdi-folder-hidden",tags:[]},{name:"mdi-folder-home",tags:[]},{name:"mdi-folder-home-outline",tags:[]},{name:"mdi-folder-image",tags:[]},{name:"mdi-folder-information",tags:[]},{name:"mdi-folder-information-outline",tags:[]},{name:"mdi-folder-key",tags:[]},{name:"mdi-folder-key-network",tags:[]},{name:"mdi-folder-key-network-outline",tags:[]},{name:"mdi-folder-key-outline",tags:[]},{name:"mdi-folder-lock",tags:[]},{name:"mdi-folder-lock-open",tags:[]},{name:"mdi-folder-marker",tags:[]},{name:"mdi-folder-marker-outline",tags:[]},{name:"mdi-folder-move",tags:[]},{name:"mdi-folder-move-outline",tags:[]},{name:"mdi-folder-multiple",tags:[]},{name:"mdi-folder-multiple-image",tags:[]},{name:"mdi-folder-multiple-outline",tags:[]},{name:"mdi-folder-multiple-plus",tags:[]},{name:"mdi-folder-multiple-plus-outline",tags:[]},{name:"mdi-folder-music",tags:[]},{name:"mdi-folder-music-outline",tags:[]},{name:"mdi-folder-network",tags:[]},{name:"mdi-folder-network-outline",tags:[]},{name:"mdi-folder-open",tags:[]},{name:"mdi-folder-open-outline",tags:[]},{name:"mdi-folder-outline",tags:[]},{name:"mdi-folder-plus",tags:[]},{name:"mdi-folder-plus-outline",tags:[]},{name:"mdi-folder-pound",tags:[]},{name:"mdi-folder-pound-outline",tags:[]},{name:"mdi-folder-refresh",tags:[]},{name:"mdi-folder-refresh-outline",tags:[]},{name:"mdi-folder-remove",tags:[]},{name:"mdi-folder-remove-outline",tags:[]},{name:"mdi-folder-search",tags:[]},{name:"mdi-folder-search-outline",tags:[]},{name:"mdi-folder-settings",tags:[]},{name:"mdi-folder-settings-outline",tags:[]},{name:"mdi-folder-star",tags:[]},{name:"mdi-folder-star-multiple",tags:[]},{name:"mdi-folder-star-multiple-outline",tags:[]},{name:"mdi-folder-star-outline",tags:[]},{name:"mdi-folder-swap",tags:[]},{name:"mdi-folder-swap-outline",tags:[]},{name:"mdi-folder-sync",tags:[]},{name:"mdi-folder-sync-outline",tags:[]},{name:"mdi-folder-table",tags:[]},{name:"mdi-folder-table-outline",tags:[]},{name:"mdi-folder-text",tags:[]},{name:"mdi-folder-text-outline",tags:[]},{name:"mdi-folder-upload",tags:[]},{name:"mdi-folder-upload-outline",tags:[]},{name:"mdi-folder-zip",tags:[]},{name:"mdi-folder-zip-outline",tags:[]},{name:"mdi-font-awesome",tags:[]},{name:"mdi-food",tags:[]},{name:"mdi-food-apple",tags:[]},{name:"mdi-food-apple-outline",tags:[]},{name:"mdi-food-croissant",tags:[]},{name:"mdi-food-drumstick",tags:[]},{name:"mdi-food-drumstick-off",tags:[]},{name:"mdi-food-drumstick-off-outline",tags:[]},{name:"mdi-food-drumstick-outline",tags:[]},{name:"mdi-food-fork-drink",tags:[]},{name:"mdi-food-halal",tags:[]},{name:"mdi-food-kosher",tags:[]},{name:"mdi-food-off",tags:[]},{name:"mdi-food-steak",tags:[]},{name:"mdi-food-steak-off",tags:[]},{name:"mdi-food-turkey",tags:[]},{name:"mdi-food-variant",tags:[]},{name:"mdi-food-variant-off",tags:[]},{name:"mdi-foot-print",tags:[]},{name:"mdi-football",tags:[]},{name:"mdi-football-australian",tags:[]},{name:"mdi-football-helmet",tags:[]},{name:"mdi-forklift",tags:[]},{name:"mdi-form-dropdown",tags:[]},{name:"mdi-form-select",tags:[]},{name:"mdi-form-textarea",tags:[]},{name:"mdi-form-textbox",tags:[]},{name:"mdi-form-textbox-lock",tags:[]},{name:"mdi-form-textbox-password",tags:[]},{name:"mdi-format-align-bottom",tags:[]},{name:"mdi-format-align-center",tags:[]},{name:"mdi-format-align-justify",tags:[]},{name:"mdi-format-align-left",tags:[]},{name:"mdi-format-align-middle",tags:[]},{name:"mdi-format-align-right",tags:[]},{name:"mdi-format-align-top",tags:[]},{name:"mdi-format-annotation-minus",tags:[]},{name:"mdi-format-annotation-plus",tags:[]},{name:"mdi-format-bold",tags:[]},{name:"mdi-format-clear",tags:[]},{name:"mdi-format-color-fill",tags:[]},{name:"mdi-format-color-highlight",tags:[]},{name:"mdi-format-color-marker-cancel",tags:[]},{name:"mdi-format-color-text",tags:[]},{name:"mdi-format-columns",tags:[]},{name:"mdi-format-float-center",tags:[]},{name:"mdi-format-float-left",tags:[]},{name:"mdi-format-float-none",tags:[]},{name:"mdi-format-float-right",tags:[]},{name:"mdi-format-font",tags:[]},{name:"mdi-format-font-size-decrease",tags:[]},{name:"mdi-format-font-size-increase",tags:[]},{name:"mdi-format-header-1",tags:[]},{name:"mdi-format-header-2",tags:[]},{name:"mdi-format-header-3",tags:[]},{name:"mdi-format-header-4",tags:[]},{name:"mdi-format-header-5",tags:[]},{name:"mdi-format-header-6",tags:[]},{name:"mdi-format-header-decrease",tags:[]},{name:"mdi-format-header-equal",tags:[]},{name:"mdi-format-header-increase",tags:[]},{name:"mdi-format-header-pound",tags:[]},{name:"mdi-format-horizontal-align-center",tags:[]},{name:"mdi-format-horizontal-align-left",tags:[]},{name:"mdi-format-horizontal-align-right",tags:[]},{name:"mdi-format-indent-decrease",tags:[]},{name:"mdi-format-indent-increase",tags:[]},{name:"mdi-format-italic",tags:[]},{name:"mdi-format-letter-case",tags:[]},{name:"mdi-format-letter-case-lower",tags:[]},{name:"mdi-format-letter-case-upper",tags:[]},{name:"mdi-format-letter-ends-with",tags:[]},{name:"mdi-format-letter-matches",tags:[]},{name:"mdi-format-letter-starts-with",tags:[]},{name:"mdi-format-line-spacing",tags:[]},{name:"mdi-format-line-style",tags:[]},{name:"mdi-format-line-weight",tags:[]},{name:"mdi-format-list-bulleted",tags:[]},{name:"mdi-format-list-bulleted-square",tags:[]},{name:"mdi-format-list-bulleted-triangle",tags:[]},{name:"mdi-format-list-bulleted-type",tags:[]},{name:"mdi-format-list-checkbox",tags:[]},{name:"mdi-format-list-checks",tags:[]},{name:"mdi-format-list-numbered",tags:[]},{name:"mdi-format-list-numbered-rtl",tags:[]},{name:"mdi-format-list-text",tags:[]},{name:"mdi-format-overline",tags:[]},{name:"mdi-format-page-break",tags:[]},{name:"mdi-format-paint",tags:[]},{name:"mdi-format-paragraph",tags:[]},{name:"mdi-format-pilcrow",tags:[]},{name:"mdi-format-quote-close",tags:[]},{name:"mdi-format-quote-close-outline",tags:[]},{name:"mdi-format-quote-open",tags:[]},{name:"mdi-format-quote-open-outline",tags:[]},{name:"mdi-format-rotate-90",tags:[]},{name:"mdi-format-section",tags:[]},{name:"mdi-format-size",tags:[]},{name:"mdi-format-strikethrough",tags:[]},{name:"mdi-format-strikethrough-variant",tags:[]},{name:"mdi-format-subscript",tags:[]},{name:"mdi-format-superscript",tags:[]},{name:"mdi-format-text",tags:[]},{name:"mdi-format-text-rotation-angle-down",tags:[]},{name:"mdi-format-text-rotation-angle-up",tags:[]},{name:"mdi-format-text-rotation-down",tags:[]},{name:"mdi-format-text-rotation-down-vertical",tags:[]},{name:"mdi-format-text-rotation-none",tags:[]},{name:"mdi-format-text-rotation-up",tags:[]},{name:"mdi-format-text-rotation-vertical",tags:[]},{name:"mdi-format-text-variant",tags:[]},{name:"mdi-format-text-variant-outline",tags:[]},{name:"mdi-format-text-wrapping-clip",tags:[]},{name:"mdi-format-text-wrapping-overflow",tags:[]},{name:"mdi-format-text-wrapping-wrap",tags:[]},{name:"mdi-format-textbox",tags:[]},{name:"mdi-format-textdirection-l-to-r",tags:[]},{name:"mdi-format-textdirection-r-to-l",tags:[]},{name:"mdi-format-title",tags:[]},{name:"mdi-format-underline",tags:[]},{name:"mdi-format-vertical-align-bottom",tags:[]},{name:"mdi-format-vertical-align-center",tags:[]},{name:"mdi-format-vertical-align-top",tags:[]},{name:"mdi-format-wrap-inline",tags:[]},{name:"mdi-format-wrap-square",tags:[]},{name:"mdi-format-wrap-tight",tags:[]},{name:"mdi-format-wrap-top-bottom",tags:[]},{name:"mdi-forum",tags:[]},{name:"mdi-forum-outline",tags:[]},{name:"mdi-forward",tags:[]},{name:"mdi-forwardburger",tags:[]},{name:"mdi-fountain",tags:[]},{name:"mdi-fountain-pen",tags:[]},{name:"mdi-fountain-pen-tip",tags:[]},{name:"mdi-freebsd",tags:[]},{name:"mdi-frequently-asked-questions",tags:[]},{name:"mdi-fridge",tags:[]},{name:"mdi-fridge-alert",tags:[]},{name:"mdi-fridge-alert-outline",tags:[]},{name:"mdi-fridge-bottom",tags:[]},{name:"mdi-fridge-industrial",tags:[]},{name:"mdi-fridge-industrial-alert",tags:[]},{name:"mdi-fridge-industrial-alert-outline",tags:[]},{name:"mdi-fridge-industrial-off",tags:[]},{name:"mdi-fridge-industrial-off-outline",tags:[]},{name:"mdi-fridge-industrial-outline",tags:[]},{name:"mdi-fridge-off",tags:[]},{name:"mdi-fridge-off-outline",tags:[]},{name:"mdi-fridge-outline",tags:[]},{name:"mdi-fridge-top",tags:[]},{name:"mdi-fridge-variant",tags:[]},{name:"mdi-fridge-variant-alert",tags:[]},{name:"mdi-fridge-variant-alert-outline",tags:[]},{name:"mdi-fridge-variant-off",tags:[]},{name:"mdi-fridge-variant-off-outline",tags:[]},{name:"mdi-fridge-variant-outline",tags:[]},{name:"mdi-fruit-cherries",tags:[]},{name:"mdi-fruit-cherries-off",tags:[]},{name:"mdi-fruit-citrus",tags:[]},{name:"mdi-fruit-citrus-off",tags:[]},{name:"mdi-fruit-grapes",tags:[]},{name:"mdi-fruit-grapes-outline",tags:[]},{name:"mdi-fruit-pineapple",tags:[]},{name:"mdi-fruit-watermelon",tags:[]},{name:"mdi-fuel",tags:[]},{name:"mdi-fullscreen",tags:[]},{name:"mdi-fullscreen-exit",tags:[]},{name:"mdi-function",tags:[]},{name:"mdi-function-variant",tags:[]},{name:"mdi-furigana-horizontal",tags:[]},{name:"mdi-furigana-vertical",tags:[]},{name:"mdi-fuse",tags:[]},{name:"mdi-fuse-alert",tags:[]},{name:"mdi-fuse-blade",tags:[]},{name:"mdi-fuse-off",tags:[]},{name:"mdi-gamepad",tags:[]},{name:"mdi-gamepad-circle",tags:[]},{name:"mdi-gamepad-circle-down",tags:[]},{name:"mdi-gamepad-circle-left",tags:[]},{name:"mdi-gamepad-circle-outline",tags:[]},{name:"mdi-gamepad-circle-right",tags:[]},{name:"mdi-gamepad-circle-up",tags:[]},{name:"mdi-gamepad-down",tags:[]},{name:"mdi-gamepad-left",tags:[]},{name:"mdi-gamepad-right",tags:[]},{name:"mdi-gamepad-round",tags:[]},{name:"mdi-gamepad-round-down",tags:[]},{name:"mdi-gamepad-round-left",tags:[]},{name:"mdi-gamepad-round-outline",tags:[]},{name:"mdi-gamepad-round-right",tags:[]},{name:"mdi-gamepad-round-up",tags:[]},{name:"mdi-gamepad-square",tags:[]},{name:"mdi-gamepad-square-outline",tags:[]},{name:"mdi-gamepad-up",tags:[]},{name:"mdi-gamepad-variant",tags:[]},{name:"mdi-gamepad-variant-outline",tags:[]},{name:"mdi-gamma",tags:[]},{name:"mdi-gantry-crane",tags:[]},{name:"mdi-garage",tags:[]},{name:"mdi-garage-alert",tags:[]},{name:"mdi-garage-alert-variant",tags:[]},{name:"mdi-garage-lock",tags:[]},{name:"mdi-garage-open",tags:[]},{name:"mdi-garage-open-variant",tags:[]},{name:"mdi-garage-variant",tags:[]},{name:"mdi-garage-variant-lock",tags:[]},{name:"mdi-gas-cylinder",tags:[]},{name:"mdi-gas-station",tags:[]},{name:"mdi-gas-station-off",tags:[]},{name:"mdi-gas-station-off-outline",tags:[]},{name:"mdi-gas-station-outline",tags:[]},{name:"mdi-gate",tags:[]},{name:"mdi-gate-alert",tags:[]},{name:"mdi-gate-and",tags:[]},{name:"mdi-gate-arrow-left",tags:[]},{name:"mdi-gate-arrow-right",tags:[]},{name:"mdi-gate-nand",tags:[]},{name:"mdi-gate-nor",tags:[]},{name:"mdi-gate-not",tags:[]},{name:"mdi-gate-open",tags:[]},{name:"mdi-gate-or",tags:[]},{name:"mdi-gate-xnor",tags:[]},{name:"mdi-gate-xor",tags:[]},{name:"mdi-gatsby",tags:[]},{name:"mdi-gauge",tags:[]},{name:"mdi-gauge-empty",tags:[]},{name:"mdi-gauge-full",tags:[]},{name:"mdi-gauge-low",tags:[]},{name:"mdi-gavel",tags:[]},{name:"mdi-gender-female",tags:[]},{name:"mdi-gender-male",tags:[]},{name:"mdi-gender-male-female",tags:[]},{name:"mdi-gender-male-female-variant",tags:[]},{name:"mdi-gender-non-binary",tags:[]},{name:"mdi-gender-transgender",tags:[]},{name:"mdi-gentoo",tags:[]},{name:"mdi-gesture",tags:[]},{name:"mdi-gesture-double-tap",tags:[]},{name:"mdi-gesture-pinch",tags:[]},{name:"mdi-gesture-spread",tags:[]},{name:"mdi-gesture-swipe",tags:[]},{name:"mdi-gesture-swipe-down",tags:[]},{name:"mdi-gesture-swipe-horizontal",tags:[]},{name:"mdi-gesture-swipe-left",tags:[]},{name:"mdi-gesture-swipe-right",tags:[]},{name:"mdi-gesture-swipe-up",tags:[]},{name:"mdi-gesture-swipe-vertical",tags:[]},{name:"mdi-gesture-tap",tags:[]},{name:"mdi-gesture-tap-box",tags:[]},{name:"mdi-gesture-tap-button",tags:[]},{name:"mdi-gesture-tap-hold",tags:[]},{name:"mdi-gesture-two-double-tap",tags:[]},{name:"mdi-gesture-two-tap",tags:[]},{name:"mdi-ghost",tags:[]},{name:"mdi-ghost-off",tags:[]},{name:"mdi-ghost-off-outline",tags:[]},{name:"mdi-ghost-outline",tags:[]},{name:"mdi-gift",tags:[]},{name:"mdi-gift-off",tags:[]},{name:"mdi-gift-off-outline",tags:[]},{name:"mdi-gift-open",tags:[]},{name:"mdi-gift-open-outline",tags:[]},{name:"mdi-gift-outline",tags:[]},{name:"mdi-git",tags:[]},{name:"mdi-github",tags:[]},{name:"mdi-gitlab",tags:[]},{name:"mdi-glass-cocktail",tags:[]},{name:"mdi-glass-cocktail-off",tags:[]},{name:"mdi-glass-flute",tags:[]},{name:"mdi-glass-mug",tags:[]},{name:"mdi-glass-mug-off",tags:[]},{name:"mdi-glass-mug-variant",tags:[]},{name:"mdi-glass-mug-variant-off",tags:[]},{name:"mdi-glass-pint-outline",tags:[]},{name:"mdi-glass-stange",tags:[]},{name:"mdi-glass-tulip",tags:[]},{name:"mdi-glass-wine",tags:[]},{name:"mdi-glasses",tags:[]},{name:"mdi-globe-light",tags:[]},{name:"mdi-globe-model",tags:[]},{name:"mdi-gmail",tags:[]},{name:"mdi-gnome",tags:[]},{name:"mdi-go-kart",tags:[]},{name:"mdi-go-kart-track",tags:[]},{name:"mdi-gog",tags:[]},{name:"mdi-gold",tags:[]},{name:"mdi-golf",tags:[]},{name:"mdi-golf-cart",tags:[]},{name:"mdi-golf-tee",tags:[]},{name:"mdi-gondola",tags:[]},{name:"mdi-goodreads",tags:[]},{name:"mdi-google",tags:[]},{name:"mdi-google-ads",tags:[]},{name:"mdi-google-analytics",tags:[]},{name:"mdi-google-assistant",tags:[]},{name:"mdi-google-cardboard",tags:[]},{name:"mdi-google-chrome",tags:[]},{name:"mdi-google-circles",tags:[]},{name:"mdi-google-circles-communities",tags:[]},{name:"mdi-google-circles-extended",tags:[]},{name:"mdi-google-circles-group",tags:[]},{name:"mdi-google-classroom",tags:[]},{name:"mdi-google-cloud",tags:[]},{name:"mdi-google-controller",tags:[]},{name:"mdi-google-controller-off",tags:[]},{name:"mdi-google-downasaur",tags:[]},{name:"mdi-google-drive",tags:[]},{name:"mdi-google-earth",tags:[]},{name:"mdi-google-fit",tags:[]},{name:"mdi-google-glass",tags:[]},{name:"mdi-google-hangouts",tags:[]},{name:"mdi-google-home",tags:[]},{name:"mdi-google-keep",tags:[]},{name:"mdi-google-lens",tags:[]},{name:"mdi-google-maps",tags:[]},{name:"mdi-google-my-business",tags:[]},{name:"mdi-google-nearby",tags:[]},{name:"mdi-google-play",tags:[]},{name:"mdi-google-plus",tags:[]},{name:"mdi-google-podcast",tags:[]},{name:"mdi-google-spreadsheet",tags:[]},{name:"mdi-google-street-view",tags:[]},{name:"mdi-google-translate",tags:[]},{name:"mdi-gradient-horizontal",tags:[]},{name:"mdi-gradient-vertical",tags:[]},{name:"mdi-grain",tags:[]},{name:"mdi-graph",tags:[]},{name:"mdi-graph-outline",tags:[]},{name:"mdi-graphql",tags:[]},{name:"mdi-grass",tags:[]},{name:"mdi-grave-stone",tags:[]},{name:"mdi-grease-pencil",tags:[]},{name:"mdi-greater-than",tags:[]},{name:"mdi-greater-than-or-equal",tags:[]},{name:"mdi-greenhouse",tags:[]},{name:"mdi-grid",tags:[]},{name:"mdi-grid-large",tags:[]},{name:"mdi-grid-off",tags:[]},{name:"mdi-grill",tags:[]},{name:"mdi-grill-outline",tags:[]},{name:"mdi-group",tags:[]},{name:"mdi-guitar-acoustic",tags:[]},{name:"mdi-guitar-electric",tags:[]},{name:"mdi-guitar-pick",tags:[]},{name:"mdi-guitar-pick-outline",tags:[]},{name:"mdi-guy-fawkes-mask",tags:[]},{name:"mdi-hail",tags:[]},{name:"mdi-hair-dryer",tags:[]},{name:"mdi-hair-dryer-outline",tags:[]},{name:"mdi-halloween",tags:[]},{name:"mdi-hamburger",tags:[]},{name:"mdi-hamburger-check",tags:[]},{name:"mdi-hamburger-minus",tags:[]},{name:"mdi-hamburger-off",tags:[]},{name:"mdi-hamburger-plus",tags:[]},{name:"mdi-hamburger-remove",tags:[]},{name:"mdi-hammer",tags:[]},{name:"mdi-hammer-screwdriver",tags:[]},{name:"mdi-hammer-wrench",tags:[]},{name:"mdi-hand-back-left",tags:[]},{name:"mdi-hand-back-left-off",tags:[]},{name:"mdi-hand-back-left-off-outline",tags:[]},{name:"mdi-hand-back-left-outline",tags:[]},{name:"mdi-hand-back-right",tags:[]},{name:"mdi-hand-back-right-off",tags:[]},{name:"mdi-hand-back-right-off-outline",tags:[]},{name:"mdi-hand-back-right-outline",tags:[]},{name:"mdi-hand-front-left",tags:[]},{name:"mdi-hand-front-left-outline",tags:[]},{name:"mdi-hand-front-right",tags:[]},{name:"mdi-hand-front-right-outline",tags:[]},{name:"mdi-hand-heart",tags:[]},{name:"mdi-hand-heart-outline",tags:[]},{name:"mdi-hand-okay",tags:[]},{name:"mdi-hand-peace",tags:[]},{name:"mdi-hand-peace-variant",tags:[]},{name:"mdi-hand-pointing-down",tags:[]},{name:"mdi-hand-pointing-left",tags:[]},{name:"mdi-hand-pointing-right",tags:[]},{name:"mdi-hand-pointing-up",tags:[]},{name:"mdi-hand-saw",tags:[]},{name:"mdi-hand-wash",tags:[]},{name:"mdi-hand-wash-outline",tags:[]},{name:"mdi-hand-water",tags:[]},{name:"mdi-hand-wave",tags:[]},{name:"mdi-hand-wave-outline",tags:[]},{name:"mdi-handball",tags:[]},{name:"mdi-handcuffs",tags:[]},{name:"mdi-hands-pray",tags:[]},{name:"mdi-handshake",tags:[]},{name:"mdi-handshake-outline",tags:[]},{name:"mdi-hanger",tags:[]},{name:"mdi-hard-hat",tags:[]},{name:"mdi-harddisk",tags:[]},{name:"mdi-harddisk-plus",tags:[]},{name:"mdi-harddisk-remove",tags:[]},{name:"mdi-hat-fedora",tags:[]},{name:"mdi-hazard-lights",tags:[]},{name:"mdi-hdr",tags:[]},{name:"mdi-hdr-off",tags:[]},{name:"mdi-head",tags:[]},{name:"mdi-head-alert",tags:[]},{name:"mdi-head-alert-outline",tags:[]},{name:"mdi-head-check",tags:[]},{name:"mdi-head-check-outline",tags:[]},{name:"mdi-head-cog",tags:[]},{name:"mdi-head-cog-outline",tags:[]},{name:"mdi-head-dots-horizontal",tags:[]},{name:"mdi-head-dots-horizontal-outline",tags:[]},{name:"mdi-head-flash",tags:[]},{name:"mdi-head-flash-outline",tags:[]},{name:"mdi-head-heart",tags:[]},{name:"mdi-head-heart-outline",tags:[]},{name:"mdi-head-lightbulb",tags:[]},{name:"mdi-head-lightbulb-outline",tags:[]},{name:"mdi-head-minus",tags:[]},{name:"mdi-head-minus-outline",tags:[]},{name:"mdi-head-outline",tags:[]},{name:"mdi-head-plus",tags:[]},{name:"mdi-head-plus-outline",tags:[]},{name:"mdi-head-question",tags:[]},{name:"mdi-head-question-outline",tags:[]},{name:"mdi-head-remove",tags:[]},{name:"mdi-head-remove-outline",tags:[]},{name:"mdi-head-snowflake",tags:[]},{name:"mdi-head-snowflake-outline",tags:[]},{name:"mdi-head-sync",tags:[]},{name:"mdi-head-sync-outline",tags:[]},{name:"mdi-headphones",tags:[]},{name:"mdi-headphones-bluetooth",tags:[]},{name:"mdi-headphones-box",tags:[]},{name:"mdi-headphones-off",tags:[]},{name:"mdi-headphones-settings",tags:[]},{name:"mdi-headset",tags:[]},{name:"mdi-headset-dock",tags:[]},{name:"mdi-headset-off",tags:[]},{name:"mdi-heart",tags:[]},{name:"mdi-heart-box",tags:[]},{name:"mdi-heart-box-outline",tags:[]},{name:"mdi-heart-broken",tags:[]},{name:"mdi-heart-broken-outline",tags:[]},{name:"mdi-heart-circle",tags:[]},{name:"mdi-heart-circle-outline",tags:[]},{name:"mdi-heart-cog",tags:[]},{name:"mdi-heart-cog-outline",tags:[]},{name:"mdi-heart-flash",tags:[]},{name:"mdi-heart-half",tags:[]},{name:"mdi-heart-half-full",tags:[]},{name:"mdi-heart-half-outline",tags:[]},{name:"mdi-heart-minus",tags:[]},{name:"mdi-heart-minus-outline",tags:[]},{name:"mdi-heart-multiple",tags:[]},{name:"mdi-heart-multiple-outline",tags:[]},{name:"mdi-heart-off",tags:[]},{name:"mdi-heart-off-outline",tags:[]},{name:"mdi-heart-outline",tags:[]},{name:"mdi-heart-plus",tags:[]},{name:"mdi-heart-plus-outline",tags:[]},{name:"mdi-heart-pulse",tags:[]},{name:"mdi-heart-remove",tags:[]},{name:"mdi-heart-remove-outline",tags:[]},{name:"mdi-heart-settings",tags:[]},{name:"mdi-heart-settings-outline",tags:[]},{name:"mdi-helicopter",tags:[]},{name:"mdi-help",tags:[]},{name:"mdi-help-box",tags:[]},{name:"mdi-help-circle",tags:[]},{name:"mdi-help-circle-outline",tags:[]},{name:"mdi-help-network",tags:[]},{name:"mdi-help-network-outline",tags:[]},{name:"mdi-help-rhombus",tags:[]},{name:"mdi-help-rhombus-outline",tags:[]},{name:"mdi-hexadecimal",tags:[]},{name:"mdi-hexagon",tags:[]},{name:"mdi-hexagon-multiple",tags:[]},{name:"mdi-hexagon-multiple-outline",tags:[]},{name:"mdi-hexagon-outline",tags:[]},{name:"mdi-hexagon-slice-1",tags:[]},{name:"mdi-hexagon-slice-2",tags:[]},{name:"mdi-hexagon-slice-3",tags:[]},{name:"mdi-hexagon-slice-4",tags:[]},{name:"mdi-hexagon-slice-5",tags:[]},{name:"mdi-hexagon-slice-6",tags:[]},{name:"mdi-hexagram",tags:[]},{name:"mdi-hexagram-outline",tags:[]},{name:"mdi-high-definition",tags:[]},{name:"mdi-high-definition-box",tags:[]},{name:"mdi-highway",tags:[]},{name:"mdi-hiking",tags:[]},{name:"mdi-history",tags:[]},{name:"mdi-hockey-puck",tags:[]},{name:"mdi-hockey-sticks",tags:[]},{name:"mdi-hololens",tags:[]},{name:"mdi-home",tags:[]},{name:"mdi-home-account",tags:[]},{name:"mdi-home-alert",tags:[]},{name:"mdi-home-alert-outline",tags:[]},{name:"mdi-home-analytics",tags:[]},{name:"mdi-home-assistant",tags:[]},{name:"mdi-home-automation",tags:[]},{name:"mdi-home-circle",tags:[]},{name:"mdi-home-circle-outline",tags:[]},{name:"mdi-home-city",tags:[]},{name:"mdi-home-city-outline",tags:[]},{name:"mdi-home-edit",tags:[]},{name:"mdi-home-edit-outline",tags:[]},{name:"mdi-home-export-outline",tags:[]},{name:"mdi-home-flood",tags:[]},{name:"mdi-home-floor-0",tags:[]},{name:"mdi-home-floor-1",tags:[]},{name:"mdi-home-floor-2",tags:[]},{name:"mdi-home-floor-3",tags:[]},{name:"mdi-home-floor-a",tags:[]},{name:"mdi-home-floor-b",tags:[]},{name:"mdi-home-floor-g",tags:[]},{name:"mdi-home-floor-l",tags:[]},{name:"mdi-home-floor-negative-1",tags:[]},{name:"mdi-home-group",tags:[]},{name:"mdi-home-heart",tags:[]},{name:"mdi-home-import-outline",tags:[]},{name:"mdi-home-lightbulb",tags:[]},{name:"mdi-home-lightbulb-outline",tags:[]},{name:"mdi-home-lock",tags:[]},{name:"mdi-home-lock-open",tags:[]},{name:"mdi-home-map-marker",tags:[]},{name:"mdi-home-minus",tags:[]},{name:"mdi-home-minus-outline",tags:[]},{name:"mdi-home-modern",tags:[]},{name:"mdi-home-outline",tags:[]},{name:"mdi-home-plus",tags:[]},{name:"mdi-home-plus-outline",tags:[]},{name:"mdi-home-remove",tags:[]},{name:"mdi-home-remove-outline",tags:[]},{name:"mdi-home-roof",tags:[]},{name:"mdi-home-search",tags:[]},{name:"mdi-home-search-outline",tags:[]},{name:"mdi-home-switch",tags:[]},{name:"mdi-home-switch-outline",tags:[]},{name:"mdi-home-thermometer",tags:[]},{name:"mdi-home-thermometer-outline",tags:[]},{name:"mdi-home-variant",tags:[]},{name:"mdi-home-variant-outline",tags:[]},{name:"mdi-hook",tags:[]},{name:"mdi-hook-off",tags:[]},{name:"mdi-hoop-house",tags:[]},{name:"mdi-hops",tags:[]},{name:"mdi-horizontal-rotate-clockwise",tags:[]},{name:"mdi-horizontal-rotate-counterclockwise",tags:[]},{name:"mdi-horse",tags:[]},{name:"mdi-horse-human",tags:[]},{name:"mdi-horse-variant",tags:[]},{name:"mdi-horseshoe",tags:[]},{name:"mdi-hospital",tags:[]},{name:"mdi-hospital-box",tags:[]},{name:"mdi-hospital-box-outline",tags:[]},{name:"mdi-hospital-building",tags:[]},{name:"mdi-hospital-marker",tags:[]},{name:"mdi-hot-tub",tags:[]},{name:"mdi-hours-24",tags:[]},{name:"mdi-hubspot",tags:[]},{name:"mdi-hulu",tags:[]},{name:"mdi-human",tags:[]},{name:"mdi-human-baby-changing-table",tags:[]},{name:"mdi-human-cane",tags:[]},{name:"mdi-human-capacity-decrease",tags:[]},{name:"mdi-human-capacity-increase",tags:[]},{name:"mdi-human-child",tags:[]},{name:"mdi-human-edit",tags:[]},{name:"mdi-human-female",tags:[]},{name:"mdi-human-female-boy",tags:[]},{name:"mdi-human-female-dance",tags:[]},{name:"mdi-human-female-female",tags:[]},{name:"mdi-human-female-girl",tags:[]},{name:"mdi-human-greeting",tags:[]},{name:"mdi-human-greeting-proximity",tags:[]},{name:"mdi-human-greeting-variant",tags:[]},{name:"mdi-human-handsdown",tags:[]},{name:"mdi-human-handsup",tags:[]},{name:"mdi-human-male",tags:[]},{name:"mdi-human-male-board",tags:[]},{name:"mdi-human-male-board-poll",tags:[]},{name:"mdi-human-male-boy",tags:[]},{name:"mdi-human-male-child",tags:[]},{name:"mdi-human-male-female",tags:[]},{name:"mdi-human-male-female-child",tags:[]},{name:"mdi-human-male-girl",tags:[]},{name:"mdi-human-male-height",tags:[]},{name:"mdi-human-male-height-variant",tags:[]},{name:"mdi-human-male-male",tags:[]},{name:"mdi-human-pregnant",tags:[]},{name:"mdi-human-queue",tags:[]},{name:"mdi-human-scooter",tags:[]},{name:"mdi-human-wheelchair",tags:[]},{name:"mdi-humble-bundle",tags:[]},{name:"mdi-hvac",tags:[]},{name:"mdi-hvac-off",tags:[]},{name:"mdi-hydraulic-oil-level",tags:[]},{name:"mdi-hydraulic-oil-temperature",tags:[]},{name:"mdi-hydro-power",tags:[]},{name:"mdi-ice-cream",tags:[]},{name:"mdi-ice-cream-off",tags:[]},{name:"mdi-ice-pop",tags:[]},{name:"mdi-id-card",tags:[]},{name:"mdi-identifier",tags:[]},{name:"mdi-ideogram-cjk",tags:[]},{name:"mdi-ideogram-cjk-variant",tags:[]},{name:"mdi-image",tags:[]},{name:"mdi-image-album",tags:[]},{name:"mdi-image-area",tags:[]},{name:"mdi-image-area-close",tags:[]},{name:"mdi-image-auto-adjust",tags:[]},{name:"mdi-image-broken",tags:[]},{name:"mdi-image-broken-variant",tags:[]},{name:"mdi-image-edit",tags:[]},{name:"mdi-image-edit-outline",tags:[]},{name:"mdi-image-filter-black-white",tags:[]},{name:"mdi-image-filter-center-focus",tags:[]},{name:"mdi-image-filter-center-focus-strong",tags:[]},{name:"mdi-image-filter-center-focus-strong-outline",tags:[]},{name:"mdi-image-filter-center-focus-weak",tags:[]},{name:"mdi-image-filter-drama",tags:[]},{name:"mdi-image-filter-frames",tags:[]},{name:"mdi-image-filter-hdr",tags:[]},{name:"mdi-image-filter-none",tags:[]},{name:"mdi-image-filter-tilt-shift",tags:[]},{name:"mdi-image-filter-vintage",tags:[]},{name:"mdi-image-frame",tags:[]},{name:"mdi-image-marker",tags:[]},{name:"mdi-image-marker-outline",tags:[]},{name:"mdi-image-minus",tags:[]},{name:"mdi-image-move",tags:[]},{name:"mdi-image-multiple",tags:[]},{name:"mdi-image-multiple-outline",tags:[]},{name:"mdi-image-off",tags:[]},{name:"mdi-image-off-outline",tags:[]},{name:"mdi-image-outline",tags:[]},{name:"mdi-image-plus",tags:[]},{name:"mdi-image-remove",tags:[]},{name:"mdi-image-search",tags:[]},{name:"mdi-image-search-outline",tags:[]},{name:"mdi-image-size-select-actual",tags:[]},{name:"mdi-image-size-select-large",tags:[]},{name:"mdi-image-size-select-small",tags:[]},{name:"mdi-image-text",tags:[]},{name:"mdi-import",tags:[]},{name:"mdi-inbox",tags:[]},{name:"mdi-inbox-arrow-down",tags:[]},{name:"mdi-inbox-arrow-down-outline",tags:[]},{name:"mdi-inbox-arrow-up",tags:[]},{name:"mdi-inbox-arrow-up-outline",tags:[]},{name:"mdi-inbox-full",tags:[]},{name:"mdi-inbox-full-outline",tags:[]},{name:"mdi-inbox-multiple",tags:[]},{name:"mdi-inbox-multiple-outline",tags:[]},{name:"mdi-inbox-outline",tags:[]},{name:"mdi-inbox-remove",tags:[]},{name:"mdi-inbox-remove-outline",tags:[]},{name:"mdi-incognito",tags:[]},{name:"mdi-incognito-circle",tags:[]},{name:"mdi-incognito-circle-off",tags:[]},{name:"mdi-incognito-off",tags:[]},{name:"mdi-infinity",tags:[]},{name:"mdi-information",tags:[]},{name:"mdi-information-off",tags:[]},{name:"mdi-information-off-outline",tags:[]},{name:"mdi-information-outline",tags:[]},{name:"mdi-information-variant",tags:[]},{name:"mdi-instagram",tags:[]},{name:"mdi-instrument-triangle",tags:[]},{name:"mdi-invert-colors",tags:[]},{name:"mdi-invert-colors-off",tags:[]},{name:"mdi-iobroker",tags:[]},{name:"mdi-ip",tags:[]},{name:"mdi-ip-network",tags:[]},{name:"mdi-ip-network-outline",tags:[]},{name:"mdi-ipod",tags:[]},{name:"mdi-iron",tags:[]},{name:"mdi-iron-outline",tags:[]},{name:"mdi-island",tags:[]},{name:"mdi-iv-bag",tags:[]},{name:"mdi-jabber",tags:[]},{name:"mdi-jeepney",tags:[]},{name:"mdi-jellyfish",tags:[]},{name:"mdi-jellyfish-outline",tags:[]},{name:"mdi-jira",tags:[]},{name:"mdi-jquery",tags:[]},{name:"mdi-jsfiddle",tags:[]},{name:"mdi-jump-rope",tags:[]},{name:"mdi-kabaddi",tags:[]},{name:"mdi-kangaroo",tags:[]},{name:"mdi-karate",tags:[]},{name:"mdi-kayaking",tags:[]},{name:"mdi-keg",tags:[]},{name:"mdi-kettle",tags:[]},{name:"mdi-kettle-alert",tags:[]},{name:"mdi-kettle-alert-outline",tags:[]},{name:"mdi-kettle-off",tags:[]},{name:"mdi-kettle-off-outline",tags:[]},{name:"mdi-kettle-outline",tags:[]},{name:"mdi-kettle-pour-over",tags:[]},{name:"mdi-kettle-steam",tags:[]},{name:"mdi-kettle-steam-outline",tags:[]},{name:"mdi-kettlebell",tags:[]},{name:"mdi-key",tags:[]},{name:"mdi-key-arrow-right",tags:[]},{name:"mdi-key-chain",tags:[]},{name:"mdi-key-chain-variant",tags:[]},{name:"mdi-key-change",tags:[]},{name:"mdi-key-link",tags:[]},{name:"mdi-key-minus",tags:[]},{name:"mdi-key-outline",tags:[]},{name:"mdi-key-plus",tags:[]},{name:"mdi-key-remove",tags:[]},{name:"mdi-key-star",tags:[]},{name:"mdi-key-variant",tags:[]},{name:"mdi-key-wireless",tags:[]},{name:"mdi-keyboard",tags:[]},{name:"mdi-keyboard-backspace",tags:[]},{name:"mdi-keyboard-caps",tags:[]},{name:"mdi-keyboard-close",tags:[]},{name:"mdi-keyboard-esc",tags:[]},{name:"mdi-keyboard-f1",tags:[]},{name:"mdi-keyboard-f10",tags:[]},{name:"mdi-keyboard-f11",tags:[]},{name:"mdi-keyboard-f12",tags:[]},{name:"mdi-keyboard-f2",tags:[]},{name:"mdi-keyboard-f3",tags:[]},{name:"mdi-keyboard-f4",tags:[]},{name:"mdi-keyboard-f5",tags:[]},{name:"mdi-keyboard-f6",tags:[]},{name:"mdi-keyboard-f7",tags:[]},{name:"mdi-keyboard-f8",tags:[]},{name:"mdi-keyboard-f9",tags:[]},{name:"mdi-keyboard-off",tags:[]},{name:"mdi-keyboard-off-outline",tags:[]},{name:"mdi-keyboard-outline",tags:[]},{name:"mdi-keyboard-return",tags:[]},{name:"mdi-keyboard-settings",tags:[]},{name:"mdi-keyboard-settings-outline",tags:[]},{name:"mdi-keyboard-space",tags:[]},{name:"mdi-keyboard-tab",tags:[]},{name:"mdi-keyboard-tab-reverse",tags:[]},{name:"mdi-keyboard-variant",tags:[]},{name:"mdi-khanda",tags:[]},{name:"mdi-kickstarter",tags:[]},{name:"mdi-kitesurfing",tags:[]},{name:"mdi-klingon",tags:[]},{name:"mdi-knife",tags:[]},{name:"mdi-knife-military",tags:[]},{name:"mdi-koala",tags:[]},{name:"mdi-kodi",tags:[]},{name:"mdi-kubernetes",tags:[]},{name:"mdi-label",tags:[]},{name:"mdi-label-multiple",tags:[]},{name:"mdi-label-multiple-outline",tags:[]},{name:"mdi-label-off",tags:[]},{name:"mdi-label-off-outline",tags:[]},{name:"mdi-label-outline",tags:[]},{name:"mdi-label-percent",tags:[]},{name:"mdi-label-percent-outline",tags:[]},{name:"mdi-label-variant",tags:[]},{name:"mdi-label-variant-outline",tags:[]},{name:"mdi-ladder",tags:[]},{name:"mdi-ladybug",tags:[]},{name:"mdi-lambda",tags:[]},{name:"mdi-lamp",tags:[]},{name:"mdi-lamp-outline",tags:[]},{name:"mdi-lamps",tags:[]},{name:"mdi-lamps-outline",tags:[]},{name:"mdi-lan",tags:[]},{name:"mdi-lan-check",tags:[]},{name:"mdi-lan-connect",tags:[]},{name:"mdi-lan-disconnect",tags:[]},{name:"mdi-lan-pending",tags:[]},{name:"mdi-language-c",tags:[]},{name:"mdi-language-cpp",tags:[]},{name:"mdi-language-csharp",tags:[]},{name:"mdi-language-css3",tags:[]},{name:"mdi-language-fortran",tags:[]},{name:"mdi-language-go",tags:[]},{name:"mdi-language-haskell",tags:[]},{name:"mdi-language-html5",tags:[]},{name:"mdi-language-java",tags:[]},{name:"mdi-language-javascript",tags:[]},{name:"mdi-language-kotlin",tags:[]},{name:"mdi-language-lua",tags:[]},{name:"mdi-language-markdown",tags:[]},{name:"mdi-language-markdown-outline",tags:[]},{name:"mdi-language-php",tags:[]},{name:"mdi-language-python",tags:[]},{name:"mdi-language-r",tags:[]},{name:"mdi-language-ruby",tags:[]},{name:"mdi-language-ruby-on-rails",tags:[]},{name:"mdi-language-rust",tags:[]},{name:"mdi-language-swift",tags:[]},{name:"mdi-language-typescript",tags:[]},{name:"mdi-language-xaml",tags:[]},{name:"mdi-laptop",tags:[]},{name:"mdi-laptop-off",tags:[]},{name:"mdi-laravel",tags:[]},{name:"mdi-laser-pointer",tags:[]},{name:"mdi-lasso",tags:[]},{name:"mdi-lastpass",tags:[]},{name:"mdi-latitude",tags:[]},{name:"mdi-launch",tags:[]},{name:"mdi-lava-lamp",tags:[]},{name:"mdi-layers",tags:[]},{name:"mdi-layers-minus",tags:[]},{name:"mdi-layers-off",tags:[]},{name:"mdi-layers-off-outline",tags:[]},{name:"mdi-layers-outline",tags:[]},{name:"mdi-layers-plus",tags:[]},{name:"mdi-layers-remove",tags:[]},{name:"mdi-layers-search",tags:[]},{name:"mdi-layers-search-outline",tags:[]},{name:"mdi-layers-triple",tags:[]},{name:"mdi-layers-triple-outline",tags:[]},{name:"mdi-lead-pencil",tags:[]},{name:"mdi-leaf",tags:[]},{name:"mdi-leaf-maple",tags:[]},{name:"mdi-leaf-maple-off",tags:[]},{name:"mdi-leaf-off",tags:[]},{name:"mdi-leak",tags:[]},{name:"mdi-leak-off",tags:[]},{name:"mdi-led-off",tags:[]},{name:"mdi-led-on",tags:[]},{name:"mdi-led-outline",tags:[]},{name:"mdi-led-strip",tags:[]},{name:"mdi-led-strip-variant",tags:[]},{name:"mdi-led-variant-off",tags:[]},{name:"mdi-led-variant-on",tags:[]},{name:"mdi-led-variant-outline",tags:[]},{name:"mdi-leek",tags:[]},{name:"mdi-less-than",tags:[]},{name:"mdi-less-than-or-equal",tags:[]},{name:"mdi-library",tags:[]},{name:"mdi-library-shelves",tags:[]},{name:"mdi-license",tags:[]},{name:"mdi-lifebuoy",tags:[]},{name:"mdi-light-recessed",tags:[]},{name:"mdi-light-switch",tags:[]},{name:"mdi-lightbulb",tags:[]},{name:"mdi-lightbulb-auto",tags:[]},{name:"mdi-lightbulb-auto-outline",tags:[]},{name:"mdi-lightbulb-cfl",tags:[]},{name:"mdi-lightbulb-cfl-off",tags:[]},{name:"mdi-lightbulb-cfl-spiral",tags:[]},{name:"mdi-lightbulb-cfl-spiral-off",tags:[]},{name:"mdi-lightbulb-fluorescent-tube",tags:[]},{name:"mdi-lightbulb-fluorescent-tube-outline",tags:[]},{name:"mdi-lightbulb-group",tags:[]},{name:"mdi-lightbulb-group-off",tags:[]},{name:"mdi-lightbulb-group-off-outline",tags:[]},{name:"mdi-lightbulb-group-outline",tags:[]},{name:"mdi-lightbulb-multiple",tags:[]},{name:"mdi-lightbulb-multiple-off",tags:[]},{name:"mdi-lightbulb-multiple-off-outline",tags:[]},{name:"mdi-lightbulb-multiple-outline",tags:[]},{name:"mdi-lightbulb-off",tags:[]},{name:"mdi-lightbulb-off-outline",tags:[]},{name:"mdi-lightbulb-on",tags:[]},{name:"mdi-lightbulb-on-outline",tags:[]},{name:"mdi-lightbulb-outline",tags:[]},{name:"mdi-lightbulb-spot",tags:[]},{name:"mdi-lightbulb-spot-off",tags:[]},{name:"mdi-lightbulb-variant",tags:[]},{name:"mdi-lightbulb-variant-outline",tags:[]},{name:"mdi-lighthouse",tags:[]},{name:"mdi-lighthouse-on",tags:[]},{name:"mdi-lightning-bolt",tags:[]},{name:"mdi-lightning-bolt-circle",tags:[]},{name:"mdi-lightning-bolt-outline",tags:[]},{name:"mdi-line-scan",tags:[]},{name:"mdi-lingerie",tags:[]},{name:"mdi-link",tags:[]},{name:"mdi-link-box",tags:[]},{name:"mdi-link-box-outline",tags:[]},{name:"mdi-link-box-variant",tags:[]},{name:"mdi-link-box-variant-outline",tags:[]},{name:"mdi-link-lock",tags:[]},{name:"mdi-link-off",tags:[]},{name:"mdi-link-plus",tags:[]},{name:"mdi-link-variant",tags:[]},{name:"mdi-link-variant-minus",tags:[]},{name:"mdi-link-variant-off",tags:[]},{name:"mdi-link-variant-plus",tags:[]},{name:"mdi-link-variant-remove",tags:[]},{name:"mdi-linkedin",tags:[]},{name:"mdi-linux",tags:[]},{name:"mdi-linux-mint",tags:[]},{name:"mdi-lipstick",tags:[]},{name:"mdi-liquid-spot",tags:[]},{name:"mdi-list-status",tags:[]},{name:"mdi-litecoin",tags:[]},{name:"mdi-loading",tags:[]},{name:"mdi-location-enter",tags:[]},{name:"mdi-location-exit",tags:[]},{name:"mdi-lock",tags:[]},{name:"mdi-lock-alert",tags:[]},{name:"mdi-lock-alert-outline",tags:[]},{name:"mdi-lock-check",tags:[]},{name:"mdi-lock-check-outline",tags:[]},{name:"mdi-lock-clock",tags:[]},{name:"mdi-lock-minus",tags:[]},{name:"mdi-lock-minus-outline",tags:[]},{name:"mdi-lock-off",tags:[]},{name:"mdi-lock-off-outline",tags:[]},{name:"mdi-lock-open",tags:[]},{name:"mdi-lock-open-alert",tags:[]},{name:"mdi-lock-open-alert-outline",tags:[]},{name:"mdi-lock-open-check",tags:[]},{name:"mdi-lock-open-check-outline",tags:[]},{name:"mdi-lock-open-minus",tags:[]},{name:"mdi-lock-open-minus-outline",tags:[]},{name:"mdi-lock-open-outline",tags:[]},{name:"mdi-lock-open-plus",tags:[]},{name:"mdi-lock-open-plus-outline",tags:[]},{name:"mdi-lock-open-remove",tags:[]},{name:"mdi-lock-open-remove-outline",tags:[]},{name:"mdi-lock-open-variant",tags:[]},{name:"mdi-lock-open-variant-outline",tags:[]},{name:"mdi-lock-outline",tags:[]},{name:"mdi-lock-pattern",tags:[]},{name:"mdi-lock-plus",tags:[]},{name:"mdi-lock-plus-outline",tags:[]},{name:"mdi-lock-question",tags:[]},{name:"mdi-lock-remove",tags:[]},{name:"mdi-lock-remove-outline",tags:[]},{name:"mdi-lock-reset",tags:[]},{name:"mdi-lock-smart",tags:[]},{name:"mdi-locker",tags:[]},{name:"mdi-locker-multiple",tags:[]},{name:"mdi-login",tags:[]},{name:"mdi-login-variant",tags:[]},{name:"mdi-logout",tags:[]},{name:"mdi-logout-variant",tags:[]},{name:"mdi-longitude",tags:[]},{name:"mdi-looks",tags:[]},{name:"mdi-lotion",tags:[]},{name:"mdi-lotion-outline",tags:[]},{name:"mdi-lotion-plus",tags:[]},{name:"mdi-lotion-plus-outline",tags:[]},{name:"mdi-loupe",tags:[]},{name:"mdi-lumx",tags:[]},{name:"mdi-lungs",tags:[]},{name:"mdi-magazine-pistol",tags:[]},{name:"mdi-magazine-rifle",tags:[]},{name:"mdi-magnet",tags:[]},{name:"mdi-magnet-on",tags:[]},{name:"mdi-magnify",tags:[]},{name:"mdi-magnify-close",tags:[]},{name:"mdi-magnify-minus",tags:[]},{name:"mdi-magnify-minus-cursor",tags:[]},{name:"mdi-magnify-minus-outline",tags:[]},{name:"mdi-magnify-plus",tags:[]},{name:"mdi-magnify-plus-cursor",tags:[]},{name:"mdi-magnify-plus-outline",tags:[]},{name:"mdi-magnify-remove-cursor",tags:[]},{name:"mdi-magnify-remove-outline",tags:[]},{name:"mdi-magnify-scan",tags:[]},{name:"mdi-mail",tags:[]},{name:"mdi-mailbox",tags:[]},{name:"mdi-mailbox-open",tags:[]},{name:"mdi-mailbox-open-outline",tags:[]},{name:"mdi-mailbox-open-up",tags:[]},{name:"mdi-mailbox-open-up-outline",tags:[]},{name:"mdi-mailbox-outline",tags:[]},{name:"mdi-mailbox-up",tags:[]},{name:"mdi-mailbox-up-outline",tags:[]},{name:"mdi-manjaro",tags:[]},{name:"mdi-map",tags:[]},{name:"mdi-map-check",tags:[]},{name:"mdi-map-check-outline",tags:[]},{name:"mdi-map-clock",tags:[]},{name:"mdi-map-clock-outline",tags:[]},{name:"mdi-map-legend",tags:[]},{name:"mdi-map-marker",tags:[]},{name:"mdi-map-marker-alert",tags:[]},{name:"mdi-map-marker-alert-outline",tags:[]},{name:"mdi-map-marker-check",tags:[]},{name:"mdi-map-marker-check-outline",tags:[]},{name:"mdi-map-marker-circle",tags:[]},{name:"mdi-map-marker-distance",tags:[]},{name:"mdi-map-marker-down",tags:[]},{name:"mdi-map-marker-left",tags:[]},{name:"mdi-map-marker-left-outline",tags:[]},{name:"mdi-map-marker-minus",tags:[]},{name:"mdi-map-marker-minus-outline",tags:[]},{name:"mdi-map-marker-multiple",tags:[]},{name:"mdi-map-marker-multiple-outline",tags:[]},{name:"mdi-map-marker-off",tags:[]},{name:"mdi-map-marker-off-outline",tags:[]},{name:"mdi-map-marker-outline",tags:[]},{name:"mdi-map-marker-path",tags:[]},{name:"mdi-map-marker-plus",tags:[]},{name:"mdi-map-marker-plus-outline",tags:[]},{name:"mdi-map-marker-question",tags:[]},{name:"mdi-map-marker-question-outline",tags:[]},{name:"mdi-map-marker-radius",tags:[]},{name:"mdi-map-marker-radius-outline",tags:[]},{name:"mdi-map-marker-remove",tags:[]},{name:"mdi-map-marker-remove-outline",tags:[]},{name:"mdi-map-marker-remove-variant",tags:[]},{name:"mdi-map-marker-right",tags:[]},{name:"mdi-map-marker-right-outline",tags:[]},{name:"mdi-map-marker-star",tags:[]},{name:"mdi-map-marker-star-outline",tags:[]},{name:"mdi-map-marker-up",tags:[]},{name:"mdi-map-minus",tags:[]},{name:"mdi-map-outline",tags:[]},{name:"mdi-map-plus",tags:[]},{name:"mdi-map-search",tags:[]},{name:"mdi-map-search-outline",tags:[]},{name:"mdi-mapbox",tags:[]},{name:"mdi-margin",tags:[]},{name:"mdi-marker",tags:[]},{name:"mdi-marker-cancel",tags:[]},{name:"mdi-marker-check",tags:[]},{name:"mdi-mastodon",tags:[]},{name:"mdi-material-design",tags:[]},{name:"mdi-material-ui",tags:[]},{name:"mdi-math-compass",tags:[]},{name:"mdi-math-cos",tags:[]},{name:"mdi-math-integral",tags:[]},{name:"mdi-math-integral-box",tags:[]},{name:"mdi-math-log",tags:[]},{name:"mdi-math-norm",tags:[]},{name:"mdi-math-norm-box",tags:[]},{name:"mdi-math-sin",tags:[]},{name:"mdi-math-tan",tags:[]},{name:"mdi-matrix",tags:[]},{name:"mdi-medal",tags:[]},{name:"mdi-medal-outline",tags:[]},{name:"mdi-medical-bag",tags:[]},{name:"mdi-meditation",tags:[]},{name:"mdi-memory",tags:[]},{name:"mdi-menorah",tags:[]},{name:"mdi-menorah-fire",tags:[]},{name:"mdi-menu",tags:[]},{name:"mdi-menu-down",tags:[]},{name:"mdi-menu-down-outline",tags:[]},{name:"mdi-menu-left",tags:[]},{name:"mdi-menu-left-outline",tags:[]},{name:"mdi-menu-open",tags:[]},{name:"mdi-menu-right",tags:[]},{name:"mdi-menu-right-outline",tags:[]},{name:"mdi-menu-swap",tags:[]},{name:"mdi-menu-swap-outline",tags:[]},{name:"mdi-menu-up",tags:[]},{name:"mdi-menu-up-outline",tags:[]},{name:"mdi-merge",tags:[]},{name:"mdi-message",tags:[]},{name:"mdi-message-alert",tags:[]},{name:"mdi-message-alert-outline",tags:[]},{name:"mdi-message-arrow-left",tags:[]},{name:"mdi-message-arrow-left-outline",tags:[]},{name:"mdi-message-arrow-right",tags:[]},{name:"mdi-message-arrow-right-outline",tags:[]},{name:"mdi-message-bookmark",tags:[]},{name:"mdi-message-bookmark-outline",tags:[]},{name:"mdi-message-bulleted",tags:[]},{name:"mdi-message-bulleted-off",tags:[]},{name:"mdi-message-cog",tags:[]},{name:"mdi-message-cog-outline",tags:[]},{name:"mdi-message-draw",tags:[]},{name:"mdi-message-flash",tags:[]},{name:"mdi-message-flash-outline",tags:[]},{name:"mdi-message-image",tags:[]},{name:"mdi-message-image-outline",tags:[]},{name:"mdi-message-lock",tags:[]},{name:"mdi-message-lock-outline",tags:[]},{name:"mdi-message-minus",tags:[]},{name:"mdi-message-minus-outline",tags:[]},{name:"mdi-message-off",tags:[]},{name:"mdi-message-off-outline",tags:[]},{name:"mdi-message-outline",tags:[]},{name:"mdi-message-plus",tags:[]},{name:"mdi-message-plus-outline",tags:[]},{name:"mdi-message-processing",tags:[]},{name:"mdi-message-processing-outline",tags:[]},{name:"mdi-message-question",tags:[]},{name:"mdi-message-question-outline",tags:[]},{name:"mdi-message-reply",tags:[]},{name:"mdi-message-reply-outline",tags:[]},{name:"mdi-message-reply-text",tags:[]},{name:"mdi-message-reply-text-outline",tags:[]},{name:"mdi-message-settings",tags:[]},{name:"mdi-message-settings-outline",tags:[]},{name:"mdi-message-star",tags:[]},{name:"mdi-message-star-outline",tags:[]},{name:"mdi-message-text",tags:[]},{name:"mdi-message-text-clock",tags:[]},{name:"mdi-message-text-clock-outline",tags:[]},{name:"mdi-message-text-lock",tags:[]},{name:"mdi-message-text-lock-outline",tags:[]},{name:"mdi-message-text-outline",tags:[]},{name:"mdi-message-video",tags:[]},{name:"mdi-meteor",tags:[]},{name:"mdi-metronome",tags:[]},{name:"mdi-metronome-tick",tags:[]},{name:"mdi-micro-sd",tags:[]},{name:"mdi-microphone",tags:[]},{name:"mdi-microphone-minus",tags:[]},{name:"mdi-microphone-off",tags:[]},{name:"mdi-microphone-outline",tags:[]},{name:"mdi-microphone-plus",tags:[]},{name:"mdi-microphone-settings",tags:[]},{name:"mdi-microphone-variant",tags:[]},{name:"mdi-microphone-variant-off",tags:[]},{name:"mdi-microscope",tags:[]},{name:"mdi-microsoft",tags:[]},{name:"mdi-microsoft-access",tags:[]},{name:"mdi-microsoft-azure",tags:[]},{name:"mdi-microsoft-azure-devops",tags:[]},{name:"mdi-microsoft-bing",tags:[]},{name:"mdi-microsoft-dynamics-365",tags:[]},{name:"mdi-microsoft-edge",tags:[]},{name:"mdi-microsoft-excel",tags:[]},{name:"mdi-microsoft-internet-explorer",tags:[]},{name:"mdi-microsoft-office",tags:[]},{name:"mdi-microsoft-onedrive",tags:[]},{name:"mdi-microsoft-onenote",tags:[]},{name:"mdi-microsoft-outlook",tags:[]},{name:"mdi-microsoft-powerpoint",tags:[]},{name:"mdi-microsoft-sharepoint",tags:[]},{name:"mdi-microsoft-teams",tags:[]},{name:"mdi-microsoft-visual-studio",tags:[]},{name:"mdi-microsoft-visual-studio-code",tags:[]},{name:"mdi-microsoft-windows",tags:[]},{name:"mdi-microsoft-windows-classic",tags:[]},{name:"mdi-microsoft-word",tags:[]},{name:"mdi-microsoft-xbox",tags:[]},{name:"mdi-microsoft-xbox-controller",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-alert",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-charging",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-empty",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-full",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-low",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-medium",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-unknown",tags:[]},{name:"mdi-microsoft-xbox-controller-menu",tags:[]},{name:"mdi-microsoft-xbox-controller-off",tags:[]},{name:"mdi-microsoft-xbox-controller-view",tags:[]},{name:"mdi-microwave",tags:[]},{name:"mdi-microwave-off",tags:[]},{name:"mdi-middleware",tags:[]},{name:"mdi-middleware-outline",tags:[]},{name:"mdi-midi",tags:[]},{name:"mdi-midi-port",tags:[]},{name:"mdi-mine",tags:[]},{name:"mdi-minecraft",tags:[]},{name:"mdi-mini-sd",tags:[]},{name:"mdi-minidisc",tags:[]},{name:"mdi-minus",tags:[]},{name:"mdi-minus-box",tags:[]},{name:"mdi-minus-box-multiple",tags:[]},{name:"mdi-minus-box-multiple-outline",tags:[]},{name:"mdi-minus-box-outline",tags:[]},{name:"mdi-minus-circle",tags:[]},{name:"mdi-minus-circle-multiple",tags:[]},{name:"mdi-minus-circle-multiple-outline",tags:[]},{name:"mdi-minus-circle-off",tags:[]},{name:"mdi-minus-circle-off-outline",tags:[]},{name:"mdi-minus-circle-outline",tags:[]},{name:"mdi-minus-network",tags:[]},{name:"mdi-minus-network-outline",tags:[]},{name:"mdi-minus-thick",tags:[]},{name:"mdi-mirror",tags:[]},{name:"mdi-mirror-rectangle",tags:[]},{name:"mdi-mirror-variant",tags:[]},{name:"mdi-mixed-martial-arts",tags:[]},{name:"mdi-mixed-reality",tags:[]},{name:"mdi-molecule",tags:[]},{name:"mdi-molecule-co",tags:[]},{name:"mdi-molecule-co2",tags:[]},{name:"mdi-monitor",tags:[]},{name:"mdi-monitor-cellphone",tags:[]},{name:"mdi-monitor-cellphone-star",tags:[]},{name:"mdi-monitor-dashboard",tags:[]},{name:"mdi-monitor-edit",tags:[]},{name:"mdi-monitor-eye",tags:[]},{name:"mdi-monitor-lock",tags:[]},{name:"mdi-monitor-multiple",tags:[]},{name:"mdi-monitor-off",tags:[]},{name:"mdi-monitor-screenshot",tags:[]},{name:"mdi-monitor-share",tags:[]},{name:"mdi-monitor-shimmer",tags:[]},{name:"mdi-monitor-speaker",tags:[]},{name:"mdi-monitor-speaker-off",tags:[]},{name:"mdi-monitor-star",tags:[]},{name:"mdi-moon-first-quarter",tags:[]},{name:"mdi-moon-full",tags:[]},{name:"mdi-moon-last-quarter",tags:[]},{name:"mdi-moon-new",tags:[]},{name:"mdi-moon-waning-crescent",tags:[]},{name:"mdi-moon-waning-gibbous",tags:[]},{name:"mdi-moon-waxing-crescent",tags:[]},{name:"mdi-moon-waxing-gibbous",tags:[]},{name:"mdi-moped",tags:[]},{name:"mdi-moped-electric",tags:[]},{name:"mdi-moped-electric-outline",tags:[]},{name:"mdi-moped-outline",tags:[]},{name:"mdi-more",tags:[]},{name:"mdi-mortar-pestle",tags:[]},{name:"mdi-mortar-pestle-plus",tags:[]},{name:"mdi-mosque",tags:[]},{name:"mdi-mother-heart",tags:[]},{name:"mdi-mother-nurse",tags:[]},{name:"mdi-motion",tags:[]},{name:"mdi-motion-outline",tags:[]},{name:"mdi-motion-pause",tags:[]},{name:"mdi-motion-pause-outline",tags:[]},{name:"mdi-motion-play",tags:[]},{name:"mdi-motion-play-outline",tags:[]},{name:"mdi-motion-sensor",tags:[]},{name:"mdi-motion-sensor-off",tags:[]},{name:"mdi-motorbike",tags:[]},{name:"mdi-motorbike-electric",tags:[]},{name:"mdi-mouse",tags:[]},{name:"mdi-mouse-bluetooth",tags:[]},{name:"mdi-mouse-move-down",tags:[]},{name:"mdi-mouse-move-up",tags:[]},{name:"mdi-mouse-move-vertical",tags:[]},{name:"mdi-mouse-off",tags:[]},{name:"mdi-mouse-variant",tags:[]},{name:"mdi-mouse-variant-off",tags:[]},{name:"mdi-move-resize",tags:[]},{name:"mdi-move-resize-variant",tags:[]},{name:"mdi-movie",tags:[]},{name:"mdi-movie-check",tags:[]},{name:"mdi-movie-check-outline",tags:[]},{name:"mdi-movie-cog",tags:[]},{name:"mdi-movie-cog-outline",tags:[]},{name:"mdi-movie-edit",tags:[]},{name:"mdi-movie-edit-outline",tags:[]},{name:"mdi-movie-filter",tags:[]},{name:"mdi-movie-filter-outline",tags:[]},{name:"mdi-movie-minus",tags:[]},{name:"mdi-movie-minus-outline",tags:[]},{name:"mdi-movie-off",tags:[]},{name:"mdi-movie-off-outline",tags:[]},{name:"mdi-movie-open",tags:[]},{name:"mdi-movie-open-check",tags:[]},{name:"mdi-movie-open-check-outline",tags:[]},{name:"mdi-movie-open-cog",tags:[]},{name:"mdi-movie-open-cog-outline",tags:[]},{name:"mdi-movie-open-edit",tags:[]},{name:"mdi-movie-open-edit-outline",tags:[]},{name:"mdi-movie-open-minus",tags:[]},{name:"mdi-movie-open-minus-outline",tags:[]},{name:"mdi-movie-open-off",tags:[]},{name:"mdi-movie-open-off-outline",tags:[]},{name:"mdi-movie-open-outline",tags:[]},{name:"mdi-movie-open-play",tags:[]},{name:"mdi-movie-open-play-outline",tags:[]},{name:"mdi-movie-open-plus",tags:[]},{name:"mdi-movie-open-plus-outline",tags:[]},{name:"mdi-movie-open-remove",tags:[]},{name:"mdi-movie-open-remove-outline",tags:[]},{name:"mdi-movie-open-settings",tags:[]},{name:"mdi-movie-open-settings-outline",tags:[]},{name:"mdi-movie-open-star",tags:[]},{name:"mdi-movie-open-star-outline",tags:[]},{name:"mdi-movie-outline",tags:[]},{name:"mdi-movie-play",tags:[]},{name:"mdi-movie-play-outline",tags:[]},{name:"mdi-movie-plus",tags:[]},{name:"mdi-movie-plus-outline",tags:[]},{name:"mdi-movie-remove",tags:[]},{name:"mdi-movie-remove-outline",tags:[]},{name:"mdi-movie-roll",tags:[]},{name:"mdi-movie-search",tags:[]},{name:"mdi-movie-search-outline",tags:[]},{name:"mdi-movie-settings",tags:[]},{name:"mdi-movie-settings-outline",tags:[]},{name:"mdi-movie-star",tags:[]},{name:"mdi-movie-star-outline",tags:[]},{name:"mdi-mower",tags:[]},{name:"mdi-mower-bag",tags:[]},{name:"mdi-muffin",tags:[]},{name:"mdi-multiplication",tags:[]},{name:"mdi-multiplication-box",tags:[]},{name:"mdi-mushroom",tags:[]},{name:"mdi-mushroom-off",tags:[]},{name:"mdi-mushroom-off-outline",tags:[]},{name:"mdi-mushroom-outline",tags:[]},{name:"mdi-music",tags:[]},{name:"mdi-music-accidental-double-flat",tags:[]},{name:"mdi-music-accidental-double-sharp",tags:[]},{name:"mdi-music-accidental-flat",tags:[]},{name:"mdi-music-accidental-natural",tags:[]},{name:"mdi-music-accidental-sharp",tags:[]},{name:"mdi-music-box",tags:[]},{name:"mdi-music-box-multiple",tags:[]},{name:"mdi-music-box-multiple-outline",tags:[]},{name:"mdi-music-box-outline",tags:[]},{name:"mdi-music-circle",tags:[]},{name:"mdi-music-circle-outline",tags:[]},{name:"mdi-music-clef-alto",tags:[]},{name:"mdi-music-clef-bass",tags:[]},{name:"mdi-music-clef-treble",tags:[]},{name:"mdi-music-note",tags:[]},{name:"mdi-music-note-bluetooth",tags:[]},{name:"mdi-music-note-bluetooth-off",tags:[]},{name:"mdi-music-note-eighth",tags:[]},{name:"mdi-music-note-eighth-dotted",tags:[]},{name:"mdi-music-note-half",tags:[]},{name:"mdi-music-note-half-dotted",tags:[]},{name:"mdi-music-note-off",tags:[]},{name:"mdi-music-note-off-outline",tags:[]},{name:"mdi-music-note-outline",tags:[]},{name:"mdi-music-note-plus",tags:[]},{name:"mdi-music-note-quarter",tags:[]},{name:"mdi-music-note-quarter-dotted",tags:[]},{name:"mdi-music-note-sixteenth",tags:[]},{name:"mdi-music-note-sixteenth-dotted",tags:[]},{name:"mdi-music-note-whole",tags:[]},{name:"mdi-music-note-whole-dotted",tags:[]},{name:"mdi-music-off",tags:[]},{name:"mdi-music-rest-eighth",tags:[]},{name:"mdi-music-rest-half",tags:[]},{name:"mdi-music-rest-quarter",tags:[]},{name:"mdi-music-rest-sixteenth",tags:[]},{name:"mdi-music-rest-whole",tags:[]},{name:"mdi-mustache",tags:[]},{name:"mdi-nail",tags:[]},{name:"mdi-nas",tags:[]},{name:"mdi-nativescript",tags:[]},{name:"mdi-nature",tags:[]},{name:"mdi-nature-people",tags:[]},{name:"mdi-navigation",tags:[]},{name:"mdi-navigation-outline",tags:[]},{name:"mdi-near-me",tags:[]},{name:"mdi-necklace",tags:[]},{name:"mdi-needle",tags:[]},{name:"mdi-netflix",tags:[]},{name:"mdi-network",tags:[]},{name:"mdi-network-off",tags:[]},{name:"mdi-network-off-outline",tags:[]},{name:"mdi-network-outline",tags:[]},{name:"mdi-network-strength-1",tags:[]},{name:"mdi-network-strength-1-alert",tags:[]},{name:"mdi-network-strength-2",tags:[]},{name:"mdi-network-strength-2-alert",tags:[]},{name:"mdi-network-strength-3",tags:[]},{name:"mdi-network-strength-3-alert",tags:[]},{name:"mdi-network-strength-4",tags:[]},{name:"mdi-network-strength-4-alert",tags:[]},{name:"mdi-network-strength-off",tags:[]},{name:"mdi-network-strength-off-outline",tags:[]},{name:"mdi-network-strength-outline",tags:[]},{name:"mdi-new-box",tags:[]},{name:"mdi-newspaper",tags:[]},{name:"mdi-newspaper-minus",tags:[]},{name:"mdi-newspaper-plus",tags:[]},{name:"mdi-newspaper-variant",tags:[]},{name:"mdi-newspaper-variant-multiple",tags:[]},{name:"mdi-newspaper-variant-multiple-outline",tags:[]},{name:"mdi-newspaper-variant-outline",tags:[]},{name:"mdi-nfc",tags:[]},{name:"mdi-nfc-search-variant",tags:[]},{name:"mdi-nfc-tap",tags:[]},{name:"mdi-nfc-variant",tags:[]},{name:"mdi-nfc-variant-off",tags:[]},{name:"mdi-ninja",tags:[]},{name:"mdi-nintendo-game-boy",tags:[]},{name:"mdi-nintendo-switch",tags:[]},{name:"mdi-nintendo-wii",tags:[]},{name:"mdi-nintendo-wiiu",tags:[]},{name:"mdi-nix",tags:[]},{name:"mdi-nodejs",tags:[]},{name:"mdi-noodles",tags:[]},{name:"mdi-not-equal",tags:[]},{name:"mdi-not-equal-variant",tags:[]},{name:"mdi-note",tags:[]},{name:"mdi-note-alert",tags:[]},{name:"mdi-note-alert-outline",tags:[]},{name:"mdi-note-check",tags:[]},{name:"mdi-note-check-outline",tags:[]},{name:"mdi-note-edit",tags:[]},{name:"mdi-note-edit-outline",tags:[]},{name:"mdi-note-minus",tags:[]},{name:"mdi-note-minus-outline",tags:[]},{name:"mdi-note-multiple",tags:[]},{name:"mdi-note-multiple-outline",tags:[]},{name:"mdi-note-off",tags:[]},{name:"mdi-note-off-outline",tags:[]},{name:"mdi-note-outline",tags:[]},{name:"mdi-note-plus",tags:[]},{name:"mdi-note-plus-outline",tags:[]},{name:"mdi-note-remove",tags:[]},{name:"mdi-note-remove-outline",tags:[]},{name:"mdi-note-search",tags:[]},{name:"mdi-note-search-outline",tags:[]},{name:"mdi-note-text",tags:[]},{name:"mdi-note-text-outline",tags:[]},{name:"mdi-notebook",tags:[]},{name:"mdi-notebook-check",tags:[]},{name:"mdi-notebook-check-outline",tags:[]},{name:"mdi-notebook-edit",tags:[]},{name:"mdi-notebook-edit-outline",tags:[]},{name:"mdi-notebook-minus",tags:[]},{name:"mdi-notebook-minus-outline",tags:[]},{name:"mdi-notebook-multiple",tags:[]},{name:"mdi-notebook-outline",tags:[]},{name:"mdi-notebook-plus",tags:[]},{name:"mdi-notebook-plus-outline",tags:[]},{name:"mdi-notebook-remove",tags:[]},{name:"mdi-notebook-remove-outline",tags:[]},{name:"mdi-notification-clear-all",tags:[]},{name:"mdi-npm",tags:[]},{name:"mdi-nuke",tags:[]},{name:"mdi-null",tags:[]},{name:"mdi-numeric",tags:[]},{name:"mdi-numeric-0",tags:[]},{name:"mdi-numeric-0-box",tags:[]},{name:"mdi-numeric-0-box-multiple",tags:[]},{name:"mdi-numeric-0-box-multiple-outline",tags:[]},{name:"mdi-numeric-0-box-outline",tags:[]},{name:"mdi-numeric-0-circle",tags:[]},{name:"mdi-numeric-0-circle-outline",tags:[]},{name:"mdi-numeric-1",tags:[]},{name:"mdi-numeric-1-box",tags:[]},{name:"mdi-numeric-1-box-multiple",tags:[]},{name:"mdi-numeric-1-box-multiple-outline",tags:[]},{name:"mdi-numeric-1-box-outline",tags:[]},{name:"mdi-numeric-1-circle",tags:[]},{name:"mdi-numeric-1-circle-outline",tags:[]},{name:"mdi-numeric-10",tags:[]},{name:"mdi-numeric-10-box",tags:[]},{name:"mdi-numeric-10-box-multiple",tags:[]},{name:"mdi-numeric-10-box-multiple-outline",tags:[]},{name:"mdi-numeric-10-box-outline",tags:[]},{name:"mdi-numeric-10-circle",tags:[]},{name:"mdi-numeric-10-circle-outline",tags:[]},{name:"mdi-numeric-2",tags:[]},{name:"mdi-numeric-2-box",tags:[]},{name:"mdi-numeric-2-box-multiple",tags:[]},{name:"mdi-numeric-2-box-multiple-outline",tags:[]},{name:"mdi-numeric-2-box-outline",tags:[]},{name:"mdi-numeric-2-circle",tags:[]},{name:"mdi-numeric-2-circle-outline",tags:[]},{name:"mdi-numeric-3",tags:[]},{name:"mdi-numeric-3-box",tags:[]},{name:"mdi-numeric-3-box-multiple",tags:[]},{name:"mdi-numeric-3-box-multiple-outline",tags:[]},{name:"mdi-numeric-3-box-outline",tags:[]},{name:"mdi-numeric-3-circle",tags:[]},{name:"mdi-numeric-3-circle-outline",tags:[]},{name:"mdi-numeric-4",tags:[]},{name:"mdi-numeric-4-box",tags:[]},{name:"mdi-numeric-4-box-multiple",tags:[]},{name:"mdi-numeric-4-box-multiple-outline",tags:[]},{name:"mdi-numeric-4-box-outline",tags:[]},{name:"mdi-numeric-4-circle",tags:[]},{name:"mdi-numeric-4-circle-outline",tags:[]},{name:"mdi-numeric-5",tags:[]},{name:"mdi-numeric-5-box",tags:[]},{name:"mdi-numeric-5-box-multiple",tags:[]},{name:"mdi-numeric-5-box-multiple-outline",tags:[]},{name:"mdi-numeric-5-box-outline",tags:[]},{name:"mdi-numeric-5-circle",tags:[]},{name:"mdi-numeric-5-circle-outline",tags:[]},{name:"mdi-numeric-6",tags:[]},{name:"mdi-numeric-6-box",tags:[]},{name:"mdi-numeric-6-box-multiple",tags:[]},{name:"mdi-numeric-6-box-multiple-outline",tags:[]},{name:"mdi-numeric-6-box-outline",tags:[]},{name:"mdi-numeric-6-circle",tags:[]},{name:"mdi-numeric-6-circle-outline",tags:[]},{name:"mdi-numeric-7",tags:[]},{name:"mdi-numeric-7-box",tags:[]},{name:"mdi-numeric-7-box-multiple",tags:[]},{name:"mdi-numeric-7-box-multiple-outline",tags:[]},{name:"mdi-numeric-7-box-outline",tags:[]},{name:"mdi-numeric-7-circle",tags:[]},{name:"mdi-numeric-7-circle-outline",tags:[]},{name:"mdi-numeric-8",tags:[]},{name:"mdi-numeric-8-box",tags:[]},{name:"mdi-numeric-8-box-multiple",tags:[]},{name:"mdi-numeric-8-box-multiple-outline",tags:[]},{name:"mdi-numeric-8-box-outline",tags:[]},{name:"mdi-numeric-8-circle",tags:[]},{name:"mdi-numeric-8-circle-outline",tags:[]},{name:"mdi-numeric-9",tags:[]},{name:"mdi-numeric-9-box",tags:[]},{name:"mdi-numeric-9-box-multiple",tags:[]},{name:"mdi-numeric-9-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-box-outline",tags:[]},{name:"mdi-numeric-9-circle",tags:[]},{name:"mdi-numeric-9-circle-outline",tags:[]},{name:"mdi-numeric-9-plus",tags:[]},{name:"mdi-numeric-9-plus-box",tags:[]},{name:"mdi-numeric-9-plus-box-multiple",tags:[]},{name:"mdi-numeric-9-plus-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-plus-box-outline",tags:[]},{name:"mdi-numeric-9-plus-circle",tags:[]},{name:"mdi-numeric-9-plus-circle-outline",tags:[]},{name:"mdi-numeric-negative-1",tags:[]},{name:"mdi-numeric-positive-1",tags:[]},{name:"mdi-nut",tags:[]},{name:"mdi-nutrition",tags:[]},{name:"mdi-nuxt",tags:[]},{name:"mdi-oar",tags:[]},{name:"mdi-ocarina",tags:[]},{name:"mdi-oci",tags:[]},{name:"mdi-ocr",tags:[]},{name:"mdi-octagon",tags:[]},{name:"mdi-octagon-outline",tags:[]},{name:"mdi-octagram",tags:[]},{name:"mdi-octagram-outline",tags:[]},{name:"mdi-odnoklassniki",tags:[]},{name:"mdi-offer",tags:[]},{name:"mdi-office-building",tags:[]},{name:"mdi-office-building-marker",tags:[]},{name:"mdi-office-building-marker-outline",tags:[]},{name:"mdi-office-building-outline",tags:[]},{name:"mdi-oil",tags:[]},{name:"mdi-oil-lamp",tags:[]},{name:"mdi-oil-level",tags:[]},{name:"mdi-oil-temperature",tags:[]},{name:"mdi-om",tags:[]},{name:"mdi-omega",tags:[]},{name:"mdi-one-up",tags:[]},{name:"mdi-onepassword",tags:[]},{name:"mdi-opacity",tags:[]},{name:"mdi-open-in-app",tags:[]},{name:"mdi-open-in-new",tags:[]},{name:"mdi-open-source-initiative",tags:[]},{name:"mdi-openid",tags:[]},{name:"mdi-opera",tags:[]},{name:"mdi-orbit",tags:[]},{name:"mdi-orbit-variant",tags:[]},{name:"mdi-order-alphabetical-ascending",tags:[]},{name:"mdi-order-alphabetical-descending",tags:[]},{name:"mdi-order-bool-ascending",tags:[]},{name:"mdi-order-bool-ascending-variant",tags:[]},{name:"mdi-order-bool-descending",tags:[]},{name:"mdi-order-bool-descending-variant",tags:[]},{name:"mdi-order-numeric-ascending",tags:[]},{name:"mdi-order-numeric-descending",tags:[]},{name:"mdi-origin",tags:[]},{name:"mdi-ornament",tags:[]},{name:"mdi-ornament-variant",tags:[]},{name:"mdi-outdoor-lamp",tags:[]},{name:"mdi-overscan",tags:[]},{name:"mdi-owl",tags:[]},{name:"mdi-pac-man",tags:[]},{name:"mdi-package",tags:[]},{name:"mdi-package-down",tags:[]},{name:"mdi-package-up",tags:[]},{name:"mdi-package-variant",tags:[]},{name:"mdi-package-variant-closed",tags:[]},{name:"mdi-page-first",tags:[]},{name:"mdi-page-last",tags:[]},{name:"mdi-page-layout-body",tags:[]},{name:"mdi-page-layout-footer",tags:[]},{name:"mdi-page-layout-header",tags:[]},{name:"mdi-page-layout-header-footer",tags:[]},{name:"mdi-page-layout-sidebar-left",tags:[]},{name:"mdi-page-layout-sidebar-right",tags:[]},{name:"mdi-page-next",tags:[]},{name:"mdi-page-next-outline",tags:[]},{name:"mdi-page-previous",tags:[]},{name:"mdi-page-previous-outline",tags:[]},{name:"mdi-pail",tags:[]},{name:"mdi-pail-minus",tags:[]},{name:"mdi-pail-minus-outline",tags:[]},{name:"mdi-pail-off",tags:[]},{name:"mdi-pail-off-outline",tags:[]},{name:"mdi-pail-outline",tags:[]},{name:"mdi-pail-plus",tags:[]},{name:"mdi-pail-plus-outline",tags:[]},{name:"mdi-pail-remove",tags:[]},{name:"mdi-pail-remove-outline",tags:[]},{name:"mdi-palette",tags:[]},{name:"mdi-palette-advanced",tags:[]},{name:"mdi-palette-outline",tags:[]},{name:"mdi-palette-swatch",tags:[]},{name:"mdi-palette-swatch-outline",tags:[]},{name:"mdi-palm-tree",tags:[]},{name:"mdi-pan",tags:[]},{name:"mdi-pan-bottom-left",tags:[]},{name:"mdi-pan-bottom-right",tags:[]},{name:"mdi-pan-down",tags:[]},{name:"mdi-pan-horizontal",tags:[]},{name:"mdi-pan-left",tags:[]},{name:"mdi-pan-right",tags:[]},{name:"mdi-pan-top-left",tags:[]},{name:"mdi-pan-top-right",tags:[]},{name:"mdi-pan-up",tags:[]},{name:"mdi-pan-vertical",tags:[]},{name:"mdi-panda",tags:[]},{name:"mdi-pandora",tags:[]},{name:"mdi-panorama",tags:[]},{name:"mdi-panorama-fisheye",tags:[]},{name:"mdi-panorama-horizontal",tags:[]},{name:"mdi-panorama-vertical",tags:[]},{name:"mdi-panorama-wide-angle",tags:[]},{name:"mdi-paper-cut-vertical",tags:[]},{name:"mdi-paper-roll",tags:[]},{name:"mdi-paper-roll-outline",tags:[]},{name:"mdi-paperclip",tags:[]},{name:"mdi-parachute",tags:[]},{name:"mdi-parachute-outline",tags:[]},{name:"mdi-paragliding",tags:[]},{name:"mdi-parking",tags:[]},{name:"mdi-party-popper",tags:[]},{name:"mdi-passport",tags:[]},{name:"mdi-passport-biometric",tags:[]},{name:"mdi-pasta",tags:[]},{name:"mdi-patio-heater",tags:[]},{name:"mdi-patreon",tags:[]},{name:"mdi-pause",tags:[]},{name:"mdi-pause-circle",tags:[]},{name:"mdi-pause-circle-outline",tags:[]},{name:"mdi-pause-octagon",tags:[]},{name:"mdi-pause-octagon-outline",tags:[]},{name:"mdi-paw",tags:[]},{name:"mdi-paw-off",tags:[]},{name:"mdi-paw-off-outline",tags:[]},{name:"mdi-paw-outline",tags:[]},{name:"mdi-peace",tags:[]},{name:"mdi-peanut",tags:[]},{name:"mdi-peanut-off",tags:[]},{name:"mdi-peanut-off-outline",tags:[]},{name:"mdi-peanut-outline",tags:[]},{name:"mdi-pen",tags:[]},{name:"mdi-pen-lock",tags:[]},{name:"mdi-pen-minus",tags:[]},{name:"mdi-pen-off",tags:[]},{name:"mdi-pen-plus",tags:[]},{name:"mdi-pen-remove",tags:[]},{name:"mdi-pencil",tags:[]},{name:"mdi-pencil-box",tags:[]},{name:"mdi-pencil-box-multiple",tags:[]},{name:"mdi-pencil-box-multiple-outline",tags:[]},{name:"mdi-pencil-box-outline",tags:[]},{name:"mdi-pencil-circle",tags:[]},{name:"mdi-pencil-circle-outline",tags:[]},{name:"mdi-pencil-lock",tags:[]},{name:"mdi-pencil-lock-outline",tags:[]},{name:"mdi-pencil-minus",tags:[]},{name:"mdi-pencil-minus-outline",tags:[]},{name:"mdi-pencil-off",tags:[]},{name:"mdi-pencil-off-outline",tags:[]},{name:"mdi-pencil-outline",tags:[]},{name:"mdi-pencil-plus",tags:[]},{name:"mdi-pencil-plus-outline",tags:[]},{name:"mdi-pencil-remove",tags:[]},{name:"mdi-pencil-remove-outline",tags:[]},{name:"mdi-pencil-ruler",tags:[]},{name:"mdi-penguin",tags:[]},{name:"mdi-pentagon",tags:[]},{name:"mdi-pentagon-outline",tags:[]},{name:"mdi-pentagram",tags:[]},{name:"mdi-percent",tags:[]},{name:"mdi-percent-outline",tags:[]},{name:"mdi-periodic-table",tags:[]},{name:"mdi-perspective-less",tags:[]},{name:"mdi-perspective-more",tags:[]},{name:"mdi-ph",tags:[]},{name:"mdi-phone",tags:[]},{name:"mdi-phone-alert",tags:[]},{name:"mdi-phone-alert-outline",tags:[]},{name:"mdi-phone-bluetooth",tags:[]},{name:"mdi-phone-bluetooth-outline",tags:[]},{name:"mdi-phone-cancel",tags:[]},{name:"mdi-phone-cancel-outline",tags:[]},{name:"mdi-phone-check",tags:[]},{name:"mdi-phone-check-outline",tags:[]},{name:"mdi-phone-classic",tags:[]},{name:"mdi-phone-classic-off",tags:[]},{name:"mdi-phone-dial",tags:[]},{name:"mdi-phone-dial-outline",tags:[]},{name:"mdi-phone-forward",tags:[]},{name:"mdi-phone-forward-outline",tags:[]},{name:"mdi-phone-hangup",tags:[]},{name:"mdi-phone-hangup-outline",tags:[]},{name:"mdi-phone-in-talk",tags:[]},{name:"mdi-phone-in-talk-outline",tags:[]},{name:"mdi-phone-incoming",tags:[]},{name:"mdi-phone-incoming-outline",tags:[]},{name:"mdi-phone-lock",tags:[]},{name:"mdi-phone-lock-outline",tags:[]},{name:"mdi-phone-log",tags:[]},{name:"mdi-phone-log-outline",tags:[]},{name:"mdi-phone-message",tags:[]},{name:"mdi-phone-message-outline",tags:[]},{name:"mdi-phone-minus",tags:[]},{name:"mdi-phone-minus-outline",tags:[]},{name:"mdi-phone-missed",tags:[]},{name:"mdi-phone-missed-outline",tags:[]},{name:"mdi-phone-off",tags:[]},{name:"mdi-phone-off-outline",tags:[]},{name:"mdi-phone-outgoing",tags:[]},{name:"mdi-phone-outgoing-outline",tags:[]},{name:"mdi-phone-outline",tags:[]},{name:"mdi-phone-paused",tags:[]},{name:"mdi-phone-paused-outline",tags:[]},{name:"mdi-phone-plus",tags:[]},{name:"mdi-phone-plus-outline",tags:[]},{name:"mdi-phone-remove",tags:[]},{name:"mdi-phone-remove-outline",tags:[]},{name:"mdi-phone-return",tags:[]},{name:"mdi-phone-return-outline",tags:[]},{name:"mdi-phone-ring",tags:[]},{name:"mdi-phone-ring-outline",tags:[]},{name:"mdi-phone-rotate-landscape",tags:[]},{name:"mdi-phone-rotate-portrait",tags:[]},{name:"mdi-phone-settings",tags:[]},{name:"mdi-phone-settings-outline",tags:[]},{name:"mdi-phone-voip",tags:[]},{name:"mdi-pi",tags:[]},{name:"mdi-pi-box",tags:[]},{name:"mdi-pi-hole",tags:[]},{name:"mdi-piano",tags:[]},{name:"mdi-piano-off",tags:[]},{name:"mdi-pickaxe",tags:[]},{name:"mdi-picture-in-picture-bottom-right",tags:[]},{name:"mdi-picture-in-picture-bottom-right-outline",tags:[]},{name:"mdi-picture-in-picture-top-right",tags:[]},{name:"mdi-picture-in-picture-top-right-outline",tags:[]},{name:"mdi-pier",tags:[]},{name:"mdi-pier-crane",tags:[]},{name:"mdi-pig",tags:[]},{name:"mdi-pig-variant",tags:[]},{name:"mdi-pig-variant-outline",tags:[]},{name:"mdi-piggy-bank",tags:[]},{name:"mdi-piggy-bank-outline",tags:[]},{name:"mdi-pill",tags:[]},{name:"mdi-pillar",tags:[]},{name:"mdi-pin",tags:[]},{name:"mdi-pin-off",tags:[]},{name:"mdi-pin-off-outline",tags:[]},{name:"mdi-pin-outline",tags:[]},{name:"mdi-pine-tree",tags:[]},{name:"mdi-pine-tree-box",tags:[]},{name:"mdi-pine-tree-fire",tags:[]},{name:"mdi-pinterest",tags:[]},{name:"mdi-pinwheel",tags:[]},{name:"mdi-pinwheel-outline",tags:[]},{name:"mdi-pipe",tags:[]},{name:"mdi-pipe-disconnected",tags:[]},{name:"mdi-pipe-leak",tags:[]},{name:"mdi-pipe-wrench",tags:[]},{name:"mdi-pirate",tags:[]},{name:"mdi-pistol",tags:[]},{name:"mdi-piston",tags:[]},{name:"mdi-pitchfork",tags:[]},{name:"mdi-pizza",tags:[]},{name:"mdi-play",tags:[]},{name:"mdi-play-box",tags:[]},{name:"mdi-play-box-multiple",tags:[]},{name:"mdi-play-box-multiple-outline",tags:[]},{name:"mdi-play-box-outline",tags:[]},{name:"mdi-play-circle",tags:[]},{name:"mdi-play-circle-outline",tags:[]},{name:"mdi-play-network",tags:[]},{name:"mdi-play-network-outline",tags:[]},{name:"mdi-play-outline",tags:[]},{name:"mdi-play-pause",tags:[]},{name:"mdi-play-protected-content",tags:[]},{name:"mdi-play-speed",tags:[]},{name:"mdi-playlist-check",tags:[]},{name:"mdi-playlist-edit",tags:[]},{name:"mdi-playlist-minus",tags:[]},{name:"mdi-playlist-music",tags:[]},{name:"mdi-playlist-music-outline",tags:[]},{name:"mdi-playlist-play",tags:[]},{name:"mdi-playlist-plus",tags:[]},{name:"mdi-playlist-remove",tags:[]},{name:"mdi-playlist-star",tags:[]},{name:"mdi-plex",tags:[]},{name:"mdi-plus",tags:[]},{name:"mdi-plus-box",tags:[]},{name:"mdi-plus-box-multiple",tags:[]},{name:"mdi-plus-box-multiple-outline",tags:[]},{name:"mdi-plus-box-outline",tags:[]},{name:"mdi-plus-circle",tags:[]},{name:"mdi-plus-circle-multiple",tags:[]},{name:"mdi-plus-circle-multiple-outline",tags:[]},{name:"mdi-plus-circle-outline",tags:[]},{name:"mdi-plus-minus",tags:[]},{name:"mdi-plus-minus-box",tags:[]},{name:"mdi-plus-minus-variant",tags:[]},{name:"mdi-plus-network",tags:[]},{name:"mdi-plus-network-outline",tags:[]},{name:"mdi-plus-outline",tags:[]},{name:"mdi-plus-thick",tags:[]},{name:"mdi-podcast",tags:[]},{name:"mdi-podium",tags:[]},{name:"mdi-podium-bronze",tags:[]},{name:"mdi-podium-gold",tags:[]},{name:"mdi-podium-silver",tags:[]},{name:"mdi-point-of-sale",tags:[]},{name:"mdi-pokeball",tags:[]},{name:"mdi-pokemon-go",tags:[]},{name:"mdi-poker-chip",tags:[]},{name:"mdi-polaroid",tags:[]},{name:"mdi-police-badge",tags:[]},{name:"mdi-police-badge-outline",tags:[]},{name:"mdi-poll",tags:[]},{name:"mdi-polo",tags:[]},{name:"mdi-polymer",tags:[]},{name:"mdi-pool",tags:[]},{name:"mdi-popcorn",tags:[]},{name:"mdi-post",tags:[]},{name:"mdi-post-outline",tags:[]},{name:"mdi-postage-stamp",tags:[]},{name:"mdi-pot",tags:[]},{name:"mdi-pot-mix",tags:[]},{name:"mdi-pot-mix-outline",tags:[]},{name:"mdi-pot-outline",tags:[]},{name:"mdi-pot-steam",tags:[]},{name:"mdi-pot-steam-outline",tags:[]},{name:"mdi-pound",tags:[]},{name:"mdi-pound-box",tags:[]},{name:"mdi-pound-box-outline",tags:[]},{name:"mdi-power",tags:[]},{name:"mdi-power-cycle",tags:[]},{name:"mdi-power-off",tags:[]},{name:"mdi-power-on",tags:[]},{name:"mdi-power-plug",tags:[]},{name:"mdi-power-plug-off",tags:[]},{name:"mdi-power-plug-off-outline",tags:[]},{name:"mdi-power-plug-outline",tags:[]},{name:"mdi-power-settings",tags:[]},{name:"mdi-power-sleep",tags:[]},{name:"mdi-power-socket",tags:[]},{name:"mdi-power-socket-au",tags:[]},{name:"mdi-power-socket-ch",tags:[]},{name:"mdi-power-socket-de",tags:[]},{name:"mdi-power-socket-eu",tags:[]},{name:"mdi-power-socket-fr",tags:[]},{name:"mdi-power-socket-it",tags:[]},{name:"mdi-power-socket-jp",tags:[]},{name:"mdi-power-socket-uk",tags:[]},{name:"mdi-power-socket-us",tags:[]},{name:"mdi-power-standby",tags:[]},{name:"mdi-powershell",tags:[]},{name:"mdi-prescription",tags:[]},{name:"mdi-presentation",tags:[]},{name:"mdi-presentation-play",tags:[]},{name:"mdi-pretzel",tags:[]},{name:"mdi-printer",tags:[]},{name:"mdi-printer-3d",tags:[]},{name:"mdi-printer-3d-nozzle",tags:[]},{name:"mdi-printer-3d-nozzle-alert",tags:[]},{name:"mdi-printer-3d-nozzle-alert-outline",tags:[]},{name:"mdi-printer-3d-nozzle-outline",tags:[]},{name:"mdi-printer-alert",tags:[]},{name:"mdi-printer-check",tags:[]},{name:"mdi-printer-eye",tags:[]},{name:"mdi-printer-off",tags:[]},{name:"mdi-printer-off-outline",tags:[]},{name:"mdi-printer-outline",tags:[]},{name:"mdi-printer-pos",tags:[]},{name:"mdi-printer-search",tags:[]},{name:"mdi-printer-settings",tags:[]},{name:"mdi-printer-wireless",tags:[]},{name:"mdi-priority-high",tags:[]},{name:"mdi-priority-low",tags:[]},{name:"mdi-professional-hexagon",tags:[]},{name:"mdi-progress-alert",tags:[]},{name:"mdi-progress-check",tags:[]},{name:"mdi-progress-clock",tags:[]},{name:"mdi-progress-close",tags:[]},{name:"mdi-progress-download",tags:[]},{name:"mdi-progress-pencil",tags:[]},{name:"mdi-progress-question",tags:[]},{name:"mdi-progress-star",tags:[]},{name:"mdi-progress-upload",tags:[]},{name:"mdi-progress-wrench",tags:[]},{name:"mdi-projector",tags:[]},{name:"mdi-projector-screen",tags:[]},{name:"mdi-projector-screen-off",tags:[]},{name:"mdi-projector-screen-off-outline",tags:[]},{name:"mdi-projector-screen-outline",tags:[]},{name:"mdi-projector-screen-variant",tags:[]},{name:"mdi-projector-screen-variant-off",tags:[]},{name:"mdi-projector-screen-variant-off-outline",tags:[]},{name:"mdi-projector-screen-variant-outline",tags:[]},{name:"mdi-propane-tank",tags:[]},{name:"mdi-propane-tank-outline",tags:[]},{name:"mdi-protocol",tags:[]},{name:"mdi-publish",tags:[]},{name:"mdi-pulse",tags:[]},{name:"mdi-pump",tags:[]},{name:"mdi-pumpkin",tags:[]},{name:"mdi-purse",tags:[]},{name:"mdi-purse-outline",tags:[]},{name:"mdi-puzzle",tags:[]},{name:"mdi-puzzle-check",tags:[]},{name:"mdi-puzzle-check-outline",tags:[]},{name:"mdi-puzzle-edit",tags:[]},{name:"mdi-puzzle-edit-outline",tags:[]},{name:"mdi-puzzle-heart",tags:[]},{name:"mdi-puzzle-heart-outline",tags:[]},{name:"mdi-puzzle-minus",tags:[]},{name:"mdi-puzzle-minus-outline",tags:[]},{name:"mdi-puzzle-outline",tags:[]},{name:"mdi-puzzle-plus",tags:[]},{name:"mdi-puzzle-plus-outline",tags:[]},{name:"mdi-puzzle-remove",tags:[]},{name:"mdi-puzzle-remove-outline",tags:[]},{name:"mdi-puzzle-star",tags:[]},{name:"mdi-puzzle-star-outline",tags:[]},{name:"mdi-qi",tags:[]},{name:"mdi-qqchat",tags:[]},{name:"mdi-qrcode",tags:[]},{name:"mdi-qrcode-edit",tags:[]},{name:"mdi-qrcode-minus",tags:[]},{name:"mdi-qrcode-plus",tags:[]},{name:"mdi-qrcode-remove",tags:[]},{name:"mdi-qrcode-scan",tags:[]},{name:"mdi-quadcopter",tags:[]},{name:"mdi-quality-high",tags:[]},{name:"mdi-quality-low",tags:[]},{name:"mdi-quality-medium",tags:[]},{name:"mdi-quora",tags:[]},{name:"mdi-rabbit",tags:[]},{name:"mdi-racing-helmet",tags:[]},{name:"mdi-racquetball",tags:[]},{name:"mdi-radar",tags:[]},{name:"mdi-radiator",tags:[]},{name:"mdi-radiator-disabled",tags:[]},{name:"mdi-radiator-off",tags:[]},{name:"mdi-radio",tags:[]},{name:"mdi-radio-am",tags:[]},{name:"mdi-radio-fm",tags:[]},{name:"mdi-radio-handheld",tags:[]},{name:"mdi-radio-off",tags:[]},{name:"mdi-radio-tower",tags:[]},{name:"mdi-radioactive",tags:[]},{name:"mdi-radioactive-off",tags:[]},{name:"mdi-radiobox-blank",tags:[]},{name:"mdi-radiobox-marked",tags:[]},{name:"mdi-radiology-box",tags:[]},{name:"mdi-radiology-box-outline",tags:[]},{name:"mdi-radius",tags:[]},{name:"mdi-radius-outline",tags:[]},{name:"mdi-railroad-light",tags:[]},{name:"mdi-rake",tags:[]},{name:"mdi-raspberry-pi",tags:[]},{name:"mdi-ray-end",tags:[]},{name:"mdi-ray-end-arrow",tags:[]},{name:"mdi-ray-start",tags:[]},{name:"mdi-ray-start-arrow",tags:[]},{name:"mdi-ray-start-end",tags:[]},{name:"mdi-ray-start-vertex-end",tags:[]},{name:"mdi-ray-vertex",tags:[]},{name:"mdi-react",tags:[]},{name:"mdi-read",tags:[]},{name:"mdi-receipt",tags:[]},{name:"mdi-record",tags:[]},{name:"mdi-record-circle",tags:[]},{name:"mdi-record-circle-outline",tags:[]},{name:"mdi-record-player",tags:[]},{name:"mdi-record-rec",tags:[]},{name:"mdi-rectangle",tags:[]},{name:"mdi-rectangle-outline",tags:[]},{name:"mdi-recycle",tags:[]},{name:"mdi-recycle-variant",tags:[]},{name:"mdi-reddit",tags:[]},{name:"mdi-redhat",tags:[]},{name:"mdi-redo",tags:[]},{name:"mdi-redo-variant",tags:[]},{name:"mdi-reflect-horizontal",tags:[]},{name:"mdi-reflect-vertical",tags:[]},{name:"mdi-refresh",tags:[]},{name:"mdi-refresh-circle",tags:[]},{name:"mdi-regex",tags:[]},{name:"mdi-registered-trademark",tags:[]},{name:"mdi-reiterate",tags:[]},{name:"mdi-relation-many-to-many",tags:[]},{name:"mdi-relation-many-to-one",tags:[]},{name:"mdi-relation-many-to-one-or-many",tags:[]},{name:"mdi-relation-many-to-only-one",tags:[]},{name:"mdi-relation-many-to-zero-or-many",tags:[]},{name:"mdi-relation-many-to-zero-or-one",tags:[]},{name:"mdi-relation-one-or-many-to-many",tags:[]},{name:"mdi-relation-one-or-many-to-one",tags:[]},{name:"mdi-relation-one-or-many-to-one-or-many",tags:[]},{name:"mdi-relation-one-or-many-to-only-one",tags:[]},{name:"mdi-relation-one-or-many-to-zero-or-many",tags:[]},{name:"mdi-relation-one-or-many-to-zero-or-one",tags:[]},{name:"mdi-relation-one-to-many",tags:[]},{name:"mdi-relation-one-to-one",tags:[]},{name:"mdi-relation-one-to-one-or-many",tags:[]},{name:"mdi-relation-one-to-only-one",tags:[]},{name:"mdi-relation-one-to-zero-or-many",tags:[]},{name:"mdi-relation-one-to-zero-or-one",tags:[]},{name:"mdi-relation-only-one-to-many",tags:[]},{name:"mdi-relation-only-one-to-one",tags:[]},{name:"mdi-relation-only-one-to-one-or-many",tags:[]},{name:"mdi-relation-only-one-to-only-one",tags:[]},{name:"mdi-relation-only-one-to-zero-or-many",tags:[]},{name:"mdi-relation-only-one-to-zero-or-one",tags:[]},{name:"mdi-relation-zero-or-many-to-many",tags:[]},{name:"mdi-relation-zero-or-many-to-one",tags:[]},{name:"mdi-relation-zero-or-many-to-one-or-many",tags:[]},{name:"mdi-relation-zero-or-many-to-only-one",tags:[]},{name:"mdi-relation-zero-or-many-to-zero-or-many",tags:[]},{name:"mdi-relation-zero-or-many-to-zero-or-one",tags:[]},{name:"mdi-relation-zero-or-one-to-many",tags:[]},{name:"mdi-relation-zero-or-one-to-one",tags:[]},{name:"mdi-relation-zero-or-one-to-one-or-many",tags:[]},{name:"mdi-relation-zero-or-one-to-only-one",tags:[]},{name:"mdi-relation-zero-or-one-to-zero-or-many",tags:[]},{name:"mdi-relation-zero-or-one-to-zero-or-one",tags:[]},{name:"mdi-relative-scale",tags:[]},{name:"mdi-reload",tags:[]},{name:"mdi-reload-alert",tags:[]},{name:"mdi-reminder",tags:[]},{name:"mdi-remote",tags:[]},{name:"mdi-remote-desktop",tags:[]},{name:"mdi-remote-off",tags:[]},{name:"mdi-remote-tv",tags:[]},{name:"mdi-remote-tv-off",tags:[]},{name:"mdi-rename-box",tags:[]},{name:"mdi-reorder-horizontal",tags:[]},{name:"mdi-reorder-vertical",tags:[]},{name:"mdi-repeat",tags:[]},{name:"mdi-repeat-off",tags:[]},{name:"mdi-repeat-once",tags:[]},{name:"mdi-repeat-variant",tags:[]},{name:"mdi-replay",tags:[]},{name:"mdi-reply",tags:[]},{name:"mdi-reply-all",tags:[]},{name:"mdi-reply-all-outline",tags:[]},{name:"mdi-reply-circle",tags:[]},{name:"mdi-reply-outline",tags:[]},{name:"mdi-reproduction",tags:[]},{name:"mdi-resistor",tags:[]},{name:"mdi-resistor-nodes",tags:[]},{name:"mdi-resize",tags:[]},{name:"mdi-resize-bottom-right",tags:[]},{name:"mdi-responsive",tags:[]},{name:"mdi-restart",tags:[]},{name:"mdi-restart-alert",tags:[]},{name:"mdi-restart-off",tags:[]},{name:"mdi-restore",tags:[]},{name:"mdi-restore-alert",tags:[]},{name:"mdi-rewind",tags:[]},{name:"mdi-rewind-10",tags:[]},{name:"mdi-rewind-30",tags:[]},{name:"mdi-rewind-5",tags:[]},{name:"mdi-rewind-60",tags:[]},{name:"mdi-rewind-outline",tags:[]},{name:"mdi-rhombus",tags:[]},{name:"mdi-rhombus-medium",tags:[]},{name:"mdi-rhombus-medium-outline",tags:[]},{name:"mdi-rhombus-outline",tags:[]},{name:"mdi-rhombus-split",tags:[]},{name:"mdi-rhombus-split-outline",tags:[]},{name:"mdi-ribbon",tags:[]},{name:"mdi-rice",tags:[]},{name:"mdi-rickshaw",tags:[]},{name:"mdi-rickshaw-electric",tags:[]},{name:"mdi-ring",tags:[]},{name:"mdi-rivet",tags:[]},{name:"mdi-road",tags:[]},{name:"mdi-road-variant",tags:[]},{name:"mdi-robber",tags:[]},{name:"mdi-robot",tags:[]},{name:"mdi-robot-angry",tags:[]},{name:"mdi-robot-angry-outline",tags:[]},{name:"mdi-robot-confused",tags:[]},{name:"mdi-robot-confused-outline",tags:[]},{name:"mdi-robot-dead",tags:[]},{name:"mdi-robot-dead-outline",tags:[]},{name:"mdi-robot-excited",tags:[]},{name:"mdi-robot-excited-outline",tags:[]},{name:"mdi-robot-happy",tags:[]},{name:"mdi-robot-happy-outline",tags:[]},{name:"mdi-robot-industrial",tags:[]},{name:"mdi-robot-love",tags:[]},{name:"mdi-robot-love-outline",tags:[]},{name:"mdi-robot-mower",tags:[]},{name:"mdi-robot-mower-outline",tags:[]},{name:"mdi-robot-off",tags:[]},{name:"mdi-robot-off-outline",tags:[]},{name:"mdi-robot-outline",tags:[]},{name:"mdi-robot-vacuum",tags:[]},{name:"mdi-robot-vacuum-variant",tags:[]},{name:"mdi-rocket",tags:[]},{name:"mdi-rocket-launch",tags:[]},{name:"mdi-rocket-launch-outline",tags:[]},{name:"mdi-rocket-outline",tags:[]},{name:"mdi-rodent",tags:[]},{name:"mdi-roller-skate",tags:[]},{name:"mdi-roller-skate-off",tags:[]},{name:"mdi-rollerblade",tags:[]},{name:"mdi-rollerblade-off",tags:[]},{name:"mdi-rollupjs",tags:[]},{name:"mdi-roman-numeral-1",tags:[]},{name:"mdi-roman-numeral-10",tags:[]},{name:"mdi-roman-numeral-2",tags:[]},{name:"mdi-roman-numeral-3",tags:[]},{name:"mdi-roman-numeral-4",tags:[]},{name:"mdi-roman-numeral-5",tags:[]},{name:"mdi-roman-numeral-6",tags:[]},{name:"mdi-roman-numeral-7",tags:[]},{name:"mdi-roman-numeral-8",tags:[]},{name:"mdi-roman-numeral-9",tags:[]},{name:"mdi-room-service",tags:[]},{name:"mdi-room-service-outline",tags:[]},{name:"mdi-rotate-3d",tags:[]},{name:"mdi-rotate-3d-variant",tags:[]},{name:"mdi-rotate-left",tags:[]},{name:"mdi-rotate-left-variant",tags:[]},{name:"mdi-rotate-orbit",tags:[]},{name:"mdi-rotate-right",tags:[]},{name:"mdi-rotate-right-variant",tags:[]},{name:"mdi-rounded-corner",tags:[]},{name:"mdi-router",tags:[]},{name:"mdi-router-network",tags:[]},{name:"mdi-router-wireless",tags:[]},{name:"mdi-router-wireless-off",tags:[]},{name:"mdi-router-wireless-settings",tags:[]},{name:"mdi-routes",tags:[]},{name:"mdi-routes-clock",tags:[]},{name:"mdi-rowing",tags:[]},{name:"mdi-rss",tags:[]},{name:"mdi-rss-box",tags:[]},{name:"mdi-rss-off",tags:[]},{name:"mdi-rug",tags:[]},{name:"mdi-rugby",tags:[]},{name:"mdi-ruler",tags:[]},{name:"mdi-ruler-square",tags:[]},{name:"mdi-ruler-square-compass",tags:[]},{name:"mdi-run",tags:[]},{name:"mdi-run-fast",tags:[]},{name:"mdi-rv-truck",tags:[]},{name:"mdi-sack",tags:[]},{name:"mdi-sack-percent",tags:[]},{name:"mdi-safe",tags:[]},{name:"mdi-safe-square",tags:[]},{name:"mdi-safe-square-outline",tags:[]},{name:"mdi-safety-goggles",tags:[]},{name:"mdi-sail-boat",tags:[]},{name:"mdi-sale",tags:[]},{name:"mdi-salesforce",tags:[]},{name:"mdi-sass",tags:[]},{name:"mdi-satellite",tags:[]},{name:"mdi-satellite-uplink",tags:[]},{name:"mdi-satellite-variant",tags:[]},{name:"mdi-sausage",tags:[]},{name:"mdi-sausage-off",tags:[]},{name:"mdi-saw-blade",tags:[]},{name:"mdi-sawtooth-wave",tags:[]},{name:"mdi-saxophone",tags:[]},{name:"mdi-scale",tags:[]},{name:"mdi-scale-balance",tags:[]},{name:"mdi-scale-bathroom",tags:[]},{name:"mdi-scale-off",tags:[]},{name:"mdi-scan-helper",tags:[]},{name:"mdi-scanner",tags:[]},{name:"mdi-scanner-off",tags:[]},{name:"mdi-scatter-plot",tags:[]},{name:"mdi-scatter-plot-outline",tags:[]},{name:"mdi-school",tags:[]},{name:"mdi-school-outline",tags:[]},{name:"mdi-scissors-cutting",tags:[]},{name:"mdi-scooter",tags:[]},{name:"mdi-scooter-electric",tags:[]},{name:"mdi-scoreboard",tags:[]},{name:"mdi-scoreboard-outline",tags:[]},{name:"mdi-screen-rotation",tags:[]},{name:"mdi-screen-rotation-lock",tags:[]},{name:"mdi-screw-flat-top",tags:[]},{name:"mdi-screw-lag",tags:[]},{name:"mdi-screw-machine-flat-top",tags:[]},{name:"mdi-screw-machine-round-top",tags:[]},{name:"mdi-screw-round-top",tags:[]},{name:"mdi-screwdriver",tags:[]},{name:"mdi-script",tags:[]},{name:"mdi-script-outline",tags:[]},{name:"mdi-script-text",tags:[]},{name:"mdi-script-text-key",tags:[]},{name:"mdi-script-text-key-outline",tags:[]},{name:"mdi-script-text-outline",tags:[]},{name:"mdi-script-text-play",tags:[]},{name:"mdi-script-text-play-outline",tags:[]},{name:"mdi-sd",tags:[]},{name:"mdi-seal",tags:[]},{name:"mdi-seal-variant",tags:[]},{name:"mdi-search-web",tags:[]},{name:"mdi-seat",tags:[]},{name:"mdi-seat-flat",tags:[]},{name:"mdi-seat-flat-angled",tags:[]},{name:"mdi-seat-individual-suite",tags:[]},{name:"mdi-seat-legroom-extra",tags:[]},{name:"mdi-seat-legroom-normal",tags:[]},{name:"mdi-seat-legroom-reduced",tags:[]},{name:"mdi-seat-outline",tags:[]},{name:"mdi-seat-passenger",tags:[]},{name:"mdi-seat-recline-extra",tags:[]},{name:"mdi-seat-recline-normal",tags:[]},{name:"mdi-seatbelt",tags:[]},{name:"mdi-security",tags:[]},{name:"mdi-security-network",tags:[]},{name:"mdi-seed",tags:[]},{name:"mdi-seed-off",tags:[]},{name:"mdi-seed-off-outline",tags:[]},{name:"mdi-seed-outline",tags:[]},{name:"mdi-seesaw",tags:[]},{name:"mdi-segment",tags:[]},{name:"mdi-select",tags:[]},{name:"mdi-select-all",tags:[]},{name:"mdi-select-color",tags:[]},{name:"mdi-select-compare",tags:[]},{name:"mdi-select-drag",tags:[]},{name:"mdi-select-group",tags:[]},{name:"mdi-select-inverse",tags:[]},{name:"mdi-select-marker",tags:[]},{name:"mdi-select-multiple",tags:[]},{name:"mdi-select-multiple-marker",tags:[]},{name:"mdi-select-off",tags:[]},{name:"mdi-select-place",tags:[]},{name:"mdi-select-remove",tags:[]},{name:"mdi-select-search",tags:[]},{name:"mdi-selection",tags:[]},{name:"mdi-selection-drag",tags:[]},{name:"mdi-selection-ellipse",tags:[]},{name:"mdi-selection-ellipse-arrow-inside",tags:[]},{name:"mdi-selection-ellipse-remove",tags:[]},{name:"mdi-selection-marker",tags:[]},{name:"mdi-selection-multiple",tags:[]},{name:"mdi-selection-multiple-marker",tags:[]},{name:"mdi-selection-off",tags:[]},{name:"mdi-selection-remove",tags:[]},{name:"mdi-selection-search",tags:[]},{name:"mdi-semantic-web",tags:[]},{name:"mdi-send",tags:[]},{name:"mdi-send-check",tags:[]},{name:"mdi-send-check-outline",tags:[]},{name:"mdi-send-circle",tags:[]},{name:"mdi-send-circle-outline",tags:[]},{name:"mdi-send-clock",tags:[]},{name:"mdi-send-clock-outline",tags:[]},{name:"mdi-send-lock",tags:[]},{name:"mdi-send-lock-outline",tags:[]},{name:"mdi-send-outline",tags:[]},{name:"mdi-serial-port",tags:[]},{name:"mdi-server",tags:[]},{name:"mdi-server-minus",tags:[]},{name:"mdi-server-network",tags:[]},{name:"mdi-server-network-off",tags:[]},{name:"mdi-server-off",tags:[]},{name:"mdi-server-plus",tags:[]},{name:"mdi-server-remove",tags:[]},{name:"mdi-server-security",tags:[]},{name:"mdi-set-all",tags:[]},{name:"mdi-set-center",tags:[]},{name:"mdi-set-center-right",tags:[]},{name:"mdi-set-left",tags:[]},{name:"mdi-set-left-center",tags:[]},{name:"mdi-set-left-right",tags:[]},{name:"mdi-set-merge",tags:[]},{name:"mdi-set-none",tags:[]},{name:"mdi-set-right",tags:[]},{name:"mdi-set-split",tags:[]},{name:"mdi-set-square",tags:[]},{name:"mdi-set-top-box",tags:[]},{name:"mdi-settings-helper",tags:[]},{name:"mdi-shaker",tags:[]},{name:"mdi-shaker-outline",tags:[]},{name:"mdi-shape",tags:[]},{name:"mdi-shape-circle-plus",tags:[]},{name:"mdi-shape-outline",tags:[]},{name:"mdi-shape-oval-plus",tags:[]},{name:"mdi-shape-plus",tags:[]},{name:"mdi-shape-polygon-plus",tags:[]},{name:"mdi-shape-rectangle-plus",tags:[]},{name:"mdi-shape-square-plus",tags:[]},{name:"mdi-shape-square-rounded-plus",tags:[]},{name:"mdi-share",tags:[]},{name:"mdi-share-all",tags:[]},{name:"mdi-share-all-outline",tags:[]},{name:"mdi-share-circle",tags:[]},{name:"mdi-share-off",tags:[]},{name:"mdi-share-off-outline",tags:[]},{name:"mdi-share-outline",tags:[]},{name:"mdi-share-variant",tags:[]},{name:"mdi-share-variant-outline",tags:[]},{name:"mdi-shark-fin",tags:[]},{name:"mdi-shark-fin-outline",tags:[]},{name:"mdi-sheep",tags:[]},{name:"mdi-shield",tags:[]},{name:"mdi-shield-account",tags:[]},{name:"mdi-shield-account-outline",tags:[]},{name:"mdi-shield-account-variant",tags:[]},{name:"mdi-shield-account-variant-outline",tags:[]},{name:"mdi-shield-airplane",tags:[]},{name:"mdi-shield-airplane-outline",tags:[]},{name:"mdi-shield-alert",tags:[]},{name:"mdi-shield-alert-outline",tags:[]},{name:"mdi-shield-bug",tags:[]},{name:"mdi-shield-bug-outline",tags:[]},{name:"mdi-shield-car",tags:[]},{name:"mdi-shield-check",tags:[]},{name:"mdi-shield-check-outline",tags:[]},{name:"mdi-shield-cross",tags:[]},{name:"mdi-shield-cross-outline",tags:[]},{name:"mdi-shield-edit",tags:[]},{name:"mdi-shield-edit-outline",tags:[]},{name:"mdi-shield-half",tags:[]},{name:"mdi-shield-half-full",tags:[]},{name:"mdi-shield-home",tags:[]},{name:"mdi-shield-home-outline",tags:[]},{name:"mdi-shield-key",tags:[]},{name:"mdi-shield-key-outline",tags:[]},{name:"mdi-shield-link-variant",tags:[]},{name:"mdi-shield-link-variant-outline",tags:[]},{name:"mdi-shield-lock",tags:[]},{name:"mdi-shield-lock-outline",tags:[]},{name:"mdi-shield-moon",tags:[]},{name:"mdi-shield-moon-outline",tags:[]},{name:"mdi-shield-off",tags:[]},{name:"mdi-shield-off-outline",tags:[]},{name:"mdi-shield-outline",tags:[]},{name:"mdi-shield-plus",tags:[]},{name:"mdi-shield-plus-outline",tags:[]},{name:"mdi-shield-refresh",tags:[]},{name:"mdi-shield-refresh-outline",tags:[]},{name:"mdi-shield-remove",tags:[]},{name:"mdi-shield-remove-outline",tags:[]},{name:"mdi-shield-search",tags:[]},{name:"mdi-shield-star",tags:[]},{name:"mdi-shield-star-outline",tags:[]},{name:"mdi-shield-sun",tags:[]},{name:"mdi-shield-sun-outline",tags:[]},{name:"mdi-shield-sync",tags:[]},{name:"mdi-shield-sync-outline",tags:[]},{name:"mdi-shimmer",tags:[]},{name:"mdi-ship-wheel",tags:[]},{name:"mdi-shoe-ballet",tags:[]},{name:"mdi-shoe-cleat",tags:[]},{name:"mdi-shoe-formal",tags:[]},{name:"mdi-shoe-heel",tags:[]},{name:"mdi-shoe-print",tags:[]},{name:"mdi-shoe-sneaker",tags:[]},{name:"mdi-shopping",tags:[]},{name:"mdi-shopping-music",tags:[]},{name:"mdi-shopping-outline",tags:[]},{name:"mdi-shopping-search",tags:[]},{name:"mdi-shore",tags:[]},{name:"mdi-shovel",tags:[]},{name:"mdi-shovel-off",tags:[]},{name:"mdi-shower",tags:[]},{name:"mdi-shower-head",tags:[]},{name:"mdi-shredder",tags:[]},{name:"mdi-shuffle",tags:[]},{name:"mdi-shuffle-disabled",tags:[]},{name:"mdi-shuffle-variant",tags:[]},{name:"mdi-shuriken",tags:[]},{name:"mdi-sigma",tags:[]},{name:"mdi-sigma-lower",tags:[]},{name:"mdi-sign-caution",tags:[]},{name:"mdi-sign-direction",tags:[]},{name:"mdi-sign-direction-minus",tags:[]},{name:"mdi-sign-direction-plus",tags:[]},{name:"mdi-sign-direction-remove",tags:[]},{name:"mdi-sign-pole",tags:[]},{name:"mdi-sign-real-estate",tags:[]},{name:"mdi-sign-text",tags:[]},{name:"mdi-signal",tags:[]},{name:"mdi-signal-2g",tags:[]},{name:"mdi-signal-3g",tags:[]},{name:"mdi-signal-4g",tags:[]},{name:"mdi-signal-5g",tags:[]},{name:"mdi-signal-cellular-1",tags:[]},{name:"mdi-signal-cellular-2",tags:[]},{name:"mdi-signal-cellular-3",tags:[]},{name:"mdi-signal-cellular-outline",tags:[]},{name:"mdi-signal-distance-variant",tags:[]},{name:"mdi-signal-hspa",tags:[]},{name:"mdi-signal-hspa-plus",tags:[]},{name:"mdi-signal-off",tags:[]},{name:"mdi-signal-variant",tags:[]},{name:"mdi-signature",tags:[]},{name:"mdi-signature-freehand",tags:[]},{name:"mdi-signature-image",tags:[]},{name:"mdi-signature-text",tags:[]},{name:"mdi-silo",tags:[]},{name:"mdi-silverware",tags:[]},{name:"mdi-silverware-clean",tags:[]},{name:"mdi-silverware-fork",tags:[]},{name:"mdi-silverware-fork-knife",tags:[]},{name:"mdi-silverware-spoon",tags:[]},{name:"mdi-silverware-variant",tags:[]},{name:"mdi-sim",tags:[]},{name:"mdi-sim-alert",tags:[]},{name:"mdi-sim-alert-outline",tags:[]},{name:"mdi-sim-off",tags:[]},{name:"mdi-sim-off-outline",tags:[]},{name:"mdi-sim-outline",tags:[]},{name:"mdi-simple-icons",tags:[]},{name:"mdi-sina-weibo",tags:[]},{name:"mdi-sine-wave",tags:[]},{name:"mdi-sitemap",tags:[]},{name:"mdi-size-l",tags:[]},{name:"mdi-size-m",tags:[]},{name:"mdi-size-s",tags:[]},{name:"mdi-size-xl",tags:[]},{name:"mdi-size-xs",tags:[]},{name:"mdi-size-xxl",tags:[]},{name:"mdi-size-xxs",tags:[]},{name:"mdi-size-xxxl",tags:[]},{name:"mdi-skate",tags:[]},{name:"mdi-skate-off",tags:[]},{name:"mdi-skateboard",tags:[]},{name:"mdi-skateboarding",tags:[]},{name:"mdi-skew-less",tags:[]},{name:"mdi-skew-more",tags:[]},{name:"mdi-ski",tags:[]},{name:"mdi-ski-cross-country",tags:[]},{name:"mdi-ski-water",tags:[]},{name:"mdi-skip-backward",tags:[]},{name:"mdi-skip-backward-outline",tags:[]},{name:"mdi-skip-forward",tags:[]},{name:"mdi-skip-forward-outline",tags:[]},{name:"mdi-skip-next",tags:[]},{name:"mdi-skip-next-circle",tags:[]},{name:"mdi-skip-next-circle-outline",tags:[]},{name:"mdi-skip-next-outline",tags:[]},{name:"mdi-skip-previous",tags:[]},{name:"mdi-skip-previous-circle",tags:[]},{name:"mdi-skip-previous-circle-outline",tags:[]},{name:"mdi-skip-previous-outline",tags:[]},{name:"mdi-skull",tags:[]},{name:"mdi-skull-crossbones",tags:[]},{name:"mdi-skull-crossbones-outline",tags:[]},{name:"mdi-skull-outline",tags:[]},{name:"mdi-skull-scan",tags:[]},{name:"mdi-skull-scan-outline",tags:[]},{name:"mdi-skype",tags:[]},{name:"mdi-skype-business",tags:[]},{name:"mdi-slack",tags:[]},{name:"mdi-slash-forward",tags:[]},{name:"mdi-slash-forward-box",tags:[]},{name:"mdi-sledding",tags:[]},{name:"mdi-sleep",tags:[]},{name:"mdi-sleep-off",tags:[]},{name:"mdi-slide",tags:[]},{name:"mdi-slope-downhill",tags:[]},{name:"mdi-slope-uphill",tags:[]},{name:"mdi-slot-machine",tags:[]},{name:"mdi-slot-machine-outline",tags:[]},{name:"mdi-smart-card",tags:[]},{name:"mdi-smart-card-outline",tags:[]},{name:"mdi-smart-card-reader",tags:[]},{name:"mdi-smart-card-reader-outline",tags:[]},{name:"mdi-smog",tags:[]},{name:"mdi-smoke",tags:[]},{name:"mdi-smoke-detector",tags:[]},{name:"mdi-smoke-detector-off",tags:[]},{name:"mdi-smoke-detector-off-outline",tags:[]},{name:"mdi-smoke-detector-outline",tags:[]},{name:"mdi-smoke-detector-variant",tags:[]},{name:"mdi-smoke-detector-variant-off",tags:[]},{name:"mdi-smoking",tags:[]},{name:"mdi-smoking-off",tags:[]},{name:"mdi-smoking-pipe",tags:[]},{name:"mdi-smoking-pipe-off",tags:[]},{name:"mdi-snail",tags:[]},{name:"mdi-snake",tags:[]},{name:"mdi-snapchat",tags:[]},{name:"mdi-snowboard",tags:[]},{name:"mdi-snowflake",tags:[]},{name:"mdi-snowflake-alert",tags:[]},{name:"mdi-snowflake-melt",tags:[]},{name:"mdi-snowflake-off",tags:[]},{name:"mdi-snowflake-variant",tags:[]},{name:"mdi-snowman",tags:[]},{name:"mdi-snowmobile",tags:[]},{name:"mdi-soccer",tags:[]},{name:"mdi-soccer-field",tags:[]},{name:"mdi-social-distance-2-meters",tags:[]},{name:"mdi-social-distance-6-feet",tags:[]},{name:"mdi-sofa",tags:[]},{name:"mdi-sofa-outline",tags:[]},{name:"mdi-sofa-single",tags:[]},{name:"mdi-sofa-single-outline",tags:[]},{name:"mdi-solar-panel",tags:[]},{name:"mdi-solar-panel-large",tags:[]},{name:"mdi-solar-power",tags:[]},{name:"mdi-soldering-iron",tags:[]},{name:"mdi-solid",tags:[]},{name:"mdi-sony-playstation",tags:[]},{name:"mdi-sort",tags:[]},{name:"mdi-sort-alphabetical-ascending",tags:[]},{name:"mdi-sort-alphabetical-ascending-variant",tags:[]},{name:"mdi-sort-alphabetical-descending",tags:[]},{name:"mdi-sort-alphabetical-descending-variant",tags:[]},{name:"mdi-sort-alphabetical-variant",tags:[]},{name:"mdi-sort-ascending",tags:[]},{name:"mdi-sort-bool-ascending",tags:[]},{name:"mdi-sort-bool-ascending-variant",tags:[]},{name:"mdi-sort-bool-descending",tags:[]},{name:"mdi-sort-bool-descending-variant",tags:[]},{name:"mdi-sort-calendar-ascending",tags:[]},{name:"mdi-sort-calendar-descending",tags:[]},{name:"mdi-sort-clock-ascending",tags:[]},{name:"mdi-sort-clock-ascending-outline",tags:[]},{name:"mdi-sort-clock-descending",tags:[]},{name:"mdi-sort-clock-descending-outline",tags:[]},{name:"mdi-sort-descending",tags:[]},{name:"mdi-sort-numeric-ascending",tags:[]},{name:"mdi-sort-numeric-ascending-variant",tags:[]},{name:"mdi-sort-numeric-descending",tags:[]},{name:"mdi-sort-numeric-descending-variant",tags:[]},{name:"mdi-sort-numeric-variant",tags:[]},{name:"mdi-sort-reverse-variant",tags:[]},{name:"mdi-sort-variant",tags:[]},{name:"mdi-sort-variant-lock",tags:[]},{name:"mdi-sort-variant-lock-open",tags:[]},{name:"mdi-sort-variant-remove",tags:[]},{name:"mdi-soundbar",tags:[]},{name:"mdi-soundcloud",tags:[]},{name:"mdi-source-branch",tags:[]},{name:"mdi-source-branch-check",tags:[]},{name:"mdi-source-branch-minus",tags:[]},{name:"mdi-source-branch-plus",tags:[]},{name:"mdi-source-branch-refresh",tags:[]},{name:"mdi-source-branch-remove",tags:[]},{name:"mdi-source-branch-sync",tags:[]},{name:"mdi-source-commit",tags:[]},{name:"mdi-source-commit-end",tags:[]},{name:"mdi-source-commit-end-local",tags:[]},{name:"mdi-source-commit-local",tags:[]},{name:"mdi-source-commit-next-local",tags:[]},{name:"mdi-source-commit-start",tags:[]},{name:"mdi-source-commit-start-next-local",tags:[]},{name:"mdi-source-fork",tags:[]},{name:"mdi-source-merge",tags:[]},{name:"mdi-source-pull",tags:[]},{name:"mdi-source-repository",tags:[]},{name:"mdi-source-repository-multiple",tags:[]},{name:"mdi-soy-sauce",tags:[]},{name:"mdi-soy-sauce-off",tags:[]},{name:"mdi-spa",tags:[]},{name:"mdi-spa-outline",tags:[]},{name:"mdi-space-invaders",tags:[]},{name:"mdi-space-station",tags:[]},{name:"mdi-spade",tags:[]},{name:"mdi-speaker",tags:[]},{name:"mdi-speaker-bluetooth",tags:[]},{name:"mdi-speaker-multiple",tags:[]},{name:"mdi-speaker-off",tags:[]},{name:"mdi-speaker-wireless",tags:[]},{name:"mdi-speedometer",tags:[]},{name:"mdi-speedometer-medium",tags:[]},{name:"mdi-speedometer-slow",tags:[]},{name:"mdi-spellcheck",tags:[]},{name:"mdi-spider",tags:[]},{name:"mdi-spider-thread",tags:[]},{name:"mdi-spider-web",tags:[]},{name:"mdi-spirit-level",tags:[]},{name:"mdi-spoon-sugar",tags:[]},{name:"mdi-spotify",tags:[]},{name:"mdi-spotlight",tags:[]},{name:"mdi-spotlight-beam",tags:[]},{name:"mdi-spray",tags:[]},{name:"mdi-spray-bottle",tags:[]},{name:"mdi-sprinkler",tags:[]},{name:"mdi-sprinkler-variant",tags:[]},{name:"mdi-sprout",tags:[]},{name:"mdi-sprout-outline",tags:[]},{name:"mdi-square",tags:[]},{name:"mdi-square-circle",tags:[]},{name:"mdi-square-edit-outline",tags:[]},{name:"mdi-square-medium",tags:[]},{name:"mdi-square-medium-outline",tags:[]},{name:"mdi-square-off",tags:[]},{name:"mdi-square-off-outline",tags:[]},{name:"mdi-square-outline",tags:[]},{name:"mdi-square-root",tags:[]},{name:"mdi-square-root-box",tags:[]},{name:"mdi-square-rounded",tags:[]},{name:"mdi-square-rounded-outline",tags:[]},{name:"mdi-square-small",tags:[]},{name:"mdi-square-wave",tags:[]},{name:"mdi-squeegee",tags:[]},{name:"mdi-ssh",tags:[]},{name:"mdi-stack-exchange",tags:[]},{name:"mdi-stack-overflow",tags:[]},{name:"mdi-stackpath",tags:[]},{name:"mdi-stadium",tags:[]},{name:"mdi-stadium-variant",tags:[]},{name:"mdi-stairs",tags:[]},{name:"mdi-stairs-box",tags:[]},{name:"mdi-stairs-down",tags:[]},{name:"mdi-stairs-up",tags:[]},{name:"mdi-stamper",tags:[]},{name:"mdi-standard-definition",tags:[]},{name:"mdi-star",tags:[]},{name:"mdi-star-box",tags:[]},{name:"mdi-star-box-multiple",tags:[]},{name:"mdi-star-box-multiple-outline",tags:[]},{name:"mdi-star-box-outline",tags:[]},{name:"mdi-star-check",tags:[]},{name:"mdi-star-check-outline",tags:[]},{name:"mdi-star-circle",tags:[]},{name:"mdi-star-circle-outline",tags:[]},{name:"mdi-star-cog",tags:[]},{name:"mdi-star-cog-outline",tags:[]},{name:"mdi-star-crescent",tags:[]},{name:"mdi-star-david",tags:[]},{name:"mdi-star-face",tags:[]},{name:"mdi-star-four-points",tags:[]},{name:"mdi-star-four-points-outline",tags:[]},{name:"mdi-star-half",tags:[]},{name:"mdi-star-half-full",tags:[]},{name:"mdi-star-minus",tags:[]},{name:"mdi-star-minus-outline",tags:[]},{name:"mdi-star-off",tags:[]},{name:"mdi-star-off-outline",tags:[]},{name:"mdi-star-outline",tags:[]},{name:"mdi-star-plus",tags:[]},{name:"mdi-star-plus-outline",tags:[]},{name:"mdi-star-remove",tags:[]},{name:"mdi-star-remove-outline",tags:[]},{name:"mdi-star-settings",tags:[]},{name:"mdi-star-settings-outline",tags:[]},{name:"mdi-star-shooting",tags:[]},{name:"mdi-star-shooting-outline",tags:[]},{name:"mdi-star-three-points",tags:[]},{name:"mdi-star-three-points-outline",tags:[]},{name:"mdi-state-machine",tags:[]},{name:"mdi-steam",tags:[]},{name:"mdi-steering",tags:[]},{name:"mdi-steering-off",tags:[]},{name:"mdi-step-backward",tags:[]},{name:"mdi-step-backward-2",tags:[]},{name:"mdi-step-forward",tags:[]},{name:"mdi-step-forward-2",tags:[]},{name:"mdi-stethoscope",tags:[]},{name:"mdi-sticker",tags:[]},{name:"mdi-sticker-alert",tags:[]},{name:"mdi-sticker-alert-outline",tags:[]},{name:"mdi-sticker-check",tags:[]},{name:"mdi-sticker-check-outline",tags:[]},{name:"mdi-sticker-circle-outline",tags:[]},{name:"mdi-sticker-emoji",tags:[]},{name:"mdi-sticker-minus",tags:[]},{name:"mdi-sticker-minus-outline",tags:[]},{name:"mdi-sticker-outline",tags:[]},{name:"mdi-sticker-plus",tags:[]},{name:"mdi-sticker-plus-outline",tags:[]},{name:"mdi-sticker-remove",tags:[]},{name:"mdi-sticker-remove-outline",tags:[]},{name:"mdi-sticker-text",tags:[]},{name:"mdi-sticker-text-outline",tags:[]},{name:"mdi-stocking",tags:[]},{name:"mdi-stomach",tags:[]},{name:"mdi-stop",tags:[]},{name:"mdi-stop-circle",tags:[]},{name:"mdi-stop-circle-outline",tags:[]},{name:"mdi-store",tags:[]},{name:"mdi-store-24-hour",tags:[]},{name:"mdi-store-minus",tags:[]},{name:"mdi-store-outline",tags:[]},{name:"mdi-store-plus",tags:[]},{name:"mdi-store-remove",tags:[]},{name:"mdi-storefront",tags:[]},{name:"mdi-storefront-outline",tags:[]},{name:"mdi-stove",tags:[]},{name:"mdi-strategy",tags:[]},{name:"mdi-stretch-to-page",tags:[]},{name:"mdi-stretch-to-page-outline",tags:[]},{name:"mdi-string-lights",tags:[]},{name:"mdi-string-lights-off",tags:[]},{name:"mdi-subdirectory-arrow-left",tags:[]},{name:"mdi-subdirectory-arrow-right",tags:[]},{name:"mdi-submarine",tags:[]},{name:"mdi-subtitles",tags:[]},{name:"mdi-subtitles-outline",tags:[]},{name:"mdi-subway",tags:[]},{name:"mdi-subway-alert-variant",tags:[]},{name:"mdi-subway-variant",tags:[]},{name:"mdi-summit",tags:[]},{name:"mdi-sun-snowflake",tags:[]},{name:"mdi-sun-wireless",tags:[]},{name:"mdi-sun-wireless-outline",tags:[]},{name:"mdi-sunglasses",tags:[]},{name:"mdi-surfing",tags:[]},{name:"mdi-surround-sound",tags:[]},{name:"mdi-surround-sound-2-0",tags:[]},{name:"mdi-surround-sound-2-1",tags:[]},{name:"mdi-surround-sound-3-1",tags:[]},{name:"mdi-surround-sound-5-1",tags:[]},{name:"mdi-surround-sound-5-1-2",tags:[]},{name:"mdi-surround-sound-7-1",tags:[]},{name:"mdi-svg",tags:[]},{name:"mdi-swap-horizontal",tags:[]},{name:"mdi-swap-horizontal-bold",tags:[]},{name:"mdi-swap-horizontal-circle",tags:[]},{name:"mdi-swap-horizontal-circle-outline",tags:[]},{name:"mdi-swap-horizontal-variant",tags:[]},{name:"mdi-swap-vertical",tags:[]},{name:"mdi-swap-vertical-bold",tags:[]},{name:"mdi-swap-vertical-circle",tags:[]},{name:"mdi-swap-vertical-circle-outline",tags:[]},{name:"mdi-swap-vertical-variant",tags:[]},{name:"mdi-swim",tags:[]},{name:"mdi-switch",tags:[]},{name:"mdi-sword",tags:[]},{name:"mdi-sword-cross",tags:[]},{name:"mdi-syllabary-hangul",tags:[]},{name:"mdi-syllabary-hiragana",tags:[]},{name:"mdi-syllabary-katakana",tags:[]},{name:"mdi-syllabary-katakana-halfwidth",tags:[]},{name:"mdi-symbol",tags:[]},{name:"mdi-symfony",tags:[]},{name:"mdi-sync",tags:[]},{name:"mdi-sync-alert",tags:[]},{name:"mdi-sync-circle",tags:[]},{name:"mdi-sync-off",tags:[]},{name:"mdi-tab",tags:[]},{name:"mdi-tab-minus",tags:[]},{name:"mdi-tab-plus",tags:[]},{name:"mdi-tab-remove",tags:[]},{name:"mdi-tab-unselected",tags:[]},{name:"mdi-table",tags:[]},{name:"mdi-table-account",tags:[]},{name:"mdi-table-alert",tags:[]},{name:"mdi-table-arrow-down",tags:[]},{name:"mdi-table-arrow-left",tags:[]},{name:"mdi-table-arrow-right",tags:[]},{name:"mdi-table-arrow-up",tags:[]},{name:"mdi-table-border",tags:[]},{name:"mdi-table-cancel",tags:[]},{name:"mdi-table-chair",tags:[]},{name:"mdi-table-check",tags:[]},{name:"mdi-table-clock",tags:[]},{name:"mdi-table-cog",tags:[]},{name:"mdi-table-column",tags:[]},{name:"mdi-table-column-plus-after",tags:[]},{name:"mdi-table-column-plus-before",tags:[]},{name:"mdi-table-column-remove",tags:[]},{name:"mdi-table-column-width",tags:[]},{name:"mdi-table-edit",tags:[]},{name:"mdi-table-eye",tags:[]},{name:"mdi-table-eye-off",tags:[]},{name:"mdi-table-furniture",tags:[]},{name:"mdi-table-headers-eye",tags:[]},{name:"mdi-table-headers-eye-off",tags:[]},{name:"mdi-table-heart",tags:[]},{name:"mdi-table-key",tags:[]},{name:"mdi-table-large",tags:[]},{name:"mdi-table-large-plus",tags:[]},{name:"mdi-table-large-remove",tags:[]},{name:"mdi-table-lock",tags:[]},{name:"mdi-table-merge-cells",tags:[]},{name:"mdi-table-minus",tags:[]},{name:"mdi-table-multiple",tags:[]},{name:"mdi-table-network",tags:[]},{name:"mdi-table-of-contents",tags:[]},{name:"mdi-table-off",tags:[]},{name:"mdi-table-picnic",tags:[]},{name:"mdi-table-plus",tags:[]},{name:"mdi-table-refresh",tags:[]},{name:"mdi-table-remove",tags:[]},{name:"mdi-table-row",tags:[]},{name:"mdi-table-row-height",tags:[]},{name:"mdi-table-row-plus-after",tags:[]},{name:"mdi-table-row-plus-before",tags:[]},{name:"mdi-table-row-remove",tags:[]},{name:"mdi-table-search",tags:[]},{name:"mdi-table-settings",tags:[]},{name:"mdi-table-split-cell",tags:[]},{name:"mdi-table-star",tags:[]},{name:"mdi-table-sync",tags:[]},{name:"mdi-table-tennis",tags:[]},{name:"mdi-tablet",tags:[]},{name:"mdi-tablet-android",tags:[]},{name:"mdi-tablet-cellphone",tags:[]},{name:"mdi-tablet-dashboard",tags:[]},{name:"mdi-taco",tags:[]},{name:"mdi-tag",tags:[]},{name:"mdi-tag-arrow-down",tags:[]},{name:"mdi-tag-arrow-down-outline",tags:[]},{name:"mdi-tag-arrow-left",tags:[]},{name:"mdi-tag-arrow-left-outline",tags:[]},{name:"mdi-tag-arrow-right",tags:[]},{name:"mdi-tag-arrow-right-outline",tags:[]},{name:"mdi-tag-arrow-up",tags:[]},{name:"mdi-tag-arrow-up-outline",tags:[]},{name:"mdi-tag-faces",tags:[]},{name:"mdi-tag-heart",tags:[]},{name:"mdi-tag-heart-outline",tags:[]},{name:"mdi-tag-minus",tags:[]},{name:"mdi-tag-minus-outline",tags:[]},{name:"mdi-tag-multiple",tags:[]},{name:"mdi-tag-multiple-outline",tags:[]},{name:"mdi-tag-off",tags:[]},{name:"mdi-tag-off-outline",tags:[]},{name:"mdi-tag-outline",tags:[]},{name:"mdi-tag-plus",tags:[]},{name:"mdi-tag-plus-outline",tags:[]},{name:"mdi-tag-remove",tags:[]},{name:"mdi-tag-remove-outline",tags:[]},{name:"mdi-tag-text",tags:[]},{name:"mdi-tag-text-outline",tags:[]},{name:"mdi-tailwind",tags:[]},{name:"mdi-tangram",tags:[]},{name:"mdi-tank",tags:[]},{name:"mdi-tanker-truck",tags:[]},{name:"mdi-tape-drive",tags:[]},{name:"mdi-tape-measure",tags:[]},{name:"mdi-target",tags:[]},{name:"mdi-target-account",tags:[]},{name:"mdi-target-variant",tags:[]},{name:"mdi-taxi",tags:[]},{name:"mdi-tea",tags:[]},{name:"mdi-tea-outline",tags:[]},{name:"mdi-teamviewer",tags:[]},{name:"mdi-telescope",tags:[]},{name:"mdi-television",tags:[]},{name:"mdi-television-ambient-light",tags:[]},{name:"mdi-television-box",tags:[]},{name:"mdi-television-classic",tags:[]},{name:"mdi-television-classic-off",tags:[]},{name:"mdi-television-guide",tags:[]},{name:"mdi-television-off",tags:[]},{name:"mdi-television-pause",tags:[]},{name:"mdi-television-play",tags:[]},{name:"mdi-television-shimmer",tags:[]},{name:"mdi-television-stop",tags:[]},{name:"mdi-temperature-celsius",tags:[]},{name:"mdi-temperature-fahrenheit",tags:[]},{name:"mdi-temperature-kelvin",tags:[]},{name:"mdi-tennis",tags:[]},{name:"mdi-tennis-ball",tags:[]},{name:"mdi-tent",tags:[]},{name:"mdi-terraform",tags:[]},{name:"mdi-terrain",tags:[]},{name:"mdi-test-tube",tags:[]},{name:"mdi-test-tube-empty",tags:[]},{name:"mdi-test-tube-off",tags:[]},{name:"mdi-text",tags:[]},{name:"mdi-text-account",tags:[]},{name:"mdi-text-box",tags:[]},{name:"mdi-text-box-check",tags:[]},{name:"mdi-text-box-check-outline",tags:[]},{name:"mdi-text-box-minus",tags:[]},{name:"mdi-text-box-minus-outline",tags:[]},{name:"mdi-text-box-multiple",tags:[]},{name:"mdi-text-box-multiple-outline",tags:[]},{name:"mdi-text-box-outline",tags:[]},{name:"mdi-text-box-plus",tags:[]},{name:"mdi-text-box-plus-outline",tags:[]},{name:"mdi-text-box-remove",tags:[]},{name:"mdi-text-box-remove-outline",tags:[]},{name:"mdi-text-box-search",tags:[]},{name:"mdi-text-box-search-outline",tags:[]},{name:"mdi-text-long",tags:[]},{name:"mdi-text-recognition",tags:[]},{name:"mdi-text-search",tags:[]},{name:"mdi-text-shadow",tags:[]},{name:"mdi-text-short",tags:[]},{name:"mdi-text-to-speech",tags:[]},{name:"mdi-text-to-speech-off",tags:[]},{name:"mdi-texture",tags:[]},{name:"mdi-texture-box",tags:[]},{name:"mdi-theater",tags:[]},{name:"mdi-theme-light-dark",tags:[]},{name:"mdi-thermometer",tags:[]},{name:"mdi-thermometer-alert",tags:[]},{name:"mdi-thermometer-chevron-down",tags:[]},{name:"mdi-thermometer-chevron-up",tags:[]},{name:"mdi-thermometer-high",tags:[]},{name:"mdi-thermometer-lines",tags:[]},{name:"mdi-thermometer-low",tags:[]},{name:"mdi-thermometer-minus",tags:[]},{name:"mdi-thermometer-off",tags:[]},{name:"mdi-thermometer-plus",tags:[]},{name:"mdi-thermostat",tags:[]},{name:"mdi-thermostat-box",tags:[]},{name:"mdi-thought-bubble",tags:[]},{name:"mdi-thought-bubble-outline",tags:[]},{name:"mdi-thumb-down",tags:[]},{name:"mdi-thumb-down-outline",tags:[]},{name:"mdi-thumb-up",tags:[]},{name:"mdi-thumb-up-outline",tags:[]},{name:"mdi-thumbs-up-down",tags:[]},{name:"mdi-ticket",tags:[]},{name:"mdi-ticket-account",tags:[]},{name:"mdi-ticket-confirmation",tags:[]},{name:"mdi-ticket-confirmation-outline",tags:[]},{name:"mdi-ticket-outline",tags:[]},{name:"mdi-ticket-percent",tags:[]},{name:"mdi-ticket-percent-outline",tags:[]},{name:"mdi-tie",tags:[]},{name:"mdi-tilde",tags:[]},{name:"mdi-timelapse",tags:[]},{name:"mdi-timeline",tags:[]},{name:"mdi-timeline-alert",tags:[]},{name:"mdi-timeline-alert-outline",tags:[]},{name:"mdi-timeline-check",tags:[]},{name:"mdi-timeline-check-outline",tags:[]},{name:"mdi-timeline-clock",tags:[]},{name:"mdi-timeline-clock-outline",tags:[]},{name:"mdi-timeline-help",tags:[]},{name:"mdi-timeline-help-outline",tags:[]},{name:"mdi-timeline-minus",tags:[]},{name:"mdi-timeline-minus-outline",tags:[]},{name:"mdi-timeline-outline",tags:[]},{name:"mdi-timeline-plus",tags:[]},{name:"mdi-timeline-plus-outline",tags:[]},{name:"mdi-timeline-remove",tags:[]},{name:"mdi-timeline-remove-outline",tags:[]},{name:"mdi-timeline-text",tags:[]},{name:"mdi-timeline-text-outline",tags:[]},{name:"mdi-timer",tags:[]},{name:"mdi-timer-10",tags:[]},{name:"mdi-timer-3",tags:[]},{name:"mdi-timer-off",tags:[]},{name:"mdi-timer-off-outline",tags:[]},{name:"mdi-timer-outline",tags:[]},{name:"mdi-timer-sand",tags:[]},{name:"mdi-timer-sand-empty",tags:[]},{name:"mdi-timer-sand-full",tags:[]},{name:"mdi-timetable",tags:[]},{name:"mdi-toaster",tags:[]},{name:"mdi-toaster-off",tags:[]},{name:"mdi-toaster-oven",tags:[]},{name:"mdi-toggle-switch",tags:[]},{name:"mdi-toggle-switch-off",tags:[]},{name:"mdi-toggle-switch-off-outline",tags:[]},{name:"mdi-toggle-switch-outline",tags:[]},{name:"mdi-toilet",tags:[]},{name:"mdi-toolbox",tags:[]},{name:"mdi-toolbox-outline",tags:[]},{name:"mdi-tools",tags:[]},{name:"mdi-tooltip",tags:[]},{name:"mdi-tooltip-account",tags:[]},{name:"mdi-tooltip-check",tags:[]},{name:"mdi-tooltip-check-outline",tags:[]},{name:"mdi-tooltip-edit",tags:[]},{name:"mdi-tooltip-edit-outline",tags:[]},{name:"mdi-tooltip-image",tags:[]},{name:"mdi-tooltip-image-outline",tags:[]},{name:"mdi-tooltip-minus",tags:[]},{name:"mdi-tooltip-minus-outline",tags:[]},{name:"mdi-tooltip-outline",tags:[]},{name:"mdi-tooltip-plus",tags:[]},{name:"mdi-tooltip-plus-outline",tags:[]},{name:"mdi-tooltip-remove",tags:[]},{name:"mdi-tooltip-remove-outline",tags:[]},{name:"mdi-tooltip-text",tags:[]},{name:"mdi-tooltip-text-outline",tags:[]},{name:"mdi-tooth",tags:[]},{name:"mdi-tooth-outline",tags:[]},{name:"mdi-toothbrush",tags:[]},{name:"mdi-toothbrush-electric",tags:[]},{name:"mdi-toothbrush-paste",tags:[]},{name:"mdi-torch",tags:[]},{name:"mdi-tortoise",tags:[]},{name:"mdi-toslink",tags:[]},{name:"mdi-tournament",tags:[]},{name:"mdi-tow-truck",tags:[]},{name:"mdi-tower-beach",tags:[]},{name:"mdi-tower-fire",tags:[]},{name:"mdi-toy-brick",tags:[]},{name:"mdi-toy-brick-marker",tags:[]},{name:"mdi-toy-brick-marker-outline",tags:[]},{name:"mdi-toy-brick-minus",tags:[]},{name:"mdi-toy-brick-minus-outline",tags:[]},{name:"mdi-toy-brick-outline",tags:[]},{name:"mdi-toy-brick-plus",tags:[]},{name:"mdi-toy-brick-plus-outline",tags:[]},{name:"mdi-toy-brick-remove",tags:[]},{name:"mdi-toy-brick-remove-outline",tags:[]},{name:"mdi-toy-brick-search",tags:[]},{name:"mdi-toy-brick-search-outline",tags:[]},{name:"mdi-track-light",tags:[]},{name:"mdi-trackpad",tags:[]},{name:"mdi-trackpad-lock",tags:[]},{name:"mdi-tractor",tags:[]},{name:"mdi-tractor-variant",tags:[]},{name:"mdi-trademark",tags:[]},{name:"mdi-traffic-cone",tags:[]},{name:"mdi-traffic-light",tags:[]},{name:"mdi-traffic-light-outline",tags:[]},{name:"mdi-train",tags:[]},{name:"mdi-train-car",tags:[]},{name:"mdi-train-car-passenger",tags:[]},{name:"mdi-train-car-passenger-door",tags:[]},{name:"mdi-train-car-passenger-door-open",tags:[]},{name:"mdi-train-car-passenger-variant",tags:[]},{name:"mdi-train-variant",tags:[]},{name:"mdi-tram",tags:[]},{name:"mdi-tram-side",tags:[]},{name:"mdi-transcribe",tags:[]},{name:"mdi-transcribe-close",tags:[]},{name:"mdi-transfer",tags:[]},{name:"mdi-transfer-down",tags:[]},{name:"mdi-transfer-left",tags:[]},{name:"mdi-transfer-right",tags:[]},{name:"mdi-transfer-up",tags:[]},{name:"mdi-transit-connection",tags:[]},{name:"mdi-transit-connection-horizontal",tags:[]},{name:"mdi-transit-connection-variant",tags:[]},{name:"mdi-transit-detour",tags:[]},{name:"mdi-transit-skip",tags:[]},{name:"mdi-transit-transfer",tags:[]},{name:"mdi-transition",tags:[]},{name:"mdi-transition-masked",tags:[]},{name:"mdi-translate",tags:[]},{name:"mdi-translate-off",tags:[]},{name:"mdi-transmission-tower",tags:[]},{name:"mdi-trash-can",tags:[]},{name:"mdi-trash-can-outline",tags:[]},{name:"mdi-tray",tags:[]},{name:"mdi-tray-alert",tags:[]},{name:"mdi-tray-arrow-down",tags:[]},{name:"mdi-tray-arrow-up",tags:[]},{name:"mdi-tray-full",tags:[]},{name:"mdi-tray-minus",tags:[]},{name:"mdi-tray-plus",tags:[]},{name:"mdi-tray-remove",tags:[]},{name:"mdi-treasure-chest",tags:[]},{name:"mdi-tree",tags:[]},{name:"mdi-tree-outline",tags:[]},{name:"mdi-trello",tags:[]},{name:"mdi-trending-down",tags:[]},{name:"mdi-trending-neutral",tags:[]},{name:"mdi-trending-up",tags:[]},{name:"mdi-triangle",tags:[]},{name:"mdi-triangle-outline",tags:[]},{name:"mdi-triangle-wave",tags:[]},{name:"mdi-triforce",tags:[]},{name:"mdi-trophy",tags:[]},{name:"mdi-trophy-award",tags:[]},{name:"mdi-trophy-broken",tags:[]},{name:"mdi-trophy-outline",tags:[]},{name:"mdi-trophy-variant",tags:[]},{name:"mdi-trophy-variant-outline",tags:[]},{name:"mdi-truck",tags:[]},{name:"mdi-truck-check",tags:[]},{name:"mdi-truck-check-outline",tags:[]},{name:"mdi-truck-delivery",tags:[]},{name:"mdi-truck-delivery-outline",tags:[]},{name:"mdi-truck-fast",tags:[]},{name:"mdi-truck-fast-outline",tags:[]},{name:"mdi-truck-outline",tags:[]},{name:"mdi-truck-trailer",tags:[]},{name:"mdi-trumpet",tags:[]},{name:"mdi-tshirt-crew",tags:[]},{name:"mdi-tshirt-crew-outline",tags:[]},{name:"mdi-tshirt-v",tags:[]},{name:"mdi-tshirt-v-outline",tags:[]},{name:"mdi-tumble-dryer",tags:[]},{name:"mdi-tumble-dryer-alert",tags:[]},{name:"mdi-tumble-dryer-off",tags:[]},{name:"mdi-tune",tags:[]},{name:"mdi-tune-variant",tags:[]},{name:"mdi-tune-vertical",tags:[]},{name:"mdi-tune-vertical-variant",tags:[]},{name:"mdi-turkey",tags:[]},{name:"mdi-turnstile",tags:[]},{name:"mdi-turnstile-outline",tags:[]},{name:"mdi-turtle",tags:[]},{name:"mdi-twitch",tags:[]},{name:"mdi-twitter",tags:[]},{name:"mdi-two-factor-authentication",tags:[]},{name:"mdi-typewriter",tags:[]},{name:"mdi-ubisoft",tags:[]},{name:"mdi-ubuntu",tags:[]},{name:"mdi-ufo",tags:[]},{name:"mdi-ufo-outline",tags:[]},{name:"mdi-ultra-high-definition",tags:[]},{name:"mdi-umbraco",tags:[]},{name:"mdi-umbrella",tags:[]},{name:"mdi-umbrella-closed",tags:[]},{name:"mdi-umbrella-closed-outline",tags:[]},{name:"mdi-umbrella-closed-variant",tags:[]},{name:"mdi-umbrella-outline",tags:[]},{name:"mdi-undo",tags:[]},{name:"mdi-undo-variant",tags:[]},{name:"mdi-unfold-less-horizontal",tags:[]},{name:"mdi-unfold-less-vertical",tags:[]},{name:"mdi-unfold-more-horizontal",tags:[]},{name:"mdi-unfold-more-vertical",tags:[]},{name:"mdi-ungroup",tags:[]},{name:"mdi-unicode",tags:[]},{name:"mdi-unicorn",tags:[]},{name:"mdi-unicorn-variant",tags:[]},{name:"mdi-unicycle",tags:[]},{name:"mdi-unity",tags:[]},{name:"mdi-unreal",tags:[]},{name:"mdi-update",tags:[]},{name:"mdi-upload",tags:[]},{name:"mdi-upload-lock",tags:[]},{name:"mdi-upload-lock-outline",tags:[]},{name:"mdi-upload-multiple",tags:[]},{name:"mdi-upload-network",tags:[]},{name:"mdi-upload-network-outline",tags:[]},{name:"mdi-upload-off",tags:[]},{name:"mdi-upload-off-outline",tags:[]},{name:"mdi-upload-outline",tags:[]},{name:"mdi-usb",tags:[]},{name:"mdi-usb-flash-drive",tags:[]},{name:"mdi-usb-flash-drive-outline",tags:[]},{name:"mdi-usb-port",tags:[]},{name:"mdi-valve",tags:[]},{name:"mdi-valve-closed",tags:[]},{name:"mdi-valve-open",tags:[]},{name:"mdi-van-passenger",tags:[]},{name:"mdi-van-utility",tags:[]},{name:"mdi-vanish",tags:[]},{name:"mdi-vanish-quarter",tags:[]},{name:"mdi-vanity-light",tags:[]},{name:"mdi-variable",tags:[]},{name:"mdi-variable-box",tags:[]},{name:"mdi-vector-arrange-above",tags:[]},{name:"mdi-vector-arrange-below",tags:[]},{name:"mdi-vector-bezier",tags:[]},{name:"mdi-vector-circle",tags:[]},{name:"mdi-vector-circle-variant",tags:[]},{name:"mdi-vector-combine",tags:[]},{name:"mdi-vector-curve",tags:[]},{name:"mdi-vector-difference",tags:[]},{name:"mdi-vector-difference-ab",tags:[]},{name:"mdi-vector-difference-ba",tags:[]},{name:"mdi-vector-ellipse",tags:[]},{name:"mdi-vector-intersection",tags:[]},{name:"mdi-vector-line",tags:[]},{name:"mdi-vector-link",tags:[]},{name:"mdi-vector-point",tags:[]},{name:"mdi-vector-polygon",tags:[]},{name:"mdi-vector-polyline",tags:[]},{name:"mdi-vector-polyline-edit",tags:[]},{name:"mdi-vector-polyline-minus",tags:[]},{name:"mdi-vector-polyline-plus",tags:[]},{name:"mdi-vector-polyline-remove",tags:[]},{name:"mdi-vector-radius",tags:[]},{name:"mdi-vector-rectangle",tags:[]},{name:"mdi-vector-selection",tags:[]},{name:"mdi-vector-square",tags:[]},{name:"mdi-vector-triangle",tags:[]},{name:"mdi-vector-union",tags:[]},{name:"mdi-vhs",tags:[]},{name:"mdi-vibrate",tags:[]},{name:"mdi-vibrate-off",tags:[]},{name:"mdi-video",tags:[]},{name:"mdi-video-3d",tags:[]},{name:"mdi-video-3d-off",tags:[]},{name:"mdi-video-3d-variant",tags:[]},{name:"mdi-video-4k-box",tags:[]},{name:"mdi-video-account",tags:[]},{name:"mdi-video-box",tags:[]},{name:"mdi-video-box-off",tags:[]},{name:"mdi-video-check",tags:[]},{name:"mdi-video-check-outline",tags:[]},{name:"mdi-video-high-definition",tags:[]},{name:"mdi-video-image",tags:[]},{name:"mdi-video-input-antenna",tags:[]},{name:"mdi-video-input-component",tags:[]},{name:"mdi-video-input-hdmi",tags:[]},{name:"mdi-video-input-scart",tags:[]},{name:"mdi-video-input-svideo",tags:[]},{name:"mdi-video-minus",tags:[]},{name:"mdi-video-minus-outline",tags:[]},{name:"mdi-video-off",tags:[]},{name:"mdi-video-off-outline",tags:[]},{name:"mdi-video-outline",tags:[]},{name:"mdi-video-plus",tags:[]},{name:"mdi-video-plus-outline",tags:[]},{name:"mdi-video-stabilization",tags:[]},{name:"mdi-video-switch",tags:[]},{name:"mdi-video-switch-outline",tags:[]},{name:"mdi-video-vintage",tags:[]},{name:"mdi-video-wireless",tags:[]},{name:"mdi-video-wireless-outline",tags:[]},{name:"mdi-view-agenda",tags:[]},{name:"mdi-view-agenda-outline",tags:[]},{name:"mdi-view-array",tags:[]},{name:"mdi-view-array-outline",tags:[]},{name:"mdi-view-carousel",tags:[]},{name:"mdi-view-carousel-outline",tags:[]},{name:"mdi-view-column",tags:[]},{name:"mdi-view-column-outline",tags:[]},{name:"mdi-view-comfy",tags:[]},{name:"mdi-view-comfy-outline",tags:[]},{name:"mdi-view-compact",tags:[]},{name:"mdi-view-compact-outline",tags:[]},{name:"mdi-view-dashboard",tags:[]},{name:"mdi-view-dashboard-outline",tags:[]},{name:"mdi-view-dashboard-variant",tags:[]},{name:"mdi-view-dashboard-variant-outline",tags:[]},{name:"mdi-view-day",tags:[]},{name:"mdi-view-day-outline",tags:[]},{name:"mdi-view-grid",tags:[]},{name:"mdi-view-grid-outline",tags:[]},{name:"mdi-view-grid-plus",tags:[]},{name:"mdi-view-grid-plus-outline",tags:[]},{name:"mdi-view-headline",tags:[]},{name:"mdi-view-list",tags:[]},{name:"mdi-view-list-outline",tags:[]},{name:"mdi-view-module",tags:[]},{name:"mdi-view-module-outline",tags:[]},{name:"mdi-view-parallel",tags:[]},{name:"mdi-view-parallel-outline",tags:[]},{name:"mdi-view-quilt",tags:[]},{name:"mdi-view-quilt-outline",tags:[]},{name:"mdi-view-sequential",tags:[]},{name:"mdi-view-sequential-outline",tags:[]},{name:"mdi-view-split-horizontal",tags:[]},{name:"mdi-view-split-vertical",tags:[]},{name:"mdi-view-stream",tags:[]},{name:"mdi-view-stream-outline",tags:[]},{name:"mdi-view-week",tags:[]},{name:"mdi-view-week-outline",tags:[]},{name:"mdi-vimeo",tags:[]},{name:"mdi-violin",tags:[]},{name:"mdi-virtual-reality",tags:[]},{name:"mdi-virus",tags:[]},{name:"mdi-virus-outline",tags:[]},{name:"mdi-vlc",tags:[]},{name:"mdi-voicemail",tags:[]},{name:"mdi-volleyball",tags:[]},{name:"mdi-volume-high",tags:[]},{name:"mdi-volume-low",tags:[]},{name:"mdi-volume-medium",tags:[]},{name:"mdi-volume-minus",tags:[]},{name:"mdi-volume-mute",tags:[]},{name:"mdi-volume-off",tags:[]},{name:"mdi-volume-plus",tags:[]},{name:"mdi-volume-source",tags:[]},{name:"mdi-volume-variant-off",tags:[]},{name:"mdi-volume-vibrate",tags:[]},{name:"mdi-vote",tags:[]},{name:"mdi-vote-outline",tags:[]},{name:"mdi-vpn",tags:[]},{name:"mdi-vuejs",tags:[]},{name:"mdi-vuetify",tags:[]},{name:"mdi-walk",tags:[]},{name:"mdi-wall",tags:[]},{name:"mdi-wall-sconce",tags:[]},{name:"mdi-wall-sconce-flat",tags:[]},{name:"mdi-wall-sconce-flat-outline",tags:[]},{name:"mdi-wall-sconce-flat-variant",tags:[]},{name:"mdi-wall-sconce-flat-variant-outline",tags:[]},{name:"mdi-wall-sconce-outline",tags:[]},{name:"mdi-wall-sconce-round",tags:[]},{name:"mdi-wall-sconce-round-outline",tags:[]},{name:"mdi-wall-sconce-round-variant",tags:[]},{name:"mdi-wall-sconce-round-variant-outline",tags:[]},{name:"mdi-wallet",tags:[]},{name:"mdi-wallet-giftcard",tags:[]},{name:"mdi-wallet-membership",tags:[]},{name:"mdi-wallet-outline",tags:[]},{name:"mdi-wallet-plus",tags:[]},{name:"mdi-wallet-plus-outline",tags:[]},{name:"mdi-wallet-travel",tags:[]},{name:"mdi-wallpaper",tags:[]},{name:"mdi-wan",tags:[]},{name:"mdi-wardrobe",tags:[]},{name:"mdi-wardrobe-outline",tags:[]},{name:"mdi-warehouse",tags:[]},{name:"mdi-washing-machine",tags:[]},{name:"mdi-washing-machine-alert",tags:[]},{name:"mdi-washing-machine-off",tags:[]},{name:"mdi-watch",tags:[]},{name:"mdi-watch-export",tags:[]},{name:"mdi-watch-export-variant",tags:[]},{name:"mdi-watch-import",tags:[]},{name:"mdi-watch-import-variant",tags:[]},{name:"mdi-watch-variant",tags:[]},{name:"mdi-watch-vibrate",tags:[]},{name:"mdi-watch-vibrate-off",tags:[]},{name:"mdi-water",tags:[]},{name:"mdi-water-alert",tags:[]},{name:"mdi-water-alert-outline",tags:[]},{name:"mdi-water-boiler",tags:[]},{name:"mdi-water-boiler-alert",tags:[]},{name:"mdi-water-boiler-off",tags:[]},{name:"mdi-water-check",tags:[]},{name:"mdi-water-check-outline",tags:[]},{name:"mdi-water-circle",tags:[]},{name:"mdi-water-minus",tags:[]},{name:"mdi-water-minus-outline",tags:[]},{name:"mdi-water-off",tags:[]},{name:"mdi-water-off-outline",tags:[]},{name:"mdi-water-outline",tags:[]},{name:"mdi-water-percent",tags:[]},{name:"mdi-water-percent-alert",tags:[]},{name:"mdi-water-plus",tags:[]},{name:"mdi-water-plus-outline",tags:[]},{name:"mdi-water-polo",tags:[]},{name:"mdi-water-pump",tags:[]},{name:"mdi-water-pump-off",tags:[]},{name:"mdi-water-remove",tags:[]},{name:"mdi-water-remove-outline",tags:[]},{name:"mdi-water-sync",tags:[]},{name:"mdi-water-well",tags:[]},{name:"mdi-water-well-outline",tags:[]},{name:"mdi-watering-can",tags:[]},{name:"mdi-watering-can-outline",tags:[]},{name:"mdi-watermark",tags:[]},{name:"mdi-wave",tags:[]},{name:"mdi-waveform",tags:[]},{name:"mdi-waves",tags:[]},{name:"mdi-waze",tags:[]},{name:"mdi-weather-cloudy",tags:[]},{name:"mdi-weather-cloudy-alert",tags:[]},{name:"mdi-weather-cloudy-arrow-right",tags:[]},{name:"mdi-weather-fog",tags:[]},{name:"mdi-weather-hail",tags:[]},{name:"mdi-weather-hazy",tags:[]},{name:"mdi-weather-hurricane",tags:[]},{name:"mdi-weather-lightning",tags:[]},{name:"mdi-weather-lightning-rainy",tags:[]},{name:"mdi-weather-night",tags:[]},{name:"mdi-weather-night-partly-cloudy",tags:[]},{name:"mdi-weather-partly-cloudy",tags:[]},{name:"mdi-weather-partly-lightning",tags:[]},{name:"mdi-weather-partly-rainy",tags:[]},{name:"mdi-weather-partly-snowy",tags:[]},{name:"mdi-weather-partly-snowy-rainy",tags:[]},{name:"mdi-weather-pouring",tags:[]},{name:"mdi-weather-rainy",tags:[]},{name:"mdi-weather-snowy",tags:[]},{name:"mdi-weather-snowy-heavy",tags:[]},{name:"mdi-weather-snowy-rainy",tags:[]},{name:"mdi-weather-sunny",tags:[]},{name:"mdi-weather-sunny-alert",tags:[]},{name:"mdi-weather-sunny-off",tags:[]},{name:"mdi-weather-sunset",tags:[]},{name:"mdi-weather-sunset-down",tags:[]},{name:"mdi-weather-sunset-up",tags:[]},{name:"mdi-weather-tornado",tags:[]},{name:"mdi-weather-windy",tags:[]},{name:"mdi-weather-windy-variant",tags:[]},{name:"mdi-web",tags:[]},{name:"mdi-web-box",tags:[]},{name:"mdi-web-cancel",tags:[]},{name:"mdi-web-check",tags:[]},{name:"mdi-web-clock",tags:[]},{name:"mdi-web-minus",tags:[]},{name:"mdi-web-off",tags:[]},{name:"mdi-web-plus",tags:[]},{name:"mdi-web-refresh",tags:[]},{name:"mdi-web-remove",tags:[]},{name:"mdi-web-sync",tags:[]},{name:"mdi-webcam",tags:[]},{name:"mdi-webcam-off",tags:[]},{name:"mdi-webhook",tags:[]},{name:"mdi-webpack",tags:[]},{name:"mdi-webrtc",tags:[]},{name:"mdi-wechat",tags:[]},{name:"mdi-weight",tags:[]},{name:"mdi-weight-gram",tags:[]},{name:"mdi-weight-kilogram",tags:[]},{name:"mdi-weight-lifter",tags:[]},{name:"mdi-weight-pound",tags:[]},{name:"mdi-whatsapp",tags:[]},{name:"mdi-wheel-barrow",tags:[]},{name:"mdi-wheelchair-accessibility",tags:[]},{name:"mdi-whistle",tags:[]},{name:"mdi-whistle-outline",tags:[]},{name:"mdi-white-balance-auto",tags:[]},{name:"mdi-white-balance-incandescent",tags:[]},{name:"mdi-white-balance-iridescent",tags:[]},{name:"mdi-white-balance-sunny",tags:[]},{name:"mdi-widgets",tags:[]},{name:"mdi-widgets-outline",tags:[]},{name:"mdi-wifi",tags:[]},{name:"mdi-wifi-alert",tags:[]},{name:"mdi-wifi-arrow-down",tags:[]},{name:"mdi-wifi-arrow-left",tags:[]},{name:"mdi-wifi-arrow-left-right",tags:[]},{name:"mdi-wifi-arrow-right",tags:[]},{name:"mdi-wifi-arrow-up",tags:[]},{name:"mdi-wifi-arrow-up-down",tags:[]},{name:"mdi-wifi-cancel",tags:[]},{name:"mdi-wifi-check",tags:[]},{name:"mdi-wifi-cog",tags:[]},{name:"mdi-wifi-lock",tags:[]},{name:"mdi-wifi-lock-open",tags:[]},{name:"mdi-wifi-marker",tags:[]},{name:"mdi-wifi-minus",tags:[]},{name:"mdi-wifi-off",tags:[]},{name:"mdi-wifi-plus",tags:[]},{name:"mdi-wifi-refresh",tags:[]},{name:"mdi-wifi-remove",tags:[]},{name:"mdi-wifi-settings",tags:[]},{name:"mdi-wifi-star",tags:[]},{name:"mdi-wifi-strength-1",tags:[]},{name:"mdi-wifi-strength-1-alert",tags:[]},{name:"mdi-wifi-strength-1-lock",tags:[]},{name:"mdi-wifi-strength-1-lock-open",tags:[]},{name:"mdi-wifi-strength-2",tags:[]},{name:"mdi-wifi-strength-2-alert",tags:[]},{name:"mdi-wifi-strength-2-lock",tags:[]},{name:"mdi-wifi-strength-2-lock-open",tags:[]},{name:"mdi-wifi-strength-3",tags:[]},{name:"mdi-wifi-strength-3-alert",tags:[]},{name:"mdi-wifi-strength-3-lock",tags:[]},{name:"mdi-wifi-strength-3-lock-open",tags:[]},{name:"mdi-wifi-strength-4",tags:[]},{name:"mdi-wifi-strength-4-alert",tags:[]},{name:"mdi-wifi-strength-4-lock",tags:[]},{name:"mdi-wifi-strength-4-lock-open",tags:[]},{name:"mdi-wifi-strength-alert-outline",tags:[]},{name:"mdi-wifi-strength-lock-open-outline",tags:[]},{name:"mdi-wifi-strength-lock-outline",tags:[]},{name:"mdi-wifi-strength-off",tags:[]},{name:"mdi-wifi-strength-off-outline",tags:[]},{name:"mdi-wifi-strength-outline",tags:[]},{name:"mdi-wifi-sync",tags:[]},{name:"mdi-wikipedia",tags:[]},{name:"mdi-wind-turbine",tags:[]},{name:"mdi-window-close",tags:[]},{name:"mdi-window-closed",tags:[]},{name:"mdi-window-closed-variant",tags:[]},{name:"mdi-window-maximize",tags:[]},{name:"mdi-window-minimize",tags:[]},{name:"mdi-window-open",tags:[]},{name:"mdi-window-open-variant",tags:[]},{name:"mdi-window-restore",tags:[]},{name:"mdi-window-shutter",tags:[]},{name:"mdi-window-shutter-alert",tags:[]},{name:"mdi-window-shutter-open",tags:[]},{name:"mdi-windsock",tags:[]},{name:"mdi-wiper",tags:[]},{name:"mdi-wiper-wash",tags:[]},{name:"mdi-wizard-hat",tags:[]},{name:"mdi-wordpress",tags:[]},{name:"mdi-wrap",tags:[]},{name:"mdi-wrap-disabled",tags:[]},{name:"mdi-wrench",tags:[]},{name:"mdi-wrench-outline",tags:[]},{name:"mdi-xamarin",tags:[]},{name:"mdi-xml",tags:[]},{name:"mdi-xmpp",tags:[]},{name:"mdi-yahoo",tags:[]},{name:"mdi-yeast",tags:[]},{name:"mdi-yin-yang",tags:[]},{name:"mdi-yoga",tags:[]},{name:"mdi-youtube",tags:[]},{name:"mdi-youtube-gaming",tags:[]},{name:"mdi-youtube-studio",tags:[]},{name:"mdi-youtube-subscription",tags:[]},{name:"mdi-youtube-tv",tags:[]},{name:"mdi-yurt",tags:[]},{name:"mdi-z-wave",tags:[]},{name:"mdi-zend",tags:[]},{name:"mdi-zigbee",tags:[]},{name:"mdi-zip-box",tags:[]},{name:"mdi-zip-box-outline",tags:[]},{name:"mdi-zip-disk",tags:[]},{name:"mdi-zodiac-aquarius",tags:[]},{name:"mdi-zodiac-aries",tags:[]},{name:"mdi-zodiac-cancer",tags:[]},{name:"mdi-zodiac-capricorn",tags:[]},{name:"mdi-zodiac-gemini",tags:[]},{name:"mdi-zodiac-leo",tags:[]},{name:"mdi-zodiac-libra",tags:[]},{name:"mdi-zodiac-pisces",tags:[]},{name:"mdi-zodiac-sagittarius",tags:[]},{name:"mdi-zodiac-scorpio",tags:[]},{name:"mdi-zodiac-taurus",tags:[]},{name:"mdi-zodiac-virgo",tags:[]}]}},"71dd":function(a,e,t){"use strict";t.r(e),e["default"]={name:"line-awesome",icons:[{name:"la-500px",prefix:"lab",tags:["brand"]},{name:"la-accessible-icon",prefix:"lab",tags:["accessibility","brand"]},{name:"la-accusoft",prefix:"lab",tags:["brand"]},{name:"la-acquisitions-incorporated",prefix:"lab",tags:["brand"]},{name:"la-ad",prefix:"las",tags:["social"]},{name:"la-address-book",prefix:"las",tags:["office","people"]},{name:"la-address-card",prefix:"las",tags:["office","people"]},{name:"la-adjust",prefix:"las",tags:["technology"]},{name:"la-adn",prefix:"lab",tags:["brand"]},{name:"la-adobe",prefix:"lab",tags:["brand"]},{name:"la-adversal",prefix:"lab",tags:["brand"]},{name:"la-affiliatetheme",prefix:"lab",tags:["brand"]},{name:"la-air-freshener",prefix:"las",tags:["travel"]},{name:"la-airbnb",prefix:"lab",tags:["brand"]},{name:"la-algolia",prefix:"lab",tags:["brand"]},{name:"la-align-center",prefix:"las",tags:["editor"]},{name:"la-align-justify",prefix:"las",tags:["editor"]},{name:"la-align-left",prefix:"las",tags:["editor"]},{name:"la-align-right",prefix:"las",tags:["editor"]},{name:"la-alipay",prefix:"lab",tags:["brand"]},{name:"la-allergies",prefix:"las",tags:["health"]},{name:"la-amazon",prefix:"lab",tags:["brand"]},{name:"la-amazon-pay",prefix:"lab",tags:["brand"]},{name:"la-ambulance",prefix:"las",tags:["travel"]},{name:"la-american-sign-language-interpreting",prefix:"las",tags:["accessibility"]},{name:"la-amilia",prefix:"lab",tags:["brand"]},{name:"la-anchor",prefix:"las",tags:["brand"]},{name:"la-android",prefix:"lab",tags:["brand"]},{name:"la-angellist",prefix:"lab",tags:["brand"]},{name:"la-angle-double-down",prefix:"las",tags:["arrow"]},{name:"la-angle-double-left",prefix:"las",tags:["arrow"]},{name:"la-angle-double-right",prefix:"las",tags:["arrow"]},{name:"la-angle-double-up",prefix:"las",tags:["arrow"]},{name:"la-angle-down",prefix:"las",tags:["arrow"]},{name:"la-angle-left",prefix:"las",tags:["arrow"]},{name:"la-angle-right",prefix:"las",tags:["arrow"]},{name:"la-angle-up",prefix:"las",tags:["arrow"]},{name:"la-angry",prefix:"las",tags:["emotions","people"]},{name:"la-angrycreative",prefix:"lab",tags:["brand"]},{name:"la-angular",prefix:"lab",tags:["brand"]},{name:"la-ankh",prefix:"las",tags:["religion","social"]},{name:"la-app-store",prefix:"lab",tags:["brand"]},{name:"la-app-store-ios",prefix:"lab",tags:["brand"]},{name:"la-apper",prefix:"lab",tags:["brand"]},{name:"la-apple",prefix:"lab",tags:["brand"]},{name:"la-apple-alt",prefix:"las",tags:["brand","food"]},{name:"la-apple-pay",prefix:"lab",tags:["brand"]},{name:"la-archive",prefix:"las",tags:["office"]},{name:"la-archway",prefix:"las",tags:["buildings"]},{name:"la-arrow-alt-circle-down",prefix:"las",tags:["arrow"]},{name:"la-arrow-alt-circle-left",prefix:"las",tags:["arrow"]},{name:"la-arrow-alt-circle-right",prefix:"las",tags:["arrow"]},{name:"la-arrow-alt-circle-up",prefix:"las",tags:["arrow"]},{name:"la-arrow-circle-down",prefix:"las",tags:["arrow"]},{name:"la-arrow-circle-left",prefix:"las",tags:["arrow"]},{name:"la-arrow-circle-right",prefix:"las",tags:["arrow"]},{name:"la-arrow-circle-up",prefix:"las",tags:["arrow"]},{name:"la-arrow-down",prefix:"las",tags:["arrow"]},{name:"la-arrow-left",prefix:"las",tags:["arrow"]},{name:"la-arrow-right",prefix:"las",tags:["arrow"]},{name:"la-arrow-up",prefix:"las",tags:["arrow"]},{name:"la-arrows-alt",prefix:"las",tags:["arrow"]},{name:"la-arrows-alt-h",prefix:"las",tags:["arrow"]},{name:"la-arrows-alt-v",prefix:"las",tags:["arrow"]},{name:"la-artstation",prefix:"lab",tags:["brand"]},{name:"la-assistive-listening-systems",prefix:"las",tags:["accessibility"]},{name:"la-asterisk",prefix:"las",tags:["other"]},{name:"la-asymmetrik",prefix:"lab",tags:["brand"]},{name:"la-at",prefix:"las",tags:["web"]},{name:"la-atlas",prefix:"las",tags:["travel"]},{name:"la-atlassian",prefix:"lab",tags:["brand"]},{name:"la-atom",prefix:"las",tags:["science"]},{name:"la-audible",prefix:"lab",tags:["brand"]},{name:"la-audio-description",prefix:"las",tags:["accessibility","media"]},{name:"la-autoprefixer",prefix:"lab",tags:["brand"]},{name:"la-avianex",prefix:"lab",tags:["brand"]},{name:"la-aviato",prefix:"lab",tags:["brand"]},{name:"la-award",prefix:"las",tags:["brand"]},{name:"la-aws",prefix:"lab",tags:["brand"]},{name:"la-baby",prefix:"las",tags:["family","people"]},{name:"la-baby-carriage",prefix:"las",tags:["family","people"]},{name:"la-backspace",prefix:"las",tags:["editor"]},{name:"la-backward",prefix:"las",tags:["media"]},{name:"la-bacon",prefix:"las",tags:["food"]},{name:"la-balance-scale",prefix:"las",tags:["social"]},{name:"la-balance-scale-left",prefix:"las",tags:["social"]},{name:"la-balance-scale-right",prefix:"las",tags:["social"]},{name:"la-ban",prefix:"las",tags:["social"]},{name:"la-band-aid",prefix:"las",tags:["health"]},{name:"la-bandcamp",prefix:"lab",tags:["brand"]},{name:"la-barcode",prefix:"las",tags:["other","technology"]},{name:"la-bars",prefix:"las",tags:["web"]},{name:"la-baseball-ball",prefix:"las",tags:["sport"]},{name:"la-basketball-ball",prefix:"las",tags:["sport"]},{name:"la-bath",prefix:"las",tags:["home"]},{name:"la-battery-empty",prefix:"las",tags:["technology"]},{name:"la-battery-full",prefix:"las",tags:["technology"]},{name:"la-battery-half",prefix:"las",tags:["technology"]},{name:"la-battery-quarter",prefix:"las",tags:["technology"]},{name:"la-battery-three-quarters",prefix:"las",tags:["technology"]},{name:"la-battle-net",prefix:"lab",tags:["brand"]},{name:"la-bed",prefix:"las",tags:["home"]},{name:"la-beer",prefix:"las",tags:["food"]},{name:"la-behance",prefix:"lab",tags:["brand"]},{name:"la-behance-square",prefix:"lab",tags:["brand"]},{name:"la-bell",prefix:"las",tags:["other"]},{name:"la-bell-slash",prefix:"las",tags:["other"]},{name:"la-bezier-curve",prefix:"las",tags:["science"]},{name:"la-bible",prefix:"las",tags:["religion","social"]},{name:"la-bicycle",prefix:"las",tags:["sport","travel"]},{name:"la-biking",prefix:"las",tags:["sport","travel"]},{name:"la-bimobject",prefix:"lab",tags:["brand"]},{name:"la-binoculars",prefix:"las",tags:["other","travel"]},{name:"la-biohazard",prefix:"las",tags:["other","science"]},{name:"la-birthday-cake",prefix:"las",tags:["social"]},{name:"la-bitbucket",prefix:"lab",tags:["brand"]},{name:"la-bitcoin",prefix:"lab",tags:["brand"]},{name:"la-bity",prefix:"lab",tags:["brand"]},{name:"la-black-tie",prefix:"lab",tags:["brand"]},{name:"la-blackberry",prefix:"lab",tags:["brand"]},{name:"la-blender",prefix:"las",tags:["home","technology"]},{name:"la-blender-phone",prefix:"las",tags:["home","technology"]},{name:"la-blind",prefix:"las",tags:["accessibility"]},{name:"la-blog",prefix:"las",tags:["web"]},{name:"la-blogger",prefix:"lab",tags:["brand"]},{name:"la-blogger-b",prefix:"lab",tags:["brand"]},{name:"la-bluetooth",prefix:"lab",tags:["brand"]},{name:"la-bluetooth-b",prefix:"lab",tags:["brand"]},{name:"la-bold",prefix:"las",tags:["editor"]},{name:"la-bolt",prefix:"las",tags:["editor"]},{name:"la-bomb",prefix:"las",tags:["other"]},{name:"la-bone",prefix:"las",tags:["food"]},{name:"la-bong",prefix:"las",tags:["science"]},{name:"la-book",prefix:"las",tags:["social"]},{name:"la-book-dead",prefix:"las",tags:["social"]},{name:"la-book-medical",prefix:"las",tags:["health","social"]},{name:"la-book-open",prefix:"las",tags:["social"]},{name:"la-book-reader",prefix:"las",tags:["social"]},{name:"la-bookmark",prefix:"las",tags:["other","web"]},{name:"la-bootstrap",prefix:"lab",tags:["brand"]},{name:"la-border-all",prefix:"las",tags:["editor"]},{name:"la-border-none",prefix:"las",tags:["editor"]},{name:"la-border-style",prefix:"las",tags:["editor"]},{name:"la-bowling-ball",prefix:"las",tags:["sport"]},{name:"la-box",prefix:"las",tags:["other"]},{name:"la-box-open",prefix:"las",tags:["other"]},{name:"la-boxes",prefix:"las",tags:["other"]},{name:"la-braille",prefix:"las",tags:["accessibility"]},{name:"la-brain",prefix:"las",tags:["health","health","social"]},{name:"la-bread-slice",prefix:"las",tags:["food"]},{name:"la-briefcase",prefix:"las",tags:["office"]},{name:"la-briefcase-medical",prefix:"las",tags:["health"]},{name:"la-broadcast-tower",prefix:"las",tags:["media"]},{name:"la-broom",prefix:"las",tags:["home","other"]},{name:"la-brush",prefix:"las",tags:["social"]},{name:"la-btc",prefix:"lab",tags:["brand"]},{name:"la-buffer",prefix:"lab",tags:["brand"]},{name:"la-bug",prefix:"las",tags:["nature","web"]},{name:"la-building",prefix:"las",tags:["buildings"]},{name:"la-bullhorn",prefix:"las",tags:["social","web"]},{name:"la-bullseye",prefix:"las",tags:["other"]},{name:"la-burn",prefix:"las",tags:["other","social","web"]},{name:"la-buromobelexperte",prefix:"lab",tags:["brand"]},{name:"la-bus",prefix:"las",tags:["social","technology","travel"]},{name:"la-bus-alt",prefix:"las",tags:["social","technology","travel"]},{name:"la-business-time",prefix:"las",tags:["office"]},{name:"la-buy-n-large",prefix:"lab",tags:["brand"]},{name:"la-buysellads",prefix:"lab",tags:["brand"]},{name:"la-calculator",prefix:"las",tags:["science"]},{name:"la-calendar",prefix:"las",tags:["office"]},{name:"la-calendar-alt",prefix:"las",tags:["office"]},{name:"la-calendar-check",prefix:"las",tags:["office"]},{name:"la-calendar-day",prefix:"las",tags:["office"]},{name:"la-calendar-minus",prefix:"las",tags:["office"]},{name:"la-calendar-plus",prefix:"las",tags:["office"]},{name:"la-calendar-times",prefix:"las",tags:["office"]},{name:"la-calendar-week",prefix:"las",tags:["office"]},{name:"la-camera",prefix:"las",tags:["technology","web"]},{name:"la-camera-retro",prefix:"las",tags:["technology","web"]},{name:"la-campground",prefix:"las",tags:["social","travel"]},{name:"la-canadian-maple-leaf",prefix:"lab",tags:["brand"]},{name:"la-candy-cane",prefix:"las",tags:["food"]},{name:"la-cannabis",prefix:"las",tags:["food","social"]},{name:"la-capsules",prefix:"las",tags:["health"]},{name:"la-car",prefix:"las",tags:["travel"]},{name:"la-car-alt",prefix:"las",tags:["travel"]},{name:"la-car-battery",prefix:"las",tags:["travel"]},{name:"la-car-crash",prefix:"las",tags:["travel"]},{name:"la-car-side",prefix:"las",tags:["travel"]},{name:"la-caret-down",prefix:"las",tags:["arrow"]},{name:"la-caret-left",prefix:"las",tags:["arrow"]},{name:"la-caret-right",prefix:"las",tags:["arrow"]},{name:"la-caret-square-down",prefix:"las",tags:["arrow"]},{name:"la-caret-square-left",prefix:"las",tags:["arrow"]},{name:"la-caret-square-right",prefix:"las",tags:["arrow"]},{name:"la-caret-square-up",prefix:"las",tags:["arrow"]},{name:"la-caret-up",prefix:"las",tags:["arrow"]},{name:"la-carrot",prefix:"las",tags:["food"]},{name:"la-cart-arrow-down",prefix:"las",tags:["arrow"]},{name:"la-cart-plus",prefix:"las",tags:["office"]},{name:"la-cash-register",prefix:"las",tags:["money","technology"]},{name:"la-cat",prefix:"las",tags:["nature"]},{name:"la-cc-amazon-pay",prefix:"lab",tags:["brand"]},{name:"la-cc-amex",prefix:"lab",tags:["brand"]},{name:"la-cc-apple-pay",prefix:"lab",tags:["brand"]},{name:"la-cc-diners-club",prefix:"lab",tags:["brand"]},{name:"la-cc-discover",prefix:"lab",tags:["brand"]},{name:"la-cc-jcb",prefix:"lab",tags:["brand"]},{name:"la-cc-mastercard",prefix:"lab",tags:["brand"]},{name:"la-cc-paypal",prefix:"lab",tags:["brand"]},{name:"la-cc-stripe",prefix:"lab",tags:["brand"]},{name:"la-cc-visa",prefix:"lab",tags:["brand"]},{name:"la-centercode",prefix:"lab",tags:["brand"]},{name:"la-centos",prefix:"lab",tags:["brand"]},{name:"la-certificate",prefix:"las",tags:["social"]},{name:"la-chair",prefix:"las",tags:["home"]},{name:"la-chalkboard",prefix:"las",tags:["office"]},{name:"la-chalkboard-teacher",prefix:"las",tags:["office","other","science"]},{name:"la-charging-station",prefix:"las",tags:["travel"]},{name:"la-chart-area",prefix:"las",tags:["office"]},{name:"la-chart-bar",prefix:"las",tags:["office"]},{name:"la-chart-line",prefix:"las",tags:["arrow","office"]},{name:"la-chart-pie",prefix:"las",tags:["office"]},{name:"la-check",prefix:"las",tags:["office","social","web"]},{name:"la-check-circle",prefix:"las",tags:["office","social","web"]},{name:"la-check-double",prefix:"las",tags:["office","social","web"]},{name:"la-check-square",prefix:"las",tags:["office","social","web"]},{name:"la-cheese",prefix:"las",tags:["food"]},{name:"la-chess",prefix:"las",tags:["social"]},{name:"la-chess-bishop",prefix:"las",tags:["social"]},{name:"la-chess-board",prefix:"las",tags:["social"]},{name:"la-chess-king",prefix:"las",tags:["social"]},{name:"la-chess-knight",prefix:"las",tags:["social"]},{name:"la-chess-pawn",prefix:"las",tags:["social"]},{name:"la-chess-queen",prefix:"las",tags:["social"]},{name:"la-chess-rook",prefix:"las",tags:["social"]},{name:"la-chevron-circle-down",prefix:"las",tags:["arrow"]},{name:"la-chevron-circle-left",prefix:"las",tags:["arrow"]},{name:"la-chevron-circle-right",prefix:"las",tags:["arrow"]},{name:"la-chevron-circle-up",prefix:"las",tags:["arrow"]},{name:"la-chevron-down",prefix:"las",tags:["arrow"]},{name:"la-chevron-left",prefix:"las",tags:["arrow"]},{name:"la-chevron-right",prefix:"las",tags:["arrow"]},{name:"la-chevron-up",prefix:"las",tags:["arrow"]},{name:"la-child",prefix:"las",tags:["family","people"]},{name:"la-chrome",prefix:"lab",tags:["brand"]},{name:"la-chromecast",prefix:"lab",tags:["brand"]},{name:"la-church",prefix:"las",tags:["buildings","social"]},{name:"la-circle",prefix:"las",tags:["media","other"]},{name:"la-circle-notch",prefix:"las",tags:["other"]},{name:"la-city",prefix:"las",tags:["buildings"]},{name:"la-clinic-medical",prefix:"las",tags:["buildings"]},{name:"la-clipboard",prefix:"las",tags:["editor"]},{name:"la-clipboard-check",prefix:"las",tags:["editor"]},{name:"la-clipboard-list",prefix:"las",tags:["editor"]},{name:"la-clock",prefix:"las",tags:["home","office","other"]},{name:"la-clone",prefix:"las",tags:["editor"]},{name:"la-closed-captioning",prefix:"las",tags:["accessibility","media"]},{name:"la-cloud",prefix:"las",tags:["weather","web"]},{name:"la-cloud-download-alt",prefix:"las",tags:["arrow"]},{name:"la-cloud-meatball",prefix:"las",tags:["weather"]},{name:"la-cloud-moon",prefix:"las",tags:["weather"]},{name:"la-cloud-moon-rain",prefix:"las",tags:["weather"]},{name:"la-cloud-rain",prefix:"las",tags:["weather"]},{name:"la-cloud-showers-heavy",prefix:"las",tags:["weather"]},{name:"la-cloud-sun",prefix:"las",tags:["weather"]},{name:"la-cloud-sun-rain",prefix:"las",tags:["weather"]},{name:"la-cloud-upload-alt",prefix:"las",tags:["arrow"]},{name:"la-cloudscale",prefix:"lab",tags:["brand"]},{name:"la-cloudsmith",prefix:"lab",tags:["brand"]},{name:"la-cloudversify",prefix:"lab",tags:["brand"]},{name:"la-cocktail",prefix:"las",tags:["food"]},{name:"la-code",prefix:"las",tags:["technology","web"]},{name:"la-code-branch",prefix:"las",tags:["technology","web"]},{name:"la-codepen",prefix:"lab",tags:["brand"]},{name:"la-codiepie",prefix:"lab",tags:["brand"]},{name:"la-coffee",prefix:"las",tags:["food"]},{name:"la-cog",prefix:"las",tags:["other","technology"]},{name:"la-cogs",prefix:"las",tags:["other","technology"]},{name:"la-coins",prefix:"las",tags:["money","social"]},{name:"la-columns",prefix:"las",tags:["editor"]},{name:"la-comment",prefix:"las",tags:["social","web"]},{name:"la-comment-alt",prefix:"las",tags:["social","web"]},{name:"la-comment-dollar",prefix:"las",tags:["social","web"]},{name:"la-comment-dots",prefix:"las",tags:["social","web"]},{name:"la-comment-medical",prefix:"las",tags:["social","web"]},{name:"la-comment-slash",prefix:"las",tags:["social","web"]},{name:"la-comments",prefix:"las",tags:["social","web"]},{name:"la-comments-dollar",prefix:"las",tags:["social","web"]},{name:"la-compact-disc",prefix:"las",tags:["technology"]},{name:"la-compass",prefix:"las",tags:["social","travel","weather"]},{name:"la-compress",prefix:"las",tags:["arrow","media"]},{name:"la-compress-arrows-alt",prefix:"las",tags:["arrow","media"]},{name:"la-concierge-bell",prefix:"las",tags:["social","travel"]},{name:"la-confluence",prefix:"lab",tags:["brand"]},{name:"la-connectdevelop",prefix:"lab",tags:["brand"]},{name:"la-contao",prefix:"lab",tags:["brand"]},{name:"la-cookie",prefix:"las",tags:["food"]},{name:"la-cookie-bite",prefix:"las",tags:["food"]},{name:"la-copy",prefix:"las",tags:["editor"]},{name:"la-copyright",prefix:"las",tags:["social"]},{name:"la-cotton-bureau",prefix:"lab",tags:["brand"]},{name:"la-couch",prefix:"las",tags:["home"]},{name:"la-cpanel",prefix:"lab",tags:["brand"]},{name:"la-creative-commons",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-by",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-nc",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-nc-eu",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-nc-jp",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-nd",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-pd",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-pd-alt",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-remix",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-sa",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-sampling",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-sampling-plus",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-share",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-zero",prefix:"lab",tags:["brand"]},{name:"la-credit-card",prefix:"las",tags:["money","social"]},{name:"la-critical-role",prefix:"lab",tags:["brand"]},{name:"la-crop",prefix:"las",tags:["editor"]},{name:"la-crop-alt",prefix:"las",tags:["editor"]},{name:"la-cross",prefix:"las",tags:["religion"]},{name:"la-crosshairs",prefix:"las",tags:["other"]},{name:"la-crow",prefix:"las",tags:["nature"]},{name:"la-crown",prefix:"las",tags:["social"]},{name:"la-crutch",prefix:"las",tags:["accessibility"]},{name:"la-css3",prefix:"lab",tags:["brand","web"]},{name:"la-css3-alt",prefix:"lab",tags:["brand","web"]},{name:"la-cube",prefix:"las",tags:["other"]},{name:"la-cubes",prefix:"las",tags:["other"]},{name:"la-cut",prefix:"las",tags:["editor"]},{name:"la-cuttlefish",prefix:"lab",tags:["brand"]},{name:"la-d-and-d",prefix:"lab",tags:["brand"]},{name:"la-d-and-d-beyond",prefix:"lab",tags:["brand"]},{name:"la-dashcube",prefix:"lab",tags:["brand"]},{name:"la-database",prefix:"las",tags:["technology"]},{name:"la-deaf",prefix:"las",tags:["accessibility"]},{name:"la-delicious",prefix:"lab",tags:["brand"]},{name:"la-democrat",prefix:"las",tags:["other"]},{name:"la-deploydog",prefix:"lab",tags:["brand"]},{name:"la-deskpro",prefix:"lab",tags:["brand"]},{name:"la-desktop",prefix:"las",tags:["technology"]},{name:"la-dev",prefix:"lab",tags:["brand"]},{name:"la-deviantart",prefix:"lab",tags:["brand"]},{name:"la-dharmachakra",prefix:"las",tags:["brand"]},{name:"la-dhl",prefix:"lab",tags:["brand"]},{name:"la-diagnoses",prefix:"las",tags:["brand"]},{name:"la-diaspora",prefix:"lab",tags:["brand"]},{name:"la-dice",prefix:"las",tags:["other"]},{name:"la-dice-d20",prefix:"las",tags:["other"]},{name:"la-dice-d6",prefix:"las",tags:["other"]},{name:"la-dice-five",prefix:"las",tags:["other"]},{name:"la-dice-four",prefix:"las",tags:["other"]},{name:"la-dice-one",prefix:"las",tags:["other"]},{name:"la-dice-six",prefix:"las",tags:["other"]},{name:"la-dice-three",prefix:"las",tags:["other"]},{name:"la-dice-two",prefix:"las",tags:["other"]},{name:"la-digg",prefix:"lab",tags:["brand"]},{name:"la-digital-ocean",prefix:"lab",tags:["brand"]},{name:"la-digital-tachograph",prefix:"las",tags:["technology"]},{name:"la-directions",prefix:"las",tags:["social"]},{name:"la-discord",prefix:"lab",tags:["brand"]},{name:"la-discourse",prefix:"lab",tags:["brand"]},{name:"la-divide",prefix:"las",tags:["science"]},{name:"la-dizzy",prefix:"las",tags:["emotions"]},{name:"la-dna",prefix:"las",tags:["science"]},{name:"la-dochub",prefix:"lab",tags:["brand"]},{name:"la-docker",prefix:"lab",tags:["brand"]},{name:"la-dog",prefix:"las",tags:["nature"]},{name:"la-dollar-sign",prefix:"las",tags:["money"]},{name:"la-dolly",prefix:"las",tags:["travel"]},{name:"la-dolly-flatbed",prefix:"las",tags:["other","travel"]},{name:"la-donate",prefix:"las",tags:["social"]},{name:"la-door-closed",prefix:"las",tags:["home","web"]},{name:"la-door-open",prefix:"las",tags:["home","web"]},{name:"la-dot-circle",prefix:"las",tags:["other"]},{name:"la-dove",prefix:"las",tags:["nature"]},{name:"la-download",prefix:"las",tags:["arrow"]},{name:"la-draft2digital",prefix:"lab",tags:["brand"]},{name:"la-drafting-compass",prefix:"las",tags:["science","travel"]},{name:"la-dragon",prefix:"las",tags:["nature"]},{name:"la-draw-polygon",prefix:"las",tags:["editor"]},{name:"la-dribbble",prefix:"lab",tags:["brand"]},{name:"la-dribbble-square",prefix:"lab",tags:["brand"]},{name:"la-dropbox",prefix:"lab",tags:["brand"]},{name:"la-drum",prefix:"las",tags:["social"]},{name:"la-drum-steelpan",prefix:"las",tags:["social"]},{name:"la-drumstick-bite",prefix:"las",tags:["social"]},{name:"la-drupal",prefix:"lab",tags:["brand"]},{name:"la-dumbbell",prefix:"las",tags:["sport"]},{name:"la-dumpster",prefix:"las",tags:["other"]},{name:"la-dumpster-fire",prefix:"las",tags:["other"]},{name:"la-dungeon",prefix:"las",tags:["other"]},{name:"la-dyalog",prefix:"lab",tags:["brand"]},{name:"la-earlybirds",prefix:"lab",tags:["brand"]},{name:"la-ebay",prefix:"lab",tags:["brand"]},{name:"la-edge",prefix:"lab",tags:["brand"]},{name:"la-edit",prefix:"las",tags:["editor"]},{name:"la-egg",prefix:"las",tags:["nature"]},{name:"la-eject",prefix:"las",tags:["media"]},{name:"la-elementor",prefix:"lab",tags:["brand"]},{name:"la-ellipsis-h",prefix:"las",tags:["science"]},{name:"la-ellipsis-v",prefix:"las",tags:["science"]},{name:"la-ello",prefix:"lab",tags:["brand"]},{name:"la-ember",prefix:"lab",tags:["brand"]},{name:"la-empire",prefix:"lab",tags:["brand"]},{name:"la-envelope",prefix:"las",tags:["social","web"]},{name:"la-envelope-open",prefix:"las",tags:["social","web"]},{name:"la-envelope-open-text",prefix:"las",tags:["social","web"]},{name:"la-envelope-square",prefix:"las",tags:["social","web"]},{name:"la-envira",prefix:"lab",tags:["brand"]},{name:"la-equals",prefix:"las",tags:["science"]},{name:"la-eraser",prefix:"las",tags:["editor"]},{name:"la-erlang",prefix:"lab",tags:["brand"]},{name:"la-ethereum",prefix:"lab",tags:["brand"]},{name:"la-ethernet",prefix:"las",tags:["technology","web"]},{name:"la-etsy",prefix:"lab",tags:["brand"]},{name:"la-euro-sign",prefix:"las",tags:["money"]},{name:"la-evernote",prefix:"lab",tags:["brand"]},{name:"la-exchange-alt",prefix:"las",tags:["arrow"]},{name:"la-exclamation",prefix:"las",tags:["social","web"]},{name:"la-exclamation-circle",prefix:"las",tags:["social","web"]},{name:"la-exclamation-triangle",prefix:"las",tags:["social","web"]},{name:"la-expand",prefix:"las",tags:["arrow","media"]},{name:"la-expand-arrows-alt",prefix:"las",tags:["media"]},{name:"la-expeditedssl",prefix:"lab",tags:["brand"]},{name:"la-external-link-alt",prefix:"las",tags:["arrow"]},{name:"la-external-link-square-alt",prefix:"las",tags:["arrow"]},{name:"la-eye",prefix:"las",tags:["health","people","social"]},{name:"la-eye-dropper",prefix:"las",tags:["health"]},{name:"la-eye-slash",prefix:"las",tags:["health","social"]},{name:"la-facebook",prefix:"lab",tags:["brand"]},{name:"la-facebook-f",prefix:"lab",tags:["brand"]},{name:"la-facebook-messenger",prefix:"lab",tags:["brand"]},{name:"la-facebook-square",prefix:"lab",tags:["brand"]},{name:"la-fan",prefix:"las",tags:["technology"]},{name:"la-fantasy-flight-games",prefix:"lab",tags:["brand"]},{name:"la-fast-backward",prefix:"las",tags:["media"]},{name:"la-fast-forward",prefix:"las",tags:["media"]},{name:"la-fax",prefix:"las",tags:["office","technology"]},{name:"la-feather",prefix:"las",tags:["nature"]},{name:"la-feather-alt",prefix:"las",tags:["nature"]},{name:"la-fedex",prefix:"lab",tags:["brand"]},{name:"la-fedora",prefix:"lab",tags:["brand"]},{name:"la-female",prefix:"las",tags:["people"]},{name:"la-fighter-jet",prefix:"las",tags:["technology"]},{name:"la-figma",prefix:"lab",tags:["brand"]},{name:"la-file",prefix:"las",tags:["computer","editor"]},{name:"la-file-alt",prefix:"las",tags:["editor"]},{name:"la-file-archive",prefix:"las",tags:["computer"]},{name:"la-file-audio",prefix:"las",tags:["media"]},{name:"la-file-code",prefix:"las",tags:["computer","editor"]},{name:"la-file-contract",prefix:"las",tags:["computer"]},{name:"la-file-csv",prefix:"las",tags:["computer"]},{name:"la-file-download",prefix:"las",tags:["computer","web"]},{name:"la-file-excel",prefix:"las",tags:["computer","office"]},{name:"la-file-export",prefix:"las",tags:["computer"]},{name:"la-file-image",prefix:"las",tags:["computer","media"]},{name:"la-file-import",prefix:"las",tags:["computer"]},{name:"la-file-invoice",prefix:"las",tags:["computer","office"]},{name:"la-file-invoice-dollar",prefix:"las",tags:["computer","office"]},{name:"la-file-medical",prefix:"las",tags:["computer","health"]},{name:"la-file-medical-alt",prefix:"las",tags:["computer","health"]},{name:"la-file-pdf",prefix:"las",tags:["computer","office"]},{name:"la-file-powerpoint",prefix:"las",tags:["computer","office"]},{name:"la-file-prescription",prefix:"las",tags:["computer","health"]},{name:"la-file-signature",prefix:"las",tags:["computer"]},{name:"la-file-upload",prefix:"las",tags:["computer","web"]},{name:"la-file-video",prefix:"las",tags:["computer","media"]},{name:"la-file-word",prefix:"las",tags:["computer","office"]},{name:"la-fill",prefix:"las",tags:["editor"]},{name:"la-fill-drip",prefix:"las",tags:["editor"]},{name:"la-film",prefix:"las",tags:["media"]},{name:"la-filter",prefix:"las",tags:["web"]},{name:"la-fingerprint",prefix:"las",tags:["computer","technology"]},{name:"la-fire",prefix:"las",tags:["nature","social","travel","web"]},{name:"la-fire-alt",prefix:"las",tags:["nature","social","travel","web"]},{name:"la-fire-extinguisher",prefix:"las",tags:["social","technology"]},{name:"la-firefox",prefix:"lab",tags:["brand"]},{name:"la-first-aid",prefix:"las",tags:["health"]},{name:"la-first-order",prefix:"lab",tags:["brand"]},{name:"la-first-order-alt",prefix:"lab",tags:["brand"]},{name:"la-firstdraft",prefix:"lab",tags:["brand"]},{name:"la-fish",prefix:"las",tags:["nature"]},{name:"la-fist-raised",prefix:"las",tags:["social"]},{name:"la-flag",prefix:"las",tags:["social"]},{name:"la-flag-checkered",prefix:"las",tags:["social"]},{name:"la-flag-usa",prefix:"las",tags:["social"]},{name:"la-flask",prefix:"las",tags:["science"]},{name:"la-flickr",prefix:"lab",tags:["brand"]},{name:"la-flipboard",prefix:"lab",tags:["brand"]},{name:"la-flushed",prefix:"las",tags:["emotions"]},{name:"la-fly",prefix:"lab",tags:["brand"]},{name:"la-folder",prefix:"las",tags:["computer","office","web"]},{name:"la-folder-minus",prefix:"las",tags:["computer","office","web"]},{name:"la-folder-open",prefix:"las",tags:["computer","office","web"]},{name:"la-folder-plus",prefix:"las",tags:["computer","office","web"]},{name:"la-font",prefix:"las",tags:["editor"]},{name:"la-font-awesome",prefix:"lab",tags:["brand"]},{name:"la-font-awesome-alt",prefix:"lab",tags:["brand"]},{name:"la-font-awesome-flag",prefix:"lab",tags:["brand"]},{name:"la-fonticons",prefix:"lab",tags:["brand"]},{name:"la-fonticons-fi",prefix:"lab",tags:["brand"]},{name:"la-football-ball",prefix:"las",tags:["sport"]},{name:"la-fort-awesome",prefix:"lab",tags:["brand"]},{name:"la-fort-awesome-alt",prefix:"lab",tags:["brand"]},{name:"la-forumbee",prefix:"lab",tags:["brand"]},{name:"la-forward",prefix:"las",tags:["media"]},{name:"la-foursquare",prefix:"lab",tags:["brand"]},{name:"la-free-code-camp",prefix:"lab",tags:["brand"]},{name:"la-freebsd",prefix:"lab",tags:["brand"]},{name:"la-frog",prefix:"las",tags:["nature"]},{name:"la-frown",prefix:"las",tags:["emotions"]},{name:"la-frown-open",prefix:"las",tags:["emotions"]},{name:"la-fulcrum",prefix:"lab",tags:["brand"]},{name:"la-funnel-dollar",prefix:"las",tags:["money"]},{name:"la-futbol",prefix:"las",tags:["sport"]},{name:"la-galactic-republic",prefix:"lab",tags:["brand"]},{name:"la-galactic-senate",prefix:"lab",tags:["brand"]},{name:"la-gamepad",prefix:"las",tags:["social"]},{name:"la-gas-pump",prefix:"las",tags:["travel"]},{name:"la-gavel",prefix:"las",tags:["social"]},{name:"la-gem",prefix:"las",tags:["other"]},{name:"la-genderless",prefix:"las",tags:["other"]},{name:"la-get-pocket",prefix:"lab",tags:["brand"]},{name:"la-gg",prefix:"lab",tags:["brand"]},{name:"la-gg-circle",prefix:"lab",tags:["brand"]},{name:"la-ghost",prefix:"las",tags:["other"]},{name:"la-gift",prefix:"las",tags:["other","social"]},{name:"la-gifts",prefix:"las",tags:["other","social"]},{name:"la-git",prefix:"lab",tags:["brand"]},{name:"la-git-alt",prefix:"lab",tags:["brand"]},{name:"la-git-square",prefix:"lab",tags:["brand"]},{name:"la-github",prefix:"lab",tags:["brand"]},{name:"la-github-alt",prefix:"lab",tags:["brand"]},{name:"la-github-square",prefix:"lab",tags:["brand"]},{name:"la-gitkraken",prefix:"lab",tags:["brand"]},{name:"la-gitlab",prefix:"lab",tags:["brand"]},{name:"la-gitter",prefix:"lab",tags:["brand"]},{name:"la-glass-cheers",prefix:"las",tags:["food","social"]},{name:"la-glass-martini",prefix:"las",tags:["food","social"]},{name:"la-glass-martini-alt",prefix:"las",tags:["food","social"]},{name:"la-glass-whiskey",prefix:"las",tags:["food","social"]},{name:"la-glasses",prefix:"las",tags:["food","social"]},{name:"la-glide",prefix:"lab",tags:["brand"]},{name:"la-glide-g",prefix:"lab",tags:["brand"]},{name:"la-globe",prefix:"las",tags:["social","travel"]},{name:"la-globe-africa",prefix:"las",tags:["social","travel"]},{name:"la-globe-americas",prefix:"las",tags:["social","travel"]},{name:"la-globe-asia",prefix:"las",tags:["social","travel"]},{name:"la-globe-europe",prefix:"las",tags:["social","travel"]},{name:"la-gofore",prefix:"lab",tags:["brand"]},{name:"la-golf-ball",prefix:"las",tags:["sport"]},{name:"la-goodreads",prefix:"lab",tags:["brand"]},{name:"la-goodreads-g",prefix:"lab",tags:["brand"]},{name:"la-google",prefix:"lab",tags:["brand"]},{name:"la-google-drive",prefix:"lab",tags:["brand"]},{name:"la-google-play",prefix:"lab",tags:["brand"]},{name:"la-google-plus",prefix:"lab",tags:["brand"]},{name:"la-google-plus-g",prefix:"lab",tags:["brand"]},{name:"la-google-plus-square",prefix:"lab",tags:["brand"]},{name:"la-google-wallet",prefix:"lab",tags:["brand"]},{name:"la-gopuram",prefix:"las",tags:["buildings"]},{name:"la-graduation-cap",prefix:"las",tags:["science","social"]},{name:"la-gratipay",prefix:"lab",tags:["brand"]},{name:"la-grav",prefix:"lab",tags:["brand"]},{name:"la-greater-than",prefix:"las",tags:["science"]},{name:"la-greater-than-equal",prefix:"las",tags:["science"]},{name:"la-grimace",prefix:"las",tags:["emotions"]},{name:"la-grin",prefix:"las",tags:["emotions"]},{name:"la-grin-alt",prefix:"las",tags:["emotions"]},{name:"la-grin-beam",prefix:"las",tags:["emotions"]},{name:"la-grin-beam-sweat",prefix:"las",tags:["emotions"]},{name:"la-grin-hearts",prefix:"las",tags:["emotions"]},{name:"la-grin-squint",prefix:"las",tags:["emotions"]},{name:"la-grin-squint-tears",prefix:"las",tags:["emotions"]},{name:"la-grin-stars",prefix:"las",tags:["emotions"]},{name:"la-grin-tears",prefix:"las",tags:["emotions"]},{name:"la-grin-tongue",prefix:"las",tags:["emotions"]},{name:"la-grin-tongue-squint",prefix:"las",tags:["emotions"]},{name:"la-grin-tongue-wink",prefix:"las",tags:["emotions"]},{name:"la-grin-wink",prefix:"las",tags:["emotions"]},{name:"la-grip-horizontal",prefix:"las",tags:["emotions"]},{name:"la-grip-lines",prefix:"las",tags:["emotions"]},{name:"la-grip-lines-vertical",prefix:"las",tags:["emotions"]},{name:"la-grip-vertical",prefix:"las",tags:["emotions"]},{name:"la-gripfire",prefix:"lab",tags:["brand"]},{name:"la-grunt",prefix:"lab",tags:["brand"]},{name:"la-guitar",prefix:"las",tags:["social","travel"]},{name:"la-gulp",prefix:"lab",tags:["brand"]},{name:"la-h-square",prefix:"las",tags:["editor"]},{name:"la-hacker-news",prefix:"lab",tags:["brand"]},{name:"la-hacker-news-square",prefix:"lab",tags:["brand"]},{name:"la-hackerrank",prefix:"lab",tags:["brand"]},{name:"la-hamburger",prefix:"las",tags:["food"]},{name:"la-hammer",prefix:"las",tags:["other"]},{name:"la-hamsa",prefix:"las",tags:["other","social"]},{name:"la-hand-holding",prefix:"las",tags:["social"]},{name:"la-hand-holding-heart",prefix:"las",tags:["social"]},{name:"la-hand-holding-usd",prefix:"las",tags:["social"]},{name:"la-hand-lizard",prefix:"las",tags:["social"]},{name:"la-hand-middle-finger",prefix:"las",tags:["social"]},{name:"la-hand-paper",prefix:"las",tags:["social"]},{name:"la-hand-peace",prefix:"las",tags:["social"]},{name:"la-hand-point-down",prefix:"las",tags:["arrow"]},{name:"la-hand-point-down",prefix:"lar",tags:["arrow"]},{name:"la-hand-point-left",prefix:"las",tags:["arrow"]},{name:"la-hand-point-left",prefix:"lar",tags:["arrow"]},{name:"la-hand-point-right",prefix:"las",tags:["arrow"]},{name:"la-hand-point-right",prefix:"lar",tags:["arrow"]},{name:"la-hand-point-up",prefix:"las",tags:["arrow"]},{name:"la-hand-point-up",prefix:"lar",tags:["arrow"]},{name:"la-hand-pointer",prefix:"las",tags:["arrow"]},{name:"la-hand-pointer",prefix:"lar",tags:["arrow"]},{name:"la-hand-rock",prefix:"las",tags:["social"]},{name:"la-hand-scissors",prefix:"las",tags:["social"]},{name:"la-hand-spock",prefix:"las",tags:["social"]},{name:"la-hands",prefix:"las",tags:["social"]},{name:"la-hands-helping",prefix:"las",tags:["social"]},{name:"la-handshake",prefix:"las",tags:["social"]},{name:"la-hanukiah",prefix:"las",tags:["social"]},{name:"la-hard-hat",prefix:"las",tags:["social"]},{name:"la-hashtag",prefix:"las",tags:["web"]},{name:"la-hat-cowboy",prefix:"las",tags:["other","social"]},{name:"la-hat-cowboy-side",prefix:"las",tags:["other","social"]},{name:"la-hat-wizard",prefix:"las",tags:["other","social"]},{name:"la-haykal",prefix:"las",tags:["other"]},{name:"la-hdd",prefix:"las",tags:["computer"]},{name:"la-heading",prefix:"las",tags:["editor"]},{name:"la-headphones",prefix:"las",tags:["media"]},{name:"la-headphones-alt",prefix:"las",tags:["media"]},{name:"la-headset",prefix:"las",tags:["computer","office","technology"]},{name:"la-heart",prefix:"las",tags:["social"]},{name:"la-heart-broken",prefix:"las",tags:["social"]},{name:"la-heartbeat",prefix:"las",tags:["health"]},{name:"la-helicopter",prefix:"las",tags:["technology"]},{name:"la-highlighter",prefix:"las",tags:["art","social"]},{name:"la-hiking",prefix:"las",tags:["travel"]},{name:"la-hippo",prefix:"las",tags:["nature"]},{name:"la-hips",prefix:"lab",tags:["brand"]},{name:"la-hire-a-helper",prefix:"lab",tags:["brand"]},{name:"la-history",prefix:"las",tags:["arrow"]},{name:"la-hockey-puck",prefix:"las",tags:["sport"]},{name:"la-holly-berry",prefix:"las",tags:["social"]},{name:"la-home",prefix:"las",tags:["buildings","web"]},{name:"la-hooli",prefix:"lab",tags:["brand"]},{name:"la-hornbill",prefix:"lab",tags:["brand"]},{name:"la-horse",prefix:"las",tags:["nature"]},{name:"la-horse-head",prefix:"las",tags:["nature"]},{name:"la-hospital",prefix:"las",tags:["health"]},{name:"la-hospital-alt",prefix:"las",tags:["health"]},{name:"la-hospital-symbol",prefix:"las",tags:["health"]},{name:"la-hot-tub",prefix:"las",tags:["home"]},{name:"la-hotdog",prefix:"las",tags:["food"]},{name:"la-hotel",prefix:"las",tags:["buildings"]},{name:"la-hotjar",prefix:"lab",tags:["brand"]},{name:"la-hourglass",prefix:"las",tags:["other","social"]},{name:"la-hourglass-end",prefix:"las",tags:["other","social"]},{name:"la-hourglass-half",prefix:"las",tags:["other","social"]},{name:"la-hourglass-start",prefix:"las",tags:["other","social"]},{name:"la-house-damage",prefix:"las",tags:["buildings"]},{name:"la-houzz",prefix:"lab",tags:["brand"]},{name:"la-hryvnia",prefix:"las",tags:["money"]},{name:"la-html5",prefix:"lab",tags:["brand"]},{name:"la-hubspot",prefix:"lab",tags:["brand"]},{name:"la-i-cursor",prefix:"las",tags:["computer"]},{name:"la-ice-cream",prefix:"las",tags:["food"]},{name:"la-icicles",prefix:"las",tags:["other","travel"]},{name:"la-icons",prefix:"las",tags:["computer","web"]},{name:"la-id-badge",prefix:"las",tags:["social"]},{name:"la-id-card",prefix:"las",tags:["social"]},{name:"la-id-card-alt",prefix:"las",tags:["social"]},{name:"la-igloo",prefix:"las",tags:["buildings","travel"]},{name:"la-image",prefix:"las",tags:["computer","web"]},{name:"la-images",prefix:"las",tags:["computer","web"]},{name:"la-imdb",prefix:"lab",tags:["brand"]},{name:"la-inbox",prefix:"las",tags:["other","web"]},{name:"la-indent",prefix:"las",tags:["editor"]},{name:"la-industry",prefix:"las",tags:["buildings","technology"]},{name:"la-infinity",prefix:"las",tags:["science"]},{name:"la-info",prefix:"las",tags:["office","social","web"]},{name:"la-info-circle",prefix:"las",tags:["office","social","web"]},{name:"la-instagram",prefix:"lab",tags:["brand"]},{name:"la-intercom",prefix:"lab",tags:["brand"]},{name:"la-internet-explorer",prefix:"lab",tags:["brand"]},{name:"la-invision",prefix:"lab",tags:["brand"]},{name:"la-ioxhost",prefix:"lab",tags:["brand"]},{name:"la-italic",prefix:"las",tags:["brand"]},{name:"la-itch-io",prefix:"lab",tags:["brand"]},{name:"la-itunes",prefix:"lab",tags:["brand"]},{name:"la-itunes-note",prefix:"lab",tags:["brand"]},{name:"la-java",prefix:"lab",tags:["brand"]},{name:"la-jedi",prefix:"las",tags:["other","social"]},{name:"la-jedi-order",prefix:"lab",tags:["brand"]},{name:"la-jenkins",prefix:"lab",tags:["brand"]},{name:"la-jira",prefix:"lab",tags:["brand"]},{name:"la-joget",prefix:"lab",tags:["brand"]},{name:"la-joint",prefix:"las",tags:["social"]},{name:"la-joomla",prefix:"lab",tags:["brand"]},{name:"la-journal-whills",prefix:"las",tags:["social"]},{name:"la-js",prefix:"lab",tags:["brand"]},{name:"la-js-square",prefix:"lab",tags:["brand"]},{name:"la-jsfiddle",prefix:"lab",tags:["brand"]},{name:"la-kaaba",prefix:"las",tags:["social"]},{name:"la-kaggle",prefix:"lab",tags:["brand"]},{name:"la-key",prefix:"las",tags:["computer","social","web"]},{name:"la-keybase",prefix:"lab",tags:["brand"]},{name:"la-keyboard",prefix:"las",tags:["computer"]},{name:"la-keycdn",prefix:"lab",tags:["brand"]},{name:"la-khanda",prefix:"las",tags:["social"]},{name:"la-kickstarter",prefix:"lab",tags:["brand"]},{name:"la-kickstarter-k",prefix:"lab",tags:["brand"]},{name:"la-kiss",prefix:"las",tags:["emotions","family"]},{name:"la-kiss-beam",prefix:"las",tags:["emotions","family"]},{name:"la-kiss-wink-heart",prefix:"las",tags:["emotions","family"]},{name:"la-kiwi-bird",prefix:"las",tags:["nature"]},{name:"la-korvue",prefix:"lab",tags:["brand"]},{name:"la-landmark",prefix:"las",tags:["buildings"]},{name:"la-language",prefix:"las",tags:["social","travel","web"]},{name:"la-laptop",prefix:"las",tags:["computer"]},{name:"la-laptop-code",prefix:"las",tags:["computer"]},{name:"la-laptop-medical",prefix:"las",tags:["computer","health"]},{name:"la-laravel",prefix:"lab",tags:["brand"]},{name:"la-lastfm",prefix:"lab",tags:["brand"]},{name:"la-lastfm-square",prefix:"lab",tags:["brand"]},{name:"la-laugh",prefix:"las",tags:["emotions"]},{name:"la-laugh-beam",prefix:"las",tags:["emotions"]},{name:"la-laugh-squint",prefix:"las",tags:["emotions"]},{name:"la-laugh-wink",prefix:"las",tags:["emotions"]},{name:"la-layer-group",prefix:"las",tags:["editor"]},{name:"la-leaf",prefix:"las",tags:["nature"]},{name:"la-leanpub",prefix:"lab",tags:["brand"]},{name:"la-lemon",prefix:"las",tags:["brand"]},{name:"la-less",prefix:"lab",tags:["brand"]},{name:"la-less-than",prefix:"las",tags:["science"]},{name:"la-less-than-equal",prefix:"las",tags:["science"]},{name:"la-level-down-alt",prefix:"las",tags:["arrow"]},{name:"la-level-up-alt",prefix:"las",tags:["arrow"]},{name:"la-life-ring",prefix:"las",tags:["social"]},{name:"la-lightbulb",prefix:"las",tags:["art","technology"]},{name:"la-line",prefix:"lab",tags:["brand"]},{name:"la-link",prefix:"las",tags:["editor","web"]},{name:"la-linkedin",prefix:"lab",tags:["brand"]},{name:"la-linkedin-in",prefix:"lab",tags:["brand"]},{name:"la-linode",prefix:"lab",tags:["brand"]},{name:"la-linux",prefix:"lab",tags:["brand"]},{name:"la-lira-sign",prefix:"las",tags:["money"]},{name:"la-list",prefix:"las",tags:["editor"]},{name:"la-list-alt",prefix:"las",tags:["editor"]},{name:"la-list-ol",prefix:"las",tags:["editor"]},{name:"la-list-ul",prefix:"las",tags:["editor"]},{name:"la-location-arrow",prefix:"las",tags:["arrow"]},{name:"la-lock",prefix:"las",tags:["computer","social","web"]},{name:"la-lock-open",prefix:"las",tags:["computer","social","web"]},{name:"la-long-arrow-alt-down",prefix:"las",tags:["arrow"]},{name:"la-long-arrow-alt-left",prefix:"las",tags:["arrow"]},{name:"la-long-arrow-alt-right",prefix:"las",tags:["arrow"]},{name:"la-long-arrow-alt-up",prefix:"las",tags:["arrow"]},{name:"la-low-vision",prefix:"las",tags:["accessibility"]},{name:"la-luggage-cart",prefix:"las",tags:["technology","travel"]},{name:"la-lyft",prefix:"lab",tags:["brand"]},{name:"la-magento",prefix:"lab",tags:["brand"]},{name:"la-magic",prefix:"las",tags:["social"]},{name:"la-magnet",prefix:"las",tags:["science","technology"]},{name:"la-mail-bulk",prefix:"las",tags:["office","social"]},{name:"la-mailchimp",prefix:"lab",tags:["brand"]},{name:"la-male",prefix:"las",tags:["people"]},{name:"la-mandalorian",prefix:"lab",tags:["brand"]},{name:"la-map",prefix:"las",tags:["travel"]},{name:"la-map-marked",prefix:"las",tags:["travel"]},{name:"la-map-marked-alt",prefix:"las",tags:["travel"]},{name:"la-map-marker",prefix:"las",tags:["travel"]},{name:"la-map-marker-alt",prefix:"las",tags:["travel"]},{name:"la-map-pin",prefix:"las",tags:["travel"]},{name:"la-map-signs",prefix:"las",tags:["travel"]},{name:"la-markdown",prefix:"lab",tags:["brand","editor"]},{name:"la-marker",prefix:"las",tags:["editor","office"]},{name:"la-mars",prefix:"las",tags:["social"]},{name:"la-mars-double",prefix:"las",tags:["social"]},{name:"la-mars-stroke",prefix:"las",tags:["social"]},{name:"la-mars-stroke-h",prefix:"las",tags:["social"]},{name:"la-mars-stroke-v",prefix:"las",tags:["social"]},{name:"la-mask",prefix:"las",tags:["social","web"]},{name:"la-mastodon",prefix:"lab",tags:["brand"]},{name:"la-maxcdn",prefix:"lab",tags:["brand"]},{name:"la-mdb",prefix:"lab",tags:["brand"]},{name:"la-medal",prefix:"las",tags:["social"]},{name:"la-medapps",prefix:"lab",tags:["brand"]},{name:"la-medium",prefix:"lab",tags:["brand"]},{name:"la-medium-m",prefix:"lab",tags:["brand"]},{name:"la-medkit",prefix:"las",tags:["health"]},{name:"la-medrt",prefix:"lab",tags:["brand"]},{name:"la-meetup",prefix:"lab",tags:["brand"]},{name:"la-megaport",prefix:"lab",tags:["brand"]},{name:"la-meh",prefix:"las",tags:["emotions"]},{name:"la-meh-blank",prefix:"las",tags:["emotions"]},{name:"la-meh-rolling-eyes",prefix:"las",tags:["emotions"]},{name:"la-memory",prefix:"las",tags:["computer"]},{name:"la-mendeley",prefix:"lab",tags:["brand"]},{name:"la-menorah",prefix:"las",tags:[]},{name:"la-mercury",prefix:"las",tags:[]},{name:"la-meteor",prefix:"las",tags:[]},{name:"la-microchip",prefix:"las",tags:[]},{name:"la-microphone",prefix:"las",tags:["media"]},{name:"la-microphone-alt",prefix:"las",tags:["media"]},{name:"la-microphone-alt-slash",prefix:"las",tags:["media"]},{name:"la-microphone-slash",prefix:"las",tags:["media"]},{name:"la-microscope",prefix:"las",tags:[]},{name:"la-microsoft",prefix:"lab",tags:["brand"]},{name:"la-minus",prefix:"las",tags:[]},{name:"la-minus-circle",prefix:"las",tags:[]},{name:"la-minus-square",prefix:"las",tags:[]},{name:"la-mitten",prefix:"las",tags:[]},{name:"la-mix",prefix:"lab",tags:["brand"]},{name:"la-mixcloud",prefix:"lab",tags:["brand"]},{name:"la-mizuni",prefix:"lab",tags:["brand"]},{name:"la-mobile",prefix:"las",tags:[]},{name:"la-mobile-alt",prefix:"las",tags:[]},{name:"la-modx",prefix:"lab",tags:["brand"]},{name:"la-monero",prefix:"lab",tags:["brand"]},{name:"la-money-bill",prefix:"las",tags:[]},{name:"la-money-bill-alt",prefix:"las",tags:[]},{name:"la-money-bill-wave",prefix:"las",tags:[]},{name:"la-money-bill-wave-alt",prefix:"las",tags:[]},{name:"la-money-check",prefix:"las",tags:[]},{name:"la-money-check-alt",prefix:"las",tags:[]},{name:"la-monument",prefix:"las",tags:[]},{name:"la-moon",prefix:"las",tags:[]},{name:"la-mortar-pestle",prefix:"las",tags:[]},{name:"la-mosque",prefix:"las",tags:[]},{name:"la-motorcycle",prefix:"las",tags:["travel"]},{name:"la-mountain",prefix:"las",tags:[]},{name:"la-mouse",prefix:"las",tags:[]},{name:"la-mouse-pointer",prefix:"las",tags:["arrow"]},{name:"la-mug-hot",prefix:"las",tags:[]},{name:"la-music",prefix:"las",tags:["media"]},{name:"la-napster",prefix:"lab",tags:["brand"]},{name:"la-neos",prefix:"lab",tags:["brand"]},{name:"la-network-wired",prefix:"las",tags:[]},{name:"la-neuter",prefix:"las",tags:[]},{name:"la-newspaper",prefix:"las",tags:[]},{name:"la-nimblr",prefix:"lab",tags:["brand"]},{name:"la-node",prefix:"lab",tags:["brand"]},{name:"la-node-js",prefix:"lab",tags:["brand"]},{name:"la-not-equal",prefix:"las",tags:[]},{name:"la-notes-medical",prefix:"las",tags:[]},{name:"la-npm",prefix:"lab",tags:["brand"]},{name:"la-ns8",prefix:"lab",tags:["brand"]},{name:"la-nutritionix",prefix:"lab",tags:["brand"]},{name:"la-object-group",prefix:"las",tags:[]},{name:"la-object-ungroup",prefix:"las",tags:[]},{name:"la-odnoklassniki",prefix:"lab",tags:["brand"]},{name:"la-odnoklassniki-square",prefix:"lab",tags:["brand"]},{name:"la-oil-can",prefix:"las",tags:["travel"]},{name:"la-old-republic",prefix:"lab",tags:["brand"]},{name:"la-om",prefix:"las",tags:[]},{name:"la-opencart",prefix:"lab",tags:["brand"]},{name:"la-openid",prefix:"lab",tags:["brand"]},{name:"la-opera",prefix:"lab",tags:["brand"]},{name:"la-optin-monster",prefix:"lab",tags:["brand"]},{name:"la-orcid",prefix:"lab",tags:["brand"]},{name:"la-osi",prefix:"las",tags:[]},{name:"la-otter",prefix:"las",tags:["nature"]},{name:"la-outdent",prefix:"las",tags:[]},{name:"la-page4",prefix:"lab",tags:["brand"]},{name:"la-pagelines",prefix:"lab",tags:["brand"]},{name:"la-pager",prefix:"las",tags:[]},{name:"la-paint-brush",prefix:"las",tags:[]},{name:"la-paint-roller",prefix:"las",tags:[]},{name:"la-palette",prefix:"las",tags:[]},{name:"la-palfed",prefix:"lab",tags:["brand"]},{name:"la-pallet",prefix:"las",tags:[]},{name:"la-paper-plane",prefix:"las",tags:[]},{name:"la-paperclip",prefix:"las",tags:[]},{name:"la-parachute-box",prefix:"las",tags:[]},{name:"la-paragraph",prefix:"las",tags:[]},{name:"la-parking",prefix:"las",tags:[]},{name:"la-passport",prefix:"las",tags:[]},{name:"la-pastafarianism",prefix:"las",tags:[]},{name:"la-paste",prefix:"las",tags:[]},{name:"la-patreon",prefix:"lab",tags:["brand"]},{name:"la-pause",prefix:"las",tags:["media"]},{name:"la-pause-circle",prefix:"las",tags:["media"]},{name:"la-paw",prefix:"las",tags:["nature"]},{name:"la-paypal",prefix:"lab",tags:["brand"]},{name:"la-peace",prefix:"las",tags:[]},{name:"la-pen",prefix:"las",tags:[]},{name:"la-pen-alt",prefix:"las",tags:[]},{name:"la-pen-fancy",prefix:"las",tags:[]},{name:"la-pen-nib",prefix:"las",tags:[]},{name:"la-pen-square",prefix:"las",tags:[]},{name:"la-pencil-alt",prefix:"las",tags:[]},{name:"la-pencil-ruler",prefix:"las",tags:[]},{name:"la-penny-arcade",prefix:"lab",tags:["brand"]},{name:"la-people-carry",prefix:"las",tags:[]},{name:"la-pepper-hot",prefix:"las",tags:[]},{name:"la-percent",prefix:"las",tags:[]},{name:"la-percentage",prefix:"las",tags:[]},{name:"la-periscope",prefix:"lab",tags:["brand"]},{name:"la-person-booth",prefix:"las",tags:[]},{name:"la-phabricator",prefix:"lab",tags:["brand"]},{name:"la-phoenix-framework",prefix:"lab",tags:["brand"]},{name:"la-phoenix-squadron",prefix:"lab",tags:["brand"]},{name:"la-phone",prefix:"las",tags:[]},{name:"la-phone-alt",prefix:"las",tags:[]},{name:"la-phone-slash",prefix:"las",tags:[]},{name:"la-phone-square",prefix:"las",tags:[]},{name:"la-phone-square-alt",prefix:"las",tags:[]},{name:"la-phone-volume",prefix:"las",tags:["accessibility"]},{name:"la-photo-video",prefix:"las",tags:[]},{name:"la-php",prefix:"lab",tags:["brand"]},{name:"la-pied-piper",prefix:"lab",tags:["brand"]},{name:"la-pied-piper-alt",prefix:"lab",tags:["brand"]},{name:"la-pied-piper-hat",prefix:"lab",tags:["brand"]},{name:"la-pied-piper-pp",prefix:"lab",tags:["brand"]},{name:"la-piggy-bank",prefix:"las",tags:[]},{name:"la-pills",prefix:"las",tags:[]},{name:"la-pinterest",prefix:"lab",tags:["brand"]},{name:"la-pinterest-p",prefix:"lab",tags:["brand"]},{name:"la-pinterest-square",prefix:"lab",tags:["brand"]},{name:"la-pizza-slice",prefix:"las",tags:[]},{name:"la-place-of-worship",prefix:"las",tags:[]},{name:"la-plane",prefix:"las",tags:[]},{name:"la-plane-arrival",prefix:"las",tags:[]},{name:"la-plane-departure",prefix:"las",tags:[]},{name:"la-play",prefix:"las",tags:["arrow","media"]},{name:"la-play-circle",prefix:"las",tags:["media"]},{name:"la-playstation",prefix:"lab",tags:["brand"]},{name:"la-plug",prefix:"las",tags:[]},{name:"la-plus",prefix:"las",tags:[]},{name:"la-plus-circle",prefix:"las",tags:[]},{name:"la-plus-square",prefix:"las",tags:[]},{name:"la-podcast",prefix:"las",tags:["media"]},{name:"la-poll",prefix:"las",tags:[]},{name:"la-poll-h",prefix:"las",tags:[]},{name:"la-poo",prefix:"las",tags:[]},{name:"la-poo-storm",prefix:"las",tags:[]},{name:"la-poop",prefix:"las",tags:[]},{name:"la-portrait",prefix:"las",tags:[]},{name:"la-pound-sign",prefix:"las",tags:[]},{name:"la-power-off",prefix:"las",tags:[]},{name:"la-pray",prefix:"las",tags:[]},{name:"la-praying-hands",prefix:"las",tags:[]},{name:"la-prescription",prefix:"las",tags:[]},{name:"la-prescription-bottle",prefix:"las",tags:[]},{name:"la-prescription-bottle-alt",prefix:"las",tags:[]},{name:"la-print",prefix:"las",tags:[]},{name:"la-procedures",prefix:"las",tags:[]},{name:"la-product-hunt",prefix:"lab",tags:["brand"]},{name:"la-project-diagram",prefix:"las",tags:[]},{name:"la-pushed",prefix:"lab",tags:["brand"]},{name:"la-puzzle-piece",prefix:"las",tags:[]},{name:"la-python",prefix:"lab",tags:["brand"]},{name:"la-qq",prefix:"lab",tags:["brand"]},{name:"la-qrcode",prefix:"las",tags:[]},{name:"la-question",prefix:"las",tags:[]},{name:"la-question-circle",prefix:"las",tags:["accessibility"]},{name:"la-quidditch",prefix:"las",tags:[]},{name:"la-quinscape",prefix:"lab",tags:["brand"]},{name:"la-quora",prefix:"lab",tags:["brand"]},{name:"la-quote-left",prefix:"las",tags:[]},{name:"la-quote-right",prefix:"las",tags:[]},{name:"la-quran",prefix:"las",tags:[]},{name:"la-r-project",prefix:"lab",tags:["brand"]},{name:"la-radiation",prefix:"las",tags:[]},{name:"la-radiation-alt",prefix:"las",tags:[]},{name:"la-rainbow",prefix:"las",tags:[]},{name:"la-random",prefix:"las",tags:["arrow","media"]},{name:"la-raspberry-pi",prefix:"lab",tags:["brand"]},{name:"la-ravelry",prefix:"lab",tags:["brand"]},{name:"la-react",prefix:"lab",tags:["brand"]},{name:"la-reacteurope",prefix:"lab",tags:["brand"]},{name:"la-readme",prefix:"lab",tags:["brand"]},{name:"la-rebel",prefix:"lab",tags:["brand"]},{name:"la-receipt",prefix:"las",tags:[]},{name:"la-record-vinyl",prefix:"las",tags:[]},{name:"la-recycle",prefix:"las",tags:["arrow"]},{name:"la-red-river",prefix:"lab",tags:["brand"]},{name:"la-reddit",prefix:"lab",tags:["brand"]},{name:"la-reddit-alien",prefix:"lab",tags:["brand"]},{name:"la-reddit-square",prefix:"lab",tags:["brand"]},{name:"la-redhat",prefix:"lab",tags:["brand"]},{name:"la-redo",prefix:"las",tags:["arrow","media"]},{name:"la-redo-alt",prefix:"las",tags:["arrow","media"]},{name:"la-registered",prefix:"las",tags:[]},{name:"la-remove-format",prefix:"las",tags:[]},{name:"la-renren",prefix:"lab",tags:["brand"]},{name:"la-reply",prefix:"las",tags:["arrow"]},{name:"la-reply-all",prefix:"las",tags:["arrow"]},{name:"la-replyd",prefix:"lab",tags:["brand"]},{name:"la-republican",prefix:"las",tags:[]},{name:"la-researchgate",prefix:"lab",tags:["brand"]},{name:"la-resolving",prefix:"lab",tags:["brand"]},{name:"la-restroom",prefix:"las",tags:[]},{name:"la-retweet",prefix:"las",tags:["arrow"]},{name:"la-rev",prefix:"lab",tags:["brand"]},{name:"la-ribbon",prefix:"las",tags:[]},{name:"la-ring",prefix:"las",tags:[]},{name:"la-road",prefix:"las",tags:[]},{name:"la-robot",prefix:"las",tags:[]},{name:"la-rocket",prefix:"las",tags:[]},{name:"la-rocketchat",prefix:"lab",tags:["brand"]},{name:"la-rockrms",prefix:"lab",tags:["brand"]},{name:"la-route",prefix:"las",tags:[]},{name:"la-rss",prefix:"las",tags:["media"]},{name:"la-rss-square",prefix:"las",tags:["media"]},{name:"la-ruble-sign",prefix:"las",tags:[]},{name:"la-ruler",prefix:"las",tags:[]},{name:"la-ruler-combined",prefix:"las",tags:[]},{name:"la-ruler-horizontal",prefix:"las",tags:[]},{name:"la-ruler-vertical",prefix:"las",tags:[]},{name:"la-running",prefix:"las",tags:[]},{name:"la-rupee-sign",prefix:"las",tags:[]},{name:"la-sad-cry",prefix:"las",tags:[]},{name:"la-sad-tear",prefix:"las",tags:[]},{name:"la-safari",prefix:"lab",tags:["brand"]},{name:"la-salesforce",prefix:"lab",tags:["brand"]},{name:"la-sass",prefix:"lab",tags:["brand"]},{name:"la-satellite",prefix:"las",tags:[]},{name:"la-satellite-dish",prefix:"las",tags:[]},{name:"la-save",prefix:"las",tags:[]},{name:"la-schlix",prefix:"lab",tags:["brand"]},{name:"la-school",prefix:"las",tags:[]},{name:"la-screwdriver",prefix:"las",tags:[]},{name:"la-scribd",prefix:"lab",tags:["brand"]},{name:"la-scroll",prefix:"las",tags:[]},{name:"la-sd-card",prefix:"las",tags:[]},{name:"la-search",prefix:"las",tags:[]},{name:"la-search-dollar",prefix:"las",tags:[]},{name:"la-search-location",prefix:"las",tags:[]},{name:"la-search-minus",prefix:"las",tags:[]},{name:"la-search-plus",prefix:"las",tags:[]},{name:"la-searchengin",prefix:"lab",tags:["brand"]},{name:"la-seedling",prefix:"las",tags:[]},{name:"la-sellcast",prefix:"lab",tags:["brand"]},{name:"la-sellsy",prefix:"lab",tags:["brand"]},{name:"la-server",prefix:"las",tags:[]},{name:"la-servicestack",prefix:"lab",tags:["brand"]},{name:"la-shapes",prefix:"las",tags:[]},{name:"la-share",prefix:"las",tags:["arrow"]},{name:"la-share-alt",prefix:"las",tags:["arrow"]},{name:"la-share-alt-square",prefix:"las",tags:["arrow"]},{name:"la-share-square",prefix:"las",tags:["arrow"]},{name:"la-shekel-sign",prefix:"las",tags:[]},{name:"la-shield-alt",prefix:"las",tags:[]},{name:"la-ship",prefix:"las",tags:[]},{name:"la-shipping-fast",prefix:"las",tags:[]},{name:"la-shirtsinbulk",prefix:"lab",tags:["brand"]},{name:"la-shoe-prints",prefix:"las",tags:[]},{name:"la-shopping-bag",prefix:"las",tags:[]},{name:"la-shopping-basket",prefix:"las",tags:[]},{name:"la-shopping-cart",prefix:"las",tags:[]},{name:"la-shopware",prefix:"lab",tags:["brand"]},{name:"la-shower",prefix:"las",tags:[]},{name:"la-shuttle-van",prefix:"las",tags:["travel"]},{name:"la-sign",prefix:"las",tags:[]},{name:"la-sign-in-alt",prefix:"las",tags:[]},{name:"la-sign-language",prefix:"las",tags:["accessibility"]},{name:"la-sign-out-alt",prefix:"las",tags:[]},{name:"la-signal",prefix:"las",tags:[]},{name:"la-signature",prefix:"las",tags:[]},{name:"la-sim-card",prefix:"las",tags:[]},{name:"la-simplybuilt",prefix:"lab",tags:["brand"]},{name:"la-sistrix",prefix:"lab",tags:["brand"]},{name:"la-sitemap",prefix:"las",tags:[]},{name:"la-sith",prefix:"lab",tags:["brand"]},{name:"la-skating",prefix:"las",tags:[]},{name:"la-sketch",prefix:"lab",tags:["brand"]},{name:"la-skiing",prefix:"las",tags:[]},{name:"la-skiing-nordic",prefix:"las",tags:[]},{name:"la-skull",prefix:"las",tags:[]},{name:"la-skull-crossbones",prefix:"las",tags:[]},{name:"la-skyatlas",prefix:"lab",tags:["brand"]},{name:"la-skype",prefix:"lab",tags:["brand"]},{name:"la-slack",prefix:"lab",tags:["brand"]},{name:"la-slack-hash",prefix:"lab",tags:["brand"]},{name:"la-slash",prefix:"las",tags:[]},{name:"la-sleigh",prefix:"las",tags:[]},{name:"la-sliders-h",prefix:"las",tags:[]},{name:"la-slideshare",prefix:"lab",tags:["brand"]},{name:"la-smile",prefix:"las",tags:[]},{name:"la-smile-beam",prefix:"las",tags:[]},{name:"la-smile-wink",prefix:"las",tags:[]},{name:"la-smog",prefix:"las",tags:[]},{name:"la-smoking",prefix:"las",tags:[]},{name:"la-smoking-ban",prefix:"las",tags:[]},{name:"la-sms",prefix:"las",tags:[]},{name:"la-snapchat",prefix:"lab",tags:["brand"]},{name:"la-snapchat-ghost",prefix:"lab",tags:["brand"]},{name:"la-snapchat-square",prefix:"lab",tags:["brand"]},{name:"la-snowboarding",prefix:"las",tags:[]},{name:"la-snowflake",prefix:"las",tags:[]},{name:"la-snowman",prefix:"las",tags:[]},{name:"la-snowplow",prefix:"las",tags:[]},{name:"la-socks",prefix:"las",tags:[]},{name:"la-solar-panel",prefix:"las",tags:[]},{name:"la-sort",prefix:"las",tags:["arrow"]},{name:"la-sort-alpha-down",prefix:"las",tags:["arrow"]},{name:"la-sort-alpha-down-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-alpha-up",prefix:"las",tags:["arrow"]},{name:"la-sort-alpha-up-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-amount-down",prefix:"las",tags:["arrow"]},{name:"la-sort-amount-down-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-amount-up",prefix:"las",tags:["arrow"]},{name:"la-sort-amount-up-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-down",prefix:"las",tags:["arrow"]},{name:"la-sort-numeric-down",prefix:"las",tags:["arrow"]},{name:"la-sort-numeric-down-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-numeric-up",prefix:"las",tags:["arrow"]},{name:"la-sort-numeric-up-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-up",prefix:"las",tags:["arrow"]},{name:"la-soundcloud",prefix:"lab",tags:["brand"]},{name:"la-sourcetree",prefix:"lab",tags:["brand"]},{name:"la-spa",prefix:"las",tags:[]},{name:"la-space-shuttle",prefix:"las",tags:[]},{name:"la-speakap",prefix:"lab",tags:["brand"]},{name:"la-speaker-deck",prefix:"lab",tags:["brand"]},{name:"la-spell-check",prefix:"las",tags:[]},{name:"la-spider",prefix:"las",tags:["nature"]},{name:"la-spinner",prefix:"las",tags:[]},{name:"la-splotch",prefix:"las",tags:[]},{name:"la-spotify",prefix:"lab",tags:["brand"]},{name:"la-spray-can",prefix:"las",tags:[]},{name:"la-square",prefix:"las",tags:[]},{name:"la-square-full",prefix:"las",tags:[]},{name:"la-square-root-alt",prefix:"las",tags:[]},{name:"la-squarespace",prefix:"lab",tags:["brand"]},{name:"la-stack-exchange",prefix:"lab",tags:["brand"]},{name:"la-stack-overflow",prefix:"lab",tags:["brand"]},{name:"la-stackpath",prefix:"lab",tags:["brand"]},{name:"la-stamp",prefix:"las",tags:[]},{name:"la-star",prefix:"las",tags:[]},{name:"la-star-and-crescent",prefix:"las",tags:[]},{name:"la-star-half",prefix:"las",tags:[]},{name:"la-star-half-alt",prefix:"las",tags:[]},{name:"la-star-of-david",prefix:"las",tags:[]},{name:"la-star-of-life",prefix:"las",tags:[]},{name:"la-staylinked",prefix:"lab",tags:["brand"]},{name:"la-steam",prefix:"lab",tags:["brand"]},{name:"la-steam-square",prefix:"lab",tags:["brand"]},{name:"la-steam-symbol",prefix:"lab",tags:["brand"]},{name:"la-step-backward",prefix:"las",tags:["media"]},{name:"la-step-forward",prefix:"las",tags:["media"]},{name:"la-stethoscope",prefix:"las",tags:[]},{name:"la-sticker-mule",prefix:"lab",tags:["brand"]},{name:"la-sticky-note",prefix:"las",tags:[]},{name:"la-stop",prefix:"las",tags:["media"]},{name:"la-stop-circle",prefix:"las",tags:["media"]},{name:"la-stopwatch",prefix:"las",tags:[]},{name:"la-store",prefix:"las",tags:[]},{name:"la-store-alt",prefix:"las",tags:[]},{name:"la-strava",prefix:"lab",tags:["brand"]},{name:"la-stream",prefix:"las",tags:[]},{name:"la-street-view",prefix:"las",tags:[]},{name:"la-strikethrough",prefix:"las",tags:[]},{name:"la-stripe",prefix:"lab",tags:["brand"]},{name:"la-stripe-s",prefix:"lab",tags:["brand"]},{name:"la-stroopwafel",prefix:"las",tags:[]},{name:"la-studiovinari",prefix:"lab",tags:["brand"]},{name:"la-stumbleupon",prefix:"lab",tags:["brand"]},{name:"la-stumbleupon-circle",prefix:"lab",tags:["brand"]},{name:"la-subscript",prefix:"las",tags:[]},{name:"la-subway",prefix:"las",tags:[]},{name:"la-suitcase",prefix:"las",tags:[]},{name:"la-suitcase-rolling",prefix:"las",tags:[]},{name:"la-sun",prefix:"las",tags:[]},{name:"la-superpowers",prefix:"lab",tags:["brand"]},{name:"la-superscript",prefix:"las",tags:[]},{name:"la-supple",prefix:"lab",tags:["brand"]},{name:"la-surprise",prefix:"las",tags:[]},{name:"la-suse",prefix:"lab",tags:["brand"]},{name:"la-swatchbook",prefix:"las",tags:[]},{name:"la-swift",prefix:"lab",tags:["brand"]},{name:"la-swimmer",prefix:"las",tags:[]},{name:"la-swimming-pool",prefix:"las",tags:[]},{name:"la-symfony",prefix:"lab",tags:["brand"]},{name:"la-synagogue",prefix:"las",tags:[]},{name:"la-sync",prefix:"las",tags:["arrow","media"]},{name:"la-sync-alt",prefix:"las",tags:["arrow","media"]},{name:"la-syringe",prefix:"las",tags:[]},{name:"la-table",prefix:"las",tags:[]},{name:"la-table-tennis",prefix:"las",tags:[]},{name:"la-tablet",prefix:"las",tags:[]},{name:"la-tablet-alt",prefix:"las",tags:[]},{name:"la-tablets",prefix:"las",tags:[]},{name:"la-tachometer-alt",prefix:"las",tags:["travel"]},{name:"la-tag",prefix:"las",tags:[]},{name:"la-tags",prefix:"las",tags:[]},{name:"la-tape",prefix:"las",tags:[]},{name:"la-tasks",prefix:"las",tags:[]},{name:"la-taxi",prefix:"las",tags:["travel"]},{name:"la-teamspeak",prefix:"lab",tags:["brand"]},{name:"la-teeth",prefix:"las",tags:[]},{name:"la-teeth-open",prefix:"las",tags:[]},{name:"la-telegram",prefix:"lab",tags:["brand"]},{name:"la-telegram-plane",prefix:"lab",tags:["brand"]},{name:"la-temperature-high",prefix:"las",tags:[]},{name:"la-temperature-low",prefix:"las",tags:[]},{name:"la-tencent-weibo",prefix:"lab",tags:["brand"]},{name:"la-tenge",prefix:"las",tags:[]},{name:"la-terminal",prefix:"las",tags:[]},{name:"la-text-height",prefix:"las",tags:["arrow"]},{name:"la-text-width",prefix:"las",tags:["arrow"]},{name:"la-th",prefix:"las",tags:[]},{name:"la-th-large",prefix:"las",tags:[]},{name:"la-th-list",prefix:"las",tags:[]},{name:"la-the-red-yeti",prefix:"lab",tags:["brand"]},{name:"la-theater-masks",prefix:"las",tags:[]},{name:"la-themeco",prefix:"lab",tags:["brand"]},{name:"la-themeisle",prefix:"lab",tags:["brand"]},{name:"la-thermometer",prefix:"las",tags:[]},{name:"la-thermometer-empty",prefix:"las",tags:[]},{name:"la-thermometer-full",prefix:"las",tags:[]},{name:"la-thermometer-half",prefix:"las",tags:[]},{name:"la-thermometer-quarter",prefix:"las",tags:[]},{name:"la-thermometer-three-quarters",prefix:"las",tags:[]},{name:"la-think-peaks",prefix:"lab",tags:["brand"]},{name:"la-thumbs-down",prefix:"las",tags:[]},{name:"la-thumbs-up",prefix:"las",tags:[]},{name:"la-thumbtack",prefix:"las",tags:[]},{name:"la-ticket-alt",prefix:"las",tags:[]},{name:"la-times",prefix:"las",tags:[]},{name:"la-times-circle",prefix:"las",tags:[]},{name:"la-tint",prefix:"las",tags:[]},{name:"la-tint-slash",prefix:"las",tags:[]},{name:"la-tired",prefix:"las",tags:[]},{name:"la-toggle-off",prefix:"las",tags:[]},{name:"la-toggle-on",prefix:"las",tags:[]},{name:"la-toilet",prefix:"las",tags:[]},{name:"la-toilet-paper",prefix:"las",tags:[]},{name:"la-toolbox",prefix:"las",tags:[]},{name:"la-tools",prefix:"las",tags:[]},{name:"la-tooth",prefix:"las",tags:[]},{name:"la-torah",prefix:"las",tags:[]},{name:"la-torii-gate",prefix:"las",tags:[]},{name:"la-tractor",prefix:"las",tags:[]},{name:"la-trade-federation",prefix:"lab",tags:["brand"]},{name:"la-trademark",prefix:"las",tags:[]},{name:"la-traffic-light",prefix:"las",tags:[]},{name:"la-train",prefix:"las",tags:[]},{name:"la-tram",prefix:"las",tags:[]},{name:"la-transgender",prefix:"las",tags:[]},{name:"la-transgender-alt",prefix:"las",tags:[]},{name:"la-trash",prefix:"las",tags:[]},{name:"la-trash-alt",prefix:"las",tags:[]},{name:"la-trash-restore",prefix:"las",tags:[]},{name:"la-trash-restore-alt",prefix:"las",tags:[]},{name:"la-tree",prefix:"las",tags:[]},{name:"la-trello",prefix:"lab",tags:["brand"]},{name:"la-tripadvisor",prefix:"lab",tags:["brand"]},{name:"la-trophy",prefix:"las",tags:[]},{name:"la-truck",prefix:"las",tags:["travel"]},{name:"la-truck-loading",prefix:"las",tags:["travel"]},{name:"la-truck-monster",prefix:"las",tags:["travel"]},{name:"la-truck-moving",prefix:"las",tags:["travel"]},{name:"la-truck-pickup",prefix:"las",tags:["travel"]},{name:"la-tshirt",prefix:"las",tags:[]},{name:"la-tty",prefix:"las",tags:["accessibility"]},{name:"la-tumblr",prefix:"lab",tags:["brand"]},{name:"la-tumblr-square",prefix:"lab",tags:["brand"]},{name:"la-tv",prefix:"las",tags:["media"]},{name:"la-twitch",prefix:"lab",tags:["brand"]},{name:"la-twitter",prefix:"lab",tags:["brand"]},{name:"la-twitter-square",prefix:"lab",tags:["brand"]},{name:"la-typo3",prefix:"lab",tags:["brand"]},{name:"la-uber",prefix:"lab",tags:["brand"]},{name:"la-ubuntu",prefix:"lab",tags:["brand"]},{name:"la-uikit",prefix:"lab",tags:["brand"]},{name:"la-umbraco",prefix:"lab",tags:["brand"]},{name:"la-umbrella",prefix:"las",tags:[]},{name:"la-umbrella-beach",prefix:"las",tags:[]},{name:"la-underline",prefix:"las",tags:[]},{name:"la-undo",prefix:"las",tags:["arrow","media"]},{name:"la-undo-alt",prefix:"las",tags:["arrow","media"]},{name:"la-uniregistry",prefix:"lab",tags:["brand"]},{name:"la-universal-access",prefix:"las",tags:["accessibility"]},{name:"la-university",prefix:"las",tags:[]},{name:"la-unlink",prefix:"las",tags:[]},{name:"la-unlock",prefix:"las",tags:[]},{name:"la-unlock-alt",prefix:"las",tags:[]},{name:"la-untappd",prefix:"lab",tags:["brand"]},{name:"la-upload",prefix:"las",tags:["arrow"]},{name:"la-ups",prefix:"lab",tags:["brand"]},{name:"la-usb",prefix:"lab",tags:["brand"]},{name:"la-user",prefix:"las",tags:[]},{name:"la-user-alt",prefix:"las",tags:[]},{name:"la-user-alt-slash",prefix:"las",tags:[]},{name:"la-user-astronaut",prefix:"las",tags:[]},{name:"la-user-check",prefix:"las",tags:[]},{name:"la-user-circle",prefix:"las",tags:[]},{name:"la-user-clock",prefix:"las",tags:[]},{name:"la-user-cog",prefix:"las",tags:[]},{name:"la-user-edit",prefix:"las",tags:[]},{name:"la-user-friends",prefix:"las",tags:[]},{name:"la-user-graduate",prefix:"las",tags:[]},{name:"la-user-injured",prefix:"las",tags:[]},{name:"la-user-lock",prefix:"las",tags:[]},{name:"la-user-md",prefix:"las",tags:[]},{name:"la-user-minus",prefix:"las",tags:[]},{name:"la-user-ninja",prefix:"las",tags:[]},{name:"la-user-nurse",prefix:"las",tags:[]},{name:"la-user-plus",prefix:"las",tags:[]},{name:"la-user-secret",prefix:"las",tags:[]},{name:"la-user-shield",prefix:"las",tags:[]},{name:"la-user-slash",prefix:"las",tags:[]},{name:"la-user-tag",prefix:"las",tags:[]},{name:"la-user-tie",prefix:"las",tags:[]},{name:"la-user-times",prefix:"las",tags:[]},{name:"la-users",prefix:"las",tags:[]},{name:"la-users-cog",prefix:"las",tags:[]},{name:"la-usps",prefix:"lab",tags:["brand"]},{name:"la-ussunnah",prefix:"lab",tags:["brand"]},{name:"la-utensil-spoon",prefix:"las",tags:[]},{name:"la-utensils",prefix:"las",tags:[]},{name:"la-vaadin",prefix:"lab",tags:["brand"]},{name:"la-vector-square",prefix:"las",tags:[]},{name:"la-venus",prefix:"las",tags:[]},{name:"la-venus-double",prefix:"las",tags:[]},{name:"la-venus-mars",prefix:"las",tags:[]},{name:"la-viacoin",prefix:"lab",tags:["brand"]},{name:"la-viadeo",prefix:"lab",tags:["brand"]},{name:"la-viadeo-square",prefix:"lab",tags:["brand"]},{name:"la-vial",prefix:"las",tags:[]},{name:"la-vials",prefix:"las",tags:[]},{name:"la-viber",prefix:"lab",tags:["brand"]},{name:"la-video",prefix:"las",tags:["media"]},{name:"la-video-slash",prefix:"las",tags:["media"]},{name:"la-vihara",prefix:"las",tags:[]},{name:"la-vimeo",prefix:"lab",tags:["brand"]},{name:"la-vimeo-square",prefix:"lab",tags:["brand"]},{name:"la-vimeo-v",prefix:"lab",tags:["brand"]},{name:"la-vine",prefix:"lab",tags:["brand"]},{name:"la-vk",prefix:"lab",tags:["brand"]},{name:"la-vnv",prefix:"lab",tags:["brand"]},{name:"la-voicemail",prefix:"las",tags:[]},{name:"la-volleyball-ball",prefix:"las",tags:[]},{name:"la-volume-down",prefix:"las",tags:["media"]},{name:"la-volume-mute",prefix:"las",tags:["media"]},{name:"la-volume-off",prefix:"las",tags:["media"]},{name:"la-volume-up",prefix:"las",tags:["media"]},{name:"la-vote-yea",prefix:"las",tags:[]},{name:"la-vr-cardboard",prefix:"las",tags:[]},{name:"la-vuejs",prefix:"lab",tags:["brand"]},{name:"la-walking",prefix:"las",tags:[]},{name:"la-wallet",prefix:"las",tags:[]},{name:"la-warehouse",prefix:"las",tags:[]},{name:"la-water",prefix:"las",tags:[]},{name:"la-wave-square",prefix:"las",tags:[]},{name:"la-waze",prefix:"lab",tags:["brand"]},{name:"la-weebly",prefix:"lab",tags:["brand"]},{name:"la-weibo",prefix:"lab",tags:["brand"]},{name:"la-weight",prefix:"las",tags:[]},{name:"la-weight-hanging",prefix:"las",tags:[]},{name:"la-weixin",prefix:"lab",tags:["brand"]},{name:"la-whatsapp",prefix:"lab",tags:["brand"]},{name:"la-whatsapp-square",prefix:"lab",tags:["brand"]},{name:"la-wheelchair",prefix:"las",tags:["accessibility"]},{name:"la-whmcs",prefix:"lab",tags:["brand"]},{name:"la-wifi",prefix:"las",tags:[]},{name:"la-wikipedia-w",prefix:"lab",tags:["brand"]},{name:"la-wind",prefix:"las",tags:[]},{name:"la-window-close",prefix:"las",tags:[]},{name:"la-window-maximize",prefix:"las",tags:[]},{name:"la-window-minimize",prefix:"las",tags:[]},{name:"la-window-restore",prefix:"las",tags:[]},{name:"la-windows",prefix:"lab",tags:["brand"]},{name:"la-wine-bottle",prefix:"las",tags:[]},{name:"la-wine-glass",prefix:"las",tags:[]},{name:"la-wine-glass-alt",prefix:"las",tags:[]},{name:"la-wix",prefix:"lab",tags:["brand"]},{name:"la-wizards-of-the-coast",prefix:"lab",tags:["brand"]},{name:"la-wolf-pack-battalion",prefix:"lab",tags:["brand"]},{name:"la-won-sign",prefix:"las",tags:[]},{name:"la-wordpress",prefix:"lab",tags:["brand"]},{name:"la-wordpress-simple",prefix:"lab",tags:["brand"]},{name:"la-wpbeginner",prefix:"lab",tags:["brand"]},{name:"la-wpexplorer",prefix:"lab",tags:["brand"]},{name:"la-wpforms",prefix:"lab",tags:["brand"]},{name:"la-wpressr",prefix:"lab",tags:["brand"]},{name:"la-wrench",prefix:"las",tags:[]},{name:"la-x-ray",prefix:"las",tags:[]},{name:"la-xbox",prefix:"lab",tags:["brand"]},{name:"la-xing",prefix:"lab",tags:["brand"]},{name:"la-xing-square",prefix:"lab",tags:["brand"]},{name:"la-y-combinator",prefix:"lab",tags:["brand"]},{name:"la-yahoo",prefix:"lab",tags:["brand"]},{name:"la-yammer",prefix:"lab",tags:["brand"]},{name:"la-yandex",prefix:"lab",tags:["brand"]},{name:"la-yandex-international",prefix:"lab",tags:["brand"]},{name:"la-yarn",prefix:"lab",tags:["brand"]},{name:"la-yelp",prefix:"lab",tags:["brand"]},{name:"la-yen-sign",prefix:"las",tags:[]},{name:"la-yin-yang",prefix:"las",tags:[]},{name:"la-yoast",prefix:"lab",tags:["brand"]},{name:"la-youtube",prefix:"lab",tags:["brand","media"]},{name:"la-youtube-square",prefix:"lab",tags:["brand","media"]},{name:"la-zhihu",prefix:"lab",tags:["brand"]}]}},"72e8":function(a,e,t){"use strict";t.r(e),e["default"]={name:"fontawesome-v5",icons:[{name:"fa-500px",prefix:"fab",tags:["brand"]},{name:"fa-accessible-icon",prefix:"fab",tags:["accessibility","brand"]},{name:"fa-accusoft",prefix:"fab",tags:["brand"]},{name:"fa-acquisitions-incorporated",prefix:"fab",tags:["brand"]},{name:"fa-ad",prefix:"fas",tags:["social"]},{name:"fa-address-book",prefix:"fas",tags:["office","people"]},{name:"fa-address-card",prefix:"fas",tags:["office","people"]},{name:"fa-adjust",prefix:"fas",tags:["technology"]},{name:"fa-adn",prefix:"fab",tags:["brand"]},{name:"fa-adversal",prefix:"fab",tags:["brand"]},{name:"fa-affiliatetheme",prefix:"fab",tags:["brand"]},{name:"fa-air-freshener",prefix:"fas",tags:["travel"]},{name:"fa-airbnb",prefix:"fab",tags:["brand"]},{name:"fa-algolia",prefix:"fab",tags:["brand"]},{name:"fa-align-center",prefix:"fas",tags:["editor"]},{name:"fa-align-justify",prefix:"fas",tags:["editor"]},{name:"fa-align-left",prefix:"fas",tags:["editor"]},{name:"fa-align-right",prefix:"fas",tags:["editor"]},{name:"fa-alipay",prefix:"fab",tags:["brand"]},{name:"fa-allergies",prefix:"fas",tags:["health"]},{name:"fa-amazon",prefix:"fab",tags:["brand"]},{name:"fa-amazon-pay",prefix:"fab",tags:["brand"]},{name:"fa-ambulance",prefix:"fas",tags:["travel"]},{name:"fa-american-sign-language-interpreting",prefix:"fas",tags:["accessibility"]},{name:"fa-amilia",prefix:"fab",tags:["brand"]},{name:"fa-anchor",prefix:"fas",tags:["brand"]},{name:"fa-android",prefix:"fab",tags:["brand"]},{name:"fa-angellist",prefix:"fab",tags:["brand"]},{name:"fa-angle-double-down",prefix:"fas",tags:["arrow"]},{name:"fa-angle-double-left",prefix:"fas",tags:["arrow"]},{name:"fa-angle-double-right",prefix:"fas",tags:["arrow"]},{name:"fa-angle-double-up",prefix:"fas",tags:["arrow"]},{name:"fa-angle-down",prefix:"fas",tags:["arrow"]},{name:"fa-angle-left",prefix:"fas",tags:["arrow"]},{name:"fa-angle-right",prefix:"fas",tags:["arrow"]},{name:"fa-angle-up",prefix:"fas",tags:["arrow"]},{name:"fa-angry",prefix:"fas",tags:["emotions","people"]},{name:"fa-angrycreative",prefix:"fab",tags:["brand"]},{name:"fa-angular",prefix:"fab",tags:["brand"]},{name:"fa-ankh",prefix:"fas",tags:["religion","social"]},{name:"fa-app-store",prefix:"fab",tags:["brand"]},{name:"fa-app-store-ios",prefix:"fab",tags:["brand"]},{name:"fa-apper",prefix:"fab",tags:["brand"]},{name:"fa-apple",prefix:"fab",tags:["brand"]},{name:"fa-apple-alt",prefix:"fas",tags:["brand","food"]},{name:"fa-apple-pay",prefix:"fab",tags:["brand"]},{name:"fa-archive",prefix:"fas",tags:["office"]},{name:"fa-archway",prefix:"fas",tags:["buildings"]},{name:"fa-arrow-alt-circle-down",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-alt-circle-left",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-alt-circle-right",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-alt-circle-up",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-circle-down",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-circle-left",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-circle-right",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-circle-up",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-down",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-left",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-right",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-up",prefix:"fas",tags:["arrow"]},{name:"fa-arrows-alt",prefix:"fas",tags:["arrow"]},{name:"fa-arrows-alt-h",prefix:"fas",tags:["arrow"]},{name:"fa-arrows-alt-v",prefix:"fas",tags:["arrow"]},{name:"fa-artstation",prefix:"fab",tags:["brand"]},{name:"fa-assistive-listening-systems",prefix:"fas",tags:["accessibility"]},{name:"fa-asterisk",prefix:"fas",tags:["other"]},{name:"fa-asymmetrik",prefix:"fab",tags:["brand"]},{name:"fa-at",prefix:"fas",tags:["web"]},{name:"fa-atlas",prefix:"fas",tags:["travel"]},{name:"fa-atlassian",prefix:"fab",tags:["brand"]},{name:"fa-atom",prefix:"fas",tags:["science"]},{name:"fa-audible",prefix:"fab",tags:["brand"]},{name:"fa-audio-description",prefix:"fas",tags:["accessibility","media"]},{name:"fa-autoprefixer",prefix:"fab",tags:["brand"]},{name:"fa-avianex",prefix:"fab",tags:["brand"]},{name:"fa-aviato",prefix:"fab",tags:["brand"]},{name:"fa-award",prefix:"fas",tags:["brand"]},{name:"fa-aws",prefix:"fab",tags:["brand"]},{name:"fa-baby",prefix:"fas",tags:["family","people"]},{name:"fa-baby-carriage",prefix:"fas",tags:["family","people"]},{name:"fa-backspace",prefix:"fas",tags:["editor"]},{name:"fa-backward",prefix:"fas",tags:["media"]},{name:"fa-bacon",prefix:"fas",tags:["food"]},{name:"fa-bacteria",prefix:"fas",tags:[]},{name:"fa-bacterium",prefix:"fas",tags:[]},{name:"fa-bahai",prefix:"fas",tags:[]},{name:"fa-balance-scale",prefix:"fas",tags:["social"]},{name:"fa-balance-scale-left",prefix:"fas",tags:["social"]},{name:"fa-balance-scale-right",prefix:"fas",tags:["social"]},{name:"fa-ban",prefix:"fas",tags:["social"]},{name:"fa-band-aid",prefix:"fas",tags:["health"]},{name:"fa-bandcamp",prefix:"fab",tags:["brand"]},{name:"fa-barcode",prefix:"fas",tags:["other","technology"]},{name:"fa-bars",prefix:"fas",tags:["web"]},{name:"fa-baseball-ball",prefix:"fas",tags:["sport"]},{name:"fa-basketball-ball",prefix:"fas",tags:["sport"]},{name:"fa-bath",prefix:"fas",tags:["home"]},{name:"fa-battery-empty",prefix:"fas",tags:["technology"]},{name:"fa-battery-full",prefix:"fas",tags:["technology"]},{name:"fa-battery-half",prefix:"fas",tags:["technology"]},{name:"fa-battery-quarter",prefix:"fas",tags:["technology"]},{name:"fa-battery-three-quarters",prefix:"fas",tags:["technology"]},{name:"fa-battle-net",prefix:"fab",tags:["brand"]},{name:"fa-bed",prefix:"fas",tags:["home"]},{name:"fa-beer",prefix:"fas",tags:["food"]},{name:"fa-behance",prefix:"fab",tags:["brand"]},{name:"fa-behance-square",prefix:"fab",tags:["brand"]},{name:"fa-bell",prefix:"fas",tags:["other"]},{name:"fa-bell-slash",prefix:"fas",tags:["other"]},{name:"fa-bezier-curve",prefix:"fas",tags:["science"]},{name:"fa-bible",prefix:"fas",tags:["religion","social"]},{name:"fa-bicycle",prefix:"fas",tags:["sport","travel"]},{name:"fa-biking",prefix:"fas",tags:["sport","travel"]},{name:"fa-bimobject",prefix:"fab",tags:["brand"]},{name:"fa-binoculars",prefix:"fas",tags:["other","travel"]},{name:"fa-biohazard",prefix:"fas",tags:["other","science"]},{name:"fa-birthday-cake",prefix:"fas",tags:["social"]},{name:"fa-bitbucket",prefix:"fab",tags:["brand"]},{name:"fa-bitcoin",prefix:"fab",tags:["brand"]},{name:"fa-bity",prefix:"fab",tags:["brand"]},{name:"fa-black-tie",prefix:"fab",tags:["brand"]},{name:"fa-blackberry",prefix:"fab",tags:["brand"]},{name:"fa-blender",prefix:"fas",tags:["home","technology"]},{name:"fa-blender-phone",prefix:"fas",tags:["home","technology"]},{name:"fa-blind",prefix:"fas",tags:["accessibility"]},{name:"fa-blog",prefix:"fas",tags:["web"]},{name:"fa-blogger",prefix:"fab",tags:["brand"]},{name:"fa-blogger-b",prefix:"fab",tags:["brand"]},{name:"fa-bluetooth",prefix:"fab",tags:["brand"]},{name:"fa-bluetooth-b",prefix:"fab",tags:["brand"]},{name:"fa-bold",prefix:"fas",tags:["editor"]},{name:"fa-bolt",prefix:"fas",tags:["editor"]},{name:"fa-bomb",prefix:"fas",tags:["other"]},{name:"fa-bone",prefix:"fas",tags:["food"]},{name:"fa-bong",prefix:"fas",tags:["science"]},{name:"fa-book",prefix:"fas",tags:["social"]},{name:"fa-book-dead",prefix:"fas",tags:["social"]},{name:"fa-book-medical",prefix:"fas",tags:["health","social"]},{name:"fa-book-open",prefix:"fas",tags:["social"]},{name:"fa-book-reader",prefix:"fas",tags:["social"]},{name:"fa-bookmark",prefix:"fas",tags:["other","web"]},{name:"fa-bootstrap",prefix:"fab",tags:["brand"]},{name:"fa-border-all",prefix:"fas",tags:["editor"]},{name:"fa-border-none",prefix:"fas",tags:["editor"]},{name:"fa-border-style",prefix:"fas",tags:["editor"]},{name:"fa-bowling-ball",prefix:"fas",tags:["sport"]},{name:"fa-box",prefix:"fas",tags:["other"]},{name:"fa-box-open",prefix:"fas",tags:["other"]},{name:"fa-box-tissue",prefix:"fas",tags:[]},{name:"fa-boxes",prefix:"fas",tags:["other"]},{name:"fa-braille",prefix:"fas",tags:["accessibility"]},{name:"fa-brain",prefix:"fas",tags:["health","health","social"]},{name:"fa-bread-slice",prefix:"fas",tags:["food"]},{name:"fa-briefcase",prefix:"fas",tags:["office"]},{name:"fa-briefcase-medical",prefix:"fas",tags:["health"]},{name:"fa-broadcast-tower",prefix:"fas",tags:["media"]},{name:"fa-broom",prefix:"fas",tags:["home","other"]},{name:"fa-brush",prefix:"fas",tags:["social"]},{name:"fa-btc",prefix:"fab",tags:["brand"]},{name:"fa-buffer",prefix:"fab",tags:["brand"]},{name:"fa-bug",prefix:"fas",tags:["nature","web"]},{name:"fa-building",prefix:"fas",tags:["buildings"]},{name:"fa-bullhorn",prefix:"fas",tags:["social","web"]},{name:"fa-bullseye",prefix:"fas",tags:["other"]},{name:"fa-burn",prefix:"fas",tags:["other","social","web"]},{name:"fa-buromobelexperte",prefix:"fab",tags:["brand"]},{name:"fa-bus",prefix:"fas",tags:["social","technology","travel"]},{name:"fa-bus-alt",prefix:"fas",tags:["social","technology","travel"]},{name:"fa-business-time",prefix:"fas",tags:["office"]},{name:"fa-buy-n-large",prefix:"fab",tags:["brand"]},{name:"fa-buysellads",prefix:"fab",tags:["brand"]},{name:"fa-calculator",prefix:"fas",tags:["science"]},{name:"fa-calendar",prefix:"fas",tags:["office"]},{name:"fa-calendar-alt",prefix:"fas",tags:["office"]},{name:"fa-calendar-check",prefix:"fas",tags:["office"]},{name:"fa-calendar-day",prefix:"fas",tags:["office"]},{name:"fa-calendar-minus",prefix:"fas",tags:["office"]},{name:"fa-calendar-plus",prefix:"fas",tags:["office"]},{name:"fa-calendar-times",prefix:"fas",tags:["office"]},{name:"fa-calendar-week",prefix:"fas",tags:["office"]},{name:"fa-camera",prefix:"fas",tags:["technology","web"]},{name:"fa-camera-retro",prefix:"fas",tags:["technology","web"]},{name:"fa-campground",prefix:"fas",tags:["social","travel"]},{name:"fa-canadian-maple-leaf",prefix:"fab",tags:["brand"]},{name:"fa-candy-cane",prefix:"fas",tags:["food"]},{name:"fa-cannabis",prefix:"fas",tags:["food","social"]},{name:"fa-capsules",prefix:"fas",tags:["health"]},{name:"fa-car",prefix:"fas",tags:["travel"]},{name:"fa-car-alt",prefix:"fas",tags:["travel"]},{name:"fa-car-battery",prefix:"fas",tags:["travel"]},{name:"fa-car-crash",prefix:"fas",tags:["travel"]},{name:"fa-car-side",prefix:"fas",tags:["travel"]},{name:"fa-caravan",prefix:"fas",tags:[]},{name:"fa-caret-down",prefix:"fas",tags:["arrow"]},{name:"fa-caret-left",prefix:"fas",tags:["arrow"]},{name:"fa-caret-right",prefix:"fas",tags:["arrow"]},{name:"fa-caret-square-down",prefix:"fas",tags:["arrow"]},{name:"fa-caret-square-left",prefix:"fas",tags:["arrow"]},{name:"fa-caret-square-right",prefix:"fas",tags:["arrow"]},{name:"fa-caret-square-up",prefix:"fas",tags:["arrow"]},{name:"fa-caret-up",prefix:"fas",tags:["arrow"]},{name:"fa-carrot",prefix:"fas",tags:["food"]},{name:"fa-cart-arrow-down",prefix:"fas",tags:["arrow"]},{name:"fa-cart-plus",prefix:"fas",tags:["office"]},{name:"fa-cash-register",prefix:"fas",tags:["money","technology"]},{name:"fa-cat",prefix:"fas",tags:["nature"]},{name:"fa-cc-amazon-pay",prefix:"fab",tags:["brand"]},{name:"fa-cc-amex",prefix:"fab",tags:["brand"]},{name:"fa-cc-apple-pay",prefix:"fab",tags:["brand"]},{name:"fa-cc-diners-club",prefix:"fab",tags:["brand"]},{name:"fa-cc-discover",prefix:"fab",tags:["brand"]},{name:"fa-cc-jcb",prefix:"fab",tags:["brand"]},{name:"fa-cc-mastercard",prefix:"fab",tags:["brand"]},{name:"fa-cc-paypal",prefix:"fab",tags:["brand"]},{name:"fa-cc-stripe",prefix:"fab",tags:["brand"]},{name:"fa-cc-visa",prefix:"fab",tags:["brand"]},{name:"fa-centercode",prefix:"fab",tags:["brand"]},{name:"fa-centos",prefix:"fab",tags:["brand"]},{name:"fa-certificate",prefix:"fas",tags:["social"]},{name:"fa-chair",prefix:"fas",tags:["home"]},{name:"fa-chalkboard",prefix:"fas",tags:["office"]},{name:"fa-chalkboard-teacher",prefix:"fas",tags:["office","other","science"]},{name:"fa-charging-station",prefix:"fas",tags:["travel"]},{name:"fa-chart-area",prefix:"fas",tags:["office"]},{name:"fa-chart-bar",prefix:"fas",tags:["office"]},{name:"fa-chart-line",prefix:"fas",tags:["arrow","office"]},{name:"fa-chart-pie",prefix:"fas",tags:["office"]},{name:"fa-check",prefix:"fas",tags:["office","social","web"]},{name:"fa-check-circle",prefix:"fas",tags:["office","social","web"]},{name:"fa-check-double",prefix:"fas",tags:["office","social","web"]},{name:"fa-check-square",prefix:"fas",tags:["office","social","web"]},{name:"fa-cheese",prefix:"fas",tags:["food"]},{name:"fa-chess",prefix:"fas",tags:["social"]},{name:"fa-chess-bishop",prefix:"fas",tags:["social"]},{name:"fa-chess-board",prefix:"fas",tags:["social"]},{name:"fa-chess-king",prefix:"fas",tags:["social"]},{name:"fa-chess-knight",prefix:"fas",tags:["social"]},{name:"fa-chess-pawn",prefix:"fas",tags:["social"]},{name:"fa-chess-queen",prefix:"fas",tags:["social"]},{name:"fa-chess-rook",prefix:"fas",tags:["social"]},{name:"fa-chevron-circle-down",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-circle-left",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-circle-right",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-circle-up",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-down",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-left",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-right",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-up",prefix:"fas",tags:["arrow"]},{name:"fa-child",prefix:"fas",tags:["family","people"]},{name:"fa-chrome",prefix:"fab",tags:["brand"]},{name:"fa-chromecast",prefix:"fab",tags:["brand"]},{name:"fa-church",prefix:"fas",tags:["buildings","social"]},{name:"fa-circle",prefix:"fas",tags:["media","other"]},{name:"fa-circle-notch",prefix:"fas",tags:["other"]},{name:"fa-city",prefix:"fas",tags:["buildings"]},{name:"fa-clinic-medical",prefix:"fas",tags:["buildings"]},{name:"fa-clipboard",prefix:"fas",tags:["editor"]},{name:"fa-clipboard-check",prefix:"fas",tags:["editor"]},{name:"fa-clipboard-list",prefix:"fas",tags:["editor"]},{name:"fa-clock",prefix:"fas",tags:["home","office","other"]},{name:"fa-clone",prefix:"fas",tags:["editor"]},{name:"fa-closed-captioning",prefix:"fas",tags:["accessibility","media"]},{name:"fa-cloud",prefix:"fas",tags:["weather","web"]},{name:"fa-cloud-download-alt",prefix:"fas",tags:["arrow"]},{name:"fa-cloud-meatball",prefix:"fas",tags:["weather"]},{name:"fa-cloud-moon",prefix:"fas",tags:["weather"]},{name:"fa-cloud-moon-rain",prefix:"fas",tags:["weather"]},{name:"fa-cloud-rain",prefix:"fas",tags:["weather"]},{name:"fa-cloud-showers-heavy",prefix:"fas",tags:["weather"]},{name:"fa-cloud-sun",prefix:"fas",tags:["weather"]},{name:"fa-cloud-sun-rain",prefix:"fas",tags:["weather"]},{name:"fa-cloud-upload-alt",prefix:"fas",tags:["arrow"]},{name:"fa-cloudflare",prefix:"fab",tags:["brand"]},{name:"fa-cloudscale",prefix:"fab",tags:["brand"]},{name:"fa-cloudsmith",prefix:"fab",tags:["brand"]},{name:"fa-cloudversify",prefix:"fab",tags:["brand"]},{name:"fa-cocktail",prefix:"fas",tags:["food"]},{name:"fa-code",prefix:"fas",tags:["technology","web"]},{name:"fa-code-branch",prefix:"fas",tags:["technology","web"]},{name:"fa-codepen",prefix:"fab",tags:["brand"]},{name:"fa-codiepie",prefix:"fab",tags:["brand"]},{name:"fa-coffee",prefix:"fas",tags:["food"]},{name:"fa-cog",prefix:"fas",tags:["other","technology"]},{name:"fa-cogs",prefix:"fas",tags:["other","technology"]},{name:"fa-coins",prefix:"fas",tags:["money","social"]},{name:"fa-columns",prefix:"fas",tags:["editor"]},{name:"fa-comment",prefix:"fas",tags:["social","web"]},{name:"fa-comment-alt",prefix:"fas",tags:["social","web"]},{name:"fa-comment-dollar",prefix:"fas",tags:["social","web"]},{name:"fa-comment-dots",prefix:"fas",tags:["social","web"]},{name:"fa-comment-medical",prefix:"fas",tags:["social","web"]},{name:"fa-comment-slash",prefix:"fas",tags:["social","web"]},{name:"fa-comments",prefix:"fas",tags:["social","web"]},{name:"fa-comments-dollar",prefix:"fas",tags:["social","web"]},{name:"fa-compact-disc",prefix:"fas",tags:["technology"]},{name:"fa-compass",prefix:"fas",tags:["social","travel","weather"]},{name:"fa-compress",prefix:"fas",tags:["arrow","media"]},{name:"fa-compress-alt",prefix:"fas",tags:[]},{name:"fa-compress-arrows-alt",prefix:"fas",tags:["arrow","media"]},{name:"fa-concierge-bell",prefix:"fas",tags:["social","travel"]},{name:"fa-confluence",prefix:"fab",tags:["brand"]},{name:"fa-connectdevelop",prefix:"fab",tags:["brand"]},{name:"fa-contao",prefix:"fab",tags:["brand"]},{name:"fa-cookie",prefix:"fas",tags:["food"]},{name:"fa-cookie-bite",prefix:"fas",tags:["food"]},{name:"fa-copy",prefix:"fas",tags:["editor"]},{name:"fa-copyright",prefix:"fas",tags:["social"]},{name:"fa-cotton-bureau",prefix:"fab",tags:["brand"]},{name:"fa-couch",prefix:"fas",tags:["home"]},{name:"fa-cpanel",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-by",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-nc",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-nc-eu",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-nc-jp",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-nd",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-pd",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-pd-alt",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-remix",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-sa",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-sampling",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-sampling-plus",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-share",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-zero",prefix:"fab",tags:["brand"]},{name:"fa-credit-card",prefix:"fas",tags:["money","social"]},{name:"fa-critical-role",prefix:"fab",tags:["brand"]},{name:"fa-crop",prefix:"fas",tags:["editor"]},{name:"fa-crop-alt",prefix:"fas",tags:["editor"]},{name:"fa-cross",prefix:"fas",tags:["religion"]},{name:"fa-crosshairs",prefix:"fas",tags:["other"]},{name:"fa-crow",prefix:"fas",tags:["nature"]},{name:"fa-crown",prefix:"fas",tags:["social"]},{name:"fa-crutch",prefix:"fas",tags:["accessibility"]},{name:"fa-css3",prefix:"fab",tags:["brand","web"]},{name:"fa-css3-alt",prefix:"fab",tags:["brand","web"]},{name:"fa-cube",prefix:"fas",tags:["other"]},{name:"fa-cubes",prefix:"fas",tags:["other"]},{name:"fa-cut",prefix:"fas",tags:["editor"]},{name:"fa-cuttlefish",prefix:"fab",tags:["brand"]},{name:"fa-d-and-d",prefix:"fab",tags:["brand"]},{name:"fa-d-and-d-beyond",prefix:"fab",tags:["brand"]},{name:"fa-dailymotion",prefix:"fab",tags:["brand"]},{name:"fa-dashcube",prefix:"fab",tags:["brand"]},{name:"fa-database",prefix:"fas",tags:["technology"]},{name:"fa-deaf",prefix:"fas",tags:["accessibility"]},{name:"fa-deezer",prefix:"fab",tags:["brand"]},{name:"fa-delicious",prefix:"fab",tags:["brand"]},{name:"fa-democrat",prefix:"fas",tags:["other"]},{name:"fa-deploydog",prefix:"fab",tags:["brand"]},{name:"fa-deskpro",prefix:"fab",tags:["brand"]},{name:"fa-desktop",prefix:"fas",tags:["technology"]},{name:"fa-dev",prefix:"fab",tags:["brand"]},{name:"fa-deviantart",prefix:"fab",tags:["brand"]},{name:"fa-dharmachakra",prefix:"fas",tags:["brand"]},{name:"fa-dhl",prefix:"fab",tags:["brand"]},{name:"fa-diagnoses",prefix:"fas",tags:["brand"]},{name:"fa-diaspora",prefix:"fab",tags:["brand"]},{name:"fa-dice",prefix:"fas",tags:["other"]},{name:"fa-dice-d20",prefix:"fas",tags:["other"]},{name:"fa-dice-d6",prefix:"fas",tags:["other"]},{name:"fa-dice-five",prefix:"fas",tags:["other"]},{name:"fa-dice-four",prefix:"fas",tags:["other"]},{name:"fa-dice-one",prefix:"fas",tags:["other"]},{name:"fa-dice-six",prefix:"fas",tags:["other"]},{name:"fa-dice-three",prefix:"fas",tags:["other"]},{name:"fa-dice-two",prefix:"fas",tags:["other"]},{name:"fa-digg",prefix:"fab",tags:["brand"]},{name:"fa-digital-ocean",prefix:"fab",tags:["brand"]},{name:"fa-digital-tachograph",prefix:"fas",tags:["technology"]},{name:"fa-directions",prefix:"fas",tags:["social"]},{name:"fa-discord",prefix:"fab",tags:["brand"]},{name:"fa-discourse",prefix:"fab",tags:["brand"]},{name:"fa-disease",prefix:"fas",tags:[]},{name:"fa-divide",prefix:"fas",tags:["science"]},{name:"fa-dizzy",prefix:"fas",tags:["emotions"]},{name:"fa-dna",prefix:"fas",tags:["science"]},{name:"fa-dochub",prefix:"fab",tags:["brand"]},{name:"fa-docker",prefix:"fab",tags:["brand"]},{name:"fa-dog",prefix:"fas",tags:["nature"]},{name:"fa-dollar-sign",prefix:"fas",tags:["money"]},{name:"fa-dolly",prefix:"fas",tags:["travel"]},{name:"fa-dolly-flatbed",prefix:"fas",tags:["other","travel"]},{name:"fa-donate",prefix:"fas",tags:["social"]},{name:"fa-door-closed",prefix:"fas",tags:["home","web"]},{name:"fa-door-open",prefix:"fas",tags:["home","web"]},{name:"fa-dot-circle",prefix:"fas",tags:["other"]},{name:"fa-dove",prefix:"fas",tags:["nature"]},{name:"fa-download",prefix:"fas",tags:["arrow"]},{name:"fa-draft2digital",prefix:"fab",tags:["brand"]},{name:"fa-drafting-compass",prefix:"fas",tags:["science","travel"]},{name:"fa-dragon",prefix:"fas",tags:["nature"]},{name:"fa-draw-polygon",prefix:"fas",tags:["editor"]},{name:"fa-dribbble",prefix:"fab",tags:["brand"]},{name:"fa-dribbble-square",prefix:"fab",tags:["brand"]},{name:"fa-dropbox",prefix:"fab",tags:["brand"]},{name:"fa-drum",prefix:"fas",tags:["social"]},{name:"fa-drum-steelpan",prefix:"fas",tags:["social"]},{name:"fa-drumstick-bite",prefix:"fas",tags:["social"]},{name:"fa-drupal",prefix:"fab",tags:["brand"]},{name:"fa-dumbbell",prefix:"fas",tags:["sport"]},{name:"fa-dumpster",prefix:"fas",tags:["other"]},{name:"fa-dumpster-fire",prefix:"fas",tags:["other"]},{name:"fa-dungeon",prefix:"fas",tags:["other"]},{name:"fa-dyalog",prefix:"fab",tags:["brand"]},{name:"fa-earlybirds",prefix:"fab",tags:["brand"]},{name:"fa-ebay",prefix:"fab",tags:["brand"]},{name:"fa-edge",prefix:"fab",tags:["brand"]},{name:"fa-edge-legacy",prefix:"fab",tags:["brand"]},{name:"fa-edit",prefix:"fas",tags:["editor"]},{name:"fa-egg",prefix:"fas",tags:["nature"]},{name:"fa-eject",prefix:"fas",tags:["media"]},{name:"fa-elementor",prefix:"fab",tags:["brand"]},{name:"fa-ellipsis-h",prefix:"fas",tags:["science"]},{name:"fa-ellipsis-v",prefix:"fas",tags:["science"]},{name:"fa-ello",prefix:"fab",tags:["brand"]},{name:"fa-ember",prefix:"fab",tags:["brand"]},{name:"fa-empire",prefix:"fab",tags:["brand"]},{name:"fa-envelope",prefix:"fas",tags:["social","web"]},{name:"fa-envelope-open",prefix:"fas",tags:["social","web"]},{name:"fa-envelope-open-text",prefix:"fas",tags:["social","web"]},{name:"fa-envelope-square",prefix:"fas",tags:["social","web"]},{name:"fa-envira",prefix:"fab",tags:["brand"]},{name:"fa-equals",prefix:"fas",tags:["science"]},{name:"fa-eraser",prefix:"fas",tags:["editor"]},{name:"fa-erlang",prefix:"fab",tags:["brand"]},{name:"fa-ethereum",prefix:"fab",tags:["brand"]},{name:"fa-ethernet",prefix:"fas",tags:["technology","web"]},{name:"fa-etsy",prefix:"fab",tags:["brand"]},{name:"fa-euro-sign",prefix:"fas",tags:["money"]},{name:"fa-evernote",prefix:"fab",tags:["brand"]},{name:"fa-exchange-alt",prefix:"fas",tags:["arrow"]},{name:"fa-exclamation",prefix:"fas",tags:["social","web"]},{name:"fa-exclamation-circle",prefix:"fas",tags:["social","web"]},{name:"fa-exclamation-triangle",prefix:"fas",tags:["social","web"]},{name:"fa-expand",prefix:"fas",tags:["arrow","media"]},{name:"fa-expand-alt",prefix:"fas",tags:[]},{name:"fa-expand-arrows-alt",prefix:"fas",tags:["media"]},{name:"fa-expeditedssl",prefix:"fab",tags:["brand"]},{name:"fa-external-link-alt",prefix:"fas",tags:["arrow"]},{name:"fa-external-link-square-alt",prefix:"fas",tags:["arrow"]},{name:"fa-eye",prefix:"fas",tags:["health","people","social"]},{name:"fa-eye-dropper",prefix:"fas",tags:["health"]},{name:"fa-eye-slash",prefix:"fas",tags:["health","social"]},{name:"fa-facebook",prefix:"fab",tags:["brand"]},{name:"fa-facebook-f",prefix:"fab",tags:["brand"]},{name:"fa-facebook-messenger",prefix:"fab",tags:["brand"]},{name:"fa-facebook-square",prefix:"fab",tags:["brand"]},{name:"fa-fan",prefix:"fas",tags:["technology"]},{name:"fa-fantasy-flight-games",prefix:"fab",tags:["brand"]},{name:"fa-fast-backward",prefix:"fas",tags:["media"]},{name:"fa-fast-forward",prefix:"fas",tags:["media"]},{name:"fa-faucet",prefix:"fas",tags:[]},{name:"fa-fax",prefix:"fas",tags:["office","technology"]},{name:"fa-feather",prefix:"fas",tags:["nature"]},{name:"fa-feather-alt",prefix:"fas",tags:["nature"]},{name:"fa-fedex",prefix:"fab",tags:["brand"]},{name:"fa-fedora",prefix:"fab",tags:["brand"]},{name:"fa-female",prefix:"fas",tags:["people"]},{name:"fa-fighter-jet",prefix:"fas",tags:["technology"]},{name:"fa-figma",prefix:"fab",tags:["brand"]},{name:"fa-file",prefix:"fas",tags:["computer","editor"]},{name:"fa-file-alt",prefix:"fas",tags:["editor"]},{name:"fa-file-archive",prefix:"fas",tags:["computer"]},{name:"fa-file-audio",prefix:"fas",tags:["media"]},{name:"fa-file-code",prefix:"fas",tags:["computer","editor"]},{name:"fa-file-contract",prefix:"fas",tags:["computer"]},{name:"fa-file-csv",prefix:"fas",tags:["computer"]},{name:"fa-file-download",prefix:"fas",tags:["computer","web"]},{name:"fa-file-excel",prefix:"fas",tags:["computer","office"]},{name:"fa-file-export",prefix:"fas",tags:["computer"]},{name:"fa-file-image",prefix:"fas",tags:["computer","media"]},{name:"fa-file-import",prefix:"fas",tags:["computer"]},{name:"fa-file-invoice",prefix:"fas",tags:["computer","office"]},{name:"fa-file-invoice-dollar",prefix:"fas",tags:["computer","office"]},{name:"fa-file-medical",prefix:"fas",tags:["computer","health"]},{name:"fa-file-medical-alt",prefix:"fas",tags:["computer","health"]},{name:"fa-file-pdf",prefix:"fas",tags:["computer","office"]},{name:"fa-file-powerpoint",prefix:"fas",tags:["computer","office"]},{name:"fa-file-prescription",prefix:"fas",tags:["computer","health"]},{name:"fa-file-signature",prefix:"fas",tags:["computer"]},{name:"fa-file-upload",prefix:"fas",tags:["computer","web"]},{name:"fa-file-video",prefix:"fas",tags:["computer","media"]},{name:"fa-file-word",prefix:"fas",tags:["computer","office"]},{name:"fa-fill",prefix:"fas",tags:["editor"]},{name:"fa-fill-drip",prefix:"fas",tags:["editor"]},{name:"fa-film",prefix:"fas",tags:["media"]},{name:"fa-filter",prefix:"fas",tags:["web"]},{name:"fa-fingerprint",prefix:"fas",tags:["computer","technology"]},{name:"fa-fire",prefix:"fas",tags:["nature","social","travel","web"]},{name:"fa-fire-alt",prefix:"fas",tags:["nature","social","travel","web"]},{name:"fa-fire-extinguisher",prefix:"fas",tags:["social","technology"]},{name:"fa-firefox",prefix:"fab",tags:["brand"]},{name:"fa-firefox-browser",prefix:"fab",tags:["brand"]},{name:"fa-first-aid",prefix:"fas",tags:["health"]},{name:"fa-first-order",prefix:"fab",tags:["brand"]},{name:"fa-first-order-alt",prefix:"fab",tags:["brand"]},{name:"fa-firstdraft",prefix:"fab",tags:["brand"]},{name:"fa-fish",prefix:"fas",tags:["nature"]},{name:"fa-fist-raised",prefix:"fas",tags:["social"]},{name:"fa-flag",prefix:"fas",tags:["social"]},{name:"fa-flag-checkered",prefix:"fas",tags:["social"]},{name:"fa-flag-usa",prefix:"fas",tags:["social"]},{name:"fa-flask",prefix:"fas",tags:["science"]},{name:"fa-flickr",prefix:"fab",tags:["brand"]},{name:"fa-flipboard",prefix:"fab",tags:["brand"]},{name:"fa-flushed",prefix:"fas",tags:["emotions"]},{name:"fa-fly",prefix:"fab",tags:["brand"]},{name:"fa-folder",prefix:"fas",tags:["computer","office","web"]},{name:"fa-folder-minus",prefix:"fas",tags:["computer","office","web"]},{name:"fa-folder-open",prefix:"fas",tags:["computer","office","web"]},{name:"fa-folder-plus",prefix:"fas",tags:["computer","office","web"]},{name:"fa-font",prefix:"fas",tags:["editor"]},{name:"fa-font-awesome",prefix:"fab",tags:["brand"]},{name:"fa-font-awesome-alt",prefix:"fab",tags:["brand"]},{name:"fa-font-awesome-flag",prefix:"fab",tags:["brand"]},{name:"fa-fonticons",prefix:"fab",tags:["brand"]},{name:"fa-fonticons-fi",prefix:"fab",tags:["brand"]},{name:"fa-football-ball",prefix:"fas",tags:["sport"]},{name:"fa-fort-awesome",prefix:"fab",tags:["brand"]},{name:"fa-fort-awesome-alt",prefix:"fab",tags:["brand"]},{name:"fa-forumbee",prefix:"fab",tags:["brand"]},{name:"fa-forward",prefix:"fas",tags:["media"]},{name:"fa-foursquare",prefix:"fab",tags:["brand"]},{name:"fa-free-code-camp",prefix:"fab",tags:["brand"]},{name:"fa-freebsd",prefix:"fab",tags:["brand"]},{name:"fa-frog",prefix:"fas",tags:["nature"]},{name:"fa-frown",prefix:"fas",tags:["emotions"]},{name:"fa-frown-open",prefix:"fas",tags:["emotions"]},{name:"fa-fulcrum",prefix:"fab",tags:["brand"]},{name:"fa-funnel-dollar",prefix:"fas",tags:["money"]},{name:"fa-futbol",prefix:"fas",tags:["sport"]},{name:"fa-galactic-republic",prefix:"fab",tags:["brand"]},{name:"fa-galactic-senate",prefix:"fab",tags:["brand"]},{name:"fa-gamepad",prefix:"fas",tags:["social"]},{name:"fa-gas-pump",prefix:"fas",tags:["travel"]},{name:"fa-gavel",prefix:"fas",tags:["social"]},{name:"fa-gem",prefix:"fas",tags:["other"]},{name:"fa-genderless",prefix:"fas",tags:["other"]},{name:"fa-get-pocket",prefix:"fab",tags:["brand"]},{name:"fa-gg",prefix:"fab",tags:["brand"]},{name:"fa-gg-circle",prefix:"fab",tags:["brand"]},{name:"fa-ghost",prefix:"fas",tags:["other"]},{name:"fa-gift",prefix:"fas",tags:["other","social"]},{name:"fa-gifts",prefix:"fas",tags:["other","social"]},{name:"fa-git",prefix:"fab",tags:["brand"]},{name:"fa-git-alt",prefix:"fab",tags:["brand"]},{name:"fa-git-square",prefix:"fab",tags:["brand"]},{name:"fa-github",prefix:"fab",tags:["brand"]},{name:"fa-github-alt",prefix:"fab",tags:["brand"]},{name:"fa-github-square",prefix:"fab",tags:["brand"]},{name:"fa-gitkraken",prefix:"fab",tags:["brand"]},{name:"fa-gitlab",prefix:"fab",tags:["brand"]},{name:"fa-gitter",prefix:"fab",tags:["brand"]},{name:"fa-glass-cheers",prefix:"fas",tags:["food","social"]},{name:"fa-glass-martini",prefix:"fas",tags:["food","social"]},{name:"fa-glass-martini-alt",prefix:"fas",tags:["food","social"]},{name:"fa-glass-whiskey",prefix:"fas",tags:["food","social"]},{name:"fa-glasses",prefix:"fas",tags:["food","social"]},{name:"fa-glide",prefix:"fab",tags:["brand"]},{name:"fa-glide-g",prefix:"fab",tags:["brand"]},{name:"fa-globe",prefix:"fas",tags:["social","travel"]},{name:"fa-globe-africa",prefix:"fas",tags:["social","travel"]},{name:"fa-globe-americas",prefix:"fas",tags:["social","travel"]},{name:"fa-globe-asia",prefix:"fas",tags:["social","travel"]},{name:"fa-globe-europe",prefix:"fas",tags:["social","travel"]},{name:"fa-gofore",prefix:"fab",tags:["brand"]},{name:"fa-golf-ball",prefix:"fas",tags:["sport"]},{name:"fa-goodreads",prefix:"fab",tags:["brand"]},{name:"fa-goodreads-g",prefix:"fab",tags:["brand"]},{name:"fa-google",prefix:"fab",tags:["brand"]},{name:"fa-google-drive",prefix:"fab",tags:["brand"]},{name:"fa-google-pay",prefix:"fab",tags:["brand"]},{name:"fa-google-play",prefix:"fab",tags:["brand"]},{name:"fa-google-plus",prefix:"fab",tags:["brand"]},{name:"fa-google-plus-g",prefix:"fab",tags:["brand"]},{name:"fa-google-plus-square",prefix:"fab",tags:["brand"]},{name:"fa-google-wallet",prefix:"fab",tags:["brand"]},{name:"fa-gopuram",prefix:"fas",tags:["buildings"]},{name:"fa-graduation-cap",prefix:"fas",tags:["science","social"]},{name:"fa-gratipay",prefix:"fab",tags:["brand"]},{name:"fa-grav",prefix:"fab",tags:["brand"]},{name:"fa-greater-than",prefix:"fas",tags:["science"]},{name:"fa-greater-than-equal",prefix:"fas",tags:["science"]},{name:"fa-grimace",prefix:"fas",tags:["emotions"]},{name:"fa-grin",prefix:"fas",tags:["emotions"]},{name:"fa-grin-alt",prefix:"fas",tags:["emotions"]},{name:"fa-grin-beam",prefix:"fas",tags:["emotions"]},{name:"fa-grin-beam-sweat",prefix:"fas",tags:["emotions"]},{name:"fa-grin-hearts",prefix:"fas",tags:["emotions"]},{name:"fa-grin-squint",prefix:"fas",tags:["emotions"]},{name:"fa-grin-squint-tears",prefix:"fas",tags:["emotions"]},{name:"fa-grin-stars",prefix:"fas",tags:["emotions"]},{name:"fa-grin-tears",prefix:"fas",tags:["emotions"]},{name:"fa-grin-tongue",prefix:"fas",tags:["emotions"]},{name:"fa-grin-tongue-squint",prefix:"fas",tags:["emotions"]},{name:"fa-grin-tongue-wink",prefix:"fas",tags:["emotions"]},{name:"fa-grin-wink",prefix:"fas",tags:["emotions"]},{name:"fa-grip-horizontal",prefix:"fas",tags:["emotions"]},{name:"fa-grip-lines",prefix:"fas",tags:["emotions"]},{name:"fa-grip-lines-vertical",prefix:"fas",tags:["emotions"]},{name:"fa-grip-vertical",prefix:"fas",tags:["emotions"]},{name:"fa-gripfire",prefix:"fab",tags:["brand"]},{name:"fa-grunt",prefix:"fab",tags:["brand"]},{name:"fa-guilded",prefix:"fab",tags:["brand"]},{name:"fa-guitar",prefix:"fas",tags:["social","travel"]},{name:"fa-gulp",prefix:"fab",tags:["brand"]},{name:"fa-h-square",prefix:"fas",tags:["editor"]},{name:"fa-hacker-news",prefix:"fab",tags:["brand"]},{name:"fa-hacker-news-square",prefix:"fab",tags:["brand"]},{name:"fa-hackerrank",prefix:"fab",tags:["brand"]},{name:"fa-hamburger",prefix:"fas",tags:["food"]},{name:"fa-hammer",prefix:"fas",tags:["other"]},{name:"fa-hamsa",prefix:"fas",tags:["other","social"]},{name:"fa-hand-holding",prefix:"fas",tags:["social"]},{name:"fa-hand-holding-heart",prefix:"fas",tags:["social"]},{name:"fa-hand-holding-medical",prefix:"fas",tags:[]},{name:"fa-hand-holding-usd",prefix:"fas",tags:["social"]},{name:"fa-hand-holding-water",prefix:"fas",tags:[]},{name:"fa-hand-lizard",prefix:"fas",tags:["social"]},{name:"fa-hand-middle-finger",prefix:"fas",tags:["social"]},{name:"fa-hand-paper",prefix:"fas",tags:["social"]},{name:"fa-hand-peace",prefix:"fas",tags:["social"]},{name:"fa-hand-point-down",prefix:"fas",tags:["arrow"]},{name:"fa-hand-point-down",prefix:"far",tags:["arrow"]},{name:"fa-hand-point-left",prefix:"fas",tags:["arrow"]},{name:"fa-hand-point-left",prefix:"far",tags:["arrow"]},{name:"fa-hand-point-right",prefix:"fas",tags:["arrow"]},{name:"fa-hand-point-right",prefix:"far",tags:["arrow"]},{name:"fa-hand-point-up",prefix:"fas",tags:["arrow"]},{name:"fa-hand-point-up",prefix:"far",tags:["arrow"]},{name:"fa-hand-pointer",prefix:"fas",tags:["arrow"]},{name:"fa-hand-pointer",prefix:"far",tags:["arrow"]},{name:"fa-hand-rock",prefix:"fas",tags:["social"]},{name:"fa-hand-scissors",prefix:"fas",tags:["social"]},{name:"fa-hand-sparkles",prefix:"fas",tags:[]},{name:"fa-hand-spock",prefix:"fas",tags:["social"]},{name:"fa-hands",prefix:"fas",tags:["social"]},{name:"fa-hands-helping",prefix:"fas",tags:["social"]},{name:"fa-hands-wash",prefix:"fas",tags:[]},{name:"fa-handshake",prefix:"fas",tags:["social"]},{name:"fa-handshake-alt-slash",prefix:"fas",tags:[]},{name:"fa-handshake-slash",prefix:"fas",tags:[]},{name:"fa-hanukiah",prefix:"fas",tags:["social"]},{name:"fa-hard-hat",prefix:"fas",tags:["social"]},{name:"fa-hashtag",prefix:"fas",tags:["web"]},{name:"fa-hat-cowboy",prefix:"fas",tags:["other","social"]},{name:"fa-hat-cowboy-side",prefix:"fas",tags:["other","social"]},{name:"fa-hat-wizard",prefix:"fas",tags:["other","social"]},{name:"fa-hdd",prefix:"fas",tags:["computer"]},{name:"fa-head-side-cough",prefix:"fas",tags:[]},{name:"fa-head-side-cough-slash",prefix:"fas",tags:[]},{name:"fa-head-side-mask",prefix:"fas",tags:[]},{name:"fa-head-side-virus",prefix:"fas",tags:[]},{name:"fa-heading",prefix:"fas",tags:["editor"]},{name:"fa-headphones",prefix:"fas",tags:["media"]},{name:"fa-headphones-alt",prefix:"fas",tags:["media"]},{name:"fa-headset",prefix:"fas",tags:["computer","office","technology"]},{name:"fa-heart",prefix:"fas",tags:["social"]},{name:"fa-heart-broken",prefix:"fas",tags:["social"]},{name:"fa-heartbeat",prefix:"fas",tags:["health"]},{name:"fa-helicopter",prefix:"fas",tags:["technology"]},{name:"fa-highlighter",prefix:"fas",tags:["art","social"]},{name:"fa-hiking",prefix:"fas",tags:["travel"]},{name:"fa-hippo",prefix:"fas",tags:["nature"]},{name:"fa-hips",prefix:"fab",tags:["brand"]},{name:"fa-hire-a-helper",prefix:"fab",tags:["brand"]},{name:"fa-history",prefix:"fas",tags:["arrow"]},{name:"fa-hive",prefix:"fab",tags:["brand"]},{name:"fa-hockey-puck",prefix:"fas",tags:["sport"]},{name:"fa-holly-berry",prefix:"fas",tags:["social"]},{name:"fa-home",prefix:"fas",tags:["buildings","web"]},{name:"fa-hooli",prefix:"fab",tags:["brand"]},{name:"fa-hornbill",prefix:"fab",tags:["brand"]},{name:"fa-horse",prefix:"fas",tags:["nature"]},{name:"fa-horse-head",prefix:"fas",tags:["nature"]},{name:"fa-hospital",prefix:"fas",tags:["health"]},{name:"fa-hospital-alt",prefix:"fas",tags:["health"]},{name:"fa-hospital-symbol",prefix:"fas",tags:["health"]},{name:"fa-hospital-user",prefix:"fas",tags:[]},{name:"fa-hot-tub",prefix:"fas",tags:["home"]},{name:"fa-hotdog",prefix:"fas",tags:["food"]},{name:"fa-hotel",prefix:"fas",tags:["buildings"]},{name:"fa-hotjar",prefix:"fab",tags:["brand"]},{name:"fa-hourglass",prefix:"fas",tags:["other","social"]},{name:"fa-hourglass-end",prefix:"fas",tags:["other","social"]},{name:"fa-hourglass-half",prefix:"fas",tags:["other","social"]},{name:"fa-hourglass-start",prefix:"fas",tags:["other","social"]},{name:"fa-house-damage",prefix:"fas",tags:["buildings"]},{name:"fa-house-user",prefix:"fas",tags:[]},{name:"fa-houzz",prefix:"fab",tags:["brand"]},{name:"fa-hryvnia",prefix:"fas",tags:["money"]},{name:"fa-html5",prefix:"fab",tags:["brand"]},{name:"fa-hubspot",prefix:"fab",tags:["brand"]},{name:"fa-i-cursor",prefix:"fas",tags:["computer"]},{name:"fa-ice-cream",prefix:"fas",tags:["food"]},{name:"fa-icicles",prefix:"fas",tags:["other","travel"]},{name:"fa-icons",prefix:"fas",tags:["computer","web"]},{name:"fa-id-badge",prefix:"fas",tags:["social"]},{name:"fa-id-card",prefix:"fas",tags:["social"]},{name:"fa-id-card-alt",prefix:"fas",tags:["social"]},{name:"fa-ideal",prefix:"fab",tags:["brand"]},{name:"fa-igloo",prefix:"fas",tags:["buildings","travel"]},{name:"fa-image",prefix:"fas",tags:["computer","web"]},{name:"fa-images",prefix:"fas",tags:["computer","web"]},{name:"fa-imdb",prefix:"fab",tags:["brand"]},{name:"fa-inbox",prefix:"fas",tags:["other","web"]},{name:"fa-indent",prefix:"fas",tags:["editor"]},{name:"fa-industry",prefix:"fas",tags:["buildings","technology"]},{name:"fa-infinity",prefix:"fas",tags:["science"]},{name:"fa-info",prefix:"fas",tags:["office","social","web"]},{name:"fa-info-circle",prefix:"fas",tags:["office","social","web"]},{name:"fa-innosoft",prefix:"fab",tags:["brand"]},{name:"fa-instagram",prefix:"fab",tags:["brand"]},{name:"fa-instagram-square",prefix:"fab",tags:["brand"]},{name:"fa-instalod",prefix:"fab",tags:["brand"]},{name:"fa-intercom",prefix:"fab",tags:["brand"]},{name:"fa-internet-explorer",prefix:"fab",tags:["brand"]},{name:"fa-invision",prefix:"fab",tags:["brand"]},{name:"fa-ioxhost",prefix:"fab",tags:["brand"]},{name:"fa-italic",prefix:"fas",tags:["brand"]},{name:"fa-itch-io",prefix:"fab",tags:["brand"]},{name:"fa-itunes",prefix:"fab",tags:["brand"]},{name:"fa-itunes-note",prefix:"fab",tags:["brand"]},{name:"fa-java",prefix:"fab",tags:["brand"]},{name:"fa-jedi",prefix:"fas",tags:["other","social"]},{name:"fa-jedi-order",prefix:"fab",tags:["brand"]},{name:"fa-jenkins",prefix:"fab",tags:["brand"]},{name:"fa-jira",prefix:"fab",tags:["brand"]},{name:"fa-joget",prefix:"fab",tags:["brand"]},{name:"fa-joint",prefix:"fas",tags:["social"]},{name:"fa-joomla",prefix:"fab",tags:["brand"]},{name:"fa-journal-whills",prefix:"fas",tags:["social"]},{name:"fa-js",prefix:"fab",tags:["brand"]},{name:"fa-js-square",prefix:"fab",tags:["brand"]},{name:"fa-jsfiddle",prefix:"fab",tags:["brand"]},{name:"fa-kaaba",prefix:"fas",tags:["social"]},{name:"fa-kaggle",prefix:"fab",tags:["brand"]},{name:"fa-key",prefix:"fas",tags:["computer","social","web"]},{name:"fa-keybase",prefix:"fab",tags:["brand"]},{name:"fa-keyboard",prefix:"fas",tags:["computer"]},{name:"fa-keycdn",prefix:"fab",tags:["brand"]},{name:"fa-khanda",prefix:"fas",tags:["social"]},{name:"fa-kickstarter",prefix:"fab",tags:["brand"]},{name:"fa-kickstarter-k",prefix:"fab",tags:["brand"]},{name:"fa-kiss",prefix:"fas",tags:["emotions","family"]},{name:"fa-kiss-beam",prefix:"fas",tags:["emotions","family"]},{name:"fa-kiss-wink-heart",prefix:"fas",tags:["emotions","family"]},{name:"fa-kiwi-bird",prefix:"fas",tags:["nature"]},{name:"fa-korvue",prefix:"fab",tags:["brand"]},{name:"fa-landmark",prefix:"fas",tags:["buildings"]},{name:"fa-language",prefix:"fas",tags:["social","travel","web"]},{name:"fa-laptop",prefix:"fas",tags:["computer"]},{name:"fa-laptop-code",prefix:"fas",tags:["computer"]},{name:"fa-laptop-house",prefix:"fas",tags:[]},{name:"fa-laptop-medical",prefix:"fas",tags:["computer","health"]},{name:"fa-laravel",prefix:"fab",tags:["brand"]},{name:"fa-lastfm",prefix:"fab",tags:["brand"]},{name:"fa-lastfm-square",prefix:"fab",tags:["brand"]},{name:"fa-laugh",prefix:"fas",tags:["emotions"]},{name:"fa-laugh-beam",prefix:"fas",tags:["emotions"]},{name:"fa-laugh-squint",prefix:"fas",tags:["emotions"]},{name:"fa-laugh-wink",prefix:"fas",tags:["emotions"]},{name:"fa-layer-group",prefix:"fas",tags:["editor"]},{name:"fa-leaf",prefix:"fas",tags:["nature"]},{name:"fa-leanpub",prefix:"fab",tags:["brand"]},{name:"fa-lemon",prefix:"fas",tags:["brand"]},{name:"fa-less",prefix:"fab",tags:["brand"]},{name:"fa-less-than",prefix:"fas",tags:["science"]},{name:"fa-less-than-equal",prefix:"fas",tags:["science"]},{name:"fa-level-down-alt",prefix:"fas",tags:["arrow"]},{name:"fa-level-up-alt",prefix:"fas",tags:["arrow"]},{name:"fa-life-ring",prefix:"fas",tags:["social"]},{name:"fa-lightbulb",prefix:"fas",tags:["art","technology"]},{name:"fa-line",prefix:"fab",tags:["brand"]},{name:"fa-link",prefix:"fas",tags:["editor","web"]},{name:"fa-linkedin",prefix:"fab",tags:["brand"]},{name:"fa-linkedin-in",prefix:"fab",tags:["brand"]},{name:"fa-linode",prefix:"fab",tags:["brand"]},{name:"fa-linux",prefix:"fab",tags:["brand"]},{name:"fa-lira-sign",prefix:"fas",tags:["money"]},{name:"fa-list",prefix:"fas",tags:["editor"]},{name:"fa-list-alt",prefix:"fas",tags:["editor"]},{name:"fa-list-ol",prefix:"fas",tags:["editor"]},{name:"fa-list-ul",prefix:"fas",tags:["editor"]},{name:"fa-location-arrow",prefix:"fas",tags:["arrow"]},{name:"fa-lock",prefix:"fas",tags:["computer","social","web"]},{name:"fa-lock-open",prefix:"fas",tags:["computer","social","web"]},{name:"fa-long-arrow-alt-down",prefix:"fas",tags:["arrow"]},{name:"fa-long-arrow-alt-left",prefix:"fas",tags:["arrow"]},{name:"fa-long-arrow-alt-right",prefix:"fas",tags:["arrow"]},{name:"fa-long-arrow-alt-up",prefix:"fas",tags:["arrow"]},{name:"fa-low-vision",prefix:"fas",tags:["accessibility"]},{name:"fa-luggage-cart",prefix:"fas",tags:["technology","travel"]},{name:"fa-lungs",prefix:"fas",tags:[]},{name:"fa-lungs-virus",prefix:"fas",tags:[]},{name:"fa-lyft",prefix:"fab",tags:["brand"]},{name:"fa-magento",prefix:"fab",tags:["brand"]},{name:"fa-magic",prefix:"fas",tags:["social"]},{name:"fa-magnet",prefix:"fas",tags:["science","technology"]},{name:"fa-mail-bulk",prefix:"fas",tags:["office","social"]},{name:"fa-mailchimp",prefix:"fab",tags:["brand"]},{name:"fa-male",prefix:"fas",tags:["people"]},{name:"fa-mandalorian",prefix:"fab",tags:["brand"]},{name:"fa-map",prefix:"fas",tags:["travel"]},{name:"fa-map-marked",prefix:"fas",tags:["travel"]},{name:"fa-map-marked-alt",prefix:"fas",tags:["travel"]},{name:"fa-map-marker",prefix:"fas",tags:["travel"]},{name:"fa-map-marker-alt",prefix:"fas",tags:["travel"]},{name:"fa-map-pin",prefix:"fas",tags:["travel"]},{name:"fa-map-signs",prefix:"fas",tags:["travel"]},{name:"fa-markdown",prefix:"fab",tags:["brand","editor"]},{name:"fa-marker",prefix:"fas",tags:["editor","office"]},{name:"fa-mars",prefix:"fas",tags:["social"]},{name:"fa-mars-double",prefix:"fas",tags:["social"]},{name:"fa-mars-stroke",prefix:"fas",tags:["social"]},{name:"fa-mars-stroke-h",prefix:"fas",tags:["social"]},{name:"fa-mars-stroke-v",prefix:"fas",tags:["social"]},{name:"fa-mask",prefix:"fas",tags:["social","web"]},{name:"fa-mastodon",prefix:"fab",tags:["brand"]},{name:"fa-maxcdn",prefix:"fab",tags:["brand"]},{name:"fa-mdb",prefix:"fab",tags:["brand"]},{name:"fa-medal",prefix:"fas",tags:["social"]},{name:"fa-medapps",prefix:"fab",tags:["brand"]},{name:"fa-medium",prefix:"fab",tags:["brand"]},{name:"fa-medium-m",prefix:"fab",tags:["brand"]},{name:"fa-medkit",prefix:"fas",tags:["health"]},{name:"fa-medrt",prefix:"fab",tags:["brand"]},{name:"fa-meetup",prefix:"fab",tags:["brand"]},{name:"fa-megaport",prefix:"fab",tags:["brand"]},{name:"fa-meh",prefix:"fas",tags:["emotions"]},{name:"fa-meh-blank",prefix:"fas",tags:["emotions"]},{name:"fa-meh-rolling-eyes",prefix:"fas",tags:["emotions"]},{name:"fa-memory",prefix:"fas",tags:["computer"]},{name:"fa-mendeley",prefix:"fab",tags:["brand"]},{name:"fa-menorah",prefix:"fas",tags:[]},{name:"fa-mercury",prefix:"fas",tags:[]},{name:"fa-meteor",prefix:"fas",tags:[]},{name:"fa-microblog",prefix:"fab",tags:["brand"]},{name:"fa-microchip",prefix:"fas",tags:[]},{name:"fa-microphone",prefix:"fas",tags:["media"]},{name:"fa-microphone-alt",prefix:"fas",tags:["media"]},{name:"fa-microphone-alt-slash",prefix:"fas",tags:["media"]},{name:"fa-microphone-slash",prefix:"fas",tags:["media"]},{name:"fa-microscope",prefix:"fas",tags:[]},{name:"fa-microsoft",prefix:"fab",tags:["brand"]},{name:"fa-minus",prefix:"fas",tags:[]},{name:"fa-minus-circle",prefix:"fas",tags:[]},{name:"fa-minus-square",prefix:"fas",tags:[]},{name:"fa-mitten",prefix:"fas",tags:[]},{name:"fa-mix",prefix:"fab",tags:["brand"]},{name:"fa-mixcloud",prefix:"fab",tags:["brand"]},{name:"fa-mixer",prefix:"fab",tags:["brand"]},{name:"fa-mizuni",prefix:"fab",tags:["brand"]},{name:"fa-mobile",prefix:"fas",tags:[]},{name:"fa-mobile-alt",prefix:"fas",tags:[]},{name:"fa-modx",prefix:"fab",tags:["brand"]},{name:"fa-monero",prefix:"fab",tags:["brand"]},{name:"fa-money-bill",prefix:"fas",tags:[]},{name:"fa-money-bill-alt",prefix:"fas",tags:[]},{name:"fa-money-bill-wave",prefix:"fas",tags:[]},{name:"fa-money-bill-wave-alt",prefix:"fas",tags:[]},{name:"fa-money-check",prefix:"fas",tags:[]},{name:"fa-money-check-alt",prefix:"fas",tags:[]},{name:"fa-monument",prefix:"fas",tags:[]},{name:"fa-moon",prefix:"fas",tags:[]},{name:"fa-mortar-pestle",prefix:"fas",tags:[]},{name:"fa-mosque",prefix:"fas",tags:[]},{name:"fa-motorcycle",prefix:"fas",tags:["travel"]},{name:"fa-mountain",prefix:"fas",tags:[]},{name:"fa-mouse",prefix:"fas",tags:[]},{name:"fa-mouse-pointer",prefix:"fas",tags:["arrow"]},{name:"fa-mug-hot",prefix:"fas",tags:[]},{name:"fa-music",prefix:"fas",tags:["media"]},{name:"fa-napster",prefix:"fab",tags:["brand"]},{name:"fa-neos",prefix:"fab",tags:["brand"]},{name:"fa-network-wired",prefix:"fas",tags:[]},{name:"fa-neuter",prefix:"fas",tags:[]},{name:"fa-newspaper",prefix:"fas",tags:[]},{name:"fa-nimblr",prefix:"fab",tags:["brand"]},{name:"fa-node",prefix:"fab",tags:["brand"]},{name:"fa-node-js",prefix:"fab",tags:["brand"]},{name:"fa-not-equal",prefix:"fas",tags:[]},{name:"fa-notes-medical",prefix:"fas",tags:[]},{name:"fa-npm",prefix:"fab",tags:["brand"]},{name:"fa-ns8",prefix:"fab",tags:["brand"]},{name:"fa-nutritionix",prefix:"fab",tags:["brand"]},{name:"fa-object-group",prefix:"fas",tags:[]},{name:"fa-object-ungroup",prefix:"fas",tags:[]},{name:"fa-octopus-deploy",prefix:"fab",tags:["brand"]},{name:"fa-odnoklassniki",prefix:"fab",tags:["brand"]},{name:"fa-odnoklassniki-square",prefix:"fab",tags:["brand"]},{name:"fa-oil-can",prefix:"fas",tags:["travel"]},{name:"fa-old-republic",prefix:"fab",tags:["brand"]},{name:"fa-om",prefix:"fas",tags:[]},{name:"fa-opencart",prefix:"fab",tags:["brand"]},{name:"fa-openid",prefix:"fab",tags:["brand"]},{name:"fa-opera",prefix:"fab",tags:["brand"]},{name:"fa-optin-monster",prefix:"fab",tags:["brand"]},{name:"fa-orcid",prefix:"fab",tags:["brand"]},{name:"fa-osi",prefix:"fas",tags:[]},{name:"fa-otter",prefix:"fas",tags:["nature"]},{name:"fa-outdent",prefix:"fas",tags:[]},{name:"fa-page4",prefix:"fab",tags:["brand"]},{name:"fa-pagelines",prefix:"fab",tags:["brand"]},{name:"fa-pager",prefix:"fas",tags:[]},{name:"fa-paint-brush",prefix:"fas",tags:[]},{name:"fa-paint-roller",prefix:"fas",tags:[]},{name:"fa-palette",prefix:"fas",tags:[]},{name:"fa-palfed",prefix:"fab",tags:["brand"]},{name:"fa-pallet",prefix:"fas",tags:[]},{name:"fa-paper-plane",prefix:"fas",tags:[]},{name:"fa-paperclip",prefix:"fas",tags:[]},{name:"fa-parachute-box",prefix:"fas",tags:[]},{name:"fa-paragraph",prefix:"fas",tags:[]},{name:"fa-parking",prefix:"fas",tags:[]},{name:"fa-passport",prefix:"fas",tags:[]},{name:"fa-pastafarianism",prefix:"fas",tags:[]},{name:"fa-paste",prefix:"fas",tags:[]},{name:"fa-patreon",prefix:"fab",tags:["brand"]},{name:"fa-pause",prefix:"fas",tags:["media"]},{name:"fa-pause-circle",prefix:"fas",tags:["media"]},{name:"fa-paw",prefix:"fas",tags:["nature"]},{name:"fa-paypal",prefix:"fab",tags:["brand"]},{name:"fa-peace",prefix:"fas",tags:[]},{name:"fa-pen",prefix:"fas",tags:[]},{name:"fa-pen-alt",prefix:"fas",tags:[]},{name:"fa-pen-fancy",prefix:"fas",tags:[]},{name:"fa-pen-nib",prefix:"fas",tags:[]},{name:"fa-pen-square",prefix:"fas",tags:[]},{name:"fa-pencil-alt",prefix:"fas",tags:[]},{name:"fa-pencil-ruler",prefix:"fas",tags:[]},{name:"fa-penny-arcade",prefix:"fab",tags:["brand"]},{name:"fa-people-arrows",prefix:"fas",tags:[]},{name:"fa-people-carry",prefix:"fas",tags:[]},{name:"fa-pepper-hot",prefix:"fas",tags:[]},{name:"fa-perbyte",prefix:"fab",tags:["brand"]},{name:"fa-percent",prefix:"fas",tags:[]},{name:"fa-percentage",prefix:"fas",tags:[]},{name:"fa-periscope",prefix:"fab",tags:["brand"]},{name:"fa-person-booth",prefix:"fas",tags:[]},{name:"fa-phabricator",prefix:"fab",tags:["brand"]},{name:"fa-phoenix-framework",prefix:"fab",tags:["brand"]},{name:"fa-phoenix-squadron",prefix:"fab",tags:["brand"]},{name:"fa-phone",prefix:"fas",tags:[]},{name:"fa-phone-alt",prefix:"fas",tags:[]},{name:"fa-phone-slash",prefix:"fas",tags:[]},{name:"fa-phone-square",prefix:"fas",tags:[]},{name:"fa-phone-square-alt",prefix:"fas",tags:[]},{name:"fa-phone-volume",prefix:"fas",tags:["accessibility"]},{name:"fa-photo-video",prefix:"fas",tags:[]},{name:"fa-php",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper-alt",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper-hat",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper-pp",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper-square",prefix:"fab",tags:["brand"]},{name:"fa-piggy-bank",prefix:"fas",tags:[]},{name:"fa-pills",prefix:"fas",tags:[]},{name:"fa-pinterest",prefix:"fab",tags:["brand"]},{name:"fa-pinterest-p",prefix:"fab",tags:["brand"]},{name:"fa-pinterest-square",prefix:"fab",tags:["brand"]},{name:"fa-pizza-slice",prefix:"fas",tags:[]},{name:"fa-place-of-worship",prefix:"fas",tags:[]},{name:"fa-plane",prefix:"fas",tags:[]},{name:"fa-plane-arrival",prefix:"fas",tags:[]},{name:"fa-plane-departure",prefix:"fas",tags:[]},{name:"fa-plane-slash",prefix:"fas",tags:[]},{name:"fa-play",prefix:"fas",tags:["arrow","media"]},{name:"fa-play-circle",prefix:"fas",tags:["media"]},{name:"fa-playstation",prefix:"fab",tags:["brand"]},{name:"fa-plug",prefix:"fas",tags:[]},{name:"fa-plus",prefix:"fas",tags:[]},{name:"fa-plus-circle",prefix:"fas",tags:[]},{name:"fa-plus-square",prefix:"fas",tags:[]},{name:"fa-podcast",prefix:"fas",tags:["media"]},{name:"fa-poll",prefix:"fas",tags:[]},{name:"fa-poll-h",prefix:"fas",tags:[]},{name:"fa-poo",prefix:"fas",tags:[]},{name:"fa-poo-storm",prefix:"fas",tags:[]},{name:"fa-poop",prefix:"fas",tags:[]},{name:"fa-portrait",prefix:"fas",tags:[]},{name:"fa-pound-sign",prefix:"fas",tags:[]},{name:"fa-power-off",prefix:"fas",tags:[]},{name:"fa-pray",prefix:"fas",tags:[]},{name:"fa-praying-hands",prefix:"fas",tags:[]},{name:"fa-prescription",prefix:"fas",tags:[]},{name:"fa-prescription-bottle",prefix:"fas",tags:[]},{name:"fa-prescription-bottle-alt",prefix:"fas",tags:[]},{name:"fa-print",prefix:"fas",tags:[]},{name:"fa-procedures",prefix:"fas",tags:[]},{name:"fa-product-hunt",prefix:"fab",tags:["brand"]},{name:"fa-project-diagram",prefix:"fas",tags:[]},{name:"fa-pump-medical",prefix:"fas",tags:[]},{name:"fa-pump-soap",prefix:"fas",tags:[]},{name:"fa-pushed",prefix:"fab",tags:["brand"]},{name:"fa-puzzle-piece",prefix:"fas",tags:[]},{name:"fa-python",prefix:"fab",tags:["brand"]},{name:"fa-qq",prefix:"fab",tags:["brand"]},{name:"fa-qrcode",prefix:"fas",tags:[]},{name:"fa-question",prefix:"fas",tags:[]},{name:"fa-question-circle",prefix:"fas",tags:["accessibility"]},{name:"fa-quidditch",prefix:"fas",tags:[]},{name:"fa-quinscape",prefix:"fab",tags:["brand"]},{name:"fa-quora",prefix:"fab",tags:["brand"]},{name:"fa-quote-left",prefix:"fas",tags:[]},{name:"fa-quote-right",prefix:"fas",tags:[]},{name:"fa-quran",prefix:"fas",tags:[]},{name:"fa-r-project",prefix:"fab",tags:["brand"]},{name:"fa-radiation",prefix:"fas",tags:[]},{name:"fa-radiation-alt",prefix:"fas",tags:[]},{name:"fa-rainbow",prefix:"fas",tags:[]},{name:"fa-random",prefix:"fas",tags:["arrow","media"]},{name:"fa-raspberry-pi",prefix:"fab",tags:["brand"]},{name:"fa-ravelry",prefix:"fab",tags:["brand"]},{name:"fa-react",prefix:"fab",tags:["brand"]},{name:"fa-reacteurope",prefix:"fab",tags:["brand"]},{name:"fa-readme",prefix:"fab",tags:["brand"]},{name:"fa-rebel",prefix:"fab",tags:["brand"]},{name:"fa-receipt",prefix:"fas",tags:[]},{name:"fa-record-vinyl",prefix:"fas",tags:[]},{name:"fa-recycle",prefix:"fas",tags:["arrow"]},{name:"fa-red-river",prefix:"fab",tags:["brand"]},{name:"fa-reddit",prefix:"fab",tags:["brand"]},{name:"fa-reddit-alien",prefix:"fab",tags:["brand"]},{name:"fa-reddit-square",prefix:"fab",tags:["brand"]},{name:"fa-redhat",prefix:"fab",tags:["brand"]},{name:"fa-redo",prefix:"fas",tags:["arrow","media"]},{name:"fa-redo-alt",prefix:"fas",tags:["arrow","media"]},{name:"fa-registered",prefix:"fas",tags:[]},{name:"fa-remove-format",prefix:"fas",tags:[]},{name:"fa-renren",prefix:"fab",tags:["brand"]},{name:"fa-reply",prefix:"fas",tags:["arrow"]},{name:"fa-reply-all",prefix:"fas",tags:["arrow"]},{name:"fa-replyd",prefix:"fab",tags:["brand"]},{name:"fa-republican",prefix:"fas",tags:[]},{name:"fa-researchgate",prefix:"fab",tags:["brand"]},{name:"fa-resolving",prefix:"fab",tags:["brand"]},{name:"fa-restroom",prefix:"fas",tags:[]},{name:"fa-retweet",prefix:"fas",tags:["arrow"]},{name:"fa-rev",prefix:"fab",tags:["brand"]},{name:"fa-ribbon",prefix:"fas",tags:[]},{name:"fa-ring",prefix:"fas",tags:[]},{name:"fa-road",prefix:"fas",tags:[]},{name:"fa-robot",prefix:"fas",tags:[]},{name:"fa-rocket",prefix:"fas",tags:[]},{name:"fa-rocketchat",prefix:"fab",tags:["brand"]},{name:"fa-rockrms",prefix:"fab",tags:["brand"]},{name:"fa-route",prefix:"fas",tags:[]},{name:"fa-rss",prefix:"fas",tags:["media"]},{name:"fa-rss-square",prefix:"fas",tags:["media"]},{name:"fa-ruble-sign",prefix:"fas",tags:[]},{name:"fa-ruler",prefix:"fas",tags:[]},{name:"fa-ruler-combined",prefix:"fas",tags:[]},{name:"fa-ruler-horizontal",prefix:"fas",tags:[]},{name:"fa-ruler-vertical",prefix:"fas",tags:[]},{name:"fa-running",prefix:"fas",tags:[]},{name:"fa-rupee-sign",prefix:"fas",tags:[]},{name:"fa-rust",prefix:"fab",tags:["brand"]},{name:"fa-sad-cry",prefix:"fas",tags:[]},{name:"fa-sad-tear",prefix:"fas",tags:[]},{name:"fa-safari",prefix:"fab",tags:["brand"]},{name:"fa-salesforce",prefix:"fab",tags:["brand"]},{name:"fa-sass",prefix:"fab",tags:["brand"]},{name:"fa-satellite",prefix:"fas",tags:[]},{name:"fa-satellite-dish",prefix:"fas",tags:[]},{name:"fa-save",prefix:"fas",tags:[]},{name:"fa-schlix",prefix:"fab",tags:["brand"]},{name:"fa-school",prefix:"fas",tags:[]},{name:"fa-screwdriver",prefix:"fas",tags:[]},{name:"fa-scribd",prefix:"fab",tags:["brand"]},{name:"fa-scroll",prefix:"fas",tags:[]},{name:"fa-sd-card",prefix:"fas",tags:[]},{name:"fa-search",prefix:"fas",tags:[]},{name:"fa-search-dollar",prefix:"fas",tags:[]},{name:"fa-search-location",prefix:"fas",tags:[]},{name:"fa-search-minus",prefix:"fas",tags:[]},{name:"fa-search-plus",prefix:"fas",tags:[]},{name:"fa-searchengin",prefix:"fab",tags:["brand"]},{name:"fa-seedling",prefix:"fas",tags:[]},{name:"fa-sellcast",prefix:"fab",tags:["brand"]},{name:"fa-sellsy",prefix:"fab",tags:["brand"]},{name:"fa-server",prefix:"fas",tags:[]},{name:"fa-servicestack",prefix:"fab",tags:["brand"]},{name:"fa-shapes",prefix:"fas",tags:[]},{name:"fa-share",prefix:"fas",tags:["arrow"]},{name:"fa-share-alt",prefix:"fas",tags:["arrow"]},{name:"fa-share-alt-square",prefix:"fas",tags:["arrow"]},{name:"fa-share-square",prefix:"fas",tags:["arrow"]},{name:"fa-shekel-sign",prefix:"fas",tags:[]},{name:"fa-shield-alt",prefix:"fas",tags:[]},{name:"fa-shield-virus",prefix:"fas",tags:[]},{name:"fa-ship",prefix:"fas",tags:[]},{name:"fa-shipping-fast",prefix:"fas",tags:[]},{name:"fa-shirtsinbulk",prefix:"fab",tags:["brand"]},{name:"fa-shoe-prints",prefix:"fas",tags:[]},{name:"fa-shopify",prefix:"fab",tags:["brand"]},{name:"fa-shopping-bag",prefix:"fas",tags:[]},{name:"fa-shopping-basket",prefix:"fas",tags:[]},{name:"fa-shopping-cart",prefix:"fas",tags:[]},{name:"fa-shopware",prefix:"fab",tags:["brand"]},{name:"fa-shower",prefix:"fas",tags:[]},{name:"fa-shuttle-van",prefix:"fas",tags:["travel"]},{name:"fa-sign",prefix:"fas",tags:[]},{name:"fa-sign-in-alt",prefix:"fas",tags:[]},{name:"fa-sign-language",prefix:"fas",tags:["accessibility"]},{name:"fa-sign-out-alt",prefix:"fas",tags:[]},{name:"fa-signal",prefix:"fas",tags:[]},{name:"fa-signature",prefix:"fas",tags:[]},{name:"fa-sim-card",prefix:"fas",tags:[]},{name:"fa-simplybuilt",prefix:"fab",tags:["brand"]},{name:"fa-sink",prefix:"fas",tags:[]},{name:"fa-sistrix",prefix:"fab",tags:["brand"]},{name:"fa-sitemap",prefix:"fas",tags:[]},{name:"fa-sith",prefix:"fab",tags:["brand"]},{name:"fa-skating",prefix:"fas",tags:[]},{name:"fa-sketch",prefix:"fab",tags:["brand"]},{name:"fa-skiing",prefix:"fas",tags:[]},{name:"fa-skiing-nordic",prefix:"fas",tags:[]},{name:"fa-skull",prefix:"fas",tags:[]},{name:"fa-skull-crossbones",prefix:"fas",tags:[]},{name:"fa-skyatlas",prefix:"fab",tags:["brand"]},{name:"fa-skype",prefix:"fab",tags:["brand"]},{name:"fa-slack",prefix:"fab",tags:["brand"]},{name:"fa-slack-hash",prefix:"fab",tags:["brand"]},{name:"fa-slash",prefix:"fas",tags:[]},{name:"fa-sleigh",prefix:"fas",tags:[]},{name:"fa-sliders-h",prefix:"fas",tags:[]},{name:"fa-slideshare",prefix:"fab",tags:["brand"]},{name:"fa-smile",prefix:"fas",tags:[]},{name:"fa-smile-beam",prefix:"fas",tags:[]},{name:"fa-smile-wink",prefix:"fas",tags:[]},{name:"fa-smog",prefix:"fas",tags:[]},{name:"fa-smoking",prefix:"fas",tags:[]},{name:"fa-smoking-ban",prefix:"fas",tags:[]},{name:"fa-sms",prefix:"fas",tags:[]},{name:"fa-snapchat",prefix:"fab",tags:["brand"]},{name:"fa-snapchat-ghost",prefix:"fab",tags:["brand"]},{name:"fa-snapchat-square",prefix:"fab",tags:["brand"]},{name:"fa-snowboarding",prefix:"fas",tags:[]},{name:"fa-snowflake",prefix:"fas",tags:[]},{name:"fa-snowman",prefix:"fas",tags:[]},{name:"fa-snowplow",prefix:"fas",tags:[]},{name:"fa-soap",prefix:"fas",tags:[]},{name:"fa-socks",prefix:"fas",tags:[]},{name:"fa-solar-panel",prefix:"fas",tags:[]},{name:"fa-sort",prefix:"fas",tags:["arrow"]},{name:"fa-sort-alpha-down",prefix:"fas",tags:["arrow"]},{name:"fa-sort-alpha-down-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-alpha-up",prefix:"fas",tags:["arrow"]},{name:"fa-sort-alpha-up-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-amount-down",prefix:"fas",tags:["arrow"]},{name:"fa-sort-amount-down-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-amount-up",prefix:"fas",tags:["arrow"]},{name:"fa-sort-amount-up-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-down",prefix:"fas",tags:["arrow"]},{name:"fa-sort-numeric-down",prefix:"fas",tags:["arrow"]},{name:"fa-sort-numeric-down-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-numeric-up",prefix:"fas",tags:["arrow"]},{name:"fa-sort-numeric-up-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-up",prefix:"fas",tags:["arrow"]},{name:"fa-soundcloud",prefix:"fab",tags:["brand"]},{name:"fa-sourcetree",prefix:"fab",tags:["brand"]},{name:"fa-spa",prefix:"fas",tags:[]},{name:"fa-space-shuttle",prefix:"fas",tags:[]},{name:"fa-speakap",prefix:"fab",tags:["brand"]},{name:"fa-speaker-deck",prefix:"fab",tags:["brand"]},{name:"fa-spell-check",prefix:"fas",tags:[]},{name:"fa-spider",prefix:"fas",tags:["nature"]},{name:"fa-spinner",prefix:"fas",tags:[]},{name:"fa-splotch",prefix:"fas",tags:[]},{name:"fa-spotify",prefix:"fab",tags:["brand"]},{name:"fa-spray-can",prefix:"fas",tags:[]},{name:"fa-square",prefix:"fas",tags:[]},{name:"fa-square-full",prefix:"fas",tags:[]},{name:"fa-square-root-alt",prefix:"fas",tags:[]},{name:"fa-squarespace",prefix:"fab",tags:["brand"]},{name:"fa-stack-exchange",prefix:"fab",tags:["brand"]},{name:"fa-stack-overflow",prefix:"fab",tags:["brand"]},{name:"fa-stackpath",prefix:"fab",tags:["brand"]},{name:"fa-stamp",prefix:"fas",tags:[]},{name:"fa-star",prefix:"fas",tags:[]},{name:"fa-star-and-crescent",prefix:"fas",tags:[]},{name:"fa-star-half",prefix:"fas",tags:[]},{name:"fa-star-half-alt",prefix:"fas",tags:[]},{name:"fa-star-of-david",prefix:"fas",tags:[]},{name:"fa-star-of-life",prefix:"fas",tags:[]},{name:"fa-staylinked",prefix:"fab",tags:["brand"]},{name:"fa-steam",prefix:"fab",tags:["brand"]},{name:"fa-steam-square",prefix:"fab",tags:["brand"]},{name:"fa-steam-symbol",prefix:"fab",tags:["brand"]},{name:"fa-step-backward",prefix:"fas",tags:["media"]},{name:"fa-step-forward",prefix:"fas",tags:["media"]},{name:"fa-stethoscope",prefix:"fas",tags:[]},{name:"fa-sticker-mule",prefix:"fab",tags:["brand"]},{name:"fa-sticky-note",prefix:"fas",tags:[]},{name:"fa-stop",prefix:"fas",tags:["media"]},{name:"fa-stop-circle",prefix:"fas",tags:["media"]},{name:"fa-stopwatch",prefix:"fas",tags:[]},{name:"fa-stopwatch-20",prefix:"fas",tags:[]},{name:"fa-store",prefix:"fas",tags:[]},{name:"fa-store-alt",prefix:"fas",tags:[]},{name:"fa-store-alt-slash",prefix:"fas",tags:[]},{name:"fa-store-slash",prefix:"fas",tags:[]},{name:"fa-strava",prefix:"fab",tags:["brand"]},{name:"fa-stream",prefix:"fas",tags:[]},{name:"fa-street-view",prefix:"fas",tags:[]},{name:"fa-strikethrough",prefix:"fas",tags:[]},{name:"fa-stripe",prefix:"fab",tags:["brand"]},{name:"fa-stripe-s",prefix:"fab",tags:["brand"]},{name:"fa-stroopwafel",prefix:"fas",tags:[]},{name:"fa-studiovinari",prefix:"fab",tags:["brand"]},{name:"fa-stumbleupon",prefix:"fab",tags:["brand"]},{name:"fa-stumbleupon-circle",prefix:"fab",tags:["brand"]},{name:"fa-subscript",prefix:"fas",tags:[]},{name:"fa-subway",prefix:"fas",tags:[]},{name:"fa-suitcase",prefix:"fas",tags:[]},{name:"fa-suitcase-rolling",prefix:"fas",tags:[]},{name:"fa-sun",prefix:"fas",tags:[]},{name:"fa-superpowers",prefix:"fab",tags:["brand"]},{name:"fa-superscript",prefix:"fas",tags:[]},{name:"fa-supple",prefix:"fab",tags:["brand"]},{name:"fa-surprise",prefix:"fas",tags:[]},{name:"fa-suse",prefix:"fab",tags:["brand"]},{name:"fa-swatchbook",prefix:"fas",tags:[]},{name:"fa-swift",prefix:"fab",tags:["brand"]},{name:"fa-swimmer",prefix:"fas",tags:[]},{name:"fa-swimming-pool",prefix:"fas",tags:[]},{name:"fa-symfony",prefix:"fab",tags:["brand"]},{name:"fa-synagogue",prefix:"fas",tags:[]},{name:"fa-sync",prefix:"fas",tags:["arrow","media"]},{name:"fa-sync-alt",prefix:"fas",tags:["arrow","media"]},{name:"fa-syringe",prefix:"fas",tags:[]},{name:"fa-table",prefix:"fas",tags:[]},{name:"fa-table-tennis",prefix:"fas",tags:[]},{name:"fa-tablet",prefix:"fas",tags:[]},{name:"fa-tablet-alt",prefix:"fas",tags:[]},{name:"fa-tablets",prefix:"fas",tags:[]},{name:"fa-tachometer-alt",prefix:"fas",tags:["travel"]},{name:"fa-tag",prefix:"fas",tags:[]},{name:"fa-tags",prefix:"fas",tags:[]},{name:"fa-tape",prefix:"fas",tags:[]},{name:"fa-tasks",prefix:"fas",tags:[]},{name:"fa-taxi",prefix:"fas",tags:["travel"]},{name:"fa-teamspeak",prefix:"fab",tags:["brand"]},{name:"fa-teeth",prefix:"fas",tags:[]},{name:"fa-teeth-open",prefix:"fas",tags:[]},{name:"fa-telegram",prefix:"fab",tags:["brand"]},{name:"fa-telegram-plane",prefix:"fab",tags:["brand"]},{name:"fa-temperature-high",prefix:"fas",tags:[]},{name:"fa-temperature-low",prefix:"fas",tags:[]},{name:"fa-tencent-weibo",prefix:"fab",tags:["brand"]},{name:"fa-tenge",prefix:"fas",tags:[]},{name:"fa-terminal",prefix:"fas",tags:[]},{name:"fa-text-height",prefix:"fas",tags:["arrow"]},{name:"fa-text-width",prefix:"fas",tags:["arrow"]},{name:"fa-th",prefix:"fas",tags:[]},{name:"fa-th-large",prefix:"fas",tags:[]},{name:"fa-th-list",prefix:"fas",tags:[]},{name:"fa-the-red-yeti",prefix:"fab",tags:["brand"]},{name:"fa-theater-masks",prefix:"fas",tags:[]},{name:"fa-themeco",prefix:"fab",tags:["brand"]},{name:"fa-themeisle",prefix:"fab",tags:["brand"]},{name:"fa-thermometer",prefix:"fas",tags:[]},{name:"fa-thermometer-empty",prefix:"fas",tags:[]},{name:"fa-thermometer-full",prefix:"fas",tags:[]},{name:"fa-thermometer-half",prefix:"fas",tags:[]},{name:"fa-thermometer-quarter",prefix:"fas",tags:[]},{name:"fa-thermometer-three-quarters",prefix:"fas",tags:[]},{name:"fa-think-peaks",prefix:"fab",tags:["brand"]},{name:"fa-thumbs-down",prefix:"fas",tags:[]},{name:"fa-thumbs-up",prefix:"fas",tags:[]},{name:"fa-thumbtack",prefix:"fas",tags:[]},{name:"fa-ticket-alt",prefix:"fas",tags:[]},{name:"fa-tiktok",prefix:"fab",tags:["brand"]},{name:"fa-times",prefix:"fas",tags:[]},{name:"fa-times-circle",prefix:"fas",tags:[]},{name:"fa-tint",prefix:"fas",tags:[]},{name:"fa-tint-slash",prefix:"fas",tags:[]},{name:"fa-tired",prefix:"fas",tags:[]},{name:"fa-toggle-off",prefix:"fas",tags:[]},{name:"fa-toggle-on",prefix:"fas",tags:[]},{name:"fa-toilet",prefix:"fas",tags:[]},{name:"fa-toilet-paper",prefix:"fas",tags:[]},{name:"fa-toilet-paper-slash",prefix:"fas",tags:[]},{name:"fa-toolbox",prefix:"fas",tags:[]},{name:"fa-tools",prefix:"fas",tags:[]},{name:"fa-tooth",prefix:"fas",tags:[]},{name:"fa-torah",prefix:"fas",tags:[]},{name:"fa-torii-gate",prefix:"fas",tags:[]},{name:"fa-tractor",prefix:"fas",tags:[]},{name:"fa-trade-federation",prefix:"fab",tags:["brand"]},{name:"fa-trademark",prefix:"fas",tags:[]},{name:"fa-traffic-light",prefix:"fas",tags:[]},{name:"fa-trailer",prefix:"fas",tags:[]},{name:"fa-train",prefix:"fas",tags:[]},{name:"fa-tram",prefix:"fas",tags:[]},{name:"fa-transgender",prefix:"fas",tags:[]},{name:"fa-transgender-alt",prefix:"fas",tags:[]},{name:"fa-trash",prefix:"fas",tags:[]},{name:"fa-trash-alt",prefix:"fas",tags:[]},{name:"fa-trash-restore",prefix:"fas",tags:[]},{name:"fa-trash-restore-alt",prefix:"fas",tags:[]},{name:"fa-tree",prefix:"fas",tags:[]},{name:"fa-trello",prefix:"fab",tags:["brand"]},{name:"fa-tripadvisor",prefix:"fab",tags:["brand"]},{name:"fa-trophy",prefix:"fas",tags:[]},{name:"fa-truck",prefix:"fas",tags:["travel"]},{name:"fa-truck-loading",prefix:"fas",tags:["travel"]},{name:"fa-truck-monster",prefix:"fas",tags:["travel"]},{name:"fa-truck-moving",prefix:"fas",tags:["travel"]},{name:"fa-truck-pickup",prefix:"fas",tags:["travel"]},{name:"fa-tshirt",prefix:"fas",tags:[]},{name:"fa-tty",prefix:"fas",tags:["accessibility"]},{name:"fa-tumblr",prefix:"fab",tags:["brand"]},{name:"fa-tumblr-square",prefix:"fab",tags:["brand"]},{name:"fa-tv",prefix:"fas",tags:["media"]},{name:"fa-twitch",prefix:"fab",tags:["brand"]},{name:"fa-twitter",prefix:"fab",tags:["brand"]},{name:"fa-twitter-square",prefix:"fab",tags:["brand"]},{name:"fa-typo3",prefix:"fab",tags:["brand"]},{name:"fa-uber",prefix:"fab",tags:["brand"]},{name:"fa-ubuntu",prefix:"fab",tags:["brand"]},{name:"fa-uikit",prefix:"fab",tags:["brand"]},{name:"fa-umbraco",prefix:"fab",tags:["brand"]},{name:"fa-umbrella",prefix:"fas",tags:[]},{name:"fa-umbrella-beach",prefix:"fas",tags:[]},{name:"fa-uncharted",prefix:"fab",tags:["brand"]},{name:"fa-underline",prefix:"fas",tags:[]},{name:"fa-undo",prefix:"fas",tags:["arrow","media"]},{name:"fa-undo-alt",prefix:"fas",tags:["arrow","media"]},{name:"fa-uniregistry",prefix:"fab",tags:["brand"]},{name:"fa-unity",prefix:"fab",tags:["brand"]},{name:"fa-universal-access",prefix:"fas",tags:["accessibility"]},{name:"fa-university",prefix:"fas",tags:[]},{name:"fa-unlink",prefix:"fas",tags:[]},{name:"fa-unlock",prefix:"fas",tags:[]},{name:"fa-unlock-alt",prefix:"fas",tags:[]},{name:"fa-unsplash",prefix:"fab",tags:["brand"]},{name:"fa-untappd",prefix:"fab",tags:["brand"]},{name:"fa-upload",prefix:"fas",tags:["arrow"]},{name:"fa-ups",prefix:"fab",tags:["brand"]},{name:"fa-usb",prefix:"fab",tags:["brand"]},{name:"fa-user",prefix:"fas",tags:[]},{name:"fa-user-alt",prefix:"fas",tags:[]},{name:"fa-user-alt-slash",prefix:"fas",tags:[]},{name:"fa-user-astronaut",prefix:"fas",tags:[]},{name:"fa-user-check",prefix:"fas",tags:[]},{name:"fa-user-circle",prefix:"fas",tags:[]},{name:"fa-user-clock",prefix:"fas",tags:[]},{name:"fa-user-cog",prefix:"fas",tags:[]},{name:"fa-user-edit",prefix:"fas",tags:[]},{name:"fa-user-friends",prefix:"fas",tags:[]},{name:"fa-user-graduate",prefix:"fas",tags:[]},{name:"fa-user-injured",prefix:"fas",tags:[]},{name:"fa-user-lock",prefix:"fas",tags:[]},{name:"fa-user-md",prefix:"fas",tags:[]},{name:"fa-user-minus",prefix:"fas",tags:[]},{name:"fa-user-ninja",prefix:"fas",tags:[]},{name:"fa-user-nurse",prefix:"fas",tags:[]},{name:"fa-user-plus",prefix:"fas",tags:[]},{name:"fa-user-secret",prefix:"fas",tags:[]},{name:"fa-user-shield",prefix:"fas",tags:[]},{name:"fa-user-slash",prefix:"fas",tags:[]},{name:"fa-user-tag",prefix:"fas",tags:[]},{name:"fa-user-tie",prefix:"fas",tags:[]},{name:"fa-user-times",prefix:"fas",tags:[]},{name:"fa-users",prefix:"fas",tags:[]},{name:"fa-users-cog",prefix:"fas",tags:[]},{name:"fa-users-slash",prefix:"fas",tags:[]},{name:"fa-usps",prefix:"fab",tags:["brand"]},{name:"fa-ussunnah",prefix:"fab",tags:["brand"]},{name:"fa-utensil-spoon",prefix:"fas",tags:[]},{name:"fa-utensils",prefix:"fas",tags:[]},{name:"fa-vaadin",prefix:"fab",tags:["brand"]},{name:"fa-vector-square",prefix:"fas",tags:[]},{name:"fa-venus",prefix:"fas",tags:[]},{name:"fa-venus-double",prefix:"fas",tags:[]},{name:"fa-venus-mars",prefix:"fas",tags:[]},{name:"fa-vest",prefix:"fas",tags:[]},{name:"fa-vest-patches",prefix:"fas",tags:[]},{name:"fa-viacoin",prefix:"fab",tags:["brand"]},{name:"fa-viadeo",prefix:"fab",tags:["brand"]},{name:"fa-viadeo-square",prefix:"fab",tags:["brand"]},{name:"fa-vial",prefix:"fas",tags:[]},{name:"fa-vials",prefix:"fas",tags:[]},{name:"fa-viber",prefix:"fab",tags:["brand"]},{name:"fa-video",prefix:"fas",tags:["media"]},{name:"fa-video-slash",prefix:"fas",tags:["media"]},{name:"fa-vihara",prefix:"fas",tags:[]},{name:"fa-vimeo",prefix:"fab",tags:["brand"]},{name:"fa-vimeo-square",prefix:"fab",tags:["brand"]},{name:"fa-vimeo-v",prefix:"fab",tags:["brand"]},{name:"fa-vine",prefix:"fab",tags:["brand"]},{name:"fa-virus",prefix:"fas",tags:[]},{name:"fa-virus-slash",prefix:"fas",tags:[]},{name:"fa-viruses",prefix:"fas",tags:[]},{name:"fa-vk",prefix:"fab",tags:["brand"]},{name:"fa-vnv",prefix:"fab",tags:["brand"]},{name:"fa-voicemail",prefix:"fas",tags:[]},{name:"fa-volleyball-ball",prefix:"fas",tags:[]},{name:"fa-volume-down",prefix:"fas",tags:["media"]},{name:"fa-volume-mute",prefix:"fas",tags:["media"]},{name:"fa-volume-off",prefix:"fas",tags:["media"]},{name:"fa-volume-up",prefix:"fas",tags:["media"]},{name:"fa-vote-yea",prefix:"fas",tags:[]},{name:"fa-vr-cardboard",prefix:"fas",tags:[]},{name:"fa-vuejs",prefix:"fab",tags:["brand"]},{name:"fa-walking",prefix:"fas",tags:[]},{name:"fa-wallet",prefix:"fas",tags:[]},{name:"fa-warehouse",prefix:"fas",tags:[]},{name:"fa-watchman-monitoring",prefix:"fab",tags:["brand"]},{name:"fa-water",prefix:"fas",tags:[]},{name:"fa-wave-square",prefix:"fas",tags:[]},{name:"fa-waze",prefix:"fab",tags:["brand"]},{name:"fa-weebly",prefix:"fab",tags:["brand"]},{name:"fa-weibo",prefix:"fab",tags:["brand"]},{name:"fa-weight",prefix:"fas",tags:[]},{name:"fa-weight-hanging",prefix:"fas",tags:[]},{name:"fa-weixin",prefix:"fab",tags:["brand"]},{name:"fa-whatsapp",prefix:"fab",tags:["brand"]},{name:"fa-whatsapp-square",prefix:"fab",tags:["brand"]},{name:"fa-wheelchair",prefix:"fas",tags:["accessibility"]},{name:"fa-whmcs",prefix:"fab",tags:["brand"]},{name:"fa-wifi",prefix:"fas",tags:[]},{name:"fa-wikipedia-w",prefix:"fab",tags:["brand"]},{name:"fa-wind",prefix:"fas",tags:[]},{name:"fa-window-close",prefix:"fas",tags:[]},{name:"fa-window-maximize",prefix:"fas",tags:[]},{name:"fa-window-minimize",prefix:"fas",tags:[]},{name:"fa-window-restore",prefix:"fas",tags:[]},{name:"fa-windows",prefix:"fab",tags:["brand"]},{name:"fa-wine-bottle",prefix:"fas",tags:[]},{name:"fa-wine-glass",prefix:"fas",tags:[]},{name:"fa-wine-glass-alt",prefix:"fas",tags:[]},{name:"fa-wix",prefix:"fab",tags:["brand"]},{name:"fa-wizards-of-the-coast",prefix:"fab",tags:["brand"]},{name:"fa-wodu",prefix:"fab",tags:["brand"]},{name:"fa-wolf-pack-battalion",prefix:"fab",tags:["brand"]},{name:"fa-won-sign",prefix:"fas",tags:[]},{name:"fa-wordpress",prefix:"fab",tags:["brand"]},{name:"fa-wordpress-simple",prefix:"fab",tags:["brand"]},{name:"fa-wpbeginner",prefix:"fab",tags:["brand"]},{name:"fa-wpexplorer",prefix:"fab",tags:["brand"]},{name:"fa-wpforms",prefix:"fab",tags:["brand"]},{name:"fa-wpressr",prefix:"fab",tags:["brand"]},{name:"fa-wrench",prefix:"fas",tags:[]},{name:"fa-x-ray",prefix:"fas",tags:[]},{name:"fa-xbox",prefix:"fab",tags:["brand"]},{name:"fa-xing",prefix:"fab",tags:["brand"]},{name:"fa-xing-square",prefix:"fab",tags:["brand"]},{name:"fa-y-combinator",prefix:"fab",tags:["brand"]},{name:"fa-yahoo",prefix:"fab",tags:["brand"]},{name:"fa-yammer",prefix:"fab",tags:["brand"]},{name:"fa-yandex",prefix:"fab",tags:["brand"]},{name:"fa-yandex-international",prefix:"fab",tags:["brand"]},{name:"fa-yarn",prefix:"fab",tags:["brand"]},{name:"fa-yelp",prefix:"fab",tags:["brand"]},{name:"fa-yen-sign",prefix:"fas",tags:[]},{name:"fa-yin-yang",prefix:"fas",tags:[]},{name:"fa-yoast",prefix:"fab",tags:["brand"]},{name:"fa-youtube",prefix:"fab",tags:["brand","media"]},{name:"fa-youtube-square",prefix:"fab",tags:["brand","media"]},{name:"fa-zhihu",prefix:"fab",tags:["brand"]}]}},"7b31":function(a,e,t){"use strict";t.r(e),e["default"]={name:"ionicons-v4",icons:[{name:"ion-ios-add",tags:[]},{name:"ion-ios-add-circle",tags:[]},{name:"ion-ios-add-circle-outline",tags:[]},{name:"ion-ios-airplane",tags:[]},{name:"ion-ios-alarm",tags:[]},{name:"ion-ios-albums",tags:[]},{name:"ion-ios-alert",tags:[]},{name:"ion-ios-american-football",tags:[]},{name:"ion-ios-analytics",tags:[]},{name:"ion-ios-aperture",tags:[]},{name:"ion-ios-apps",tags:[]},{name:"ion-ios-appstore",tags:[]},{name:"ion-ios-archive",tags:[]},{name:"ion-ios-arrow-back",tags:[]},{name:"ion-ios-arrow-down",tags:[]},{name:"ion-ios-arrow-dropdown",tags:[]},{name:"ion-ios-arrow-dropdown-circle",tags:[]},{name:"ion-ios-arrow-dropleft",tags:[]},{name:"ion-ios-arrow-dropleft-circle",tags:[]},{name:"ion-ios-arrow-dropright",tags:[]},{name:"ion-ios-arrow-dropright-circle",tags:[]},{name:"ion-ios-arrow-dropup",tags:[]},{name:"ion-ios-arrow-dropup-circle",tags:[]},{name:"ion-ios-arrow-forward",tags:[]},{name:"ion-ios-arrow-round-back",tags:[]},{name:"ion-ios-arrow-round-down",tags:[]},{name:"ion-ios-arrow-round-forward",tags:[]},{name:"ion-ios-arrow-round-up",tags:[]},{name:"ion-ios-arrow-up",tags:[]},{name:"ion-ios-at",tags:[]},{name:"ion-ios-attach",tags:[]},{name:"ion-ios-backspace",tags:[]},{name:"ion-ios-barcode",tags:[]},{name:"ion-ios-baseball",tags:[]},{name:"ion-ios-basket",tags:[]},{name:"ion-ios-basketball",tags:[]},{name:"ion-ios-battery-charging",tags:[]},{name:"ion-ios-battery-dead",tags:[]},{name:"ion-ios-battery-full",tags:[]},{name:"ion-ios-beaker",tags:[]},{name:"ion-ios-bed",tags:[]},{name:"ion-ios-beer",tags:[]},{name:"ion-ios-bicycle",tags:[]},{name:"ion-ios-bluetooth",tags:[]},{name:"ion-ios-boat",tags:[]},{name:"ion-ios-body",tags:[]},{name:"ion-ios-bonfire",tags:[]},{name:"ion-ios-book",tags:[]},{name:"ion-ios-bookmark",tags:[]},{name:"ion-ios-bookmarks",tags:[]},{name:"ion-ios-bowtie",tags:[]},{name:"ion-ios-briefcase",tags:[]},{name:"ion-ios-browsers",tags:[]},{name:"ion-ios-brush",tags:[]},{name:"ion-ios-bug",tags:[]},{name:"ion-ios-build",tags:[]},{name:"ion-ios-bulb",tags:[]},{name:"ion-ios-bus",tags:[]},{name:"ion-ios-business",tags:[]},{name:"ion-ios-cafe",tags:[]},{name:"ion-ios-calculator",tags:[]},{name:"ion-ios-calendar",tags:[]},{name:"ion-ios-call",tags:[]},{name:"ion-ios-camera",tags:[]},{name:"ion-ios-car",tags:[]},{name:"ion-ios-card",tags:[]},{name:"ion-ios-cart",tags:[]},{name:"ion-ios-cash",tags:[]},{name:"ion-ios-cellular",tags:[]},{name:"ion-ios-chatboxes",tags:[]},{name:"ion-ios-chatbubbles",tags:[]},{name:"ion-ios-checkbox",tags:[]},{name:"ion-ios-checkbox-outline",tags:[]},{name:"ion-ios-checkmark",tags:[]},{name:"ion-ios-checkmark-circle",tags:[]},{name:"ion-ios-checkmark-circle-outline",tags:[]},{name:"ion-ios-clipboard",tags:[]},{name:"ion-ios-clock",tags:[]},{name:"ion-ios-close",tags:[]},{name:"ion-ios-close-circle",tags:[]},{name:"ion-ios-close-circle-outline",tags:[]},{name:"ion-ios-cloud",tags:[]},{name:"ion-ios-cloud-circle",tags:[]},{name:"ion-ios-cloud-done",tags:[]},{name:"ion-ios-cloud-download",tags:[]},{name:"ion-ios-cloud-outline",tags:[]},{name:"ion-ios-cloud-upload",tags:[]},{name:"ion-ios-cloudy",tags:[]},{name:"ion-ios-cloudy-night",tags:[]},{name:"ion-ios-code",tags:[]},{name:"ion-ios-code-download",tags:[]},{name:"ion-ios-code-working",tags:[]},{name:"ion-ios-cog",tags:[]},{name:"ion-ios-color-fill",tags:[]},{name:"ion-ios-color-filter",tags:[]},{name:"ion-ios-color-palette",tags:[]},{name:"ion-ios-color-wand",tags:[]},{name:"ion-ios-compass",tags:[]},{name:"ion-ios-construct",tags:[]},{name:"ion-ios-contact",tags:[]},{name:"ion-ios-contacts",tags:[]},{name:"ion-ios-contract",tags:[]},{name:"ion-ios-contrast",tags:[]},{name:"ion-ios-copy",tags:[]},{name:"ion-ios-create",tags:[]},{name:"ion-ios-crop",tags:[]},{name:"ion-ios-cube",tags:[]},{name:"ion-ios-cut",tags:[]},{name:"ion-ios-desktop",tags:[]},{name:"ion-ios-disc",tags:[]},{name:"ion-ios-document",tags:[]},{name:"ion-ios-done-all",tags:[]},{name:"ion-ios-download",tags:[]},{name:"ion-ios-easel",tags:[]},{name:"ion-ios-egg",tags:[]},{name:"ion-ios-exit",tags:[]},{name:"ion-ios-expand",tags:[]},{name:"ion-ios-eye",tags:[]},{name:"ion-ios-eye-off",tags:[]},{name:"ion-ios-fastforward",tags:[]},{name:"ion-ios-female",tags:[]},{name:"ion-ios-filing",tags:[]},{name:"ion-ios-film",tags:[]},{name:"ion-ios-finger-print",tags:[]},{name:"ion-ios-fitness",tags:[]},{name:"ion-ios-flag",tags:[]},{name:"ion-ios-flame",tags:[]},{name:"ion-ios-flash",tags:[]},{name:"ion-ios-flash-off",tags:[]},{name:"ion-ios-flashlight",tags:[]},{name:"ion-ios-flask",tags:[]},{name:"ion-ios-flower",tags:[]},{name:"ion-ios-folder",tags:[]},{name:"ion-ios-folder-open",tags:[]},{name:"ion-ios-football",tags:[]},{name:"ion-ios-funnel",tags:[]},{name:"ion-ios-gift",tags:[]},{name:"ion-ios-git-branch",tags:[]},{name:"ion-ios-git-commit",tags:[]},{name:"ion-ios-git-compare",tags:[]},{name:"ion-ios-git-merge",tags:[]},{name:"ion-ios-git-network",tags:[]},{name:"ion-ios-git-pull-request",tags:[]},{name:"ion-ios-glasses",tags:[]},{name:"ion-ios-globe",tags:[]},{name:"ion-ios-grid",tags:[]},{name:"ion-ios-hammer",tags:[]},{name:"ion-ios-hand",tags:[]},{name:"ion-ios-happy",tags:[]},{name:"ion-ios-headset",tags:[]},{name:"ion-ios-heart",tags:[]},{name:"ion-ios-heart-dislike",tags:[]},{name:"ion-ios-heart-empty",tags:[]},{name:"ion-ios-heart-half",tags:[]},{name:"ion-ios-help",tags:[]},{name:"ion-ios-help-buoy",tags:[]},{name:"ion-ios-help-circle",tags:[]},{name:"ion-ios-help-circle-outline",tags:[]},{name:"ion-ios-home",tags:[]},{name:"ion-ios-hourglass",tags:[]},{name:"ion-ios-ice-cream",tags:[]},{name:"ion-ios-image",tags:[]},{name:"ion-ios-images",tags:[]},{name:"ion-ios-infinite",tags:[]},{name:"ion-ios-information",tags:[]},{name:"ion-ios-information-circle",tags:[]},{name:"ion-ios-information-circle-outline",tags:[]},{name:"ion-ios-jet",tags:[]},{name:"ion-ios-journal",tags:[]},{name:"ion-ios-key",tags:[]},{name:"ion-ios-keypad",tags:[]},{name:"ion-ios-laptop",tags:[]},{name:"ion-ios-leaf",tags:[]},{name:"ion-ios-link",tags:[]},{name:"ion-ios-list",tags:[]},{name:"ion-ios-list-box",tags:[]},{name:"ion-ios-locate",tags:[]},{name:"ion-ios-lock",tags:[]},{name:"ion-ios-log-in",tags:[]},{name:"ion-ios-log-out",tags:[]},{name:"ion-ios-magnet",tags:[]},{name:"ion-ios-mail",tags:[]},{name:"ion-ios-mail-open",tags:[]},{name:"ion-ios-mail-unread",tags:[]},{name:"ion-ios-male",tags:[]},{name:"ion-ios-man",tags:[]},{name:"ion-ios-map",tags:[]},{name:"ion-ios-medal",tags:[]},{name:"ion-ios-medical",tags:[]},{name:"ion-ios-medkit",tags:[]},{name:"ion-ios-megaphone",tags:[]},{name:"ion-ios-menu",tags:[]},{name:"ion-ios-mic",tags:[]},{name:"ion-ios-mic-off",tags:[]},{name:"ion-ios-microphone",tags:[]},{name:"ion-ios-moon",tags:[]},{name:"ion-ios-more",tags:[]},{name:"ion-ios-move",tags:[]},{name:"ion-ios-musical-note",tags:[]},{name:"ion-ios-musical-notes",tags:[]},{name:"ion-ios-navigate",tags:[]},{name:"ion-ios-notifications",tags:[]},{name:"ion-ios-notifications-off",tags:[]},{name:"ion-ios-notifications-outline",tags:[]},{name:"ion-ios-nuclear",tags:[]},{name:"ion-ios-nutrition",tags:[]},{name:"ion-ios-open",tags:[]},{name:"ion-ios-options",tags:[]},{name:"ion-ios-outlet",tags:[]},{name:"ion-ios-paper",tags:[]},{name:"ion-ios-paper-plane",tags:[]},{name:"ion-ios-partly-sunny",tags:[]},{name:"ion-ios-pause",tags:[]},{name:"ion-ios-paw",tags:[]},{name:"ion-ios-people",tags:[]},{name:"ion-ios-person",tags:[]},{name:"ion-ios-person-add",tags:[]},{name:"ion-ios-phone-landscape",tags:[]},{name:"ion-ios-phone-portrait",tags:[]},{name:"ion-ios-photos",tags:[]},{name:"ion-ios-pie",tags:[]},{name:"ion-ios-pin",tags:[]},{name:"ion-ios-pint",tags:[]},{name:"ion-ios-pizza",tags:[]},{name:"ion-ios-planet",tags:[]},{name:"ion-ios-play",tags:[]},{name:"ion-ios-play-circle",tags:[]},{name:"ion-ios-podium",tags:[]},{name:"ion-ios-power",tags:[]},{name:"ion-ios-pricetag",tags:[]},{name:"ion-ios-pricetags",tags:[]},{name:"ion-ios-print",tags:[]},{name:"ion-ios-pulse",tags:[]},{name:"ion-ios-qr-scanner",tags:[]},{name:"ion-ios-quote",tags:[]},{name:"ion-ios-radio",tags:[]},{name:"ion-ios-radio-button-off",tags:[]},{name:"ion-ios-radio-button-on",tags:[]},{name:"ion-ios-rainy",tags:[]},{name:"ion-ios-recording",tags:[]},{name:"ion-ios-redo",tags:[]},{name:"ion-ios-refresh",tags:[]},{name:"ion-ios-refresh-circle",tags:[]},{name:"ion-ios-remove",tags:[]},{name:"ion-ios-remove-circle",tags:[]},{name:"ion-ios-remove-circle-outline",tags:[]},{name:"ion-ios-reorder",tags:[]},{name:"ion-ios-repeat",tags:[]},{name:"ion-ios-resize",tags:[]},{name:"ion-ios-restaurant",tags:[]},{name:"ion-ios-return-left",tags:[]},{name:"ion-ios-return-right",tags:[]},{name:"ion-ios-reverse-camera",tags:[]},{name:"ion-ios-rewind",tags:[]},{name:"ion-ios-ribbon",tags:[]},{name:"ion-ios-rocket",tags:[]},{name:"ion-ios-rose",tags:[]},{name:"ion-ios-sad",tags:[]},{name:"ion-ios-save",tags:[]},{name:"ion-ios-school",tags:[]},{name:"ion-ios-search",tags:[]},{name:"ion-ios-send",tags:[]},{name:"ion-ios-settings",tags:[]},{name:"ion-ios-share",tags:[]},{name:"ion-ios-share-alt",tags:[]},{name:"ion-ios-shirt",tags:[]},{name:"ion-ios-shuffle",tags:[]},{name:"ion-ios-skip-backward",tags:[]},{name:"ion-ios-skip-forward",tags:[]},{name:"ion-ios-snow",tags:[]},{name:"ion-ios-speedometer",tags:[]},{name:"ion-ios-square",tags:[]},{name:"ion-ios-square-outline",tags:[]},{name:"ion-ios-star",tags:[]},{name:"ion-ios-star-half",tags:[]},{name:"ion-ios-star-outline",tags:[]},{name:"ion-ios-stats",tags:[]},{name:"ion-ios-stopwatch",tags:[]},{name:"ion-ios-subway",tags:[]},{name:"ion-ios-sunny",tags:[]},{name:"ion-ios-swap",tags:[]},{name:"ion-ios-switch",tags:[]},{name:"ion-ios-sync",tags:[]},{name:"ion-ios-tablet-landscape",tags:[]},{name:"ion-ios-tablet-portrait",tags:[]},{name:"ion-ios-tennisball",tags:[]},{name:"ion-ios-text",tags:[]},{name:"ion-ios-thermometer",tags:[]},{name:"ion-ios-thumbs-down",tags:[]},{name:"ion-ios-thumbs-up",tags:[]},{name:"ion-ios-thunderstorm",tags:[]},{name:"ion-ios-time",tags:[]},{name:"ion-ios-timer",tags:[]},{name:"ion-ios-today",tags:[]},{name:"ion-ios-train",tags:[]},{name:"ion-ios-transgender",tags:[]},{name:"ion-ios-trash",tags:[]},{name:"ion-ios-trending-down",tags:[]},{name:"ion-ios-trending-up",tags:[]},{name:"ion-ios-trophy",tags:[]},{name:"ion-ios-tv",tags:[]},{name:"ion-ios-umbrella",tags:[]},{name:"ion-ios-undo",tags:[]},{name:"ion-ios-unlock",tags:[]},{name:"ion-ios-videocam",tags:[]},{name:"ion-ios-volume-high",tags:[]},{name:"ion-ios-volume-low",tags:[]},{name:"ion-ios-volume-mute",tags:[]},{name:"ion-ios-volume-off",tags:[]},{name:"ion-ios-walk",tags:[]},{name:"ion-ios-wallet",tags:[]},{name:"ion-ios-warning",tags:[]},{name:"ion-ios-watch",tags:[]},{name:"ion-ios-water",tags:[]},{name:"ion-ios-wifi",tags:[]},{name:"ion-ios-wine",tags:[]},{name:"ion-ios-woman",tags:[]},{name:"ion-logo-android",tags:[]},{name:"ion-logo-angular",tags:[]},{name:"ion-logo-apple",tags:[]},{name:"ion-logo-bitbucket",tags:[]},{name:"ion-logo-bitcoin",tags:[]},{name:"ion-logo-buffer",tags:[]},{name:"ion-logo-chrome",tags:[]},{name:"ion-logo-closed-captioning",tags:[]},{name:"ion-logo-codepen",tags:[]},{name:"ion-logo-css3",tags:[]},{name:"ion-logo-designernews",tags:[]},{name:"ion-logo-dribbble",tags:[]},{name:"ion-logo-dropbox",tags:[]},{name:"ion-logo-euro",tags:[]},{name:"ion-logo-facebook",tags:[]},{name:"ion-logo-flickr",tags:[]},{name:"ion-logo-foursquare",tags:[]},{name:"ion-logo-freebsd-devil",tags:[]},{name:"ion-logo-game-controller-a",tags:[]},{name:"ion-logo-game-controller-b",tags:[]},{name:"ion-logo-github",tags:[]},{name:"ion-logo-google",tags:[]},{name:"ion-logo-googleplus",tags:[]},{name:"ion-logo-hackernews",tags:[]},{name:"ion-logo-html5",tags:[]},{name:"ion-logo-instagram",tags:[]},{name:"ion-logo-ionic",tags:[]},{name:"ion-logo-ionitron",tags:[]},{name:"ion-logo-javascript",tags:[]},{name:"ion-logo-linkedin",tags:[]},{name:"ion-logo-markdown",tags:[]},{name:"ion-logo-model-s",tags:[]},{name:"ion-logo-no-smoking",tags:[]},{name:"ion-logo-nodejs",tags:[]},{name:"ion-logo-npm",tags:[]},{name:"ion-logo-octocat",tags:[]},{name:"ion-logo-pinterest",tags:[]},{name:"ion-logo-playstation",tags:[]},{name:"ion-logo-polymer",tags:[]},{name:"ion-logo-python",tags:[]},{name:"ion-logo-reddit",tags:[]},{name:"ion-logo-rss",tags:[]},{name:"ion-logo-sass",tags:[]},{name:"ion-logo-skype",tags:[]},{name:"ion-logo-slack",tags:[]},{name:"ion-logo-snapchat",tags:[]},{name:"ion-logo-steam",tags:[]},{name:"ion-logo-tumblr",tags:[]},{name:"ion-logo-tux",tags:[]},{name:"ion-logo-twitch",tags:[]},{name:"ion-logo-twitter",tags:[]},{name:"ion-logo-usd",tags:[]},{name:"ion-logo-vimeo",tags:[]},{name:"ion-logo-vk",tags:[]},{name:"ion-logo-whatsapp",tags:[]},{name:"ion-logo-windows",tags:[]},{name:"ion-logo-wordpress",tags:[]},{name:"ion-logo-xbox",tags:[]},{name:"ion-logo-xing",tags:[]},{name:"ion-logo-yahoo",tags:[]},{name:"ion-logo-yen",tags:[]},{name:"ion-logo-youtube",tags:[]},{name:"ion-md-add",tags:[]},{name:"ion-md-add-circle",tags:[]},{name:"ion-md-add-circle-outline",tags:[]},{name:"ion-md-airplane",tags:[]},{name:"ion-md-alarm",tags:[]},{name:"ion-md-albums",tags:[]},{name:"ion-md-alert",tags:[]},{name:"ion-md-american-football",tags:[]},{name:"ion-md-analytics",tags:[]},{name:"ion-md-aperture",tags:[]},{name:"ion-md-apps",tags:[]},{name:"ion-md-appstore",tags:[]},{name:"ion-md-archive",tags:[]},{name:"ion-md-arrow-back",tags:[]},{name:"ion-md-arrow-down",tags:[]},{name:"ion-md-arrow-dropdown",tags:[]},{name:"ion-md-arrow-dropdown-circle",tags:[]},{name:"ion-md-arrow-dropleft",tags:[]},{name:"ion-md-arrow-dropleft-circle",tags:[]},{name:"ion-md-arrow-dropright",tags:[]},{name:"ion-md-arrow-dropright-circle",tags:[]},{name:"ion-md-arrow-dropup",tags:[]},{name:"ion-md-arrow-dropup-circle",tags:[]},{name:"ion-md-arrow-forward",tags:[]},{name:"ion-md-arrow-round-back",tags:[]},{name:"ion-md-arrow-round-down",tags:[]},{name:"ion-md-arrow-round-forward",tags:[]},{name:"ion-md-arrow-round-up",tags:[]},{name:"ion-md-arrow-up",tags:[]},{name:"ion-md-at",tags:[]},{name:"ion-md-attach",tags:[]},{name:"ion-md-backspace",tags:[]},{name:"ion-md-barcode",tags:[]},{name:"ion-md-baseball",tags:[]},{name:"ion-md-basket",tags:[]},{name:"ion-md-basketball",tags:[]},{name:"ion-md-battery-charging",tags:[]},{name:"ion-md-battery-dead",tags:[]},{name:"ion-md-battery-full",tags:[]},{name:"ion-md-beaker",tags:[]},{name:"ion-md-bed",tags:[]},{name:"ion-md-beer",tags:[]},{name:"ion-md-bicycle",tags:[]},{name:"ion-md-bluetooth",tags:[]},{name:"ion-md-boat",tags:[]},{name:"ion-md-body",tags:[]},{name:"ion-md-bonfire",tags:[]},{name:"ion-md-book",tags:[]},{name:"ion-md-bookmark",tags:[]},{name:"ion-md-bookmarks",tags:[]},{name:"ion-md-bowtie",tags:[]},{name:"ion-md-briefcase",tags:[]},{name:"ion-md-browsers",tags:[]},{name:"ion-md-brush",tags:[]},{name:"ion-md-bug",tags:[]},{name:"ion-md-build",tags:[]},{name:"ion-md-bulb",tags:[]},{name:"ion-md-bus",tags:[]},{name:"ion-md-business",tags:[]},{name:"ion-md-cafe",tags:[]},{name:"ion-md-calculator",tags:[]},{name:"ion-md-calendar",tags:[]},{name:"ion-md-call",tags:[]},{name:"ion-md-camera",tags:[]},{name:"ion-md-car",tags:[]},{name:"ion-md-card",tags:[]},{name:"ion-md-cart",tags:[]},{name:"ion-md-cash",tags:[]},{name:"ion-md-cellular",tags:[]},{name:"ion-md-chatboxes",tags:[]},{name:"ion-md-chatbubbles",tags:[]},{name:"ion-md-checkbox",tags:[]},{name:"ion-md-checkbox-outline",tags:[]},{name:"ion-md-checkmark",tags:[]},{name:"ion-md-checkmark-circle",tags:[]},{name:"ion-md-checkmark-circle-outline",tags:[]},{name:"ion-md-clipboard",tags:[]},{name:"ion-md-clock",tags:[]},{name:"ion-md-close",tags:[]},{name:"ion-md-close-circle",tags:[]},{name:"ion-md-close-circle-outline",tags:[]},{name:"ion-md-cloud",tags:[]},{name:"ion-md-cloud-circle",tags:[]},{name:"ion-md-cloud-done",tags:[]},{name:"ion-md-cloud-download",tags:[]},{name:"ion-md-cloud-outline",tags:[]},{name:"ion-md-cloud-upload",tags:[]},{name:"ion-md-cloudy",tags:[]},{name:"ion-md-cloudy-night",tags:[]},{name:"ion-md-code",tags:[]},{name:"ion-md-code-download",tags:[]},{name:"ion-md-code-working",tags:[]},{name:"ion-md-cog",tags:[]},{name:"ion-md-color-fill",tags:[]},{name:"ion-md-color-filter",tags:[]},{name:"ion-md-color-palette",tags:[]},{name:"ion-md-color-wand",tags:[]},{name:"ion-md-compass",tags:[]},{name:"ion-md-construct",tags:[]},{name:"ion-md-contact",tags:[]},{name:"ion-md-contacts",tags:[]},{name:"ion-md-contract",tags:[]},{name:"ion-md-contrast",tags:[]},{name:"ion-md-copy",tags:[]},{name:"ion-md-create",tags:[]},{name:"ion-md-crop",tags:[]},{name:"ion-md-cube",tags:[]},{name:"ion-md-cut",tags:[]},{name:"ion-md-desktop",tags:[]},{name:"ion-md-disc",tags:[]},{name:"ion-md-document",tags:[]},{name:"ion-md-done-all",tags:[]},{name:"ion-md-download",tags:[]},{name:"ion-md-easel",tags:[]},{name:"ion-md-egg",tags:[]},{name:"ion-md-exit",tags:[]},{name:"ion-md-expand",tags:[]},{name:"ion-md-eye",tags:[]},{name:"ion-md-eye-off",tags:[]},{name:"ion-md-fastforward",tags:[]},{name:"ion-md-female",tags:[]},{name:"ion-md-filing",tags:[]},{name:"ion-md-film",tags:[]},{name:"ion-md-finger-print",tags:[]},{name:"ion-md-fitness",tags:[]},{name:"ion-md-flag",tags:[]},{name:"ion-md-flame",tags:[]},{name:"ion-md-flash",tags:[]},{name:"ion-md-flash-off",tags:[]},{name:"ion-md-flashlight",tags:[]},{name:"ion-md-flask",tags:[]},{name:"ion-md-flower",tags:[]},{name:"ion-md-folder",tags:[]},{name:"ion-md-folder-open",tags:[]},{name:"ion-md-football",tags:[]},{name:"ion-md-funnel",tags:[]},{name:"ion-md-gift",tags:[]},{name:"ion-md-git-branch",tags:[]},{name:"ion-md-git-commit",tags:[]},{name:"ion-md-git-compare",tags:[]},{name:"ion-md-git-merge",tags:[]},{name:"ion-md-git-network",tags:[]},{name:"ion-md-git-pull-request",tags:[]},{name:"ion-md-glasses",tags:[]},{name:"ion-md-globe",tags:[]},{name:"ion-md-grid",tags:[]},{name:"ion-md-hammer",tags:[]},{name:"ion-md-hand",tags:[]},{name:"ion-md-happy",tags:[]},{name:"ion-md-headset",tags:[]},{name:"ion-md-heart",tags:[]},{name:"ion-md-heart-dislike",tags:[]},{name:"ion-md-heart-empty",tags:[]},{name:"ion-md-heart-half",tags:[]},{name:"ion-md-help",tags:[]},{name:"ion-md-help-buoy",tags:[]},{name:"ion-md-help-circle",tags:[]},{name:"ion-md-help-circle-outline",tags:[]},{name:"ion-md-home",tags:[]},{name:"ion-md-hourglass",tags:[]},{name:"ion-md-ice-cream",tags:[]},{name:"ion-md-image",tags:[]},{name:"ion-md-images",tags:[]},{name:"ion-md-infinite",tags:[]},{name:"ion-md-information",tags:[]},{name:"ion-md-information-circle",tags:[]},{name:"ion-md-information-circle-outline",tags:[]},{name:"ion-md-jet",tags:[]},{name:"ion-md-journal",tags:[]},{name:"ion-md-key",tags:[]},{name:"ion-md-keypad",tags:[]},{name:"ion-md-laptop",tags:[]},{name:"ion-md-leaf",tags:[]},{name:"ion-md-link",tags:[]},{name:"ion-md-list",tags:[]},{name:"ion-md-list-box",tags:[]},{name:"ion-md-locate",tags:[]},{name:"ion-md-lock",tags:[]},{name:"ion-md-log-in",tags:[]},{name:"ion-md-log-out",tags:[]},{name:"ion-md-magnet",tags:[]},{name:"ion-md-mail",tags:[]},{name:"ion-md-mail-open",tags:[]},{name:"ion-md-mail-unread",tags:[]},{name:"ion-md-male",tags:[]},{name:"ion-md-man",tags:[]},{name:"ion-md-map",tags:[]},{name:"ion-md-medal",tags:[]},{name:"ion-md-medical",tags:[]},{name:"ion-md-medkit",tags:[]},{name:"ion-md-megaphone",tags:[]},{name:"ion-md-menu",tags:[]},{name:"ion-md-mic",tags:[]},{name:"ion-md-mic-off",tags:[]},{name:"ion-md-microphone",tags:[]},{name:"ion-md-moon",tags:[]},{name:"ion-md-more",tags:[]},{name:"ion-md-move",tags:[]},{name:"ion-md-musical-note",tags:[]},{name:"ion-md-musical-notes",tags:[]},{name:"ion-md-navigate",tags:[]},{name:"ion-md-notifications",tags:[]},{name:"ion-md-notifications-off",tags:[]},{name:"ion-md-notifications-outline",tags:[]},{name:"ion-md-nuclear",tags:[]},{name:"ion-md-nutrition",tags:[]},{name:"ion-md-open",tags:[]},{name:"ion-md-options",tags:[]},{name:"ion-md-outlet",tags:[]},{name:"ion-md-paper",tags:[]},{name:"ion-md-paper-plane",tags:[]},{name:"ion-md-partly-sunny",tags:[]},{name:"ion-md-pause",tags:[]},{name:"ion-md-paw",tags:[]},{name:"ion-md-people",tags:[]},{name:"ion-md-person",tags:[]},{name:"ion-md-person-add",tags:[]},{name:"ion-md-phone-landscape",tags:[]},{name:"ion-md-phone-portrait",tags:[]},{name:"ion-md-photos",tags:[]},{name:"ion-md-pie",tags:[]},{name:"ion-md-pin",tags:[]},{name:"ion-md-pint",tags:[]},{name:"ion-md-pizza",tags:[]},{name:"ion-md-planet",tags:[]},{name:"ion-md-play",tags:[]},{name:"ion-md-play-circle",tags:[]},{name:"ion-md-podium",tags:[]},{name:"ion-md-power",tags:[]},{name:"ion-md-pricetag",tags:[]},{name:"ion-md-pricetags",tags:[]},{name:"ion-md-print",tags:[]},{name:"ion-md-pulse",tags:[]},{name:"ion-md-qr-scanner",tags:[]},{name:"ion-md-quote",tags:[]},{name:"ion-md-radio",tags:[]},{name:"ion-md-radio-button-off",tags:[]},{name:"ion-md-radio-button-on",tags:[]},{name:"ion-md-rainy",tags:[]},{name:"ion-md-recording",tags:[]},{name:"ion-md-redo",tags:[]},{name:"ion-md-refresh",tags:[]},{name:"ion-md-refresh-circle",tags:[]},{name:"ion-md-remove",tags:[]},{name:"ion-md-remove-circle",tags:[]},{name:"ion-md-remove-circle-outline",tags:[]},{name:"ion-md-reorder",tags:[]},{name:"ion-md-repeat",tags:[]},{name:"ion-md-resize",tags:[]},{name:"ion-md-restaurant",tags:[]},{name:"ion-md-return-left",tags:[]},{name:"ion-md-return-right",tags:[]},{name:"ion-md-reverse-camera",tags:[]},{name:"ion-md-rewind",tags:[]},{name:"ion-md-ribbon",tags:[]},{name:"ion-md-rocket",tags:[]},{name:"ion-md-rose",tags:[]},{name:"ion-md-sad",tags:[]},{name:"ion-md-save",tags:[]},{name:"ion-md-school",tags:[]},{name:"ion-md-search",tags:[]},{name:"ion-md-send",tags:[]},{name:"ion-md-settings",tags:[]},{name:"ion-md-share",tags:[]},{name:"ion-md-share-alt",tags:[]},{name:"ion-md-shirt",tags:[]},{name:"ion-md-shuffle",tags:[]},{name:"ion-md-skip-backward",tags:[]},{name:"ion-md-skip-forward",tags:[]},{name:"ion-md-snow",tags:[]},{name:"ion-md-speedometer",tags:[]},{name:"ion-md-square",tags:[]},{name:"ion-md-square-outline",tags:[]},{name:"ion-md-star",tags:[]},{name:"ion-md-star-half",tags:[]},{name:"ion-md-star-outline",tags:[]},{name:"ion-md-stats",tags:[]},{name:"ion-md-stopwatch",tags:[]},{name:"ion-md-subway",tags:[]},{name:"ion-md-sunny",tags:[]},{name:"ion-md-swap",tags:[]},{name:"ion-md-switch",tags:[]},{name:"ion-md-sync",tags:[]},{name:"ion-md-tablet-landscape",tags:[]},{name:"ion-md-tablet-portrait",tags:[]},{name:"ion-md-tennisball",tags:[]},{name:"ion-md-text",tags:[]},{name:"ion-md-thermometer",tags:[]},{name:"ion-md-thumbs-down",tags:[]},{name:"ion-md-thumbs-up",tags:[]},{name:"ion-md-thunderstorm",tags:[]},{name:"ion-md-time",tags:[]},{name:"ion-md-timer",tags:[]},{name:"ion-md-today",tags:[]},{name:"ion-md-train",tags:[]},{name:"ion-md-transgender",tags:[]},{name:"ion-md-trash",tags:[]},{name:"ion-md-trending-down",tags:[]},{name:"ion-md-trending-up",tags:[]},{name:"ion-md-trophy",tags:[]},{name:"ion-md-tv",tags:[]},{name:"ion-md-umbrella",tags:[]},{name:"ion-md-undo",tags:[]},{name:"ion-md-unlock",tags:[]},{name:"ion-md-videocam",tags:[]},{name:"ion-md-volume-high",tags:[]},{name:"ion-md-volume-low",tags:[]},{name:"ion-md-volume-mute",tags:[]},{name:"ion-md-volume-off",tags:[]},{name:"ion-md-walk",tags:[]},{name:"ion-md-wallet",tags:[]},{name:"ion-md-warning",tags:[]},{name:"ion-md-watch",tags:[]},{name:"ion-md-water",tags:[]},{name:"ion-md-wifi",tags:[]},{name:"ion-md-wine",tags:[]},{name:"ion-md-woman",tags:[]}]}},"7b7b":function(a,e,t){"use strict";t.r(e),e["default"]={name:"material-icons-outlined",icons:[{name:"o_10k",tags:[]},{name:"o_10mp",tags:[]},{name:"o_11mp",tags:[]},{name:"o_12mp",tags:[]},{name:"o_13mp",tags:[]},{name:"o_14mp",tags:[]},{name:"o_15mp",tags:[]},{name:"o_16mp",tags:[]},{name:"o_17mp",tags:[]},{name:"o_18mp",tags:[]},{name:"o_19mp",tags:[]},{name:"o_1k",tags:[]},{name:"o_1k_plus",tags:[]},{name:"o_1x_mobiledata",tags:[]},{name:"o_20mp",tags:[]},{name:"o_21mp",tags:[]},{name:"o_22mp",tags:[]},{name:"o_23mp",tags:[]},{name:"o_24mp",tags:[]},{name:"o_2k",tags:[]},{name:"o_2k_plus",tags:[]},{name:"o_2mp",tags:[]},{name:"o_30fps",tags:[]},{name:"o_30fps_select",tags:[]},{name:"o_360",tags:[]},{name:"o_3d_rotation",tags:[]},{name:"o_3g_mobiledata",tags:[]},{name:"o_3k",tags:[]},{name:"o_3k_plus",tags:[]},{name:"o_3mp",tags:[]},{name:"o_3p",tags:[]},{name:"o_4g_mobiledata",tags:[]},{name:"o_4g_plus_mobiledata",tags:[]},{name:"o_4k",tags:[]},{name:"o_4k_plus",tags:[]},{name:"o_4mp",tags:[]},{name:"o_5g",tags:[]},{name:"o_5k",tags:[]},{name:"o_5k_plus",tags:[]},{name:"o_5mp",tags:[]},{name:"o_6_ft_apart",tags:[]},{name:"o_60fps",tags:[]},{name:"o_60fps_select",tags:[]},{name:"o_6k",tags:[]},{name:"o_6k_plus",tags:[]},{name:"o_6mp",tags:[]},{name:"o_7k",tags:[]},{name:"o_7k_plus",tags:[]},{name:"o_7mp",tags:[]},{name:"o_8k",tags:[]},{name:"o_8k_plus",tags:[]},{name:"o_8mp",tags:[]},{name:"o_9k",tags:[]},{name:"o_9k_plus",tags:[]},{name:"o_9mp",tags:[]},{name:"o_ac_unit",tags:[]},{name:"o_access_alarm",tags:[]},{name:"o_access_alarms",tags:[]},{name:"o_access_time",tags:[]},{name:"o_access_time_filled",tags:[]},{name:"o_accessibility",tags:[]},{name:"o_accessibility_new",tags:[]},{name:"o_accessible",tags:[]},{name:"o_accessible_forward",tags:[]},{name:"o_account_balance",tags:[]},{name:"o_account_balance_wallet",tags:[]},{name:"o_account_box",tags:[]},{name:"o_account_circle",tags:[]},{name:"o_account_tree",tags:[]},{name:"o_ad_units",tags:[]},{name:"o_adb",tags:[]},{name:"o_add",tags:[]},{name:"o_add_a_photo",tags:[]},{name:"o_add_alarm",tags:[]},{name:"o_add_alert",tags:[]},{name:"o_add_box",tags:[]},{name:"o_add_business",tags:[]},{name:"o_add_chart",tags:[]},{name:"o_add_circle",tags:[]},{name:"o_add_circle_outline",tags:[]},{name:"o_add_comment",tags:[]},{name:"o_add_ic_call",tags:[]},{name:"o_add_link",tags:[]},{name:"o_add_location",tags:[]},{name:"o_add_location_alt",tags:[]},{name:"o_add_moderator",tags:[]},{name:"o_add_photo_alternate",tags:[]},{name:"o_add_reaction",tags:[]},{name:"o_add_road",tags:[]},{name:"o_add_shopping_cart",tags:[]},{name:"o_add_task",tags:[]},{name:"o_add_to_drive",tags:[]},{name:"o_add_to_home_screen",tags:[]},{name:"o_add_to_photos",tags:[]},{name:"o_add_to_queue",tags:[]},{name:"o_addchart",tags:[]},{name:"o_adjust",tags:[]},{name:"o_admin_panel_settings",tags:[]},{name:"o_agriculture",tags:[]},{name:"o_air",tags:[]},{name:"o_airline_seat_flat",tags:[]},{name:"o_airline_seat_flat_angled",tags:[]},{name:"o_airline_seat_individual_suite",tags:[]},{name:"o_airline_seat_legroom_extra",tags:[]},{name:"o_airline_seat_legroom_normal",tags:[]},{name:"o_airline_seat_legroom_reduced",tags:[]},{name:"o_airline_seat_recline_extra",tags:[]},{name:"o_airline_seat_recline_normal",tags:[]},{name:"o_airplane_ticket",tags:[]},{name:"o_airplanemode_active",tags:[]},{name:"o_airplanemode_inactive",tags:[]},{name:"o_airplay",tags:[]},{name:"o_airport_shuttle",tags:[]},{name:"o_alarm",tags:[]},{name:"o_alarm_add",tags:[]},{name:"o_alarm_off",tags:[]},{name:"o_alarm_on",tags:[]},{name:"o_album",tags:[]},{name:"o_align_horizontal_center",tags:[]},{name:"o_align_horizontal_left",tags:[]},{name:"o_align_horizontal_right",tags:[]},{name:"o_align_vertical_bottom",tags:[]},{name:"o_align_vertical_center",tags:[]},{name:"o_align_vertical_top",tags:[]},{name:"o_all_inbox",tags:[]},{name:"o_all_inclusive",tags:[]},{name:"o_all_out",tags:[]},{name:"o_alt_route",tags:[]},{name:"o_alternate_email",tags:[]},{name:"o_analytics",tags:[]},{name:"o_anchor",tags:[]},{name:"o_android",tags:[]},{name:"o_animation",tags:[]},{name:"o_announcement",tags:[]},{name:"o_aod",tags:[]},{name:"o_apartment",tags:[]},{name:"o_api",tags:[]},{name:"o_app_blocking",tags:[]},{name:"o_app_registration",tags:[]},{name:"o_app_settings_alt",tags:[]},{name:"o_approval",tags:[]},{name:"o_apps",tags:[]},{name:"o_architecture",tags:[]},{name:"o_archive",tags:[]},{name:"o_arrow_back",tags:[]},{name:"o_arrow_back_ios",tags:[]},{name:"o_arrow_back_ios_new",tags:[]},{name:"o_arrow_circle_down",tags:[]},{name:"o_arrow_circle_up",tags:[]},{name:"o_arrow_downward",tags:[]},{name:"o_arrow_drop_down",tags:[]},{name:"o_arrow_drop_down_circle",tags:[]},{name:"o_arrow_drop_up",tags:[]},{name:"o_arrow_forward",tags:[]},{name:"o_arrow_forward_ios",tags:[]},{name:"o_arrow_left",tags:[]},{name:"o_arrow_right",tags:[]},{name:"o_arrow_right_alt",tags:[]},{name:"o_arrow_upward",tags:[]},{name:"o_art_track",tags:[]},{name:"o_article",tags:[]},{name:"o_aspect_ratio",tags:[]},{name:"o_assessment",tags:[]},{name:"o_assignment",tags:[]},{name:"o_assignment_ind",tags:[]},{name:"o_assignment_late",tags:[]},{name:"o_assignment_return",tags:[]},{name:"o_assignment_returned",tags:[]},{name:"o_assignment_turned_in",tags:[]},{name:"o_assistant",tags:[]},{name:"o_assistant_direction",tags:[]},{name:"o_assistant_photo",tags:[]},{name:"o_atm",tags:[]},{name:"o_attach_email",tags:[]},{name:"o_attach_file",tags:[]},{name:"o_attach_money",tags:[]},{name:"o_attachment",tags:[]},{name:"o_attractions",tags:[]},{name:"o_attribution",tags:[]},{name:"o_audiotrack",tags:[]},{name:"o_auto_awesome",tags:[]},{name:"o_auto_awesome_mosaic",tags:[]},{name:"o_auto_awesome_motion",tags:[]},{name:"o_auto_delete",tags:[]},{name:"o_auto_fix_high",tags:[]},{name:"o_auto_fix_normal",tags:[]},{name:"o_auto_fix_off",tags:[]},{name:"o_auto_graph",tags:[]},{name:"o_auto_stories",tags:[]},{name:"o_autofps_select",tags:[]},{name:"o_autorenew",tags:[]},{name:"o_av_timer",tags:[]},{name:"o_baby_changing_station",tags:[]},{name:"o_backpack",tags:[]},{name:"o_backspace",tags:[]},{name:"o_backup",tags:[]},{name:"o_backup_table",tags:[]},{name:"o_badge",tags:[]},{name:"o_bakery_dining",tags:[]},{name:"o_balcony",tags:[]},{name:"o_ballot",tags:[]},{name:"o_bar_chart",tags:[]},{name:"o_batch_prediction",tags:[]},{name:"o_bathroom",tags:[]},{name:"o_bathtub",tags:[]},{name:"o_battery_alert",tags:[]},{name:"o_battery_charging_full",tags:[]},{name:"o_battery_full",tags:[]},{name:"o_battery_saver",tags:[]},{name:"o_battery_std",tags:[]},{name:"o_battery_unknown",tags:[]},{name:"o_beach_access",tags:[]},{name:"o_bed",tags:[]},{name:"o_bedroom_baby",tags:[]},{name:"o_bedroom_child",tags:[]},{name:"o_bedroom_parent",tags:[]},{name:"o_bedtime",tags:[]},{name:"o_beenhere",tags:[]},{name:"o_bento",tags:[]},{name:"o_bike_scooter",tags:[]},{name:"o_biotech",tags:[]},{name:"o_blender",tags:[]},{name:"o_block",tags:[]},{name:"o_bloodtype",tags:[]},{name:"o_bluetooth",tags:[]},{name:"o_bluetooth_audio",tags:[]},{name:"o_bluetooth_connected",tags:[]},{name:"o_bluetooth_disabled",tags:[]},{name:"o_bluetooth_drive",tags:[]},{name:"o_bluetooth_searching",tags:[]},{name:"o_blur_circular",tags:[]},{name:"o_blur_linear",tags:[]},{name:"o_blur_off",tags:[]},{name:"o_blur_on",tags:[]},{name:"o_bolt",tags:[]},{name:"o_book",tags:[]},{name:"o_book_online",tags:[]},{name:"o_bookmark",tags:[]},{name:"o_bookmark_add",tags:[]},{name:"o_bookmark_added",tags:[]},{name:"o_bookmark_border",tags:[]},{name:"o_bookmark_remove",tags:[]},{name:"o_bookmarks",tags:[]},{name:"o_border_all",tags:[]},{name:"o_border_bottom",tags:[]},{name:"o_border_clear",tags:[]},{name:"o_border_color",tags:[]},{name:"o_border_horizontal",tags:[]},{name:"o_border_inner",tags:[]},{name:"o_border_left",tags:[]},{name:"o_border_outer",tags:[]},{name:"o_border_right",tags:[]},{name:"o_border_style",tags:[]},{name:"o_border_top",tags:[]},{name:"o_border_vertical",tags:[]},{name:"o_branding_watermark",tags:[]},{name:"o_breakfast_dining",tags:[]},{name:"o_brightness_1",tags:[]},{name:"o_brightness_2",tags:[]},{name:"o_brightness_3",tags:[]},{name:"o_brightness_4",tags:[]},{name:"o_brightness_5",tags:[]},{name:"o_brightness_6",tags:[]},{name:"o_brightness_7",tags:[]},{name:"o_brightness_auto",tags:[]},{name:"o_brightness_high",tags:[]},{name:"o_brightness_low",tags:[]},{name:"o_brightness_medium",tags:[]},{name:"o_broken_image",tags:[]},{name:"o_browser_not_supported",tags:[]},{name:"o_brunch_dining",tags:[]},{name:"o_brush",tags:[]},{name:"o_bubble_chart",tags:[]},{name:"o_bug_report",tags:[]},{name:"o_build",tags:[]},{name:"o_build_circle",tags:[]},{name:"o_bungalow",tags:[]},{name:"o_burst_mode",tags:[]},{name:"o_bus_alert",tags:[]},{name:"o_business",tags:[]},{name:"o_business_center",tags:[]},{name:"o_cabin",tags:[]},{name:"o_cable",tags:[]},{name:"o_cached",tags:[]},{name:"o_cake",tags:[]},{name:"o_calculate",tags:[]},{name:"o_calendar_today",tags:[]},{name:"o_calendar_view_day",tags:[]},{name:"o_calendar_view_month",tags:[]},{name:"o_calendar_view_week",tags:[]},{name:"o_call",tags:[]},{name:"o_call_end",tags:[]},{name:"o_call_made",tags:[]},{name:"o_call_merge",tags:[]},{name:"o_call_missed",tags:[]},{name:"o_call_missed_outgoing",tags:[]},{name:"o_call_received",tags:[]},{name:"o_call_split",tags:[]},{name:"o_call_to_action",tags:[]},{name:"o_camera",tags:[]},{name:"o_camera_alt",tags:[]},{name:"o_camera_enhance",tags:[]},{name:"o_camera_front",tags:[]},{name:"o_camera_indoor",tags:[]},{name:"o_camera_outdoor",tags:[]},{name:"o_camera_rear",tags:[]},{name:"o_camera_roll",tags:[]},{name:"o_cameraswitch",tags:[]},{name:"o_campaign",tags:[]},{name:"o_cancel",tags:[]},{name:"o_cancel_presentation",tags:[]},{name:"o_cancel_schedule_send",tags:[]},{name:"o_car_rental",tags:[]},{name:"o_car_repair",tags:[]},{name:"o_card_giftcard",tags:[]},{name:"o_card_membership",tags:[]},{name:"o_card_travel",tags:[]},{name:"o_carpenter",tags:[]},{name:"o_cases",tags:[]},{name:"o_casino",tags:[]},{name:"o_cast",tags:[]},{name:"o_cast_connected",tags:[]},{name:"o_cast_for_education",tags:[]},{name:"o_catching_pokemon",tags:[]},{name:"o_category",tags:[]},{name:"o_celebration",tags:[]},{name:"o_cell_wifi",tags:[]},{name:"o_center_focus_strong",tags:[]},{name:"o_center_focus_weak",tags:[]},{name:"o_chair",tags:[]},{name:"o_chair_alt",tags:[]},{name:"o_chalet",tags:[]},{name:"o_change_circle",tags:[]},{name:"o_change_history",tags:[]},{name:"o_charging_station",tags:[]},{name:"o_chat",tags:[]},{name:"o_chat_bubble",tags:[]},{name:"o_chat_bubble_outline",tags:[]},{name:"o_check",tags:[]},{name:"o_check_box",tags:[]},{name:"o_check_box_outline_blank",tags:[]},{name:"o_check_circle",tags:[]},{name:"o_check_circle_outline",tags:[]},{name:"o_checklist",tags:[]},{name:"o_checklist_rtl",tags:[]},{name:"o_checkroom",tags:[]},{name:"o_chevron_left",tags:[]},{name:"o_chevron_right",tags:[]},{name:"o_child_care",tags:[]},{name:"o_child_friendly",tags:[]},{name:"o_chrome_reader_mode",tags:[]},{name:"o_circle",tags:[]},{name:"o_circle_notifications",tags:[]},{name:"o_class",tags:[]},{name:"o_clean_hands",tags:[]},{name:"o_cleaning_services",tags:[]},{name:"o_clear",tags:[]},{name:"o_clear_all",tags:[]},{name:"o_close",tags:[]},{name:"o_close_fullscreen",tags:[]},{name:"o_closed_caption",tags:[]},{name:"o_closed_caption_disabled",tags:[]},{name:"o_closed_caption_off",tags:[]},{name:"o_cloud",tags:[]},{name:"o_cloud_circle",tags:[]},{name:"o_cloud_done",tags:[]},{name:"o_cloud_download",tags:[]},{name:"o_cloud_off",tags:[]},{name:"o_cloud_queue",tags:[]},{name:"o_cloud_upload",tags:[]},{name:"o_code",tags:[]},{name:"o_code_off",tags:[]},{name:"o_coffee",tags:[]},{name:"o_coffee_maker",tags:[]},{name:"o_collections",tags:[]},{name:"o_collections_bookmark",tags:[]},{name:"o_color_lens",tags:[]},{name:"o_colorize",tags:[]},{name:"o_comment",tags:[]},{name:"o_comment_bank",tags:[]},{name:"o_commute",tags:[]},{name:"o_compare",tags:[]},{name:"o_compare_arrows",tags:[]},{name:"o_compass_calibration",tags:[]},{name:"o_compress",tags:[]},{name:"o_computer",tags:[]},{name:"o_confirmation_number",tags:[]},{name:"o_connect_without_contact",tags:[]},{name:"o_connected_tv",tags:[]},{name:"o_construction",tags:[]},{name:"o_contact_mail",tags:[]},{name:"o_contact_page",tags:[]},{name:"o_contact_phone",tags:[]},{name:"o_contact_support",tags:[]},{name:"o_contactless",tags:[]},{name:"o_contacts",tags:[]},{name:"o_content_copy",tags:[]},{name:"o_content_cut",tags:[]},{name:"o_content_paste",tags:[]},{name:"o_content_paste_off",tags:[]},{name:"o_control_camera",tags:[]},{name:"o_control_point",tags:[]},{name:"o_control_point_duplicate",tags:[]},{name:"o_copy_all",tags:[]},{name:"o_copyright",tags:[]},{name:"o_coronavirus",tags:[]},{name:"o_corporate_fare",tags:[]},{name:"o_cottage",tags:[]},{name:"o_countertops",tags:[]},{name:"o_create",tags:[]},{name:"o_create_new_folder",tags:[]},{name:"o_credit_card",tags:[]},{name:"o_credit_card_off",tags:[]},{name:"o_credit_score",tags:[]},{name:"o_crib",tags:[]},{name:"o_crop",tags:[]},{name:"o_crop_16_9",tags:[]},{name:"o_crop_3_2",tags:[]},{name:"o_crop_5_4",tags:[]},{name:"o_crop_7_5",tags:[]},{name:"o_crop_din",tags:[]},{name:"o_crop_free",tags:[]},{name:"o_crop_landscape",tags:[]},{name:"o_crop_original",tags:[]},{name:"o_crop_portrait",tags:[]},{name:"o_crop_rotate",tags:[]},{name:"o_crop_square",tags:[]},{name:"o_dangerous",tags:[]},{name:"o_dark_mode",tags:[]},{name:"o_dashboard",tags:[]},{name:"o_dashboard_customize",tags:[]},{name:"o_data_saver_off",tags:[]},{name:"o_data_saver_on",tags:[]},{name:"o_data_usage",tags:[]},{name:"o_date_range",tags:[]},{name:"o_deck",tags:[]},{name:"o_dehaze",tags:[]},{name:"o_delete",tags:[]},{name:"o_delete_forever",tags:[]},{name:"o_delete_outline",tags:[]},{name:"o_delete_sweep",tags:[]},{name:"o_delivery_dining",tags:[]},{name:"o_departure_board",tags:[]},{name:"o_description",tags:[]},{name:"o_design_services",tags:[]},{name:"o_desktop_access_disabled",tags:[]},{name:"o_desktop_mac",tags:[]},{name:"o_desktop_windows",tags:[]},{name:"o_details",tags:[]},{name:"o_developer_board",tags:[]},{name:"o_developer_board_off",tags:[]},{name:"o_developer_mode",tags:[]},{name:"o_device_hub",tags:[]},{name:"o_device_thermostat",tags:[]},{name:"o_device_unknown",tags:[]},{name:"o_devices",tags:[]},{name:"o_devices_other",tags:[]},{name:"o_dialer_sip",tags:[]},{name:"o_dialpad",tags:[]},{name:"o_dining",tags:[]},{name:"o_dinner_dining",tags:[]},{name:"o_directions",tags:[]},{name:"o_directions_bike",tags:[]},{name:"o_directions_boat",tags:[]},{name:"o_directions_boat_filled",tags:[]},{name:"o_directions_bus",tags:[]},{name:"o_directions_bus_filled",tags:[]},{name:"o_directions_car",tags:[]},{name:"o_directions_car_filled",tags:[]},{name:"o_directions_off",tags:[]},{name:"o_directions_railway",tags:[]},{name:"o_directions_railway_filled",tags:[]},{name:"o_directions_run",tags:[]},{name:"o_directions_subway",tags:[]},{name:"o_directions_subway_filled",tags:[]},{name:"o_directions_transit",tags:[]},{name:"o_directions_transit_filled",tags:[]},{name:"o_directions_walk",tags:[]},{name:"o_dirty_lens",tags:[]},{name:"o_disabled_by_default",tags:[]},{name:"o_disc_full",tags:[]},{name:"o_dns",tags:[]},{name:"o_do_disturb",tags:[]},{name:"o_do_disturb_alt",tags:[]},{name:"o_do_disturb_off",tags:[]},{name:"o_do_disturb_on",tags:[]},{name:"o_do_not_disturb",tags:[]},{name:"o_do_not_disturb_alt",tags:[]},{name:"o_do_not_disturb_off",tags:[]},{name:"o_do_not_disturb_on",tags:[]},{name:"o_do_not_disturb_on_total_silence",tags:[]},{name:"o_do_not_step",tags:[]},{name:"o_do_not_touch",tags:[]},{name:"o_dock",tags:[]},{name:"o_document_scanner",tags:[]},{name:"o_domain",tags:[]},{name:"o_domain_disabled",tags:[]},{name:"o_domain_verification",tags:[]},{name:"o_done",tags:[]},{name:"o_done_all",tags:[]},{name:"o_done_outline",tags:[]},{name:"o_donut_large",tags:[]},{name:"o_donut_small",tags:[]},{name:"o_door_back",tags:[]},{name:"o_door_front",tags:[]},{name:"o_door_sliding",tags:[]},{name:"o_doorbell",tags:[]},{name:"o_double_arrow",tags:[]},{name:"o_downhill_skiing",tags:[]},{name:"o_download",tags:[]},{name:"o_download_done",tags:[]},{name:"o_download_for_offline",tags:[]},{name:"o_downloading",tags:[]},{name:"o_drafts",tags:[]},{name:"o_drag_handle",tags:[]},{name:"o_drag_indicator",tags:[]},{name:"o_drive_eta",tags:[]},{name:"o_drive_file_move",tags:[]},{name:"o_drive_file_rename_outline",tags:[]},{name:"o_drive_folder_upload",tags:[]},{name:"o_dry",tags:[]},{name:"o_dry_cleaning",tags:[]},{name:"o_duo",tags:[]},{name:"o_dvr",tags:[]},{name:"o_dynamic_feed",tags:[]},{name:"o_dynamic_form",tags:[]},{name:"o_e_mobiledata",tags:[]},{name:"o_earbuds",tags:[]},{name:"o_earbuds_battery",tags:[]},{name:"o_east",tags:[]},{name:"o_eco",tags:[]},{name:"o_edgesensor_high",tags:[]},{name:"o_edgesensor_low",tags:[]},{name:"o_edit",tags:[]},{name:"o_edit_attributes",tags:[]},{name:"o_edit_location",tags:[]},{name:"o_edit_location_alt",tags:[]},{name:"o_edit_notifications",tags:[]},{name:"o_edit_off",tags:[]},{name:"o_edit_road",tags:[]},{name:"o_eject",tags:[]},{name:"o_elderly",tags:[]},{name:"o_electric_bike",tags:[]},{name:"o_electric_car",tags:[]},{name:"o_electric_moped",tags:[]},{name:"o_electric_rickshaw",tags:[]},{name:"o_electric_scooter",tags:[]},{name:"o_electrical_services",tags:[]},{name:"o_elevator",tags:[]},{name:"o_email",tags:[]},{name:"o_emoji_emotions",tags:[]},{name:"o_emoji_events",tags:[]},{name:"o_emoji_flags",tags:[]},{name:"o_emoji_food_beverage",tags:[]},{name:"o_emoji_nature",tags:[]},{name:"o_emoji_objects",tags:[]},{name:"o_emoji_people",tags:[]},{name:"o_emoji_symbols",tags:[]},{name:"o_emoji_transportation",tags:[]},{name:"o_engineering",tags:[]},{name:"o_enhanced_encryption",tags:[]},{name:"o_equalizer",tags:[]},{name:"o_error",tags:[]},{name:"o_error_outline",tags:[]},{name:"o_escalator",tags:[]},{name:"o_escalator_warning",tags:[]},{name:"o_euro",tags:[]},{name:"o_euro_symbol",tags:[]},{name:"o_ev_station",tags:[]},{name:"o_event",tags:[]},{name:"o_event_available",tags:[]},{name:"o_event_busy",tags:[]},{name:"o_event_note",tags:[]},{name:"o_event_seat",tags:[]},{name:"o_exit_to_app",tags:[]},{name:"o_expand",tags:[]},{name:"o_expand_less",tags:[]},{name:"o_expand_more",tags:[]},{name:"o_explicit",tags:[]},{name:"o_explore",tags:[]},{name:"o_explore_off",tags:[]},{name:"o_exposure",tags:[]},{name:"o_exposure_neg_1",tags:[]},{name:"o_exposure_neg_2",tags:[]},{name:"o_exposure_plus_1",tags:[]},{name:"o_exposure_plus_2",tags:[]},{name:"o_exposure_zero",tags:[]},{name:"o_extension",tags:[]},{name:"o_extension_off",tags:[]},{name:"o_face",tags:[]},{name:"o_face_retouching_natural",tags:[]},{name:"o_face_retouching_off",tags:[]},{name:"o_facebook",tags:[]},{name:"o_fact_check",tags:[]},{name:"o_family_restroom",tags:[]},{name:"o_fast_forward",tags:[]},{name:"o_fast_rewind",tags:[]},{name:"o_fastfood",tags:[]},{name:"o_favorite",tags:[]},{name:"o_favorite_border",tags:[]},{name:"o_featured_play_list",tags:[]},{name:"o_featured_video",tags:[]},{name:"o_feed",tags:[]},{name:"o_feedback",tags:[]},{name:"o_female",tags:[]},{name:"o_fence",tags:[]},{name:"o_festival",tags:[]},{name:"o_fiber_dvr",tags:[]},{name:"o_fiber_manual_record",tags:[]},{name:"o_fiber_new",tags:[]},{name:"o_fiber_pin",tags:[]},{name:"o_fiber_smart_record",tags:[]},{name:"o_file_copy",tags:[]},{name:"o_file_download",tags:[]},{name:"o_file_download_done",tags:[]},{name:"o_file_download_off",tags:[]},{name:"o_file_present",tags:[]},{name:"o_file_upload",tags:[]},{name:"o_filter",tags:[]},{name:"o_filter_1",tags:[]},{name:"o_filter_2",tags:[]},{name:"o_filter_3",tags:[]},{name:"o_filter_4",tags:[]},{name:"o_filter_5",tags:[]},{name:"o_filter_6",tags:[]},{name:"o_filter_7",tags:[]},{name:"o_filter_8",tags:[]},{name:"o_filter_9",tags:[]},{name:"o_filter_9_plus",tags:[]},{name:"o_filter_alt",tags:[]},{name:"o_filter_b_and_w",tags:[]},{name:"o_filter_center_focus",tags:[]},{name:"o_filter_drama",tags:[]},{name:"o_filter_frames",tags:[]},{name:"o_filter_hdr",tags:[]},{name:"o_filter_list",tags:[]},{name:"o_filter_none",tags:[]},{name:"o_filter_tilt_shift",tags:[]},{name:"o_filter_vintage",tags:[]},{name:"o_find_in_page",tags:[]},{name:"o_find_replace",tags:[]},{name:"o_fingerprint",tags:[]},{name:"o_fire_extinguisher",tags:[]},{name:"o_fireplace",tags:[]},{name:"o_first_page",tags:[]},{name:"o_fit_screen",tags:[]},{name:"o_fitness_center",tags:[]},{name:"o_flag",tags:[]},{name:"o_flaky",tags:[]},{name:"o_flare",tags:[]},{name:"o_flash_auto",tags:[]},{name:"o_flash_off",tags:[]},{name:"o_flash_on",tags:[]},{name:"o_flashlight_off",tags:[]},{name:"o_flashlight_on",tags:[]},{name:"o_flatware",tags:[]},{name:"o_flight",tags:[]},{name:"o_flight_land",tags:[]},{name:"o_flight_takeoff",tags:[]},{name:"o_flip",tags:[]},{name:"o_flip_camera_android",tags:[]},{name:"o_flip_camera_ios",tags:[]},{name:"o_flip_to_back",tags:[]},{name:"o_flip_to_front",tags:[]},{name:"o_flourescent",tags:[]},{name:"o_flutter_dash",tags:[]},{name:"o_fmd_bad",tags:[]},{name:"o_fmd_good",tags:[]},{name:"o_folder",tags:[]},{name:"o_folder_open",tags:[]},{name:"o_folder_shared",tags:[]},{name:"o_folder_special",tags:[]},{name:"o_follow_the_signs",tags:[]},{name:"o_font_download",tags:[]},{name:"o_font_download_off",tags:[]},{name:"o_food_bank",tags:[]},{name:"o_format_align_center",tags:[]},{name:"o_format_align_justify",tags:[]},{name:"o_format_align_left",tags:[]},{name:"o_format_align_right",tags:[]},{name:"o_format_bold",tags:[]},{name:"o_format_clear",tags:[]},{name:"o_format_color_fill",tags:[]},{name:"o_format_color_reset",tags:[]},{name:"o_format_color_text",tags:[]},{name:"o_format_indent_decrease",tags:[]},{name:"o_format_indent_increase",tags:[]},{name:"o_format_italic",tags:[]},{name:"o_format_line_spacing",tags:[]},{name:"o_format_list_bulleted",tags:[]},{name:"o_format_list_numbered",tags:[]},{name:"o_format_list_numbered_rtl",tags:[]},{name:"o_format_paint",tags:[]},{name:"o_format_quote",tags:[]},{name:"o_format_shapes",tags:[]},{name:"o_format_size",tags:[]},{name:"o_format_strikethrough",tags:[]},{name:"o_format_textdirection_l_to_r",tags:[]},{name:"o_format_textdirection_r_to_l",tags:[]},{name:"o_format_underlined",tags:[]},{name:"o_forum",tags:[]},{name:"o_forward",tags:[]},{name:"o_forward_10",tags:[]},{name:"o_forward_30",tags:[]},{name:"o_forward_5",tags:[]},{name:"o_forward_to_inbox",tags:[]},{name:"o_foundation",tags:[]},{name:"o_free_breakfast",tags:[]},{name:"o_fullscreen",tags:[]},{name:"o_fullscreen_exit",tags:[]},{name:"o_functions",tags:[]},{name:"o_g_mobiledata",tags:[]},{name:"o_g_translate",tags:[]},{name:"o_gamepad",tags:[]},{name:"o_games",tags:[]},{name:"o_garage",tags:[]},{name:"o_gavel",tags:[]},{name:"o_gesture",tags:[]},{name:"o_get_app",tags:[]},{name:"o_gif",tags:[]},{name:"o_gite",tags:[]},{name:"o_golf_course",tags:[]},{name:"o_gpp_bad",tags:[]},{name:"o_gpp_good",tags:[]},{name:"o_gpp_maybe",tags:[]},{name:"o_gps_fixed",tags:[]},{name:"o_gps_not_fixed",tags:[]},{name:"o_gps_off",tags:[]},{name:"o_grade",tags:[]},{name:"o_gradient",tags:[]},{name:"o_grading",tags:[]},{name:"o_grain",tags:[]},{name:"o_graphic_eq",tags:[]},{name:"o_grass",tags:[]},{name:"o_grid_3x3",tags:[]},{name:"o_grid_4x4",tags:[]},{name:"o_grid_goldenratio",tags:[]},{name:"o_grid_off",tags:[]},{name:"o_grid_on",tags:[]},{name:"o_grid_view",tags:[]},{name:"o_group",tags:[]},{name:"o_group_add",tags:[]},{name:"o_group_work",tags:[]},{name:"o_groups",tags:[]},{name:"o_h_mobiledata",tags:[]},{name:"o_h_plus_mobiledata",tags:[]},{name:"o_hail",tags:[]},{name:"o_handyman",tags:[]},{name:"o_hardware",tags:[]},{name:"o_hd",tags:[]},{name:"o_hdr_auto",tags:[]},{name:"o_hdr_auto_select",tags:[]},{name:"o_hdr_enhanced_select",tags:[]},{name:"o_hdr_off",tags:[]},{name:"o_hdr_off_select",tags:[]},{name:"o_hdr_on",tags:[]},{name:"o_hdr_on_select",tags:[]},{name:"o_hdr_plus",tags:[]},{name:"o_hdr_strong",tags:[]},{name:"o_hdr_weak",tags:[]},{name:"o_headphones",tags:[]},{name:"o_headphones_battery",tags:[]},{name:"o_headset",tags:[]},{name:"o_headset_mic",tags:[]},{name:"o_headset_off",tags:[]},{name:"o_healing",tags:[]},{name:"o_health_and_safety",tags:[]},{name:"o_hearing",tags:[]},{name:"o_hearing_disabled",tags:[]},{name:"o_height",tags:[]},{name:"o_help",tags:[]},{name:"o_help_center",tags:[]},{name:"o_help_outline",tags:[]},{name:"o_hevc",tags:[]},{name:"o_hide_image",tags:[]},{name:"o_hide_source",tags:[]},{name:"o_high_quality",tags:[]},{name:"o_highlight",tags:[]},{name:"o_highlight_alt",tags:[]},{name:"o_highlight_off",tags:[]},{name:"o_hiking",tags:[]},{name:"o_history",tags:[]},{name:"o_history_edu",tags:[]},{name:"o_history_toggle_off",tags:[]},{name:"o_holiday_village",tags:[]},{name:"o_home",tags:[]},{name:"o_home_max",tags:[]},{name:"o_home_mini",tags:[]},{name:"o_home_repair_service",tags:[]},{name:"o_home_work",tags:[]},{name:"o_horizontal_distribute",tags:[]},{name:"o_horizontal_rule",tags:[]},{name:"o_horizontal_split",tags:[]},{name:"o_hot_tub",tags:[]},{name:"o_hotel",tags:[]},{name:"o_hourglass_bottom",tags:[]},{name:"o_hourglass_disabled",tags:[]},{name:"o_hourglass_empty",tags:[]},{name:"o_hourglass_full",tags:[]},{name:"o_hourglass_top",tags:[]},{name:"o_house",tags:[]},{name:"o_house_siding",tags:[]},{name:"o_houseboat",tags:[]},{name:"o_how_to_reg",tags:[]},{name:"o_how_to_vote",tags:[]},{name:"o_http",tags:[]},{name:"o_https",tags:[]},{name:"o_hvac",tags:[]},{name:"o_ice_skating",tags:[]},{name:"o_icecream",tags:[]},{name:"o_image",tags:[]},{name:"o_image_aspect_ratio",tags:[]},{name:"o_image_not_supported",tags:[]},{name:"o_image_search",tags:[]},{name:"o_imagesearch_roller",tags:[]},{name:"o_import_contacts",tags:[]},{name:"o_import_export",tags:[]},{name:"o_important_devices",tags:[]},{name:"o_inbox",tags:[]},{name:"o_indeterminate_check_box",tags:[]},{name:"o_info",tags:[]},{name:"o_input",tags:[]},{name:"o_insert_chart",tags:[]},{name:"o_insert_chart_outlined",tags:[]},{name:"o_insert_comment",tags:[]},{name:"o_insert_drive_file",tags:[]},{name:"o_insert_emoticon",tags:[]},{name:"o_insert_invitation",tags:[]},{name:"o_insert_link",tags:[]},{name:"o_insert_photo",tags:[]},{name:"o_insights",tags:[]},{name:"o_integration_instructions",tags:[]},{name:"o_inventory",tags:[]},{name:"o_inventory_2",tags:[]},{name:"o_invert_colors",tags:[]},{name:"o_invert_colors_off",tags:[]},{name:"o_ios_share",tags:[]},{name:"o_iron",tags:[]},{name:"o_iso",tags:[]},{name:"o_kayaking",tags:[]},{name:"o_keyboard",tags:[]},{name:"o_keyboard_alt",tags:[]},{name:"o_keyboard_arrow_down",tags:[]},{name:"o_keyboard_arrow_left",tags:[]},{name:"o_keyboard_arrow_right",tags:[]},{name:"o_keyboard_arrow_up",tags:[]},{name:"o_keyboard_backspace",tags:[]},{name:"o_keyboard_capslock",tags:[]},{name:"o_keyboard_hide",tags:[]},{name:"o_keyboard_return",tags:[]},{name:"o_keyboard_tab",tags:[]},{name:"o_keyboard_voice",tags:[]},{name:"o_king_bed",tags:[]},{name:"o_kitchen",tags:[]},{name:"o_kitesurfing",tags:[]},{name:"o_label",tags:[]},{name:"o_label_important",tags:[]},{name:"o_label_off",tags:[]},{name:"o_landscape",tags:[]},{name:"o_language",tags:[]},{name:"o_laptop",tags:[]},{name:"o_laptop_chromebook",tags:[]},{name:"o_laptop_mac",tags:[]},{name:"o_laptop_windows",tags:[]},{name:"o_last_page",tags:[]},{name:"o_launch",tags:[]},{name:"o_layers",tags:[]},{name:"o_layers_clear",tags:[]},{name:"o_leaderboard",tags:[]},{name:"o_leak_add",tags:[]},{name:"o_leak_remove",tags:[]},{name:"o_legend_toggle",tags:[]},{name:"o_lens",tags:[]},{name:"o_lens_blur",tags:[]},{name:"o_library_add",tags:[]},{name:"o_library_add_check",tags:[]},{name:"o_library_books",tags:[]},{name:"o_library_music",tags:[]},{name:"o_light",tags:[]},{name:"o_light_mode",tags:[]},{name:"o_lightbulb",tags:[]},{name:"o_line_style",tags:[]},{name:"o_line_weight",tags:[]},{name:"o_linear_scale",tags:[]},{name:"o_link",tags:[]},{name:"o_link_off",tags:[]},{name:"o_linked_camera",tags:[]},{name:"o_liquor",tags:[]},{name:"o_list",tags:[]},{name:"o_list_alt",tags:[]},{name:"o_live_help",tags:[]},{name:"o_live_tv",tags:[]},{name:"o_living",tags:[]},{name:"o_local_activity",tags:[]},{name:"o_local_airport",tags:[]},{name:"o_local_atm",tags:[]},{name:"o_local_bar",tags:[]},{name:"o_local_cafe",tags:[]},{name:"o_local_car_wash",tags:[]},{name:"o_local_convenience_store",tags:[]},{name:"o_local_dining",tags:[]},{name:"o_local_drink",tags:[]},{name:"o_local_fire_department",tags:[]},{name:"o_local_florist",tags:[]},{name:"o_local_gas_station",tags:[]},{name:"o_local_grocery_store",tags:[]},{name:"o_local_hospital",tags:[]},{name:"o_local_hotel",tags:[]},{name:"o_local_laundry_service",tags:[]},{name:"o_local_library",tags:[]},{name:"o_local_mall",tags:[]},{name:"o_local_movies",tags:[]},{name:"o_local_offer",tags:[]},{name:"o_local_parking",tags:[]},{name:"o_local_pharmacy",tags:[]},{name:"o_local_phone",tags:[]},{name:"o_local_pizza",tags:[]},{name:"o_local_play",tags:[]},{name:"o_local_police",tags:[]},{name:"o_local_post_office",tags:[]},{name:"o_local_printshop",tags:[]},{name:"o_local_see",tags:[]},{name:"o_local_shipping",tags:[]},{name:"o_local_taxi",tags:[]},{name:"o_location_city",tags:[]},{name:"o_location_disabled",tags:[]},{name:"o_location_off",tags:[]},{name:"o_location_on",tags:[]},{name:"o_location_searching",tags:[]},{name:"o_lock",tags:[]},{name:"o_lock_clock",tags:[]},{name:"o_lock_open",tags:[]},{name:"o_login",tags:[]},{name:"o_logout",tags:[]},{name:"o_looks",tags:[]},{name:"o_looks_3",tags:[]},{name:"o_looks_4",tags:[]},{name:"o_looks_5",tags:[]},{name:"o_looks_6",tags:[]},{name:"o_looks_one",tags:[]},{name:"o_looks_two",tags:[]},{name:"o_loop",tags:[]},{name:"o_loupe",tags:[]},{name:"o_low_priority",tags:[]},{name:"o_loyalty",tags:[]},{name:"o_lte_mobiledata",tags:[]},{name:"o_lte_plus_mobiledata",tags:[]},{name:"o_luggage",tags:[]},{name:"o_lunch_dining",tags:[]},{name:"o_mail",tags:[]},{name:"o_mail_outline",tags:[]},{name:"o_male",tags:[]},{name:"o_manage_accounts",tags:[]},{name:"o_manage_search",tags:[]},{name:"o_map",tags:[]},{name:"o_maps_home_work",tags:[]},{name:"o_maps_ugc",tags:[]},{name:"o_margin",tags:[]},{name:"o_mark_as_unread",tags:[]},{name:"o_mark_chat_read",tags:[]},{name:"o_mark_chat_unread",tags:[]},{name:"o_mark_email_read",tags:[]},{name:"o_mark_email_unread",tags:[]},{name:"o_markunread",tags:[]},{name:"o_markunread_mailbox",tags:[]},{name:"o_masks",tags:[]},{name:"o_maximize",tags:[]},{name:"o_media_bluetooth_off",tags:[]},{name:"o_media_bluetooth_on",tags:[]},{name:"o_mediation",tags:[]},{name:"o_medical_services",tags:[]},{name:"o_medication",tags:[]},{name:"o_meeting_room",tags:[]},{name:"o_memory",tags:[]},{name:"o_menu",tags:[]},{name:"o_menu_book",tags:[]},{name:"o_menu_open",tags:[]},{name:"o_merge_type",tags:[]},{name:"o_message",tags:[]},{name:"o_mic",tags:[]},{name:"o_mic_external_off",tags:[]},{name:"o_mic_external_on",tags:[]},{name:"o_mic_none",tags:[]},{name:"o_mic_off",tags:[]},{name:"o_microwave",tags:[]},{name:"o_military_tech",tags:[]},{name:"o_minimize",tags:[]},{name:"o_miscellaneous_services",tags:[]},{name:"o_missed_video_call",tags:[]},{name:"o_mms",tags:[]},{name:"o_mobile_friendly",tags:[]},{name:"o_mobile_off",tags:[]},{name:"o_mobile_screen_share",tags:[]},{name:"o_mobiledata_off",tags:[]},{name:"o_mode",tags:[]},{name:"o_mode_comment",tags:[]},{name:"o_mode_edit",tags:[]},{name:"o_mode_edit_outline",tags:[]},{name:"o_mode_night",tags:[]},{name:"o_mode_standby",tags:[]},{name:"o_model_training",tags:[]},{name:"o_monetization_on",tags:[]},{name:"o_money",tags:[]},{name:"o_money_off",tags:[]},{name:"o_money_off_csred",tags:[]},{name:"o_monitor",tags:[]},{name:"o_monitor_weight",tags:[]},{name:"o_monochrome_photos",tags:[]},{name:"o_mood",tags:[]},{name:"o_mood_bad",tags:[]},{name:"o_moped",tags:[]},{name:"o_more",tags:[]},{name:"o_more_horiz",tags:[]},{name:"o_more_time",tags:[]},{name:"o_more_vert",tags:[]},{name:"o_motion_photos_auto",tags:[]},{name:"o_motion_photos_off",tags:[]},{name:"o_motion_photos_on",tags:[]},{name:"o_motion_photos_pause",tags:[]},{name:"o_motion_photos_paused",tags:[]},{name:"o_motorcycle",tags:[]},{name:"o_mouse",tags:[]},{name:"o_move_to_inbox",tags:[]},{name:"o_movie",tags:[]},{name:"o_movie_creation",tags:[]},{name:"o_movie_filter",tags:[]},{name:"o_moving",tags:[]},{name:"o_mp",tags:[]},{name:"o_multiline_chart",tags:[]},{name:"o_multiple_stop",tags:[]},{name:"o_museum",tags:[]},{name:"o_music_note",tags:[]},{name:"o_music_off",tags:[]},{name:"o_music_video",tags:[]},{name:"o_my_location",tags:[]},{name:"o_nat",tags:[]},{name:"o_nature",tags:[]},{name:"o_nature_people",tags:[]},{name:"o_navigate_before",tags:[]},{name:"o_navigate_next",tags:[]},{name:"o_navigation",tags:[]},{name:"o_near_me",tags:[]},{name:"o_near_me_disabled",tags:[]},{name:"o_nearby_error",tags:[]},{name:"o_nearby_off",tags:[]},{name:"o_network_cell",tags:[]},{name:"o_network_check",tags:[]},{name:"o_network_locked",tags:[]},{name:"o_network_wifi",tags:[]},{name:"o_new_label",tags:[]},{name:"o_new_releases",tags:[]},{name:"o_next_plan",tags:[]},{name:"o_next_week",tags:[]},{name:"o_nfc",tags:[]},{name:"o_night_shelter",tags:[]},{name:"o_nightlife",tags:[]},{name:"o_nightlight",tags:[]},{name:"o_nightlight_round",tags:[]},{name:"o_nights_stay",tags:[]},{name:"o_no_accounts",tags:[]},{name:"o_no_backpack",tags:[]},{name:"o_no_cell",tags:[]},{name:"o_no_drinks",tags:[]},{name:"o_no_encryption",tags:[]},{name:"o_no_encryption_gmailerrorred",tags:[]},{name:"o_no_flash",tags:[]},{name:"o_no_food",tags:[]},{name:"o_no_luggage",tags:[]},{name:"o_no_meals",tags:[]},{name:"o_no_meeting_room",tags:[]},{name:"o_no_photography",tags:[]},{name:"o_no_sim",tags:[]},{name:"o_no_stroller",tags:[]},{name:"o_no_transfer",tags:[]},{name:"o_nordic_walking",tags:[]},{name:"o_north",tags:[]},{name:"o_north_east",tags:[]},{name:"o_north_west",tags:[]},{name:"o_not_accessible",tags:[]},{name:"o_not_interested",tags:[]},{name:"o_not_listed_location",tags:[]},{name:"o_not_started",tags:[]},{name:"o_note",tags:[]},{name:"o_note_add",tags:[]},{name:"o_note_alt",tags:[]},{name:"o_notes",tags:[]},{name:"o_notification_add",tags:[]},{name:"o_notification_important",tags:[]},{name:"o_notifications",tags:[]},{name:"o_notifications_active",tags:[]},{name:"o_notifications_none",tags:[]},{name:"o_notifications_off",tags:[]},{name:"o_notifications_paused",tags:[]},{name:"o_offline_bolt",tags:[]},{name:"o_offline_pin",tags:[]},{name:"o_offline_share",tags:[]},{name:"o_ondemand_video",tags:[]},{name:"o_online_prediction",tags:[]},{name:"o_opacity",tags:[]},{name:"o_open_in_browser",tags:[]},{name:"o_open_in_full",tags:[]},{name:"o_open_in_new",tags:[]},{name:"o_open_in_new_off",tags:[]},{name:"o_open_with",tags:[]},{name:"o_other_houses",tags:[]},{name:"o_outbound",tags:[]},{name:"o_outbox",tags:[]},{name:"o_outdoor_grill",tags:[]},{name:"o_outlet",tags:[]},{name:"o_outlined_flag",tags:[]},{name:"o_padding",tags:[]},{name:"o_pages",tags:[]},{name:"o_pageview",tags:[]},{name:"o_paid",tags:[]},{name:"o_palette",tags:[]},{name:"o_pan_tool",tags:[]},{name:"o_panorama",tags:[]},{name:"o_panorama_fish_eye",tags:[]},{name:"o_panorama_horizontal",tags:[]},{name:"o_panorama_horizontal_select",tags:[]},{name:"o_panorama_photosphere",tags:[]},{name:"o_panorama_photosphere_select",tags:[]},{name:"o_panorama_vertical",tags:[]},{name:"o_panorama_vertical_select",tags:[]},{name:"o_panorama_wide_angle",tags:[]},{name:"o_panorama_wide_angle_select",tags:[]},{name:"o_paragliding",tags:[]},{name:"o_park",tags:[]},{name:"o_party_mode",tags:[]},{name:"o_password",tags:[]},{name:"o_pattern",tags:[]},{name:"o_pause",tags:[]},{name:"o_pause_circle",tags:[]},{name:"o_pause_circle_filled",tags:[]},{name:"o_pause_circle_outline",tags:[]},{name:"o_pause_presentation",tags:[]},{name:"o_payment",tags:[]},{name:"o_payments",tags:[]},{name:"o_pedal_bike",tags:[]},{name:"o_pending",tags:[]},{name:"o_pending_actions",tags:[]},{name:"o_people",tags:[]},{name:"o_people_alt",tags:[]},{name:"o_people_outline",tags:[]},{name:"o_perm_camera_mic",tags:[]},{name:"o_perm_contact_calendar",tags:[]},{name:"o_perm_data_setting",tags:[]},{name:"o_perm_device_information",tags:[]},{name:"o_perm_identity",tags:[]},{name:"o_perm_media",tags:[]},{name:"o_perm_phone_msg",tags:[]},{name:"o_perm_scan_wifi",tags:[]},{name:"o_person",tags:[]},{name:"o_person_add",tags:[]},{name:"o_person_add_alt",tags:[]},{name:"o_person_add_alt_1",tags:[]},{name:"o_person_add_disabled",tags:[]},{name:"o_person_off",tags:[]},{name:"o_person_outline",tags:[]},{name:"o_person_pin",tags:[]},{name:"o_person_pin_circle",tags:[]},{name:"o_person_remove",tags:[]},{name:"o_person_remove_alt_1",tags:[]},{name:"o_person_search",tags:[]},{name:"o_personal_injury",tags:[]},{name:"o_personal_video",tags:[]},{name:"o_pest_control",tags:[]},{name:"o_pest_control_rodent",tags:[]},{name:"o_pets",tags:[]},{name:"o_phone",tags:[]},{name:"o_phone_android",tags:[]},{name:"o_phone_bluetooth_speaker",tags:[]},{name:"o_phone_callback",tags:[]},{name:"o_phone_disabled",tags:[]},{name:"o_phone_enabled",tags:[]},{name:"o_phone_forwarded",tags:[]},{name:"o_phone_in_talk",tags:[]},{name:"o_phone_iphone",tags:[]},{name:"o_phone_locked",tags:[]},{name:"o_phone_missed",tags:[]},{name:"o_phone_paused",tags:[]},{name:"o_phonelink",tags:[]},{name:"o_phonelink_erase",tags:[]},{name:"o_phonelink_lock",tags:[]},{name:"o_phonelink_off",tags:[]},{name:"o_phonelink_ring",tags:[]},{name:"o_phonelink_setup",tags:[]},{name:"o_photo",tags:[]},{name:"o_photo_album",tags:[]},{name:"o_photo_camera",tags:[]},{name:"o_photo_camera_back",tags:[]},{name:"o_photo_camera_front",tags:[]},{name:"o_photo_filter",tags:[]},{name:"o_photo_library",tags:[]},{name:"o_photo_size_select_actual",tags:[]},{name:"o_photo_size_select_large",tags:[]},{name:"o_photo_size_select_small",tags:[]},{name:"o_piano",tags:[]},{name:"o_piano_off",tags:[]},{name:"o_picture_as_pdf",tags:[]},{name:"o_picture_in_picture",tags:[]},{name:"o_picture_in_picture_alt",tags:[]},{name:"o_pie_chart",tags:[]},{name:"o_pie_chart_outline",tags:[]},{name:"o_pie_chart_outlined",tags:[]},{name:"o_pin",tags:[]},{name:"o_pin_drop",tags:[]},{name:"o_pivot_table_chart",tags:[]},{name:"o_place",tags:[]},{name:"o_plagiarism",tags:[]},{name:"o_play_arrow",tags:[]},{name:"o_play_circle",tags:[]},{name:"o_play_circle_filled",tags:[]},{name:"o_play_circle_outline",tags:[]},{name:"o_play_disabled",tags:[]},{name:"o_play_for_work",tags:[]},{name:"o_play_lesson",tags:[]},{name:"o_playlist_add",tags:[]},{name:"o_playlist_add_check",tags:[]},{name:"o_playlist_play",tags:[]},{name:"o_plumbing",tags:[]},{name:"o_plus_one",tags:[]},{name:"o_podcasts",tags:[]},{name:"o_point_of_sale",tags:[]},{name:"o_policy",tags:[]},{name:"o_poll",tags:[]},{name:"o_polymer",tags:[]},{name:"o_pool",tags:[]},{name:"o_portable_wifi_off",tags:[]},{name:"o_portrait",tags:[]},{name:"o_post_add",tags:[]},{name:"o_power",tags:[]},{name:"o_power_input",tags:[]},{name:"o_power_off",tags:[]},{name:"o_power_settings_new",tags:[]},{name:"o_precision_manufacturing",tags:[]},{name:"o_pregnant_woman",tags:[]},{name:"o_present_to_all",tags:[]},{name:"o_preview",tags:[]},{name:"o_price_change",tags:[]},{name:"o_price_check",tags:[]},{name:"o_print",tags:[]},{name:"o_print_disabled",tags:[]},{name:"o_priority_high",tags:[]},{name:"o_privacy_tip",tags:[]},{name:"o_production_quantity_limits",tags:[]},{name:"o_psychology",tags:[]},{name:"o_public",tags:[]},{name:"o_public_off",tags:[]},{name:"o_publish",tags:[]},{name:"o_published_with_changes",tags:[]},{name:"o_push_pin",tags:[]},{name:"o_qr_code",tags:[]},{name:"o_qr_code_2",tags:[]},{name:"o_qr_code_scanner",tags:[]},{name:"o_query_builder",tags:[]},{name:"o_query_stats",tags:[]},{name:"o_question_answer",tags:[]},{name:"o_queue",tags:[]},{name:"o_queue_music",tags:[]},{name:"o_queue_play_next",tags:[]},{name:"o_quickreply",tags:[]},{name:"o_quiz",tags:[]},{name:"o_r_mobiledata",tags:[]},{name:"o_radar",tags:[]},{name:"o_radio",tags:[]},{name:"o_radio_button_checked",tags:[]},{name:"o_radio_button_unchecked",tags:[]},{name:"o_railway_alert",tags:[]},{name:"o_ramen_dining",tags:[]},{name:"o_rate_review",tags:[]},{name:"o_raw_off",tags:[]},{name:"o_raw_on",tags:[]},{name:"o_read_more",tags:[]},{name:"o_real_estate_agent",tags:[]},{name:"o_receipt",tags:[]},{name:"o_receipt_long",tags:[]},{name:"o_recent_actors",tags:[]},{name:"o_recommend",tags:[]},{name:"o_record_voice_over",tags:[]},{name:"o_redeem",tags:[]},{name:"o_redo",tags:[]},{name:"o_reduce_capacity",tags:[]},{name:"o_refresh",tags:[]},{name:"o_remember_me",tags:[]},{name:"o_remove",tags:[]},{name:"o_remove_circle",tags:[]},{name:"o_remove_circle_outline",tags:[]},{name:"o_remove_done",tags:[]},{name:"o_remove_from_queue",tags:[]},{name:"o_remove_moderator",tags:[]},{name:"o_remove_red_eye",tags:[]},{name:"o_remove_shopping_cart",tags:[]},{name:"o_reorder",tags:[]},{name:"o_repeat",tags:[]},{name:"o_repeat_on",tags:[]},{name:"o_repeat_one",tags:[]},{name:"o_repeat_one_on",tags:[]},{name:"o_replay",tags:[]},{name:"o_replay_10",tags:[]},{name:"o_replay_30",tags:[]},{name:"o_replay_5",tags:[]},{name:"o_replay_circle_filled",tags:[]},{name:"o_reply",tags:[]},{name:"o_reply_all",tags:[]},{name:"o_report",tags:[]},{name:"o_report_gmailerrorred",tags:[]},{name:"o_report_off",tags:[]},{name:"o_report_problem",tags:[]},{name:"o_request_page",tags:[]},{name:"o_request_quote",tags:[]},{name:"o_reset_tv",tags:[]},{name:"o_restart_alt",tags:[]},{name:"o_restaurant",tags:[]},{name:"o_restaurant_menu",tags:[]},{name:"o_restore",tags:[]},{name:"o_restore_from_trash",tags:[]},{name:"o_restore_page",tags:[]},{name:"o_reviews",tags:[]},{name:"o_rice_bowl",tags:[]},{name:"o_ring_volume",tags:[]},{name:"o_roofing",tags:[]},{name:"o_room",tags:[]},{name:"o_room_preferences",tags:[]},{name:"o_room_service",tags:[]},{name:"o_rotate_90_degrees_ccw",tags:[]},{name:"o_rotate_left",tags:[]},{name:"o_rotate_right",tags:[]},{name:"o_rounded_corner",tags:[]},{name:"o_router",tags:[]},{name:"o_rowing",tags:[]},{name:"o_rss_feed",tags:[]},{name:"o_rsvp",tags:[]},{name:"o_rtt",tags:[]},{name:"o_rule",tags:[]},{name:"o_rule_folder",tags:[]},{name:"o_run_circle",tags:[]},{name:"o_running_with_errors",tags:[]},{name:"o_rv_hookup",tags:[]},{name:"o_safety_divider",tags:[]},{name:"o_sailing",tags:[]},{name:"o_sanitizer",tags:[]},{name:"o_satellite",tags:[]},{name:"o_save",tags:[]},{name:"o_save_alt",tags:[]},{name:"o_saved_search",tags:[]},{name:"o_savings",tags:[]},{name:"o_scanner",tags:[]},{name:"o_scatter_plot",tags:[]},{name:"o_schedule",tags:[]},{name:"o_schedule_send",tags:[]},{name:"o_schema",tags:[]},{name:"o_school",tags:[]},{name:"o_science",tags:[]},{name:"o_score",tags:[]},{name:"o_screen_lock_landscape",tags:[]},{name:"o_screen_lock_portrait",tags:[]},{name:"o_screen_lock_rotation",tags:[]},{name:"o_screen_rotation",tags:[]},{name:"o_screen_search_desktop",tags:[]},{name:"o_screen_share",tags:[]},{name:"o_screenshot",tags:[]},{name:"o_sd",tags:[]},{name:"o_sd_card",tags:[]},{name:"o_sd_card_alert",tags:[]},{name:"o_sd_storage",tags:[]},{name:"o_search",tags:[]},{name:"o_search_off",tags:[]},{name:"o_security",tags:[]},{name:"o_security_update",tags:[]},{name:"o_security_update_good",tags:[]},{name:"o_security_update_warning",tags:[]},{name:"o_segment",tags:[]},{name:"o_select_all",tags:[]},{name:"o_self_improvement",tags:[]},{name:"o_sell",tags:[]},{name:"o_send",tags:[]},{name:"o_send_and_archive",tags:[]},{name:"o_send_to_mobile",tags:[]},{name:"o_sensor_door",tags:[]},{name:"o_sensor_window",tags:[]},{name:"o_sensors",tags:[]},{name:"o_sensors_off",tags:[]},{name:"o_sentiment_dissatisfied",tags:[]},{name:"o_sentiment_neutral",tags:[]},{name:"o_sentiment_satisfied",tags:[]},{name:"o_sentiment_satisfied_alt",tags:[]},{name:"o_sentiment_very_dissatisfied",tags:[]},{name:"o_sentiment_very_satisfied",tags:[]},{name:"o_set_meal",tags:[]},{name:"o_settings",tags:[]},{name:"o_settings_accessibility",tags:[]},{name:"o_settings_applications",tags:[]},{name:"o_settings_backup_restore",tags:[]},{name:"o_settings_bluetooth",tags:[]},{name:"o_settings_brightness",tags:[]},{name:"o_settings_cell",tags:[]},{name:"o_settings_ethernet",tags:[]},{name:"o_settings_input_antenna",tags:[]},{name:"o_settings_input_component",tags:[]},{name:"o_settings_input_composite",tags:[]},{name:"o_settings_input_hdmi",tags:[]},{name:"o_settings_input_svideo",tags:[]},{name:"o_settings_overscan",tags:[]},{name:"o_settings_phone",tags:[]},{name:"o_settings_power",tags:[]},{name:"o_settings_remote",tags:[]},{name:"o_settings_suggest",tags:[]},{name:"o_settings_system_daydream",tags:[]},{name:"o_settings_voice",tags:[]},{name:"o_share",tags:[]},{name:"o_share_location",tags:[]},{name:"o_shield",tags:[]},{name:"o_shop",tags:[]},{name:"o_shop_2",tags:[]},{name:"o_shop_two",tags:[]},{name:"o_shopping_bag",tags:[]},{name:"o_shopping_basket",tags:[]},{name:"o_shopping_cart",tags:[]},{name:"o_short_text",tags:[]},{name:"o_shortcut",tags:[]},{name:"o_show_chart",tags:[]},{name:"o_shower",tags:[]},{name:"o_shuffle",tags:[]},{name:"o_shuffle_on",tags:[]},{name:"o_shutter_speed",tags:[]},{name:"o_sick",tags:[]},{name:"o_signal_cellular_0_bar",tags:[]},{name:"o_signal_cellular_4_bar",tags:[]},{name:"o_signal_cellular_alt",tags:[]},{name:"o_signal_cellular_connected_no_internet_0_bar",tags:[]},{name:"o_signal_cellular_connected_no_internet_4_bar",tags:[]},{name:"o_signal_cellular_no_sim",tags:[]},{name:"o_signal_cellular_nodata",tags:[]},{name:"o_signal_cellular_null",tags:[]},{name:"o_signal_cellular_off",tags:[]},{name:"o_signal_wifi_0_bar",tags:[]},{name:"o_signal_wifi_4_bar",tags:[]},{name:"o_signal_wifi_4_bar_lock",tags:[]},{name:"o_signal_wifi_bad",tags:[]},{name:"o_signal_wifi_connected_no_internet_4",tags:[]},{name:"o_signal_wifi_off",tags:[]},{name:"o_signal_wifi_statusbar_4_bar",tags:[]},{name:"o_signal_wifi_statusbar_connected_no_internet_4",tags:[]},{name:"o_signal_wifi_statusbar_null",tags:[]},{name:"o_sim_card",tags:[]},{name:"o_sim_card_alert",tags:[]},{name:"o_sim_card_download",tags:[]},{name:"o_single_bed",tags:[]},{name:"o_sip",tags:[]},{name:"o_skateboarding",tags:[]},{name:"o_skip_next",tags:[]},{name:"o_skip_previous",tags:[]},{name:"o_sledding",tags:[]},{name:"o_slideshow",tags:[]},{name:"o_slow_motion_video",tags:[]},{name:"o_smart_button",tags:[]},{name:"o_smart_display",tags:[]},{name:"o_smart_screen",tags:[]},{name:"o_smart_toy",tags:[]},{name:"o_smartphone",tags:[]},{name:"o_smoke_free",tags:[]},{name:"o_smoking_rooms",tags:[]},{name:"o_sms",tags:[]},{name:"o_sms_failed",tags:[]},{name:"o_snippet_folder",tags:[]},{name:"o_snooze",tags:[]},{name:"o_snowboarding",tags:[]},{name:"o_snowmobile",tags:[]},{name:"o_snowshoeing",tags:[]},{name:"o_soap",tags:[]},{name:"o_social_distance",tags:[]},{name:"o_sort",tags:[]},{name:"o_sort_by_alpha",tags:[]},{name:"o_source",tags:[]},{name:"o_south",tags:[]},{name:"o_south_east",tags:[]},{name:"o_south_west",tags:[]},{name:"o_spa",tags:[]},{name:"o_space_bar",tags:[]},{name:"o_space_dashboard",tags:[]},{name:"o_speaker",tags:[]},{name:"o_speaker_group",tags:[]},{name:"o_speaker_notes",tags:[]},{name:"o_speaker_notes_off",tags:[]},{name:"o_speaker_phone",tags:[]},{name:"o_speed",tags:[]},{name:"o_spellcheck",tags:[]},{name:"o_splitscreen",tags:[]},{name:"o_sports",tags:[]},{name:"o_sports_bar",tags:[]},{name:"o_sports_baseball",tags:[]},{name:"o_sports_basketball",tags:[]},{name:"o_sports_cricket",tags:[]},{name:"o_sports_esports",tags:[]},{name:"o_sports_football",tags:[]},{name:"o_sports_golf",tags:[]},{name:"o_sports_handball",tags:[]},{name:"o_sports_hockey",tags:[]},{name:"o_sports_kabaddi",tags:[]},{name:"o_sports_mma",tags:[]},{name:"o_sports_motorsports",tags:[]},{name:"o_sports_rugby",tags:[]},{name:"o_sports_score",tags:[]},{name:"o_sports_soccer",tags:[]},{name:"o_sports_tennis",tags:[]},{name:"o_sports_volleyball",tags:[]},{name:"o_square_foot",tags:[]},{name:"o_stacked_bar_chart",tags:[]},{name:"o_stacked_line_chart",tags:[]},{name:"o_stairs",tags:[]},{name:"o_star",tags:[]},{name:"o_star_border",tags:[]},{name:"o_star_border_purple500",tags:[]},{name:"o_star_half",tags:[]},{name:"o_star_outline",tags:[]},{name:"o_star_purple500",tags:[]},{name:"o_star_rate",tags:[]},{name:"o_stars",tags:[]},{name:"o_stay_current_landscape",tags:[]},{name:"o_stay_current_portrait",tags:[]},{name:"o_stay_primary_landscape",tags:[]},{name:"o_stay_primary_portrait",tags:[]},{name:"o_sticky_note_2",tags:[]},{name:"o_stop",tags:[]},{name:"o_stop_circle",tags:[]},{name:"o_stop_screen_share",tags:[]},{name:"o_storage",tags:[]},{name:"o_store",tags:[]},{name:"o_store_mall_directory",tags:[]},{name:"o_storefront",tags:[]},{name:"o_storm",tags:[]},{name:"o_straighten",tags:[]},{name:"o_stream",tags:[]},{name:"o_streetview",tags:[]},{name:"o_strikethrough_s",tags:[]},{name:"o_stroller",tags:[]},{name:"o_style",tags:[]},{name:"o_subdirectory_arrow_left",tags:[]},{name:"o_subdirectory_arrow_right",tags:[]},{name:"o_subject",tags:[]},{name:"o_subscript",tags:[]},{name:"o_subscriptions",tags:[]},{name:"o_subtitles",tags:[]},{name:"o_subtitles_off",tags:[]},{name:"o_subway",tags:[]},{name:"o_summarize",tags:[]},{name:"o_superscript",tags:[]},{name:"o_supervised_user_circle",tags:[]},{name:"o_supervisor_account",tags:[]},{name:"o_support",tags:[]},{name:"o_support_agent",tags:[]},{name:"o_surfing",tags:[]},{name:"o_surround_sound",tags:[]},{name:"o_swap_calls",tags:[]},{name:"o_swap_horiz",tags:[]},{name:"o_swap_horizontal_circle",tags:[]},{name:"o_swap_vert",tags:[]},{name:"o_swap_vertical_circle",tags:[]},{name:"o_swipe",tags:[]},{name:"o_switch_account",tags:[]},{name:"o_switch_camera",tags:[]},{name:"o_switch_left",tags:[]},{name:"o_switch_right",tags:[]},{name:"o_switch_video",tags:[]},{name:"o_sync",tags:[]},{name:"o_sync_alt",tags:[]},{name:"o_sync_disabled",tags:[]},{name:"o_sync_problem",tags:[]},{name:"o_system_security_update",tags:[]},{name:"o_system_security_update_good",tags:[]},{name:"o_system_security_update_warning",tags:[]},{name:"o_system_update",tags:[]},{name:"o_system_update_alt",tags:[]},{name:"o_tab",tags:[]},{name:"o_tab_unselected",tags:[]},{name:"o_table_chart",tags:[]},{name:"o_table_rows",tags:[]},{name:"o_table_view",tags:[]},{name:"o_tablet",tags:[]},{name:"o_tablet_android",tags:[]},{name:"o_tablet_mac",tags:[]},{name:"o_tag",tags:[]},{name:"o_tag_faces",tags:[]},{name:"o_takeout_dining",tags:[]},{name:"o_tap_and_play",tags:[]},{name:"o_tapas",tags:[]},{name:"o_task",tags:[]},{name:"o_task_alt",tags:[]},{name:"o_taxi_alert",tags:[]},{name:"o_terrain",tags:[]},{name:"o_text_fields",tags:[]},{name:"o_text_format",tags:[]},{name:"o_text_rotate_up",tags:[]},{name:"o_text_rotate_vertical",tags:[]},{name:"o_text_rotation_angledown",tags:[]},{name:"o_text_rotation_angleup",tags:[]},{name:"o_text_rotation_down",tags:[]},{name:"o_text_rotation_none",tags:[]},{name:"o_text_snippet",tags:[]},{name:"o_textsms",tags:[]},{name:"o_texture",tags:[]},{name:"o_theater_comedy",tags:[]},{name:"o_theaters",tags:[]},{name:"o_thermostat",tags:[]},{name:"o_thermostat_auto",tags:[]},{name:"o_thumb_down",tags:[]},{name:"o_thumb_down_alt",tags:[]},{name:"o_thumb_down_off_alt",tags:[]},{name:"o_thumb_up",tags:[]},{name:"o_thumb_up_alt",tags:[]},{name:"o_thumb_up_off_alt",tags:[]},{name:"o_thumbs_up_down",tags:[]},{name:"o_time_to_leave",tags:[]},{name:"o_timelapse",tags:[]},{name:"o_timeline",tags:[]},{name:"o_timer",tags:[]},{name:"o_timer_10",tags:[]},{name:"o_timer_10_select",tags:[]},{name:"o_timer_3",tags:[]},{name:"o_timer_3_select",tags:[]},{name:"o_timer_off",tags:[]},{name:"o_title",tags:[]},{name:"o_toc",tags:[]},{name:"o_today",tags:[]},{name:"o_toggle_off",tags:[]},{name:"o_toggle_on",tags:[]},{name:"o_toll",tags:[]},{name:"o_tonality",tags:[]},{name:"o_topic",tags:[]},{name:"o_touch_app",tags:[]},{name:"o_tour",tags:[]},{name:"o_toys",tags:[]},{name:"o_track_changes",tags:[]},{name:"o_traffic",tags:[]},{name:"o_train",tags:[]},{name:"o_tram",tags:[]},{name:"o_transfer_within_a_station",tags:[]},{name:"o_transform",tags:[]},{name:"o_transgender",tags:[]},{name:"o_transit_enterexit",tags:[]},{name:"o_translate",tags:[]},{name:"o_travel_explore",tags:[]},{name:"o_trending_down",tags:[]},{name:"o_trending_flat",tags:[]},{name:"o_trending_up",tags:[]},{name:"o_trip_origin",tags:[]},{name:"o_try",tags:[]},{name:"o_tty",tags:[]},{name:"o_tune",tags:[]},{name:"o_tungsten",tags:[]},{name:"o_turned_in",tags:[]},{name:"o_turned_in_not",tags:[]},{name:"o_tv",tags:[]},{name:"o_tv_off",tags:[]},{name:"o_two_wheeler",tags:[]},{name:"o_umbrella",tags:[]},{name:"o_unarchive",tags:[]},{name:"o_undo",tags:[]},{name:"o_unfold_less",tags:[]},{name:"o_unfold_more",tags:[]},{name:"o_unpublished",tags:[]},{name:"o_unsubscribe",tags:[]},{name:"o_upcoming",tags:[]},{name:"o_update",tags:[]},{name:"o_update_disabled",tags:[]},{name:"o_upgrade",tags:[]},{name:"o_upload",tags:[]},{name:"o_upload_file",tags:[]},{name:"o_usb",tags:[]},{name:"o_usb_off",tags:[]},{name:"o_verified",tags:[]},{name:"o_verified_user",tags:[]},{name:"o_vertical_align_bottom",tags:[]},{name:"o_vertical_align_center",tags:[]},{name:"o_vertical_align_top",tags:[]},{name:"o_vertical_distribute",tags:[]},{name:"o_vertical_split",tags:[]},{name:"o_vibration",tags:[]},{name:"o_video_call",tags:[]},{name:"o_video_camera_back",tags:[]},{name:"o_video_camera_front",tags:[]},{name:"o_video_label",tags:[]},{name:"o_video_library",tags:[]},{name:"o_video_settings",tags:[]},{name:"o_video_stable",tags:[]},{name:"o_videocam",tags:[]},{name:"o_videocam_off",tags:[]},{name:"o_videogame_asset",tags:[]},{name:"o_videogame_asset_off",tags:[]},{name:"o_view_agenda",tags:[]},{name:"o_view_array",tags:[]},{name:"o_view_carousel",tags:[]},{name:"o_view_column",tags:[]},{name:"o_view_comfy",tags:[]},{name:"o_view_compact",tags:[]},{name:"o_view_day",tags:[]},{name:"o_view_headline",tags:[]},{name:"o_view_in_ar",tags:[]},{name:"o_view_list",tags:[]},{name:"o_view_module",tags:[]},{name:"o_view_quilt",tags:[]},{name:"o_view_sidebar",tags:[]},{name:"o_view_stream",tags:[]},{name:"o_view_week",tags:[]},{name:"o_vignette",tags:[]},{name:"o_villa",tags:[]},{name:"o_visibility",tags:[]},{name:"o_visibility_off",tags:[]},{name:"o_voice_chat",tags:[]},{name:"o_voice_over_off",tags:[]},{name:"o_voicemail",tags:[]},{name:"o_volume_down",tags:[]},{name:"o_volume_mute",tags:[]},{name:"o_volume_off",tags:[]},{name:"o_volume_up",tags:[]},{name:"o_volunteer_activism",tags:[]},{name:"o_vpn_key",tags:[]},{name:"o_vpn_lock",tags:[]},{name:"o_vrpano",tags:[]},{name:"o_wallpaper",tags:[]},{name:"o_warning",tags:[]},{name:"o_warning_amber",tags:[]},{name:"o_wash",tags:[]},{name:"o_watch",tags:[]},{name:"o_watch_later",tags:[]},{name:"o_water",tags:[]},{name:"o_water_damage",tags:[]},{name:"o_waterfall_chart",tags:[]},{name:"o_waves",tags:[]},{name:"o_wb_auto",tags:[]},{name:"o_wb_cloudy",tags:[]},{name:"o_wb_incandescent",tags:[]},{name:"o_wb_iridescent",tags:[]},{name:"o_wb_shade",tags:[]},{name:"o_wb_sunny",tags:[]},{name:"o_wb_twilight",tags:[]},{name:"o_wc",tags:[]},{name:"o_web",tags:[]},{name:"o_web_asset",tags:[]},{name:"o_web_asset_off",tags:[]},{name:"o_weekend",tags:[]},{name:"o_west",tags:[]},{name:"o_whatshot",tags:[]},{name:"o_wheelchair_pickup",tags:[]},{name:"o_where_to_vote",tags:[]},{name:"o_widgets",tags:[]},{name:"o_wifi",tags:[]},{name:"o_wifi_calling",tags:[]},{name:"o_wifi_calling_3",tags:[]},{name:"o_wifi_lock",tags:[]},{name:"o_wifi_off",tags:[]},{name:"o_wifi_protected_setup",tags:[]},{name:"o_wifi_tethering",tags:[]},{name:"o_wifi_tethering_error_rounded",tags:[]},{name:"o_wifi_tethering_off",tags:[]},{name:"o_window",tags:[]},{name:"o_wine_bar",tags:[]},{name:"o_work",tags:[]},{name:"o_work_off",tags:[]},{name:"o_work_outline",tags:[]},{name:"o_workspaces",tags:[]},{name:"o_wrap_text",tags:[]},{name:"o_wrong_location",tags:[]},{name:"o_wysiwyg",tags:[]},{name:"o_yard",tags:[]},{name:"o_youtube_searched_for",tags:[]},{name:"o_zoom_in",tags:[]},{name:"o_zoom_out",tags:[]},{name:"o_zoom_out_map",tags:[]}]}},8378:function(a,e,t){"use strict";t.r(e),e["default"]={name:"mdi-v4",icons:[{name:"mdi-ab-testing",tags:[]},{name:"mdi-abjad-arabic",tags:[]},{name:"mdi-abjad-hebrew",tags:[]},{name:"mdi-abugida-devanagari",tags:[]},{name:"mdi-abugida-thai",tags:[]},{name:"mdi-access-point",tags:[]},{name:"mdi-access-point-network",tags:[]},{name:"mdi-access-point-network-off",tags:[]},{name:"mdi-account",tags:[]},{name:"mdi-account-alert",tags:[]},{name:"mdi-account-alert-outline",tags:[]},{name:"mdi-account-arrow-left",tags:[]},{name:"mdi-account-arrow-left-outline",tags:[]},{name:"mdi-account-arrow-right",tags:[]},{name:"mdi-account-arrow-right-outline",tags:[]},{name:"mdi-account-badge",tags:[]},{name:"mdi-account-badge-alert",tags:[]},{name:"mdi-account-badge-alert-outline",tags:[]},{name:"mdi-account-badge-horizontal",tags:[]},{name:"mdi-account-badge-horizontal-outline",tags:[]},{name:"mdi-account-badge-outline",tags:[]},{name:"mdi-account-box",tags:[]},{name:"mdi-account-box-multiple",tags:[]},{name:"mdi-account-box-multiple-outline",tags:[]},{name:"mdi-account-box-outline",tags:[]},{name:"mdi-account-cancel",tags:[]},{name:"mdi-account-cancel-outline",tags:[]},{name:"mdi-account-card-details",tags:[]},{name:"mdi-account-card-details-outline",tags:[]},{name:"mdi-account-cash",tags:[]},{name:"mdi-account-cash-outline",tags:[]},{name:"mdi-account-check",tags:[]},{name:"mdi-account-check-outline",tags:[]},{name:"mdi-account-child",tags:[]},{name:"mdi-account-child-circle",tags:[]},{name:"mdi-account-child-outline",tags:[]},{name:"mdi-account-circle",tags:[]},{name:"mdi-account-circle-outline",tags:[]},{name:"mdi-account-clock",tags:[]},{name:"mdi-account-clock-outline",tags:[]},{name:"mdi-account-cog",tags:[]},{name:"mdi-account-cog-outline",tags:[]},{name:"mdi-account-convert",tags:[]},{name:"mdi-account-convert-outline",tags:[]},{name:"mdi-account-details",tags:[]},{name:"mdi-account-details-outline",tags:[]},{name:"mdi-account-edit",tags:[]},{name:"mdi-account-edit-outline",tags:[]},{name:"mdi-account-group",tags:[]},{name:"mdi-account-group-outline",tags:[]},{name:"mdi-account-heart",tags:[]},{name:"mdi-account-heart-outline",tags:[]},{name:"mdi-account-key",tags:[]},{name:"mdi-account-key-outline",tags:[]},{name:"mdi-account-lock",tags:[]},{name:"mdi-account-lock-outline",tags:[]},{name:"mdi-account-minus",tags:[]},{name:"mdi-account-minus-outline",tags:[]},{name:"mdi-account-multiple",tags:[]},{name:"mdi-account-multiple-check",tags:[]},{name:"mdi-account-multiple-check-outline",tags:[]},{name:"mdi-account-multiple-minus",tags:[]},{name:"mdi-account-multiple-minus-outline",tags:[]},{name:"mdi-account-multiple-outline",tags:[]},{name:"mdi-account-multiple-plus",tags:[]},{name:"mdi-account-multiple-plus-outline",tags:[]},{name:"mdi-account-multiple-remove",tags:[]},{name:"mdi-account-multiple-remove-outline",tags:[]},{name:"mdi-account-network",tags:[]},{name:"mdi-account-network-outline",tags:[]},{name:"mdi-account-off",tags:[]},{name:"mdi-account-off-outline",tags:[]},{name:"mdi-account-outline",tags:[]},{name:"mdi-account-plus",tags:[]},{name:"mdi-account-plus-outline",tags:[]},{name:"mdi-account-question",tags:[]},{name:"mdi-account-question-outline",tags:[]},{name:"mdi-account-remove",tags:[]},{name:"mdi-account-remove-outline",tags:[]},{name:"mdi-account-search",tags:[]},{name:"mdi-account-search-outline",tags:[]},{name:"mdi-account-settings",tags:[]},{name:"mdi-account-settings-outline",tags:[]},{name:"mdi-account-star",tags:[]},{name:"mdi-account-star-outline",tags:[]},{name:"mdi-account-supervisor",tags:[]},{name:"mdi-account-supervisor-circle",tags:[]},{name:"mdi-account-supervisor-outline",tags:[]},{name:"mdi-account-switch",tags:[]},{name:"mdi-account-tie",tags:[]},{name:"mdi-account-tie-outline",tags:[]},{name:"mdi-account-tie-voice",tags:[]},{name:"mdi-account-tie-voice-off",tags:[]},{name:"mdi-account-tie-voice-off-outline",tags:[]},{name:"mdi-account-tie-voice-outline",tags:[]},{name:"mdi-accusoft",tags:[]},{name:"mdi-adjust",tags:[]},{name:"mdi-adobe",tags:[]},{name:"mdi-adobe-acrobat",tags:[]},{name:"mdi-air-conditioner",tags:[]},{name:"mdi-air-filter",tags:[]},{name:"mdi-air-horn",tags:[]},{name:"mdi-air-humidifier",tags:[]},{name:"mdi-air-purifier",tags:[]},{name:"mdi-airbag",tags:[]},{name:"mdi-airballoon",tags:[]},{name:"mdi-airballoon-outline",tags:[]},{name:"mdi-airplane",tags:[]},{name:"mdi-airplane-landing",tags:[]},{name:"mdi-airplane-off",tags:[]},{name:"mdi-airplane-takeoff",tags:[]},{name:"mdi-airplay",tags:[]},{name:"mdi-airport",tags:[]},{name:"mdi-alarm",tags:[]},{name:"mdi-alarm-bell",tags:[]},{name:"mdi-alarm-check",tags:[]},{name:"mdi-alarm-light",tags:[]},{name:"mdi-alarm-light-outline",tags:[]},{name:"mdi-alarm-multiple",tags:[]},{name:"mdi-alarm-note",tags:[]},{name:"mdi-alarm-note-off",tags:[]},{name:"mdi-alarm-off",tags:[]},{name:"mdi-alarm-plus",tags:[]},{name:"mdi-alarm-snooze",tags:[]},{name:"mdi-album",tags:[]},{name:"mdi-alert",tags:[]},{name:"mdi-alert-box",tags:[]},{name:"mdi-alert-box-outline",tags:[]},{name:"mdi-alert-circle",tags:[]},{name:"mdi-alert-circle-check",tags:[]},{name:"mdi-alert-circle-check-outline",tags:[]},{name:"mdi-alert-circle-outline",tags:[]},{name:"mdi-alert-decagram",tags:[]},{name:"mdi-alert-decagram-outline",tags:[]},{name:"mdi-alert-octagon",tags:[]},{name:"mdi-alert-octagon-outline",tags:[]},{name:"mdi-alert-octagram",tags:[]},{name:"mdi-alert-octagram-outline",tags:[]},{name:"mdi-alert-outline",tags:[]},{name:"mdi-alert-rhombus",tags:[]},{name:"mdi-alert-rhombus-outline",tags:[]},{name:"mdi-alien",tags:[]},{name:"mdi-alien-outline",tags:[]},{name:"mdi-align-horizontal-center",tags:[]},{name:"mdi-align-horizontal-left",tags:[]},{name:"mdi-align-horizontal-right",tags:[]},{name:"mdi-align-vertical-bottom",tags:[]},{name:"mdi-align-vertical-center",tags:[]},{name:"mdi-align-vertical-top",tags:[]},{name:"mdi-all-inclusive",tags:[]},{name:"mdi-allergy",tags:[]},{name:"mdi-alpha",tags:[]},{name:"mdi-alpha-a",tags:[]},{name:"mdi-alpha-a-box",tags:[]},{name:"mdi-alpha-a-box-outline",tags:[]},{name:"mdi-alpha-a-circle",tags:[]},{name:"mdi-alpha-a-circle-outline",tags:[]},{name:"mdi-alpha-b",tags:[]},{name:"mdi-alpha-b-box",tags:[]},{name:"mdi-alpha-b-box-outline",tags:[]},{name:"mdi-alpha-b-circle",tags:[]},{name:"mdi-alpha-b-circle-outline",tags:[]},{name:"mdi-alpha-c",tags:[]},{name:"mdi-alpha-c-box",tags:[]},{name:"mdi-alpha-c-box-outline",tags:[]},{name:"mdi-alpha-c-circle",tags:[]},{name:"mdi-alpha-c-circle-outline",tags:[]},{name:"mdi-alpha-d",tags:[]},{name:"mdi-alpha-d-box",tags:[]},{name:"mdi-alpha-d-box-outline",tags:[]},{name:"mdi-alpha-d-circle",tags:[]},{name:"mdi-alpha-d-circle-outline",tags:[]},{name:"mdi-alpha-e",tags:[]},{name:"mdi-alpha-e-box",tags:[]},{name:"mdi-alpha-e-box-outline",tags:[]},{name:"mdi-alpha-e-circle",tags:[]},{name:"mdi-alpha-e-circle-outline",tags:[]},{name:"mdi-alpha-f",tags:[]},{name:"mdi-alpha-f-box",tags:[]},{name:"mdi-alpha-f-box-outline",tags:[]},{name:"mdi-alpha-f-circle",tags:[]},{name:"mdi-alpha-f-circle-outline",tags:[]},{name:"mdi-alpha-g",tags:[]},{name:"mdi-alpha-g-box",tags:[]},{name:"mdi-alpha-g-box-outline",tags:[]},{name:"mdi-alpha-g-circle",tags:[]},{name:"mdi-alpha-g-circle-outline",tags:[]},{name:"mdi-alpha-h",tags:[]},{name:"mdi-alpha-h-box",tags:[]},{name:"mdi-alpha-h-box-outline",tags:[]},{name:"mdi-alpha-h-circle",tags:[]},{name:"mdi-alpha-h-circle-outline",tags:[]},{name:"mdi-alpha-i",tags:[]},{name:"mdi-alpha-i-box",tags:[]},{name:"mdi-alpha-i-box-outline",tags:[]},{name:"mdi-alpha-i-circle",tags:[]},{name:"mdi-alpha-i-circle-outline",tags:[]},{name:"mdi-alpha-j",tags:[]},{name:"mdi-alpha-j-box",tags:[]},{name:"mdi-alpha-j-box-outline",tags:[]},{name:"mdi-alpha-j-circle",tags:[]},{name:"mdi-alpha-j-circle-outline",tags:[]},{name:"mdi-alpha-k",tags:[]},{name:"mdi-alpha-k-box",tags:[]},{name:"mdi-alpha-k-box-outline",tags:[]},{name:"mdi-alpha-k-circle",tags:[]},{name:"mdi-alpha-k-circle-outline",tags:[]},{name:"mdi-alpha-l",tags:[]},{name:"mdi-alpha-l-box",tags:[]},{name:"mdi-alpha-l-box-outline",tags:[]},{name:"mdi-alpha-l-circle",tags:[]},{name:"mdi-alpha-l-circle-outline",tags:[]},{name:"mdi-alpha-m",tags:[]},{name:"mdi-alpha-m-box",tags:[]},{name:"mdi-alpha-m-box-outline",tags:[]},{name:"mdi-alpha-m-circle",tags:[]},{name:"mdi-alpha-m-circle-outline",tags:[]},{name:"mdi-alpha-n",tags:[]},{name:"mdi-alpha-n-box",tags:[]},{name:"mdi-alpha-n-box-outline",tags:[]},{name:"mdi-alpha-n-circle",tags:[]},{name:"mdi-alpha-n-circle-outline",tags:[]},{name:"mdi-alpha-o",tags:[]},{name:"mdi-alpha-o-box",tags:[]},{name:"mdi-alpha-o-box-outline",tags:[]},{name:"mdi-alpha-o-circle",tags:[]},{name:"mdi-alpha-o-circle-outline",tags:[]},{name:"mdi-alpha-p",tags:[]},{name:"mdi-alpha-p-box",tags:[]},{name:"mdi-alpha-p-box-outline",tags:[]},{name:"mdi-alpha-p-circle",tags:[]},{name:"mdi-alpha-p-circle-outline",tags:[]},{name:"mdi-alpha-q",tags:[]},{name:"mdi-alpha-q-box",tags:[]},{name:"mdi-alpha-q-box-outline",tags:[]},{name:"mdi-alpha-q-circle",tags:[]},{name:"mdi-alpha-q-circle-outline",tags:[]},{name:"mdi-alpha-r",tags:[]},{name:"mdi-alpha-r-box",tags:[]},{name:"mdi-alpha-r-box-outline",tags:[]},{name:"mdi-alpha-r-circle",tags:[]},{name:"mdi-alpha-r-circle-outline",tags:[]},{name:"mdi-alpha-s",tags:[]},{name:"mdi-alpha-s-box",tags:[]},{name:"mdi-alpha-s-box-outline",tags:[]},{name:"mdi-alpha-s-circle",tags:[]},{name:"mdi-alpha-s-circle-outline",tags:[]},{name:"mdi-alpha-t",tags:[]},{name:"mdi-alpha-t-box",tags:[]},{name:"mdi-alpha-t-box-outline",tags:[]},{name:"mdi-alpha-t-circle",tags:[]},{name:"mdi-alpha-t-circle-outline",tags:[]},{name:"mdi-alpha-u",tags:[]},{name:"mdi-alpha-u-box",tags:[]},{name:"mdi-alpha-u-box-outline",tags:[]},{name:"mdi-alpha-u-circle",tags:[]},{name:"mdi-alpha-u-circle-outline",tags:[]},{name:"mdi-alpha-v",tags:[]},{name:"mdi-alpha-v-box",tags:[]},{name:"mdi-alpha-v-box-outline",tags:[]},{name:"mdi-alpha-v-circle",tags:[]},{name:"mdi-alpha-v-circle-outline",tags:[]},{name:"mdi-alpha-w",tags:[]},{name:"mdi-alpha-w-box",tags:[]},{name:"mdi-alpha-w-box-outline",tags:[]},{name:"mdi-alpha-w-circle",tags:[]},{name:"mdi-alpha-w-circle-outline",tags:[]},{name:"mdi-alpha-x",tags:[]},{name:"mdi-alpha-x-box",tags:[]},{name:"mdi-alpha-x-box-outline",tags:[]},{name:"mdi-alpha-x-circle",tags:[]},{name:"mdi-alpha-x-circle-outline",tags:[]},{name:"mdi-alpha-y",tags:[]},{name:"mdi-alpha-y-box",tags:[]},{name:"mdi-alpha-y-box-outline",tags:[]},{name:"mdi-alpha-y-circle",tags:[]},{name:"mdi-alpha-y-circle-outline",tags:[]},{name:"mdi-alpha-z",tags:[]},{name:"mdi-alpha-z-box",tags:[]},{name:"mdi-alpha-z-box-outline",tags:[]},{name:"mdi-alpha-z-circle",tags:[]},{name:"mdi-alpha-z-circle-outline",tags:[]},{name:"mdi-alphabet-aurebesh",tags:[]},{name:"mdi-alphabet-cyrillic",tags:[]},{name:"mdi-alphabet-greek",tags:[]},{name:"mdi-alphabet-latin",tags:[]},{name:"mdi-alphabet-piqad",tags:[]},{name:"mdi-alphabet-tengwar",tags:[]},{name:"mdi-alphabetical",tags:[]},{name:"mdi-alphabetical-off",tags:[]},{name:"mdi-alphabetical-variant",tags:[]},{name:"mdi-alphabetical-variant-off",tags:[]},{name:"mdi-altimeter",tags:[]},{name:"mdi-amazon",tags:[]},{name:"mdi-amazon-alexa",tags:[]},{name:"mdi-amazon-drive",tags:[]},{name:"mdi-ambulance",tags:[]},{name:"mdi-ammunition",tags:[]},{name:"mdi-ampersand",tags:[]},{name:"mdi-amplifier",tags:[]},{name:"mdi-amplifier-off",tags:[]},{name:"mdi-anchor",tags:[]},{name:"mdi-android",tags:[]},{name:"mdi-android-auto",tags:[]},{name:"mdi-android-debug-bridge",tags:[]},{name:"mdi-android-head",tags:[]},{name:"mdi-android-messages",tags:[]},{name:"mdi-android-studio",tags:[]},{name:"mdi-angle-acute",tags:[]},{name:"mdi-angle-obtuse",tags:[]},{name:"mdi-angle-right",tags:[]},{name:"mdi-angular",tags:[]},{name:"mdi-angularjs",tags:[]},{name:"mdi-animation",tags:[]},{name:"mdi-animation-outline",tags:[]},{name:"mdi-animation-play",tags:[]},{name:"mdi-animation-play-outline",tags:[]},{name:"mdi-ansible",tags:[]},{name:"mdi-antenna",tags:[]},{name:"mdi-anvil",tags:[]},{name:"mdi-apache-kafka",tags:[]},{name:"mdi-api",tags:[]},{name:"mdi-api-off",tags:[]},{name:"mdi-apple",tags:[]},{name:"mdi-apple-finder",tags:[]},{name:"mdi-apple-icloud",tags:[]},{name:"mdi-apple-ios",tags:[]},{name:"mdi-apple-keyboard-caps",tags:[]},{name:"mdi-apple-keyboard-command",tags:[]},{name:"mdi-apple-keyboard-control",tags:[]},{name:"mdi-apple-keyboard-option",tags:[]},{name:"mdi-apple-keyboard-shift",tags:[]},{name:"mdi-apple-safari",tags:[]},{name:"mdi-application",tags:[]},{name:"mdi-application-export",tags:[]},{name:"mdi-application-import",tags:[]},{name:"mdi-approximately-equal",tags:[]},{name:"mdi-approximately-equal-box",tags:[]},{name:"mdi-apps",tags:[]},{name:"mdi-apps-box",tags:[]},{name:"mdi-arch",tags:[]},{name:"mdi-archive",tags:[]},{name:"mdi-archive-arrow-down",tags:[]},{name:"mdi-archive-arrow-down-outline",tags:[]},{name:"mdi-archive-arrow-up",tags:[]},{name:"mdi-archive-arrow-up-outline",tags:[]},{name:"mdi-archive-outline",tags:[]},{name:"mdi-arm-flex",tags:[]},{name:"mdi-arm-flex-outline",tags:[]},{name:"mdi-arrange-bring-forward",tags:[]},{name:"mdi-arrange-bring-to-front",tags:[]},{name:"mdi-arrange-send-backward",tags:[]},{name:"mdi-arrange-send-to-back",tags:[]},{name:"mdi-arrow-all",tags:[]},{name:"mdi-arrow-bottom-left",tags:[]},{name:"mdi-arrow-bottom-left-bold-outline",tags:[]},{name:"mdi-arrow-bottom-left-thick",tags:[]},{name:"mdi-arrow-bottom-right",tags:[]},{name:"mdi-arrow-bottom-right-bold-outline",tags:[]},{name:"mdi-arrow-bottom-right-thick",tags:[]},{name:"mdi-arrow-collapse",tags:[]},{name:"mdi-arrow-collapse-all",tags:[]},{name:"mdi-arrow-collapse-down",tags:[]},{name:"mdi-arrow-collapse-horizontal",tags:[]},{name:"mdi-arrow-collapse-left",tags:[]},{name:"mdi-arrow-collapse-right",tags:[]},{name:"mdi-arrow-collapse-up",tags:[]},{name:"mdi-arrow-collapse-vertical",tags:[]},{name:"mdi-arrow-decision",tags:[]},{name:"mdi-arrow-decision-auto",tags:[]},{name:"mdi-arrow-decision-auto-outline",tags:[]},{name:"mdi-arrow-decision-outline",tags:[]},{name:"mdi-arrow-down",tags:[]},{name:"mdi-arrow-down-bold",tags:[]},{name:"mdi-arrow-down-bold-box",tags:[]},{name:"mdi-arrow-down-bold-box-outline",tags:[]},{name:"mdi-arrow-down-bold-circle",tags:[]},{name:"mdi-arrow-down-bold-circle-outline",tags:[]},{name:"mdi-arrow-down-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-down-bold-outline",tags:[]},{name:"mdi-arrow-down-box",tags:[]},{name:"mdi-arrow-down-circle",tags:[]},{name:"mdi-arrow-down-circle-outline",tags:[]},{name:"mdi-arrow-down-drop-circle",tags:[]},{name:"mdi-arrow-down-drop-circle-outline",tags:[]},{name:"mdi-arrow-down-thick",tags:[]},{name:"mdi-arrow-expand",tags:[]},{name:"mdi-arrow-expand-all",tags:[]},{name:"mdi-arrow-expand-down",tags:[]},{name:"mdi-arrow-expand-horizontal",tags:[]},{name:"mdi-arrow-expand-left",tags:[]},{name:"mdi-arrow-expand-right",tags:[]},{name:"mdi-arrow-expand-up",tags:[]},{name:"mdi-arrow-expand-vertical",tags:[]},{name:"mdi-arrow-horizontal-lock",tags:[]},{name:"mdi-arrow-left",tags:[]},{name:"mdi-arrow-left-bold",tags:[]},{name:"mdi-arrow-left-bold-box",tags:[]},{name:"mdi-arrow-left-bold-box-outline",tags:[]},{name:"mdi-arrow-left-bold-circle",tags:[]},{name:"mdi-arrow-left-bold-circle-outline",tags:[]},{name:"mdi-arrow-left-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-left-bold-outline",tags:[]},{name:"mdi-arrow-left-box",tags:[]},{name:"mdi-arrow-left-circle",tags:[]},{name:"mdi-arrow-left-circle-outline",tags:[]},{name:"mdi-arrow-left-drop-circle",tags:[]},{name:"mdi-arrow-left-drop-circle-outline",tags:[]},{name:"mdi-arrow-left-right",tags:[]},{name:"mdi-arrow-left-right-bold",tags:[]},{name:"mdi-arrow-left-right-bold-outline",tags:[]},{name:"mdi-arrow-left-thick",tags:[]},{name:"mdi-arrow-right",tags:[]},{name:"mdi-arrow-right-bold",tags:[]},{name:"mdi-arrow-right-bold-box",tags:[]},{name:"mdi-arrow-right-bold-box-outline",tags:[]},{name:"mdi-arrow-right-bold-circle",tags:[]},{name:"mdi-arrow-right-bold-circle-outline",tags:[]},{name:"mdi-arrow-right-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-right-bold-outline",tags:[]},{name:"mdi-arrow-right-box",tags:[]},{name:"mdi-arrow-right-circle",tags:[]},{name:"mdi-arrow-right-circle-outline",tags:[]},{name:"mdi-arrow-right-drop-circle",tags:[]},{name:"mdi-arrow-right-drop-circle-outline",tags:[]},{name:"mdi-arrow-right-thick",tags:[]},{name:"mdi-arrow-split-horizontal",tags:[]},{name:"mdi-arrow-split-vertical",tags:[]},{name:"mdi-arrow-top-left",tags:[]},{name:"mdi-arrow-top-left-bold-outline",tags:[]},{name:"mdi-arrow-top-left-bottom-right",tags:[]},{name:"mdi-arrow-top-left-bottom-right-bold",tags:[]},{name:"mdi-arrow-top-left-thick",tags:[]},{name:"mdi-arrow-top-right",tags:[]},{name:"mdi-arrow-top-right-bold-outline",tags:[]},{name:"mdi-arrow-top-right-bottom-left",tags:[]},{name:"mdi-arrow-top-right-bottom-left-bold",tags:[]},{name:"mdi-arrow-top-right-thick",tags:[]},{name:"mdi-arrow-up",tags:[]},{name:"mdi-arrow-up-bold",tags:[]},{name:"mdi-arrow-up-bold-box",tags:[]},{name:"mdi-arrow-up-bold-box-outline",tags:[]},{name:"mdi-arrow-up-bold-circle",tags:[]},{name:"mdi-arrow-up-bold-circle-outline",tags:[]},{name:"mdi-arrow-up-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-up-bold-outline",tags:[]},{name:"mdi-arrow-up-box",tags:[]},{name:"mdi-arrow-up-circle",tags:[]},{name:"mdi-arrow-up-circle-outline",tags:[]},{name:"mdi-arrow-up-down",tags:[]},{name:"mdi-arrow-up-down-bold",tags:[]},{name:"mdi-arrow-up-down-bold-outline",tags:[]},{name:"mdi-arrow-up-drop-circle",tags:[]},{name:"mdi-arrow-up-drop-circle-outline",tags:[]},{name:"mdi-arrow-up-thick",tags:[]},{name:"mdi-arrow-vertical-lock",tags:[]},{name:"mdi-artist",tags:[]},{name:"mdi-artist-outline",tags:[]},{name:"mdi-artstation",tags:[]},{name:"mdi-aspect-ratio",tags:[]},{name:"mdi-assistant",tags:[]},{name:"mdi-asterisk",tags:[]},{name:"mdi-at",tags:[]},{name:"mdi-atlassian",tags:[]},{name:"mdi-atm",tags:[]},{name:"mdi-atom",tags:[]},{name:"mdi-atom-variant",tags:[]},{name:"mdi-attachment",tags:[]},{name:"mdi-audio-video",tags:[]},{name:"mdi-audio-video-off",tags:[]},{name:"mdi-audiobook",tags:[]},{name:"mdi-augmented-reality",tags:[]},{name:"mdi-auto-download",tags:[]},{name:"mdi-auto-fix",tags:[]},{name:"mdi-auto-upload",tags:[]},{name:"mdi-autorenew",tags:[]},{name:"mdi-av-timer",tags:[]},{name:"mdi-aws",tags:[]},{name:"mdi-axe",tags:[]},{name:"mdi-axis",tags:[]},{name:"mdi-axis-arrow",tags:[]},{name:"mdi-axis-arrow-lock",tags:[]},{name:"mdi-axis-lock",tags:[]},{name:"mdi-axis-x-arrow",tags:[]},{name:"mdi-axis-x-arrow-lock",tags:[]},{name:"mdi-axis-x-rotate-clockwise",tags:[]},{name:"mdi-axis-x-rotate-counterclockwise",tags:[]},{name:"mdi-axis-x-y-arrow-lock",tags:[]},{name:"mdi-axis-y-arrow",tags:[]},{name:"mdi-axis-y-arrow-lock",tags:[]},{name:"mdi-axis-y-rotate-clockwise",tags:[]},{name:"mdi-axis-y-rotate-counterclockwise",tags:[]},{name:"mdi-axis-z-arrow",tags:[]},{name:"mdi-axis-z-arrow-lock",tags:[]},{name:"mdi-axis-z-rotate-clockwise",tags:[]},{name:"mdi-axis-z-rotate-counterclockwise",tags:[]},{name:"mdi-azure",tags:[]},{name:"mdi-azure-devops",tags:[]},{name:"mdi-babel",tags:[]},{name:"mdi-baby",tags:[]},{name:"mdi-baby-bottle",tags:[]},{name:"mdi-baby-bottle-outline",tags:[]},{name:"mdi-baby-carriage",tags:[]},{name:"mdi-baby-carriage-off",tags:[]},{name:"mdi-baby-face",tags:[]},{name:"mdi-baby-face-outline",tags:[]},{name:"mdi-backburger",tags:[]},{name:"mdi-backspace",tags:[]},{name:"mdi-backspace-outline",tags:[]},{name:"mdi-backspace-reverse",tags:[]},{name:"mdi-backspace-reverse-outline",tags:[]},{name:"mdi-backup-restore",tags:[]},{name:"mdi-bacteria",tags:[]},{name:"mdi-bacteria-outline",tags:[]},{name:"mdi-badminton",tags:[]},{name:"mdi-bag-carry-on",tags:[]},{name:"mdi-bag-carry-on-check",tags:[]},{name:"mdi-bag-carry-on-off",tags:[]},{name:"mdi-bag-checked",tags:[]},{name:"mdi-bag-personal",tags:[]},{name:"mdi-bag-personal-off",tags:[]},{name:"mdi-bag-personal-off-outline",tags:[]},{name:"mdi-bag-personal-outline",tags:[]},{name:"mdi-baguette",tags:[]},{name:"mdi-balloon",tags:[]},{name:"mdi-ballot",tags:[]},{name:"mdi-ballot-outline",tags:[]},{name:"mdi-ballot-recount",tags:[]},{name:"mdi-ballot-recount-outline",tags:[]},{name:"mdi-bandage",tags:[]},{name:"mdi-bandcamp",tags:[]},{name:"mdi-bank",tags:[]},{name:"mdi-bank-minus",tags:[]},{name:"mdi-bank-outline",tags:[]},{name:"mdi-bank-plus",tags:[]},{name:"mdi-bank-remove",tags:[]},{name:"mdi-bank-transfer",tags:[]},{name:"mdi-bank-transfer-in",tags:[]},{name:"mdi-bank-transfer-out",tags:[]},{name:"mdi-barcode",tags:[]},{name:"mdi-barcode-off",tags:[]},{name:"mdi-barcode-scan",tags:[]},{name:"mdi-barley",tags:[]},{name:"mdi-barley-off",tags:[]},{name:"mdi-barn",tags:[]},{name:"mdi-barrel",tags:[]},{name:"mdi-baseball",tags:[]},{name:"mdi-baseball-bat",tags:[]},{name:"mdi-basecamp",tags:[]},{name:"mdi-bash",tags:[]},{name:"mdi-basket",tags:[]},{name:"mdi-basket-fill",tags:[]},{name:"mdi-basket-outline",tags:[]},{name:"mdi-basket-unfill",tags:[]},{name:"mdi-basketball",tags:[]},{name:"mdi-basketball-hoop",tags:[]},{name:"mdi-basketball-hoop-outline",tags:[]},{name:"mdi-bat",tags:[]},{name:"mdi-battery",tags:[]},{name:"mdi-battery-10",tags:[]},{name:"mdi-battery-10-bluetooth",tags:[]},{name:"mdi-battery-20",tags:[]},{name:"mdi-battery-20-bluetooth",tags:[]},{name:"mdi-battery-30",tags:[]},{name:"mdi-battery-30-bluetooth",tags:[]},{name:"mdi-battery-40",tags:[]},{name:"mdi-battery-40-bluetooth",tags:[]},{name:"mdi-battery-50",tags:[]},{name:"mdi-battery-50-bluetooth",tags:[]},{name:"mdi-battery-60",tags:[]},{name:"mdi-battery-60-bluetooth",tags:[]},{name:"mdi-battery-70",tags:[]},{name:"mdi-battery-70-bluetooth",tags:[]},{name:"mdi-battery-80",tags:[]},{name:"mdi-battery-80-bluetooth",tags:[]},{name:"mdi-battery-90",tags:[]},{name:"mdi-battery-90-bluetooth",tags:[]},{name:"mdi-battery-alert",tags:[]},{name:"mdi-battery-alert-bluetooth",tags:[]},{name:"mdi-battery-alert-variant",tags:[]},{name:"mdi-battery-alert-variant-outline",tags:[]},{name:"mdi-battery-bluetooth",tags:[]},{name:"mdi-battery-bluetooth-variant",tags:[]},{name:"mdi-battery-charging",tags:[]},{name:"mdi-battery-charging-10",tags:[]},{name:"mdi-battery-charging-100",tags:[]},{name:"mdi-battery-charging-20",tags:[]},{name:"mdi-battery-charging-30",tags:[]},{name:"mdi-battery-charging-40",tags:[]},{name:"mdi-battery-charging-50",tags:[]},{name:"mdi-battery-charging-60",tags:[]},{name:"mdi-battery-charging-70",tags:[]},{name:"mdi-battery-charging-80",tags:[]},{name:"mdi-battery-charging-90",tags:[]},{name:"mdi-battery-charging-high",tags:[]},{name:"mdi-battery-charging-low",tags:[]},{name:"mdi-battery-charging-medium",tags:[]},{name:"mdi-battery-charging-outline",tags:[]},{name:"mdi-battery-charging-wireless",tags:[]},{name:"mdi-battery-charging-wireless-10",tags:[]},{name:"mdi-battery-charging-wireless-20",tags:[]},{name:"mdi-battery-charging-wireless-30",tags:[]},{name:"mdi-battery-charging-wireless-40",tags:[]},{name:"mdi-battery-charging-wireless-50",tags:[]},{name:"mdi-battery-charging-wireless-60",tags:[]},{name:"mdi-battery-charging-wireless-70",tags:[]},{name:"mdi-battery-charging-wireless-80",tags:[]},{name:"mdi-battery-charging-wireless-90",tags:[]},{name:"mdi-battery-charging-wireless-alert",tags:[]},{name:"mdi-battery-charging-wireless-outline",tags:[]},{name:"mdi-battery-heart",tags:[]},{name:"mdi-battery-heart-outline",tags:[]},{name:"mdi-battery-heart-variant",tags:[]},{name:"mdi-battery-high",tags:[]},{name:"mdi-battery-low",tags:[]},{name:"mdi-battery-medium",tags:[]},{name:"mdi-battery-minus",tags:[]},{name:"mdi-battery-negative",tags:[]},{name:"mdi-battery-off",tags:[]},{name:"mdi-battery-off-outline",tags:[]},{name:"mdi-battery-outline",tags:[]},{name:"mdi-battery-plus",tags:[]},{name:"mdi-battery-positive",tags:[]},{name:"mdi-battery-unknown",tags:[]},{name:"mdi-battery-unknown-bluetooth",tags:[]},{name:"mdi-battlenet",tags:[]},{name:"mdi-beach",tags:[]},{name:"mdi-beaker",tags:[]},{name:"mdi-beaker-alert",tags:[]},{name:"mdi-beaker-alert-outline",tags:[]},{name:"mdi-beaker-check",tags:[]},{name:"mdi-beaker-check-outline",tags:[]},{name:"mdi-beaker-minus",tags:[]},{name:"mdi-beaker-minus-outline",tags:[]},{name:"mdi-beaker-outline",tags:[]},{name:"mdi-beaker-plus",tags:[]},{name:"mdi-beaker-plus-outline",tags:[]},{name:"mdi-beaker-question",tags:[]},{name:"mdi-beaker-question-outline",tags:[]},{name:"mdi-beaker-remove",tags:[]},{name:"mdi-beaker-remove-outline",tags:[]},{name:"mdi-beats",tags:[]},{name:"mdi-bed-double",tags:[]},{name:"mdi-bed-double-outline",tags:[]},{name:"mdi-bed-empty",tags:[]},{name:"mdi-bed-king",tags:[]},{name:"mdi-bed-king-outline",tags:[]},{name:"mdi-bed-queen",tags:[]},{name:"mdi-bed-queen-outline",tags:[]},{name:"mdi-bed-single",tags:[]},{name:"mdi-bed-single-outline",tags:[]},{name:"mdi-bee",tags:[]},{name:"mdi-bee-flower",tags:[]},{name:"mdi-beehive-outline",tags:[]},{name:"mdi-beer",tags:[]},{name:"mdi-beer-outline",tags:[]},{name:"mdi-behance",tags:[]},{name:"mdi-bell",tags:[]},{name:"mdi-bell-alert",tags:[]},{name:"mdi-bell-alert-outline",tags:[]},{name:"mdi-bell-check",tags:[]},{name:"mdi-bell-check-outline",tags:[]},{name:"mdi-bell-circle",tags:[]},{name:"mdi-bell-circle-outline",tags:[]},{name:"mdi-bell-off",tags:[]},{name:"mdi-bell-off-outline",tags:[]},{name:"mdi-bell-outline",tags:[]},{name:"mdi-bell-plus",tags:[]},{name:"mdi-bell-plus-outline",tags:[]},{name:"mdi-bell-ring",tags:[]},{name:"mdi-bell-ring-outline",tags:[]},{name:"mdi-bell-sleep",tags:[]},{name:"mdi-bell-sleep-outline",tags:[]},{name:"mdi-beta",tags:[]},{name:"mdi-betamax",tags:[]},{name:"mdi-biathlon",tags:[]},{name:"mdi-bible",tags:[]},{name:"mdi-bicycle",tags:[]},{name:"mdi-bicycle-basket",tags:[]},{name:"mdi-bike",tags:[]},{name:"mdi-bike-fast",tags:[]},{name:"mdi-billboard",tags:[]},{name:"mdi-billiards",tags:[]},{name:"mdi-billiards-rack",tags:[]},{name:"mdi-bing",tags:[]},{name:"mdi-binoculars",tags:[]},{name:"mdi-bio",tags:[]},{name:"mdi-biohazard",tags:[]},{name:"mdi-bitbucket",tags:[]},{name:"mdi-bitcoin",tags:[]},{name:"mdi-black-mesa",tags:[]},{name:"mdi-blackberry",tags:[]},{name:"mdi-blender",tags:[]},{name:"mdi-blender-software",tags:[]},{name:"mdi-blinds",tags:[]},{name:"mdi-blinds-open",tags:[]},{name:"mdi-block-helper",tags:[]},{name:"mdi-blogger",tags:[]},{name:"mdi-blood-bag",tags:[]},{name:"mdi-bluetooth",tags:[]},{name:"mdi-bluetooth-audio",tags:[]},{name:"mdi-bluetooth-connect",tags:[]},{name:"mdi-bluetooth-off",tags:[]},{name:"mdi-bluetooth-settings",tags:[]},{name:"mdi-bluetooth-transfer",tags:[]},{name:"mdi-blur",tags:[]},{name:"mdi-blur-linear",tags:[]},{name:"mdi-blur-off",tags:[]},{name:"mdi-blur-radial",tags:[]},{name:"mdi-bolnisi-cross",tags:[]},{name:"mdi-bolt",tags:[]},{name:"mdi-bomb",tags:[]},{name:"mdi-bomb-off",tags:[]},{name:"mdi-bone",tags:[]},{name:"mdi-book",tags:[]},{name:"mdi-book-information-variant",tags:[]},{name:"mdi-book-lock",tags:[]},{name:"mdi-book-lock-open",tags:[]},{name:"mdi-book-minus",tags:[]},{name:"mdi-book-minus-multiple",tags:[]},{name:"mdi-book-multiple",tags:[]},{name:"mdi-book-open",tags:[]},{name:"mdi-book-open-outline",tags:[]},{name:"mdi-book-open-page-variant",tags:[]},{name:"mdi-book-open-variant",tags:[]},{name:"mdi-book-outline",tags:[]},{name:"mdi-book-play",tags:[]},{name:"mdi-book-play-outline",tags:[]},{name:"mdi-book-plus",tags:[]},{name:"mdi-book-plus-multiple",tags:[]},{name:"mdi-book-remove",tags:[]},{name:"mdi-book-remove-multiple",tags:[]},{name:"mdi-book-search",tags:[]},{name:"mdi-book-search-outline",tags:[]},{name:"mdi-book-variant",tags:[]},{name:"mdi-book-variant-multiple",tags:[]},{name:"mdi-bookmark",tags:[]},{name:"mdi-bookmark-check",tags:[]},{name:"mdi-bookmark-check-outline",tags:[]},{name:"mdi-bookmark-minus",tags:[]},{name:"mdi-bookmark-minus-outline",tags:[]},{name:"mdi-bookmark-multiple",tags:[]},{name:"mdi-bookmark-multiple-outline",tags:[]},{name:"mdi-bookmark-music",tags:[]},{name:"mdi-bookmark-music-outline",tags:[]},{name:"mdi-bookmark-off",tags:[]},{name:"mdi-bookmark-off-outline",tags:[]},{name:"mdi-bookmark-outline",tags:[]},{name:"mdi-bookmark-plus",tags:[]},{name:"mdi-bookmark-plus-outline",tags:[]},{name:"mdi-bookmark-remove",tags:[]},{name:"mdi-bookmark-remove-outline",tags:[]},{name:"mdi-bookshelf",tags:[]},{name:"mdi-boom-gate",tags:[]},{name:"mdi-boom-gate-alert",tags:[]},{name:"mdi-boom-gate-alert-outline",tags:[]},{name:"mdi-boom-gate-down",tags:[]},{name:"mdi-boom-gate-down-outline",tags:[]},{name:"mdi-boom-gate-outline",tags:[]},{name:"mdi-boom-gate-up",tags:[]},{name:"mdi-boom-gate-up-outline",tags:[]},{name:"mdi-boombox",tags:[]},{name:"mdi-boomerang",tags:[]},{name:"mdi-bootstrap",tags:[]},{name:"mdi-border-all",tags:[]},{name:"mdi-border-all-variant",tags:[]},{name:"mdi-border-bottom",tags:[]},{name:"mdi-border-bottom-variant",tags:[]},{name:"mdi-border-color",tags:[]},{name:"mdi-border-horizontal",tags:[]},{name:"mdi-border-inside",tags:[]},{name:"mdi-border-left",tags:[]},{name:"mdi-border-left-variant",tags:[]},{name:"mdi-border-none",tags:[]},{name:"mdi-border-none-variant",tags:[]},{name:"mdi-border-outside",tags:[]},{name:"mdi-border-right",tags:[]},{name:"mdi-border-right-variant",tags:[]},{name:"mdi-border-style",tags:[]},{name:"mdi-border-top",tags:[]},{name:"mdi-border-top-variant",tags:[]},{name:"mdi-border-vertical",tags:[]},{name:"mdi-bottle-soda",tags:[]},{name:"mdi-bottle-soda-classic",tags:[]},{name:"mdi-bottle-soda-classic-outline",tags:[]},{name:"mdi-bottle-soda-outline",tags:[]},{name:"mdi-bottle-tonic",tags:[]},{name:"mdi-bottle-tonic-outline",tags:[]},{name:"mdi-bottle-tonic-plus",tags:[]},{name:"mdi-bottle-tonic-plus-outline",tags:[]},{name:"mdi-bottle-tonic-skull",tags:[]},{name:"mdi-bottle-tonic-skull-outline",tags:[]},{name:"mdi-bottle-wine",tags:[]},{name:"mdi-bottle-wine-outline",tags:[]},{name:"mdi-bow-tie",tags:[]},{name:"mdi-bowl",tags:[]},{name:"mdi-bowling",tags:[]},{name:"mdi-box",tags:[]},{name:"mdi-box-cutter",tags:[]},{name:"mdi-box-shadow",tags:[]},{name:"mdi-boxing-glove",tags:[]},{name:"mdi-braille",tags:[]},{name:"mdi-brain",tags:[]},{name:"mdi-bread-slice",tags:[]},{name:"mdi-bread-slice-outline",tags:[]},{name:"mdi-bridge",tags:[]},{name:"mdi-briefcase",tags:[]},{name:"mdi-briefcase-account",tags:[]},{name:"mdi-briefcase-account-outline",tags:[]},{name:"mdi-briefcase-check",tags:[]},{name:"mdi-briefcase-check-outline",tags:[]},{name:"mdi-briefcase-clock",tags:[]},{name:"mdi-briefcase-clock-outline",tags:[]},{name:"mdi-briefcase-download",tags:[]},{name:"mdi-briefcase-download-outline",tags:[]},{name:"mdi-briefcase-edit",tags:[]},{name:"mdi-briefcase-edit-outline",tags:[]},{name:"mdi-briefcase-minus",tags:[]},{name:"mdi-briefcase-minus-outline",tags:[]},{name:"mdi-briefcase-outline",tags:[]},{name:"mdi-briefcase-plus",tags:[]},{name:"mdi-briefcase-plus-outline",tags:[]},{name:"mdi-briefcase-remove",tags:[]},{name:"mdi-briefcase-remove-outline",tags:[]},{name:"mdi-briefcase-search",tags:[]},{name:"mdi-briefcase-search-outline",tags:[]},{name:"mdi-briefcase-upload",tags:[]},{name:"mdi-briefcase-upload-outline",tags:[]},{name:"mdi-brightness-1",tags:[]},{name:"mdi-brightness-2",tags:[]},{name:"mdi-brightness-3",tags:[]},{name:"mdi-brightness-4",tags:[]},{name:"mdi-brightness-5",tags:[]},{name:"mdi-brightness-6",tags:[]},{name:"mdi-brightness-7",tags:[]},{name:"mdi-brightness-auto",tags:[]},{name:"mdi-brightness-percent",tags:[]},{name:"mdi-broom",tags:[]},{name:"mdi-brush",tags:[]},{name:"mdi-buddhism",tags:[]},{name:"mdi-buffer",tags:[]},{name:"mdi-bug",tags:[]},{name:"mdi-bug-check",tags:[]},{name:"mdi-bug-check-outline",tags:[]},{name:"mdi-bug-outline",tags:[]},{name:"mdi-bugle",tags:[]},{name:"mdi-bulldozer",tags:[]},{name:"mdi-bullet",tags:[]},{name:"mdi-bulletin-board",tags:[]},{name:"mdi-bullhorn",tags:[]},{name:"mdi-bullhorn-outline",tags:[]},{name:"mdi-bullseye",tags:[]},{name:"mdi-bullseye-arrow",tags:[]},{name:"mdi-bulma",tags:[]},{name:"mdi-bunk-bed",tags:[]},{name:"mdi-bus",tags:[]},{name:"mdi-bus-alert",tags:[]},{name:"mdi-bus-articulated-end",tags:[]},{name:"mdi-bus-articulated-front",tags:[]},{name:"mdi-bus-clock",tags:[]},{name:"mdi-bus-double-decker",tags:[]},{name:"mdi-bus-marker",tags:[]},{name:"mdi-bus-multiple",tags:[]},{name:"mdi-bus-school",tags:[]},{name:"mdi-bus-side",tags:[]},{name:"mdi-bus-stop",tags:[]},{name:"mdi-bus-stop-covered",tags:[]},{name:"mdi-bus-stop-uncovered",tags:[]},{name:"mdi-cached",tags:[]},{name:"mdi-cactus",tags:[]},{name:"mdi-cake",tags:[]},{name:"mdi-cake-layered",tags:[]},{name:"mdi-cake-variant",tags:[]},{name:"mdi-calculator",tags:[]},{name:"mdi-calculator-variant",tags:[]},{name:"mdi-calendar",tags:[]},{name:"mdi-calendar-account",tags:[]},{name:"mdi-calendar-account-outline",tags:[]},{name:"mdi-calendar-alert",tags:[]},{name:"mdi-calendar-arrow-left",tags:[]},{name:"mdi-calendar-arrow-right",tags:[]},{name:"mdi-calendar-blank",tags:[]},{name:"mdi-calendar-blank-multiple",tags:[]},{name:"mdi-calendar-blank-outline",tags:[]},{name:"mdi-calendar-check",tags:[]},{name:"mdi-calendar-check-outline",tags:[]},{name:"mdi-calendar-clock",tags:[]},{name:"mdi-calendar-edit",tags:[]},{name:"mdi-calendar-export",tags:[]},{name:"mdi-calendar-heart",tags:[]},{name:"mdi-calendar-import",tags:[]},{name:"mdi-calendar-minus",tags:[]},{name:"mdi-calendar-month",tags:[]},{name:"mdi-calendar-month-outline",tags:[]},{name:"mdi-calendar-multiple",tags:[]},{name:"mdi-calendar-multiple-check",tags:[]},{name:"mdi-calendar-multiselect",tags:[]},{name:"mdi-calendar-outline",tags:[]},{name:"mdi-calendar-plus",tags:[]},{name:"mdi-calendar-question",tags:[]},{name:"mdi-calendar-range",tags:[]},{name:"mdi-calendar-range-outline",tags:[]},{name:"mdi-calendar-remove",tags:[]},{name:"mdi-calendar-remove-outline",tags:[]},{name:"mdi-calendar-repeat",tags:[]},{name:"mdi-calendar-repeat-outline",tags:[]},{name:"mdi-calendar-search",tags:[]},{name:"mdi-calendar-star",tags:[]},{name:"mdi-calendar-text",tags:[]},{name:"mdi-calendar-text-outline",tags:[]},{name:"mdi-calendar-today",tags:[]},{name:"mdi-calendar-week",tags:[]},{name:"mdi-calendar-week-begin",tags:[]},{name:"mdi-calendar-weekend",tags:[]},{name:"mdi-calendar-weekend-outline",tags:[]},{name:"mdi-call-made",tags:[]},{name:"mdi-call-merge",tags:[]},{name:"mdi-call-missed",tags:[]},{name:"mdi-call-received",tags:[]},{name:"mdi-call-split",tags:[]},{name:"mdi-camcorder",tags:[]},{name:"mdi-camcorder-box",tags:[]},{name:"mdi-camcorder-box-off",tags:[]},{name:"mdi-camcorder-off",tags:[]},{name:"mdi-camera",tags:[]},{name:"mdi-camera-account",tags:[]},{name:"mdi-camera-burst",tags:[]},{name:"mdi-camera-control",tags:[]},{name:"mdi-camera-enhance",tags:[]},{name:"mdi-camera-enhance-outline",tags:[]},{name:"mdi-camera-front",tags:[]},{name:"mdi-camera-front-variant",tags:[]},{name:"mdi-camera-gopro",tags:[]},{name:"mdi-camera-image",tags:[]},{name:"mdi-camera-iris",tags:[]},{name:"mdi-camera-metering-center",tags:[]},{name:"mdi-camera-metering-matrix",tags:[]},{name:"mdi-camera-metering-partial",tags:[]},{name:"mdi-camera-metering-spot",tags:[]},{name:"mdi-camera-off",tags:[]},{name:"mdi-camera-outline",tags:[]},{name:"mdi-camera-party-mode",tags:[]},{name:"mdi-camera-plus",tags:[]},{name:"mdi-camera-plus-outline",tags:[]},{name:"mdi-camera-rear",tags:[]},{name:"mdi-camera-rear-variant",tags:[]},{name:"mdi-camera-retake",tags:[]},{name:"mdi-camera-retake-outline",tags:[]},{name:"mdi-camera-switch",tags:[]},{name:"mdi-camera-timer",tags:[]},{name:"mdi-camera-wireless",tags:[]},{name:"mdi-camera-wireless-outline",tags:[]},{name:"mdi-campfire",tags:[]},{name:"mdi-cancel",tags:[]},{name:"mdi-candle",tags:[]},{name:"mdi-candycane",tags:[]},{name:"mdi-cannabis",tags:[]},{name:"mdi-caps-lock",tags:[]},{name:"mdi-car",tags:[]},{name:"mdi-car-2-plus",tags:[]},{name:"mdi-car-3-plus",tags:[]},{name:"mdi-car-back",tags:[]},{name:"mdi-car-battery",tags:[]},{name:"mdi-car-brake-abs",tags:[]},{name:"mdi-car-brake-alert",tags:[]},{name:"mdi-car-brake-hold",tags:[]},{name:"mdi-car-brake-parking",tags:[]},{name:"mdi-car-brake-retarder",tags:[]},{name:"mdi-car-child-seat",tags:[]},{name:"mdi-car-clutch",tags:[]},{name:"mdi-car-connected",tags:[]},{name:"mdi-car-convertible",tags:[]},{name:"mdi-car-coolant-level",tags:[]},{name:"mdi-car-cruise-control",tags:[]},{name:"mdi-car-defrost-front",tags:[]},{name:"mdi-car-defrost-rear",tags:[]},{name:"mdi-car-door",tags:[]},{name:"mdi-car-door-lock",tags:[]},{name:"mdi-car-electric",tags:[]},{name:"mdi-car-esp",tags:[]},{name:"mdi-car-estate",tags:[]},{name:"mdi-car-hatchback",tags:[]},{name:"mdi-car-info",tags:[]},{name:"mdi-car-key",tags:[]},{name:"mdi-car-light-dimmed",tags:[]},{name:"mdi-car-light-fog",tags:[]},{name:"mdi-car-light-high",tags:[]},{name:"mdi-car-limousine",tags:[]},{name:"mdi-car-multiple",tags:[]},{name:"mdi-car-off",tags:[]},{name:"mdi-car-parking-lights",tags:[]},{name:"mdi-car-pickup",tags:[]},{name:"mdi-car-seat",tags:[]},{name:"mdi-car-seat-cooler",tags:[]},{name:"mdi-car-seat-heater",tags:[]},{name:"mdi-car-shift-pattern",tags:[]},{name:"mdi-car-side",tags:[]},{name:"mdi-car-sports",tags:[]},{name:"mdi-car-tire-alert",tags:[]},{name:"mdi-car-traction-control",tags:[]},{name:"mdi-car-turbocharger",tags:[]},{name:"mdi-car-wash",tags:[]},{name:"mdi-car-windshield",tags:[]},{name:"mdi-car-windshield-outline",tags:[]},{name:"mdi-caravan",tags:[]},{name:"mdi-card",tags:[]},{name:"mdi-card-bulleted",tags:[]},{name:"mdi-card-bulleted-off",tags:[]},{name:"mdi-card-bulleted-off-outline",tags:[]},{name:"mdi-card-bulleted-outline",tags:[]},{name:"mdi-card-bulleted-settings",tags:[]},{name:"mdi-card-bulleted-settings-outline",tags:[]},{name:"mdi-card-outline",tags:[]},{name:"mdi-card-plus",tags:[]},{name:"mdi-card-plus-outline",tags:[]},{name:"mdi-card-search",tags:[]},{name:"mdi-card-search-outline",tags:[]},{name:"mdi-card-text",tags:[]},{name:"mdi-card-text-outline",tags:[]},{name:"mdi-cards",tags:[]},{name:"mdi-cards-club",tags:[]},{name:"mdi-cards-diamond",tags:[]},{name:"mdi-cards-diamond-outline",tags:[]},{name:"mdi-cards-heart",tags:[]},{name:"mdi-cards-outline",tags:[]},{name:"mdi-cards-playing-outline",tags:[]},{name:"mdi-cards-spade",tags:[]},{name:"mdi-cards-variant",tags:[]},{name:"mdi-carrot",tags:[]},{name:"mdi-cart",tags:[]},{name:"mdi-cart-arrow-down",tags:[]},{name:"mdi-cart-arrow-right",tags:[]},{name:"mdi-cart-arrow-up",tags:[]},{name:"mdi-cart-minus",tags:[]},{name:"mdi-cart-off",tags:[]},{name:"mdi-cart-outline",tags:[]},{name:"mdi-cart-plus",tags:[]},{name:"mdi-cart-remove",tags:[]},{name:"mdi-case-sensitive-alt",tags:[]},{name:"mdi-cash",tags:[]},{name:"mdi-cash-100",tags:[]},{name:"mdi-cash-marker",tags:[]},{name:"mdi-cash-minus",tags:[]},{name:"mdi-cash-multiple",tags:[]},{name:"mdi-cash-plus",tags:[]},{name:"mdi-cash-refund",tags:[]},{name:"mdi-cash-register",tags:[]},{name:"mdi-cash-remove",tags:[]},{name:"mdi-cash-usd",tags:[]},{name:"mdi-cash-usd-outline",tags:[]},{name:"mdi-cassette",tags:[]},{name:"mdi-cast",tags:[]},{name:"mdi-cast-audio",tags:[]},{name:"mdi-cast-connected",tags:[]},{name:"mdi-cast-education",tags:[]},{name:"mdi-cast-off",tags:[]},{name:"mdi-castle",tags:[]},{name:"mdi-cat",tags:[]},{name:"mdi-cctv",tags:[]},{name:"mdi-ceiling-light",tags:[]},{name:"mdi-cellphone",tags:[]},{name:"mdi-cellphone-android",tags:[]},{name:"mdi-cellphone-arrow-down",tags:[]},{name:"mdi-cellphone-basic",tags:[]},{name:"mdi-cellphone-dock",tags:[]},{name:"mdi-cellphone-erase",tags:[]},{name:"mdi-cellphone-information",tags:[]},{name:"mdi-cellphone-iphone",tags:[]},{name:"mdi-cellphone-key",tags:[]},{name:"mdi-cellphone-link",tags:[]},{name:"mdi-cellphone-link-off",tags:[]},{name:"mdi-cellphone-lock",tags:[]},{name:"mdi-cellphone-message",tags:[]},{name:"mdi-cellphone-message-off",tags:[]},{name:"mdi-cellphone-nfc",tags:[]},{name:"mdi-cellphone-nfc-off",tags:[]},{name:"mdi-cellphone-off",tags:[]},{name:"mdi-cellphone-play",tags:[]},{name:"mdi-cellphone-screenshot",tags:[]},{name:"mdi-cellphone-settings",tags:[]},{name:"mdi-cellphone-settings-variant",tags:[]},{name:"mdi-cellphone-sound",tags:[]},{name:"mdi-cellphone-text",tags:[]},{name:"mdi-cellphone-wireless",tags:[]},{name:"mdi-celtic-cross",tags:[]},{name:"mdi-centos",tags:[]},{name:"mdi-certificate",tags:[]},{name:"mdi-certificate-outline",tags:[]},{name:"mdi-chair-rolling",tags:[]},{name:"mdi-chair-school",tags:[]},{name:"mdi-charity",tags:[]},{name:"mdi-chart-arc",tags:[]},{name:"mdi-chart-areaspline",tags:[]},{name:"mdi-chart-areaspline-variant",tags:[]},{name:"mdi-chart-bar",tags:[]},{name:"mdi-chart-bar-stacked",tags:[]},{name:"mdi-chart-bell-curve",tags:[]},{name:"mdi-chart-bell-curve-cumulative",tags:[]},{name:"mdi-chart-bubble",tags:[]},{name:"mdi-chart-donut",tags:[]},{name:"mdi-chart-donut-variant",tags:[]},{name:"mdi-chart-gantt",tags:[]},{name:"mdi-chart-histogram",tags:[]},{name:"mdi-chart-line",tags:[]},{name:"mdi-chart-line-stacked",tags:[]},{name:"mdi-chart-line-variant",tags:[]},{name:"mdi-chart-multiline",tags:[]},{name:"mdi-chart-multiple",tags:[]},{name:"mdi-chart-pie",tags:[]},{name:"mdi-chart-ppf",tags:[]},{name:"mdi-chart-scatter-plot",tags:[]},{name:"mdi-chart-scatter-plot-hexbin",tags:[]},{name:"mdi-chart-snakey",tags:[]},{name:"mdi-chart-snakey-variant",tags:[]},{name:"mdi-chart-timeline",tags:[]},{name:"mdi-chart-timeline-variant",tags:[]},{name:"mdi-chart-tree",tags:[]},{name:"mdi-chat",tags:[]},{name:"mdi-chat-alert",tags:[]},{name:"mdi-chat-alert-outline",tags:[]},{name:"mdi-chat-outline",tags:[]},{name:"mdi-chat-processing",tags:[]},{name:"mdi-chat-processing-outline",tags:[]},{name:"mdi-chat-sleep",tags:[]},{name:"mdi-chat-sleep-outline",tags:[]},{name:"mdi-check",tags:[]},{name:"mdi-check-all",tags:[]},{name:"mdi-check-bold",tags:[]},{name:"mdi-check-box-multiple-outline",tags:[]},{name:"mdi-check-box-outline",tags:[]},{name:"mdi-check-circle",tags:[]},{name:"mdi-check-circle-outline",tags:[]},{name:"mdi-check-decagram",tags:[]},{name:"mdi-check-network",tags:[]},{name:"mdi-check-network-outline",tags:[]},{name:"mdi-check-outline",tags:[]},{name:"mdi-check-underline",tags:[]},{name:"mdi-check-underline-circle",tags:[]},{name:"mdi-check-underline-circle-outline",tags:[]},{name:"mdi-checkbook",tags:[]},{name:"mdi-checkbox-blank",tags:[]},{name:"mdi-checkbox-blank-circle",tags:[]},{name:"mdi-checkbox-blank-circle-outline",tags:[]},{name:"mdi-checkbox-blank-off",tags:[]},{name:"mdi-checkbox-blank-off-outline",tags:[]},{name:"mdi-checkbox-blank-outline",tags:[]},{name:"mdi-checkbox-intermediate",tags:[]},{name:"mdi-checkbox-marked",tags:[]},{name:"mdi-checkbox-marked-circle",tags:[]},{name:"mdi-checkbox-marked-circle-outline",tags:[]},{name:"mdi-checkbox-marked-outline",tags:[]},{name:"mdi-checkbox-multiple-blank",tags:[]},{name:"mdi-checkbox-multiple-blank-circle",tags:[]},{name:"mdi-checkbox-multiple-blank-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-blank-outline",tags:[]},{name:"mdi-checkbox-multiple-marked",tags:[]},{name:"mdi-checkbox-multiple-marked-circle",tags:[]},{name:"mdi-checkbox-multiple-marked-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-marked-outline",tags:[]},{name:"mdi-checkerboard",tags:[]},{name:"mdi-checkerboard-minus",tags:[]},{name:"mdi-checkerboard-plus",tags:[]},{name:"mdi-checkerboard-remove",tags:[]},{name:"mdi-cheese",tags:[]},{name:"mdi-chef-hat",tags:[]},{name:"mdi-chemical-weapon",tags:[]},{name:"mdi-chess-bishop",tags:[]},{name:"mdi-chess-king",tags:[]},{name:"mdi-chess-knight",tags:[]},{name:"mdi-chess-pawn",tags:[]},{name:"mdi-chess-queen",tags:[]},{name:"mdi-chess-rook",tags:[]},{name:"mdi-chevron-double-down",tags:[]},{name:"mdi-chevron-double-left",tags:[]},{name:"mdi-chevron-double-right",tags:[]},{name:"mdi-chevron-double-up",tags:[]},{name:"mdi-chevron-down",tags:[]},{name:"mdi-chevron-down-box",tags:[]},{name:"mdi-chevron-down-box-outline",tags:[]},{name:"mdi-chevron-down-circle",tags:[]},{name:"mdi-chevron-down-circle-outline",tags:[]},{name:"mdi-chevron-left",tags:[]},{name:"mdi-chevron-left-box",tags:[]},{name:"mdi-chevron-left-box-outline",tags:[]},{name:"mdi-chevron-left-circle",tags:[]},{name:"mdi-chevron-left-circle-outline",tags:[]},{name:"mdi-chevron-right",tags:[]},{name:"mdi-chevron-right-box",tags:[]},{name:"mdi-chevron-right-box-outline",tags:[]},{name:"mdi-chevron-right-circle",tags:[]},{name:"mdi-chevron-right-circle-outline",tags:[]},{name:"mdi-chevron-triple-down",tags:[]},{name:"mdi-chevron-triple-left",tags:[]},{name:"mdi-chevron-triple-right",tags:[]},{name:"mdi-chevron-triple-up",tags:[]},{name:"mdi-chevron-up",tags:[]},{name:"mdi-chevron-up-box",tags:[]},{name:"mdi-chevron-up-box-outline",tags:[]},{name:"mdi-chevron-up-circle",tags:[]},{name:"mdi-chevron-up-circle-outline",tags:[]},{name:"mdi-chili-hot",tags:[]},{name:"mdi-chili-medium",tags:[]},{name:"mdi-chili-mild",tags:[]},{name:"mdi-chip",tags:[]},{name:"mdi-christianity",tags:[]},{name:"mdi-christianity-outline",tags:[]},{name:"mdi-church",tags:[]},{name:"mdi-cigar",tags:[]},{name:"mdi-circle",tags:[]},{name:"mdi-circle-double",tags:[]},{name:"mdi-circle-edit-outline",tags:[]},{name:"mdi-circle-expand",tags:[]},{name:"mdi-circle-medium",tags:[]},{name:"mdi-circle-off-outline",tags:[]},{name:"mdi-circle-outline",tags:[]},{name:"mdi-circle-slice-1",tags:[]},{name:"mdi-circle-slice-2",tags:[]},{name:"mdi-circle-slice-3",tags:[]},{name:"mdi-circle-slice-4",tags:[]},{name:"mdi-circle-slice-5",tags:[]},{name:"mdi-circle-slice-6",tags:[]},{name:"mdi-circle-slice-7",tags:[]},{name:"mdi-circle-slice-8",tags:[]},{name:"mdi-circle-small",tags:[]},{name:"mdi-circular-saw",tags:[]},{name:"mdi-cisco-webex",tags:[]},{name:"mdi-city",tags:[]},{name:"mdi-city-variant",tags:[]},{name:"mdi-city-variant-outline",tags:[]},{name:"mdi-clipboard",tags:[]},{name:"mdi-clipboard-account",tags:[]},{name:"mdi-clipboard-account-outline",tags:[]},{name:"mdi-clipboard-alert",tags:[]},{name:"mdi-clipboard-alert-outline",tags:[]},{name:"mdi-clipboard-arrow-down",tags:[]},{name:"mdi-clipboard-arrow-down-outline",tags:[]},{name:"mdi-clipboard-arrow-left",tags:[]},{name:"mdi-clipboard-arrow-left-outline",tags:[]},{name:"mdi-clipboard-arrow-right",tags:[]},{name:"mdi-clipboard-arrow-right-outline",tags:[]},{name:"mdi-clipboard-arrow-up",tags:[]},{name:"mdi-clipboard-arrow-up-outline",tags:[]},{name:"mdi-clipboard-check",tags:[]},{name:"mdi-clipboard-check-multiple",tags:[]},{name:"mdi-clipboard-check-multiple-outline",tags:[]},{name:"mdi-clipboard-check-outline",tags:[]},{name:"mdi-clipboard-file",tags:[]},{name:"mdi-clipboard-file-outline",tags:[]},{name:"mdi-clipboard-flow",tags:[]},{name:"mdi-clipboard-flow-outline",tags:[]},{name:"mdi-clipboard-list",tags:[]},{name:"mdi-clipboard-list-outline",tags:[]},{name:"mdi-clipboard-multiple",tags:[]},{name:"mdi-clipboard-multiple-outline",tags:[]},{name:"mdi-clipboard-outline",tags:[]},{name:"mdi-clipboard-play",tags:[]},{name:"mdi-clipboard-play-multiple",tags:[]},{name:"mdi-clipboard-play-multiple-outline",tags:[]},{name:"mdi-clipboard-play-outline",tags:[]},{name:"mdi-clipboard-plus",tags:[]},{name:"mdi-clipboard-plus-outline",tags:[]},{name:"mdi-clipboard-pulse",tags:[]},{name:"mdi-clipboard-pulse-outline",tags:[]},{name:"mdi-clipboard-text",tags:[]},{name:"mdi-clipboard-text-multiple",tags:[]},{name:"mdi-clipboard-text-multiple-outline",tags:[]},{name:"mdi-clipboard-text-outline",tags:[]},{name:"mdi-clipboard-text-play",tags:[]},{name:"mdi-clipboard-text-play-outline",tags:[]},{name:"mdi-clippy",tags:[]},{name:"mdi-clock",tags:[]},{name:"mdi-clock-alert",tags:[]},{name:"mdi-clock-alert-outline",tags:[]},{name:"mdi-clock-check",tags:[]},{name:"mdi-clock-check-outline",tags:[]},{name:"mdi-clock-digital",tags:[]},{name:"mdi-clock-end",tags:[]},{name:"mdi-clock-fast",tags:[]},{name:"mdi-clock-in",tags:[]},{name:"mdi-clock-out",tags:[]},{name:"mdi-clock-outline",tags:[]},{name:"mdi-clock-start",tags:[]},{name:"mdi-close",tags:[]},{name:"mdi-close-box",tags:[]},{name:"mdi-close-box-multiple",tags:[]},{name:"mdi-close-box-multiple-outline",tags:[]},{name:"mdi-close-box-outline",tags:[]},{name:"mdi-close-circle",tags:[]},{name:"mdi-close-circle-outline",tags:[]},{name:"mdi-close-network",tags:[]},{name:"mdi-close-network-outline",tags:[]},{name:"mdi-close-octagon",tags:[]},{name:"mdi-close-octagon-outline",tags:[]},{name:"mdi-close-outline",tags:[]},{name:"mdi-closed-caption",tags:[]},{name:"mdi-closed-caption-outline",tags:[]},{name:"mdi-cloud",tags:[]},{name:"mdi-cloud-alert",tags:[]},{name:"mdi-cloud-braces",tags:[]},{name:"mdi-cloud-check",tags:[]},{name:"mdi-cloud-check-outline",tags:[]},{name:"mdi-cloud-circle",tags:[]},{name:"mdi-cloud-download",tags:[]},{name:"mdi-cloud-download-outline",tags:[]},{name:"mdi-cloud-lock",tags:[]},{name:"mdi-cloud-lock-outline",tags:[]},{name:"mdi-cloud-off-outline",tags:[]},{name:"mdi-cloud-outline",tags:[]},{name:"mdi-cloud-print",tags:[]},{name:"mdi-cloud-print-outline",tags:[]},{name:"mdi-cloud-question",tags:[]},{name:"mdi-cloud-search",tags:[]},{name:"mdi-cloud-search-outline",tags:[]},{name:"mdi-cloud-sync",tags:[]},{name:"mdi-cloud-sync-outline",tags:[]},{name:"mdi-cloud-tags",tags:[]},{name:"mdi-cloud-upload",tags:[]},{name:"mdi-cloud-upload-outline",tags:[]},{name:"mdi-clover",tags:[]},{name:"mdi-coach-lamp",tags:[]},{name:"mdi-coat-rack",tags:[]},{name:"mdi-code-array",tags:[]},{name:"mdi-code-braces",tags:[]},{name:"mdi-code-braces-box",tags:[]},{name:"mdi-code-brackets",tags:[]},{name:"mdi-code-equal",tags:[]},{name:"mdi-code-greater-than",tags:[]},{name:"mdi-code-greater-than-or-equal",tags:[]},{name:"mdi-code-less-than",tags:[]},{name:"mdi-code-less-than-or-equal",tags:[]},{name:"mdi-code-not-equal",tags:[]},{name:"mdi-code-not-equal-variant",tags:[]},{name:"mdi-code-parentheses",tags:[]},{name:"mdi-code-parentheses-box",tags:[]},{name:"mdi-code-string",tags:[]},{name:"mdi-code-tags",tags:[]},{name:"mdi-code-tags-check",tags:[]},{name:"mdi-codepen",tags:[]},{name:"mdi-coffee",tags:[]},{name:"mdi-coffee-maker",tags:[]},{name:"mdi-coffee-off",tags:[]},{name:"mdi-coffee-off-outline",tags:[]},{name:"mdi-coffee-outline",tags:[]},{name:"mdi-coffee-to-go",tags:[]},{name:"mdi-coffee-to-go-outline",tags:[]},{name:"mdi-coffin",tags:[]},{name:"mdi-cog-clockwise",tags:[]},{name:"mdi-cog-counterclockwise",tags:[]},{name:"mdi-cogs",tags:[]},{name:"mdi-coin",tags:[]},{name:"mdi-coin-outline",tags:[]},{name:"mdi-coins",tags:[]},{name:"mdi-collage",tags:[]},{name:"mdi-collapse-all",tags:[]},{name:"mdi-collapse-all-outline",tags:[]},{name:"mdi-color-helper",tags:[]},{name:"mdi-comma",tags:[]},{name:"mdi-comma-box",tags:[]},{name:"mdi-comma-box-outline",tags:[]},{name:"mdi-comma-circle",tags:[]},{name:"mdi-comma-circle-outline",tags:[]},{name:"mdi-comment",tags:[]},{name:"mdi-comment-account",tags:[]},{name:"mdi-comment-account-outline",tags:[]},{name:"mdi-comment-alert",tags:[]},{name:"mdi-comment-alert-outline",tags:[]},{name:"mdi-comment-arrow-left",tags:[]},{name:"mdi-comment-arrow-left-outline",tags:[]},{name:"mdi-comment-arrow-right",tags:[]},{name:"mdi-comment-arrow-right-outline",tags:[]},{name:"mdi-comment-check",tags:[]},{name:"mdi-comment-check-outline",tags:[]},{name:"mdi-comment-edit",tags:[]},{name:"mdi-comment-edit-outline",tags:[]},{name:"mdi-comment-eye",tags:[]},{name:"mdi-comment-eye-outline",tags:[]},{name:"mdi-comment-multiple",tags:[]},{name:"mdi-comment-multiple-outline",tags:[]},{name:"mdi-comment-outline",tags:[]},{name:"mdi-comment-plus",tags:[]},{name:"mdi-comment-plus-outline",tags:[]},{name:"mdi-comment-processing",tags:[]},{name:"mdi-comment-processing-outline",tags:[]},{name:"mdi-comment-question",tags:[]},{name:"mdi-comment-question-outline",tags:[]},{name:"mdi-comment-quote",tags:[]},{name:"mdi-comment-quote-outline",tags:[]},{name:"mdi-comment-remove",tags:[]},{name:"mdi-comment-remove-outline",tags:[]},{name:"mdi-comment-search",tags:[]},{name:"mdi-comment-search-outline",tags:[]},{name:"mdi-comment-text",tags:[]},{name:"mdi-comment-text-multiple",tags:[]},{name:"mdi-comment-text-multiple-outline",tags:[]},{name:"mdi-comment-text-outline",tags:[]},{name:"mdi-compare",tags:[]},{name:"mdi-compass",tags:[]},{name:"mdi-compass-off",tags:[]},{name:"mdi-compass-off-outline",tags:[]},{name:"mdi-compass-outline",tags:[]},{name:"mdi-compass-rose",tags:[]},{name:"mdi-concourse-ci",tags:[]},{name:"mdi-console",tags:[]},{name:"mdi-console-line",tags:[]},{name:"mdi-console-network",tags:[]},{name:"mdi-console-network-outline",tags:[]},{name:"mdi-consolidate",tags:[]},{name:"mdi-contact-mail",tags:[]},{name:"mdi-contact-mail-outline",tags:[]},{name:"mdi-contact-phone",tags:[]},{name:"mdi-contact-phone-outline",tags:[]},{name:"mdi-contactless-payment",tags:[]},{name:"mdi-contacts",tags:[]},{name:"mdi-contain",tags:[]},{name:"mdi-contain-end",tags:[]},{name:"mdi-contain-start",tags:[]},{name:"mdi-content-copy",tags:[]},{name:"mdi-content-cut",tags:[]},{name:"mdi-content-duplicate",tags:[]},{name:"mdi-content-paste",tags:[]},{name:"mdi-content-save",tags:[]},{name:"mdi-content-save-alert",tags:[]},{name:"mdi-content-save-alert-outline",tags:[]},{name:"mdi-content-save-all",tags:[]},{name:"mdi-content-save-all-outline",tags:[]},{name:"mdi-content-save-edit",tags:[]},{name:"mdi-content-save-edit-outline",tags:[]},{name:"mdi-content-save-move",tags:[]},{name:"mdi-content-save-move-outline",tags:[]},{name:"mdi-content-save-outline",tags:[]},{name:"mdi-content-save-settings",tags:[]},{name:"mdi-content-save-settings-outline",tags:[]},{name:"mdi-contrast",tags:[]},{name:"mdi-contrast-box",tags:[]},{name:"mdi-contrast-circle",tags:[]},{name:"mdi-controller-classic",tags:[]},{name:"mdi-controller-classic-outline",tags:[]},{name:"mdi-cookie",tags:[]},{name:"mdi-coolant-temperature",tags:[]},{name:"mdi-copyright",tags:[]},{name:"mdi-cordova",tags:[]},{name:"mdi-corn",tags:[]},{name:"mdi-counter",tags:[]},{name:"mdi-cow",tags:[]},{name:"mdi-cowboy",tags:[]},{name:"mdi-cpu-32-bit",tags:[]},{name:"mdi-cpu-64-bit",tags:[]},{name:"mdi-crane",tags:[]},{name:"mdi-creation",tags:[]},{name:"mdi-creative-commons",tags:[]},{name:"mdi-credit-card",tags:[]},{name:"mdi-credit-card-clock",tags:[]},{name:"mdi-credit-card-clock-outline",tags:[]},{name:"mdi-credit-card-marker",tags:[]},{name:"mdi-credit-card-marker-outline",tags:[]},{name:"mdi-credit-card-minus",tags:[]},{name:"mdi-credit-card-minus-outline",tags:[]},{name:"mdi-credit-card-multiple",tags:[]},{name:"mdi-credit-card-multiple-outline",tags:[]},{name:"mdi-credit-card-off",tags:[]},{name:"mdi-credit-card-off-outline",tags:[]},{name:"mdi-credit-card-outline",tags:[]},{name:"mdi-credit-card-plus",tags:[]},{name:"mdi-credit-card-plus-outline",tags:[]},{name:"mdi-credit-card-refund",tags:[]},{name:"mdi-credit-card-refund-outline",tags:[]},{name:"mdi-credit-card-remove",tags:[]},{name:"mdi-credit-card-remove-outline",tags:[]},{name:"mdi-credit-card-scan",tags:[]},{name:"mdi-credit-card-scan-outline",tags:[]},{name:"mdi-credit-card-settings",tags:[]},{name:"mdi-credit-card-settings-outline",tags:[]},{name:"mdi-credit-card-wireless",tags:[]},{name:"mdi-credit-card-wireless-outline",tags:[]},{name:"mdi-cricket",tags:[]},{name:"mdi-crop",tags:[]},{name:"mdi-crop-free",tags:[]},{name:"mdi-crop-landscape",tags:[]},{name:"mdi-crop-portrait",tags:[]},{name:"mdi-crop-rotate",tags:[]},{name:"mdi-crop-square",tags:[]},{name:"mdi-crosshairs",tags:[]},{name:"mdi-crosshairs-gps",tags:[]},{name:"mdi-crosshairs-off",tags:[]},{name:"mdi-crosshairs-question",tags:[]},{name:"mdi-crown",tags:[]},{name:"mdi-crown-outline",tags:[]},{name:"mdi-cryengine",tags:[]},{name:"mdi-crystal-ball",tags:[]},{name:"mdi-cube",tags:[]},{name:"mdi-cube-outline",tags:[]},{name:"mdi-cube-scan",tags:[]},{name:"mdi-cube-send",tags:[]},{name:"mdi-cube-unfolded",tags:[]},{name:"mdi-cup",tags:[]},{name:"mdi-cup-off",tags:[]},{name:"mdi-cup-off-outline",tags:[]},{name:"mdi-cup-outline",tags:[]},{name:"mdi-cup-water",tags:[]},{name:"mdi-cupboard",tags:[]},{name:"mdi-cupboard-outline",tags:[]},{name:"mdi-cupcake",tags:[]},{name:"mdi-curling",tags:[]},{name:"mdi-currency-bdt",tags:[]},{name:"mdi-currency-brl",tags:[]},{name:"mdi-currency-btc",tags:[]},{name:"mdi-currency-cny",tags:[]},{name:"mdi-currency-eth",tags:[]},{name:"mdi-currency-eur",tags:[]},{name:"mdi-currency-eur-off",tags:[]},{name:"mdi-currency-gbp",tags:[]},{name:"mdi-currency-ils",tags:[]},{name:"mdi-currency-inr",tags:[]},{name:"mdi-currency-jpy",tags:[]},{name:"mdi-currency-krw",tags:[]},{name:"mdi-currency-kzt",tags:[]},{name:"mdi-currency-ngn",tags:[]},{name:"mdi-currency-php",tags:[]},{name:"mdi-currency-rial",tags:[]},{name:"mdi-currency-rub",tags:[]},{name:"mdi-currency-sign",tags:[]},{name:"mdi-currency-try",tags:[]},{name:"mdi-currency-twd",tags:[]},{name:"mdi-currency-usd",tags:[]},{name:"mdi-currency-usd-off",tags:[]},{name:"mdi-current-ac",tags:[]},{name:"mdi-current-dc",tags:[]},{name:"mdi-cursor-default",tags:[]},{name:"mdi-cursor-default-click",tags:[]},{name:"mdi-cursor-default-click-outline",tags:[]},{name:"mdi-cursor-default-gesture",tags:[]},{name:"mdi-cursor-default-gesture-outline",tags:[]},{name:"mdi-cursor-default-outline",tags:[]},{name:"mdi-cursor-move",tags:[]},{name:"mdi-cursor-pointer",tags:[]},{name:"mdi-cursor-text",tags:[]},{name:"mdi-database",tags:[]},{name:"mdi-database-check",tags:[]},{name:"mdi-database-edit",tags:[]},{name:"mdi-database-export",tags:[]},{name:"mdi-database-import",tags:[]},{name:"mdi-database-lock",tags:[]},{name:"mdi-database-marker",tags:[]},{name:"mdi-database-minus",tags:[]},{name:"mdi-database-plus",tags:[]},{name:"mdi-database-refresh",tags:[]},{name:"mdi-database-remove",tags:[]},{name:"mdi-database-search",tags:[]},{name:"mdi-database-settings",tags:[]},{name:"mdi-death-star",tags:[]},{name:"mdi-death-star-variant",tags:[]},{name:"mdi-deathly-hallows",tags:[]},{name:"mdi-debian",tags:[]},{name:"mdi-debug-step-into",tags:[]},{name:"mdi-debug-step-out",tags:[]},{name:"mdi-debug-step-over",tags:[]},{name:"mdi-decagram",tags:[]},{name:"mdi-decagram-outline",tags:[]},{name:"mdi-decimal",tags:[]},{name:"mdi-decimal-comma",tags:[]},{name:"mdi-decimal-comma-decrease",tags:[]},{name:"mdi-decimal-comma-increase",tags:[]},{name:"mdi-decimal-decrease",tags:[]},{name:"mdi-decimal-increase",tags:[]},{name:"mdi-delete",tags:[]},{name:"mdi-delete-alert",tags:[]},{name:"mdi-delete-alert-outline",tags:[]},{name:"mdi-delete-circle",tags:[]},{name:"mdi-delete-circle-outline",tags:[]},{name:"mdi-delete-empty",tags:[]},{name:"mdi-delete-empty-outline",tags:[]},{name:"mdi-delete-forever",tags:[]},{name:"mdi-delete-forever-outline",tags:[]},{name:"mdi-delete-off",tags:[]},{name:"mdi-delete-off-outline",tags:[]},{name:"mdi-delete-outline",tags:[]},{name:"mdi-delete-restore",tags:[]},{name:"mdi-delete-sweep",tags:[]},{name:"mdi-delete-sweep-outline",tags:[]},{name:"mdi-delete-variant",tags:[]},{name:"mdi-delta",tags:[]},{name:"mdi-desk",tags:[]},{name:"mdi-desk-lamp",tags:[]},{name:"mdi-deskphone",tags:[]},{name:"mdi-desktop-classic",tags:[]},{name:"mdi-desktop-mac",tags:[]},{name:"mdi-desktop-mac-dashboard",tags:[]},{name:"mdi-desktop-tower",tags:[]},{name:"mdi-desktop-tower-monitor",tags:[]},{name:"mdi-details",tags:[]},{name:"mdi-dev-to",tags:[]},{name:"mdi-developer-board",tags:[]},{name:"mdi-deviantart",tags:[]},{name:"mdi-devices",tags:[]},{name:"mdi-diabetes",tags:[]},{name:"mdi-dialpad",tags:[]},{name:"mdi-diameter",tags:[]},{name:"mdi-diameter-outline",tags:[]},{name:"mdi-diameter-variant",tags:[]},{name:"mdi-diamond",tags:[]},{name:"mdi-diamond-outline",tags:[]},{name:"mdi-diamond-stone",tags:[]},{name:"mdi-dice-1",tags:[]},{name:"mdi-dice-1-outline",tags:[]},{name:"mdi-dice-2",tags:[]},{name:"mdi-dice-2-outline",tags:[]},{name:"mdi-dice-3",tags:[]},{name:"mdi-dice-3-outline",tags:[]},{name:"mdi-dice-4",tags:[]},{name:"mdi-dice-4-outline",tags:[]},{name:"mdi-dice-5",tags:[]},{name:"mdi-dice-5-outline",tags:[]},{name:"mdi-dice-6",tags:[]},{name:"mdi-dice-6-outline",tags:[]},{name:"mdi-dice-d10",tags:[]},{name:"mdi-dice-d10-outline",tags:[]},{name:"mdi-dice-d12",tags:[]},{name:"mdi-dice-d12-outline",tags:[]},{name:"mdi-dice-d20",tags:[]},{name:"mdi-dice-d20-outline",tags:[]},{name:"mdi-dice-d4",tags:[]},{name:"mdi-dice-d4-outline",tags:[]},{name:"mdi-dice-d6",tags:[]},{name:"mdi-dice-d6-outline",tags:[]},{name:"mdi-dice-d8",tags:[]},{name:"mdi-dice-d8-outline",tags:[]},{name:"mdi-dice-multiple",tags:[]},{name:"mdi-dice-multiple-outline",tags:[]},{name:"mdi-dictionary",tags:[]},{name:"mdi-digital-ocean",tags:[]},{name:"mdi-dip-switch",tags:[]},{name:"mdi-directions",tags:[]},{name:"mdi-directions-fork",tags:[]},{name:"mdi-disc",tags:[]},{name:"mdi-disc-alert",tags:[]},{name:"mdi-disc-player",tags:[]},{name:"mdi-discord",tags:[]},{name:"mdi-dishwasher",tags:[]},{name:"mdi-dishwasher-alert",tags:[]},{name:"mdi-dishwasher-off",tags:[]},{name:"mdi-disqus",tags:[]},{name:"mdi-disqus-outline",tags:[]},{name:"mdi-distribute-horizontal-center",tags:[]},{name:"mdi-distribute-horizontal-left",tags:[]},{name:"mdi-distribute-horizontal-right",tags:[]},{name:"mdi-distribute-vertical-bottom",tags:[]},{name:"mdi-distribute-vertical-center",tags:[]},{name:"mdi-distribute-vertical-top",tags:[]},{name:"mdi-diving-flippers",tags:[]},{name:"mdi-diving-helmet",tags:[]},{name:"mdi-diving-scuba",tags:[]},{name:"mdi-diving-scuba-flag",tags:[]},{name:"mdi-diving-scuba-tank",tags:[]},{name:"mdi-diving-scuba-tank-multiple",tags:[]},{name:"mdi-diving-snorkel",tags:[]},{name:"mdi-division",tags:[]},{name:"mdi-division-box",tags:[]},{name:"mdi-dlna",tags:[]},{name:"mdi-dna",tags:[]},{name:"mdi-dns",tags:[]},{name:"mdi-dns-outline",tags:[]},{name:"mdi-do-not-disturb",tags:[]},{name:"mdi-do-not-disturb-off",tags:[]},{name:"mdi-dock-bottom",tags:[]},{name:"mdi-dock-left",tags:[]},{name:"mdi-dock-right",tags:[]},{name:"mdi-dock-window",tags:[]},{name:"mdi-docker",tags:[]},{name:"mdi-doctor",tags:[]},{name:"mdi-dog",tags:[]},{name:"mdi-dog-service",tags:[]},{name:"mdi-dog-side",tags:[]},{name:"mdi-dolby",tags:[]},{name:"mdi-dolly",tags:[]},{name:"mdi-domain",tags:[]},{name:"mdi-domain-off",tags:[]},{name:"mdi-domain-plus",tags:[]},{name:"mdi-domain-remove",tags:[]},{name:"mdi-domino-mask",tags:[]},{name:"mdi-donkey",tags:[]},{name:"mdi-door",tags:[]},{name:"mdi-door-closed",tags:[]},{name:"mdi-door-closed-lock",tags:[]},{name:"mdi-door-open",tags:[]},{name:"mdi-doorbell",tags:[]},{name:"mdi-doorbell-video",tags:[]},{name:"mdi-dot-net",tags:[]},{name:"mdi-dots-horizontal",tags:[]},{name:"mdi-dots-horizontal-circle",tags:[]},{name:"mdi-dots-horizontal-circle-outline",tags:[]},{name:"mdi-dots-vertical",tags:[]},{name:"mdi-dots-vertical-circle",tags:[]},{name:"mdi-dots-vertical-circle-outline",tags:[]},{name:"mdi-douban",tags:[]},{name:"mdi-download",tags:[]},{name:"mdi-download-lock",tags:[]},{name:"mdi-download-lock-outline",tags:[]},{name:"mdi-download-multiple",tags:[]},{name:"mdi-download-network",tags:[]},{name:"mdi-download-network-outline",tags:[]},{name:"mdi-download-off",tags:[]},{name:"mdi-download-off-outline",tags:[]},{name:"mdi-download-outline",tags:[]},{name:"mdi-drag",tags:[]},{name:"mdi-drag-horizontal",tags:[]},{name:"mdi-drag-horizontal-variant",tags:[]},{name:"mdi-drag-variant",tags:[]},{name:"mdi-drag-vertical",tags:[]},{name:"mdi-drag-vertical-variant",tags:[]},{name:"mdi-drama-masks",tags:[]},{name:"mdi-draw",tags:[]},{name:"mdi-drawing",tags:[]},{name:"mdi-drawing-box",tags:[]},{name:"mdi-dresser",tags:[]},{name:"mdi-dresser-outline",tags:[]},{name:"mdi-dribbble",tags:[]},{name:"mdi-dribbble-box",tags:[]},{name:"mdi-drone",tags:[]},{name:"mdi-dropbox",tags:[]},{name:"mdi-drupal",tags:[]},{name:"mdi-duck",tags:[]},{name:"mdi-dumbbell",tags:[]},{name:"mdi-dump-truck",tags:[]},{name:"mdi-ear-hearing",tags:[]},{name:"mdi-ear-hearing-off",tags:[]},{name:"mdi-earth",tags:[]},{name:"mdi-earth-arrow-right",tags:[]},{name:"mdi-earth-box",tags:[]},{name:"mdi-earth-box-off",tags:[]},{name:"mdi-earth-off",tags:[]},{name:"mdi-edge",tags:[]},{name:"mdi-edge-legacy",tags:[]},{name:"mdi-egg",tags:[]},{name:"mdi-egg-easter",tags:[]},{name:"mdi-eight-track",tags:[]},{name:"mdi-eject",tags:[]},{name:"mdi-eject-outline",tags:[]},{name:"mdi-electric-switch",tags:[]},{name:"mdi-electric-switch-closed",tags:[]},{name:"mdi-electron-framework",tags:[]},{name:"mdi-elephant",tags:[]},{name:"mdi-elevation-decline",tags:[]},{name:"mdi-elevation-rise",tags:[]},{name:"mdi-elevator",tags:[]},{name:"mdi-elevator-down",tags:[]},{name:"mdi-elevator-passenger",tags:[]},{name:"mdi-elevator-up",tags:[]},{name:"mdi-ellipse",tags:[]},{name:"mdi-ellipse-outline",tags:[]},{name:"mdi-email",tags:[]},{name:"mdi-email-alert",tags:[]},{name:"mdi-email-alert-outline",tags:[]},{name:"mdi-email-box",tags:[]},{name:"mdi-email-check",tags:[]},{name:"mdi-email-check-outline",tags:[]},{name:"mdi-email-edit",tags:[]},{name:"mdi-email-edit-outline",tags:[]},{name:"mdi-email-lock",tags:[]},{name:"mdi-email-mark-as-unread",tags:[]},{name:"mdi-email-minus",tags:[]},{name:"mdi-email-minus-outline",tags:[]},{name:"mdi-email-multiple",tags:[]},{name:"mdi-email-multiple-outline",tags:[]},{name:"mdi-email-newsletter",tags:[]},{name:"mdi-email-open",tags:[]},{name:"mdi-email-open-multiple",tags:[]},{name:"mdi-email-open-multiple-outline",tags:[]},{name:"mdi-email-open-outline",tags:[]},{name:"mdi-email-outline",tags:[]},{name:"mdi-email-plus",tags:[]},{name:"mdi-email-plus-outline",tags:[]},{name:"mdi-email-receive",tags:[]},{name:"mdi-email-receive-outline",tags:[]},{name:"mdi-email-search",tags:[]},{name:"mdi-email-search-outline",tags:[]},{name:"mdi-email-send",tags:[]},{name:"mdi-email-send-outline",tags:[]},{name:"mdi-email-sync",tags:[]},{name:"mdi-email-sync-outline",tags:[]},{name:"mdi-email-variant",tags:[]},{name:"mdi-ember",tags:[]},{name:"mdi-emby",tags:[]},{name:"mdi-emoticon",tags:[]},{name:"mdi-emoticon-angry",tags:[]},{name:"mdi-emoticon-angry-outline",tags:[]},{name:"mdi-emoticon-confused",tags:[]},{name:"mdi-emoticon-confused-outline",tags:[]},{name:"mdi-emoticon-cool",tags:[]},{name:"mdi-emoticon-cool-outline",tags:[]},{name:"mdi-emoticon-cry",tags:[]},{name:"mdi-emoticon-cry-outline",tags:[]},{name:"mdi-emoticon-dead",tags:[]},{name:"mdi-emoticon-dead-outline",tags:[]},{name:"mdi-emoticon-devil",tags:[]},{name:"mdi-emoticon-devil-outline",tags:[]},{name:"mdi-emoticon-excited",tags:[]},{name:"mdi-emoticon-excited-outline",tags:[]},{name:"mdi-emoticon-frown",tags:[]},{name:"mdi-emoticon-frown-outline",tags:[]},{name:"mdi-emoticon-happy",tags:[]},{name:"mdi-emoticon-happy-outline",tags:[]},{name:"mdi-emoticon-kiss",tags:[]},{name:"mdi-emoticon-kiss-outline",tags:[]},{name:"mdi-emoticon-lol",tags:[]},{name:"mdi-emoticon-lol-outline",tags:[]},{name:"mdi-emoticon-neutral",tags:[]},{name:"mdi-emoticon-neutral-outline",tags:[]},{name:"mdi-emoticon-outline",tags:[]},{name:"mdi-emoticon-poop",tags:[]},{name:"mdi-emoticon-poop-outline",tags:[]},{name:"mdi-emoticon-sad",tags:[]},{name:"mdi-emoticon-sad-outline",tags:[]},{name:"mdi-emoticon-tongue",tags:[]},{name:"mdi-emoticon-tongue-outline",tags:[]},{name:"mdi-emoticon-wink",tags:[]},{name:"mdi-emoticon-wink-outline",tags:[]},{name:"mdi-engine",tags:[]},{name:"mdi-engine-off",tags:[]},{name:"mdi-engine-off-outline",tags:[]},{name:"mdi-engine-outline",tags:[]},{name:"mdi-epsilon",tags:[]},{name:"mdi-equal",tags:[]},{name:"mdi-equal-box",tags:[]},{name:"mdi-equalizer",tags:[]},{name:"mdi-equalizer-outline",tags:[]},{name:"mdi-eraser",tags:[]},{name:"mdi-eraser-variant",tags:[]},{name:"mdi-escalator",tags:[]},{name:"mdi-escalator-down",tags:[]},{name:"mdi-escalator-up",tags:[]},{name:"mdi-eslint",tags:[]},{name:"mdi-et",tags:[]},{name:"mdi-ethereum",tags:[]},{name:"mdi-ethernet",tags:[]},{name:"mdi-ethernet-cable",tags:[]},{name:"mdi-ethernet-cable-off",tags:[]},{name:"mdi-etsy",tags:[]},{name:"mdi-ev-station",tags:[]},{name:"mdi-eventbrite",tags:[]},{name:"mdi-evernote",tags:[]},{name:"mdi-excavator",tags:[]},{name:"mdi-exclamation",tags:[]},{name:"mdi-exclamation-thick",tags:[]},{name:"mdi-exit-run",tags:[]},{name:"mdi-exit-to-app",tags:[]},{name:"mdi-expand-all",tags:[]},{name:"mdi-expand-all-outline",tags:[]},{name:"mdi-expansion-card",tags:[]},{name:"mdi-expansion-card-variant",tags:[]},{name:"mdi-exponent",tags:[]},{name:"mdi-exponent-box",tags:[]},{name:"mdi-export",tags:[]},{name:"mdi-export-variant",tags:[]},{name:"mdi-eye",tags:[]},{name:"mdi-eye-check",tags:[]},{name:"mdi-eye-check-outline",tags:[]},{name:"mdi-eye-circle",tags:[]},{name:"mdi-eye-circle-outline",tags:[]},{name:"mdi-eye-minus",tags:[]},{name:"mdi-eye-minus-outline",tags:[]},{name:"mdi-eye-off",tags:[]},{name:"mdi-eye-off-outline",tags:[]},{name:"mdi-eye-outline",tags:[]},{name:"mdi-eye-plus",tags:[]},{name:"mdi-eye-plus-outline",tags:[]},{name:"mdi-eye-settings",tags:[]},{name:"mdi-eye-settings-outline",tags:[]},{name:"mdi-eyedropper",tags:[]},{name:"mdi-eyedropper-variant",tags:[]},{name:"mdi-face",tags:[]},{name:"mdi-face-agent",tags:[]},{name:"mdi-face-outline",tags:[]},{name:"mdi-face-profile",tags:[]},{name:"mdi-face-profile-woman",tags:[]},{name:"mdi-face-recognition",tags:[]},{name:"mdi-face-woman",tags:[]},{name:"mdi-face-woman-outline",tags:[]},{name:"mdi-facebook",tags:[]},{name:"mdi-facebook-box",tags:[]},{name:"mdi-facebook-messenger",tags:[]},{name:"mdi-facebook-workplace",tags:[]},{name:"mdi-factory",tags:[]},{name:"mdi-fan",tags:[]},{name:"mdi-fan-off",tags:[]},{name:"mdi-fast-forward",tags:[]},{name:"mdi-fast-forward-10",tags:[]},{name:"mdi-fast-forward-30",tags:[]},{name:"mdi-fast-forward-5",tags:[]},{name:"mdi-fast-forward-outline",tags:[]},{name:"mdi-fax",tags:[]},{name:"mdi-feather",tags:[]},{name:"mdi-feature-search",tags:[]},{name:"mdi-feature-search-outline",tags:[]},{name:"mdi-fedora",tags:[]},{name:"mdi-ferris-wheel",tags:[]},{name:"mdi-ferry",tags:[]},{name:"mdi-file",tags:[]},{name:"mdi-file-account",tags:[]},{name:"mdi-file-account-outline",tags:[]},{name:"mdi-file-alert",tags:[]},{name:"mdi-file-alert-outline",tags:[]},{name:"mdi-file-cabinet",tags:[]},{name:"mdi-file-cad",tags:[]},{name:"mdi-file-cad-box",tags:[]},{name:"mdi-file-cancel",tags:[]},{name:"mdi-file-cancel-outline",tags:[]},{name:"mdi-file-certificate",tags:[]},{name:"mdi-file-certificate-outline",tags:[]},{name:"mdi-file-chart",tags:[]},{name:"mdi-file-chart-outline",tags:[]},{name:"mdi-file-check",tags:[]},{name:"mdi-file-check-outline",tags:[]},{name:"mdi-file-clock",tags:[]},{name:"mdi-file-clock-outline",tags:[]},{name:"mdi-file-cloud",tags:[]},{name:"mdi-file-cloud-outline",tags:[]},{name:"mdi-file-code",tags:[]},{name:"mdi-file-code-outline",tags:[]},{name:"mdi-file-compare",tags:[]},{name:"mdi-file-delimited",tags:[]},{name:"mdi-file-delimited-outline",tags:[]},{name:"mdi-file-document",tags:[]},{name:"mdi-file-document-box",tags:[]},{name:"mdi-file-document-box-check",tags:[]},{name:"mdi-file-document-box-check-outline",tags:[]},{name:"mdi-file-document-box-minus",tags:[]},{name:"mdi-file-document-box-minus-outline",tags:[]},{name:"mdi-file-document-box-multiple",tags:[]},{name:"mdi-file-document-box-multiple-outline",tags:[]},{name:"mdi-file-document-box-outline",tags:[]},{name:"mdi-file-document-box-plus",tags:[]},{name:"mdi-file-document-box-plus-outline",tags:[]},{name:"mdi-file-document-box-remove",tags:[]},{name:"mdi-file-document-box-remove-outline",tags:[]},{name:"mdi-file-document-box-search",tags:[]},{name:"mdi-file-document-box-search-outline",tags:[]},{name:"mdi-file-document-edit",tags:[]},{name:"mdi-file-document-edit-outline",tags:[]},{name:"mdi-file-document-outline",tags:[]},{name:"mdi-file-download",tags:[]},{name:"mdi-file-download-outline",tags:[]},{name:"mdi-file-edit",tags:[]},{name:"mdi-file-edit-outline",tags:[]},{name:"mdi-file-excel",tags:[]},{name:"mdi-file-excel-box",tags:[]},{name:"mdi-file-excel-box-outline",tags:[]},{name:"mdi-file-excel-outline",tags:[]},{name:"mdi-file-export",tags:[]},{name:"mdi-file-export-outline",tags:[]},{name:"mdi-file-eye",tags:[]},{name:"mdi-file-eye-outline",tags:[]},{name:"mdi-file-find",tags:[]},{name:"mdi-file-find-outline",tags:[]},{name:"mdi-file-hidden",tags:[]},{name:"mdi-file-image",tags:[]},{name:"mdi-file-image-outline",tags:[]},{name:"mdi-file-import",tags:[]},{name:"mdi-file-import-outline",tags:[]},{name:"mdi-file-key",tags:[]},{name:"mdi-file-key-outline",tags:[]},{name:"mdi-file-link",tags:[]},{name:"mdi-file-link-outline",tags:[]},{name:"mdi-file-lock",tags:[]},{name:"mdi-file-lock-outline",tags:[]},{name:"mdi-file-move",tags:[]},{name:"mdi-file-move-outline",tags:[]},{name:"mdi-file-multiple",tags:[]},{name:"mdi-file-multiple-outline",tags:[]},{name:"mdi-file-music",tags:[]},{name:"mdi-file-music-outline",tags:[]},{name:"mdi-file-outline",tags:[]},{name:"mdi-file-pdf",tags:[]},{name:"mdi-file-pdf-box",tags:[]},{name:"mdi-file-pdf-box-outline",tags:[]},{name:"mdi-file-pdf-outline",tags:[]},{name:"mdi-file-percent",tags:[]},{name:"mdi-file-percent-outline",tags:[]},{name:"mdi-file-phone",tags:[]},{name:"mdi-file-phone-outline",tags:[]},{name:"mdi-file-plus",tags:[]},{name:"mdi-file-plus-outline",tags:[]},{name:"mdi-file-powerpoint",tags:[]},{name:"mdi-file-powerpoint-box",tags:[]},{name:"mdi-file-powerpoint-box-outline",tags:[]},{name:"mdi-file-powerpoint-outline",tags:[]},{name:"mdi-file-presentation-box",tags:[]},{name:"mdi-file-question",tags:[]},{name:"mdi-file-question-outline",tags:[]},{name:"mdi-file-remove",tags:[]},{name:"mdi-file-remove-outline",tags:[]},{name:"mdi-file-replace",tags:[]},{name:"mdi-file-replace-outline",tags:[]},{name:"mdi-file-restore",tags:[]},{name:"mdi-file-restore-outline",tags:[]},{name:"mdi-file-search",tags:[]},{name:"mdi-file-search-outline",tags:[]},{name:"mdi-file-send",tags:[]},{name:"mdi-file-send-outline",tags:[]},{name:"mdi-file-settings",tags:[]},{name:"mdi-file-settings-outline",tags:[]},{name:"mdi-file-settings-variant",tags:[]},{name:"mdi-file-settings-variant-outline",tags:[]},{name:"mdi-file-star",tags:[]},{name:"mdi-file-star-outline",tags:[]},{name:"mdi-file-swap",tags:[]},{name:"mdi-file-swap-outline",tags:[]},{name:"mdi-file-sync",tags:[]},{name:"mdi-file-sync-outline",tags:[]},{name:"mdi-file-table",tags:[]},{name:"mdi-file-table-box",tags:[]},{name:"mdi-file-table-box-multiple",tags:[]},{name:"mdi-file-table-box-multiple-outline",tags:[]},{name:"mdi-file-table-box-outline",tags:[]},{name:"mdi-file-table-outline",tags:[]},{name:"mdi-file-tree",tags:[]},{name:"mdi-file-undo",tags:[]},{name:"mdi-file-undo-outline",tags:[]},{name:"mdi-file-upload",tags:[]},{name:"mdi-file-upload-outline",tags:[]},{name:"mdi-file-video",tags:[]},{name:"mdi-file-video-outline",tags:[]},{name:"mdi-file-word",tags:[]},{name:"mdi-file-word-box",tags:[]},{name:"mdi-file-word-box-outline",tags:[]},{name:"mdi-file-word-outline",tags:[]},{name:"mdi-film",tags:[]},{name:"mdi-filmstrip",tags:[]},{name:"mdi-filmstrip-off",tags:[]},{name:"mdi-filter",tags:[]},{name:"mdi-filter-menu",tags:[]},{name:"mdi-filter-menu-outline",tags:[]},{name:"mdi-filter-minus",tags:[]},{name:"mdi-filter-minus-outline",tags:[]},{name:"mdi-filter-outline",tags:[]},{name:"mdi-filter-plus",tags:[]},{name:"mdi-filter-plus-outline",tags:[]},{name:"mdi-filter-remove",tags:[]},{name:"mdi-filter-remove-outline",tags:[]},{name:"mdi-filter-variant",tags:[]},{name:"mdi-filter-variant-minus",tags:[]},{name:"mdi-filter-variant-plus",tags:[]},{name:"mdi-filter-variant-remove",tags:[]},{name:"mdi-finance",tags:[]},{name:"mdi-find-replace",tags:[]},{name:"mdi-fingerprint",tags:[]},{name:"mdi-fingerprint-off",tags:[]},{name:"mdi-fire",tags:[]},{name:"mdi-fire-extinguisher",tags:[]},{name:"mdi-fire-hydrant",tags:[]},{name:"mdi-fire-hydrant-alert",tags:[]},{name:"mdi-fire-hydrant-off",tags:[]},{name:"mdi-fire-truck",tags:[]},{name:"mdi-firebase",tags:[]},{name:"mdi-firefox",tags:[]},{name:"mdi-fireplace",tags:[]},{name:"mdi-fireplace-off",tags:[]},{name:"mdi-firework",tags:[]},{name:"mdi-fish",tags:[]},{name:"mdi-fishbowl",tags:[]},{name:"mdi-fishbowl-outline",tags:[]},{name:"mdi-fit-to-page",tags:[]},{name:"mdi-fit-to-page-outline",tags:[]},{name:"mdi-flag",tags:[]},{name:"mdi-flag-checkered",tags:[]},{name:"mdi-flag-minus",tags:[]},{name:"mdi-flag-minus-outline",tags:[]},{name:"mdi-flag-outline",tags:[]},{name:"mdi-flag-plus",tags:[]},{name:"mdi-flag-plus-outline",tags:[]},{name:"mdi-flag-remove",tags:[]},{name:"mdi-flag-remove-outline",tags:[]},{name:"mdi-flag-triangle",tags:[]},{name:"mdi-flag-variant",tags:[]},{name:"mdi-flag-variant-outline",tags:[]},{name:"mdi-flare",tags:[]},{name:"mdi-flash",tags:[]},{name:"mdi-flash-alert",tags:[]},{name:"mdi-flash-alert-outline",tags:[]},{name:"mdi-flash-auto",tags:[]},{name:"mdi-flash-circle",tags:[]},{name:"mdi-flash-off",tags:[]},{name:"mdi-flash-outline",tags:[]},{name:"mdi-flash-red-eye",tags:[]},{name:"mdi-flashlight",tags:[]},{name:"mdi-flashlight-off",tags:[]},{name:"mdi-flask",tags:[]},{name:"mdi-flask-empty",tags:[]},{name:"mdi-flask-empty-minus",tags:[]},{name:"mdi-flask-empty-minus-outline",tags:[]},{name:"mdi-flask-empty-outline",tags:[]},{name:"mdi-flask-empty-plus",tags:[]},{name:"mdi-flask-empty-plus-outline",tags:[]},{name:"mdi-flask-empty-remove",tags:[]},{name:"mdi-flask-empty-remove-outline",tags:[]},{name:"mdi-flask-minus",tags:[]},{name:"mdi-flask-minus-outline",tags:[]},{name:"mdi-flask-outline",tags:[]},{name:"mdi-flask-plus",tags:[]},{name:"mdi-flask-plus-outline",tags:[]},{name:"mdi-flask-remove",tags:[]},{name:"mdi-flask-remove-outline",tags:[]},{name:"mdi-flask-round-bottom",tags:[]},{name:"mdi-flask-round-bottom-empty",tags:[]},{name:"mdi-flask-round-bottom-empty-outline",tags:[]},{name:"mdi-flask-round-bottom-outline",tags:[]},{name:"mdi-flattr",tags:[]},{name:"mdi-fleur-de-lis",tags:[]},{name:"mdi-flickr",tags:[]},{name:"mdi-flip-horizontal",tags:[]},{name:"mdi-flip-to-back",tags:[]},{name:"mdi-flip-to-front",tags:[]},{name:"mdi-flip-vertical",tags:[]},{name:"mdi-floor-lamp",tags:[]},{name:"mdi-floor-lamp-dual",tags:[]},{name:"mdi-floor-lamp-variant",tags:[]},{name:"mdi-floor-plan",tags:[]},{name:"mdi-floppy",tags:[]},{name:"mdi-floppy-variant",tags:[]},{name:"mdi-flower",tags:[]},{name:"mdi-flower-outline",tags:[]},{name:"mdi-flower-poppy",tags:[]},{name:"mdi-flower-tulip",tags:[]},{name:"mdi-flower-tulip-outline",tags:[]},{name:"mdi-focus-auto",tags:[]},{name:"mdi-focus-field",tags:[]},{name:"mdi-focus-field-horizontal",tags:[]},{name:"mdi-focus-field-vertical",tags:[]},{name:"mdi-folder",tags:[]},{name:"mdi-folder-account",tags:[]},{name:"mdi-folder-account-outline",tags:[]},{name:"mdi-folder-alert",tags:[]},{name:"mdi-folder-alert-outline",tags:[]},{name:"mdi-folder-clock",tags:[]},{name:"mdi-folder-clock-outline",tags:[]},{name:"mdi-folder-download",tags:[]},{name:"mdi-folder-download-outline",tags:[]},{name:"mdi-folder-edit",tags:[]},{name:"mdi-folder-edit-outline",tags:[]},{name:"mdi-folder-google-drive",tags:[]},{name:"mdi-folder-heart",tags:[]},{name:"mdi-folder-heart-outline",tags:[]},{name:"mdi-folder-home",tags:[]},{name:"mdi-folder-home-outline",tags:[]},{name:"mdi-folder-image",tags:[]},{name:"mdi-folder-information",tags:[]},{name:"mdi-folder-information-outline",tags:[]},{name:"mdi-folder-key",tags:[]},{name:"mdi-folder-key-network",tags:[]},{name:"mdi-folder-key-network-outline",tags:[]},{name:"mdi-folder-key-outline",tags:[]},{name:"mdi-folder-lock",tags:[]},{name:"mdi-folder-lock-open",tags:[]},{name:"mdi-folder-marker",tags:[]},{name:"mdi-folder-marker-outline",tags:[]},{name:"mdi-folder-move",tags:[]},{name:"mdi-folder-move-outline",tags:[]},{name:"mdi-folder-multiple",tags:[]},{name:"mdi-folder-multiple-image",tags:[]},{name:"mdi-folder-multiple-outline",tags:[]},{name:"mdi-folder-music",tags:[]},{name:"mdi-folder-music-outline",tags:[]},{name:"mdi-folder-network",tags:[]},{name:"mdi-folder-network-outline",tags:[]},{name:"mdi-folder-open",tags:[]},{name:"mdi-folder-open-outline",tags:[]},{name:"mdi-folder-outline",tags:[]},{name:"mdi-folder-plus",tags:[]},{name:"mdi-folder-plus-outline",tags:[]},{name:"mdi-folder-pound",tags:[]},{name:"mdi-folder-pound-outline",tags:[]},{name:"mdi-folder-remove",tags:[]},{name:"mdi-folder-remove-outline",tags:[]},{name:"mdi-folder-search",tags:[]},{name:"mdi-folder-search-outline",tags:[]},{name:"mdi-folder-settings",tags:[]},{name:"mdi-folder-settings-outline",tags:[]},{name:"mdi-folder-settings-variant",tags:[]},{name:"mdi-folder-settings-variant-outline",tags:[]},{name:"mdi-folder-star",tags:[]},{name:"mdi-folder-star-outline",tags:[]},{name:"mdi-folder-swap",tags:[]},{name:"mdi-folder-swap-outline",tags:[]},{name:"mdi-folder-sync",tags:[]},{name:"mdi-folder-sync-outline",tags:[]},{name:"mdi-folder-table",tags:[]},{name:"mdi-folder-table-outline",tags:[]},{name:"mdi-folder-text",tags:[]},{name:"mdi-folder-text-outline",tags:[]},{name:"mdi-folder-upload",tags:[]},{name:"mdi-folder-upload-outline",tags:[]},{name:"mdi-folder-zip",tags:[]},{name:"mdi-folder-zip-outline",tags:[]},{name:"mdi-font-awesome",tags:[]},{name:"mdi-food",tags:[]},{name:"mdi-food-apple",tags:[]},{name:"mdi-food-apple-outline",tags:[]},{name:"mdi-food-croissant",tags:[]},{name:"mdi-food-fork-drink",tags:[]},{name:"mdi-food-off",tags:[]},{name:"mdi-food-variant",tags:[]},{name:"mdi-foot-print",tags:[]},{name:"mdi-football",tags:[]},{name:"mdi-football-australian",tags:[]},{name:"mdi-football-helmet",tags:[]},{name:"mdi-forklift",tags:[]},{name:"mdi-format-align-bottom",tags:[]},{name:"mdi-format-align-center",tags:[]},{name:"mdi-format-align-justify",tags:[]},{name:"mdi-format-align-left",tags:[]},{name:"mdi-format-align-middle",tags:[]},{name:"mdi-format-align-right",tags:[]},{name:"mdi-format-align-top",tags:[]},{name:"mdi-format-annotation-minus",tags:[]},{name:"mdi-format-annotation-plus",tags:[]},{name:"mdi-format-bold",tags:[]},{name:"mdi-format-clear",tags:[]},{name:"mdi-format-color-fill",tags:[]},{name:"mdi-format-color-highlight",tags:[]},{name:"mdi-format-color-marker-cancel",tags:[]},{name:"mdi-format-color-text",tags:[]},{name:"mdi-format-columns",tags:[]},{name:"mdi-format-float-center",tags:[]},{name:"mdi-format-float-left",tags:[]},{name:"mdi-format-float-none",tags:[]},{name:"mdi-format-float-right",tags:[]},{name:"mdi-format-font",tags:[]},{name:"mdi-format-font-size-decrease",tags:[]},{name:"mdi-format-font-size-increase",tags:[]},{name:"mdi-format-header-1",tags:[]},{name:"mdi-format-header-2",tags:[]},{name:"mdi-format-header-3",tags:[]},{name:"mdi-format-header-4",tags:[]},{name:"mdi-format-header-5",tags:[]},{name:"mdi-format-header-6",tags:[]},{name:"mdi-format-header-decrease",tags:[]},{name:"mdi-format-header-equal",tags:[]},{name:"mdi-format-header-increase",tags:[]},{name:"mdi-format-header-pound",tags:[]},{name:"mdi-format-horizontal-align-center",tags:[]},{name:"mdi-format-horizontal-align-left",tags:[]},{name:"mdi-format-horizontal-align-right",tags:[]},{name:"mdi-format-indent-decrease",tags:[]},{name:"mdi-format-indent-increase",tags:[]},{name:"mdi-format-italic",tags:[]},{name:"mdi-format-letter-case",tags:[]},{name:"mdi-format-letter-case-lower",tags:[]},{name:"mdi-format-letter-case-upper",tags:[]},{name:"mdi-format-letter-ends-with",tags:[]},{name:"mdi-format-letter-matches",tags:[]},{name:"mdi-format-letter-starts-with",tags:[]},{name:"mdi-format-line-spacing",tags:[]},{name:"mdi-format-line-style",tags:[]},{name:"mdi-format-line-weight",tags:[]},{name:"mdi-format-list-bulleted",tags:[]},{name:"mdi-format-list-bulleted-square",tags:[]},{name:"mdi-format-list-bulleted-triangle",tags:[]},{name:"mdi-format-list-bulleted-type",tags:[]},{name:"mdi-format-list-checkbox",tags:[]},{name:"mdi-format-list-checks",tags:[]},{name:"mdi-format-list-numbered",tags:[]},{name:"mdi-format-list-numbered-rtl",tags:[]},{name:"mdi-format-list-text",tags:[]},{name:"mdi-format-overline",tags:[]},{name:"mdi-format-page-break",tags:[]},{name:"mdi-format-paint",tags:[]},{name:"mdi-format-paragraph",tags:[]},{name:"mdi-format-pilcrow",tags:[]},{name:"mdi-format-quote-close",tags:[]},{name:"mdi-format-quote-close-outline",tags:[]},{name:"mdi-format-quote-open",tags:[]},{name:"mdi-format-quote-open-outline",tags:[]},{name:"mdi-format-rotate-90",tags:[]},{name:"mdi-format-section",tags:[]},{name:"mdi-format-size",tags:[]},{name:"mdi-format-strikethrough",tags:[]},{name:"mdi-format-strikethrough-variant",tags:[]},{name:"mdi-format-subscript",tags:[]},{name:"mdi-format-superscript",tags:[]},{name:"mdi-format-text",tags:[]},{name:"mdi-format-text-rotation-angle-down",tags:[]},{name:"mdi-format-text-rotation-angle-up",tags:[]},{name:"mdi-format-text-rotation-down",tags:[]},{name:"mdi-format-text-rotation-down-vertical",tags:[]},{name:"mdi-format-text-rotation-none",tags:[]},{name:"mdi-format-text-rotation-up",tags:[]},{name:"mdi-format-text-rotation-vertical",tags:[]},{name:"mdi-format-text-variant",tags:[]},{name:"mdi-format-text-wrapping-clip",tags:[]},{name:"mdi-format-text-wrapping-overflow",tags:[]},{name:"mdi-format-text-wrapping-wrap",tags:[]},{name:"mdi-format-textbox",tags:[]},{name:"mdi-format-textdirection-l-to-r",tags:[]},{name:"mdi-format-textdirection-r-to-l",tags:[]},{name:"mdi-format-title",tags:[]},{name:"mdi-format-underline",tags:[]},{name:"mdi-format-vertical-align-bottom",tags:[]},{name:"mdi-format-vertical-align-center",tags:[]},{name:"mdi-format-vertical-align-top",tags:[]},{name:"mdi-format-wrap-inline",tags:[]},{name:"mdi-format-wrap-square",tags:[]},{name:"mdi-format-wrap-tight",tags:[]},{name:"mdi-format-wrap-top-bottom",tags:[]},{name:"mdi-forum",tags:[]},{name:"mdi-forum-outline",tags:[]},{name:"mdi-forward",tags:[]},{name:"mdi-forwardburger",tags:[]},{name:"mdi-fountain",tags:[]},{name:"mdi-fountain-pen",tags:[]},{name:"mdi-fountain-pen-tip",tags:[]},{name:"mdi-foursquare",tags:[]},{name:"mdi-freebsd",tags:[]},{name:"mdi-frequently-asked-questions",tags:[]},{name:"mdi-fridge",tags:[]},{name:"mdi-fridge-alert",tags:[]},{name:"mdi-fridge-alert-outline",tags:[]},{name:"mdi-fridge-bottom",tags:[]},{name:"mdi-fridge-off",tags:[]},{name:"mdi-fridge-off-outline",tags:[]},{name:"mdi-fridge-outline",tags:[]},{name:"mdi-fridge-top",tags:[]},{name:"mdi-fruit-cherries",tags:[]},{name:"mdi-fruit-citrus",tags:[]},{name:"mdi-fruit-grapes",tags:[]},{name:"mdi-fruit-grapes-outline",tags:[]},{name:"mdi-fruit-pineapple",tags:[]},{name:"mdi-fruit-watermelon",tags:[]},{name:"mdi-fuel",tags:[]},{name:"mdi-fullscreen",tags:[]},{name:"mdi-fullscreen-exit",tags:[]},{name:"mdi-function",tags:[]},{name:"mdi-function-variant",tags:[]},{name:"mdi-furigana-horizontal",tags:[]},{name:"mdi-furigana-vertical",tags:[]},{name:"mdi-fuse",tags:[]},{name:"mdi-fuse-blade",tags:[]},{name:"mdi-gamepad",tags:[]},{name:"mdi-gamepad-circle",tags:[]},{name:"mdi-gamepad-circle-down",tags:[]},{name:"mdi-gamepad-circle-left",tags:[]},{name:"mdi-gamepad-circle-outline",tags:[]},{name:"mdi-gamepad-circle-right",tags:[]},{name:"mdi-gamepad-circle-up",tags:[]},{name:"mdi-gamepad-down",tags:[]},{name:"mdi-gamepad-left",tags:[]},{name:"mdi-gamepad-right",tags:[]},{name:"mdi-gamepad-round",tags:[]},{name:"mdi-gamepad-round-down",tags:[]},{name:"mdi-gamepad-round-left",tags:[]},{name:"mdi-gamepad-round-outline",tags:[]},{name:"mdi-gamepad-round-right",tags:[]},{name:"mdi-gamepad-round-up",tags:[]},{name:"mdi-gamepad-square",tags:[]},{name:"mdi-gamepad-square-outline",tags:[]},{name:"mdi-gamepad-up",tags:[]},{name:"mdi-gamepad-variant",tags:[]},{name:"mdi-gamepad-variant-outline",tags:[]},{name:"mdi-gamma",tags:[]},{name:"mdi-gantry-crane",tags:[]},{name:"mdi-garage",tags:[]},{name:"mdi-garage-alert",tags:[]},{name:"mdi-garage-alert-variant",tags:[]},{name:"mdi-garage-open",tags:[]},{name:"mdi-garage-open-variant",tags:[]},{name:"mdi-garage-variant",tags:[]},{name:"mdi-gas-cylinder",tags:[]},{name:"mdi-gas-station",tags:[]},{name:"mdi-gas-station-outline",tags:[]},{name:"mdi-gate",tags:[]},{name:"mdi-gate-and",tags:[]},{name:"mdi-gate-arrow-right",tags:[]},{name:"mdi-gate-nand",tags:[]},{name:"mdi-gate-nor",tags:[]},{name:"mdi-gate-not",tags:[]},{name:"mdi-gate-open",tags:[]},{name:"mdi-gate-or",tags:[]},{name:"mdi-gate-xnor",tags:[]},{name:"mdi-gate-xor",tags:[]},{name:"mdi-gatsby",tags:[]},{name:"mdi-gauge",tags:[]},{name:"mdi-gauge-empty",tags:[]},{name:"mdi-gauge-full",tags:[]},{name:"mdi-gauge-low",tags:[]},{name:"mdi-gavel",tags:[]},{name:"mdi-gender-female",tags:[]},{name:"mdi-gender-male",tags:[]},{name:"mdi-gender-male-female",tags:[]},{name:"mdi-gender-male-female-variant",tags:[]},{name:"mdi-gender-non-binary",tags:[]},{name:"mdi-gender-transgender",tags:[]},{name:"mdi-gentoo",tags:[]},{name:"mdi-gesture",tags:[]},{name:"mdi-gesture-double-tap",tags:[]},{name:"mdi-gesture-pinch",tags:[]},{name:"mdi-gesture-spread",tags:[]},{name:"mdi-gesture-swipe",tags:[]},{name:"mdi-gesture-swipe-down",tags:[]},{name:"mdi-gesture-swipe-horizontal",tags:[]},{name:"mdi-gesture-swipe-left",tags:[]},{name:"mdi-gesture-swipe-right",tags:[]},{name:"mdi-gesture-swipe-up",tags:[]},{name:"mdi-gesture-swipe-vertical",tags:[]},{name:"mdi-gesture-tap",tags:[]},{name:"mdi-gesture-tap-box",tags:[]},{name:"mdi-gesture-tap-button",tags:[]},{name:"mdi-gesture-tap-hold",tags:[]},{name:"mdi-gesture-two-double-tap",tags:[]},{name:"mdi-gesture-two-tap",tags:[]},{name:"mdi-ghost",tags:[]},{name:"mdi-ghost-off",tags:[]},{name:"mdi-gif",tags:[]},{name:"mdi-gift",tags:[]},{name:"mdi-gift-outline",tags:[]},{name:"mdi-git",tags:[]},{name:"mdi-github-box",tags:[]},{name:"mdi-github-circle",tags:[]},{name:"mdi-github-face",tags:[]},{name:"mdi-gitlab",tags:[]},{name:"mdi-glass-cocktail",tags:[]},{name:"mdi-glass-flute",tags:[]},{name:"mdi-glass-mug",tags:[]},{name:"mdi-glass-mug-variant",tags:[]},{name:"mdi-glass-pint-outline",tags:[]},{name:"mdi-glass-stange",tags:[]},{name:"mdi-glass-tulip",tags:[]},{name:"mdi-glass-wine",tags:[]},{name:"mdi-glassdoor",tags:[]},{name:"mdi-glasses",tags:[]},{name:"mdi-globe-light",tags:[]},{name:"mdi-globe-model",tags:[]},{name:"mdi-gmail",tags:[]},{name:"mdi-gnome",tags:[]},{name:"mdi-go-kart",tags:[]},{name:"mdi-go-kart-track",tags:[]},{name:"mdi-gog",tags:[]},{name:"mdi-gold",tags:[]},{name:"mdi-golf",tags:[]},{name:"mdi-golf-cart",tags:[]},{name:"mdi-golf-tee",tags:[]},{name:"mdi-gondola",tags:[]},{name:"mdi-goodreads",tags:[]},{name:"mdi-google",tags:[]},{name:"mdi-google-adwords",tags:[]},{name:"mdi-google-analytics",tags:[]},{name:"mdi-google-assistant",tags:[]},{name:"mdi-google-cardboard",tags:[]},{name:"mdi-google-chrome",tags:[]},{name:"mdi-google-circles",tags:[]},{name:"mdi-google-circles-communities",tags:[]},{name:"mdi-google-circles-extended",tags:[]},{name:"mdi-google-circles-group",tags:[]},{name:"mdi-google-classroom",tags:[]},{name:"mdi-google-cloud",tags:[]},{name:"mdi-google-controller",tags:[]},{name:"mdi-google-controller-off",tags:[]},{name:"mdi-google-downasaur",tags:[]},{name:"mdi-google-drive",tags:[]},{name:"mdi-google-earth",tags:[]},{name:"mdi-google-fit",tags:[]},{name:"mdi-google-glass",tags:[]},{name:"mdi-google-hangouts",tags:[]},{name:"mdi-google-home",tags:[]},{name:"mdi-google-keep",tags:[]},{name:"mdi-google-lens",tags:[]},{name:"mdi-google-maps",tags:[]},{name:"mdi-google-my-business",tags:[]},{name:"mdi-google-nearby",tags:[]},{name:"mdi-google-pages",tags:[]},{name:"mdi-google-photos",tags:[]},{name:"mdi-google-physical-web",tags:[]},{name:"mdi-google-play",tags:[]},{name:"mdi-google-plus",tags:[]},{name:"mdi-google-plus-box",tags:[]},{name:"mdi-google-podcast",tags:[]},{name:"mdi-google-spreadsheet",tags:[]},{name:"mdi-google-street-view",tags:[]},{name:"mdi-google-translate",tags:[]},{name:"mdi-gradient",tags:[]},{name:"mdi-grain",tags:[]},{name:"mdi-graph",tags:[]},{name:"mdi-graph-outline",tags:[]},{name:"mdi-graphql",tags:[]},{name:"mdi-grave-stone",tags:[]},{name:"mdi-grease-pencil",tags:[]},{name:"mdi-greater-than",tags:[]},{name:"mdi-greater-than-or-equal",tags:[]},{name:"mdi-grid",tags:[]},{name:"mdi-grid-large",tags:[]},{name:"mdi-grid-off",tags:[]},{name:"mdi-grill",tags:[]},{name:"mdi-grill-outline",tags:[]},{name:"mdi-group",tags:[]},{name:"mdi-guitar-acoustic",tags:[]},{name:"mdi-guitar-electric",tags:[]},{name:"mdi-guitar-pick",tags:[]},{name:"mdi-guitar-pick-outline",tags:[]},{name:"mdi-guy-fawkes-mask",tags:[]},{name:"mdi-hackernews",tags:[]},{name:"mdi-hail",tags:[]},{name:"mdi-hair-dryer",tags:[]},{name:"mdi-hair-dryer-outline",tags:[]},{name:"mdi-halloween",tags:[]},{name:"mdi-hamburger",tags:[]},{name:"mdi-hammer",tags:[]},{name:"mdi-hammer-screwdriver",tags:[]},{name:"mdi-hammer-wrench",tags:[]},{name:"mdi-hand",tags:[]},{name:"mdi-hand-heart",tags:[]},{name:"mdi-hand-left",tags:[]},{name:"mdi-hand-okay",tags:[]},{name:"mdi-hand-peace",tags:[]},{name:"mdi-hand-peace-variant",tags:[]},{name:"mdi-hand-pointing-down",tags:[]},{name:"mdi-hand-pointing-left",tags:[]},{name:"mdi-hand-pointing-right",tags:[]},{name:"mdi-hand-pointing-up",tags:[]},{name:"mdi-hand-right",tags:[]},{name:"mdi-hand-saw",tags:[]},{name:"mdi-handball",tags:[]},{name:"mdi-handcuffs",tags:[]},{name:"mdi-handshake",tags:[]},{name:"mdi-hanger",tags:[]},{name:"mdi-hard-hat",tags:[]},{name:"mdi-harddisk",tags:[]},{name:"mdi-harddisk-plus",tags:[]},{name:"mdi-harddisk-remove",tags:[]},{name:"mdi-hat-fedora",tags:[]},{name:"mdi-hazard-lights",tags:[]},{name:"mdi-hdr",tags:[]},{name:"mdi-hdr-off",tags:[]},{name:"mdi-head",tags:[]},{name:"mdi-head-alert",tags:[]},{name:"mdi-head-alert-outline",tags:[]},{name:"mdi-head-check",tags:[]},{name:"mdi-head-check-outline",tags:[]},{name:"mdi-head-cog",tags:[]},{name:"mdi-head-cog-outline",tags:[]},{name:"mdi-head-dots-horizontal",tags:[]},{name:"mdi-head-dots-horizontal-outline",tags:[]},{name:"mdi-head-flash",tags:[]},{name:"mdi-head-flash-outline",tags:[]},{name:"mdi-head-heart",tags:[]},{name:"mdi-head-heart-outline",tags:[]},{name:"mdi-head-lightbulb",tags:[]},{name:"mdi-head-lightbulb-outline",tags:[]},{name:"mdi-head-minus",tags:[]},{name:"mdi-head-minus-outline",tags:[]},{name:"mdi-head-outline",tags:[]},{name:"mdi-head-plus",tags:[]},{name:"mdi-head-plus-outline",tags:[]},{name:"mdi-head-question",tags:[]},{name:"mdi-head-question-outline",tags:[]},{name:"mdi-head-remove",tags:[]},{name:"mdi-head-remove-outline",tags:[]},{name:"mdi-head-snowflake",tags:[]},{name:"mdi-head-snowflake-outline",tags:[]},{name:"mdi-head-sync",tags:[]},{name:"mdi-head-sync-outline",tags:[]},{name:"mdi-headphones",tags:[]},{name:"mdi-headphones-bluetooth",tags:[]},{name:"mdi-headphones-box",tags:[]},{name:"mdi-headphones-off",tags:[]},{name:"mdi-headphones-settings",tags:[]},{name:"mdi-headset",tags:[]},{name:"mdi-headset-dock",tags:[]},{name:"mdi-headset-off",tags:[]},{name:"mdi-heart",tags:[]},{name:"mdi-heart-box",tags:[]},{name:"mdi-heart-box-outline",tags:[]},{name:"mdi-heart-broken",tags:[]},{name:"mdi-heart-broken-outline",tags:[]},{name:"mdi-heart-circle",tags:[]},{name:"mdi-heart-circle-outline",tags:[]},{name:"mdi-heart-flash",tags:[]},{name:"mdi-heart-half",tags:[]},{name:"mdi-heart-half-full",tags:[]},{name:"mdi-heart-half-outline",tags:[]},{name:"mdi-heart-multiple",tags:[]},{name:"mdi-heart-multiple-outline",tags:[]},{name:"mdi-heart-off",tags:[]},{name:"mdi-heart-outline",tags:[]},{name:"mdi-heart-pulse",tags:[]},{name:"mdi-helicopter",tags:[]},{name:"mdi-help",tags:[]},{name:"mdi-help-box",tags:[]},{name:"mdi-help-circle",tags:[]},{name:"mdi-help-circle-outline",tags:[]},{name:"mdi-help-network",tags:[]},{name:"mdi-help-network-outline",tags:[]},{name:"mdi-help-rhombus",tags:[]},{name:"mdi-help-rhombus-outline",tags:[]},{name:"mdi-hexadecimal",tags:[]},{name:"mdi-hexagon",tags:[]},{name:"mdi-hexagon-multiple",tags:[]},{name:"mdi-hexagon-multiple-outline",tags:[]},{name:"mdi-hexagon-outline",tags:[]},{name:"mdi-hexagon-slice-1",tags:[]},{name:"mdi-hexagon-slice-2",tags:[]},{name:"mdi-hexagon-slice-3",tags:[]},{name:"mdi-hexagon-slice-4",tags:[]},{name:"mdi-hexagon-slice-5",tags:[]},{name:"mdi-hexagon-slice-6",tags:[]},{name:"mdi-hexagram",tags:[]},{name:"mdi-hexagram-outline",tags:[]},{name:"mdi-high-definition",tags:[]},{name:"mdi-high-definition-box",tags:[]},{name:"mdi-highway",tags:[]},{name:"mdi-hiking",tags:[]},{name:"mdi-hinduism",tags:[]},{name:"mdi-history",tags:[]},{name:"mdi-hockey-puck",tags:[]},{name:"mdi-hockey-sticks",tags:[]},{name:"mdi-hololens",tags:[]},{name:"mdi-home",tags:[]},{name:"mdi-home-account",tags:[]},{name:"mdi-home-alert",tags:[]},{name:"mdi-home-analytics",tags:[]},{name:"mdi-home-assistant",tags:[]},{name:"mdi-home-automation",tags:[]},{name:"mdi-home-circle",tags:[]},{name:"mdi-home-circle-outline",tags:[]},{name:"mdi-home-city",tags:[]},{name:"mdi-home-city-outline",tags:[]},{name:"mdi-home-currency-usd",tags:[]},{name:"mdi-home-edit",tags:[]},{name:"mdi-home-edit-outline",tags:[]},{name:"mdi-home-export-outline",tags:[]},{name:"mdi-home-flood",tags:[]},{name:"mdi-home-floor-0",tags:[]},{name:"mdi-home-floor-1",tags:[]},{name:"mdi-home-floor-2",tags:[]},{name:"mdi-home-floor-3",tags:[]},{name:"mdi-home-floor-a",tags:[]},{name:"mdi-home-floor-b",tags:[]},{name:"mdi-home-floor-g",tags:[]},{name:"mdi-home-floor-l",tags:[]},{name:"mdi-home-floor-negative-1",tags:[]},{name:"mdi-home-group",tags:[]},{name:"mdi-home-heart",tags:[]},{name:"mdi-home-import-outline",tags:[]},{name:"mdi-home-lightbulb",tags:[]},{name:"mdi-home-lightbulb-outline",tags:[]},{name:"mdi-home-lock",tags:[]},{name:"mdi-home-lock-open",tags:[]},{name:"mdi-home-map-marker",tags:[]},{name:"mdi-home-minus",tags:[]},{name:"mdi-home-modern",tags:[]},{name:"mdi-home-outline",tags:[]},{name:"mdi-home-plus",tags:[]},{name:"mdi-home-remove",tags:[]},{name:"mdi-home-roof",tags:[]},{name:"mdi-home-thermometer",tags:[]},{name:"mdi-home-thermometer-outline",tags:[]},{name:"mdi-home-variant",tags:[]},{name:"mdi-home-variant-outline",tags:[]},{name:"mdi-hook",tags:[]},{name:"mdi-hook-off",tags:[]},{name:"mdi-hops",tags:[]},{name:"mdi-horizontal-rotate-clockwise",tags:[]},{name:"mdi-horizontal-rotate-counterclockwise",tags:[]},{name:"mdi-horseshoe",tags:[]},{name:"mdi-hospital",tags:[]},{name:"mdi-hospital-box",tags:[]},{name:"mdi-hospital-box-outline",tags:[]},{name:"mdi-hospital-building",tags:[]},{name:"mdi-hospital-marker",tags:[]},{name:"mdi-hot-tub",tags:[]},{name:"mdi-hotel",tags:[]},{name:"mdi-houzz",tags:[]},{name:"mdi-houzz-box",tags:[]},{name:"mdi-hubspot",tags:[]},{name:"mdi-hulu",tags:[]},{name:"mdi-human",tags:[]},{name:"mdi-human-child",tags:[]},{name:"mdi-human-female",tags:[]},{name:"mdi-human-female-boy",tags:[]},{name:"mdi-human-female-female",tags:[]},{name:"mdi-human-female-girl",tags:[]},{name:"mdi-human-greeting",tags:[]},{name:"mdi-human-handsdown",tags:[]},{name:"mdi-human-handsup",tags:[]},{name:"mdi-human-male",tags:[]},{name:"mdi-human-male-boy",tags:[]},{name:"mdi-human-male-female",tags:[]},{name:"mdi-human-male-girl",tags:[]},{name:"mdi-human-male-height",tags:[]},{name:"mdi-human-male-height-variant",tags:[]},{name:"mdi-human-male-male",tags:[]},{name:"mdi-human-pregnant",tags:[]},{name:"mdi-humble-bundle",tags:[]},{name:"mdi-hvac",tags:[]},{name:"mdi-hydraulic-oil-level",tags:[]},{name:"mdi-hydraulic-oil-temperature",tags:[]},{name:"mdi-hydro-power",tags:[]},{name:"mdi-ice-cream",tags:[]},{name:"mdi-ice-pop",tags:[]},{name:"mdi-id-card",tags:[]},{name:"mdi-identifier",tags:[]},{name:"mdi-ideogram-cjk",tags:[]},{name:"mdi-ideogram-cjk-variant",tags:[]},{name:"mdi-iframe",tags:[]},{name:"mdi-iframe-array",tags:[]},{name:"mdi-iframe-array-outline",tags:[]},{name:"mdi-iframe-braces",tags:[]},{name:"mdi-iframe-braces-outline",tags:[]},{name:"mdi-iframe-outline",tags:[]},{name:"mdi-iframe-parentheses",tags:[]},{name:"mdi-iframe-parentheses-outline",tags:[]},{name:"mdi-iframe-variable",tags:[]},{name:"mdi-iframe-variable-outline",tags:[]},{name:"mdi-image",tags:[]},{name:"mdi-image-album",tags:[]},{name:"mdi-image-area",tags:[]},{name:"mdi-image-area-close",tags:[]},{name:"mdi-image-auto-adjust",tags:[]},{name:"mdi-image-broken",tags:[]},{name:"mdi-image-broken-variant",tags:[]},{name:"mdi-image-edit",tags:[]},{name:"mdi-image-edit-outline",tags:[]},{name:"mdi-image-filter",tags:[]},{name:"mdi-image-filter-black-white",tags:[]},{name:"mdi-image-filter-center-focus",tags:[]},{name:"mdi-image-filter-center-focus-strong",tags:[]},{name:"mdi-image-filter-center-focus-strong-outline",tags:[]},{name:"mdi-image-filter-center-focus-weak",tags:[]},{name:"mdi-image-filter-drama",tags:[]},{name:"mdi-image-filter-frames",tags:[]},{name:"mdi-image-filter-hdr",tags:[]},{name:"mdi-image-filter-none",tags:[]},{name:"mdi-image-filter-tilt-shift",tags:[]},{name:"mdi-image-filter-vintage",tags:[]},{name:"mdi-image-frame",tags:[]},{name:"mdi-image-move",tags:[]},{name:"mdi-image-multiple",tags:[]},{name:"mdi-image-off",tags:[]},{name:"mdi-image-off-outline",tags:[]},{name:"mdi-image-outline",tags:[]},{name:"mdi-image-plus",tags:[]},{name:"mdi-image-search",tags:[]},{name:"mdi-image-search-outline",tags:[]},{name:"mdi-image-size-select-actual",tags:[]},{name:"mdi-image-size-select-large",tags:[]},{name:"mdi-image-size-select-small",tags:[]},{name:"mdi-import",tags:[]},{name:"mdi-inbox",tags:[]},{name:"mdi-inbox-arrow-down",tags:[]},{name:"mdi-inbox-arrow-down-outline",tags:[]},{name:"mdi-inbox-arrow-up",tags:[]},{name:"mdi-inbox-arrow-up-outline",tags:[]},{name:"mdi-inbox-full",tags:[]},{name:"mdi-inbox-full-outline",tags:[]},{name:"mdi-inbox-multiple",tags:[]},{name:"mdi-inbox-multiple-outline",tags:[]},{name:"mdi-inbox-outline",tags:[]},{name:"mdi-incognito",tags:[]},{name:"mdi-infinity",tags:[]},{name:"mdi-information",tags:[]},{name:"mdi-information-outline",tags:[]},{name:"mdi-information-variant",tags:[]},{name:"mdi-instagram",tags:[]},{name:"mdi-instapaper",tags:[]},{name:"mdi-instrument-triangle",tags:[]},{name:"mdi-internet-explorer",tags:[]},{name:"mdi-invert-colors",tags:[]},{name:"mdi-invert-colors-off",tags:[]},{name:"mdi-iobroker",tags:[]},{name:"mdi-ip",tags:[]},{name:"mdi-ip-network",tags:[]},{name:"mdi-ip-network-outline",tags:[]},{name:"mdi-ipod",tags:[]},{name:"mdi-islam",tags:[]},{name:"mdi-island",tags:[]},{name:"mdi-itunes",tags:[]},{name:"mdi-iv-bag",tags:[]},{name:"mdi-jabber",tags:[]},{name:"mdi-jeepney",tags:[]},{name:"mdi-jellyfish",tags:[]},{name:"mdi-jellyfish-outline",tags:[]},{name:"mdi-jira",tags:[]},{name:"mdi-jquery",tags:[]},{name:"mdi-jsfiddle",tags:[]},{name:"mdi-json",tags:[]},{name:"mdi-judaism",tags:[]},{name:"mdi-jump-rope",tags:[]},{name:"mdi-kabaddi",tags:[]},{name:"mdi-karate",tags:[]},{name:"mdi-keg",tags:[]},{name:"mdi-kettle",tags:[]},{name:"mdi-kettle-alert",tags:[]},{name:"mdi-kettle-alert-outline",tags:[]},{name:"mdi-kettle-off",tags:[]},{name:"mdi-kettle-off-outline",tags:[]},{name:"mdi-kettle-outline",tags:[]},{name:"mdi-kettle-steam",tags:[]},{name:"mdi-kettle-steam-outline",tags:[]},{name:"mdi-kettlebell",tags:[]},{name:"mdi-key",tags:[]},{name:"mdi-key-arrow-right",tags:[]},{name:"mdi-key-change",tags:[]},{name:"mdi-key-link",tags:[]},{name:"mdi-key-minus",tags:[]},{name:"mdi-key-outline",tags:[]},{name:"mdi-key-plus",tags:[]},{name:"mdi-key-remove",tags:[]},{name:"mdi-key-star",tags:[]},{name:"mdi-key-variant",tags:[]},{name:"mdi-key-wireless",tags:[]},{name:"mdi-keyboard",tags:[]},{name:"mdi-keyboard-backspace",tags:[]},{name:"mdi-keyboard-caps",tags:[]},{name:"mdi-keyboard-close",tags:[]},{name:"mdi-keyboard-esc",tags:[]},{name:"mdi-keyboard-f1",tags:[]},{name:"mdi-keyboard-f10",tags:[]},{name:"mdi-keyboard-f11",tags:[]},{name:"mdi-keyboard-f12",tags:[]},{name:"mdi-keyboard-f2",tags:[]},{name:"mdi-keyboard-f3",tags:[]},{name:"mdi-keyboard-f4",tags:[]},{name:"mdi-keyboard-f5",tags:[]},{name:"mdi-keyboard-f6",tags:[]},{name:"mdi-keyboard-f7",tags:[]},{name:"mdi-keyboard-f8",tags:[]},{name:"mdi-keyboard-f9",tags:[]},{name:"mdi-keyboard-off",tags:[]},{name:"mdi-keyboard-off-outline",tags:[]},{name:"mdi-keyboard-outline",tags:[]},{name:"mdi-keyboard-return",tags:[]},{name:"mdi-keyboard-settings",tags:[]},{name:"mdi-keyboard-settings-outline",tags:[]},{name:"mdi-keyboard-space",tags:[]},{name:"mdi-keyboard-tab",tags:[]},{name:"mdi-keyboard-variant",tags:[]},{name:"mdi-khanda",tags:[]},{name:"mdi-kickstarter",tags:[]},{name:"mdi-klingon",tags:[]},{name:"mdi-knife",tags:[]},{name:"mdi-knife-military",tags:[]},{name:"mdi-kodi",tags:[]},{name:"mdi-kotlin",tags:[]},{name:"mdi-kubernetes",tags:[]},{name:"mdi-label",tags:[]},{name:"mdi-label-multiple",tags:[]},{name:"mdi-label-multiple-outline",tags:[]},{name:"mdi-label-off",tags:[]},{name:"mdi-label-off-outline",tags:[]},{name:"mdi-label-outline",tags:[]},{name:"mdi-label-percent",tags:[]},{name:"mdi-label-percent-outline",tags:[]},{name:"mdi-label-variant",tags:[]},{name:"mdi-label-variant-outline",tags:[]},{name:"mdi-ladybug",tags:[]},{name:"mdi-lambda",tags:[]},{name:"mdi-lamp",tags:[]},{name:"mdi-lan",tags:[]},{name:"mdi-lan-check",tags:[]},{name:"mdi-lan-connect",tags:[]},{name:"mdi-lan-disconnect",tags:[]},{name:"mdi-lan-pending",tags:[]},{name:"mdi-language-c",tags:[]},{name:"mdi-language-cpp",tags:[]},{name:"mdi-language-csharp",tags:[]},{name:"mdi-language-css3",tags:[]},{name:"mdi-language-fortran",tags:[]},{name:"mdi-language-go",tags:[]},{name:"mdi-language-haskell",tags:[]},{name:"mdi-language-html5",tags:[]},{name:"mdi-language-java",tags:[]},{name:"mdi-language-javascript",tags:[]},{name:"mdi-language-lua",tags:[]},{name:"mdi-language-php",tags:[]},{name:"mdi-language-python",tags:[]},{name:"mdi-language-python-text",tags:[]},{name:"mdi-language-r",tags:[]},{name:"mdi-language-ruby-on-rails",tags:[]},{name:"mdi-language-swift",tags:[]},{name:"mdi-language-typescript",tags:[]},{name:"mdi-laptop",tags:[]},{name:"mdi-laptop-chromebook",tags:[]},{name:"mdi-laptop-mac",tags:[]},{name:"mdi-laptop-off",tags:[]},{name:"mdi-laptop-windows",tags:[]},{name:"mdi-laravel",tags:[]},{name:"mdi-lasso",tags:[]},{name:"mdi-lastfm",tags:[]},{name:"mdi-lastpass",tags:[]},{name:"mdi-latitude",tags:[]},{name:"mdi-launch",tags:[]},{name:"mdi-lava-lamp",tags:[]},{name:"mdi-layers",tags:[]},{name:"mdi-layers-minus",tags:[]},{name:"mdi-layers-off",tags:[]},{name:"mdi-layers-off-outline",tags:[]},{name:"mdi-layers-outline",tags:[]},{name:"mdi-layers-plus",tags:[]},{name:"mdi-layers-remove",tags:[]},{name:"mdi-layers-search",tags:[]},{name:"mdi-layers-search-outline",tags:[]},{name:"mdi-layers-triple",tags:[]},{name:"mdi-layers-triple-outline",tags:[]},{name:"mdi-lead-pencil",tags:[]},{name:"mdi-leaf",tags:[]},{name:"mdi-leaf-maple",tags:[]},{name:"mdi-leaf-maple-off",tags:[]},{name:"mdi-leaf-off",tags:[]},{name:"mdi-leak",tags:[]},{name:"mdi-leak-off",tags:[]},{name:"mdi-led-off",tags:[]},{name:"mdi-led-on",tags:[]},{name:"mdi-led-outline",tags:[]},{name:"mdi-led-strip",tags:[]},{name:"mdi-led-strip-variant",tags:[]},{name:"mdi-led-variant-off",tags:[]},{name:"mdi-led-variant-on",tags:[]},{name:"mdi-led-variant-outline",tags:[]},{name:"mdi-leek",tags:[]},{name:"mdi-less-than",tags:[]},{name:"mdi-less-than-or-equal",tags:[]},{name:"mdi-library",tags:[]},{name:"mdi-library-books",tags:[]},{name:"mdi-library-movie",tags:[]},{name:"mdi-library-music",tags:[]},{name:"mdi-library-music-outline",tags:[]},{name:"mdi-library-shelves",tags:[]},{name:"mdi-library-video",tags:[]},{name:"mdi-license",tags:[]},{name:"mdi-lifebuoy",tags:[]},{name:"mdi-light-switch",tags:[]},{name:"mdi-lightbulb",tags:[]},{name:"mdi-lightbulb-cfl",tags:[]},{name:"mdi-lightbulb-cfl-off",tags:[]},{name:"mdi-lightbulb-cfl-spiral",tags:[]},{name:"mdi-lightbulb-cfl-spiral-off",tags:[]},{name:"mdi-lightbulb-group",tags:[]},{name:"mdi-lightbulb-group-off",tags:[]},{name:"mdi-lightbulb-group-off-outline",tags:[]},{name:"mdi-lightbulb-group-outline",tags:[]},{name:"mdi-lightbulb-multiple",tags:[]},{name:"mdi-lightbulb-multiple-off",tags:[]},{name:"mdi-lightbulb-multiple-off-outline",tags:[]},{name:"mdi-lightbulb-multiple-outline",tags:[]},{name:"mdi-lightbulb-off",tags:[]},{name:"mdi-lightbulb-off-outline",tags:[]},{name:"mdi-lightbulb-on",tags:[]},{name:"mdi-lightbulb-on-outline",tags:[]},{name:"mdi-lightbulb-outline",tags:[]},{name:"mdi-lighthouse",tags:[]},{name:"mdi-lighthouse-on",tags:[]},{name:"mdi-link",tags:[]},{name:"mdi-link-box",tags:[]},{name:"mdi-link-box-outline",tags:[]},{name:"mdi-link-box-variant",tags:[]},{name:"mdi-link-box-variant-outline",tags:[]},{name:"mdi-link-lock",tags:[]},{name:"mdi-link-off",tags:[]},{name:"mdi-link-plus",tags:[]},{name:"mdi-link-variant",tags:[]},{name:"mdi-link-variant-minus",tags:[]},{name:"mdi-link-variant-off",tags:[]},{name:"mdi-link-variant-plus",tags:[]},{name:"mdi-link-variant-remove",tags:[]},{name:"mdi-linkedin",tags:[]},{name:"mdi-linkedin-box",tags:[]},{name:"mdi-linux",tags:[]},{name:"mdi-linux-mint",tags:[]},{name:"mdi-litecoin",tags:[]},{name:"mdi-loading",tags:[]},{name:"mdi-location-enter",tags:[]},{name:"mdi-location-exit",tags:[]},{name:"mdi-lock",tags:[]},{name:"mdi-lock-alert",tags:[]},{name:"mdi-lock-clock",tags:[]},{name:"mdi-lock-open",tags:[]},{name:"mdi-lock-open-outline",tags:[]},{name:"mdi-lock-open-variant",tags:[]},{name:"mdi-lock-open-variant-outline",tags:[]},{name:"mdi-lock-outline",tags:[]},{name:"mdi-lock-pattern",tags:[]},{name:"mdi-lock-plus",tags:[]},{name:"mdi-lock-question",tags:[]},{name:"mdi-lock-reset",tags:[]},{name:"mdi-lock-smart",tags:[]},{name:"mdi-locker",tags:[]},{name:"mdi-locker-multiple",tags:[]},{name:"mdi-login",tags:[]},{name:"mdi-login-variant",tags:[]},{name:"mdi-logout",tags:[]},{name:"mdi-logout-variant",tags:[]},{name:"mdi-longitude",tags:[]},{name:"mdi-looks",tags:[]},{name:"mdi-loupe",tags:[]},{name:"mdi-lumx",tags:[]},{name:"mdi-lungs",tags:[]},{name:"mdi-lyft",tags:[]},{name:"mdi-magnet",tags:[]},{name:"mdi-magnet-on",tags:[]},{name:"mdi-magnify",tags:[]},{name:"mdi-magnify-close",tags:[]},{name:"mdi-magnify-minus",tags:[]},{name:"mdi-magnify-minus-cursor",tags:[]},{name:"mdi-magnify-minus-outline",tags:[]},{name:"mdi-magnify-plus",tags:[]},{name:"mdi-magnify-plus-cursor",tags:[]},{name:"mdi-magnify-plus-outline",tags:[]},{name:"mdi-magnify-remove-cursor",tags:[]},{name:"mdi-magnify-remove-outline",tags:[]},{name:"mdi-magnify-scan",tags:[]},{name:"mdi-mail",tags:[]},{name:"mdi-mail-ru",tags:[]},{name:"mdi-mailbox",tags:[]},{name:"mdi-mailbox-open",tags:[]},{name:"mdi-mailbox-open-outline",tags:[]},{name:"mdi-mailbox-open-up",tags:[]},{name:"mdi-mailbox-open-up-outline",tags:[]},{name:"mdi-mailbox-outline",tags:[]},{name:"mdi-mailbox-up",tags:[]},{name:"mdi-mailbox-up-outline",tags:[]},{name:"mdi-map",tags:[]},{name:"mdi-map-check",tags:[]},{name:"mdi-map-check-outline",tags:[]},{name:"mdi-map-clock",tags:[]},{name:"mdi-map-clock-outline",tags:[]},{name:"mdi-map-legend",tags:[]},{name:"mdi-map-marker",tags:[]},{name:"mdi-map-marker-alert",tags:[]},{name:"mdi-map-marker-alert-outline",tags:[]},{name:"mdi-map-marker-check",tags:[]},{name:"mdi-map-marker-check-outline",tags:[]},{name:"mdi-map-marker-circle",tags:[]},{name:"mdi-map-marker-distance",tags:[]},{name:"mdi-map-marker-down",tags:[]},{name:"mdi-map-marker-left",tags:[]},{name:"mdi-map-marker-left-outline",tags:[]},{name:"mdi-map-marker-minus",tags:[]},{name:"mdi-map-marker-minus-outline",tags:[]},{name:"mdi-map-marker-multiple",tags:[]},{name:"mdi-map-marker-multiple-outline",tags:[]},{name:"mdi-map-marker-off",tags:[]},{name:"mdi-map-marker-off-outline",tags:[]},{name:"mdi-map-marker-outline",tags:[]},{name:"mdi-map-marker-path",tags:[]},{name:"mdi-map-marker-plus",tags:[]},{name:"mdi-map-marker-plus-outline",tags:[]},{name:"mdi-map-marker-question",tags:[]},{name:"mdi-map-marker-question-outline",tags:[]},{name:"mdi-map-marker-radius",tags:[]},{name:"mdi-map-marker-radius-outline",tags:[]},{name:"mdi-map-marker-remove",tags:[]},{name:"mdi-map-marker-remove-outline",tags:[]},{name:"mdi-map-marker-remove-variant",tags:[]},{name:"mdi-map-marker-right",tags:[]},{name:"mdi-map-marker-right-outline",tags:[]},{name:"mdi-map-marker-up",tags:[]},{name:"mdi-map-minus",tags:[]},{name:"mdi-map-outline",tags:[]},{name:"mdi-map-plus",tags:[]},{name:"mdi-map-search",tags:[]},{name:"mdi-map-search-outline",tags:[]},{name:"mdi-mapbox",tags:[]},{name:"mdi-margin",tags:[]},{name:"mdi-markdown",tags:[]},{name:"mdi-markdown-outline",tags:[]},{name:"mdi-marker",tags:[]},{name:"mdi-marker-cancel",tags:[]},{name:"mdi-marker-check",tags:[]},{name:"mdi-mastodon",tags:[]},{name:"mdi-mastodon-variant",tags:[]},{name:"mdi-material-design",tags:[]},{name:"mdi-material-ui",tags:[]},{name:"mdi-math-compass",tags:[]},{name:"mdi-math-cos",tags:[]},{name:"mdi-math-integral",tags:[]},{name:"mdi-math-integral-box",tags:[]},{name:"mdi-math-log",tags:[]},{name:"mdi-math-norm",tags:[]},{name:"mdi-math-norm-box",tags:[]},{name:"mdi-math-sin",tags:[]},{name:"mdi-math-tan",tags:[]},{name:"mdi-matrix",tags:[]},{name:"mdi-medal",tags:[]},{name:"mdi-medal-outline",tags:[]},{name:"mdi-medical-bag",tags:[]},{name:"mdi-meditation",tags:[]},{name:"mdi-medium",tags:[]},{name:"mdi-meetup",tags:[]},{name:"mdi-memory",tags:[]},{name:"mdi-menu",tags:[]},{name:"mdi-menu-down",tags:[]},{name:"mdi-menu-down-outline",tags:[]},{name:"mdi-menu-left",tags:[]},{name:"mdi-menu-left-outline",tags:[]},{name:"mdi-menu-open",tags:[]},{name:"mdi-menu-right",tags:[]},{name:"mdi-menu-right-outline",tags:[]},{name:"mdi-menu-swap",tags:[]},{name:"mdi-menu-swap-outline",tags:[]},{name:"mdi-menu-up",tags:[]},{name:"mdi-menu-up-outline",tags:[]},{name:"mdi-merge",tags:[]},{name:"mdi-message",tags:[]},{name:"mdi-message-alert",tags:[]},{name:"mdi-message-alert-outline",tags:[]},{name:"mdi-message-arrow-left",tags:[]},{name:"mdi-message-arrow-left-outline",tags:[]},{name:"mdi-message-arrow-right",tags:[]},{name:"mdi-message-arrow-right-outline",tags:[]},{name:"mdi-message-bulleted",tags:[]},{name:"mdi-message-bulleted-off",tags:[]},{name:"mdi-message-draw",tags:[]},{name:"mdi-message-image",tags:[]},{name:"mdi-message-image-outline",tags:[]},{name:"mdi-message-lock",tags:[]},{name:"mdi-message-lock-outline",tags:[]},{name:"mdi-message-minus",tags:[]},{name:"mdi-message-minus-outline",tags:[]},{name:"mdi-message-outline",tags:[]},{name:"mdi-message-plus",tags:[]},{name:"mdi-message-plus-outline",tags:[]},{name:"mdi-message-processing",tags:[]},{name:"mdi-message-processing-outline",tags:[]},{name:"mdi-message-reply",tags:[]},{name:"mdi-message-reply-text",tags:[]},{name:"mdi-message-settings",tags:[]},{name:"mdi-message-settings-outline",tags:[]},{name:"mdi-message-settings-variant",tags:[]},{name:"mdi-message-settings-variant-outline",tags:[]},{name:"mdi-message-text",tags:[]},{name:"mdi-message-text-clock",tags:[]},{name:"mdi-message-text-clock-outline",tags:[]},{name:"mdi-message-text-lock",tags:[]},{name:"mdi-message-text-lock-outline",tags:[]},{name:"mdi-message-text-outline",tags:[]},{name:"mdi-message-video",tags:[]},{name:"mdi-meteor",tags:[]},{name:"mdi-metronome",tags:[]},{name:"mdi-metronome-tick",tags:[]},{name:"mdi-micro-sd",tags:[]},{name:"mdi-microphone",tags:[]},{name:"mdi-microphone-minus",tags:[]},{name:"mdi-microphone-off",tags:[]},{name:"mdi-microphone-outline",tags:[]},{name:"mdi-microphone-plus",tags:[]},{name:"mdi-microphone-settings",tags:[]},{name:"mdi-microphone-variant",tags:[]},{name:"mdi-microphone-variant-off",tags:[]},{name:"mdi-microscope",tags:[]},{name:"mdi-microsoft",tags:[]},{name:"mdi-microsoft-dynamics",tags:[]},{name:"mdi-microwave",tags:[]},{name:"mdi-middleware",tags:[]},{name:"mdi-middleware-outline",tags:[]},{name:"mdi-midi",tags:[]},{name:"mdi-midi-port",tags:[]},{name:"mdi-mine",tags:[]},{name:"mdi-minecraft",tags:[]},{name:"mdi-mini-sd",tags:[]},{name:"mdi-minidisc",tags:[]},{name:"mdi-minus",tags:[]},{name:"mdi-minus-box",tags:[]},{name:"mdi-minus-box-multiple",tags:[]},{name:"mdi-minus-box-multiple-outline",tags:[]},{name:"mdi-minus-box-outline",tags:[]},{name:"mdi-minus-circle",tags:[]},{name:"mdi-minus-circle-outline",tags:[]},{name:"mdi-minus-network",tags:[]},{name:"mdi-minus-network-outline",tags:[]},{name:"mdi-mirror",tags:[]},{name:"mdi-mixcloud",tags:[]},{name:"mdi-mixed-martial-arts",tags:[]},{name:"mdi-mixed-reality",tags:[]},{name:"mdi-mixer",tags:[]},{name:"mdi-molecule",tags:[]},{name:"mdi-monitor",tags:[]},{name:"mdi-monitor-cellphone",tags:[]},{name:"mdi-monitor-cellphone-star",tags:[]},{name:"mdi-monitor-clean",tags:[]},{name:"mdi-monitor-dashboard",tags:[]},{name:"mdi-monitor-edit",tags:[]},{name:"mdi-monitor-lock",tags:[]},{name:"mdi-monitor-multiple",tags:[]},{name:"mdi-monitor-off",tags:[]},{name:"mdi-monitor-screenshot",tags:[]},{name:"mdi-monitor-speaker",tags:[]},{name:"mdi-monitor-speaker-off",tags:[]},{name:"mdi-monitor-star",tags:[]},{name:"mdi-moon-first-quarter",tags:[]},{name:"mdi-moon-full",tags:[]},{name:"mdi-moon-last-quarter",tags:[]},{name:"mdi-moon-new",tags:[]},{name:"mdi-moon-waning-crescent",tags:[]},{name:"mdi-moon-waning-gibbous",tags:[]},{name:"mdi-moon-waxing-crescent",tags:[]},{name:"mdi-moon-waxing-gibbous",tags:[]},{name:"mdi-moped",tags:[]},{name:"mdi-more",tags:[]},{name:"mdi-mother-heart",tags:[]},{name:"mdi-mother-nurse",tags:[]},{name:"mdi-motion-sensor",tags:[]},{name:"mdi-motorbike",tags:[]},{name:"mdi-mouse",tags:[]},{name:"mdi-mouse-bluetooth",tags:[]},{name:"mdi-mouse-off",tags:[]},{name:"mdi-mouse-variant",tags:[]},{name:"mdi-mouse-variant-off",tags:[]},{name:"mdi-move-resize",tags:[]},{name:"mdi-move-resize-variant",tags:[]},{name:"mdi-movie",tags:[]},{name:"mdi-movie-edit",tags:[]},{name:"mdi-movie-edit-outline",tags:[]},{name:"mdi-movie-filter",tags:[]},{name:"mdi-movie-filter-outline",tags:[]},{name:"mdi-movie-open",tags:[]},{name:"mdi-movie-open-outline",tags:[]},{name:"mdi-movie-outline",tags:[]},{name:"mdi-movie-roll",tags:[]},{name:"mdi-movie-search",tags:[]},{name:"mdi-movie-search-outline",tags:[]},{name:"mdi-muffin",tags:[]},{name:"mdi-multiplication",tags:[]},{name:"mdi-multiplication-box",tags:[]},{name:"mdi-mushroom",tags:[]},{name:"mdi-mushroom-outline",tags:[]},{name:"mdi-music",tags:[]},{name:"mdi-music-accidental-double-flat",tags:[]},{name:"mdi-music-accidental-double-sharp",tags:[]},{name:"mdi-music-accidental-flat",tags:[]},{name:"mdi-music-accidental-natural",tags:[]},{name:"mdi-music-accidental-sharp",tags:[]},{name:"mdi-music-box",tags:[]},{name:"mdi-music-box-outline",tags:[]},{name:"mdi-music-circle",tags:[]},{name:"mdi-music-circle-outline",tags:[]},{name:"mdi-music-clef-alto",tags:[]},{name:"mdi-music-clef-bass",tags:[]},{name:"mdi-music-clef-treble",tags:[]},{name:"mdi-music-note",tags:[]},{name:"mdi-music-note-bluetooth",tags:[]},{name:"mdi-music-note-bluetooth-off",tags:[]},{name:"mdi-music-note-eighth",tags:[]},{name:"mdi-music-note-eighth-dotted",tags:[]},{name:"mdi-music-note-half",tags:[]},{name:"mdi-music-note-half-dotted",tags:[]},{name:"mdi-music-note-off",tags:[]},{name:"mdi-music-note-off-outline",tags:[]},{name:"mdi-music-note-outline",tags:[]},{name:"mdi-music-note-plus",tags:[]},{name:"mdi-music-note-quarter",tags:[]},{name:"mdi-music-note-quarter-dotted",tags:[]},{name:"mdi-music-note-sixteenth",tags:[]},{name:"mdi-music-note-sixteenth-dotted",tags:[]},{name:"mdi-music-note-whole",tags:[]},{name:"mdi-music-note-whole-dotted",tags:[]},{name:"mdi-music-off",tags:[]},{name:"mdi-music-rest-eighth",tags:[]},{name:"mdi-music-rest-half",tags:[]},{name:"mdi-music-rest-quarter",tags:[]},{name:"mdi-music-rest-sixteenth",tags:[]},{name:"mdi-music-rest-whole",tags:[]},{name:"mdi-nail",tags:[]},{name:"mdi-nas",tags:[]},{name:"mdi-nativescript",tags:[]},{name:"mdi-nature",tags:[]},{name:"mdi-nature-people",tags:[]},{name:"mdi-navigation",tags:[]},{name:"mdi-near-me",tags:[]},{name:"mdi-necklace",tags:[]},{name:"mdi-needle",tags:[]},{name:"mdi-netflix",tags:[]},{name:"mdi-network",tags:[]},{name:"mdi-network-off",tags:[]},{name:"mdi-network-off-outline",tags:[]},{name:"mdi-network-outline",tags:[]},{name:"mdi-network-router",tags:[]},{name:"mdi-network-strength-1",tags:[]},{name:"mdi-network-strength-1-alert",tags:[]},{name:"mdi-network-strength-2",tags:[]},{name:"mdi-network-strength-2-alert",tags:[]},{name:"mdi-network-strength-3",tags:[]},{name:"mdi-network-strength-3-alert",tags:[]},{name:"mdi-network-strength-4",tags:[]},{name:"mdi-network-strength-4-alert",tags:[]},{name:"mdi-network-strength-off",tags:[]},{name:"mdi-network-strength-off-outline",tags:[]},{name:"mdi-network-strength-outline",tags:[]},{name:"mdi-new-box",tags:[]},{name:"mdi-newspaper",tags:[]},{name:"mdi-newspaper-minus",tags:[]},{name:"mdi-newspaper-plus",tags:[]},{name:"mdi-newspaper-variant",tags:[]},{name:"mdi-newspaper-variant-multiple",tags:[]},{name:"mdi-newspaper-variant-multiple-outline",tags:[]},{name:"mdi-newspaper-variant-outline",tags:[]},{name:"mdi-nfc",tags:[]},{name:"mdi-nfc-off",tags:[]},{name:"mdi-nfc-search-variant",tags:[]},{name:"mdi-nfc-tap",tags:[]},{name:"mdi-nfc-variant",tags:[]},{name:"mdi-nfc-variant-off",tags:[]},{name:"mdi-ninja",tags:[]},{name:"mdi-nintendo-switch",tags:[]},{name:"mdi-nix",tags:[]},{name:"mdi-nodejs",tags:[]},{name:"mdi-noodles",tags:[]},{name:"mdi-not-equal",tags:[]},{name:"mdi-not-equal-variant",tags:[]},{name:"mdi-note",tags:[]},{name:"mdi-note-multiple",tags:[]},{name:"mdi-note-multiple-outline",tags:[]},{name:"mdi-note-outline",tags:[]},{name:"mdi-note-plus",tags:[]},{name:"mdi-note-plus-outline",tags:[]},{name:"mdi-note-text",tags:[]},{name:"mdi-note-text-outline",tags:[]},{name:"mdi-notebook",tags:[]},{name:"mdi-notebook-multiple",tags:[]},{name:"mdi-notebook-outline",tags:[]},{name:"mdi-notification-clear-all",tags:[]},{name:"mdi-npm",tags:[]},{name:"mdi-npm-variant",tags:[]},{name:"mdi-npm-variant-outline",tags:[]},{name:"mdi-nuke",tags:[]},{name:"mdi-null",tags:[]},{name:"mdi-numeric",tags:[]},{name:"mdi-numeric-0",tags:[]},{name:"mdi-numeric-0-box",tags:[]},{name:"mdi-numeric-0-box-multiple",tags:[]},{name:"mdi-numeric-0-box-multiple-outline",tags:[]},{name:"mdi-numeric-0-box-outline",tags:[]},{name:"mdi-numeric-0-circle",tags:[]},{name:"mdi-numeric-0-circle-outline",tags:[]},{name:"mdi-numeric-1",tags:[]},{name:"mdi-numeric-1-box",tags:[]},{name:"mdi-numeric-1-box-multiple",tags:[]},{name:"mdi-numeric-1-box-multiple-outline",tags:[]},{name:"mdi-numeric-1-box-outline",tags:[]},{name:"mdi-numeric-1-circle",tags:[]},{name:"mdi-numeric-1-circle-outline",tags:[]},{name:"mdi-numeric-10",tags:[]},{name:"mdi-numeric-10-box",tags:[]},{name:"mdi-numeric-10-box-multiple",tags:[]},{name:"mdi-numeric-10-box-multiple-outline",tags:[]},{name:"mdi-numeric-10-box-outline",tags:[]},{name:"mdi-numeric-10-circle",tags:[]},{name:"mdi-numeric-10-circle-outline",tags:[]},{name:"mdi-numeric-2",tags:[]},{name:"mdi-numeric-2-box",tags:[]},{name:"mdi-numeric-2-box-multiple",tags:[]},{name:"mdi-numeric-2-box-multiple-outline",tags:[]},{name:"mdi-numeric-2-box-outline",tags:[]},{name:"mdi-numeric-2-circle",tags:[]},{name:"mdi-numeric-2-circle-outline",tags:[]},{name:"mdi-numeric-3",tags:[]},{name:"mdi-numeric-3-box",tags:[]},{name:"mdi-numeric-3-box-multiple",tags:[]},{name:"mdi-numeric-3-box-multiple-outline",tags:[]},{name:"mdi-numeric-3-box-outline",tags:[]},{name:"mdi-numeric-3-circle",tags:[]},{name:"mdi-numeric-3-circle-outline",tags:[]},{name:"mdi-numeric-4",tags:[]},{name:"mdi-numeric-4-box",tags:[]},{name:"mdi-numeric-4-box-multiple",tags:[]},{name:"mdi-numeric-4-box-multiple-outline",tags:[]},{name:"mdi-numeric-4-box-outline",tags:[]},{name:"mdi-numeric-4-circle",tags:[]},{name:"mdi-numeric-4-circle-outline",tags:[]},{name:"mdi-numeric-5",tags:[]},{name:"mdi-numeric-5-box",tags:[]},{name:"mdi-numeric-5-box-multiple",tags:[]},{name:"mdi-numeric-5-box-multiple-outline",tags:[]},{name:"mdi-numeric-5-box-outline",tags:[]},{name:"mdi-numeric-5-circle",tags:[]},{name:"mdi-numeric-5-circle-outline",tags:[]},{name:"mdi-numeric-6",tags:[]},{name:"mdi-numeric-6-box",tags:[]},{name:"mdi-numeric-6-box-multiple",tags:[]},{name:"mdi-numeric-6-box-multiple-outline",tags:[]},{name:"mdi-numeric-6-box-outline",tags:[]},{name:"mdi-numeric-6-circle",tags:[]},{name:"mdi-numeric-6-circle-outline",tags:[]},{name:"mdi-numeric-7",tags:[]},{name:"mdi-numeric-7-box",tags:[]},{name:"mdi-numeric-7-box-multiple",tags:[]},{name:"mdi-numeric-7-box-multiple-outline",tags:[]},{name:"mdi-numeric-7-box-outline",tags:[]},{name:"mdi-numeric-7-circle",tags:[]},{name:"mdi-numeric-7-circle-outline",tags:[]},{name:"mdi-numeric-8",tags:[]},{name:"mdi-numeric-8-box",tags:[]},{name:"mdi-numeric-8-box-multiple",tags:[]},{name:"mdi-numeric-8-box-multiple-outline",tags:[]},{name:"mdi-numeric-8-box-outline",tags:[]},{name:"mdi-numeric-8-circle",tags:[]},{name:"mdi-numeric-8-circle-outline",tags:[]},{name:"mdi-numeric-9",tags:[]},{name:"mdi-numeric-9-box",tags:[]},{name:"mdi-numeric-9-box-multiple",tags:[]},{name:"mdi-numeric-9-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-box-outline",tags:[]},{name:"mdi-numeric-9-circle",tags:[]},{name:"mdi-numeric-9-circle-outline",tags:[]},{name:"mdi-numeric-9-plus",tags:[]},{name:"mdi-numeric-9-plus-box",tags:[]},{name:"mdi-numeric-9-plus-box-multiple",tags:[]},{name:"mdi-numeric-9-plus-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-plus-box-outline",tags:[]},{name:"mdi-numeric-9-plus-circle",tags:[]},{name:"mdi-numeric-9-plus-circle-outline",tags:[]},{name:"mdi-numeric-negative-1",tags:[]},{name:"mdi-nut",tags:[]},{name:"mdi-nutrition",tags:[]},{name:"mdi-nuxt",tags:[]},{name:"mdi-oar",tags:[]},{name:"mdi-ocarina",tags:[]},{name:"mdi-oci",tags:[]},{name:"mdi-ocr",tags:[]},{name:"mdi-octagon",tags:[]},{name:"mdi-octagon-outline",tags:[]},{name:"mdi-octagram",tags:[]},{name:"mdi-octagram-outline",tags:[]},{name:"mdi-odnoklassniki",tags:[]},{name:"mdi-offer",tags:[]},{name:"mdi-office",tags:[]},{name:"mdi-office-building",tags:[]},{name:"mdi-oil",tags:[]},{name:"mdi-oil-lamp",tags:[]},{name:"mdi-oil-level",tags:[]},{name:"mdi-oil-temperature",tags:[]},{name:"mdi-omega",tags:[]},{name:"mdi-one-up",tags:[]},{name:"mdi-onedrive",tags:[]},{name:"mdi-onenote",tags:[]},{name:"mdi-onepassword",tags:[]},{name:"mdi-opacity",tags:[]},{name:"mdi-open-in-app",tags:[]},{name:"mdi-open-in-new",tags:[]},{name:"mdi-open-source-initiative",tags:[]},{name:"mdi-openid",tags:[]},{name:"mdi-opera",tags:[]},{name:"mdi-orbit",tags:[]},{name:"mdi-origin",tags:[]},{name:"mdi-ornament",tags:[]},{name:"mdi-ornament-variant",tags:[]},{name:"mdi-outdoor-lamp",tags:[]},{name:"mdi-outlook",tags:[]},{name:"mdi-overscan",tags:[]},{name:"mdi-owl",tags:[]},{name:"mdi-pac-man",tags:[]},{name:"mdi-package",tags:[]},{name:"mdi-package-down",tags:[]},{name:"mdi-package-up",tags:[]},{name:"mdi-package-variant",tags:[]},{name:"mdi-package-variant-closed",tags:[]},{name:"mdi-page-first",tags:[]},{name:"mdi-page-last",tags:[]},{name:"mdi-page-layout-body",tags:[]},{name:"mdi-page-layout-footer",tags:[]},{name:"mdi-page-layout-header",tags:[]},{name:"mdi-page-layout-header-footer",tags:[]},{name:"mdi-page-layout-sidebar-left",tags:[]},{name:"mdi-page-layout-sidebar-right",tags:[]},{name:"mdi-page-next",tags:[]},{name:"mdi-page-next-outline",tags:[]},{name:"mdi-page-previous",tags:[]},{name:"mdi-page-previous-outline",tags:[]},{name:"mdi-palette",tags:[]},{name:"mdi-palette-advanced",tags:[]},{name:"mdi-palette-outline",tags:[]},{name:"mdi-palette-swatch",tags:[]},{name:"mdi-palette-swatch-outline",tags:[]},{name:"mdi-palm-tree",tags:[]},{name:"mdi-pan",tags:[]},{name:"mdi-pan-bottom-left",tags:[]},{name:"mdi-pan-bottom-right",tags:[]},{name:"mdi-pan-down",tags:[]},{name:"mdi-pan-horizontal",tags:[]},{name:"mdi-pan-left",tags:[]},{name:"mdi-pan-right",tags:[]},{name:"mdi-pan-top-left",tags:[]},{name:"mdi-pan-top-right",tags:[]},{name:"mdi-pan-up",tags:[]},{name:"mdi-pan-vertical",tags:[]},{name:"mdi-panda",tags:[]},{name:"mdi-pandora",tags:[]},{name:"mdi-panorama",tags:[]},{name:"mdi-panorama-fisheye",tags:[]},{name:"mdi-panorama-horizontal",tags:[]},{name:"mdi-panorama-vertical",tags:[]},{name:"mdi-panorama-wide-angle",tags:[]},{name:"mdi-paper-cut-vertical",tags:[]},{name:"mdi-paper-roll",tags:[]},{name:"mdi-paper-roll-outline",tags:[]},{name:"mdi-paperclip",tags:[]},{name:"mdi-parachute",tags:[]},{name:"mdi-parachute-outline",tags:[]},{name:"mdi-parking",tags:[]},{name:"mdi-party-popper",tags:[]},{name:"mdi-passport",tags:[]},{name:"mdi-passport-biometric",tags:[]},{name:"mdi-pasta",tags:[]},{name:"mdi-patio-heater",tags:[]},{name:"mdi-patreon",tags:[]},{name:"mdi-pause",tags:[]},{name:"mdi-pause-circle",tags:[]},{name:"mdi-pause-circle-outline",tags:[]},{name:"mdi-pause-octagon",tags:[]},{name:"mdi-pause-octagon-outline",tags:[]},{name:"mdi-paw",tags:[]},{name:"mdi-paw-off",tags:[]},{name:"mdi-paypal",tags:[]},{name:"mdi-pdf-box",tags:[]},{name:"mdi-peace",tags:[]},{name:"mdi-peanut",tags:[]},{name:"mdi-peanut-off",tags:[]},{name:"mdi-peanut-off-outline",tags:[]},{name:"mdi-peanut-outline",tags:[]},{name:"mdi-pen",tags:[]},{name:"mdi-pen-lock",tags:[]},{name:"mdi-pen-minus",tags:[]},{name:"mdi-pen-off",tags:[]},{name:"mdi-pen-plus",tags:[]},{name:"mdi-pen-remove",tags:[]},{name:"mdi-pencil",tags:[]},{name:"mdi-pencil-box",tags:[]},{name:"mdi-pencil-box-multiple",tags:[]},{name:"mdi-pencil-box-multiple-outline",tags:[]},{name:"mdi-pencil-box-outline",tags:[]},{name:"mdi-pencil-circle",tags:[]},{name:"mdi-pencil-circle-outline",tags:[]},{name:"mdi-pencil-lock",tags:[]},{name:"mdi-pencil-lock-outline",tags:[]},{name:"mdi-pencil-minus",tags:[]},{name:"mdi-pencil-minus-outline",tags:[]},{name:"mdi-pencil-off",tags:[]},{name:"mdi-pencil-off-outline",tags:[]},{name:"mdi-pencil-outline",tags:[]},{name:"mdi-pencil-plus",tags:[]},{name:"mdi-pencil-plus-outline",tags:[]},{name:"mdi-pencil-remove",tags:[]},{name:"mdi-pencil-remove-outline",tags:[]},{name:"mdi-pencil-ruler",tags:[]},{name:"mdi-penguin",tags:[]},{name:"mdi-pentagon",tags:[]},{name:"mdi-pentagon-outline",tags:[]},{name:"mdi-percent",tags:[]},{name:"mdi-percent-outline",tags:[]},{name:"mdi-periodic-table",tags:[]},{name:"mdi-periodic-table-co",tags:[]},{name:"mdi-periodic-table-co2",tags:[]},{name:"mdi-periscope",tags:[]},{name:"mdi-perspective-less",tags:[]},{name:"mdi-perspective-more",tags:[]},{name:"mdi-pharmacy",tags:[]},{name:"mdi-phone",tags:[]},{name:"mdi-phone-alert",tags:[]},{name:"mdi-phone-alert-outline",tags:[]},{name:"mdi-phone-bluetooth",tags:[]},{name:"mdi-phone-bluetooth-outline",tags:[]},{name:"mdi-phone-cancel",tags:[]},{name:"mdi-phone-cancel-outline",tags:[]},{name:"mdi-phone-check",tags:[]},{name:"mdi-phone-check-outline",tags:[]},{name:"mdi-phone-classic",tags:[]},{name:"mdi-phone-classic-off",tags:[]},{name:"mdi-phone-forward",tags:[]},{name:"mdi-phone-forward-outline",tags:[]},{name:"mdi-phone-hangup",tags:[]},{name:"mdi-phone-hangup-outline",tags:[]},{name:"mdi-phone-in-talk",tags:[]},{name:"mdi-phone-in-talk-outline",tags:[]},{name:"mdi-phone-incoming",tags:[]},{name:"mdi-phone-incoming-outline",tags:[]},{name:"mdi-phone-lock",tags:[]},{name:"mdi-phone-lock-outline",tags:[]},{name:"mdi-phone-log",tags:[]},{name:"mdi-phone-log-outline",tags:[]},{name:"mdi-phone-message",tags:[]},{name:"mdi-phone-message-outline",tags:[]},{name:"mdi-phone-minus",tags:[]},{name:"mdi-phone-minus-outline",tags:[]},{name:"mdi-phone-missed",tags:[]},{name:"mdi-phone-missed-outline",tags:[]},{name:"mdi-phone-off",tags:[]},{name:"mdi-phone-off-outline",tags:[]},{name:"mdi-phone-outgoing",tags:[]},{name:"mdi-phone-outgoing-outline",tags:[]},{name:"mdi-phone-outline",tags:[]},{name:"mdi-phone-paused",tags:[]},{name:"mdi-phone-paused-outline",tags:[]},{name:"mdi-phone-plus",tags:[]},{name:"mdi-phone-plus-outline",tags:[]},{name:"mdi-phone-return",tags:[]},{name:"mdi-phone-return-outline",tags:[]},{name:"mdi-phone-ring",tags:[]},{name:"mdi-phone-ring-outline",tags:[]},{name:"mdi-phone-rotate-landscape",tags:[]},{name:"mdi-phone-rotate-portrait",tags:[]},{name:"mdi-phone-settings",tags:[]},{name:"mdi-phone-settings-outline",tags:[]},{name:"mdi-phone-voip",tags:[]},{name:"mdi-pi",tags:[]},{name:"mdi-pi-box",tags:[]},{name:"mdi-pi-hole",tags:[]},{name:"mdi-piano",tags:[]},{name:"mdi-pickaxe",tags:[]},{name:"mdi-picture-in-picture-bottom-right",tags:[]},{name:"mdi-picture-in-picture-bottom-right-outline",tags:[]},{name:"mdi-picture-in-picture-top-right",tags:[]},{name:"mdi-picture-in-picture-top-right-outline",tags:[]},{name:"mdi-pier",tags:[]},{name:"mdi-pier-crane",tags:[]},{name:"mdi-pig",tags:[]},{name:"mdi-pig-variant",tags:[]},{name:"mdi-piggy-bank",tags:[]},{name:"mdi-pill",tags:[]},{name:"mdi-pillar",tags:[]},{name:"mdi-pin",tags:[]},{name:"mdi-pin-off",tags:[]},{name:"mdi-pin-off-outline",tags:[]},{name:"mdi-pin-outline",tags:[]},{name:"mdi-pine-tree",tags:[]},{name:"mdi-pine-tree-box",tags:[]},{name:"mdi-pinterest",tags:[]},{name:"mdi-pinterest-box",tags:[]},{name:"mdi-pinwheel",tags:[]},{name:"mdi-pinwheel-outline",tags:[]},{name:"mdi-pipe",tags:[]},{name:"mdi-pipe-disconnected",tags:[]},{name:"mdi-pipe-leak",tags:[]},{name:"mdi-pipe-wrench",tags:[]},{name:"mdi-pirate",tags:[]},{name:"mdi-pistol",tags:[]},{name:"mdi-piston",tags:[]},{name:"mdi-pizza",tags:[]},{name:"mdi-play",tags:[]},{name:"mdi-play-box",tags:[]},{name:"mdi-play-box-outline",tags:[]},{name:"mdi-play-circle",tags:[]},{name:"mdi-play-circle-outline",tags:[]},{name:"mdi-play-network",tags:[]},{name:"mdi-play-network-outline",tags:[]},{name:"mdi-play-outline",tags:[]},{name:"mdi-play-pause",tags:[]},{name:"mdi-play-protected-content",tags:[]},{name:"mdi-play-speed",tags:[]},{name:"mdi-playlist-check",tags:[]},{name:"mdi-playlist-edit",tags:[]},{name:"mdi-playlist-minus",tags:[]},{name:"mdi-playlist-music",tags:[]},{name:"mdi-playlist-music-outline",tags:[]},{name:"mdi-playlist-play",tags:[]},{name:"mdi-playlist-plus",tags:[]},{name:"mdi-playlist-remove",tags:[]},{name:"mdi-playlist-star",tags:[]},{name:"mdi-playstation",tags:[]},{name:"mdi-plex",tags:[]},{name:"mdi-plus",tags:[]},{name:"mdi-plus-box",tags:[]},{name:"mdi-plus-box-multiple",tags:[]},{name:"mdi-plus-box-multiple-outline",tags:[]},{name:"mdi-plus-box-outline",tags:[]},{name:"mdi-plus-circle",tags:[]},{name:"mdi-plus-circle-multiple-outline",tags:[]},{name:"mdi-plus-circle-outline",tags:[]},{name:"mdi-plus-minus",tags:[]},{name:"mdi-plus-minus-box",tags:[]},{name:"mdi-plus-network",tags:[]},{name:"mdi-plus-network-outline",tags:[]},{name:"mdi-plus-one",tags:[]},{name:"mdi-plus-outline",tags:[]},{name:"mdi-plus-thick",tags:[]},{name:"mdi-pocket",tags:[]},{name:"mdi-podcast",tags:[]},{name:"mdi-podium",tags:[]},{name:"mdi-podium-bronze",tags:[]},{name:"mdi-podium-gold",tags:[]},{name:"mdi-podium-silver",tags:[]},{name:"mdi-point-of-sale",tags:[]},{name:"mdi-pokeball",tags:[]},{name:"mdi-pokemon-go",tags:[]},{name:"mdi-poker-chip",tags:[]},{name:"mdi-polaroid",tags:[]},{name:"mdi-police-badge",tags:[]},{name:"mdi-police-badge-outline",tags:[]},{name:"mdi-poll",tags:[]},{name:"mdi-poll-box",tags:[]},{name:"mdi-poll-box-outline",tags:[]},{name:"mdi-polymer",tags:[]},{name:"mdi-pool",tags:[]},{name:"mdi-popcorn",tags:[]},{name:"mdi-post",tags:[]},{name:"mdi-post-outline",tags:[]},{name:"mdi-postage-stamp",tags:[]},{name:"mdi-pot",tags:[]},{name:"mdi-pot-mix",tags:[]},{name:"mdi-pound",tags:[]},{name:"mdi-pound-box",tags:[]},{name:"mdi-pound-box-outline",tags:[]},{name:"mdi-power",tags:[]},{name:"mdi-power-cycle",tags:[]},{name:"mdi-power-off",tags:[]},{name:"mdi-power-on",tags:[]},{name:"mdi-power-plug",tags:[]},{name:"mdi-power-plug-off",tags:[]},{name:"mdi-power-settings",tags:[]},{name:"mdi-power-sleep",tags:[]},{name:"mdi-power-socket",tags:[]},{name:"mdi-power-socket-au",tags:[]},{name:"mdi-power-socket-de",tags:[]},{name:"mdi-power-socket-eu",tags:[]},{name:"mdi-power-socket-fr",tags:[]},{name:"mdi-power-socket-jp",tags:[]},{name:"mdi-power-socket-uk",tags:[]},{name:"mdi-power-socket-us",tags:[]},{name:"mdi-power-standby",tags:[]},{name:"mdi-powershell",tags:[]},{name:"mdi-prescription",tags:[]},{name:"mdi-presentation",tags:[]},{name:"mdi-presentation-play",tags:[]},{name:"mdi-printer",tags:[]},{name:"mdi-printer-3d",tags:[]},{name:"mdi-printer-3d-nozzle",tags:[]},{name:"mdi-printer-3d-nozzle-alert",tags:[]},{name:"mdi-printer-3d-nozzle-alert-outline",tags:[]},{name:"mdi-printer-3d-nozzle-outline",tags:[]},{name:"mdi-printer-alert",tags:[]},{name:"mdi-printer-check",tags:[]},{name:"mdi-printer-off",tags:[]},{name:"mdi-printer-pos",tags:[]},{name:"mdi-printer-settings",tags:[]},{name:"mdi-printer-wireless",tags:[]},{name:"mdi-priority-high",tags:[]},{name:"mdi-priority-low",tags:[]},{name:"mdi-professional-hexagon",tags:[]},{name:"mdi-progress-alert",tags:[]},{name:"mdi-progress-check",tags:[]},{name:"mdi-progress-clock",tags:[]},{name:"mdi-progress-close",tags:[]},{name:"mdi-progress-download",tags:[]},{name:"mdi-progress-upload",tags:[]},{name:"mdi-progress-wrench",tags:[]},{name:"mdi-projector",tags:[]},{name:"mdi-projector-screen",tags:[]},{name:"mdi-propane-tank",tags:[]},{name:"mdi-propane-tank-outline",tags:[]},{name:"mdi-protocol",tags:[]},{name:"mdi-publish",tags:[]},{name:"mdi-pulse",tags:[]},{name:"mdi-pumpkin",tags:[]},{name:"mdi-purse",tags:[]},{name:"mdi-purse-outline",tags:[]},{name:"mdi-puzzle",tags:[]},{name:"mdi-puzzle-outline",tags:[]},{name:"mdi-qi",tags:[]},{name:"mdi-qqchat",tags:[]},{name:"mdi-qrcode",tags:[]},{name:"mdi-qrcode-edit",tags:[]},{name:"mdi-qrcode-minus",tags:[]},{name:"mdi-qrcode-plus",tags:[]},{name:"mdi-qrcode-remove",tags:[]},{name:"mdi-qrcode-scan",tags:[]},{name:"mdi-quadcopter",tags:[]},{name:"mdi-quality-high",tags:[]},{name:"mdi-quality-low",tags:[]},{name:"mdi-quality-medium",tags:[]},{name:"mdi-quicktime",tags:[]},{name:"mdi-quora",tags:[]},{name:"mdi-rabbit",tags:[]},{name:"mdi-racing-helmet",tags:[]},{name:"mdi-racquetball",tags:[]},{name:"mdi-radar",tags:[]},{name:"mdi-radiator",tags:[]},{name:"mdi-radiator-disabled",tags:[]},{name:"mdi-radiator-off",tags:[]},{name:"mdi-radio",tags:[]},{name:"mdi-radio-am",tags:[]},{name:"mdi-radio-fm",tags:[]},{name:"mdi-radio-handheld",tags:[]},{name:"mdi-radio-off",tags:[]},{name:"mdi-radio-tower",tags:[]},{name:"mdi-radioactive",tags:[]},{name:"mdi-radioactive-off",tags:[]},{name:"mdi-radiobox-blank",tags:[]},{name:"mdi-radiobox-marked",tags:[]},{name:"mdi-radius",tags:[]},{name:"mdi-radius-outline",tags:[]},{name:"mdi-railroad-light",tags:[]},{name:"mdi-raspberry-pi",tags:[]},{name:"mdi-ray-end",tags:[]},{name:"mdi-ray-end-arrow",tags:[]},{name:"mdi-ray-start",tags:[]},{name:"mdi-ray-start-arrow",tags:[]},{name:"mdi-ray-start-end",tags:[]},{name:"mdi-ray-vertex",tags:[]},{name:"mdi-react",tags:[]},{name:"mdi-read",tags:[]},{name:"mdi-receipt",tags:[]},{name:"mdi-record",tags:[]},{name:"mdi-record-circle",tags:[]},{name:"mdi-record-circle-outline",tags:[]},{name:"mdi-record-player",tags:[]},{name:"mdi-record-rec",tags:[]},{name:"mdi-rectangle",tags:[]},{name:"mdi-rectangle-outline",tags:[]},{name:"mdi-recycle",tags:[]},{name:"mdi-reddit",tags:[]},{name:"mdi-redhat",tags:[]},{name:"mdi-redo",tags:[]},{name:"mdi-redo-variant",tags:[]},{name:"mdi-reflect-horizontal",tags:[]},{name:"mdi-reflect-vertical",tags:[]},{name:"mdi-refresh",tags:[]},{name:"mdi-refresh-circle",tags:[]},{name:"mdi-regex",tags:[]},{name:"mdi-registered-trademark",tags:[]},{name:"mdi-relative-scale",tags:[]},{name:"mdi-reload",tags:[]},{name:"mdi-reload-alert",tags:[]},{name:"mdi-reminder",tags:[]},{name:"mdi-remote",tags:[]},{name:"mdi-remote-desktop",tags:[]},{name:"mdi-remote-off",tags:[]},{name:"mdi-remote-tv",tags:[]},{name:"mdi-remote-tv-off",tags:[]},{name:"mdi-rename-box",tags:[]},{name:"mdi-reorder-horizontal",tags:[]},{name:"mdi-reorder-vertical",tags:[]},{name:"mdi-repeat",tags:[]},{name:"mdi-repeat-off",tags:[]},{name:"mdi-repeat-once",tags:[]},{name:"mdi-replay",tags:[]},{name:"mdi-reply",tags:[]},{name:"mdi-reply-all",tags:[]},{name:"mdi-reply-all-outline",tags:[]},{name:"mdi-reply-circle",tags:[]},{name:"mdi-reply-outline",tags:[]},{name:"mdi-reproduction",tags:[]},{name:"mdi-resistor",tags:[]},{name:"mdi-resistor-nodes",tags:[]},{name:"mdi-resize",tags:[]},{name:"mdi-resize-bottom-right",tags:[]},{name:"mdi-responsive",tags:[]},{name:"mdi-restart",tags:[]},{name:"mdi-restart-alert",tags:[]},{name:"mdi-restart-off",tags:[]},{name:"mdi-restore",tags:[]},{name:"mdi-restore-alert",tags:[]},{name:"mdi-rewind",tags:[]},{name:"mdi-rewind-10",tags:[]},{name:"mdi-rewind-30",tags:[]},{name:"mdi-rewind-5",tags:[]},{name:"mdi-rewind-outline",tags:[]},{name:"mdi-rhombus",tags:[]},{name:"mdi-rhombus-medium",tags:[]},{name:"mdi-rhombus-outline",tags:[]},{name:"mdi-rhombus-split",tags:[]},{name:"mdi-ribbon",tags:[]},{name:"mdi-rice",tags:[]},{name:"mdi-ring",tags:[]},{name:"mdi-rivet",tags:[]},{name:"mdi-road",tags:[]},{name:"mdi-road-variant",tags:[]},{name:"mdi-robber",tags:[]},{name:"mdi-robot",tags:[]},{name:"mdi-robot-industrial",tags:[]},{name:"mdi-robot-mower",tags:[]},{name:"mdi-robot-mower-outline",tags:[]},{name:"mdi-robot-vacuum",tags:[]},{name:"mdi-robot-vacuum-variant",tags:[]},{name:"mdi-rocket",tags:[]},{name:"mdi-rodent",tags:[]},{name:"mdi-roller-skate",tags:[]},{name:"mdi-rollerblade",tags:[]},{name:"mdi-rollupjs",tags:[]},{name:"mdi-roman-numeral-1",tags:[]},{name:"mdi-roman-numeral-10",tags:[]},{name:"mdi-roman-numeral-2",tags:[]},{name:"mdi-roman-numeral-3",tags:[]},{name:"mdi-roman-numeral-4",tags:[]},{name:"mdi-roman-numeral-5",tags:[]},{name:"mdi-roman-numeral-6",tags:[]},{name:"mdi-roman-numeral-7",tags:[]},{name:"mdi-roman-numeral-8",tags:[]},{name:"mdi-roman-numeral-9",tags:[]},{name:"mdi-room-service",tags:[]},{name:"mdi-room-service-outline",tags:[]},{name:"mdi-rotate-3d",tags:[]},{name:"mdi-rotate-3d-variant",tags:[]},{name:"mdi-rotate-left",tags:[]},{name:"mdi-rotate-left-variant",tags:[]},{name:"mdi-rotate-orbit",tags:[]},{name:"mdi-rotate-right",tags:[]},{name:"mdi-rotate-right-variant",tags:[]},{name:"mdi-rounded-corner",tags:[]},{name:"mdi-router",tags:[]},{name:"mdi-router-wireless",tags:[]},{name:"mdi-router-wireless-settings",tags:[]},{name:"mdi-routes",tags:[]},{name:"mdi-routes-clock",tags:[]},{name:"mdi-rowing",tags:[]},{name:"mdi-rss",tags:[]},{name:"mdi-rss-box",tags:[]},{name:"mdi-rss-off",tags:[]},{name:"mdi-ruby",tags:[]},{name:"mdi-rugby",tags:[]},{name:"mdi-ruler",tags:[]},{name:"mdi-ruler-square",tags:[]},{name:"mdi-ruler-square-compass",tags:[]},{name:"mdi-run",tags:[]},{name:"mdi-run-fast",tags:[]},{name:"mdi-rv-truck",tags:[]},{name:"mdi-sack",tags:[]},{name:"mdi-sack-percent",tags:[]},{name:"mdi-safe",tags:[]},{name:"mdi-safe-square",tags:[]},{name:"mdi-safe-square-outline",tags:[]},{name:"mdi-safety-goggles",tags:[]},{name:"mdi-sailing",tags:[]},{name:"mdi-sale",tags:[]},{name:"mdi-salesforce",tags:[]},{name:"mdi-sass",tags:[]},{name:"mdi-satellite",tags:[]},{name:"mdi-satellite-uplink",tags:[]},{name:"mdi-satellite-variant",tags:[]},{name:"mdi-sausage",tags:[]},{name:"mdi-saw-blade",tags:[]},{name:"mdi-saxophone",tags:[]},{name:"mdi-scale",tags:[]},{name:"mdi-scale-balance",tags:[]},{name:"mdi-scale-bathroom",tags:[]},{name:"mdi-scale-off",tags:[]},{name:"mdi-scanner",tags:[]},{name:"mdi-scanner-off",tags:[]},{name:"mdi-scatter-plot",tags:[]},{name:"mdi-scatter-plot-outline",tags:[]},{name:"mdi-school",tags:[]},{name:"mdi-school-outline",tags:[]},{name:"mdi-scissors-cutting",tags:[]},{name:"mdi-scooter",tags:[]},{name:"mdi-scoreboard",tags:[]},{name:"mdi-scoreboard-outline",tags:[]},{name:"mdi-screen-rotation",tags:[]},{name:"mdi-screen-rotation-lock",tags:[]},{name:"mdi-screw-flat-top",tags:[]},{name:"mdi-screw-lag",tags:[]},{name:"mdi-screw-machine-flat-top",tags:[]},{name:"mdi-screw-machine-round-top",tags:[]},{name:"mdi-screw-round-top",tags:[]},{name:"mdi-screwdriver",tags:[]},{name:"mdi-script",tags:[]},{name:"mdi-script-outline",tags:[]},{name:"mdi-script-text",tags:[]},{name:"mdi-script-text-outline",tags:[]},{name:"mdi-sd",tags:[]},{name:"mdi-seal",tags:[]},{name:"mdi-seal-variant",tags:[]},{name:"mdi-search-web",tags:[]},{name:"mdi-seat",tags:[]},{name:"mdi-seat-flat",tags:[]},{name:"mdi-seat-flat-angled",tags:[]},{name:"mdi-seat-individual-suite",tags:[]},{name:"mdi-seat-legroom-extra",tags:[]},{name:"mdi-seat-legroom-normal",tags:[]},{name:"mdi-seat-legroom-reduced",tags:[]},{name:"mdi-seat-outline",tags:[]},{name:"mdi-seat-passenger",tags:[]},{name:"mdi-seat-recline-extra",tags:[]},{name:"mdi-seat-recline-normal",tags:[]},{name:"mdi-seatbelt",tags:[]},{name:"mdi-security",tags:[]},{name:"mdi-security-network",tags:[]},{name:"mdi-seed",tags:[]},{name:"mdi-seed-outline",tags:[]},{name:"mdi-segment",tags:[]},{name:"mdi-select",tags:[]},{name:"mdi-select-all",tags:[]},{name:"mdi-select-color",tags:[]},{name:"mdi-select-compare",tags:[]},{name:"mdi-select-drag",tags:[]},{name:"mdi-select-group",tags:[]},{name:"mdi-select-inverse",tags:[]},{name:"mdi-select-marker",tags:[]},{name:"mdi-select-multiple",tags:[]},{name:"mdi-select-multiple-marker",tags:[]},{name:"mdi-select-off",tags:[]},{name:"mdi-select-place",tags:[]},{name:"mdi-select-search",tags:[]},{name:"mdi-selection",tags:[]},{name:"mdi-selection-drag",tags:[]},{name:"mdi-selection-ellipse",tags:[]},{name:"mdi-selection-ellipse-arrow-inside",tags:[]},{name:"mdi-selection-marker",tags:[]},{name:"mdi-selection-multiple-marker",tags:[]},{name:"mdi-selection-mutliple",tags:[]},{name:"mdi-selection-off",tags:[]},{name:"mdi-selection-search",tags:[]},{name:"mdi-semantic-web",tags:[]},{name:"mdi-send",tags:[]},{name:"mdi-send-check",tags:[]},{name:"mdi-send-check-outline",tags:[]},{name:"mdi-send-circle",tags:[]},{name:"mdi-send-circle-outline",tags:[]},{name:"mdi-send-clock",tags:[]},{name:"mdi-send-clock-outline",tags:[]},{name:"mdi-send-lock",tags:[]},{name:"mdi-send-lock-outline",tags:[]},{name:"mdi-send-outline",tags:[]},{name:"mdi-serial-port",tags:[]},{name:"mdi-server",tags:[]},{name:"mdi-server-minus",tags:[]},{name:"mdi-server-network",tags:[]},{name:"mdi-server-network-off",tags:[]},{name:"mdi-server-off",tags:[]},{name:"mdi-server-plus",tags:[]},{name:"mdi-server-remove",tags:[]},{name:"mdi-server-security",tags:[]},{name:"mdi-set-all",tags:[]},{name:"mdi-set-center",tags:[]},{name:"mdi-set-center-right",tags:[]},{name:"mdi-set-left",tags:[]},{name:"mdi-set-left-center",tags:[]},{name:"mdi-set-left-right",tags:[]},{name:"mdi-set-none",tags:[]},{name:"mdi-set-right",tags:[]},{name:"mdi-set-top-box",tags:[]},{name:"mdi-settings",tags:[]},{name:"mdi-settings-box",tags:[]},{name:"mdi-settings-helper",tags:[]},{name:"mdi-settings-outline",tags:[]},{name:"mdi-settings-transfer",tags:[]},{name:"mdi-settings-transfer-outline",tags:[]},{name:"mdi-shaker",tags:[]},{name:"mdi-shaker-outline",tags:[]},{name:"mdi-shape",tags:[]},{name:"mdi-shape-circle-plus",tags:[]},{name:"mdi-shape-outline",tags:[]},{name:"mdi-shape-oval-plus",tags:[]},{name:"mdi-shape-plus",tags:[]},{name:"mdi-shape-polygon-plus",tags:[]},{name:"mdi-shape-rectangle-plus",tags:[]},{name:"mdi-shape-square-plus",tags:[]},{name:"mdi-share",tags:[]},{name:"mdi-share-all",tags:[]},{name:"mdi-share-all-outline",tags:[]},{name:"mdi-share-circle",tags:[]},{name:"mdi-share-off",tags:[]},{name:"mdi-share-off-outline",tags:[]},{name:"mdi-share-outline",tags:[]},{name:"mdi-share-variant",tags:[]},{name:"mdi-sheep",tags:[]},{name:"mdi-shield",tags:[]},{name:"mdi-shield-account",tags:[]},{name:"mdi-shield-account-outline",tags:[]},{name:"mdi-shield-airplane",tags:[]},{name:"mdi-shield-airplane-outline",tags:[]},{name:"mdi-shield-alert",tags:[]},{name:"mdi-shield-alert-outline",tags:[]},{name:"mdi-shield-car",tags:[]},{name:"mdi-shield-check",tags:[]},{name:"mdi-shield-check-outline",tags:[]},{name:"mdi-shield-cross",tags:[]},{name:"mdi-shield-cross-outline",tags:[]},{name:"mdi-shield-edit",tags:[]},{name:"mdi-shield-edit-outline",tags:[]},{name:"mdi-shield-half",tags:[]},{name:"mdi-shield-half-full",tags:[]},{name:"mdi-shield-home",tags:[]},{name:"mdi-shield-home-outline",tags:[]},{name:"mdi-shield-key",tags:[]},{name:"mdi-shield-key-outline",tags:[]},{name:"mdi-shield-link-variant",tags:[]},{name:"mdi-shield-link-variant-outline",tags:[]},{name:"mdi-shield-lock",tags:[]},{name:"mdi-shield-lock-outline",tags:[]},{name:"mdi-shield-off",tags:[]},{name:"mdi-shield-off-outline",tags:[]},{name:"mdi-shield-outline",tags:[]},{name:"mdi-shield-plus",tags:[]},{name:"mdi-shield-plus-outline",tags:[]},{name:"mdi-shield-refresh",tags:[]},{name:"mdi-shield-refresh-outline",tags:[]},{name:"mdi-shield-remove",tags:[]},{name:"mdi-shield-remove-outline",tags:[]},{name:"mdi-shield-search",tags:[]},{name:"mdi-shield-star",tags:[]},{name:"mdi-shield-star-outline",tags:[]},{name:"mdi-shield-sun",tags:[]},{name:"mdi-shield-sun-outline",tags:[]},{name:"mdi-ship-wheel",tags:[]},{name:"mdi-shoe-formal",tags:[]},{name:"mdi-shoe-heel",tags:[]},{name:"mdi-shoe-print",tags:[]},{name:"mdi-shopify",tags:[]},{name:"mdi-shopping",tags:[]},{name:"mdi-shopping-music",tags:[]},{name:"mdi-shopping-outline",tags:[]},{name:"mdi-shopping-search",tags:[]},{name:"mdi-shovel",tags:[]},{name:"mdi-shovel-off",tags:[]},{name:"mdi-shower",tags:[]},{name:"mdi-shower-head",tags:[]},{name:"mdi-shredder",tags:[]},{name:"mdi-shuffle",tags:[]},{name:"mdi-shuffle-disabled",tags:[]},{name:"mdi-shuffle-variant",tags:[]},{name:"mdi-shuriken",tags:[]},{name:"mdi-sigma",tags:[]},{name:"mdi-sigma-lower",tags:[]},{name:"mdi-sign-caution",tags:[]},{name:"mdi-sign-direction",tags:[]},{name:"mdi-sign-direction-minus",tags:[]},{name:"mdi-sign-direction-plus",tags:[]},{name:"mdi-sign-direction-remove",tags:[]},{name:"mdi-sign-real-estate",tags:[]},{name:"mdi-sign-text",tags:[]},{name:"mdi-signal",tags:[]},{name:"mdi-signal-2g",tags:[]},{name:"mdi-signal-3g",tags:[]},{name:"mdi-signal-4g",tags:[]},{name:"mdi-signal-5g",tags:[]},{name:"mdi-signal-cellular-1",tags:[]},{name:"mdi-signal-cellular-2",tags:[]},{name:"mdi-signal-cellular-3",tags:[]},{name:"mdi-signal-cellular-outline",tags:[]},{name:"mdi-signal-distance-variant",tags:[]},{name:"mdi-signal-hspa",tags:[]},{name:"mdi-signal-hspa-plus",tags:[]},{name:"mdi-signal-off",tags:[]},{name:"mdi-signal-variant",tags:[]},{name:"mdi-signature",tags:[]},{name:"mdi-signature-freehand",tags:[]},{name:"mdi-signature-image",tags:[]},{name:"mdi-signature-text",tags:[]},{name:"mdi-silo",tags:[]},{name:"mdi-silverware",tags:[]},{name:"mdi-silverware-clean",tags:[]},{name:"mdi-silverware-fork",tags:[]},{name:"mdi-silverware-fork-knife",tags:[]},{name:"mdi-silverware-spoon",tags:[]},{name:"mdi-silverware-variant",tags:[]},{name:"mdi-sim",tags:[]},{name:"mdi-sim-alert",tags:[]},{name:"mdi-sim-off",tags:[]},{name:"mdi-simple-icons",tags:[]},{name:"mdi-sina-weibo",tags:[]},{name:"mdi-sitemap",tags:[]},{name:"mdi-skate",tags:[]},{name:"mdi-skew-less",tags:[]},{name:"mdi-skew-more",tags:[]},{name:"mdi-ski",tags:[]},{name:"mdi-ski-cross-country",tags:[]},{name:"mdi-ski-water",tags:[]},{name:"mdi-skip-backward",tags:[]},{name:"mdi-skip-backward-outline",tags:[]},{name:"mdi-skip-forward",tags:[]},{name:"mdi-skip-forward-outline",tags:[]},{name:"mdi-skip-next",tags:[]},{name:"mdi-skip-next-circle",tags:[]},{name:"mdi-skip-next-circle-outline",tags:[]},{name:"mdi-skip-next-outline",tags:[]},{name:"mdi-skip-previous",tags:[]},{name:"mdi-skip-previous-circle",tags:[]},{name:"mdi-skip-previous-circle-outline",tags:[]},{name:"mdi-skip-previous-outline",tags:[]},{name:"mdi-skull",tags:[]},{name:"mdi-skull-crossbones",tags:[]},{name:"mdi-skull-crossbones-outline",tags:[]},{name:"mdi-skull-outline",tags:[]},{name:"mdi-skype",tags:[]},{name:"mdi-skype-business",tags:[]},{name:"mdi-slack",tags:[]},{name:"mdi-slackware",tags:[]},{name:"mdi-slash-forward",tags:[]},{name:"mdi-slash-forward-box",tags:[]},{name:"mdi-sleep",tags:[]},{name:"mdi-sleep-off",tags:[]},{name:"mdi-slope-downhill",tags:[]},{name:"mdi-slope-uphill",tags:[]},{name:"mdi-slot-machine",tags:[]},{name:"mdi-slot-machine-outline",tags:[]},{name:"mdi-smart-card",tags:[]},{name:"mdi-smart-card-outline",tags:[]},{name:"mdi-smart-card-reader",tags:[]},{name:"mdi-smart-card-reader-outline",tags:[]},{name:"mdi-smog",tags:[]},{name:"mdi-smoke-detector",tags:[]},{name:"mdi-smoking",tags:[]},{name:"mdi-smoking-off",tags:[]},{name:"mdi-snapchat",tags:[]},{name:"mdi-snowboard",tags:[]},{name:"mdi-snowflake",tags:[]},{name:"mdi-snowflake-alert",tags:[]},{name:"mdi-snowflake-melt",tags:[]},{name:"mdi-snowflake-variant",tags:[]},{name:"mdi-snowman",tags:[]},{name:"mdi-soccer",tags:[]},{name:"mdi-soccer-field",tags:[]},{name:"mdi-sofa",tags:[]},{name:"mdi-solar-panel",tags:[]},{name:"mdi-solar-panel-large",tags:[]},{name:"mdi-solar-power",tags:[]},{name:"mdi-soldering-iron",tags:[]},{name:"mdi-solid",tags:[]},{name:"mdi-sort",tags:[]},{name:"mdi-sort-alphabetical",tags:[]},{name:"mdi-sort-alphabetical-ascending",tags:[]},{name:"mdi-sort-alphabetical-descending",tags:[]},{name:"mdi-sort-ascending",tags:[]},{name:"mdi-sort-descending",tags:[]},{name:"mdi-sort-numeric",tags:[]},{name:"mdi-sort-variant",tags:[]},{name:"mdi-sort-variant-lock",tags:[]},{name:"mdi-sort-variant-lock-open",tags:[]},{name:"mdi-sort-variant-remove",tags:[]},{name:"mdi-soundcloud",tags:[]},{name:"mdi-source-branch",tags:[]},{name:"mdi-source-commit",tags:[]},{name:"mdi-source-commit-end",tags:[]},{name:"mdi-source-commit-end-local",tags:[]},{name:"mdi-source-commit-local",tags:[]},{name:"mdi-source-commit-next-local",tags:[]},{name:"mdi-source-commit-start",tags:[]},{name:"mdi-source-commit-start-next-local",tags:[]},{name:"mdi-source-fork",tags:[]},{name:"mdi-source-merge",tags:[]},{name:"mdi-source-pull",tags:[]},{name:"mdi-source-repository",tags:[]},{name:"mdi-source-repository-multiple",tags:[]},{name:"mdi-soy-sauce",tags:[]},{name:"mdi-spa",tags:[]},{name:"mdi-spa-outline",tags:[]},{name:"mdi-space-invaders",tags:[]},{name:"mdi-space-station",tags:[]},{name:"mdi-spade",tags:[]},{name:"mdi-speaker",tags:[]},{name:"mdi-speaker-bluetooth",tags:[]},{name:"mdi-speaker-multiple",tags:[]},{name:"mdi-speaker-off",tags:[]},{name:"mdi-speaker-wireless",tags:[]},{name:"mdi-speedometer",tags:[]},{name:"mdi-speedometer-medium",tags:[]},{name:"mdi-speedometer-slow",tags:[]},{name:"mdi-spellcheck",tags:[]},{name:"mdi-spider",tags:[]},{name:"mdi-spider-thread",tags:[]},{name:"mdi-spider-web",tags:[]},{name:"mdi-spotify",tags:[]},{name:"mdi-spotlight",tags:[]},{name:"mdi-spotlight-beam",tags:[]},{name:"mdi-spray",tags:[]},{name:"mdi-spray-bottle",tags:[]},{name:"mdi-sprinkler",tags:[]},{name:"mdi-sprinkler-variant",tags:[]},{name:"mdi-sprout",tags:[]},{name:"mdi-sprout-outline",tags:[]},{name:"mdi-square",tags:[]},{name:"mdi-square-edit-outline",tags:[]},{name:"mdi-square-inc",tags:[]},{name:"mdi-square-inc-cash",tags:[]},{name:"mdi-square-medium",tags:[]},{name:"mdi-square-medium-outline",tags:[]},{name:"mdi-square-off",tags:[]},{name:"mdi-square-off-outline",tags:[]},{name:"mdi-square-outline",tags:[]},{name:"mdi-square-root",tags:[]},{name:"mdi-square-root-box",tags:[]},{name:"mdi-square-small",tags:[]},{name:"mdi-squeegee",tags:[]},{name:"mdi-ssh",tags:[]},{name:"mdi-stack-exchange",tags:[]},{name:"mdi-stack-overflow",tags:[]},{name:"mdi-stackpath",tags:[]},{name:"mdi-stadium",tags:[]},{name:"mdi-stadium-variant",tags:[]},{name:"mdi-stairs",tags:[]},{name:"mdi-stairs-down",tags:[]},{name:"mdi-stairs-up",tags:[]},{name:"mdi-stamper",tags:[]},{name:"mdi-standard-definition",tags:[]},{name:"mdi-star",tags:[]},{name:"mdi-star-box",tags:[]},{name:"mdi-star-box-multiple",tags:[]},{name:"mdi-star-box-multiple-outline",tags:[]},{name:"mdi-star-box-outline",tags:[]},{name:"mdi-star-circle",tags:[]},{name:"mdi-star-circle-outline",tags:[]},{name:"mdi-star-face",tags:[]},{name:"mdi-star-four-points",tags:[]},{name:"mdi-star-four-points-outline",tags:[]},{name:"mdi-star-half",tags:[]},{name:"mdi-star-off",tags:[]},{name:"mdi-star-outline",tags:[]},{name:"mdi-star-three-points",tags:[]},{name:"mdi-star-three-points-outline",tags:[]},{name:"mdi-state-machine",tags:[]},{name:"mdi-steam",tags:[]},{name:"mdi-steam-box",tags:[]},{name:"mdi-steering",tags:[]},{name:"mdi-steering-off",tags:[]},{name:"mdi-step-backward",tags:[]},{name:"mdi-step-backward-2",tags:[]},{name:"mdi-step-forward",tags:[]},{name:"mdi-step-forward-2",tags:[]},{name:"mdi-stethoscope",tags:[]},{name:"mdi-sticker",tags:[]},{name:"mdi-sticker-alert",tags:[]},{name:"mdi-sticker-alert-outline",tags:[]},{name:"mdi-sticker-check",tags:[]},{name:"mdi-sticker-check-outline",tags:[]},{name:"mdi-sticker-circle-outline",tags:[]},{name:"mdi-sticker-emoji",tags:[]},{name:"mdi-sticker-minus",tags:[]},{name:"mdi-sticker-minus-outline",tags:[]},{name:"mdi-sticker-outline",tags:[]},{name:"mdi-sticker-plus",tags:[]},{name:"mdi-sticker-plus-outline",tags:[]},{name:"mdi-sticker-remove",tags:[]},{name:"mdi-sticker-remove-outline",tags:[]},{name:"mdi-stocking",tags:[]},{name:"mdi-stomach",tags:[]},{name:"mdi-stop",tags:[]},{name:"mdi-stop-circle",tags:[]},{name:"mdi-stop-circle-outline",tags:[]},{name:"mdi-store",tags:[]},{name:"mdi-store-24-hour",tags:[]},{name:"mdi-store-outline",tags:[]},{name:"mdi-storefront",tags:[]},{name:"mdi-stove",tags:[]},{name:"mdi-strategy",tags:[]},{name:"mdi-strava",tags:[]},{name:"mdi-stretch-to-page",tags:[]},{name:"mdi-stretch-to-page-outline",tags:[]},{name:"mdi-string-lights",tags:[]},{name:"mdi-string-lights-off",tags:[]},{name:"mdi-subdirectory-arrow-left",tags:[]},{name:"mdi-subdirectory-arrow-right",tags:[]},{name:"mdi-subtitles",tags:[]},{name:"mdi-subtitles-outline",tags:[]},{name:"mdi-subway",tags:[]},{name:"mdi-subway-alert-variant",tags:[]},{name:"mdi-subway-variant",tags:[]},{name:"mdi-summit",tags:[]},{name:"mdi-sunglasses",tags:[]},{name:"mdi-surround-sound",tags:[]},{name:"mdi-surround-sound-2-0",tags:[]},{name:"mdi-surround-sound-3-1",tags:[]},{name:"mdi-surround-sound-5-1",tags:[]},{name:"mdi-surround-sound-7-1",tags:[]},{name:"mdi-svg",tags:[]},{name:"mdi-swap-horizontal",tags:[]},{name:"mdi-swap-horizontal-bold",tags:[]},{name:"mdi-swap-horizontal-circle",tags:[]},{name:"mdi-swap-horizontal-circle-outline",tags:[]},{name:"mdi-swap-horizontal-variant",tags:[]},{name:"mdi-swap-vertical",tags:[]},{name:"mdi-swap-vertical-bold",tags:[]},{name:"mdi-swap-vertical-circle",tags:[]},{name:"mdi-swap-vertical-circle-outline",tags:[]},{name:"mdi-swap-vertical-variant",tags:[]},{name:"mdi-swim",tags:[]},{name:"mdi-switch",tags:[]},{name:"mdi-sword",tags:[]},{name:"mdi-sword-cross",tags:[]},{name:"mdi-syllabary-hangul",tags:[]},{name:"mdi-syllabary-hiragana",tags:[]},{name:"mdi-syllabary-katakana",tags:[]},{name:"mdi-syllabary-katakana-half-width",tags:[]},{name:"mdi-symfony",tags:[]},{name:"mdi-sync",tags:[]},{name:"mdi-sync-alert",tags:[]},{name:"mdi-sync-circle",tags:[]},{name:"mdi-sync-off",tags:[]},{name:"mdi-tab",tags:[]},{name:"mdi-tab-minus",tags:[]},{name:"mdi-tab-plus",tags:[]},{name:"mdi-tab-remove",tags:[]},{name:"mdi-tab-unselected",tags:[]},{name:"mdi-table",tags:[]},{name:"mdi-table-border",tags:[]},{name:"mdi-table-chair",tags:[]},{name:"mdi-table-column",tags:[]},{name:"mdi-table-column-plus-after",tags:[]},{name:"mdi-table-column-plus-before",tags:[]},{name:"mdi-table-column-remove",tags:[]},{name:"mdi-table-column-width",tags:[]},{name:"mdi-table-edit",tags:[]},{name:"mdi-table-eye",tags:[]},{name:"mdi-table-headers-eye",tags:[]},{name:"mdi-table-headers-eye-off",tags:[]},{name:"mdi-table-large",tags:[]},{name:"mdi-table-large-plus",tags:[]},{name:"mdi-table-large-remove",tags:[]},{name:"mdi-table-merge-cells",tags:[]},{name:"mdi-table-of-contents",tags:[]},{name:"mdi-table-plus",tags:[]},{name:"mdi-table-remove",tags:[]},{name:"mdi-table-row",tags:[]},{name:"mdi-table-row-height",tags:[]},{name:"mdi-table-row-plus-after",tags:[]},{name:"mdi-table-row-plus-before",tags:[]},{name:"mdi-table-row-remove",tags:[]},{name:"mdi-table-search",tags:[]},{name:"mdi-table-settings",tags:[]},{name:"mdi-table-tennis",tags:[]},{name:"mdi-tablet",tags:[]},{name:"mdi-tablet-android",tags:[]},{name:"mdi-tablet-cellphone",tags:[]},{name:"mdi-tablet-dashboard",tags:[]},{name:"mdi-tablet-ipad",tags:[]},{name:"mdi-taco",tags:[]},{name:"mdi-tag",tags:[]},{name:"mdi-tag-faces",tags:[]},{name:"mdi-tag-heart",tags:[]},{name:"mdi-tag-heart-outline",tags:[]},{name:"mdi-tag-minus",tags:[]},{name:"mdi-tag-minus-outline",tags:[]},{name:"mdi-tag-multiple",tags:[]},{name:"mdi-tag-multiple-outline",tags:[]},{name:"mdi-tag-off",tags:[]},{name:"mdi-tag-off-outline",tags:[]},{name:"mdi-tag-outline",tags:[]},{name:"mdi-tag-plus",tags:[]},{name:"mdi-tag-plus-outline",tags:[]},{name:"mdi-tag-remove",tags:[]},{name:"mdi-tag-remove-outline",tags:[]},{name:"mdi-tag-text",tags:[]},{name:"mdi-tag-text-outline",tags:[]},{name:"mdi-tank",tags:[]},{name:"mdi-tanker-truck",tags:[]},{name:"mdi-tape-measure",tags:[]},{name:"mdi-target",tags:[]},{name:"mdi-target-account",tags:[]},{name:"mdi-target-variant",tags:[]},{name:"mdi-taxi",tags:[]},{name:"mdi-tea",tags:[]},{name:"mdi-tea-outline",tags:[]},{name:"mdi-teach",tags:[]},{name:"mdi-teamviewer",tags:[]},{name:"mdi-telegram",tags:[]},{name:"mdi-telescope",tags:[]},{name:"mdi-television",tags:[]},{name:"mdi-television-ambient-light",tags:[]},{name:"mdi-television-box",tags:[]},{name:"mdi-television-classic",tags:[]},{name:"mdi-television-classic-off",tags:[]},{name:"mdi-television-clean",tags:[]},{name:"mdi-television-guide",tags:[]},{name:"mdi-television-off",tags:[]},{name:"mdi-television-pause",tags:[]},{name:"mdi-television-play",tags:[]},{name:"mdi-television-stop",tags:[]},{name:"mdi-temperature-celsius",tags:[]},{name:"mdi-temperature-fahrenheit",tags:[]},{name:"mdi-temperature-kelvin",tags:[]},{name:"mdi-tennis",tags:[]},{name:"mdi-tennis-ball",tags:[]},{name:"mdi-tent",tags:[]},{name:"mdi-terraform",tags:[]},{name:"mdi-terrain",tags:[]},{name:"mdi-test-tube",tags:[]},{name:"mdi-test-tube-empty",tags:[]},{name:"mdi-test-tube-off",tags:[]},{name:"mdi-text",tags:[]},{name:"mdi-text-recognition",tags:[]},{name:"mdi-text-shadow",tags:[]},{name:"mdi-text-short",tags:[]},{name:"mdi-text-subject",tags:[]},{name:"mdi-text-to-speech",tags:[]},{name:"mdi-text-to-speech-off",tags:[]},{name:"mdi-textarea",tags:[]},{name:"mdi-textbox",tags:[]},{name:"mdi-textbox-lock",tags:[]},{name:"mdi-textbox-password",tags:[]},{name:"mdi-texture",tags:[]},{name:"mdi-texture-box",tags:[]},{name:"mdi-theater",tags:[]},{name:"mdi-theme-light-dark",tags:[]},{name:"mdi-thermometer",tags:[]},{name:"mdi-thermometer-alert",tags:[]},{name:"mdi-thermometer-chevron-down",tags:[]},{name:"mdi-thermometer-chevron-up",tags:[]},{name:"mdi-thermometer-high",tags:[]},{name:"mdi-thermometer-lines",tags:[]},{name:"mdi-thermometer-low",tags:[]},{name:"mdi-thermometer-minus",tags:[]},{name:"mdi-thermometer-plus",tags:[]},{name:"mdi-thermostat",tags:[]},{name:"mdi-thermostat-box",tags:[]},{name:"mdi-thought-bubble",tags:[]},{name:"mdi-thought-bubble-outline",tags:[]},{name:"mdi-thumb-down",tags:[]},{name:"mdi-thumb-down-outline",tags:[]},{name:"mdi-thumb-up",tags:[]},{name:"mdi-thumb-up-outline",tags:[]},{name:"mdi-thumbs-up-down",tags:[]},{name:"mdi-ticket",tags:[]},{name:"mdi-ticket-account",tags:[]},{name:"mdi-ticket-confirmation",tags:[]},{name:"mdi-ticket-outline",tags:[]},{name:"mdi-ticket-percent",tags:[]},{name:"mdi-tie",tags:[]},{name:"mdi-tilde",tags:[]},{name:"mdi-timelapse",tags:[]},{name:"mdi-timeline",tags:[]},{name:"mdi-timeline-alert",tags:[]},{name:"mdi-timeline-alert-outline",tags:[]},{name:"mdi-timeline-clock",tags:[]},{name:"mdi-timeline-clock-outline",tags:[]},{name:"mdi-timeline-help",tags:[]},{name:"mdi-timeline-help-outline",tags:[]},{name:"mdi-timeline-outline",tags:[]},{name:"mdi-timeline-plus",tags:[]},{name:"mdi-timeline-plus-outline",tags:[]},{name:"mdi-timeline-text",tags:[]},{name:"mdi-timeline-text-outline",tags:[]},{name:"mdi-timer",tags:[]},{name:"mdi-timer-10",tags:[]},{name:"mdi-timer-3",tags:[]},{name:"mdi-timer-off",tags:[]},{name:"mdi-timer-sand",tags:[]},{name:"mdi-timer-sand-empty",tags:[]},{name:"mdi-timer-sand-full",tags:[]},{name:"mdi-timetable",tags:[]},{name:"mdi-toaster",tags:[]},{name:"mdi-toaster-off",tags:[]},{name:"mdi-toaster-oven",tags:[]},{name:"mdi-toggle-switch",tags:[]},{name:"mdi-toggle-switch-off",tags:[]},{name:"mdi-toggle-switch-off-outline",tags:[]},{name:"mdi-toggle-switch-outline",tags:[]},{name:"mdi-toilet",tags:[]},{name:"mdi-toolbox",tags:[]},{name:"mdi-toolbox-outline",tags:[]},{name:"mdi-tools",tags:[]},{name:"mdi-tooltip",tags:[]},{name:"mdi-tooltip-account",tags:[]},{name:"mdi-tooltip-edit",tags:[]},{name:"mdi-tooltip-edit-outline",tags:[]},{name:"mdi-tooltip-image",tags:[]},{name:"mdi-tooltip-image-outline",tags:[]},{name:"mdi-tooltip-outline",tags:[]},{name:"mdi-tooltip-plus",tags:[]},{name:"mdi-tooltip-plus-outline",tags:[]},{name:"mdi-tooltip-text",tags:[]},{name:"mdi-tooltip-text-outline",tags:[]},{name:"mdi-tooth",tags:[]},{name:"mdi-tooth-outline",tags:[]},{name:"mdi-toothbrush",tags:[]},{name:"mdi-toothbrush-electric",tags:[]},{name:"mdi-toothbrush-paste",tags:[]},{name:"mdi-tor",tags:[]},{name:"mdi-tortoise",tags:[]},{name:"mdi-toslink",tags:[]},{name:"mdi-tournament",tags:[]},{name:"mdi-tower-beach",tags:[]},{name:"mdi-tower-fire",tags:[]},{name:"mdi-towing",tags:[]},{name:"mdi-toy-brick",tags:[]},{name:"mdi-toy-brick-marker",tags:[]},{name:"mdi-toy-brick-marker-outline",tags:[]},{name:"mdi-toy-brick-minus",tags:[]},{name:"mdi-toy-brick-minus-outline",tags:[]},{name:"mdi-toy-brick-outline",tags:[]},{name:"mdi-toy-brick-plus",tags:[]},{name:"mdi-toy-brick-plus-outline",tags:[]},{name:"mdi-toy-brick-remove",tags:[]},{name:"mdi-toy-brick-remove-outline",tags:[]},{name:"mdi-toy-brick-search",tags:[]},{name:"mdi-toy-brick-search-outline",tags:[]},{name:"mdi-track-light",tags:[]},{name:"mdi-trackpad",tags:[]},{name:"mdi-trackpad-lock",tags:[]},{name:"mdi-tractor",tags:[]},{name:"mdi-trademark",tags:[]},{name:"mdi-traffic-cone",tags:[]},{name:"mdi-traffic-light",tags:[]},{name:"mdi-train",tags:[]},{name:"mdi-train-car",tags:[]},{name:"mdi-train-variant",tags:[]},{name:"mdi-tram",tags:[]},{name:"mdi-tram-side",tags:[]},{name:"mdi-transcribe",tags:[]},{name:"mdi-transcribe-close",tags:[]},{name:"mdi-transfer",tags:[]},{name:"mdi-transfer-down",tags:[]},{name:"mdi-transfer-left",tags:[]},{name:"mdi-transfer-right",tags:[]},{name:"mdi-transfer-up",tags:[]},{name:"mdi-transit-connection",tags:[]},{name:"mdi-transit-connection-variant",tags:[]},{name:"mdi-transit-detour",tags:[]},{name:"mdi-transit-transfer",tags:[]},{name:"mdi-transition",tags:[]},{name:"mdi-transition-masked",tags:[]},{name:"mdi-translate",tags:[]},{name:"mdi-translate-off",tags:[]},{name:"mdi-transmission-tower",tags:[]},{name:"mdi-trash-can",tags:[]},{name:"mdi-trash-can-outline",tags:[]},{name:"mdi-tray",tags:[]},{name:"mdi-tray-alert",tags:[]},{name:"mdi-tray-full",tags:[]},{name:"mdi-tray-minus",tags:[]},{name:"mdi-tray-plus",tags:[]},{name:"mdi-tray-remove",tags:[]},{name:"mdi-treasure-chest",tags:[]},{name:"mdi-tree",tags:[]},{name:"mdi-tree-outline",tags:[]},{name:"mdi-trello",tags:[]},{name:"mdi-trending-down",tags:[]},{name:"mdi-trending-neutral",tags:[]},{name:"mdi-trending-up",tags:[]},{name:"mdi-triangle",tags:[]},{name:"mdi-triangle-outline",tags:[]},{name:"mdi-triforce",tags:[]},{name:"mdi-trophy",tags:[]},{name:"mdi-trophy-award",tags:[]},{name:"mdi-trophy-broken",tags:[]},{name:"mdi-trophy-outline",tags:[]},{name:"mdi-trophy-variant",tags:[]},{name:"mdi-trophy-variant-outline",tags:[]},{name:"mdi-truck",tags:[]},{name:"mdi-truck-check",tags:[]},{name:"mdi-truck-check-outline",tags:[]},{name:"mdi-truck-delivery",tags:[]},{name:"mdi-truck-delivery-outline",tags:[]},{name:"mdi-truck-fast",tags:[]},{name:"mdi-truck-fast-outline",tags:[]},{name:"mdi-truck-outline",tags:[]},{name:"mdi-truck-trailer",tags:[]},{name:"mdi-trumpet",tags:[]},{name:"mdi-tshirt-crew",tags:[]},{name:"mdi-tshirt-crew-outline",tags:[]},{name:"mdi-tshirt-v",tags:[]},{name:"mdi-tshirt-v-outline",tags:[]},{name:"mdi-tumble-dryer",tags:[]},{name:"mdi-tumble-dryer-alert",tags:[]},{name:"mdi-tumble-dryer-off",tags:[]},{name:"mdi-tumblr",tags:[]},{name:"mdi-tumblr-box",tags:[]},{name:"mdi-tumblr-reblog",tags:[]},{name:"mdi-tune",tags:[]},{name:"mdi-tune-vertical",tags:[]},{name:"mdi-turnstile",tags:[]},{name:"mdi-turnstile-outline",tags:[]},{name:"mdi-turtle",tags:[]},{name:"mdi-twitch",tags:[]},{name:"mdi-twitter",tags:[]},{name:"mdi-twitter-box",tags:[]},{name:"mdi-twitter-circle",tags:[]},{name:"mdi-twitter-retweet",tags:[]},{name:"mdi-two-factor-authentication",tags:[]},{name:"mdi-typewriter",tags:[]},{name:"mdi-uber",tags:[]},{name:"mdi-ubisoft",tags:[]},{name:"mdi-ubuntu",tags:[]},{name:"mdi-ufo",tags:[]},{name:"mdi-ufo-outline",tags:[]},{name:"mdi-ultra-high-definition",tags:[]},{name:"mdi-umbraco",tags:[]},{name:"mdi-umbrella",tags:[]},{name:"mdi-umbrella-closed",tags:[]},{name:"mdi-umbrella-outline",tags:[]},{name:"mdi-undo",tags:[]},{name:"mdi-undo-variant",tags:[]},{name:"mdi-unfold-less-horizontal",tags:[]},{name:"mdi-unfold-less-vertical",tags:[]},{name:"mdi-unfold-more-horizontal",tags:[]},{name:"mdi-unfold-more-vertical",tags:[]},{name:"mdi-ungroup",tags:[]},{name:"mdi-unicode",tags:[]},{name:"mdi-unity",tags:[]},{name:"mdi-unreal",tags:[]},{name:"mdi-untappd",tags:[]},{name:"mdi-update",tags:[]},{name:"mdi-upload",tags:[]},{name:"mdi-upload-lock",tags:[]},{name:"mdi-upload-lock-outline",tags:[]},{name:"mdi-upload-multiple",tags:[]},{name:"mdi-upload-network",tags:[]},{name:"mdi-upload-network-outline",tags:[]},{name:"mdi-upload-off",tags:[]},{name:"mdi-upload-off-outline",tags:[]},{name:"mdi-upload-outline",tags:[]},{name:"mdi-usb",tags:[]},{name:"mdi-usb-flash-drive",tags:[]},{name:"mdi-usb-flash-drive-outline",tags:[]},{name:"mdi-usb-port",tags:[]},{name:"mdi-valve",tags:[]},{name:"mdi-valve-closed",tags:[]},{name:"mdi-valve-open",tags:[]},{name:"mdi-van-passenger",tags:[]},{name:"mdi-van-utility",tags:[]},{name:"mdi-vanish",tags:[]},{name:"mdi-vanity-light",tags:[]},{name:"mdi-variable",tags:[]},{name:"mdi-variable-box",tags:[]},{name:"mdi-vector-arrange-above",tags:[]},{name:"mdi-vector-arrange-below",tags:[]},{name:"mdi-vector-bezier",tags:[]},{name:"mdi-vector-circle",tags:[]},{name:"mdi-vector-circle-variant",tags:[]},{name:"mdi-vector-combine",tags:[]},{name:"mdi-vector-curve",tags:[]},{name:"mdi-vector-difference",tags:[]},{name:"mdi-vector-difference-ab",tags:[]},{name:"mdi-vector-difference-ba",tags:[]},{name:"mdi-vector-ellipse",tags:[]},{name:"mdi-vector-intersection",tags:[]},{name:"mdi-vector-line",tags:[]},{name:"mdi-vector-link",tags:[]},{name:"mdi-vector-point",tags:[]},{name:"mdi-vector-polygon",tags:[]},{name:"mdi-vector-polyline",tags:[]},{name:"mdi-vector-polyline-edit",tags:[]},{name:"mdi-vector-polyline-minus",tags:[]},{name:"mdi-vector-polyline-plus",tags:[]},{name:"mdi-vector-polyline-remove",tags:[]},{name:"mdi-vector-radius",tags:[]},{name:"mdi-vector-rectangle",tags:[]},{name:"mdi-vector-selection",tags:[]},{name:"mdi-vector-square",tags:[]},{name:"mdi-vector-triangle",tags:[]},{name:"mdi-vector-union",tags:[]},{name:"mdi-venmo",tags:[]},{name:"mdi-vhs",tags:[]},{name:"mdi-vibrate",tags:[]},{name:"mdi-vibrate-off",tags:[]},{name:"mdi-video",tags:[]},{name:"mdi-video-3d",tags:[]},{name:"mdi-video-3d-variant",tags:[]},{name:"mdi-video-4k-box",tags:[]},{name:"mdi-video-account",tags:[]},{name:"mdi-video-check",tags:[]},{name:"mdi-video-check-outline",tags:[]},{name:"mdi-video-image",tags:[]},{name:"mdi-video-input-antenna",tags:[]},{name:"mdi-video-input-component",tags:[]},{name:"mdi-video-input-hdmi",tags:[]},{name:"mdi-video-input-scart",tags:[]},{name:"mdi-video-input-svideo",tags:[]},{name:"mdi-video-minus",tags:[]},{name:"mdi-video-off",tags:[]},{name:"mdi-video-off-outline",tags:[]},{name:"mdi-video-outline",tags:[]},{name:"mdi-video-plus",tags:[]},{name:"mdi-video-stabilization",tags:[]},{name:"mdi-video-switch",tags:[]},{name:"mdi-video-vintage",tags:[]},{name:"mdi-video-wireless",tags:[]},{name:"mdi-video-wireless-outline",tags:[]},{name:"mdi-view-agenda",tags:[]},{name:"mdi-view-agenda-outline",tags:[]},{name:"mdi-view-array",tags:[]},{name:"mdi-view-carousel",tags:[]},{name:"mdi-view-column",tags:[]},{name:"mdi-view-comfy",tags:[]},{name:"mdi-view-compact",tags:[]},{name:"mdi-view-compact-outline",tags:[]},{name:"mdi-view-dashboard",tags:[]},{name:"mdi-view-dashboard-outline",tags:[]},{name:"mdi-view-dashboard-variant",tags:[]},{name:"mdi-view-day",tags:[]},{name:"mdi-view-grid",tags:[]},{name:"mdi-view-grid-outline",tags:[]},{name:"mdi-view-grid-plus",tags:[]},{name:"mdi-view-grid-plus-outline",tags:[]},{name:"mdi-view-headline",tags:[]},{name:"mdi-view-list",tags:[]},{name:"mdi-view-module",tags:[]},{name:"mdi-view-parallel",tags:[]},{name:"mdi-view-quilt",tags:[]},{name:"mdi-view-sequential",tags:[]},{name:"mdi-view-split-horizontal",tags:[]},{name:"mdi-view-split-vertical",tags:[]},{name:"mdi-view-stream",tags:[]},{name:"mdi-view-week",tags:[]},{name:"mdi-vimeo",tags:[]},{name:"mdi-violin",tags:[]},{name:"mdi-virtual-reality",tags:[]},{name:"mdi-visual-studio",tags:[]},{name:"mdi-visual-studio-code",tags:[]},{name:"mdi-vk",tags:[]},{name:"mdi-vk-box",tags:[]},{name:"mdi-vk-circle",tags:[]},{name:"mdi-vlc",tags:[]},{name:"mdi-voice",tags:[]},{name:"mdi-voice-off",tags:[]},{name:"mdi-voicemail",tags:[]},{name:"mdi-volleyball",tags:[]},{name:"mdi-volume-high",tags:[]},{name:"mdi-volume-low",tags:[]},{name:"mdi-volume-medium",tags:[]},{name:"mdi-volume-minus",tags:[]},{name:"mdi-volume-mute",tags:[]},{name:"mdi-volume-off",tags:[]},{name:"mdi-volume-plus",tags:[]},{name:"mdi-volume-source",tags:[]},{name:"mdi-volume-variant-off",tags:[]},{name:"mdi-volume-vibrate",tags:[]},{name:"mdi-vote",tags:[]},{name:"mdi-vote-outline",tags:[]},{name:"mdi-vpn",tags:[]},{name:"mdi-vuejs",tags:[]},{name:"mdi-vuetify",tags:[]},{name:"mdi-walk",tags:[]},{name:"mdi-wall",tags:[]},{name:"mdi-wall-sconce",tags:[]},{name:"mdi-wall-sconce-flat",tags:[]},{name:"mdi-wall-sconce-variant",tags:[]},{name:"mdi-wallet",tags:[]},{name:"mdi-wallet-giftcard",tags:[]},{name:"mdi-wallet-membership",tags:[]},{name:"mdi-wallet-outline",tags:[]},{name:"mdi-wallet-plus",tags:[]},{name:"mdi-wallet-plus-outline",tags:[]},{name:"mdi-wallet-travel",tags:[]},{name:"mdi-wallpaper",tags:[]},{name:"mdi-wan",tags:[]},{name:"mdi-wardrobe",tags:[]},{name:"mdi-wardrobe-outline",tags:[]},{name:"mdi-warehouse",tags:[]},{name:"mdi-washing-machine",tags:[]},{name:"mdi-washing-machine-alert",tags:[]},{name:"mdi-washing-machine-off",tags:[]},{name:"mdi-watch",tags:[]},{name:"mdi-watch-export",tags:[]},{name:"mdi-watch-export-variant",tags:[]},{name:"mdi-watch-import",tags:[]},{name:"mdi-watch-import-variant",tags:[]},{name:"mdi-watch-variant",tags:[]},{name:"mdi-watch-vibrate",tags:[]},{name:"mdi-watch-vibrate-off",tags:[]},{name:"mdi-water",tags:[]},{name:"mdi-water-boiler",tags:[]},{name:"mdi-water-boiler-alert",tags:[]},{name:"mdi-water-boiler-off",tags:[]},{name:"mdi-water-off",tags:[]},{name:"mdi-water-outline",tags:[]},{name:"mdi-water-percent",tags:[]},{name:"mdi-water-polo",tags:[]},{name:"mdi-water-pump",tags:[]},{name:"mdi-water-pump-off",tags:[]},{name:"mdi-water-well",tags:[]},{name:"mdi-water-well-outline",tags:[]},{name:"mdi-watermark",tags:[]},{name:"mdi-wave",tags:[]},{name:"mdi-waves",tags:[]},{name:"mdi-waze",tags:[]},{name:"mdi-weather-cloudy",tags:[]},{name:"mdi-weather-cloudy-alert",tags:[]},{name:"mdi-weather-cloudy-arrow-right",tags:[]},{name:"mdi-weather-fog",tags:[]},{name:"mdi-weather-hail",tags:[]},{name:"mdi-weather-hazy",tags:[]},{name:"mdi-weather-hurricane",tags:[]},{name:"mdi-weather-lightning",tags:[]},{name:"mdi-weather-lightning-rainy",tags:[]},{name:"mdi-weather-night",tags:[]},{name:"mdi-weather-night-partly-cloudy",tags:[]},{name:"mdi-weather-partly-cloudy",tags:[]},{name:"mdi-weather-partly-lightning",tags:[]},{name:"mdi-weather-partly-rainy",tags:[]},{name:"mdi-weather-partly-snowy",tags:[]},{name:"mdi-weather-partly-snowy-rainy",tags:[]},{name:"mdi-weather-pouring",tags:[]},{name:"mdi-weather-rainy",tags:[]},{name:"mdi-weather-snowy",tags:[]},{name:"mdi-weather-snowy-heavy",tags:[]},{name:"mdi-weather-snowy-rainy",tags:[]},{name:"mdi-weather-sunny",tags:[]},{name:"mdi-weather-sunny-alert",tags:[]},{name:"mdi-weather-sunset",tags:[]},{name:"mdi-weather-sunset-down",tags:[]},{name:"mdi-weather-sunset-up",tags:[]},{name:"mdi-weather-tornado",tags:[]},{name:"mdi-weather-windy",tags:[]},{name:"mdi-weather-windy-variant",tags:[]},{name:"mdi-web",tags:[]},{name:"mdi-web-box",tags:[]},{name:"mdi-web-clock",tags:[]},{name:"mdi-webcam",tags:[]},{name:"mdi-webhook",tags:[]},{name:"mdi-webpack",tags:[]},{name:"mdi-webrtc",tags:[]},{name:"mdi-wechat",tags:[]},{name:"mdi-weight",tags:[]},{name:"mdi-weight-gram",tags:[]},{name:"mdi-weight-kilogram",tags:[]},{name:"mdi-weight-lifter",tags:[]},{name:"mdi-weight-pound",tags:[]},{name:"mdi-whatsapp",tags:[]},{name:"mdi-wheelchair-accessibility",tags:[]},{name:"mdi-whistle",tags:[]},{name:"mdi-whistle-outline",tags:[]},{name:"mdi-white-balance-auto",tags:[]},{name:"mdi-white-balance-incandescent",tags:[]},{name:"mdi-white-balance-iridescent",tags:[]},{name:"mdi-white-balance-sunny",tags:[]},{name:"mdi-widgets",tags:[]},{name:"mdi-widgets-outline",tags:[]},{name:"mdi-wifi",tags:[]},{name:"mdi-wifi-off",tags:[]},{name:"mdi-wifi-star",tags:[]},{name:"mdi-wifi-strength-1",tags:[]},{name:"mdi-wifi-strength-1-alert",tags:[]},{name:"mdi-wifi-strength-1-lock",tags:[]},{name:"mdi-wifi-strength-2",tags:[]},{name:"mdi-wifi-strength-2-alert",tags:[]},{name:"mdi-wifi-strength-2-lock",tags:[]},{name:"mdi-wifi-strength-3",tags:[]},{name:"mdi-wifi-strength-3-alert",tags:[]},{name:"mdi-wifi-strength-3-lock",tags:[]},{name:"mdi-wifi-strength-4",tags:[]},{name:"mdi-wifi-strength-4-alert",tags:[]},{name:"mdi-wifi-strength-4-lock",tags:[]},{name:"mdi-wifi-strength-alert-outline",tags:[]},{name:"mdi-wifi-strength-lock-outline",tags:[]},{name:"mdi-wifi-strength-off",tags:[]},{name:"mdi-wifi-strength-off-outline",tags:[]},{name:"mdi-wifi-strength-outline",tags:[]},{name:"mdi-wii",tags:[]},{name:"mdi-wiiu",tags:[]},{name:"mdi-wikipedia",tags:[]},{name:"mdi-wind-turbine",tags:[]},{name:"mdi-window-close",tags:[]},{name:"mdi-window-closed",tags:[]},{name:"mdi-window-closed-variant",tags:[]},{name:"mdi-window-maximize",tags:[]},{name:"mdi-window-minimize",tags:[]},{name:"mdi-window-open",tags:[]},{name:"mdi-window-open-variant",tags:[]},{name:"mdi-window-restore",tags:[]},{name:"mdi-window-shutter",tags:[]},{name:"mdi-window-shutter-alert",tags:[]},{name:"mdi-window-shutter-open",tags:[]},{name:"mdi-windows",tags:[]},{name:"mdi-windows-classic",tags:[]},{name:"mdi-wiper",tags:[]},{name:"mdi-wiper-wash",tags:[]},{name:"mdi-wordpress",tags:[]},{name:"mdi-worker",tags:[]},{name:"mdi-wrap",tags:[]},{name:"mdi-wrap-disabled",tags:[]},{name:"mdi-wrench",tags:[]},{name:"mdi-wrench-outline",tags:[]},{name:"mdi-wunderlist",tags:[]},{name:"mdi-xamarin",tags:[]},{name:"mdi-xamarin-outline",tags:[]},{name:"mdi-xaml",tags:[]},{name:"mdi-xbox",tags:[]},{name:"mdi-xbox-controller",tags:[]},{name:"mdi-xbox-controller-battery-alert",tags:[]},{name:"mdi-xbox-controller-battery-charging",tags:[]},{name:"mdi-xbox-controller-battery-empty",tags:[]},{name:"mdi-xbox-controller-battery-full",tags:[]},{name:"mdi-xbox-controller-battery-low",tags:[]},{name:"mdi-xbox-controller-battery-medium",tags:[]},{name:"mdi-xbox-controller-battery-unknown",tags:[]},{name:"mdi-xbox-controller-menu",tags:[]},{name:"mdi-xbox-controller-off",tags:[]},{name:"mdi-xbox-controller-view",tags:[]},{name:"mdi-xda",tags:[]},{name:"mdi-xing",tags:[]},{name:"mdi-xing-box",tags:[]},{name:"mdi-xing-circle",tags:[]},{name:"mdi-xml",tags:[]},{name:"mdi-xmpp",tags:[]},{name:"mdi-yahoo",tags:[]},{name:"mdi-yammer",tags:[]},{name:"mdi-yeast",tags:[]},{name:"mdi-yelp",tags:[]},{name:"mdi-yin-yang",tags:[]},{name:"mdi-yoga",tags:[]},{name:"mdi-youtube",tags:[]},{name:"mdi-youtube-creator-studio",tags:[]},{name:"mdi-youtube-gaming",tags:[]},{name:"mdi-youtube-subscription",tags:[]},{name:"mdi-youtube-tv",tags:[]},{name:"mdi-z-wave",tags:[]},{name:"mdi-zend",tags:[]},{name:"mdi-zigbee",tags:[]},{name:"mdi-zip-box",tags:[]},{name:"mdi-zip-box-outline",tags:[]},{name:"mdi-zip-disk",tags:[]},{name:"mdi-zodiac-aquarius",tags:[]},{name:"mdi-zodiac-aries",tags:[]},{name:"mdi-zodiac-cancer",tags:[]},{name:"mdi-zodiac-capricorn",tags:[]},{name:"mdi-zodiac-gemini",tags:[]},{name:"mdi-zodiac-leo",tags:[]},{name:"mdi-zodiac-libra",tags:[]},{name:"mdi-zodiac-pisces",tags:[]},{name:"mdi-zodiac-sagittarius",tags:[]},{name:"mdi-zodiac-scorpio",tags:[]},{name:"mdi-zodiac-taurus",tags:[]},{name:"mdi-zodiac-virgo",tags:[]}]}},"995b":function(a,e,t){"use strict";t.r(e),e["default"]={name:"material-icons-round",icons:[{name:"r_10k",tags:[]},{name:"r_10mp",tags:[]},{name:"r_11mp",tags:[]},{name:"r_12mp",tags:[]},{name:"r_13mp",tags:[]},{name:"r_14mp",tags:[]},{name:"r_15mp",tags:[]},{name:"r_16mp",tags:[]},{name:"r_17mp",tags:[]},{name:"r_18mp",tags:[]},{name:"r_19mp",tags:[]},{name:"r_1k",tags:[]},{name:"r_1k_plus",tags:[]},{name:"r_1x_mobiledata",tags:[]},{name:"r_20mp",tags:[]},{name:"r_21mp",tags:[]},{name:"r_22mp",tags:[]},{name:"r_23mp",tags:[]},{name:"r_24mp",tags:[]},{name:"r_2k",tags:[]},{name:"r_2k_plus",tags:[]},{name:"r_2mp",tags:[]},{name:"r_30fps",tags:[]},{name:"r_30fps_select",tags:[]},{name:"r_360",tags:[]},{name:"r_3d_rotation",tags:[]},{name:"r_3g_mobiledata",tags:[]},{name:"r_3k",tags:[]},{name:"r_3k_plus",tags:[]},{name:"r_3mp",tags:[]},{name:"r_3p",tags:[]},{name:"r_4g_mobiledata",tags:[]},{name:"r_4g_plus_mobiledata",tags:[]},{name:"r_4k",tags:[]},{name:"r_4k_plus",tags:[]},{name:"r_4mp",tags:[]},{name:"r_5g",tags:[]},{name:"r_5k",tags:[]},{name:"r_5k_plus",tags:[]},{name:"r_5mp",tags:[]},{name:"r_6_ft_apart",tags:[]},{name:"r_60fps",tags:[]},{name:"r_60fps_select",tags:[]},{name:"r_6k",tags:[]},{name:"r_6k_plus",tags:[]},{name:"r_6mp",tags:[]},{name:"r_7k",tags:[]},{name:"r_7k_plus",tags:[]},{name:"r_7mp",tags:[]},{name:"r_8k",tags:[]},{name:"r_8k_plus",tags:[]},{name:"r_8mp",tags:[]},{name:"r_9k",tags:[]},{name:"r_9k_plus",tags:[]},{name:"r_9mp",tags:[]},{name:"r_ac_unit",tags:[]},{name:"r_access_alarm",tags:[]},{name:"r_access_alarms",tags:[]},{name:"r_access_time",tags:[]},{name:"r_access_time_filled",tags:[]},{name:"r_accessibility",tags:[]},{name:"r_accessibility_new",tags:[]},{name:"r_accessible",tags:[]},{name:"r_accessible_forward",tags:[]},{name:"r_account_balance",tags:[]},{name:"r_account_balance_wallet",tags:[]},{name:"r_account_box",tags:[]},{name:"r_account_circle",tags:[]},{name:"r_account_tree",tags:[]},{name:"r_ad_units",tags:[]},{name:"r_adb",tags:[]},{name:"r_add",tags:[]},{name:"r_add_a_photo",tags:[]},{name:"r_add_alarm",tags:[]},{name:"r_add_alert",tags:[]},{name:"r_add_box",tags:[]},{name:"r_add_business",tags:[]},{name:"r_add_chart",tags:[]},{name:"r_add_circle",tags:[]},{name:"r_add_circle_outline",tags:[]},{name:"r_add_comment",tags:[]},{name:"r_add_ic_call",tags:[]},{name:"r_add_link",tags:[]},{name:"r_add_location",tags:[]},{name:"r_add_location_alt",tags:[]},{name:"r_add_moderator",tags:[]},{name:"r_add_photo_alternate",tags:[]},{name:"r_add_reaction",tags:[]},{name:"r_add_road",tags:[]},{name:"r_add_shopping_cart",tags:[]},{name:"r_add_task",tags:[]},{name:"r_add_to_drive",tags:[]},{name:"r_add_to_home_screen",tags:[]},{name:"r_add_to_photos",tags:[]},{name:"r_add_to_queue",tags:[]},{name:"r_addchart",tags:[]},{name:"r_adjust",tags:[]},{name:"r_admin_panel_settings",tags:[]},{name:"r_agriculture",tags:[]},{name:"r_air",tags:[]},{name:"r_airline_seat_flat",tags:[]},{name:"r_airline_seat_flat_angled",tags:[]},{name:"r_airline_seat_individual_suite",tags:[]},{name:"r_airline_seat_legroom_extra",tags:[]},{name:"r_airline_seat_legroom_normal",tags:[]},{name:"r_airline_seat_legroom_reduced",tags:[]},{name:"r_airline_seat_recline_extra",tags:[]},{name:"r_airline_seat_recline_normal",tags:[]},{name:"r_airplane_ticket",tags:[]},{name:"r_airplanemode_active",tags:[]},{name:"r_airplanemode_inactive",tags:[]},{name:"r_airplay",tags:[]},{name:"r_airport_shuttle",tags:[]},{name:"r_alarm",tags:[]},{name:"r_alarm_add",tags:[]},{name:"r_alarm_off",tags:[]},{name:"r_alarm_on",tags:[]},{name:"r_album",tags:[]},{name:"r_align_horizontal_center",tags:[]},{name:"r_align_horizontal_left",tags:[]},{name:"r_align_horizontal_right",tags:[]},{name:"r_align_vertical_bottom",tags:[]},{name:"r_align_vertical_center",tags:[]},{name:"r_align_vertical_top",tags:[]},{name:"r_all_inbox",tags:[]},{name:"r_all_inclusive",tags:[]},{name:"r_all_out",tags:[]},{name:"r_alt_route",tags:[]},{name:"r_alternate_email",tags:[]},{name:"r_analytics",tags:[]},{name:"r_anchor",tags:[]},{name:"r_android",tags:[]},{name:"r_animation",tags:[]},{name:"r_announcement",tags:[]},{name:"r_aod",tags:[]},{name:"r_apartment",tags:[]},{name:"r_api",tags:[]},{name:"r_app_blocking",tags:[]},{name:"r_app_registration",tags:[]},{name:"r_app_settings_alt",tags:[]},{name:"r_approval",tags:[]},{name:"r_apps",tags:[]},{name:"r_architecture",tags:[]},{name:"r_archive",tags:[]},{name:"r_arrow_back",tags:[]},{name:"r_arrow_back_ios",tags:[]},{name:"r_arrow_back_ios_new",tags:[]},{name:"r_arrow_circle_down",tags:[]},{name:"r_arrow_circle_up",tags:[]},{name:"r_arrow_downward",tags:[]},{name:"r_arrow_drop_down",tags:[]},{name:"r_arrow_drop_down_circle",tags:[]},{name:"r_arrow_drop_up",tags:[]},{name:"r_arrow_forward",tags:[]},{name:"r_arrow_forward_ios",tags:[]},{name:"r_arrow_left",tags:[]},{name:"r_arrow_right",tags:[]},{name:"r_arrow_right_alt",tags:[]},{name:"r_arrow_upward",tags:[]},{name:"r_art_track",tags:[]},{name:"r_article",tags:[]},{name:"r_aspect_ratio",tags:[]},{name:"r_assessment",tags:[]},{name:"r_assignment",tags:[]},{name:"r_assignment_ind",tags:[]},{name:"r_assignment_late",tags:[]},{name:"r_assignment_return",tags:[]},{name:"r_assignment_returned",tags:[]},{name:"r_assignment_turned_in",tags:[]},{name:"r_assistant",tags:[]},{name:"r_assistant_direction",tags:[]},{name:"r_assistant_photo",tags:[]},{name:"r_atm",tags:[]},{name:"r_attach_email",tags:[]},{name:"r_attach_file",tags:[]},{name:"r_attach_money",tags:[]},{name:"r_attachment",tags:[]},{name:"r_attractions",tags:[]},{name:"r_attribution",tags:[]},{name:"r_audiotrack",tags:[]},{name:"r_auto_awesome",tags:[]},{name:"r_auto_awesome_mosaic",tags:[]},{name:"r_auto_awesome_motion",tags:[]},{name:"r_auto_delete",tags:[]},{name:"r_auto_fix_high",tags:[]},{name:"r_auto_fix_normal",tags:[]},{name:"r_auto_fix_off",tags:[]},{name:"r_auto_graph",tags:[]},{name:"r_auto_stories",tags:[]},{name:"r_autofps_select",tags:[]},{name:"r_autorenew",tags:[]},{name:"r_av_timer",tags:[]},{name:"r_baby_changing_station",tags:[]},{name:"r_backpack",tags:[]},{name:"r_backspace",tags:[]},{name:"r_backup",tags:[]},{name:"r_backup_table",tags:[]},{name:"r_badge",tags:[]},{name:"r_bakery_dining",tags:[]},{name:"r_balcony",tags:[]},{name:"r_ballot",tags:[]},{name:"r_bar_chart",tags:[]},{name:"r_batch_prediction",tags:[]},{name:"r_bathroom",tags:[]},{name:"r_bathtub",tags:[]},{name:"r_battery_alert",tags:[]},{name:"r_battery_charging_full",tags:[]},{name:"r_battery_full",tags:[]},{name:"r_battery_saver",tags:[]},{name:"r_battery_std",tags:[]},{name:"r_battery_unknown",tags:[]},{name:"r_beach_access",tags:[]},{name:"r_bed",tags:[]},{name:"r_bedroom_baby",tags:[]},{name:"r_bedroom_child",tags:[]},{name:"r_bedroom_parent",tags:[]},{name:"r_bedtime",tags:[]},{name:"r_beenhere",tags:[]},{name:"r_bento",tags:[]},{name:"r_bike_scooter",tags:[]},{name:"r_biotech",tags:[]},{name:"r_blender",tags:[]},{name:"r_block",tags:[]},{name:"r_bloodtype",tags:[]},{name:"r_bluetooth",tags:[]},{name:"r_bluetooth_audio",tags:[]},{name:"r_bluetooth_connected",tags:[]},{name:"r_bluetooth_disabled",tags:[]},{name:"r_bluetooth_drive",tags:[]},{name:"r_bluetooth_searching",tags:[]},{name:"r_blur_circular",tags:[]},{name:"r_blur_linear",tags:[]},{name:"r_blur_off",tags:[]},{name:"r_blur_on",tags:[]},{name:"r_bolt",tags:[]},{name:"r_book",tags:[]},{name:"r_book_online",tags:[]},{name:"r_bookmark",tags:[]},{name:"r_bookmark_add",tags:[]},{name:"r_bookmark_added",tags:[]},{name:"r_bookmark_border",tags:[]},{name:"r_bookmark_remove",tags:[]},{name:"r_bookmarks",tags:[]},{name:"r_border_all",tags:[]},{name:"r_border_bottom",tags:[]},{name:"r_border_clear",tags:[]},{name:"r_border_color",tags:[]},{name:"r_border_horizontal",tags:[]},{name:"r_border_inner",tags:[]},{name:"r_border_left",tags:[]},{name:"r_border_outer",tags:[]},{name:"r_border_right",tags:[]},{name:"r_border_style",tags:[]},{name:"r_border_top",tags:[]},{name:"r_border_vertical",tags:[]},{name:"r_branding_watermark",tags:[]},{name:"r_breakfast_dining",tags:[]},{name:"r_brightness_1",tags:[]},{name:"r_brightness_2",tags:[]},{name:"r_brightness_3",tags:[]},{name:"r_brightness_4",tags:[]},{name:"r_brightness_5",tags:[]},{name:"r_brightness_6",tags:[]},{name:"r_brightness_7",tags:[]},{name:"r_brightness_auto",tags:[]},{name:"r_brightness_high",tags:[]},{name:"r_brightness_low",tags:[]},{name:"r_brightness_medium",tags:[]},{name:"r_broken_image",tags:[]},{name:"r_browser_not_supported",tags:[]},{name:"r_brunch_dining",tags:[]},{name:"r_brush",tags:[]},{name:"r_bubble_chart",tags:[]},{name:"r_bug_report",tags:[]},{name:"r_build",tags:[]},{name:"r_build_circle",tags:[]},{name:"r_bungalow",tags:[]},{name:"r_burst_mode",tags:[]},{name:"r_bus_alert",tags:[]},{name:"r_business",tags:[]},{name:"r_business_center",tags:[]},{name:"r_cabin",tags:[]},{name:"r_cable",tags:[]},{name:"r_cached",tags:[]},{name:"r_cake",tags:[]},{name:"r_calculate",tags:[]},{name:"r_calendar_today",tags:[]},{name:"r_calendar_view_day",tags:[]},{name:"r_calendar_view_month",tags:[]},{name:"r_calendar_view_week",tags:[]},{name:"r_call",tags:[]},{name:"r_call_end",tags:[]},{name:"r_call_made",tags:[]},{name:"r_call_merge",tags:[]},{name:"r_call_missed",tags:[]},{name:"r_call_missed_outgoing",tags:[]},{name:"r_call_received",tags:[]},{name:"r_call_split",tags:[]},{name:"r_call_to_action",tags:[]},{name:"r_camera",tags:[]},{name:"r_camera_alt",tags:[]},{name:"r_camera_enhance",tags:[]},{name:"r_camera_front",tags:[]},{name:"r_camera_indoor",tags:[]},{name:"r_camera_outdoor",tags:[]},{name:"r_camera_rear",tags:[]},{name:"r_camera_roll",tags:[]},{name:"r_cameraswitch",tags:[]},{name:"r_campaign",tags:[]},{name:"r_cancel",tags:[]},{name:"r_cancel_presentation",tags:[]},{name:"r_cancel_schedule_send",tags:[]},{name:"r_car_rental",tags:[]},{name:"r_car_repair",tags:[]},{name:"r_card_giftcard",tags:[]},{name:"r_card_membership",tags:[]},{name:"r_card_travel",tags:[]},{name:"r_carpenter",tags:[]},{name:"r_cases",tags:[]},{name:"r_casino",tags:[]},{name:"r_cast",tags:[]},{name:"r_cast_connected",tags:[]},{name:"r_cast_for_education",tags:[]},{name:"r_catching_pokemon",tags:[]},{name:"r_category",tags:[]},{name:"r_celebration",tags:[]},{name:"r_cell_wifi",tags:[]},{name:"r_center_focus_strong",tags:[]},{name:"r_center_focus_weak",tags:[]},{name:"r_chair",tags:[]},{name:"r_chair_alt",tags:[]},{name:"r_chalet",tags:[]},{name:"r_change_circle",tags:[]},{name:"r_change_history",tags:[]},{name:"r_charging_station",tags:[]},{name:"r_chat",tags:[]},{name:"r_chat_bubble",tags:[]},{name:"r_chat_bubble_outline",tags:[]},{name:"r_check",tags:[]},{name:"r_check_box",tags:[]},{name:"r_check_box_outline_blank",tags:[]},{name:"r_check_circle",tags:[]},{name:"r_check_circle_outline",tags:[]},{name:"r_checklist",tags:[]},{name:"r_checklist_rtl",tags:[]},{name:"r_checkroom",tags:[]},{name:"r_chevron_left",tags:[]},{name:"r_chevron_right",tags:[]},{name:"r_child_care",tags:[]},{name:"r_child_friendly",tags:[]},{name:"r_chrome_reader_mode",tags:[]},{name:"r_circle",tags:[]},{name:"r_circle_notifications",tags:[]},{name:"r_class",tags:[]},{name:"r_clean_hands",tags:[]},{name:"r_cleaning_services",tags:[]},{name:"r_clear",tags:[]},{name:"r_clear_all",tags:[]},{name:"r_close",tags:[]},{name:"r_close_fullscreen",tags:[]},{name:"r_closed_caption",tags:[]},{name:"r_closed_caption_disabled",tags:[]},{name:"r_closed_caption_off",tags:[]},{name:"r_cloud",tags:[]},{name:"r_cloud_circle",tags:[]},{name:"r_cloud_done",tags:[]},{name:"r_cloud_download",tags:[]},{name:"r_cloud_off",tags:[]},{name:"r_cloud_queue",tags:[]},{name:"r_cloud_upload",tags:[]},{name:"r_code",tags:[]},{name:"r_code_off",tags:[]},{name:"r_coffee",tags:[]},{name:"r_coffee_maker",tags:[]},{name:"r_collections",tags:[]},{name:"r_collections_bookmark",tags:[]},{name:"r_color_lens",tags:[]},{name:"r_colorize",tags:[]},{name:"r_comment",tags:[]},{name:"r_comment_bank",tags:[]},{name:"r_commute",tags:[]},{name:"r_compare",tags:[]},{name:"r_compare_arrows",tags:[]},{name:"r_compass_calibration",tags:[]},{name:"r_compress",tags:[]},{name:"r_computer",tags:[]},{name:"r_confirmation_number",tags:[]},{name:"r_connect_without_contact",tags:[]},{name:"r_connected_tv",tags:[]},{name:"r_construction",tags:[]},{name:"r_contact_mail",tags:[]},{name:"r_contact_page",tags:[]},{name:"r_contact_phone",tags:[]},{name:"r_contact_support",tags:[]},{name:"r_contactless",tags:[]},{name:"r_contacts",tags:[]},{name:"r_content_copy",tags:[]},{name:"r_content_cut",tags:[]},{name:"r_content_paste",tags:[]},{name:"r_content_paste_off",tags:[]},{name:"r_control_camera",tags:[]},{name:"r_control_point",tags:[]},{name:"r_control_point_duplicate",tags:[]},{name:"r_copy_all",tags:[]},{name:"r_copyright",tags:[]},{name:"r_coronavirus",tags:[]},{name:"r_corporate_fare",tags:[]},{name:"r_cottage",tags:[]},{name:"r_countertops",tags:[]},{name:"r_create",tags:[]},{name:"r_create_new_folder",tags:[]},{name:"r_credit_card",tags:[]},{name:"r_credit_card_off",tags:[]},{name:"r_credit_score",tags:[]},{name:"r_crib",tags:[]},{name:"r_crop",tags:[]},{name:"r_crop_16_9",tags:[]},{name:"r_crop_3_2",tags:[]},{name:"r_crop_5_4",tags:[]},{name:"r_crop_7_5",tags:[]},{name:"r_crop_din",tags:[]},{name:"r_crop_free",tags:[]},{name:"r_crop_landscape",tags:[]},{name:"r_crop_original",tags:[]},{name:"r_crop_portrait",tags:[]},{name:"r_crop_rotate",tags:[]},{name:"r_crop_square",tags:[]},{name:"r_dangerous",tags:[]},{name:"r_dark_mode",tags:[]},{name:"r_dashboard",tags:[]},{name:"r_dashboard_customize",tags:[]},{name:"r_data_saver_off",tags:[]},{name:"r_data_saver_on",tags:[]},{name:"r_data_usage",tags:[]},{name:"r_date_range",tags:[]},{name:"r_deck",tags:[]},{name:"r_dehaze",tags:[]},{name:"r_delete",tags:[]},{name:"r_delete_forever",tags:[]},{name:"r_delete_outline",tags:[]},{name:"r_delete_sweep",tags:[]},{name:"r_delivery_dining",tags:[]},{name:"r_departure_board",tags:[]},{name:"r_description",tags:[]},{name:"r_design_services",tags:[]},{name:"r_desktop_access_disabled",tags:[]},{name:"r_desktop_mac",tags:[]},{name:"r_desktop_windows",tags:[]},{name:"r_details",tags:[]},{name:"r_developer_board",tags:[]},{name:"r_developer_board_off",tags:[]},{name:"r_developer_mode",tags:[]},{name:"r_device_hub",tags:[]},{name:"r_device_thermostat",tags:[]},{name:"r_device_unknown",tags:[]},{name:"r_devices",tags:[]},{name:"r_devices_other",tags:[]},{name:"r_dialer_sip",tags:[]},{name:"r_dialpad",tags:[]},{name:"r_dining",tags:[]},{name:"r_dinner_dining",tags:[]},{name:"r_directions",tags:[]},{name:"r_directions_bike",tags:[]},{name:"r_directions_boat",tags:[]},{name:"r_directions_boat_filled",tags:[]},{name:"r_directions_bus",tags:[]},{name:"r_directions_bus_filled",tags:[]},{name:"r_directions_car",tags:[]},{name:"r_directions_car_filled",tags:[]},{name:"r_directions_off",tags:[]},{name:"r_directions_railway",tags:[]},{name:"r_directions_railway_filled",tags:[]},{name:"r_directions_run",tags:[]},{name:"r_directions_subway",tags:[]},{name:"r_directions_subway_filled",tags:[]},{name:"r_directions_transit",tags:[]},{name:"r_directions_transit_filled",tags:[]},{name:"r_directions_walk",tags:[]},{name:"r_dirty_lens",tags:[]},{name:"r_disabled_by_default",tags:[]},{name:"r_disc_full",tags:[]},{name:"r_dns",tags:[]},{name:"r_do_disturb",tags:[]},{name:"r_do_disturb_alt",tags:[]},{name:"r_do_disturb_off",tags:[]},{name:"r_do_disturb_on",tags:[]},{name:"r_do_not_disturb",tags:[]},{name:"r_do_not_disturb_alt",tags:[]},{name:"r_do_not_disturb_off",tags:[]},{name:"r_do_not_disturb_on",tags:[]},{name:"r_do_not_disturb_on_total_silence",tags:[]},{name:"r_do_not_step",tags:[]},{name:"r_do_not_touch",tags:[]},{name:"r_dock",tags:[]},{name:"r_document_scanner",tags:[]},{name:"r_domain",tags:[]},{name:"r_domain_disabled",tags:[]},{name:"r_domain_verification",tags:[]},{name:"r_done",tags:[]},{name:"r_done_all",tags:[]},{name:"r_done_outline",tags:[]},{name:"r_donut_large",tags:[]},{name:"r_donut_small",tags:[]},{name:"r_door_back",tags:[]},{name:"r_door_front",tags:[]},{name:"r_door_sliding",tags:[]},{name:"r_doorbell",tags:[]},{name:"r_double_arrow",tags:[]},{name:"r_downhill_skiing",tags:[]},{name:"r_download",tags:[]},{name:"r_download_done",tags:[]},{name:"r_download_for_offline",tags:[]},{name:"r_downloading",tags:[]},{name:"r_drafts",tags:[]},{name:"r_drag_handle",tags:[]},{name:"r_drag_indicator",tags:[]},{name:"r_drive_eta",tags:[]},{name:"r_drive_file_move",tags:[]},{name:"r_drive_file_rename_outline",tags:[]},{name:"r_drive_folder_upload",tags:[]},{name:"r_dry",tags:[]},{name:"r_dry_cleaning",tags:[]},{name:"r_duo",tags:[]},{name:"r_dvr",tags:[]},{name:"r_dynamic_feed",tags:[]},{name:"r_dynamic_form",tags:[]},{name:"r_e_mobiledata",tags:[]},{name:"r_earbuds",tags:[]},{name:"r_earbuds_battery",tags:[]},{name:"r_east",tags:[]},{name:"r_eco",tags:[]},{name:"r_edgesensor_high",tags:[]},{name:"r_edgesensor_low",tags:[]},{name:"r_edit",tags:[]},{name:"r_edit_attributes",tags:[]},{name:"r_edit_location",tags:[]},{name:"r_edit_location_alt",tags:[]},{name:"r_edit_notifications",tags:[]},{name:"r_edit_off",tags:[]},{name:"r_edit_road",tags:[]},{name:"r_eject",tags:[]},{name:"r_elderly",tags:[]},{name:"r_electric_bike",tags:[]},{name:"r_electric_car",tags:[]},{name:"r_electric_moped",tags:[]},{name:"r_electric_rickshaw",tags:[]},{name:"r_electric_scooter",tags:[]},{name:"r_electrical_services",tags:[]},{name:"r_elevator",tags:[]},{name:"r_email",tags:[]},{name:"r_emoji_emotions",tags:[]},{name:"r_emoji_events",tags:[]},{name:"r_emoji_flags",tags:[]},{name:"r_emoji_food_beverage",tags:[]},{name:"r_emoji_nature",tags:[]},{name:"r_emoji_objects",tags:[]},{name:"r_emoji_people",tags:[]},{name:"r_emoji_symbols",tags:[]},{name:"r_emoji_transportation",tags:[]},{name:"r_engineering",tags:[]},{name:"r_enhanced_encryption",tags:[]},{name:"r_equalizer",tags:[]},{name:"r_error",tags:[]},{name:"r_error_outline",tags:[]},{name:"r_escalator",tags:[]},{name:"r_escalator_warning",tags:[]},{name:"r_euro",tags:[]},{name:"r_euro_symbol",tags:[]},{name:"r_ev_station",tags:[]},{name:"r_event",tags:[]},{name:"r_event_available",tags:[]},{name:"r_event_busy",tags:[]},{name:"r_event_note",tags:[]},{name:"r_event_seat",tags:[]},{name:"r_exit_to_app",tags:[]},{name:"r_expand",tags:[]},{name:"r_expand_less",tags:[]},{name:"r_expand_more",tags:[]},{name:"r_explicit",tags:[]},{name:"r_explore",tags:[]},{name:"r_explore_off",tags:[]},{name:"r_exposure",tags:[]},{name:"r_exposure_neg_1",tags:[]},{name:"r_exposure_neg_2",tags:[]},{name:"r_exposure_plus_1",tags:[]},{name:"r_exposure_plus_2",tags:[]},{name:"r_exposure_zero",tags:[]},{name:"r_extension",tags:[]},{name:"r_extension_off",tags:[]},{name:"r_face",tags:[]},{name:"r_face_retouching_natural",tags:[]},{name:"r_face_retouching_off",tags:[]},{name:"r_facebook",tags:[]},{name:"r_fact_check",tags:[]},{name:"r_family_restroom",tags:[]},{name:"r_fast_forward",tags:[]},{name:"r_fast_rewind",tags:[]},{name:"r_fastfood",tags:[]},{name:"r_favorite",tags:[]},{name:"r_favorite_border",tags:[]},{name:"r_featured_play_list",tags:[]},{name:"r_featured_video",tags:[]},{name:"r_feed",tags:[]},{name:"r_feedback",tags:[]},{name:"r_female",tags:[]},{name:"r_fence",tags:[]},{name:"r_festival",tags:[]},{name:"r_fiber_dvr",tags:[]},{name:"r_fiber_manual_record",tags:[]},{name:"r_fiber_new",tags:[]},{name:"r_fiber_pin",tags:[]},{name:"r_fiber_smart_record",tags:[]},{name:"r_file_copy",tags:[]},{name:"r_file_download",tags:[]},{name:"r_file_download_done",tags:[]},{name:"r_file_download_off",tags:[]},{name:"r_file_present",tags:[]},{name:"r_file_upload",tags:[]},{name:"r_filter",tags:[]},{name:"r_filter_1",tags:[]},{name:"r_filter_2",tags:[]},{name:"r_filter_3",tags:[]},{name:"r_filter_4",tags:[]},{name:"r_filter_5",tags:[]},{name:"r_filter_6",tags:[]},{name:"r_filter_7",tags:[]},{name:"r_filter_8",tags:[]},{name:"r_filter_9",tags:[]},{name:"r_filter_9_plus",tags:[]},{name:"r_filter_alt",tags:[]},{name:"r_filter_b_and_w",tags:[]},{name:"r_filter_center_focus",tags:[]},{name:"r_filter_drama",tags:[]},{name:"r_filter_frames",tags:[]},{name:"r_filter_hdr",tags:[]},{name:"r_filter_list",tags:[]},{name:"r_filter_none",tags:[]},{name:"r_filter_tilt_shift",tags:[]},{name:"r_filter_vintage",tags:[]},{name:"r_find_in_page",tags:[]},{name:"r_find_replace",tags:[]},{name:"r_fingerprint",tags:[]},{name:"r_fire_extinguisher",tags:[]},{name:"r_fireplace",tags:[]},{name:"r_first_page",tags:[]},{name:"r_fit_screen",tags:[]},{name:"r_fitness_center",tags:[]},{name:"r_flag",tags:[]},{name:"r_flaky",tags:[]},{name:"r_flare",tags:[]},{name:"r_flash_auto",tags:[]},{name:"r_flash_off",tags:[]},{name:"r_flash_on",tags:[]},{name:"r_flashlight_off",tags:[]},{name:"r_flashlight_on",tags:[]},{name:"r_flatware",tags:[]},{name:"r_flight",tags:[]},{name:"r_flight_land",tags:[]},{name:"r_flight_takeoff",tags:[]},{name:"r_flip",tags:[]},{name:"r_flip_camera_android",tags:[]},{name:"r_flip_camera_ios",tags:[]},{name:"r_flip_to_back",tags:[]},{name:"r_flip_to_front",tags:[]},{name:"r_flourescent",tags:[]},{name:"r_flutter_dash",tags:[]},{name:"r_fmd_bad",tags:[]},{name:"r_fmd_good",tags:[]},{name:"r_folder",tags:[]},{name:"r_folder_open",tags:[]},{name:"r_folder_shared",tags:[]},{name:"r_folder_special",tags:[]},{name:"r_follow_the_signs",tags:[]},{name:"r_font_download",tags:[]},{name:"r_font_download_off",tags:[]},{name:"r_food_bank",tags:[]},{name:"r_format_align_center",tags:[]},{name:"r_format_align_justify",tags:[]},{name:"r_format_align_left",tags:[]},{name:"r_format_align_right",tags:[]},{name:"r_format_bold",tags:[]},{name:"r_format_clear",tags:[]},{name:"r_format_color_fill",tags:[]},{name:"r_format_color_reset",tags:[]},{name:"r_format_color_text",tags:[]},{name:"r_format_indent_decrease",tags:[]},{name:"r_format_indent_increase",tags:[]},{name:"r_format_italic",tags:[]},{name:"r_format_line_spacing",tags:[]},{name:"r_format_list_bulleted",tags:[]},{name:"r_format_list_numbered",tags:[]},{name:"r_format_list_numbered_rtl",tags:[]},{name:"r_format_paint",tags:[]},{name:"r_format_quote",tags:[]},{name:"r_format_shapes",tags:[]},{name:"r_format_size",tags:[]},{name:"r_format_strikethrough",tags:[]},{name:"r_format_textdirection_l_to_r",tags:[]},{name:"r_format_textdirection_r_to_l",tags:[]},{name:"r_format_underlined",tags:[]},{name:"r_forum",tags:[]},{name:"r_forward",tags:[]},{name:"r_forward_10",tags:[]},{name:"r_forward_30",tags:[]},{name:"r_forward_5",tags:[]},{name:"r_forward_to_inbox",tags:[]},{name:"r_foundation",tags:[]},{name:"r_free_breakfast",tags:[]},{name:"r_fullscreen",tags:[]},{name:"r_fullscreen_exit",tags:[]},{name:"r_functions",tags:[]},{name:"r_g_mobiledata",tags:[]},{name:"r_g_translate",tags:[]},{name:"r_gamepad",tags:[]},{name:"r_games",tags:[]},{name:"r_garage",tags:[]},{name:"r_gavel",tags:[]},{name:"r_gesture",tags:[]},{name:"r_get_app",tags:[]},{name:"r_gif",tags:[]},{name:"r_gite",tags:[]},{name:"r_golf_course",tags:[]},{name:"r_gpp_bad",tags:[]},{name:"r_gpp_good",tags:[]},{name:"r_gpp_maybe",tags:[]},{name:"r_gps_fixed",tags:[]},{name:"r_gps_not_fixed",tags:[]},{name:"r_gps_off",tags:[]},{name:"r_grade",tags:[]},{name:"r_gradient",tags:[]},{name:"r_grading",tags:[]},{name:"r_grain",tags:[]},{name:"r_graphic_eq",tags:[]},{name:"r_grass",tags:[]},{name:"r_grid_3x3",tags:[]},{name:"r_grid_4x4",tags:[]},{name:"r_grid_goldenratio",tags:[]},{name:"r_grid_off",tags:[]},{name:"r_grid_on",tags:[]},{name:"r_grid_view",tags:[]},{name:"r_group",tags:[]},{name:"r_group_add",tags:[]},{name:"r_group_work",tags:[]},{name:"r_groups",tags:[]},{name:"r_h_mobiledata",tags:[]},{name:"r_h_plus_mobiledata",tags:[]},{name:"r_hail",tags:[]},{name:"r_handyman",tags:[]},{name:"r_hardware",tags:[]},{name:"r_hd",tags:[]},{name:"r_hdr_auto",tags:[]},{name:"r_hdr_auto_select",tags:[]},{name:"r_hdr_enhanced_select",tags:[]},{name:"r_hdr_off",tags:[]},{name:"r_hdr_off_select",tags:[]},{name:"r_hdr_on",tags:[]},{name:"r_hdr_on_select",tags:[]},{name:"r_hdr_plus",tags:[]},{name:"r_hdr_strong",tags:[]},{name:"r_hdr_weak",tags:[]},{name:"r_headphones",tags:[]},{name:"r_headphones_battery",tags:[]},{name:"r_headset",tags:[]},{name:"r_headset_mic",tags:[]},{name:"r_headset_off",tags:[]},{name:"r_healing",tags:[]},{name:"r_health_and_safety",tags:[]},{name:"r_hearing",tags:[]},{name:"r_hearing_disabled",tags:[]},{name:"r_height",tags:[]},{name:"r_help",tags:[]},{name:"r_help_center",tags:[]},{name:"r_help_outline",tags:[]},{name:"r_hevc",tags:[]},{name:"r_hide_image",tags:[]},{name:"r_hide_source",tags:[]},{name:"r_high_quality",tags:[]},{name:"r_highlight",tags:[]},{name:"r_highlight_alt",tags:[]},{name:"r_highlight_off",tags:[]},{name:"r_hiking",tags:[]},{name:"r_history",tags:[]},{name:"r_history_edu",tags:[]},{name:"r_history_toggle_off",tags:[]},{name:"r_holiday_village",tags:[]},{name:"r_home",tags:[]},{name:"r_home_max",tags:[]},{name:"r_home_mini",tags:[]},{name:"r_home_repair_service",tags:[]},{name:"r_home_work",tags:[]},{name:"r_horizontal_distribute",tags:[]},{name:"r_horizontal_rule",tags:[]},{name:"r_horizontal_split",tags:[]},{name:"r_hot_tub",tags:[]},{name:"r_hotel",tags:[]},{name:"r_hourglass_bottom",tags:[]},{name:"r_hourglass_disabled",tags:[]},{name:"r_hourglass_empty",tags:[]},{name:"r_hourglass_full",tags:[]},{name:"r_hourglass_top",tags:[]},{name:"r_house",tags:[]},{name:"r_house_siding",tags:[]},{name:"r_houseboat",tags:[]},{name:"r_how_to_reg",tags:[]},{name:"r_how_to_vote",tags:[]},{name:"r_http",tags:[]},{name:"r_https",tags:[]},{name:"r_hvac",tags:[]},{name:"r_ice_skating",tags:[]},{name:"r_icecream",tags:[]},{name:"r_image",tags:[]},{name:"r_image_aspect_ratio",tags:[]},{name:"r_image_not_supported",tags:[]},{name:"r_image_search",tags:[]},{name:"r_imagesearch_roller",tags:[]},{name:"r_import_contacts",tags:[]},{name:"r_import_export",tags:[]},{name:"r_important_devices",tags:[]},{name:"r_inbox",tags:[]},{name:"r_indeterminate_check_box",tags:[]},{name:"r_info",tags:[]},{name:"r_info_outline",tags:[]},{name:"r_input",tags:[]},{name:"r_insert_chart",tags:[]},{name:"r_insert_chart_outlined",tags:[]},{name:"r_insert_comment",tags:[]},{name:"r_insert_drive_file",tags:[]},{name:"r_insert_emoticon",tags:[]},{name:"r_insert_invitation",tags:[]},{name:"r_insert_link",tags:[]},{name:"r_insert_photo",tags:[]},{name:"r_insights",tags:[]},{name:"r_integration_instructions",tags:[]},{name:"r_inventory",tags:[]},{name:"r_inventory_2",tags:[]},{name:"r_invert_colors",tags:[]},{name:"r_invert_colors_off",tags:[]},{name:"r_ios_share",tags:[]},{name:"r_iron",tags:[]},{name:"r_iso",tags:[]},{name:"r_kayaking",tags:[]},{name:"r_keyboard",tags:[]},{name:"r_keyboard_alt",tags:[]},{name:"r_keyboard_arrow_down",tags:[]},{name:"r_keyboard_arrow_left",tags:[]},{name:"r_keyboard_arrow_right",tags:[]},{name:"r_keyboard_arrow_up",tags:[]},{name:"r_keyboard_backspace",tags:[]},{name:"r_keyboard_capslock",tags:[]},{name:"r_keyboard_hide",tags:[]},{name:"r_keyboard_return",tags:[]},{name:"r_keyboard_tab",tags:[]},{name:"r_keyboard_voice",tags:[]},{name:"r_king_bed",tags:[]},{name:"r_kitchen",tags:[]},{name:"r_kitesurfing",tags:[]},{name:"r_label",tags:[]},{name:"r_label_important",tags:[]},{name:"r_label_off",tags:[]},{name:"r_label_outline",tags:[]},{name:"r_landscape",tags:[]},{name:"r_language",tags:[]},{name:"r_laptop",tags:[]},{name:"r_laptop_chromebook",tags:[]},{name:"r_laptop_mac",tags:[]},{name:"r_laptop_windows",tags:[]},{name:"r_last_page",tags:[]},{name:"r_launch",tags:[]},{name:"r_layers",tags:[]},{name:"r_layers_clear",tags:[]},{name:"r_leaderboard",tags:[]},{name:"r_leak_add",tags:[]},{name:"r_leak_remove",tags:[]},{name:"r_legend_toggle",tags:[]},{name:"r_lens",tags:[]},{name:"r_lens_blur",tags:[]},{name:"r_library_add",tags:[]},{name:"r_library_add_check",tags:[]},{name:"r_library_books",tags:[]},{name:"r_library_music",tags:[]},{name:"r_light",tags:[]},{name:"r_light_mode",tags:[]},{name:"r_lightbulb",tags:[]},{name:"r_lightbulb_outline",tags:[]},{name:"r_line_style",tags:[]},{name:"r_line_weight",tags:[]},{name:"r_linear_scale",tags:[]},{name:"r_link",tags:[]},{name:"r_link_off",tags:[]},{name:"r_linked_camera",tags:[]},{name:"r_liquor",tags:[]},{name:"r_list",tags:[]},{name:"r_list_alt",tags:[]},{name:"r_live_help",tags:[]},{name:"r_live_tv",tags:[]},{name:"r_living",tags:[]},{name:"r_local_activity",tags:[]},{name:"r_local_airport",tags:[]},{name:"r_local_atm",tags:[]},{name:"r_local_bar",tags:[]},{name:"r_local_cafe",tags:[]},{name:"r_local_car_wash",tags:[]},{name:"r_local_convenience_store",tags:[]},{name:"r_local_dining",tags:[]},{name:"r_local_drink",tags:[]},{name:"r_local_fire_department",tags:[]},{name:"r_local_florist",tags:[]},{name:"r_local_gas_station",tags:[]},{name:"r_local_grocery_store",tags:[]},{name:"r_local_hospital",tags:[]},{name:"r_local_hotel",tags:[]},{name:"r_local_laundry_service",tags:[]},{name:"r_local_library",tags:[]},{name:"r_local_mall",tags:[]},{name:"r_local_movies",tags:[]},{name:"r_local_offer",tags:[]},{name:"r_local_parking",tags:[]},{name:"r_local_pharmacy",tags:[]},{name:"r_local_phone",tags:[]},{name:"r_local_pizza",tags:[]},{name:"r_local_play",tags:[]},{name:"r_local_police",tags:[]},{name:"r_local_post_office",tags:[]},{name:"r_local_printshop",tags:[]},{name:"r_local_see",tags:[]},{name:"r_local_shipping",tags:[]},{name:"r_local_taxi",tags:[]},{name:"r_location_city",tags:[]},{name:"r_location_disabled",tags:[]},{name:"r_location_off",tags:[]},{name:"r_location_on",tags:[]},{name:"r_location_searching",tags:[]},{name:"r_lock",tags:[]},{name:"r_lock_clock",tags:[]},{name:"r_lock_open",tags:[]},{name:"r_lock_outline",tags:[]},{name:"r_login",tags:[]},{name:"r_logout",tags:[]},{name:"r_looks",tags:[]},{name:"r_looks_3",tags:[]},{name:"r_looks_4",tags:[]},{name:"r_looks_5",tags:[]},{name:"r_looks_6",tags:[]},{name:"r_looks_one",tags:[]},{name:"r_looks_two",tags:[]},{name:"r_loop",tags:[]},{name:"r_loupe",tags:[]},{name:"r_low_priority",tags:[]},{name:"r_loyalty",tags:[]},{name:"r_lte_mobiledata",tags:[]},{name:"r_lte_plus_mobiledata",tags:[]},{name:"r_luggage",tags:[]},{name:"r_lunch_dining",tags:[]},{name:"r_mail",tags:[]},{name:"r_mail_outline",tags:[]},{name:"r_male",tags:[]},{name:"r_manage_accounts",tags:[]},{name:"r_manage_search",tags:[]},{name:"r_map",tags:[]},{name:"r_maps_home_work",tags:[]},{name:"r_maps_ugc",tags:[]},{name:"r_margin",tags:[]},{name:"r_mark_as_unread",tags:[]},{name:"r_mark_chat_read",tags:[]},{name:"r_mark_chat_unread",tags:[]},{name:"r_mark_email_read",tags:[]},{name:"r_mark_email_unread",tags:[]},{name:"r_markunread",tags:[]},{name:"r_markunread_mailbox",tags:[]},{name:"r_masks",tags:[]},{name:"r_maximize",tags:[]},{name:"r_media_bluetooth_off",tags:[]},{name:"r_media_bluetooth_on",tags:[]},{name:"r_mediation",tags:[]},{name:"r_medical_services",tags:[]},{name:"r_medication",tags:[]},{name:"r_meeting_room",tags:[]},{name:"r_memory",tags:[]},{name:"r_menu",tags:[]},{name:"r_menu_book",tags:[]},{name:"r_menu_open",tags:[]},{name:"r_merge_type",tags:[]},{name:"r_message",tags:[]},{name:"r_mic",tags:[]},{name:"r_mic_external_off",tags:[]},{name:"r_mic_external_on",tags:[]},{name:"r_mic_none",tags:[]},{name:"r_mic_off",tags:[]},{name:"r_microwave",tags:[]},{name:"r_military_tech",tags:[]},{name:"r_minimize",tags:[]},{name:"r_miscellaneous_services",tags:[]},{name:"r_missed_video_call",tags:[]},{name:"r_mms",tags:[]},{name:"r_mobile_friendly",tags:[]},{name:"r_mobile_off",tags:[]},{name:"r_mobile_screen_share",tags:[]},{name:"r_mobiledata_off",tags:[]},{name:"r_mode",tags:[]},{name:"r_mode_comment",tags:[]},{name:"r_mode_edit",tags:[]},{name:"r_mode_edit_outline",tags:[]},{name:"r_mode_night",tags:[]},{name:"r_mode_standby",tags:[]},{name:"r_model_training",tags:[]},{name:"r_monetization_on",tags:[]},{name:"r_money",tags:[]},{name:"r_money_off",tags:[]},{name:"r_money_off_csred",tags:[]},{name:"r_monitor",tags:[]},{name:"r_monitor_weight",tags:[]},{name:"r_monochrome_photos",tags:[]},{name:"r_mood",tags:[]},{name:"r_mood_bad",tags:[]},{name:"r_moped",tags:[]},{name:"r_more",tags:[]},{name:"r_more_horiz",tags:[]},{name:"r_more_time",tags:[]},{name:"r_more_vert",tags:[]},{name:"r_motion_photos_auto",tags:[]},{name:"r_motion_photos_off",tags:[]},{name:"r_motion_photos_on",tags:[]},{name:"r_motion_photos_pause",tags:[]},{name:"r_motion_photos_paused",tags:[]},{name:"r_motorcycle",tags:[]},{name:"r_mouse",tags:[]},{name:"r_move_to_inbox",tags:[]},{name:"r_movie",tags:[]},{name:"r_movie_creation",tags:[]},{name:"r_movie_filter",tags:[]},{name:"r_moving",tags:[]},{name:"r_mp",tags:[]},{name:"r_multiline_chart",tags:[]},{name:"r_multiple_stop",tags:[]},{name:"r_museum",tags:[]},{name:"r_music_note",tags:[]},{name:"r_music_off",tags:[]},{name:"r_music_video",tags:[]},{name:"r_my_location",tags:[]},{name:"r_nat",tags:[]},{name:"r_nature",tags:[]},{name:"r_nature_people",tags:[]},{name:"r_navigate_before",tags:[]},{name:"r_navigate_next",tags:[]},{name:"r_navigation",tags:[]},{name:"r_near_me",tags:[]},{name:"r_near_me_disabled",tags:[]},{name:"r_nearby_error",tags:[]},{name:"r_nearby_off",tags:[]},{name:"r_network_cell",tags:[]},{name:"r_network_check",tags:[]},{name:"r_network_locked",tags:[]},{name:"r_network_wifi",tags:[]},{name:"r_new_label",tags:[]},{name:"r_new_releases",tags:[]},{name:"r_next_plan",tags:[]},{name:"r_next_week",tags:[]},{name:"r_nfc",tags:[]},{name:"r_night_shelter",tags:[]},{name:"r_nightlife",tags:[]},{name:"r_nightlight",tags:[]},{name:"r_nightlight_round",tags:[]},{name:"r_nights_stay",tags:[]},{name:"r_no_accounts",tags:[]},{name:"r_no_backpack",tags:[]},{name:"r_no_cell",tags:[]},{name:"r_no_drinks",tags:[]},{name:"r_no_encryption",tags:[]},{name:"r_no_encryption_gmailerrorred",tags:[]},{name:"r_no_flash",tags:[]},{name:"r_no_food",tags:[]},{name:"r_no_luggage",tags:[]},{name:"r_no_meals",tags:[]},{name:"r_no_meeting_room",tags:[]},{name:"r_no_photography",tags:[]},{name:"r_no_sim",tags:[]},{name:"r_no_stroller",tags:[]},{name:"r_no_transfer",tags:[]},{name:"r_nordic_walking",tags:[]},{name:"r_north",tags:[]},{name:"r_north_east",tags:[]},{name:"r_north_west",tags:[]},{name:"r_not_accessible",tags:[]},{name:"r_not_interested",tags:[]},{name:"r_not_listed_location",tags:[]},{name:"r_not_started",tags:[]},{name:"r_note",tags:[]},{name:"r_note_add",tags:[]},{name:"r_note_alt",tags:[]},{name:"r_notes",tags:[]},{name:"r_notification_add",tags:[]},{name:"r_notification_important",tags:[]},{name:"r_notifications",tags:[]},{name:"r_notifications_active",tags:[]},{name:"r_notifications_none",tags:[]},{name:"r_notifications_off",tags:[]},{name:"r_notifications_paused",tags:[]},{name:"r_offline_bolt",tags:[]},{name:"r_offline_pin",tags:[]},{name:"r_offline_share",tags:[]},{name:"r_ondemand_video",tags:[]},{name:"r_online_prediction",tags:[]},{name:"r_opacity",tags:[]},{name:"r_open_in_browser",tags:[]},{name:"r_open_in_full",tags:[]},{name:"r_open_in_new",tags:[]},{name:"r_open_in_new_off",tags:[]},{name:"r_open_with",tags:[]},{name:"r_other_houses",tags:[]},{name:"r_outbound",tags:[]},{name:"r_outbox",tags:[]},{name:"r_outdoor_grill",tags:[]},{name:"r_outlet",tags:[]},{name:"r_outlined_flag",tags:[]},{name:"r_padding",tags:[]},{name:"r_pages",tags:[]},{name:"r_pageview",tags:[]},{name:"r_paid",tags:[]},{name:"r_palette",tags:[]},{name:"r_pan_tool",tags:[]},{name:"r_panorama",tags:[]},{name:"r_panorama_fish_eye",tags:[]},{name:"r_panorama_horizontal",tags:[]},{name:"r_panorama_horizontal_select",tags:[]},{name:"r_panorama_photosphere",tags:[]},{name:"r_panorama_photosphere_select",tags:[]},{name:"r_panorama_vertical",tags:[]},{name:"r_panorama_vertical_select",tags:[]},{name:"r_panorama_wide_angle",tags:[]},{name:"r_panorama_wide_angle_select",tags:[]},{name:"r_paragliding",tags:[]},{name:"r_park",tags:[]},{name:"r_party_mode",tags:[]},{name:"r_password",tags:[]},{name:"r_pattern",tags:[]},{name:"r_pause",tags:[]},{name:"r_pause_circle",tags:[]},{name:"r_pause_circle_filled",tags:[]},{name:"r_pause_circle_outline",tags:[]},{name:"r_pause_presentation",tags:[]},{name:"r_payment",tags:[]},{name:"r_payments",tags:[]},{name:"r_pedal_bike",tags:[]},{name:"r_pending",tags:[]},{name:"r_pending_actions",tags:[]},{name:"r_people",tags:[]},{name:"r_people_alt",tags:[]},{name:"r_people_outline",tags:[]},{name:"r_perm_camera_mic",tags:[]},{name:"r_perm_contact_calendar",tags:[]},{name:"r_perm_data_setting",tags:[]},{name:"r_perm_device_information",tags:[]},{name:"r_perm_identity",tags:[]},{name:"r_perm_media",tags:[]},{name:"r_perm_phone_msg",tags:[]},{name:"r_perm_scan_wifi",tags:[]},{name:"r_person",tags:[]},{name:"r_person_add",tags:[]},{name:"r_person_add_alt",tags:[]},{name:"r_person_add_alt_1",tags:[]},{name:"r_person_add_disabled",tags:[]},{name:"r_person_off",tags:[]},{name:"r_person_outline",tags:[]},{name:"r_person_pin",tags:[]},{name:"r_person_pin_circle",tags:[]},{name:"r_person_remove",tags:[]},{name:"r_person_remove_alt_1",tags:[]},{name:"r_person_search",tags:[]},{name:"r_personal_injury",tags:[]},{name:"r_personal_video",tags:[]},{name:"r_pest_control",tags:[]},{name:"r_pest_control_rodent",tags:[]},{name:"r_pets",tags:[]},{name:"r_phone",tags:[]},{name:"r_phone_android",tags:[]},{name:"r_phone_bluetooth_speaker",tags:[]},{name:"r_phone_callback",tags:[]},{name:"r_phone_disabled",tags:[]},{name:"r_phone_enabled",tags:[]},{name:"r_phone_forwarded",tags:[]},{name:"r_phone_in_talk",tags:[]},{name:"r_phone_iphone",tags:[]},{name:"r_phone_locked",tags:[]},{name:"r_phone_missed",tags:[]},{name:"r_phone_paused",tags:[]},{name:"r_phonelink",tags:[]},{name:"r_phonelink_erase",tags:[]},{name:"r_phonelink_lock",tags:[]},{name:"r_phonelink_off",tags:[]},{name:"r_phonelink_ring",tags:[]},{name:"r_phonelink_setup",tags:[]},{name:"r_photo",tags:[]},{name:"r_photo_album",tags:[]},{name:"r_photo_camera",tags:[]},{name:"r_photo_camera_back",tags:[]},{name:"r_photo_camera_front",tags:[]},{name:"r_photo_filter",tags:[]},{name:"r_photo_library",tags:[]},{name:"r_photo_size_select_actual",tags:[]},{name:"r_photo_size_select_large",tags:[]},{name:"r_photo_size_select_small",tags:[]},{name:"r_piano",tags:[]},{name:"r_piano_off",tags:[]},{name:"r_picture_as_pdf",tags:[]},{name:"r_picture_in_picture",tags:[]},{name:"r_picture_in_picture_alt",tags:[]},{name:"r_pie_chart",tags:[]},{name:"r_pie_chart_outline",tags:[]},{name:"r_pie_chart_outlined",tags:[]},{name:"r_pin",tags:[]},{name:"r_pin_drop",tags:[]},{name:"r_pivot_table_chart",tags:[]},{name:"r_place",tags:[]},{name:"r_plagiarism",tags:[]},{name:"r_play_arrow",tags:[]},{name:"r_play_circle",tags:[]},{name:"r_play_circle_filled",tags:[]},{name:"r_play_circle_outline",tags:[]},{name:"r_play_disabled",tags:[]},{name:"r_play_for_work",tags:[]},{name:"r_play_lesson",tags:[]},{name:"r_playlist_add",tags:[]},{name:"r_playlist_add_check",tags:[]},{name:"r_playlist_play",tags:[]},{name:"r_plumbing",tags:[]},{name:"r_plus_one",tags:[]},{name:"r_podcasts",tags:[]},{name:"r_point_of_sale",tags:[]},{name:"r_policy",tags:[]},{name:"r_poll",tags:[]},{name:"r_polymer",tags:[]},{name:"r_pool",tags:[]},{name:"r_portable_wifi_off",tags:[]},{name:"r_portrait",tags:[]},{name:"r_post_add",tags:[]},{name:"r_power",tags:[]},{name:"r_power_input",tags:[]},{name:"r_power_off",tags:[]},{name:"r_power_settings_new",tags:[]},{name:"r_precision_manufacturing",tags:[]},{name:"r_pregnant_woman",tags:[]},{name:"r_present_to_all",tags:[]},{name:"r_preview",tags:[]},{name:"r_price_change",tags:[]},{name:"r_price_check",tags:[]},{name:"r_print",tags:[]},{name:"r_print_disabled",tags:[]},{name:"r_priority_high",tags:[]},{name:"r_privacy_tip",tags:[]},{name:"r_production_quantity_limits",tags:[]},{name:"r_psychology",tags:[]},{name:"r_public",tags:[]},{name:"r_public_off",tags:[]},{name:"r_publish",tags:[]},{name:"r_published_with_changes",tags:[]},{name:"r_push_pin",tags:[]},{name:"r_qr_code",tags:[]},{name:"r_qr_code_2",tags:[]},{name:"r_qr_code_scanner",tags:[]},{name:"r_query_builder",tags:[]},{name:"r_query_stats",tags:[]},{name:"r_question_answer",tags:[]},{name:"r_queue",tags:[]},{name:"r_queue_music",tags:[]},{name:"r_queue_play_next",tags:[]},{name:"r_quickreply",tags:[]},{name:"r_quiz",tags:[]},{name:"r_r_mobiledata",tags:[]},{name:"r_radar",tags:[]},{name:"r_radio",tags:[]},{name:"r_radio_button_checked",tags:[]},{name:"r_radio_button_unchecked",tags:[]},{name:"r_railway_alert",tags:[]},{name:"r_ramen_dining",tags:[]},{name:"r_rate_review",tags:[]},{name:"r_raw_off",tags:[]},{name:"r_raw_on",tags:[]},{name:"r_read_more",tags:[]},{name:"r_real_estate_agent",tags:[]},{name:"r_receipt",tags:[]},{name:"r_receipt_long",tags:[]},{name:"r_recent_actors",tags:[]},{name:"r_recommend",tags:[]},{name:"r_record_voice_over",tags:[]},{name:"r_redeem",tags:[]},{name:"r_redo",tags:[]},{name:"r_reduce_capacity",tags:[]},{name:"r_refresh",tags:[]},{name:"r_remember_me",tags:[]},{name:"r_remove",tags:[]},{name:"r_remove_circle",tags:[]},{name:"r_remove_circle_outline",tags:[]},{name:"r_remove_done",tags:[]},{name:"r_remove_from_queue",tags:[]},{name:"r_remove_moderator",tags:[]},{name:"r_remove_red_eye",tags:[]},{name:"r_remove_shopping_cart",tags:[]},{name:"r_reorder",tags:[]},{name:"r_repeat",tags:[]},{name:"r_repeat_on",tags:[]},{name:"r_repeat_one",tags:[]},{name:"r_repeat_one_on",tags:[]},{name:"r_replay",tags:[]},{name:"r_replay_10",tags:[]},{name:"r_replay_30",tags:[]},{name:"r_replay_5",tags:[]},{name:"r_replay_circle_filled",tags:[]},{name:"r_reply",tags:[]},{name:"r_reply_all",tags:[]},{name:"r_report",tags:[]},{name:"r_report_gmailerrorred",tags:[]},{name:"r_report_off",tags:[]},{name:"r_report_problem",tags:[]},{name:"r_request_page",tags:[]},{name:"r_request_quote",tags:[]},{name:"r_reset_tv",tags:[]},{name:"r_restart_alt",tags:[]},{name:"r_restaurant",tags:[]},{name:"r_restaurant_menu",tags:[]},{name:"r_restore",tags:[]},{name:"r_restore_from_trash",tags:[]},{name:"r_restore_page",tags:[]},{name:"r_reviews",tags:[]},{name:"r_rice_bowl",tags:[]},{name:"r_ring_volume",tags:[]},{name:"r_roofing",tags:[]},{name:"r_room",tags:[]},{name:"r_room_preferences",tags:[]},{name:"r_room_service",tags:[]},{name:"r_rotate_90_degrees_ccw",tags:[]},{name:"r_rotate_left",tags:[]},{name:"r_rotate_right",tags:[]},{name:"r_rounded_corner",tags:[]},{name:"r_router",tags:[]},{name:"r_rowing",tags:[]},{name:"r_rss_feed",tags:[]},{name:"r_rsvp",tags:[]},{name:"r_rtt",tags:[]},{name:"r_rule",tags:[]},{name:"r_rule_folder",tags:[]},{name:"r_run_circle",tags:[]},{name:"r_running_with_errors",tags:[]},{name:"r_rv_hookup",tags:[]},{name:"r_safety_divider",tags:[]},{name:"r_sailing",tags:[]},{name:"r_sanitizer",tags:[]},{name:"r_satellite",tags:[]},{name:"r_save",tags:[]},{name:"r_save_alt",tags:[]},{name:"r_saved_search",tags:[]},{name:"r_savings",tags:[]},{name:"r_scanner",tags:[]},{name:"r_scatter_plot",tags:[]},{name:"r_schedule",tags:[]},{name:"r_schedule_send",tags:[]},{name:"r_schema",tags:[]},{name:"r_school",tags:[]},{name:"r_science",tags:[]},{name:"r_score",tags:[]},{name:"r_screen_lock_landscape",tags:[]},{name:"r_screen_lock_portrait",tags:[]},{name:"r_screen_lock_rotation",tags:[]},{name:"r_screen_rotation",tags:[]},{name:"r_screen_search_desktop",tags:[]},{name:"r_screen_share",tags:[]},{name:"r_screenshot",tags:[]},{name:"r_sd",tags:[]},{name:"r_sd_card",tags:[]},{name:"r_sd_card_alert",tags:[]},{name:"r_sd_storage",tags:[]},{name:"r_search",tags:[]},{name:"r_search_off",tags:[]},{name:"r_security",tags:[]},{name:"r_security_update",tags:[]},{name:"r_security_update_good",tags:[]},{name:"r_security_update_warning",tags:[]},{name:"r_segment",tags:[]},{name:"r_select_all",tags:[]},{name:"r_self_improvement",tags:[]},{name:"r_sell",tags:[]},{name:"r_send",tags:[]},{name:"r_send_and_archive",tags:[]},{name:"r_send_to_mobile",tags:[]},{name:"r_sensor_door",tags:[]},{name:"r_sensor_window",tags:[]},{name:"r_sensors",tags:[]},{name:"r_sensors_off",tags:[]},{name:"r_sentiment_dissatisfied",tags:[]},{name:"r_sentiment_neutral",tags:[]},{name:"r_sentiment_satisfied",tags:[]},{name:"r_sentiment_satisfied_alt",tags:[]},{name:"r_sentiment_very_dissatisfied",tags:[]},{name:"r_sentiment_very_satisfied",tags:[]},{name:"r_set_meal",tags:[]},{name:"r_settings",tags:[]},{name:"r_settings_accessibility",tags:[]},{name:"r_settings_applications",tags:[]},{name:"r_settings_backup_restore",tags:[]},{name:"r_settings_bluetooth",tags:[]},{name:"r_settings_brightness",tags:[]},{name:"r_settings_cell",tags:[]},{name:"r_settings_ethernet",tags:[]},{name:"r_settings_input_antenna",tags:[]},{name:"r_settings_input_component",tags:[]},{name:"r_settings_input_composite",tags:[]},{name:"r_settings_input_hdmi",tags:[]},{name:"r_settings_input_svideo",tags:[]},{name:"r_settings_overscan",tags:[]},{name:"r_settings_phone",tags:[]},{name:"r_settings_power",tags:[]},{name:"r_settings_remote",tags:[]},{name:"r_settings_suggest",tags:[]},{name:"r_settings_system_daydream",tags:[]},{name:"r_settings_voice",tags:[]},{name:"r_share",tags:[]},{name:"r_share_location",tags:[]},{name:"r_shield",tags:[]},{name:"r_shop",tags:[]},{name:"r_shop_2",tags:[]},{name:"r_shop_two",tags:[]},{name:"r_shopping_bag",tags:[]},{name:"r_shopping_basket",tags:[]},{name:"r_shopping_cart",tags:[]},{name:"r_short_text",tags:[]},{name:"r_shortcut",tags:[]},{name:"r_show_chart",tags:[]},{name:"r_shower",tags:[]},{name:"r_shuffle",tags:[]},{name:"r_shuffle_on",tags:[]},{name:"r_shutter_speed",tags:[]},{name:"r_sick",tags:[]},{name:"r_signal_cellular_0_bar",tags:[]},{name:"r_signal_cellular_4_bar",tags:[]},{name:"r_signal_cellular_alt",tags:[]},{name:"r_signal_cellular_connected_no_internet_0_bar",tags:[]},{name:"r_signal_cellular_connected_no_internet_4_bar",tags:[]},{name:"r_signal_cellular_no_sim",tags:[]},{name:"r_signal_cellular_nodata",tags:[]},{name:"r_signal_cellular_null",tags:[]},{name:"r_signal_cellular_off",tags:[]},{name:"r_signal_wifi_0_bar",tags:[]},{name:"r_signal_wifi_4_bar",tags:[]},{name:"r_signal_wifi_4_bar_lock",tags:[]},{name:"r_signal_wifi_bad",tags:[]},{name:"r_signal_wifi_connected_no_internet_4",tags:[]},{name:"r_signal_wifi_off",tags:[]},{name:"r_signal_wifi_statusbar_4_bar",tags:[]},{name:"r_signal_wifi_statusbar_connected_no_internet_4",tags:[]},{name:"r_signal_wifi_statusbar_null",tags:[]},{name:"r_sim_card",tags:[]},{name:"r_sim_card_alert",tags:[]},{name:"r_sim_card_download",tags:[]},{name:"r_single_bed",tags:[]},{name:"r_sip",tags:[]},{name:"r_skateboarding",tags:[]},{name:"r_skip_next",tags:[]},{name:"r_skip_previous",tags:[]},{name:"r_sledding",tags:[]},{name:"r_slideshow",tags:[]},{name:"r_slow_motion_video",tags:[]},{name:"r_smart_button",tags:[]},{name:"r_smart_display",tags:[]},{name:"r_smart_screen",tags:[]},{name:"r_smart_toy",tags:[]},{name:"r_smartphone",tags:[]},{name:"r_smoke_free",tags:[]},{name:"r_smoking_rooms",tags:[]},{name:"r_sms",tags:[]},{name:"r_sms_failed",tags:[]},{name:"r_snippet_folder",tags:[]},{name:"r_snooze",tags:[]},{name:"r_snowboarding",tags:[]},{name:"r_snowmobile",tags:[]},{name:"r_snowshoeing",tags:[]},{name:"r_soap",tags:[]},{name:"r_social_distance",tags:[]},{name:"r_sort",tags:[]},{name:"r_sort_by_alpha",tags:[]},{name:"r_source",tags:[]},{name:"r_south",tags:[]},{name:"r_south_east",tags:[]},{name:"r_south_west",tags:[]},{name:"r_spa",tags:[]},{name:"r_space_bar",tags:[]},{name:"r_space_dashboard",tags:[]},{name:"r_speaker",tags:[]},{name:"r_speaker_group",tags:[]},{name:"r_speaker_notes",tags:[]},{name:"r_speaker_notes_off",tags:[]},{name:"r_speaker_phone",tags:[]},{name:"r_speed",tags:[]},{name:"r_spellcheck",tags:[]},{name:"r_splitscreen",tags:[]},{name:"r_sports",tags:[]},{name:"r_sports_bar",tags:[]},{name:"r_sports_baseball",tags:[]},{name:"r_sports_basketball",tags:[]},{name:"r_sports_cricket",tags:[]},{name:"r_sports_esports",tags:[]},{name:"r_sports_football",tags:[]},{name:"r_sports_golf",tags:[]},{name:"r_sports_handball",tags:[]},{name:"r_sports_hockey",tags:[]},{name:"r_sports_kabaddi",tags:[]},{name:"r_sports_mma",tags:[]},{name:"r_sports_motorsports",tags:[]},{name:"r_sports_rugby",tags:[]},{name:"r_sports_score",tags:[]},{name:"r_sports_soccer",tags:[]},{name:"r_sports_tennis",tags:[]},{name:"r_sports_volleyball",tags:[]},{name:"r_square_foot",tags:[]},{name:"r_stacked_bar_chart",tags:[]},{name:"r_stacked_line_chart",tags:[]},{name:"r_stairs",tags:[]},{name:"r_star",tags:[]},{name:"r_star_border",tags:[]},{name:"r_star_border_purple500",tags:[]},{name:"r_star_half",tags:[]},{name:"r_star_outline",tags:[]},{name:"r_star_purple500",tags:[]},{name:"r_star_rate",tags:[]},{name:"r_stars",tags:[]},{name:"r_stay_current_landscape",tags:[]},{name:"r_stay_current_portrait",tags:[]},{name:"r_stay_primary_landscape",tags:[]},{name:"r_stay_primary_portrait",tags:[]},{name:"r_sticky_note_2",tags:[]},{name:"r_stop",tags:[]},{name:"r_stop_circle",tags:[]},{name:"r_stop_screen_share",tags:[]},{name:"r_storage",tags:[]},{name:"r_store",tags:[]},{name:"r_store_mall_directory",tags:[]},{name:"r_storefront",tags:[]},{name:"r_storm",tags:[]},{name:"r_straighten",tags:[]},{name:"r_stream",tags:[]},{name:"r_streetview",tags:[]},{name:"r_strikethrough_s",tags:[]},{name:"r_stroller",tags:[]},{name:"r_style",tags:[]},{name:"r_subdirectory_arrow_left",tags:[]},{name:"r_subdirectory_arrow_right",tags:[]},{name:"r_subject",tags:[]},{name:"r_subscript",tags:[]},{name:"r_subscriptions",tags:[]},{name:"r_subtitles",tags:[]},{name:"r_subtitles_off",tags:[]},{name:"r_subway",tags:[]},{name:"r_summarize",tags:[]},{name:"r_superscript",tags:[]},{name:"r_supervised_user_circle",tags:[]},{name:"r_supervisor_account",tags:[]},{name:"r_support",tags:[]},{name:"r_support_agent",tags:[]},{name:"r_surfing",tags:[]},{name:"r_surround_sound",tags:[]},{name:"r_swap_calls",tags:[]},{name:"r_swap_horiz",tags:[]},{name:"r_swap_horizontal_circle",tags:[]},{name:"r_swap_vert",tags:[]},{name:"r_swap_vertical_circle",tags:[]},{name:"r_swipe",tags:[]},{name:"r_switch_account",tags:[]},{name:"r_switch_camera",tags:[]},{name:"r_switch_left",tags:[]},{name:"r_switch_right",tags:[]},{name:"r_switch_video",tags:[]},{name:"r_sync",tags:[]},{name:"r_sync_alt",tags:[]},{name:"r_sync_disabled",tags:[]},{name:"r_sync_problem",tags:[]},{name:"r_system_security_update",tags:[]},{name:"r_system_security_update_good",tags:[]},{name:"r_system_security_update_warning",tags:[]},{name:"r_system_update",tags:[]},{name:"r_system_update_alt",tags:[]},{name:"r_tab",tags:[]},{name:"r_tab_unselected",tags:[]},{name:"r_table_chart",tags:[]},{name:"r_table_rows",tags:[]},{name:"r_table_view",tags:[]},{name:"r_tablet",tags:[]},{name:"r_tablet_android",tags:[]},{name:"r_tablet_mac",tags:[]},{name:"r_tag",tags:[]},{name:"r_tag_faces",tags:[]},{name:"r_takeout_dining",tags:[]},{name:"r_tap_and_play",tags:[]},{name:"r_tapas",tags:[]},{name:"r_task",tags:[]},{name:"r_task_alt",tags:[]},{name:"r_taxi_alert",tags:[]},{name:"r_terrain",tags:[]},{name:"r_text_fields",tags:[]},{name:"r_text_format",tags:[]},{name:"r_text_rotate_up",tags:[]},{name:"r_text_rotate_vertical",tags:[]},{name:"r_text_rotation_angledown",tags:[]},{name:"r_text_rotation_angleup",tags:[]},{name:"r_text_rotation_down",tags:[]},{name:"r_text_rotation_none",tags:[]},{name:"r_text_snippet",tags:[]},{name:"r_textsms",tags:[]},{name:"r_texture",tags:[]},{name:"r_theater_comedy",tags:[]},{name:"r_theaters",tags:[]},{name:"r_thermostat",tags:[]},{name:"r_thermostat_auto",tags:[]},{name:"r_thumb_down",tags:[]},{name:"r_thumb_down_alt",tags:[]},{name:"r_thumb_down_off_alt",tags:[]},{name:"r_thumb_up",tags:[]},{name:"r_thumb_up_alt",tags:[]},{name:"r_thumb_up_off_alt",tags:[]},{name:"r_thumbs_up_down",tags:[]},{name:"r_time_to_leave",tags:[]},{name:"r_timelapse",tags:[]},{name:"r_timeline",tags:[]},{name:"r_timer",tags:[]},{name:"r_timer_10",tags:[]},{name:"r_timer_10_select",tags:[]},{name:"r_timer_3",tags:[]},{name:"r_timer_3_select",tags:[]},{name:"r_timer_off",tags:[]},{name:"r_title",tags:[]},{name:"r_toc",tags:[]},{name:"r_today",tags:[]},{name:"r_toggle_off",tags:[]},{name:"r_toggle_on",tags:[]},{name:"r_toll",tags:[]},{name:"r_tonality",tags:[]},{name:"r_topic",tags:[]},{name:"r_touch_app",tags:[]},{name:"r_tour",tags:[]},{name:"r_toys",tags:[]},{name:"r_track_changes",tags:[]},{name:"r_traffic",tags:[]},{name:"r_train",tags:[]},{name:"r_tram",tags:[]},{name:"r_transfer_within_a_station",tags:[]},{name:"r_transform",tags:[]},{name:"r_transgender",tags:[]},{name:"r_transit_enterexit",tags:[]},{name:"r_translate",tags:[]},{name:"r_travel_explore",tags:[]},{name:"r_trending_down",tags:[]},{name:"r_trending_flat",tags:[]},{name:"r_trending_up",tags:[]},{name:"r_trip_origin",tags:[]},{name:"r_try",tags:[]},{name:"r_tty",tags:[]},{name:"r_tune",tags:[]},{name:"r_tungsten",tags:[]},{name:"r_turned_in",tags:[]},{name:"r_turned_in_not",tags:[]},{name:"r_tv",tags:[]},{name:"r_tv_off",tags:[]},{name:"r_two_wheeler",tags:[]},{name:"r_umbrella",tags:[]},{name:"r_unarchive",tags:[]},{name:"r_undo",tags:[]},{name:"r_unfold_less",tags:[]},{name:"r_unfold_more",tags:[]},{name:"r_unpublished",tags:[]},{name:"r_unsubscribe",tags:[]},{name:"r_upcoming",tags:[]},{name:"r_update",tags:[]},{name:"r_update_disabled",tags:[]},{name:"r_upgrade",tags:[]},{name:"r_upload",tags:[]},{name:"r_upload_file",tags:[]},{name:"r_usb",tags:[]},{name:"r_usb_off",tags:[]},{name:"r_verified",tags:[]},{name:"r_verified_user",tags:[]},{name:"r_vertical_align_bottom",tags:[]},{name:"r_vertical_align_center",tags:[]},{name:"r_vertical_align_top",tags:[]},{name:"r_vertical_distribute",tags:[]},{name:"r_vertical_split",tags:[]},{name:"r_vibration",tags:[]},{name:"r_video_call",tags:[]},{name:"r_video_camera_back",tags:[]},{name:"r_video_camera_front",tags:[]},{name:"r_video_label",tags:[]},{name:"r_video_library",tags:[]},{name:"r_video_settings",tags:[]},{name:"r_video_stable",tags:[]},{name:"r_videocam",tags:[]},{name:"r_videocam_off",tags:[]},{name:"r_videogame_asset",tags:[]},{name:"r_videogame_asset_off",tags:[]},{name:"r_view_agenda",tags:[]},{name:"r_view_array",tags:[]},{name:"r_view_carousel",tags:[]},{name:"r_view_column",tags:[]},{name:"r_view_comfy",tags:[]},{name:"r_view_compact",tags:[]},{name:"r_view_day",tags:[]},{name:"r_view_headline",tags:[]},{name:"r_view_in_ar",tags:[]},{name:"r_view_list",tags:[]},{name:"r_view_module",tags:[]},{name:"r_view_quilt",tags:[]},{name:"r_view_sidebar",tags:[]},{name:"r_view_stream",tags:[]},{name:"r_view_week",tags:[]},{name:"r_vignette",tags:[]},{name:"r_villa",tags:[]},{name:"r_visibility",tags:[]},{name:"r_visibility_off",tags:[]},{name:"r_voice_chat",tags:[]},{name:"r_voice_over_off",tags:[]},{name:"r_voicemail",tags:[]},{name:"r_volume_down",tags:[]},{name:"r_volume_mute",tags:[]},{name:"r_volume_off",tags:[]},{name:"r_volume_up",tags:[]},{name:"r_volunteer_activism",tags:[]},{name:"r_vpn_key",tags:[]},{name:"r_vpn_lock",tags:[]},{name:"r_vrpano",tags:[]},{name:"r_wallpaper",tags:[]},{name:"r_warning",tags:[]},{name:"r_warning_amber",tags:[]},{name:"r_wash",tags:[]},{name:"r_watch",tags:[]},{name:"r_watch_later",tags:[]},{name:"r_water",tags:[]},{name:"r_water_damage",tags:[]},{name:"r_waterfall_chart",tags:[]},{name:"r_waves",tags:[]},{name:"r_wb_auto",tags:[]},{name:"r_wb_cloudy",tags:[]},{name:"r_wb_incandescent",tags:[]},{name:"r_wb_iridescent",tags:[]},{name:"r_wb_shade",tags:[]},{name:"r_wb_sunny",tags:[]},{name:"r_wb_twilight",tags:[]},{name:"r_wc",tags:[]},{name:"r_web",tags:[]},{name:"r_web_asset",tags:[]},{name:"r_web_asset_off",tags:[]},{name:"r_weekend",tags:[]},{name:"r_west",tags:[]},{name:"r_whatshot",tags:[]},{name:"r_wheelchair_pickup",tags:[]},{name:"r_where_to_vote",tags:[]},{name:"r_widgets",tags:[]},{name:"r_wifi",tags:[]},{name:"r_wifi_calling",tags:[]},{name:"r_wifi_calling_3",tags:[]},{name:"r_wifi_lock",tags:[]},{name:"r_wifi_off",tags:[]},{name:"r_wifi_protected_setup",tags:[]},{name:"r_wifi_tethering",tags:[]},{name:"r_wifi_tethering_error_rounded",tags:[]},{name:"r_wifi_tethering_off",tags:[]},{name:"r_window",tags:[]},{name:"r_wine_bar",tags:[]},{name:"r_work",tags:[]},{name:"r_work_off",tags:[]},{name:"r_work_outline",tags:[]},{name:"r_workspaces",tags:[]},{name:"r_wrap_text",tags:[]},{name:"r_wrong_location",tags:[]},{name:"r_wysiwyg",tags:[]},{name:"r_yard",tags:[]},{name:"r_youtube_searched_for",tags:[]},{name:"r_zoom_in",tags:[]},{name:"r_zoom_out",tags:[]},{name:"r_zoom_out_map",tags:[]}]}},a8e9:function(a,e,t){"use strict";t.r(e),e["default"]={name:"bootstrap-icons",icons:[{name:"bi-alarm-fill",tags:[]},{name:"bi-alarm",tags:[]},{name:"bi-align-bottom",tags:[]},{name:"bi-align-center",tags:[]},{name:"bi-align-end",tags:[]},{name:"bi-align-middle",tags:[]},{name:"bi-align-start",tags:[]},{name:"bi-align-top",tags:[]},{name:"bi-alt",tags:[]},{name:"bi-app-indicator",tags:[]},{name:"bi-app",tags:[]},{name:"bi-archive-fill",tags:[]},{name:"bi-archive",tags:[]},{name:"bi-arrow-90deg-down",tags:[]},{name:"bi-arrow-90deg-left",tags:[]},{name:"bi-arrow-90deg-right",tags:[]},{name:"bi-arrow-90deg-up",tags:[]},{name:"bi-arrow-bar-down",tags:[]},{name:"bi-arrow-bar-left",tags:[]},{name:"bi-arrow-bar-right",tags:[]},{name:"bi-arrow-bar-up",tags:[]},{name:"bi-arrow-clockwise",tags:[]},{name:"bi-arrow-counterclockwise",tags:[]},{name:"bi-arrow-down-circle-fill",tags:[]},{name:"bi-arrow-down-circle",tags:[]},{name:"bi-arrow-down-left-circle-fill",tags:[]},{name:"bi-arrow-down-left-circle",tags:[]},{name:"bi-arrow-down-left-square-fill",tags:[]},{name:"bi-arrow-down-left-square",tags:[]},{name:"bi-arrow-down-left",tags:[]},{name:"bi-arrow-down-right-circle-fill",tags:[]},{name:"bi-arrow-down-right-circle",tags:[]},{name:"bi-arrow-down-right-square-fill",tags:[]},{name:"bi-arrow-down-right-square",tags:[]},{name:"bi-arrow-down-right",tags:[]},{name:"bi-arrow-down-short",tags:[]},{name:"bi-arrow-down-square-fill",tags:[]},{name:"bi-arrow-down-square",tags:[]},{name:"bi-arrow-down-up",tags:[]},{name:"bi-arrow-down",tags:[]},{name:"bi-arrow-left-circle-fill",tags:[]},{name:"bi-arrow-left-circle",tags:[]},{name:"bi-arrow-left-right",tags:[]},{name:"bi-arrow-left-short",tags:[]},{name:"bi-arrow-left-square-fill",tags:[]},{name:"bi-arrow-left-square",tags:[]},{name:"bi-arrow-left",tags:[]},{name:"bi-arrow-repeat",tags:[]},{name:"bi-arrow-return-left",tags:[]},{name:"bi-arrow-return-right",tags:[]},{name:"bi-arrow-right-circle-fill",tags:[]},{name:"bi-arrow-right-circle",tags:[]},{name:"bi-arrow-right-short",tags:[]},{name:"bi-arrow-right-square-fill",tags:[]},{name:"bi-arrow-right-square",tags:[]},{name:"bi-arrow-right",tags:[]},{name:"bi-arrow-up-circle-fill",tags:[]},{name:"bi-arrow-up-circle",tags:[]},{name:"bi-arrow-up-left-circle-fill",tags:[]},{name:"bi-arrow-up-left-circle",tags:[]},{name:"bi-arrow-up-left-square-fill",tags:[]},{name:"bi-arrow-up-left-square",tags:[]},{name:"bi-arrow-up-left",tags:[]},{name:"bi-arrow-up-right-circle-fill",tags:[]},{name:"bi-arrow-up-right-circle",tags:[]},{name:"bi-arrow-up-right-square-fill",tags:[]},{name:"bi-arrow-up-right-square",tags:[]},{name:"bi-arrow-up-right",tags:[]},{name:"bi-arrow-up-short",tags:[]},{name:"bi-arrow-up-square-fill",tags:[]},{name:"bi-arrow-up-square",tags:[]},{name:"bi-arrow-up",tags:[]},{name:"bi-arrows-angle-contract",tags:[]},{name:"bi-arrows-angle-expand",tags:[]},{name:"bi-arrows-collapse",tags:[]},{name:"bi-arrows-expand",tags:[]},{name:"bi-arrows-fullscreen",tags:[]},{name:"bi-arrows-move",tags:[]},{name:"bi-aspect-ratio-fill",tags:[]},{name:"bi-aspect-ratio",tags:[]},{name:"bi-asterisk",tags:[]},{name:"bi-at",tags:[]},{name:"bi-award-fill",tags:[]},{name:"bi-award",tags:[]},{name:"bi-back",tags:[]},{name:"bi-backspace-fill",tags:[]},{name:"bi-backspace-reverse-fill",tags:[]},{name:"bi-backspace-reverse",tags:[]},{name:"bi-backspace",tags:[]},{name:"bi-badge-3d-fill",tags:[]},{name:"bi-badge-3d",tags:[]},{name:"bi-badge-4k-fill",tags:[]},{name:"bi-badge-4k",tags:[]},{name:"bi-badge-8k-fill",tags:[]},{name:"bi-badge-8k",tags:[]},{name:"bi-badge-ad-fill",tags:[]},{name:"bi-badge-ad",tags:[]},{name:"bi-badge-ar-fill",tags:[]},{name:"bi-badge-ar",tags:[]},{name:"bi-badge-cc-fill",tags:[]},{name:"bi-badge-cc",tags:[]},{name:"bi-badge-hd-fill",tags:[]},{name:"bi-badge-hd",tags:[]},{name:"bi-badge-tm-fill",tags:[]},{name:"bi-badge-tm",tags:[]},{name:"bi-badge-vo-fill",tags:[]},{name:"bi-badge-vo",tags:[]},{name:"bi-badge-vr-fill",tags:[]},{name:"bi-badge-vr",tags:[]},{name:"bi-badge-wc-fill",tags:[]},{name:"bi-badge-wc",tags:[]},{name:"bi-bag-check-fill",tags:[]},{name:"bi-bag-check",tags:[]},{name:"bi-bag-dash-fill",tags:[]},{name:"bi-bag-dash",tags:[]},{name:"bi-bag-fill",tags:[]},{name:"bi-bag-plus-fill",tags:[]},{name:"bi-bag-plus",tags:[]},{name:"bi-bag-x-fill",tags:[]},{name:"bi-bag-x",tags:[]},{name:"bi-bag",tags:[]},{name:"bi-bar-chart-fill",tags:[]},{name:"bi-bar-chart-line-fill",tags:[]},{name:"bi-bar-chart-line",tags:[]},{name:"bi-bar-chart-steps",tags:[]},{name:"bi-bar-chart",tags:[]},{name:"bi-basket-fill",tags:[]},{name:"bi-basket",tags:[]},{name:"bi-basket2-fill",tags:[]},{name:"bi-basket2",tags:[]},{name:"bi-basket3-fill",tags:[]},{name:"bi-basket3",tags:[]},{name:"bi-battery-charging",tags:[]},{name:"bi-battery-full",tags:[]},{name:"bi-battery-half",tags:[]},{name:"bi-battery",tags:[]},{name:"bi-bell-fill",tags:[]},{name:"bi-bell",tags:[]},{name:"bi-bezier",tags:[]},{name:"bi-bezier2",tags:[]},{name:"bi-bicycle",tags:[]},{name:"bi-binoculars-fill",tags:[]},{name:"bi-binoculars",tags:[]},{name:"bi-blockquote-left",tags:[]},{name:"bi-blockquote-right",tags:[]},{name:"bi-book-fill",tags:[]},{name:"bi-book-half",tags:[]},{name:"bi-book",tags:[]},{name:"bi-bookmark-check-fill",tags:[]},{name:"bi-bookmark-check",tags:[]},{name:"bi-bookmark-dash-fill",tags:[]},{name:"bi-bookmark-dash",tags:[]},{name:"bi-bookmark-fill",tags:[]},{name:"bi-bookmark-heart-fill",tags:[]},{name:"bi-bookmark-heart",tags:[]},{name:"bi-bookmark-plus-fill",tags:[]},{name:"bi-bookmark-plus",tags:[]},{name:"bi-bookmark-star-fill",tags:[]},{name:"bi-bookmark-star",tags:[]},{name:"bi-bookmark-x-fill",tags:[]},{name:"bi-bookmark-x",tags:[]},{name:"bi-bookmark",tags:[]},{name:"bi-bookmarks-fill",tags:[]},{name:"bi-bookmarks",tags:[]},{name:"bi-bookshelf",tags:[]},{name:"bi-bootstrap-fill",tags:[]},{name:"bi-bootstrap-reboot",tags:[]},{name:"bi-bootstrap",tags:[]},{name:"bi-border-all",tags:[]},{name:"bi-border-bottom",tags:[]},{name:"bi-border-center",tags:[]},{name:"bi-border-inner",tags:[]},{name:"bi-border-left",tags:[]},{name:"bi-border-middle",tags:[]},{name:"bi-border-outer",tags:[]},{name:"bi-border-right",tags:[]},{name:"bi-border-style",tags:[]},{name:"bi-border-top",tags:[]},{name:"bi-border-width",tags:[]},{name:"bi-border",tags:[]},{name:"bi-bounding-box-circles",tags:[]},{name:"bi-bounding-box",tags:[]},{name:"bi-box-arrow-down-left",tags:[]},{name:"bi-box-arrow-down-right",tags:[]},{name:"bi-box-arrow-down",tags:[]},{name:"bi-box-arrow-in-down-left",tags:[]},{name:"bi-box-arrow-in-down-right",tags:[]},{name:"bi-box-arrow-in-down",tags:[]},{name:"bi-box-arrow-in-left",tags:[]},{name:"bi-box-arrow-in-right",tags:[]},{name:"bi-box-arrow-in-up-left",tags:[]},{name:"bi-box-arrow-in-up-right",tags:[]},{name:"bi-box-arrow-in-up",tags:[]},{name:"bi-box-arrow-left",tags:[]},{name:"bi-box-arrow-right",tags:[]},{name:"bi-box-arrow-up-left",tags:[]},{name:"bi-box-arrow-up-right",tags:[]},{name:"bi-box-arrow-up",tags:[]},{name:"bi-box-seam",tags:[]},{name:"bi-box",tags:[]},{name:"bi-braces",tags:[]},{name:"bi-bricks",tags:[]},{name:"bi-briefcase-fill",tags:[]},{name:"bi-briefcase",tags:[]},{name:"bi-brightness-alt-high-fill",tags:[]},{name:"bi-brightness-alt-high",tags:[]},{name:"bi-brightness-alt-low-fill",tags:[]},{name:"bi-brightness-alt-low",tags:[]},{name:"bi-brightness-high-fill",tags:[]},{name:"bi-brightness-high",tags:[]},{name:"bi-brightness-low-fill",tags:[]},{name:"bi-brightness-low",tags:[]},{name:"bi-broadcast-pin",tags:[]},{name:"bi-broadcast",tags:[]},{name:"bi-brush-fill",tags:[]},{name:"bi-brush",tags:[]},{name:"bi-bucket-fill",tags:[]},{name:"bi-bucket",tags:[]},{name:"bi-bug-fill",tags:[]},{name:"bi-bug",tags:[]},{name:"bi-building",tags:[]},{name:"bi-bullseye",tags:[]},{name:"bi-calculator-fill",tags:[]},{name:"bi-calculator",tags:[]},{name:"bi-calendar-check-fill",tags:[]},{name:"bi-calendar-check",tags:[]},{name:"bi-calendar-date-fill",tags:[]},{name:"bi-calendar-date",tags:[]},{name:"bi-calendar-day-fill",tags:[]},{name:"bi-calendar-day",tags:[]},{name:"bi-calendar-event-fill",tags:[]},{name:"bi-calendar-event",tags:[]},{name:"bi-calendar-fill",tags:[]},{name:"bi-calendar-minus-fill",tags:[]},{name:"bi-calendar-minus",tags:[]},{name:"bi-calendar-month-fill",tags:[]},{name:"bi-calendar-month",tags:[]},{name:"bi-calendar-plus-fill",tags:[]},{name:"bi-calendar-plus",tags:[]},{name:"bi-calendar-range-fill",tags:[]},{name:"bi-calendar-range",tags:[]},{name:"bi-calendar-week-fill",tags:[]},{name:"bi-calendar-week",tags:[]},{name:"bi-calendar-x-fill",tags:[]},{name:"bi-calendar-x",tags:[]},{name:"bi-calendar",tags:[]},{name:"bi-calendar2-check-fill",tags:[]},{name:"bi-calendar2-check",tags:[]},{name:"bi-calendar2-date-fill",tags:[]},{name:"bi-calendar2-date",tags:[]},{name:"bi-calendar2-day-fill",tags:[]},{name:"bi-calendar2-day",tags:[]},{name:"bi-calendar2-event-fill",tags:[]},{name:"bi-calendar2-event",tags:[]},{name:"bi-calendar2-fill",tags:[]},{name:"bi-calendar2-minus-fill",tags:[]},{name:"bi-calendar2-minus",tags:[]},{name:"bi-calendar2-month-fill",tags:[]},{name:"bi-calendar2-month",tags:[]},{name:"bi-calendar2-plus-fill",tags:[]},{name:"bi-calendar2-plus",tags:[]},{name:"bi-calendar2-range-fill",tags:[]},{name:"bi-calendar2-range",tags:[]},{name:"bi-calendar2-week-fill",tags:[]},{name:"bi-calendar2-week",tags:[]},{name:"bi-calendar2-x-fill",tags:[]},{name:"bi-calendar2-x",tags:[]},{name:"bi-calendar2",tags:[]},{name:"bi-calendar3-event-fill",tags:[]},{name:"bi-calendar3-event",tags:[]},{name:"bi-calendar3-fill",tags:[]},{name:"bi-calendar3-range-fill",tags:[]},{name:"bi-calendar3-range",tags:[]},{name:"bi-calendar3-week-fill",tags:[]},{name:"bi-calendar3-week",tags:[]},{name:"bi-calendar3",tags:[]},{name:"bi-calendar4-event",tags:[]},{name:"bi-calendar4-range",tags:[]},{name:"bi-calendar4-week",tags:[]},{name:"bi-calendar4",tags:[]},{name:"bi-camera-fill",tags:[]},{name:"bi-camera-reels-fill",tags:[]},{name:"bi-camera-reels",tags:[]},{name:"bi-camera-video-fill",tags:[]},{name:"bi-camera-video-off-fill",tags:[]},{name:"bi-camera-video-off",tags:[]},{name:"bi-camera-video",tags:[]},{name:"bi-camera",tags:[]},{name:"bi-camera2",tags:[]},{name:"bi-capslock-fill",tags:[]},{name:"bi-capslock",tags:[]},{name:"bi-card-checklist",tags:[]},{name:"bi-card-heading",tags:[]},{name:"bi-card-image",tags:[]},{name:"bi-card-list",tags:[]},{name:"bi-card-text",tags:[]},{name:"bi-caret-down-fill",tags:[]},{name:"bi-caret-down-square-fill",tags:[]},{name:"bi-caret-down-square",tags:[]},{name:"bi-caret-down",tags:[]},{name:"bi-caret-left-fill",tags:[]},{name:"bi-caret-left-square-fill",tags:[]},{name:"bi-caret-left-square",tags:[]},{name:"bi-caret-left",tags:[]},{name:"bi-caret-right-fill",tags:[]},{name:"bi-caret-right-square-fill",tags:[]},{name:"bi-caret-right-square",tags:[]},{name:"bi-caret-right",tags:[]},{name:"bi-caret-up-fill",tags:[]},{name:"bi-caret-up-square-fill",tags:[]},{name:"bi-caret-up-square",tags:[]},{name:"bi-caret-up",tags:[]},{name:"bi-cart-check-fill",tags:[]},{name:"bi-cart-check",tags:[]},{name:"bi-cart-dash-fill",tags:[]},{name:"bi-cart-dash",tags:[]},{name:"bi-cart-fill",tags:[]},{name:"bi-cart-plus-fill",tags:[]},{name:"bi-cart-plus",tags:[]},{name:"bi-cart-x-fill",tags:[]},{name:"bi-cart-x",tags:[]},{name:"bi-cart",tags:[]},{name:"bi-cart2",tags:[]},{name:"bi-cart3",tags:[]},{name:"bi-cart4",tags:[]},{name:"bi-cash-stack",tags:[]},{name:"bi-cash",tags:[]},{name:"bi-cast",tags:[]},{name:"bi-chat-dots-fill",tags:[]},{name:"bi-chat-dots",tags:[]},{name:"bi-chat-fill",tags:[]},{name:"bi-chat-left-dots-fill",tags:[]},{name:"bi-chat-left-dots",tags:[]},{name:"bi-chat-left-fill",tags:[]},{name:"bi-chat-left-quote-fill",tags:[]},{name:"bi-chat-left-quote",tags:[]},{name:"bi-chat-left-text-fill",tags:[]},{name:"bi-chat-left-text",tags:[]},{name:"bi-chat-left",tags:[]},{name:"bi-chat-quote-fill",tags:[]},{name:"bi-chat-quote",tags:[]},{name:"bi-chat-right-dots-fill",tags:[]},{name:"bi-chat-right-dots",tags:[]},{name:"bi-chat-right-fill",tags:[]},{name:"bi-chat-right-quote-fill",tags:[]},{name:"bi-chat-right-quote",tags:[]},{name:"bi-chat-right-text-fill",tags:[]},{name:"bi-chat-right-text",tags:[]},{name:"bi-chat-right",tags:[]},{name:"bi-chat-square-dots-fill",tags:[]},{name:"bi-chat-square-dots",tags:[]},{name:"bi-chat-square-fill",tags:[]},{name:"bi-chat-square-quote-fill",tags:[]},{name:"bi-chat-square-quote",tags:[]},{name:"bi-chat-square-text-fill",tags:[]},{name:"bi-chat-square-text",tags:[]},{name:"bi-chat-square",tags:[]},{name:"bi-chat-text-fill",tags:[]},{name:"bi-chat-text",tags:[]},{name:"bi-chat",tags:[]},{name:"bi-check-all",tags:[]},{name:"bi-check-circle-fill",tags:[]},{name:"bi-check-circle",tags:[]},{name:"bi-check-square-fill",tags:[]},{name:"bi-check-square",tags:[]},{name:"bi-check",tags:[]},{name:"bi-check2-all",tags:[]},{name:"bi-check2-circle",tags:[]},{name:"bi-check2-square",tags:[]},{name:"bi-check2",tags:[]},{name:"bi-chevron-bar-contract",tags:[]},{name:"bi-chevron-bar-down",tags:[]},{name:"bi-chevron-bar-expand",tags:[]},{name:"bi-chevron-bar-left",tags:[]},{name:"bi-chevron-bar-right",tags:[]},{name:"bi-chevron-bar-up",tags:[]},{name:"bi-chevron-compact-down",tags:[]},{name:"bi-chevron-compact-left",tags:[]},{name:"bi-chevron-compact-right",tags:[]},{name:"bi-chevron-compact-up",tags:[]},{name:"bi-chevron-contract",tags:[]},{name:"bi-chevron-double-down",tags:[]},{name:"bi-chevron-double-left",tags:[]},{name:"bi-chevron-double-right",tags:[]},{name:"bi-chevron-double-up",tags:[]},{name:"bi-chevron-down",tags:[]},{name:"bi-chevron-expand",tags:[]},{name:"bi-chevron-left",tags:[]},{name:"bi-chevron-right",tags:[]},{name:"bi-chevron-up",tags:[]},{name:"bi-circle-fill",tags:[]},{name:"bi-circle-half",tags:[]},{name:"bi-circle-square",tags:[]},{name:"bi-circle",tags:[]},{name:"bi-clipboard-check",tags:[]},{name:"bi-clipboard-data",tags:[]},{name:"bi-clipboard-minus",tags:[]},{name:"bi-clipboard-plus",tags:[]},{name:"bi-clipboard-x",tags:[]},{name:"bi-clipboard",tags:[]},{name:"bi-clock-fill",tags:[]},{name:"bi-clock-history",tags:[]},{name:"bi-clock",tags:[]},{name:"bi-cloud-arrow-down-fill",tags:[]},{name:"bi-cloud-arrow-down",tags:[]},{name:"bi-cloud-arrow-up-fill",tags:[]},{name:"bi-cloud-arrow-up",tags:[]},{name:"bi-cloud-check-fill",tags:[]},{name:"bi-cloud-check",tags:[]},{name:"bi-cloud-download-fill",tags:[]},{name:"bi-cloud-download",tags:[]},{name:"bi-cloud-drizzle-fill",tags:[]},{name:"bi-cloud-drizzle",tags:[]},{name:"bi-cloud-fill",tags:[]},{name:"bi-cloud-fog-fill",tags:[]},{name:"bi-cloud-fog",tags:[]},{name:"bi-cloud-fog2-fill",tags:[]},{name:"bi-cloud-fog2",tags:[]},{name:"bi-cloud-hail-fill",tags:[]},{name:"bi-cloud-hail",tags:[]},{name:"bi-cloud-haze-1",tags:[]},{name:"bi-cloud-haze-fill",tags:[]},{name:"bi-cloud-haze",tags:[]},{name:"bi-cloud-haze2-fill",tags:[]},{name:"bi-cloud-lightning-fill",tags:[]},{name:"bi-cloud-lightning-rain-fill",tags:[]},{name:"bi-cloud-lightning-rain",tags:[]},{name:"bi-cloud-lightning",tags:[]},{name:"bi-cloud-minus-fill",tags:[]},{name:"bi-cloud-minus",tags:[]},{name:"bi-cloud-moon-fill",tags:[]},{name:"bi-cloud-moon",tags:[]},{name:"bi-cloud-plus-fill",tags:[]},{name:"bi-cloud-plus",tags:[]},{name:"bi-cloud-rain-fill",tags:[]},{name:"bi-cloud-rain-heavy-fill",tags:[]},{name:"bi-cloud-rain-heavy",tags:[]},{name:"bi-cloud-rain",tags:[]},{name:"bi-cloud-slash-fill",tags:[]},{name:"bi-cloud-slash",tags:[]},{name:"bi-cloud-sleet-fill",tags:[]},{name:"bi-cloud-sleet",tags:[]},{name:"bi-cloud-snow-fill",tags:[]},{name:"bi-cloud-snow",tags:[]},{name:"bi-cloud-sun-fill",tags:[]},{name:"bi-cloud-sun",tags:[]},{name:"bi-cloud-upload-fill",tags:[]},{name:"bi-cloud-upload",tags:[]},{name:"bi-cloud",tags:[]},{name:"bi-clouds-fill",tags:[]},{name:"bi-clouds",tags:[]},{name:"bi-cloudy-fill",tags:[]},{name:"bi-cloudy",tags:[]},{name:"bi-code-slash",tags:[]},{name:"bi-code-square",tags:[]},{name:"bi-code",tags:[]},{name:"bi-collection-fill",tags:[]},{name:"bi-collection-play-fill",tags:[]},{name:"bi-collection-play",tags:[]},{name:"bi-collection",tags:[]},{name:"bi-columns-gap",tags:[]},{name:"bi-columns",tags:[]},{name:"bi-command",tags:[]},{name:"bi-compass-fill",tags:[]},{name:"bi-compass",tags:[]},{name:"bi-cone-striped",tags:[]},{name:"bi-cone",tags:[]},{name:"bi-controller",tags:[]},{name:"bi-cpu-fill",tags:[]},{name:"bi-cpu",tags:[]},{name:"bi-credit-card-2-back-fill",tags:[]},{name:"bi-credit-card-2-back",tags:[]},{name:"bi-credit-card-2-front-fill",tags:[]},{name:"bi-credit-card-2-front",tags:[]},{name:"bi-credit-card-fill",tags:[]},{name:"bi-credit-card",tags:[]},{name:"bi-crop",tags:[]},{name:"bi-cup-fill",tags:[]},{name:"bi-cup-straw",tags:[]},{name:"bi-cup",tags:[]},{name:"bi-cursor-fill",tags:[]},{name:"bi-cursor-text",tags:[]},{name:"bi-cursor",tags:[]},{name:"bi-dash-circle-dotted",tags:[]},{name:"bi-dash-circle-fill",tags:[]},{name:"bi-dash-circle",tags:[]},{name:"bi-dash-square-dotted",tags:[]},{name:"bi-dash-square-fill",tags:[]},{name:"bi-dash-square",tags:[]},{name:"bi-dash",tags:[]},{name:"bi-diagram-2-fill",tags:[]},{name:"bi-diagram-2",tags:[]},{name:"bi-diagram-3-fill",tags:[]},{name:"bi-diagram-3",tags:[]},{name:"bi-diamond-fill",tags:[]},{name:"bi-diamond-half",tags:[]},{name:"bi-diamond",tags:[]},{name:"bi-dice-1-fill",tags:[]},{name:"bi-dice-1",tags:[]},{name:"bi-dice-2-fill",tags:[]},{name:"bi-dice-2",tags:[]},{name:"bi-dice-3-fill",tags:[]},{name:"bi-dice-3",tags:[]},{name:"bi-dice-4-fill",tags:[]},{name:"bi-dice-4",tags:[]},{name:"bi-dice-5-fill",tags:[]},{name:"bi-dice-5",tags:[]},{name:"bi-dice-6-fill",tags:[]},{name:"bi-dice-6",tags:[]},{name:"bi-disc-fill",tags:[]},{name:"bi-disc",tags:[]},{name:"bi-discord",tags:[]},{name:"bi-display-fill",tags:[]},{name:"bi-display",tags:[]},{name:"bi-distribute-horizontal",tags:[]},{name:"bi-distribute-vertical",tags:[]},{name:"bi-door-closed-fill",tags:[]},{name:"bi-door-closed",tags:[]},{name:"bi-door-open-fill",tags:[]},{name:"bi-door-open",tags:[]},{name:"bi-dot",tags:[]},{name:"bi-download",tags:[]},{name:"bi-droplet-fill",tags:[]},{name:"bi-droplet-half",tags:[]},{name:"bi-droplet",tags:[]},{name:"bi-earbuds",tags:[]},{name:"bi-easel-fill",tags:[]},{name:"bi-easel",tags:[]},{name:"bi-egg-fill",tags:[]},{name:"bi-egg-fried",tags:[]},{name:"bi-egg",tags:[]},{name:"bi-eject-fill",tags:[]},{name:"bi-eject",tags:[]},{name:"bi-emoji-angry-fill",tags:[]},{name:"bi-emoji-angry",tags:[]},{name:"bi-emoji-dizzy-fill",tags:[]},{name:"bi-emoji-dizzy",tags:[]},{name:"bi-emoji-expressionless-fill",tags:[]},{name:"bi-emoji-expressionless",tags:[]},{name:"bi-emoji-frown-fill",tags:[]},{name:"bi-emoji-frown",tags:[]},{name:"bi-emoji-heart-eyes-fill",tags:[]},{name:"bi-emoji-heart-eyes",tags:[]},{name:"bi-emoji-laughing-fill",tags:[]},{name:"bi-emoji-laughing",tags:[]},{name:"bi-emoji-neutral-fill",tags:[]},{name:"bi-emoji-neutral",tags:[]},{name:"bi-emoji-smile-fill",tags:[]},{name:"bi-emoji-smile-upside-down-fill",tags:[]},{name:"bi-emoji-smile-upside-down",tags:[]},{name:"bi-emoji-smile",tags:[]},{name:"bi-emoji-sunglasses-fill",tags:[]},{name:"bi-emoji-sunglasses",tags:[]},{name:"bi-emoji-wink-fill",tags:[]},{name:"bi-emoji-wink",tags:[]},{name:"bi-envelope-fill",tags:[]},{name:"bi-envelope-open-fill",tags:[]},{name:"bi-envelope-open",tags:[]},{name:"bi-envelope",tags:[]},{name:"bi-eraser-fill",tags:[]},{name:"bi-eraser",tags:[]},{name:"bi-exclamation-circle-fill",tags:[]},{name:"bi-exclamation-circle",tags:[]},{name:"bi-exclamation-diamond-fill",tags:[]},{name:"bi-exclamation-diamond",tags:[]},{name:"bi-exclamation-octagon-fill",tags:[]},{name:"bi-exclamation-octagon",tags:[]},{name:"bi-exclamation-square-fill",tags:[]},{name:"bi-exclamation-square",tags:[]},{name:"bi-exclamation-triangle-fill",tags:[]},{name:"bi-exclamation-triangle",tags:[]},{name:"bi-exclamation",tags:[]},{name:"bi-exclude",tags:[]},{name:"bi-eye-fill",tags:[]},{name:"bi-eye-slash-fill",tags:[]},{name:"bi-eye-slash",tags:[]},{name:"bi-eye",tags:[]},{name:"bi-eyedropper",tags:[]},{name:"bi-eyeglasses",tags:[]},{name:"bi-facebook",tags:[]},{name:"bi-file-arrow-down-fill",tags:[]},{name:"bi-file-arrow-down",tags:[]},{name:"bi-file-arrow-up-fill",tags:[]},{name:"bi-file-arrow-up",tags:[]},{name:"bi-file-bar-graph-fill",tags:[]},{name:"bi-file-bar-graph",tags:[]},{name:"bi-file-binary-fill",tags:[]},{name:"bi-file-binary",tags:[]},{name:"bi-file-break-fill",tags:[]},{name:"bi-file-break",tags:[]},{name:"bi-file-check-fill",tags:[]},{name:"bi-file-check",tags:[]},{name:"bi-file-code-fill",tags:[]},{name:"bi-file-code",tags:[]},{name:"bi-file-diff-fill",tags:[]},{name:"bi-file-diff",tags:[]},{name:"bi-file-earmark-arrow-down-fill",tags:[]},{name:"bi-file-earmark-arrow-down",tags:[]},{name:"bi-file-earmark-arrow-up-fill",tags:[]},{name:"bi-file-earmark-arrow-up",tags:[]},{name:"bi-file-earmark-bar-graph-fill",tags:[]},{name:"bi-file-earmark-bar-graph",tags:[]},{name:"bi-file-earmark-binary-fill",tags:[]},{name:"bi-file-earmark-binary",tags:[]},{name:"bi-file-earmark-break-fill",tags:[]},{name:"bi-file-earmark-break",tags:[]},{name:"bi-file-earmark-check-fill",tags:[]},{name:"bi-file-earmark-check",tags:[]},{name:"bi-file-earmark-code-fill",tags:[]},{name:"bi-file-earmark-code",tags:[]},{name:"bi-file-earmark-diff-fill",tags:[]},{name:"bi-file-earmark-diff",tags:[]},{name:"bi-file-earmark-easel-fill",tags:[]},{name:"bi-file-earmark-easel",tags:[]},{name:"bi-file-earmark-excel-fill",tags:[]},{name:"bi-file-earmark-excel",tags:[]},{name:"bi-file-earmark-fill",tags:[]},{name:"bi-file-earmark-font-fill",tags:[]},{name:"bi-file-earmark-font",tags:[]},{name:"bi-file-earmark-image-fill",tags:[]},{name:"bi-file-earmark-image",tags:[]},{name:"bi-file-earmark-lock-fill",tags:[]},{name:"bi-file-earmark-lock",tags:[]},{name:"bi-file-earmark-lock2-fill",tags:[]},{name:"bi-file-earmark-lock2",tags:[]},{name:"bi-file-earmark-medical-fill",tags:[]},{name:"bi-file-earmark-medical",tags:[]},{name:"bi-file-earmark-minus-fill",tags:[]},{name:"bi-file-earmark-minus",tags:[]},{name:"bi-file-earmark-music-fill",tags:[]},{name:"bi-file-earmark-music",tags:[]},{name:"bi-file-earmark-person-fill",tags:[]},{name:"bi-file-earmark-person",tags:[]},{name:"bi-file-earmark-play-fill",tags:[]},{name:"bi-file-earmark-play",tags:[]},{name:"bi-file-earmark-plus-fill",tags:[]},{name:"bi-file-earmark-plus",tags:[]},{name:"bi-file-earmark-post-fill",tags:[]},{name:"bi-file-earmark-post",tags:[]},{name:"bi-file-earmark-ppt-fill",tags:[]},{name:"bi-file-earmark-ppt",tags:[]},{name:"bi-file-earmark-richtext-fill",tags:[]},{name:"bi-file-earmark-richtext",tags:[]},{name:"bi-file-earmark-ruled-fill",tags:[]},{name:"bi-file-earmark-ruled",tags:[]},{name:"bi-file-earmark-slides-fill",tags:[]},{name:"bi-file-earmark-slides",tags:[]},{name:"bi-file-earmark-spreadsheet-fill",tags:[]},{name:"bi-file-earmark-spreadsheet",tags:[]},{name:"bi-file-earmark-text-fill",tags:[]},{name:"bi-file-earmark-text",tags:[]},{name:"bi-file-earmark-word-fill",tags:[]},{name:"bi-file-earmark-word",tags:[]},{name:"bi-file-earmark-x-fill",tags:[]},{name:"bi-file-earmark-x",tags:[]},{name:"bi-file-earmark-zip-fill",tags:[]},{name:"bi-file-earmark-zip",tags:[]},{name:"bi-file-earmark",tags:[]},{name:"bi-file-easel-fill",tags:[]},{name:"bi-file-easel",tags:[]},{name:"bi-file-excel-fill",tags:[]},{name:"bi-file-excel",tags:[]},{name:"bi-file-fill",tags:[]},{name:"bi-file-font-fill",tags:[]},{name:"bi-file-font",tags:[]},{name:"bi-file-image-fill",tags:[]},{name:"bi-file-image",tags:[]},{name:"bi-file-lock-fill",tags:[]},{name:"bi-file-lock",tags:[]},{name:"bi-file-lock2-fill",tags:[]},{name:"bi-file-lock2",tags:[]},{name:"bi-file-medical-fill",tags:[]},{name:"bi-file-medical",tags:[]},{name:"bi-file-minus-fill",tags:[]},{name:"bi-file-minus",tags:[]},{name:"bi-file-music-fill",tags:[]},{name:"bi-file-music",tags:[]},{name:"bi-file-person-fill",tags:[]},{name:"bi-file-person",tags:[]},{name:"bi-file-play-fill",tags:[]},{name:"bi-file-play",tags:[]},{name:"bi-file-plus-fill",tags:[]},{name:"bi-file-plus",tags:[]},{name:"bi-file-post-fill",tags:[]},{name:"bi-file-post",tags:[]},{name:"bi-file-ppt-fill",tags:[]},{name:"bi-file-ppt",tags:[]},{name:"bi-file-richtext-fill",tags:[]},{name:"bi-file-richtext",tags:[]},{name:"bi-file-ruled-fill",tags:[]},{name:"bi-file-ruled",tags:[]},{name:"bi-file-slides-fill",tags:[]},{name:"bi-file-slides",tags:[]},{name:"bi-file-spreadsheet-fill",tags:[]},{name:"bi-file-spreadsheet",tags:[]},{name:"bi-file-text-fill",tags:[]},{name:"bi-file-text",tags:[]},{name:"bi-file-word-fill",tags:[]},{name:"bi-file-word",tags:[]},{name:"bi-file-x-fill",tags:[]},{name:"bi-file-x",tags:[]},{name:"bi-file-zip-fill",tags:[]},{name:"bi-file-zip",tags:[]},{name:"bi-file",tags:[]},{name:"bi-files-alt",tags:[]},{name:"bi-files",tags:[]},{name:"bi-film",tags:[]},{name:"bi-filter-circle-fill",tags:[]},{name:"bi-filter-circle",tags:[]},{name:"bi-filter-left",tags:[]},{name:"bi-filter-right",tags:[]},{name:"bi-filter-square-fill",tags:[]},{name:"bi-filter-square",tags:[]},{name:"bi-filter",tags:[]},{name:"bi-flag-fill",tags:[]},{name:"bi-flag",tags:[]},{name:"bi-flower1",tags:[]},{name:"bi-flower2",tags:[]},{name:"bi-flower3",tags:[]},{name:"bi-folder-check",tags:[]},{name:"bi-folder-fill",tags:[]},{name:"bi-folder-minus",tags:[]},{name:"bi-folder-plus",tags:[]},{name:"bi-folder-symlink-fill",tags:[]},{name:"bi-folder-symlink",tags:[]},{name:"bi-folder-x",tags:[]},{name:"bi-folder",tags:[]},{name:"bi-folder2-open",tags:[]},{name:"bi-folder2",tags:[]},{name:"bi-fonts",tags:[]},{name:"bi-forward-fill",tags:[]},{name:"bi-forward",tags:[]},{name:"bi-front",tags:[]},{name:"bi-fullscreen-exit",tags:[]},{name:"bi-fullscreen",tags:[]},{name:"bi-funnel-fill",tags:[]},{name:"bi-funnel",tags:[]},{name:"bi-gear-fill",tags:[]},{name:"bi-gear-wide-connected",tags:[]},{name:"bi-gear-wide",tags:[]},{name:"bi-gear",tags:[]},{name:"bi-gem",tags:[]},{name:"bi-geo-alt-fill",tags:[]},{name:"bi-geo-alt",tags:[]},{name:"bi-geo-fill",tags:[]},{name:"bi-geo",tags:[]},{name:"bi-gift-fill",tags:[]},{name:"bi-gift",tags:[]},{name:"bi-github",tags:[]},{name:"bi-globe",tags:[]},{name:"bi-globe2",tags:[]},{name:"bi-google",tags:[]},{name:"bi-graph-down",tags:[]},{name:"bi-graph-up",tags:[]},{name:"bi-grid-1x2-fill",tags:[]},{name:"bi-grid-1x2",tags:[]},{name:"bi-grid-3x2-gap-fill",tags:[]},{name:"bi-grid-3x2-gap",tags:[]},{name:"bi-grid-3x2",tags:[]},{name:"bi-grid-3x3-gap-fill",tags:[]},{name:"bi-grid-3x3-gap",tags:[]},{name:"bi-grid-3x3",tags:[]},{name:"bi-grid-fill",tags:[]},{name:"bi-grid",tags:[]},{name:"bi-grip-horizontal",tags:[]},{name:"bi-grip-vertical",tags:[]},{name:"bi-hammer",tags:[]},{name:"bi-hand-index-fill",tags:[]},{name:"bi-hand-index-thumb-fill",tags:[]},{name:"bi-hand-index-thumb",tags:[]},{name:"bi-hand-index",tags:[]},{name:"bi-hand-thumbs-down-fill",tags:[]},{name:"bi-hand-thumbs-down",tags:[]},{name:"bi-hand-thumbs-up-fill",tags:[]},{name:"bi-hand-thumbs-up",tags:[]},{name:"bi-handbag-fill",tags:[]},{name:"bi-handbag",tags:[]},{name:"bi-hash",tags:[]},{name:"bi-hdd-fill",tags:[]},{name:"bi-hdd-network-fill",tags:[]},{name:"bi-hdd-network",tags:[]},{name:"bi-hdd-rack-fill",tags:[]},{name:"bi-hdd-rack",tags:[]},{name:"bi-hdd-stack-fill",tags:[]},{name:"bi-hdd-stack",tags:[]},{name:"bi-hdd",tags:[]},{name:"bi-headphones",tags:[]},{name:"bi-headset",tags:[]},{name:"bi-heart-fill",tags:[]},{name:"bi-heart-half",tags:[]},{name:"bi-heart",tags:[]},{name:"bi-heptagon-fill",tags:[]},{name:"bi-heptagon-half",tags:[]},{name:"bi-heptagon",tags:[]},{name:"bi-hexagon-fill",tags:[]},{name:"bi-hexagon-half",tags:[]},{name:"bi-hexagon",tags:[]},{name:"bi-hourglass-bottom",tags:[]},{name:"bi-hourglass-split",tags:[]},{name:"bi-hourglass-top",tags:[]},{name:"bi-hourglass",tags:[]},{name:"bi-house-door-fill",tags:[]},{name:"bi-house-door",tags:[]},{name:"bi-house-fill",tags:[]},{name:"bi-house",tags:[]},{name:"bi-hr",tags:[]},{name:"bi-hurricane",tags:[]},{name:"bi-image-alt",tags:[]},{name:"bi-image-fill",tags:[]},{name:"bi-image",tags:[]},{name:"bi-images",tags:[]},{name:"bi-inbox-fill",tags:[]},{name:"bi-inbox",tags:[]},{name:"bi-inboxes-fill",tags:[]},{name:"bi-inboxes",tags:[]},{name:"bi-info-circle-fill",tags:[]},{name:"bi-info-circle",tags:[]},{name:"bi-info-square-fill",tags:[]},{name:"bi-info-square",tags:[]},{name:"bi-info",tags:[]},{name:"bi-input-cursor-text",tags:[]},{name:"bi-input-cursor",tags:[]},{name:"bi-instagram",tags:[]},{name:"bi-intersect",tags:[]},{name:"bi-journal-album",tags:[]},{name:"bi-journal-arrow-down",tags:[]},{name:"bi-journal-arrow-up",tags:[]},{name:"bi-journal-bookmark-fill",tags:[]},{name:"bi-journal-bookmark",tags:[]},{name:"bi-journal-check",tags:[]},{name:"bi-journal-code",tags:[]},{name:"bi-journal-medical",tags:[]},{name:"bi-journal-minus",tags:[]},{name:"bi-journal-plus",tags:[]},{name:"bi-journal-richtext",tags:[]},{name:"bi-journal-text",tags:[]},{name:"bi-journal-x",tags:[]},{name:"bi-journal",tags:[]},{name:"bi-journals",tags:[]},{name:"bi-joystick",tags:[]},{name:"bi-justify-left",tags:[]},{name:"bi-justify-right",tags:[]},{name:"bi-justify",tags:[]},{name:"bi-kanban-fill",tags:[]},{name:"bi-kanban",tags:[]},{name:"bi-key-fill",tags:[]},{name:"bi-key",tags:[]},{name:"bi-keyboard-fill",tags:[]},{name:"bi-keyboard",tags:[]},{name:"bi-ladder",tags:[]},{name:"bi-lamp-fill",tags:[]},{name:"bi-lamp",tags:[]},{name:"bi-laptop-fill",tags:[]},{name:"bi-laptop",tags:[]},{name:"bi-layer-backward",tags:[]},{name:"bi-layer-forward",tags:[]},{name:"bi-layers-fill",tags:[]},{name:"bi-layers-half",tags:[]},{name:"bi-layers",tags:[]},{name:"bi-layout-sidebar-inset-reverse",tags:[]},{name:"bi-layout-sidebar-inset",tags:[]},{name:"bi-layout-sidebar-reverse",tags:[]},{name:"bi-layout-sidebar",tags:[]},{name:"bi-layout-split",tags:[]},{name:"bi-layout-text-sidebar-reverse",tags:[]},{name:"bi-layout-text-sidebar",tags:[]},{name:"bi-layout-text-window-reverse",tags:[]},{name:"bi-layout-text-window",tags:[]},{name:"bi-layout-three-columns",tags:[]},{name:"bi-layout-wtf",tags:[]},{name:"bi-life-preserver",tags:[]},{name:"bi-lightbulb-fill",tags:[]},{name:"bi-lightbulb-off-fill",tags:[]},{name:"bi-lightbulb-off",tags:[]},{name:"bi-lightbulb",tags:[]},{name:"bi-lightning-charge-fill",tags:[]},{name:"bi-lightning-charge",tags:[]},{name:"bi-lightning-fill",tags:[]},{name:"bi-lightning",tags:[]},{name:"bi-link-45deg",tags:[]},{name:"bi-link",tags:[]},{name:"bi-linkedin",tags:[]},{name:"bi-list-check",tags:[]},{name:"bi-list-nested",tags:[]},{name:"bi-list-ol",tags:[]},{name:"bi-list-stars",tags:[]},{name:"bi-list-task",tags:[]},{name:"bi-list-ul",tags:[]},{name:"bi-list",tags:[]},{name:"bi-lock-fill",tags:[]},{name:"bi-lock",tags:[]},{name:"bi-mailbox",tags:[]},{name:"bi-mailbox2",tags:[]},{name:"bi-map-fill",tags:[]},{name:"bi-map",tags:[]},{name:"bi-markdown-fill",tags:[]},{name:"bi-markdown",tags:[]},{name:"bi-mask",tags:[]},{name:"bi-megaphone-fill",tags:[]},{name:"bi-megaphone",tags:[]},{name:"bi-menu-app-fill",tags:[]},{name:"bi-menu-app",tags:[]},{name:"bi-menu-button-fill",tags:[]},{name:"bi-menu-button-wide-fill",tags:[]},{name:"bi-menu-button-wide",tags:[]},{name:"bi-menu-button",tags:[]},{name:"bi-menu-down",tags:[]},{name:"bi-menu-up",tags:[]},{name:"bi-mic-fill",tags:[]},{name:"bi-mic-mute-fill",tags:[]},{name:"bi-mic-mute",tags:[]},{name:"bi-mic",tags:[]},{name:"bi-minecart-loaded",tags:[]},{name:"bi-minecart",tags:[]},{name:"bi-moisture",tags:[]},{name:"bi-moon-fill",tags:[]},{name:"bi-moon-stars-fill",tags:[]},{name:"bi-moon-stars",tags:[]},{name:"bi-moon",tags:[]},{name:"bi-mouse-fill",tags:[]},{name:"bi-mouse",tags:[]},{name:"bi-mouse2-fill",tags:[]},{name:"bi-mouse2",tags:[]},{name:"bi-mouse3-fill",tags:[]},{name:"bi-mouse3",tags:[]},{name:"bi-music-note-beamed",tags:[]},{name:"bi-music-note-list",tags:[]},{name:"bi-music-note",tags:[]},{name:"bi-music-player-fill",tags:[]},{name:"bi-music-player",tags:[]},{name:"bi-newspaper",tags:[]},{name:"bi-node-minus-fill",tags:[]},{name:"bi-node-minus",tags:[]},{name:"bi-node-plus-fill",tags:[]},{name:"bi-node-plus",tags:[]},{name:"bi-nut-fill",tags:[]},{name:"bi-nut",tags:[]},{name:"bi-octagon-fill",tags:[]},{name:"bi-octagon-half",tags:[]},{name:"bi-octagon",tags:[]},{name:"bi-option",tags:[]},{name:"bi-outlet",tags:[]},{name:"bi-paint-bucket",tags:[]},{name:"bi-palette-fill",tags:[]},{name:"bi-palette",tags:[]},{name:"bi-palette2",tags:[]},{name:"bi-paperclip",tags:[]},{name:"bi-paragraph",tags:[]},{name:"bi-patch-check-fill",tags:[]},{name:"bi-patch-check",tags:[]},{name:"bi-patch-exclamation-fill",tags:[]},{name:"bi-patch-exclamation",tags:[]},{name:"bi-patch-minus-fill",tags:[]},{name:"bi-patch-minus",tags:[]},{name:"bi-patch-plus-fill",tags:[]},{name:"bi-patch-plus",tags:[]},{name:"bi-patch-question-fill",tags:[]},{name:"bi-patch-question",tags:[]},{name:"bi-pause-btn-fill",tags:[]},{name:"bi-pause-btn",tags:[]},{name:"bi-pause-circle-fill",tags:[]},{name:"bi-pause-circle",tags:[]},{name:"bi-pause-fill",tags:[]},{name:"bi-pause",tags:[]},{name:"bi-peace-fill",tags:[]},{name:"bi-peace",tags:[]},{name:"bi-pen-fill",tags:[]},{name:"bi-pen",tags:[]},{name:"bi-pencil-fill",tags:[]},{name:"bi-pencil-square",tags:[]},{name:"bi-pencil",tags:[]},{name:"bi-pentagon-fill",tags:[]},{name:"bi-pentagon-half",tags:[]},{name:"bi-pentagon",tags:[]},{name:"bi-people-fill",tags:[]},{name:"bi-people",tags:[]},{name:"bi-percent",tags:[]},{name:"bi-person-badge-fill",tags:[]},{name:"bi-person-badge",tags:[]},{name:"bi-person-bounding-box",tags:[]},{name:"bi-person-check-fill",tags:[]},{name:"bi-person-check",tags:[]},{name:"bi-person-circle",tags:[]},{name:"bi-person-dash-fill",tags:[]},{name:"bi-person-dash",tags:[]},{name:"bi-person-fill",tags:[]},{name:"bi-person-lines-fill",tags:[]},{name:"bi-person-plus-fill",tags:[]},{name:"bi-person-plus",tags:[]},{name:"bi-person-square",tags:[]},{name:"bi-person-x-fill",tags:[]},{name:"bi-person-x",tags:[]},{name:"bi-person",tags:[]},{name:"bi-phone-fill",tags:[]},{name:"bi-phone-landscape-fill",tags:[]},{name:"bi-phone-landscape",tags:[]},{name:"bi-phone-vibrate-fill",tags:[]},{name:"bi-phone-vibrate",tags:[]},{name:"bi-phone",tags:[]},{name:"bi-pie-chart-fill",tags:[]},{name:"bi-pie-chart",tags:[]},{name:"bi-pin-angle-fill",tags:[]},{name:"bi-pin-angle",tags:[]},{name:"bi-pin-fill",tags:[]},{name:"bi-pin",tags:[]},{name:"bi-pip-fill",tags:[]},{name:"bi-pip",tags:[]},{name:"bi-play-btn-fill",tags:[]},{name:"bi-play-btn",tags:[]},{name:"bi-play-circle-fill",tags:[]},{name:"bi-play-circle",tags:[]},{name:"bi-play-fill",tags:[]},{name:"bi-play",tags:[]},{name:"bi-plug-fill",tags:[]},{name:"bi-plug",tags:[]},{name:"bi-plus-circle-dotted",tags:[]},{name:"bi-plus-circle-fill",tags:[]},{name:"bi-plus-circle",tags:[]},{name:"bi-plus-square-dotted",tags:[]},{name:"bi-plus-square-fill",tags:[]},{name:"bi-plus-square",tags:[]},{name:"bi-plus",tags:[]},{name:"bi-power",tags:[]},{name:"bi-printer-fill",tags:[]},{name:"bi-printer",tags:[]},{name:"bi-puzzle-fill",tags:[]},{name:"bi-puzzle",tags:[]},{name:"bi-question-circle-fill",tags:[]},{name:"bi-question-circle",tags:[]},{name:"bi-question-diamond-fill",tags:[]},{name:"bi-question-diamond",tags:[]},{name:"bi-question-octagon-fill",tags:[]},{name:"bi-question-octagon",tags:[]},{name:"bi-question-square-fill",tags:[]},{name:"bi-question-square",tags:[]},{name:"bi-question",tags:[]},{name:"bi-rainbow",tags:[]},{name:"bi-receipt-cutoff",tags:[]},{name:"bi-receipt",tags:[]},{name:"bi-reception-0",tags:[]},{name:"bi-reception-1",tags:[]},{name:"bi-reception-2",tags:[]},{name:"bi-reception-3",tags:[]},{name:"bi-reception-4",tags:[]},{name:"bi-record-btn-fill",tags:[]},{name:"bi-record-btn",tags:[]},{name:"bi-record-circle-fill",tags:[]},{name:"bi-record-circle",tags:[]},{name:"bi-record-fill",tags:[]},{name:"bi-record",tags:[]},{name:"bi-record2-fill",tags:[]},{name:"bi-record2",tags:[]},{name:"bi-reply-all-fill",tags:[]},{name:"bi-reply-all",tags:[]},{name:"bi-reply-fill",tags:[]},{name:"bi-reply",tags:[]},{name:"bi-rss-fill",tags:[]},{name:"bi-rss",tags:[]},{name:"bi-rulers",tags:[]},{name:"bi-save-fill",tags:[]},{name:"bi-save",tags:[]},{name:"bi-save2-fill",tags:[]},{name:"bi-save2",tags:[]},{name:"bi-scissors",tags:[]},{name:"bi-screwdriver",tags:[]},{name:"bi-search",tags:[]},{name:"bi-segmented-nav",tags:[]},{name:"bi-server",tags:[]},{name:"bi-share-fill",tags:[]},{name:"bi-share",tags:[]},{name:"bi-shield-check",tags:[]},{name:"bi-shield-exclamation",tags:[]},{name:"bi-shield-fill-check",tags:[]},{name:"bi-shield-fill-exclamation",tags:[]},{name:"bi-shield-fill-minus",tags:[]},{name:"bi-shield-fill-plus",tags:[]},{name:"bi-shield-fill-x",tags:[]},{name:"bi-shield-fill",tags:[]},{name:"bi-shield-lock-fill",tags:[]},{name:"bi-shield-lock",tags:[]},{name:"bi-shield-minus",tags:[]},{name:"bi-shield-plus",tags:[]},{name:"bi-shield-shaded",tags:[]},{name:"bi-shield-slash-fill",tags:[]},{name:"bi-shield-slash",tags:[]},{name:"bi-shield-x",tags:[]},{name:"bi-shield",tags:[]},{name:"bi-shift-fill",tags:[]},{name:"bi-shift",tags:[]},{name:"bi-shop-window",tags:[]},{name:"bi-shop",tags:[]},{name:"bi-shuffle",tags:[]},{name:"bi-signpost-2-fill",tags:[]},{name:"bi-signpost-2",tags:[]},{name:"bi-signpost-fill",tags:[]},{name:"bi-signpost-split-fill",tags:[]},{name:"bi-signpost-split",tags:[]},{name:"bi-signpost",tags:[]},{name:"bi-sim-fill",tags:[]},{name:"bi-sim",tags:[]},{name:"bi-skip-backward-btn-fill",tags:[]},{name:"bi-skip-backward-btn",tags:[]},{name:"bi-skip-backward-circle-fill",tags:[]},{name:"bi-skip-backward-circle",tags:[]},{name:"bi-skip-backward-fill",tags:[]},{name:"bi-skip-backward",tags:[]},{name:"bi-skip-end-btn-fill",tags:[]},{name:"bi-skip-end-btn",tags:[]},{name:"bi-skip-end-circle-fill",tags:[]},{name:"bi-skip-end-circle",tags:[]},{name:"bi-skip-end-fill",tags:[]},{name:"bi-skip-end",tags:[]},{name:"bi-skip-forward-btn-fill",tags:[]},{name:"bi-skip-forward-btn",tags:[]},{name:"bi-skip-forward-circle-fill",tags:[]},{name:"bi-skip-forward-circle",tags:[]},{name:"bi-skip-forward-fill",tags:[]},{name:"bi-skip-forward",tags:[]},{name:"bi-skip-start-btn-fill",tags:[]},{name:"bi-skip-start-btn",tags:[]},{name:"bi-skip-start-circle-fill",tags:[]},{name:"bi-skip-start-circle",tags:[]},{name:"bi-skip-start-fill",tags:[]},{name:"bi-skip-start",tags:[]},{name:"bi-slack",tags:[]},{name:"bi-slash-circle-fill",tags:[]},{name:"bi-slash-circle",tags:[]},{name:"bi-slash-square-fill",tags:[]},{name:"bi-slash-square",tags:[]},{name:"bi-slash",tags:[]},{name:"bi-sliders",tags:[]},{name:"bi-smartwatch",tags:[]},{name:"bi-snow",tags:[]},{name:"bi-snow2",tags:[]},{name:"bi-snow3",tags:[]},{name:"bi-sort-alpha-down-alt",tags:[]},{name:"bi-sort-alpha-down",tags:[]},{name:"bi-sort-alpha-up-alt",tags:[]},{name:"bi-sort-alpha-up",tags:[]},{name:"bi-sort-down-alt",tags:[]},{name:"bi-sort-down",tags:[]},{name:"bi-sort-numeric-down-alt",tags:[]},{name:"bi-sort-numeric-down",tags:[]},{name:"bi-sort-numeric-up-alt",tags:[]},{name:"bi-sort-numeric-up",tags:[]},{name:"bi-sort-up-alt",tags:[]},{name:"bi-sort-up",tags:[]},{name:"bi-soundwave",tags:[]},{name:"bi-speaker-fill",tags:[]},{name:"bi-speaker",tags:[]},{name:"bi-speedometer",tags:[]},{name:"bi-speedometer2",tags:[]},{name:"bi-spellcheck",tags:[]},{name:"bi-square-fill",tags:[]},{name:"bi-square-half",tags:[]},{name:"bi-square",tags:[]},{name:"bi-stack",tags:[]},{name:"bi-star-fill",tags:[]},{name:"bi-star-half",tags:[]},{name:"bi-star",tags:[]},{name:"bi-stars",tags:[]},{name:"bi-stickies-fill",tags:[]},{name:"bi-stickies",tags:[]},{name:"bi-sticky-fill",tags:[]},{name:"bi-sticky",tags:[]},{name:"bi-stop-btn-fill",tags:[]},{name:"bi-stop-btn",tags:[]},{name:"bi-stop-circle-fill",tags:[]},{name:"bi-stop-circle",tags:[]},{name:"bi-stop-fill",tags:[]},{name:"bi-stop",tags:[]},{name:"bi-stoplights-fill",tags:[]},{name:"bi-stoplights",tags:[]},{name:"bi-stopwatch-fill",tags:[]},{name:"bi-stopwatch",tags:[]},{name:"bi-subtract",tags:[]},{name:"bi-suit-club-fill",tags:[]},{name:"bi-suit-club",tags:[]},{name:"bi-suit-diamond-fill",tags:[]},{name:"bi-suit-diamond",tags:[]},{name:"bi-suit-heart-fill",tags:[]},{name:"bi-suit-heart",tags:[]},{name:"bi-suit-spade-fill",tags:[]},{name:"bi-suit-spade",tags:[]},{name:"bi-sun-fill",tags:[]},{name:"bi-sun",tags:[]},{name:"bi-sunglasses",tags:[]},{name:"bi-sunrise-fill",tags:[]},{name:"bi-sunrise",tags:[]},{name:"bi-sunset-fill",tags:[]},{name:"bi-sunset",tags:[]},{name:"bi-symmetry-horizontal",tags:[]},{name:"bi-symmetry-vertical",tags:[]},{name:"bi-table",tags:[]},{name:"bi-tablet-fill",tags:[]},{name:"bi-tablet-landscape-fill",tags:[]},{name:"bi-tablet-landscape",tags:[]},{name:"bi-tablet",tags:[]},{name:"bi-tag-fill",tags:[]},{name:"bi-tag",tags:[]},{name:"bi-tags-fill",tags:[]},{name:"bi-tags",tags:[]},{name:"bi-telegram",tags:[]},{name:"bi-telephone-fill",tags:[]},{name:"bi-telephone-forward-fill",tags:[]},{name:"bi-telephone-forward",tags:[]},{name:"bi-telephone-inbound-fill",tags:[]},{name:"bi-telephone-inbound",tags:[]},{name:"bi-telephone-minus-fill",tags:[]},{name:"bi-telephone-minus",tags:[]},{name:"bi-telephone-outbound-fill",tags:[]},{name:"bi-telephone-outbound",tags:[]},{name:"bi-telephone-plus-fill",tags:[]},{name:"bi-telephone-plus",tags:[]},{name:"bi-telephone-x-fill",tags:[]},{name:"bi-telephone-x",tags:[]},{name:"bi-telephone",tags:[]},{name:"bi-terminal-fill",tags:[]},{name:"bi-terminal",tags:[]},{name:"bi-text-center",tags:[]},{name:"bi-text-indent-left",tags:[]},{name:"bi-text-indent-right",tags:[]},{name:"bi-text-left",tags:[]},{name:"bi-text-paragraph",tags:[]},{name:"bi-text-right",tags:[]},{name:"bi-textarea-resize",tags:[]},{name:"bi-textarea-t",tags:[]},{name:"bi-textarea",tags:[]},{name:"bi-thermometer-half",tags:[]},{name:"bi-thermometer-high",tags:[]},{name:"bi-thermometer-low",tags:[]},{name:"bi-thermometer-snow",tags:[]},{name:"bi-thermometer-sun",tags:[]},{name:"bi-thermometer",tags:[]},{name:"bi-three-dots-vertical",tags:[]},{name:"bi-three-dots",tags:[]},{name:"bi-toggle-off",tags:[]},{name:"bi-toggle-on",tags:[]},{name:"bi-toggle2-off",tags:[]},{name:"bi-toggle2-on",tags:[]},{name:"bi-toggles",tags:[]},{name:"bi-toggles2",tags:[]},{name:"bi-tools",tags:[]},{name:"bi-tornado",tags:[]},{name:"bi-trash-fill",tags:[]},{name:"bi-trash",tags:[]},{name:"bi-trash2-fill",tags:[]},{name:"bi-trash2",tags:[]},{name:"bi-tree-fill",tags:[]},{name:"bi-tree",tags:[]},{name:"bi-triangle-fill",tags:[]},{name:"bi-triangle-half",tags:[]},{name:"bi-triangle",tags:[]},{name:"bi-trophy-fill",tags:[]},{name:"bi-trophy",tags:[]},{name:"bi-tropical-storm",tags:[]},{name:"bi-truck-flatbed",tags:[]},{name:"bi-truck",tags:[]},{name:"bi-tsunami",tags:[]},{name:"bi-tv-fill",tags:[]},{name:"bi-tv",tags:[]},{name:"bi-twitch",tags:[]},{name:"bi-twitter",tags:[]},{name:"bi-type-bold",tags:[]},{name:"bi-type-h1",tags:[]},{name:"bi-type-h2",tags:[]},{name:"bi-type-h3",tags:[]},{name:"bi-type-italic",tags:[]},{name:"bi-type-strikethrough",tags:[]},{name:"bi-type-underline",tags:[]},{name:"bi-type",tags:[]},{name:"bi-ui-checks-grid",tags:[]},{name:"bi-ui-checks",tags:[]},{name:"bi-ui-radios-grid",tags:[]},{name:"bi-ui-radios",tags:[]},{name:"bi-umbrella-fill",tags:[]},{name:"bi-umbrella",tags:[]},{name:"bi-union",tags:[]},{name:"bi-unlock-fill",tags:[]},{name:"bi-unlock",tags:[]},{name:"bi-upc-scan",tags:[]},{name:"bi-upc",tags:[]},{name:"bi-upload",tags:[]},{name:"bi-vector-pen",tags:[]},{name:"bi-view-list",tags:[]},{name:"bi-view-stacked",tags:[]},{name:"bi-vinyl-fill",tags:[]},{name:"bi-vinyl",tags:[]},{name:"bi-voicemail",tags:[]},{name:"bi-volume-down-fill",tags:[]},{name:"bi-volume-down",tags:[]},{name:"bi-volume-mute-fill",tags:[]},{name:"bi-volume-mute",tags:[]},{name:"bi-volume-off-fill",tags:[]},{name:"bi-volume-off",tags:[]},{name:"bi-volume-up-fill",tags:[]},{name:"bi-volume-up",tags:[]},{name:"bi-vr",tags:[]},{name:"bi-wallet-fill",tags:[]},{name:"bi-wallet",tags:[]},{name:"bi-wallet2",tags:[]},{name:"bi-watch",tags:[]},{name:"bi-water",tags:[]},{name:"bi-whatsapp",tags:[]},{name:"bi-wifi-1",tags:[]},{name:"bi-wifi-2",tags:[]},{name:"bi-wifi-off",tags:[]},{name:"bi-wifi",tags:[]},{name:"bi-wind",tags:[]},{name:"bi-window-dock",tags:[]},{name:"bi-window-sidebar",tags:[]},{name:"bi-window",tags:[]},{name:"bi-wrench",tags:[]},{name:"bi-x-circle-fill",tags:[]},{name:"bi-x-circle",tags:[]},{name:"bi-x-diamond-fill",tags:[]},{name:"bi-x-diamond",tags:[]},{name:"bi-x-octagon-fill",tags:[]},{name:"bi-x-octagon",tags:[]},{name:"bi-x-square-fill",tags:[]},{name:"bi-x-square",tags:[]},{name:"bi-x",tags:[]},{name:"bi-youtube",tags:[]},{name:"bi-zoom-in",tags:[]},{name:"bi-zoom-out",tags:[]}]}},ab0b:function(a){a.exports=JSON.parse('{"a":"1.4.0"}')},b187:function(a,e,t){"use strict";t.r(e),e["default"]={name:"material-icons",icons:[{name:"10k",tags:[]},{name:"10mp",tags:[]},{name:"11mp",tags:[]},{name:"12mp",tags:[]},{name:"13mp",tags:[]},{name:"14mp",tags:[]},{name:"15mp",tags:[]},{name:"16mp",tags:[]},{name:"17mp",tags:[]},{name:"18mp",tags:[]},{name:"19mp",tags:[]},{name:"1k",tags:[]},{name:"1k_plus",tags:[]},{name:"1x_mobiledata",tags:[]},{name:"20mp",tags:[]},{name:"21mp",tags:[]},{name:"22mp",tags:[]},{name:"23mp",tags:[]},{name:"24mp",tags:[]},{name:"2k",tags:[]},{name:"2k_plus",tags:[]},{name:"2mp",tags:[]},{name:"30fps",tags:[]},{name:"30fps_select",tags:[]},{name:"360",tags:["arrow","map"]},{name:"3d_rotation",tags:["web","editor"]},{name:"3g_mobiledata",tags:[]},{name:"3k",tags:[]},{name:"3k_plus",tags:[]},{name:"3mp",tags:[]},{name:"3p",tags:[]},{name:"4g_mobiledata",tags:[]},{name:"4g_plus_mobiledata",tags:[]},{name:"4k",tags:["media"]},{name:"4k_plus",tags:[]},{name:"4mp",tags:[]},{name:"5g",tags:[]},{name:"5k",tags:[]},{name:"5k_plus",tags:[]},{name:"5mp",tags:[]},{name:"6_ft_apart",tags:[]},{name:"60fps",tags:[]},{name:"60fps_select",tags:[]},{name:"6k",tags:[]},{name:"6k_plus",tags:[]},{name:"6mp",tags:[]},{name:"7k",tags:[]},{name:"7k_plus",tags:[]},{name:"7mp",tags:[]},{name:"8k",tags:[]},{name:"8k_plus",tags:[]},{name:"8mp",tags:[]},{name:"9k",tags:[]},{name:"9k_plus",tags:[]},{name:"9mp",tags:[]},{name:"ac_unit",tags:["weather","map","nature"]},{name:"access_alarm",tags:["accessibility","calendar","technology"]},{name:"access_alarms",tags:["accessibility","calendar","technology"]},{name:"access_time",tags:["accessibility","calendar","technology"]},{name:"access_time_filled",tags:[]},{name:"accessibility",tags:["accessibility","health","people"]},{name:"accessibility_new",tags:["accessibility","health","people"]},{name:"accessible",tags:["accessibility","health","people"]},{name:"accessible_forward",tags:["accessibility","health","people"]},{name:"account_balance",tags:["money"]},{name:"account_balance_wallet",tags:["money"]},{name:"account_box",tags:["money","people"]},{name:"account_circle",tags:["money","people"]},{name:"account_tree",tags:[]},{name:"ad_units",tags:[]},{name:"adb",tags:["brand"]},{name:"add",tags:["editor","calendar"]},{name:"add_a_photo",tags:["editor","media"]},{name:"add_alarm",tags:["editor","calendar","technology"]},{name:"add_alert",tags:["editor","calendar"]},{name:"add_box",tags:["editor"]},{name:"add_business",tags:[]},{name:"add_chart",tags:[]},{name:"add_circle",tags:["editor","calendar"]},{name:"add_circle_outline",tags:["editor","calendar"]},{name:"add_comment",tags:["editor"]},{name:"add_ic_call",tags:[]},{name:"add_link",tags:[]},{name:"add_location",tags:["editor"]},{name:"add_location_alt",tags:[]},{name:"add_moderator",tags:[]},{name:"add_photo_alternate",tags:[]},{name:"add_reaction",tags:[]},{name:"add_road",tags:[]},{name:"add_shopping_cart",tags:["editor","money"]},{name:"add_task",tags:[]},{name:"add_to_drive",tags:[]},{name:"add_to_home_screen",tags:["arrow","editor","health","web"]},{name:"add_to_photos",tags:["web"]},{name:"add_to_queue",tags:["media"]},{name:"addchart",tags:[]},{name:"adjust",tags:["media"]},{name:"admin_panel_settings",tags:[]},{name:"agriculture",tags:[]},{name:"air",tags:[]},{name:"airline_seat_flat",tags:["travel","people"]},{name:"airline_seat_flat_angled",tags:["travel","people"]},{name:"airline_seat_individual_suite",tags:["travel","people"]},{name:"airline_seat_legroom_extra",tags:["travel","people"]},{name:"airline_seat_legroom_normal",tags:["travel","people"]},{name:"airline_seat_legroom_reduced",tags:["travel","people"]},{name:"airline_seat_recline_extra",tags:["travel","people"]},{name:"airline_seat_recline_normal",tags:["travel","people"]},{name:"airplane_ticket",tags:[]},{name:"airplanemode_active",tags:["travel","technology","web"]},{name:"airplanemode_inactive",tags:["travel","technology","web"]},{name:"airplay",tags:["arrow","media","technology"]},{name:"airport_shuttle",tags:["travel"]},{name:"alarm",tags:["calendar"]},{name:"alarm_add",tags:["calendar"]},{name:"alarm_off",tags:["calendar"]},{name:"alarm_on",tags:["calendar"]},{name:"album",tags:["media"]},{name:"align_horizontal_center",tags:[]},{name:"align_horizontal_left",tags:[]},{name:"align_horizontal_right",tags:[]},{name:"align_vertical_bottom",tags:[]},{name:"align_vertical_center",tags:[]},{name:"align_vertical_top",tags:[]},{name:"all_inbox",tags:["web"]},{name:"all_inclusive",tags:["travel"]},{name:"all_out",tags:["other"]},{name:"alt_route",tags:[]},{name:"alternate_email",tags:[]},{name:"analytics",tags:[]},{name:"anchor",tags:[]},{name:"android",tags:["brand"]},{name:"animation",tags:[]},{name:"announcement",tags:["web"]},{name:"aod",tags:[]},{name:"apartment",tags:[]},{name:"api",tags:[]},{name:"app_blocking",tags:[]},{name:"app_registration",tags:[]},{name:"app_settings_alt",tags:[]},{name:"approval",tags:[]},{name:"apps",tags:["web","other"]},{name:"architecture",tags:[]},{name:"archive",tags:["arrow","calendar"]},{name:"arrow_back",tags:["arrow"]},{name:"arrow_back_ios",tags:["arrow"]},{name:"arrow_back_ios_new",tags:[]},{name:"arrow_circle_down",tags:[]},{name:"arrow_circle_up",tags:[]},{name:"arrow_downward",tags:["arrow"]},{name:"arrow_drop_down",tags:["arrow"]},{name:"arrow_drop_down_circle",tags:["arrow"]},{name:"arrow_drop_up",tags:["arrow"]},{name:"arrow_forward",tags:["arrow"]},{name:"arrow_forward_ios",tags:["arrow"]},{name:"arrow_left",tags:["arrow"]},{name:"arrow_right",tags:["arrow"]},{name:"arrow_right_alt",tags:[]},{name:"arrow_upward",tags:["arrow"]},{name:"art_track",tags:["media"]},{name:"article",tags:[]},{name:"aspect_ratio",tags:["media"]},{name:"assessment",tags:["other"]},{name:"assignment",tags:["other"]},{name:"assignment_ind",tags:["people","other"]},{name:"assignment_late",tags:["other"]},{name:"assignment_return",tags:["arrow","other"]},{name:"assignment_returned",tags:["arrow","other"]},{name:"assignment_turned_in",tags:["other"]},{name:"assistant",tags:["media"]},{name:"assistant_direction",tags:[]},{name:"assistant_photo",tags:["media"]},{name:"atm",tags:["map","money"]},{name:"attach_email",tags:[]},{name:"attach_file",tags:["editor"]},{name:"attach_money",tags:["editor"]},{name:"attachment",tags:["calendar","file"]},{name:"attractions",tags:[]},{name:"attribution",tags:[]},{name:"audiotrack",tags:["media"]},{name:"auto_awesome",tags:[]},{name:"auto_awesome_mosaic",tags:[]},{name:"auto_awesome_motion",tags:[]},{name:"auto_delete",tags:[]},{name:"auto_fix_high",tags:[]},{name:"auto_fix_normal",tags:[]},{name:"auto_fix_off",tags:[]},{name:"auto_graph",tags:[]},{name:"auto_stories",tags:[]},{name:"autofps_select",tags:[]},{name:"autorenew",tags:["arrow"]},{name:"av_timer",tags:["media"]},{name:"baby_changing_station",tags:[]},{name:"backpack",tags:[]},{name:"backspace",tags:["arrow"]},{name:"backup",tags:["editor","web"]},{name:"backup_table",tags:[]},{name:"badge",tags:[]},{name:"bakery_dining",tags:[]},{name:"balcony",tags:[]},{name:"ballot",tags:[]},{name:"bar_chart",tags:["editor"]},{name:"batch_prediction",tags:[]},{name:"bathroom",tags:[]},{name:"bathtub",tags:["travel","people"]},{name:"battery_alert",tags:["technology"]},{name:"battery_charging_full",tags:["technology"]},{name:"battery_full",tags:["technology"]},{name:"battery_saver",tags:[]},{name:"battery_std",tags:["technology"]},{name:"battery_unknown",tags:["technology"]},{name:"beach_access",tags:[]},{name:"bed",tags:[]},{name:"bedroom_baby",tags:[]},{name:"bedroom_child",tags:[]},{name:"bedroom_parent",tags:[]},{name:"bedtime",tags:[]},{name:"beenhere",tags:["map"]},{name:"bento",tags:[]},{name:"bike_scooter",tags:[]},{name:"biotech",tags:[]},{name:"blender",tags:[]},{name:"block",tags:[]},{name:"bloodtype",tags:[]},{name:"bluetooth",tags:["brand","technology"]},{name:"bluetooth_audio",tags:["technology"]},{name:"bluetooth_connected",tags:["technology"]},{name:"bluetooth_disabled",tags:["technology"]},{name:"bluetooth_drive",tags:[]},{name:"bluetooth_searching",tags:["technology"]},{name:"blur_circular",tags:[]},{name:"blur_linear",tags:[]},{name:"blur_off",tags:[]},{name:"blur_on",tags:[]},{name:"bolt",tags:[]},{name:"book",tags:[]},{name:"book_online",tags:[]},{name:"bookmark",tags:[]},{name:"bookmark_add",tags:[]},{name:"bookmark_added",tags:[]},{name:"bookmark_border",tags:[]},{name:"bookmark_remove",tags:[]},{name:"bookmarks",tags:[]},{name:"border_all",tags:["editor"]},{name:"border_bottom",tags:["editor"]},{name:"border_clear",tags:["editor"]},{name:"border_color",tags:["editor"]},{name:"border_color",tags:["editor"]},{name:"border_horizontal",tags:["editor"]},{name:"border_inner",tags:["editor"]},{name:"border_left",tags:["editor"]},{name:"border_outer",tags:["editor"]},{name:"border_right",tags:["editor"]},{name:"border_style",tags:["editor"]},{name:"border_top",tags:["editor"]},{name:"border_vertical",tags:["editor"]},{name:"branding_watermark",tags:["media"]},{name:"breakfast_dining",tags:[]},{name:"brightness_1",tags:["weather"]},{name:"brightness_2",tags:["weather"]},{name:"brightness_3",tags:["weather"]},{name:"brightness_4",tags:["weather"]},{name:"brightness_5",tags:["weather"]},{name:"brightness_6",tags:["weather"]},{name:"brightness_7",tags:["weather"]},{name:"brightness_auto",tags:["technology"]},{name:"brightness_high",tags:["weather","technology"]},{name:"brightness_low",tags:["weather","technology"]},{name:"brightness_medium",tags:["technology"]},{name:"broken_image",tags:["web","media"]},{name:"browser_not_supported",tags:[]},{name:"brunch_dining",tags:[]},{name:"brush",tags:["editor"]},{name:"bubble_chart",tags:["editor"]},{name:"bug_report",tags:["nature"]},{name:"build",tags:[]},{name:"build_circle",tags:[]},{name:"bungalow",tags:[]},{name:"burst_mode",tags:[]},{name:"bus_alert",tags:[]},{name:"business",tags:[]},{name:"business_center",tags:[]},{name:"cabin",tags:[]},{name:"cable",tags:[]},{name:"cached",tags:[]},{name:"cake",tags:["calendar"]},{name:"calculate",tags:[]},{name:"calendar_today",tags:[]},{name:"calendar_view_day",tags:[]},{name:"calendar_view_month",tags:[]},{name:"calendar_view_week",tags:[]},{name:"call",tags:[]},{name:"call_end",tags:[]},{name:"call_made",tags:["arrow"]},{name:"call_merge",tags:["arrow"]},{name:"call_missed",tags:["arrow"]},{name:"call_missed_outgoing",tags:["arrow"]},{name:"call_received",tags:["arrow"]},{name:"call_split",tags:["arrow"]},{name:"call_to_action",tags:["media"]},{name:"camera",tags:[]},{name:"camera_alt",tags:[]},{name:"camera_enhance",tags:[]},{name:"camera_front",tags:[]},{name:"camera_indoor",tags:[]},{name:"camera_outdoor",tags:[]},{name:"camera_rear",tags:[]},{name:"camera_roll",tags:[]},{name:"cameraswitch",tags:[]},{name:"campaign",tags:[]},{name:"cancel",tags:[]},{name:"cancel_presentation",tags:[]},{name:"cancel_schedule_send",tags:[]},{name:"car_rental",tags:[]},{name:"car_repair",tags:[]},{name:"card_giftcard",tags:["money"]},{name:"card_membership",tags:["money"]},{name:"card_travel",tags:["travel","money"]},{name:"carpenter",tags:[]},{name:"cases",tags:[]},{name:"casino",tags:[]},{name:"cast",tags:["technology"]},{name:"cast_connected",tags:["technology"]},{name:"cast_for_education",tags:[]},{name:"catching_pokemon",tags:[]},{name:"category",tags:["map"]},{name:"celebration",tags:[]},{name:"cell_wifi",tags:[]},{name:"center_focus_strong",tags:[]},{name:"center_focus_weak",tags:[]},{name:"chair",tags:[]},{name:"chair_alt",tags:[]},{name:"chalet",tags:[]},{name:"change_circle",tags:[]},{name:"change_history",tags:[]},{name:"charging_station",tags:[]},{name:"chat",tags:[]},{name:"chat_bubble",tags:[]},{name:"chat_bubble_outline",tags:[]},{name:"check",tags:[]},{name:"check_box",tags:[]},{name:"check_box_outline_blank",tags:[]},{name:"check_circle",tags:[]},{name:"check_circle_outline",tags:[]},{name:"checklist",tags:[]},{name:"checklist_rtl",tags:[]},{name:"checkroom",tags:[]},{name:"chevron_left",tags:["arrow"]},{name:"chevron_right",tags:["arrow"]},{name:"child_care",tags:["people"]},{name:"child_friendly",tags:["travel"]},{name:"chrome_reader_mode",tags:[]},{name:"circle",tags:[]},{name:"circle_notifications",tags:[]},{name:"class",tags:[]},{name:"clean_hands",tags:[]},{name:"cleaning_services",tags:[]},{name:"clear",tags:["calendar"]},{name:"clear_all",tags:[]},{name:"close",tags:[]},{name:"close_fullscreen",tags:[]},{name:"closed_caption",tags:["media"]},{name:"closed_caption_disabled",tags:[]},{name:"closed_caption_off",tags:[]},{name:"cloud",tags:["file","weather"]},{name:"cloud_circle",tags:["file","weather"]},{name:"cloud_done",tags:["file"]},{name:"cloud_download",tags:["arrow","file"]},{name:"cloud_off",tags:["file"]},{name:"cloud_queue",tags:["file","weather"]},{name:"cloud_upload",tags:["arrow","file"]},{name:"code",tags:["arrow"]},{name:"code_off",tags:[]},{name:"coffee",tags:[]},{name:"coffee_maker",tags:[]},{name:"collections",tags:[]},{name:"collections_bookmark",tags:[]},{name:"color_lens",tags:[]},{name:"colorize",tags:[]},{name:"comment",tags:["calendar"]},{name:"comment_bank",tags:[]},{name:"commute",tags:["travel"]},{name:"compare",tags:[]},{name:"compare_arrows",tags:["arrow"]},{name:"compass_calibration",tags:["map"]},{name:"compress",tags:[]},{name:"computer",tags:["technology"]},{name:"confirmation_number",tags:["travel"]},{name:"connect_without_contact",tags:[]},{name:"connected_tv",tags:[]},{name:"construction",tags:[]},{name:"contact_mail",tags:[]},{name:"contact_page",tags:[]},{name:"contact_phone",tags:[]},{name:"contact_support",tags:[]},{name:"contactless",tags:[]},{name:"contacts",tags:[]},{name:"content_copy",tags:[]},{name:"content_cut",tags:[]},{name:"content_paste",tags:[]},{name:"content_paste_off",tags:[]},{name:"control_camera",tags:["arrow","media"]},{name:"control_point",tags:[]},{name:"control_point_duplicate",tags:[]},{name:"copy_all",tags:[]},{name:"copyright",tags:[]},{name:"coronavirus",tags:[]},{name:"corporate_fare",tags:[]},{name:"cottage",tags:[]},{name:"countertops",tags:[]},{name:"create",tags:[]},{name:"create_new_folder",tags:["file"]},{name:"credit_card",tags:[]},{name:"credit_card_off",tags:[]},{name:"credit_score",tags:[]},{name:"crib",tags:[]},{name:"crop",tags:[]},{name:"crop_16_9",tags:[]},{name:"crop_3_2",tags:[]},{name:"crop_5_4",tags:[]},{name:"crop_7_5",tags:[]},{name:"crop_din",tags:[]},{name:"crop_free",tags:[]},{name:"crop_landscape",tags:[]},{name:"crop_original",tags:[]},{name:"crop_portrait",tags:[]},{name:"crop_rotate",tags:["arrow"]},{name:"crop_square",tags:[]},{name:"dangerous",tags:[]},{name:"dark_mode",tags:[]},{name:"dashboard",tags:[]},{name:"dashboard_customize",tags:[]},{name:"data_saver_off",tags:[]},{name:"data_saver_on",tags:[]},{name:"data_usage",tags:["technology"]},{name:"date_range",tags:[]},{name:"deck",tags:["travel"]},{name:"dehaze",tags:[]},{name:"delete",tags:[]},{name:"delete_forever",tags:[]},{name:"delete_outline",tags:[]},{name:"delete_sweep",tags:[]},{name:"delivery_dining",tags:[]},{name:"departure_board",tags:["travel","map"]},{name:"description",tags:[]},{name:"design_services",tags:[]},{name:"desktop_access_disabled",tags:[]},{name:"desktop_mac",tags:["technology"]},{name:"desktop_windows",tags:["technology"]},{name:"details",tags:[]},{name:"developer_board",tags:["technology"]},{name:"developer_board_off",tags:[]},{name:"developer_mode",tags:["arrow","technology"]},{name:"device_hub",tags:["technology"]},{name:"device_thermostat",tags:[]},{name:"device_unknown",tags:["technology"]},{name:"devices",tags:["technology"]},{name:"devices_other",tags:["technology"]},{name:"dialer_sip",tags:[]},{name:"dialpad",tags:[]},{name:"dining",tags:[]},{name:"dinner_dining",tags:[]},{name:"directions",tags:["arrow","travel","map"]},{name:"directions_bike",tags:["travel","map","people"]},{name:"directions_boat",tags:["travel","map"]},{name:"directions_boat_filled",tags:[]},{name:"directions_bus",tags:["travel","map"]},{name:"directions_bus_filled",tags:[]},{name:"directions_car",tags:["travel","map"]},{name:"directions_car_filled",tags:[]},{name:"directions_off",tags:[]},{name:"directions_railway",tags:["travel","map"]},{name:"directions_railway_filled",tags:[]},{name:"directions_run",tags:["map","people"]},{name:"directions_subway",tags:["travel","map"]},{name:"directions_subway_filled",tags:[]},{name:"directions_transit",tags:["travel","map"]},{name:"directions_transit_filled",tags:[]},{name:"directions_walk",tags:["map","people"]},{name:"dirty_lens",tags:[]},{name:"disabled_by_default",tags:[]},{name:"disc_full",tags:[]},{name:"dns",tags:[]},{name:"do_disturb",tags:[]},{name:"do_disturb_alt",tags:[]},{name:"do_disturb_off",tags:[]},{name:"do_disturb_on",tags:[]},{name:"do_not_disturb",tags:[]},{name:"do_not_disturb",tags:[]},{name:"do_not_disturb_alt",tags:[]},{name:"do_not_disturb_alt",tags:[]},{name:"do_not_disturb_off",tags:[]},{name:"do_not_disturb_off",tags:[]},{name:"do_not_disturb_on",tags:[]},{name:"do_not_disturb_on",tags:[]},{name:"do_not_disturb_on_total_silence",tags:[]},{name:"do_not_step",tags:[]},{name:"do_not_touch",tags:[]},{name:"dock",tags:["technology"]},{name:"document_scanner",tags:[]},{name:"domain",tags:["web"]},{name:"domain_disabled",tags:[]},{name:"domain_verification",tags:[]},{name:"done",tags:[]},{name:"done_all",tags:[]},{name:"done_outline",tags:[]},{name:"donut_large",tags:[]},{name:"donut_small",tags:[]},{name:"door_back",tags:[]},{name:"door_front",tags:[]},{name:"door_sliding",tags:[]},{name:"doorbell",tags:[]},{name:"double_arrow",tags:["arrow"]},{name:"downhill_skiing",tags:[]},{name:"download",tags:[]},{name:"download_done",tags:[]},{name:"download_for_offline",tags:[]},{name:"downloading",tags:[]},{name:"drafts",tags:[]},{name:"drag_handle",tags:["editor"]},{name:"drag_indicator",tags:[]},{name:"drive_eta",tags:["travel"]},{name:"drive_file_move",tags:[]},{name:"drive_file_rename_outline",tags:[]},{name:"drive_folder_upload",tags:[]},{name:"dry",tags:[]},{name:"dry_cleaning",tags:[]},{name:"duo",tags:[]},{name:"dvr",tags:["technology"]},{name:"dynamic_feed",tags:[]},{name:"dynamic_form",tags:[]},{name:"e_mobiledata",tags:[]},{name:"earbuds",tags:[]},{name:"earbuds_battery",tags:[]},{name:"east",tags:[]},{name:"eco",tags:["nature"]},{name:"edgesensor_high",tags:[]},{name:"edgesensor_low",tags:[]},{name:"edit",tags:["editor"]},{name:"edit_attributes",tags:["map"]},{name:"edit_location",tags:[]},{name:"edit_location_alt",tags:[]},{name:"edit_notifications",tags:[]},{name:"edit_off",tags:[]},{name:"edit_road",tags:[]},{name:"eject",tags:[]},{name:"elderly",tags:[]},{name:"electric_bike",tags:[]},{name:"electric_car",tags:[]},{name:"electric_moped",tags:[]},{name:"electric_rickshaw",tags:[]},{name:"electric_scooter",tags:[]},{name:"electrical_services",tags:[]},{name:"elevator",tags:[]},{name:"email",tags:[]},{name:"emoji_emotions",tags:[]},{name:"emoji_events",tags:["sport"]},{name:"emoji_flags",tags:["sport"]},{name:"emoji_food_beverage",tags:["food"]},{name:"emoji_nature",tags:["nature"]},{name:"emoji_objects",tags:[]},{name:"emoji_people",tags:["people"]},{name:"emoji_symbols",tags:[]},{name:"emoji_transportation",tags:[]},{name:"engineering",tags:[]},{name:"enhanced_encryption",tags:[]},{name:"equalizer",tags:["media"]},{name:"error",tags:["calendar"]},{name:"error_outline",tags:["calendar"]},{name:"escalator",tags:[]},{name:"escalator_warning",tags:[]},{name:"euro",tags:[]},{name:"euro_symbol",tags:[]},{name:"ev_station",tags:["map"]},{name:"event",tags:["calendar"]},{name:"event_available",tags:[]},{name:"event_busy",tags:[]},{name:"event_note",tags:[]},{name:"event_seat",tags:[]},{name:"exit_to_app",tags:[]},{name:"expand",tags:[]},{name:"expand_less",tags:["arrow"]},{name:"expand_more",tags:["arrow"]},{name:"explicit",tags:["media"]},{name:"explore",tags:[]},{name:"explore_off",tags:[]},{name:"exposure",tags:[]},{name:"exposure_neg_1",tags:[]},{name:"exposure_neg_2",tags:[]},{name:"exposure_plus_1",tags:[]},{name:"exposure_plus_2",tags:[]},{name:"exposure_zero",tags:[]},{name:"extension",tags:[]},{name:"extension_off",tags:[]},{name:"face",tags:["people"]},{name:"face_retouching_natural",tags:[]},{name:"face_retouching_off",tags:[]},{name:"facebook",tags:[]},{name:"fact_check",tags:[]},{name:"family_restroom",tags:[]},{name:"fast_forward",tags:["arrow","media"]},{name:"fast_rewind",tags:["arrow","media"]},{name:"fastfood",tags:["food","map"]},{name:"favorite",tags:[]},{name:"favorite_border",tags:[]},{name:"featured_play_list",tags:["media"]},{name:"featured_video",tags:["media"]},{name:"feed",tags:[]},{name:"feedback",tags:[]},{name:"female",tags:[]},{name:"fence",tags:[]},{name:"festival",tags:[]},{name:"fiber_dvr",tags:["media"]},{name:"fiber_manual_record",tags:["media"]},{name:"fiber_new",tags:["media"]},{name:"fiber_pin",tags:["media"]},{name:"fiber_smart_record",tags:["media"]},{name:"file_copy",tags:["file"]},{name:"file_download",tags:["file"]},{name:"file_download",tags:["file"]},{name:"file_download_done",tags:[]},{name:"file_download_off",tags:[]},{name:"file_present",tags:[]},{name:"file_upload",tags:["file"]},{name:"file_upload",tags:["file"]},{name:"filter",tags:[]},{name:"filter_1",tags:[]},{name:"filter_2",tags:[]},{name:"filter_3",tags:[]},{name:"filter_4",tags:[]},{name:"filter_5",tags:[]},{name:"filter_6",tags:[]},{name:"filter_7",tags:[]},{name:"filter_8",tags:[]},{name:"filter_9",tags:[]},{name:"filter_9_plus",tags:[]},{name:"filter_alt",tags:[]},{name:"filter_b_and_w",tags:[]},{name:"filter_center_focus",tags:[]},{name:"filter_drama",tags:[]},{name:"filter_frames",tags:[]},{name:"filter_hdr",tags:["nature"]},{name:"filter_list",tags:[]},{name:"filter_none",tags:[]},{name:"filter_tilt_shift",tags:[]},{name:"filter_vintage",tags:[]},{name:"find_in_page",tags:[]},{name:"find_replace",tags:[]},{name:"fingerprint",tags:[]},{name:"fire_extinguisher",tags:[]},{name:"fireplace",tags:["travel"]},{name:"first_page",tags:["arrow"]},{name:"fit_screen",tags:[]},{name:"fitness_center",tags:[]},{name:"flag",tags:["travel","calendar"]},{name:"flaky",tags:[]},{name:"flare",tags:[]},{name:"flash_auto",tags:[]},{name:"flash_off",tags:[]},{name:"flash_on",tags:[]},{name:"flashlight_off",tags:[]},{name:"flashlight_on",tags:[]},{name:"flatware",tags:[]},{name:"flight",tags:["travel","map"]},{name:"flight_land",tags:["travel","map"]},{name:"flight_takeoff",tags:["travel","map"]},{name:"flip",tags:[]},{name:"flip_camera_android",tags:[]},{name:"flip_camera_ios",tags:[]},{name:"flip_to_back",tags:[]},{name:"flip_to_front",tags:[]},{name:"flourescent",tags:[]},{name:"flutter_dash",tags:[]},{name:"fmd_bad",tags:[]},{name:"fmd_good",tags:[]},{name:"folder",tags:["file"]},{name:"folder_open",tags:["file"]},{name:"folder_shared",tags:["file"]},{name:"folder_special",tags:["file"]},{name:"follow_the_signs",tags:[]},{name:"font_download",tags:[]},{name:"font_download_off",tags:[]},{name:"food_bank",tags:[]},{name:"format_align_center",tags:["editor"]},{name:"format_align_justify",tags:["editor"]},{name:"format_align_left",tags:["editor"]},{name:"format_align_right",tags:["editor"]},{name:"format_bold",tags:["editor"]},{name:"format_clear",tags:["editor"]},{name:"format_color_fill",tags:["editor"]},{name:"format_color_fill",tags:["editor"]},{name:"format_color_reset",tags:["editor"]},{name:"format_color_text",tags:["editor"]},{name:"format_color_text",tags:["editor"]},{name:"format_indent_decrease",tags:["arrow","editor"]},{name:"format_indent_increase",tags:["arrow","editor"]},{name:"format_italic",tags:["editor"]},{name:"format_line_spacing",tags:["arrow","editor"]},{name:"format_list_bulleted",tags:["editor"]},{name:"format_list_numbered",tags:["editor"]},{name:"format_list_numbered_rtl",tags:[]},{name:"format_paint",tags:["editor"]},{name:"format_quote",tags:["editor"]},{name:"format_shapes",tags:["editor"]},{name:"format_size",tags:["editor"]},{name:"format_strikethrough",tags:["editor"]},{name:"format_textdirection_l_to_r",tags:["arrow","editor"]},{name:"format_textdirection_r_to_l",tags:["arrow","editor"]},{name:"format_underlined",tags:["editor"]},{name:"forum",tags:[]},{name:"forward",tags:["arrow","media"]},{name:"forward_10",tags:["arrow","media"]},{name:"forward_30",tags:["arrow","media"]},{name:"forward_5",tags:["arrow","media"]},{name:"forward_to_inbox",tags:[]},{name:"foundation",tags:[]},{name:"free_breakfast",tags:["food"]},{name:"fullscreen",tags:[]},{name:"fullscreen_exit",tags:[]},{name:"functions",tags:["editor"]},{name:"g_mobiledata",tags:[]},{name:"g_translate",tags:[]},{name:"gamepad",tags:["technology"]},{name:"games",tags:["media"]},{name:"garage",tags:[]},{name:"gavel",tags:["other"]},{name:"gesture",tags:["technology"]},{name:"get_app",tags:[]},{name:"gif",tags:["web"]},{name:"gite",tags:[]},{name:"golf_course",tags:["sport"]},{name:"gpp_bad",tags:[]},{name:"gpp_good",tags:[]},{name:"gpp_maybe",tags:[]},{name:"gps_fixed",tags:["technology"]},{name:"gps_not_fixed",tags:["technology"]},{name:"gps_off",tags:["technology"]},{name:"grade",tags:[]},{name:"gradient",tags:["media","web"]},{name:"grading",tags:[]},{name:"grain",tags:[]},{name:"graphic_eq",tags:[]},{name:"grass",tags:[]},{name:"grid_3x3",tags:[]},{name:"grid_4x4",tags:[]},{name:"grid_goldenratio",tags:[]},{name:"grid_off",tags:["web"]},{name:"grid_on",tags:["web"]},{name:"grid_view",tags:[]},{name:"group",tags:["people"]},{name:"group_add",tags:["people"]},{name:"group_work",tags:["other"]},{name:"groups",tags:[]},{name:"h_mobiledata",tags:[]},{name:"h_plus_mobiledata",tags:[]},{name:"hail",tags:[]},{name:"handyman",tags:[]},{name:"hardware",tags:[]},{name:"hd",tags:["media"]},{name:"hdr_auto",tags:[]},{name:"hdr_auto_select",tags:[]},{name:"hdr_enhanced_select",tags:[]},{name:"hdr_off",tags:[]},{name:"hdr_off_select",tags:[]},{name:"hdr_on",tags:[]},{name:"hdr_on_select",tags:[]},{name:"hdr_plus",tags:[]},{name:"hdr_strong",tags:[]},{name:"hdr_weak",tags:[]},{name:"headphones",tags:[]},{name:"headphones_battery",tags:[]},{name:"headset",tags:["technology"]},{name:"headset_mic",tags:["technology"]},{name:"headset_off",tags:[]},{name:"healing",tags:[]},{name:"health_and_safety",tags:[]},{name:"hearing",tags:["accessibility","media"]},{name:"hearing_disabled",tags:[]},{name:"height",tags:["arrow","editor"]},{name:"help",tags:[]},{name:"help_center",tags:[]},{name:"help_outline",tags:[]},{name:"hevc",tags:[]},{name:"hide_image",tags:[]},{name:"hide_source",tags:[]},{name:"high_quality",tags:["media"]},{name:"highlight",tags:["editor"]},{name:"highlight_alt",tags:[]},{name:"highlight_off",tags:["editor"]},{name:"hiking",tags:[]},{name:"history",tags:["arrow"]},{name:"history_edu",tags:[]},{name:"history_toggle_off",tags:[]},{name:"holiday_village",tags:[]},{name:"home",tags:[]},{name:"home_max",tags:[]},{name:"home_mini",tags:[]},{name:"home_repair_service",tags:[]},{name:"home_work",tags:[]},{name:"horizontal_distribute",tags:[]},{name:"horizontal_rule",tags:[]},{name:"horizontal_split",tags:[]},{name:"hot_tub",tags:["travel","people"]},{name:"hotel",tags:["travel","map"]},{name:"hourglass_bottom",tags:[]},{name:"hourglass_disabled",tags:[]},{name:"hourglass_empty",tags:[]},{name:"hourglass_full",tags:[]},{name:"hourglass_top",tags:[]},{name:"house",tags:[]},{name:"house_siding",tags:[]},{name:"houseboat",tags:[]},{name:"how_to_reg",tags:["people"]},{name:"how_to_vote",tags:[]},{name:"http",tags:[]},{name:"https",tags:[]},{name:"hvac",tags:[]},{name:"ice_skating",tags:[]},{name:"icecream",tags:[]},{name:"image",tags:[]},{name:"image_aspect_ratio",tags:[]},{name:"image_not_supported",tags:[]},{name:"image_search",tags:[]},{name:"imagesearch_roller",tags:[]},{name:"import_contacts",tags:[]},{name:"import_export",tags:["arrow"]},{name:"important_devices",tags:[]},{name:"inbox",tags:[]},{name:"indeterminate_check_box",tags:[]},{name:"info",tags:[]},{name:"info_outline",tags:[]},{name:"input",tags:["arrow"]},{name:"insert_chart",tags:["editor"]},{name:"insert_chart_outlined",tags:["editor"]},{name:"insert_comment",tags:["editor"]},{name:"insert_drive_file",tags:["editor"]},{name:"insert_emoticon",tags:["editor"]},{name:"insert_invitation",tags:["calendar","editor"]},{name:"insert_link",tags:["calendar","editor"]},{name:"insert_photo",tags:["calendar","editor"]},{name:"insights",tags:[]},{name:"integration_instructions",tags:[]},{name:"inventory",tags:[]},{name:"inventory_2",tags:[]},{name:"invert_colors",tags:[]},{name:"invert_colors_off",tags:[]},{name:"ios_share",tags:[]},{name:"iron",tags:[]},{name:"iso",tags:[]},{name:"kayaking",tags:[]},{name:"keyboard",tags:["technology"]},{name:"keyboard_alt",tags:[]},{name:"keyboard_arrow_down",tags:["arrow","technology"]},{name:"keyboard_arrow_left",tags:["arrow","technology"]},{name:"keyboard_arrow_right",tags:["arrow","technology"]},{name:"keyboard_arrow_up",tags:["arrow","technology"]},{name:"keyboard_backspace",tags:["arrow","technology"]},{name:"keyboard_capslock",tags:["arrow","technology"]},{name:"keyboard_hide",tags:["arrow","technology"]},{name:"keyboard_return",tags:["arrow","technology"]},{name:"keyboard_tab",tags:["arrow","technology"]},{name:"keyboard_voice",tags:["technology"]},{name:"king_bed",tags:["travel"]},{name:"kitchen",tags:[]},{name:"kitesurfing",tags:[]},{name:"label",tags:[]},{name:"label_important",tags:[]},{name:"label_off",tags:[]},{name:"label_outline",tags:[]},{name:"landscape",tags:["travel","nature"]},{name:"language",tags:[]},{name:"laptop",tags:["technology"]},{name:"laptop_chromebook",tags:["technology"]},{name:"laptop_mac",tags:["technology"]},{name:"laptop_windows",tags:["technology"]},{name:"last_page",tags:["arrow"]},{name:"launch",tags:["arrow"]},{name:"layers",tags:["map"]},{name:"layers_clear",tags:["map"]},{name:"leaderboard",tags:[]},{name:"leak_add",tags:[]},{name:"leak_remove",tags:[]},{name:"legend_toggle",tags:[]},{name:"lens",tags:[]},{name:"lens_blur",tags:[]},{name:"library_add",tags:["media"]},{name:"library_add_check",tags:[]},{name:"library_books",tags:["media"]},{name:"library_music",tags:["media"]},{name:"light",tags:[]},{name:"light_mode",tags:[]},{name:"lightbulb",tags:[]},{name:"lightbulb_outline",tags:[]},{name:"line_style",tags:[]},{name:"line_weight",tags:[]},{name:"linear_scale",tags:["editor"]},{name:"link",tags:[]},{name:"link_off",tags:[]},{name:"linked_camera",tags:[]},{name:"liquor",tags:[]},{name:"list",tags:[]},{name:"list_alt",tags:[]},{name:"live_help",tags:[]},{name:"live_tv",tags:["arrow"]},{name:"living",tags:[]},{name:"local_activity",tags:["map"]},{name:"local_airport",tags:["travel","map"]},{name:"local_atm",tags:["map","money"]},{name:"local_bar",tags:["map"]},{name:"local_cafe",tags:["map"]},{name:"local_car_wash",tags:["map"]},{name:"local_convenience_store",tags:["map"]},{name:"local_dining",tags:["travel","map"]},{name:"local_drink",tags:["travel","map"]},{name:"local_fire_department",tags:[]},{name:"local_florist",tags:["map","nature"]},{name:"local_gas_station",tags:["map"]},{name:"local_grocery_store",tags:["map"]},{name:"local_hospital",tags:["health","map"]},{name:"local_hotel",tags:["travel","map"]},{name:"local_laundry_service",tags:["map"]},{name:"local_library",tags:["map","people"]},{name:"local_mall",tags:["map"]},{name:"local_movies",tags:["map"]},{name:"local_offer",tags:["map"]},{name:"local_parking",tags:["travel","map"]},{name:"local_pharmacy",tags:["map"]},{name:"local_phone",tags:["map"]},{name:"local_pizza",tags:["map"]},{name:"local_play",tags:["map"]},{name:"local_police",tags:[]},{name:"local_post_office",tags:["map"]},{name:"local_printshop",tags:["map"]},{name:"local_see",tags:["map"]},{name:"local_shipping",tags:["map"]},{name:"local_taxi",tags:["travel","map"]},{name:"location_city",tags:["travel"]},{name:"location_disabled",tags:[]},{name:"location_off",tags:[]},{name:"location_on",tags:[]},{name:"location_searching",tags:[]},{name:"lock",tags:[]},{name:"lock_clock",tags:[]},{name:"lock_open",tags:[]},{name:"lock_outline",tags:[]},{name:"login",tags:[]},{name:"logout",tags:[]},{name:"looks",tags:[]},{name:"looks_3",tags:[]},{name:"looks_4",tags:[]},{name:"looks_5",tags:[]},{name:"looks_6",tags:[]},{name:"looks_one",tags:[]},{name:"looks_two",tags:[]},{name:"loop",tags:["arrow","media"]},{name:"loupe",tags:[]},{name:"low_priority",tags:["arrow"]},{name:"loyalty",tags:[]},{name:"lte_mobiledata",tags:[]},{name:"lte_plus_mobiledata",tags:[]},{name:"luggage",tags:[]},{name:"lunch_dining",tags:[]},{name:"mail",tags:[]},{name:"mail_outline",tags:[]},{name:"male",tags:[]},{name:"manage_accounts",tags:[]},{name:"manage_search",tags:[]},{name:"map",tags:["travel","map"]},{name:"maps_home_work",tags:[]},{name:"maps_ugc",tags:[]},{name:"margin",tags:[]},{name:"mark_as_unread",tags:[]},{name:"mark_chat_read",tags:[]},{name:"mark_chat_unread",tags:[]},{name:"mark_email_read",tags:[]},{name:"mark_email_unread",tags:[]},{name:"markunread",tags:[]},{name:"markunread_mailbox",tags:[]},{name:"masks",tags:[]},{name:"maximize",tags:[]},{name:"media_bluetooth_off",tags:[]},{name:"media_bluetooth_on",tags:[]},{name:"mediation",tags:[]},{name:"medical_services",tags:[]},{name:"medication",tags:[]},{name:"meeting_room",tags:[]},{name:"memory",tags:["technology"]},{name:"menu",tags:[]},{name:"menu_book",tags:[]},{name:"menu_open",tags:["arrow"]},{name:"merge_type",tags:["arrow","editor"]},{name:"message",tags:[]},{name:"mic",tags:["media"]},{name:"mic_external_off",tags:[]},{name:"mic_external_on",tags:[]},{name:"mic_none",tags:["media"]},{name:"mic_off",tags:["media"]},{name:"microwave",tags:[]},{name:"military_tech",tags:[]},{name:"minimize",tags:[]},{name:"miscellaneous_services",tags:[]},{name:"missed_video_call",tags:["media"]},{name:"mms",tags:[]},{name:"mobile_friendly",tags:["technology"]},{name:"mobile_off",tags:["technology"]},{name:"mobile_screen_share",tags:[]},{name:"mobiledata_off",tags:[]},{name:"mode",tags:[]},{name:"mode_comment",tags:["editor"]},{name:"mode_edit",tags:[]},{name:"mode_edit",tags:[]},{name:"mode_edit_outline",tags:[]},{name:"mode_night",tags:[]},{name:"mode_standby",tags:[]},{name:"model_training",tags:[]},{name:"monetization_on",tags:["editor"]},{name:"money",tags:["money"]},{name:"money_off",tags:["editor"]},{name:"money_off_csred",tags:[]},{name:"monitor",tags:[]},{name:"monitor_weight",tags:[]},{name:"monochrome_photos",tags:[]},{name:"mood",tags:[]},{name:"mood_bad",tags:[]},{name:"moped",tags:[]},{name:"more",tags:["calendar"]},{name:"more_horiz",tags:[]},{name:"more_time",tags:[]},{name:"more_vert",tags:[]},{name:"motion_photos_auto",tags:[]},{name:"motion_photos_off",tags:[]},{name:"motion_photos_on",tags:[]},{name:"motion_photos_pause",tags:[]},{name:"motion_photos_paused",tags:[]},{name:"motorcycle",tags:["travel"]},{name:"mouse",tags:["technology"]},{name:"move_to_inbox",tags:["arrow"]},{name:"movie",tags:["media"]},{name:"movie_creation",tags:[]},{name:"movie_filter",tags:[]},{name:"moving",tags:[]},{name:"mp",tags:[]},{name:"multiline_chart",tags:["editor"]},{name:"multiple_stop",tags:[]},{name:"museum",tags:[]},{name:"music_note",tags:[]},{name:"music_off",tags:[]},{name:"music_video",tags:["media"]},{name:"my_location",tags:["map"]},{name:"nat",tags:[]},{name:"nature",tags:["nature"]},{name:"nature_people",tags:["people","nature"]},{name:"navigate_before",tags:["arrow"]},{name:"navigate_next",tags:["arrow"]},{name:"navigation",tags:["arrow","map"]},{name:"near_me",tags:["arrow","map"]},{name:"near_me_disabled",tags:[]},{name:"nearby_error",tags:[]},{name:"nearby_off",tags:[]},{name:"network_cell",tags:[]},{name:"network_cell",tags:[]},{name:"network_check",tags:["arrow"]},{name:"network_locked",tags:[]},{name:"network_wifi",tags:[]},{name:"network_wifi",tags:[]},{name:"new_label",tags:[]},{name:"new_releases",tags:["media"]},{name:"next_plan",tags:[]},{name:"next_week",tags:["arrow","calendar"]},{name:"nfc",tags:[]},{name:"night_shelter",tags:[]},{name:"nightlife",tags:[]},{name:"nightlight",tags:[]},{name:"nightlight_round",tags:[]},{name:"nights_stay",tags:["travel"]},{name:"no_accounts",tags:[]},{name:"no_backpack",tags:[]},{name:"no_cell",tags:[]},{name:"no_drinks",tags:[]},{name:"no_encryption",tags:[]},{name:"no_encryption_gmailerrorred",tags:[]},{name:"no_flash",tags:[]},{name:"no_food",tags:[]},{name:"no_luggage",tags:[]},{name:"no_meals",tags:[]},{name:"no_meeting_room",tags:[]},{name:"no_photography",tags:[]},{name:"no_sim",tags:[]},{name:"no_stroller",tags:[]},{name:"no_transfer",tags:[]},{name:"nordic_walking",tags:[]},{name:"north",tags:[]},{name:"north_east",tags:[]},{name:"north_west",tags:[]},{name:"not_accessible",tags:[]},{name:"not_interested",tags:["media"]},{name:"not_listed_location",tags:[]},{name:"not_started",tags:[]},{name:"note",tags:["media"]},{name:"note_add",tags:[]},{name:"note_alt",tags:[]},{name:"notes",tags:["editor"]},{name:"notification_add",tags:[]},{name:"notification_important",tags:["calendar"]},{name:"notifications",tags:["calendar"]},{name:"notifications_active",tags:["calendar"]},{name:"notifications_none",tags:["calendar"]},{name:"notifications_off",tags:["calendar"]},{name:"notifications_paused",tags:["calendar"]},{name:"offline_bolt",tags:[]},{name:"offline_pin",tags:[]},{name:"offline_share",tags:[]},{name:"ondemand_video",tags:[]},{name:"online_prediction",tags:[]},{name:"opacity",tags:[]},{name:"open_in_browser",tags:["arrow"]},{name:"open_in_full",tags:[]},{name:"open_in_new",tags:["arrow"]},{name:"open_in_new_off",tags:[]},{name:"open_with",tags:[]},{name:"other_houses",tags:[]},{name:"outbound",tags:[]},{name:"outbox",tags:[]},{name:"outdoor_grill",tags:[]},{name:"outlet",tags:[]},{name:"outlined_flag",tags:[]},{name:"padding",tags:[]},{name:"pages",tags:[]},{name:"pageview",tags:[]},{name:"paid",tags:[]},{name:"palette",tags:[]},{name:"pan_tool",tags:[]},{name:"panorama",tags:[]},{name:"panorama_fish_eye",tags:[]},{name:"panorama_horizontal",tags:[]},{name:"panorama_horizontal_select",tags:[]},{name:"panorama_photosphere",tags:[]},{name:"panorama_photosphere_select",tags:[]},{name:"panorama_vertical",tags:[]},{name:"panorama_vertical_select",tags:[]},{name:"panorama_wide_angle",tags:[]},{name:"panorama_wide_angle_select",tags:[]},{name:"paragliding",tags:[]},{name:"park",tags:[]},{name:"party_mode",tags:[]},{name:"password",tags:[]},{name:"pattern",tags:[]},{name:"pause",tags:["media"]},{name:"pause_circle",tags:[]},{name:"pause_circle_filled",tags:["media"]},{name:"pause_circle_outline",tags:["media"]},{name:"pause_presentation",tags:[]},{name:"payment",tags:[]},{name:"payments",tags:[]},{name:"pedal_bike",tags:[]},{name:"pending",tags:[]},{name:"pending_actions",tags:[]},{name:"people",tags:["people"]},{name:"people_alt",tags:["people"]},{name:"people_outline",tags:["people"]},{name:"perm_camera_mic",tags:[]},{name:"perm_contact_calendar",tags:["calendar","people"]},{name:"perm_data_setting",tags:[]},{name:"perm_device_information",tags:[]},{name:"perm_identity",tags:["people"]},{name:"perm_media",tags:[]},{name:"perm_phone_msg",tags:[]},{name:"perm_scan_wifi",tags:[]},{name:"person",tags:["people"]},{name:"person_add",tags:["people"]},{name:"person_add_alt",tags:[]},{name:"person_add_alt_1",tags:[]},{name:"person_add_disabled",tags:[]},{name:"person_off",tags:[]},{name:"person_outline",tags:["people"]},{name:"person_pin",tags:["map"]},{name:"person_pin_circle",tags:[]},{name:"person_remove",tags:[]},{name:"person_remove_alt_1",tags:[]},{name:"person_search",tags:[]},{name:"personal_injury",tags:[]},{name:"personal_video",tags:[]},{name:"pest_control",tags:[]},{name:"pest_control_rodent",tags:[]},{name:"pets",tags:["nature","health"]},{name:"phone",tags:["technology"]},{name:"phone_android",tags:["technology"]},{name:"phone_bluetooth_speaker",tags:["technology"]},{name:"phone_callback",tags:["arrow","technology"]},{name:"phone_disabled",tags:[]},{name:"phone_enabled",tags:[]},{name:"phone_forwarded",tags:["arrow","technology"]},{name:"phone_in_talk",tags:["technology"]},{name:"phone_iphone",tags:["technology"]},{name:"phone_locked",tags:["technology"]},{name:"phone_missed",tags:["arrow","technology"]},{name:"phone_paused",tags:["technology"]},{name:"phonelink",tags:["technology"]},{name:"phonelink_erase",tags:["technology"]},{name:"phonelink_lock",tags:["technology"]},{name:"phonelink_off",tags:["technology"]},{name:"phonelink_ring",tags:["technology"]},{name:"phonelink_setup",tags:["technology"]},{name:"photo",tags:[]},{name:"photo_album",tags:[]},{name:"photo_camera",tags:[]},{name:"photo_camera_back",tags:[]},{name:"photo_camera_front",tags:[]},{name:"photo_filter",tags:[]},{name:"photo_library",tags:["travel"]},{name:"photo_size_select_actual",tags:["travel"]},{name:"photo_size_select_large",tags:[]},{name:"photo_size_select_small",tags:[]},{name:"piano",tags:[]},{name:"piano_off",tags:[]},{name:"picture_as_pdf",tags:[]},{name:"picture_in_picture",tags:[]},{name:"picture_in_picture_alt",tags:[]},{name:"pie_chart",tags:["editor"]},{name:"pie_chart_outline",tags:[]},{name:"pie_chart_outlined",tags:["editor"]},{name:"pin",tags:[]},{name:"pin_drop",tags:[]},{name:"pivot_table_chart",tags:[]},{name:"place",tags:[]},{name:"plagiarism",tags:[]},{name:"play_arrow",tags:["arrow","media"]},{name:"play_circle",tags:[]},{name:"play_circle_filled",tags:["arrow","media"]},{name:"play_circle_outline",tags:["arrow","media"]},{name:"play_disabled",tags:[]},{name:"play_for_work",tags:["arrow"]},{name:"play_lesson",tags:[]},{name:"playlist_add",tags:["media"]},{name:"playlist_add_check",tags:["media"]},{name:"playlist_play",tags:["arrow","media"]},{name:"plumbing",tags:[]},{name:"plus_one",tags:[]},{name:"podcasts",tags:[]},{name:"point_of_sale",tags:[]},{name:"policy",tags:[]},{name:"poll",tags:[]},{name:"polymer",tags:[]},{name:"pool",tags:["travel","people"]},{name:"portable_wifi_off",tags:[]},{name:"portrait",tags:["travel"]},{name:"post_add",tags:["calendar","editor"]},{name:"power",tags:[]},{name:"power_input",tags:["technology"]},{name:"power_off",tags:[]},{name:"power_settings_new",tags:[]},{name:"precision_manufacturing",tags:[]},{name:"pregnant_woman",tags:["health","people"]},{name:"present_to_all",tags:["arrow"]},{name:"preview",tags:[]},{name:"price_change",tags:[]},{name:"price_check",tags:[]},{name:"print",tags:[]},{name:"print_disabled",tags:[]},{name:"priority_high",tags:[]},{name:"privacy_tip",tags:[]},{name:"production_quantity_limits",tags:[]},{name:"psychology",tags:[]},{name:"public",tags:["travel"]},{name:"public_off",tags:[]},{name:"publish",tags:["arrow","calendar","editor"]},{name:"published_with_changes",tags:[]},{name:"push_pin",tags:[]},{name:"qr_code",tags:[]},{name:"qr_code_2",tags:[]},{name:"qr_code_scanner",tags:[]},{name:"query_builder",tags:[]},{name:"query_stats",tags:[]},{name:"question_answer",tags:[]},{name:"queue",tags:["media"]},{name:"queue_music",tags:["media"]},{name:"queue_play_next",tags:["arrow","media"]},{name:"quickreply",tags:[]},{name:"quiz",tags:[]},{name:"r_mobiledata",tags:[]},{name:"radar",tags:[]},{name:"radio",tags:["media"]},{name:"radio_button_checked",tags:[]},{name:"radio_button_unchecked",tags:[]},{name:"railway_alert",tags:[]},{name:"ramen_dining",tags:[]},{name:"rate_review",tags:["map"]},{name:"raw_off",tags:[]},{name:"raw_on",tags:[]},{name:"read_more",tags:[]},{name:"real_estate_agent",tags:[]},{name:"receipt",tags:[]},{name:"receipt_long",tags:[]},{name:"recent_actors",tags:["media"]},{name:"recommend",tags:[]},{name:"record_voice_over",tags:["media","people"]},{name:"redeem",tags:[]},{name:"redo",tags:["arrow","calendar"]},{name:"reduce_capacity",tags:[]},{name:"refresh",tags:["arrow","calendar"]},{name:"remember_me",tags:[]},{name:"remove",tags:["calendar"]},{name:"remove_circle",tags:["calendar"]},{name:"remove_circle_outline",tags:["calendar"]},{name:"remove_done",tags:[]},{name:"remove_from_queue",tags:["media"]},{name:"remove_moderator",tags:[]},{name:"remove_red_eye",tags:[]},{name:"remove_shopping_cart",tags:[]},{name:"reorder",tags:[]},{name:"repeat",tags:["arrow","media"]},{name:"repeat_on",tags:[]},{name:"repeat_one",tags:["arrow","media"]},{name:"repeat_one_on",tags:[]},{name:"replay",tags:["arrow","media"]},{name:"replay_10",tags:["arrow","media"]},{name:"replay_30",tags:["arrow","media"]},{name:"replay_5",tags:["arrow","media"]},{name:"replay_circle_filled",tags:[]},{name:"reply",tags:["arrow"]},{name:"reply_all",tags:["arrow"]},{name:"report",tags:[]},{name:"report_gmailerrorred",tags:[]},{name:"report_off",tags:[]},{name:"report_problem",tags:[]},{name:"request_page",tags:[]},{name:"request_quote",tags:[]},{name:"reset_tv",tags:[]},{name:"restart_alt",tags:[]},{name:"restaurant",tags:["travel","map"]},{name:"restaurant_menu",tags:["travel","map"]},{name:"restore",tags:[]},{name:"restore_from_trash",tags:[]},{name:"restore_page",tags:[]},{name:"reviews",tags:[]},{name:"rice_bowl",tags:[]},{name:"ring_volume",tags:[]},{name:"roofing",tags:[]},{name:"room",tags:[]},{name:"room_preferences",tags:[]},{name:"room_service",tags:["travel"]},{name:"rotate_90_degrees_ccw",tags:["arrow"]},{name:"rotate_left",tags:["arrow"]},{name:"rotate_right",tags:["arrow"]},{name:"rounded_corner",tags:[]},{name:"router",tags:["technology"]},{name:"rowing",tags:["sport","travel","health","people"]},{name:"rss_feed",tags:[]},{name:"rsvp",tags:[]},{name:"rtt",tags:[]},{name:"rule",tags:[]},{name:"rule_folder",tags:[]},{name:"run_circle",tags:[]},{name:"running_with_errors",tags:[]},{name:"rv_hookup",tags:["arrow","travel"]},{name:"safety_divider",tags:[]},{name:"sailing",tags:[]},{name:"sanitizer",tags:[]},{name:"satellite",tags:["map"]},{name:"save",tags:["file"]},{name:"save_alt",tags:["arrow","file"]},{name:"saved_search",tags:[]},{name:"savings",tags:[]},{name:"scanner",tags:["technology"]},{name:"scatter_plot",tags:["editor"]},{name:"schedule",tags:["calendar"]},{name:"schedule_send",tags:[]},{name:"schema",tags:[]},{name:"school",tags:[]},{name:"science",tags:[]},{name:"score",tags:["editor"]},{name:"screen_lock_landscape",tags:[]},{name:"screen_lock_portrait",tags:[]},{name:"screen_lock_rotation",tags:[]},{name:"screen_rotation",tags:[]},{name:"screen_search_desktop",tags:[]},{name:"screen_share",tags:["arrow"]},{name:"screenshot",tags:[]},{name:"sd",tags:[]},{name:"sd_card",tags:[]},{name:"sd_card_alert",tags:[]},{name:"sd_storage",tags:[]},{name:"search",tags:[]},{name:"search_off",tags:[]},{name:"security",tags:["technology"]},{name:"security_update",tags:[]},{name:"security_update_good",tags:[]},{name:"security_update_warning",tags:[]},{name:"segment",tags:[]},{name:"select_all",tags:[]},{name:"self_improvement",tags:[]},{name:"sell",tags:[]},{name:"send",tags:["arrow"]},{name:"send_and_archive",tags:[]},{name:"send_to_mobile",tags:[]},{name:"sensor_door",tags:[]},{name:"sensor_window",tags:[]},{name:"sensors",tags:[]},{name:"sensors_off",tags:[]},{name:"sentiment_dissatisfied",tags:["people"]},{name:"sentiment_neutral",tags:[]},{name:"sentiment_satisfied",tags:["people"]},{name:"sentiment_satisfied_alt",tags:[]},{name:"sentiment_very_dissatisfied",tags:["people"]},{name:"sentiment_very_satisfied",tags:["people"]},{name:"set_meal",tags:[]},{name:"settings",tags:[]},{name:"settings_accessibility",tags:[]},{name:"settings_applications",tags:[]},{name:"settings_backup_restore",tags:["arrow"]},{name:"settings_bluetooth",tags:[]},{name:"settings_brightness",tags:[]},{name:"settings_cell",tags:[]},{name:"settings_ethernet",tags:["arrow"]},{name:"settings_input_antenna",tags:[]},{name:"settings_input_component",tags:[]},{name:"settings_input_composite",tags:[]},{name:"settings_input_hdmi",tags:[]},{name:"settings_input_svideo",tags:[]},{name:"settings_overscan",tags:[]},{name:"settings_phone",tags:[]},{name:"settings_power",tags:[]},{name:"settings_remote",tags:[]},{name:"settings_suggest",tags:[]},{name:"settings_system_daydream",tags:[]},{name:"settings_voice",tags:[]},{name:"share",tags:[]},{name:"share_location",tags:[]},{name:"shield",tags:[]},{name:"shop",tags:["arrow"]},{name:"shop_2",tags:[]},{name:"shop_two",tags:["arrow"]},{name:"shopping_bag",tags:[]},{name:"shopping_basket",tags:[]},{name:"shopping_cart",tags:[]},{name:"short_text",tags:["editor"]},{name:"shortcut",tags:[]},{name:"show_chart",tags:["editor"]},{name:"shower",tags:[]},{name:"shuffle",tags:["arrow","media"]},{name:"shuffle_on",tags:[]},{name:"shutter_speed",tags:[]},{name:"sick",tags:[]},{name:"signal_cellular_0_bar",tags:[]},{name:"signal_cellular_4_bar",tags:[]},{name:"signal_cellular_alt",tags:[]},{name:"signal_cellular_connected_no_internet_0_bar",tags:[]},{name:"signal_cellular_connected_no_internet_4_bar",tags:[]},{name:"signal_cellular_no_sim",tags:[]},{name:"signal_cellular_nodata",tags:[]},{name:"signal_cellular_null",tags:[]},{name:"signal_cellular_off",tags:[]},{name:"signal_wifi_0_bar",tags:[]},{name:"signal_wifi_4_bar",tags:[]},{name:"signal_wifi_4_bar_lock",tags:[]},{name:"signal_wifi_bad",tags:[]},{name:"signal_wifi_connected_no_internet_4",tags:[]},{name:"signal_wifi_off",tags:[]},{name:"signal_wifi_statusbar_4_bar",tags:[]},{name:"signal_wifi_statusbar_connected_no_internet_4",tags:[]},{name:"signal_wifi_statusbar_null",tags:[]},{name:"sim_card",tags:["technology"]},{name:"sim_card_alert",tags:[]},{name:"sim_card_alert",tags:[]},{name:"sim_card_download",tags:[]},{name:"single_bed",tags:["travel"]},{name:"sip",tags:[]},{name:"skateboarding",tags:[]},{name:"skip_next",tags:["arrow","media"]},{name:"skip_previous",tags:["arrow","media"]},{name:"sledding",tags:[]},{name:"slideshow",tags:[]},{name:"slow_motion_video",tags:["arrow","media"]},{name:"smart_button",tags:[]},{name:"smart_display",tags:[]},{name:"smart_screen",tags:[]},{name:"smart_toy",tags:[]},{name:"smartphone",tags:["technology"]},{name:"smoke_free",tags:["travel"]},{name:"smoking_rooms",tags:["travel"]},{name:"sms",tags:[]},{name:"sms_failed",tags:[]},{name:"snippet_folder",tags:[]},{name:"snooze",tags:["media"]},{name:"snowboarding",tags:[]},{name:"snowmobile",tags:[]},{name:"snowshoeing",tags:[]},{name:"soap",tags:[]},{name:"social_distance",tags:[]},{name:"sort",tags:[]},{name:"sort_by_alpha",tags:["arrow","media"]},{name:"source",tags:[]},{name:"south",tags:[]},{name:"south_east",tags:[]},{name:"south_west",tags:[]},{name:"spa",tags:[]},{name:"space_bar",tags:["editor"]},{name:"space_dashboard",tags:[]},{name:"speaker",tags:["technology"]},{name:"speaker_group",tags:["technology"]},{name:"speaker_notes",tags:[]},{name:"speaker_notes_off",tags:[]},{name:"speaker_phone",tags:["technology"]},{name:"speed",tags:["arrow","media"]},{name:"spellcheck",tags:[]},{name:"splitscreen",tags:[]},{name:"sports",tags:["sport"]},{name:"sports_bar",tags:[]},{name:"sports_baseball",tags:["sport"]},{name:"sports_basketball",tags:["sport"]},{name:"sports_cricket",tags:["sport"]},{name:"sports_esports",tags:["sport"]},{name:"sports_football",tags:["sport"]},{name:"sports_golf",tags:["sport"]},{name:"sports_handball",tags:["sport","people"]},{name:"sports_hockey",tags:["sport"]},{name:"sports_kabaddi",tags:["sport","people"]},{name:"sports_mma",tags:["sport"]},{name:"sports_motorsports",tags:["sport"]},{name:"sports_rugby",tags:["sport"]},{name:"sports_score",tags:[]},{name:"sports_soccer",tags:["sport"]},{name:"sports_tennis",tags:["sport"]},{name:"sports_volleyball",tags:["sport"]},{name:"square_foot",tags:[]},{name:"stacked_bar_chart",tags:[]},{name:"stacked_line_chart",tags:[]},{name:"stairs",tags:[]},{name:"star",tags:[]},{name:"star_border",tags:[]},{name:"star_border_purple500",tags:[]},{name:"star_half",tags:[]},{name:"star_outline",tags:[]},{name:"star_purple500",tags:[]},{name:"star_rate",tags:[]},{name:"stars",tags:[]},{name:"stay_current_landscape",tags:[]},{name:"stay_current_portrait",tags:[]},{name:"stay_primary_landscape",tags:[]},{name:"stay_primary_portrait",tags:[]},{name:"sticky_note_2",tags:[]},{name:"stop",tags:["media"]},{name:"stop_circle",tags:[]},{name:"stop_screen_share",tags:["arrow"]},{name:"storage",tags:[]},{name:"store",tags:[]},{name:"store_mall_directory",tags:["map"]},{name:"storefront",tags:[]},{name:"storm",tags:[]},{name:"straighten",tags:[]},{name:"stream",tags:[]},{name:"streetview",tags:["map"]},{name:"strikethrough_s",tags:["editor"]},{name:"stroller",tags:[]},{name:"style",tags:[]},{name:"subdirectory_arrow_left",tags:["arrow"]},{name:"subdirectory_arrow_right",tags:["arrow"]},{name:"subject",tags:[]},{name:"subscript",tags:[]},{name:"subscriptions",tags:["arrow","media"]},{name:"subtitles",tags:["media"]},{name:"subtitles_off",tags:[]},{name:"subway",tags:["travel","map"]},{name:"summarize",tags:[]},{name:"superscript",tags:[]},{name:"supervised_user_circle",tags:["people"]},{name:"supervisor_account",tags:["people"]},{name:"support",tags:[]},{name:"support_agent",tags:[]},{name:"surfing",tags:[]},{name:"surround_sound",tags:["media"]},{name:"swap_calls",tags:["arrow"]},{name:"swap_horiz",tags:["arrow"]},{name:"swap_horizontal_circle",tags:[]},{name:"swap_vert",tags:["arrow"]},{name:"swap_vertical_circle",tags:["arrow"]},{name:"swipe",tags:[]},{name:"switch_account",tags:[]},{name:"switch_camera",tags:[]},{name:"switch_left",tags:[]},{name:"switch_right",tags:[]},{name:"switch_video",tags:[]},{name:"sync",tags:[]},{name:"sync_alt",tags:["arrow"]},{name:"sync_disabled",tags:[]},{name:"sync_problem",tags:[]},{name:"system_security_update",tags:[]},{name:"system_security_update_good",tags:[]},{name:"system_security_update_warning",tags:[]},{name:"system_update",tags:["arrow"]},{name:"system_update_alt",tags:["arrow"]},{name:"tab",tags:[]},{name:"tab_unselected",tags:[]},{name:"table_chart",tags:["editor"]},{name:"table_rows",tags:[]},{name:"table_view",tags:[]},{name:"tablet",tags:["technology"]},{name:"tablet_android",tags:["technology"]},{name:"tablet_mac",tags:["technology"]},{name:"tag",tags:[]},{name:"tag_faces",tags:[]},{name:"takeout_dining",tags:[]},{name:"tap_and_play",tags:[]},{name:"tapas",tags:[]},{name:"task",tags:[]},{name:"task_alt",tags:[]},{name:"taxi_alert",tags:[]},{name:"terrain",tags:["map","nature"]},{name:"text_fields",tags:["editor"]},{name:"text_format",tags:[]},{name:"text_rotate_up",tags:["arrow"]},{name:"text_rotate_vertical",tags:["arrow"]},{name:"text_rotation_angledown",tags:["arrow"]},{name:"text_rotation_angleup",tags:["arrow"]},{name:"text_rotation_down",tags:["arrow"]},{name:"text_rotation_none",tags:["arrow"]},{name:"text_snippet",tags:[]},{name:"textsms",tags:[]},{name:"texture",tags:[]},{name:"theater_comedy",tags:[]},{name:"theaters",tags:[]},{name:"thermostat",tags:[]},{name:"thermostat_auto",tags:[]},{name:"thumb_down",tags:[]},{name:"thumb_down_alt",tags:[]},{name:"thumb_down_off_alt",tags:[]},{name:"thumb_up",tags:[]},{name:"thumb_up_alt",tags:[]},{name:"thumb_up_off_alt",tags:[]},{name:"thumbs_up_down",tags:[]},{name:"time_to_leave",tags:[]},{name:"timelapse",tags:[]},{name:"timeline",tags:[]},{name:"timer",tags:[]},{name:"timer_10",tags:[]},{name:"timer_10_select",tags:[]},{name:"timer_3",tags:[]},{name:"timer_3_select",tags:[]},{name:"timer_off",tags:[]},{name:"title",tags:["editor"]},{name:"toc",tags:[]},{name:"today",tags:[]},{name:"toggle_off",tags:[]},{name:"toggle_on",tags:[]},{name:"toll",tags:[]},{name:"tonality",tags:[]},{name:"topic",tags:[]},{name:"touch_app",tags:[]},{name:"tour",tags:[]},{name:"toys",tags:["technology"]},{name:"track_changes",tags:[]},{name:"traffic",tags:["map"]},{name:"train",tags:["travel","map"]},{name:"tram",tags:["travel","map"]},{name:"transfer_within_a_station",tags:["arrow","map","people"]},{name:"transform",tags:[]},{name:"transgender",tags:[]},{name:"transit_enterexit",tags:["arrow","map"]},{name:"translate",tags:[]},{name:"travel_explore",tags:[]},{name:"trending_down",tags:["arrow"]},{name:"trending_flat",tags:["arrow"]},{name:"trending_up",tags:["arrow"]},{name:"trip_origin",tags:["map"]},{name:"try",tags:[]},{name:"tty",tags:[]},{name:"tune",tags:[]},{name:"tungsten",tags:[]},{name:"turned_in",tags:[]},{name:"turned_in_not",tags:[]},{name:"tv",tags:["technology"]},{name:"tv_off",tags:[]},{name:"two_wheeler",tags:[]},{name:"umbrella",tags:[]},{name:"unarchive",tags:["calendar","file"]},{name:"undo",tags:["arrow","calendar"]},{name:"unfold_less",tags:["arrow"]},{name:"unfold_more",tags:["arrow"]},{name:"unpublished",tags:[]},{name:"unsubscribe",tags:[]},{name:"upcoming",tags:[]},{name:"update",tags:[]},{name:"update_disabled",tags:[]},{name:"upgrade",tags:[]},{name:"upload",tags:[]},{name:"upload_file",tags:[]},{name:"usb",tags:["arrow"]},{name:"usb_off",tags:[]},{name:"verified",tags:[]},{name:"verified_user",tags:[]},{name:"vertical_align_bottom",tags:["arrow","editor"]},{name:"vertical_align_center",tags:["arrow","editor"]},{name:"vertical_align_top",tags:["arrow","editor"]},{name:"vertical_distribute",tags:[]},{name:"vertical_split",tags:[]},{name:"vibration",tags:[]},{name:"video_call",tags:["media"]},{name:"video_camera_back",tags:[]},{name:"video_camera_front",tags:[]},{name:"video_label",tags:["media"]},{name:"video_library",tags:["arrow","media"]},{name:"video_settings",tags:[]},{name:"video_stable",tags:[]},{name:"videocam",tags:["media"]},{name:"videocam_off",tags:["media"]},{name:"videogame_asset",tags:["technology"]},{name:"videogame_asset_off",tags:[]},{name:"view_agenda",tags:["calendar"]},{name:"view_array",tags:[]},{name:"view_carousel",tags:[]},{name:"view_column",tags:[]},{name:"view_comfy",tags:[]},{name:"view_compact",tags:[]},{name:"view_day",tags:["calendar"]},{name:"view_headline",tags:[]},{name:"view_in_ar",tags:[]},{name:"view_list",tags:[]},{name:"view_module",tags:[]},{name:"view_quilt",tags:[]},{name:"view_sidebar",tags:[]},{name:"view_stream",tags:[]},{name:"view_week",tags:["calendar"]},{name:"vignette",tags:[]},{name:"villa",tags:[]},{name:"visibility",tags:["accessibility","health"]},{name:"visibility_off",tags:["accessibility","health"]},{name:"voice_chat",tags:[]},{name:"voice_over_off",tags:["accessibility","people"]},{name:"voicemail",tags:[]},{name:"volume_down",tags:["media"]},{name:"volume_mute",tags:["media"]},{name:"volume_off",tags:["media"]},{name:"volume_up",tags:["media"]},{name:"volunteer_activism",tags:[]},{name:"vpn_key",tags:[]},{name:"vpn_lock",tags:[]},{name:"vrpano",tags:[]},{name:"wallpaper",tags:[]},{name:"warning",tags:["calendar"]},{name:"warning_amber",tags:[]},{name:"wash",tags:[]},{name:"watch",tags:["technology"]},{name:"watch_later",tags:["calendar"]},{name:"water",tags:[]},{name:"water_damage",tags:[]},{name:"waterfall_chart",tags:[]},{name:"waves",tags:[]},{name:"wb_auto",tags:[]},{name:"wb_cloudy",tags:["weather"]},{name:"wb_incandescent",tags:[]},{name:"wb_iridescent",tags:[]},{name:"wb_shade",tags:[]},{name:"wb_sunny",tags:[]},{name:"wb_twilight",tags:[]},{name:"wc",tags:["people"]},{name:"web",tags:["media"]},{name:"web_asset",tags:["media"]},{name:"web_asset_off",tags:[]},{name:"weekend",tags:[]},{name:"west",tags:[]},{name:"whatshot",tags:[]},{name:"wheelchair_pickup",tags:[]},{name:"where_to_vote",tags:[]},{name:"widgets",tags:[]},{name:"wifi",tags:[]},{name:"wifi_calling",tags:[]},{name:"wifi_calling_3",tags:[]},{name:"wifi_lock",tags:[]},{name:"wifi_off",tags:[]},{name:"wifi_protected_setup",tags:[]},{name:"wifi_tethering",tags:[]},{name:"wifi_tethering_error_rounded",tags:[]},{name:"wifi_tethering_off",tags:[]},{name:"window",tags:[]},{name:"wine_bar",tags:[]},{name:"work",tags:["health"]},{name:"work_off",tags:["health"]},{name:"work_outline",tags:["health"]},{name:"workspaces",tags:[]},{name:"wrap_text",tags:["arrow","editor"]},{name:"wrong_location",tags:[]},{name:"wysiwyg",tags:[]},{name:"yard",tags:[]},{name:"youtube_searched_for",tags:[]},{name:"zoom_in",tags:["accessibility"]},{name:"zoom_out",tags:["accessibility"]},{name:"zoom_out_map",tags:["accessibility","arrow","map"]}]}},b606:function(a,e,t){"use strict";t.r(e),e["default"]={name:"themify",icons:[{name:"ti-agenda",tags:[]},{name:"ti-alarm-clock",tags:[]},{name:"ti-alert",tags:[]},{name:"ti-align-center",tags:[]},{name:"ti-align-justify",tags:[]},{name:"ti-align-left",tags:[]},{name:"ti-align-right",tags:[]},{name:"ti-anchor",tags:[]},{name:"ti-android",tags:[]},{name:"ti-angle-double-down",tags:[]},{name:"ti-angle-double-left",tags:[]},{name:"ti-angle-double-right",tags:[]},{name:"ti-angle-double-up",tags:[]},{name:"ti-angle-down",tags:[]},{name:"ti-angle-left",tags:[]},{name:"ti-angle-right",tags:[]},{name:"ti-angle-up",tags:[]},{name:"ti-announcement",tags:[]},{name:"ti-apple",tags:[]},{name:"ti-archive",tags:[]},{name:"ti-arrows-corner",tags:[]},{name:"ti-arrows-horizontal",tags:[]},{name:"ti-arrows-vertical",tags:[]},{name:"ti-arrow-circle-down",tags:[]},{name:"ti-arrow-circle-left",tags:[]},{name:"ti-arrow-circle-right",tags:[]},{name:"ti-arrow-circle-up",tags:[]},{name:"ti-arrow-down",tags:[]},{name:"ti-arrow-left",tags:[]},{name:"ti-arrow-right",tags:[]},{name:"ti-arrow-top-left",tags:[]},{name:"ti-arrow-top-right",tags:[]},{name:"ti-arrow-up",tags:[]},{name:"ti-back-left",tags:[]},{name:"ti-back-right",tags:[]},{name:"ti-bag",tags:[]},{name:"ti-bar-chart",tags:[]},{name:"ti-bar-chart-alt",tags:[]},{name:"ti-basketball",tags:[]},{name:"ti-bell",tags:[]},{name:"ti-blackboard",tags:[]},{name:"ti-bolt",tags:[]},{name:"ti-bolt-alt",tags:[]},{name:"ti-book",tags:[]},{name:"ti-bookmark",tags:[]},{name:"ti-bookmark-alt",tags:[]},{name:"ti-briefcase",tags:[]},{name:"ti-brush",tags:[]},{name:"ti-brush-alt",tags:[]},{name:"ti-calendar",tags:[]},{name:"ti-camera",tags:[]},{name:"ti-car",tags:[]},{name:"ti-check",tags:[]},{name:"ti-check-box",tags:[]},{name:"ti-clip",tags:[]},{name:"ti-clipboard",tags:[]},{name:"ti-close",tags:[]},{name:"ti-cloud",tags:[]},{name:"ti-cloud-down",tags:[]},{name:"ti-cloud-up",tags:[]},{name:"ti-comment",tags:[]},{name:"ti-comments",tags:[]},{name:"ti-comments-smiley",tags:[]},{name:"ti-comment-alt",tags:[]},{name:"ti-control-backward",tags:[]},{name:"ti-control-eject",tags:[]},{name:"ti-control-forward",tags:[]},{name:"ti-control-pause",tags:[]},{name:"ti-control-play",tags:[]},{name:"ti-control-record",tags:[]},{name:"ti-control-shuffle",tags:[]},{name:"ti-control-skip-backward",tags:[]},{name:"ti-control-skip-forward",tags:[]},{name:"ti-control-stop",tags:[]},{name:"ti-credit-card",tags:[]},{name:"ti-crown",tags:[]},{name:"ti-css3",tags:[]},{name:"ti-cup",tags:[]},{name:"ti-cut",tags:[]},{name:"ti-dashboard",tags:[]},{name:"ti-desktop",tags:[]},{name:"ti-direction",tags:[]},{name:"ti-direction-alt",tags:[]},{name:"ti-download",tags:[]},{name:"ti-dribbble",tags:[]},{name:"ti-dropbox",tags:[]},{name:"ti-dropbox-alt",tags:[]},{name:"ti-drupal",tags:[]},{name:"ti-email",tags:[]},{name:"ti-envelope",tags:[]},{name:"ti-eraser",tags:[]},{name:"ti-exchange-vertical",tags:[]},{name:"ti-export",tags:[]},{name:"ti-eye",tags:[]},{name:"ti-facebook",tags:[]},{name:"ti-face-sad",tags:[]},{name:"ti-face-smile",tags:[]},{name:"ti-file",tags:[]},{name:"ti-files",tags:[]},{name:"ti-filter",tags:[]},{name:"ti-flag",tags:[]},{name:"ti-flag-alt",tags:[]},{name:"ti-flag-alt-2",tags:[]},{name:"ti-flickr",tags:[]},{name:"ti-flickr-alt",tags:[]},{name:"ti-folder",tags:[]},{name:"ti-fullscreen",tags:[]},{name:"ti-gallery",tags:[]},{name:"ti-game",tags:[]},{name:"ti-gift",tags:[]},{name:"ti-github",tags:[]},{name:"ti-google",tags:[]},{name:"ti-hand-drag",tags:[]},{name:"ti-hand-open",tags:[]},{name:"ti-hand-point-down",tags:[]},{name:"ti-hand-point-left",tags:[]},{name:"ti-hand-point-right",tags:[]},{name:"ti-hand-point-up",tags:[]},{name:"ti-hand-stop",tags:[]},{name:"ti-harddrive",tags:[]},{name:"ti-harddrives",tags:[]},{name:"ti-headphone",tags:[]},{name:"ti-headphone-alt",tags:[]},{name:"ti-heart",tags:[]},{name:"ti-heart-broken",tags:[]},{name:"ti-help",tags:[]},{name:"ti-help-alt",tags:[]},{name:"ti-home",tags:[]},{name:"ti-html5",tags:[]},{name:"ti-hummer",tags:[]},{name:"ti-id-badge",tags:[]},{name:"ti-image",tags:[]},{name:"ti-import",tags:[]},{name:"ti-infinite",tags:[]},{name:"ti-info",tags:[]},{name:"ti-info-alt",tags:[]},{name:"ti-ink-pen",tags:[]},{name:"ti-instagram",tags:[]},{name:"ti-Italic",tags:[]},{name:"ti-joomla",tags:[]},{name:"ti-jsfiddle",tags:[]},{name:"ti-key",tags:[]},{name:"ti-layers",tags:[]},{name:"ti-layers-alt",tags:[]},{name:"ti-layout",tags:[]},{name:"ti-layout-accordion-list",tags:[]},{name:"ti-layout-accordion-merged",tags:[]},{name:"ti-layout-accordion-separated",tags:[]},{name:"ti-layout-column2",tags:[]},{name:"ti-layout-column2-alt",tags:[]},{name:"ti-layout-column3",tags:[]},{name:"ti-layout-column3-alt",tags:[]},{name:"ti-layout-column4",tags:[]},{name:"ti-layout-column4-alt",tags:[]},{name:"ti-layout-cta-btn-left",tags:[]},{name:"ti-layout-cta-btn-right",tags:[]},{name:"ti-layout-cta-center",tags:[]},{name:"ti-layout-cta-left",tags:[]},{name:"ti-layout-cta-right",tags:[]},{name:"ti-layout-grid2",tags:[]},{name:"ti-layout-grid2-alt",tags:[]},{name:"ti-layout-grid2-thumb",tags:[]},{name:"ti-layout-grid3",tags:[]},{name:"ti-layout-grid3-alt",tags:[]},{name:"ti-layout-grid4",tags:[]},{name:"ti-layout-grid4-alt",tags:[]},{name:"ti-layout-line-solid",tags:[]},{name:"ti-layout-list-large-image",tags:[]},{name:"ti-layout-list-post",tags:[]},{name:"ti-layout-list-thumb",tags:[]},{name:"ti-layout-list-thumb-alt",tags:[]},{name:"ti-layout-media-center",tags:[]},{name:"ti-layout-media-center-alt",tags:[]},{name:"ti-layout-media-left",tags:[]},{name:"ti-layout-media-left-alt",tags:[]},{name:"ti-layout-media-overlay",tags:[]},{name:"ti-layout-media-overlay-alt",tags:[]},{name:"ti-layout-media-overlay-alt-2",tags:[]},{name:"ti-layout-media-right",tags:[]},{name:"ti-layout-media-right-alt",tags:[]},{name:"ti-layout-menu",tags:[]},{name:"ti-layout-menu-full",tags:[]},{name:"ti-layout-menu-separated",tags:[]},{name:"ti-layout-menu-v",tags:[]},{name:"ti-layout-placeholder",tags:[]},{name:"ti-layout-sidebar-2",tags:[]},{name:"ti-layout-sidebar-left",tags:[]},{name:"ti-layout-sidebar-none",tags:[]},{name:"ti-layout-sidebar-right",tags:[]},{name:"ti-layout-slider",tags:[]},{name:"ti-layout-slider-alt",tags:[]},{name:"ti-layout-tab",tags:[]},{name:"ti-layout-tab-min",tags:[]},{name:"ti-layout-tab-v",tags:[]},{name:"ti-layout-tab-window",tags:[]},{name:"ti-layout-width-default",tags:[]},{name:"ti-layout-width-default-alt",tags:[]},{name:"ti-layout-width-full",tags:[]},{name:"ti-light-bulb",tags:[]},{name:"ti-line-dashed",tags:[]},{name:"ti-line-dotted",tags:[]},{name:"ti-line-double",tags:[]},{name:"ti-link",tags:[]},{name:"ti-linkedin",tags:[]},{name:"ti-linux",tags:[]},{name:"ti-list",tags:[]},{name:"ti-list-ol",tags:[]},{name:"ti-location-arrow",tags:[]},{name:"ti-location-pin",tags:[]},{name:"ti-lock",tags:[]},{name:"ti-loop",tags:[]},{name:"ti-magnet",tags:[]},{name:"ti-map",tags:[]},{name:"ti-map-alt",tags:[]},{name:"ti-marker",tags:[]},{name:"ti-marker-alt",tags:[]},{name:"ti-medall",tags:[]},{name:"ti-medall-alt",tags:[]},{name:"ti-menu",tags:[]},{name:"ti-menu-alt",tags:[]},{name:"ti-microphone",tags:[]},{name:"ti-microphone-alt",tags:[]},{name:"ti-microsoft",tags:[]},{name:"ti-microsoft-alt",tags:[]},{name:"ti-minus",tags:[]},{name:"ti-mobile",tags:[]},{name:"ti-money",tags:[]},{name:"ti-more",tags:[]},{name:"ti-more-alt",tags:[]},{name:"ti-mouse",tags:[]},{name:"ti-mouse-alt",tags:[]},{name:"ti-move",tags:[]},{name:"ti-music",tags:[]},{name:"ti-music-alt",tags:[]},{name:"ti-na",tags:[]},{name:"ti-new-window",tags:[]},{name:"ti-notepad",tags:[]},{name:"ti-package",tags:[]},{name:"ti-paint-bucket",tags:[]},{name:"ti-paint-roller",tags:[]},{name:"ti-palette",tags:[]},{name:"ti-panel",tags:[]},{name:"ti-paragraph",tags:[]},{name:"ti-pencil",tags:[]},{name:"ti-pencil-alt",tags:[]},{name:"ti-pencil-alt2",tags:[]},{name:"ti-pie-chart",tags:[]},{name:"ti-pin",tags:[]},{name:"ti-pin2",tags:[]},{name:"ti-pinterest",tags:[]},{name:"ti-pinterest-alt",tags:[]},{name:"ti-pin-alt",tags:[]},{name:"ti-plug",tags:[]},{name:"ti-plus",tags:[]},{name:"ti-power-off",tags:[]},{name:"ti-printer",tags:[]},{name:"ti-pulse",tags:[]},{name:"ti-quote-left",tags:[]},{name:"ti-quote-right",tags:[]},{name:"ti-receipt",tags:[]},{name:"ti-reddit",tags:[]},{name:"ti-reload",tags:[]},{name:"ti-rocket",tags:[]},{name:"ti-rss",tags:[]},{name:"ti-rss-alt",tags:[]},{name:"ti-ruler",tags:[]},{name:"ti-ruler-alt",tags:[]},{name:"ti-ruler-alt-2",tags:[]},{name:"ti-ruler-pencil",tags:[]},{name:"ti-save",tags:[]},{name:"ti-save-alt",tags:[]},{name:"ti-search",tags:[]},{name:"ti-server",tags:[]},{name:"ti-settings",tags:[]},{name:"ti-share",tags:[]},{name:"ti-sharethis",tags:[]},{name:"ti-sharethis-alt",tags:[]},{name:"ti-share-alt",tags:[]},{name:"ti-shield",tags:[]},{name:"ti-shift-left",tags:[]},{name:"ti-shift-left-alt",tags:[]},{name:"ti-shift-right",tags:[]},{name:"ti-shift-right-alt",tags:[]},{name:"ti-shine",tags:[]},{name:"ti-shopping-cart",tags:[]},{name:"ti-shopping-cart-full",tags:[]},{name:"ti-shortcode",tags:[]},{name:"ti-signal",tags:[]},{name:"ti-skype",tags:[]},{name:"ti-slice",tags:[]},{name:"ti-smallcap",tags:[]},{name:"ti-soundcloud",tags:[]},{name:"ti-split-h",tags:[]},{name:"ti-split-v",tags:[]},{name:"ti-split-v-alt",tags:[]},{name:"ti-spray",tags:[]},{name:"ti-stack-overflow",tags:[]},{name:"ti-stamp",tags:[]},{name:"ti-star",tags:[]},{name:"ti-stats-down",tags:[]},{name:"ti-stats-up",tags:[]},{name:"ti-support",tags:[]},{name:"ti-tablet",tags:[]},{name:"ti-tag",tags:[]},{name:"ti-target",tags:[]},{name:"ti-text",tags:[]},{name:"ti-themify-favicon",tags:[]},{name:"ti-themify-favicon-alt",tags:[]},{name:"ti-themify-logo",tags:[]},{name:"ti-thought",tags:[]},{name:"ti-thumb-down",tags:[]},{name:"ti-thumb-up",tags:[]},{name:"ti-ticket",tags:[]},{name:"ti-time",tags:[]},{name:"ti-timer",tags:[]},{name:"ti-trash",tags:[]},{name:"ti-trello",tags:[]},{name:"ti-truck",tags:[]},{name:"ti-tumblr",tags:[]},{name:"ti-tumblr-alt",tags:[]},{name:"ti-twitter",tags:[]},{name:"ti-twitter-alt",tags:[]},{name:"ti-underline",tags:[]},{name:"ti-unlink",tags:[]},{name:"ti-unlock",tags:[]},{name:"ti-upload",tags:[]},{name:"ti-uppercase",tags:[]},{name:"ti-user",tags:[]},{name:"ti-vector",tags:[]},{name:"ti-video-camera",tags:[]},{name:"ti-video-clapper",tags:[]},{name:"ti-view-grid",tags:[]},{name:"ti-view-list",tags:[]},{name:"ti-view-list-alt",tags:[]},{name:"ti-vimeo",tags:[]},{name:"ti-vimeo-alt",tags:[]},{name:"ti-volume",tags:[]},{name:"ti-wallet",tags:[]},{name:"ti-wand",tags:[]},{name:"ti-wheelchair",tags:[]},{name:"ti-widget",tags:[]},{name:"ti-widgetized",tags:[]},{name:"ti-widget-alt",tags:[]},{name:"ti-window",tags:[]},{name:"ti-wordpress",tags:[]},{name:"ti-world",tags:[]},{name:"ti-write",tags:[]},{name:"ti-yahoo",tags:[]},{name:"ti-youtube",tags:[]},{name:"ti-zip",tags:[]},{name:"ti-zoom-in",tags:[]},{name:"ti-zoom-out",tags:[]}]}},bff6:function(a,e){},c0c1:function(a,e,t){"use strict";t.r(e),e["default"]={name:"material-icons-sharp",icons:[{name:"s_10k",tags:[]},{name:"s_10mp",tags:[]},{name:"s_11mp",tags:[]},{name:"s_12mp",tags:[]},{name:"s_13mp",tags:[]},{name:"s_14mp",tags:[]},{name:"s_15mp",tags:[]},{name:"s_16mp",tags:[]},{name:"s_17mp",tags:[]},{name:"s_18mp",tags:[]},{name:"s_19mp",tags:[]},{name:"s_1k",tags:[]},{name:"s_1k_plus",tags:[]},{name:"s_1x_mobiledata",tags:[]},{name:"s_20mp",tags:[]},{name:"s_21mp",tags:[]},{name:"s_22mp",tags:[]},{name:"s_23mp",tags:[]},{name:"s_24mp",tags:[]},{name:"s_2k",tags:[]},{name:"s_2k_plus",tags:[]},{name:"s_2mp",tags:[]},{name:"s_30fps",tags:[]},{name:"s_30fps_select",tags:[]},{name:"s_360",tags:[]},{name:"s_3d_rotation",tags:[]},{name:"s_3g_mobiledata",tags:[]},{name:"s_3k",tags:[]},{name:"s_3k_plus",tags:[]},{name:"s_3mp",tags:[]},{name:"s_3p",tags:[]},{name:"s_4g_mobiledata",tags:[]},{name:"s_4g_plus_mobiledata",tags:[]},{name:"s_4k",tags:[]},{name:"s_4k_plus",tags:[]},{name:"s_4mp",tags:[]},{name:"s_5g",tags:[]},{name:"s_5k",tags:[]},{name:"s_5k_plus",tags:[]},{name:"s_5mp",tags:[]},{name:"s_6_ft_apart",tags:[]},{name:"s_60fps",tags:[]},{name:"s_60fps_select",tags:[]},{name:"s_6k",tags:[]},{name:"s_6k_plus",tags:[]},{name:"s_6mp",tags:[]},{name:"s_7k",tags:[]},{name:"s_7k_plus",tags:[]},{name:"s_7mp",tags:[]},{name:"s_8k",tags:[]},{name:"s_8k_plus",tags:[]},{name:"s_8mp",tags:[]},{name:"s_9k",tags:[]},{name:"s_9k_plus",tags:[]},{name:"s_9mp",tags:[]},{name:"s_ac_unit",tags:[]},{name:"s_access_alarm",tags:[]},{name:"s_access_alarms",tags:[]},{name:"s_access_time",tags:[]},{name:"s_access_time_filled",tags:[]},{name:"s_accessibility",tags:[]},{name:"s_accessibility_new",tags:[]},{name:"s_accessible",tags:[]},{name:"s_accessible_forward",tags:[]},{name:"s_account_balance",tags:[]},{name:"s_account_balance_wallet",tags:[]},{name:"s_account_box",tags:[]},{name:"s_account_circle",tags:[]},{name:"s_account_tree",tags:[]},{name:"s_ad_units",tags:[]},{name:"s_adb",tags:[]},{name:"s_add",tags:[]},{name:"s_add_a_photo",tags:[]},{name:"s_add_alarm",tags:[]},{name:"s_add_alert",tags:[]},{name:"s_add_box",tags:[]},{name:"s_add_business",tags:[]},{name:"s_add_chart",tags:[]},{name:"s_add_circle",tags:[]},{name:"s_add_circle_outline",tags:[]},{name:"s_add_comment",tags:[]},{name:"s_add_ic_call",tags:[]},{name:"s_add_link",tags:[]},{name:"s_add_location",tags:[]},{name:"s_add_location_alt",tags:[]},{name:"s_add_moderator",tags:[]},{name:"s_add_photo_alternate",tags:[]},{name:"s_add_reaction",tags:[]},{name:"s_add_road",tags:[]},{name:"s_add_shopping_cart",tags:[]},{name:"s_add_task",tags:[]},{name:"s_add_to_drive",tags:[]},{name:"s_add_to_home_screen",tags:[]},{name:"s_add_to_photos",tags:[]},{name:"s_add_to_queue",tags:[]},{name:"s_addchart",tags:[]},{name:"s_adjust",tags:[]},{name:"s_admin_panel_settings",tags:[]},{name:"s_agriculture",tags:[]},{name:"s_air",tags:[]},{name:"s_airline_seat_flat",tags:[]},{name:"s_airline_seat_flat_angled",tags:[]},{name:"s_airline_seat_individual_suite",tags:[]},{name:"s_airline_seat_legroom_extra",tags:[]},{name:"s_airline_seat_legroom_normal",tags:[]},{name:"s_airline_seat_legroom_reduced",tags:[]},{name:"s_airline_seat_recline_extra",tags:[]},{name:"s_airline_seat_recline_normal",tags:[]},{name:"s_airplane_ticket",tags:[]},{name:"s_airplanemode_active",tags:[]},{name:"s_airplanemode_inactive",tags:[]},{name:"s_airplay",tags:[]},{name:"s_airport_shuttle",tags:[]},{name:"s_alarm",tags:[]},{name:"s_alarm_add",tags:[]},{name:"s_alarm_off",tags:[]},{name:"s_alarm_on",tags:[]},{name:"s_album",tags:[]},{name:"s_align_horizontal_center",tags:[]},{name:"s_align_horizontal_left",tags:[]},{name:"s_align_horizontal_right",tags:[]},{name:"s_align_vertical_bottom",tags:[]},{name:"s_align_vertical_center",tags:[]},{name:"s_align_vertical_top",tags:[]},{name:"s_all_inbox",tags:[]},{name:"s_all_inclusive",tags:[]},{name:"s_all_out",tags:[]},{name:"s_alt_route",tags:[]},{name:"s_alternate_email",tags:[]},{name:"s_analytics",tags:[]},{name:"s_anchor",tags:[]},{name:"s_android",tags:[]},{name:"s_animation",tags:[]},{name:"s_announcement",tags:[]},{name:"s_aod",tags:[]},{name:"s_apartment",tags:[]},{name:"s_api",tags:[]},{name:"s_app_blocking",tags:[]},{name:"s_app_registration",tags:[]},{name:"s_app_settings_alt",tags:[]},{name:"s_approval",tags:[]},{name:"s_apps",tags:[]},{name:"s_architecture",tags:[]},{name:"s_archive",tags:[]},{name:"s_arrow_back",tags:[]},{name:"s_arrow_back_ios",tags:[]},{name:"s_arrow_back_ios_new",tags:[]},{name:"s_arrow_circle_down",tags:[]},{name:"s_arrow_circle_up",tags:[]},{name:"s_arrow_downward",tags:[]},{name:"s_arrow_drop_down",tags:[]},{name:"s_arrow_drop_down_circle",tags:[]},{name:"s_arrow_drop_up",tags:[]},{name:"s_arrow_forward",tags:[]},{name:"s_arrow_forward_ios",tags:[]},{name:"s_arrow_left",tags:[]},{name:"s_arrow_right",tags:[]},{name:"s_arrow_right_alt",tags:[]},{name:"s_arrow_upward",tags:[]},{name:"s_art_track",tags:[]},{name:"s_article",tags:[]},{name:"s_aspect_ratio",tags:[]},{name:"s_assessment",tags:[]},{name:"s_assignment",tags:[]},{name:"s_assignment_ind",tags:[]},{name:"s_assignment_late",tags:[]},{name:"s_assignment_return",tags:[]},{name:"s_assignment_returned",tags:[]},{name:"s_assignment_turned_in",tags:[]},{name:"s_assistant",tags:[]},{name:"s_assistant_direction",tags:[]},{name:"s_assistant_photo",tags:[]},{name:"s_atm",tags:[]},{name:"s_attach_email",tags:[]},{name:"s_attach_file",tags:[]},{name:"s_attach_money",tags:[]},{name:"s_attachment",tags:[]},{name:"s_attractions",tags:[]},{name:"s_attribution",tags:[]},{name:"s_audiotrack",tags:[]},{name:"s_auto_awesome",tags:[]},{name:"s_auto_awesome_mosaic",tags:[]},{name:"s_auto_awesome_motion",tags:[]},{name:"s_auto_delete",tags:[]},{name:"s_auto_fix_high",tags:[]},{name:"s_auto_fix_normal",tags:[]},{name:"s_auto_fix_off",tags:[]},{name:"s_auto_graph",tags:[]},{name:"s_auto_stories",tags:[]},{name:"s_autofps_select",tags:[]},{name:"s_autorenew",tags:[]},{name:"s_av_timer",tags:[]},{name:"s_baby_changing_station",tags:[]},{name:"s_backpack",tags:[]},{name:"s_backspace",tags:[]},{name:"s_backup",tags:[]},{name:"s_backup_table",tags:[]},{name:"s_badge",tags:[]},{name:"s_bakery_dining",tags:[]},{name:"s_balcony",tags:[]},{name:"s_ballot",tags:[]},{name:"s_bar_chart",tags:[]},{name:"s_batch_prediction",tags:[]},{name:"s_bathroom",tags:[]},{name:"s_bathtub",tags:[]},{name:"s_battery_alert",tags:[]},{name:"s_battery_charging_full",tags:[]},{name:"s_battery_full",tags:[]},{name:"s_battery_saver",tags:[]},{name:"s_battery_std",tags:[]},{name:"s_battery_unknown",tags:[]},{name:"s_beach_access",tags:[]},{name:"s_bed",tags:[]},{name:"s_bedroom_baby",tags:[]},{name:"s_bedroom_child",tags:[]},{name:"s_bedroom_parent",tags:[]},{name:"s_bedtime",tags:[]},{name:"s_beenhere",tags:[]},{name:"s_bento",tags:[]},{name:"s_bike_scooter",tags:[]},{name:"s_biotech",tags:[]},{name:"s_blender",tags:[]},{name:"s_block",tags:[]},{name:"s_bloodtype",tags:[]},{name:"s_bluetooth",tags:[]},{name:"s_bluetooth_audio",tags:[]},{name:"s_bluetooth_connected",tags:[]},{name:"s_bluetooth_disabled",tags:[]},{name:"s_bluetooth_drive",tags:[]},{name:"s_bluetooth_searching",tags:[]},{name:"s_blur_circular",tags:[]},{name:"s_blur_linear",tags:[]},{name:"s_blur_off",tags:[]},{name:"s_blur_on",tags:[]},{name:"s_bolt",tags:[]},{name:"s_book",tags:[]},{name:"s_book_online",tags:[]},{name:"s_bookmark",tags:[]},{name:"s_bookmark_add",tags:[]},{name:"s_bookmark_added",tags:[]},{name:"s_bookmark_border",tags:[]},{name:"s_bookmark_remove",tags:[]},{name:"s_bookmarks",tags:[]},{name:"s_border_all",tags:[]},{name:"s_border_bottom",tags:[]},{name:"s_border_clear",tags:[]},{name:"s_border_color",tags:[]},{name:"s_border_horizontal",tags:[]},{name:"s_border_inner",tags:[]},{name:"s_border_left",tags:[]},{name:"s_border_outer",tags:[]},{name:"s_border_right",tags:[]},{name:"s_border_style",tags:[]},{name:"s_border_top",tags:[]},{name:"s_border_vertical",tags:[]},{name:"s_branding_watermark",tags:[]},{name:"s_breakfast_dining",tags:[]},{name:"s_brightness_1",tags:[]},{name:"s_brightness_2",tags:[]},{name:"s_brightness_3",tags:[]},{name:"s_brightness_4",tags:[]},{name:"s_brightness_5",tags:[]},{name:"s_brightness_6",tags:[]},{name:"s_brightness_7",tags:[]},{name:"s_brightness_auto",tags:[]},{name:"s_brightness_high",tags:[]},{name:"s_brightness_low",tags:[]},{name:"s_brightness_medium",tags:[]},{name:"s_broken_image",tags:[]},{name:"s_browser_not_supported",tags:[]},{name:"s_brunch_dining",tags:[]},{name:"s_brush",tags:[]},{name:"s_bubble_chart",tags:[]},{name:"s_bug_report",tags:[]},{name:"s_build",tags:[]},{name:"s_build_circle",tags:[]},{name:"s_bungalow",tags:[]},{name:"s_burst_mode",tags:[]},{name:"s_bus_alert",tags:[]},{name:"s_business",tags:[]},{name:"s_business_center",tags:[]},{name:"s_cabin",tags:[]},{name:"s_cable",tags:[]},{name:"s_cached",tags:[]},{name:"s_cake",tags:[]},{name:"s_calculate",tags:[]},{name:"s_calendar_today",tags:[]},{name:"s_calendar_view_day",tags:[]},{name:"s_calendar_view_month",tags:[]},{name:"s_calendar_view_week",tags:[]},{name:"s_call",tags:[]},{name:"s_call_end",tags:[]},{name:"s_call_made",tags:[]},{name:"s_call_merge",tags:[]},{name:"s_call_missed",tags:[]},{name:"s_call_missed_outgoing",tags:[]},{name:"s_call_received",tags:[]},{name:"s_call_split",tags:[]},{name:"s_call_to_action",tags:[]},{name:"s_camera",tags:[]},{name:"s_camera_alt",tags:[]},{name:"s_camera_enhance",tags:[]},{name:"s_camera_front",tags:[]},{name:"s_camera_indoor",tags:[]},{name:"s_camera_outdoor",tags:[]},{name:"s_camera_rear",tags:[]},{name:"s_camera_roll",tags:[]},{name:"s_cameraswitch",tags:[]},{name:"s_campaign",tags:[]},{name:"s_cancel",tags:[]},{name:"s_cancel_presentation",tags:[]},{name:"s_cancel_schedule_send",tags:[]},{name:"s_car_rental",tags:[]},{name:"s_car_repair",tags:[]},{name:"s_card_giftcard",tags:[]},{name:"s_card_membership",tags:[]},{name:"s_card_travel",tags:[]},{name:"s_carpenter",tags:[]},{name:"s_cases",tags:[]},{name:"s_casino",tags:[]},{name:"s_cast",tags:[]},{name:"s_cast_connected",tags:[]},{name:"s_cast_for_education",tags:[]},{name:"s_catching_pokemon",tags:[]},{name:"s_category",tags:[]},{name:"s_celebration",tags:[]},{name:"s_cell_wifi",tags:[]},{name:"s_center_focus_strong",tags:[]},{name:"s_center_focus_weak",tags:[]},{name:"s_chair",tags:[]},{name:"s_chair_alt",tags:[]},{name:"s_chalet",tags:[]},{name:"s_change_circle",tags:[]},{name:"s_change_history",tags:[]},{name:"s_charging_station",tags:[]},{name:"s_chat",tags:[]},{name:"s_chat_bubble",tags:[]},{name:"s_chat_bubble_outline",tags:[]},{name:"s_check",tags:[]},{name:"s_check_box",tags:[]},{name:"s_check_box_outline_blank",tags:[]},{name:"s_check_circle",tags:[]},{name:"s_check_circle_outline",tags:[]},{name:"s_checklist",tags:[]},{name:"s_checklist_rtl",tags:[]},{name:"s_checkroom",tags:[]},{name:"s_chevron_left",tags:[]},{name:"s_chevron_right",tags:[]},{name:"s_child_care",tags:[]},{name:"s_child_friendly",tags:[]},{name:"s_chrome_reader_mode",tags:[]},{name:"s_circle",tags:[]},{name:"s_circle_notifications",tags:[]},{name:"s_class",tags:[]},{name:"s_clean_hands",tags:[]},{name:"s_cleaning_services",tags:[]},{name:"s_clear",tags:[]},{name:"s_clear_all",tags:[]},{name:"s_close",tags:[]},{name:"s_close_fullscreen",tags:[]},{name:"s_closed_caption",tags:[]},{name:"s_closed_caption_disabled",tags:[]},{name:"s_closed_caption_off",tags:[]},{name:"s_cloud",tags:[]},{name:"s_cloud_circle",tags:[]},{name:"s_cloud_done",tags:[]},{name:"s_cloud_download",tags:[]},{name:"s_cloud_off",tags:[]},{name:"s_cloud_queue",tags:[]},{name:"s_cloud_upload",tags:[]},{name:"s_code",tags:[]},{name:"s_code_off",tags:[]},{name:"s_coffee",tags:[]},{name:"s_coffee_maker",tags:[]},{name:"s_collections",tags:[]},{name:"s_collections_bookmark",tags:[]},{name:"s_color_lens",tags:[]},{name:"s_colorize",tags:[]},{name:"s_comment",tags:[]},{name:"s_comment_bank",tags:[]},{name:"s_commute",tags:[]},{name:"s_compare",tags:[]},{name:"s_compare_arrows",tags:[]},{name:"s_compass_calibration",tags:[]},{name:"s_compress",tags:[]},{name:"s_computer",tags:[]},{name:"s_confirmation_number",tags:[]},{name:"s_connect_without_contact",tags:[]},{name:"s_connected_tv",tags:[]},{name:"s_construction",tags:[]},{name:"s_contact_mail",tags:[]},{name:"s_contact_page",tags:[]},{name:"s_contact_phone",tags:[]},{name:"s_contact_support",tags:[]},{name:"s_contactless",tags:[]},{name:"s_contacts",tags:[]},{name:"s_content_copy",tags:[]},{name:"s_content_cut",tags:[]},{name:"s_content_paste",tags:[]},{name:"s_content_paste_off",tags:[]},{name:"s_control_camera",tags:[]},{name:"s_control_point",tags:[]},{name:"s_control_point_duplicate",tags:[]},{name:"s_copy_all",tags:[]},{name:"s_copyright",tags:[]},{name:"s_coronavirus",tags:[]},{name:"s_corporate_fare",tags:[]},{name:"s_cottage",tags:[]},{name:"s_countertops",tags:[]},{name:"s_create",tags:[]},{name:"s_create_new_folder",tags:[]},{name:"s_credit_card",tags:[]},{name:"s_credit_card_off",tags:[]},{name:"s_credit_score",tags:[]},{name:"s_crib",tags:[]},{name:"s_crop",tags:[]},{name:"s_crop_16_9",tags:[]},{name:"s_crop_3_2",tags:[]},{name:"s_crop_5_4",tags:[]},{name:"s_crop_7_5",tags:[]},{name:"s_crop_din",tags:[]},{name:"s_crop_free",tags:[]},{name:"s_crop_landscape",tags:[]},{name:"s_crop_original",tags:[]},{name:"s_crop_portrait",tags:[]},{name:"s_crop_rotate",tags:[]},{name:"s_crop_square",tags:[]},{name:"s_dangerous",tags:[]},{name:"s_dark_mode",tags:[]},{name:"s_dashboard",tags:[]},{name:"s_dashboard_customize",tags:[]},{name:"s_data_saver_off",tags:[]},{name:"s_data_saver_on",tags:[]},{name:"s_data_usage",tags:[]},{name:"s_date_range",tags:[]},{name:"s_deck",tags:[]},{name:"s_dehaze",tags:[]},{name:"s_delete",tags:[]},{name:"s_delete_forever",tags:[]},{name:"s_delete_outline",tags:[]},{name:"s_delete_sweep",tags:[]},{name:"s_delivery_dining",tags:[]},{name:"s_departure_board",tags:[]},{name:"s_description",tags:[]},{name:"s_design_services",tags:[]},{name:"s_desktop_access_disabled",tags:[]},{name:"s_desktop_mac",tags:[]},{name:"s_desktop_windows",tags:[]},{name:"s_details",tags:[]},{name:"s_developer_board",tags:[]},{name:"s_developer_board_off",tags:[]},{name:"s_developer_mode",tags:[]},{name:"s_device_hub",tags:[]},{name:"s_device_thermostat",tags:[]},{name:"s_device_unknown",tags:[]},{name:"s_devices",tags:[]},{name:"s_devices_other",tags:[]},{name:"s_dialer_sip",tags:[]},{name:"s_dialpad",tags:[]},{name:"s_dining",tags:[]},{name:"s_dinner_dining",tags:[]},{name:"s_directions",tags:[]},{name:"s_directions_bike",tags:[]},{name:"s_directions_boat",tags:[]},{name:"s_directions_boat_filled",tags:[]},{name:"s_directions_bus",tags:[]},{name:"s_directions_bus_filled",tags:[]},{name:"s_directions_car",tags:[]},{name:"s_directions_car_filled",tags:[]},{name:"s_directions_off",tags:[]},{name:"s_directions_railway",tags:[]},{name:"s_directions_railway_filled",tags:[]},{name:"s_directions_run",tags:[]},{name:"s_directions_subway",tags:[]},{name:"s_directions_subway_filled",tags:[]},{name:"s_directions_transit",tags:[]},{name:"s_directions_transit_filled",tags:[]},{name:"s_directions_walk",tags:[]},{name:"s_dirty_lens",tags:[]},{name:"s_disabled_by_default",tags:[]},{name:"s_disc_full",tags:[]},{name:"s_dns",tags:[]},{name:"s_do_disturb",tags:[]},{name:"s_do_disturb_alt",tags:[]},{name:"s_do_disturb_off",tags:[]},{name:"s_do_disturb_on",tags:[]},{name:"s_do_not_disturb",tags:[]},{name:"s_do_not_disturb_alt",tags:[]},{name:"s_do_not_disturb_off",tags:[]},{name:"s_do_not_disturb_on",tags:[]},{name:"s_do_not_disturb_on_total_silence",tags:[]},{name:"s_do_not_step",tags:[]},{name:"s_do_not_touch",tags:[]},{name:"s_dock",tags:[]},{name:"s_document_scanner",tags:[]},{name:"s_domain",tags:[]},{name:"s_domain_disabled",tags:[]},{name:"s_domain_verification",tags:[]},{name:"s_done",tags:[]},{name:"s_done_all",tags:[]},{name:"s_done_outline",tags:[]},{name:"s_donut_large",tags:[]},{name:"s_donut_small",tags:[]},{name:"s_door_back",tags:[]},{name:"s_door_front",tags:[]},{name:"s_door_sliding",tags:[]},{name:"s_doorbell",tags:[]},{name:"s_double_arrow",tags:[]},{name:"s_downhill_skiing",tags:[]},{name:"s_download",tags:[]},{name:"s_download_done",tags:[]},{name:"s_download_for_offline",tags:[]},{name:"s_downloading",tags:[]},{name:"s_drafts",tags:[]},{name:"s_drag_handle",tags:[]},{name:"s_drag_indicator",tags:[]},{name:"s_drive_eta",tags:[]},{name:"s_drive_file_move",tags:[]},{name:"s_drive_file_rename_outline",tags:[]},{name:"s_drive_folder_upload",tags:[]},{name:"s_dry",tags:[]},{name:"s_dry_cleaning",tags:[]},{name:"s_duo",tags:[]},{name:"s_dvr",tags:[]},{name:"s_dynamic_feed",tags:[]},{name:"s_dynamic_form",tags:[]},{name:"s_e_mobiledata",tags:[]},{name:"s_earbuds",tags:[]},{name:"s_earbuds_battery",tags:[]},{name:"s_east",tags:[]},{name:"s_eco",tags:[]},{name:"s_edgesensor_high",tags:[]},{name:"s_edgesensor_low",tags:[]},{name:"s_edit",tags:[]},{name:"s_edit_attributes",tags:[]},{name:"s_edit_location",tags:[]},{name:"s_edit_location_alt",tags:[]},{name:"s_edit_notifications",tags:[]},{name:"s_edit_off",tags:[]},{name:"s_edit_road",tags:[]},{name:"s_eject",tags:[]},{name:"s_elderly",tags:[]},{name:"s_electric_bike",tags:[]},{name:"s_electric_car",tags:[]},{name:"s_electric_moped",tags:[]},{name:"s_electric_rickshaw",tags:[]},{name:"s_electric_scooter",tags:[]},{name:"s_electrical_services",tags:[]},{name:"s_elevator",tags:[]},{name:"s_email",tags:[]},{name:"s_emoji_emotions",tags:[]},{name:"s_emoji_events",tags:[]},{name:"s_emoji_flags",tags:[]},{name:"s_emoji_food_beverage",tags:[]},{name:"s_emoji_nature",tags:[]},{name:"s_emoji_objects",tags:[]},{name:"s_emoji_people",tags:[]},{name:"s_emoji_symbols",tags:[]},{name:"s_emoji_transportation",tags:[]},{name:"s_engineering",tags:[]},{name:"s_enhanced_encryption",tags:[]},{name:"s_equalizer",tags:[]},{name:"s_error",tags:[]},{name:"s_error_outline",tags:[]},{name:"s_escalator",tags:[]},{name:"s_escalator_warning",tags:[]},{name:"s_euro",tags:[]},{name:"s_euro_symbol",tags:[]},{name:"s_ev_station",tags:[]},{name:"s_event",tags:[]},{name:"s_event_available",tags:[]},{name:"s_event_busy",tags:[]},{name:"s_event_note",tags:[]},{name:"s_event_seat",tags:[]},{name:"s_exit_to_app",tags:[]},{name:"s_expand",tags:[]},{name:"s_expand_less",tags:[]},{name:"s_expand_more",tags:[]},{name:"s_explicit",tags:[]},{name:"s_explore",tags:[]},{name:"s_explore_off",tags:[]},{name:"s_exposure",tags:[]},{name:"s_exposure_neg_1",tags:[]},{name:"s_exposure_neg_2",tags:[]},{name:"s_exposure_plus_1",tags:[]},{name:"s_exposure_plus_2",tags:[]},{name:"s_exposure_zero",tags:[]},{name:"s_extension",tags:[]},{name:"s_extension_off",tags:[]},{name:"s_face",tags:[]},{name:"s_face_retouching_natural",tags:[]},{name:"s_face_retouching_off",tags:[]},{name:"s_facebook",tags:[]},{name:"s_fact_check",tags:[]},{name:"s_family_restroom",tags:[]},{name:"s_fast_forward",tags:[]},{name:"s_fast_rewind",tags:[]},{name:"s_fastfood",tags:[]},{name:"s_favorite",tags:[]},{name:"s_favorite_border",tags:[]},{name:"s_featured_play_list",tags:[]},{name:"s_featured_video",tags:[]},{name:"s_feed",tags:[]},{name:"s_feedback",tags:[]},{name:"s_female",tags:[]},{name:"s_fence",tags:[]},{name:"s_festival",tags:[]},{name:"s_fiber_dvr",tags:[]},{name:"s_fiber_manual_record",tags:[]},{name:"s_fiber_new",tags:[]},{name:"s_fiber_pin",tags:[]},{name:"s_fiber_smart_record",tags:[]},{name:"s_file_copy",tags:[]},{name:"s_file_download",tags:[]},{name:"s_file_download_done",tags:[]},{name:"s_file_download_off",tags:[]},{name:"s_file_present",tags:[]},{name:"s_file_upload",tags:[]},{name:"s_filter",tags:[]},{name:"s_filter_1",tags:[]},{name:"s_filter_2",tags:[]},{name:"s_filter_3",tags:[]},{name:"s_filter_4",tags:[]},{name:"s_filter_5",tags:[]},{name:"s_filter_6",tags:[]},{name:"s_filter_7",tags:[]},{name:"s_filter_8",tags:[]},{name:"s_filter_9",tags:[]},{name:"s_filter_9_plus",tags:[]},{name:"s_filter_alt",tags:[]},{name:"s_filter_b_and_w",tags:[]},{name:"s_filter_center_focus",tags:[]},{name:"s_filter_drama",tags:[]},{name:"s_filter_frames",tags:[]},{name:"s_filter_hdr",tags:[]},{name:"s_filter_list",tags:[]},{name:"s_filter_none",tags:[]},{name:"s_filter_tilt_shift",tags:[]},{name:"s_filter_vintage",tags:[]},{name:"s_find_in_page",tags:[]},{name:"s_find_replace",tags:[]},{name:"s_fingerprint",tags:[]},{name:"s_fire_extinguisher",tags:[]},{name:"s_fireplace",tags:[]},{name:"s_first_page",tags:[]},{name:"s_fit_screen",tags:[]},{name:"s_fitness_center",tags:[]},{name:"s_flag",tags:[]},{name:"s_flaky",tags:[]},{name:"s_flare",tags:[]},{name:"s_flash_auto",tags:[]},{name:"s_flash_off",tags:[]},{name:"s_flash_on",tags:[]},{name:"s_flashlight_off",tags:[]},{name:"s_flashlight_on",tags:[]},{name:"s_flatware",tags:[]},{name:"s_flight",tags:[]},{name:"s_flight_land",tags:[]},{name:"s_flight_takeoff",tags:[]},{name:"s_flip",tags:[]},{name:"s_flip_camera_android",tags:[]},{name:"s_flip_camera_ios",tags:[]},{name:"s_flip_to_back",tags:[]},{name:"s_flip_to_front",tags:[]},{name:"s_flourescent",tags:[]},{name:"s_flutter_dash",tags:[]},{name:"s_fmd_bad",tags:[]},{name:"s_fmd_good",tags:[]},{name:"s_folder",tags:[]},{name:"s_folder_open",tags:[]},{name:"s_folder_shared",tags:[]},{name:"s_folder_special",tags:[]},{name:"s_follow_the_signs",tags:[]},{name:"s_font_download",tags:[]},{name:"s_font_download_off",tags:[]},{name:"s_food_bank",tags:[]},{name:"s_format_align_center",tags:[]},{name:"s_format_align_justify",tags:[]},{name:"s_format_align_left",tags:[]},{name:"s_format_align_right",tags:[]},{name:"s_format_bold",tags:[]},{name:"s_format_clear",tags:[]},{name:"s_format_color_fill",tags:[]},{name:"s_format_color_reset",tags:[]},{name:"s_format_color_text",tags:[]},{name:"s_format_indent_decrease",tags:[]},{name:"s_format_indent_increase",tags:[]},{name:"s_format_italic",tags:[]},{name:"s_format_line_spacing",tags:[]},{name:"s_format_list_bulleted",tags:[]},{name:"s_format_list_numbered",tags:[]},{name:"s_format_list_numbered_rtl",tags:[]},{name:"s_format_paint",tags:[]},{name:"s_format_quote",tags:[]},{name:"s_format_shapes",tags:[]},{name:"s_format_size",tags:[]},{name:"s_format_strikethrough",tags:[]},{name:"s_format_textdirection_l_to_r",tags:[]},{name:"s_format_textdirection_r_to_l",tags:[]},{name:"s_format_underlined",tags:[]},{name:"s_forum",tags:[]},{name:"s_forward",tags:[]},{name:"s_forward_10",tags:[]},{name:"s_forward_30",tags:[]},{name:"s_forward_5",tags:[]},{name:"s_forward_to_inbox",tags:[]},{name:"s_foundation",tags:[]},{name:"s_free_breakfast",tags:[]},{name:"s_fullscreen",tags:[]},{name:"s_fullscreen_exit",tags:[]},{name:"s_functions",tags:[]},{name:"s_g_mobiledata",tags:[]},{name:"s_g_translate",tags:[]},{name:"s_gamepad",tags:[]},{name:"s_games",tags:[]},{name:"s_garage",tags:[]},{name:"s_gavel",tags:[]},{name:"s_gesture",tags:[]},{name:"s_get_app",tags:[]},{name:"s_gif",tags:[]},{name:"s_gite",tags:[]},{name:"s_golf_course",tags:[]},{name:"s_gpp_bad",tags:[]},{name:"s_gpp_good",tags:[]},{name:"s_gpp_maybe",tags:[]},{name:"s_gps_fixed",tags:[]},{name:"s_gps_not_fixed",tags:[]},{name:"s_gps_off",tags:[]},{name:"s_grade",tags:[]},{name:"s_gradient",tags:[]},{name:"s_grading",tags:[]},{name:"s_grain",tags:[]},{name:"s_graphic_eq",tags:[]},{name:"s_grass",tags:[]},{name:"s_grid_3x3",tags:[]},{name:"s_grid_4x4",tags:[]},{name:"s_grid_goldenratio",tags:[]},{name:"s_grid_off",tags:[]},{name:"s_grid_on",tags:[]},{name:"s_grid_view",tags:[]},{name:"s_group",tags:[]},{name:"s_group_add",tags:[]},{name:"s_group_work",tags:[]},{name:"s_groups",tags:[]},{name:"s_h_mobiledata",tags:[]},{name:"s_h_plus_mobiledata",tags:[]},{name:"s_hail",tags:[]},{name:"s_handyman",tags:[]},{name:"s_hardware",tags:[]},{name:"s_hd",tags:[]},{name:"s_hdr_auto",tags:[]},{name:"s_hdr_auto_select",tags:[]},{name:"s_hdr_enhanced_select",tags:[]},{name:"s_hdr_off",tags:[]},{name:"s_hdr_off_select",tags:[]},{name:"s_hdr_on",tags:[]},{name:"s_hdr_on_select",tags:[]},{name:"s_hdr_plus",tags:[]},{name:"s_hdr_strong",tags:[]},{name:"s_hdr_weak",tags:[]},{name:"s_headphones",tags:[]},{name:"s_headphones_battery",tags:[]},{name:"s_headset",tags:[]},{name:"s_headset_mic",tags:[]},{name:"s_headset_off",tags:[]},{name:"s_healing",tags:[]},{name:"s_health_and_safety",tags:[]},{name:"s_hearing",tags:[]},{name:"s_hearing_disabled",tags:[]},{name:"s_height",tags:[]},{name:"s_help",tags:[]},{name:"s_help_center",tags:[]},{name:"s_help_outline",tags:[]},{name:"s_hevc",tags:[]},{name:"s_hide_image",tags:[]},{name:"s_hide_source",tags:[]},{name:"s_high_quality",tags:[]},{name:"s_highlight",tags:[]},{name:"s_highlight_alt",tags:[]},{name:"s_highlight_off",tags:[]},{name:"s_hiking",tags:[]},{name:"s_history",tags:[]},{name:"s_history_edu",tags:[]},{name:"s_history_toggle_off",tags:[]},{name:"s_holiday_village",tags:[]},{name:"s_home",tags:[]},{name:"s_home_max",tags:[]},{name:"s_home_mini",tags:[]},{name:"s_home_repair_service",tags:[]},{name:"s_home_work",tags:[]},{name:"s_horizontal_distribute",tags:[]},{name:"s_horizontal_rule",tags:[]},{name:"s_horizontal_split",tags:[]},{name:"s_hot_tub",tags:[]},{name:"s_hotel",tags:[]},{name:"s_hourglass_bottom",tags:[]},{name:"s_hourglass_disabled",tags:[]},{name:"s_hourglass_empty",tags:[]},{name:"s_hourglass_full",tags:[]},{name:"s_hourglass_top",tags:[]},{name:"s_house",tags:[]},{name:"s_house_siding",tags:[]},{name:"s_houseboat",tags:[]},{name:"s_how_to_reg",tags:[]},{name:"s_how_to_vote",tags:[]},{name:"s_http",tags:[]},{name:"s_https",tags:[]},{name:"s_hvac",tags:[]},{name:"s_ice_skating",tags:[]},{name:"s_icecream",tags:[]},{name:"s_image",tags:[]},{name:"s_image_aspect_ratio",tags:[]},{name:"s_image_not_supported",tags:[]},{name:"s_image_search",tags:[]},{name:"s_imagesearch_roller",tags:[]},{name:"s_import_contacts",tags:[]},{name:"s_import_export",tags:[]},{name:"s_important_devices",tags:[]},{name:"s_inbox",tags:[]},{name:"s_indeterminate_check_box",tags:[]},{name:"s_info",tags:[]},{name:"s_input",tags:[]},{name:"s_insert_chart",tags:[]},{name:"s_insert_chart_outlined",tags:[]},{name:"s_insert_comment",tags:[]},{name:"s_insert_drive_file",tags:[]},{name:"s_insert_emoticon",tags:[]},{name:"s_insert_invitation",tags:[]},{name:"s_insert_link",tags:[]},{name:"s_insert_photo",tags:[]},{name:"s_insights",tags:[]},{name:"s_integration_instructions",tags:[]},{name:"s_inventory",tags:[]},{name:"s_inventory_2",tags:[]},{name:"s_invert_colors",tags:[]},{name:"s_invert_colors_off",tags:[]},{name:"s_ios_share",tags:[]},{name:"s_iron",tags:[]},{name:"s_iso",tags:[]},{name:"s_kayaking",tags:[]},{name:"s_keyboard",tags:[]},{name:"s_keyboard_alt",tags:[]},{name:"s_keyboard_arrow_down",tags:[]},{name:"s_keyboard_arrow_left",tags:[]},{name:"s_keyboard_arrow_right",tags:[]},{name:"s_keyboard_arrow_up",tags:[]},{name:"s_keyboard_backspace",tags:[]},{name:"s_keyboard_capslock",tags:[]},{name:"s_keyboard_hide",tags:[]},{name:"s_keyboard_return",tags:[]},{name:"s_keyboard_tab",tags:[]},{name:"s_keyboard_voice",tags:[]},{name:"s_king_bed",tags:[]},{name:"s_kitchen",tags:[]},{name:"s_kitesurfing",tags:[]},{name:"s_label",tags:[]},{name:"s_label_important",tags:[]},{name:"s_label_off",tags:[]},{name:"s_label_outline",tags:[]},{name:"s_landscape",tags:[]},{name:"s_language",tags:[]},{name:"s_laptop",tags:[]},{name:"s_laptop_chromebook",tags:[]},{name:"s_laptop_mac",tags:[]},{name:"s_laptop_windows",tags:[]},{name:"s_last_page",tags:[]},{name:"s_launch",tags:[]},{name:"s_layers",tags:[]},{name:"s_layers_clear",tags:[]},{name:"s_leaderboard",tags:[]},{name:"s_leak_add",tags:[]},{name:"s_leak_remove",tags:[]},{name:"s_legend_toggle",tags:[]},{name:"s_lens",tags:[]},{name:"s_lens_blur",tags:[]},{name:"s_library_add",tags:[]},{name:"s_library_add_check",tags:[]},{name:"s_library_books",tags:[]},{name:"s_library_music",tags:[]},{name:"s_light",tags:[]},{name:"s_light_mode",tags:[]},{name:"s_lightbulb",tags:[]},{name:"s_lightbulb_outline",tags:[]},{name:"s_line_style",tags:[]},{name:"s_line_weight",tags:[]},{name:"s_linear_scale",tags:[]},{name:"s_link",tags:[]},{name:"s_link_off",tags:[]},{name:"s_linked_camera",tags:[]},{name:"s_liquor",tags:[]},{name:"s_list",tags:[]},{name:"s_list_alt",tags:[]},{name:"s_live_help",tags:[]},{name:"s_live_tv",tags:[]},{name:"s_living",tags:[]},{name:"s_local_activity",tags:[]},{name:"s_local_airport",tags:[]},{name:"s_local_atm",tags:[]},{name:"s_local_bar",tags:[]},{name:"s_local_cafe",tags:[]},{name:"s_local_car_wash",tags:[]},{name:"s_local_convenience_store",tags:[]},{name:"s_local_dining",tags:[]},{name:"s_local_drink",tags:[]},{name:"s_local_fire_department",tags:[]},{name:"s_local_florist",tags:[]},{name:"s_local_gas_station",tags:[]},{name:"s_local_grocery_store",tags:[]},{name:"s_local_hospital",tags:[]},{name:"s_local_hotel",tags:[]},{name:"s_local_laundry_service",tags:[]},{name:"s_local_library",tags:[]},{name:"s_local_mall",tags:[]},{name:"s_local_movies",tags:[]},{name:"s_local_offer",tags:[]},{name:"s_local_parking",tags:[]},{name:"s_local_pharmacy",tags:[]},{name:"s_local_phone",tags:[]},{name:"s_local_pizza",tags:[]},{name:"s_local_play",tags:[]},{name:"s_local_police",tags:[]},{name:"s_local_post_office",tags:[]},{name:"s_local_printshop",tags:[]},{name:"s_local_see",tags:[]},{name:"s_local_shipping",tags:[]},{name:"s_local_taxi",tags:[]},{name:"s_location_city",tags:[]},{name:"s_location_disabled",tags:[]},{name:"s_location_off",tags:[]},{name:"s_location_on",tags:[]},{name:"s_location_searching",tags:[]},{name:"s_lock",tags:[]},{name:"s_lock_clock",tags:[]},{name:"s_lock_open",tags:[]},{name:"s_lock_outline",tags:[]},{name:"s_login",tags:[]},{name:"s_logout",tags:[]},{name:"s_looks",tags:[]},{name:"s_looks_3",tags:[]},{name:"s_looks_4",tags:[]},{name:"s_looks_5",tags:[]},{name:"s_looks_6",tags:[]},{name:"s_looks_one",tags:[]},{name:"s_looks_two",tags:[]},{name:"s_loop",tags:[]},{name:"s_loupe",tags:[]},{name:"s_low_priority",tags:[]},{name:"s_loyalty",tags:[]},{name:"s_lte_mobiledata",tags:[]},{name:"s_lte_plus_mobiledata",tags:[]},{name:"s_luggage",tags:[]},{name:"s_lunch_dining",tags:[]},{name:"s_mail",tags:[]},{name:"s_mail_outline",tags:[]},{name:"s_male",tags:[]},{name:"s_manage_accounts",tags:[]},{name:"s_manage_search",tags:[]},{name:"s_map",tags:[]},{name:"s_maps_home_work",tags:[]},{name:"s_maps_ugc",tags:[]},{name:"s_margin",tags:[]},{name:"s_mark_as_unread",tags:[]},{name:"s_mark_chat_read",tags:[]},{name:"s_mark_chat_unread",tags:[]},{name:"s_mark_email_read",tags:[]},{name:"s_mark_email_unread",tags:[]},{name:"s_markunread",tags:[]},{name:"s_markunread_mailbox",tags:[]},{name:"s_masks",tags:[]},{name:"s_maximize",tags:[]},{name:"s_media_bluetooth_off",tags:[]},{name:"s_media_bluetooth_on",tags:[]},{name:"s_mediation",tags:[]},{name:"s_medical_services",tags:[]},{name:"s_medication",tags:[]},{name:"s_meeting_room",tags:[]},{name:"s_memory",tags:[]},{name:"s_menu",tags:[]},{name:"s_menu_book",tags:[]},{name:"s_menu_open",tags:[]},{name:"s_merge_type",tags:[]},{name:"s_message",tags:[]},{name:"s_mic",tags:[]},{name:"s_mic_external_off",tags:[]},{name:"s_mic_external_on",tags:[]},{name:"s_mic_none",tags:[]},{name:"s_mic_off",tags:[]},{name:"s_microwave",tags:[]},{name:"s_military_tech",tags:[]},{name:"s_minimize",tags:[]},{name:"s_miscellaneous_services",tags:[]},{name:"s_missed_video_call",tags:[]},{name:"s_mms",tags:[]},{name:"s_mobile_friendly",tags:[]},{name:"s_mobile_off",tags:[]},{name:"s_mobile_screen_share",tags:[]},{name:"s_mobiledata_off",tags:[]},{name:"s_mode",tags:[]},{name:"s_mode_comment",tags:[]},{name:"s_mode_edit",tags:[]},{name:"s_mode_edit_outline",tags:[]},{name:"s_mode_night",tags:[]},{name:"s_mode_standby",tags:[]},{name:"s_model_training",tags:[]},{name:"s_monetization_on",tags:[]},{name:"s_money",tags:[]},{name:"s_money_off",tags:[]},{name:"s_money_off_csred",tags:[]},{name:"s_monitor",tags:[]},{name:"s_monitor_weight",tags:[]},{name:"s_monochrome_photos",tags:[]},{name:"s_mood",tags:[]},{name:"s_mood_bad",tags:[]},{name:"s_moped",tags:[]},{name:"s_more",tags:[]},{name:"s_more_horiz",tags:[]},{name:"s_more_time",tags:[]},{name:"s_more_vert",tags:[]},{name:"s_motion_photos_auto",tags:[]},{name:"s_motion_photos_off",tags:[]},{name:"s_motion_photos_on",tags:[]},{name:"s_motion_photos_pause",tags:[]},{name:"s_motion_photos_paused",tags:[]},{name:"s_motorcycle",tags:[]},{name:"s_mouse",tags:[]},{name:"s_move_to_inbox",tags:[]},{name:"s_movie",tags:[]},{name:"s_movie_creation",tags:[]},{name:"s_movie_filter",tags:[]},{name:"s_moving",tags:[]},{name:"s_mp",tags:[]},{name:"s_multiline_chart",tags:[]},{name:"s_multiple_stop",tags:[]},{name:"s_museum",tags:[]},{name:"s_music_note",tags:[]},{name:"s_music_off",tags:[]},{name:"s_music_video",tags:[]},{name:"s_my_location",tags:[]},{name:"s_nat",tags:[]},{name:"s_nature",tags:[]},{name:"s_nature_people",tags:[]},{name:"s_navigate_before",tags:[]},{name:"s_navigate_next",tags:[]},{name:"s_navigation",tags:[]},{name:"s_near_me",tags:[]},{name:"s_near_me_disabled",tags:[]},{name:"s_nearby_error",tags:[]},{name:"s_nearby_off",tags:[]},{name:"s_network_cell",tags:[]},{name:"s_network_check",tags:[]},{name:"s_network_locked",tags:[]},{name:"s_network_wifi",tags:[]},{name:"s_new_label",tags:[]},{name:"s_new_releases",tags:[]},{name:"s_next_plan",tags:[]},{name:"s_next_week",tags:[]},{name:"s_nfc",tags:[]},{name:"s_night_shelter",tags:[]},{name:"s_nightlife",tags:[]},{name:"s_nightlight",tags:[]},{name:"s_nightlight_round",tags:[]},{name:"s_nights_stay",tags:[]},{name:"s_no_accounts",tags:[]},{name:"s_no_backpack",tags:[]},{name:"s_no_cell",tags:[]},{name:"s_no_drinks",tags:[]},{name:"s_no_encryption",tags:[]},{name:"s_no_encryption_gmailerrorred",tags:[]},{name:"s_no_flash",tags:[]},{name:"s_no_food",tags:[]},{name:"s_no_luggage",tags:[]},{name:"s_no_meals",tags:[]},{name:"s_no_meeting_room",tags:[]},{name:"s_no_photography",tags:[]},{name:"s_no_sim",tags:[]},{name:"s_no_stroller",tags:[]},{name:"s_no_transfer",tags:[]},{name:"s_nordic_walking",tags:[]},{name:"s_north",tags:[]},{name:"s_north_east",tags:[]},{name:"s_north_west",tags:[]},{name:"s_not_accessible",tags:[]},{name:"s_not_interested",tags:[]},{name:"s_not_listed_location",tags:[]},{name:"s_not_started",tags:[]},{name:"s_note",tags:[]},{name:"s_note_add",tags:[]},{name:"s_note_alt",tags:[]},{name:"s_notes",tags:[]},{name:"s_notification_add",tags:[]},{name:"s_notification_important",tags:[]},{name:"s_notifications",tags:[]},{name:"s_notifications_active",tags:[]},{name:"s_notifications_none",tags:[]},{name:"s_notifications_off",tags:[]},{name:"s_notifications_paused",tags:[]},{name:"s_offline_bolt",tags:[]},{name:"s_offline_pin",tags:[]},{name:"s_offline_share",tags:[]},{name:"s_ondemand_video",tags:[]},{name:"s_online_prediction",tags:[]},{name:"s_opacity",tags:[]},{name:"s_open_in_browser",tags:[]},{name:"s_open_in_full",tags:[]},{name:"s_open_in_new",tags:[]},{name:"s_open_in_new_off",tags:[]},{name:"s_open_with",tags:[]},{name:"s_other_houses",tags:[]},{name:"s_outbound",tags:[]},{name:"s_outbox",tags:[]},{name:"s_outdoor_grill",tags:[]},{name:"s_outlet",tags:[]},{name:"s_outlined_flag",tags:[]},{name:"s_padding",tags:[]},{name:"s_pages",tags:[]},{name:"s_pageview",tags:[]},{name:"s_paid",tags:[]},{name:"s_palette",tags:[]},{name:"s_pan_tool",tags:[]},{name:"s_panorama",tags:[]},{name:"s_panorama_fish_eye",tags:[]},{name:"s_panorama_horizontal",tags:[]},{name:"s_panorama_horizontal_select",tags:[]},{name:"s_panorama_photosphere",tags:[]},{name:"s_panorama_photosphere_select",tags:[]},{name:"s_panorama_vertical",tags:[]},{name:"s_panorama_vertical_select",tags:[]},{name:"s_panorama_wide_angle",tags:[]},{name:"s_panorama_wide_angle_select",tags:[]},{name:"s_paragliding",tags:[]},{name:"s_park",tags:[]},{name:"s_party_mode",tags:[]},{name:"s_password",tags:[]},{name:"s_pattern",tags:[]},{name:"s_pause",tags:[]},{name:"s_pause_circle",tags:[]},{name:"s_pause_circle_filled",tags:[]},{name:"s_pause_circle_outline",tags:[]},{name:"s_pause_presentation",tags:[]},{name:"s_payment",tags:[]},{name:"s_payments",tags:[]},{name:"s_pedal_bike",tags:[]},{name:"s_pending",tags:[]},{name:"s_pending_actions",tags:[]},{name:"s_people",tags:[]},{name:"s_people_alt",tags:[]},{name:"s_people_outline",tags:[]},{name:"s_perm_camera_mic",tags:[]},{name:"s_perm_contact_calendar",tags:[]},{name:"s_perm_data_setting",tags:[]},{name:"s_perm_device_information",tags:[]},{name:"s_perm_identity",tags:[]},{name:"s_perm_media",tags:[]},{name:"s_perm_phone_msg",tags:[]},{name:"s_perm_scan_wifi",tags:[]},{name:"s_person",tags:[]},{name:"s_person_add",tags:[]},{name:"s_person_add_alt",tags:[]},{name:"s_person_add_alt_1",tags:[]},{name:"s_person_add_disabled",tags:[]},{name:"s_person_off",tags:[]},{name:"s_person_outline",tags:[]},{name:"s_person_pin",tags:[]},{name:"s_person_pin_circle",tags:[]},{name:"s_person_remove",tags:[]},{name:"s_person_remove_alt_1",tags:[]},{name:"s_person_search",tags:[]},{name:"s_personal_injury",tags:[]},{name:"s_personal_video",tags:[]},{name:"s_pest_control",tags:[]},{name:"s_pest_control_rodent",tags:[]},{name:"s_pets",tags:[]},{name:"s_phone",tags:[]},{name:"s_phone_android",tags:[]},{name:"s_phone_bluetooth_speaker",tags:[]},{name:"s_phone_callback",tags:[]},{name:"s_phone_disabled",tags:[]},{name:"s_phone_enabled",tags:[]},{name:"s_phone_forwarded",tags:[]},{name:"s_phone_in_talk",tags:[]},{name:"s_phone_iphone",tags:[]},{name:"s_phone_locked",tags:[]},{name:"s_phone_missed",tags:[]},{name:"s_phone_paused",tags:[]},{name:"s_phonelink",tags:[]},{name:"s_phonelink_erase",tags:[]},{name:"s_phonelink_lock",tags:[]},{name:"s_phonelink_off",tags:[]},{name:"s_phonelink_ring",tags:[]},{name:"s_phonelink_setup",tags:[]},{name:"s_photo",tags:[]},{name:"s_photo_album",tags:[]},{name:"s_photo_camera",tags:[]},{name:"s_photo_camera_back",tags:[]},{name:"s_photo_camera_front",tags:[]},{name:"s_photo_filter",tags:[]},{name:"s_photo_library",tags:[]},{name:"s_photo_size_select_actual",tags:[]},{name:"s_photo_size_select_large",tags:[]},{name:"s_photo_size_select_small",tags:[]},{name:"s_piano",tags:[]},{name:"s_piano_off",tags:[]},{name:"s_picture_as_pdf",tags:[]},{name:"s_picture_in_picture",tags:[]},{name:"s_picture_in_picture_alt",tags:[]},{name:"s_pie_chart",tags:[]},{name:"s_pie_chart_outline",tags:[]},{name:"s_pin",tags:[]},{name:"s_pin_drop",tags:[]},{name:"s_pivot_table_chart",tags:[]},{name:"s_place",tags:[]},{name:"s_plagiarism",tags:[]},{name:"s_play_arrow",tags:[]},{name:"s_play_circle",tags:[]},{name:"s_play_circle_filled",tags:[]},{name:"s_play_circle_outline",tags:[]},{name:"s_play_disabled",tags:[]},{name:"s_play_for_work",tags:[]},{name:"s_play_lesson",tags:[]},{name:"s_playlist_add",tags:[]},{name:"s_playlist_add_check",tags:[]},{name:"s_playlist_play",tags:[]},{name:"s_plumbing",tags:[]},{name:"s_plus_one",tags:[]},{name:"s_podcasts",tags:[]},{name:"s_point_of_sale",tags:[]},{name:"s_policy",tags:[]},{name:"s_poll",tags:[]},{name:"s_polymer",tags:[]},{name:"s_pool",tags:[]},{name:"s_portable_wifi_off",tags:[]},{name:"s_portrait",tags:[]},{name:"s_post_add",tags:[]},{name:"s_power",tags:[]},{name:"s_power_input",tags:[]},{name:"s_power_off",tags:[]},{name:"s_power_settings_new",tags:[]},{name:"s_precision_manufacturing",tags:[]},{name:"s_pregnant_woman",tags:[]},{name:"s_present_to_all",tags:[]},{name:"s_preview",tags:[]},{name:"s_price_change",tags:[]},{name:"s_price_check",tags:[]},{name:"s_print",tags:[]},{name:"s_print_disabled",tags:[]},{name:"s_priority_high",tags:[]},{name:"s_privacy_tip",tags:[]},{name:"s_production_quantity_limits",tags:[]},{name:"s_psychology",tags:[]},{name:"s_public",tags:[]},{name:"s_public_off",tags:[]},{name:"s_publish",tags:[]},{name:"s_published_with_changes",tags:[]},{name:"s_push_pin",tags:[]},{name:"s_qr_code",tags:[]},{name:"s_qr_code_2",tags:[]},{name:"s_qr_code_scanner",tags:[]},{name:"s_query_builder",tags:[]},{name:"s_query_stats",tags:[]},{name:"s_question_answer",tags:[]},{name:"s_queue",tags:[]},{name:"s_queue_music",tags:[]},{name:"s_queue_play_next",tags:[]},{name:"s_quickreply",tags:[]},{name:"s_quiz",tags:[]},{name:"s_r_mobiledata",tags:[]},{name:"s_radar",tags:[]},{name:"s_radio",tags:[]},{name:"s_radio_button_checked",tags:[]},{name:"s_radio_button_unchecked",tags:[]},{name:"s_railway_alert",tags:[]},{name:"s_ramen_dining",tags:[]},{name:"s_rate_review",tags:[]},{name:"s_raw_off",tags:[]},{name:"s_raw_on",tags:[]},{name:"s_read_more",tags:[]},{name:"s_real_estate_agent",tags:[]},{name:"s_receipt",tags:[]},{name:"s_receipt_long",tags:[]},{name:"s_recent_actors",tags:[]},{name:"s_recommend",tags:[]},{name:"s_record_voice_over",tags:[]},{name:"s_redeem",tags:[]},{name:"s_redo",tags:[]},{name:"s_reduce_capacity",tags:[]},{name:"s_refresh",tags:[]},{name:"s_remember_me",tags:[]},{name:"s_remove",tags:[]},{name:"s_remove_circle",tags:[]},{name:"s_remove_circle_outline",tags:[]},{name:"s_remove_done",tags:[]},{name:"s_remove_from_queue",tags:[]},{name:"s_remove_moderator",tags:[]},{name:"s_remove_red_eye",tags:[]},{name:"s_remove_shopping_cart",tags:[]},{name:"s_reorder",tags:[]},{name:"s_repeat",tags:[]},{name:"s_repeat_on",tags:[]},{name:"s_repeat_one",tags:[]},{name:"s_repeat_one_on",tags:[]},{name:"s_replay",tags:[]},{name:"s_replay_10",tags:[]},{name:"s_replay_30",tags:[]},{name:"s_replay_5",tags:[]},{name:"s_replay_circle_filled",tags:[]},{name:"s_reply",tags:[]},{name:"s_reply_all",tags:[]},{name:"s_report",tags:[]},{name:"s_report_gmailerrorred",tags:[]},{name:"s_report_off",tags:[]},{name:"s_report_problem",tags:[]},{name:"s_request_page",tags:[]},{name:"s_request_quote",tags:[]},{name:"s_reset_tv",tags:[]},{name:"s_restart_alt",tags:[]},{name:"s_restaurant",tags:[]},{name:"s_restaurant_menu",tags:[]},{name:"s_restore",tags:[]},{name:"s_restore_from_trash",tags:[]},{name:"s_restore_page",tags:[]},{name:"s_reviews",tags:[]},{name:"s_rice_bowl",tags:[]},{name:"s_ring_volume",tags:[]},{name:"s_roofing",tags:[]},{name:"s_room",tags:[]},{name:"s_room_preferences",tags:[]},{name:"s_room_service",tags:[]},{name:"s_rotate_90_degrees_ccw",tags:[]},{name:"s_rotate_left",tags:[]},{name:"s_rotate_right",tags:[]},{name:"s_rounded_corner",tags:[]},{name:"s_router",tags:[]},{name:"s_rowing",tags:[]},{name:"s_rss_feed",tags:[]},{name:"s_rsvp",tags:[]},{name:"s_rtt",tags:[]},{name:"s_rule",tags:[]},{name:"s_rule_folder",tags:[]},{name:"s_run_circle",tags:[]},{name:"s_running_with_errors",tags:[]},{name:"s_rv_hookup",tags:[]},{name:"s_safety_divider",tags:[]},{name:"s_sailing",tags:[]},{name:"s_sanitizer",tags:[]},{name:"s_satellite",tags:[]},{name:"s_save",tags:[]},{name:"s_save_alt",tags:[]},{name:"s_saved_search",tags:[]},{name:"s_savings",tags:[]},{name:"s_scanner",tags:[]},{name:"s_scatter_plot",tags:[]},{name:"s_schedule",tags:[]},{name:"s_schedule_send",tags:[]},{name:"s_schema",tags:[]},{name:"s_school",tags:[]},{name:"s_science",tags:[]},{name:"s_score",tags:[]},{name:"s_screen_lock_landscape",tags:[]},{name:"s_screen_lock_portrait",tags:[]},{name:"s_screen_lock_rotation",tags:[]},{name:"s_screen_rotation",tags:[]},{name:"s_screen_search_desktop",tags:[]},{name:"s_screen_share",tags:[]},{name:"s_screenshot",tags:[]},{name:"s_sd",tags:[]},{name:"s_sd_card",tags:[]},{name:"s_sd_card_alert",tags:[]},{name:"s_sd_storage",tags:[]},{name:"s_search",tags:[]},{name:"s_search_off",tags:[]},{name:"s_security",tags:[]},{name:"s_security_update",tags:[]},{name:"s_security_update_good",tags:[]},{name:"s_security_update_warning",tags:[]},{name:"s_segment",tags:[]},{name:"s_select_all",tags:[]},{name:"s_self_improvement",tags:[]},{name:"s_sell",tags:[]},{name:"s_send",tags:[]},{name:"s_send_and_archive",tags:[]},{name:"s_send_to_mobile",tags:[]},{name:"s_sensor_door",tags:[]},{name:"s_sensor_window",tags:[]},{name:"s_sensors",tags:[]},{name:"s_sensors_off",tags:[]},{name:"s_sentiment_dissatisfied",tags:[]},{name:"s_sentiment_neutral",tags:[]},{name:"s_sentiment_satisfied",tags:[]},{name:"s_sentiment_satisfied_alt",tags:[]},{name:"s_sentiment_very_dissatisfied",tags:[]},{name:"s_sentiment_very_satisfied",tags:[]},{name:"s_set_meal",tags:[]},{name:"s_settings",tags:[]},{name:"s_settings_accessibility",tags:[]},{name:"s_settings_applications",tags:[]},{name:"s_settings_backup_restore",tags:[]},{name:"s_settings_bluetooth",tags:[]},{name:"s_settings_brightness",tags:[]},{name:"s_settings_cell",tags:[]},{name:"s_settings_ethernet",tags:[]},{name:"s_settings_input_antenna",tags:[]},{name:"s_settings_input_component",tags:[]},{name:"s_settings_input_composite",tags:[]},{name:"s_settings_input_hdmi",tags:[]},{name:"s_settings_input_svideo",tags:[]},{name:"s_settings_overscan",tags:[]},{name:"s_settings_phone",tags:[]},{name:"s_settings_power",tags:[]},{name:"s_settings_remote",tags:[]},{name:"s_settings_suggest",tags:[]},{name:"s_settings_system_daydream",tags:[]},{name:"s_settings_voice",tags:[]},{name:"s_share",tags:[]},{name:"s_share_location",tags:[]},{name:"s_shield",tags:[]},{name:"s_shop",tags:[]},{name:"s_shop_2",tags:[]},{name:"s_shop_two",tags:[]},{name:"s_shopping_bag",tags:[]},{name:"s_shopping_basket",tags:[]},{name:"s_shopping_cart",tags:[]},{name:"s_short_text",tags:[]},{name:"s_shortcut",tags:[]},{name:"s_show_chart",tags:[]},{name:"s_shower",tags:[]},{name:"s_shuffle",tags:[]},{name:"s_shuffle_on",tags:[]},{name:"s_shutter_speed",tags:[]},{name:"s_sick",tags:[]},{name:"s_signal_cellular_0_bar",tags:[]},{name:"s_signal_cellular_4_bar",tags:[]},{name:"s_signal_cellular_alt",tags:[]},{name:"s_signal_cellular_connected_no_internet_0_bar",tags:[]},{name:"s_signal_cellular_connected_no_internet_4_bar",tags:[]},{name:"s_signal_cellular_no_sim",tags:[]},{name:"s_signal_cellular_nodata",tags:[]},{name:"s_signal_cellular_null",tags:[]},{name:"s_signal_cellular_off",tags:[]},{name:"s_signal_wifi_0_bar",tags:[]},{name:"s_signal_wifi_4_bar",tags:[]},{name:"s_signal_wifi_4_bar_lock",tags:[]},{name:"s_signal_wifi_bad",tags:[]},{name:"s_signal_wifi_connected_no_internet_4",tags:[]},{name:"s_signal_wifi_off",tags:[]},{name:"s_signal_wifi_statusbar_4_bar",tags:[]},{name:"s_signal_wifi_statusbar_connected_no_internet_4",tags:[]},{name:"s_signal_wifi_statusbar_null",tags:[]},{name:"s_sim_card",tags:[]},{name:"s_sim_card_alert",tags:[]},{name:"s_sim_card_download",tags:[]},{name:"s_single_bed",tags:[]},{name:"s_sip",tags:[]},{name:"s_skateboarding",tags:[]},{name:"s_skip_next",tags:[]},{name:"s_skip_previous",tags:[]},{name:"s_sledding",tags:[]},{name:"s_slideshow",tags:[]},{name:"s_slow_motion_video",tags:[]},{name:"s_smart_button",tags:[]},{name:"s_smart_display",tags:[]},{name:"s_smart_screen",tags:[]},{name:"s_smart_toy",tags:[]},{name:"s_smartphone",tags:[]},{name:"s_smoke_free",tags:[]},{name:"s_smoking_rooms",tags:[]},{name:"s_sms",tags:[]},{name:"s_sms_failed",tags:[]},{name:"s_snippet_folder",tags:[]},{name:"s_snooze",tags:[]},{name:"s_snowboarding",tags:[]},{name:"s_snowmobile",tags:[]},{name:"s_snowshoeing",tags:[]},{name:"s_soap",tags:[]},{name:"s_social_distance",tags:[]},{name:"s_sort",tags:[]},{name:"s_sort_by_alpha",tags:[]},{name:"s_source",tags:[]},{name:"s_south",tags:[]},{name:"s_south_east",tags:[]},{name:"s_south_west",tags:[]},{name:"s_spa",tags:[]},{name:"s_space_bar",tags:[]},{name:"s_space_dashboard",tags:[]},{name:"s_speaker",tags:[]},{name:"s_speaker_group",tags:[]},{name:"s_speaker_notes",tags:[]},{name:"s_speaker_notes_off",tags:[]},{name:"s_speaker_phone",tags:[]},{name:"s_speed",tags:[]},{name:"s_spellcheck",tags:[]},{name:"s_splitscreen",tags:[]},{name:"s_sports",tags:[]},{name:"s_sports_bar",tags:[]},{name:"s_sports_baseball",tags:[]},{name:"s_sports_basketball",tags:[]},{name:"s_sports_cricket",tags:[]},{name:"s_sports_esports",tags:[]},{name:"s_sports_football",tags:[]},{name:"s_sports_golf",tags:[]},{name:"s_sports_handball",tags:[]},{name:"s_sports_hockey",tags:[]},{name:"s_sports_kabaddi",tags:[]},{name:"s_sports_mma",tags:[]},{name:"s_sports_motorsports",tags:[]},{name:"s_sports_rugby",tags:[]},{name:"s_sports_score",tags:[]},{name:"s_sports_soccer",tags:[]},{name:"s_sports_tennis",tags:[]},{name:"s_sports_volleyball",tags:[]},{name:"s_square_foot",tags:[]},{name:"s_stacked_bar_chart",tags:[]},{name:"s_stacked_line_chart",tags:[]},{name:"s_stairs",tags:[]},{name:"s_star",tags:[]},{name:"s_star_border",tags:[]},{name:"s_star_border_purple500",tags:[]},{name:"s_star_half",tags:[]},{name:"s_star_outline",tags:[]},{name:"s_star_purple500",tags:[]},{name:"s_star_rate",tags:[]},{name:"s_stars",tags:[]},{name:"s_stay_current_landscape",tags:[]},{name:"s_stay_current_portrait",tags:[]},{name:"s_stay_primary_landscape",tags:[]},{name:"s_stay_primary_portrait",tags:[]},{name:"s_sticky_note_2",tags:[]},{name:"s_stop",tags:[]},{name:"s_stop_circle",tags:[]},{name:"s_stop_screen_share",tags:[]},{name:"s_storage",tags:[]},{name:"s_store",tags:[]},{name:"s_store_mall_directory",tags:[]},{name:"s_storefront",tags:[]},{name:"s_storm",tags:[]},{name:"s_straighten",tags:[]},{name:"s_stream",tags:[]},{name:"s_streetview",tags:[]},{name:"s_strikethrough_s",tags:[]},{name:"s_stroller",tags:[]},{name:"s_style",tags:[]},{name:"s_subdirectory_arrow_left",tags:[]},{name:"s_subdirectory_arrow_right",tags:[]},{name:"s_subject",tags:[]},{name:"s_subscript",tags:[]},{name:"s_subscriptions",tags:[]},{name:"s_subtitles",tags:[]},{name:"s_subtitles_off",tags:[]},{name:"s_subway",tags:[]},{name:"s_summarize",tags:[]},{name:"s_superscript",tags:[]},{name:"s_supervised_user_circle",tags:[]},{name:"s_supervisor_account",tags:[]},{name:"s_support",tags:[]},{name:"s_support_agent",tags:[]},{name:"s_surfing",tags:[]},{name:"s_surround_sound",tags:[]},{name:"s_swap_calls",tags:[]},{name:"s_swap_horiz",tags:[]},{name:"s_swap_horizontal_circle",tags:[]},{name:"s_swap_vert",tags:[]},{name:"s_swap_vertical_circle",tags:[]},{name:"s_swipe",tags:[]},{name:"s_switch_account",tags:[]},{name:"s_switch_camera",tags:[]},{name:"s_switch_left",tags:[]},{name:"s_switch_right",tags:[]},{name:"s_switch_video",tags:[]},{name:"s_sync",tags:[]},{name:"s_sync_alt",tags:[]},{name:"s_sync_disabled",tags:[]},{name:"s_sync_problem",tags:[]},{name:"s_system_security_update",tags:[]},{name:"s_system_security_update_good",tags:[]},{name:"s_system_security_update_warning",tags:[]},{name:"s_system_update",tags:[]},{name:"s_system_update_alt",tags:[]},{name:"s_tab",tags:[]},{name:"s_tab_unselected",tags:[]},{name:"s_table_chart",tags:[]},{name:"s_table_rows",tags:[]},{name:"s_table_view",tags:[]},{name:"s_tablet",tags:[]},{name:"s_tablet_android",tags:[]},{name:"s_tablet_mac",tags:[]},{name:"s_tag",tags:[]},{name:"s_tag_faces",tags:[]},{name:"s_takeout_dining",tags:[]},{name:"s_tap_and_play",tags:[]},{name:"s_tapas",tags:[]},{name:"s_task",tags:[]},{name:"s_task_alt",tags:[]},{name:"s_taxi_alert",tags:[]},{name:"s_terrain",tags:[]},{name:"s_text_fields",tags:[]},{name:"s_text_format",tags:[]},{name:"s_text_rotate_up",tags:[]},{name:"s_text_rotate_vertical",tags:[]},{name:"s_text_rotation_angledown",tags:[]},{name:"s_text_rotation_angleup",tags:[]},{name:"s_text_rotation_down",tags:[]},{name:"s_text_rotation_none",tags:[]},{name:"s_text_snippet",tags:[]},{name:"s_textsms",tags:[]},{name:"s_texture",tags:[]},{name:"s_theater_comedy",tags:[]},{name:"s_theaters",tags:[]},{name:"s_thermostat",tags:[]},{name:"s_thermostat_auto",tags:[]},{name:"s_thumb_down",tags:[]},{name:"s_thumb_down_alt",tags:[]},{name:"s_thumb_down_off_alt",tags:[]},{name:"s_thumb_up",tags:[]},{name:"s_thumb_up_alt",tags:[]},{name:"s_thumb_up_off_alt",tags:[]},{name:"s_thumbs_up_down",tags:[]},{name:"s_time_to_leave",tags:[]},{name:"s_timelapse",tags:[]},{name:"s_timeline",tags:[]},{name:"s_timer",tags:[]},{name:"s_timer_10",tags:[]},{name:"s_timer_10_select",tags:[]},{name:"s_timer_3",tags:[]},{name:"s_timer_3_select",tags:[]},{name:"s_timer_off",tags:[]},{name:"s_title",tags:[]},{name:"s_toc",tags:[]},{name:"s_today",tags:[]},{name:"s_toggle_off",tags:[]},{name:"s_toggle_on",tags:[]},{name:"s_toll",tags:[]},{name:"s_tonality",tags:[]},{name:"s_topic",tags:[]},{name:"s_touch_app",tags:[]},{name:"s_tour",tags:[]},{name:"s_toys",tags:[]},{name:"s_track_changes",tags:[]},{name:"s_traffic",tags:[]},{name:"s_train",tags:[]},{name:"s_tram",tags:[]},{name:"s_transfer_within_a_station",tags:[]},{name:"s_transform",tags:[]},{name:"s_transgender",tags:[]},{name:"s_transit_enterexit",tags:[]},{name:"s_translate",tags:[]},{name:"s_travel_explore",tags:[]},{name:"s_trending_down",tags:[]},{name:"s_trending_flat",tags:[]},{name:"s_trending_up",tags:[]},{name:"s_trip_origin",tags:[]},{name:"s_try",tags:[]},{name:"s_tty",tags:[]},{name:"s_tune",tags:[]},{name:"s_tungsten",tags:[]},{name:"s_turned_in",tags:[]},{name:"s_turned_in_not",tags:[]},{name:"s_tv",tags:[]},{name:"s_tv_off",tags:[]},{name:"s_two_wheeler",tags:[]},{name:"s_umbrella",tags:[]},{name:"s_unarchive",tags:[]},{name:"s_undo",tags:[]},{name:"s_unfold_less",tags:[]},{name:"s_unfold_more",tags:[]},{name:"s_unpublished",tags:[]},{name:"s_unsubscribe",tags:[]},{name:"s_upcoming",tags:[]},{name:"s_update",tags:[]},{name:"s_update_disabled",tags:[]},{name:"s_upgrade",tags:[]},{name:"s_upload",tags:[]},{name:"s_upload_file",tags:[]},{name:"s_usb",tags:[]},{name:"s_usb_off",tags:[]},{name:"s_verified",tags:[]},{name:"s_verified_user",tags:[]},{name:"s_vertical_align_bottom",tags:[]},{name:"s_vertical_align_center",tags:[]},{name:"s_vertical_align_top",tags:[]},{name:"s_vertical_distribute",tags:[]},{name:"s_vertical_split",tags:[]},{name:"s_vibration",tags:[]},{name:"s_video_call",tags:[]},{name:"s_video_camera_back",tags:[]},{name:"s_video_camera_front",tags:[]},{name:"s_video_label",tags:[]},{name:"s_video_library",tags:[]},{name:"s_video_settings",tags:[]},{name:"s_video_stable",tags:[]},{name:"s_videocam",tags:[]},{name:"s_videocam_off",tags:[]},{name:"s_videogame_asset",tags:[]},{name:"s_videogame_asset_off",tags:[]},{name:"s_view_agenda",tags:[]},{name:"s_view_array",tags:[]},{name:"s_view_carousel",tags:[]},{name:"s_view_column",tags:[]},{name:"s_view_comfy",tags:[]},{name:"s_view_compact",tags:[]},{name:"s_view_day",tags:[]},{name:"s_view_headline",tags:[]},{name:"s_view_in_ar",tags:[]},{name:"s_view_list",tags:[]},{name:"s_view_module",tags:[]},{name:"s_view_quilt",tags:[]},{name:"s_view_sidebar",tags:[]},{name:"s_view_stream",tags:[]},{name:"s_view_week",tags:[]},{name:"s_vignette",tags:[]},{name:"s_villa",tags:[]},{name:"s_visibility",tags:[]},{name:"s_visibility_off",tags:[]},{name:"s_voice_chat",tags:[]},{name:"s_voice_over_off",tags:[]},{name:"s_voicemail",tags:[]},{name:"s_volume_down",tags:[]},{name:"s_volume_mute",tags:[]},{name:"s_volume_off",tags:[]},{name:"s_volume_up",tags:[]},{name:"s_volunteer_activism",tags:[]},{name:"s_vpn_key",tags:[]},{name:"s_vpn_lock",tags:[]},{name:"s_vrpano",tags:[]},{name:"s_wallpaper",tags:[]},{name:"s_warning",tags:[]},{name:"s_warning_amber",tags:[]},{name:"s_wash",tags:[]},{name:"s_watch",tags:[]},{name:"s_watch_later",tags:[]},{name:"s_water",tags:[]},{name:"s_water_damage",tags:[]},{name:"s_waterfall_chart",tags:[]},{name:"s_waves",tags:[]},{name:"s_wb_auto",tags:[]},{name:"s_wb_cloudy",tags:[]},{name:"s_wb_incandescent",tags:[]},{name:"s_wb_iridescent",tags:[]},{name:"s_wb_shade",tags:[]},{name:"s_wb_sunny",tags:[]},{name:"s_wb_twilight",tags:[]},{name:"s_wc",tags:[]},{name:"s_web",tags:[]},{name:"s_web_asset",tags:[]},{name:"s_web_asset_off",tags:[]},{name:"s_weekend",tags:[]},{name:"s_west",tags:[]},{name:"s_whatshot",tags:[]},{name:"s_wheelchair_pickup",tags:[]},{name:"s_where_to_vote",tags:[]},{name:"s_widgets",tags:[]},{name:"s_wifi",tags:[]},{name:"s_wifi_calling",tags:[]},{name:"s_wifi_calling_3",tags:[]},{name:"s_wifi_lock",tags:[]},{name:"s_wifi_off",tags:[]},{name:"s_wifi_protected_setup",tags:[]},{name:"s_wifi_tethering",tags:[]},{name:"s_wifi_tethering_error_rounded",tags:[]},{name:"s_wifi_tethering_off",tags:[]},{name:"s_window",tags:[]},{name:"s_wine_bar",tags:[]},{name:"s_work",tags:[]},{name:"s_work_off",tags:[]},{name:"s_work_outline",tags:[]},{name:"s_workspaces",tags:[]},{name:"s_wrap_text",tags:[]},{name:"s_wrong_location",tags:[]},{name:"s_wysiwyg",tags:[]},{name:"s_yard",tags:[]},{name:"s_youtube_searched_for",tags:[]},{name:"s_zoom_in",tags:[]},{name:"s_zoom_out",tags:[]},{name:"s_zoom_out_map",tags:[]}]}},c50f:function(a,e,t){var m={"./Color.vue":["ff17",25],"./CustomIconSet.vue":["de90",26],"./Default.vue":["0160",27],"./Filter2.vue":["e8da",28],"./Pagination.vue":["397c",29],"./PaginationColor.vue":["169e",30],"./SelectedColor.vue":["5d53",31],"./Size.vue":["2d32",32],"./Tooltips.vue":["946e",33],"./Transition.vue":["bbae",34],"./UsingIconSlot.vue":["7ce1",35],"./UsingQInput.vue":["286c",36]};function n(a){if(!t.o(m,a))return Promise.resolve().then((function(){var e=new Error("Cannot find module '"+a+"'");throw e.code="MODULE_NOT_FOUND",e}));var e=m[a],n=e[0];return t.e(e[1]).then((function(){return t(n)}))}n.keys=function(){return Object.keys(m)},n.id="c50f",a.exports=n},c73f:function(a,e,t){var m={"./bootstrap-icons.js":"a8e9","./eva-icons.js":"1a32","./fontawesome-v5.js":"72e8","./ionicons-v4.js":"7b31","./line-awesome.js":"71dd","./material-icons-outlined.js":"7b7b","./material-icons-round.js":"995b","./material-icons-sharp.js":"c0c1","./material-icons.js":"b187","./mdi-v4.js":"8378","./mdi-v5.js":"d36e","./mdi-v6.js":"4210","./themify.js":"b606"};function n(a){var e=s(a);return t(e)}function s(a){if(!t.o(m,a)){var e=new Error("Cannot find module '"+a+"'");throw e.code="MODULE_NOT_FOUND",e}return m[a]}n.keys=function(){return Object.keys(m)},n.resolve=s,a.exports=n,n.id="c73f"},d36e:function(a,e,t){"use strict";t.r(e),e["default"]={name:"mdi-v5",icons:[{name:"mdi-ab-testing",tags:[]},{name:"mdi-abacus",tags:[]},{name:"mdi-abjad-arabic",tags:[]},{name:"mdi-abjad-hebrew",tags:[]},{name:"mdi-abugida-devanagari",tags:[]},{name:"mdi-abugida-thai",tags:[]},{name:"mdi-access-point",tags:[]},{name:"mdi-access-point-check",tags:[]},{name:"mdi-access-point-minus",tags:[]},{name:"mdi-access-point-network",tags:[]},{name:"mdi-access-point-network-off",tags:[]},{name:"mdi-access-point-off",tags:[]},{name:"mdi-access-point-plus",tags:[]},{name:"mdi-access-point-remove",tags:[]},{name:"mdi-account",tags:[]},{name:"mdi-account-alert",tags:[]},{name:"mdi-account-alert-outline",tags:[]},{name:"mdi-account-arrow-left",tags:[]},{name:"mdi-account-arrow-left-outline",tags:[]},{name:"mdi-account-arrow-right",tags:[]},{name:"mdi-account-arrow-right-outline",tags:[]},{name:"mdi-account-box",tags:[]},{name:"mdi-account-box-multiple",tags:[]},{name:"mdi-account-box-multiple-outline",tags:[]},{name:"mdi-account-box-outline",tags:[]},{name:"mdi-account-cancel",tags:[]},{name:"mdi-account-cancel-outline",tags:[]},{name:"mdi-account-cash",tags:[]},{name:"mdi-account-cash-outline",tags:[]},{name:"mdi-account-check",tags:[]},{name:"mdi-account-check-outline",tags:[]},{name:"mdi-account-child",tags:[]},{name:"mdi-account-child-circle",tags:[]},{name:"mdi-account-child-outline",tags:[]},{name:"mdi-account-circle",tags:[]},{name:"mdi-account-circle-outline",tags:[]},{name:"mdi-account-clock",tags:[]},{name:"mdi-account-clock-outline",tags:[]},{name:"mdi-account-cog",tags:[]},{name:"mdi-account-cog-outline",tags:[]},{name:"mdi-account-convert",tags:[]},{name:"mdi-account-convert-outline",tags:[]},{name:"mdi-account-cowboy-hat",tags:[]},{name:"mdi-account-details",tags:[]},{name:"mdi-account-details-outline",tags:[]},{name:"mdi-account-edit",tags:[]},{name:"mdi-account-edit-outline",tags:[]},{name:"mdi-account-group",tags:[]},{name:"mdi-account-group-outline",tags:[]},{name:"mdi-account-hard-hat",tags:[]},{name:"mdi-account-heart",tags:[]},{name:"mdi-account-heart-outline",tags:[]},{name:"mdi-account-key",tags:[]},{name:"mdi-account-key-outline",tags:[]},{name:"mdi-account-lock",tags:[]},{name:"mdi-account-lock-outline",tags:[]},{name:"mdi-account-minus",tags:[]},{name:"mdi-account-minus-outline",tags:[]},{name:"mdi-account-multiple",tags:[]},{name:"mdi-account-multiple-check",tags:[]},{name:"mdi-account-multiple-check-outline",tags:[]},{name:"mdi-account-multiple-minus",tags:[]},{name:"mdi-account-multiple-minus-outline",tags:[]},{name:"mdi-account-multiple-outline",tags:[]},{name:"mdi-account-multiple-plus",tags:[]},{name:"mdi-account-multiple-plus-outline",tags:[]},{name:"mdi-account-multiple-remove",tags:[]},{name:"mdi-account-multiple-remove-outline",tags:[]},{name:"mdi-account-music",tags:[]},{name:"mdi-account-music-outline",tags:[]},{name:"mdi-account-network",tags:[]},{name:"mdi-account-network-outline",tags:[]},{name:"mdi-account-off",tags:[]},{name:"mdi-account-off-outline",tags:[]},{name:"mdi-account-outline",tags:[]},{name:"mdi-account-plus",tags:[]},{name:"mdi-account-plus-outline",tags:[]},{name:"mdi-account-question",tags:[]},{name:"mdi-account-question-outline",tags:[]},{name:"mdi-account-reactivate",tags:[]},{name:"mdi-account-reactivate-outline",tags:[]},{name:"mdi-account-remove",tags:[]},{name:"mdi-account-remove-outline",tags:[]},{name:"mdi-account-search",tags:[]},{name:"mdi-account-search-outline",tags:[]},{name:"mdi-account-settings",tags:[]},{name:"mdi-account-settings-outline",tags:[]},{name:"mdi-account-star",tags:[]},{name:"mdi-account-star-outline",tags:[]},{name:"mdi-account-supervisor",tags:[]},{name:"mdi-account-supervisor-circle",tags:[]},{name:"mdi-account-supervisor-circle-outline",tags:[]},{name:"mdi-account-supervisor-outline",tags:[]},{name:"mdi-account-switch",tags:[]},{name:"mdi-account-switch-outline",tags:[]},{name:"mdi-account-tie",tags:[]},{name:"mdi-account-tie-outline",tags:[]},{name:"mdi-account-tie-voice",tags:[]},{name:"mdi-account-tie-voice-off",tags:[]},{name:"mdi-account-tie-voice-off-outline",tags:[]},{name:"mdi-account-tie-voice-outline",tags:[]},{name:"mdi-account-voice",tags:[]},{name:"mdi-adjust",tags:[]},{name:"mdi-adobe",tags:[]},{name:"mdi-adobe-acrobat",tags:[]},{name:"mdi-air-conditioner",tags:[]},{name:"mdi-air-filter",tags:[]},{name:"mdi-air-horn",tags:[]},{name:"mdi-air-humidifier",tags:[]},{name:"mdi-air-humidifier-off",tags:[]},{name:"mdi-air-purifier",tags:[]},{name:"mdi-airbag",tags:[]},{name:"mdi-airballoon",tags:[]},{name:"mdi-airballoon-outline",tags:[]},{name:"mdi-airplane",tags:[]},{name:"mdi-airplane-landing",tags:[]},{name:"mdi-airplane-off",tags:[]},{name:"mdi-airplane-takeoff",tags:[]},{name:"mdi-airport",tags:[]},{name:"mdi-alarm",tags:[]},{name:"mdi-alarm-bell",tags:[]},{name:"mdi-alarm-check",tags:[]},{name:"mdi-alarm-light",tags:[]},{name:"mdi-alarm-light-off",tags:[]},{name:"mdi-alarm-light-off-outline",tags:[]},{name:"mdi-alarm-light-outline",tags:[]},{name:"mdi-alarm-multiple",tags:[]},{name:"mdi-alarm-note",tags:[]},{name:"mdi-alarm-note-off",tags:[]},{name:"mdi-alarm-off",tags:[]},{name:"mdi-alarm-panel",tags:[]},{name:"mdi-alarm-panel-outline",tags:[]},{name:"mdi-alarm-plus",tags:[]},{name:"mdi-alarm-snooze",tags:[]},{name:"mdi-album",tags:[]},{name:"mdi-alert",tags:[]},{name:"mdi-alert-box",tags:[]},{name:"mdi-alert-box-outline",tags:[]},{name:"mdi-alert-circle",tags:[]},{name:"mdi-alert-circle-check",tags:[]},{name:"mdi-alert-circle-check-outline",tags:[]},{name:"mdi-alert-circle-outline",tags:[]},{name:"mdi-alert-decagram",tags:[]},{name:"mdi-alert-decagram-outline",tags:[]},{name:"mdi-alert-minus",tags:[]},{name:"mdi-alert-minus-outline",tags:[]},{name:"mdi-alert-octagon",tags:[]},{name:"mdi-alert-octagon-outline",tags:[]},{name:"mdi-alert-octagram",tags:[]},{name:"mdi-alert-octagram-outline",tags:[]},{name:"mdi-alert-outline",tags:[]},{name:"mdi-alert-plus",tags:[]},{name:"mdi-alert-plus-outline",tags:[]},{name:"mdi-alert-remove",tags:[]},{name:"mdi-alert-remove-outline",tags:[]},{name:"mdi-alert-rhombus",tags:[]},{name:"mdi-alert-rhombus-outline",tags:[]},{name:"mdi-alien",tags:[]},{name:"mdi-alien-outline",tags:[]},{name:"mdi-align-horizontal-center",tags:[]},{name:"mdi-align-horizontal-left",tags:[]},{name:"mdi-align-horizontal-right",tags:[]},{name:"mdi-align-vertical-bottom",tags:[]},{name:"mdi-align-vertical-center",tags:[]},{name:"mdi-align-vertical-top",tags:[]},{name:"mdi-all-inclusive",tags:[]},{name:"mdi-allergy",tags:[]},{name:"mdi-alpha",tags:[]},{name:"mdi-alpha-a",tags:[]},{name:"mdi-alpha-a-box",tags:[]},{name:"mdi-alpha-a-box-outline",tags:[]},{name:"mdi-alpha-a-circle",tags:[]},{name:"mdi-alpha-a-circle-outline",tags:[]},{name:"mdi-alpha-b",tags:[]},{name:"mdi-alpha-b-box",tags:[]},{name:"mdi-alpha-b-box-outline",tags:[]},{name:"mdi-alpha-b-circle",tags:[]},{name:"mdi-alpha-b-circle-outline",tags:[]},{name:"mdi-alpha-c",tags:[]},{name:"mdi-alpha-c-box",tags:[]},{name:"mdi-alpha-c-box-outline",tags:[]},{name:"mdi-alpha-c-circle",tags:[]},{name:"mdi-alpha-c-circle-outline",tags:[]},{name:"mdi-alpha-d",tags:[]},{name:"mdi-alpha-d-box",tags:[]},{name:"mdi-alpha-d-box-outline",tags:[]},{name:"mdi-alpha-d-circle",tags:[]},{name:"mdi-alpha-d-circle-outline",tags:[]},{name:"mdi-alpha-e",tags:[]},{name:"mdi-alpha-e-box",tags:[]},{name:"mdi-alpha-e-box-outline",tags:[]},{name:"mdi-alpha-e-circle",tags:[]},{name:"mdi-alpha-e-circle-outline",tags:[]},{name:"mdi-alpha-f",tags:[]},{name:"mdi-alpha-f-box",tags:[]},{name:"mdi-alpha-f-box-outline",tags:[]},{name:"mdi-alpha-f-circle",tags:[]},{name:"mdi-alpha-f-circle-outline",tags:[]},{name:"mdi-alpha-g",tags:[]},{name:"mdi-alpha-g-box",tags:[]},{name:"mdi-alpha-g-box-outline",tags:[]},{name:"mdi-alpha-g-circle",tags:[]},{name:"mdi-alpha-g-circle-outline",tags:[]},{name:"mdi-alpha-h",tags:[]},{name:"mdi-alpha-h-box",tags:[]},{name:"mdi-alpha-h-box-outline",tags:[]},{name:"mdi-alpha-h-circle",tags:[]},{name:"mdi-alpha-h-circle-outline",tags:[]},{name:"mdi-alpha-i",tags:[]},{name:"mdi-alpha-i-box",tags:[]},{name:"mdi-alpha-i-box-outline",tags:[]},{name:"mdi-alpha-i-circle",tags:[]},{name:"mdi-alpha-i-circle-outline",tags:[]},{name:"mdi-alpha-j",tags:[]},{name:"mdi-alpha-j-box",tags:[]},{name:"mdi-alpha-j-box-outline",tags:[]},{name:"mdi-alpha-j-circle",tags:[]},{name:"mdi-alpha-j-circle-outline",tags:[]},{name:"mdi-alpha-k",tags:[]},{name:"mdi-alpha-k-box",tags:[]},{name:"mdi-alpha-k-box-outline",tags:[]},{name:"mdi-alpha-k-circle",tags:[]},{name:"mdi-alpha-k-circle-outline",tags:[]},{name:"mdi-alpha-l",tags:[]},{name:"mdi-alpha-l-box",tags:[]},{name:"mdi-alpha-l-box-outline",tags:[]},{name:"mdi-alpha-l-circle",tags:[]},{name:"mdi-alpha-l-circle-outline",tags:[]},{name:"mdi-alpha-m",tags:[]},{name:"mdi-alpha-m-box",tags:[]},{name:"mdi-alpha-m-box-outline",tags:[]},{name:"mdi-alpha-m-circle",tags:[]},{name:"mdi-alpha-m-circle-outline",tags:[]},{name:"mdi-alpha-n",tags:[]},{name:"mdi-alpha-n-box",tags:[]},{name:"mdi-alpha-n-box-outline",tags:[]},{name:"mdi-alpha-n-circle",tags:[]},{name:"mdi-alpha-n-circle-outline",tags:[]},{name:"mdi-alpha-o",tags:[]},{name:"mdi-alpha-o-box",tags:[]},{name:"mdi-alpha-o-box-outline",tags:[]},{name:"mdi-alpha-o-circle",tags:[]},{name:"mdi-alpha-o-circle-outline",tags:[]},{name:"mdi-alpha-p",tags:[]},{name:"mdi-alpha-p-box",tags:[]},{name:"mdi-alpha-p-box-outline",tags:[]},{name:"mdi-alpha-p-circle",tags:[]},{name:"mdi-alpha-p-circle-outline",tags:[]},{name:"mdi-alpha-q",tags:[]},{name:"mdi-alpha-q-box",tags:[]},{name:"mdi-alpha-q-box-outline",tags:[]},{name:"mdi-alpha-q-circle",tags:[]},{name:"mdi-alpha-q-circle-outline",tags:[]},{name:"mdi-alpha-r",tags:[]},{name:"mdi-alpha-r-box",tags:[]},{name:"mdi-alpha-r-box-outline",tags:[]},{name:"mdi-alpha-r-circle",tags:[]},{name:"mdi-alpha-r-circle-outline",tags:[]},{name:"mdi-alpha-s",tags:[]},{name:"mdi-alpha-s-box",tags:[]},{name:"mdi-alpha-s-box-outline",tags:[]},{name:"mdi-alpha-s-circle",tags:[]},{name:"mdi-alpha-s-circle-outline",tags:[]},{name:"mdi-alpha-t",tags:[]},{name:"mdi-alpha-t-box",tags:[]},{name:"mdi-alpha-t-box-outline",tags:[]},{name:"mdi-alpha-t-circle",tags:[]},{name:"mdi-alpha-t-circle-outline",tags:[]},{name:"mdi-alpha-u",tags:[]},{name:"mdi-alpha-u-box",tags:[]},{name:"mdi-alpha-u-box-outline",tags:[]},{name:"mdi-alpha-u-circle",tags:[]},{name:"mdi-alpha-u-circle-outline",tags:[]},{name:"mdi-alpha-v",tags:[]},{name:"mdi-alpha-v-box",tags:[]},{name:"mdi-alpha-v-box-outline",tags:[]},{name:"mdi-alpha-v-circle",tags:[]},{name:"mdi-alpha-v-circle-outline",tags:[]},{name:"mdi-alpha-w",tags:[]},{name:"mdi-alpha-w-box",tags:[]},{name:"mdi-alpha-w-box-outline",tags:[]},{name:"mdi-alpha-w-circle",tags:[]},{name:"mdi-alpha-w-circle-outline",tags:[]},{name:"mdi-alpha-x",tags:[]},{name:"mdi-alpha-x-box",tags:[]},{name:"mdi-alpha-x-box-outline",tags:[]},{name:"mdi-alpha-x-circle",tags:[]},{name:"mdi-alpha-x-circle-outline",tags:[]},{name:"mdi-alpha-y",tags:[]},{name:"mdi-alpha-y-box",tags:[]},{name:"mdi-alpha-y-box-outline",tags:[]},{name:"mdi-alpha-y-circle",tags:[]},{name:"mdi-alpha-y-circle-outline",tags:[]},{name:"mdi-alpha-z",tags:[]},{name:"mdi-alpha-z-box",tags:[]},{name:"mdi-alpha-z-box-outline",tags:[]},{name:"mdi-alpha-z-circle",tags:[]},{name:"mdi-alpha-z-circle-outline",tags:[]},{name:"mdi-alphabet-aurebesh",tags:[]},{name:"mdi-alphabet-cyrillic",tags:[]},{name:"mdi-alphabet-greek",tags:[]},{name:"mdi-alphabet-latin",tags:[]},{name:"mdi-alphabet-piqad",tags:[]},{name:"mdi-alphabet-tengwar",tags:[]},{name:"mdi-alphabetical",tags:[]},{name:"mdi-alphabetical-off",tags:[]},{name:"mdi-alphabetical-variant",tags:[]},{name:"mdi-alphabetical-variant-off",tags:[]},{name:"mdi-altimeter",tags:[]},{name:"mdi-amazon",tags:[]},{name:"mdi-amazon-alexa",tags:[]},{name:"mdi-ambulance",tags:[]},{name:"mdi-ammunition",tags:[]},{name:"mdi-ampersand",tags:[]},{name:"mdi-amplifier",tags:[]},{name:"mdi-amplifier-off",tags:[]},{name:"mdi-anchor",tags:[]},{name:"mdi-android",tags:[]},{name:"mdi-android-auto",tags:[]},{name:"mdi-android-debug-bridge",tags:[]},{name:"mdi-android-messages",tags:[]},{name:"mdi-android-studio",tags:[]},{name:"mdi-angle-acute",tags:[]},{name:"mdi-angle-obtuse",tags:[]},{name:"mdi-angle-right",tags:[]},{name:"mdi-angular",tags:[]},{name:"mdi-angularjs",tags:[]},{name:"mdi-animation",tags:[]},{name:"mdi-animation-outline",tags:[]},{name:"mdi-animation-play",tags:[]},{name:"mdi-animation-play-outline",tags:[]},{name:"mdi-ansible",tags:[]},{name:"mdi-antenna",tags:[]},{name:"mdi-anvil",tags:[]},{name:"mdi-apache-kafka",tags:[]},{name:"mdi-api",tags:[]},{name:"mdi-api-off",tags:[]},{name:"mdi-apple",tags:[]},{name:"mdi-apple-airplay",tags:[]},{name:"mdi-apple-finder",tags:[]},{name:"mdi-apple-icloud",tags:[]},{name:"mdi-apple-ios",tags:[]},{name:"mdi-apple-keyboard-caps",tags:[]},{name:"mdi-apple-keyboard-command",tags:[]},{name:"mdi-apple-keyboard-control",tags:[]},{name:"mdi-apple-keyboard-option",tags:[]},{name:"mdi-apple-keyboard-shift",tags:[]},{name:"mdi-apple-safari",tags:[]},{name:"mdi-application",tags:[]},{name:"mdi-application-cog",tags:[]},{name:"mdi-application-export",tags:[]},{name:"mdi-application-import",tags:[]},{name:"mdi-application-settings",tags:[]},{name:"mdi-approximately-equal",tags:[]},{name:"mdi-approximately-equal-box",tags:[]},{name:"mdi-apps",tags:[]},{name:"mdi-apps-box",tags:[]},{name:"mdi-arch",tags:[]},{name:"mdi-archive",tags:[]},{name:"mdi-archive-alert",tags:[]},{name:"mdi-archive-alert-outline",tags:[]},{name:"mdi-archive-arrow-down",tags:[]},{name:"mdi-archive-arrow-down-outline",tags:[]},{name:"mdi-archive-arrow-up",tags:[]},{name:"mdi-archive-arrow-up-outline",tags:[]},{name:"mdi-archive-outline",tags:[]},{name:"mdi-arm-flex",tags:[]},{name:"mdi-arm-flex-outline",tags:[]},{name:"mdi-arrange-bring-forward",tags:[]},{name:"mdi-arrange-bring-to-front",tags:[]},{name:"mdi-arrange-send-backward",tags:[]},{name:"mdi-arrange-send-to-back",tags:[]},{name:"mdi-arrow-all",tags:[]},{name:"mdi-arrow-bottom-left",tags:[]},{name:"mdi-arrow-bottom-left-bold-outline",tags:[]},{name:"mdi-arrow-bottom-left-thick",tags:[]},{name:"mdi-arrow-bottom-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-bottom-right",tags:[]},{name:"mdi-arrow-bottom-right-bold-outline",tags:[]},{name:"mdi-arrow-bottom-right-thick",tags:[]},{name:"mdi-arrow-bottom-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-collapse",tags:[]},{name:"mdi-arrow-collapse-all",tags:[]},{name:"mdi-arrow-collapse-down",tags:[]},{name:"mdi-arrow-collapse-horizontal",tags:[]},{name:"mdi-arrow-collapse-left",tags:[]},{name:"mdi-arrow-collapse-right",tags:[]},{name:"mdi-arrow-collapse-up",tags:[]},{name:"mdi-arrow-collapse-vertical",tags:[]},{name:"mdi-arrow-decision",tags:[]},{name:"mdi-arrow-decision-auto",tags:[]},{name:"mdi-arrow-decision-auto-outline",tags:[]},{name:"mdi-arrow-decision-outline",tags:[]},{name:"mdi-arrow-down",tags:[]},{name:"mdi-arrow-down-bold",tags:[]},{name:"mdi-arrow-down-bold-box",tags:[]},{name:"mdi-arrow-down-bold-box-outline",tags:[]},{name:"mdi-arrow-down-bold-circle",tags:[]},{name:"mdi-arrow-down-bold-circle-outline",tags:[]},{name:"mdi-arrow-down-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-down-bold-outline",tags:[]},{name:"mdi-arrow-down-box",tags:[]},{name:"mdi-arrow-down-circle",tags:[]},{name:"mdi-arrow-down-circle-outline",tags:[]},{name:"mdi-arrow-down-drop-circle",tags:[]},{name:"mdi-arrow-down-drop-circle-outline",tags:[]},{name:"mdi-arrow-down-thick",tags:[]},{name:"mdi-arrow-down-thin-circle-outline",tags:[]},{name:"mdi-arrow-expand",tags:[]},{name:"mdi-arrow-expand-all",tags:[]},{name:"mdi-arrow-expand-down",tags:[]},{name:"mdi-arrow-expand-horizontal",tags:[]},{name:"mdi-arrow-expand-left",tags:[]},{name:"mdi-arrow-expand-right",tags:[]},{name:"mdi-arrow-expand-up",tags:[]},{name:"mdi-arrow-expand-vertical",tags:[]},{name:"mdi-arrow-horizontal-lock",tags:[]},{name:"mdi-arrow-left",tags:[]},{name:"mdi-arrow-left-bold",tags:[]},{name:"mdi-arrow-left-bold-box",tags:[]},{name:"mdi-arrow-left-bold-box-outline",tags:[]},{name:"mdi-arrow-left-bold-circle",tags:[]},{name:"mdi-arrow-left-bold-circle-outline",tags:[]},{name:"mdi-arrow-left-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-left-bold-outline",tags:[]},{name:"mdi-arrow-left-box",tags:[]},{name:"mdi-arrow-left-circle",tags:[]},{name:"mdi-arrow-left-circle-outline",tags:[]},{name:"mdi-arrow-left-drop-circle",tags:[]},{name:"mdi-arrow-left-drop-circle-outline",tags:[]},{name:"mdi-arrow-left-right",tags:[]},{name:"mdi-arrow-left-right-bold",tags:[]},{name:"mdi-arrow-left-right-bold-outline",tags:[]},{name:"mdi-arrow-left-thick",tags:[]},{name:"mdi-arrow-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-right",tags:[]},{name:"mdi-arrow-right-bold",tags:[]},{name:"mdi-arrow-right-bold-box",tags:[]},{name:"mdi-arrow-right-bold-box-outline",tags:[]},{name:"mdi-arrow-right-bold-circle",tags:[]},{name:"mdi-arrow-right-bold-circle-outline",tags:[]},{name:"mdi-arrow-right-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-right-bold-outline",tags:[]},{name:"mdi-arrow-right-box",tags:[]},{name:"mdi-arrow-right-circle",tags:[]},{name:"mdi-arrow-right-circle-outline",tags:[]},{name:"mdi-arrow-right-drop-circle",tags:[]},{name:"mdi-arrow-right-drop-circle-outline",tags:[]},{name:"mdi-arrow-right-thick",tags:[]},{name:"mdi-arrow-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-split-horizontal",tags:[]},{name:"mdi-arrow-split-vertical",tags:[]},{name:"mdi-arrow-top-left",tags:[]},{name:"mdi-arrow-top-left-bold-outline",tags:[]},{name:"mdi-arrow-top-left-bottom-right",tags:[]},{name:"mdi-arrow-top-left-bottom-right-bold",tags:[]},{name:"mdi-arrow-top-left-thick",tags:[]},{name:"mdi-arrow-top-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-top-right",tags:[]},{name:"mdi-arrow-top-right-bold-outline",tags:[]},{name:"mdi-arrow-top-right-bottom-left",tags:[]},{name:"mdi-arrow-top-right-bottom-left-bold",tags:[]},{name:"mdi-arrow-top-right-thick",tags:[]},{name:"mdi-arrow-top-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-up",tags:[]},{name:"mdi-arrow-up-bold",tags:[]},{name:"mdi-arrow-up-bold-box",tags:[]},{name:"mdi-arrow-up-bold-box-outline",tags:[]},{name:"mdi-arrow-up-bold-circle",tags:[]},{name:"mdi-arrow-up-bold-circle-outline",tags:[]},{name:"mdi-arrow-up-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-up-bold-outline",tags:[]},{name:"mdi-arrow-up-box",tags:[]},{name:"mdi-arrow-up-circle",tags:[]},{name:"mdi-arrow-up-circle-outline",tags:[]},{name:"mdi-arrow-up-down",tags:[]},{name:"mdi-arrow-up-down-bold",tags:[]},{name:"mdi-arrow-up-down-bold-outline",tags:[]},{name:"mdi-arrow-up-drop-circle",tags:[]},{name:"mdi-arrow-up-drop-circle-outline",tags:[]},{name:"mdi-arrow-up-thick",tags:[]},{name:"mdi-arrow-up-thin-circle-outline",tags:[]},{name:"mdi-arrow-vertical-lock",tags:[]},{name:"mdi-artstation",tags:[]},{name:"mdi-aspect-ratio",tags:[]},{name:"mdi-assistant",tags:[]},{name:"mdi-asterisk",tags:[]},{name:"mdi-at",tags:[]},{name:"mdi-atlassian",tags:[]},{name:"mdi-atm",tags:[]},{name:"mdi-atom",tags:[]},{name:"mdi-atom-variant",tags:[]},{name:"mdi-attachment",tags:[]},{name:"mdi-audio-video",tags:[]},{name:"mdi-audio-video-off",tags:[]},{name:"mdi-augmented-reality",tags:[]},{name:"mdi-auto-download",tags:[]},{name:"mdi-auto-fix",tags:[]},{name:"mdi-auto-upload",tags:[]},{name:"mdi-autorenew",tags:[]},{name:"mdi-av-timer",tags:[]},{name:"mdi-aws",tags:[]},{name:"mdi-axe",tags:[]},{name:"mdi-axis",tags:[]},{name:"mdi-axis-arrow",tags:[]},{name:"mdi-axis-arrow-info",tags:[]},{name:"mdi-axis-arrow-lock",tags:[]},{name:"mdi-axis-lock",tags:[]},{name:"mdi-axis-x-arrow",tags:[]},{name:"mdi-axis-x-arrow-lock",tags:[]},{name:"mdi-axis-x-rotate-clockwise",tags:[]},{name:"mdi-axis-x-rotate-counterclockwise",tags:[]},{name:"mdi-axis-x-y-arrow-lock",tags:[]},{name:"mdi-axis-y-arrow",tags:[]},{name:"mdi-axis-y-arrow-lock",tags:[]},{name:"mdi-axis-y-rotate-clockwise",tags:[]},{name:"mdi-axis-y-rotate-counterclockwise",tags:[]},{name:"mdi-axis-z-arrow",tags:[]},{name:"mdi-axis-z-arrow-lock",tags:[]},{name:"mdi-axis-z-rotate-clockwise",tags:[]},{name:"mdi-axis-z-rotate-counterclockwise",tags:[]},{name:"mdi-babel",tags:[]},{name:"mdi-baby",tags:[]},{name:"mdi-baby-bottle",tags:[]},{name:"mdi-baby-bottle-outline",tags:[]},{name:"mdi-baby-buggy",tags:[]},{name:"mdi-baby-carriage",tags:[]},{name:"mdi-baby-carriage-off",tags:[]},{name:"mdi-baby-face",tags:[]},{name:"mdi-baby-face-outline",tags:[]},{name:"mdi-backburger",tags:[]},{name:"mdi-backspace",tags:[]},{name:"mdi-backspace-outline",tags:[]},{name:"mdi-backspace-reverse",tags:[]},{name:"mdi-backspace-reverse-outline",tags:[]},{name:"mdi-backup-restore",tags:[]},{name:"mdi-bacteria",tags:[]},{name:"mdi-bacteria-outline",tags:[]},{name:"mdi-badge-account",tags:[]},{name:"mdi-badge-account-alert",tags:[]},{name:"mdi-badge-account-alert-outline",tags:[]},{name:"mdi-badge-account-horizontal",tags:[]},{name:"mdi-badge-account-horizontal-outline",tags:[]},{name:"mdi-badge-account-outline",tags:[]},{name:"mdi-badminton",tags:[]},{name:"mdi-bag-carry-on",tags:[]},{name:"mdi-bag-carry-on-check",tags:[]},{name:"mdi-bag-carry-on-off",tags:[]},{name:"mdi-bag-checked",tags:[]},{name:"mdi-bag-personal",tags:[]},{name:"mdi-bag-personal-off",tags:[]},{name:"mdi-bag-personal-off-outline",tags:[]},{name:"mdi-bag-personal-outline",tags:[]},{name:"mdi-bag-suitcase",tags:[]},{name:"mdi-bag-suitcase-off",tags:[]},{name:"mdi-bag-suitcase-off-outline",tags:[]},{name:"mdi-bag-suitcase-outline",tags:[]},{name:"mdi-baguette",tags:[]},{name:"mdi-balloon",tags:[]},{name:"mdi-ballot",tags:[]},{name:"mdi-ballot-outline",tags:[]},{name:"mdi-ballot-recount",tags:[]},{name:"mdi-ballot-recount-outline",tags:[]},{name:"mdi-bandage",tags:[]},{name:"mdi-bandcamp",tags:[]},{name:"mdi-bank",tags:[]},{name:"mdi-bank-check",tags:[]},{name:"mdi-bank-minus",tags:[]},{name:"mdi-bank-off",tags:[]},{name:"mdi-bank-off-outline",tags:[]},{name:"mdi-bank-outline",tags:[]},{name:"mdi-bank-plus",tags:[]},{name:"mdi-bank-remove",tags:[]},{name:"mdi-bank-transfer",tags:[]},{name:"mdi-bank-transfer-in",tags:[]},{name:"mdi-bank-transfer-out",tags:[]},{name:"mdi-barcode",tags:[]},{name:"mdi-barcode-off",tags:[]},{name:"mdi-barcode-scan",tags:[]},{name:"mdi-barley",tags:[]},{name:"mdi-barley-off",tags:[]},{name:"mdi-barn",tags:[]},{name:"mdi-barrel",tags:[]},{name:"mdi-baseball",tags:[]},{name:"mdi-baseball-bat",tags:[]},{name:"mdi-baseball-diamond",tags:[]},{name:"mdi-baseball-diamond-outline",tags:[]},{name:"mdi-bash",tags:[]},{name:"mdi-basket",tags:[]},{name:"mdi-basket-fill",tags:[]},{name:"mdi-basket-minus",tags:[]},{name:"mdi-basket-minus-outline",tags:[]},{name:"mdi-basket-off",tags:[]},{name:"mdi-basket-off-outline",tags:[]},{name:"mdi-basket-outline",tags:[]},{name:"mdi-basket-plus",tags:[]},{name:"mdi-basket-plus-outline",tags:[]},{name:"mdi-basket-remove",tags:[]},{name:"mdi-basket-remove-outline",tags:[]},{name:"mdi-basket-unfill",tags:[]},{name:"mdi-basketball",tags:[]},{name:"mdi-basketball-hoop",tags:[]},{name:"mdi-basketball-hoop-outline",tags:[]},{name:"mdi-bat",tags:[]},{name:"mdi-battery",tags:[]},{name:"mdi-battery-10",tags:[]},{name:"mdi-battery-10-bluetooth",tags:[]},{name:"mdi-battery-20",tags:[]},{name:"mdi-battery-20-bluetooth",tags:[]},{name:"mdi-battery-30",tags:[]},{name:"mdi-battery-30-bluetooth",tags:[]},{name:"mdi-battery-40",tags:[]},{name:"mdi-battery-40-bluetooth",tags:[]},{name:"mdi-battery-50",tags:[]},{name:"mdi-battery-50-bluetooth",tags:[]},{name:"mdi-battery-60",tags:[]},{name:"mdi-battery-60-bluetooth",tags:[]},{name:"mdi-battery-70",tags:[]},{name:"mdi-battery-70-bluetooth",tags:[]},{name:"mdi-battery-80",tags:[]},{name:"mdi-battery-80-bluetooth",tags:[]},{name:"mdi-battery-90",tags:[]},{name:"mdi-battery-90-bluetooth",tags:[]},{name:"mdi-battery-alert",tags:[]},{name:"mdi-battery-alert-bluetooth",tags:[]},{name:"mdi-battery-alert-variant",tags:[]},{name:"mdi-battery-alert-variant-outline",tags:[]},{name:"mdi-battery-bluetooth",tags:[]},{name:"mdi-battery-bluetooth-variant",tags:[]},{name:"mdi-battery-charging",tags:[]},{name:"mdi-battery-charging-10",tags:[]},{name:"mdi-battery-charging-100",tags:[]},{name:"mdi-battery-charging-20",tags:[]},{name:"mdi-battery-charging-30",tags:[]},{name:"mdi-battery-charging-40",tags:[]},{name:"mdi-battery-charging-50",tags:[]},{name:"mdi-battery-charging-60",tags:[]},{name:"mdi-battery-charging-70",tags:[]},{name:"mdi-battery-charging-80",tags:[]},{name:"mdi-battery-charging-90",tags:[]},{name:"mdi-battery-charging-high",tags:[]},{name:"mdi-battery-charging-low",tags:[]},{name:"mdi-battery-charging-medium",tags:[]},{name:"mdi-battery-charging-outline",tags:[]},{name:"mdi-battery-charging-wireless",tags:[]},{name:"mdi-battery-charging-wireless-10",tags:[]},{name:"mdi-battery-charging-wireless-20",tags:[]},{name:"mdi-battery-charging-wireless-30",tags:[]},{name:"mdi-battery-charging-wireless-40",tags:[]},{name:"mdi-battery-charging-wireless-50",tags:[]},{name:"mdi-battery-charging-wireless-60",tags:[]},{name:"mdi-battery-charging-wireless-70",tags:[]},{name:"mdi-battery-charging-wireless-80",tags:[]},{name:"mdi-battery-charging-wireless-90",tags:[]},{name:"mdi-battery-charging-wireless-alert",tags:[]},{name:"mdi-battery-charging-wireless-outline",tags:[]},{name:"mdi-battery-heart",tags:[]},{name:"mdi-battery-heart-outline",tags:[]},{name:"mdi-battery-heart-variant",tags:[]},{name:"mdi-battery-high",tags:[]},{name:"mdi-battery-low",tags:[]},{name:"mdi-battery-medium",tags:[]},{name:"mdi-battery-minus",tags:[]},{name:"mdi-battery-negative",tags:[]},{name:"mdi-battery-off",tags:[]},{name:"mdi-battery-off-outline",tags:[]},{name:"mdi-battery-outline",tags:[]},{name:"mdi-battery-plus",tags:[]},{name:"mdi-battery-positive",tags:[]},{name:"mdi-battery-unknown",tags:[]},{name:"mdi-battery-unknown-bluetooth",tags:[]},{name:"mdi-battlenet",tags:[]},{name:"mdi-beach",tags:[]},{name:"mdi-beaker",tags:[]},{name:"mdi-beaker-alert",tags:[]},{name:"mdi-beaker-alert-outline",tags:[]},{name:"mdi-beaker-check",tags:[]},{name:"mdi-beaker-check-outline",tags:[]},{name:"mdi-beaker-minus",tags:[]},{name:"mdi-beaker-minus-outline",tags:[]},{name:"mdi-beaker-outline",tags:[]},{name:"mdi-beaker-plus",tags:[]},{name:"mdi-beaker-plus-outline",tags:[]},{name:"mdi-beaker-question",tags:[]},{name:"mdi-beaker-question-outline",tags:[]},{name:"mdi-beaker-remove",tags:[]},{name:"mdi-beaker-remove-outline",tags:[]},{name:"mdi-bed",tags:[]},{name:"mdi-bed-double",tags:[]},{name:"mdi-bed-double-outline",tags:[]},{name:"mdi-bed-empty",tags:[]},{name:"mdi-bed-king",tags:[]},{name:"mdi-bed-king-outline",tags:[]},{name:"mdi-bed-outline",tags:[]},{name:"mdi-bed-queen",tags:[]},{name:"mdi-bed-queen-outline",tags:[]},{name:"mdi-bed-single",tags:[]},{name:"mdi-bed-single-outline",tags:[]},{name:"mdi-bee",tags:[]},{name:"mdi-bee-flower",tags:[]},{name:"mdi-beehive-off-outline",tags:[]},{name:"mdi-beehive-outline",tags:[]},{name:"mdi-beekeeper",tags:[]},{name:"mdi-beer",tags:[]},{name:"mdi-beer-outline",tags:[]},{name:"mdi-bell",tags:[]},{name:"mdi-bell-alert",tags:[]},{name:"mdi-bell-alert-outline",tags:[]},{name:"mdi-bell-cancel",tags:[]},{name:"mdi-bell-cancel-outline",tags:[]},{name:"mdi-bell-check",tags:[]},{name:"mdi-bell-check-outline",tags:[]},{name:"mdi-bell-circle",tags:[]},{name:"mdi-bell-circle-outline",tags:[]},{name:"mdi-bell-minus",tags:[]},{name:"mdi-bell-minus-outline",tags:[]},{name:"mdi-bell-off",tags:[]},{name:"mdi-bell-off-outline",tags:[]},{name:"mdi-bell-outline",tags:[]},{name:"mdi-bell-plus",tags:[]},{name:"mdi-bell-plus-outline",tags:[]},{name:"mdi-bell-remove",tags:[]},{name:"mdi-bell-remove-outline",tags:[]},{name:"mdi-bell-ring",tags:[]},{name:"mdi-bell-ring-outline",tags:[]},{name:"mdi-bell-sleep",tags:[]},{name:"mdi-bell-sleep-outline",tags:[]},{name:"mdi-beta",tags:[]},{name:"mdi-betamax",tags:[]},{name:"mdi-biathlon",tags:[]},{name:"mdi-bicycle",tags:[]},{name:"mdi-bicycle-basket",tags:[]},{name:"mdi-bicycle-electric",tags:[]},{name:"mdi-bicycle-penny-farthing",tags:[]},{name:"mdi-bike",tags:[]},{name:"mdi-bike-fast",tags:[]},{name:"mdi-billboard",tags:[]},{name:"mdi-billiards",tags:[]},{name:"mdi-billiards-rack",tags:[]},{name:"mdi-binoculars",tags:[]},{name:"mdi-bio",tags:[]},{name:"mdi-biohazard",tags:[]},{name:"mdi-bird",tags:[]},{name:"mdi-bitbucket",tags:[]},{name:"mdi-bitcoin",tags:[]},{name:"mdi-black-mesa",tags:[]},{name:"mdi-blender",tags:[]},{name:"mdi-blender-software",tags:[]},{name:"mdi-blinds",tags:[]},{name:"mdi-blinds-open",tags:[]},{name:"mdi-block-helper",tags:[]},{name:"mdi-blogger",tags:[]},{name:"mdi-blood-bag",tags:[]},{name:"mdi-bluetooth",tags:[]},{name:"mdi-bluetooth-audio",tags:[]},{name:"mdi-bluetooth-connect",tags:[]},{name:"mdi-bluetooth-off",tags:[]},{name:"mdi-bluetooth-settings",tags:[]},{name:"mdi-bluetooth-transfer",tags:[]},{name:"mdi-blur",tags:[]},{name:"mdi-blur-linear",tags:[]},{name:"mdi-blur-off",tags:[]},{name:"mdi-blur-radial",tags:[]},{name:"mdi-bolnisi-cross",tags:[]},{name:"mdi-bolt",tags:[]},{name:"mdi-bomb",tags:[]},{name:"mdi-bomb-off",tags:[]},{name:"mdi-bone",tags:[]},{name:"mdi-book",tags:[]},{name:"mdi-book-account",tags:[]},{name:"mdi-book-account-outline",tags:[]},{name:"mdi-book-alert",tags:[]},{name:"mdi-book-alert-outline",tags:[]},{name:"mdi-book-alphabet",tags:[]},{name:"mdi-book-arrow-down",tags:[]},{name:"mdi-book-arrow-down-outline",tags:[]},{name:"mdi-book-arrow-left",tags:[]},{name:"mdi-book-arrow-left-outline",tags:[]},{name:"mdi-book-arrow-right",tags:[]},{name:"mdi-book-arrow-right-outline",tags:[]},{name:"mdi-book-arrow-up",tags:[]},{name:"mdi-book-arrow-up-outline",tags:[]},{name:"mdi-book-cancel",tags:[]},{name:"mdi-book-cancel-outline",tags:[]},{name:"mdi-book-check",tags:[]},{name:"mdi-book-check-outline",tags:[]},{name:"mdi-book-clock",tags:[]},{name:"mdi-book-clock-outline",tags:[]},{name:"mdi-book-cog",tags:[]},{name:"mdi-book-cog-outline",tags:[]},{name:"mdi-book-cross",tags:[]},{name:"mdi-book-edit",tags:[]},{name:"mdi-book-edit-outline",tags:[]},{name:"mdi-book-education",tags:[]},{name:"mdi-book-education-outline",tags:[]},{name:"mdi-book-information-variant",tags:[]},{name:"mdi-book-lock",tags:[]},{name:"mdi-book-lock-open",tags:[]},{name:"mdi-book-lock-open-outline",tags:[]},{name:"mdi-book-lock-outline",tags:[]},{name:"mdi-book-marker",tags:[]},{name:"mdi-book-marker-outline",tags:[]},{name:"mdi-book-minus",tags:[]},{name:"mdi-book-minus-multiple",tags:[]},{name:"mdi-book-minus-multiple-outline",tags:[]},{name:"mdi-book-minus-outline",tags:[]},{name:"mdi-book-multiple",tags:[]},{name:"mdi-book-multiple-outline",tags:[]},{name:"mdi-book-music",tags:[]},{name:"mdi-book-music-outline",tags:[]},{name:"mdi-book-off",tags:[]},{name:"mdi-book-off-outline",tags:[]},{name:"mdi-book-open",tags:[]},{name:"mdi-book-open-blank-variant",tags:[]},{name:"mdi-book-open-outline",tags:[]},{name:"mdi-book-open-page-variant",tags:[]},{name:"mdi-book-open-page-variant-outline",tags:[]},{name:"mdi-book-open-variant",tags:[]},{name:"mdi-book-outline",tags:[]},{name:"mdi-book-play",tags:[]},{name:"mdi-book-play-outline",tags:[]},{name:"mdi-book-plus",tags:[]},{name:"mdi-book-plus-multiple",tags:[]},{name:"mdi-book-plus-multiple-outline",tags:[]},{name:"mdi-book-plus-outline",tags:[]},{name:"mdi-book-refresh",tags:[]},{name:"mdi-book-refresh-outline",tags:[]},{name:"mdi-book-remove",tags:[]},{name:"mdi-book-remove-multiple",tags:[]},{name:"mdi-book-remove-multiple-outline",tags:[]},{name:"mdi-book-remove-outline",tags:[]},{name:"mdi-book-search",tags:[]},{name:"mdi-book-search-outline",tags:[]},{name:"mdi-book-settings",tags:[]},{name:"mdi-book-settings-outline",tags:[]},{name:"mdi-book-sync",tags:[]},{name:"mdi-book-sync-outline",tags:[]},{name:"mdi-book-variant",tags:[]},{name:"mdi-book-variant-multiple",tags:[]},{name:"mdi-bookmark",tags:[]},{name:"mdi-bookmark-check",tags:[]},{name:"mdi-bookmark-check-outline",tags:[]},{name:"mdi-bookmark-minus",tags:[]},{name:"mdi-bookmark-minus-outline",tags:[]},{name:"mdi-bookmark-multiple",tags:[]},{name:"mdi-bookmark-multiple-outline",tags:[]},{name:"mdi-bookmark-music",tags:[]},{name:"mdi-bookmark-music-outline",tags:[]},{name:"mdi-bookmark-off",tags:[]},{name:"mdi-bookmark-off-outline",tags:[]},{name:"mdi-bookmark-outline",tags:[]},{name:"mdi-bookmark-plus",tags:[]},{name:"mdi-bookmark-plus-outline",tags:[]},{name:"mdi-bookmark-remove",tags:[]},{name:"mdi-bookmark-remove-outline",tags:[]},{name:"mdi-bookshelf",tags:[]},{name:"mdi-boom-gate",tags:[]},{name:"mdi-boom-gate-alert",tags:[]},{name:"mdi-boom-gate-alert-outline",tags:[]},{name:"mdi-boom-gate-down",tags:[]},{name:"mdi-boom-gate-down-outline",tags:[]},{name:"mdi-boom-gate-outline",tags:[]},{name:"mdi-boom-gate-up",tags:[]},{name:"mdi-boom-gate-up-outline",tags:[]},{name:"mdi-boombox",tags:[]},{name:"mdi-boomerang",tags:[]},{name:"mdi-bootstrap",tags:[]},{name:"mdi-border-all",tags:[]},{name:"mdi-border-all-variant",tags:[]},{name:"mdi-border-bottom",tags:[]},{name:"mdi-border-bottom-variant",tags:[]},{name:"mdi-border-color",tags:[]},{name:"mdi-border-horizontal",tags:[]},{name:"mdi-border-inside",tags:[]},{name:"mdi-border-left",tags:[]},{name:"mdi-border-left-variant",tags:[]},{name:"mdi-border-none",tags:[]},{name:"mdi-border-none-variant",tags:[]},{name:"mdi-border-outside",tags:[]},{name:"mdi-border-right",tags:[]},{name:"mdi-border-right-variant",tags:[]},{name:"mdi-border-style",tags:[]},{name:"mdi-border-top",tags:[]},{name:"mdi-border-top-variant",tags:[]},{name:"mdi-border-vertical",tags:[]},{name:"mdi-bottle-soda",tags:[]},{name:"mdi-bottle-soda-classic",tags:[]},{name:"mdi-bottle-soda-classic-outline",tags:[]},{name:"mdi-bottle-soda-outline",tags:[]},{name:"mdi-bottle-tonic",tags:[]},{name:"mdi-bottle-tonic-outline",tags:[]},{name:"mdi-bottle-tonic-plus",tags:[]},{name:"mdi-bottle-tonic-plus-outline",tags:[]},{name:"mdi-bottle-tonic-skull",tags:[]},{name:"mdi-bottle-tonic-skull-outline",tags:[]},{name:"mdi-bottle-wine",tags:[]},{name:"mdi-bottle-wine-outline",tags:[]},{name:"mdi-bow-tie",tags:[]},{name:"mdi-bowl",tags:[]},{name:"mdi-bowl-mix",tags:[]},{name:"mdi-bowl-mix-outline",tags:[]},{name:"mdi-bowl-outline",tags:[]},{name:"mdi-bowling",tags:[]},{name:"mdi-box",tags:[]},{name:"mdi-box-cutter",tags:[]},{name:"mdi-box-cutter-off",tags:[]},{name:"mdi-box-shadow",tags:[]},{name:"mdi-boxing-glove",tags:[]},{name:"mdi-braille",tags:[]},{name:"mdi-brain",tags:[]},{name:"mdi-bread-slice",tags:[]},{name:"mdi-bread-slice-outline",tags:[]},{name:"mdi-bridge",tags:[]},{name:"mdi-briefcase",tags:[]},{name:"mdi-briefcase-account",tags:[]},{name:"mdi-briefcase-account-outline",tags:[]},{name:"mdi-briefcase-check",tags:[]},{name:"mdi-briefcase-check-outline",tags:[]},{name:"mdi-briefcase-clock",tags:[]},{name:"mdi-briefcase-clock-outline",tags:[]},{name:"mdi-briefcase-download",tags:[]},{name:"mdi-briefcase-download-outline",tags:[]},{name:"mdi-briefcase-edit",tags:[]},{name:"mdi-briefcase-edit-outline",tags:[]},{name:"mdi-briefcase-minus",tags:[]},{name:"mdi-briefcase-minus-outline",tags:[]},{name:"mdi-briefcase-off",tags:[]},{name:"mdi-briefcase-off-outline",tags:[]},{name:"mdi-briefcase-outline",tags:[]},{name:"mdi-briefcase-plus",tags:[]},{name:"mdi-briefcase-plus-outline",tags:[]},{name:"mdi-briefcase-remove",tags:[]},{name:"mdi-briefcase-remove-outline",tags:[]},{name:"mdi-briefcase-search",tags:[]},{name:"mdi-briefcase-search-outline",tags:[]},{name:"mdi-briefcase-upload",tags:[]},{name:"mdi-briefcase-upload-outline",tags:[]},{name:"mdi-briefcase-variant",tags:[]},{name:"mdi-briefcase-variant-off",tags:[]},{name:"mdi-briefcase-variant-off-outline",tags:[]},{name:"mdi-briefcase-variant-outline",tags:[]},{name:"mdi-brightness-1",tags:[]},{name:"mdi-brightness-2",tags:[]},{name:"mdi-brightness-3",tags:[]},{name:"mdi-brightness-4",tags:[]},{name:"mdi-brightness-5",tags:[]},{name:"mdi-brightness-6",tags:[]},{name:"mdi-brightness-7",tags:[]},{name:"mdi-brightness-auto",tags:[]},{name:"mdi-brightness-percent",tags:[]},{name:"mdi-broadcast",tags:[]},{name:"mdi-broadcast-off",tags:[]},{name:"mdi-broom",tags:[]},{name:"mdi-brush",tags:[]},{name:"mdi-bucket",tags:[]},{name:"mdi-bucket-outline",tags:[]},{name:"mdi-buddhism",tags:[]},{name:"mdi-buffer",tags:[]},{name:"mdi-buffet",tags:[]},{name:"mdi-bug",tags:[]},{name:"mdi-bug-check",tags:[]},{name:"mdi-bug-check-outline",tags:[]},{name:"mdi-bug-outline",tags:[]},{name:"mdi-bugle",tags:[]},{name:"mdi-bulldozer",tags:[]},{name:"mdi-bullet",tags:[]},{name:"mdi-bulletin-board",tags:[]},{name:"mdi-bullhorn",tags:[]},{name:"mdi-bullhorn-outline",tags:[]},{name:"mdi-bullseye",tags:[]},{name:"mdi-bullseye-arrow",tags:[]},{name:"mdi-bulma",tags:[]},{name:"mdi-bunk-bed",tags:[]},{name:"mdi-bunk-bed-outline",tags:[]},{name:"mdi-bus",tags:[]},{name:"mdi-bus-alert",tags:[]},{name:"mdi-bus-articulated-end",tags:[]},{name:"mdi-bus-articulated-front",tags:[]},{name:"mdi-bus-clock",tags:[]},{name:"mdi-bus-double-decker",tags:[]},{name:"mdi-bus-marker",tags:[]},{name:"mdi-bus-multiple",tags:[]},{name:"mdi-bus-school",tags:[]},{name:"mdi-bus-side",tags:[]},{name:"mdi-bus-stop",tags:[]},{name:"mdi-bus-stop-covered",tags:[]},{name:"mdi-bus-stop-uncovered",tags:[]},{name:"mdi-butterfly",tags:[]},{name:"mdi-butterfly-outline",tags:[]},{name:"mdi-cable-data",tags:[]},{name:"mdi-cached",tags:[]},{name:"mdi-cactus",tags:[]},{name:"mdi-cake",tags:[]},{name:"mdi-cake-layered",tags:[]},{name:"mdi-cake-variant",tags:[]},{name:"mdi-calculator",tags:[]},{name:"mdi-calculator-variant",tags:[]},{name:"mdi-calculator-variant-outline",tags:[]},{name:"mdi-calendar",tags:[]},{name:"mdi-calendar-account",tags:[]},{name:"mdi-calendar-account-outline",tags:[]},{name:"mdi-calendar-alert",tags:[]},{name:"mdi-calendar-arrow-left",tags:[]},{name:"mdi-calendar-arrow-right",tags:[]},{name:"mdi-calendar-blank",tags:[]},{name:"mdi-calendar-blank-multiple",tags:[]},{name:"mdi-calendar-blank-outline",tags:[]},{name:"mdi-calendar-check",tags:[]},{name:"mdi-calendar-check-outline",tags:[]},{name:"mdi-calendar-clock",tags:[]},{name:"mdi-calendar-clock-outline",tags:[]},{name:"mdi-calendar-cursor",tags:[]},{name:"mdi-calendar-edit",tags:[]},{name:"mdi-calendar-end",tags:[]},{name:"mdi-calendar-export",tags:[]},{name:"mdi-calendar-heart",tags:[]},{name:"mdi-calendar-import",tags:[]},{name:"mdi-calendar-lock",tags:[]},{name:"mdi-calendar-lock-outline",tags:[]},{name:"mdi-calendar-minus",tags:[]},{name:"mdi-calendar-month",tags:[]},{name:"mdi-calendar-month-outline",tags:[]},{name:"mdi-calendar-multiple",tags:[]},{name:"mdi-calendar-multiple-check",tags:[]},{name:"mdi-calendar-multiselect",tags:[]},{name:"mdi-calendar-outline",tags:[]},{name:"mdi-calendar-plus",tags:[]},{name:"mdi-calendar-question",tags:[]},{name:"mdi-calendar-range",tags:[]},{name:"mdi-calendar-range-outline",tags:[]},{name:"mdi-calendar-refresh",tags:[]},{name:"mdi-calendar-refresh-outline",tags:[]},{name:"mdi-calendar-remove",tags:[]},{name:"mdi-calendar-remove-outline",tags:[]},{name:"mdi-calendar-search",tags:[]},{name:"mdi-calendar-star",tags:[]},{name:"mdi-calendar-start",tags:[]},{name:"mdi-calendar-sync",tags:[]},{name:"mdi-calendar-sync-outline",tags:[]},{name:"mdi-calendar-text",tags:[]},{name:"mdi-calendar-text-outline",tags:[]},{name:"mdi-calendar-today",tags:[]},{name:"mdi-calendar-week",tags:[]},{name:"mdi-calendar-week-begin",tags:[]},{name:"mdi-calendar-weekend",tags:[]},{name:"mdi-calendar-weekend-outline",tags:[]},{name:"mdi-call-made",tags:[]},{name:"mdi-call-merge",tags:[]},{name:"mdi-call-missed",tags:[]},{name:"mdi-call-received",tags:[]},{name:"mdi-call-split",tags:[]},{name:"mdi-camcorder",tags:[]},{name:"mdi-camcorder-off",tags:[]},{name:"mdi-camera",tags:[]},{name:"mdi-camera-account",tags:[]},{name:"mdi-camera-burst",tags:[]},{name:"mdi-camera-control",tags:[]},{name:"mdi-camera-enhance",tags:[]},{name:"mdi-camera-enhance-outline",tags:[]},{name:"mdi-camera-flip",tags:[]},{name:"mdi-camera-flip-outline",tags:[]},{name:"mdi-camera-front",tags:[]},{name:"mdi-camera-front-variant",tags:[]},{name:"mdi-camera-gopro",tags:[]},{name:"mdi-camera-image",tags:[]},{name:"mdi-camera-iris",tags:[]},{name:"mdi-camera-metering-center",tags:[]},{name:"mdi-camera-metering-matrix",tags:[]},{name:"mdi-camera-metering-partial",tags:[]},{name:"mdi-camera-metering-spot",tags:[]},{name:"mdi-camera-off",tags:[]},{name:"mdi-camera-outline",tags:[]},{name:"mdi-camera-party-mode",tags:[]},{name:"mdi-camera-plus",tags:[]},{name:"mdi-camera-plus-outline",tags:[]},{name:"mdi-camera-rear",tags:[]},{name:"mdi-camera-rear-variant",tags:[]},{name:"mdi-camera-retake",tags:[]},{name:"mdi-camera-retake-outline",tags:[]},{name:"mdi-camera-switch",tags:[]},{name:"mdi-camera-switch-outline",tags:[]},{name:"mdi-camera-timer",tags:[]},{name:"mdi-camera-wireless",tags:[]},{name:"mdi-camera-wireless-outline",tags:[]},{name:"mdi-campfire",tags:[]},{name:"mdi-cancel",tags:[]},{name:"mdi-candle",tags:[]},{name:"mdi-candycane",tags:[]},{name:"mdi-cannabis",tags:[]},{name:"mdi-cannabis-off",tags:[]},{name:"mdi-caps-lock",tags:[]},{name:"mdi-car",tags:[]},{name:"mdi-car-2-plus",tags:[]},{name:"mdi-car-3-plus",tags:[]},{name:"mdi-car-arrow-left",tags:[]},{name:"mdi-car-arrow-right",tags:[]},{name:"mdi-car-back",tags:[]},{name:"mdi-car-battery",tags:[]},{name:"mdi-car-brake-abs",tags:[]},{name:"mdi-car-brake-alert",tags:[]},{name:"mdi-car-brake-hold",tags:[]},{name:"mdi-car-brake-parking",tags:[]},{name:"mdi-car-brake-retarder",tags:[]},{name:"mdi-car-child-seat",tags:[]},{name:"mdi-car-clutch",tags:[]},{name:"mdi-car-cog",tags:[]},{name:"mdi-car-connected",tags:[]},{name:"mdi-car-convertible",tags:[]},{name:"mdi-car-coolant-level",tags:[]},{name:"mdi-car-cruise-control",tags:[]},{name:"mdi-car-defrost-front",tags:[]},{name:"mdi-car-defrost-rear",tags:[]},{name:"mdi-car-door",tags:[]},{name:"mdi-car-door-lock",tags:[]},{name:"mdi-car-electric",tags:[]},{name:"mdi-car-electric-outline",tags:[]},{name:"mdi-car-emergency",tags:[]},{name:"mdi-car-esp",tags:[]},{name:"mdi-car-estate",tags:[]},{name:"mdi-car-hatchback",tags:[]},{name:"mdi-car-info",tags:[]},{name:"mdi-car-key",tags:[]},{name:"mdi-car-lifted-pickup",tags:[]},{name:"mdi-car-light-dimmed",tags:[]},{name:"mdi-car-light-fog",tags:[]},{name:"mdi-car-light-high",tags:[]},{name:"mdi-car-limousine",tags:[]},{name:"mdi-car-multiple",tags:[]},{name:"mdi-car-off",tags:[]},{name:"mdi-car-outline",tags:[]},{name:"mdi-car-parking-lights",tags:[]},{name:"mdi-car-pickup",tags:[]},{name:"mdi-car-seat",tags:[]},{name:"mdi-car-seat-cooler",tags:[]},{name:"mdi-car-seat-heater",tags:[]},{name:"mdi-car-settings",tags:[]},{name:"mdi-car-shift-pattern",tags:[]},{name:"mdi-car-side",tags:[]},{name:"mdi-car-sports",tags:[]},{name:"mdi-car-tire-alert",tags:[]},{name:"mdi-car-traction-control",tags:[]},{name:"mdi-car-turbocharger",tags:[]},{name:"mdi-car-wash",tags:[]},{name:"mdi-car-windshield",tags:[]},{name:"mdi-car-windshield-outline",tags:[]},{name:"mdi-carabiner",tags:[]},{name:"mdi-caravan",tags:[]},{name:"mdi-card",tags:[]},{name:"mdi-card-account-details",tags:[]},{name:"mdi-card-account-details-outline",tags:[]},{name:"mdi-card-account-details-star",tags:[]},{name:"mdi-card-account-details-star-outline",tags:[]},{name:"mdi-card-account-mail",tags:[]},{name:"mdi-card-account-mail-outline",tags:[]},{name:"mdi-card-account-phone",tags:[]},{name:"mdi-card-account-phone-outline",tags:[]},{name:"mdi-card-bulleted",tags:[]},{name:"mdi-card-bulleted-off",tags:[]},{name:"mdi-card-bulleted-off-outline",tags:[]},{name:"mdi-card-bulleted-outline",tags:[]},{name:"mdi-card-bulleted-settings",tags:[]},{name:"mdi-card-bulleted-settings-outline",tags:[]},{name:"mdi-card-minus",tags:[]},{name:"mdi-card-minus-outline",tags:[]},{name:"mdi-card-off",tags:[]},{name:"mdi-card-off-outline",tags:[]},{name:"mdi-card-outline",tags:[]},{name:"mdi-card-plus",tags:[]},{name:"mdi-card-plus-outline",tags:[]},{name:"mdi-card-remove",tags:[]},{name:"mdi-card-remove-outline",tags:[]},{name:"mdi-card-search",tags:[]},{name:"mdi-card-search-outline",tags:[]},{name:"mdi-card-text",tags:[]},{name:"mdi-card-text-outline",tags:[]},{name:"mdi-cards",tags:[]},{name:"mdi-cards-club",tags:[]},{name:"mdi-cards-diamond",tags:[]},{name:"mdi-cards-diamond-outline",tags:[]},{name:"mdi-cards-heart",tags:[]},{name:"mdi-cards-outline",tags:[]},{name:"mdi-cards-playing-outline",tags:[]},{name:"mdi-cards-spade",tags:[]},{name:"mdi-cards-variant",tags:[]},{name:"mdi-carrot",tags:[]},{name:"mdi-cart",tags:[]},{name:"mdi-cart-arrow-down",tags:[]},{name:"mdi-cart-arrow-right",tags:[]},{name:"mdi-cart-arrow-up",tags:[]},{name:"mdi-cart-check",tags:[]},{name:"mdi-cart-minus",tags:[]},{name:"mdi-cart-off",tags:[]},{name:"mdi-cart-outline",tags:[]},{name:"mdi-cart-plus",tags:[]},{name:"mdi-cart-remove",tags:[]},{name:"mdi-cart-variant",tags:[]},{name:"mdi-case-sensitive-alt",tags:[]},{name:"mdi-cash",tags:[]},{name:"mdi-cash-100",tags:[]},{name:"mdi-cash-check",tags:[]},{name:"mdi-cash-lock",tags:[]},{name:"mdi-cash-lock-open",tags:[]},{name:"mdi-cash-marker",tags:[]},{name:"mdi-cash-minus",tags:[]},{name:"mdi-cash-multiple",tags:[]},{name:"mdi-cash-plus",tags:[]},{name:"mdi-cash-refund",tags:[]},{name:"mdi-cash-register",tags:[]},{name:"mdi-cash-remove",tags:[]},{name:"mdi-cash-usd",tags:[]},{name:"mdi-cash-usd-outline",tags:[]},{name:"mdi-cassette",tags:[]},{name:"mdi-cast",tags:[]},{name:"mdi-cast-audio",tags:[]},{name:"mdi-cast-connected",tags:[]},{name:"mdi-cast-education",tags:[]},{name:"mdi-cast-off",tags:[]},{name:"mdi-castle",tags:[]},{name:"mdi-cat",tags:[]},{name:"mdi-cctv",tags:[]},{name:"mdi-ceiling-light",tags:[]},{name:"mdi-cellphone",tags:[]},{name:"mdi-cellphone-android",tags:[]},{name:"mdi-cellphone-arrow-down",tags:[]},{name:"mdi-cellphone-basic",tags:[]},{name:"mdi-cellphone-charging",tags:[]},{name:"mdi-cellphone-cog",tags:[]},{name:"mdi-cellphone-dock",tags:[]},{name:"mdi-cellphone-erase",tags:[]},{name:"mdi-cellphone-information",tags:[]},{name:"mdi-cellphone-iphone",tags:[]},{name:"mdi-cellphone-key",tags:[]},{name:"mdi-cellphone-link",tags:[]},{name:"mdi-cellphone-link-off",tags:[]},{name:"mdi-cellphone-lock",tags:[]},{name:"mdi-cellphone-message",tags:[]},{name:"mdi-cellphone-message-off",tags:[]},{name:"mdi-cellphone-nfc",tags:[]},{name:"mdi-cellphone-nfc-off",tags:[]},{name:"mdi-cellphone-off",tags:[]},{name:"mdi-cellphone-play",tags:[]},{name:"mdi-cellphone-screenshot",tags:[]},{name:"mdi-cellphone-settings",tags:[]},{name:"mdi-cellphone-sound",tags:[]},{name:"mdi-cellphone-text",tags:[]},{name:"mdi-cellphone-wireless",tags:[]},{name:"mdi-celtic-cross",tags:[]},{name:"mdi-centos",tags:[]},{name:"mdi-certificate",tags:[]},{name:"mdi-certificate-outline",tags:[]},{name:"mdi-chair-rolling",tags:[]},{name:"mdi-chair-school",tags:[]},{name:"mdi-charity",tags:[]},{name:"mdi-chart-arc",tags:[]},{name:"mdi-chart-areaspline",tags:[]},{name:"mdi-chart-areaspline-variant",tags:[]},{name:"mdi-chart-bar",tags:[]},{name:"mdi-chart-bar-stacked",tags:[]},{name:"mdi-chart-bell-curve",tags:[]},{name:"mdi-chart-bell-curve-cumulative",tags:[]},{name:"mdi-chart-box",tags:[]},{name:"mdi-chart-box-outline",tags:[]},{name:"mdi-chart-box-plus-outline",tags:[]},{name:"mdi-chart-bubble",tags:[]},{name:"mdi-chart-donut",tags:[]},{name:"mdi-chart-donut-variant",tags:[]},{name:"mdi-chart-gantt",tags:[]},{name:"mdi-chart-histogram",tags:[]},{name:"mdi-chart-line",tags:[]},{name:"mdi-chart-line-stacked",tags:[]},{name:"mdi-chart-line-variant",tags:[]},{name:"mdi-chart-multiline",tags:[]},{name:"mdi-chart-multiple",tags:[]},{name:"mdi-chart-pie",tags:[]},{name:"mdi-chart-ppf",tags:[]},{name:"mdi-chart-sankey",tags:[]},{name:"mdi-chart-sankey-variant",tags:[]},{name:"mdi-chart-scatter-plot",tags:[]},{name:"mdi-chart-scatter-plot-hexbin",tags:[]},{name:"mdi-chart-timeline",tags:[]},{name:"mdi-chart-timeline-variant",tags:[]},{name:"mdi-chart-timeline-variant-shimmer",tags:[]},{name:"mdi-chart-tree",tags:[]},{name:"mdi-chat",tags:[]},{name:"mdi-chat-alert",tags:[]},{name:"mdi-chat-alert-outline",tags:[]},{name:"mdi-chat-minus",tags:[]},{name:"mdi-chat-minus-outline",tags:[]},{name:"mdi-chat-outline",tags:[]},{name:"mdi-chat-plus",tags:[]},{name:"mdi-chat-plus-outline",tags:[]},{name:"mdi-chat-processing",tags:[]},{name:"mdi-chat-processing-outline",tags:[]},{name:"mdi-chat-question",tags:[]},{name:"mdi-chat-question-outline",tags:[]},{name:"mdi-chat-remove",tags:[]},{name:"mdi-chat-remove-outline",tags:[]},{name:"mdi-chat-sleep",tags:[]},{name:"mdi-chat-sleep-outline",tags:[]},{name:"mdi-check",tags:[]},{name:"mdi-check-all",tags:[]},{name:"mdi-check-bold",tags:[]},{name:"mdi-check-box-multiple-outline",tags:[]},{name:"mdi-check-box-outline",tags:[]},{name:"mdi-check-circle",tags:[]},{name:"mdi-check-circle-outline",tags:[]},{name:"mdi-check-decagram",tags:[]},{name:"mdi-check-decagram-outline",tags:[]},{name:"mdi-check-network",tags:[]},{name:"mdi-check-network-outline",tags:[]},{name:"mdi-check-outline",tags:[]},{name:"mdi-check-underline",tags:[]},{name:"mdi-check-underline-circle",tags:[]},{name:"mdi-check-underline-circle-outline",tags:[]},{name:"mdi-checkbook",tags:[]},{name:"mdi-checkbox-blank",tags:[]},{name:"mdi-checkbox-blank-circle",tags:[]},{name:"mdi-checkbox-blank-circle-outline",tags:[]},{name:"mdi-checkbox-blank-off",tags:[]},{name:"mdi-checkbox-blank-off-outline",tags:[]},{name:"mdi-checkbox-blank-outline",tags:[]},{name:"mdi-checkbox-intermediate",tags:[]},{name:"mdi-checkbox-marked",tags:[]},{name:"mdi-checkbox-marked-circle",tags:[]},{name:"mdi-checkbox-marked-circle-outline",tags:[]},{name:"mdi-checkbox-marked-outline",tags:[]},{name:"mdi-checkbox-multiple-blank",tags:[]},{name:"mdi-checkbox-multiple-blank-circle",tags:[]},{name:"mdi-checkbox-multiple-blank-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-blank-outline",tags:[]},{name:"mdi-checkbox-multiple-marked",tags:[]},{name:"mdi-checkbox-multiple-marked-circle",tags:[]},{name:"mdi-checkbox-multiple-marked-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-marked-outline",tags:[]},{name:"mdi-checkerboard",tags:[]},{name:"mdi-checkerboard-minus",tags:[]},{name:"mdi-checkerboard-plus",tags:[]},{name:"mdi-checkerboard-remove",tags:[]},{name:"mdi-cheese",tags:[]},{name:"mdi-cheese-off",tags:[]},{name:"mdi-chef-hat",tags:[]},{name:"mdi-chemical-weapon",tags:[]},{name:"mdi-chess-bishop",tags:[]},{name:"mdi-chess-king",tags:[]},{name:"mdi-chess-knight",tags:[]},{name:"mdi-chess-pawn",tags:[]},{name:"mdi-chess-queen",tags:[]},{name:"mdi-chess-rook",tags:[]},{name:"mdi-chevron-double-down",tags:[]},{name:"mdi-chevron-double-left",tags:[]},{name:"mdi-chevron-double-right",tags:[]},{name:"mdi-chevron-double-up",tags:[]},{name:"mdi-chevron-down",tags:[]},{name:"mdi-chevron-down-box",tags:[]},{name:"mdi-chevron-down-box-outline",tags:[]},{name:"mdi-chevron-down-circle",tags:[]},{name:"mdi-chevron-down-circle-outline",tags:[]},{name:"mdi-chevron-left",tags:[]},{name:"mdi-chevron-left-box",tags:[]},{name:"mdi-chevron-left-box-outline",tags:[]},{name:"mdi-chevron-left-circle",tags:[]},{name:"mdi-chevron-left-circle-outline",tags:[]},{name:"mdi-chevron-right",tags:[]},{name:"mdi-chevron-right-box",tags:[]},{name:"mdi-chevron-right-box-outline",tags:[]},{name:"mdi-chevron-right-circle",tags:[]},{name:"mdi-chevron-right-circle-outline",tags:[]},{name:"mdi-chevron-triple-down",tags:[]},{name:"mdi-chevron-triple-left",tags:[]},{name:"mdi-chevron-triple-right",tags:[]},{name:"mdi-chevron-triple-up",tags:[]},{name:"mdi-chevron-up",tags:[]},{name:"mdi-chevron-up-box",tags:[]},{name:"mdi-chevron-up-box-outline",tags:[]},{name:"mdi-chevron-up-circle",tags:[]},{name:"mdi-chevron-up-circle-outline",tags:[]},{name:"mdi-chili-hot",tags:[]},{name:"mdi-chili-medium",tags:[]},{name:"mdi-chili-mild",tags:[]},{name:"mdi-chili-off",tags:[]},{name:"mdi-chip",tags:[]},{name:"mdi-christianity",tags:[]},{name:"mdi-christianity-outline",tags:[]},{name:"mdi-church",tags:[]},{name:"mdi-cigar",tags:[]},{name:"mdi-cigar-off",tags:[]},{name:"mdi-circle",tags:[]},{name:"mdi-circle-box",tags:[]},{name:"mdi-circle-box-outline",tags:[]},{name:"mdi-circle-double",tags:[]},{name:"mdi-circle-edit-outline",tags:[]},{name:"mdi-circle-expand",tags:[]},{name:"mdi-circle-half",tags:[]},{name:"mdi-circle-half-full",tags:[]},{name:"mdi-circle-medium",tags:[]},{name:"mdi-circle-multiple",tags:[]},{name:"mdi-circle-multiple-outline",tags:[]},{name:"mdi-circle-off-outline",tags:[]},{name:"mdi-circle-outline",tags:[]},{name:"mdi-circle-slice-1",tags:[]},{name:"mdi-circle-slice-2",tags:[]},{name:"mdi-circle-slice-3",tags:[]},{name:"mdi-circle-slice-4",tags:[]},{name:"mdi-circle-slice-5",tags:[]},{name:"mdi-circle-slice-6",tags:[]},{name:"mdi-circle-slice-7",tags:[]},{name:"mdi-circle-slice-8",tags:[]},{name:"mdi-circle-small",tags:[]},{name:"mdi-circular-saw",tags:[]},{name:"mdi-city",tags:[]},{name:"mdi-city-variant",tags:[]},{name:"mdi-city-variant-outline",tags:[]},{name:"mdi-clipboard",tags:[]},{name:"mdi-clipboard-account",tags:[]},{name:"mdi-clipboard-account-outline",tags:[]},{name:"mdi-clipboard-alert",tags:[]},{name:"mdi-clipboard-alert-outline",tags:[]},{name:"mdi-clipboard-arrow-down",tags:[]},{name:"mdi-clipboard-arrow-down-outline",tags:[]},{name:"mdi-clipboard-arrow-left",tags:[]},{name:"mdi-clipboard-arrow-left-outline",tags:[]},{name:"mdi-clipboard-arrow-right",tags:[]},{name:"mdi-clipboard-arrow-right-outline",tags:[]},{name:"mdi-clipboard-arrow-up",tags:[]},{name:"mdi-clipboard-arrow-up-outline",tags:[]},{name:"mdi-clipboard-check",tags:[]},{name:"mdi-clipboard-check-multiple",tags:[]},{name:"mdi-clipboard-check-multiple-outline",tags:[]},{name:"mdi-clipboard-check-outline",tags:[]},{name:"mdi-clipboard-clock",tags:[]},{name:"mdi-clipboard-clock-outline",tags:[]},{name:"mdi-clipboard-edit",tags:[]},{name:"mdi-clipboard-edit-outline",tags:[]},{name:"mdi-clipboard-file",tags:[]},{name:"mdi-clipboard-file-outline",tags:[]},{name:"mdi-clipboard-flow",tags:[]},{name:"mdi-clipboard-flow-outline",tags:[]},{name:"mdi-clipboard-list",tags:[]},{name:"mdi-clipboard-list-outline",tags:[]},{name:"mdi-clipboard-minus",tags:[]},{name:"mdi-clipboard-minus-outline",tags:[]},{name:"mdi-clipboard-multiple",tags:[]},{name:"mdi-clipboard-multiple-outline",tags:[]},{name:"mdi-clipboard-off",tags:[]},{name:"mdi-clipboard-off-outline",tags:[]},{name:"mdi-clipboard-outline",tags:[]},{name:"mdi-clipboard-play",tags:[]},{name:"mdi-clipboard-play-multiple",tags:[]},{name:"mdi-clipboard-play-multiple-outline",tags:[]},{name:"mdi-clipboard-play-outline",tags:[]},{name:"mdi-clipboard-plus",tags:[]},{name:"mdi-clipboard-plus-outline",tags:[]},{name:"mdi-clipboard-pulse",tags:[]},{name:"mdi-clipboard-pulse-outline",tags:[]},{name:"mdi-clipboard-remove",tags:[]},{name:"mdi-clipboard-remove-outline",tags:[]},{name:"mdi-clipboard-search",tags:[]},{name:"mdi-clipboard-search-outline",tags:[]},{name:"mdi-clipboard-text",tags:[]},{name:"mdi-clipboard-text-multiple",tags:[]},{name:"mdi-clipboard-text-multiple-outline",tags:[]},{name:"mdi-clipboard-text-off",tags:[]},{name:"mdi-clipboard-text-off-outline",tags:[]},{name:"mdi-clipboard-text-outline",tags:[]},{name:"mdi-clipboard-text-play",tags:[]},{name:"mdi-clipboard-text-play-outline",tags:[]},{name:"mdi-clipboard-text-search",tags:[]},{name:"mdi-clipboard-text-search-outline",tags:[]},{name:"mdi-clippy",tags:[]},{name:"mdi-clock",tags:[]},{name:"mdi-clock-alert",tags:[]},{name:"mdi-clock-alert-outline",tags:[]},{name:"mdi-clock-check",tags:[]},{name:"mdi-clock-check-outline",tags:[]},{name:"mdi-clock-digital",tags:[]},{name:"mdi-clock-end",tags:[]},{name:"mdi-clock-fast",tags:[]},{name:"mdi-clock-in",tags:[]},{name:"mdi-clock-out",tags:[]},{name:"mdi-clock-outline",tags:[]},{name:"mdi-clock-start",tags:[]},{name:"mdi-clock-time-eight",tags:[]},{name:"mdi-clock-time-eight-outline",tags:[]},{name:"mdi-clock-time-eleven",tags:[]},{name:"mdi-clock-time-eleven-outline",tags:[]},{name:"mdi-clock-time-five",tags:[]},{name:"mdi-clock-time-five-outline",tags:[]},{name:"mdi-clock-time-four",tags:[]},{name:"mdi-clock-time-four-outline",tags:[]},{name:"mdi-clock-time-nine",tags:[]},{name:"mdi-clock-time-nine-outline",tags:[]},{name:"mdi-clock-time-one",tags:[]},{name:"mdi-clock-time-one-outline",tags:[]},{name:"mdi-clock-time-seven",tags:[]},{name:"mdi-clock-time-seven-outline",tags:[]},{name:"mdi-clock-time-six",tags:[]},{name:"mdi-clock-time-six-outline",tags:[]},{name:"mdi-clock-time-ten",tags:[]},{name:"mdi-clock-time-ten-outline",tags:[]},{name:"mdi-clock-time-three",tags:[]},{name:"mdi-clock-time-three-outline",tags:[]},{name:"mdi-clock-time-twelve",tags:[]},{name:"mdi-clock-time-twelve-outline",tags:[]},{name:"mdi-clock-time-two",tags:[]},{name:"mdi-clock-time-two-outline",tags:[]},{name:"mdi-close",tags:[]},{name:"mdi-close-box",tags:[]},{name:"mdi-close-box-multiple",tags:[]},{name:"mdi-close-box-multiple-outline",tags:[]},{name:"mdi-close-box-outline",tags:[]},{name:"mdi-close-circle",tags:[]},{name:"mdi-close-circle-multiple",tags:[]},{name:"mdi-close-circle-multiple-outline",tags:[]},{name:"mdi-close-circle-outline",tags:[]},{name:"mdi-close-network",tags:[]},{name:"mdi-close-network-outline",tags:[]},{name:"mdi-close-octagon",tags:[]},{name:"mdi-close-octagon-outline",tags:[]},{name:"mdi-close-outline",tags:[]},{name:"mdi-close-thick",tags:[]},{name:"mdi-closed-caption",tags:[]},{name:"mdi-closed-caption-outline",tags:[]},{name:"mdi-cloud",tags:[]},{name:"mdi-cloud-alert",tags:[]},{name:"mdi-cloud-braces",tags:[]},{name:"mdi-cloud-check",tags:[]},{name:"mdi-cloud-check-outline",tags:[]},{name:"mdi-cloud-circle",tags:[]},{name:"mdi-cloud-download",tags:[]},{name:"mdi-cloud-download-outline",tags:[]},{name:"mdi-cloud-lock",tags:[]},{name:"mdi-cloud-lock-outline",tags:[]},{name:"mdi-cloud-off-outline",tags:[]},{name:"mdi-cloud-outline",tags:[]},{name:"mdi-cloud-print",tags:[]},{name:"mdi-cloud-print-outline",tags:[]},{name:"mdi-cloud-question",tags:[]},{name:"mdi-cloud-refresh",tags:[]},{name:"mdi-cloud-search",tags:[]},{name:"mdi-cloud-search-outline",tags:[]},{name:"mdi-cloud-sync",tags:[]},{name:"mdi-cloud-sync-outline",tags:[]},{name:"mdi-cloud-tags",tags:[]},{name:"mdi-cloud-upload",tags:[]},{name:"mdi-cloud-upload-outline",tags:[]},{name:"mdi-clover",tags:[]},{name:"mdi-coach-lamp",tags:[]},{name:"mdi-coat-rack",tags:[]},{name:"mdi-code-array",tags:[]},{name:"mdi-code-braces",tags:[]},{name:"mdi-code-braces-box",tags:[]},{name:"mdi-code-brackets",tags:[]},{name:"mdi-code-equal",tags:[]},{name:"mdi-code-greater-than",tags:[]},{name:"mdi-code-greater-than-or-equal",tags:[]},{name:"mdi-code-json",tags:[]},{name:"mdi-code-less-than",tags:[]},{name:"mdi-code-less-than-or-equal",tags:[]},{name:"mdi-code-not-equal",tags:[]},{name:"mdi-code-not-equal-variant",tags:[]},{name:"mdi-code-parentheses",tags:[]},{name:"mdi-code-parentheses-box",tags:[]},{name:"mdi-code-string",tags:[]},{name:"mdi-code-tags",tags:[]},{name:"mdi-code-tags-check",tags:[]},{name:"mdi-codepen",tags:[]},{name:"mdi-coffee",tags:[]},{name:"mdi-coffee-maker",tags:[]},{name:"mdi-coffee-off",tags:[]},{name:"mdi-coffee-off-outline",tags:[]},{name:"mdi-coffee-outline",tags:[]},{name:"mdi-coffee-to-go",tags:[]},{name:"mdi-coffee-to-go-outline",tags:[]},{name:"mdi-coffin",tags:[]},{name:"mdi-cog",tags:[]},{name:"mdi-cog-box",tags:[]},{name:"mdi-cog-clockwise",tags:[]},{name:"mdi-cog-counterclockwise",tags:[]},{name:"mdi-cog-off",tags:[]},{name:"mdi-cog-off-outline",tags:[]},{name:"mdi-cog-outline",tags:[]},{name:"mdi-cog-refresh",tags:[]},{name:"mdi-cog-refresh-outline",tags:[]},{name:"mdi-cog-sync",tags:[]},{name:"mdi-cog-sync-outline",tags:[]},{name:"mdi-cog-transfer",tags:[]},{name:"mdi-cog-transfer-outline",tags:[]},{name:"mdi-cogs",tags:[]},{name:"mdi-collage",tags:[]},{name:"mdi-collapse-all",tags:[]},{name:"mdi-collapse-all-outline",tags:[]},{name:"mdi-color-helper",tags:[]},{name:"mdi-comma",tags:[]},{name:"mdi-comma-box",tags:[]},{name:"mdi-comma-box-outline",tags:[]},{name:"mdi-comma-circle",tags:[]},{name:"mdi-comma-circle-outline",tags:[]},{name:"mdi-comment",tags:[]},{name:"mdi-comment-account",tags:[]},{name:"mdi-comment-account-outline",tags:[]},{name:"mdi-comment-alert",tags:[]},{name:"mdi-comment-alert-outline",tags:[]},{name:"mdi-comment-arrow-left",tags:[]},{name:"mdi-comment-arrow-left-outline",tags:[]},{name:"mdi-comment-arrow-right",tags:[]},{name:"mdi-comment-arrow-right-outline",tags:[]},{name:"mdi-comment-bookmark",tags:[]},{name:"mdi-comment-bookmark-outline",tags:[]},{name:"mdi-comment-check",tags:[]},{name:"mdi-comment-check-outline",tags:[]},{name:"mdi-comment-edit",tags:[]},{name:"mdi-comment-edit-outline",tags:[]},{name:"mdi-comment-eye",tags:[]},{name:"mdi-comment-eye-outline",tags:[]},{name:"mdi-comment-flash",tags:[]},{name:"mdi-comment-flash-outline",tags:[]},{name:"mdi-comment-minus",tags:[]},{name:"mdi-comment-minus-outline",tags:[]},{name:"mdi-comment-multiple",tags:[]},{name:"mdi-comment-multiple-outline",tags:[]},{name:"mdi-comment-off",tags:[]},{name:"mdi-comment-off-outline",tags:[]},{name:"mdi-comment-outline",tags:[]},{name:"mdi-comment-plus",tags:[]},{name:"mdi-comment-plus-outline",tags:[]},{name:"mdi-comment-processing",tags:[]},{name:"mdi-comment-processing-outline",tags:[]},{name:"mdi-comment-question",tags:[]},{name:"mdi-comment-question-outline",tags:[]},{name:"mdi-comment-quote",tags:[]},{name:"mdi-comment-quote-outline",tags:[]},{name:"mdi-comment-remove",tags:[]},{name:"mdi-comment-remove-outline",tags:[]},{name:"mdi-comment-search",tags:[]},{name:"mdi-comment-search-outline",tags:[]},{name:"mdi-comment-text",tags:[]},{name:"mdi-comment-text-multiple",tags:[]},{name:"mdi-comment-text-multiple-outline",tags:[]},{name:"mdi-comment-text-outline",tags:[]},{name:"mdi-compare",tags:[]},{name:"mdi-compare-horizontal",tags:[]},{name:"mdi-compare-vertical",tags:[]},{name:"mdi-compass",tags:[]},{name:"mdi-compass-off",tags:[]},{name:"mdi-compass-off-outline",tags:[]},{name:"mdi-compass-outline",tags:[]},{name:"mdi-compass-rose",tags:[]},{name:"mdi-concourse-ci",tags:[]},{name:"mdi-connection",tags:[]},{name:"mdi-console",tags:[]},{name:"mdi-console-line",tags:[]},{name:"mdi-console-network",tags:[]},{name:"mdi-console-network-outline",tags:[]},{name:"mdi-consolidate",tags:[]},{name:"mdi-contactless-payment",tags:[]},{name:"mdi-contactless-payment-circle",tags:[]},{name:"mdi-contactless-payment-circle-outline",tags:[]},{name:"mdi-contacts",tags:[]},{name:"mdi-contacts-outline",tags:[]},{name:"mdi-contain",tags:[]},{name:"mdi-contain-end",tags:[]},{name:"mdi-contain-start",tags:[]},{name:"mdi-content-copy",tags:[]},{name:"mdi-content-cut",tags:[]},{name:"mdi-content-duplicate",tags:[]},{name:"mdi-content-paste",tags:[]},{name:"mdi-content-save",tags:[]},{name:"mdi-content-save-alert",tags:[]},{name:"mdi-content-save-alert-outline",tags:[]},{name:"mdi-content-save-all",tags:[]},{name:"mdi-content-save-all-outline",tags:[]},{name:"mdi-content-save-cog",tags:[]},{name:"mdi-content-save-cog-outline",tags:[]},{name:"mdi-content-save-edit",tags:[]},{name:"mdi-content-save-edit-outline",tags:[]},{name:"mdi-content-save-move",tags:[]},{name:"mdi-content-save-move-outline",tags:[]},{name:"mdi-content-save-off",tags:[]},{name:"mdi-content-save-off-outline",tags:[]},{name:"mdi-content-save-outline",tags:[]},{name:"mdi-content-save-settings",tags:[]},{name:"mdi-content-save-settings-outline",tags:[]},{name:"mdi-contrast",tags:[]},{name:"mdi-contrast-box",tags:[]},{name:"mdi-contrast-circle",tags:[]},{name:"mdi-controller-classic",tags:[]},{name:"mdi-controller-classic-outline",tags:[]},{name:"mdi-cookie",tags:[]},{name:"mdi-cookie-alert",tags:[]},{name:"mdi-cookie-alert-outline",tags:[]},{name:"mdi-cookie-check",tags:[]},{name:"mdi-cookie-check-outline",tags:[]},{name:"mdi-cookie-clock",tags:[]},{name:"mdi-cookie-clock-outline",tags:[]},{name:"mdi-cookie-cog",tags:[]},{name:"mdi-cookie-cog-outline",tags:[]},{name:"mdi-cookie-edit",tags:[]},{name:"mdi-cookie-edit-outline",tags:[]},{name:"mdi-cookie-lock",tags:[]},{name:"mdi-cookie-lock-outline",tags:[]},{name:"mdi-cookie-minus",tags:[]},{name:"mdi-cookie-minus-outline",tags:[]},{name:"mdi-cookie-off",tags:[]},{name:"mdi-cookie-off-outline",tags:[]},{name:"mdi-cookie-outline",tags:[]},{name:"mdi-cookie-plus",tags:[]},{name:"mdi-cookie-plus-outline",tags:[]},{name:"mdi-cookie-refresh",tags:[]},{name:"mdi-cookie-refresh-outline",tags:[]},{name:"mdi-cookie-remove",tags:[]},{name:"mdi-cookie-remove-outline",tags:[]},{name:"mdi-cookie-settings",tags:[]},{name:"mdi-cookie-settings-outline",tags:[]},{name:"mdi-coolant-temperature",tags:[]},{name:"mdi-copyright",tags:[]},{name:"mdi-cordova",tags:[]},{name:"mdi-corn",tags:[]},{name:"mdi-corn-off",tags:[]},{name:"mdi-cosine-wave",tags:[]},{name:"mdi-counter",tags:[]},{name:"mdi-cow",tags:[]},{name:"mdi-cpu-32-bit",tags:[]},{name:"mdi-cpu-64-bit",tags:[]},{name:"mdi-crane",tags:[]},{name:"mdi-creation",tags:[]},{name:"mdi-creative-commons",tags:[]},{name:"mdi-credit-card",tags:[]},{name:"mdi-credit-card-check",tags:[]},{name:"mdi-credit-card-check-outline",tags:[]},{name:"mdi-credit-card-clock",tags:[]},{name:"mdi-credit-card-clock-outline",tags:[]},{name:"mdi-credit-card-marker",tags:[]},{name:"mdi-credit-card-marker-outline",tags:[]},{name:"mdi-credit-card-minus",tags:[]},{name:"mdi-credit-card-minus-outline",tags:[]},{name:"mdi-credit-card-multiple",tags:[]},{name:"mdi-credit-card-multiple-outline",tags:[]},{name:"mdi-credit-card-off",tags:[]},{name:"mdi-credit-card-off-outline",tags:[]},{name:"mdi-credit-card-outline",tags:[]},{name:"mdi-credit-card-plus",tags:[]},{name:"mdi-credit-card-plus-outline",tags:[]},{name:"mdi-credit-card-refresh",tags:[]},{name:"mdi-credit-card-refresh-outline",tags:[]},{name:"mdi-credit-card-refund",tags:[]},{name:"mdi-credit-card-refund-outline",tags:[]},{name:"mdi-credit-card-remove",tags:[]},{name:"mdi-credit-card-remove-outline",tags:[]},{name:"mdi-credit-card-scan",tags:[]},{name:"mdi-credit-card-scan-outline",tags:[]},{name:"mdi-credit-card-search",tags:[]},{name:"mdi-credit-card-search-outline",tags:[]},{name:"mdi-credit-card-settings",tags:[]},{name:"mdi-credit-card-settings-outline",tags:[]},{name:"mdi-credit-card-sync",tags:[]},{name:"mdi-credit-card-sync-outline",tags:[]},{name:"mdi-credit-card-wireless",tags:[]},{name:"mdi-credit-card-wireless-off",tags:[]},{name:"mdi-credit-card-wireless-off-outline",tags:[]},{name:"mdi-credit-card-wireless-outline",tags:[]},{name:"mdi-cricket",tags:[]},{name:"mdi-crop",tags:[]},{name:"mdi-crop-free",tags:[]},{name:"mdi-crop-landscape",tags:[]},{name:"mdi-crop-portrait",tags:[]},{name:"mdi-crop-rotate",tags:[]},{name:"mdi-crop-square",tags:[]},{name:"mdi-crosshairs",tags:[]},{name:"mdi-crosshairs-gps",tags:[]},{name:"mdi-crosshairs-off",tags:[]},{name:"mdi-crosshairs-question",tags:[]},{name:"mdi-crown",tags:[]},{name:"mdi-crown-outline",tags:[]},{name:"mdi-cryengine",tags:[]},{name:"mdi-crystal-ball",tags:[]},{name:"mdi-cube",tags:[]},{name:"mdi-cube-off",tags:[]},{name:"mdi-cube-off-outline",tags:[]},{name:"mdi-cube-outline",tags:[]},{name:"mdi-cube-scan",tags:[]},{name:"mdi-cube-send",tags:[]},{name:"mdi-cube-unfolded",tags:[]},{name:"mdi-cup",tags:[]},{name:"mdi-cup-off",tags:[]},{name:"mdi-cup-off-outline",tags:[]},{name:"mdi-cup-outline",tags:[]},{name:"mdi-cup-water",tags:[]},{name:"mdi-cupboard",tags:[]},{name:"mdi-cupboard-outline",tags:[]},{name:"mdi-cupcake",tags:[]},{name:"mdi-curling",tags:[]},{name:"mdi-currency-bdt",tags:[]},{name:"mdi-currency-brl",tags:[]},{name:"mdi-currency-btc",tags:[]},{name:"mdi-currency-cny",tags:[]},{name:"mdi-currency-eth",tags:[]},{name:"mdi-currency-eur",tags:[]},{name:"mdi-currency-eur-off",tags:[]},{name:"mdi-currency-gbp",tags:[]},{name:"mdi-currency-ils",tags:[]},{name:"mdi-currency-inr",tags:[]},{name:"mdi-currency-jpy",tags:[]},{name:"mdi-currency-krw",tags:[]},{name:"mdi-currency-kzt",tags:[]},{name:"mdi-currency-mnt",tags:[]},{name:"mdi-currency-ngn",tags:[]},{name:"mdi-currency-php",tags:[]},{name:"mdi-currency-rial",tags:[]},{name:"mdi-currency-rub",tags:[]},{name:"mdi-currency-sign",tags:[]},{name:"mdi-currency-try",tags:[]},{name:"mdi-currency-twd",tags:[]},{name:"mdi-currency-usd",tags:[]},{name:"mdi-currency-usd-circle",tags:[]},{name:"mdi-currency-usd-circle-outline",tags:[]},{name:"mdi-currency-usd-off",tags:[]},{name:"mdi-current-ac",tags:[]},{name:"mdi-current-dc",tags:[]},{name:"mdi-cursor-default",tags:[]},{name:"mdi-cursor-default-click",tags:[]},{name:"mdi-cursor-default-click-outline",tags:[]},{name:"mdi-cursor-default-gesture",tags:[]},{name:"mdi-cursor-default-gesture-outline",tags:[]},{name:"mdi-cursor-default-outline",tags:[]},{name:"mdi-cursor-move",tags:[]},{name:"mdi-cursor-pointer",tags:[]},{name:"mdi-cursor-text",tags:[]},{name:"mdi-dance-ballroom",tags:[]},{name:"mdi-dance-pole",tags:[]},{name:"mdi-data-matrix",tags:[]},{name:"mdi-data-matrix-edit",tags:[]},{name:"mdi-data-matrix-minus",tags:[]},{name:"mdi-data-matrix-plus",tags:[]},{name:"mdi-data-matrix-remove",tags:[]},{name:"mdi-data-matrix-scan",tags:[]},{name:"mdi-database",tags:[]},{name:"mdi-database-alert",tags:[]},{name:"mdi-database-alert-outline",tags:[]},{name:"mdi-database-arrow-down",tags:[]},{name:"mdi-database-arrow-down-outline",tags:[]},{name:"mdi-database-arrow-left",tags:[]},{name:"mdi-database-arrow-left-outline",tags:[]},{name:"mdi-database-arrow-right",tags:[]},{name:"mdi-database-arrow-right-outline",tags:[]},{name:"mdi-database-arrow-up",tags:[]},{name:"mdi-database-arrow-up-outline",tags:[]},{name:"mdi-database-check",tags:[]},{name:"mdi-database-check-outline",tags:[]},{name:"mdi-database-clock",tags:[]},{name:"mdi-database-clock-outline",tags:[]},{name:"mdi-database-cog",tags:[]},{name:"mdi-database-cog-outline",tags:[]},{name:"mdi-database-edit",tags:[]},{name:"mdi-database-edit-outline",tags:[]},{name:"mdi-database-export",tags:[]},{name:"mdi-database-export-outline",tags:[]},{name:"mdi-database-import",tags:[]},{name:"mdi-database-import-outline",tags:[]},{name:"mdi-database-lock",tags:[]},{name:"mdi-database-lock-outline",tags:[]},{name:"mdi-database-marker",tags:[]},{name:"mdi-database-marker-outline",tags:[]},{name:"mdi-database-minus",tags:[]},{name:"mdi-database-minus-outline",tags:[]},{name:"mdi-database-off",tags:[]},{name:"mdi-database-off-outline",tags:[]},{name:"mdi-database-outline",tags:[]},{name:"mdi-database-plus",tags:[]},{name:"mdi-database-plus-outline",tags:[]},{name:"mdi-database-refresh",tags:[]},{name:"mdi-database-refresh-outline",tags:[]},{name:"mdi-database-remove",tags:[]},{name:"mdi-database-remove-outline",tags:[]},{name:"mdi-database-search",tags:[]},{name:"mdi-database-search-outline",tags:[]},{name:"mdi-database-settings",tags:[]},{name:"mdi-database-settings-outline",tags:[]},{name:"mdi-database-sync",tags:[]},{name:"mdi-database-sync-outline",tags:[]},{name:"mdi-death-star",tags:[]},{name:"mdi-death-star-variant",tags:[]},{name:"mdi-deathly-hallows",tags:[]},{name:"mdi-debian",tags:[]},{name:"mdi-debug-step-into",tags:[]},{name:"mdi-debug-step-out",tags:[]},{name:"mdi-debug-step-over",tags:[]},{name:"mdi-decagram",tags:[]},{name:"mdi-decagram-outline",tags:[]},{name:"mdi-decimal",tags:[]},{name:"mdi-decimal-comma",tags:[]},{name:"mdi-decimal-comma-decrease",tags:[]},{name:"mdi-decimal-comma-increase",tags:[]},{name:"mdi-decimal-decrease",tags:[]},{name:"mdi-decimal-increase",tags:[]},{name:"mdi-delete",tags:[]},{name:"mdi-delete-alert",tags:[]},{name:"mdi-delete-alert-outline",tags:[]},{name:"mdi-delete-circle",tags:[]},{name:"mdi-delete-circle-outline",tags:[]},{name:"mdi-delete-clock",tags:[]},{name:"mdi-delete-clock-outline",tags:[]},{name:"mdi-delete-empty",tags:[]},{name:"mdi-delete-empty-outline",tags:[]},{name:"mdi-delete-forever",tags:[]},{name:"mdi-delete-forever-outline",tags:[]},{name:"mdi-delete-off",tags:[]},{name:"mdi-delete-off-outline",tags:[]},{name:"mdi-delete-outline",tags:[]},{name:"mdi-delete-restore",tags:[]},{name:"mdi-delete-sweep",tags:[]},{name:"mdi-delete-sweep-outline",tags:[]},{name:"mdi-delete-variant",tags:[]},{name:"mdi-delta",tags:[]},{name:"mdi-desk",tags:[]},{name:"mdi-desk-lamp",tags:[]},{name:"mdi-deskphone",tags:[]},{name:"mdi-desktop-classic",tags:[]},{name:"mdi-desktop-mac",tags:[]},{name:"mdi-desktop-mac-dashboard",tags:[]},{name:"mdi-desktop-tower",tags:[]},{name:"mdi-desktop-tower-monitor",tags:[]},{name:"mdi-details",tags:[]},{name:"mdi-dev-to",tags:[]},{name:"mdi-developer-board",tags:[]},{name:"mdi-deviantart",tags:[]},{name:"mdi-devices",tags:[]},{name:"mdi-diabetes",tags:[]},{name:"mdi-dialpad",tags:[]},{name:"mdi-diameter",tags:[]},{name:"mdi-diameter-outline",tags:[]},{name:"mdi-diameter-variant",tags:[]},{name:"mdi-diamond",tags:[]},{name:"mdi-diamond-outline",tags:[]},{name:"mdi-diamond-stone",tags:[]},{name:"mdi-dice-1",tags:[]},{name:"mdi-dice-1-outline",tags:[]},{name:"mdi-dice-2",tags:[]},{name:"mdi-dice-2-outline",tags:[]},{name:"mdi-dice-3",tags:[]},{name:"mdi-dice-3-outline",tags:[]},{name:"mdi-dice-4",tags:[]},{name:"mdi-dice-4-outline",tags:[]},{name:"mdi-dice-5",tags:[]},{name:"mdi-dice-5-outline",tags:[]},{name:"mdi-dice-6",tags:[]},{name:"mdi-dice-6-outline",tags:[]},{name:"mdi-dice-d10",tags:[]},{name:"mdi-dice-d10-outline",tags:[]},{name:"mdi-dice-d12",tags:[]},{name:"mdi-dice-d12-outline",tags:[]},{name:"mdi-dice-d20",tags:[]},{name:"mdi-dice-d20-outline",tags:[]},{name:"mdi-dice-d4",tags:[]},{name:"mdi-dice-d4-outline",tags:[]},{name:"mdi-dice-d6",tags:[]},{name:"mdi-dice-d6-outline",tags:[]},{name:"mdi-dice-d8",tags:[]},{name:"mdi-dice-d8-outline",tags:[]},{name:"mdi-dice-multiple",tags:[]},{name:"mdi-dice-multiple-outline",tags:[]},{name:"mdi-digital-ocean",tags:[]},{name:"mdi-dip-switch",tags:[]},{name:"mdi-directions",tags:[]},{name:"mdi-directions-fork",tags:[]},{name:"mdi-disc",tags:[]},{name:"mdi-disc-alert",tags:[]},{name:"mdi-disc-player",tags:[]},{name:"mdi-discord",tags:[]},{name:"mdi-dishwasher",tags:[]},{name:"mdi-dishwasher-alert",tags:[]},{name:"mdi-dishwasher-off",tags:[]},{name:"mdi-disqus",tags:[]},{name:"mdi-distribute-horizontal-center",tags:[]},{name:"mdi-distribute-horizontal-left",tags:[]},{name:"mdi-distribute-horizontal-right",tags:[]},{name:"mdi-distribute-vertical-bottom",tags:[]},{name:"mdi-distribute-vertical-center",tags:[]},{name:"mdi-distribute-vertical-top",tags:[]},{name:"mdi-diving-flippers",tags:[]},{name:"mdi-diving-helmet",tags:[]},{name:"mdi-diving-scuba",tags:[]},{name:"mdi-diving-scuba-flag",tags:[]},{name:"mdi-diving-scuba-tank",tags:[]},{name:"mdi-diving-scuba-tank-multiple",tags:[]},{name:"mdi-diving-snorkel",tags:[]},{name:"mdi-division",tags:[]},{name:"mdi-division-box",tags:[]},{name:"mdi-dlna",tags:[]},{name:"mdi-dna",tags:[]},{name:"mdi-dns",tags:[]},{name:"mdi-dns-outline",tags:[]},{name:"mdi-do-not-disturb",tags:[]},{name:"mdi-do-not-disturb-off",tags:[]},{name:"mdi-dock-bottom",tags:[]},{name:"mdi-dock-left",tags:[]},{name:"mdi-dock-right",tags:[]},{name:"mdi-dock-top",tags:[]},{name:"mdi-dock-window",tags:[]},{name:"mdi-docker",tags:[]},{name:"mdi-doctor",tags:[]},{name:"mdi-dog",tags:[]},{name:"mdi-dog-service",tags:[]},{name:"mdi-dog-side",tags:[]},{name:"mdi-dog-side-off",tags:[]},{name:"mdi-dolby",tags:[]},{name:"mdi-dolly",tags:[]},{name:"mdi-domain",tags:[]},{name:"mdi-domain-off",tags:[]},{name:"mdi-domain-plus",tags:[]},{name:"mdi-domain-remove",tags:[]},{name:"mdi-dome-light",tags:[]},{name:"mdi-domino-mask",tags:[]},{name:"mdi-donkey",tags:[]},{name:"mdi-door",tags:[]},{name:"mdi-door-closed",tags:[]},{name:"mdi-door-closed-lock",tags:[]},{name:"mdi-door-open",tags:[]},{name:"mdi-doorbell",tags:[]},{name:"mdi-doorbell-video",tags:[]},{name:"mdi-dot-net",tags:[]},{name:"mdi-dots-grid",tags:[]},{name:"mdi-dots-hexagon",tags:[]},{name:"mdi-dots-horizontal",tags:[]},{name:"mdi-dots-horizontal-circle",tags:[]},{name:"mdi-dots-horizontal-circle-outline",tags:[]},{name:"mdi-dots-square",tags:[]},{name:"mdi-dots-triangle",tags:[]},{name:"mdi-dots-vertical",tags:[]},{name:"mdi-dots-vertical-circle",tags:[]},{name:"mdi-dots-vertical-circle-outline",tags:[]},{name:"mdi-douban",tags:[]},{name:"mdi-download",tags:[]},{name:"mdi-download-box",tags:[]},{name:"mdi-download-box-outline",tags:[]},{name:"mdi-download-circle",tags:[]},{name:"mdi-download-circle-outline",tags:[]},{name:"mdi-download-lock",tags:[]},{name:"mdi-download-lock-outline",tags:[]},{name:"mdi-download-multiple",tags:[]},{name:"mdi-download-network",tags:[]},{name:"mdi-download-network-outline",tags:[]},{name:"mdi-download-off",tags:[]},{name:"mdi-download-off-outline",tags:[]},{name:"mdi-download-outline",tags:[]},{name:"mdi-drag",tags:[]},{name:"mdi-drag-horizontal",tags:[]},{name:"mdi-drag-horizontal-variant",tags:[]},{name:"mdi-drag-variant",tags:[]},{name:"mdi-drag-vertical",tags:[]},{name:"mdi-drag-vertical-variant",tags:[]},{name:"mdi-drama-masks",tags:[]},{name:"mdi-draw",tags:[]},{name:"mdi-drawing",tags:[]},{name:"mdi-drawing-box",tags:[]},{name:"mdi-dresser",tags:[]},{name:"mdi-dresser-outline",tags:[]},{name:"mdi-drone",tags:[]},{name:"mdi-dropbox",tags:[]},{name:"mdi-drupal",tags:[]},{name:"mdi-duck",tags:[]},{name:"mdi-dumbbell",tags:[]},{name:"mdi-dump-truck",tags:[]},{name:"mdi-ear-hearing",tags:[]},{name:"mdi-ear-hearing-off",tags:[]},{name:"mdi-earth",tags:[]},{name:"mdi-earth-arrow-right",tags:[]},{name:"mdi-earth-box",tags:[]},{name:"mdi-earth-box-minus",tags:[]},{name:"mdi-earth-box-off",tags:[]},{name:"mdi-earth-box-plus",tags:[]},{name:"mdi-earth-box-remove",tags:[]},{name:"mdi-earth-minus",tags:[]},{name:"mdi-earth-off",tags:[]},{name:"mdi-earth-plus",tags:[]},{name:"mdi-earth-remove",tags:[]},{name:"mdi-egg",tags:[]},{name:"mdi-egg-easter",tags:[]},{name:"mdi-egg-off",tags:[]},{name:"mdi-egg-off-outline",tags:[]},{name:"mdi-egg-outline",tags:[]},{name:"mdi-eiffel-tower",tags:[]},{name:"mdi-eight-track",tags:[]},{name:"mdi-eject",tags:[]},{name:"mdi-eject-outline",tags:[]},{name:"mdi-electric-switch",tags:[]},{name:"mdi-electric-switch-closed",tags:[]},{name:"mdi-electron-framework",tags:[]},{name:"mdi-elephant",tags:[]},{name:"mdi-elevation-decline",tags:[]},{name:"mdi-elevation-rise",tags:[]},{name:"mdi-elevator",tags:[]},{name:"mdi-elevator-down",tags:[]},{name:"mdi-elevator-passenger",tags:[]},{name:"mdi-elevator-up",tags:[]},{name:"mdi-ellipse",tags:[]},{name:"mdi-ellipse-outline",tags:[]},{name:"mdi-email",tags:[]},{name:"mdi-email-alert",tags:[]},{name:"mdi-email-alert-outline",tags:[]},{name:"mdi-email-box",tags:[]},{name:"mdi-email-check",tags:[]},{name:"mdi-email-check-outline",tags:[]},{name:"mdi-email-edit",tags:[]},{name:"mdi-email-edit-outline",tags:[]},{name:"mdi-email-lock",tags:[]},{name:"mdi-email-mark-as-unread",tags:[]},{name:"mdi-email-minus",tags:[]},{name:"mdi-email-minus-outline",tags:[]},{name:"mdi-email-multiple",tags:[]},{name:"mdi-email-multiple-outline",tags:[]},{name:"mdi-email-newsletter",tags:[]},{name:"mdi-email-off",tags:[]},{name:"mdi-email-off-outline",tags:[]},{name:"mdi-email-open",tags:[]},{name:"mdi-email-open-multiple",tags:[]},{name:"mdi-email-open-multiple-outline",tags:[]},{name:"mdi-email-open-outline",tags:[]},{name:"mdi-email-outline",tags:[]},{name:"mdi-email-plus",tags:[]},{name:"mdi-email-plus-outline",tags:[]},{name:"mdi-email-receive",tags:[]},{name:"mdi-email-receive-outline",tags:[]},{name:"mdi-email-remove",tags:[]},{name:"mdi-email-remove-outline",tags:[]},{name:"mdi-email-search",tags:[]},{name:"mdi-email-search-outline",tags:[]},{name:"mdi-email-send",tags:[]},{name:"mdi-email-send-outline",tags:[]},{name:"mdi-email-sync",tags:[]},{name:"mdi-email-sync-outline",tags:[]},{name:"mdi-email-variant",tags:[]},{name:"mdi-ember",tags:[]},{name:"mdi-emby",tags:[]},{name:"mdi-emoticon",tags:[]},{name:"mdi-emoticon-angry",tags:[]},{name:"mdi-emoticon-angry-outline",tags:[]},{name:"mdi-emoticon-confused",tags:[]},{name:"mdi-emoticon-confused-outline",tags:[]},{name:"mdi-emoticon-cool",tags:[]},{name:"mdi-emoticon-cool-outline",tags:[]},{name:"mdi-emoticon-cry",tags:[]},{name:"mdi-emoticon-cry-outline",tags:[]},{name:"mdi-emoticon-dead",tags:[]},{name:"mdi-emoticon-dead-outline",tags:[]},{name:"mdi-emoticon-devil",tags:[]},{name:"mdi-emoticon-devil-outline",tags:[]},{name:"mdi-emoticon-excited",tags:[]},{name:"mdi-emoticon-excited-outline",tags:[]},{name:"mdi-emoticon-frown",tags:[]},{name:"mdi-emoticon-frown-outline",tags:[]},{name:"mdi-emoticon-happy",tags:[]},{name:"mdi-emoticon-happy-outline",tags:[]},{name:"mdi-emoticon-kiss",tags:[]},{name:"mdi-emoticon-kiss-outline",tags:[]},{name:"mdi-emoticon-lol",tags:[]},{name:"mdi-emoticon-lol-outline",tags:[]},{name:"mdi-emoticon-neutral",tags:[]},{name:"mdi-emoticon-neutral-outline",tags:[]},{name:"mdi-emoticon-outline",tags:[]},{name:"mdi-emoticon-poop",tags:[]},{name:"mdi-emoticon-poop-outline",tags:[]},{name:"mdi-emoticon-sad",tags:[]},{name:"mdi-emoticon-sad-outline",tags:[]},{name:"mdi-emoticon-sick",tags:[]},{name:"mdi-emoticon-sick-outline",tags:[]},{name:"mdi-emoticon-tongue",tags:[]},{name:"mdi-emoticon-tongue-outline",tags:[]},{name:"mdi-emoticon-wink",tags:[]},{name:"mdi-emoticon-wink-outline",tags:[]},{name:"mdi-engine",tags:[]},{name:"mdi-engine-off",tags:[]},{name:"mdi-engine-off-outline",tags:[]},{name:"mdi-engine-outline",tags:[]},{name:"mdi-epsilon",tags:[]},{name:"mdi-equal",tags:[]},{name:"mdi-equal-box",tags:[]},{name:"mdi-equalizer",tags:[]},{name:"mdi-equalizer-outline",tags:[]},{name:"mdi-eraser",tags:[]},{name:"mdi-eraser-variant",tags:[]},{name:"mdi-escalator",tags:[]},{name:"mdi-escalator-box",tags:[]},{name:"mdi-escalator-down",tags:[]},{name:"mdi-escalator-up",tags:[]},{name:"mdi-eslint",tags:[]},{name:"mdi-et",tags:[]},{name:"mdi-ethereum",tags:[]},{name:"mdi-ethernet",tags:[]},{name:"mdi-ethernet-cable",tags:[]},{name:"mdi-ethernet-cable-off",tags:[]},{name:"mdi-ev-plug-ccs1",tags:[]},{name:"mdi-ev-plug-ccs2",tags:[]},{name:"mdi-ev-plug-chademo",tags:[]},{name:"mdi-ev-plug-tesla",tags:[]},{name:"mdi-ev-plug-type1",tags:[]},{name:"mdi-ev-plug-type2",tags:[]},{name:"mdi-ev-station",tags:[]},{name:"mdi-evernote",tags:[]},{name:"mdi-excavator",tags:[]},{name:"mdi-exclamation",tags:[]},{name:"mdi-exclamation-thick",tags:[]},{name:"mdi-exit-run",tags:[]},{name:"mdi-exit-to-app",tags:[]},{name:"mdi-expand-all",tags:[]},{name:"mdi-expand-all-outline",tags:[]},{name:"mdi-expansion-card",tags:[]},{name:"mdi-expansion-card-variant",tags:[]},{name:"mdi-exponent",tags:[]},{name:"mdi-exponent-box",tags:[]},{name:"mdi-export",tags:[]},{name:"mdi-export-variant",tags:[]},{name:"mdi-eye",tags:[]},{name:"mdi-eye-check",tags:[]},{name:"mdi-eye-check-outline",tags:[]},{name:"mdi-eye-circle",tags:[]},{name:"mdi-eye-circle-outline",tags:[]},{name:"mdi-eye-minus",tags:[]},{name:"mdi-eye-minus-outline",tags:[]},{name:"mdi-eye-off",tags:[]},{name:"mdi-eye-off-outline",tags:[]},{name:"mdi-eye-outline",tags:[]},{name:"mdi-eye-plus",tags:[]},{name:"mdi-eye-plus-outline",tags:[]},{name:"mdi-eye-remove",tags:[]},{name:"mdi-eye-remove-outline",tags:[]},{name:"mdi-eye-settings",tags:[]},{name:"mdi-eye-settings-outline",tags:[]},{name:"mdi-eyedropper",tags:[]},{name:"mdi-eyedropper-minus",tags:[]},{name:"mdi-eyedropper-off",tags:[]},{name:"mdi-eyedropper-plus",tags:[]},{name:"mdi-eyedropper-remove",tags:[]},{name:"mdi-eyedropper-variant",tags:[]},{name:"mdi-face",tags:[]},{name:"mdi-face-agent",tags:[]},{name:"mdi-face-mask",tags:[]},{name:"mdi-face-mask-outline",tags:[]},{name:"mdi-face-outline",tags:[]},{name:"mdi-face-profile",tags:[]},{name:"mdi-face-profile-woman",tags:[]},{name:"mdi-face-recognition",tags:[]},{name:"mdi-face-shimmer",tags:[]},{name:"mdi-face-shimmer-outline",tags:[]},{name:"mdi-face-woman",tags:[]},{name:"mdi-face-woman-outline",tags:[]},{name:"mdi-face-woman-shimmer",tags:[]},{name:"mdi-face-woman-shimmer-outline",tags:[]},{name:"mdi-facebook",tags:[]},{name:"mdi-facebook-gaming",tags:[]},{name:"mdi-facebook-messenger",tags:[]},{name:"mdi-facebook-workplace",tags:[]},{name:"mdi-factory",tags:[]},{name:"mdi-family-tree",tags:[]},{name:"mdi-fan",tags:[]},{name:"mdi-fan-alert",tags:[]},{name:"mdi-fan-auto",tags:[]},{name:"mdi-fan-chevron-down",tags:[]},{name:"mdi-fan-chevron-up",tags:[]},{name:"mdi-fan-minus",tags:[]},{name:"mdi-fan-off",tags:[]},{name:"mdi-fan-plus",tags:[]},{name:"mdi-fan-remove",tags:[]},{name:"mdi-fan-speed-1",tags:[]},{name:"mdi-fan-speed-2",tags:[]},{name:"mdi-fan-speed-3",tags:[]},{name:"mdi-fast-forward",tags:[]},{name:"mdi-fast-forward-10",tags:[]},{name:"mdi-fast-forward-30",tags:[]},{name:"mdi-fast-forward-5",tags:[]},{name:"mdi-fast-forward-60",tags:[]},{name:"mdi-fast-forward-outline",tags:[]},{name:"mdi-fax",tags:[]},{name:"mdi-feather",tags:[]},{name:"mdi-feature-search",tags:[]},{name:"mdi-feature-search-outline",tags:[]},{name:"mdi-fedora",tags:[]},{name:"mdi-fencing",tags:[]},{name:"mdi-ferris-wheel",tags:[]},{name:"mdi-ferry",tags:[]},{name:"mdi-file",tags:[]},{name:"mdi-file-account",tags:[]},{name:"mdi-file-account-outline",tags:[]},{name:"mdi-file-alert",tags:[]},{name:"mdi-file-alert-outline",tags:[]},{name:"mdi-file-cabinet",tags:[]},{name:"mdi-file-cad",tags:[]},{name:"mdi-file-cad-box",tags:[]},{name:"mdi-file-cancel",tags:[]},{name:"mdi-file-cancel-outline",tags:[]},{name:"mdi-file-certificate",tags:[]},{name:"mdi-file-certificate-outline",tags:[]},{name:"mdi-file-chart",tags:[]},{name:"mdi-file-chart-outline",tags:[]},{name:"mdi-file-check",tags:[]},{name:"mdi-file-check-outline",tags:[]},{name:"mdi-file-clock",tags:[]},{name:"mdi-file-clock-outline",tags:[]},{name:"mdi-file-cloud",tags:[]},{name:"mdi-file-cloud-outline",tags:[]},{name:"mdi-file-code",tags:[]},{name:"mdi-file-code-outline",tags:[]},{name:"mdi-file-cog",tags:[]},{name:"mdi-file-cog-outline",tags:[]},{name:"mdi-file-compare",tags:[]},{name:"mdi-file-delimited",tags:[]},{name:"mdi-file-delimited-outline",tags:[]},{name:"mdi-file-document",tags:[]},{name:"mdi-file-document-edit",tags:[]},{name:"mdi-file-document-edit-outline",tags:[]},{name:"mdi-file-document-multiple",tags:[]},{name:"mdi-file-document-multiple-outline",tags:[]},{name:"mdi-file-document-outline",tags:[]},{name:"mdi-file-download",tags:[]},{name:"mdi-file-download-outline",tags:[]},{name:"mdi-file-edit",tags:[]},{name:"mdi-file-edit-outline",tags:[]},{name:"mdi-file-excel",tags:[]},{name:"mdi-file-excel-box",tags:[]},{name:"mdi-file-excel-box-outline",tags:[]},{name:"mdi-file-excel-outline",tags:[]},{name:"mdi-file-export",tags:[]},{name:"mdi-file-export-outline",tags:[]},{name:"mdi-file-eye",tags:[]},{name:"mdi-file-eye-outline",tags:[]},{name:"mdi-file-find",tags:[]},{name:"mdi-file-find-outline",tags:[]},{name:"mdi-file-hidden",tags:[]},{name:"mdi-file-image",tags:[]},{name:"mdi-file-image-outline",tags:[]},{name:"mdi-file-import",tags:[]},{name:"mdi-file-import-outline",tags:[]},{name:"mdi-file-key",tags:[]},{name:"mdi-file-key-outline",tags:[]},{name:"mdi-file-link",tags:[]},{name:"mdi-file-link-outline",tags:[]},{name:"mdi-file-lock",tags:[]},{name:"mdi-file-lock-outline",tags:[]},{name:"mdi-file-move",tags:[]},{name:"mdi-file-move-outline",tags:[]},{name:"mdi-file-multiple",tags:[]},{name:"mdi-file-multiple-outline",tags:[]},{name:"mdi-file-music",tags:[]},{name:"mdi-file-music-outline",tags:[]},{name:"mdi-file-outline",tags:[]},{name:"mdi-file-pdf",tags:[]},{name:"mdi-file-pdf-box",tags:[]},{name:"mdi-file-pdf-box-outline",tags:[]},{name:"mdi-file-pdf-outline",tags:[]},{name:"mdi-file-percent",tags:[]},{name:"mdi-file-percent-outline",tags:[]},{name:"mdi-file-phone",tags:[]},{name:"mdi-file-phone-outline",tags:[]},{name:"mdi-file-plus",tags:[]},{name:"mdi-file-plus-outline",tags:[]},{name:"mdi-file-powerpoint",tags:[]},{name:"mdi-file-powerpoint-box",tags:[]},{name:"mdi-file-powerpoint-box-outline",tags:[]},{name:"mdi-file-powerpoint-outline",tags:[]},{name:"mdi-file-presentation-box",tags:[]},{name:"mdi-file-question",tags:[]},{name:"mdi-file-question-outline",tags:[]},{name:"mdi-file-refresh",tags:[]},{name:"mdi-file-refresh-outline",tags:[]},{name:"mdi-file-remove",tags:[]},{name:"mdi-file-remove-outline",tags:[]},{name:"mdi-file-replace",tags:[]},{name:"mdi-file-replace-outline",tags:[]},{name:"mdi-file-restore",tags:[]},{name:"mdi-file-restore-outline",tags:[]},{name:"mdi-file-search",tags:[]},{name:"mdi-file-search-outline",tags:[]},{name:"mdi-file-send",tags:[]},{name:"mdi-file-send-outline",tags:[]},{name:"mdi-file-settings",tags:[]},{name:"mdi-file-settings-outline",tags:[]},{name:"mdi-file-star",tags:[]},{name:"mdi-file-star-outline",tags:[]},{name:"mdi-file-swap",tags:[]},{name:"mdi-file-swap-outline",tags:[]},{name:"mdi-file-sync",tags:[]},{name:"mdi-file-sync-outline",tags:[]},{name:"mdi-file-table",tags:[]},{name:"mdi-file-table-box",tags:[]},{name:"mdi-file-table-box-multiple",tags:[]},{name:"mdi-file-table-box-multiple-outline",tags:[]},{name:"mdi-file-table-box-outline",tags:[]},{name:"mdi-file-table-outline",tags:[]},{name:"mdi-file-tree",tags:[]},{name:"mdi-file-tree-outline",tags:[]},{name:"mdi-file-undo",tags:[]},{name:"mdi-file-undo-outline",tags:[]},{name:"mdi-file-upload",tags:[]},{name:"mdi-file-upload-outline",tags:[]},{name:"mdi-file-video",tags:[]},{name:"mdi-file-video-outline",tags:[]},{name:"mdi-file-word",tags:[]},{name:"mdi-file-word-box",tags:[]},{name:"mdi-file-word-box-outline",tags:[]},{name:"mdi-file-word-outline",tags:[]},{name:"mdi-film",tags:[]},{name:"mdi-filmstrip",tags:[]},{name:"mdi-filmstrip-box",tags:[]},{name:"mdi-filmstrip-box-multiple",tags:[]},{name:"mdi-filmstrip-off",tags:[]},{name:"mdi-filter",tags:[]},{name:"mdi-filter-menu",tags:[]},{name:"mdi-filter-menu-outline",tags:[]},{name:"mdi-filter-minus",tags:[]},{name:"mdi-filter-minus-outline",tags:[]},{name:"mdi-filter-off",tags:[]},{name:"mdi-filter-off-outline",tags:[]},{name:"mdi-filter-outline",tags:[]},{name:"mdi-filter-plus",tags:[]},{name:"mdi-filter-plus-outline",tags:[]},{name:"mdi-filter-remove",tags:[]},{name:"mdi-filter-remove-outline",tags:[]},{name:"mdi-filter-variant",tags:[]},{name:"mdi-filter-variant-minus",tags:[]},{name:"mdi-filter-variant-plus",tags:[]},{name:"mdi-filter-variant-remove",tags:[]},{name:"mdi-finance",tags:[]},{name:"mdi-find-replace",tags:[]},{name:"mdi-fingerprint",tags:[]},{name:"mdi-fingerprint-off",tags:[]},{name:"mdi-fire",tags:[]},{name:"mdi-fire-alert",tags:[]},{name:"mdi-fire-extinguisher",tags:[]},{name:"mdi-fire-hydrant",tags:[]},{name:"mdi-fire-hydrant-alert",tags:[]},{name:"mdi-fire-hydrant-off",tags:[]},{name:"mdi-fire-off",tags:[]},{name:"mdi-fire-truck",tags:[]},{name:"mdi-firebase",tags:[]},{name:"mdi-firefox",tags:[]},{name:"mdi-fireplace",tags:[]},{name:"mdi-fireplace-off",tags:[]},{name:"mdi-firework",tags:[]},{name:"mdi-firework-off",tags:[]},{name:"mdi-fish",tags:[]},{name:"mdi-fish-off",tags:[]},{name:"mdi-fishbowl",tags:[]},{name:"mdi-fishbowl-outline",tags:[]},{name:"mdi-fit-to-page",tags:[]},{name:"mdi-fit-to-page-outline",tags:[]},{name:"mdi-flag",tags:[]},{name:"mdi-flag-checkered",tags:[]},{name:"mdi-flag-minus",tags:[]},{name:"mdi-flag-minus-outline",tags:[]},{name:"mdi-flag-outline",tags:[]},{name:"mdi-flag-plus",tags:[]},{name:"mdi-flag-plus-outline",tags:[]},{name:"mdi-flag-remove",tags:[]},{name:"mdi-flag-remove-outline",tags:[]},{name:"mdi-flag-triangle",tags:[]},{name:"mdi-flag-variant",tags:[]},{name:"mdi-flag-variant-outline",tags:[]},{name:"mdi-flare",tags:[]},{name:"mdi-flash",tags:[]},{name:"mdi-flash-alert",tags:[]},{name:"mdi-flash-alert-outline",tags:[]},{name:"mdi-flash-auto",tags:[]},{name:"mdi-flash-circle",tags:[]},{name:"mdi-flash-off",tags:[]},{name:"mdi-flash-outline",tags:[]},{name:"mdi-flash-red-eye",tags:[]},{name:"mdi-flashlight",tags:[]},{name:"mdi-flashlight-off",tags:[]},{name:"mdi-flask",tags:[]},{name:"mdi-flask-empty",tags:[]},{name:"mdi-flask-empty-minus",tags:[]},{name:"mdi-flask-empty-minus-outline",tags:[]},{name:"mdi-flask-empty-off",tags:[]},{name:"mdi-flask-empty-off-outline",tags:[]},{name:"mdi-flask-empty-outline",tags:[]},{name:"mdi-flask-empty-plus",tags:[]},{name:"mdi-flask-empty-plus-outline",tags:[]},{name:"mdi-flask-empty-remove",tags:[]},{name:"mdi-flask-empty-remove-outline",tags:[]},{name:"mdi-flask-minus",tags:[]},{name:"mdi-flask-minus-outline",tags:[]},{name:"mdi-flask-off",tags:[]},{name:"mdi-flask-off-outline",tags:[]},{name:"mdi-flask-outline",tags:[]},{name:"mdi-flask-plus",tags:[]},{name:"mdi-flask-plus-outline",tags:[]},{name:"mdi-flask-remove",tags:[]},{name:"mdi-flask-remove-outline",tags:[]},{name:"mdi-flask-round-bottom",tags:[]},{name:"mdi-flask-round-bottom-empty",tags:[]},{name:"mdi-flask-round-bottom-empty-outline",tags:[]},{name:"mdi-flask-round-bottom-outline",tags:[]},{name:"mdi-fleur-de-lis",tags:[]},{name:"mdi-flip-horizontal",tags:[]},{name:"mdi-flip-to-back",tags:[]},{name:"mdi-flip-to-front",tags:[]},{name:"mdi-flip-vertical",tags:[]},{name:"mdi-floor-lamp",tags:[]},{name:"mdi-floor-lamp-dual",tags:[]},{name:"mdi-floor-lamp-variant",tags:[]},{name:"mdi-floor-plan",tags:[]},{name:"mdi-floppy",tags:[]},{name:"mdi-floppy-variant",tags:[]},{name:"mdi-flower",tags:[]},{name:"mdi-flower-outline",tags:[]},{name:"mdi-flower-poppy",tags:[]},{name:"mdi-flower-tulip",tags:[]},{name:"mdi-flower-tulip-outline",tags:[]},{name:"mdi-focus-auto",tags:[]},{name:"mdi-focus-field",tags:[]},{name:"mdi-focus-field-horizontal",tags:[]},{name:"mdi-focus-field-vertical",tags:[]},{name:"mdi-folder",tags:[]},{name:"mdi-folder-account",tags:[]},{name:"mdi-folder-account-outline",tags:[]},{name:"mdi-folder-alert",tags:[]},{name:"mdi-folder-alert-outline",tags:[]},{name:"mdi-folder-clock",tags:[]},{name:"mdi-folder-clock-outline",tags:[]},{name:"mdi-folder-cog",tags:[]},{name:"mdi-folder-cog-outline",tags:[]},{name:"mdi-folder-download",tags:[]},{name:"mdi-folder-download-outline",tags:[]},{name:"mdi-folder-edit",tags:[]},{name:"mdi-folder-edit-outline",tags:[]},{name:"mdi-folder-google-drive",tags:[]},{name:"mdi-folder-heart",tags:[]},{name:"mdi-folder-heart-outline",tags:[]},{name:"mdi-folder-home",tags:[]},{name:"mdi-folder-home-outline",tags:[]},{name:"mdi-folder-image",tags:[]},{name:"mdi-folder-information",tags:[]},{name:"mdi-folder-information-outline",tags:[]},{name:"mdi-folder-key",tags:[]},{name:"mdi-folder-key-network",tags:[]},{name:"mdi-folder-key-network-outline",tags:[]},{name:"mdi-folder-key-outline",tags:[]},{name:"mdi-folder-lock",tags:[]},{name:"mdi-folder-lock-open",tags:[]},{name:"mdi-folder-marker",tags:[]},{name:"mdi-folder-marker-outline",tags:[]},{name:"mdi-folder-move",tags:[]},{name:"mdi-folder-move-outline",tags:[]},{name:"mdi-folder-multiple",tags:[]},{name:"mdi-folder-multiple-image",tags:[]},{name:"mdi-folder-multiple-outline",tags:[]},{name:"mdi-folder-multiple-plus",tags:[]},{name:"mdi-folder-multiple-plus-outline",tags:[]},{name:"mdi-folder-music",tags:[]},{name:"mdi-folder-music-outline",tags:[]},{name:"mdi-folder-network",tags:[]},{name:"mdi-folder-network-outline",tags:[]},{name:"mdi-folder-open",tags:[]},{name:"mdi-folder-open-outline",tags:[]},{name:"mdi-folder-outline",tags:[]},{name:"mdi-folder-plus",tags:[]},{name:"mdi-folder-plus-outline",tags:[]},{name:"mdi-folder-pound",tags:[]},{name:"mdi-folder-pound-outline",tags:[]},{name:"mdi-folder-refresh",tags:[]},{name:"mdi-folder-refresh-outline",tags:[]},{name:"mdi-folder-remove",tags:[]},{name:"mdi-folder-remove-outline",tags:[]},{name:"mdi-folder-search",tags:[]},{name:"mdi-folder-search-outline",tags:[]},{name:"mdi-folder-settings",tags:[]},{name:"mdi-folder-settings-outline",tags:[]},{name:"mdi-folder-star",tags:[]},{name:"mdi-folder-star-multiple",tags:[]},{name:"mdi-folder-star-multiple-outline",tags:[]},{name:"mdi-folder-star-outline",tags:[]},{name:"mdi-folder-swap",tags:[]},{name:"mdi-folder-swap-outline",tags:[]},{name:"mdi-folder-sync",tags:[]},{name:"mdi-folder-sync-outline",tags:[]},{name:"mdi-folder-table",tags:[]},{name:"mdi-folder-table-outline",tags:[]},{name:"mdi-folder-text",tags:[]},{name:"mdi-folder-text-outline",tags:[]},{name:"mdi-folder-upload",tags:[]},{name:"mdi-folder-upload-outline",tags:[]},{name:"mdi-folder-zip",tags:[]},{name:"mdi-folder-zip-outline",tags:[]},{name:"mdi-font-awesome",tags:[]},{name:"mdi-food",tags:[]},{name:"mdi-food-apple",tags:[]},{name:"mdi-food-apple-outline",tags:[]},{name:"mdi-food-croissant",tags:[]},{name:"mdi-food-drumstick",tags:[]},{name:"mdi-food-drumstick-off",tags:[]},{name:"mdi-food-drumstick-off-outline",tags:[]},{name:"mdi-food-drumstick-outline",tags:[]},{name:"mdi-food-fork-drink",tags:[]},{name:"mdi-food-halal",tags:[]},{name:"mdi-food-kosher",tags:[]},{name:"mdi-food-off",tags:[]},{name:"mdi-food-steak",tags:[]},{name:"mdi-food-steak-off",tags:[]},{name:"mdi-food-turkey",tags:[]},{name:"mdi-food-variant",tags:[]},{name:"mdi-food-variant-off",tags:[]},{name:"mdi-foot-print",tags:[]},{name:"mdi-football",tags:[]},{name:"mdi-football-australian",tags:[]},{name:"mdi-football-helmet",tags:[]},{name:"mdi-forklift",tags:[]},{name:"mdi-form-dropdown",tags:[]},{name:"mdi-form-select",tags:[]},{name:"mdi-form-textarea",tags:[]},{name:"mdi-form-textbox",tags:[]},{name:"mdi-form-textbox-lock",tags:[]},{name:"mdi-form-textbox-password",tags:[]},{name:"mdi-format-align-bottom",tags:[]},{name:"mdi-format-align-center",tags:[]},{name:"mdi-format-align-justify",tags:[]},{name:"mdi-format-align-left",tags:[]},{name:"mdi-format-align-middle",tags:[]},{name:"mdi-format-align-right",tags:[]},{name:"mdi-format-align-top",tags:[]},{name:"mdi-format-annotation-minus",tags:[]},{name:"mdi-format-annotation-plus",tags:[]},{name:"mdi-format-bold",tags:[]},{name:"mdi-format-clear",tags:[]},{name:"mdi-format-color-fill",tags:[]},{name:"mdi-format-color-highlight",tags:[]},{name:"mdi-format-color-marker-cancel",tags:[]},{name:"mdi-format-color-text",tags:[]},{name:"mdi-format-columns",tags:[]},{name:"mdi-format-float-center",tags:[]},{name:"mdi-format-float-left",tags:[]},{name:"mdi-format-float-none",tags:[]},{name:"mdi-format-float-right",tags:[]},{name:"mdi-format-font",tags:[]},{name:"mdi-format-font-size-decrease",tags:[]},{name:"mdi-format-font-size-increase",tags:[]},{name:"mdi-format-header-1",tags:[]},{name:"mdi-format-header-2",tags:[]},{name:"mdi-format-header-3",tags:[]},{name:"mdi-format-header-4",tags:[]},{name:"mdi-format-header-5",tags:[]},{name:"mdi-format-header-6",tags:[]},{name:"mdi-format-header-decrease",tags:[]},{name:"mdi-format-header-equal",tags:[]},{name:"mdi-format-header-increase",tags:[]},{name:"mdi-format-header-pound",tags:[]},{name:"mdi-format-horizontal-align-center",tags:[]},{name:"mdi-format-horizontal-align-left",tags:[]},{name:"mdi-format-horizontal-align-right",tags:[]},{name:"mdi-format-indent-decrease",tags:[]},{name:"mdi-format-indent-increase",tags:[]},{name:"mdi-format-italic",tags:[]},{name:"mdi-format-letter-case",tags:[]},{name:"mdi-format-letter-case-lower",tags:[]},{name:"mdi-format-letter-case-upper",tags:[]},{name:"mdi-format-letter-ends-with",tags:[]},{name:"mdi-format-letter-matches",tags:[]},{name:"mdi-format-letter-starts-with",tags:[]},{name:"mdi-format-line-spacing",tags:[]},{name:"mdi-format-line-style",tags:[]},{name:"mdi-format-line-weight",tags:[]},{name:"mdi-format-list-bulleted",tags:[]},{name:"mdi-format-list-bulleted-square",tags:[]},{name:"mdi-format-list-bulleted-triangle",tags:[]},{name:"mdi-format-list-bulleted-type",tags:[]},{name:"mdi-format-list-checkbox",tags:[]},{name:"mdi-format-list-checks",tags:[]},{name:"mdi-format-list-numbered",tags:[]},{name:"mdi-format-list-numbered-rtl",tags:[]},{name:"mdi-format-list-text",tags:[]},{name:"mdi-format-overline",tags:[]},{name:"mdi-format-page-break",tags:[]},{name:"mdi-format-paint",tags:[]},{name:"mdi-format-paragraph",tags:[]},{name:"mdi-format-pilcrow",tags:[]},{name:"mdi-format-quote-close",tags:[]},{name:"mdi-format-quote-close-outline",tags:[]},{name:"mdi-format-quote-open",tags:[]},{name:"mdi-format-quote-open-outline",tags:[]},{name:"mdi-format-rotate-90",tags:[]},{name:"mdi-format-section",tags:[]},{name:"mdi-format-size",tags:[]},{name:"mdi-format-strikethrough",tags:[]},{name:"mdi-format-strikethrough-variant",tags:[]},{name:"mdi-format-subscript",tags:[]},{name:"mdi-format-superscript",tags:[]},{name:"mdi-format-text",tags:[]},{name:"mdi-format-text-rotation-angle-down",tags:[]},{name:"mdi-format-text-rotation-angle-up",tags:[]},{name:"mdi-format-text-rotation-down",tags:[]},{name:"mdi-format-text-rotation-down-vertical",tags:[]},{name:"mdi-format-text-rotation-none",tags:[]},{name:"mdi-format-text-rotation-up",tags:[]},{name:"mdi-format-text-rotation-vertical",tags:[]},{name:"mdi-format-text-variant",tags:[]},{name:"mdi-format-text-variant-outline",tags:[]},{name:"mdi-format-text-wrapping-clip",tags:[]},{name:"mdi-format-text-wrapping-overflow",tags:[]},{name:"mdi-format-text-wrapping-wrap",tags:[]},{name:"mdi-format-textbox",tags:[]},{name:"mdi-format-textdirection-l-to-r",tags:[]},{name:"mdi-format-textdirection-r-to-l",tags:[]},{name:"mdi-format-title",tags:[]},{name:"mdi-format-underline",tags:[]},{name:"mdi-format-vertical-align-bottom",tags:[]},{name:"mdi-format-vertical-align-center",tags:[]},{name:"mdi-format-vertical-align-top",tags:[]},{name:"mdi-format-wrap-inline",tags:[]},{name:"mdi-format-wrap-square",tags:[]},{name:"mdi-format-wrap-tight",tags:[]},{name:"mdi-format-wrap-top-bottom",tags:[]},{name:"mdi-forum",tags:[]},{name:"mdi-forum-outline",tags:[]},{name:"mdi-forward",tags:[]},{name:"mdi-forwardburger",tags:[]},{name:"mdi-fountain",tags:[]},{name:"mdi-fountain-pen",tags:[]},{name:"mdi-fountain-pen-tip",tags:[]},{name:"mdi-freebsd",tags:[]},{name:"mdi-frequently-asked-questions",tags:[]},{name:"mdi-fridge",tags:[]},{name:"mdi-fridge-alert",tags:[]},{name:"mdi-fridge-alert-outline",tags:[]},{name:"mdi-fridge-bottom",tags:[]},{name:"mdi-fridge-industrial",tags:[]},{name:"mdi-fridge-industrial-alert",tags:[]},{name:"mdi-fridge-industrial-alert-outline",tags:[]},{name:"mdi-fridge-industrial-off",tags:[]},{name:"mdi-fridge-industrial-off-outline",tags:[]},{name:"mdi-fridge-industrial-outline",tags:[]},{name:"mdi-fridge-off",tags:[]},{name:"mdi-fridge-off-outline",tags:[]},{name:"mdi-fridge-outline",tags:[]},{name:"mdi-fridge-top",tags:[]},{name:"mdi-fridge-variant",tags:[]},{name:"mdi-fridge-variant-alert",tags:[]},{name:"mdi-fridge-variant-alert-outline",tags:[]},{name:"mdi-fridge-variant-off",tags:[]},{name:"mdi-fridge-variant-off-outline",tags:[]},{name:"mdi-fridge-variant-outline",tags:[]},{name:"mdi-fruit-cherries",tags:[]},{name:"mdi-fruit-cherries-off",tags:[]},{name:"mdi-fruit-citrus",tags:[]},{name:"mdi-fruit-citrus-off",tags:[]},{name:"mdi-fruit-grapes",tags:[]},{name:"mdi-fruit-grapes-outline",tags:[]},{name:"mdi-fruit-pineapple",tags:[]},{name:"mdi-fruit-watermelon",tags:[]},{name:"mdi-fuel",tags:[]},{name:"mdi-fullscreen",tags:[]},{name:"mdi-fullscreen-exit",tags:[]},{name:"mdi-function",tags:[]},{name:"mdi-function-variant",tags:[]},{name:"mdi-furigana-horizontal",tags:[]},{name:"mdi-furigana-vertical",tags:[]},{name:"mdi-fuse",tags:[]},{name:"mdi-fuse-alert",tags:[]},{name:"mdi-fuse-blade",tags:[]},{name:"mdi-fuse-off",tags:[]},{name:"mdi-gamepad",tags:[]},{name:"mdi-gamepad-circle",tags:[]},{name:"mdi-gamepad-circle-down",tags:[]},{name:"mdi-gamepad-circle-left",tags:[]},{name:"mdi-gamepad-circle-outline",tags:[]},{name:"mdi-gamepad-circle-right",tags:[]},{name:"mdi-gamepad-circle-up",tags:[]},{name:"mdi-gamepad-down",tags:[]},{name:"mdi-gamepad-left",tags:[]},{name:"mdi-gamepad-right",tags:[]},{name:"mdi-gamepad-round",tags:[]},{name:"mdi-gamepad-round-down",tags:[]},{name:"mdi-gamepad-round-left",tags:[]},{name:"mdi-gamepad-round-outline",tags:[]},{name:"mdi-gamepad-round-right",tags:[]},{name:"mdi-gamepad-round-up",tags:[]},{name:"mdi-gamepad-square",tags:[]},{name:"mdi-gamepad-square-outline",tags:[]},{name:"mdi-gamepad-up",tags:[]},{name:"mdi-gamepad-variant",tags:[]},{name:"mdi-gamepad-variant-outline",tags:[]},{name:"mdi-gamma",tags:[]},{name:"mdi-gantry-crane",tags:[]},{name:"mdi-garage",tags:[]},{name:"mdi-garage-alert",tags:[]},{name:"mdi-garage-alert-variant",tags:[]},{name:"mdi-garage-open",tags:[]},{name:"mdi-garage-open-variant",tags:[]},{name:"mdi-garage-variant",tags:[]},{name:"mdi-gas-cylinder",tags:[]},{name:"mdi-gas-station",tags:[]},{name:"mdi-gas-station-off",tags:[]},{name:"mdi-gas-station-off-outline",tags:[]},{name:"mdi-gas-station-outline",tags:[]},{name:"mdi-gate",tags:[]},{name:"mdi-gate-and",tags:[]},{name:"mdi-gate-arrow-right",tags:[]},{name:"mdi-gate-nand",tags:[]},{name:"mdi-gate-nor",tags:[]},{name:"mdi-gate-not",tags:[]},{name:"mdi-gate-open",tags:[]},{name:"mdi-gate-or",tags:[]},{name:"mdi-gate-xnor",tags:[]},{name:"mdi-gate-xor",tags:[]},{name:"mdi-gatsby",tags:[]},{name:"mdi-gauge",tags:[]},{name:"mdi-gauge-empty",tags:[]},{name:"mdi-gauge-full",tags:[]},{name:"mdi-gauge-low",tags:[]},{name:"mdi-gavel",tags:[]},{name:"mdi-gender-female",tags:[]},{name:"mdi-gender-male",tags:[]},{name:"mdi-gender-male-female",tags:[]},{name:"mdi-gender-male-female-variant",tags:[]},{name:"mdi-gender-non-binary",tags:[]},{name:"mdi-gender-transgender",tags:[]},{name:"mdi-gentoo",tags:[]},{name:"mdi-gesture",tags:[]},{name:"mdi-gesture-double-tap",tags:[]},{name:"mdi-gesture-pinch",tags:[]},{name:"mdi-gesture-spread",tags:[]},{name:"mdi-gesture-swipe",tags:[]},{name:"mdi-gesture-swipe-down",tags:[]},{name:"mdi-gesture-swipe-horizontal",tags:[]},{name:"mdi-gesture-swipe-left",tags:[]},{name:"mdi-gesture-swipe-right",tags:[]},{name:"mdi-gesture-swipe-up",tags:[]},{name:"mdi-gesture-swipe-vertical",tags:[]},{name:"mdi-gesture-tap",tags:[]},{name:"mdi-gesture-tap-box",tags:[]},{name:"mdi-gesture-tap-button",tags:[]},{name:"mdi-gesture-tap-hold",tags:[]},{name:"mdi-gesture-two-double-tap",tags:[]},{name:"mdi-gesture-two-tap",tags:[]},{name:"mdi-ghost",tags:[]},{name:"mdi-ghost-off",tags:[]},{name:"mdi-ghost-off-outline",tags:[]},{name:"mdi-ghost-outline",tags:[]},{name:"mdi-gif",tags:[]},{name:"mdi-gift",tags:[]},{name:"mdi-gift-off",tags:[]},{name:"mdi-gift-off-outline",tags:[]},{name:"mdi-gift-open",tags:[]},{name:"mdi-gift-open-outline",tags:[]},{name:"mdi-gift-outline",tags:[]},{name:"mdi-git",tags:[]},{name:"mdi-github",tags:[]},{name:"mdi-gitlab",tags:[]},{name:"mdi-glass-cocktail",tags:[]},{name:"mdi-glass-cocktail-off",tags:[]},{name:"mdi-glass-flute",tags:[]},{name:"mdi-glass-mug",tags:[]},{name:"mdi-glass-mug-off",tags:[]},{name:"mdi-glass-mug-variant",tags:[]},{name:"mdi-glass-mug-variant-off",tags:[]},{name:"mdi-glass-pint-outline",tags:[]},{name:"mdi-glass-stange",tags:[]},{name:"mdi-glass-tulip",tags:[]},{name:"mdi-glass-wine",tags:[]},{name:"mdi-glasses",tags:[]},{name:"mdi-globe-light",tags:[]},{name:"mdi-globe-model",tags:[]},{name:"mdi-gmail",tags:[]},{name:"mdi-gnome",tags:[]},{name:"mdi-go-kart",tags:[]},{name:"mdi-go-kart-track",tags:[]},{name:"mdi-gog",tags:[]},{name:"mdi-gold",tags:[]},{name:"mdi-golf",tags:[]},{name:"mdi-golf-cart",tags:[]},{name:"mdi-golf-tee",tags:[]},{name:"mdi-gondola",tags:[]},{name:"mdi-goodreads",tags:[]},{name:"mdi-google",tags:[]},{name:"mdi-google-ads",tags:[]},{name:"mdi-google-analytics",tags:[]},{name:"mdi-google-assistant",tags:[]},{name:"mdi-google-cardboard",tags:[]},{name:"mdi-google-chrome",tags:[]},{name:"mdi-google-circles",tags:[]},{name:"mdi-google-circles-communities",tags:[]},{name:"mdi-google-circles-extended",tags:[]},{name:"mdi-google-circles-group",tags:[]},{name:"mdi-google-classroom",tags:[]},{name:"mdi-google-cloud",tags:[]},{name:"mdi-google-controller",tags:[]},{name:"mdi-google-controller-off",tags:[]},{name:"mdi-google-downasaur",tags:[]},{name:"mdi-google-drive",tags:[]},{name:"mdi-google-earth",tags:[]},{name:"mdi-google-fit",tags:[]},{name:"mdi-google-glass",tags:[]},{name:"mdi-google-hangouts",tags:[]},{name:"mdi-google-home",tags:[]},{name:"mdi-google-keep",tags:[]},{name:"mdi-google-lens",tags:[]},{name:"mdi-google-maps",tags:[]},{name:"mdi-google-my-business",tags:[]},{name:"mdi-google-nearby",tags:[]},{name:"mdi-google-photos",tags:[]},{name:"mdi-google-play",tags:[]},{name:"mdi-google-plus",tags:[]},{name:"mdi-google-podcast",tags:[]},{name:"mdi-google-spreadsheet",tags:[]},{name:"mdi-google-street-view",tags:[]},{name:"mdi-google-translate",tags:[]},{name:"mdi-gradient",tags:[]},{name:"mdi-grain",tags:[]},{name:"mdi-graph",tags:[]},{name:"mdi-graph-outline",tags:[]},{name:"mdi-graphql",tags:[]},{name:"mdi-grass",tags:[]},{name:"mdi-grave-stone",tags:[]},{name:"mdi-grease-pencil",tags:[]},{name:"mdi-greater-than",tags:[]},{name:"mdi-greater-than-or-equal",tags:[]},{name:"mdi-grid",tags:[]},{name:"mdi-grid-large",tags:[]},{name:"mdi-grid-off",tags:[]},{name:"mdi-grill",tags:[]},{name:"mdi-grill-outline",tags:[]},{name:"mdi-group",tags:[]},{name:"mdi-guitar-acoustic",tags:[]},{name:"mdi-guitar-electric",tags:[]},{name:"mdi-guitar-pick",tags:[]},{name:"mdi-guitar-pick-outline",tags:[]},{name:"mdi-guy-fawkes-mask",tags:[]},{name:"mdi-hail",tags:[]},{name:"mdi-hair-dryer",tags:[]},{name:"mdi-hair-dryer-outline",tags:[]},{name:"mdi-halloween",tags:[]},{name:"mdi-hamburger",tags:[]},{name:"mdi-hammer",tags:[]},{name:"mdi-hammer-screwdriver",tags:[]},{name:"mdi-hammer-wrench",tags:[]},{name:"mdi-hand",tags:[]},{name:"mdi-hand-heart",tags:[]},{name:"mdi-hand-heart-outline",tags:[]},{name:"mdi-hand-left",tags:[]},{name:"mdi-hand-okay",tags:[]},{name:"mdi-hand-peace",tags:[]},{name:"mdi-hand-peace-variant",tags:[]},{name:"mdi-hand-pointing-down",tags:[]},{name:"mdi-hand-pointing-left",tags:[]},{name:"mdi-hand-pointing-right",tags:[]},{name:"mdi-hand-pointing-up",tags:[]},{name:"mdi-hand-right",tags:[]},{name:"mdi-hand-saw",tags:[]},{name:"mdi-hand-wash",tags:[]},{name:"mdi-hand-wash-outline",tags:[]},{name:"mdi-hand-water",tags:[]},{name:"mdi-handball",tags:[]},{name:"mdi-handcuffs",tags:[]},{name:"mdi-handshake",tags:[]},{name:"mdi-handshake-outline",tags:[]},{name:"mdi-hanger",tags:[]},{name:"mdi-hard-hat",tags:[]},{name:"mdi-harddisk",tags:[]},{name:"mdi-harddisk-plus",tags:[]},{name:"mdi-harddisk-remove",tags:[]},{name:"mdi-hat-fedora",tags:[]},{name:"mdi-hazard-lights",tags:[]},{name:"mdi-hdr",tags:[]},{name:"mdi-hdr-off",tags:[]},{name:"mdi-head",tags:[]},{name:"mdi-head-alert",tags:[]},{name:"mdi-head-alert-outline",tags:[]},{name:"mdi-head-check",tags:[]},{name:"mdi-head-check-outline",tags:[]},{name:"mdi-head-cog",tags:[]},{name:"mdi-head-cog-outline",tags:[]},{name:"mdi-head-dots-horizontal",tags:[]},{name:"mdi-head-dots-horizontal-outline",tags:[]},{name:"mdi-head-flash",tags:[]},{name:"mdi-head-flash-outline",tags:[]},{name:"mdi-head-heart",tags:[]},{name:"mdi-head-heart-outline",tags:[]},{name:"mdi-head-lightbulb",tags:[]},{name:"mdi-head-lightbulb-outline",tags:[]},{name:"mdi-head-minus",tags:[]},{name:"mdi-head-minus-outline",tags:[]},{name:"mdi-head-outline",tags:[]},{name:"mdi-head-plus",tags:[]},{name:"mdi-head-plus-outline",tags:[]},{name:"mdi-head-question",tags:[]},{name:"mdi-head-question-outline",tags:[]},{name:"mdi-head-remove",tags:[]},{name:"mdi-head-remove-outline",tags:[]},{name:"mdi-head-snowflake",tags:[]},{name:"mdi-head-snowflake-outline",tags:[]},{name:"mdi-head-sync",tags:[]},{name:"mdi-head-sync-outline",tags:[]},{name:"mdi-headphones",tags:[]},{name:"mdi-headphones-bluetooth",tags:[]},{name:"mdi-headphones-box",tags:[]},{name:"mdi-headphones-off",tags:[]},{name:"mdi-headphones-settings",tags:[]},{name:"mdi-headset",tags:[]},{name:"mdi-headset-dock",tags:[]},{name:"mdi-headset-off",tags:[]},{name:"mdi-heart",tags:[]},{name:"mdi-heart-box",tags:[]},{name:"mdi-heart-box-outline",tags:[]},{name:"mdi-heart-broken",tags:[]},{name:"mdi-heart-broken-outline",tags:[]},{name:"mdi-heart-circle",tags:[]},{name:"mdi-heart-circle-outline",tags:[]},{name:"mdi-heart-cog",tags:[]},{name:"mdi-heart-cog-outline",tags:[]},{name:"mdi-heart-flash",tags:[]},{name:"mdi-heart-half",tags:[]},{name:"mdi-heart-half-full",tags:[]},{name:"mdi-heart-half-outline",tags:[]},{name:"mdi-heart-minus",tags:[]},{name:"mdi-heart-minus-outline",tags:[]},{name:"mdi-heart-multiple",tags:[]},{name:"mdi-heart-multiple-outline",tags:[]},{name:"mdi-heart-off",tags:[]},{name:"mdi-heart-off-outline",tags:[]},{name:"mdi-heart-outline",tags:[]},{name:"mdi-heart-plus",tags:[]},{name:"mdi-heart-plus-outline",tags:[]},{name:"mdi-heart-pulse",tags:[]},{name:"mdi-heart-remove",tags:[]},{name:"mdi-heart-remove-outline",tags:[]},{name:"mdi-heart-settings",tags:[]},{name:"mdi-heart-settings-outline",tags:[]},{name:"mdi-helicopter",tags:[]},{name:"mdi-help",tags:[]},{name:"mdi-help-box",tags:[]},{name:"mdi-help-circle",tags:[]},{name:"mdi-help-circle-outline",tags:[]},{name:"mdi-help-network",tags:[]},{name:"mdi-help-network-outline",tags:[]},{name:"mdi-help-rhombus",tags:[]},{name:"mdi-help-rhombus-outline",tags:[]},{name:"mdi-hexadecimal",tags:[]},{name:"mdi-hexagon",tags:[]},{name:"mdi-hexagon-multiple",tags:[]},{name:"mdi-hexagon-multiple-outline",tags:[]},{name:"mdi-hexagon-outline",tags:[]},{name:"mdi-hexagon-slice-1",tags:[]},{name:"mdi-hexagon-slice-2",tags:[]},{name:"mdi-hexagon-slice-3",tags:[]},{name:"mdi-hexagon-slice-4",tags:[]},{name:"mdi-hexagon-slice-5",tags:[]},{name:"mdi-hexagon-slice-6",tags:[]},{name:"mdi-hexagram",tags:[]},{name:"mdi-hexagram-outline",tags:[]},{name:"mdi-high-definition",tags:[]},{name:"mdi-high-definition-box",tags:[]},{name:"mdi-highway",tags:[]},{name:"mdi-hiking",tags:[]},{name:"mdi-hinduism",tags:[]},{name:"mdi-history",tags:[]},{name:"mdi-hockey-puck",tags:[]},{name:"mdi-hockey-sticks",tags:[]},{name:"mdi-hololens",tags:[]},{name:"mdi-home",tags:[]},{name:"mdi-home-account",tags:[]},{name:"mdi-home-alert",tags:[]},{name:"mdi-home-alert-outline",tags:[]},{name:"mdi-home-analytics",tags:[]},{name:"mdi-home-assistant",tags:[]},{name:"mdi-home-automation",tags:[]},{name:"mdi-home-circle",tags:[]},{name:"mdi-home-circle-outline",tags:[]},{name:"mdi-home-city",tags:[]},{name:"mdi-home-city-outline",tags:[]},{name:"mdi-home-currency-usd",tags:[]},{name:"mdi-home-edit",tags:[]},{name:"mdi-home-edit-outline",tags:[]},{name:"mdi-home-export-outline",tags:[]},{name:"mdi-home-flood",tags:[]},{name:"mdi-home-floor-0",tags:[]},{name:"mdi-home-floor-1",tags:[]},{name:"mdi-home-floor-2",tags:[]},{name:"mdi-home-floor-3",tags:[]},{name:"mdi-home-floor-a",tags:[]},{name:"mdi-home-floor-b",tags:[]},{name:"mdi-home-floor-g",tags:[]},{name:"mdi-home-floor-l",tags:[]},{name:"mdi-home-floor-negative-1",tags:[]},{name:"mdi-home-group",tags:[]},{name:"mdi-home-heart",tags:[]},{name:"mdi-home-import-outline",tags:[]},{name:"mdi-home-lightbulb",tags:[]},{name:"mdi-home-lightbulb-outline",tags:[]},{name:"mdi-home-lock",tags:[]},{name:"mdi-home-lock-open",tags:[]},{name:"mdi-home-map-marker",tags:[]},{name:"mdi-home-minus",tags:[]},{name:"mdi-home-minus-outline",tags:[]},{name:"mdi-home-modern",tags:[]},{name:"mdi-home-outline",tags:[]},{name:"mdi-home-plus",tags:[]},{name:"mdi-home-plus-outline",tags:[]},{name:"mdi-home-remove",tags:[]},{name:"mdi-home-remove-outline",tags:[]},{name:"mdi-home-roof",tags:[]},{name:"mdi-home-search",tags:[]},{name:"mdi-home-search-outline",tags:[]},{name:"mdi-home-thermometer",tags:[]},{name:"mdi-home-thermometer-outline",tags:[]},{name:"mdi-home-variant",tags:[]},{name:"mdi-home-variant-outline",tags:[]},{name:"mdi-hook",tags:[]},{name:"mdi-hook-off",tags:[]},{name:"mdi-hops",tags:[]},{name:"mdi-horizontal-rotate-clockwise",tags:[]},{name:"mdi-horizontal-rotate-counterclockwise",tags:[]},{name:"mdi-horse",tags:[]},{name:"mdi-horse-human",tags:[]},{name:"mdi-horse-variant",tags:[]},{name:"mdi-horseshoe",tags:[]},{name:"mdi-hospital",tags:[]},{name:"mdi-hospital-box",tags:[]},{name:"mdi-hospital-box-outline",tags:[]},{name:"mdi-hospital-building",tags:[]},{name:"mdi-hospital-marker",tags:[]},{name:"mdi-hot-tub",tags:[]},{name:"mdi-hours-24",tags:[]},{name:"mdi-hubspot",tags:[]},{name:"mdi-hulu",tags:[]},{name:"mdi-human",tags:[]},{name:"mdi-human-baby-changing-table",tags:[]},{name:"mdi-human-cane",tags:[]},{name:"mdi-human-capacity-decrease",tags:[]},{name:"mdi-human-capacity-increase",tags:[]},{name:"mdi-human-child",tags:[]},{name:"mdi-human-edit",tags:[]},{name:"mdi-human-female",tags:[]},{name:"mdi-human-female-boy",tags:[]},{name:"mdi-human-female-dance",tags:[]},{name:"mdi-human-female-female",tags:[]},{name:"mdi-human-female-girl",tags:[]},{name:"mdi-human-greeting",tags:[]},{name:"mdi-human-greeting-proximity",tags:[]},{name:"mdi-human-handsdown",tags:[]},{name:"mdi-human-handsup",tags:[]},{name:"mdi-human-male",tags:[]},{name:"mdi-human-male-boy",tags:[]},{name:"mdi-human-male-child",tags:[]},{name:"mdi-human-male-female",tags:[]},{name:"mdi-human-male-girl",tags:[]},{name:"mdi-human-male-height",tags:[]},{name:"mdi-human-male-height-variant",tags:[]},{name:"mdi-human-male-male",tags:[]},{name:"mdi-human-pregnant",tags:[]},{name:"mdi-human-queue",tags:[]},{name:"mdi-human-scooter",tags:[]},{name:"mdi-human-wheelchair",tags:[]},{name:"mdi-humble-bundle",tags:[]},{name:"mdi-hvac",tags:[]},{name:"mdi-hvac-off",tags:[]},{name:"mdi-hydraulic-oil-level",tags:[]},{name:"mdi-hydraulic-oil-temperature",tags:[]},{name:"mdi-hydro-power",tags:[]},{name:"mdi-ice-cream",tags:[]},{name:"mdi-ice-cream-off",tags:[]},{name:"mdi-ice-pop",tags:[]},{name:"mdi-id-card",tags:[]},{name:"mdi-identifier",tags:[]},{name:"mdi-ideogram-cjk",tags:[]},{name:"mdi-ideogram-cjk-variant",tags:[]},{name:"mdi-iframe",tags:[]},{name:"mdi-iframe-array",tags:[]},{name:"mdi-iframe-array-outline",tags:[]},{name:"mdi-iframe-braces",tags:[]},{name:"mdi-iframe-braces-outline",tags:[]},{name:"mdi-iframe-outline",tags:[]},{name:"mdi-iframe-parentheses",tags:[]},{name:"mdi-iframe-parentheses-outline",tags:[]},{name:"mdi-iframe-variable",tags:[]},{name:"mdi-iframe-variable-outline",tags:[]},{name:"mdi-image",tags:[]},{name:"mdi-image-album",tags:[]},{name:"mdi-image-area",tags:[]},{name:"mdi-image-area-close",tags:[]},{name:"mdi-image-auto-adjust",tags:[]},{name:"mdi-image-broken",tags:[]},{name:"mdi-image-broken-variant",tags:[]},{name:"mdi-image-edit",tags:[]},{name:"mdi-image-edit-outline",tags:[]},{name:"mdi-image-filter-black-white",tags:[]},{name:"mdi-image-filter-center-focus",tags:[]},{name:"mdi-image-filter-center-focus-strong",tags:[]},{name:"mdi-image-filter-center-focus-strong-outline",tags:[]},{name:"mdi-image-filter-center-focus-weak",tags:[]},{name:"mdi-image-filter-drama",tags:[]},{name:"mdi-image-filter-frames",tags:[]},{name:"mdi-image-filter-hdr",tags:[]},{name:"mdi-image-filter-none",tags:[]},{name:"mdi-image-filter-tilt-shift",tags:[]},{name:"mdi-image-filter-vintage",tags:[]},{name:"mdi-image-frame",tags:[]},{name:"mdi-image-minus",tags:[]},{name:"mdi-image-move",tags:[]},{name:"mdi-image-multiple",tags:[]},{name:"mdi-image-multiple-outline",tags:[]},{name:"mdi-image-off",tags:[]},{name:"mdi-image-off-outline",tags:[]},{name:"mdi-image-outline",tags:[]},{name:"mdi-image-plus",tags:[]},{name:"mdi-image-remove",tags:[]},{name:"mdi-image-search",tags:[]},{name:"mdi-image-search-outline",tags:[]},{name:"mdi-image-size-select-actual",tags:[]},{name:"mdi-image-size-select-large",tags:[]},{name:"mdi-image-size-select-small",tags:[]},{name:"mdi-image-text",tags:[]},{name:"mdi-import",tags:[]},{name:"mdi-inbox",tags:[]},{name:"mdi-inbox-arrow-down",tags:[]},{name:"mdi-inbox-arrow-down-outline",tags:[]},{name:"mdi-inbox-arrow-up",tags:[]},{name:"mdi-inbox-arrow-up-outline",tags:[]},{name:"mdi-inbox-full",tags:[]},{name:"mdi-inbox-full-outline",tags:[]},{name:"mdi-inbox-multiple",tags:[]},{name:"mdi-inbox-multiple-outline",tags:[]},{name:"mdi-inbox-outline",tags:[]},{name:"mdi-inbox-remove",tags:[]},{name:"mdi-inbox-remove-outline",tags:[]},{name:"mdi-incognito",tags:[]},{name:"mdi-incognito-circle",tags:[]},{name:"mdi-incognito-circle-off",tags:[]},{name:"mdi-incognito-off",tags:[]},{name:"mdi-infinity",tags:[]},{name:"mdi-information",tags:[]},{name:"mdi-information-outline",tags:[]},{name:"mdi-information-variant",tags:[]},{name:"mdi-instagram",tags:[]},{name:"mdi-instrument-triangle",tags:[]},{name:"mdi-invert-colors",tags:[]},{name:"mdi-invert-colors-off",tags:[]},{name:"mdi-iobroker",tags:[]},{name:"mdi-ip",tags:[]},{name:"mdi-ip-network",tags:[]},{name:"mdi-ip-network-outline",tags:[]},{name:"mdi-ipod",tags:[]},{name:"mdi-islam",tags:[]},{name:"mdi-island",tags:[]},{name:"mdi-iv-bag",tags:[]},{name:"mdi-jabber",tags:[]},{name:"mdi-jeepney",tags:[]},{name:"mdi-jellyfish",tags:[]},{name:"mdi-jellyfish-outline",tags:[]},{name:"mdi-jira",tags:[]},{name:"mdi-jquery",tags:[]},{name:"mdi-jsfiddle",tags:[]},{name:"mdi-judaism",tags:[]},{name:"mdi-jump-rope",tags:[]},{name:"mdi-kabaddi",tags:[]},{name:"mdi-kangaroo",tags:[]},{name:"mdi-karate",tags:[]},{name:"mdi-keg",tags:[]},{name:"mdi-kettle",tags:[]},{name:"mdi-kettle-alert",tags:[]},{name:"mdi-kettle-alert-outline",tags:[]},{name:"mdi-kettle-off",tags:[]},{name:"mdi-kettle-off-outline",tags:[]},{name:"mdi-kettle-outline",tags:[]},{name:"mdi-kettle-pour-over",tags:[]},{name:"mdi-kettle-steam",tags:[]},{name:"mdi-kettle-steam-outline",tags:[]},{name:"mdi-kettlebell",tags:[]},{name:"mdi-key",tags:[]},{name:"mdi-key-arrow-right",tags:[]},{name:"mdi-key-chain",tags:[]},{name:"mdi-key-chain-variant",tags:[]},{name:"mdi-key-change",tags:[]},{name:"mdi-key-link",tags:[]},{name:"mdi-key-minus",tags:[]},{name:"mdi-key-outline",tags:[]},{name:"mdi-key-plus",tags:[]},{name:"mdi-key-remove",tags:[]},{name:"mdi-key-star",tags:[]},{name:"mdi-key-variant",tags:[]},{name:"mdi-key-wireless",tags:[]},{name:"mdi-keyboard",tags:[]},{name:"mdi-keyboard-backspace",tags:[]},{name:"mdi-keyboard-caps",tags:[]},{name:"mdi-keyboard-close",tags:[]},{name:"mdi-keyboard-esc",tags:[]},{name:"mdi-keyboard-f1",tags:[]},{name:"mdi-keyboard-f10",tags:[]},{name:"mdi-keyboard-f11",tags:[]},{name:"mdi-keyboard-f12",tags:[]},{name:"mdi-keyboard-f2",tags:[]},{name:"mdi-keyboard-f3",tags:[]},{name:"mdi-keyboard-f4",tags:[]},{name:"mdi-keyboard-f5",tags:[]},{name:"mdi-keyboard-f6",tags:[]},{name:"mdi-keyboard-f7",tags:[]},{name:"mdi-keyboard-f8",tags:[]},{name:"mdi-keyboard-f9",tags:[]},{name:"mdi-keyboard-off",tags:[]},{name:"mdi-keyboard-off-outline",tags:[]},{name:"mdi-keyboard-outline",tags:[]},{name:"mdi-keyboard-return",tags:[]},{name:"mdi-keyboard-settings",tags:[]},{name:"mdi-keyboard-settings-outline",tags:[]},{name:"mdi-keyboard-space",tags:[]},{name:"mdi-keyboard-tab",tags:[]},{name:"mdi-keyboard-variant",tags:[]},{name:"mdi-khanda",tags:[]},{name:"mdi-kickstarter",tags:[]},{name:"mdi-klingon",tags:[]},{name:"mdi-knife",tags:[]},{name:"mdi-knife-military",tags:[]},{name:"mdi-koala",tags:[]},{name:"mdi-kodi",tags:[]},{name:"mdi-kubernetes",tags:[]},{name:"mdi-label",tags:[]},{name:"mdi-label-multiple",tags:[]},{name:"mdi-label-multiple-outline",tags:[]},{name:"mdi-label-off",tags:[]},{name:"mdi-label-off-outline",tags:[]},{name:"mdi-label-outline",tags:[]},{name:"mdi-label-percent",tags:[]},{name:"mdi-label-percent-outline",tags:[]},{name:"mdi-label-variant",tags:[]},{name:"mdi-label-variant-outline",tags:[]},{name:"mdi-ladder",tags:[]},{name:"mdi-ladybug",tags:[]},{name:"mdi-lambda",tags:[]},{name:"mdi-lamp",tags:[]},{name:"mdi-lamps",tags:[]},{name:"mdi-lan",tags:[]},{name:"mdi-lan-check",tags:[]},{name:"mdi-lan-connect",tags:[]},{name:"mdi-lan-disconnect",tags:[]},{name:"mdi-lan-pending",tags:[]},{name:"mdi-language-c",tags:[]},{name:"mdi-language-cpp",tags:[]},{name:"mdi-language-csharp",tags:[]},{name:"mdi-language-css3",tags:[]},{name:"mdi-language-fortran",tags:[]},{name:"mdi-language-go",tags:[]},{name:"mdi-language-haskell",tags:[]},{name:"mdi-language-html5",tags:[]},{name:"mdi-language-java",tags:[]},{name:"mdi-language-javascript",tags:[]},{name:"mdi-language-kotlin",tags:[]},{name:"mdi-language-lua",tags:[]},{name:"mdi-language-markdown",tags:[]},{name:"mdi-language-markdown-outline",tags:[]},{name:"mdi-language-php",tags:[]},{name:"mdi-language-python",tags:[]},{name:"mdi-language-r",tags:[]},{name:"mdi-language-ruby",tags:[]},{name:"mdi-language-ruby-on-rails",tags:[]},{name:"mdi-language-rust",tags:[]},{name:"mdi-language-swift",tags:[]},{name:"mdi-language-typescript",tags:[]},{name:"mdi-language-xaml",tags:[]},{name:"mdi-laptop",tags:[]},{name:"mdi-laptop-chromebook",tags:[]},{name:"mdi-laptop-mac",tags:[]},{name:"mdi-laptop-off",tags:[]},{name:"mdi-laptop-windows",tags:[]},{name:"mdi-laravel",tags:[]},{name:"mdi-laser-pointer",tags:[]},{name:"mdi-lasso",tags:[]},{name:"mdi-lastpass",tags:[]},{name:"mdi-latitude",tags:[]},{name:"mdi-launch",tags:[]},{name:"mdi-lava-lamp",tags:[]},{name:"mdi-layers",tags:[]},{name:"mdi-layers-minus",tags:[]},{name:"mdi-layers-off",tags:[]},{name:"mdi-layers-off-outline",tags:[]},{name:"mdi-layers-outline",tags:[]},{name:"mdi-layers-plus",tags:[]},{name:"mdi-layers-remove",tags:[]},{name:"mdi-layers-search",tags:[]},{name:"mdi-layers-search-outline",tags:[]},{name:"mdi-layers-triple",tags:[]},{name:"mdi-layers-triple-outline",tags:[]},{name:"mdi-lead-pencil",tags:[]},{name:"mdi-leaf",tags:[]},{name:"mdi-leaf-maple",tags:[]},{name:"mdi-leaf-maple-off",tags:[]},{name:"mdi-leaf-off",tags:[]},{name:"mdi-leak",tags:[]},{name:"mdi-leak-off",tags:[]},{name:"mdi-led-off",tags:[]},{name:"mdi-led-on",tags:[]},{name:"mdi-led-outline",tags:[]},{name:"mdi-led-strip",tags:[]},{name:"mdi-led-strip-variant",tags:[]},{name:"mdi-led-variant-off",tags:[]},{name:"mdi-led-variant-on",tags:[]},{name:"mdi-led-variant-outline",tags:[]},{name:"mdi-leek",tags:[]},{name:"mdi-less-than",tags:[]},{name:"mdi-less-than-or-equal",tags:[]},{name:"mdi-library",tags:[]},{name:"mdi-library-shelves",tags:[]},{name:"mdi-license",tags:[]},{name:"mdi-lifebuoy",tags:[]},{name:"mdi-light-switch",tags:[]},{name:"mdi-lightbulb",tags:[]},{name:"mdi-lightbulb-cfl",tags:[]},{name:"mdi-lightbulb-cfl-off",tags:[]},{name:"mdi-lightbulb-cfl-spiral",tags:[]},{name:"mdi-lightbulb-cfl-spiral-off",tags:[]},{name:"mdi-lightbulb-group",tags:[]},{name:"mdi-lightbulb-group-off",tags:[]},{name:"mdi-lightbulb-group-off-outline",tags:[]},{name:"mdi-lightbulb-group-outline",tags:[]},{name:"mdi-lightbulb-multiple",tags:[]},{name:"mdi-lightbulb-multiple-off",tags:[]},{name:"mdi-lightbulb-multiple-off-outline",tags:[]},{name:"mdi-lightbulb-multiple-outline",tags:[]},{name:"mdi-lightbulb-off",tags:[]},{name:"mdi-lightbulb-off-outline",tags:[]},{name:"mdi-lightbulb-on",tags:[]},{name:"mdi-lightbulb-on-outline",tags:[]},{name:"mdi-lightbulb-outline",tags:[]},{name:"mdi-lighthouse",tags:[]},{name:"mdi-lighthouse-on",tags:[]},{name:"mdi-lightning-bolt",tags:[]},{name:"mdi-lightning-bolt-outline",tags:[]},{name:"mdi-lingerie",tags:[]},{name:"mdi-link",tags:[]},{name:"mdi-link-box",tags:[]},{name:"mdi-link-box-outline",tags:[]},{name:"mdi-link-box-variant",tags:[]},{name:"mdi-link-box-variant-outline",tags:[]},{name:"mdi-link-lock",tags:[]},{name:"mdi-link-off",tags:[]},{name:"mdi-link-plus",tags:[]},{name:"mdi-link-variant",tags:[]},{name:"mdi-link-variant-minus",tags:[]},{name:"mdi-link-variant-off",tags:[]},{name:"mdi-link-variant-plus",tags:[]},{name:"mdi-link-variant-remove",tags:[]},{name:"mdi-linkedin",tags:[]},{name:"mdi-linux",tags:[]},{name:"mdi-linux-mint",tags:[]},{name:"mdi-lipstick",tags:[]},{name:"mdi-list-status",tags:[]},{name:"mdi-litecoin",tags:[]},{name:"mdi-loading",tags:[]},{name:"mdi-location-enter",tags:[]},{name:"mdi-location-exit",tags:[]},{name:"mdi-lock",tags:[]},{name:"mdi-lock-alert",tags:[]},{name:"mdi-lock-alert-outline",tags:[]},{name:"mdi-lock-check",tags:[]},{name:"mdi-lock-check-outline",tags:[]},{name:"mdi-lock-clock",tags:[]},{name:"mdi-lock-minus",tags:[]},{name:"mdi-lock-minus-outline",tags:[]},{name:"mdi-lock-off",tags:[]},{name:"mdi-lock-off-outline",tags:[]},{name:"mdi-lock-open",tags:[]},{name:"mdi-lock-open-alert",tags:[]},{name:"mdi-lock-open-alert-outline",tags:[]},{name:"mdi-lock-open-check",tags:[]},{name:"mdi-lock-open-check-outline",tags:[]},{name:"mdi-lock-open-minus",tags:[]},{name:"mdi-lock-open-minus-outline",tags:[]},{name:"mdi-lock-open-outline",tags:[]},{name:"mdi-lock-open-plus",tags:[]},{name:"mdi-lock-open-plus-outline",tags:[]},{name:"mdi-lock-open-remove",tags:[]},{name:"mdi-lock-open-remove-outline",tags:[]},{name:"mdi-lock-open-variant",tags:[]},{name:"mdi-lock-open-variant-outline",tags:[]},{name:"mdi-lock-outline",tags:[]},{name:"mdi-lock-pattern",tags:[]},{name:"mdi-lock-plus",tags:[]},{name:"mdi-lock-plus-outline",tags:[]},{name:"mdi-lock-question",tags:[]},{name:"mdi-lock-remove",tags:[]},{name:"mdi-lock-remove-outline",tags:[]},{name:"mdi-lock-reset",tags:[]},{name:"mdi-lock-smart",tags:[]},{name:"mdi-locker",tags:[]},{name:"mdi-locker-multiple",tags:[]},{name:"mdi-login",tags:[]},{name:"mdi-login-variant",tags:[]},{name:"mdi-logout",tags:[]},{name:"mdi-logout-variant",tags:[]},{name:"mdi-longitude",tags:[]},{name:"mdi-looks",tags:[]},{name:"mdi-lotion",tags:[]},{name:"mdi-lotion-outline",tags:[]},{name:"mdi-lotion-plus",tags:[]},{name:"mdi-lotion-plus-outline",tags:[]},{name:"mdi-loupe",tags:[]},{name:"mdi-lumx",tags:[]},{name:"mdi-lungs",tags:[]},{name:"mdi-magnet",tags:[]},{name:"mdi-magnet-on",tags:[]},{name:"mdi-magnify",tags:[]},{name:"mdi-magnify-close",tags:[]},{name:"mdi-magnify-minus",tags:[]},{name:"mdi-magnify-minus-cursor",tags:[]},{name:"mdi-magnify-minus-outline",tags:[]},{name:"mdi-magnify-plus",tags:[]},{name:"mdi-magnify-plus-cursor",tags:[]},{name:"mdi-magnify-plus-outline",tags:[]},{name:"mdi-magnify-remove-cursor",tags:[]},{name:"mdi-magnify-remove-outline",tags:[]},{name:"mdi-magnify-scan",tags:[]},{name:"mdi-mail",tags:[]},{name:"mdi-mailbox",tags:[]},{name:"mdi-mailbox-open",tags:[]},{name:"mdi-mailbox-open-outline",tags:[]},{name:"mdi-mailbox-open-up",tags:[]},{name:"mdi-mailbox-open-up-outline",tags:[]},{name:"mdi-mailbox-outline",tags:[]},{name:"mdi-mailbox-up",tags:[]},{name:"mdi-mailbox-up-outline",tags:[]},{name:"mdi-manjaro",tags:[]},{name:"mdi-map",tags:[]},{name:"mdi-map-check",tags:[]},{name:"mdi-map-check-outline",tags:[]},{name:"mdi-map-clock",tags:[]},{name:"mdi-map-clock-outline",tags:[]},{name:"mdi-map-legend",tags:[]},{name:"mdi-map-marker",tags:[]},{name:"mdi-map-marker-alert",tags:[]},{name:"mdi-map-marker-alert-outline",tags:[]},{name:"mdi-map-marker-check",tags:[]},{name:"mdi-map-marker-check-outline",tags:[]},{name:"mdi-map-marker-circle",tags:[]},{name:"mdi-map-marker-distance",tags:[]},{name:"mdi-map-marker-down",tags:[]},{name:"mdi-map-marker-left",tags:[]},{name:"mdi-map-marker-left-outline",tags:[]},{name:"mdi-map-marker-minus",tags:[]},{name:"mdi-map-marker-minus-outline",tags:[]},{name:"mdi-map-marker-multiple",tags:[]},{name:"mdi-map-marker-multiple-outline",tags:[]},{name:"mdi-map-marker-off",tags:[]},{name:"mdi-map-marker-off-outline",tags:[]},{name:"mdi-map-marker-outline",tags:[]},{name:"mdi-map-marker-path",tags:[]},{name:"mdi-map-marker-plus",tags:[]},{name:"mdi-map-marker-plus-outline",tags:[]},{name:"mdi-map-marker-question",tags:[]},{name:"mdi-map-marker-question-outline",tags:[]},{name:"mdi-map-marker-radius",tags:[]},{name:"mdi-map-marker-radius-outline",tags:[]},{name:"mdi-map-marker-remove",tags:[]},{name:"mdi-map-marker-remove-outline",tags:[]},{name:"mdi-map-marker-remove-variant",tags:[]},{name:"mdi-map-marker-right",tags:[]},{name:"mdi-map-marker-right-outline",tags:[]},{name:"mdi-map-marker-star",tags:[]},{name:"mdi-map-marker-star-outline",tags:[]},{name:"mdi-map-marker-up",tags:[]},{name:"mdi-map-minus",tags:[]},{name:"mdi-map-outline",tags:[]},{name:"mdi-map-plus",tags:[]},{name:"mdi-map-search",tags:[]},{name:"mdi-map-search-outline",tags:[]},{name:"mdi-mapbox",tags:[]},{name:"mdi-margin",tags:[]},{name:"mdi-marker",tags:[]},{name:"mdi-marker-cancel",tags:[]},{name:"mdi-marker-check",tags:[]},{name:"mdi-mastodon",tags:[]},{name:"mdi-material-design",tags:[]},{name:"mdi-material-ui",tags:[]},{name:"mdi-math-compass",tags:[]},{name:"mdi-math-cos",tags:[]},{name:"mdi-math-integral",tags:[]},{name:"mdi-math-integral-box",tags:[]},{name:"mdi-math-log",tags:[]},{name:"mdi-math-norm",tags:[]},{name:"mdi-math-norm-box",tags:[]},{name:"mdi-math-sin",tags:[]},{name:"mdi-math-tan",tags:[]},{name:"mdi-matrix",tags:[]},{name:"mdi-medal",tags:[]},{name:"mdi-medal-outline",tags:[]},{name:"mdi-medical-bag",tags:[]},{name:"mdi-meditation",tags:[]},{name:"mdi-memory",tags:[]},{name:"mdi-menu",tags:[]},{name:"mdi-menu-down",tags:[]},{name:"mdi-menu-down-outline",tags:[]},{name:"mdi-menu-left",tags:[]},{name:"mdi-menu-left-outline",tags:[]},{name:"mdi-menu-open",tags:[]},{name:"mdi-menu-right",tags:[]},{name:"mdi-menu-right-outline",tags:[]},{name:"mdi-menu-swap",tags:[]},{name:"mdi-menu-swap-outline",tags:[]},{name:"mdi-menu-up",tags:[]},{name:"mdi-menu-up-outline",tags:[]},{name:"mdi-merge",tags:[]},{name:"mdi-message",tags:[]},{name:"mdi-message-alert",tags:[]},{name:"mdi-message-alert-outline",tags:[]},{name:"mdi-message-arrow-left",tags:[]},{name:"mdi-message-arrow-left-outline",tags:[]},{name:"mdi-message-arrow-right",tags:[]},{name:"mdi-message-arrow-right-outline",tags:[]},{name:"mdi-message-bookmark",tags:[]},{name:"mdi-message-bookmark-outline",tags:[]},{name:"mdi-message-bulleted",tags:[]},{name:"mdi-message-bulleted-off",tags:[]},{name:"mdi-message-cog",tags:[]},{name:"mdi-message-cog-outline",tags:[]},{name:"mdi-message-draw",tags:[]},{name:"mdi-message-flash",tags:[]},{name:"mdi-message-flash-outline",tags:[]},{name:"mdi-message-image",tags:[]},{name:"mdi-message-image-outline",tags:[]},{name:"mdi-message-lock",tags:[]},{name:"mdi-message-lock-outline",tags:[]},{name:"mdi-message-minus",tags:[]},{name:"mdi-message-minus-outline",tags:[]},{name:"mdi-message-off",tags:[]},{name:"mdi-message-off-outline",tags:[]},{name:"mdi-message-outline",tags:[]},{name:"mdi-message-plus",tags:[]},{name:"mdi-message-plus-outline",tags:[]},{name:"mdi-message-processing",tags:[]},{name:"mdi-message-processing-outline",tags:[]},{name:"mdi-message-question",tags:[]},{name:"mdi-message-question-outline",tags:[]},{name:"mdi-message-reply",tags:[]},{name:"mdi-message-reply-outline",tags:[]},{name:"mdi-message-reply-text",tags:[]},{name:"mdi-message-reply-text-outline",tags:[]},{name:"mdi-message-settings",tags:[]},{name:"mdi-message-settings-outline",tags:[]},{name:"mdi-message-text",tags:[]},{name:"mdi-message-text-clock",tags:[]},{name:"mdi-message-text-clock-outline",tags:[]},{name:"mdi-message-text-lock",tags:[]},{name:"mdi-message-text-lock-outline",tags:[]},{name:"mdi-message-text-outline",tags:[]},{name:"mdi-message-video",tags:[]},{name:"mdi-meteor",tags:[]},{name:"mdi-metronome",tags:[]},{name:"mdi-metronome-tick",tags:[]},{name:"mdi-micro-sd",tags:[]},{name:"mdi-microphone",tags:[]},{name:"mdi-microphone-minus",tags:[]},{name:"mdi-microphone-off",tags:[]},{name:"mdi-microphone-outline",tags:[]},{name:"mdi-microphone-plus",tags:[]},{name:"mdi-microphone-settings",tags:[]},{name:"mdi-microphone-variant",tags:[]},{name:"mdi-microphone-variant-off",tags:[]},{name:"mdi-microscope",tags:[]},{name:"mdi-microsoft",tags:[]},{name:"mdi-microsoft-access",tags:[]},{name:"mdi-microsoft-azure",tags:[]},{name:"mdi-microsoft-azure-devops",tags:[]},{name:"mdi-microsoft-bing",tags:[]},{name:"mdi-microsoft-dynamics-365",tags:[]},{name:"mdi-microsoft-edge",tags:[]},{name:"mdi-microsoft-edge-legacy",tags:[]},{name:"mdi-microsoft-excel",tags:[]},{name:"mdi-microsoft-internet-explorer",tags:[]},{name:"mdi-microsoft-office",tags:[]},{name:"mdi-microsoft-onedrive",tags:[]},{name:"mdi-microsoft-onenote",tags:[]},{name:"mdi-microsoft-outlook",tags:[]},{name:"mdi-microsoft-powerpoint",tags:[]},{name:"mdi-microsoft-sharepoint",tags:[]},{name:"mdi-microsoft-teams",tags:[]},{name:"mdi-microsoft-visual-studio",tags:[]},{name:"mdi-microsoft-visual-studio-code",tags:[]},{name:"mdi-microsoft-windows",tags:[]},{name:"mdi-microsoft-windows-classic",tags:[]},{name:"mdi-microsoft-word",tags:[]},{name:"mdi-microsoft-xbox",tags:[]},{name:"mdi-microsoft-xbox-controller",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-alert",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-charging",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-empty",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-full",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-low",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-medium",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-unknown",tags:[]},{name:"mdi-microsoft-xbox-controller-menu",tags:[]},{name:"mdi-microsoft-xbox-controller-off",tags:[]},{name:"mdi-microsoft-xbox-controller-view",tags:[]},{name:"mdi-microsoft-yammer",tags:[]},{name:"mdi-microwave",tags:[]},{name:"mdi-microwave-off",tags:[]},{name:"mdi-middleware",tags:[]},{name:"mdi-middleware-outline",tags:[]},{name:"mdi-midi",tags:[]},{name:"mdi-midi-port",tags:[]},{name:"mdi-mine",tags:[]},{name:"mdi-minecraft",tags:[]},{name:"mdi-mini-sd",tags:[]},{name:"mdi-minidisc",tags:[]},{name:"mdi-minus",tags:[]},{name:"mdi-minus-box",tags:[]},{name:"mdi-minus-box-multiple",tags:[]},{name:"mdi-minus-box-multiple-outline",tags:[]},{name:"mdi-minus-box-outline",tags:[]},{name:"mdi-minus-circle",tags:[]},{name:"mdi-minus-circle-multiple",tags:[]},{name:"mdi-minus-circle-multiple-outline",tags:[]},{name:"mdi-minus-circle-off",tags:[]},{name:"mdi-minus-circle-off-outline",tags:[]},{name:"mdi-minus-circle-outline",tags:[]},{name:"mdi-minus-network",tags:[]},{name:"mdi-minus-network-outline",tags:[]},{name:"mdi-minus-thick",tags:[]},{name:"mdi-mirror",tags:[]},{name:"mdi-mixed-martial-arts",tags:[]},{name:"mdi-mixed-reality",tags:[]},{name:"mdi-molecule",tags:[]},{name:"mdi-molecule-co",tags:[]},{name:"mdi-molecule-co2",tags:[]},{name:"mdi-monitor",tags:[]},{name:"mdi-monitor-cellphone",tags:[]},{name:"mdi-monitor-cellphone-star",tags:[]},{name:"mdi-monitor-clean",tags:[]},{name:"mdi-monitor-dashboard",tags:[]},{name:"mdi-monitor-edit",tags:[]},{name:"mdi-monitor-eye",tags:[]},{name:"mdi-monitor-lock",tags:[]},{name:"mdi-monitor-multiple",tags:[]},{name:"mdi-monitor-off",tags:[]},{name:"mdi-monitor-screenshot",tags:[]},{name:"mdi-monitor-share",tags:[]},{name:"mdi-monitor-speaker",tags:[]},{name:"mdi-monitor-speaker-off",tags:[]},{name:"mdi-monitor-star",tags:[]},{name:"mdi-moon-first-quarter",tags:[]},{name:"mdi-moon-full",tags:[]},{name:"mdi-moon-last-quarter",tags:[]},{name:"mdi-moon-new",tags:[]},{name:"mdi-moon-waning-crescent",tags:[]},{name:"mdi-moon-waning-gibbous",tags:[]},{name:"mdi-moon-waxing-crescent",tags:[]},{name:"mdi-moon-waxing-gibbous",tags:[]},{name:"mdi-moped",tags:[]},{name:"mdi-moped-electric",tags:[]},{name:"mdi-moped-electric-outline",tags:[]},{name:"mdi-moped-outline",tags:[]},{name:"mdi-more",tags:[]},{name:"mdi-mother-heart",tags:[]},{name:"mdi-mother-nurse",tags:[]},{name:"mdi-motion",tags:[]},{name:"mdi-motion-outline",tags:[]},{name:"mdi-motion-pause",tags:[]},{name:"mdi-motion-pause-outline",tags:[]},{name:"mdi-motion-play",tags:[]},{name:"mdi-motion-play-outline",tags:[]},{name:"mdi-motion-sensor",tags:[]},{name:"mdi-motion-sensor-off",tags:[]},{name:"mdi-motorbike",tags:[]},{name:"mdi-motorbike-electric",tags:[]},{name:"mdi-mouse",tags:[]},{name:"mdi-mouse-bluetooth",tags:[]},{name:"mdi-mouse-move-down",tags:[]},{name:"mdi-mouse-move-up",tags:[]},{name:"mdi-mouse-move-vertical",tags:[]},{name:"mdi-mouse-off",tags:[]},{name:"mdi-mouse-variant",tags:[]},{name:"mdi-mouse-variant-off",tags:[]},{name:"mdi-move-resize",tags:[]},{name:"mdi-move-resize-variant",tags:[]},{name:"mdi-movie",tags:[]},{name:"mdi-movie-check",tags:[]},{name:"mdi-movie-check-outline",tags:[]},{name:"mdi-movie-cog",tags:[]},{name:"mdi-movie-cog-outline",tags:[]},{name:"mdi-movie-edit",tags:[]},{name:"mdi-movie-edit-outline",tags:[]},{name:"mdi-movie-filter",tags:[]},{name:"mdi-movie-filter-outline",tags:[]},{name:"mdi-movie-minus",tags:[]},{name:"mdi-movie-minus-outline",tags:[]},{name:"mdi-movie-off",tags:[]},{name:"mdi-movie-off-outline",tags:[]},{name:"mdi-movie-open",tags:[]},{name:"mdi-movie-open-check",tags:[]},{name:"mdi-movie-open-check-outline",tags:[]},{name:"mdi-movie-open-cog",tags:[]},{name:"mdi-movie-open-cog-outline",tags:[]},{name:"mdi-movie-open-edit",tags:[]},{name:"mdi-movie-open-edit-outline",tags:[]},{name:"mdi-movie-open-minus",tags:[]},{name:"mdi-movie-open-minus-outline",tags:[]},{name:"mdi-movie-open-off",tags:[]},{name:"mdi-movie-open-off-outline",tags:[]},{name:"mdi-movie-open-outline",tags:[]},{name:"mdi-movie-open-play",tags:[]},{name:"mdi-movie-open-play-outline",tags:[]},{name:"mdi-movie-open-plus",tags:[]},{name:"mdi-movie-open-plus-outline",tags:[]},{name:"mdi-movie-open-remove",tags:[]},{name:"mdi-movie-open-remove-outline",tags:[]},{name:"mdi-movie-open-settings",tags:[]},{name:"mdi-movie-open-settings-outline",tags:[]},{name:"mdi-movie-open-star",tags:[]},{name:"mdi-movie-open-star-outline",tags:[]},{name:"mdi-movie-outline",tags:[]},{name:"mdi-movie-play",tags:[]},{name:"mdi-movie-play-outline",tags:[]},{name:"mdi-movie-plus",tags:[]},{name:"mdi-movie-plus-outline",tags:[]},{name:"mdi-movie-remove",tags:[]},{name:"mdi-movie-remove-outline",tags:[]},{name:"mdi-movie-roll",tags:[]},{name:"mdi-movie-search",tags:[]},{name:"mdi-movie-search-outline",tags:[]},{name:"mdi-movie-settings",tags:[]},{name:"mdi-movie-settings-outline",tags:[]},{name:"mdi-movie-star",tags:[]},{name:"mdi-movie-star-outline",tags:[]},{name:"mdi-mower",tags:[]},{name:"mdi-mower-bag",tags:[]},{name:"mdi-muffin",tags:[]},{name:"mdi-multiplication",tags:[]},{name:"mdi-multiplication-box",tags:[]},{name:"mdi-mushroom",tags:[]},{name:"mdi-mushroom-off",tags:[]},{name:"mdi-mushroom-off-outline",tags:[]},{name:"mdi-mushroom-outline",tags:[]},{name:"mdi-music",tags:[]},{name:"mdi-music-accidental-double-flat",tags:[]},{name:"mdi-music-accidental-double-sharp",tags:[]},{name:"mdi-music-accidental-flat",tags:[]},{name:"mdi-music-accidental-natural",tags:[]},{name:"mdi-music-accidental-sharp",tags:[]},{name:"mdi-music-box",tags:[]},{name:"mdi-music-box-multiple",tags:[]},{name:"mdi-music-box-multiple-outline",tags:[]},{name:"mdi-music-box-outline",tags:[]},{name:"mdi-music-circle",tags:[]},{name:"mdi-music-circle-outline",tags:[]},{name:"mdi-music-clef-alto",tags:[]},{name:"mdi-music-clef-bass",tags:[]},{name:"mdi-music-clef-treble",tags:[]},{name:"mdi-music-note",tags:[]},{name:"mdi-music-note-bluetooth",tags:[]},{name:"mdi-music-note-bluetooth-off",tags:[]},{name:"mdi-music-note-eighth",tags:[]},{name:"mdi-music-note-eighth-dotted",tags:[]},{name:"mdi-music-note-half",tags:[]},{name:"mdi-music-note-half-dotted",tags:[]},{name:"mdi-music-note-off",tags:[]},{name:"mdi-music-note-off-outline",tags:[]},{name:"mdi-music-note-outline",tags:[]},{name:"mdi-music-note-plus",tags:[]},{name:"mdi-music-note-quarter",tags:[]},{name:"mdi-music-note-quarter-dotted",tags:[]},{name:"mdi-music-note-sixteenth",tags:[]},{name:"mdi-music-note-sixteenth-dotted",tags:[]},{name:"mdi-music-note-whole",tags:[]},{name:"mdi-music-note-whole-dotted",tags:[]},{name:"mdi-music-off",tags:[]},{name:"mdi-music-rest-eighth",tags:[]},{name:"mdi-music-rest-half",tags:[]},{name:"mdi-music-rest-quarter",tags:[]},{name:"mdi-music-rest-sixteenth",tags:[]},{name:"mdi-music-rest-whole",tags:[]},{name:"mdi-mustache",tags:[]},{name:"mdi-nail",tags:[]},{name:"mdi-nas",tags:[]},{name:"mdi-nativescript",tags:[]},{name:"mdi-nature",tags:[]},{name:"mdi-nature-people",tags:[]},{name:"mdi-navigation",tags:[]},{name:"mdi-navigation-outline",tags:[]},{name:"mdi-near-me",tags:[]},{name:"mdi-necklace",tags:[]},{name:"mdi-needle",tags:[]},{name:"mdi-netflix",tags:[]},{name:"mdi-network",tags:[]},{name:"mdi-network-off",tags:[]},{name:"mdi-network-off-outline",tags:[]},{name:"mdi-network-outline",tags:[]},{name:"mdi-network-strength-1",tags:[]},{name:"mdi-network-strength-1-alert",tags:[]},{name:"mdi-network-strength-2",tags:[]},{name:"mdi-network-strength-2-alert",tags:[]},{name:"mdi-network-strength-3",tags:[]},{name:"mdi-network-strength-3-alert",tags:[]},{name:"mdi-network-strength-4",tags:[]},{name:"mdi-network-strength-4-alert",tags:[]},{name:"mdi-network-strength-off",tags:[]},{name:"mdi-network-strength-off-outline",tags:[]},{name:"mdi-network-strength-outline",tags:[]},{name:"mdi-new-box",tags:[]},{name:"mdi-newspaper",tags:[]},{name:"mdi-newspaper-minus",tags:[]},{name:"mdi-newspaper-plus",tags:[]},{name:"mdi-newspaper-variant",tags:[]},{name:"mdi-newspaper-variant-multiple",tags:[]},{name:"mdi-newspaper-variant-multiple-outline",tags:[]},{name:"mdi-newspaper-variant-outline",tags:[]},{name:"mdi-nfc",tags:[]},{name:"mdi-nfc-search-variant",tags:[]},{name:"mdi-nfc-tap",tags:[]},{name:"mdi-nfc-variant",tags:[]},{name:"mdi-nfc-variant-off",tags:[]},{name:"mdi-ninja",tags:[]},{name:"mdi-nintendo-game-boy",tags:[]},{name:"mdi-nintendo-switch",tags:[]},{name:"mdi-nintendo-wii",tags:[]},{name:"mdi-nintendo-wiiu",tags:[]},{name:"mdi-nix",tags:[]},{name:"mdi-nodejs",tags:[]},{name:"mdi-noodles",tags:[]},{name:"mdi-not-equal",tags:[]},{name:"mdi-not-equal-variant",tags:[]},{name:"mdi-note",tags:[]},{name:"mdi-note-minus",tags:[]},{name:"mdi-note-minus-outline",tags:[]},{name:"mdi-note-multiple",tags:[]},{name:"mdi-note-multiple-outline",tags:[]},{name:"mdi-note-outline",tags:[]},{name:"mdi-note-plus",tags:[]},{name:"mdi-note-plus-outline",tags:[]},{name:"mdi-note-remove",tags:[]},{name:"mdi-note-remove-outline",tags:[]},{name:"mdi-note-search",tags:[]},{name:"mdi-note-search-outline",tags:[]},{name:"mdi-note-text",tags:[]},{name:"mdi-note-text-outline",tags:[]},{name:"mdi-notebook",tags:[]},{name:"mdi-notebook-check",tags:[]},{name:"mdi-notebook-check-outline",tags:[]},{name:"mdi-notebook-edit",tags:[]},{name:"mdi-notebook-edit-outline",tags:[]},{name:"mdi-notebook-minus",tags:[]},{name:"mdi-notebook-minus-outline",tags:[]},{name:"mdi-notebook-multiple",tags:[]},{name:"mdi-notebook-outline",tags:[]},{name:"mdi-notebook-plus",tags:[]},{name:"mdi-notebook-plus-outline",tags:[]},{name:"mdi-notebook-remove",tags:[]},{name:"mdi-notebook-remove-outline",tags:[]},{name:"mdi-notification-clear-all",tags:[]},{name:"mdi-npm",tags:[]},{name:"mdi-nuke",tags:[]},{name:"mdi-null",tags:[]},{name:"mdi-numeric",tags:[]},{name:"mdi-numeric-0",tags:[]},{name:"mdi-numeric-0-box",tags:[]},{name:"mdi-numeric-0-box-multiple",tags:[]},{name:"mdi-numeric-0-box-multiple-outline",tags:[]},{name:"mdi-numeric-0-box-outline",tags:[]},{name:"mdi-numeric-0-circle",tags:[]},{name:"mdi-numeric-0-circle-outline",tags:[]},{name:"mdi-numeric-1",tags:[]},{name:"mdi-numeric-1-box",tags:[]},{name:"mdi-numeric-1-box-multiple",tags:[]},{name:"mdi-numeric-1-box-multiple-outline",tags:[]},{name:"mdi-numeric-1-box-outline",tags:[]},{name:"mdi-numeric-1-circle",tags:[]},{name:"mdi-numeric-1-circle-outline",tags:[]},{name:"mdi-numeric-10",tags:[]},{name:"mdi-numeric-10-box",tags:[]},{name:"mdi-numeric-10-box-multiple",tags:[]},{name:"mdi-numeric-10-box-multiple-outline",tags:[]},{name:"mdi-numeric-10-box-outline",tags:[]},{name:"mdi-numeric-10-circle",tags:[]},{name:"mdi-numeric-10-circle-outline",tags:[]},{name:"mdi-numeric-2",tags:[]},{name:"mdi-numeric-2-box",tags:[]},{name:"mdi-numeric-2-box-multiple",tags:[]},{name:"mdi-numeric-2-box-multiple-outline",tags:[]},{name:"mdi-numeric-2-box-outline",tags:[]},{name:"mdi-numeric-2-circle",tags:[]},{name:"mdi-numeric-2-circle-outline",tags:[]},{name:"mdi-numeric-3",tags:[]},{name:"mdi-numeric-3-box",tags:[]},{name:"mdi-numeric-3-box-multiple",tags:[]},{name:"mdi-numeric-3-box-multiple-outline",tags:[]},{name:"mdi-numeric-3-box-outline",tags:[]},{name:"mdi-numeric-3-circle",tags:[]},{name:"mdi-numeric-3-circle-outline",tags:[]},{name:"mdi-numeric-4",tags:[]},{name:"mdi-numeric-4-box",tags:[]},{name:"mdi-numeric-4-box-multiple",tags:[]},{name:"mdi-numeric-4-box-multiple-outline",tags:[]},{name:"mdi-numeric-4-box-outline",tags:[]},{name:"mdi-numeric-4-circle",tags:[]},{name:"mdi-numeric-4-circle-outline",tags:[]},{name:"mdi-numeric-5",tags:[]},{name:"mdi-numeric-5-box",tags:[]},{name:"mdi-numeric-5-box-multiple",tags:[]},{name:"mdi-numeric-5-box-multiple-outline",tags:[]},{name:"mdi-numeric-5-box-outline",tags:[]},{name:"mdi-numeric-5-circle",tags:[]},{name:"mdi-numeric-5-circle-outline",tags:[]},{name:"mdi-numeric-6",tags:[]},{name:"mdi-numeric-6-box",tags:[]},{name:"mdi-numeric-6-box-multiple",tags:[]},{name:"mdi-numeric-6-box-multiple-outline",tags:[]},{name:"mdi-numeric-6-box-outline",tags:[]},{name:"mdi-numeric-6-circle",tags:[]},{name:"mdi-numeric-6-circle-outline",tags:[]},{name:"mdi-numeric-7",tags:[]},{name:"mdi-numeric-7-box",tags:[]},{name:"mdi-numeric-7-box-multiple",tags:[]},{name:"mdi-numeric-7-box-multiple-outline",tags:[]},{name:"mdi-numeric-7-box-outline",tags:[]},{name:"mdi-numeric-7-circle",tags:[]},{name:"mdi-numeric-7-circle-outline",tags:[]},{name:"mdi-numeric-8",tags:[]},{name:"mdi-numeric-8-box",tags:[]},{name:"mdi-numeric-8-box-multiple",tags:[]},{name:"mdi-numeric-8-box-multiple-outline",tags:[]},{name:"mdi-numeric-8-box-outline",tags:[]},{name:"mdi-numeric-8-circle",tags:[]},{name:"mdi-numeric-8-circle-outline",tags:[]},{name:"mdi-numeric-9",tags:[]},{name:"mdi-numeric-9-box",tags:[]},{name:"mdi-numeric-9-box-multiple",tags:[]},{name:"mdi-numeric-9-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-box-outline",tags:[]},{name:"mdi-numeric-9-circle",tags:[]},{name:"mdi-numeric-9-circle-outline",tags:[]},{name:"mdi-numeric-9-plus",tags:[]},{name:"mdi-numeric-9-plus-box",tags:[]},{name:"mdi-numeric-9-plus-box-multiple",tags:[]},{name:"mdi-numeric-9-plus-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-plus-box-outline",tags:[]},{name:"mdi-numeric-9-plus-circle",tags:[]},{name:"mdi-numeric-9-plus-circle-outline",tags:[]},{name:"mdi-numeric-negative-1",tags:[]},{name:"mdi-numeric-positive-1",tags:[]},{name:"mdi-nut",tags:[]},{name:"mdi-nutrition",tags:[]},{name:"mdi-nuxt",tags:[]},{name:"mdi-oar",tags:[]},{name:"mdi-ocarina",tags:[]},{name:"mdi-oci",tags:[]},{name:"mdi-ocr",tags:[]},{name:"mdi-octagon",tags:[]},{name:"mdi-octagon-outline",tags:[]},{name:"mdi-octagram",tags:[]},{name:"mdi-octagram-outline",tags:[]},{name:"mdi-odnoklassniki",tags:[]},{name:"mdi-offer",tags:[]},{name:"mdi-office-building",tags:[]},{name:"mdi-office-building-marker",tags:[]},{name:"mdi-office-building-marker-outline",tags:[]},{name:"mdi-office-building-outline",tags:[]},{name:"mdi-oil",tags:[]},{name:"mdi-oil-lamp",tags:[]},{name:"mdi-oil-level",tags:[]},{name:"mdi-oil-temperature",tags:[]},{name:"mdi-omega",tags:[]},{name:"mdi-one-up",tags:[]},{name:"mdi-onepassword",tags:[]},{name:"mdi-opacity",tags:[]},{name:"mdi-open-in-app",tags:[]},{name:"mdi-open-in-new",tags:[]},{name:"mdi-open-source-initiative",tags:[]},{name:"mdi-openid",tags:[]},{name:"mdi-opera",tags:[]},{name:"mdi-orbit",tags:[]},{name:"mdi-orbit-variant",tags:[]},{name:"mdi-order-alphabetical-ascending",tags:[]},{name:"mdi-order-alphabetical-descending",tags:[]},{name:"mdi-order-bool-ascending",tags:[]},{name:"mdi-order-bool-ascending-variant",tags:[]},{name:"mdi-order-bool-descending",tags:[]},{name:"mdi-order-bool-descending-variant",tags:[]},{name:"mdi-order-numeric-ascending",tags:[]},{name:"mdi-order-numeric-descending",tags:[]},{name:"mdi-origin",tags:[]},{name:"mdi-ornament",tags:[]},{name:"mdi-ornament-variant",tags:[]},{name:"mdi-outdoor-lamp",tags:[]},{name:"mdi-overscan",tags:[]},{name:"mdi-owl",tags:[]},{name:"mdi-pac-man",tags:[]},{name:"mdi-package",tags:[]},{name:"mdi-package-down",tags:[]},{name:"mdi-package-up",tags:[]},{name:"mdi-package-variant",tags:[]},{name:"mdi-package-variant-closed",tags:[]},{name:"mdi-page-first",tags:[]},{name:"mdi-page-last",tags:[]},{name:"mdi-page-layout-body",tags:[]},{name:"mdi-page-layout-footer",tags:[]},{name:"mdi-page-layout-header",tags:[]},{name:"mdi-page-layout-header-footer",tags:[]},{name:"mdi-page-layout-sidebar-left",tags:[]},{name:"mdi-page-layout-sidebar-right",tags:[]},{name:"mdi-page-next",tags:[]},{name:"mdi-page-next-outline",tags:[]},{name:"mdi-page-previous",tags:[]},{name:"mdi-page-previous-outline",tags:[]},{name:"mdi-pail",tags:[]},{name:"mdi-pail-minus",tags:[]},{name:"mdi-pail-minus-outline",tags:[]},{name:"mdi-pail-off",tags:[]},{name:"mdi-pail-off-outline",tags:[]},{name:"mdi-pail-outline",tags:[]},{name:"mdi-pail-plus",tags:[]},{name:"mdi-pail-plus-outline",tags:[]},{name:"mdi-pail-remove",tags:[]},{name:"mdi-pail-remove-outline",tags:[]},{name:"mdi-palette",tags:[]},{name:"mdi-palette-advanced",tags:[]},{name:"mdi-palette-outline",tags:[]},{name:"mdi-palette-swatch",tags:[]},{name:"mdi-palette-swatch-outline",tags:[]},{name:"mdi-palm-tree",tags:[]},{name:"mdi-pan",tags:[]},{name:"mdi-pan-bottom-left",tags:[]},{name:"mdi-pan-bottom-right",tags:[]},{name:"mdi-pan-down",tags:[]},{name:"mdi-pan-horizontal",tags:[]},{name:"mdi-pan-left",tags:[]},{name:"mdi-pan-right",tags:[]},{name:"mdi-pan-top-left",tags:[]},{name:"mdi-pan-top-right",tags:[]},{name:"mdi-pan-up",tags:[]},{name:"mdi-pan-vertical",tags:[]},{name:"mdi-panda",tags:[]},{name:"mdi-pandora",tags:[]},{name:"mdi-panorama",tags:[]},{name:"mdi-panorama-fisheye",tags:[]},{name:"mdi-panorama-horizontal",tags:[]},{name:"mdi-panorama-vertical",tags:[]},{name:"mdi-panorama-wide-angle",tags:[]},{name:"mdi-paper-cut-vertical",tags:[]},{name:"mdi-paper-roll",tags:[]},{name:"mdi-paper-roll-outline",tags:[]},{name:"mdi-paperclip",tags:[]},{name:"mdi-parachute",tags:[]},{name:"mdi-parachute-outline",tags:[]},{name:"mdi-parking",tags:[]},{name:"mdi-party-popper",tags:[]},{name:"mdi-passport",tags:[]},{name:"mdi-passport-biometric",tags:[]},{name:"mdi-pasta",tags:[]},{name:"mdi-patio-heater",tags:[]},{name:"mdi-patreon",tags:[]},{name:"mdi-pause",tags:[]},{name:"mdi-pause-circle",tags:[]},{name:"mdi-pause-circle-outline",tags:[]},{name:"mdi-pause-octagon",tags:[]},{name:"mdi-pause-octagon-outline",tags:[]},{name:"mdi-paw",tags:[]},{name:"mdi-paw-off",tags:[]},{name:"mdi-paw-off-outline",tags:[]},{name:"mdi-paw-outline",tags:[]},{name:"mdi-pdf-box",tags:[]},{name:"mdi-peace",tags:[]},{name:"mdi-peanut",tags:[]},{name:"mdi-peanut-off",tags:[]},{name:"mdi-peanut-off-outline",tags:[]},{name:"mdi-peanut-outline",tags:[]},{name:"mdi-pen",tags:[]},{name:"mdi-pen-lock",tags:[]},{name:"mdi-pen-minus",tags:[]},{name:"mdi-pen-off",tags:[]},{name:"mdi-pen-plus",tags:[]},{name:"mdi-pen-remove",tags:[]},{name:"mdi-pencil",tags:[]},{name:"mdi-pencil-box",tags:[]},{name:"mdi-pencil-box-multiple",tags:[]},{name:"mdi-pencil-box-multiple-outline",tags:[]},{name:"mdi-pencil-box-outline",tags:[]},{name:"mdi-pencil-circle",tags:[]},{name:"mdi-pencil-circle-outline",tags:[]},{name:"mdi-pencil-lock",tags:[]},{name:"mdi-pencil-lock-outline",tags:[]},{name:"mdi-pencil-minus",tags:[]},{name:"mdi-pencil-minus-outline",tags:[]},{name:"mdi-pencil-off",tags:[]},{name:"mdi-pencil-off-outline",tags:[]},{name:"mdi-pencil-outline",tags:[]},{name:"mdi-pencil-plus",tags:[]},{name:"mdi-pencil-plus-outline",tags:[]},{name:"mdi-pencil-remove",tags:[]},{name:"mdi-pencil-remove-outline",tags:[]},{name:"mdi-pencil-ruler",tags:[]},{name:"mdi-penguin",tags:[]},{name:"mdi-pentagon",tags:[]},{name:"mdi-pentagon-outline",tags:[]},{name:"mdi-pentagram",tags:[]},{name:"mdi-percent",tags:[]},{name:"mdi-percent-outline",tags:[]},{name:"mdi-periodic-table",tags:[]},{name:"mdi-perspective-less",tags:[]},{name:"mdi-perspective-more",tags:[]},{name:"mdi-pharmacy",tags:[]},{name:"mdi-phone",tags:[]},{name:"mdi-phone-alert",tags:[]},{name:"mdi-phone-alert-outline",tags:[]},{name:"mdi-phone-bluetooth",tags:[]},{name:"mdi-phone-bluetooth-outline",tags:[]},{name:"mdi-phone-cancel",tags:[]},{name:"mdi-phone-cancel-outline",tags:[]},{name:"mdi-phone-check",tags:[]},{name:"mdi-phone-check-outline",tags:[]},{name:"mdi-phone-classic",tags:[]},{name:"mdi-phone-classic-off",tags:[]},{name:"mdi-phone-dial",tags:[]},{name:"mdi-phone-dial-outline",tags:[]},{name:"mdi-phone-forward",tags:[]},{name:"mdi-phone-forward-outline",tags:[]},{name:"mdi-phone-hangup",tags:[]},{name:"mdi-phone-hangup-outline",tags:[]},{name:"mdi-phone-in-talk",tags:[]},{name:"mdi-phone-in-talk-outline",tags:[]},{name:"mdi-phone-incoming",tags:[]},{name:"mdi-phone-incoming-outline",tags:[]},{name:"mdi-phone-lock",tags:[]},{name:"mdi-phone-lock-outline",tags:[]},{name:"mdi-phone-log",tags:[]},{name:"mdi-phone-log-outline",tags:[]},{name:"mdi-phone-message",tags:[]},{name:"mdi-phone-message-outline",tags:[]},{name:"mdi-phone-minus",tags:[]},{name:"mdi-phone-minus-outline",tags:[]},{name:"mdi-phone-missed",tags:[]},{name:"mdi-phone-missed-outline",tags:[]},{name:"mdi-phone-off",tags:[]},{name:"mdi-phone-off-outline",tags:[]},{name:"mdi-phone-outgoing",tags:[]},{name:"mdi-phone-outgoing-outline",tags:[]},{name:"mdi-phone-outline",tags:[]},{name:"mdi-phone-paused",tags:[]},{name:"mdi-phone-paused-outline",tags:[]},{name:"mdi-phone-plus",tags:[]},{name:"mdi-phone-plus-outline",tags:[]},{name:"mdi-phone-remove",tags:[]},{name:"mdi-phone-remove-outline",tags:[]},{name:"mdi-phone-return",tags:[]},{name:"mdi-phone-return-outline",tags:[]},{name:"mdi-phone-ring",tags:[]},{name:"mdi-phone-ring-outline",tags:[]},{name:"mdi-phone-rotate-landscape",tags:[]},{name:"mdi-phone-rotate-portrait",tags:[]},{name:"mdi-phone-settings",tags:[]},{name:"mdi-phone-settings-outline",tags:[]},{name:"mdi-phone-voip",tags:[]},{name:"mdi-pi",tags:[]},{name:"mdi-pi-box",tags:[]},{name:"mdi-pi-hole",tags:[]},{name:"mdi-piano",tags:[]},{name:"mdi-pickaxe",tags:[]},{name:"mdi-picture-in-picture-bottom-right",tags:[]},{name:"mdi-picture-in-picture-bottom-right-outline",tags:[]},{name:"mdi-picture-in-picture-top-right",tags:[]},{name:"mdi-picture-in-picture-top-right-outline",tags:[]},{name:"mdi-pier",tags:[]},{name:"mdi-pier-crane",tags:[]},{name:"mdi-pig",tags:[]},{name:"mdi-pig-variant",tags:[]},{name:"mdi-pig-variant-outline",tags:[]},{name:"mdi-piggy-bank",tags:[]},{name:"mdi-piggy-bank-outline",tags:[]},{name:"mdi-pill",tags:[]},{name:"mdi-pillar",tags:[]},{name:"mdi-pin",tags:[]},{name:"mdi-pin-off",tags:[]},{name:"mdi-pin-off-outline",tags:[]},{name:"mdi-pin-outline",tags:[]},{name:"mdi-pine-tree",tags:[]},{name:"mdi-pine-tree-box",tags:[]},{name:"mdi-pine-tree-fire",tags:[]},{name:"mdi-pinterest",tags:[]},{name:"mdi-pinwheel",tags:[]},{name:"mdi-pinwheel-outline",tags:[]},{name:"mdi-pipe",tags:[]},{name:"mdi-pipe-disconnected",tags:[]},{name:"mdi-pipe-leak",tags:[]},{name:"mdi-pipe-wrench",tags:[]},{name:"mdi-pirate",tags:[]},{name:"mdi-pistol",tags:[]},{name:"mdi-piston",tags:[]},{name:"mdi-pitchfork",tags:[]},{name:"mdi-pizza",tags:[]},{name:"mdi-play",tags:[]},{name:"mdi-play-box",tags:[]},{name:"mdi-play-box-multiple",tags:[]},{name:"mdi-play-box-multiple-outline",tags:[]},{name:"mdi-play-box-outline",tags:[]},{name:"mdi-play-circle",tags:[]},{name:"mdi-play-circle-outline",tags:[]},{name:"mdi-play-network",tags:[]},{name:"mdi-play-network-outline",tags:[]},{name:"mdi-play-outline",tags:[]},{name:"mdi-play-pause",tags:[]},{name:"mdi-play-protected-content",tags:[]},{name:"mdi-play-speed",tags:[]},{name:"mdi-playlist-check",tags:[]},{name:"mdi-playlist-edit",tags:[]},{name:"mdi-playlist-minus",tags:[]},{name:"mdi-playlist-music",tags:[]},{name:"mdi-playlist-music-outline",tags:[]},{name:"mdi-playlist-play",tags:[]},{name:"mdi-playlist-plus",tags:[]},{name:"mdi-playlist-remove",tags:[]},{name:"mdi-playlist-star",tags:[]},{name:"mdi-plex",tags:[]},{name:"mdi-plus",tags:[]},{name:"mdi-plus-box",tags:[]},{name:"mdi-plus-box-multiple",tags:[]},{name:"mdi-plus-box-multiple-outline",tags:[]},{name:"mdi-plus-box-outline",tags:[]},{name:"mdi-plus-circle",tags:[]},{name:"mdi-plus-circle-multiple",tags:[]},{name:"mdi-plus-circle-multiple-outline",tags:[]},{name:"mdi-plus-circle-outline",tags:[]},{name:"mdi-plus-minus",tags:[]},{name:"mdi-plus-minus-box",tags:[]},{name:"mdi-plus-minus-variant",tags:[]},{name:"mdi-plus-network",tags:[]},{name:"mdi-plus-network-outline",tags:[]},{name:"mdi-plus-one",tags:[]},{name:"mdi-plus-outline",tags:[]},{name:"mdi-plus-thick",tags:[]},{name:"mdi-podcast",tags:[]},{name:"mdi-podium",tags:[]},{name:"mdi-podium-bronze",tags:[]},{name:"mdi-podium-gold",tags:[]},{name:"mdi-podium-silver",tags:[]},{name:"mdi-point-of-sale",tags:[]},{name:"mdi-pokeball",tags:[]},{name:"mdi-pokemon-go",tags:[]},{name:"mdi-poker-chip",tags:[]},{name:"mdi-polaroid",tags:[]},{name:"mdi-police-badge",tags:[]},{name:"mdi-police-badge-outline",tags:[]},{name:"mdi-poll",tags:[]},{name:"mdi-poll-box",tags:[]},{name:"mdi-poll-box-outline",tags:[]},{name:"mdi-polo",tags:[]},{name:"mdi-polymer",tags:[]},{name:"mdi-pool",tags:[]},{name:"mdi-popcorn",tags:[]},{name:"mdi-post",tags:[]},{name:"mdi-post-outline",tags:[]},{name:"mdi-postage-stamp",tags:[]},{name:"mdi-pot",tags:[]},{name:"mdi-pot-mix",tags:[]},{name:"mdi-pot-mix-outline",tags:[]},{name:"mdi-pot-outline",tags:[]},{name:"mdi-pot-steam",tags:[]},{name:"mdi-pot-steam-outline",tags:[]},{name:"mdi-pound",tags:[]},{name:"mdi-pound-box",tags:[]},{name:"mdi-pound-box-outline",tags:[]},{name:"mdi-power",tags:[]},{name:"mdi-power-cycle",tags:[]},{name:"mdi-power-off",tags:[]},{name:"mdi-power-on",tags:[]},{name:"mdi-power-plug",tags:[]},{name:"mdi-power-plug-off",tags:[]},{name:"mdi-power-plug-off-outline",tags:[]},{name:"mdi-power-plug-outline",tags:[]},{name:"mdi-power-settings",tags:[]},{name:"mdi-power-sleep",tags:[]},{name:"mdi-power-socket",tags:[]},{name:"mdi-power-socket-au",tags:[]},{name:"mdi-power-socket-de",tags:[]},{name:"mdi-power-socket-eu",tags:[]},{name:"mdi-power-socket-fr",tags:[]},{name:"mdi-power-socket-it",tags:[]},{name:"mdi-power-socket-jp",tags:[]},{name:"mdi-power-socket-uk",tags:[]},{name:"mdi-power-socket-us",tags:[]},{name:"mdi-power-standby",tags:[]},{name:"mdi-powershell",tags:[]},{name:"mdi-prescription",tags:[]},{name:"mdi-presentation",tags:[]},{name:"mdi-presentation-play",tags:[]},{name:"mdi-pretzel",tags:[]},{name:"mdi-printer",tags:[]},{name:"mdi-printer-3d",tags:[]},{name:"mdi-printer-3d-nozzle",tags:[]},{name:"mdi-printer-3d-nozzle-alert",tags:[]},{name:"mdi-printer-3d-nozzle-alert-outline",tags:[]},{name:"mdi-printer-3d-nozzle-outline",tags:[]},{name:"mdi-printer-alert",tags:[]},{name:"mdi-printer-check",tags:[]},{name:"mdi-printer-eye",tags:[]},{name:"mdi-printer-off",tags:[]},{name:"mdi-printer-pos",tags:[]},{name:"mdi-printer-search",tags:[]},{name:"mdi-printer-settings",tags:[]},{name:"mdi-printer-wireless",tags:[]},{name:"mdi-priority-high",tags:[]},{name:"mdi-priority-low",tags:[]},{name:"mdi-professional-hexagon",tags:[]},{name:"mdi-progress-alert",tags:[]},{name:"mdi-progress-check",tags:[]},{name:"mdi-progress-clock",tags:[]},{name:"mdi-progress-close",tags:[]},{name:"mdi-progress-download",tags:[]},{name:"mdi-progress-question",tags:[]},{name:"mdi-progress-upload",tags:[]},{name:"mdi-progress-wrench",tags:[]},{name:"mdi-projector",tags:[]},{name:"mdi-projector-screen",tags:[]},{name:"mdi-projector-screen-outline",tags:[]},{name:"mdi-propane-tank",tags:[]},{name:"mdi-propane-tank-outline",tags:[]},{name:"mdi-protocol",tags:[]},{name:"mdi-publish",tags:[]},{name:"mdi-pulse",tags:[]},{name:"mdi-pump",tags:[]},{name:"mdi-pumpkin",tags:[]},{name:"mdi-purse",tags:[]},{name:"mdi-purse-outline",tags:[]},{name:"mdi-puzzle",tags:[]},{name:"mdi-puzzle-check",tags:[]},{name:"mdi-puzzle-check-outline",tags:[]},{name:"mdi-puzzle-edit",tags:[]},{name:"mdi-puzzle-edit-outline",tags:[]},{name:"mdi-puzzle-heart",tags:[]},{name:"mdi-puzzle-heart-outline",tags:[]},{name:"mdi-puzzle-minus",tags:[]},{name:"mdi-puzzle-minus-outline",tags:[]},{name:"mdi-puzzle-outline",tags:[]},{name:"mdi-puzzle-plus",tags:[]},{name:"mdi-puzzle-plus-outline",tags:[]},{name:"mdi-puzzle-remove",tags:[]},{name:"mdi-puzzle-remove-outline",tags:[]},{name:"mdi-puzzle-star",tags:[]},{name:"mdi-puzzle-star-outline",tags:[]},{name:"mdi-qi",tags:[]},{name:"mdi-qqchat",tags:[]},{name:"mdi-qrcode",tags:[]},{name:"mdi-qrcode-edit",tags:[]},{name:"mdi-qrcode-minus",tags:[]},{name:"mdi-qrcode-plus",tags:[]},{name:"mdi-qrcode-remove",tags:[]},{name:"mdi-qrcode-scan",tags:[]},{name:"mdi-quadcopter",tags:[]},{name:"mdi-quality-high",tags:[]},{name:"mdi-quality-low",tags:[]},{name:"mdi-quality-medium",tags:[]},{name:"mdi-quora",tags:[]},{name:"mdi-rabbit",tags:[]},{name:"mdi-racing-helmet",tags:[]},{name:"mdi-racquetball",tags:[]},{name:"mdi-radar",tags:[]},{name:"mdi-radiator",tags:[]},{name:"mdi-radiator-disabled",tags:[]},{name:"mdi-radiator-off",tags:[]},{name:"mdi-radio",tags:[]},{name:"mdi-radio-am",tags:[]},{name:"mdi-radio-fm",tags:[]},{name:"mdi-radio-handheld",tags:[]},{name:"mdi-radio-off",tags:[]},{name:"mdi-radio-tower",tags:[]},{name:"mdi-radioactive",tags:[]},{name:"mdi-radioactive-off",tags:[]},{name:"mdi-radiobox-blank",tags:[]},{name:"mdi-radiobox-marked",tags:[]},{name:"mdi-radiology-box",tags:[]},{name:"mdi-radiology-box-outline",tags:[]},{name:"mdi-radius",tags:[]},{name:"mdi-radius-outline",tags:[]},{name:"mdi-railroad-light",tags:[]},{name:"mdi-rake",tags:[]},{name:"mdi-raspberry-pi",tags:[]},{name:"mdi-ray-end",tags:[]},{name:"mdi-ray-end-arrow",tags:[]},{name:"mdi-ray-start",tags:[]},{name:"mdi-ray-start-arrow",tags:[]},{name:"mdi-ray-start-end",tags:[]},{name:"mdi-ray-start-vertex-end",tags:[]},{name:"mdi-ray-vertex",tags:[]},{name:"mdi-react",tags:[]},{name:"mdi-read",tags:[]},{name:"mdi-receipt",tags:[]},{name:"mdi-record",tags:[]},{name:"mdi-record-circle",tags:[]},{name:"mdi-record-circle-outline",tags:[]},{name:"mdi-record-player",tags:[]},{name:"mdi-record-rec",tags:[]},{name:"mdi-rectangle",tags:[]},{name:"mdi-rectangle-outline",tags:[]},{name:"mdi-recycle",tags:[]},{name:"mdi-recycle-variant",tags:[]},{name:"mdi-reddit",tags:[]},{name:"mdi-redhat",tags:[]},{name:"mdi-redo",tags:[]},{name:"mdi-redo-variant",tags:[]},{name:"mdi-reflect-horizontal",tags:[]},{name:"mdi-reflect-vertical",tags:[]},{name:"mdi-refresh",tags:[]},{name:"mdi-refresh-circle",tags:[]},{name:"mdi-regex",tags:[]},{name:"mdi-registered-trademark",tags:[]},{name:"mdi-reiterate",tags:[]},{name:"mdi-relation-many-to-many",tags:[]},{name:"mdi-relation-many-to-one",tags:[]},{name:"mdi-relation-many-to-one-or-many",tags:[]},{name:"mdi-relation-many-to-only-one",tags:[]},{name:"mdi-relation-many-to-zero-or-many",tags:[]},{name:"mdi-relation-many-to-zero-or-one",tags:[]},{name:"mdi-relation-one-or-many-to-many",tags:[]},{name:"mdi-relation-one-or-many-to-one",tags:[]},{name:"mdi-relation-one-or-many-to-one-or-many",tags:[]},{name:"mdi-relation-one-or-many-to-only-one",tags:[]},{name:"mdi-relation-one-or-many-to-zero-or-many",tags:[]},{name:"mdi-relation-one-or-many-to-zero-or-one",tags:[]},{name:"mdi-relation-one-to-many",tags:[]},{name:"mdi-relation-one-to-one",tags:[]},{name:"mdi-relation-one-to-one-or-many",tags:[]},{name:"mdi-relation-one-to-only-one",tags:[]},{name:"mdi-relation-one-to-zero-or-many",tags:[]},{name:"mdi-relation-one-to-zero-or-one",tags:[]},{name:"mdi-relation-only-one-to-many",tags:[]},{name:"mdi-relation-only-one-to-one",tags:[]},{name:"mdi-relation-only-one-to-one-or-many",tags:[]},{name:"mdi-relation-only-one-to-only-one",tags:[]},{name:"mdi-relation-only-one-to-zero-or-many",tags:[]},{name:"mdi-relation-only-one-to-zero-or-one",tags:[]},{name:"mdi-relation-zero-or-many-to-many",tags:[]},{name:"mdi-relation-zero-or-many-to-one",tags:[]},{name:"mdi-relation-zero-or-many-to-one-or-many",tags:[]},{name:"mdi-relation-zero-or-many-to-only-one",tags:[]},{name:"mdi-relation-zero-or-many-to-zero-or-many",tags:[]},{name:"mdi-relation-zero-or-many-to-zero-or-one",tags:[]},{name:"mdi-relation-zero-or-one-to-many",tags:[]},{name:"mdi-relation-zero-or-one-to-one",tags:[]},{name:"mdi-relation-zero-or-one-to-one-or-many",tags:[]},{name:"mdi-relation-zero-or-one-to-only-one",tags:[]},{name:"mdi-relation-zero-or-one-to-zero-or-many",tags:[]},{name:"mdi-relation-zero-or-one-to-zero-or-one",tags:[]},{name:"mdi-relative-scale",tags:[]},{name:"mdi-reload",tags:[]},{name:"mdi-reload-alert",tags:[]},{name:"mdi-reminder",tags:[]},{name:"mdi-remote",tags:[]},{name:"mdi-remote-desktop",tags:[]},{name:"mdi-remote-off",tags:[]},{name:"mdi-remote-tv",tags:[]},{name:"mdi-remote-tv-off",tags:[]},{name:"mdi-rename-box",tags:[]},{name:"mdi-reorder-horizontal",tags:[]},{name:"mdi-reorder-vertical",tags:[]},{name:"mdi-repeat",tags:[]},{name:"mdi-repeat-off",tags:[]},{name:"mdi-repeat-once",tags:[]},{name:"mdi-replay",tags:[]},{name:"mdi-reply",tags:[]},{name:"mdi-reply-all",tags:[]},{name:"mdi-reply-all-outline",tags:[]},{name:"mdi-reply-circle",tags:[]},{name:"mdi-reply-outline",tags:[]},{name:"mdi-reproduction",tags:[]},{name:"mdi-resistor",tags:[]},{name:"mdi-resistor-nodes",tags:[]},{name:"mdi-resize",tags:[]},{name:"mdi-resize-bottom-right",tags:[]},{name:"mdi-responsive",tags:[]},{name:"mdi-restart",tags:[]},{name:"mdi-restart-alert",tags:[]},{name:"mdi-restart-off",tags:[]},{name:"mdi-restore",tags:[]},{name:"mdi-restore-alert",tags:[]},{name:"mdi-rewind",tags:[]},{name:"mdi-rewind-10",tags:[]},{name:"mdi-rewind-30",tags:[]},{name:"mdi-rewind-5",tags:[]},{name:"mdi-rewind-60",tags:[]},{name:"mdi-rewind-outline",tags:[]},{name:"mdi-rhombus",tags:[]},{name:"mdi-rhombus-medium",tags:[]},{name:"mdi-rhombus-medium-outline",tags:[]},{name:"mdi-rhombus-outline",tags:[]},{name:"mdi-rhombus-split",tags:[]},{name:"mdi-rhombus-split-outline",tags:[]},{name:"mdi-ribbon",tags:[]},{name:"mdi-rice",tags:[]},{name:"mdi-rickshaw",tags:[]},{name:"mdi-rickshaw-electric",tags:[]},{name:"mdi-ring",tags:[]},{name:"mdi-rivet",tags:[]},{name:"mdi-road",tags:[]},{name:"mdi-road-variant",tags:[]},{name:"mdi-robber",tags:[]},{name:"mdi-robot",tags:[]},{name:"mdi-robot-angry",tags:[]},{name:"mdi-robot-angry-outline",tags:[]},{name:"mdi-robot-confused",tags:[]},{name:"mdi-robot-confused-outline",tags:[]},{name:"mdi-robot-dead",tags:[]},{name:"mdi-robot-dead-outline",tags:[]},{name:"mdi-robot-excited",tags:[]},{name:"mdi-robot-excited-outline",tags:[]},{name:"mdi-robot-happy",tags:[]},{name:"mdi-robot-happy-outline",tags:[]},{name:"mdi-robot-industrial",tags:[]},{name:"mdi-robot-love",tags:[]},{name:"mdi-robot-love-outline",tags:[]},{name:"mdi-robot-mower",tags:[]},{name:"mdi-robot-mower-outline",tags:[]},{name:"mdi-robot-off",tags:[]},{name:"mdi-robot-off-outline",tags:[]},{name:"mdi-robot-outline",tags:[]},{name:"mdi-robot-vacuum",tags:[]},{name:"mdi-robot-vacuum-variant",tags:[]},{name:"mdi-rocket",tags:[]},{name:"mdi-rocket-launch",tags:[]},{name:"mdi-rocket-launch-outline",tags:[]},{name:"mdi-rocket-outline",tags:[]},{name:"mdi-rodent",tags:[]},{name:"mdi-roller-skate",tags:[]},{name:"mdi-roller-skate-off",tags:[]},{name:"mdi-rollerblade",tags:[]},{name:"mdi-rollerblade-off",tags:[]},{name:"mdi-rollupjs",tags:[]},{name:"mdi-roman-numeral-1",tags:[]},{name:"mdi-roman-numeral-10",tags:[]},{name:"mdi-roman-numeral-2",tags:[]},{name:"mdi-roman-numeral-3",tags:[]},{name:"mdi-roman-numeral-4",tags:[]},{name:"mdi-roman-numeral-5",tags:[]},{name:"mdi-roman-numeral-6",tags:[]},{name:"mdi-roman-numeral-7",tags:[]},{name:"mdi-roman-numeral-8",tags:[]},{name:"mdi-roman-numeral-9",tags:[]},{name:"mdi-room-service",tags:[]},{name:"mdi-room-service-outline",tags:[]},{name:"mdi-rotate-3d",tags:[]},{name:"mdi-rotate-3d-variant",tags:[]},{name:"mdi-rotate-left",tags:[]},{name:"mdi-rotate-left-variant",tags:[]},{name:"mdi-rotate-orbit",tags:[]},{name:"mdi-rotate-right",tags:[]},{name:"mdi-rotate-right-variant",tags:[]},{name:"mdi-rounded-corner",tags:[]},{name:"mdi-router",tags:[]},{name:"mdi-router-network",tags:[]},{name:"mdi-router-wireless",tags:[]},{name:"mdi-router-wireless-off",tags:[]},{name:"mdi-router-wireless-settings",tags:[]},{name:"mdi-routes",tags:[]},{name:"mdi-routes-clock",tags:[]},{name:"mdi-rowing",tags:[]},{name:"mdi-rss",tags:[]},{name:"mdi-rss-box",tags:[]},{name:"mdi-rss-off",tags:[]},{name:"mdi-rug",tags:[]},{name:"mdi-rugby",tags:[]},{name:"mdi-ruler",tags:[]},{name:"mdi-ruler-square",tags:[]},{name:"mdi-ruler-square-compass",tags:[]},{name:"mdi-run",tags:[]},{name:"mdi-run-fast",tags:[]},{name:"mdi-rv-truck",tags:[]},{name:"mdi-sack",tags:[]},{name:"mdi-sack-percent",tags:[]},{name:"mdi-safe",tags:[]},{name:"mdi-safe-square",tags:[]},{name:"mdi-safe-square-outline",tags:[]},{name:"mdi-safety-goggles",tags:[]},{name:"mdi-sail-boat",tags:[]},{name:"mdi-sale",tags:[]},{name:"mdi-salesforce",tags:[]},{name:"mdi-sass",tags:[]},{name:"mdi-satellite",tags:[]},{name:"mdi-satellite-uplink",tags:[]},{name:"mdi-satellite-variant",tags:[]},{name:"mdi-sausage",tags:[]},{name:"mdi-saw-blade",tags:[]},{name:"mdi-sawtooth-wave",tags:[]},{name:"mdi-saxophone",tags:[]},{name:"mdi-scale",tags:[]},{name:"mdi-scale-balance",tags:[]},{name:"mdi-scale-bathroom",tags:[]},{name:"mdi-scale-off",tags:[]},{name:"mdi-scan-helper",tags:[]},{name:"mdi-scanner",tags:[]},{name:"mdi-scanner-off",tags:[]},{name:"mdi-scatter-plot",tags:[]},{name:"mdi-scatter-plot-outline",tags:[]},{name:"mdi-school",tags:[]},{name:"mdi-school-outline",tags:[]},{name:"mdi-scissors-cutting",tags:[]},{name:"mdi-scooter",tags:[]},{name:"mdi-scooter-electric",tags:[]},{name:"mdi-scoreboard",tags:[]},{name:"mdi-scoreboard-outline",tags:[]},{name:"mdi-screen-rotation",tags:[]},{name:"mdi-screen-rotation-lock",tags:[]},{name:"mdi-screw-flat-top",tags:[]},{name:"mdi-screw-lag",tags:[]},{name:"mdi-screw-machine-flat-top",tags:[]},{name:"mdi-screw-machine-round-top",tags:[]},{name:"mdi-screw-round-top",tags:[]},{name:"mdi-screwdriver",tags:[]},{name:"mdi-script",tags:[]},{name:"mdi-script-outline",tags:[]},{name:"mdi-script-text",tags:[]},{name:"mdi-script-text-key",tags:[]},{name:"mdi-script-text-key-outline",tags:[]},{name:"mdi-script-text-outline",tags:[]},{name:"mdi-script-text-play",tags:[]},{name:"mdi-script-text-play-outline",tags:[]},{name:"mdi-sd",tags:[]},{name:"mdi-seal",tags:[]},{name:"mdi-seal-variant",tags:[]},{name:"mdi-search-web",tags:[]},{name:"mdi-seat",tags:[]},{name:"mdi-seat-flat",tags:[]},{name:"mdi-seat-flat-angled",tags:[]},{name:"mdi-seat-individual-suite",tags:[]},{name:"mdi-seat-legroom-extra",tags:[]},{name:"mdi-seat-legroom-normal",tags:[]},{name:"mdi-seat-legroom-reduced",tags:[]},{name:"mdi-seat-outline",tags:[]},{name:"mdi-seat-passenger",tags:[]},{name:"mdi-seat-recline-extra",tags:[]},{name:"mdi-seat-recline-normal",tags:[]},{name:"mdi-seatbelt",tags:[]},{name:"mdi-security",tags:[]},{name:"mdi-security-network",tags:[]},{name:"mdi-seed",tags:[]},{name:"mdi-seed-off",tags:[]},{name:"mdi-seed-off-outline",tags:[]},{name:"mdi-seed-outline",tags:[]},{name:"mdi-seesaw",tags:[]},{name:"mdi-segment",tags:[]},{name:"mdi-select",tags:[]},{name:"mdi-select-all",tags:[]},{name:"mdi-select-color",tags:[]},{name:"mdi-select-compare",tags:[]},{name:"mdi-select-drag",tags:[]},{name:"mdi-select-group",tags:[]},{name:"mdi-select-inverse",tags:[]},{name:"mdi-select-marker",tags:[]},{name:"mdi-select-multiple",tags:[]},{name:"mdi-select-multiple-marker",tags:[]},{name:"mdi-select-off",tags:[]},{name:"mdi-select-place",tags:[]},{name:"mdi-select-search",tags:[]},{name:"mdi-selection",tags:[]},{name:"mdi-selection-drag",tags:[]},{name:"mdi-selection-ellipse",tags:[]},{name:"mdi-selection-ellipse-arrow-inside",tags:[]},{name:"mdi-selection-marker",tags:[]},{name:"mdi-selection-multiple",tags:[]},{name:"mdi-selection-multiple-marker",tags:[]},{name:"mdi-selection-off",tags:[]},{name:"mdi-selection-search",tags:[]},{name:"mdi-semantic-web",tags:[]},{name:"mdi-send",tags:[]},{name:"mdi-send-check",tags:[]},{name:"mdi-send-check-outline",tags:[]},{name:"mdi-send-circle",tags:[]},{name:"mdi-send-circle-outline",tags:[]},{name:"mdi-send-clock",tags:[]},{name:"mdi-send-clock-outline",tags:[]},{name:"mdi-send-lock",tags:[]},{name:"mdi-send-lock-outline",tags:[]},{name:"mdi-send-outline",tags:[]},{name:"mdi-serial-port",tags:[]},{name:"mdi-server",tags:[]},{name:"mdi-server-minus",tags:[]},{name:"mdi-server-network",tags:[]},{name:"mdi-server-network-off",tags:[]},{name:"mdi-server-off",tags:[]},{name:"mdi-server-plus",tags:[]},{name:"mdi-server-remove",tags:[]},{name:"mdi-server-security",tags:[]},{name:"mdi-set-all",tags:[]},{name:"mdi-set-center",tags:[]},{name:"mdi-set-center-right",tags:[]},{name:"mdi-set-left",tags:[]},{name:"mdi-set-left-center",tags:[]},{name:"mdi-set-left-right",tags:[]},{name:"mdi-set-merge",tags:[]},{name:"mdi-set-none",tags:[]},{name:"mdi-set-right",tags:[]},{name:"mdi-set-split",tags:[]},{name:"mdi-set-square",tags:[]},{name:"mdi-set-top-box",tags:[]},{name:"mdi-settings-helper",tags:[]},{name:"mdi-shaker",tags:[]},{name:"mdi-shaker-outline",tags:[]},{name:"mdi-shape",tags:[]},{name:"mdi-shape-circle-plus",tags:[]},{name:"mdi-shape-outline",tags:[]},{name:"mdi-shape-oval-plus",tags:[]},{name:"mdi-shape-plus",tags:[]},{name:"mdi-shape-polygon-plus",tags:[]},{name:"mdi-shape-rectangle-plus",tags:[]},{name:"mdi-shape-square-plus",tags:[]},{name:"mdi-shape-square-rounded-plus",tags:[]},{name:"mdi-share",tags:[]},{name:"mdi-share-all",tags:[]},{name:"mdi-share-all-outline",tags:[]},{name:"mdi-share-circle",tags:[]},{name:"mdi-share-off",tags:[]},{name:"mdi-share-off-outline",tags:[]},{name:"mdi-share-outline",tags:[]},{name:"mdi-share-variant",tags:[]},{name:"mdi-share-variant-outline",tags:[]},{name:"mdi-shark-fin",tags:[]},{name:"mdi-shark-fin-outline",tags:[]},{name:"mdi-sheep",tags:[]},{name:"mdi-shield",tags:[]},{name:"mdi-shield-account",tags:[]},{name:"mdi-shield-account-outline",tags:[]},{name:"mdi-shield-account-variant",tags:[]},{name:"mdi-shield-account-variant-outline",tags:[]},{name:"mdi-shield-airplane",tags:[]},{name:"mdi-shield-airplane-outline",tags:[]},{name:"mdi-shield-alert",tags:[]},{name:"mdi-shield-alert-outline",tags:[]},{name:"mdi-shield-bug",tags:[]},{name:"mdi-shield-bug-outline",tags:[]},{name:"mdi-shield-car",tags:[]},{name:"mdi-shield-check",tags:[]},{name:"mdi-shield-check-outline",tags:[]},{name:"mdi-shield-cross",tags:[]},{name:"mdi-shield-cross-outline",tags:[]},{name:"mdi-shield-edit",tags:[]},{name:"mdi-shield-edit-outline",tags:[]},{name:"mdi-shield-half",tags:[]},{name:"mdi-shield-half-full",tags:[]},{name:"mdi-shield-home",tags:[]},{name:"mdi-shield-home-outline",tags:[]},{name:"mdi-shield-key",tags:[]},{name:"mdi-shield-key-outline",tags:[]},{name:"mdi-shield-link-variant",tags:[]},{name:"mdi-shield-link-variant-outline",tags:[]},{name:"mdi-shield-lock",tags:[]},{name:"mdi-shield-lock-outline",tags:[]},{name:"mdi-shield-off",tags:[]},{name:"mdi-shield-off-outline",tags:[]},{name:"mdi-shield-outline",tags:[]},{name:"mdi-shield-plus",tags:[]},{name:"mdi-shield-plus-outline",tags:[]},{name:"mdi-shield-refresh",tags:[]},{name:"mdi-shield-refresh-outline",tags:[]},{name:"mdi-shield-remove",tags:[]},{name:"mdi-shield-remove-outline",tags:[]},{name:"mdi-shield-search",tags:[]},{name:"mdi-shield-star",tags:[]},{name:"mdi-shield-star-outline",tags:[]},{name:"mdi-shield-sun",tags:[]},{name:"mdi-shield-sun-outline",tags:[]},{name:"mdi-shield-sync",tags:[]},{name:"mdi-shield-sync-outline",tags:[]},{name:"mdi-ship-wheel",tags:[]},{name:"mdi-shoe-ballet",tags:[]},{name:"mdi-shoe-cleat",tags:[]},{name:"mdi-shoe-formal",tags:[]},{name:"mdi-shoe-heel",tags:[]},{name:"mdi-shoe-print",tags:[]},{name:"mdi-shoe-sneaker",tags:[]},{name:"mdi-shopping",tags:[]},{name:"mdi-shopping-music",tags:[]},{name:"mdi-shopping-outline",tags:[]},{name:"mdi-shopping-search",tags:[]},{name:"mdi-shore",tags:[]},{name:"mdi-shovel",tags:[]},{name:"mdi-shovel-off",tags:[]},{name:"mdi-shower",tags:[]},{name:"mdi-shower-head",tags:[]},{name:"mdi-shredder",tags:[]},{name:"mdi-shuffle",tags:[]},{name:"mdi-shuffle-disabled",tags:[]},{name:"mdi-shuffle-variant",tags:[]},{name:"mdi-shuriken",tags:[]},{name:"mdi-sigma",tags:[]},{name:"mdi-sigma-lower",tags:[]},{name:"mdi-sign-caution",tags:[]},{name:"mdi-sign-direction",tags:[]},{name:"mdi-sign-direction-minus",tags:[]},{name:"mdi-sign-direction-plus",tags:[]},{name:"mdi-sign-direction-remove",tags:[]},{name:"mdi-sign-pole",tags:[]},{name:"mdi-sign-real-estate",tags:[]},{name:"mdi-sign-text",tags:[]},{name:"mdi-signal",tags:[]},{name:"mdi-signal-2g",tags:[]},{name:"mdi-signal-3g",tags:[]},{name:"mdi-signal-4g",tags:[]},{name:"mdi-signal-5g",tags:[]},{name:"mdi-signal-cellular-1",tags:[]},{name:"mdi-signal-cellular-2",tags:[]},{name:"mdi-signal-cellular-3",tags:[]},{name:"mdi-signal-cellular-outline",tags:[]},{name:"mdi-signal-distance-variant",tags:[]},{name:"mdi-signal-hspa",tags:[]},{name:"mdi-signal-hspa-plus",tags:[]},{name:"mdi-signal-off",tags:[]},{name:"mdi-signal-variant",tags:[]},{name:"mdi-signature",tags:[]},{name:"mdi-signature-freehand",tags:[]},{name:"mdi-signature-image",tags:[]},{name:"mdi-signature-text",tags:[]},{name:"mdi-silo",tags:[]},{name:"mdi-silverware",tags:[]},{name:"mdi-silverware-clean",tags:[]},{name:"mdi-silverware-fork",tags:[]},{name:"mdi-silverware-fork-knife",tags:[]},{name:"mdi-silverware-spoon",tags:[]},{name:"mdi-silverware-variant",tags:[]},{name:"mdi-sim",tags:[]},{name:"mdi-sim-alert",tags:[]},{name:"mdi-sim-alert-outline",tags:[]},{name:"mdi-sim-off",tags:[]},{name:"mdi-sim-off-outline",tags:[]},{name:"mdi-sim-outline",tags:[]},{name:"mdi-simple-icons",tags:[]},{name:"mdi-sina-weibo",tags:[]},{name:"mdi-sine-wave",tags:[]},{name:"mdi-sitemap",tags:[]},{name:"mdi-size-l",tags:[]},{name:"mdi-size-m",tags:[]},{name:"mdi-size-s",tags:[]},{name:"mdi-size-xl",tags:[]},{name:"mdi-size-xs",tags:[]},{name:"mdi-size-xxl",tags:[]},{name:"mdi-size-xxs",tags:[]},{name:"mdi-size-xxxl",tags:[]},{name:"mdi-skate",tags:[]},{name:"mdi-skateboard",tags:[]},{name:"mdi-skew-less",tags:[]},{name:"mdi-skew-more",tags:[]},{name:"mdi-ski",tags:[]},{name:"mdi-ski-cross-country",tags:[]},{name:"mdi-ski-water",tags:[]},{name:"mdi-skip-backward",tags:[]},{name:"mdi-skip-backward-outline",tags:[]},{name:"mdi-skip-forward",tags:[]},{name:"mdi-skip-forward-outline",tags:[]},{name:"mdi-skip-next",tags:[]},{name:"mdi-skip-next-circle",tags:[]},{name:"mdi-skip-next-circle-outline",tags:[]},{name:"mdi-skip-next-outline",tags:[]},{name:"mdi-skip-previous",tags:[]},{name:"mdi-skip-previous-circle",tags:[]},{name:"mdi-skip-previous-circle-outline",tags:[]},{name:"mdi-skip-previous-outline",tags:[]},{name:"mdi-skull",tags:[]},{name:"mdi-skull-crossbones",tags:[]},{name:"mdi-skull-crossbones-outline",tags:[]},{name:"mdi-skull-outline",tags:[]},{name:"mdi-skull-scan",tags:[]},{name:"mdi-skull-scan-outline",tags:[]},{name:"mdi-skype",tags:[]},{name:"mdi-skype-business",tags:[]},{name:"mdi-slack",tags:[]},{name:"mdi-slash-forward",tags:[]},{name:"mdi-slash-forward-box",tags:[]},{name:"mdi-sleep",tags:[]},{name:"mdi-sleep-off",tags:[]},{name:"mdi-slide",tags:[]},{name:"mdi-slope-downhill",tags:[]},{name:"mdi-slope-uphill",tags:[]},{name:"mdi-slot-machine",tags:[]},{name:"mdi-slot-machine-outline",tags:[]},{name:"mdi-smart-card",tags:[]},{name:"mdi-smart-card-outline",tags:[]},{name:"mdi-smart-card-reader",tags:[]},{name:"mdi-smart-card-reader-outline",tags:[]},{name:"mdi-smog",tags:[]},{name:"mdi-smoke-detector",tags:[]},{name:"mdi-smoking",tags:[]},{name:"mdi-smoking-off",tags:[]},{name:"mdi-smoking-pipe",tags:[]},{name:"mdi-smoking-pipe-off",tags:[]},{name:"mdi-snail",tags:[]},{name:"mdi-snake",tags:[]},{name:"mdi-snapchat",tags:[]},{name:"mdi-snowboard",tags:[]},{name:"mdi-snowflake",tags:[]},{name:"mdi-snowflake-alert",tags:[]},{name:"mdi-snowflake-melt",tags:[]},{name:"mdi-snowflake-off",tags:[]},{name:"mdi-snowflake-variant",tags:[]},{name:"mdi-snowman",tags:[]},{name:"mdi-soccer",tags:[]},{name:"mdi-soccer-field",tags:[]},{name:"mdi-social-distance-2-meters",tags:[]},{name:"mdi-social-distance-6-feet",tags:[]},{name:"mdi-sofa",tags:[]},{name:"mdi-sofa-outline",tags:[]},{name:"mdi-sofa-single",tags:[]},{name:"mdi-sofa-single-outline",tags:[]},{name:"mdi-solar-panel",tags:[]},{name:"mdi-solar-panel-large",tags:[]},{name:"mdi-solar-power",tags:[]},{name:"mdi-soldering-iron",tags:[]},{name:"mdi-solid",tags:[]},{name:"mdi-sony-playstation",tags:[]},{name:"mdi-sort",tags:[]},{name:"mdi-sort-alphabetical-ascending",tags:[]},{name:"mdi-sort-alphabetical-ascending-variant",tags:[]},{name:"mdi-sort-alphabetical-descending",tags:[]},{name:"mdi-sort-alphabetical-descending-variant",tags:[]},{name:"mdi-sort-alphabetical-variant",tags:[]},{name:"mdi-sort-ascending",tags:[]},{name:"mdi-sort-bool-ascending",tags:[]},{name:"mdi-sort-bool-ascending-variant",tags:[]},{name:"mdi-sort-bool-descending",tags:[]},{name:"mdi-sort-bool-descending-variant",tags:[]},{name:"mdi-sort-calendar-ascending",tags:[]},{name:"mdi-sort-calendar-descending",tags:[]},{name:"mdi-sort-clock-ascending",tags:[]},{name:"mdi-sort-clock-ascending-outline",tags:[]},{name:"mdi-sort-clock-descending",tags:[]},{name:"mdi-sort-clock-descending-outline",tags:[]},{name:"mdi-sort-descending",tags:[]},{name:"mdi-sort-numeric-ascending",tags:[]},{name:"mdi-sort-numeric-ascending-variant",tags:[]},{name:"mdi-sort-numeric-descending",tags:[]},{name:"mdi-sort-numeric-descending-variant",tags:[]},{name:"mdi-sort-numeric-variant",tags:[]},{name:"mdi-sort-reverse-variant",tags:[]},{name:"mdi-sort-variant",tags:[]},{name:"mdi-sort-variant-lock",tags:[]},{name:"mdi-sort-variant-lock-open",tags:[]},{name:"mdi-sort-variant-remove",tags:[]},{name:"mdi-soundcloud",tags:[]},{name:"mdi-source-branch",tags:[]},{name:"mdi-source-branch-check",tags:[]},{name:"mdi-source-branch-minus",tags:[]},{name:"mdi-source-branch-plus",tags:[]},{name:"mdi-source-branch-refresh",tags:[]},{name:"mdi-source-branch-remove",tags:[]},{name:"mdi-source-branch-sync",tags:[]},{name:"mdi-source-commit",tags:[]},{name:"mdi-source-commit-end",tags:[]},{name:"mdi-source-commit-end-local",tags:[]},{name:"mdi-source-commit-local",tags:[]},{name:"mdi-source-commit-next-local",tags:[]},{name:"mdi-source-commit-start",tags:[]},{name:"mdi-source-commit-start-next-local",tags:[]},{name:"mdi-source-fork",tags:[]},{name:"mdi-source-merge",tags:[]},{name:"mdi-source-pull",tags:[]},{name:"mdi-source-repository",tags:[]},{name:"mdi-source-repository-multiple",tags:[]},{name:"mdi-soy-sauce",tags:[]},{name:"mdi-soy-sauce-off",tags:[]},{name:"mdi-spa",tags:[]},{name:"mdi-spa-outline",tags:[]},{name:"mdi-space-invaders",tags:[]},{name:"mdi-space-station",tags:[]},{name:"mdi-spade",tags:[]},{name:"mdi-sparkles",tags:[]},{name:"mdi-speaker",tags:[]},{name:"mdi-speaker-bluetooth",tags:[]},{name:"mdi-speaker-multiple",tags:[]},{name:"mdi-speaker-off",tags:[]},{name:"mdi-speaker-wireless",tags:[]},{name:"mdi-speedometer",tags:[]},{name:"mdi-speedometer-medium",tags:[]},{name:"mdi-speedometer-slow",tags:[]},{name:"mdi-spellcheck",tags:[]},{name:"mdi-spider",tags:[]},{name:"mdi-spider-thread",tags:[]},{name:"mdi-spider-web",tags:[]},{name:"mdi-spirit-level",tags:[]},{name:"mdi-spoon-sugar",tags:[]},{name:"mdi-spotify",tags:[]},{name:"mdi-spotlight",tags:[]},{name:"mdi-spotlight-beam",tags:[]},{name:"mdi-spray",tags:[]},{name:"mdi-spray-bottle",tags:[]},{name:"mdi-sprinkler",tags:[]},{name:"mdi-sprinkler-variant",tags:[]},{name:"mdi-sprout",tags:[]},{name:"mdi-sprout-outline",tags:[]},{name:"mdi-square",tags:[]},{name:"mdi-square-circle",tags:[]},{name:"mdi-square-edit-outline",tags:[]},{name:"mdi-square-medium",tags:[]},{name:"mdi-square-medium-outline",tags:[]},{name:"mdi-square-off",tags:[]},{name:"mdi-square-off-outline",tags:[]},{name:"mdi-square-outline",tags:[]},{name:"mdi-square-root",tags:[]},{name:"mdi-square-root-box",tags:[]},{name:"mdi-square-rounded",tags:[]},{name:"mdi-square-rounded-outline",tags:[]},{name:"mdi-square-small",tags:[]},{name:"mdi-square-wave",tags:[]},{name:"mdi-squeegee",tags:[]},{name:"mdi-ssh",tags:[]},{name:"mdi-stack-exchange",tags:[]},{name:"mdi-stack-overflow",tags:[]},{name:"mdi-stackpath",tags:[]},{name:"mdi-stadium",tags:[]},{name:"mdi-stadium-variant",tags:[]},{name:"mdi-stairs",tags:[]},{name:"mdi-stairs-box",tags:[]},{name:"mdi-stairs-down",tags:[]},{name:"mdi-stairs-up",tags:[]},{name:"mdi-stamper",tags:[]},{name:"mdi-standard-definition",tags:[]},{name:"mdi-star",tags:[]},{name:"mdi-star-box",tags:[]},{name:"mdi-star-box-multiple",tags:[]},{name:"mdi-star-box-multiple-outline",tags:[]},{name:"mdi-star-box-outline",tags:[]},{name:"mdi-star-check",tags:[]},{name:"mdi-star-check-outline",tags:[]},{name:"mdi-star-circle",tags:[]},{name:"mdi-star-circle-outline",tags:[]},{name:"mdi-star-cog",tags:[]},{name:"mdi-star-cog-outline",tags:[]},{name:"mdi-star-face",tags:[]},{name:"mdi-star-four-points",tags:[]},{name:"mdi-star-four-points-outline",tags:[]},{name:"mdi-star-half",tags:[]},{name:"mdi-star-half-full",tags:[]},{name:"mdi-star-minus",tags:[]},{name:"mdi-star-minus-outline",tags:[]},{name:"mdi-star-off",tags:[]},{name:"mdi-star-off-outline",tags:[]},{name:"mdi-star-outline",tags:[]},{name:"mdi-star-plus",tags:[]},{name:"mdi-star-plus-outline",tags:[]},{name:"mdi-star-remove",tags:[]},{name:"mdi-star-remove-outline",tags:[]},{name:"mdi-star-settings",tags:[]},{name:"mdi-star-settings-outline",tags:[]},{name:"mdi-star-shooting",tags:[]},{name:"mdi-star-shooting-outline",tags:[]},{name:"mdi-star-three-points",tags:[]},{name:"mdi-star-three-points-outline",tags:[]},{name:"mdi-state-machine",tags:[]},{name:"mdi-steam",tags:[]},{name:"mdi-steering",tags:[]},{name:"mdi-steering-off",tags:[]},{name:"mdi-step-backward",tags:[]},{name:"mdi-step-backward-2",tags:[]},{name:"mdi-step-forward",tags:[]},{name:"mdi-step-forward-2",tags:[]},{name:"mdi-stethoscope",tags:[]},{name:"mdi-sticker",tags:[]},{name:"mdi-sticker-alert",tags:[]},{name:"mdi-sticker-alert-outline",tags:[]},{name:"mdi-sticker-check",tags:[]},{name:"mdi-sticker-check-outline",tags:[]},{name:"mdi-sticker-circle-outline",tags:[]},{name:"mdi-sticker-emoji",tags:[]},{name:"mdi-sticker-minus",tags:[]},{name:"mdi-sticker-minus-outline",tags:[]},{name:"mdi-sticker-outline",tags:[]},{name:"mdi-sticker-plus",tags:[]},{name:"mdi-sticker-plus-outline",tags:[]},{name:"mdi-sticker-remove",tags:[]},{name:"mdi-sticker-remove-outline",tags:[]},{name:"mdi-stocking",tags:[]},{name:"mdi-stomach",tags:[]},{name:"mdi-stop",tags:[]},{name:"mdi-stop-circle",tags:[]},{name:"mdi-stop-circle-outline",tags:[]},{name:"mdi-store",tags:[]},{name:"mdi-store-24-hour",tags:[]},{name:"mdi-store-minus",tags:[]},{name:"mdi-store-outline",tags:[]},{name:"mdi-store-plus",tags:[]},{name:"mdi-store-remove",tags:[]},{name:"mdi-storefront",tags:[]},{name:"mdi-storefront-outline",tags:[]},{name:"mdi-stove",tags:[]},{name:"mdi-strategy",tags:[]},{name:"mdi-stretch-to-page",tags:[]},{name:"mdi-stretch-to-page-outline",tags:[]},{name:"mdi-string-lights",tags:[]},{name:"mdi-string-lights-off",tags:[]},{name:"mdi-subdirectory-arrow-left",tags:[]},{name:"mdi-subdirectory-arrow-right",tags:[]},{name:"mdi-submarine",tags:[]},{name:"mdi-subtitles",tags:[]},{name:"mdi-subtitles-outline",tags:[]},{name:"mdi-subway",tags:[]},{name:"mdi-subway-alert-variant",tags:[]},{name:"mdi-subway-variant",tags:[]},{name:"mdi-summit",tags:[]},{name:"mdi-sunglasses",tags:[]},{name:"mdi-surround-sound",tags:[]},{name:"mdi-surround-sound-2-0",tags:[]},{name:"mdi-surround-sound-2-1",tags:[]},{name:"mdi-surround-sound-3-1",tags:[]},{name:"mdi-surround-sound-5-1",tags:[]},{name:"mdi-surround-sound-5-1-2",tags:[]},{name:"mdi-surround-sound-7-1",tags:[]},{name:"mdi-svg",tags:[]},{name:"mdi-swap-horizontal",tags:[]},{name:"mdi-swap-horizontal-bold",tags:[]},{name:"mdi-swap-horizontal-circle",tags:[]},{name:"mdi-swap-horizontal-circle-outline",tags:[]},{name:"mdi-swap-horizontal-variant",tags:[]},{name:"mdi-swap-vertical",tags:[]},{name:"mdi-swap-vertical-bold",tags:[]},{name:"mdi-swap-vertical-circle",tags:[]},{name:"mdi-swap-vertical-circle-outline",tags:[]},{name:"mdi-swap-vertical-variant",tags:[]},{name:"mdi-swim",tags:[]},{name:"mdi-switch",tags:[]},{name:"mdi-sword",tags:[]},{name:"mdi-sword-cross",tags:[]},{name:"mdi-syllabary-hangul",tags:[]},{name:"mdi-syllabary-hiragana",tags:[]},{name:"mdi-syllabary-katakana",tags:[]},{name:"mdi-syllabary-katakana-halfwidth",tags:[]},{name:"mdi-symbol",tags:[]},{name:"mdi-symfony",tags:[]},{name:"mdi-sync",tags:[]},{name:"mdi-sync-alert",tags:[]},{name:"mdi-sync-circle",tags:[]},{name:"mdi-sync-off",tags:[]},{name:"mdi-tab",tags:[]},{name:"mdi-tab-minus",tags:[]},{name:"mdi-tab-plus",tags:[]},{name:"mdi-tab-remove",tags:[]},{name:"mdi-tab-unselected",tags:[]},{name:"mdi-table",tags:[]},{name:"mdi-table-account",tags:[]},{name:"mdi-table-alert",tags:[]},{name:"mdi-table-arrow-down",tags:[]},{name:"mdi-table-arrow-left",tags:[]},{name:"mdi-table-arrow-right",tags:[]},{name:"mdi-table-arrow-up",tags:[]},{name:"mdi-table-border",tags:[]},{name:"mdi-table-cancel",tags:[]},{name:"mdi-table-chair",tags:[]},{name:"mdi-table-check",tags:[]},{name:"mdi-table-clock",tags:[]},{name:"mdi-table-cog",tags:[]},{name:"mdi-table-column",tags:[]},{name:"mdi-table-column-plus-after",tags:[]},{name:"mdi-table-column-plus-before",tags:[]},{name:"mdi-table-column-remove",tags:[]},{name:"mdi-table-column-width",tags:[]},{name:"mdi-table-edit",tags:[]},{name:"mdi-table-eye",tags:[]},{name:"mdi-table-eye-off",tags:[]},{name:"mdi-table-furniture",tags:[]},{name:"mdi-table-headers-eye",tags:[]},{name:"mdi-table-headers-eye-off",tags:[]},{name:"mdi-table-heart",tags:[]},{name:"mdi-table-key",tags:[]},{name:"mdi-table-large",tags:[]},{name:"mdi-table-large-plus",tags:[]},{name:"mdi-table-large-remove",tags:[]},{name:"mdi-table-lock",tags:[]},{name:"mdi-table-merge-cells",tags:[]},{name:"mdi-table-minus",tags:[]},{name:"mdi-table-multiple",tags:[]},{name:"mdi-table-network",tags:[]},{name:"mdi-table-of-contents",tags:[]},{name:"mdi-table-off",tags:[]},{name:"mdi-table-picnic",tags:[]},{name:"mdi-table-plus",tags:[]},{name:"mdi-table-refresh",tags:[]},{name:"mdi-table-remove",tags:[]},{name:"mdi-table-row",tags:[]},{name:"mdi-table-row-height",tags:[]},{name:"mdi-table-row-plus-after",tags:[]},{name:"mdi-table-row-plus-before",tags:[]},{name:"mdi-table-row-remove",tags:[]},{name:"mdi-table-search",tags:[]},{name:"mdi-table-settings",tags:[]},{name:"mdi-table-split-cell",tags:[]},{name:"mdi-table-star",tags:[]},{name:"mdi-table-sync",tags:[]},{name:"mdi-table-tennis",tags:[]},{name:"mdi-tablet",tags:[]},{name:"mdi-tablet-android",tags:[]},{name:"mdi-tablet-cellphone",tags:[]},{name:"mdi-tablet-dashboard",tags:[]},{name:"mdi-tablet-ipad",tags:[]},{name:"mdi-taco",tags:[]},{name:"mdi-tag",tags:[]},{name:"mdi-tag-arrow-down",tags:[]},{name:"mdi-tag-arrow-down-outline",tags:[]},{name:"mdi-tag-arrow-left",tags:[]},{name:"mdi-tag-arrow-left-outline",tags:[]},{name:"mdi-tag-arrow-right",tags:[]},{name:"mdi-tag-arrow-right-outline",tags:[]},{name:"mdi-tag-arrow-up",tags:[]},{name:"mdi-tag-arrow-up-outline",tags:[]},{name:"mdi-tag-faces",tags:[]},{name:"mdi-tag-heart",tags:[]},{name:"mdi-tag-heart-outline",tags:[]},{name:"mdi-tag-minus",tags:[]},{name:"mdi-tag-minus-outline",tags:[]},{name:"mdi-tag-multiple",tags:[]},{name:"mdi-tag-multiple-outline",tags:[]},{name:"mdi-tag-off",tags:[]},{name:"mdi-tag-off-outline",tags:[]},{name:"mdi-tag-outline",tags:[]},{name:"mdi-tag-plus",tags:[]},{name:"mdi-tag-plus-outline",tags:[]},{name:"mdi-tag-remove",tags:[]},{name:"mdi-tag-remove-outline",tags:[]},{name:"mdi-tag-text",tags:[]},{name:"mdi-tag-text-outline",tags:[]},{name:"mdi-tailwind",tags:[]},{name:"mdi-tank",tags:[]},{name:"mdi-tanker-truck",tags:[]},{name:"mdi-tape-drive",tags:[]},{name:"mdi-tape-measure",tags:[]},{name:"mdi-target",tags:[]},{name:"mdi-target-account",tags:[]},{name:"mdi-target-variant",tags:[]},{name:"mdi-taxi",tags:[]},{name:"mdi-tea",tags:[]},{name:"mdi-tea-outline",tags:[]},{name:"mdi-teach",tags:[]},{name:"mdi-teamviewer",tags:[]},{name:"mdi-telegram",tags:[]},{name:"mdi-telescope",tags:[]},{name:"mdi-television",tags:[]},{name:"mdi-television-ambient-light",tags:[]},{name:"mdi-television-box",tags:[]},{name:"mdi-television-classic",tags:[]},{name:"mdi-television-classic-off",tags:[]},{name:"mdi-television-clean",tags:[]},{name:"mdi-television-guide",tags:[]},{name:"mdi-television-off",tags:[]},{name:"mdi-television-pause",tags:[]},{name:"mdi-television-play",tags:[]},{name:"mdi-television-stop",tags:[]},{name:"mdi-temperature-celsius",tags:[]},{name:"mdi-temperature-fahrenheit",tags:[]},{name:"mdi-temperature-kelvin",tags:[]},{name:"mdi-tennis",tags:[]},{name:"mdi-tennis-ball",tags:[]},{name:"mdi-tent",tags:[]},{name:"mdi-terraform",tags:[]},{name:"mdi-terrain",tags:[]},{name:"mdi-test-tube",tags:[]},{name:"mdi-test-tube-empty",tags:[]},{name:"mdi-test-tube-off",tags:[]},{name:"mdi-text",tags:[]},{name:"mdi-text-account",tags:[]},{name:"mdi-text-box",tags:[]},{name:"mdi-text-box-check",tags:[]},{name:"mdi-text-box-check-outline",tags:[]},{name:"mdi-text-box-minus",tags:[]},{name:"mdi-text-box-minus-outline",tags:[]},{name:"mdi-text-box-multiple",tags:[]},{name:"mdi-text-box-multiple-outline",tags:[]},{name:"mdi-text-box-outline",tags:[]},{name:"mdi-text-box-plus",tags:[]},{name:"mdi-text-box-plus-outline",tags:[]},{name:"mdi-text-box-remove",tags:[]},{name:"mdi-text-box-remove-outline",tags:[]},{name:"mdi-text-box-search",tags:[]},{name:"mdi-text-box-search-outline",tags:[]},{name:"mdi-text-recognition",tags:[]},{name:"mdi-text-search",tags:[]},{name:"mdi-text-shadow",tags:[]},{name:"mdi-text-short",tags:[]},{name:"mdi-text-subject",tags:[]},{name:"mdi-text-to-speech",tags:[]},{name:"mdi-text-to-speech-off",tags:[]},{name:"mdi-texture",tags:[]},{name:"mdi-texture-box",tags:[]},{name:"mdi-theater",tags:[]},{name:"mdi-theme-light-dark",tags:[]},{name:"mdi-thermometer",tags:[]},{name:"mdi-thermometer-alert",tags:[]},{name:"mdi-thermometer-chevron-down",tags:[]},{name:"mdi-thermometer-chevron-up",tags:[]},{name:"mdi-thermometer-high",tags:[]},{name:"mdi-thermometer-lines",tags:[]},{name:"mdi-thermometer-low",tags:[]},{name:"mdi-thermometer-minus",tags:[]},{name:"mdi-thermometer-off",tags:[]},{name:"mdi-thermometer-plus",tags:[]},{name:"mdi-thermostat",tags:[]},{name:"mdi-thermostat-box",tags:[]},{name:"mdi-thought-bubble",tags:[]},{name:"mdi-thought-bubble-outline",tags:[]},{name:"mdi-thumb-down",tags:[]},{name:"mdi-thumb-down-outline",tags:[]},{name:"mdi-thumb-up",tags:[]},{name:"mdi-thumb-up-outline",tags:[]},{name:"mdi-thumbs-up-down",tags:[]},{name:"mdi-ticket",tags:[]},{name:"mdi-ticket-account",tags:[]},{name:"mdi-ticket-confirmation",tags:[]},{name:"mdi-ticket-confirmation-outline",tags:[]},{name:"mdi-ticket-outline",tags:[]},{name:"mdi-ticket-percent",tags:[]},{name:"mdi-ticket-percent-outline",tags:[]},{name:"mdi-tie",tags:[]},{name:"mdi-tilde",tags:[]},{name:"mdi-timelapse",tags:[]},{name:"mdi-timeline",tags:[]},{name:"mdi-timeline-alert",tags:[]},{name:"mdi-timeline-alert-outline",tags:[]},{name:"mdi-timeline-check",tags:[]},{name:"mdi-timeline-check-outline",tags:[]},{name:"mdi-timeline-clock",tags:[]},{name:"mdi-timeline-clock-outline",tags:[]},{name:"mdi-timeline-help",tags:[]},{name:"mdi-timeline-help-outline",tags:[]},{name:"mdi-timeline-minus",tags:[]},{name:"mdi-timeline-minus-outline",tags:[]},{name:"mdi-timeline-outline",tags:[]},{name:"mdi-timeline-plus",tags:[]},{name:"mdi-timeline-plus-outline",tags:[]},{name:"mdi-timeline-remove",tags:[]},{name:"mdi-timeline-remove-outline",tags:[]},{name:"mdi-timeline-text",tags:[]},{name:"mdi-timeline-text-outline",tags:[]},{name:"mdi-timer",tags:[]},{name:"mdi-timer-10",tags:[]},{name:"mdi-timer-3",tags:[]},{name:"mdi-timer-off",tags:[]},{name:"mdi-timer-off-outline",tags:[]},{name:"mdi-timer-outline",tags:[]},{name:"mdi-timer-sand",tags:[]},{name:"mdi-timer-sand-empty",tags:[]},{name:"mdi-timer-sand-full",tags:[]},{name:"mdi-timetable",tags:[]},{name:"mdi-toaster",tags:[]},{name:"mdi-toaster-off",tags:[]},{name:"mdi-toaster-oven",tags:[]},{name:"mdi-toggle-switch",tags:[]},{name:"mdi-toggle-switch-off",tags:[]},{name:"mdi-toggle-switch-off-outline",tags:[]},{name:"mdi-toggle-switch-outline",tags:[]},{name:"mdi-toilet",tags:[]},{name:"mdi-toolbox",tags:[]},{name:"mdi-toolbox-outline",tags:[]},{name:"mdi-tools",tags:[]},{name:"mdi-tooltip",tags:[]},{name:"mdi-tooltip-account",tags:[]},{name:"mdi-tooltip-check",tags:[]},{name:"mdi-tooltip-check-outline",tags:[]},{name:"mdi-tooltip-edit",tags:[]},{name:"mdi-tooltip-edit-outline",tags:[]},{name:"mdi-tooltip-image",tags:[]},{name:"mdi-tooltip-image-outline",tags:[]},{name:"mdi-tooltip-minus",tags:[]},{name:"mdi-tooltip-minus-outline",tags:[]},{name:"mdi-tooltip-outline",tags:[]},{name:"mdi-tooltip-plus",tags:[]},{name:"mdi-tooltip-plus-outline",tags:[]},{name:"mdi-tooltip-remove",tags:[]},{name:"mdi-tooltip-remove-outline",tags:[]},{name:"mdi-tooltip-text",tags:[]},{name:"mdi-tooltip-text-outline",tags:[]},{name:"mdi-tooth",tags:[]},{name:"mdi-tooth-outline",tags:[]},{name:"mdi-toothbrush",tags:[]},{name:"mdi-toothbrush-electric",tags:[]},{name:"mdi-toothbrush-paste",tags:[]},{name:"mdi-torch",tags:[]},{name:"mdi-tortoise",tags:[]},{name:"mdi-toslink",tags:[]},{name:"mdi-tournament",tags:[]},{name:"mdi-tow-truck",tags:[]},{name:"mdi-tower-beach",tags:[]},{name:"mdi-tower-fire",tags:[]},{name:"mdi-toy-brick",tags:[]},{name:"mdi-toy-brick-marker",tags:[]},{name:"mdi-toy-brick-marker-outline",tags:[]},{name:"mdi-toy-brick-minus",tags:[]},{name:"mdi-toy-brick-minus-outline",tags:[]},{name:"mdi-toy-brick-outline",tags:[]},{name:"mdi-toy-brick-plus",tags:[]},{name:"mdi-toy-brick-plus-outline",tags:[]},{name:"mdi-toy-brick-remove",tags:[]},{name:"mdi-toy-brick-remove-outline",tags:[]},{name:"mdi-toy-brick-search",tags:[]},{name:"mdi-toy-brick-search-outline",tags:[]},{name:"mdi-track-light",tags:[]},{name:"mdi-trackpad",tags:[]},{name:"mdi-trackpad-lock",tags:[]},{name:"mdi-tractor",tags:[]},{name:"mdi-tractor-variant",tags:[]},{name:"mdi-trademark",tags:[]},{name:"mdi-traffic-cone",tags:[]},{name:"mdi-traffic-light",tags:[]},{name:"mdi-train",tags:[]},{name:"mdi-train-car",tags:[]},{name:"mdi-train-car-passenger",tags:[]},{name:"mdi-train-car-passenger-door",tags:[]},{name:"mdi-train-car-passenger-door-open",tags:[]},{name:"mdi-train-car-passenger-variant",tags:[]},{name:"mdi-train-variant",tags:[]},{name:"mdi-tram",tags:[]},{name:"mdi-tram-side",tags:[]},{name:"mdi-transcribe",tags:[]},{name:"mdi-transcribe-close",tags:[]},{name:"mdi-transfer",tags:[]},{name:"mdi-transfer-down",tags:[]},{name:"mdi-transfer-left",tags:[]},{name:"mdi-transfer-right",tags:[]},{name:"mdi-transfer-up",tags:[]},{name:"mdi-transit-connection",tags:[]},{name:"mdi-transit-connection-horizontal",tags:[]},{name:"mdi-transit-connection-variant",tags:[]},{name:"mdi-transit-detour",tags:[]},{name:"mdi-transit-skip",tags:[]},{name:"mdi-transit-transfer",tags:[]},{name:"mdi-transition",tags:[]},{name:"mdi-transition-masked",tags:[]},{name:"mdi-translate",tags:[]},{name:"mdi-translate-off",tags:[]},{name:"mdi-transmission-tower",tags:[]},{name:"mdi-trash-can",tags:[]},{name:"mdi-trash-can-outline",tags:[]},{name:"mdi-tray",tags:[]},{name:"mdi-tray-alert",tags:[]},{name:"mdi-tray-full",tags:[]},{name:"mdi-tray-minus",tags:[]},{name:"mdi-tray-plus",tags:[]},{name:"mdi-tray-remove",tags:[]},{name:"mdi-treasure-chest",tags:[]},{name:"mdi-tree",tags:[]},{name:"mdi-tree-outline",tags:[]},{name:"mdi-trello",tags:[]},{name:"mdi-trending-down",tags:[]},{name:"mdi-trending-neutral",tags:[]},{name:"mdi-trending-up",tags:[]},{name:"mdi-triangle",tags:[]},{name:"mdi-triangle-outline",tags:[]},{name:"mdi-triangle-wave",tags:[]},{name:"mdi-triforce",tags:[]},{name:"mdi-trophy",tags:[]},{name:"mdi-trophy-award",tags:[]},{name:"mdi-trophy-broken",tags:[]},{name:"mdi-trophy-outline",tags:[]},{name:"mdi-trophy-variant",tags:[]},{name:"mdi-trophy-variant-outline",tags:[]},{name:"mdi-truck",tags:[]},{name:"mdi-truck-check",tags:[]},{name:"mdi-truck-check-outline",tags:[]},{name:"mdi-truck-delivery",tags:[]},{name:"mdi-truck-delivery-outline",tags:[]},{name:"mdi-truck-fast",tags:[]},{name:"mdi-truck-fast-outline",tags:[]},{name:"mdi-truck-outline",tags:[]},{name:"mdi-truck-trailer",tags:[]},{name:"mdi-trumpet",tags:[]},{name:"mdi-tshirt-crew",tags:[]},{name:"mdi-tshirt-crew-outline",tags:[]},{name:"mdi-tshirt-v",tags:[]},{name:"mdi-tshirt-v-outline",tags:[]},{name:"mdi-tumble-dryer",tags:[]},{name:"mdi-tumble-dryer-alert",tags:[]},{name:"mdi-tumble-dryer-off",tags:[]},{name:"mdi-tune",tags:[]},{name:"mdi-tune-variant",tags:[]},{name:"mdi-tune-vertical",tags:[]},{name:"mdi-tune-vertical-variant",tags:[]},{name:"mdi-turkey",tags:[]},{name:"mdi-turnstile",tags:[]},{name:"mdi-turnstile-outline",tags:[]},{name:"mdi-turtle",tags:[]},{name:"mdi-twitch",tags:[]},{name:"mdi-twitter",tags:[]},{name:"mdi-twitter-retweet",tags:[]},{name:"mdi-two-factor-authentication",tags:[]},{name:"mdi-typewriter",tags:[]},{name:"mdi-ubisoft",tags:[]},{name:"mdi-ubuntu",tags:[]},{name:"mdi-ufo",tags:[]},{name:"mdi-ufo-outline",tags:[]},{name:"mdi-ultra-high-definition",tags:[]},{name:"mdi-umbraco",tags:[]},{name:"mdi-umbrella",tags:[]},{name:"mdi-umbrella-closed",tags:[]},{name:"mdi-umbrella-closed-outline",tags:[]},{name:"mdi-umbrella-closed-variant",tags:[]},{name:"mdi-umbrella-outline",tags:[]},{name:"mdi-undo",tags:[]},{name:"mdi-undo-variant",tags:[]},{name:"mdi-unfold-less-horizontal",tags:[]},{name:"mdi-unfold-less-vertical",tags:[]},{name:"mdi-unfold-more-horizontal",tags:[]},{name:"mdi-unfold-more-vertical",tags:[]},{name:"mdi-ungroup",tags:[]},{name:"mdi-unicode",tags:[]},{name:"mdi-unicorn",tags:[]},{name:"mdi-unicorn-variant",tags:[]},{name:"mdi-unicycle",tags:[]},{name:"mdi-unity",tags:[]},{name:"mdi-unreal",tags:[]},{name:"mdi-untappd",tags:[]},{name:"mdi-update",tags:[]},{name:"mdi-upload",tags:[]},{name:"mdi-upload-lock",tags:[]},{name:"mdi-upload-lock-outline",tags:[]},{name:"mdi-upload-multiple",tags:[]},{name:"mdi-upload-network",tags:[]},{name:"mdi-upload-network-outline",tags:[]},{name:"mdi-upload-off",tags:[]},{name:"mdi-upload-off-outline",tags:[]},{name:"mdi-upload-outline",tags:[]},{name:"mdi-usb",tags:[]},{name:"mdi-usb-flash-drive",tags:[]},{name:"mdi-usb-flash-drive-outline",tags:[]},{name:"mdi-usb-port",tags:[]},{name:"mdi-valve",tags:[]},{name:"mdi-valve-closed",tags:[]},{name:"mdi-valve-open",tags:[]},{name:"mdi-van-passenger",tags:[]},{name:"mdi-van-utility",tags:[]},{name:"mdi-vanish",tags:[]},{name:"mdi-vanish-quarter",tags:[]},{name:"mdi-vanity-light",tags:[]},{name:"mdi-variable",tags:[]},{name:"mdi-variable-box",tags:[]},{name:"mdi-vector-arrange-above",tags:[]},{name:"mdi-vector-arrange-below",tags:[]},{name:"mdi-vector-bezier",tags:[]},{name:"mdi-vector-circle",tags:[]},{name:"mdi-vector-circle-variant",tags:[]},{name:"mdi-vector-combine",tags:[]},{name:"mdi-vector-curve",tags:[]},{name:"mdi-vector-difference",tags:[]},{name:"mdi-vector-difference-ab",tags:[]},{name:"mdi-vector-difference-ba",tags:[]},{name:"mdi-vector-ellipse",tags:[]},{name:"mdi-vector-intersection",tags:[]},{name:"mdi-vector-line",tags:[]},{name:"mdi-vector-link",tags:[]},{name:"mdi-vector-point",tags:[]},{name:"mdi-vector-polygon",tags:[]},{name:"mdi-vector-polyline",tags:[]},{name:"mdi-vector-polyline-edit",tags:[]},{name:"mdi-vector-polyline-minus",tags:[]},{name:"mdi-vector-polyline-plus",tags:[]},{name:"mdi-vector-polyline-remove",tags:[]},{name:"mdi-vector-radius",tags:[]},{name:"mdi-vector-rectangle",tags:[]},{name:"mdi-vector-selection",tags:[]},{name:"mdi-vector-square",tags:[]},{name:"mdi-vector-triangle",tags:[]},{name:"mdi-vector-union",tags:[]},{name:"mdi-vhs",tags:[]},{name:"mdi-vibrate",tags:[]},{name:"mdi-vibrate-off",tags:[]},{name:"mdi-video",tags:[]},{name:"mdi-video-3d",tags:[]},{name:"mdi-video-3d-off",tags:[]},{name:"mdi-video-3d-variant",tags:[]},{name:"mdi-video-4k-box",tags:[]},{name:"mdi-video-account",tags:[]},{name:"mdi-video-box",tags:[]},{name:"mdi-video-box-off",tags:[]},{name:"mdi-video-check",tags:[]},{name:"mdi-video-check-outline",tags:[]},{name:"mdi-video-high-definition",tags:[]},{name:"mdi-video-image",tags:[]},{name:"mdi-video-input-antenna",tags:[]},{name:"mdi-video-input-component",tags:[]},{name:"mdi-video-input-hdmi",tags:[]},{name:"mdi-video-input-scart",tags:[]},{name:"mdi-video-input-svideo",tags:[]},{name:"mdi-video-minus",tags:[]},{name:"mdi-video-minus-outline",tags:[]},{name:"mdi-video-off",tags:[]},{name:"mdi-video-off-outline",tags:[]},{name:"mdi-video-outline",tags:[]},{name:"mdi-video-plus",tags:[]},{name:"mdi-video-plus-outline",tags:[]},{name:"mdi-video-stabilization",tags:[]},{name:"mdi-video-switch",tags:[]},{name:"mdi-video-switch-outline",tags:[]},{name:"mdi-video-vintage",tags:[]},{name:"mdi-video-wireless",tags:[]},{name:"mdi-video-wireless-outline",tags:[]},{name:"mdi-view-agenda",tags:[]},{name:"mdi-view-agenda-outline",tags:[]},{name:"mdi-view-array",tags:[]},{name:"mdi-view-array-outline",tags:[]},{name:"mdi-view-carousel",tags:[]},{name:"mdi-view-carousel-outline",tags:[]},{name:"mdi-view-column",tags:[]},{name:"mdi-view-column-outline",tags:[]},{name:"mdi-view-comfy",tags:[]},{name:"mdi-view-comfy-outline",tags:[]},{name:"mdi-view-compact",tags:[]},{name:"mdi-view-compact-outline",tags:[]},{name:"mdi-view-dashboard",tags:[]},{name:"mdi-view-dashboard-outline",tags:[]},{name:"mdi-view-dashboard-variant",tags:[]},{name:"mdi-view-dashboard-variant-outline",tags:[]},{name:"mdi-view-day",tags:[]},{name:"mdi-view-day-outline",tags:[]},{name:"mdi-view-grid",tags:[]},{name:"mdi-view-grid-outline",tags:[]},{name:"mdi-view-grid-plus",tags:[]},{name:"mdi-view-grid-plus-outline",tags:[]},{name:"mdi-view-headline",tags:[]},{name:"mdi-view-list",tags:[]},{name:"mdi-view-list-outline",tags:[]},{name:"mdi-view-module",tags:[]},{name:"mdi-view-module-outline",tags:[]},{name:"mdi-view-parallel",tags:[]},{name:"mdi-view-parallel-outline",tags:[]},{name:"mdi-view-quilt",tags:[]},{name:"mdi-view-quilt-outline",tags:[]},{name:"mdi-view-sequential",tags:[]},{name:"mdi-view-sequential-outline",tags:[]},{name:"mdi-view-split-horizontal",tags:[]},{name:"mdi-view-split-vertical",tags:[]},{name:"mdi-view-stream",tags:[]},{name:"mdi-view-stream-outline",tags:[]},{name:"mdi-view-week",tags:[]},{name:"mdi-view-week-outline",tags:[]},{name:"mdi-vimeo",tags:[]},{name:"mdi-violin",tags:[]},{name:"mdi-virtual-reality",tags:[]},{name:"mdi-virus",tags:[]},{name:"mdi-virus-outline",tags:[]},{name:"mdi-vk",tags:[]},{name:"mdi-vlc",tags:[]},{name:"mdi-voice-off",tags:[]},{name:"mdi-voicemail",tags:[]},{name:"mdi-volleyball",tags:[]},{name:"mdi-volume-high",tags:[]},{name:"mdi-volume-low",tags:[]},{name:"mdi-volume-medium",tags:[]},{name:"mdi-volume-minus",tags:[]},{name:"mdi-volume-mute",tags:[]},{name:"mdi-volume-off",tags:[]},{name:"mdi-volume-plus",tags:[]},{name:"mdi-volume-source",tags:[]},{name:"mdi-volume-variant-off",tags:[]},{name:"mdi-volume-vibrate",tags:[]},{name:"mdi-vote",tags:[]},{name:"mdi-vote-outline",tags:[]},{name:"mdi-vpn",tags:[]},{name:"mdi-vuejs",tags:[]},{name:"mdi-vuetify",tags:[]},{name:"mdi-walk",tags:[]},{name:"mdi-wall",tags:[]},{name:"mdi-wall-sconce",tags:[]},{name:"mdi-wall-sconce-flat",tags:[]},{name:"mdi-wall-sconce-flat-variant",tags:[]},{name:"mdi-wall-sconce-round",tags:[]},{name:"mdi-wall-sconce-round-variant",tags:[]},{name:"mdi-wallet",tags:[]},{name:"mdi-wallet-giftcard",tags:[]},{name:"mdi-wallet-membership",tags:[]},{name:"mdi-wallet-outline",tags:[]},{name:"mdi-wallet-plus",tags:[]},{name:"mdi-wallet-plus-outline",tags:[]},{name:"mdi-wallet-travel",tags:[]},{name:"mdi-wallpaper",tags:[]},{name:"mdi-wan",tags:[]},{name:"mdi-wardrobe",tags:[]},{name:"mdi-wardrobe-outline",tags:[]},{name:"mdi-warehouse",tags:[]},{name:"mdi-washing-machine",tags:[]},{name:"mdi-washing-machine-alert",tags:[]},{name:"mdi-washing-machine-off",tags:[]},{name:"mdi-watch",tags:[]},{name:"mdi-watch-export",tags:[]},{name:"mdi-watch-export-variant",tags:[]},{name:"mdi-watch-import",tags:[]},{name:"mdi-watch-import-variant",tags:[]},{name:"mdi-watch-variant",tags:[]},{name:"mdi-watch-vibrate",tags:[]},{name:"mdi-watch-vibrate-off",tags:[]},{name:"mdi-water",tags:[]},{name:"mdi-water-alert",tags:[]},{name:"mdi-water-alert-outline",tags:[]},{name:"mdi-water-boiler",tags:[]},{name:"mdi-water-boiler-alert",tags:[]},{name:"mdi-water-boiler-off",tags:[]},{name:"mdi-water-check",tags:[]},{name:"mdi-water-check-outline",tags:[]},{name:"mdi-water-minus",tags:[]},{name:"mdi-water-minus-outline",tags:[]},{name:"mdi-water-off",tags:[]},{name:"mdi-water-off-outline",tags:[]},{name:"mdi-water-outline",tags:[]},{name:"mdi-water-percent",tags:[]},{name:"mdi-water-percent-alert",tags:[]},{name:"mdi-water-plus",tags:[]},{name:"mdi-water-plus-outline",tags:[]},{name:"mdi-water-polo",tags:[]},{name:"mdi-water-pump",tags:[]},{name:"mdi-water-pump-off",tags:[]},{name:"mdi-water-remove",tags:[]},{name:"mdi-water-remove-outline",tags:[]},{name:"mdi-water-well",tags:[]},{name:"mdi-water-well-outline",tags:[]},{name:"mdi-watering-can",tags:[]},{name:"mdi-watering-can-outline",tags:[]},{name:"mdi-watermark",tags:[]},{name:"mdi-wave",tags:[]},{name:"mdi-waveform",tags:[]},{name:"mdi-waves",tags:[]},{name:"mdi-waze",tags:[]},{name:"mdi-weather-cloudy",tags:[]},{name:"mdi-weather-cloudy-alert",tags:[]},{name:"mdi-weather-cloudy-arrow-right",tags:[]},{name:"mdi-weather-fog",tags:[]},{name:"mdi-weather-hail",tags:[]},{name:"mdi-weather-hazy",tags:[]},{name:"mdi-weather-hurricane",tags:[]},{name:"mdi-weather-lightning",tags:[]},{name:"mdi-weather-lightning-rainy",tags:[]},{name:"mdi-weather-night",tags:[]},{name:"mdi-weather-night-partly-cloudy",tags:[]},{name:"mdi-weather-partly-cloudy",tags:[]},{name:"mdi-weather-partly-lightning",tags:[]},{name:"mdi-weather-partly-rainy",tags:[]},{name:"mdi-weather-partly-snowy",tags:[]},{name:"mdi-weather-partly-snowy-rainy",tags:[]},{name:"mdi-weather-pouring",tags:[]},{name:"mdi-weather-rainy",tags:[]},{name:"mdi-weather-snowy",tags:[]},{name:"mdi-weather-snowy-heavy",tags:[]},{name:"mdi-weather-snowy-rainy",tags:[]},{name:"mdi-weather-sunny",tags:[]},{name:"mdi-weather-sunny-alert",tags:[]},{name:"mdi-weather-sunny-off",tags:[]},{name:"mdi-weather-sunset",tags:[]},{name:"mdi-weather-sunset-down",tags:[]},{name:"mdi-weather-sunset-up",tags:[]},{name:"mdi-weather-tornado",tags:[]},{name:"mdi-weather-windy",tags:[]},{name:"mdi-weather-windy-variant",tags:[]},{name:"mdi-web",tags:[]},{name:"mdi-web-box",tags:[]},{name:"mdi-web-clock",tags:[]},{name:"mdi-webcam",tags:[]},{name:"mdi-webcam-off",tags:[]},{name:"mdi-webhook",tags:[]},{name:"mdi-webpack",tags:[]},{name:"mdi-webrtc",tags:[]},{name:"mdi-wechat",tags:[]},{name:"mdi-weight",tags:[]},{name:"mdi-weight-gram",tags:[]},{name:"mdi-weight-kilogram",tags:[]},{name:"mdi-weight-lifter",tags:[]},{name:"mdi-weight-pound",tags:[]},{name:"mdi-whatsapp",tags:[]},{name:"mdi-wheel-barrow",tags:[]},{name:"mdi-wheelchair-accessibility",tags:[]},{name:"mdi-whistle",tags:[]},{name:"mdi-whistle-outline",tags:[]},{name:"mdi-white-balance-auto",tags:[]},{name:"mdi-white-balance-incandescent",tags:[]},{name:"mdi-white-balance-iridescent",tags:[]},{name:"mdi-white-balance-sunny",tags:[]},{name:"mdi-widgets",tags:[]},{name:"mdi-widgets-outline",tags:[]},{name:"mdi-wifi",tags:[]},{name:"mdi-wifi-alert",tags:[]},{name:"mdi-wifi-arrow-down",tags:[]},{name:"mdi-wifi-arrow-left",tags:[]},{name:"mdi-wifi-arrow-left-right",tags:[]},{name:"mdi-wifi-arrow-right",tags:[]},{name:"mdi-wifi-arrow-up",tags:[]},{name:"mdi-wifi-arrow-up-down",tags:[]},{name:"mdi-wifi-cancel",tags:[]},{name:"mdi-wifi-check",tags:[]},{name:"mdi-wifi-cog",tags:[]},{name:"mdi-wifi-lock",tags:[]},{name:"mdi-wifi-lock-open",tags:[]},{name:"mdi-wifi-marker",tags:[]},{name:"mdi-wifi-minus",tags:[]},{name:"mdi-wifi-off",tags:[]},{name:"mdi-wifi-plus",tags:[]},{name:"mdi-wifi-refresh",tags:[]},{name:"mdi-wifi-remove",tags:[]},{name:"mdi-wifi-settings",tags:[]},{name:"mdi-wifi-star",tags:[]},{name:"mdi-wifi-strength-1",tags:[]},{name:"mdi-wifi-strength-1-alert",tags:[]},{name:"mdi-wifi-strength-1-lock",tags:[]},{name:"mdi-wifi-strength-1-lock-open",tags:[]},{name:"mdi-wifi-strength-2",tags:[]},{name:"mdi-wifi-strength-2-alert",tags:[]},{name:"mdi-wifi-strength-2-lock",tags:[]},{name:"mdi-wifi-strength-2-lock-open",tags:[]},{name:"mdi-wifi-strength-3",tags:[]},{name:"mdi-wifi-strength-3-alert",tags:[]},{name:"mdi-wifi-strength-3-lock",tags:[]},{name:"mdi-wifi-strength-3-lock-open",tags:[]},{name:"mdi-wifi-strength-4",tags:[]},{name:"mdi-wifi-strength-4-alert",tags:[]},{name:"mdi-wifi-strength-4-lock",tags:[]},{name:"mdi-wifi-strength-4-lock-open",tags:[]},{name:"mdi-wifi-strength-alert-outline",tags:[]},{name:"mdi-wifi-strength-lock-open-outline",tags:[]},{name:"mdi-wifi-strength-lock-outline",tags:[]},{name:"mdi-wifi-strength-off",tags:[]},{name:"mdi-wifi-strength-off-outline",tags:[]},{name:"mdi-wifi-strength-outline",tags:[]},{name:"mdi-wifi-sync",tags:[]},{name:"mdi-wikipedia",tags:[]},{name:"mdi-wind-turbine",tags:[]},{name:"mdi-window-close",tags:[]},{name:"mdi-window-closed",tags:[]},{name:"mdi-window-closed-variant",tags:[]},{name:"mdi-window-maximize",tags:[]},{name:"mdi-window-minimize",tags:[]},{name:"mdi-window-open",tags:[]},{name:"mdi-window-open-variant",tags:[]},{name:"mdi-window-restore",tags:[]},{name:"mdi-window-shutter",tags:[]},{name:"mdi-window-shutter-alert",tags:[]},{name:"mdi-window-shutter-open",tags:[]},{name:"mdi-windsock",tags:[]},{name:"mdi-wiper",tags:[]},{name:"mdi-wiper-wash",tags:[]},{name:"mdi-wizard-hat",tags:[]},{name:"mdi-wordpress",tags:[]},{name:"mdi-wrap",tags:[]},{name:"mdi-wrap-disabled",tags:[]},{name:"mdi-wrench",tags:[]},{name:"mdi-wrench-outline",tags:[]},{name:"mdi-xamarin",tags:[]},{name:"mdi-xamarin-outline",tags:[]},{name:"mdi-xing",tags:[]},{name:"mdi-xml",tags:[]},{name:"mdi-xmpp",tags:[]},{name:"mdi-y-combinator",tags:[]},{name:"mdi-yahoo",tags:[]},{name:"mdi-yeast",tags:[]},{name:"mdi-yin-yang",tags:[]},{name:"mdi-yoga",tags:[]},{name:"mdi-youtube",tags:[]},{name:"mdi-youtube-gaming",tags:[]},{name:"mdi-youtube-studio",tags:[]},{name:"mdi-youtube-subscription",tags:[]},{name:"mdi-youtube-tv",tags:[]},{name:"mdi-yurt",tags:[]},{name:"mdi-z-wave",tags:[]},{name:"mdi-zend",tags:[]},{name:"mdi-zigbee",tags:[]},{name:"mdi-zip-box",tags:[]},{name:"mdi-zip-box-outline",tags:[]},{name:"mdi-zip-disk",tags:[]},{name:"mdi-zodiac-aquarius",tags:[]},{name:"mdi-zodiac-aries",tags:[]},{name:"mdi-zodiac-cancer",tags:[]},{name:"mdi-zodiac-capricorn",tags:[]},{name:"mdi-zodiac-gemini",tags:[]},{name:"mdi-zodiac-leo",tags:[]},{name:"mdi-zodiac-libra",tags:[]},{name:"mdi-zodiac-pisces",tags:[]},{name:"mdi-zodiac-sagittarius",tags:[]},{name:"mdi-zodiac-scorpio",tags:[]},{name:"mdi-zodiac-taurus",tags:[]},{name:"mdi-zodiac-virgo",tags:[]}]}}}); \ No newline at end of file +(function(a){function e(e){for(var m,n,g=e[0],o=e[1],r=e[2],d=0,l=[];d0&&(this.iconsList=this.icons),this.__updatePagination()},computed:{__filteredIcons:function(){var a=this,e=this.iconsList;return e&&(void 0!==this.tags&&""!==this.tags&&null!==this.tags&&this.tags.length>0&&(e=e.filter((function(e){return e.tags.filter((function(e){return a.tags.includes(e)})).length>0}))),void 0!==this.filter&&""!==this.filter&&null!==this.filter&&(e=e.filter((function(e){return e.name.includes(a.filter)})))),e},__displayedIcons:function(){var a=[];return this.iconsList&&(a=this.__filteredIcons,this.pagination&&0!==this.pagination.itemsPerPage&&(a=a.slice(this.__firstItemIndex,this.__lastItemIndex))),a},__computedPagination:function(){return this.__fixPagination(g()(g()({},this.innerPagination),this.pagination))},__firstItemIndex:function(){var a=this.__computedPagination,e=a.page,t=a.itemsPerPage;return(e-1)*t},__lastItemIndex:function(){var a=this.__computedPagination,e=a.page,t=a.itemsPerPage;return e*t},__isFirstPage:function(){return 1===this.__computedPagination.page},__pagesNumber:function(){return 0===this.__computedPagination.itemsPerPage?1:Math.max(1,Math.ceil(this.__filteredIcons.length/this.__computedPagination.itemsPerPage))},__isLastPage:function(){return 0===this.__lastItemIndex||this.__computedPagination.page>=this.__pagesNumber}},watch:{iconSet:function(a){var e=this;a&&(this.__loadIconSet(a),this.__updatePagination(),this.$nextTick((function(){e.__setPagination({page:1})})),this.$refs.scrollArea.setScrollPosition(0))},icons:function(a){var e=this;void 0!==this.icons&&this.icons.length>0&&(this.iconsList=this.icons),this.__updatePagination(),this.$nextTick((function(){e.__setPagination({page:1})})),this.$refs.scrollArea.setScrollPosition(0)},pagination:function(a,e){this.__samePagination(e,a)||this.__updatePagination()},"pagination.itemsPerPage":function(){this.__updatePagination()},"pagination.page":function(){this.__updatePagination()},filter:function(){this.__setPagination({page:1,totalPages:this.__pagesNumber}),this.__updatePagination()},tags:function(a){this.__setPagination({page:1,totalPages:this.__pagesNumber}),this.__updatePagination()}},methods:{__loadIconSet:function(a){if(this.iconsList=[],a)if(window.QIconPicker){var e=a.replace(/-([a-z])/g,(function(a){return a[1].toUpperCase()}));if(window.QIconPicker.iconSet&&window.QIconPicker.iconSet[e]){var m=window.QIconPicker.iconSet[e];this.iconsList=m.icons}else console.error("QIconPicker: no icon set loaded called "+a+"'"),console.error("Be sure to load the UMD version of the icon set in a script tag before using QIconPicker UMD version")}else try{var n=t("c73f")("./"+a+".js").default;this.iconsList=n.icons}catch(s){console.error("QIconPicker: cannot find icon set found called "+a+"'")}},__fixPagination:function(a){return a.page<1&&(a.page=1),(void 0===a.itemsPerPage||a.itemsPerPage<1)&&(a.itemsPerPage=0),a},__samePagination:function(a,e){for(var t in e)if(e[t]!==a[t])return!1;return!0},__setPagination:function(a){var e=this.__fixPagination(g()(g()({},this.__computedPagination),a));this.pagination?this.$emit("update:pagination",e):this.innerPagination=e},__updatePagination:function(){void 0!==this.pagination&&this.__setPagination({total:this.__filteredIcons.length,totalPages:this.__pagesNumber})},prevPage:function(){var a=this.__computedPagination.page;a>1&&this.__setPagination({page:a-1})},nextPage:function(){var a=this.__computedPagination,e=a.page,t=a.itemsPerPage;this.__lastItemIndex>0&&e*t0&&t.forEach((function(e){!0!==a.includes(e)&&a.push(e)}))})),a.sort(),this.categories=a,!0},__onResize:function(a){this.width=a.width,this.height=a.height},__renderBody:function(a){return a("div",{staticClass:"q-icon-picker__body col column"},[this.__renderScrollArea(a),a(u["a"],{on:{resize:this.__onResize}})])},__renderFooter:function(a){var e=this.$scopedSlots.footer;return a("div",{staticClass:"q-icon-picker__footer flex flex-center"},[e?e(this.__computedPagination):this.__renderPagination(a)])},__renderPagination:function(a){var e=this;if(this.pagination&&0===this.pagination.itemsPerPage)return"";var t=this.$scopedSlots.pagination,m=this.__computedPagination,n=m.page,s=m.totalPages;return t||a(f["a"],this.setBothColors(this.color,this.backgroundColor,{staticClass:"q-icon-picker__pagination",props:g()(g()({},this.paginationProps),{},{value:n,max:s}),on:{input:function(a){e.__setPagination({page:a})}}}))},__renderScrollArea:function(a){return a(l["a"],{ref:"scrollArea",style:{width:this.width+"px",height:this.height+"px"}},[this.__renderContainer(a)])},__renderContainer:function(a){var e=a("div",{key:this.__computedPagination.page,staticClass:"q-icon-picker__container col"},s()(this.__renderIcons(a)));if(!0===this.animated){var t="q-transition--"+("prev"===this.direction?this.transitionPrev:this.transitionNext);return a("transition",{props:{name:t,appear:!0}},[e])}return e},__renderTooltip:function(a,e){return a(c["a"],{},e)},__renderIcons:function(a){var e=this;return this.__displayedIcons.map((function(t){return e.__renderIcon(a,t)}))},__renderIcon:function(a,e){var t=this,m=this.$scopedSlots.icon,n=void 0!==e.prefix?e.prefix+" "+e.name:e.name;if(m)return m(n);var s=n===this.value,i=s?this.selectedColor:"",g=s?this.selectedBackgroundColor:"";return a(d["a"],this.setBothColors(i,g,{staticClass:"q-icon-picker__icon"+(s?" q-icon-picker__active":""),style:{"font-size":this.fontSize},domProps:{id:n},props:{unelevated:!0,dense:this.dense,noWrap:!0,icon:n},on:{click:function(){t.$emit("input",n)}}}),[!0===this.tooltips&&this.__renderTooltip(a,n)])}},render:function(a){var e=this,t=a("div",this.setBothColors(this.color,this.backgroundColor,{ref:"picker",staticClass:"q-icon-picker column"}),[this.__renderBody(a),!0!==this.noFooter&&void 0!==this.pagination&&this.__renderFooter(a)]);return this.$nextTick((function(){e.__getCategories(),e.$emit("tags",e.categories)})),t}};e["a"]={version:m["a"],Component:p,install:function(a){a.component(p.name,p)}}},4210:function(a,e,t){"use strict";t.r(e),e["default"]={name:"mdi-v6",icons:[{name:"mdi-ab-testing",tags:[]},{name:"mdi-abacus",tags:[]},{name:"mdi-abjad-arabic",tags:[]},{name:"mdi-abjad-hebrew",tags:[]},{name:"mdi-abugida-devanagari",tags:[]},{name:"mdi-abugida-thai",tags:[]},{name:"mdi-access-point",tags:[]},{name:"mdi-access-point-check",tags:[]},{name:"mdi-access-point-minus",tags:[]},{name:"mdi-access-point-network",tags:[]},{name:"mdi-access-point-network-off",tags:[]},{name:"mdi-access-point-off",tags:[]},{name:"mdi-access-point-plus",tags:[]},{name:"mdi-access-point-remove",tags:[]},{name:"mdi-account",tags:[]},{name:"mdi-account-alert",tags:[]},{name:"mdi-account-alert-outline",tags:[]},{name:"mdi-account-arrow-left",tags:[]},{name:"mdi-account-arrow-left-outline",tags:[]},{name:"mdi-account-arrow-right",tags:[]},{name:"mdi-account-arrow-right-outline",tags:[]},{name:"mdi-account-box",tags:[]},{name:"mdi-account-box-multiple",tags:[]},{name:"mdi-account-box-multiple-outline",tags:[]},{name:"mdi-account-box-outline",tags:[]},{name:"mdi-account-cancel",tags:[]},{name:"mdi-account-cancel-outline",tags:[]},{name:"mdi-account-cash",tags:[]},{name:"mdi-account-cash-outline",tags:[]},{name:"mdi-account-check",tags:[]},{name:"mdi-account-check-outline",tags:[]},{name:"mdi-account-child",tags:[]},{name:"mdi-account-child-circle",tags:[]},{name:"mdi-account-child-outline",tags:[]},{name:"mdi-account-circle",tags:[]},{name:"mdi-account-circle-outline",tags:[]},{name:"mdi-account-clock",tags:[]},{name:"mdi-account-clock-outline",tags:[]},{name:"mdi-account-cog",tags:[]},{name:"mdi-account-cog-outline",tags:[]},{name:"mdi-account-convert",tags:[]},{name:"mdi-account-convert-outline",tags:[]},{name:"mdi-account-cowboy-hat",tags:[]},{name:"mdi-account-cowboy-hat-outline",tags:[]},{name:"mdi-account-details",tags:[]},{name:"mdi-account-details-outline",tags:[]},{name:"mdi-account-edit",tags:[]},{name:"mdi-account-edit-outline",tags:[]},{name:"mdi-account-eye",tags:[]},{name:"mdi-account-eye-outline",tags:[]},{name:"mdi-account-filter",tags:[]},{name:"mdi-account-filter-outline",tags:[]},{name:"mdi-account-group",tags:[]},{name:"mdi-account-group-outline",tags:[]},{name:"mdi-account-hard-hat",tags:[]},{name:"mdi-account-heart",tags:[]},{name:"mdi-account-heart-outline",tags:[]},{name:"mdi-account-injury",tags:[]},{name:"mdi-account-injury-outline",tags:[]},{name:"mdi-account-key",tags:[]},{name:"mdi-account-key-outline",tags:[]},{name:"mdi-account-lock",tags:[]},{name:"mdi-account-lock-outline",tags:[]},{name:"mdi-account-minus",tags:[]},{name:"mdi-account-minus-outline",tags:[]},{name:"mdi-account-multiple",tags:[]},{name:"mdi-account-multiple-check",tags:[]},{name:"mdi-account-multiple-check-outline",tags:[]},{name:"mdi-account-multiple-minus",tags:[]},{name:"mdi-account-multiple-minus-outline",tags:[]},{name:"mdi-account-multiple-outline",tags:[]},{name:"mdi-account-multiple-plus",tags:[]},{name:"mdi-account-multiple-plus-outline",tags:[]},{name:"mdi-account-multiple-remove",tags:[]},{name:"mdi-account-multiple-remove-outline",tags:[]},{name:"mdi-account-music",tags:[]},{name:"mdi-account-music-outline",tags:[]},{name:"mdi-account-network",tags:[]},{name:"mdi-account-network-outline",tags:[]},{name:"mdi-account-off",tags:[]},{name:"mdi-account-off-outline",tags:[]},{name:"mdi-account-outline",tags:[]},{name:"mdi-account-plus",tags:[]},{name:"mdi-account-plus-outline",tags:[]},{name:"mdi-account-question",tags:[]},{name:"mdi-account-question-outline",tags:[]},{name:"mdi-account-reactivate",tags:[]},{name:"mdi-account-reactivate-outline",tags:[]},{name:"mdi-account-remove",tags:[]},{name:"mdi-account-remove-outline",tags:[]},{name:"mdi-account-search",tags:[]},{name:"mdi-account-search-outline",tags:[]},{name:"mdi-account-settings",tags:[]},{name:"mdi-account-settings-outline",tags:[]},{name:"mdi-account-star",tags:[]},{name:"mdi-account-star-outline",tags:[]},{name:"mdi-account-supervisor",tags:[]},{name:"mdi-account-supervisor-circle",tags:[]},{name:"mdi-account-supervisor-circle-outline",tags:[]},{name:"mdi-account-supervisor-outline",tags:[]},{name:"mdi-account-switch",tags:[]},{name:"mdi-account-switch-outline",tags:[]},{name:"mdi-account-tie",tags:[]},{name:"mdi-account-tie-outline",tags:[]},{name:"mdi-account-tie-voice",tags:[]},{name:"mdi-account-tie-voice-off",tags:[]},{name:"mdi-account-tie-voice-off-outline",tags:[]},{name:"mdi-account-tie-voice-outline",tags:[]},{name:"mdi-account-voice",tags:[]},{name:"mdi-account-voice-off",tags:[]},{name:"mdi-adjust",tags:[]},{name:"mdi-air-conditioner",tags:[]},{name:"mdi-air-filter",tags:[]},{name:"mdi-air-horn",tags:[]},{name:"mdi-air-humidifier",tags:[]},{name:"mdi-air-humidifier-off",tags:[]},{name:"mdi-air-purifier",tags:[]},{name:"mdi-airbag",tags:[]},{name:"mdi-airballoon",tags:[]},{name:"mdi-airballoon-outline",tags:[]},{name:"mdi-airplane",tags:[]},{name:"mdi-airplane-landing",tags:[]},{name:"mdi-airplane-off",tags:[]},{name:"mdi-airplane-takeoff",tags:[]},{name:"mdi-airport",tags:[]},{name:"mdi-alarm",tags:[]},{name:"mdi-alarm-bell",tags:[]},{name:"mdi-alarm-check",tags:[]},{name:"mdi-alarm-light",tags:[]},{name:"mdi-alarm-light-off",tags:[]},{name:"mdi-alarm-light-off-outline",tags:[]},{name:"mdi-alarm-light-outline",tags:[]},{name:"mdi-alarm-multiple",tags:[]},{name:"mdi-alarm-note",tags:[]},{name:"mdi-alarm-note-off",tags:[]},{name:"mdi-alarm-off",tags:[]},{name:"mdi-alarm-panel",tags:[]},{name:"mdi-alarm-panel-outline",tags:[]},{name:"mdi-alarm-plus",tags:[]},{name:"mdi-alarm-snooze",tags:[]},{name:"mdi-album",tags:[]},{name:"mdi-alert",tags:[]},{name:"mdi-alert-box",tags:[]},{name:"mdi-alert-box-outline",tags:[]},{name:"mdi-alert-circle",tags:[]},{name:"mdi-alert-circle-check",tags:[]},{name:"mdi-alert-circle-check-outline",tags:[]},{name:"mdi-alert-circle-outline",tags:[]},{name:"mdi-alert-decagram",tags:[]},{name:"mdi-alert-decagram-outline",tags:[]},{name:"mdi-alert-minus",tags:[]},{name:"mdi-alert-minus-outline",tags:[]},{name:"mdi-alert-octagon",tags:[]},{name:"mdi-alert-octagon-outline",tags:[]},{name:"mdi-alert-octagram",tags:[]},{name:"mdi-alert-octagram-outline",tags:[]},{name:"mdi-alert-outline",tags:[]},{name:"mdi-alert-plus",tags:[]},{name:"mdi-alert-plus-outline",tags:[]},{name:"mdi-alert-remove",tags:[]},{name:"mdi-alert-remove-outline",tags:[]},{name:"mdi-alert-rhombus",tags:[]},{name:"mdi-alert-rhombus-outline",tags:[]},{name:"mdi-alien",tags:[]},{name:"mdi-alien-outline",tags:[]},{name:"mdi-align-horizontal-center",tags:[]},{name:"mdi-align-horizontal-left",tags:[]},{name:"mdi-align-horizontal-right",tags:[]},{name:"mdi-align-vertical-bottom",tags:[]},{name:"mdi-align-vertical-center",tags:[]},{name:"mdi-align-vertical-top",tags:[]},{name:"mdi-all-inclusive",tags:[]},{name:"mdi-allergy",tags:[]},{name:"mdi-alpha",tags:[]},{name:"mdi-alpha-a",tags:[]},{name:"mdi-alpha-a-box",tags:[]},{name:"mdi-alpha-a-box-outline",tags:[]},{name:"mdi-alpha-a-circle",tags:[]},{name:"mdi-alpha-a-circle-outline",tags:[]},{name:"mdi-alpha-b",tags:[]},{name:"mdi-alpha-b-box",tags:[]},{name:"mdi-alpha-b-box-outline",tags:[]},{name:"mdi-alpha-b-circle",tags:[]},{name:"mdi-alpha-b-circle-outline",tags:[]},{name:"mdi-alpha-c",tags:[]},{name:"mdi-alpha-c-box",tags:[]},{name:"mdi-alpha-c-box-outline",tags:[]},{name:"mdi-alpha-c-circle",tags:[]},{name:"mdi-alpha-c-circle-outline",tags:[]},{name:"mdi-alpha-d",tags:[]},{name:"mdi-alpha-d-box",tags:[]},{name:"mdi-alpha-d-box-outline",tags:[]},{name:"mdi-alpha-d-circle",tags:[]},{name:"mdi-alpha-d-circle-outline",tags:[]},{name:"mdi-alpha-e",tags:[]},{name:"mdi-alpha-e-box",tags:[]},{name:"mdi-alpha-e-box-outline",tags:[]},{name:"mdi-alpha-e-circle",tags:[]},{name:"mdi-alpha-e-circle-outline",tags:[]},{name:"mdi-alpha-f",tags:[]},{name:"mdi-alpha-f-box",tags:[]},{name:"mdi-alpha-f-box-outline",tags:[]},{name:"mdi-alpha-f-circle",tags:[]},{name:"mdi-alpha-f-circle-outline",tags:[]},{name:"mdi-alpha-g",tags:[]},{name:"mdi-alpha-g-box",tags:[]},{name:"mdi-alpha-g-box-outline",tags:[]},{name:"mdi-alpha-g-circle",tags:[]},{name:"mdi-alpha-g-circle-outline",tags:[]},{name:"mdi-alpha-h",tags:[]},{name:"mdi-alpha-h-box",tags:[]},{name:"mdi-alpha-h-box-outline",tags:[]},{name:"mdi-alpha-h-circle",tags:[]},{name:"mdi-alpha-h-circle-outline",tags:[]},{name:"mdi-alpha-i",tags:[]},{name:"mdi-alpha-i-box",tags:[]},{name:"mdi-alpha-i-box-outline",tags:[]},{name:"mdi-alpha-i-circle",tags:[]},{name:"mdi-alpha-i-circle-outline",tags:[]},{name:"mdi-alpha-j",tags:[]},{name:"mdi-alpha-j-box",tags:[]},{name:"mdi-alpha-j-box-outline",tags:[]},{name:"mdi-alpha-j-circle",tags:[]},{name:"mdi-alpha-j-circle-outline",tags:[]},{name:"mdi-alpha-k",tags:[]},{name:"mdi-alpha-k-box",tags:[]},{name:"mdi-alpha-k-box-outline",tags:[]},{name:"mdi-alpha-k-circle",tags:[]},{name:"mdi-alpha-k-circle-outline",tags:[]},{name:"mdi-alpha-l",tags:[]},{name:"mdi-alpha-l-box",tags:[]},{name:"mdi-alpha-l-box-outline",tags:[]},{name:"mdi-alpha-l-circle",tags:[]},{name:"mdi-alpha-l-circle-outline",tags:[]},{name:"mdi-alpha-m",tags:[]},{name:"mdi-alpha-m-box",tags:[]},{name:"mdi-alpha-m-box-outline",tags:[]},{name:"mdi-alpha-m-circle",tags:[]},{name:"mdi-alpha-m-circle-outline",tags:[]},{name:"mdi-alpha-n",tags:[]},{name:"mdi-alpha-n-box",tags:[]},{name:"mdi-alpha-n-box-outline",tags:[]},{name:"mdi-alpha-n-circle",tags:[]},{name:"mdi-alpha-n-circle-outline",tags:[]},{name:"mdi-alpha-o",tags:[]},{name:"mdi-alpha-o-box",tags:[]},{name:"mdi-alpha-o-box-outline",tags:[]},{name:"mdi-alpha-o-circle",tags:[]},{name:"mdi-alpha-o-circle-outline",tags:[]},{name:"mdi-alpha-p",tags:[]},{name:"mdi-alpha-p-box",tags:[]},{name:"mdi-alpha-p-box-outline",tags:[]},{name:"mdi-alpha-p-circle",tags:[]},{name:"mdi-alpha-p-circle-outline",tags:[]},{name:"mdi-alpha-q",tags:[]},{name:"mdi-alpha-q-box",tags:[]},{name:"mdi-alpha-q-box-outline",tags:[]},{name:"mdi-alpha-q-circle",tags:[]},{name:"mdi-alpha-q-circle-outline",tags:[]},{name:"mdi-alpha-r",tags:[]},{name:"mdi-alpha-r-box",tags:[]},{name:"mdi-alpha-r-box-outline",tags:[]},{name:"mdi-alpha-r-circle",tags:[]},{name:"mdi-alpha-r-circle-outline",tags:[]},{name:"mdi-alpha-s",tags:[]},{name:"mdi-alpha-s-box",tags:[]},{name:"mdi-alpha-s-box-outline",tags:[]},{name:"mdi-alpha-s-circle",tags:[]},{name:"mdi-alpha-s-circle-outline",tags:[]},{name:"mdi-alpha-t",tags:[]},{name:"mdi-alpha-t-box",tags:[]},{name:"mdi-alpha-t-box-outline",tags:[]},{name:"mdi-alpha-t-circle",tags:[]},{name:"mdi-alpha-t-circle-outline",tags:[]},{name:"mdi-alpha-u",tags:[]},{name:"mdi-alpha-u-box",tags:[]},{name:"mdi-alpha-u-box-outline",tags:[]},{name:"mdi-alpha-u-circle",tags:[]},{name:"mdi-alpha-u-circle-outline",tags:[]},{name:"mdi-alpha-v",tags:[]},{name:"mdi-alpha-v-box",tags:[]},{name:"mdi-alpha-v-box-outline",tags:[]},{name:"mdi-alpha-v-circle",tags:[]},{name:"mdi-alpha-v-circle-outline",tags:[]},{name:"mdi-alpha-w",tags:[]},{name:"mdi-alpha-w-box",tags:[]},{name:"mdi-alpha-w-box-outline",tags:[]},{name:"mdi-alpha-w-circle",tags:[]},{name:"mdi-alpha-w-circle-outline",tags:[]},{name:"mdi-alpha-x",tags:[]},{name:"mdi-alpha-x-box",tags:[]},{name:"mdi-alpha-x-box-outline",tags:[]},{name:"mdi-alpha-x-circle",tags:[]},{name:"mdi-alpha-x-circle-outline",tags:[]},{name:"mdi-alpha-y",tags:[]},{name:"mdi-alpha-y-box",tags:[]},{name:"mdi-alpha-y-box-outline",tags:[]},{name:"mdi-alpha-y-circle",tags:[]},{name:"mdi-alpha-y-circle-outline",tags:[]},{name:"mdi-alpha-z",tags:[]},{name:"mdi-alpha-z-box",tags:[]},{name:"mdi-alpha-z-box-outline",tags:[]},{name:"mdi-alpha-z-circle",tags:[]},{name:"mdi-alpha-z-circle-outline",tags:[]},{name:"mdi-alphabet-aurebesh",tags:[]},{name:"mdi-alphabet-cyrillic",tags:[]},{name:"mdi-alphabet-greek",tags:[]},{name:"mdi-alphabet-latin",tags:[]},{name:"mdi-alphabet-piqad",tags:[]},{name:"mdi-alphabet-tengwar",tags:[]},{name:"mdi-alphabetical",tags:[]},{name:"mdi-alphabetical-off",tags:[]},{name:"mdi-alphabetical-variant",tags:[]},{name:"mdi-alphabetical-variant-off",tags:[]},{name:"mdi-altimeter",tags:[]},{name:"mdi-ambulance",tags:[]},{name:"mdi-ammunition",tags:[]},{name:"mdi-ampersand",tags:[]},{name:"mdi-amplifier",tags:[]},{name:"mdi-amplifier-off",tags:[]},{name:"mdi-anchor",tags:[]},{name:"mdi-android",tags:[]},{name:"mdi-android-messages",tags:[]},{name:"mdi-android-studio",tags:[]},{name:"mdi-angle-acute",tags:[]},{name:"mdi-angle-obtuse",tags:[]},{name:"mdi-angle-right",tags:[]},{name:"mdi-angular",tags:[]},{name:"mdi-angularjs",tags:[]},{name:"mdi-animation",tags:[]},{name:"mdi-animation-outline",tags:[]},{name:"mdi-animation-play",tags:[]},{name:"mdi-animation-play-outline",tags:[]},{name:"mdi-ansible",tags:[]},{name:"mdi-antenna",tags:[]},{name:"mdi-anvil",tags:[]},{name:"mdi-apache-kafka",tags:[]},{name:"mdi-api",tags:[]},{name:"mdi-api-off",tags:[]},{name:"mdi-apple",tags:[]},{name:"mdi-apple-finder",tags:[]},{name:"mdi-apple-icloud",tags:[]},{name:"mdi-apple-ios",tags:[]},{name:"mdi-apple-keyboard-caps",tags:[]},{name:"mdi-apple-keyboard-command",tags:[]},{name:"mdi-apple-keyboard-control",tags:[]},{name:"mdi-apple-keyboard-option",tags:[]},{name:"mdi-apple-keyboard-shift",tags:[]},{name:"mdi-apple-safari",tags:[]},{name:"mdi-application",tags:[]},{name:"mdi-application-array",tags:[]},{name:"mdi-application-array-outline",tags:[]},{name:"mdi-application-braces",tags:[]},{name:"mdi-application-braces-outline",tags:[]},{name:"mdi-application-brackets",tags:[]},{name:"mdi-application-brackets-outline",tags:[]},{name:"mdi-application-cog",tags:[]},{name:"mdi-application-cog-outline",tags:[]},{name:"mdi-application-edit",tags:[]},{name:"mdi-application-edit-outline",tags:[]},{name:"mdi-application-export",tags:[]},{name:"mdi-application-import",tags:[]},{name:"mdi-application-outline",tags:[]},{name:"mdi-application-parentheses",tags:[]},{name:"mdi-application-parentheses-outline",tags:[]},{name:"mdi-application-settings",tags:[]},{name:"mdi-application-settings-outline",tags:[]},{name:"mdi-application-variable",tags:[]},{name:"mdi-application-variable-outline",tags:[]},{name:"mdi-approximately-equal",tags:[]},{name:"mdi-approximately-equal-box",tags:[]},{name:"mdi-apps",tags:[]},{name:"mdi-apps-box",tags:[]},{name:"mdi-arch",tags:[]},{name:"mdi-archive",tags:[]},{name:"mdi-archive-alert",tags:[]},{name:"mdi-archive-alert-outline",tags:[]},{name:"mdi-archive-arrow-down",tags:[]},{name:"mdi-archive-arrow-down-outline",tags:[]},{name:"mdi-archive-arrow-up",tags:[]},{name:"mdi-archive-arrow-up-outline",tags:[]},{name:"mdi-archive-cancel",tags:[]},{name:"mdi-archive-cancel-outline",tags:[]},{name:"mdi-archive-check",tags:[]},{name:"mdi-archive-check-outline",tags:[]},{name:"mdi-archive-clock",tags:[]},{name:"mdi-archive-clock-outline",tags:[]},{name:"mdi-archive-cog",tags:[]},{name:"mdi-archive-cog-outline",tags:[]},{name:"mdi-archive-edit",tags:[]},{name:"mdi-archive-edit-outline",tags:[]},{name:"mdi-archive-eye",tags:[]},{name:"mdi-archive-eye-outline",tags:[]},{name:"mdi-archive-lock",tags:[]},{name:"mdi-archive-lock-open",tags:[]},{name:"mdi-archive-lock-open-outline",tags:[]},{name:"mdi-archive-lock-outline",tags:[]},{name:"mdi-archive-marker",tags:[]},{name:"mdi-archive-marker-outline",tags:[]},{name:"mdi-archive-minus",tags:[]},{name:"mdi-archive-minus-outline",tags:[]},{name:"mdi-archive-music",tags:[]},{name:"mdi-archive-music-outline",tags:[]},{name:"mdi-archive-off",tags:[]},{name:"mdi-archive-off-outline",tags:[]},{name:"mdi-archive-outline",tags:[]},{name:"mdi-archive-plus",tags:[]},{name:"mdi-archive-plus-outline",tags:[]},{name:"mdi-archive-refresh",tags:[]},{name:"mdi-archive-refresh-outline",tags:[]},{name:"mdi-archive-remove",tags:[]},{name:"mdi-archive-remove-outline",tags:[]},{name:"mdi-archive-search",tags:[]},{name:"mdi-archive-search-outline",tags:[]},{name:"mdi-archive-settings",tags:[]},{name:"mdi-archive-settings-outline",tags:[]},{name:"mdi-archive-star",tags:[]},{name:"mdi-archive-star-outline",tags:[]},{name:"mdi-archive-sync",tags:[]},{name:"mdi-archive-sync-outline",tags:[]},{name:"mdi-arm-flex",tags:[]},{name:"mdi-arm-flex-outline",tags:[]},{name:"mdi-arrange-bring-forward",tags:[]},{name:"mdi-arrange-bring-to-front",tags:[]},{name:"mdi-arrange-send-backward",tags:[]},{name:"mdi-arrange-send-to-back",tags:[]},{name:"mdi-arrow-all",tags:[]},{name:"mdi-arrow-bottom-left",tags:[]},{name:"mdi-arrow-bottom-left-bold-outline",tags:[]},{name:"mdi-arrow-bottom-left-thick",tags:[]},{name:"mdi-arrow-bottom-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-bottom-right",tags:[]},{name:"mdi-arrow-bottom-right-bold-outline",tags:[]},{name:"mdi-arrow-bottom-right-thick",tags:[]},{name:"mdi-arrow-bottom-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-collapse",tags:[]},{name:"mdi-arrow-collapse-all",tags:[]},{name:"mdi-arrow-collapse-down",tags:[]},{name:"mdi-arrow-collapse-horizontal",tags:[]},{name:"mdi-arrow-collapse-left",tags:[]},{name:"mdi-arrow-collapse-right",tags:[]},{name:"mdi-arrow-collapse-up",tags:[]},{name:"mdi-arrow-collapse-vertical",tags:[]},{name:"mdi-arrow-decision",tags:[]},{name:"mdi-arrow-decision-auto",tags:[]},{name:"mdi-arrow-decision-auto-outline",tags:[]},{name:"mdi-arrow-decision-outline",tags:[]},{name:"mdi-arrow-down",tags:[]},{name:"mdi-arrow-down-bold",tags:[]},{name:"mdi-arrow-down-bold-box",tags:[]},{name:"mdi-arrow-down-bold-box-outline",tags:[]},{name:"mdi-arrow-down-bold-circle",tags:[]},{name:"mdi-arrow-down-bold-circle-outline",tags:[]},{name:"mdi-arrow-down-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-down-bold-outline",tags:[]},{name:"mdi-arrow-down-box",tags:[]},{name:"mdi-arrow-down-circle",tags:[]},{name:"mdi-arrow-down-circle-outline",tags:[]},{name:"mdi-arrow-down-drop-circle",tags:[]},{name:"mdi-arrow-down-drop-circle-outline",tags:[]},{name:"mdi-arrow-down-left",tags:[]},{name:"mdi-arrow-down-left-bold",tags:[]},{name:"mdi-arrow-down-right",tags:[]},{name:"mdi-arrow-down-right-bold",tags:[]},{name:"mdi-arrow-down-thick",tags:[]},{name:"mdi-arrow-down-thin-circle-outline",tags:[]},{name:"mdi-arrow-expand",tags:[]},{name:"mdi-arrow-expand-all",tags:[]},{name:"mdi-arrow-expand-down",tags:[]},{name:"mdi-arrow-expand-horizontal",tags:[]},{name:"mdi-arrow-expand-left",tags:[]},{name:"mdi-arrow-expand-right",tags:[]},{name:"mdi-arrow-expand-up",tags:[]},{name:"mdi-arrow-expand-vertical",tags:[]},{name:"mdi-arrow-horizontal-lock",tags:[]},{name:"mdi-arrow-left",tags:[]},{name:"mdi-arrow-left-bold",tags:[]},{name:"mdi-arrow-left-bold-box",tags:[]},{name:"mdi-arrow-left-bold-box-outline",tags:[]},{name:"mdi-arrow-left-bold-circle",tags:[]},{name:"mdi-arrow-left-bold-circle-outline",tags:[]},{name:"mdi-arrow-left-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-left-bold-outline",tags:[]},{name:"mdi-arrow-left-bottom",tags:[]},{name:"mdi-arrow-left-bottom-bold",tags:[]},{name:"mdi-arrow-left-box",tags:[]},{name:"mdi-arrow-left-circle",tags:[]},{name:"mdi-arrow-left-circle-outline",tags:[]},{name:"mdi-arrow-left-drop-circle",tags:[]},{name:"mdi-arrow-left-drop-circle-outline",tags:[]},{name:"mdi-arrow-left-right",tags:[]},{name:"mdi-arrow-left-right-bold",tags:[]},{name:"mdi-arrow-left-right-bold-outline",tags:[]},{name:"mdi-arrow-left-thick",tags:[]},{name:"mdi-arrow-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-left-top",tags:[]},{name:"mdi-arrow-left-top-bold",tags:[]},{name:"mdi-arrow-right",tags:[]},{name:"mdi-arrow-right-bold",tags:[]},{name:"mdi-arrow-right-bold-box",tags:[]},{name:"mdi-arrow-right-bold-box-outline",tags:[]},{name:"mdi-arrow-right-bold-circle",tags:[]},{name:"mdi-arrow-right-bold-circle-outline",tags:[]},{name:"mdi-arrow-right-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-right-bold-outline",tags:[]},{name:"mdi-arrow-right-bottom",tags:[]},{name:"mdi-arrow-right-bottom-bold",tags:[]},{name:"mdi-arrow-right-box",tags:[]},{name:"mdi-arrow-right-circle",tags:[]},{name:"mdi-arrow-right-circle-outline",tags:[]},{name:"mdi-arrow-right-drop-circle",tags:[]},{name:"mdi-arrow-right-drop-circle-outline",tags:[]},{name:"mdi-arrow-right-thick",tags:[]},{name:"mdi-arrow-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-right-top",tags:[]},{name:"mdi-arrow-right-top-bold",tags:[]},{name:"mdi-arrow-split-horizontal",tags:[]},{name:"mdi-arrow-split-vertical",tags:[]},{name:"mdi-arrow-top-left",tags:[]},{name:"mdi-arrow-top-left-bold-outline",tags:[]},{name:"mdi-arrow-top-left-bottom-right",tags:[]},{name:"mdi-arrow-top-left-bottom-right-bold",tags:[]},{name:"mdi-arrow-top-left-thick",tags:[]},{name:"mdi-arrow-top-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-top-right",tags:[]},{name:"mdi-arrow-top-right-bold-outline",tags:[]},{name:"mdi-arrow-top-right-bottom-left",tags:[]},{name:"mdi-arrow-top-right-bottom-left-bold",tags:[]},{name:"mdi-arrow-top-right-thick",tags:[]},{name:"mdi-arrow-top-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-u-down-left",tags:[]},{name:"mdi-arrow-u-down-left-bold",tags:[]},{name:"mdi-arrow-u-down-right",tags:[]},{name:"mdi-arrow-u-down-right-bold",tags:[]},{name:"mdi-arrow-u-left-bottom",tags:[]},{name:"mdi-arrow-u-left-bottom-bold",tags:[]},{name:"mdi-arrow-u-left-top",tags:[]},{name:"mdi-arrow-u-left-top-bold",tags:[]},{name:"mdi-arrow-u-right-bottom",tags:[]},{name:"mdi-arrow-u-right-bottom-bold",tags:[]},{name:"mdi-arrow-u-right-top",tags:[]},{name:"mdi-arrow-u-right-top-bold",tags:[]},{name:"mdi-arrow-u-up-left",tags:[]},{name:"mdi-arrow-u-up-left-bold",tags:[]},{name:"mdi-arrow-u-up-right",tags:[]},{name:"mdi-arrow-u-up-right-bold",tags:[]},{name:"mdi-arrow-up",tags:[]},{name:"mdi-arrow-up-bold",tags:[]},{name:"mdi-arrow-up-bold-box",tags:[]},{name:"mdi-arrow-up-bold-box-outline",tags:[]},{name:"mdi-arrow-up-bold-circle",tags:[]},{name:"mdi-arrow-up-bold-circle-outline",tags:[]},{name:"mdi-arrow-up-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-up-bold-outline",tags:[]},{name:"mdi-arrow-up-box",tags:[]},{name:"mdi-arrow-up-circle",tags:[]},{name:"mdi-arrow-up-circle-outline",tags:[]},{name:"mdi-arrow-up-down",tags:[]},{name:"mdi-arrow-up-down-bold",tags:[]},{name:"mdi-arrow-up-down-bold-outline",tags:[]},{name:"mdi-arrow-up-drop-circle",tags:[]},{name:"mdi-arrow-up-drop-circle-outline",tags:[]},{name:"mdi-arrow-up-left",tags:[]},{name:"mdi-arrow-up-left-bold",tags:[]},{name:"mdi-arrow-up-right",tags:[]},{name:"mdi-arrow-up-right-bold",tags:[]},{name:"mdi-arrow-up-thick",tags:[]},{name:"mdi-arrow-up-thin-circle-outline",tags:[]},{name:"mdi-arrow-vertical-lock",tags:[]},{name:"mdi-artstation",tags:[]},{name:"mdi-aspect-ratio",tags:[]},{name:"mdi-assistant",tags:[]},{name:"mdi-asterisk",tags:[]},{name:"mdi-at",tags:[]},{name:"mdi-atlassian",tags:[]},{name:"mdi-atm",tags:[]},{name:"mdi-atom",tags:[]},{name:"mdi-atom-variant",tags:[]},{name:"mdi-attachment",tags:[]},{name:"mdi-audio-video",tags:[]},{name:"mdi-audio-video-off",tags:[]},{name:"mdi-augmented-reality",tags:[]},{name:"mdi-auto-download",tags:[]},{name:"mdi-auto-fix",tags:[]},{name:"mdi-auto-upload",tags:[]},{name:"mdi-autorenew",tags:[]},{name:"mdi-av-timer",tags:[]},{name:"mdi-aws",tags:[]},{name:"mdi-axe",tags:[]},{name:"mdi-axis",tags:[]},{name:"mdi-axis-arrow",tags:[]},{name:"mdi-axis-arrow-info",tags:[]},{name:"mdi-axis-arrow-lock",tags:[]},{name:"mdi-axis-lock",tags:[]},{name:"mdi-axis-x-arrow",tags:[]},{name:"mdi-axis-x-arrow-lock",tags:[]},{name:"mdi-axis-x-rotate-clockwise",tags:[]},{name:"mdi-axis-x-rotate-counterclockwise",tags:[]},{name:"mdi-axis-x-y-arrow-lock",tags:[]},{name:"mdi-axis-y-arrow",tags:[]},{name:"mdi-axis-y-arrow-lock",tags:[]},{name:"mdi-axis-y-rotate-clockwise",tags:[]},{name:"mdi-axis-y-rotate-counterclockwise",tags:[]},{name:"mdi-axis-z-arrow",tags:[]},{name:"mdi-axis-z-arrow-lock",tags:[]},{name:"mdi-axis-z-rotate-clockwise",tags:[]},{name:"mdi-axis-z-rotate-counterclockwise",tags:[]},{name:"mdi-babel",tags:[]},{name:"mdi-baby",tags:[]},{name:"mdi-baby-bottle",tags:[]},{name:"mdi-baby-bottle-outline",tags:[]},{name:"mdi-baby-buggy",tags:[]},{name:"mdi-baby-carriage",tags:[]},{name:"mdi-baby-carriage-off",tags:[]},{name:"mdi-baby-face",tags:[]},{name:"mdi-baby-face-outline",tags:[]},{name:"mdi-backburger",tags:[]},{name:"mdi-backspace",tags:[]},{name:"mdi-backspace-outline",tags:[]},{name:"mdi-backspace-reverse",tags:[]},{name:"mdi-backspace-reverse-outline",tags:[]},{name:"mdi-backup-restore",tags:[]},{name:"mdi-bacteria",tags:[]},{name:"mdi-bacteria-outline",tags:[]},{name:"mdi-badge-account",tags:[]},{name:"mdi-badge-account-alert",tags:[]},{name:"mdi-badge-account-alert-outline",tags:[]},{name:"mdi-badge-account-horizontal",tags:[]},{name:"mdi-badge-account-horizontal-outline",tags:[]},{name:"mdi-badge-account-outline",tags:[]},{name:"mdi-badminton",tags:[]},{name:"mdi-bag-carry-on",tags:[]},{name:"mdi-bag-carry-on-check",tags:[]},{name:"mdi-bag-carry-on-off",tags:[]},{name:"mdi-bag-checked",tags:[]},{name:"mdi-bag-personal",tags:[]},{name:"mdi-bag-personal-off",tags:[]},{name:"mdi-bag-personal-off-outline",tags:[]},{name:"mdi-bag-personal-outline",tags:[]},{name:"mdi-bag-suitcase",tags:[]},{name:"mdi-bag-suitcase-off",tags:[]},{name:"mdi-bag-suitcase-off-outline",tags:[]},{name:"mdi-bag-suitcase-outline",tags:[]},{name:"mdi-baguette",tags:[]},{name:"mdi-balcony",tags:[]},{name:"mdi-balloon",tags:[]},{name:"mdi-ballot",tags:[]},{name:"mdi-ballot-outline",tags:[]},{name:"mdi-ballot-recount",tags:[]},{name:"mdi-ballot-recount-outline",tags:[]},{name:"mdi-bandage",tags:[]},{name:"mdi-bank",tags:[]},{name:"mdi-bank-check",tags:[]},{name:"mdi-bank-minus",tags:[]},{name:"mdi-bank-off",tags:[]},{name:"mdi-bank-off-outline",tags:[]},{name:"mdi-bank-outline",tags:[]},{name:"mdi-bank-plus",tags:[]},{name:"mdi-bank-remove",tags:[]},{name:"mdi-bank-transfer",tags:[]},{name:"mdi-bank-transfer-in",tags:[]},{name:"mdi-bank-transfer-out",tags:[]},{name:"mdi-barcode",tags:[]},{name:"mdi-barcode-off",tags:[]},{name:"mdi-barcode-scan",tags:[]},{name:"mdi-barley",tags:[]},{name:"mdi-barley-off",tags:[]},{name:"mdi-barn",tags:[]},{name:"mdi-barrel",tags:[]},{name:"mdi-baseball",tags:[]},{name:"mdi-baseball-bat",tags:[]},{name:"mdi-baseball-diamond",tags:[]},{name:"mdi-baseball-diamond-outline",tags:[]},{name:"mdi-bash",tags:[]},{name:"mdi-basket",tags:[]},{name:"mdi-basket-fill",tags:[]},{name:"mdi-basket-minus",tags:[]},{name:"mdi-basket-minus-outline",tags:[]},{name:"mdi-basket-off",tags:[]},{name:"mdi-basket-off-outline",tags:[]},{name:"mdi-basket-outline",tags:[]},{name:"mdi-basket-plus",tags:[]},{name:"mdi-basket-plus-outline",tags:[]},{name:"mdi-basket-remove",tags:[]},{name:"mdi-basket-remove-outline",tags:[]},{name:"mdi-basket-unfill",tags:[]},{name:"mdi-basketball",tags:[]},{name:"mdi-basketball-hoop",tags:[]},{name:"mdi-basketball-hoop-outline",tags:[]},{name:"mdi-bat",tags:[]},{name:"mdi-bathtub",tags:[]},{name:"mdi-bathtub-outline",tags:[]},{name:"mdi-battery",tags:[]},{name:"mdi-battery-10",tags:[]},{name:"mdi-battery-10-bluetooth",tags:[]},{name:"mdi-battery-20",tags:[]},{name:"mdi-battery-20-bluetooth",tags:[]},{name:"mdi-battery-30",tags:[]},{name:"mdi-battery-30-bluetooth",tags:[]},{name:"mdi-battery-40",tags:[]},{name:"mdi-battery-40-bluetooth",tags:[]},{name:"mdi-battery-50",tags:[]},{name:"mdi-battery-50-bluetooth",tags:[]},{name:"mdi-battery-60",tags:[]},{name:"mdi-battery-60-bluetooth",tags:[]},{name:"mdi-battery-70",tags:[]},{name:"mdi-battery-70-bluetooth",tags:[]},{name:"mdi-battery-80",tags:[]},{name:"mdi-battery-80-bluetooth",tags:[]},{name:"mdi-battery-90",tags:[]},{name:"mdi-battery-90-bluetooth",tags:[]},{name:"mdi-battery-alert",tags:[]},{name:"mdi-battery-alert-bluetooth",tags:[]},{name:"mdi-battery-alert-variant",tags:[]},{name:"mdi-battery-alert-variant-outline",tags:[]},{name:"mdi-battery-arrow-down",tags:[]},{name:"mdi-battery-arrow-down-outline",tags:[]},{name:"mdi-battery-arrow-up",tags:[]},{name:"mdi-battery-arrow-up-outline",tags:[]},{name:"mdi-battery-bluetooth",tags:[]},{name:"mdi-battery-bluetooth-variant",tags:[]},{name:"mdi-battery-charging",tags:[]},{name:"mdi-battery-charging-10",tags:[]},{name:"mdi-battery-charging-100",tags:[]},{name:"mdi-battery-charging-20",tags:[]},{name:"mdi-battery-charging-30",tags:[]},{name:"mdi-battery-charging-40",tags:[]},{name:"mdi-battery-charging-50",tags:[]},{name:"mdi-battery-charging-60",tags:[]},{name:"mdi-battery-charging-70",tags:[]},{name:"mdi-battery-charging-80",tags:[]},{name:"mdi-battery-charging-90",tags:[]},{name:"mdi-battery-charging-high",tags:[]},{name:"mdi-battery-charging-low",tags:[]},{name:"mdi-battery-charging-medium",tags:[]},{name:"mdi-battery-charging-outline",tags:[]},{name:"mdi-battery-charging-wireless",tags:[]},{name:"mdi-battery-charging-wireless-10",tags:[]},{name:"mdi-battery-charging-wireless-20",tags:[]},{name:"mdi-battery-charging-wireless-30",tags:[]},{name:"mdi-battery-charging-wireless-40",tags:[]},{name:"mdi-battery-charging-wireless-50",tags:[]},{name:"mdi-battery-charging-wireless-60",tags:[]},{name:"mdi-battery-charging-wireless-70",tags:[]},{name:"mdi-battery-charging-wireless-80",tags:[]},{name:"mdi-battery-charging-wireless-90",tags:[]},{name:"mdi-battery-charging-wireless-alert",tags:[]},{name:"mdi-battery-charging-wireless-outline",tags:[]},{name:"mdi-battery-check",tags:[]},{name:"mdi-battery-check-outline",tags:[]},{name:"mdi-battery-heart",tags:[]},{name:"mdi-battery-heart-outline",tags:[]},{name:"mdi-battery-heart-variant",tags:[]},{name:"mdi-battery-high",tags:[]},{name:"mdi-battery-lock",tags:[]},{name:"mdi-battery-lock-open",tags:[]},{name:"mdi-battery-low",tags:[]},{name:"mdi-battery-medium",tags:[]},{name:"mdi-battery-minus",tags:[]},{name:"mdi-battery-minus-outline",tags:[]},{name:"mdi-battery-minus-variant",tags:[]},{name:"mdi-battery-negative",tags:[]},{name:"mdi-battery-off",tags:[]},{name:"mdi-battery-off-outline",tags:[]},{name:"mdi-battery-outline",tags:[]},{name:"mdi-battery-plus",tags:[]},{name:"mdi-battery-plus-outline",tags:[]},{name:"mdi-battery-plus-variant",tags:[]},{name:"mdi-battery-positive",tags:[]},{name:"mdi-battery-remove",tags:[]},{name:"mdi-battery-remove-outline",tags:[]},{name:"mdi-battery-unknown",tags:[]},{name:"mdi-battery-unknown-bluetooth",tags:[]},{name:"mdi-beach",tags:[]},{name:"mdi-beaker",tags:[]},{name:"mdi-beaker-alert",tags:[]},{name:"mdi-beaker-alert-outline",tags:[]},{name:"mdi-beaker-check",tags:[]},{name:"mdi-beaker-check-outline",tags:[]},{name:"mdi-beaker-minus",tags:[]},{name:"mdi-beaker-minus-outline",tags:[]},{name:"mdi-beaker-outline",tags:[]},{name:"mdi-beaker-plus",tags:[]},{name:"mdi-beaker-plus-outline",tags:[]},{name:"mdi-beaker-question",tags:[]},{name:"mdi-beaker-question-outline",tags:[]},{name:"mdi-beaker-remove",tags:[]},{name:"mdi-beaker-remove-outline",tags:[]},{name:"mdi-bed",tags:[]},{name:"mdi-bed-double",tags:[]},{name:"mdi-bed-double-outline",tags:[]},{name:"mdi-bed-empty",tags:[]},{name:"mdi-bed-king",tags:[]},{name:"mdi-bed-king-outline",tags:[]},{name:"mdi-bed-outline",tags:[]},{name:"mdi-bed-queen",tags:[]},{name:"mdi-bed-queen-outline",tags:[]},{name:"mdi-bed-single",tags:[]},{name:"mdi-bed-single-outline",tags:[]},{name:"mdi-bee",tags:[]},{name:"mdi-bee-flower",tags:[]},{name:"mdi-beehive-off-outline",tags:[]},{name:"mdi-beehive-outline",tags:[]},{name:"mdi-beekeeper",tags:[]},{name:"mdi-beer",tags:[]},{name:"mdi-beer-outline",tags:[]},{name:"mdi-bell",tags:[]},{name:"mdi-bell-alert",tags:[]},{name:"mdi-bell-alert-outline",tags:[]},{name:"mdi-bell-badge",tags:[]},{name:"mdi-bell-badge-outline",tags:[]},{name:"mdi-bell-cancel",tags:[]},{name:"mdi-bell-cancel-outline",tags:[]},{name:"mdi-bell-check",tags:[]},{name:"mdi-bell-check-outline",tags:[]},{name:"mdi-bell-circle",tags:[]},{name:"mdi-bell-circle-outline",tags:[]},{name:"mdi-bell-minus",tags:[]},{name:"mdi-bell-minus-outline",tags:[]},{name:"mdi-bell-off",tags:[]},{name:"mdi-bell-off-outline",tags:[]},{name:"mdi-bell-outline",tags:[]},{name:"mdi-bell-plus",tags:[]},{name:"mdi-bell-plus-outline",tags:[]},{name:"mdi-bell-remove",tags:[]},{name:"mdi-bell-remove-outline",tags:[]},{name:"mdi-bell-ring",tags:[]},{name:"mdi-bell-ring-outline",tags:[]},{name:"mdi-bell-sleep",tags:[]},{name:"mdi-bell-sleep-outline",tags:[]},{name:"mdi-beta",tags:[]},{name:"mdi-betamax",tags:[]},{name:"mdi-biathlon",tags:[]},{name:"mdi-bicycle",tags:[]},{name:"mdi-bicycle-basket",tags:[]},{name:"mdi-bicycle-electric",tags:[]},{name:"mdi-bicycle-penny-farthing",tags:[]},{name:"mdi-bike",tags:[]},{name:"mdi-bike-fast",tags:[]},{name:"mdi-billboard",tags:[]},{name:"mdi-billiards",tags:[]},{name:"mdi-billiards-rack",tags:[]},{name:"mdi-binoculars",tags:[]},{name:"mdi-bio",tags:[]},{name:"mdi-biohazard",tags:[]},{name:"mdi-bird",tags:[]},{name:"mdi-bitbucket",tags:[]},{name:"mdi-bitcoin",tags:[]},{name:"mdi-black-mesa",tags:[]},{name:"mdi-blender",tags:[]},{name:"mdi-blender-outline",tags:[]},{name:"mdi-blender-software",tags:[]},{name:"mdi-blinds",tags:[]},{name:"mdi-blinds-open",tags:[]},{name:"mdi-block-helper",tags:[]},{name:"mdi-blood-bag",tags:[]},{name:"mdi-bluetooth",tags:[]},{name:"mdi-bluetooth-audio",tags:[]},{name:"mdi-bluetooth-connect",tags:[]},{name:"mdi-bluetooth-off",tags:[]},{name:"mdi-bluetooth-settings",tags:[]},{name:"mdi-bluetooth-transfer",tags:[]},{name:"mdi-blur",tags:[]},{name:"mdi-blur-linear",tags:[]},{name:"mdi-blur-off",tags:[]},{name:"mdi-blur-radial",tags:[]},{name:"mdi-bolt",tags:[]},{name:"mdi-bomb",tags:[]},{name:"mdi-bomb-off",tags:[]},{name:"mdi-bone",tags:[]},{name:"mdi-book",tags:[]},{name:"mdi-book-account",tags:[]},{name:"mdi-book-account-outline",tags:[]},{name:"mdi-book-alert",tags:[]},{name:"mdi-book-alert-outline",tags:[]},{name:"mdi-book-alphabet",tags:[]},{name:"mdi-book-arrow-down",tags:[]},{name:"mdi-book-arrow-down-outline",tags:[]},{name:"mdi-book-arrow-left",tags:[]},{name:"mdi-book-arrow-left-outline",tags:[]},{name:"mdi-book-arrow-right",tags:[]},{name:"mdi-book-arrow-right-outline",tags:[]},{name:"mdi-book-arrow-up",tags:[]},{name:"mdi-book-arrow-up-outline",tags:[]},{name:"mdi-book-cancel",tags:[]},{name:"mdi-book-cancel-outline",tags:[]},{name:"mdi-book-check",tags:[]},{name:"mdi-book-check-outline",tags:[]},{name:"mdi-book-clock",tags:[]},{name:"mdi-book-clock-outline",tags:[]},{name:"mdi-book-cog",tags:[]},{name:"mdi-book-cog-outline",tags:[]},{name:"mdi-book-cross",tags:[]},{name:"mdi-book-edit",tags:[]},{name:"mdi-book-edit-outline",tags:[]},{name:"mdi-book-education",tags:[]},{name:"mdi-book-education-outline",tags:[]},{name:"mdi-book-information-variant",tags:[]},{name:"mdi-book-lock",tags:[]},{name:"mdi-book-lock-open",tags:[]},{name:"mdi-book-lock-open-outline",tags:[]},{name:"mdi-book-lock-outline",tags:[]},{name:"mdi-book-marker",tags:[]},{name:"mdi-book-marker-outline",tags:[]},{name:"mdi-book-minus",tags:[]},{name:"mdi-book-minus-multiple",tags:[]},{name:"mdi-book-minus-multiple-outline",tags:[]},{name:"mdi-book-minus-outline",tags:[]},{name:"mdi-book-multiple",tags:[]},{name:"mdi-book-multiple-outline",tags:[]},{name:"mdi-book-music",tags:[]},{name:"mdi-book-music-outline",tags:[]},{name:"mdi-book-off",tags:[]},{name:"mdi-book-off-outline",tags:[]},{name:"mdi-book-open",tags:[]},{name:"mdi-book-open-blank-variant",tags:[]},{name:"mdi-book-open-outline",tags:[]},{name:"mdi-book-open-page-variant",tags:[]},{name:"mdi-book-open-page-variant-outline",tags:[]},{name:"mdi-book-open-variant",tags:[]},{name:"mdi-book-outline",tags:[]},{name:"mdi-book-play",tags:[]},{name:"mdi-book-play-outline",tags:[]},{name:"mdi-book-plus",tags:[]},{name:"mdi-book-plus-multiple",tags:[]},{name:"mdi-book-plus-multiple-outline",tags:[]},{name:"mdi-book-plus-outline",tags:[]},{name:"mdi-book-refresh",tags:[]},{name:"mdi-book-refresh-outline",tags:[]},{name:"mdi-book-remove",tags:[]},{name:"mdi-book-remove-multiple",tags:[]},{name:"mdi-book-remove-multiple-outline",tags:[]},{name:"mdi-book-remove-outline",tags:[]},{name:"mdi-book-search",tags:[]},{name:"mdi-book-search-outline",tags:[]},{name:"mdi-book-settings",tags:[]},{name:"mdi-book-settings-outline",tags:[]},{name:"mdi-book-sync",tags:[]},{name:"mdi-book-sync-outline",tags:[]},{name:"mdi-book-variant",tags:[]},{name:"mdi-book-variant-multiple",tags:[]},{name:"mdi-bookmark",tags:[]},{name:"mdi-bookmark-check",tags:[]},{name:"mdi-bookmark-check-outline",tags:[]},{name:"mdi-bookmark-minus",tags:[]},{name:"mdi-bookmark-minus-outline",tags:[]},{name:"mdi-bookmark-multiple",tags:[]},{name:"mdi-bookmark-multiple-outline",tags:[]},{name:"mdi-bookmark-music",tags:[]},{name:"mdi-bookmark-music-outline",tags:[]},{name:"mdi-bookmark-off",tags:[]},{name:"mdi-bookmark-off-outline",tags:[]},{name:"mdi-bookmark-outline",tags:[]},{name:"mdi-bookmark-plus",tags:[]},{name:"mdi-bookmark-plus-outline",tags:[]},{name:"mdi-bookmark-remove",tags:[]},{name:"mdi-bookmark-remove-outline",tags:[]},{name:"mdi-bookshelf",tags:[]},{name:"mdi-boom-gate",tags:[]},{name:"mdi-boom-gate-alert",tags:[]},{name:"mdi-boom-gate-alert-outline",tags:[]},{name:"mdi-boom-gate-arrow-down",tags:[]},{name:"mdi-boom-gate-arrow-down-outline",tags:[]},{name:"mdi-boom-gate-arrow-up",tags:[]},{name:"mdi-boom-gate-arrow-up-outline",tags:[]},{name:"mdi-boom-gate-outline",tags:[]},{name:"mdi-boom-gate-up",tags:[]},{name:"mdi-boom-gate-up-outline",tags:[]},{name:"mdi-boombox",tags:[]},{name:"mdi-boomerang",tags:[]},{name:"mdi-bootstrap",tags:[]},{name:"mdi-border-all",tags:[]},{name:"mdi-border-all-variant",tags:[]},{name:"mdi-border-bottom",tags:[]},{name:"mdi-border-bottom-variant",tags:[]},{name:"mdi-border-color",tags:[]},{name:"mdi-border-horizontal",tags:[]},{name:"mdi-border-inside",tags:[]},{name:"mdi-border-left",tags:[]},{name:"mdi-border-left-variant",tags:[]},{name:"mdi-border-none",tags:[]},{name:"mdi-border-none-variant",tags:[]},{name:"mdi-border-outside",tags:[]},{name:"mdi-border-right",tags:[]},{name:"mdi-border-right-variant",tags:[]},{name:"mdi-border-style",tags:[]},{name:"mdi-border-top",tags:[]},{name:"mdi-border-top-variant",tags:[]},{name:"mdi-border-vertical",tags:[]},{name:"mdi-bottle-soda",tags:[]},{name:"mdi-bottle-soda-classic",tags:[]},{name:"mdi-bottle-soda-classic-outline",tags:[]},{name:"mdi-bottle-soda-outline",tags:[]},{name:"mdi-bottle-tonic",tags:[]},{name:"mdi-bottle-tonic-outline",tags:[]},{name:"mdi-bottle-tonic-plus",tags:[]},{name:"mdi-bottle-tonic-plus-outline",tags:[]},{name:"mdi-bottle-tonic-skull",tags:[]},{name:"mdi-bottle-tonic-skull-outline",tags:[]},{name:"mdi-bottle-wine",tags:[]},{name:"mdi-bottle-wine-outline",tags:[]},{name:"mdi-bow-tie",tags:[]},{name:"mdi-bowl",tags:[]},{name:"mdi-bowl-mix",tags:[]},{name:"mdi-bowl-mix-outline",tags:[]},{name:"mdi-bowl-outline",tags:[]},{name:"mdi-bowling",tags:[]},{name:"mdi-box",tags:[]},{name:"mdi-box-cutter",tags:[]},{name:"mdi-box-cutter-off",tags:[]},{name:"mdi-box-shadow",tags:[]},{name:"mdi-boxing-glove",tags:[]},{name:"mdi-braille",tags:[]},{name:"mdi-brain",tags:[]},{name:"mdi-bread-slice",tags:[]},{name:"mdi-bread-slice-outline",tags:[]},{name:"mdi-bridge",tags:[]},{name:"mdi-briefcase",tags:[]},{name:"mdi-briefcase-account",tags:[]},{name:"mdi-briefcase-account-outline",tags:[]},{name:"mdi-briefcase-check",tags:[]},{name:"mdi-briefcase-check-outline",tags:[]},{name:"mdi-briefcase-clock",tags:[]},{name:"mdi-briefcase-clock-outline",tags:[]},{name:"mdi-briefcase-download",tags:[]},{name:"mdi-briefcase-download-outline",tags:[]},{name:"mdi-briefcase-edit",tags:[]},{name:"mdi-briefcase-edit-outline",tags:[]},{name:"mdi-briefcase-eye",tags:[]},{name:"mdi-briefcase-eye-outline",tags:[]},{name:"mdi-briefcase-minus",tags:[]},{name:"mdi-briefcase-minus-outline",tags:[]},{name:"mdi-briefcase-off",tags:[]},{name:"mdi-briefcase-off-outline",tags:[]},{name:"mdi-briefcase-outline",tags:[]},{name:"mdi-briefcase-plus",tags:[]},{name:"mdi-briefcase-plus-outline",tags:[]},{name:"mdi-briefcase-remove",tags:[]},{name:"mdi-briefcase-remove-outline",tags:[]},{name:"mdi-briefcase-search",tags:[]},{name:"mdi-briefcase-search-outline",tags:[]},{name:"mdi-briefcase-upload",tags:[]},{name:"mdi-briefcase-upload-outline",tags:[]},{name:"mdi-briefcase-variant",tags:[]},{name:"mdi-briefcase-variant-off",tags:[]},{name:"mdi-briefcase-variant-off-outline",tags:[]},{name:"mdi-briefcase-variant-outline",tags:[]},{name:"mdi-brightness-1",tags:[]},{name:"mdi-brightness-2",tags:[]},{name:"mdi-brightness-3",tags:[]},{name:"mdi-brightness-4",tags:[]},{name:"mdi-brightness-5",tags:[]},{name:"mdi-brightness-6",tags:[]},{name:"mdi-brightness-7",tags:[]},{name:"mdi-brightness-auto",tags:[]},{name:"mdi-brightness-percent",tags:[]},{name:"mdi-broadcast",tags:[]},{name:"mdi-broadcast-off",tags:[]},{name:"mdi-broom",tags:[]},{name:"mdi-brush",tags:[]},{name:"mdi-brush-off",tags:[]},{name:"mdi-brush-variant",tags:[]},{name:"mdi-bucket",tags:[]},{name:"mdi-bucket-outline",tags:[]},{name:"mdi-buffet",tags:[]},{name:"mdi-bug",tags:[]},{name:"mdi-bug-check",tags:[]},{name:"mdi-bug-check-outline",tags:[]},{name:"mdi-bug-outline",tags:[]},{name:"mdi-bugle",tags:[]},{name:"mdi-bulldozer",tags:[]},{name:"mdi-bullet",tags:[]},{name:"mdi-bulletin-board",tags:[]},{name:"mdi-bullhorn",tags:[]},{name:"mdi-bullhorn-outline",tags:[]},{name:"mdi-bullseye",tags:[]},{name:"mdi-bullseye-arrow",tags:[]},{name:"mdi-bulma",tags:[]},{name:"mdi-bunk-bed",tags:[]},{name:"mdi-bunk-bed-outline",tags:[]},{name:"mdi-bus",tags:[]},{name:"mdi-bus-alert",tags:[]},{name:"mdi-bus-articulated-end",tags:[]},{name:"mdi-bus-articulated-front",tags:[]},{name:"mdi-bus-clock",tags:[]},{name:"mdi-bus-double-decker",tags:[]},{name:"mdi-bus-marker",tags:[]},{name:"mdi-bus-multiple",tags:[]},{name:"mdi-bus-school",tags:[]},{name:"mdi-bus-side",tags:[]},{name:"mdi-bus-stop",tags:[]},{name:"mdi-bus-stop-covered",tags:[]},{name:"mdi-bus-stop-uncovered",tags:[]},{name:"mdi-butterfly",tags:[]},{name:"mdi-butterfly-outline",tags:[]},{name:"mdi-cable-data",tags:[]},{name:"mdi-cached",tags:[]},{name:"mdi-cactus",tags:[]},{name:"mdi-cake",tags:[]},{name:"mdi-cake-layered",tags:[]},{name:"mdi-cake-variant",tags:[]},{name:"mdi-cake-variant-outline",tags:[]},{name:"mdi-calculator",tags:[]},{name:"mdi-calculator-variant",tags:[]},{name:"mdi-calculator-variant-outline",tags:[]},{name:"mdi-calendar",tags:[]},{name:"mdi-calendar-account",tags:[]},{name:"mdi-calendar-account-outline",tags:[]},{name:"mdi-calendar-alert",tags:[]},{name:"mdi-calendar-arrow-left",tags:[]},{name:"mdi-calendar-arrow-right",tags:[]},{name:"mdi-calendar-blank",tags:[]},{name:"mdi-calendar-blank-multiple",tags:[]},{name:"mdi-calendar-blank-outline",tags:[]},{name:"mdi-calendar-check",tags:[]},{name:"mdi-calendar-check-outline",tags:[]},{name:"mdi-calendar-clock",tags:[]},{name:"mdi-calendar-clock-outline",tags:[]},{name:"mdi-calendar-cursor",tags:[]},{name:"mdi-calendar-edit",tags:[]},{name:"mdi-calendar-end",tags:[]},{name:"mdi-calendar-export",tags:[]},{name:"mdi-calendar-heart",tags:[]},{name:"mdi-calendar-import",tags:[]},{name:"mdi-calendar-lock",tags:[]},{name:"mdi-calendar-lock-outline",tags:[]},{name:"mdi-calendar-minus",tags:[]},{name:"mdi-calendar-month",tags:[]},{name:"mdi-calendar-month-outline",tags:[]},{name:"mdi-calendar-multiple",tags:[]},{name:"mdi-calendar-multiple-check",tags:[]},{name:"mdi-calendar-multiselect",tags:[]},{name:"mdi-calendar-outline",tags:[]},{name:"mdi-calendar-plus",tags:[]},{name:"mdi-calendar-question",tags:[]},{name:"mdi-calendar-range",tags:[]},{name:"mdi-calendar-range-outline",tags:[]},{name:"mdi-calendar-refresh",tags:[]},{name:"mdi-calendar-refresh-outline",tags:[]},{name:"mdi-calendar-remove",tags:[]},{name:"mdi-calendar-remove-outline",tags:[]},{name:"mdi-calendar-search",tags:[]},{name:"mdi-calendar-star",tags:[]},{name:"mdi-calendar-start",tags:[]},{name:"mdi-calendar-sync",tags:[]},{name:"mdi-calendar-sync-outline",tags:[]},{name:"mdi-calendar-text",tags:[]},{name:"mdi-calendar-text-outline",tags:[]},{name:"mdi-calendar-today",tags:[]},{name:"mdi-calendar-week",tags:[]},{name:"mdi-calendar-week-begin",tags:[]},{name:"mdi-calendar-weekend",tags:[]},{name:"mdi-calendar-weekend-outline",tags:[]},{name:"mdi-call-made",tags:[]},{name:"mdi-call-merge",tags:[]},{name:"mdi-call-missed",tags:[]},{name:"mdi-call-received",tags:[]},{name:"mdi-call-split",tags:[]},{name:"mdi-camcorder",tags:[]},{name:"mdi-camcorder-off",tags:[]},{name:"mdi-camera",tags:[]},{name:"mdi-camera-account",tags:[]},{name:"mdi-camera-burst",tags:[]},{name:"mdi-camera-control",tags:[]},{name:"mdi-camera-enhance",tags:[]},{name:"mdi-camera-enhance-outline",tags:[]},{name:"mdi-camera-flip",tags:[]},{name:"mdi-camera-flip-outline",tags:[]},{name:"mdi-camera-front",tags:[]},{name:"mdi-camera-front-variant",tags:[]},{name:"mdi-camera-gopro",tags:[]},{name:"mdi-camera-image",tags:[]},{name:"mdi-camera-iris",tags:[]},{name:"mdi-camera-metering-center",tags:[]},{name:"mdi-camera-metering-matrix",tags:[]},{name:"mdi-camera-metering-partial",tags:[]},{name:"mdi-camera-metering-spot",tags:[]},{name:"mdi-camera-off",tags:[]},{name:"mdi-camera-outline",tags:[]},{name:"mdi-camera-party-mode",tags:[]},{name:"mdi-camera-plus",tags:[]},{name:"mdi-camera-plus-outline",tags:[]},{name:"mdi-camera-rear",tags:[]},{name:"mdi-camera-rear-variant",tags:[]},{name:"mdi-camera-retake",tags:[]},{name:"mdi-camera-retake-outline",tags:[]},{name:"mdi-camera-switch",tags:[]},{name:"mdi-camera-switch-outline",tags:[]},{name:"mdi-camera-timer",tags:[]},{name:"mdi-camera-wireless",tags:[]},{name:"mdi-camera-wireless-outline",tags:[]},{name:"mdi-campfire",tags:[]},{name:"mdi-cancel",tags:[]},{name:"mdi-candelabra",tags:[]},{name:"mdi-candelabra-fire",tags:[]},{name:"mdi-candle",tags:[]},{name:"mdi-candycane",tags:[]},{name:"mdi-cannabis",tags:[]},{name:"mdi-cannabis-off",tags:[]},{name:"mdi-caps-lock",tags:[]},{name:"mdi-car",tags:[]},{name:"mdi-car-2-plus",tags:[]},{name:"mdi-car-3-plus",tags:[]},{name:"mdi-car-arrow-left",tags:[]},{name:"mdi-car-arrow-right",tags:[]},{name:"mdi-car-back",tags:[]},{name:"mdi-car-battery",tags:[]},{name:"mdi-car-brake-abs",tags:[]},{name:"mdi-car-brake-alert",tags:[]},{name:"mdi-car-brake-hold",tags:[]},{name:"mdi-car-brake-parking",tags:[]},{name:"mdi-car-brake-retarder",tags:[]},{name:"mdi-car-child-seat",tags:[]},{name:"mdi-car-clutch",tags:[]},{name:"mdi-car-cog",tags:[]},{name:"mdi-car-connected",tags:[]},{name:"mdi-car-convertible",tags:[]},{name:"mdi-car-coolant-level",tags:[]},{name:"mdi-car-cruise-control",tags:[]},{name:"mdi-car-defrost-front",tags:[]},{name:"mdi-car-defrost-rear",tags:[]},{name:"mdi-car-door",tags:[]},{name:"mdi-car-door-lock",tags:[]},{name:"mdi-car-electric",tags:[]},{name:"mdi-car-electric-outline",tags:[]},{name:"mdi-car-emergency",tags:[]},{name:"mdi-car-esp",tags:[]},{name:"mdi-car-estate",tags:[]},{name:"mdi-car-hatchback",tags:[]},{name:"mdi-car-info",tags:[]},{name:"mdi-car-key",tags:[]},{name:"mdi-car-lifted-pickup",tags:[]},{name:"mdi-car-light-dimmed",tags:[]},{name:"mdi-car-light-fog",tags:[]},{name:"mdi-car-light-high",tags:[]},{name:"mdi-car-limousine",tags:[]},{name:"mdi-car-multiple",tags:[]},{name:"mdi-car-off",tags:[]},{name:"mdi-car-outline",tags:[]},{name:"mdi-car-parking-lights",tags:[]},{name:"mdi-car-pickup",tags:[]},{name:"mdi-car-seat",tags:[]},{name:"mdi-car-seat-cooler",tags:[]},{name:"mdi-car-seat-heater",tags:[]},{name:"mdi-car-settings",tags:[]},{name:"mdi-car-shift-pattern",tags:[]},{name:"mdi-car-side",tags:[]},{name:"mdi-car-sports",tags:[]},{name:"mdi-car-tire-alert",tags:[]},{name:"mdi-car-traction-control",tags:[]},{name:"mdi-car-turbocharger",tags:[]},{name:"mdi-car-wash",tags:[]},{name:"mdi-car-windshield",tags:[]},{name:"mdi-car-windshield-outline",tags:[]},{name:"mdi-car-wrench",tags:[]},{name:"mdi-carabiner",tags:[]},{name:"mdi-caravan",tags:[]},{name:"mdi-card",tags:[]},{name:"mdi-card-account-details",tags:[]},{name:"mdi-card-account-details-outline",tags:[]},{name:"mdi-card-account-details-star",tags:[]},{name:"mdi-card-account-details-star-outline",tags:[]},{name:"mdi-card-account-mail",tags:[]},{name:"mdi-card-account-mail-outline",tags:[]},{name:"mdi-card-account-phone",tags:[]},{name:"mdi-card-account-phone-outline",tags:[]},{name:"mdi-card-bulleted",tags:[]},{name:"mdi-card-bulleted-off",tags:[]},{name:"mdi-card-bulleted-off-outline",tags:[]},{name:"mdi-card-bulleted-outline",tags:[]},{name:"mdi-card-bulleted-settings",tags:[]},{name:"mdi-card-bulleted-settings-outline",tags:[]},{name:"mdi-card-minus",tags:[]},{name:"mdi-card-minus-outline",tags:[]},{name:"mdi-card-multiple",tags:[]},{name:"mdi-card-multiple-outline",tags:[]},{name:"mdi-card-off",tags:[]},{name:"mdi-card-off-outline",tags:[]},{name:"mdi-card-outline",tags:[]},{name:"mdi-card-plus",tags:[]},{name:"mdi-card-plus-outline",tags:[]},{name:"mdi-card-remove",tags:[]},{name:"mdi-card-remove-outline",tags:[]},{name:"mdi-card-search",tags:[]},{name:"mdi-card-search-outline",tags:[]},{name:"mdi-card-text",tags:[]},{name:"mdi-card-text-outline",tags:[]},{name:"mdi-cards",tags:[]},{name:"mdi-cards-club",tags:[]},{name:"mdi-cards-diamond",tags:[]},{name:"mdi-cards-diamond-outline",tags:[]},{name:"mdi-cards-heart",tags:[]},{name:"mdi-cards-outline",tags:[]},{name:"mdi-cards-playing-outline",tags:[]},{name:"mdi-cards-spade",tags:[]},{name:"mdi-cards-variant",tags:[]},{name:"mdi-carrot",tags:[]},{name:"mdi-cart",tags:[]},{name:"mdi-cart-arrow-down",tags:[]},{name:"mdi-cart-arrow-right",tags:[]},{name:"mdi-cart-arrow-up",tags:[]},{name:"mdi-cart-check",tags:[]},{name:"mdi-cart-minus",tags:[]},{name:"mdi-cart-off",tags:[]},{name:"mdi-cart-outline",tags:[]},{name:"mdi-cart-plus",tags:[]},{name:"mdi-cart-remove",tags:[]},{name:"mdi-cart-variant",tags:[]},{name:"mdi-case-sensitive-alt",tags:[]},{name:"mdi-cash",tags:[]},{name:"mdi-cash-100",tags:[]},{name:"mdi-cash-check",tags:[]},{name:"mdi-cash-lock",tags:[]},{name:"mdi-cash-lock-open",tags:[]},{name:"mdi-cash-marker",tags:[]},{name:"mdi-cash-minus",tags:[]},{name:"mdi-cash-multiple",tags:[]},{name:"mdi-cash-plus",tags:[]},{name:"mdi-cash-refund",tags:[]},{name:"mdi-cash-register",tags:[]},{name:"mdi-cash-remove",tags:[]},{name:"mdi-cassette",tags:[]},{name:"mdi-cast",tags:[]},{name:"mdi-cast-audio",tags:[]},{name:"mdi-cast-audio-variant",tags:[]},{name:"mdi-cast-connected",tags:[]},{name:"mdi-cast-education",tags:[]},{name:"mdi-cast-off",tags:[]},{name:"mdi-cast-variant",tags:[]},{name:"mdi-castle",tags:[]},{name:"mdi-cat",tags:[]},{name:"mdi-cctv",tags:[]},{name:"mdi-ceiling-fan",tags:[]},{name:"mdi-ceiling-fan-light",tags:[]},{name:"mdi-ceiling-light",tags:[]},{name:"mdi-ceiling-light-outline",tags:[]},{name:"mdi-cellphone",tags:[]},{name:"mdi-cellphone-arrow-down",tags:[]},{name:"mdi-cellphone-basic",tags:[]},{name:"mdi-cellphone-charging",tags:[]},{name:"mdi-cellphone-check",tags:[]},{name:"mdi-cellphone-cog",tags:[]},{name:"mdi-cellphone-dock",tags:[]},{name:"mdi-cellphone-information",tags:[]},{name:"mdi-cellphone-key",tags:[]},{name:"mdi-cellphone-link",tags:[]},{name:"mdi-cellphone-link-off",tags:[]},{name:"mdi-cellphone-lock",tags:[]},{name:"mdi-cellphone-message",tags:[]},{name:"mdi-cellphone-message-off",tags:[]},{name:"mdi-cellphone-nfc",tags:[]},{name:"mdi-cellphone-nfc-off",tags:[]},{name:"mdi-cellphone-off",tags:[]},{name:"mdi-cellphone-play",tags:[]},{name:"mdi-cellphone-remove",tags:[]},{name:"mdi-cellphone-screenshot",tags:[]},{name:"mdi-cellphone-settings",tags:[]},{name:"mdi-cellphone-sound",tags:[]},{name:"mdi-cellphone-text",tags:[]},{name:"mdi-cellphone-wireless",tags:[]},{name:"mdi-centos",tags:[]},{name:"mdi-certificate",tags:[]},{name:"mdi-certificate-outline",tags:[]},{name:"mdi-chair-rolling",tags:[]},{name:"mdi-chair-school",tags:[]},{name:"mdi-chandelier",tags:[]},{name:"mdi-charity",tags:[]},{name:"mdi-chart-arc",tags:[]},{name:"mdi-chart-areaspline",tags:[]},{name:"mdi-chart-areaspline-variant",tags:[]},{name:"mdi-chart-bar",tags:[]},{name:"mdi-chart-bar-stacked",tags:[]},{name:"mdi-chart-bell-curve",tags:[]},{name:"mdi-chart-bell-curve-cumulative",tags:[]},{name:"mdi-chart-box",tags:[]},{name:"mdi-chart-box-outline",tags:[]},{name:"mdi-chart-box-plus-outline",tags:[]},{name:"mdi-chart-bubble",tags:[]},{name:"mdi-chart-donut",tags:[]},{name:"mdi-chart-donut-variant",tags:[]},{name:"mdi-chart-gantt",tags:[]},{name:"mdi-chart-histogram",tags:[]},{name:"mdi-chart-line",tags:[]},{name:"mdi-chart-line-stacked",tags:[]},{name:"mdi-chart-line-variant",tags:[]},{name:"mdi-chart-multiline",tags:[]},{name:"mdi-chart-multiple",tags:[]},{name:"mdi-chart-pie",tags:[]},{name:"mdi-chart-ppf",tags:[]},{name:"mdi-chart-sankey",tags:[]},{name:"mdi-chart-sankey-variant",tags:[]},{name:"mdi-chart-scatter-plot",tags:[]},{name:"mdi-chart-scatter-plot-hexbin",tags:[]},{name:"mdi-chart-timeline",tags:[]},{name:"mdi-chart-timeline-variant",tags:[]},{name:"mdi-chart-timeline-variant-shimmer",tags:[]},{name:"mdi-chart-tree",tags:[]},{name:"mdi-chat",tags:[]},{name:"mdi-chat-alert",tags:[]},{name:"mdi-chat-alert-outline",tags:[]},{name:"mdi-chat-minus",tags:[]},{name:"mdi-chat-minus-outline",tags:[]},{name:"mdi-chat-outline",tags:[]},{name:"mdi-chat-plus",tags:[]},{name:"mdi-chat-plus-outline",tags:[]},{name:"mdi-chat-processing",tags:[]},{name:"mdi-chat-processing-outline",tags:[]},{name:"mdi-chat-question",tags:[]},{name:"mdi-chat-question-outline",tags:[]},{name:"mdi-chat-remove",tags:[]},{name:"mdi-chat-remove-outline",tags:[]},{name:"mdi-chat-sleep",tags:[]},{name:"mdi-chat-sleep-outline",tags:[]},{name:"mdi-check",tags:[]},{name:"mdi-check-all",tags:[]},{name:"mdi-check-bold",tags:[]},{name:"mdi-check-circle",tags:[]},{name:"mdi-check-circle-outline",tags:[]},{name:"mdi-check-decagram",tags:[]},{name:"mdi-check-decagram-outline",tags:[]},{name:"mdi-check-network",tags:[]},{name:"mdi-check-network-outline",tags:[]},{name:"mdi-check-outline",tags:[]},{name:"mdi-check-underline",tags:[]},{name:"mdi-check-underline-circle",tags:[]},{name:"mdi-check-underline-circle-outline",tags:[]},{name:"mdi-checkbook",tags:[]},{name:"mdi-checkbox-blank",tags:[]},{name:"mdi-checkbox-blank-badge",tags:[]},{name:"mdi-checkbox-blank-badge-outline",tags:[]},{name:"mdi-checkbox-blank-circle",tags:[]},{name:"mdi-checkbox-blank-circle-outline",tags:[]},{name:"mdi-checkbox-blank-off",tags:[]},{name:"mdi-checkbox-blank-off-outline",tags:[]},{name:"mdi-checkbox-blank-outline",tags:[]},{name:"mdi-checkbox-intermediate",tags:[]},{name:"mdi-checkbox-marked",tags:[]},{name:"mdi-checkbox-marked-circle",tags:[]},{name:"mdi-checkbox-marked-circle-outline",tags:[]},{name:"mdi-checkbox-marked-outline",tags:[]},{name:"mdi-checkbox-multiple-blank",tags:[]},{name:"mdi-checkbox-multiple-blank-circle",tags:[]},{name:"mdi-checkbox-multiple-blank-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-blank-outline",tags:[]},{name:"mdi-checkbox-multiple-marked",tags:[]},{name:"mdi-checkbox-multiple-marked-circle",tags:[]},{name:"mdi-checkbox-multiple-marked-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-marked-outline",tags:[]},{name:"mdi-checkbox-multiple-outline",tags:[]},{name:"mdi-checkbox-outline",tags:[]},{name:"mdi-checkerboard",tags:[]},{name:"mdi-checkerboard-minus",tags:[]},{name:"mdi-checkerboard-plus",tags:[]},{name:"mdi-checkerboard-remove",tags:[]},{name:"mdi-cheese",tags:[]},{name:"mdi-cheese-off",tags:[]},{name:"mdi-chef-hat",tags:[]},{name:"mdi-chemical-weapon",tags:[]},{name:"mdi-chess-bishop",tags:[]},{name:"mdi-chess-king",tags:[]},{name:"mdi-chess-knight",tags:[]},{name:"mdi-chess-pawn",tags:[]},{name:"mdi-chess-queen",tags:[]},{name:"mdi-chess-rook",tags:[]},{name:"mdi-chevron-double-down",tags:[]},{name:"mdi-chevron-double-left",tags:[]},{name:"mdi-chevron-double-right",tags:[]},{name:"mdi-chevron-double-up",tags:[]},{name:"mdi-chevron-down",tags:[]},{name:"mdi-chevron-down-box",tags:[]},{name:"mdi-chevron-down-box-outline",tags:[]},{name:"mdi-chevron-down-circle",tags:[]},{name:"mdi-chevron-down-circle-outline",tags:[]},{name:"mdi-chevron-left",tags:[]},{name:"mdi-chevron-left-box",tags:[]},{name:"mdi-chevron-left-box-outline",tags:[]},{name:"mdi-chevron-left-circle",tags:[]},{name:"mdi-chevron-left-circle-outline",tags:[]},{name:"mdi-chevron-right",tags:[]},{name:"mdi-chevron-right-box",tags:[]},{name:"mdi-chevron-right-box-outline",tags:[]},{name:"mdi-chevron-right-circle",tags:[]},{name:"mdi-chevron-right-circle-outline",tags:[]},{name:"mdi-chevron-triple-down",tags:[]},{name:"mdi-chevron-triple-left",tags:[]},{name:"mdi-chevron-triple-right",tags:[]},{name:"mdi-chevron-triple-up",tags:[]},{name:"mdi-chevron-up",tags:[]},{name:"mdi-chevron-up-box",tags:[]},{name:"mdi-chevron-up-box-outline",tags:[]},{name:"mdi-chevron-up-circle",tags:[]},{name:"mdi-chevron-up-circle-outline",tags:[]},{name:"mdi-chili-alert",tags:[]},{name:"mdi-chili-alert-outline",tags:[]},{name:"mdi-chili-hot",tags:[]},{name:"mdi-chili-hot-outline",tags:[]},{name:"mdi-chili-medium",tags:[]},{name:"mdi-chili-medium-outline",tags:[]},{name:"mdi-chili-mild",tags:[]},{name:"mdi-chili-mild-outline",tags:[]},{name:"mdi-chili-off",tags:[]},{name:"mdi-chili-off-outline",tags:[]},{name:"mdi-chip",tags:[]},{name:"mdi-church",tags:[]},{name:"mdi-cigar",tags:[]},{name:"mdi-cigar-off",tags:[]},{name:"mdi-circle",tags:[]},{name:"mdi-circle-box",tags:[]},{name:"mdi-circle-box-outline",tags:[]},{name:"mdi-circle-double",tags:[]},{name:"mdi-circle-edit-outline",tags:[]},{name:"mdi-circle-expand",tags:[]},{name:"mdi-circle-half",tags:[]},{name:"mdi-circle-half-full",tags:[]},{name:"mdi-circle-medium",tags:[]},{name:"mdi-circle-multiple",tags:[]},{name:"mdi-circle-multiple-outline",tags:[]},{name:"mdi-circle-off-outline",tags:[]},{name:"mdi-circle-outline",tags:[]},{name:"mdi-circle-slice-1",tags:[]},{name:"mdi-circle-slice-2",tags:[]},{name:"mdi-circle-slice-3",tags:[]},{name:"mdi-circle-slice-4",tags:[]},{name:"mdi-circle-slice-5",tags:[]},{name:"mdi-circle-slice-6",tags:[]},{name:"mdi-circle-slice-7",tags:[]},{name:"mdi-circle-slice-8",tags:[]},{name:"mdi-circle-small",tags:[]},{name:"mdi-circular-saw",tags:[]},{name:"mdi-city",tags:[]},{name:"mdi-city-variant",tags:[]},{name:"mdi-city-variant-outline",tags:[]},{name:"mdi-clipboard",tags:[]},{name:"mdi-clipboard-account",tags:[]},{name:"mdi-clipboard-account-outline",tags:[]},{name:"mdi-clipboard-alert",tags:[]},{name:"mdi-clipboard-alert-outline",tags:[]},{name:"mdi-clipboard-arrow-down",tags:[]},{name:"mdi-clipboard-arrow-down-outline",tags:[]},{name:"mdi-clipboard-arrow-left",tags:[]},{name:"mdi-clipboard-arrow-left-outline",tags:[]},{name:"mdi-clipboard-arrow-right",tags:[]},{name:"mdi-clipboard-arrow-right-outline",tags:[]},{name:"mdi-clipboard-arrow-up",tags:[]},{name:"mdi-clipboard-arrow-up-outline",tags:[]},{name:"mdi-clipboard-check",tags:[]},{name:"mdi-clipboard-check-multiple",tags:[]},{name:"mdi-clipboard-check-multiple-outline",tags:[]},{name:"mdi-clipboard-check-outline",tags:[]},{name:"mdi-clipboard-clock",tags:[]},{name:"mdi-clipboard-clock-outline",tags:[]},{name:"mdi-clipboard-edit",tags:[]},{name:"mdi-clipboard-edit-outline",tags:[]},{name:"mdi-clipboard-file",tags:[]},{name:"mdi-clipboard-file-outline",tags:[]},{name:"mdi-clipboard-flow",tags:[]},{name:"mdi-clipboard-flow-outline",tags:[]},{name:"mdi-clipboard-list",tags:[]},{name:"mdi-clipboard-list-outline",tags:[]},{name:"mdi-clipboard-minus",tags:[]},{name:"mdi-clipboard-minus-outline",tags:[]},{name:"mdi-clipboard-multiple",tags:[]},{name:"mdi-clipboard-multiple-outline",tags:[]},{name:"mdi-clipboard-off",tags:[]},{name:"mdi-clipboard-off-outline",tags:[]},{name:"mdi-clipboard-outline",tags:[]},{name:"mdi-clipboard-play",tags:[]},{name:"mdi-clipboard-play-multiple",tags:[]},{name:"mdi-clipboard-play-multiple-outline",tags:[]},{name:"mdi-clipboard-play-outline",tags:[]},{name:"mdi-clipboard-plus",tags:[]},{name:"mdi-clipboard-plus-outline",tags:[]},{name:"mdi-clipboard-pulse",tags:[]},{name:"mdi-clipboard-pulse-outline",tags:[]},{name:"mdi-clipboard-remove",tags:[]},{name:"mdi-clipboard-remove-outline",tags:[]},{name:"mdi-clipboard-search",tags:[]},{name:"mdi-clipboard-search-outline",tags:[]},{name:"mdi-clipboard-text",tags:[]},{name:"mdi-clipboard-text-multiple",tags:[]},{name:"mdi-clipboard-text-multiple-outline",tags:[]},{name:"mdi-clipboard-text-off",tags:[]},{name:"mdi-clipboard-text-off-outline",tags:[]},{name:"mdi-clipboard-text-outline",tags:[]},{name:"mdi-clipboard-text-play",tags:[]},{name:"mdi-clipboard-text-play-outline",tags:[]},{name:"mdi-clipboard-text-search",tags:[]},{name:"mdi-clipboard-text-search-outline",tags:[]},{name:"mdi-clippy",tags:[]},{name:"mdi-clock",tags:[]},{name:"mdi-clock-alert",tags:[]},{name:"mdi-clock-alert-outline",tags:[]},{name:"mdi-clock-check",tags:[]},{name:"mdi-clock-check-outline",tags:[]},{name:"mdi-clock-digital",tags:[]},{name:"mdi-clock-end",tags:[]},{name:"mdi-clock-fast",tags:[]},{name:"mdi-clock-in",tags:[]},{name:"mdi-clock-out",tags:[]},{name:"mdi-clock-outline",tags:[]},{name:"mdi-clock-start",tags:[]},{name:"mdi-clock-time-eight",tags:[]},{name:"mdi-clock-time-eight-outline",tags:[]},{name:"mdi-clock-time-eleven",tags:[]},{name:"mdi-clock-time-eleven-outline",tags:[]},{name:"mdi-clock-time-five",tags:[]},{name:"mdi-clock-time-five-outline",tags:[]},{name:"mdi-clock-time-four",tags:[]},{name:"mdi-clock-time-four-outline",tags:[]},{name:"mdi-clock-time-nine",tags:[]},{name:"mdi-clock-time-nine-outline",tags:[]},{name:"mdi-clock-time-one",tags:[]},{name:"mdi-clock-time-one-outline",tags:[]},{name:"mdi-clock-time-seven",tags:[]},{name:"mdi-clock-time-seven-outline",tags:[]},{name:"mdi-clock-time-six",tags:[]},{name:"mdi-clock-time-six-outline",tags:[]},{name:"mdi-clock-time-ten",tags:[]},{name:"mdi-clock-time-ten-outline",tags:[]},{name:"mdi-clock-time-three",tags:[]},{name:"mdi-clock-time-three-outline",tags:[]},{name:"mdi-clock-time-twelve",tags:[]},{name:"mdi-clock-time-twelve-outline",tags:[]},{name:"mdi-clock-time-two",tags:[]},{name:"mdi-clock-time-two-outline",tags:[]},{name:"mdi-close",tags:[]},{name:"mdi-close-box",tags:[]},{name:"mdi-close-box-multiple",tags:[]},{name:"mdi-close-box-multiple-outline",tags:[]},{name:"mdi-close-box-outline",tags:[]},{name:"mdi-close-circle",tags:[]},{name:"mdi-close-circle-multiple",tags:[]},{name:"mdi-close-circle-multiple-outline",tags:[]},{name:"mdi-close-circle-outline",tags:[]},{name:"mdi-close-network",tags:[]},{name:"mdi-close-network-outline",tags:[]},{name:"mdi-close-octagon",tags:[]},{name:"mdi-close-octagon-outline",tags:[]},{name:"mdi-close-outline",tags:[]},{name:"mdi-close-thick",tags:[]},{name:"mdi-closed-caption",tags:[]},{name:"mdi-closed-caption-outline",tags:[]},{name:"mdi-cloud",tags:[]},{name:"mdi-cloud-alert",tags:[]},{name:"mdi-cloud-braces",tags:[]},{name:"mdi-cloud-check",tags:[]},{name:"mdi-cloud-check-outline",tags:[]},{name:"mdi-cloud-circle",tags:[]},{name:"mdi-cloud-download",tags:[]},{name:"mdi-cloud-download-outline",tags:[]},{name:"mdi-cloud-lock",tags:[]},{name:"mdi-cloud-lock-outline",tags:[]},{name:"mdi-cloud-off-outline",tags:[]},{name:"mdi-cloud-outline",tags:[]},{name:"mdi-cloud-print",tags:[]},{name:"mdi-cloud-print-outline",tags:[]},{name:"mdi-cloud-question",tags:[]},{name:"mdi-cloud-refresh",tags:[]},{name:"mdi-cloud-search",tags:[]},{name:"mdi-cloud-search-outline",tags:[]},{name:"mdi-cloud-sync",tags:[]},{name:"mdi-cloud-sync-outline",tags:[]},{name:"mdi-cloud-tags",tags:[]},{name:"mdi-cloud-upload",tags:[]},{name:"mdi-cloud-upload-outline",tags:[]},{name:"mdi-clover",tags:[]},{name:"mdi-coach-lamp",tags:[]},{name:"mdi-coat-rack",tags:[]},{name:"mdi-code-array",tags:[]},{name:"mdi-code-braces",tags:[]},{name:"mdi-code-braces-box",tags:[]},{name:"mdi-code-brackets",tags:[]},{name:"mdi-code-equal",tags:[]},{name:"mdi-code-greater-than",tags:[]},{name:"mdi-code-greater-than-or-equal",tags:[]},{name:"mdi-code-json",tags:[]},{name:"mdi-code-less-than",tags:[]},{name:"mdi-code-less-than-or-equal",tags:[]},{name:"mdi-code-not-equal",tags:[]},{name:"mdi-code-not-equal-variant",tags:[]},{name:"mdi-code-parentheses",tags:[]},{name:"mdi-code-parentheses-box",tags:[]},{name:"mdi-code-string",tags:[]},{name:"mdi-code-tags",tags:[]},{name:"mdi-code-tags-check",tags:[]},{name:"mdi-codepen",tags:[]},{name:"mdi-coffee",tags:[]},{name:"mdi-coffee-maker",tags:[]},{name:"mdi-coffee-maker-outline",tags:[]},{name:"mdi-coffee-off",tags:[]},{name:"mdi-coffee-off-outline",tags:[]},{name:"mdi-coffee-outline",tags:[]},{name:"mdi-coffee-to-go",tags:[]},{name:"mdi-coffee-to-go-outline",tags:[]},{name:"mdi-coffin",tags:[]},{name:"mdi-cog",tags:[]},{name:"mdi-cog-box",tags:[]},{name:"mdi-cog-clockwise",tags:[]},{name:"mdi-cog-counterclockwise",tags:[]},{name:"mdi-cog-off",tags:[]},{name:"mdi-cog-off-outline",tags:[]},{name:"mdi-cog-outline",tags:[]},{name:"mdi-cog-refresh",tags:[]},{name:"mdi-cog-refresh-outline",tags:[]},{name:"mdi-cog-sync",tags:[]},{name:"mdi-cog-sync-outline",tags:[]},{name:"mdi-cog-transfer",tags:[]},{name:"mdi-cog-transfer-outline",tags:[]},{name:"mdi-cogs",tags:[]},{name:"mdi-collage",tags:[]},{name:"mdi-collapse-all",tags:[]},{name:"mdi-collapse-all-outline",tags:[]},{name:"mdi-color-helper",tags:[]},{name:"mdi-comma",tags:[]},{name:"mdi-comma-box",tags:[]},{name:"mdi-comma-box-outline",tags:[]},{name:"mdi-comma-circle",tags:[]},{name:"mdi-comma-circle-outline",tags:[]},{name:"mdi-comment",tags:[]},{name:"mdi-comment-account",tags:[]},{name:"mdi-comment-account-outline",tags:[]},{name:"mdi-comment-alert",tags:[]},{name:"mdi-comment-alert-outline",tags:[]},{name:"mdi-comment-arrow-left",tags:[]},{name:"mdi-comment-arrow-left-outline",tags:[]},{name:"mdi-comment-arrow-right",tags:[]},{name:"mdi-comment-arrow-right-outline",tags:[]},{name:"mdi-comment-bookmark",tags:[]},{name:"mdi-comment-bookmark-outline",tags:[]},{name:"mdi-comment-check",tags:[]},{name:"mdi-comment-check-outline",tags:[]},{name:"mdi-comment-edit",tags:[]},{name:"mdi-comment-edit-outline",tags:[]},{name:"mdi-comment-eye",tags:[]},{name:"mdi-comment-eye-outline",tags:[]},{name:"mdi-comment-flash",tags:[]},{name:"mdi-comment-flash-outline",tags:[]},{name:"mdi-comment-minus",tags:[]},{name:"mdi-comment-minus-outline",tags:[]},{name:"mdi-comment-multiple",tags:[]},{name:"mdi-comment-multiple-outline",tags:[]},{name:"mdi-comment-off",tags:[]},{name:"mdi-comment-off-outline",tags:[]},{name:"mdi-comment-outline",tags:[]},{name:"mdi-comment-plus",tags:[]},{name:"mdi-comment-plus-outline",tags:[]},{name:"mdi-comment-processing",tags:[]},{name:"mdi-comment-processing-outline",tags:[]},{name:"mdi-comment-question",tags:[]},{name:"mdi-comment-question-outline",tags:[]},{name:"mdi-comment-quote",tags:[]},{name:"mdi-comment-quote-outline",tags:[]},{name:"mdi-comment-remove",tags:[]},{name:"mdi-comment-remove-outline",tags:[]},{name:"mdi-comment-search",tags:[]},{name:"mdi-comment-search-outline",tags:[]},{name:"mdi-comment-text",tags:[]},{name:"mdi-comment-text-multiple",tags:[]},{name:"mdi-comment-text-multiple-outline",tags:[]},{name:"mdi-comment-text-outline",tags:[]},{name:"mdi-compare",tags:[]},{name:"mdi-compare-horizontal",tags:[]},{name:"mdi-compare-vertical",tags:[]},{name:"mdi-compass",tags:[]},{name:"mdi-compass-off",tags:[]},{name:"mdi-compass-off-outline",tags:[]},{name:"mdi-compass-outline",tags:[]},{name:"mdi-compass-rose",tags:[]},{name:"mdi-connection",tags:[]},{name:"mdi-console",tags:[]},{name:"mdi-console-line",tags:[]},{name:"mdi-console-network",tags:[]},{name:"mdi-console-network-outline",tags:[]},{name:"mdi-consolidate",tags:[]},{name:"mdi-contactless-payment",tags:[]},{name:"mdi-contactless-payment-circle",tags:[]},{name:"mdi-contactless-payment-circle-outline",tags:[]},{name:"mdi-contacts",tags:[]},{name:"mdi-contacts-outline",tags:[]},{name:"mdi-contain",tags:[]},{name:"mdi-contain-end",tags:[]},{name:"mdi-contain-start",tags:[]},{name:"mdi-content-copy",tags:[]},{name:"mdi-content-cut",tags:[]},{name:"mdi-content-duplicate",tags:[]},{name:"mdi-content-paste",tags:[]},{name:"mdi-content-save",tags:[]},{name:"mdi-content-save-alert",tags:[]},{name:"mdi-content-save-alert-outline",tags:[]},{name:"mdi-content-save-all",tags:[]},{name:"mdi-content-save-all-outline",tags:[]},{name:"mdi-content-save-cog",tags:[]},{name:"mdi-content-save-cog-outline",tags:[]},{name:"mdi-content-save-edit",tags:[]},{name:"mdi-content-save-edit-outline",tags:[]},{name:"mdi-content-save-move",tags:[]},{name:"mdi-content-save-move-outline",tags:[]},{name:"mdi-content-save-off",tags:[]},{name:"mdi-content-save-off-outline",tags:[]},{name:"mdi-content-save-outline",tags:[]},{name:"mdi-content-save-settings",tags:[]},{name:"mdi-content-save-settings-outline",tags:[]},{name:"mdi-contrast",tags:[]},{name:"mdi-contrast-box",tags:[]},{name:"mdi-contrast-circle",tags:[]},{name:"mdi-controller-classic",tags:[]},{name:"mdi-controller-classic-outline",tags:[]},{name:"mdi-cookie",tags:[]},{name:"mdi-cookie-alert",tags:[]},{name:"mdi-cookie-alert-outline",tags:[]},{name:"mdi-cookie-check",tags:[]},{name:"mdi-cookie-check-outline",tags:[]},{name:"mdi-cookie-clock",tags:[]},{name:"mdi-cookie-clock-outline",tags:[]},{name:"mdi-cookie-cog",tags:[]},{name:"mdi-cookie-cog-outline",tags:[]},{name:"mdi-cookie-edit",tags:[]},{name:"mdi-cookie-edit-outline",tags:[]},{name:"mdi-cookie-lock",tags:[]},{name:"mdi-cookie-lock-outline",tags:[]},{name:"mdi-cookie-minus",tags:[]},{name:"mdi-cookie-minus-outline",tags:[]},{name:"mdi-cookie-off",tags:[]},{name:"mdi-cookie-off-outline",tags:[]},{name:"mdi-cookie-outline",tags:[]},{name:"mdi-cookie-plus",tags:[]},{name:"mdi-cookie-plus-outline",tags:[]},{name:"mdi-cookie-refresh",tags:[]},{name:"mdi-cookie-refresh-outline",tags:[]},{name:"mdi-cookie-remove",tags:[]},{name:"mdi-cookie-remove-outline",tags:[]},{name:"mdi-cookie-settings",tags:[]},{name:"mdi-cookie-settings-outline",tags:[]},{name:"mdi-coolant-temperature",tags:[]},{name:"mdi-copyright",tags:[]},{name:"mdi-cordova",tags:[]},{name:"mdi-corn",tags:[]},{name:"mdi-corn-off",tags:[]},{name:"mdi-cosine-wave",tags:[]},{name:"mdi-counter",tags:[]},{name:"mdi-countertop",tags:[]},{name:"mdi-countertop-outline",tags:[]},{name:"mdi-cow",tags:[]},{name:"mdi-cpu-32-bit",tags:[]},{name:"mdi-cpu-64-bit",tags:[]},{name:"mdi-crane",tags:[]},{name:"mdi-creation",tags:[]},{name:"mdi-creative-commons",tags:[]},{name:"mdi-credit-card",tags:[]},{name:"mdi-credit-card-check",tags:[]},{name:"mdi-credit-card-check-outline",tags:[]},{name:"mdi-credit-card-clock",tags:[]},{name:"mdi-credit-card-clock-outline",tags:[]},{name:"mdi-credit-card-edit",tags:[]},{name:"mdi-credit-card-edit-outline",tags:[]},{name:"mdi-credit-card-marker",tags:[]},{name:"mdi-credit-card-marker-outline",tags:[]},{name:"mdi-credit-card-minus",tags:[]},{name:"mdi-credit-card-minus-outline",tags:[]},{name:"mdi-credit-card-multiple",tags:[]},{name:"mdi-credit-card-multiple-outline",tags:[]},{name:"mdi-credit-card-off",tags:[]},{name:"mdi-credit-card-off-outline",tags:[]},{name:"mdi-credit-card-outline",tags:[]},{name:"mdi-credit-card-plus",tags:[]},{name:"mdi-credit-card-plus-outline",tags:[]},{name:"mdi-credit-card-refresh",tags:[]},{name:"mdi-credit-card-refresh-outline",tags:[]},{name:"mdi-credit-card-refund",tags:[]},{name:"mdi-credit-card-refund-outline",tags:[]},{name:"mdi-credit-card-remove",tags:[]},{name:"mdi-credit-card-remove-outline",tags:[]},{name:"mdi-credit-card-scan",tags:[]},{name:"mdi-credit-card-scan-outline",tags:[]},{name:"mdi-credit-card-search",tags:[]},{name:"mdi-credit-card-search-outline",tags:[]},{name:"mdi-credit-card-settings",tags:[]},{name:"mdi-credit-card-settings-outline",tags:[]},{name:"mdi-credit-card-sync",tags:[]},{name:"mdi-credit-card-sync-outline",tags:[]},{name:"mdi-credit-card-wireless",tags:[]},{name:"mdi-credit-card-wireless-off",tags:[]},{name:"mdi-credit-card-wireless-off-outline",tags:[]},{name:"mdi-credit-card-wireless-outline",tags:[]},{name:"mdi-cricket",tags:[]},{name:"mdi-crop",tags:[]},{name:"mdi-crop-free",tags:[]},{name:"mdi-crop-landscape",tags:[]},{name:"mdi-crop-portrait",tags:[]},{name:"mdi-crop-rotate",tags:[]},{name:"mdi-crop-square",tags:[]},{name:"mdi-cross",tags:[]},{name:"mdi-cross-bolnisi",tags:[]},{name:"mdi-cross-celtic",tags:[]},{name:"mdi-cross-outline",tags:[]},{name:"mdi-crosshairs",tags:[]},{name:"mdi-crosshairs-gps",tags:[]},{name:"mdi-crosshairs-off",tags:[]},{name:"mdi-crosshairs-question",tags:[]},{name:"mdi-crown",tags:[]},{name:"mdi-crown-circle",tags:[]},{name:"mdi-crown-circle-outline",tags:[]},{name:"mdi-crown-outline",tags:[]},{name:"mdi-cryengine",tags:[]},{name:"mdi-crystal-ball",tags:[]},{name:"mdi-cube",tags:[]},{name:"mdi-cube-off",tags:[]},{name:"mdi-cube-off-outline",tags:[]},{name:"mdi-cube-outline",tags:[]},{name:"mdi-cube-scan",tags:[]},{name:"mdi-cube-send",tags:[]},{name:"mdi-cube-unfolded",tags:[]},{name:"mdi-cup",tags:[]},{name:"mdi-cup-off",tags:[]},{name:"mdi-cup-off-outline",tags:[]},{name:"mdi-cup-outline",tags:[]},{name:"mdi-cup-water",tags:[]},{name:"mdi-cupboard",tags:[]},{name:"mdi-cupboard-outline",tags:[]},{name:"mdi-cupcake",tags:[]},{name:"mdi-curling",tags:[]},{name:"mdi-currency-bdt",tags:[]},{name:"mdi-currency-brl",tags:[]},{name:"mdi-currency-btc",tags:[]},{name:"mdi-currency-cny",tags:[]},{name:"mdi-currency-eth",tags:[]},{name:"mdi-currency-eur",tags:[]},{name:"mdi-currency-eur-off",tags:[]},{name:"mdi-currency-gbp",tags:[]},{name:"mdi-currency-ils",tags:[]},{name:"mdi-currency-inr",tags:[]},{name:"mdi-currency-jpy",tags:[]},{name:"mdi-currency-krw",tags:[]},{name:"mdi-currency-kzt",tags:[]},{name:"mdi-currency-mnt",tags:[]},{name:"mdi-currency-ngn",tags:[]},{name:"mdi-currency-php",tags:[]},{name:"mdi-currency-rial",tags:[]},{name:"mdi-currency-rub",tags:[]},{name:"mdi-currency-sign",tags:[]},{name:"mdi-currency-try",tags:[]},{name:"mdi-currency-twd",tags:[]},{name:"mdi-currency-usd",tags:[]},{name:"mdi-currency-usd-off",tags:[]},{name:"mdi-current-ac",tags:[]},{name:"mdi-current-dc",tags:[]},{name:"mdi-cursor-default",tags:[]},{name:"mdi-cursor-default-click",tags:[]},{name:"mdi-cursor-default-click-outline",tags:[]},{name:"mdi-cursor-default-gesture",tags:[]},{name:"mdi-cursor-default-gesture-outline",tags:[]},{name:"mdi-cursor-default-outline",tags:[]},{name:"mdi-cursor-move",tags:[]},{name:"mdi-cursor-pointer",tags:[]},{name:"mdi-cursor-text",tags:[]},{name:"mdi-dance-ballroom",tags:[]},{name:"mdi-dance-pole",tags:[]},{name:"mdi-data-matrix",tags:[]},{name:"mdi-data-matrix-edit",tags:[]},{name:"mdi-data-matrix-minus",tags:[]},{name:"mdi-data-matrix-plus",tags:[]},{name:"mdi-data-matrix-remove",tags:[]},{name:"mdi-data-matrix-scan",tags:[]},{name:"mdi-database",tags:[]},{name:"mdi-database-alert",tags:[]},{name:"mdi-database-alert-outline",tags:[]},{name:"mdi-database-arrow-down",tags:[]},{name:"mdi-database-arrow-down-outline",tags:[]},{name:"mdi-database-arrow-left",tags:[]},{name:"mdi-database-arrow-left-outline",tags:[]},{name:"mdi-database-arrow-right",tags:[]},{name:"mdi-database-arrow-right-outline",tags:[]},{name:"mdi-database-arrow-up",tags:[]},{name:"mdi-database-arrow-up-outline",tags:[]},{name:"mdi-database-check",tags:[]},{name:"mdi-database-check-outline",tags:[]},{name:"mdi-database-clock",tags:[]},{name:"mdi-database-clock-outline",tags:[]},{name:"mdi-database-cog",tags:[]},{name:"mdi-database-cog-outline",tags:[]},{name:"mdi-database-edit",tags:[]},{name:"mdi-database-edit-outline",tags:[]},{name:"mdi-database-export",tags:[]},{name:"mdi-database-export-outline",tags:[]},{name:"mdi-database-import",tags:[]},{name:"mdi-database-import-outline",tags:[]},{name:"mdi-database-lock",tags:[]},{name:"mdi-database-lock-outline",tags:[]},{name:"mdi-database-marker",tags:[]},{name:"mdi-database-marker-outline",tags:[]},{name:"mdi-database-minus",tags:[]},{name:"mdi-database-minus-outline",tags:[]},{name:"mdi-database-off",tags:[]},{name:"mdi-database-off-outline",tags:[]},{name:"mdi-database-outline",tags:[]},{name:"mdi-database-plus",tags:[]},{name:"mdi-database-plus-outline",tags:[]},{name:"mdi-database-refresh",tags:[]},{name:"mdi-database-refresh-outline",tags:[]},{name:"mdi-database-remove",tags:[]},{name:"mdi-database-remove-outline",tags:[]},{name:"mdi-database-search",tags:[]},{name:"mdi-database-search-outline",tags:[]},{name:"mdi-database-settings",tags:[]},{name:"mdi-database-settings-outline",tags:[]},{name:"mdi-database-sync",tags:[]},{name:"mdi-database-sync-outline",tags:[]},{name:"mdi-death-star",tags:[]},{name:"mdi-death-star-variant",tags:[]},{name:"mdi-deathly-hallows",tags:[]},{name:"mdi-debian",tags:[]},{name:"mdi-debug-step-into",tags:[]},{name:"mdi-debug-step-out",tags:[]},{name:"mdi-debug-step-over",tags:[]},{name:"mdi-decagram",tags:[]},{name:"mdi-decagram-outline",tags:[]},{name:"mdi-decimal",tags:[]},{name:"mdi-decimal-comma",tags:[]},{name:"mdi-decimal-comma-decrease",tags:[]},{name:"mdi-decimal-comma-increase",tags:[]},{name:"mdi-decimal-decrease",tags:[]},{name:"mdi-decimal-increase",tags:[]},{name:"mdi-delete",tags:[]},{name:"mdi-delete-alert",tags:[]},{name:"mdi-delete-alert-outline",tags:[]},{name:"mdi-delete-circle",tags:[]},{name:"mdi-delete-circle-outline",tags:[]},{name:"mdi-delete-clock",tags:[]},{name:"mdi-delete-clock-outline",tags:[]},{name:"mdi-delete-empty",tags:[]},{name:"mdi-delete-empty-outline",tags:[]},{name:"mdi-delete-forever",tags:[]},{name:"mdi-delete-forever-outline",tags:[]},{name:"mdi-delete-off",tags:[]},{name:"mdi-delete-off-outline",tags:[]},{name:"mdi-delete-outline",tags:[]},{name:"mdi-delete-restore",tags:[]},{name:"mdi-delete-sweep",tags:[]},{name:"mdi-delete-sweep-outline",tags:[]},{name:"mdi-delete-variant",tags:[]},{name:"mdi-delta",tags:[]},{name:"mdi-desk",tags:[]},{name:"mdi-desk-lamp",tags:[]},{name:"mdi-deskphone",tags:[]},{name:"mdi-desktop-classic",tags:[]},{name:"mdi-desktop-mac",tags:[]},{name:"mdi-desktop-mac-dashboard",tags:[]},{name:"mdi-desktop-tower",tags:[]},{name:"mdi-desktop-tower-monitor",tags:[]},{name:"mdi-details",tags:[]},{name:"mdi-dev-to",tags:[]},{name:"mdi-developer-board",tags:[]},{name:"mdi-deviantart",tags:[]},{name:"mdi-devices",tags:[]},{name:"mdi-dharmachakra",tags:[]},{name:"mdi-diabetes",tags:[]},{name:"mdi-dialpad",tags:[]},{name:"mdi-diameter",tags:[]},{name:"mdi-diameter-outline",tags:[]},{name:"mdi-diameter-variant",tags:[]},{name:"mdi-diamond",tags:[]},{name:"mdi-diamond-outline",tags:[]},{name:"mdi-diamond-stone",tags:[]},{name:"mdi-dice-1",tags:[]},{name:"mdi-dice-1-outline",tags:[]},{name:"mdi-dice-2",tags:[]},{name:"mdi-dice-2-outline",tags:[]},{name:"mdi-dice-3",tags:[]},{name:"mdi-dice-3-outline",tags:[]},{name:"mdi-dice-4",tags:[]},{name:"mdi-dice-4-outline",tags:[]},{name:"mdi-dice-5",tags:[]},{name:"mdi-dice-5-outline",tags:[]},{name:"mdi-dice-6",tags:[]},{name:"mdi-dice-6-outline",tags:[]},{name:"mdi-dice-d10",tags:[]},{name:"mdi-dice-d10-outline",tags:[]},{name:"mdi-dice-d12",tags:[]},{name:"mdi-dice-d12-outline",tags:[]},{name:"mdi-dice-d20",tags:[]},{name:"mdi-dice-d20-outline",tags:[]},{name:"mdi-dice-d4",tags:[]},{name:"mdi-dice-d4-outline",tags:[]},{name:"mdi-dice-d6",tags:[]},{name:"mdi-dice-d6-outline",tags:[]},{name:"mdi-dice-d8",tags:[]},{name:"mdi-dice-d8-outline",tags:[]},{name:"mdi-dice-multiple",tags:[]},{name:"mdi-dice-multiple-outline",tags:[]},{name:"mdi-digital-ocean",tags:[]},{name:"mdi-dip-switch",tags:[]},{name:"mdi-directions",tags:[]},{name:"mdi-directions-fork",tags:[]},{name:"mdi-disc",tags:[]},{name:"mdi-disc-alert",tags:[]},{name:"mdi-disc-player",tags:[]},{name:"mdi-discord",tags:[]},{name:"mdi-dishwasher",tags:[]},{name:"mdi-dishwasher-alert",tags:[]},{name:"mdi-dishwasher-off",tags:[]},{name:"mdi-disqus",tags:[]},{name:"mdi-distribute-horizontal-center",tags:[]},{name:"mdi-distribute-horizontal-left",tags:[]},{name:"mdi-distribute-horizontal-right",tags:[]},{name:"mdi-distribute-vertical-bottom",tags:[]},{name:"mdi-distribute-vertical-center",tags:[]},{name:"mdi-distribute-vertical-top",tags:[]},{name:"mdi-diving-flippers",tags:[]},{name:"mdi-diving-helmet",tags:[]},{name:"mdi-diving-scuba",tags:[]},{name:"mdi-diving-scuba-flag",tags:[]},{name:"mdi-diving-scuba-tank",tags:[]},{name:"mdi-diving-scuba-tank-multiple",tags:[]},{name:"mdi-diving-snorkel",tags:[]},{name:"mdi-division",tags:[]},{name:"mdi-division-box",tags:[]},{name:"mdi-dlna",tags:[]},{name:"mdi-dna",tags:[]},{name:"mdi-dns",tags:[]},{name:"mdi-dns-outline",tags:[]},{name:"mdi-dock-bottom",tags:[]},{name:"mdi-dock-left",tags:[]},{name:"mdi-dock-right",tags:[]},{name:"mdi-dock-top",tags:[]},{name:"mdi-dock-window",tags:[]},{name:"mdi-docker",tags:[]},{name:"mdi-doctor",tags:[]},{name:"mdi-dog",tags:[]},{name:"mdi-dog-service",tags:[]},{name:"mdi-dog-side",tags:[]},{name:"mdi-dog-side-off",tags:[]},{name:"mdi-dolby",tags:[]},{name:"mdi-dolly",tags:[]},{name:"mdi-domain",tags:[]},{name:"mdi-domain-off",tags:[]},{name:"mdi-domain-plus",tags:[]},{name:"mdi-domain-remove",tags:[]},{name:"mdi-dome-light",tags:[]},{name:"mdi-domino-mask",tags:[]},{name:"mdi-donkey",tags:[]},{name:"mdi-door",tags:[]},{name:"mdi-door-closed",tags:[]},{name:"mdi-door-closed-lock",tags:[]},{name:"mdi-door-open",tags:[]},{name:"mdi-door-sliding",tags:[]},{name:"mdi-door-sliding-lock",tags:[]},{name:"mdi-door-sliding-open",tags:[]},{name:"mdi-doorbell",tags:[]},{name:"mdi-doorbell-video",tags:[]},{name:"mdi-dot-net",tags:[]},{name:"mdi-dots-grid",tags:[]},{name:"mdi-dots-hexagon",tags:[]},{name:"mdi-dots-horizontal",tags:[]},{name:"mdi-dots-horizontal-circle",tags:[]},{name:"mdi-dots-horizontal-circle-outline",tags:[]},{name:"mdi-dots-square",tags:[]},{name:"mdi-dots-triangle",tags:[]},{name:"mdi-dots-vertical",tags:[]},{name:"mdi-dots-vertical-circle",tags:[]},{name:"mdi-dots-vertical-circle-outline",tags:[]},{name:"mdi-download",tags:[]},{name:"mdi-download-box",tags:[]},{name:"mdi-download-box-outline",tags:[]},{name:"mdi-download-circle",tags:[]},{name:"mdi-download-circle-outline",tags:[]},{name:"mdi-download-lock",tags:[]},{name:"mdi-download-lock-outline",tags:[]},{name:"mdi-download-multiple",tags:[]},{name:"mdi-download-network",tags:[]},{name:"mdi-download-network-outline",tags:[]},{name:"mdi-download-off",tags:[]},{name:"mdi-download-off-outline",tags:[]},{name:"mdi-download-outline",tags:[]},{name:"mdi-drag",tags:[]},{name:"mdi-drag-horizontal",tags:[]},{name:"mdi-drag-horizontal-variant",tags:[]},{name:"mdi-drag-variant",tags:[]},{name:"mdi-drag-vertical",tags:[]},{name:"mdi-drag-vertical-variant",tags:[]},{name:"mdi-drama-masks",tags:[]},{name:"mdi-draw",tags:[]},{name:"mdi-drawing",tags:[]},{name:"mdi-drawing-box",tags:[]},{name:"mdi-dresser",tags:[]},{name:"mdi-dresser-outline",tags:[]},{name:"mdi-drone",tags:[]},{name:"mdi-dropbox",tags:[]},{name:"mdi-drupal",tags:[]},{name:"mdi-duck",tags:[]},{name:"mdi-dumbbell",tags:[]},{name:"mdi-dump-truck",tags:[]},{name:"mdi-ear-hearing",tags:[]},{name:"mdi-ear-hearing-off",tags:[]},{name:"mdi-earth",tags:[]},{name:"mdi-earth-arrow-right",tags:[]},{name:"mdi-earth-box",tags:[]},{name:"mdi-earth-box-minus",tags:[]},{name:"mdi-earth-box-off",tags:[]},{name:"mdi-earth-box-plus",tags:[]},{name:"mdi-earth-box-remove",tags:[]},{name:"mdi-earth-minus",tags:[]},{name:"mdi-earth-off",tags:[]},{name:"mdi-earth-plus",tags:[]},{name:"mdi-earth-remove",tags:[]},{name:"mdi-egg",tags:[]},{name:"mdi-egg-easter",tags:[]},{name:"mdi-egg-off",tags:[]},{name:"mdi-egg-off-outline",tags:[]},{name:"mdi-egg-outline",tags:[]},{name:"mdi-eiffel-tower",tags:[]},{name:"mdi-eight-track",tags:[]},{name:"mdi-eject",tags:[]},{name:"mdi-eject-outline",tags:[]},{name:"mdi-electric-switch",tags:[]},{name:"mdi-electric-switch-closed",tags:[]},{name:"mdi-electron-framework",tags:[]},{name:"mdi-elephant",tags:[]},{name:"mdi-elevation-decline",tags:[]},{name:"mdi-elevation-rise",tags:[]},{name:"mdi-elevator",tags:[]},{name:"mdi-elevator-down",tags:[]},{name:"mdi-elevator-passenger",tags:[]},{name:"mdi-elevator-up",tags:[]},{name:"mdi-ellipse",tags:[]},{name:"mdi-ellipse-outline",tags:[]},{name:"mdi-email",tags:[]},{name:"mdi-email-alert",tags:[]},{name:"mdi-email-alert-outline",tags:[]},{name:"mdi-email-box",tags:[]},{name:"mdi-email-check",tags:[]},{name:"mdi-email-check-outline",tags:[]},{name:"mdi-email-edit",tags:[]},{name:"mdi-email-edit-outline",tags:[]},{name:"mdi-email-lock",tags:[]},{name:"mdi-email-mark-as-unread",tags:[]},{name:"mdi-email-minus",tags:[]},{name:"mdi-email-minus-outline",tags:[]},{name:"mdi-email-multiple",tags:[]},{name:"mdi-email-multiple-outline",tags:[]},{name:"mdi-email-newsletter",tags:[]},{name:"mdi-email-off",tags:[]},{name:"mdi-email-off-outline",tags:[]},{name:"mdi-email-open",tags:[]},{name:"mdi-email-open-multiple",tags:[]},{name:"mdi-email-open-multiple-outline",tags:[]},{name:"mdi-email-open-outline",tags:[]},{name:"mdi-email-outline",tags:[]},{name:"mdi-email-plus",tags:[]},{name:"mdi-email-plus-outline",tags:[]},{name:"mdi-email-receive",tags:[]},{name:"mdi-email-receive-outline",tags:[]},{name:"mdi-email-remove",tags:[]},{name:"mdi-email-remove-outline",tags:[]},{name:"mdi-email-search",tags:[]},{name:"mdi-email-search-outline",tags:[]},{name:"mdi-email-send",tags:[]},{name:"mdi-email-send-outline",tags:[]},{name:"mdi-email-sync",tags:[]},{name:"mdi-email-sync-outline",tags:[]},{name:"mdi-email-variant",tags:[]},{name:"mdi-ember",tags:[]},{name:"mdi-emby",tags:[]},{name:"mdi-emoticon",tags:[]},{name:"mdi-emoticon-angry",tags:[]},{name:"mdi-emoticon-angry-outline",tags:[]},{name:"mdi-emoticon-confused",tags:[]},{name:"mdi-emoticon-confused-outline",tags:[]},{name:"mdi-emoticon-cool",tags:[]},{name:"mdi-emoticon-cool-outline",tags:[]},{name:"mdi-emoticon-cry",tags:[]},{name:"mdi-emoticon-cry-outline",tags:[]},{name:"mdi-emoticon-dead",tags:[]},{name:"mdi-emoticon-dead-outline",tags:[]},{name:"mdi-emoticon-devil",tags:[]},{name:"mdi-emoticon-devil-outline",tags:[]},{name:"mdi-emoticon-excited",tags:[]},{name:"mdi-emoticon-excited-outline",tags:[]},{name:"mdi-emoticon-frown",tags:[]},{name:"mdi-emoticon-frown-outline",tags:[]},{name:"mdi-emoticon-happy",tags:[]},{name:"mdi-emoticon-happy-outline",tags:[]},{name:"mdi-emoticon-kiss",tags:[]},{name:"mdi-emoticon-kiss-outline",tags:[]},{name:"mdi-emoticon-lol",tags:[]},{name:"mdi-emoticon-lol-outline",tags:[]},{name:"mdi-emoticon-neutral",tags:[]},{name:"mdi-emoticon-neutral-outline",tags:[]},{name:"mdi-emoticon-outline",tags:[]},{name:"mdi-emoticon-poop",tags:[]},{name:"mdi-emoticon-poop-outline",tags:[]},{name:"mdi-emoticon-sad",tags:[]},{name:"mdi-emoticon-sad-outline",tags:[]},{name:"mdi-emoticon-sick",tags:[]},{name:"mdi-emoticon-sick-outline",tags:[]},{name:"mdi-emoticon-tongue",tags:[]},{name:"mdi-emoticon-tongue-outline",tags:[]},{name:"mdi-emoticon-wink",tags:[]},{name:"mdi-emoticon-wink-outline",tags:[]},{name:"mdi-engine",tags:[]},{name:"mdi-engine-off",tags:[]},{name:"mdi-engine-off-outline",tags:[]},{name:"mdi-engine-outline",tags:[]},{name:"mdi-epsilon",tags:[]},{name:"mdi-equal",tags:[]},{name:"mdi-equal-box",tags:[]},{name:"mdi-equalizer",tags:[]},{name:"mdi-equalizer-outline",tags:[]},{name:"mdi-eraser",tags:[]},{name:"mdi-eraser-variant",tags:[]},{name:"mdi-escalator",tags:[]},{name:"mdi-escalator-box",tags:[]},{name:"mdi-escalator-down",tags:[]},{name:"mdi-escalator-up",tags:[]},{name:"mdi-eslint",tags:[]},{name:"mdi-et",tags:[]},{name:"mdi-ethereum",tags:[]},{name:"mdi-ethernet",tags:[]},{name:"mdi-ethernet-cable",tags:[]},{name:"mdi-ethernet-cable-off",tags:[]},{name:"mdi-ev-plug-ccs1",tags:[]},{name:"mdi-ev-plug-ccs2",tags:[]},{name:"mdi-ev-plug-chademo",tags:[]},{name:"mdi-ev-plug-tesla",tags:[]},{name:"mdi-ev-plug-type1",tags:[]},{name:"mdi-ev-plug-type2",tags:[]},{name:"mdi-ev-station",tags:[]},{name:"mdi-evernote",tags:[]},{name:"mdi-excavator",tags:[]},{name:"mdi-exclamation",tags:[]},{name:"mdi-exclamation-thick",tags:[]},{name:"mdi-exit-run",tags:[]},{name:"mdi-exit-to-app",tags:[]},{name:"mdi-expand-all",tags:[]},{name:"mdi-expand-all-outline",tags:[]},{name:"mdi-expansion-card",tags:[]},{name:"mdi-expansion-card-variant",tags:[]},{name:"mdi-exponent",tags:[]},{name:"mdi-exponent-box",tags:[]},{name:"mdi-export",tags:[]},{name:"mdi-export-variant",tags:[]},{name:"mdi-eye",tags:[]},{name:"mdi-eye-check",tags:[]},{name:"mdi-eye-check-outline",tags:[]},{name:"mdi-eye-circle",tags:[]},{name:"mdi-eye-circle-outline",tags:[]},{name:"mdi-eye-minus",tags:[]},{name:"mdi-eye-minus-outline",tags:[]},{name:"mdi-eye-off",tags:[]},{name:"mdi-eye-off-outline",tags:[]},{name:"mdi-eye-outline",tags:[]},{name:"mdi-eye-plus",tags:[]},{name:"mdi-eye-plus-outline",tags:[]},{name:"mdi-eye-remove",tags:[]},{name:"mdi-eye-remove-outline",tags:[]},{name:"mdi-eye-settings",tags:[]},{name:"mdi-eye-settings-outline",tags:[]},{name:"mdi-eyedropper",tags:[]},{name:"mdi-eyedropper-minus",tags:[]},{name:"mdi-eyedropper-off",tags:[]},{name:"mdi-eyedropper-plus",tags:[]},{name:"mdi-eyedropper-remove",tags:[]},{name:"mdi-eyedropper-variant",tags:[]},{name:"mdi-face-agent",tags:[]},{name:"mdi-face-man",tags:[]},{name:"mdi-face-man-outline",tags:[]},{name:"mdi-face-man-profile",tags:[]},{name:"mdi-face-man-shimmer",tags:[]},{name:"mdi-face-man-shimmer-outline",tags:[]},{name:"mdi-face-mask",tags:[]},{name:"mdi-face-mask-outline",tags:[]},{name:"mdi-face-recognition",tags:[]},{name:"mdi-face-woman",tags:[]},{name:"mdi-face-woman-outline",tags:[]},{name:"mdi-face-woman-profile",tags:[]},{name:"mdi-face-woman-shimmer",tags:[]},{name:"mdi-face-woman-shimmer-outline",tags:[]},{name:"mdi-facebook",tags:[]},{name:"mdi-facebook-gaming",tags:[]},{name:"mdi-facebook-messenger",tags:[]},{name:"mdi-facebook-workplace",tags:[]},{name:"mdi-factory",tags:[]},{name:"mdi-family-tree",tags:[]},{name:"mdi-fan",tags:[]},{name:"mdi-fan-alert",tags:[]},{name:"mdi-fan-auto",tags:[]},{name:"mdi-fan-chevron-down",tags:[]},{name:"mdi-fan-chevron-up",tags:[]},{name:"mdi-fan-minus",tags:[]},{name:"mdi-fan-off",tags:[]},{name:"mdi-fan-plus",tags:[]},{name:"mdi-fan-remove",tags:[]},{name:"mdi-fan-speed-1",tags:[]},{name:"mdi-fan-speed-2",tags:[]},{name:"mdi-fan-speed-3",tags:[]},{name:"mdi-fast-forward",tags:[]},{name:"mdi-fast-forward-10",tags:[]},{name:"mdi-fast-forward-30",tags:[]},{name:"mdi-fast-forward-5",tags:[]},{name:"mdi-fast-forward-60",tags:[]},{name:"mdi-fast-forward-outline",tags:[]},{name:"mdi-fax",tags:[]},{name:"mdi-feather",tags:[]},{name:"mdi-feature-search",tags:[]},{name:"mdi-feature-search-outline",tags:[]},{name:"mdi-fedora",tags:[]},{name:"mdi-fence",tags:[]},{name:"mdi-fence-electric",tags:[]},{name:"mdi-fencing",tags:[]},{name:"mdi-ferris-wheel",tags:[]},{name:"mdi-ferry",tags:[]},{name:"mdi-file",tags:[]},{name:"mdi-file-account",tags:[]},{name:"mdi-file-account-outline",tags:[]},{name:"mdi-file-alert",tags:[]},{name:"mdi-file-alert-outline",tags:[]},{name:"mdi-file-cabinet",tags:[]},{name:"mdi-file-cad",tags:[]},{name:"mdi-file-cad-box",tags:[]},{name:"mdi-file-cancel",tags:[]},{name:"mdi-file-cancel-outline",tags:[]},{name:"mdi-file-certificate",tags:[]},{name:"mdi-file-certificate-outline",tags:[]},{name:"mdi-file-chart",tags:[]},{name:"mdi-file-chart-outline",tags:[]},{name:"mdi-file-check",tags:[]},{name:"mdi-file-check-outline",tags:[]},{name:"mdi-file-clock",tags:[]},{name:"mdi-file-clock-outline",tags:[]},{name:"mdi-file-cloud",tags:[]},{name:"mdi-file-cloud-outline",tags:[]},{name:"mdi-file-code",tags:[]},{name:"mdi-file-code-outline",tags:[]},{name:"mdi-file-cog",tags:[]},{name:"mdi-file-cog-outline",tags:[]},{name:"mdi-file-compare",tags:[]},{name:"mdi-file-delimited",tags:[]},{name:"mdi-file-delimited-outline",tags:[]},{name:"mdi-file-document",tags:[]},{name:"mdi-file-document-edit",tags:[]},{name:"mdi-file-document-edit-outline",tags:[]},{name:"mdi-file-document-multiple",tags:[]},{name:"mdi-file-document-multiple-outline",tags:[]},{name:"mdi-file-document-outline",tags:[]},{name:"mdi-file-download",tags:[]},{name:"mdi-file-download-outline",tags:[]},{name:"mdi-file-edit",tags:[]},{name:"mdi-file-edit-outline",tags:[]},{name:"mdi-file-excel",tags:[]},{name:"mdi-file-excel-box",tags:[]},{name:"mdi-file-excel-box-outline",tags:[]},{name:"mdi-file-excel-outline",tags:[]},{name:"mdi-file-export",tags:[]},{name:"mdi-file-export-outline",tags:[]},{name:"mdi-file-eye",tags:[]},{name:"mdi-file-eye-outline",tags:[]},{name:"mdi-file-find",tags:[]},{name:"mdi-file-find-outline",tags:[]},{name:"mdi-file-gif-box",tags:[]},{name:"mdi-file-hidden",tags:[]},{name:"mdi-file-image",tags:[]},{name:"mdi-file-image-marker",tags:[]},{name:"mdi-file-image-marker-outline",tags:[]},{name:"mdi-file-image-outline",tags:[]},{name:"mdi-file-import",tags:[]},{name:"mdi-file-import-outline",tags:[]},{name:"mdi-file-jpg-box",tags:[]},{name:"mdi-file-key",tags:[]},{name:"mdi-file-key-outline",tags:[]},{name:"mdi-file-link",tags:[]},{name:"mdi-file-link-outline",tags:[]},{name:"mdi-file-lock",tags:[]},{name:"mdi-file-lock-outline",tags:[]},{name:"mdi-file-marker",tags:[]},{name:"mdi-file-marker-outline",tags:[]},{name:"mdi-file-move",tags:[]},{name:"mdi-file-move-outline",tags:[]},{name:"mdi-file-multiple",tags:[]},{name:"mdi-file-multiple-outline",tags:[]},{name:"mdi-file-music",tags:[]},{name:"mdi-file-music-outline",tags:[]},{name:"mdi-file-outline",tags:[]},{name:"mdi-file-pdf-box",tags:[]},{name:"mdi-file-percent",tags:[]},{name:"mdi-file-percent-outline",tags:[]},{name:"mdi-file-phone",tags:[]},{name:"mdi-file-phone-outline",tags:[]},{name:"mdi-file-plus",tags:[]},{name:"mdi-file-plus-outline",tags:[]},{name:"mdi-file-png-box",tags:[]},{name:"mdi-file-powerpoint",tags:[]},{name:"mdi-file-powerpoint-box",tags:[]},{name:"mdi-file-powerpoint-box-outline",tags:[]},{name:"mdi-file-powerpoint-outline",tags:[]},{name:"mdi-file-presentation-box",tags:[]},{name:"mdi-file-question",tags:[]},{name:"mdi-file-question-outline",tags:[]},{name:"mdi-file-refresh",tags:[]},{name:"mdi-file-refresh-outline",tags:[]},{name:"mdi-file-remove",tags:[]},{name:"mdi-file-remove-outline",tags:[]},{name:"mdi-file-replace",tags:[]},{name:"mdi-file-replace-outline",tags:[]},{name:"mdi-file-restore",tags:[]},{name:"mdi-file-restore-outline",tags:[]},{name:"mdi-file-search",tags:[]},{name:"mdi-file-search-outline",tags:[]},{name:"mdi-file-send",tags:[]},{name:"mdi-file-send-outline",tags:[]},{name:"mdi-file-settings",tags:[]},{name:"mdi-file-settings-outline",tags:[]},{name:"mdi-file-star",tags:[]},{name:"mdi-file-star-outline",tags:[]},{name:"mdi-file-swap",tags:[]},{name:"mdi-file-swap-outline",tags:[]},{name:"mdi-file-sync",tags:[]},{name:"mdi-file-sync-outline",tags:[]},{name:"mdi-file-table",tags:[]},{name:"mdi-file-table-box",tags:[]},{name:"mdi-file-table-box-multiple",tags:[]},{name:"mdi-file-table-box-multiple-outline",tags:[]},{name:"mdi-file-table-box-outline",tags:[]},{name:"mdi-file-table-outline",tags:[]},{name:"mdi-file-tree",tags:[]},{name:"mdi-file-tree-outline",tags:[]},{name:"mdi-file-undo",tags:[]},{name:"mdi-file-undo-outline",tags:[]},{name:"mdi-file-upload",tags:[]},{name:"mdi-file-upload-outline",tags:[]},{name:"mdi-file-video",tags:[]},{name:"mdi-file-video-outline",tags:[]},{name:"mdi-file-word",tags:[]},{name:"mdi-file-word-box",tags:[]},{name:"mdi-file-word-box-outline",tags:[]},{name:"mdi-file-word-outline",tags:[]},{name:"mdi-film",tags:[]},{name:"mdi-filmstrip",tags:[]},{name:"mdi-filmstrip-box",tags:[]},{name:"mdi-filmstrip-box-multiple",tags:[]},{name:"mdi-filmstrip-off",tags:[]},{name:"mdi-filter",tags:[]},{name:"mdi-filter-menu",tags:[]},{name:"mdi-filter-menu-outline",tags:[]},{name:"mdi-filter-minus",tags:[]},{name:"mdi-filter-minus-outline",tags:[]},{name:"mdi-filter-off",tags:[]},{name:"mdi-filter-off-outline",tags:[]},{name:"mdi-filter-outline",tags:[]},{name:"mdi-filter-plus",tags:[]},{name:"mdi-filter-plus-outline",tags:[]},{name:"mdi-filter-remove",tags:[]},{name:"mdi-filter-remove-outline",tags:[]},{name:"mdi-filter-variant",tags:[]},{name:"mdi-filter-variant-minus",tags:[]},{name:"mdi-filter-variant-plus",tags:[]},{name:"mdi-filter-variant-remove",tags:[]},{name:"mdi-finance",tags:[]},{name:"mdi-find-replace",tags:[]},{name:"mdi-fingerprint",tags:[]},{name:"mdi-fingerprint-off",tags:[]},{name:"mdi-fire",tags:[]},{name:"mdi-fire-alert",tags:[]},{name:"mdi-fire-circle",tags:[]},{name:"mdi-fire-extinguisher",tags:[]},{name:"mdi-fire-hydrant",tags:[]},{name:"mdi-fire-hydrant-alert",tags:[]},{name:"mdi-fire-hydrant-off",tags:[]},{name:"mdi-fire-off",tags:[]},{name:"mdi-fire-truck",tags:[]},{name:"mdi-firebase",tags:[]},{name:"mdi-firefox",tags:[]},{name:"mdi-fireplace",tags:[]},{name:"mdi-fireplace-off",tags:[]},{name:"mdi-firewire",tags:[]},{name:"mdi-firework",tags:[]},{name:"mdi-firework-off",tags:[]},{name:"mdi-fish",tags:[]},{name:"mdi-fish-off",tags:[]},{name:"mdi-fishbowl",tags:[]},{name:"mdi-fishbowl-outline",tags:[]},{name:"mdi-fit-to-page",tags:[]},{name:"mdi-fit-to-page-outline",tags:[]},{name:"mdi-flag",tags:[]},{name:"mdi-flag-checkered",tags:[]},{name:"mdi-flag-minus",tags:[]},{name:"mdi-flag-minus-outline",tags:[]},{name:"mdi-flag-outline",tags:[]},{name:"mdi-flag-plus",tags:[]},{name:"mdi-flag-plus-outline",tags:[]},{name:"mdi-flag-remove",tags:[]},{name:"mdi-flag-remove-outline",tags:[]},{name:"mdi-flag-triangle",tags:[]},{name:"mdi-flag-variant",tags:[]},{name:"mdi-flag-variant-outline",tags:[]},{name:"mdi-flare",tags:[]},{name:"mdi-flash",tags:[]},{name:"mdi-flash-alert",tags:[]},{name:"mdi-flash-alert-outline",tags:[]},{name:"mdi-flash-auto",tags:[]},{name:"mdi-flash-off",tags:[]},{name:"mdi-flash-outline",tags:[]},{name:"mdi-flash-red-eye",tags:[]},{name:"mdi-flashlight",tags:[]},{name:"mdi-flashlight-off",tags:[]},{name:"mdi-flask",tags:[]},{name:"mdi-flask-empty",tags:[]},{name:"mdi-flask-empty-minus",tags:[]},{name:"mdi-flask-empty-minus-outline",tags:[]},{name:"mdi-flask-empty-off",tags:[]},{name:"mdi-flask-empty-off-outline",tags:[]},{name:"mdi-flask-empty-outline",tags:[]},{name:"mdi-flask-empty-plus",tags:[]},{name:"mdi-flask-empty-plus-outline",tags:[]},{name:"mdi-flask-empty-remove",tags:[]},{name:"mdi-flask-empty-remove-outline",tags:[]},{name:"mdi-flask-minus",tags:[]},{name:"mdi-flask-minus-outline",tags:[]},{name:"mdi-flask-off",tags:[]},{name:"mdi-flask-off-outline",tags:[]},{name:"mdi-flask-outline",tags:[]},{name:"mdi-flask-plus",tags:[]},{name:"mdi-flask-plus-outline",tags:[]},{name:"mdi-flask-remove",tags:[]},{name:"mdi-flask-remove-outline",tags:[]},{name:"mdi-flask-round-bottom",tags:[]},{name:"mdi-flask-round-bottom-empty",tags:[]},{name:"mdi-flask-round-bottom-empty-outline",tags:[]},{name:"mdi-flask-round-bottom-outline",tags:[]},{name:"mdi-fleur-de-lis",tags:[]},{name:"mdi-flip-horizontal",tags:[]},{name:"mdi-flip-to-back",tags:[]},{name:"mdi-flip-to-front",tags:[]},{name:"mdi-flip-vertical",tags:[]},{name:"mdi-floor-lamp",tags:[]},{name:"mdi-floor-lamp-dual",tags:[]},{name:"mdi-floor-lamp-dual-outline",tags:[]},{name:"mdi-floor-lamp-outline",tags:[]},{name:"mdi-floor-lamp-torchiere",tags:[]},{name:"mdi-floor-lamp-torchiere-outline",tags:[]},{name:"mdi-floor-lamp-torchiere-variant",tags:[]},{name:"mdi-floor-lamp-torchiere-variant-outline",tags:[]},{name:"mdi-floor-plan",tags:[]},{name:"mdi-floppy",tags:[]},{name:"mdi-floppy-variant",tags:[]},{name:"mdi-flower",tags:[]},{name:"mdi-flower-outline",tags:[]},{name:"mdi-flower-poppy",tags:[]},{name:"mdi-flower-tulip",tags:[]},{name:"mdi-flower-tulip-outline",tags:[]},{name:"mdi-focus-auto",tags:[]},{name:"mdi-focus-field",tags:[]},{name:"mdi-focus-field-horizontal",tags:[]},{name:"mdi-focus-field-vertical",tags:[]},{name:"mdi-folder",tags:[]},{name:"mdi-folder-account",tags:[]},{name:"mdi-folder-account-outline",tags:[]},{name:"mdi-folder-alert",tags:[]},{name:"mdi-folder-alert-outline",tags:[]},{name:"mdi-folder-clock",tags:[]},{name:"mdi-folder-clock-outline",tags:[]},{name:"mdi-folder-cog",tags:[]},{name:"mdi-folder-cog-outline",tags:[]},{name:"mdi-folder-download",tags:[]},{name:"mdi-folder-download-outline",tags:[]},{name:"mdi-folder-edit",tags:[]},{name:"mdi-folder-edit-outline",tags:[]},{name:"mdi-folder-eye",tags:[]},{name:"mdi-folder-eye-outline",tags:[]},{name:"mdi-folder-google-drive",tags:[]},{name:"mdi-folder-heart",tags:[]},{name:"mdi-folder-heart-outline",tags:[]},{name:"mdi-folder-hidden",tags:[]},{name:"mdi-folder-home",tags:[]},{name:"mdi-folder-home-outline",tags:[]},{name:"mdi-folder-image",tags:[]},{name:"mdi-folder-information",tags:[]},{name:"mdi-folder-information-outline",tags:[]},{name:"mdi-folder-key",tags:[]},{name:"mdi-folder-key-network",tags:[]},{name:"mdi-folder-key-network-outline",tags:[]},{name:"mdi-folder-key-outline",tags:[]},{name:"mdi-folder-lock",tags:[]},{name:"mdi-folder-lock-open",tags:[]},{name:"mdi-folder-marker",tags:[]},{name:"mdi-folder-marker-outline",tags:[]},{name:"mdi-folder-move",tags:[]},{name:"mdi-folder-move-outline",tags:[]},{name:"mdi-folder-multiple",tags:[]},{name:"mdi-folder-multiple-image",tags:[]},{name:"mdi-folder-multiple-outline",tags:[]},{name:"mdi-folder-multiple-plus",tags:[]},{name:"mdi-folder-multiple-plus-outline",tags:[]},{name:"mdi-folder-music",tags:[]},{name:"mdi-folder-music-outline",tags:[]},{name:"mdi-folder-network",tags:[]},{name:"mdi-folder-network-outline",tags:[]},{name:"mdi-folder-open",tags:[]},{name:"mdi-folder-open-outline",tags:[]},{name:"mdi-folder-outline",tags:[]},{name:"mdi-folder-plus",tags:[]},{name:"mdi-folder-plus-outline",tags:[]},{name:"mdi-folder-pound",tags:[]},{name:"mdi-folder-pound-outline",tags:[]},{name:"mdi-folder-refresh",tags:[]},{name:"mdi-folder-refresh-outline",tags:[]},{name:"mdi-folder-remove",tags:[]},{name:"mdi-folder-remove-outline",tags:[]},{name:"mdi-folder-search",tags:[]},{name:"mdi-folder-search-outline",tags:[]},{name:"mdi-folder-settings",tags:[]},{name:"mdi-folder-settings-outline",tags:[]},{name:"mdi-folder-star",tags:[]},{name:"mdi-folder-star-multiple",tags:[]},{name:"mdi-folder-star-multiple-outline",tags:[]},{name:"mdi-folder-star-outline",tags:[]},{name:"mdi-folder-swap",tags:[]},{name:"mdi-folder-swap-outline",tags:[]},{name:"mdi-folder-sync",tags:[]},{name:"mdi-folder-sync-outline",tags:[]},{name:"mdi-folder-table",tags:[]},{name:"mdi-folder-table-outline",tags:[]},{name:"mdi-folder-text",tags:[]},{name:"mdi-folder-text-outline",tags:[]},{name:"mdi-folder-upload",tags:[]},{name:"mdi-folder-upload-outline",tags:[]},{name:"mdi-folder-zip",tags:[]},{name:"mdi-folder-zip-outline",tags:[]},{name:"mdi-font-awesome",tags:[]},{name:"mdi-food",tags:[]},{name:"mdi-food-apple",tags:[]},{name:"mdi-food-apple-outline",tags:[]},{name:"mdi-food-croissant",tags:[]},{name:"mdi-food-drumstick",tags:[]},{name:"mdi-food-drumstick-off",tags:[]},{name:"mdi-food-drumstick-off-outline",tags:[]},{name:"mdi-food-drumstick-outline",tags:[]},{name:"mdi-food-fork-drink",tags:[]},{name:"mdi-food-halal",tags:[]},{name:"mdi-food-kosher",tags:[]},{name:"mdi-food-off",tags:[]},{name:"mdi-food-steak",tags:[]},{name:"mdi-food-steak-off",tags:[]},{name:"mdi-food-turkey",tags:[]},{name:"mdi-food-variant",tags:[]},{name:"mdi-food-variant-off",tags:[]},{name:"mdi-foot-print",tags:[]},{name:"mdi-football",tags:[]},{name:"mdi-football-australian",tags:[]},{name:"mdi-football-helmet",tags:[]},{name:"mdi-forklift",tags:[]},{name:"mdi-form-dropdown",tags:[]},{name:"mdi-form-select",tags:[]},{name:"mdi-form-textarea",tags:[]},{name:"mdi-form-textbox",tags:[]},{name:"mdi-form-textbox-lock",tags:[]},{name:"mdi-form-textbox-password",tags:[]},{name:"mdi-format-align-bottom",tags:[]},{name:"mdi-format-align-center",tags:[]},{name:"mdi-format-align-justify",tags:[]},{name:"mdi-format-align-left",tags:[]},{name:"mdi-format-align-middle",tags:[]},{name:"mdi-format-align-right",tags:[]},{name:"mdi-format-align-top",tags:[]},{name:"mdi-format-annotation-minus",tags:[]},{name:"mdi-format-annotation-plus",tags:[]},{name:"mdi-format-bold",tags:[]},{name:"mdi-format-clear",tags:[]},{name:"mdi-format-color-fill",tags:[]},{name:"mdi-format-color-highlight",tags:[]},{name:"mdi-format-color-marker-cancel",tags:[]},{name:"mdi-format-color-text",tags:[]},{name:"mdi-format-columns",tags:[]},{name:"mdi-format-float-center",tags:[]},{name:"mdi-format-float-left",tags:[]},{name:"mdi-format-float-none",tags:[]},{name:"mdi-format-float-right",tags:[]},{name:"mdi-format-font",tags:[]},{name:"mdi-format-font-size-decrease",tags:[]},{name:"mdi-format-font-size-increase",tags:[]},{name:"mdi-format-header-1",tags:[]},{name:"mdi-format-header-2",tags:[]},{name:"mdi-format-header-3",tags:[]},{name:"mdi-format-header-4",tags:[]},{name:"mdi-format-header-5",tags:[]},{name:"mdi-format-header-6",tags:[]},{name:"mdi-format-header-decrease",tags:[]},{name:"mdi-format-header-equal",tags:[]},{name:"mdi-format-header-increase",tags:[]},{name:"mdi-format-header-pound",tags:[]},{name:"mdi-format-horizontal-align-center",tags:[]},{name:"mdi-format-horizontal-align-left",tags:[]},{name:"mdi-format-horizontal-align-right",tags:[]},{name:"mdi-format-indent-decrease",tags:[]},{name:"mdi-format-indent-increase",tags:[]},{name:"mdi-format-italic",tags:[]},{name:"mdi-format-letter-case",tags:[]},{name:"mdi-format-letter-case-lower",tags:[]},{name:"mdi-format-letter-case-upper",tags:[]},{name:"mdi-format-letter-ends-with",tags:[]},{name:"mdi-format-letter-matches",tags:[]},{name:"mdi-format-letter-starts-with",tags:[]},{name:"mdi-format-line-spacing",tags:[]},{name:"mdi-format-line-style",tags:[]},{name:"mdi-format-line-weight",tags:[]},{name:"mdi-format-list-bulleted",tags:[]},{name:"mdi-format-list-bulleted-square",tags:[]},{name:"mdi-format-list-bulleted-triangle",tags:[]},{name:"mdi-format-list-bulleted-type",tags:[]},{name:"mdi-format-list-checkbox",tags:[]},{name:"mdi-format-list-checks",tags:[]},{name:"mdi-format-list-numbered",tags:[]},{name:"mdi-format-list-numbered-rtl",tags:[]},{name:"mdi-format-list-text",tags:[]},{name:"mdi-format-overline",tags:[]},{name:"mdi-format-page-break",tags:[]},{name:"mdi-format-paint",tags:[]},{name:"mdi-format-paragraph",tags:[]},{name:"mdi-format-pilcrow",tags:[]},{name:"mdi-format-quote-close",tags:[]},{name:"mdi-format-quote-close-outline",tags:[]},{name:"mdi-format-quote-open",tags:[]},{name:"mdi-format-quote-open-outline",tags:[]},{name:"mdi-format-rotate-90",tags:[]},{name:"mdi-format-section",tags:[]},{name:"mdi-format-size",tags:[]},{name:"mdi-format-strikethrough",tags:[]},{name:"mdi-format-strikethrough-variant",tags:[]},{name:"mdi-format-subscript",tags:[]},{name:"mdi-format-superscript",tags:[]},{name:"mdi-format-text",tags:[]},{name:"mdi-format-text-rotation-angle-down",tags:[]},{name:"mdi-format-text-rotation-angle-up",tags:[]},{name:"mdi-format-text-rotation-down",tags:[]},{name:"mdi-format-text-rotation-down-vertical",tags:[]},{name:"mdi-format-text-rotation-none",tags:[]},{name:"mdi-format-text-rotation-up",tags:[]},{name:"mdi-format-text-rotation-vertical",tags:[]},{name:"mdi-format-text-variant",tags:[]},{name:"mdi-format-text-variant-outline",tags:[]},{name:"mdi-format-text-wrapping-clip",tags:[]},{name:"mdi-format-text-wrapping-overflow",tags:[]},{name:"mdi-format-text-wrapping-wrap",tags:[]},{name:"mdi-format-textbox",tags:[]},{name:"mdi-format-textdirection-l-to-r",tags:[]},{name:"mdi-format-textdirection-r-to-l",tags:[]},{name:"mdi-format-title",tags:[]},{name:"mdi-format-underline",tags:[]},{name:"mdi-format-vertical-align-bottom",tags:[]},{name:"mdi-format-vertical-align-center",tags:[]},{name:"mdi-format-vertical-align-top",tags:[]},{name:"mdi-format-wrap-inline",tags:[]},{name:"mdi-format-wrap-square",tags:[]},{name:"mdi-format-wrap-tight",tags:[]},{name:"mdi-format-wrap-top-bottom",tags:[]},{name:"mdi-forum",tags:[]},{name:"mdi-forum-outline",tags:[]},{name:"mdi-forward",tags:[]},{name:"mdi-forwardburger",tags:[]},{name:"mdi-fountain",tags:[]},{name:"mdi-fountain-pen",tags:[]},{name:"mdi-fountain-pen-tip",tags:[]},{name:"mdi-freebsd",tags:[]},{name:"mdi-frequently-asked-questions",tags:[]},{name:"mdi-fridge",tags:[]},{name:"mdi-fridge-alert",tags:[]},{name:"mdi-fridge-alert-outline",tags:[]},{name:"mdi-fridge-bottom",tags:[]},{name:"mdi-fridge-industrial",tags:[]},{name:"mdi-fridge-industrial-alert",tags:[]},{name:"mdi-fridge-industrial-alert-outline",tags:[]},{name:"mdi-fridge-industrial-off",tags:[]},{name:"mdi-fridge-industrial-off-outline",tags:[]},{name:"mdi-fridge-industrial-outline",tags:[]},{name:"mdi-fridge-off",tags:[]},{name:"mdi-fridge-off-outline",tags:[]},{name:"mdi-fridge-outline",tags:[]},{name:"mdi-fridge-top",tags:[]},{name:"mdi-fridge-variant",tags:[]},{name:"mdi-fridge-variant-alert",tags:[]},{name:"mdi-fridge-variant-alert-outline",tags:[]},{name:"mdi-fridge-variant-off",tags:[]},{name:"mdi-fridge-variant-off-outline",tags:[]},{name:"mdi-fridge-variant-outline",tags:[]},{name:"mdi-fruit-cherries",tags:[]},{name:"mdi-fruit-cherries-off",tags:[]},{name:"mdi-fruit-citrus",tags:[]},{name:"mdi-fruit-citrus-off",tags:[]},{name:"mdi-fruit-grapes",tags:[]},{name:"mdi-fruit-grapes-outline",tags:[]},{name:"mdi-fruit-pineapple",tags:[]},{name:"mdi-fruit-watermelon",tags:[]},{name:"mdi-fuel",tags:[]},{name:"mdi-fullscreen",tags:[]},{name:"mdi-fullscreen-exit",tags:[]},{name:"mdi-function",tags:[]},{name:"mdi-function-variant",tags:[]},{name:"mdi-furigana-horizontal",tags:[]},{name:"mdi-furigana-vertical",tags:[]},{name:"mdi-fuse",tags:[]},{name:"mdi-fuse-alert",tags:[]},{name:"mdi-fuse-blade",tags:[]},{name:"mdi-fuse-off",tags:[]},{name:"mdi-gamepad",tags:[]},{name:"mdi-gamepad-circle",tags:[]},{name:"mdi-gamepad-circle-down",tags:[]},{name:"mdi-gamepad-circle-left",tags:[]},{name:"mdi-gamepad-circle-outline",tags:[]},{name:"mdi-gamepad-circle-right",tags:[]},{name:"mdi-gamepad-circle-up",tags:[]},{name:"mdi-gamepad-down",tags:[]},{name:"mdi-gamepad-left",tags:[]},{name:"mdi-gamepad-right",tags:[]},{name:"mdi-gamepad-round",tags:[]},{name:"mdi-gamepad-round-down",tags:[]},{name:"mdi-gamepad-round-left",tags:[]},{name:"mdi-gamepad-round-outline",tags:[]},{name:"mdi-gamepad-round-right",tags:[]},{name:"mdi-gamepad-round-up",tags:[]},{name:"mdi-gamepad-square",tags:[]},{name:"mdi-gamepad-square-outline",tags:[]},{name:"mdi-gamepad-up",tags:[]},{name:"mdi-gamepad-variant",tags:[]},{name:"mdi-gamepad-variant-outline",tags:[]},{name:"mdi-gamma",tags:[]},{name:"mdi-gantry-crane",tags:[]},{name:"mdi-garage",tags:[]},{name:"mdi-garage-alert",tags:[]},{name:"mdi-garage-alert-variant",tags:[]},{name:"mdi-garage-lock",tags:[]},{name:"mdi-garage-open",tags:[]},{name:"mdi-garage-open-variant",tags:[]},{name:"mdi-garage-variant",tags:[]},{name:"mdi-garage-variant-lock",tags:[]},{name:"mdi-gas-cylinder",tags:[]},{name:"mdi-gas-station",tags:[]},{name:"mdi-gas-station-off",tags:[]},{name:"mdi-gas-station-off-outline",tags:[]},{name:"mdi-gas-station-outline",tags:[]},{name:"mdi-gate",tags:[]},{name:"mdi-gate-alert",tags:[]},{name:"mdi-gate-and",tags:[]},{name:"mdi-gate-arrow-left",tags:[]},{name:"mdi-gate-arrow-right",tags:[]},{name:"mdi-gate-nand",tags:[]},{name:"mdi-gate-nor",tags:[]},{name:"mdi-gate-not",tags:[]},{name:"mdi-gate-open",tags:[]},{name:"mdi-gate-or",tags:[]},{name:"mdi-gate-xnor",tags:[]},{name:"mdi-gate-xor",tags:[]},{name:"mdi-gatsby",tags:[]},{name:"mdi-gauge",tags:[]},{name:"mdi-gauge-empty",tags:[]},{name:"mdi-gauge-full",tags:[]},{name:"mdi-gauge-low",tags:[]},{name:"mdi-gavel",tags:[]},{name:"mdi-gender-female",tags:[]},{name:"mdi-gender-male",tags:[]},{name:"mdi-gender-male-female",tags:[]},{name:"mdi-gender-male-female-variant",tags:[]},{name:"mdi-gender-non-binary",tags:[]},{name:"mdi-gender-transgender",tags:[]},{name:"mdi-gentoo",tags:[]},{name:"mdi-gesture",tags:[]},{name:"mdi-gesture-double-tap",tags:[]},{name:"mdi-gesture-pinch",tags:[]},{name:"mdi-gesture-spread",tags:[]},{name:"mdi-gesture-swipe",tags:[]},{name:"mdi-gesture-swipe-down",tags:[]},{name:"mdi-gesture-swipe-horizontal",tags:[]},{name:"mdi-gesture-swipe-left",tags:[]},{name:"mdi-gesture-swipe-right",tags:[]},{name:"mdi-gesture-swipe-up",tags:[]},{name:"mdi-gesture-swipe-vertical",tags:[]},{name:"mdi-gesture-tap",tags:[]},{name:"mdi-gesture-tap-box",tags:[]},{name:"mdi-gesture-tap-button",tags:[]},{name:"mdi-gesture-tap-hold",tags:[]},{name:"mdi-gesture-two-double-tap",tags:[]},{name:"mdi-gesture-two-tap",tags:[]},{name:"mdi-ghost",tags:[]},{name:"mdi-ghost-off",tags:[]},{name:"mdi-ghost-off-outline",tags:[]},{name:"mdi-ghost-outline",tags:[]},{name:"mdi-gift",tags:[]},{name:"mdi-gift-off",tags:[]},{name:"mdi-gift-off-outline",tags:[]},{name:"mdi-gift-open",tags:[]},{name:"mdi-gift-open-outline",tags:[]},{name:"mdi-gift-outline",tags:[]},{name:"mdi-git",tags:[]},{name:"mdi-github",tags:[]},{name:"mdi-gitlab",tags:[]},{name:"mdi-glass-cocktail",tags:[]},{name:"mdi-glass-cocktail-off",tags:[]},{name:"mdi-glass-flute",tags:[]},{name:"mdi-glass-mug",tags:[]},{name:"mdi-glass-mug-off",tags:[]},{name:"mdi-glass-mug-variant",tags:[]},{name:"mdi-glass-mug-variant-off",tags:[]},{name:"mdi-glass-pint-outline",tags:[]},{name:"mdi-glass-stange",tags:[]},{name:"mdi-glass-tulip",tags:[]},{name:"mdi-glass-wine",tags:[]},{name:"mdi-glasses",tags:[]},{name:"mdi-globe-light",tags:[]},{name:"mdi-globe-model",tags:[]},{name:"mdi-gmail",tags:[]},{name:"mdi-gnome",tags:[]},{name:"mdi-go-kart",tags:[]},{name:"mdi-go-kart-track",tags:[]},{name:"mdi-gog",tags:[]},{name:"mdi-gold",tags:[]},{name:"mdi-golf",tags:[]},{name:"mdi-golf-cart",tags:[]},{name:"mdi-golf-tee",tags:[]},{name:"mdi-gondola",tags:[]},{name:"mdi-goodreads",tags:[]},{name:"mdi-google",tags:[]},{name:"mdi-google-ads",tags:[]},{name:"mdi-google-analytics",tags:[]},{name:"mdi-google-assistant",tags:[]},{name:"mdi-google-cardboard",tags:[]},{name:"mdi-google-chrome",tags:[]},{name:"mdi-google-circles",tags:[]},{name:"mdi-google-circles-communities",tags:[]},{name:"mdi-google-circles-extended",tags:[]},{name:"mdi-google-circles-group",tags:[]},{name:"mdi-google-classroom",tags:[]},{name:"mdi-google-cloud",tags:[]},{name:"mdi-google-controller",tags:[]},{name:"mdi-google-controller-off",tags:[]},{name:"mdi-google-downasaur",tags:[]},{name:"mdi-google-drive",tags:[]},{name:"mdi-google-earth",tags:[]},{name:"mdi-google-fit",tags:[]},{name:"mdi-google-glass",tags:[]},{name:"mdi-google-hangouts",tags:[]},{name:"mdi-google-home",tags:[]},{name:"mdi-google-keep",tags:[]},{name:"mdi-google-lens",tags:[]},{name:"mdi-google-maps",tags:[]},{name:"mdi-google-my-business",tags:[]},{name:"mdi-google-nearby",tags:[]},{name:"mdi-google-play",tags:[]},{name:"mdi-google-plus",tags:[]},{name:"mdi-google-podcast",tags:[]},{name:"mdi-google-spreadsheet",tags:[]},{name:"mdi-google-street-view",tags:[]},{name:"mdi-google-translate",tags:[]},{name:"mdi-gradient-horizontal",tags:[]},{name:"mdi-gradient-vertical",tags:[]},{name:"mdi-grain",tags:[]},{name:"mdi-graph",tags:[]},{name:"mdi-graph-outline",tags:[]},{name:"mdi-graphql",tags:[]},{name:"mdi-grass",tags:[]},{name:"mdi-grave-stone",tags:[]},{name:"mdi-grease-pencil",tags:[]},{name:"mdi-greater-than",tags:[]},{name:"mdi-greater-than-or-equal",tags:[]},{name:"mdi-greenhouse",tags:[]},{name:"mdi-grid",tags:[]},{name:"mdi-grid-large",tags:[]},{name:"mdi-grid-off",tags:[]},{name:"mdi-grill",tags:[]},{name:"mdi-grill-outline",tags:[]},{name:"mdi-group",tags:[]},{name:"mdi-guitar-acoustic",tags:[]},{name:"mdi-guitar-electric",tags:[]},{name:"mdi-guitar-pick",tags:[]},{name:"mdi-guitar-pick-outline",tags:[]},{name:"mdi-guy-fawkes-mask",tags:[]},{name:"mdi-hail",tags:[]},{name:"mdi-hair-dryer",tags:[]},{name:"mdi-hair-dryer-outline",tags:[]},{name:"mdi-halloween",tags:[]},{name:"mdi-hamburger",tags:[]},{name:"mdi-hamburger-check",tags:[]},{name:"mdi-hamburger-minus",tags:[]},{name:"mdi-hamburger-off",tags:[]},{name:"mdi-hamburger-plus",tags:[]},{name:"mdi-hamburger-remove",tags:[]},{name:"mdi-hammer",tags:[]},{name:"mdi-hammer-screwdriver",tags:[]},{name:"mdi-hammer-wrench",tags:[]},{name:"mdi-hand-back-left",tags:[]},{name:"mdi-hand-back-left-off",tags:[]},{name:"mdi-hand-back-left-off-outline",tags:[]},{name:"mdi-hand-back-left-outline",tags:[]},{name:"mdi-hand-back-right",tags:[]},{name:"mdi-hand-back-right-off",tags:[]},{name:"mdi-hand-back-right-off-outline",tags:[]},{name:"mdi-hand-back-right-outline",tags:[]},{name:"mdi-hand-front-left",tags:[]},{name:"mdi-hand-front-left-outline",tags:[]},{name:"mdi-hand-front-right",tags:[]},{name:"mdi-hand-front-right-outline",tags:[]},{name:"mdi-hand-heart",tags:[]},{name:"mdi-hand-heart-outline",tags:[]},{name:"mdi-hand-okay",tags:[]},{name:"mdi-hand-peace",tags:[]},{name:"mdi-hand-peace-variant",tags:[]},{name:"mdi-hand-pointing-down",tags:[]},{name:"mdi-hand-pointing-left",tags:[]},{name:"mdi-hand-pointing-right",tags:[]},{name:"mdi-hand-pointing-up",tags:[]},{name:"mdi-hand-saw",tags:[]},{name:"mdi-hand-wash",tags:[]},{name:"mdi-hand-wash-outline",tags:[]},{name:"mdi-hand-water",tags:[]},{name:"mdi-hand-wave",tags:[]},{name:"mdi-hand-wave-outline",tags:[]},{name:"mdi-handball",tags:[]},{name:"mdi-handcuffs",tags:[]},{name:"mdi-hands-pray",tags:[]},{name:"mdi-handshake",tags:[]},{name:"mdi-handshake-outline",tags:[]},{name:"mdi-hanger",tags:[]},{name:"mdi-hard-hat",tags:[]},{name:"mdi-harddisk",tags:[]},{name:"mdi-harddisk-plus",tags:[]},{name:"mdi-harddisk-remove",tags:[]},{name:"mdi-hat-fedora",tags:[]},{name:"mdi-hazard-lights",tags:[]},{name:"mdi-hdr",tags:[]},{name:"mdi-hdr-off",tags:[]},{name:"mdi-head",tags:[]},{name:"mdi-head-alert",tags:[]},{name:"mdi-head-alert-outline",tags:[]},{name:"mdi-head-check",tags:[]},{name:"mdi-head-check-outline",tags:[]},{name:"mdi-head-cog",tags:[]},{name:"mdi-head-cog-outline",tags:[]},{name:"mdi-head-dots-horizontal",tags:[]},{name:"mdi-head-dots-horizontal-outline",tags:[]},{name:"mdi-head-flash",tags:[]},{name:"mdi-head-flash-outline",tags:[]},{name:"mdi-head-heart",tags:[]},{name:"mdi-head-heart-outline",tags:[]},{name:"mdi-head-lightbulb",tags:[]},{name:"mdi-head-lightbulb-outline",tags:[]},{name:"mdi-head-minus",tags:[]},{name:"mdi-head-minus-outline",tags:[]},{name:"mdi-head-outline",tags:[]},{name:"mdi-head-plus",tags:[]},{name:"mdi-head-plus-outline",tags:[]},{name:"mdi-head-question",tags:[]},{name:"mdi-head-question-outline",tags:[]},{name:"mdi-head-remove",tags:[]},{name:"mdi-head-remove-outline",tags:[]},{name:"mdi-head-snowflake",tags:[]},{name:"mdi-head-snowflake-outline",tags:[]},{name:"mdi-head-sync",tags:[]},{name:"mdi-head-sync-outline",tags:[]},{name:"mdi-headphones",tags:[]},{name:"mdi-headphones-bluetooth",tags:[]},{name:"mdi-headphones-box",tags:[]},{name:"mdi-headphones-off",tags:[]},{name:"mdi-headphones-settings",tags:[]},{name:"mdi-headset",tags:[]},{name:"mdi-headset-dock",tags:[]},{name:"mdi-headset-off",tags:[]},{name:"mdi-heart",tags:[]},{name:"mdi-heart-box",tags:[]},{name:"mdi-heart-box-outline",tags:[]},{name:"mdi-heart-broken",tags:[]},{name:"mdi-heart-broken-outline",tags:[]},{name:"mdi-heart-circle",tags:[]},{name:"mdi-heart-circle-outline",tags:[]},{name:"mdi-heart-cog",tags:[]},{name:"mdi-heart-cog-outline",tags:[]},{name:"mdi-heart-flash",tags:[]},{name:"mdi-heart-half",tags:[]},{name:"mdi-heart-half-full",tags:[]},{name:"mdi-heart-half-outline",tags:[]},{name:"mdi-heart-minus",tags:[]},{name:"mdi-heart-minus-outline",tags:[]},{name:"mdi-heart-multiple",tags:[]},{name:"mdi-heart-multiple-outline",tags:[]},{name:"mdi-heart-off",tags:[]},{name:"mdi-heart-off-outline",tags:[]},{name:"mdi-heart-outline",tags:[]},{name:"mdi-heart-plus",tags:[]},{name:"mdi-heart-plus-outline",tags:[]},{name:"mdi-heart-pulse",tags:[]},{name:"mdi-heart-remove",tags:[]},{name:"mdi-heart-remove-outline",tags:[]},{name:"mdi-heart-settings",tags:[]},{name:"mdi-heart-settings-outline",tags:[]},{name:"mdi-helicopter",tags:[]},{name:"mdi-help",tags:[]},{name:"mdi-help-box",tags:[]},{name:"mdi-help-circle",tags:[]},{name:"mdi-help-circle-outline",tags:[]},{name:"mdi-help-network",tags:[]},{name:"mdi-help-network-outline",tags:[]},{name:"mdi-help-rhombus",tags:[]},{name:"mdi-help-rhombus-outline",tags:[]},{name:"mdi-hexadecimal",tags:[]},{name:"mdi-hexagon",tags:[]},{name:"mdi-hexagon-multiple",tags:[]},{name:"mdi-hexagon-multiple-outline",tags:[]},{name:"mdi-hexagon-outline",tags:[]},{name:"mdi-hexagon-slice-1",tags:[]},{name:"mdi-hexagon-slice-2",tags:[]},{name:"mdi-hexagon-slice-3",tags:[]},{name:"mdi-hexagon-slice-4",tags:[]},{name:"mdi-hexagon-slice-5",tags:[]},{name:"mdi-hexagon-slice-6",tags:[]},{name:"mdi-hexagram",tags:[]},{name:"mdi-hexagram-outline",tags:[]},{name:"mdi-high-definition",tags:[]},{name:"mdi-high-definition-box",tags:[]},{name:"mdi-highway",tags:[]},{name:"mdi-hiking",tags:[]},{name:"mdi-history",tags:[]},{name:"mdi-hockey-puck",tags:[]},{name:"mdi-hockey-sticks",tags:[]},{name:"mdi-hololens",tags:[]},{name:"mdi-home",tags:[]},{name:"mdi-home-account",tags:[]},{name:"mdi-home-alert",tags:[]},{name:"mdi-home-alert-outline",tags:[]},{name:"mdi-home-analytics",tags:[]},{name:"mdi-home-assistant",tags:[]},{name:"mdi-home-automation",tags:[]},{name:"mdi-home-circle",tags:[]},{name:"mdi-home-circle-outline",tags:[]},{name:"mdi-home-city",tags:[]},{name:"mdi-home-city-outline",tags:[]},{name:"mdi-home-edit",tags:[]},{name:"mdi-home-edit-outline",tags:[]},{name:"mdi-home-export-outline",tags:[]},{name:"mdi-home-flood",tags:[]},{name:"mdi-home-floor-0",tags:[]},{name:"mdi-home-floor-1",tags:[]},{name:"mdi-home-floor-2",tags:[]},{name:"mdi-home-floor-3",tags:[]},{name:"mdi-home-floor-a",tags:[]},{name:"mdi-home-floor-b",tags:[]},{name:"mdi-home-floor-g",tags:[]},{name:"mdi-home-floor-l",tags:[]},{name:"mdi-home-floor-negative-1",tags:[]},{name:"mdi-home-group",tags:[]},{name:"mdi-home-heart",tags:[]},{name:"mdi-home-import-outline",tags:[]},{name:"mdi-home-lightbulb",tags:[]},{name:"mdi-home-lightbulb-outline",tags:[]},{name:"mdi-home-lock",tags:[]},{name:"mdi-home-lock-open",tags:[]},{name:"mdi-home-map-marker",tags:[]},{name:"mdi-home-minus",tags:[]},{name:"mdi-home-minus-outline",tags:[]},{name:"mdi-home-modern",tags:[]},{name:"mdi-home-outline",tags:[]},{name:"mdi-home-plus",tags:[]},{name:"mdi-home-plus-outline",tags:[]},{name:"mdi-home-remove",tags:[]},{name:"mdi-home-remove-outline",tags:[]},{name:"mdi-home-roof",tags:[]},{name:"mdi-home-search",tags:[]},{name:"mdi-home-search-outline",tags:[]},{name:"mdi-home-switch",tags:[]},{name:"mdi-home-switch-outline",tags:[]},{name:"mdi-home-thermometer",tags:[]},{name:"mdi-home-thermometer-outline",tags:[]},{name:"mdi-home-variant",tags:[]},{name:"mdi-home-variant-outline",tags:[]},{name:"mdi-hook",tags:[]},{name:"mdi-hook-off",tags:[]},{name:"mdi-hoop-house",tags:[]},{name:"mdi-hops",tags:[]},{name:"mdi-horizontal-rotate-clockwise",tags:[]},{name:"mdi-horizontal-rotate-counterclockwise",tags:[]},{name:"mdi-horse",tags:[]},{name:"mdi-horse-human",tags:[]},{name:"mdi-horse-variant",tags:[]},{name:"mdi-horseshoe",tags:[]},{name:"mdi-hospital",tags:[]},{name:"mdi-hospital-box",tags:[]},{name:"mdi-hospital-box-outline",tags:[]},{name:"mdi-hospital-building",tags:[]},{name:"mdi-hospital-marker",tags:[]},{name:"mdi-hot-tub",tags:[]},{name:"mdi-hours-24",tags:[]},{name:"mdi-hubspot",tags:[]},{name:"mdi-hulu",tags:[]},{name:"mdi-human",tags:[]},{name:"mdi-human-baby-changing-table",tags:[]},{name:"mdi-human-cane",tags:[]},{name:"mdi-human-capacity-decrease",tags:[]},{name:"mdi-human-capacity-increase",tags:[]},{name:"mdi-human-child",tags:[]},{name:"mdi-human-edit",tags:[]},{name:"mdi-human-female",tags:[]},{name:"mdi-human-female-boy",tags:[]},{name:"mdi-human-female-dance",tags:[]},{name:"mdi-human-female-female",tags:[]},{name:"mdi-human-female-girl",tags:[]},{name:"mdi-human-greeting",tags:[]},{name:"mdi-human-greeting-proximity",tags:[]},{name:"mdi-human-greeting-variant",tags:[]},{name:"mdi-human-handsdown",tags:[]},{name:"mdi-human-handsup",tags:[]},{name:"mdi-human-male",tags:[]},{name:"mdi-human-male-board",tags:[]},{name:"mdi-human-male-board-poll",tags:[]},{name:"mdi-human-male-boy",tags:[]},{name:"mdi-human-male-child",tags:[]},{name:"mdi-human-male-female",tags:[]},{name:"mdi-human-male-female-child",tags:[]},{name:"mdi-human-male-girl",tags:[]},{name:"mdi-human-male-height",tags:[]},{name:"mdi-human-male-height-variant",tags:[]},{name:"mdi-human-male-male",tags:[]},{name:"mdi-human-pregnant",tags:[]},{name:"mdi-human-queue",tags:[]},{name:"mdi-human-scooter",tags:[]},{name:"mdi-human-wheelchair",tags:[]},{name:"mdi-humble-bundle",tags:[]},{name:"mdi-hvac",tags:[]},{name:"mdi-hvac-off",tags:[]},{name:"mdi-hydraulic-oil-level",tags:[]},{name:"mdi-hydraulic-oil-temperature",tags:[]},{name:"mdi-hydro-power",tags:[]},{name:"mdi-ice-cream",tags:[]},{name:"mdi-ice-cream-off",tags:[]},{name:"mdi-ice-pop",tags:[]},{name:"mdi-id-card",tags:[]},{name:"mdi-identifier",tags:[]},{name:"mdi-ideogram-cjk",tags:[]},{name:"mdi-ideogram-cjk-variant",tags:[]},{name:"mdi-image",tags:[]},{name:"mdi-image-album",tags:[]},{name:"mdi-image-area",tags:[]},{name:"mdi-image-area-close",tags:[]},{name:"mdi-image-auto-adjust",tags:[]},{name:"mdi-image-broken",tags:[]},{name:"mdi-image-broken-variant",tags:[]},{name:"mdi-image-edit",tags:[]},{name:"mdi-image-edit-outline",tags:[]},{name:"mdi-image-filter-black-white",tags:[]},{name:"mdi-image-filter-center-focus",tags:[]},{name:"mdi-image-filter-center-focus-strong",tags:[]},{name:"mdi-image-filter-center-focus-strong-outline",tags:[]},{name:"mdi-image-filter-center-focus-weak",tags:[]},{name:"mdi-image-filter-drama",tags:[]},{name:"mdi-image-filter-frames",tags:[]},{name:"mdi-image-filter-hdr",tags:[]},{name:"mdi-image-filter-none",tags:[]},{name:"mdi-image-filter-tilt-shift",tags:[]},{name:"mdi-image-filter-vintage",tags:[]},{name:"mdi-image-frame",tags:[]},{name:"mdi-image-marker",tags:[]},{name:"mdi-image-marker-outline",tags:[]},{name:"mdi-image-minus",tags:[]},{name:"mdi-image-move",tags:[]},{name:"mdi-image-multiple",tags:[]},{name:"mdi-image-multiple-outline",tags:[]},{name:"mdi-image-off",tags:[]},{name:"mdi-image-off-outline",tags:[]},{name:"mdi-image-outline",tags:[]},{name:"mdi-image-plus",tags:[]},{name:"mdi-image-remove",tags:[]},{name:"mdi-image-search",tags:[]},{name:"mdi-image-search-outline",tags:[]},{name:"mdi-image-size-select-actual",tags:[]},{name:"mdi-image-size-select-large",tags:[]},{name:"mdi-image-size-select-small",tags:[]},{name:"mdi-image-text",tags:[]},{name:"mdi-import",tags:[]},{name:"mdi-inbox",tags:[]},{name:"mdi-inbox-arrow-down",tags:[]},{name:"mdi-inbox-arrow-down-outline",tags:[]},{name:"mdi-inbox-arrow-up",tags:[]},{name:"mdi-inbox-arrow-up-outline",tags:[]},{name:"mdi-inbox-full",tags:[]},{name:"mdi-inbox-full-outline",tags:[]},{name:"mdi-inbox-multiple",tags:[]},{name:"mdi-inbox-multiple-outline",tags:[]},{name:"mdi-inbox-outline",tags:[]},{name:"mdi-inbox-remove",tags:[]},{name:"mdi-inbox-remove-outline",tags:[]},{name:"mdi-incognito",tags:[]},{name:"mdi-incognito-circle",tags:[]},{name:"mdi-incognito-circle-off",tags:[]},{name:"mdi-incognito-off",tags:[]},{name:"mdi-infinity",tags:[]},{name:"mdi-information",tags:[]},{name:"mdi-information-off",tags:[]},{name:"mdi-information-off-outline",tags:[]},{name:"mdi-information-outline",tags:[]},{name:"mdi-information-variant",tags:[]},{name:"mdi-instagram",tags:[]},{name:"mdi-instrument-triangle",tags:[]},{name:"mdi-invert-colors",tags:[]},{name:"mdi-invert-colors-off",tags:[]},{name:"mdi-iobroker",tags:[]},{name:"mdi-ip",tags:[]},{name:"mdi-ip-network",tags:[]},{name:"mdi-ip-network-outline",tags:[]},{name:"mdi-ipod",tags:[]},{name:"mdi-iron",tags:[]},{name:"mdi-iron-outline",tags:[]},{name:"mdi-island",tags:[]},{name:"mdi-iv-bag",tags:[]},{name:"mdi-jabber",tags:[]},{name:"mdi-jeepney",tags:[]},{name:"mdi-jellyfish",tags:[]},{name:"mdi-jellyfish-outline",tags:[]},{name:"mdi-jira",tags:[]},{name:"mdi-jquery",tags:[]},{name:"mdi-jsfiddle",tags:[]},{name:"mdi-jump-rope",tags:[]},{name:"mdi-kabaddi",tags:[]},{name:"mdi-kangaroo",tags:[]},{name:"mdi-karate",tags:[]},{name:"mdi-kayaking",tags:[]},{name:"mdi-keg",tags:[]},{name:"mdi-kettle",tags:[]},{name:"mdi-kettle-alert",tags:[]},{name:"mdi-kettle-alert-outline",tags:[]},{name:"mdi-kettle-off",tags:[]},{name:"mdi-kettle-off-outline",tags:[]},{name:"mdi-kettle-outline",tags:[]},{name:"mdi-kettle-pour-over",tags:[]},{name:"mdi-kettle-steam",tags:[]},{name:"mdi-kettle-steam-outline",tags:[]},{name:"mdi-kettlebell",tags:[]},{name:"mdi-key",tags:[]},{name:"mdi-key-arrow-right",tags:[]},{name:"mdi-key-chain",tags:[]},{name:"mdi-key-chain-variant",tags:[]},{name:"mdi-key-change",tags:[]},{name:"mdi-key-link",tags:[]},{name:"mdi-key-minus",tags:[]},{name:"mdi-key-outline",tags:[]},{name:"mdi-key-plus",tags:[]},{name:"mdi-key-remove",tags:[]},{name:"mdi-key-star",tags:[]},{name:"mdi-key-variant",tags:[]},{name:"mdi-key-wireless",tags:[]},{name:"mdi-keyboard",tags:[]},{name:"mdi-keyboard-backspace",tags:[]},{name:"mdi-keyboard-caps",tags:[]},{name:"mdi-keyboard-close",tags:[]},{name:"mdi-keyboard-esc",tags:[]},{name:"mdi-keyboard-f1",tags:[]},{name:"mdi-keyboard-f10",tags:[]},{name:"mdi-keyboard-f11",tags:[]},{name:"mdi-keyboard-f12",tags:[]},{name:"mdi-keyboard-f2",tags:[]},{name:"mdi-keyboard-f3",tags:[]},{name:"mdi-keyboard-f4",tags:[]},{name:"mdi-keyboard-f5",tags:[]},{name:"mdi-keyboard-f6",tags:[]},{name:"mdi-keyboard-f7",tags:[]},{name:"mdi-keyboard-f8",tags:[]},{name:"mdi-keyboard-f9",tags:[]},{name:"mdi-keyboard-off",tags:[]},{name:"mdi-keyboard-off-outline",tags:[]},{name:"mdi-keyboard-outline",tags:[]},{name:"mdi-keyboard-return",tags:[]},{name:"mdi-keyboard-settings",tags:[]},{name:"mdi-keyboard-settings-outline",tags:[]},{name:"mdi-keyboard-space",tags:[]},{name:"mdi-keyboard-tab",tags:[]},{name:"mdi-keyboard-tab-reverse",tags:[]},{name:"mdi-keyboard-variant",tags:[]},{name:"mdi-khanda",tags:[]},{name:"mdi-kickstarter",tags:[]},{name:"mdi-kitesurfing",tags:[]},{name:"mdi-klingon",tags:[]},{name:"mdi-knife",tags:[]},{name:"mdi-knife-military",tags:[]},{name:"mdi-koala",tags:[]},{name:"mdi-kodi",tags:[]},{name:"mdi-kubernetes",tags:[]},{name:"mdi-label",tags:[]},{name:"mdi-label-multiple",tags:[]},{name:"mdi-label-multiple-outline",tags:[]},{name:"mdi-label-off",tags:[]},{name:"mdi-label-off-outline",tags:[]},{name:"mdi-label-outline",tags:[]},{name:"mdi-label-percent",tags:[]},{name:"mdi-label-percent-outline",tags:[]},{name:"mdi-label-variant",tags:[]},{name:"mdi-label-variant-outline",tags:[]},{name:"mdi-ladder",tags:[]},{name:"mdi-ladybug",tags:[]},{name:"mdi-lambda",tags:[]},{name:"mdi-lamp",tags:[]},{name:"mdi-lamp-outline",tags:[]},{name:"mdi-lamps",tags:[]},{name:"mdi-lamps-outline",tags:[]},{name:"mdi-lan",tags:[]},{name:"mdi-lan-check",tags:[]},{name:"mdi-lan-connect",tags:[]},{name:"mdi-lan-disconnect",tags:[]},{name:"mdi-lan-pending",tags:[]},{name:"mdi-language-c",tags:[]},{name:"mdi-language-cpp",tags:[]},{name:"mdi-language-csharp",tags:[]},{name:"mdi-language-css3",tags:[]},{name:"mdi-language-fortran",tags:[]},{name:"mdi-language-go",tags:[]},{name:"mdi-language-haskell",tags:[]},{name:"mdi-language-html5",tags:[]},{name:"mdi-language-java",tags:[]},{name:"mdi-language-javascript",tags:[]},{name:"mdi-language-kotlin",tags:[]},{name:"mdi-language-lua",tags:[]},{name:"mdi-language-markdown",tags:[]},{name:"mdi-language-markdown-outline",tags:[]},{name:"mdi-language-php",tags:[]},{name:"mdi-language-python",tags:[]},{name:"mdi-language-r",tags:[]},{name:"mdi-language-ruby",tags:[]},{name:"mdi-language-ruby-on-rails",tags:[]},{name:"mdi-language-rust",tags:[]},{name:"mdi-language-swift",tags:[]},{name:"mdi-language-typescript",tags:[]},{name:"mdi-language-xaml",tags:[]},{name:"mdi-laptop",tags:[]},{name:"mdi-laptop-off",tags:[]},{name:"mdi-laravel",tags:[]},{name:"mdi-laser-pointer",tags:[]},{name:"mdi-lasso",tags:[]},{name:"mdi-lastpass",tags:[]},{name:"mdi-latitude",tags:[]},{name:"mdi-launch",tags:[]},{name:"mdi-lava-lamp",tags:[]},{name:"mdi-layers",tags:[]},{name:"mdi-layers-minus",tags:[]},{name:"mdi-layers-off",tags:[]},{name:"mdi-layers-off-outline",tags:[]},{name:"mdi-layers-outline",tags:[]},{name:"mdi-layers-plus",tags:[]},{name:"mdi-layers-remove",tags:[]},{name:"mdi-layers-search",tags:[]},{name:"mdi-layers-search-outline",tags:[]},{name:"mdi-layers-triple",tags:[]},{name:"mdi-layers-triple-outline",tags:[]},{name:"mdi-lead-pencil",tags:[]},{name:"mdi-leaf",tags:[]},{name:"mdi-leaf-maple",tags:[]},{name:"mdi-leaf-maple-off",tags:[]},{name:"mdi-leaf-off",tags:[]},{name:"mdi-leak",tags:[]},{name:"mdi-leak-off",tags:[]},{name:"mdi-led-off",tags:[]},{name:"mdi-led-on",tags:[]},{name:"mdi-led-outline",tags:[]},{name:"mdi-led-strip",tags:[]},{name:"mdi-led-strip-variant",tags:[]},{name:"mdi-led-variant-off",tags:[]},{name:"mdi-led-variant-on",tags:[]},{name:"mdi-led-variant-outline",tags:[]},{name:"mdi-leek",tags:[]},{name:"mdi-less-than",tags:[]},{name:"mdi-less-than-or-equal",tags:[]},{name:"mdi-library",tags:[]},{name:"mdi-library-shelves",tags:[]},{name:"mdi-license",tags:[]},{name:"mdi-lifebuoy",tags:[]},{name:"mdi-light-recessed",tags:[]},{name:"mdi-light-switch",tags:[]},{name:"mdi-lightbulb",tags:[]},{name:"mdi-lightbulb-auto",tags:[]},{name:"mdi-lightbulb-auto-outline",tags:[]},{name:"mdi-lightbulb-cfl",tags:[]},{name:"mdi-lightbulb-cfl-off",tags:[]},{name:"mdi-lightbulb-cfl-spiral",tags:[]},{name:"mdi-lightbulb-cfl-spiral-off",tags:[]},{name:"mdi-lightbulb-fluorescent-tube",tags:[]},{name:"mdi-lightbulb-fluorescent-tube-outline",tags:[]},{name:"mdi-lightbulb-group",tags:[]},{name:"mdi-lightbulb-group-off",tags:[]},{name:"mdi-lightbulb-group-off-outline",tags:[]},{name:"mdi-lightbulb-group-outline",tags:[]},{name:"mdi-lightbulb-multiple",tags:[]},{name:"mdi-lightbulb-multiple-off",tags:[]},{name:"mdi-lightbulb-multiple-off-outline",tags:[]},{name:"mdi-lightbulb-multiple-outline",tags:[]},{name:"mdi-lightbulb-off",tags:[]},{name:"mdi-lightbulb-off-outline",tags:[]},{name:"mdi-lightbulb-on",tags:[]},{name:"mdi-lightbulb-on-outline",tags:[]},{name:"mdi-lightbulb-outline",tags:[]},{name:"mdi-lightbulb-spot",tags:[]},{name:"mdi-lightbulb-spot-off",tags:[]},{name:"mdi-lightbulb-variant",tags:[]},{name:"mdi-lightbulb-variant-outline",tags:[]},{name:"mdi-lighthouse",tags:[]},{name:"mdi-lighthouse-on",tags:[]},{name:"mdi-lightning-bolt",tags:[]},{name:"mdi-lightning-bolt-circle",tags:[]},{name:"mdi-lightning-bolt-outline",tags:[]},{name:"mdi-line-scan",tags:[]},{name:"mdi-lingerie",tags:[]},{name:"mdi-link",tags:[]},{name:"mdi-link-box",tags:[]},{name:"mdi-link-box-outline",tags:[]},{name:"mdi-link-box-variant",tags:[]},{name:"mdi-link-box-variant-outline",tags:[]},{name:"mdi-link-lock",tags:[]},{name:"mdi-link-off",tags:[]},{name:"mdi-link-plus",tags:[]},{name:"mdi-link-variant",tags:[]},{name:"mdi-link-variant-minus",tags:[]},{name:"mdi-link-variant-off",tags:[]},{name:"mdi-link-variant-plus",tags:[]},{name:"mdi-link-variant-remove",tags:[]},{name:"mdi-linkedin",tags:[]},{name:"mdi-linux",tags:[]},{name:"mdi-linux-mint",tags:[]},{name:"mdi-lipstick",tags:[]},{name:"mdi-liquid-spot",tags:[]},{name:"mdi-list-status",tags:[]},{name:"mdi-litecoin",tags:[]},{name:"mdi-loading",tags:[]},{name:"mdi-location-enter",tags:[]},{name:"mdi-location-exit",tags:[]},{name:"mdi-lock",tags:[]},{name:"mdi-lock-alert",tags:[]},{name:"mdi-lock-alert-outline",tags:[]},{name:"mdi-lock-check",tags:[]},{name:"mdi-lock-check-outline",tags:[]},{name:"mdi-lock-clock",tags:[]},{name:"mdi-lock-minus",tags:[]},{name:"mdi-lock-minus-outline",tags:[]},{name:"mdi-lock-off",tags:[]},{name:"mdi-lock-off-outline",tags:[]},{name:"mdi-lock-open",tags:[]},{name:"mdi-lock-open-alert",tags:[]},{name:"mdi-lock-open-alert-outline",tags:[]},{name:"mdi-lock-open-check",tags:[]},{name:"mdi-lock-open-check-outline",tags:[]},{name:"mdi-lock-open-minus",tags:[]},{name:"mdi-lock-open-minus-outline",tags:[]},{name:"mdi-lock-open-outline",tags:[]},{name:"mdi-lock-open-plus",tags:[]},{name:"mdi-lock-open-plus-outline",tags:[]},{name:"mdi-lock-open-remove",tags:[]},{name:"mdi-lock-open-remove-outline",tags:[]},{name:"mdi-lock-open-variant",tags:[]},{name:"mdi-lock-open-variant-outline",tags:[]},{name:"mdi-lock-outline",tags:[]},{name:"mdi-lock-pattern",tags:[]},{name:"mdi-lock-plus",tags:[]},{name:"mdi-lock-plus-outline",tags:[]},{name:"mdi-lock-question",tags:[]},{name:"mdi-lock-remove",tags:[]},{name:"mdi-lock-remove-outline",tags:[]},{name:"mdi-lock-reset",tags:[]},{name:"mdi-lock-smart",tags:[]},{name:"mdi-locker",tags:[]},{name:"mdi-locker-multiple",tags:[]},{name:"mdi-login",tags:[]},{name:"mdi-login-variant",tags:[]},{name:"mdi-logout",tags:[]},{name:"mdi-logout-variant",tags:[]},{name:"mdi-longitude",tags:[]},{name:"mdi-looks",tags:[]},{name:"mdi-lotion",tags:[]},{name:"mdi-lotion-outline",tags:[]},{name:"mdi-lotion-plus",tags:[]},{name:"mdi-lotion-plus-outline",tags:[]},{name:"mdi-loupe",tags:[]},{name:"mdi-lumx",tags:[]},{name:"mdi-lungs",tags:[]},{name:"mdi-magazine-pistol",tags:[]},{name:"mdi-magazine-rifle",tags:[]},{name:"mdi-magnet",tags:[]},{name:"mdi-magnet-on",tags:[]},{name:"mdi-magnify",tags:[]},{name:"mdi-magnify-close",tags:[]},{name:"mdi-magnify-minus",tags:[]},{name:"mdi-magnify-minus-cursor",tags:[]},{name:"mdi-magnify-minus-outline",tags:[]},{name:"mdi-magnify-plus",tags:[]},{name:"mdi-magnify-plus-cursor",tags:[]},{name:"mdi-magnify-plus-outline",tags:[]},{name:"mdi-magnify-remove-cursor",tags:[]},{name:"mdi-magnify-remove-outline",tags:[]},{name:"mdi-magnify-scan",tags:[]},{name:"mdi-mail",tags:[]},{name:"mdi-mailbox",tags:[]},{name:"mdi-mailbox-open",tags:[]},{name:"mdi-mailbox-open-outline",tags:[]},{name:"mdi-mailbox-open-up",tags:[]},{name:"mdi-mailbox-open-up-outline",tags:[]},{name:"mdi-mailbox-outline",tags:[]},{name:"mdi-mailbox-up",tags:[]},{name:"mdi-mailbox-up-outline",tags:[]},{name:"mdi-manjaro",tags:[]},{name:"mdi-map",tags:[]},{name:"mdi-map-check",tags:[]},{name:"mdi-map-check-outline",tags:[]},{name:"mdi-map-clock",tags:[]},{name:"mdi-map-clock-outline",tags:[]},{name:"mdi-map-legend",tags:[]},{name:"mdi-map-marker",tags:[]},{name:"mdi-map-marker-alert",tags:[]},{name:"mdi-map-marker-alert-outline",tags:[]},{name:"mdi-map-marker-check",tags:[]},{name:"mdi-map-marker-check-outline",tags:[]},{name:"mdi-map-marker-circle",tags:[]},{name:"mdi-map-marker-distance",tags:[]},{name:"mdi-map-marker-down",tags:[]},{name:"mdi-map-marker-left",tags:[]},{name:"mdi-map-marker-left-outline",tags:[]},{name:"mdi-map-marker-minus",tags:[]},{name:"mdi-map-marker-minus-outline",tags:[]},{name:"mdi-map-marker-multiple",tags:[]},{name:"mdi-map-marker-multiple-outline",tags:[]},{name:"mdi-map-marker-off",tags:[]},{name:"mdi-map-marker-off-outline",tags:[]},{name:"mdi-map-marker-outline",tags:[]},{name:"mdi-map-marker-path",tags:[]},{name:"mdi-map-marker-plus",tags:[]},{name:"mdi-map-marker-plus-outline",tags:[]},{name:"mdi-map-marker-question",tags:[]},{name:"mdi-map-marker-question-outline",tags:[]},{name:"mdi-map-marker-radius",tags:[]},{name:"mdi-map-marker-radius-outline",tags:[]},{name:"mdi-map-marker-remove",tags:[]},{name:"mdi-map-marker-remove-outline",tags:[]},{name:"mdi-map-marker-remove-variant",tags:[]},{name:"mdi-map-marker-right",tags:[]},{name:"mdi-map-marker-right-outline",tags:[]},{name:"mdi-map-marker-star",tags:[]},{name:"mdi-map-marker-star-outline",tags:[]},{name:"mdi-map-marker-up",tags:[]},{name:"mdi-map-minus",tags:[]},{name:"mdi-map-outline",tags:[]},{name:"mdi-map-plus",tags:[]},{name:"mdi-map-search",tags:[]},{name:"mdi-map-search-outline",tags:[]},{name:"mdi-mapbox",tags:[]},{name:"mdi-margin",tags:[]},{name:"mdi-marker",tags:[]},{name:"mdi-marker-cancel",tags:[]},{name:"mdi-marker-check",tags:[]},{name:"mdi-mastodon",tags:[]},{name:"mdi-material-design",tags:[]},{name:"mdi-material-ui",tags:[]},{name:"mdi-math-compass",tags:[]},{name:"mdi-math-cos",tags:[]},{name:"mdi-math-integral",tags:[]},{name:"mdi-math-integral-box",tags:[]},{name:"mdi-math-log",tags:[]},{name:"mdi-math-norm",tags:[]},{name:"mdi-math-norm-box",tags:[]},{name:"mdi-math-sin",tags:[]},{name:"mdi-math-tan",tags:[]},{name:"mdi-matrix",tags:[]},{name:"mdi-medal",tags:[]},{name:"mdi-medal-outline",tags:[]},{name:"mdi-medical-bag",tags:[]},{name:"mdi-meditation",tags:[]},{name:"mdi-memory",tags:[]},{name:"mdi-menorah",tags:[]},{name:"mdi-menorah-fire",tags:[]},{name:"mdi-menu",tags:[]},{name:"mdi-menu-down",tags:[]},{name:"mdi-menu-down-outline",tags:[]},{name:"mdi-menu-left",tags:[]},{name:"mdi-menu-left-outline",tags:[]},{name:"mdi-menu-open",tags:[]},{name:"mdi-menu-right",tags:[]},{name:"mdi-menu-right-outline",tags:[]},{name:"mdi-menu-swap",tags:[]},{name:"mdi-menu-swap-outline",tags:[]},{name:"mdi-menu-up",tags:[]},{name:"mdi-menu-up-outline",tags:[]},{name:"mdi-merge",tags:[]},{name:"mdi-message",tags:[]},{name:"mdi-message-alert",tags:[]},{name:"mdi-message-alert-outline",tags:[]},{name:"mdi-message-arrow-left",tags:[]},{name:"mdi-message-arrow-left-outline",tags:[]},{name:"mdi-message-arrow-right",tags:[]},{name:"mdi-message-arrow-right-outline",tags:[]},{name:"mdi-message-bookmark",tags:[]},{name:"mdi-message-bookmark-outline",tags:[]},{name:"mdi-message-bulleted",tags:[]},{name:"mdi-message-bulleted-off",tags:[]},{name:"mdi-message-cog",tags:[]},{name:"mdi-message-cog-outline",tags:[]},{name:"mdi-message-draw",tags:[]},{name:"mdi-message-flash",tags:[]},{name:"mdi-message-flash-outline",tags:[]},{name:"mdi-message-image",tags:[]},{name:"mdi-message-image-outline",tags:[]},{name:"mdi-message-lock",tags:[]},{name:"mdi-message-lock-outline",tags:[]},{name:"mdi-message-minus",tags:[]},{name:"mdi-message-minus-outline",tags:[]},{name:"mdi-message-off",tags:[]},{name:"mdi-message-off-outline",tags:[]},{name:"mdi-message-outline",tags:[]},{name:"mdi-message-plus",tags:[]},{name:"mdi-message-plus-outline",tags:[]},{name:"mdi-message-processing",tags:[]},{name:"mdi-message-processing-outline",tags:[]},{name:"mdi-message-question",tags:[]},{name:"mdi-message-question-outline",tags:[]},{name:"mdi-message-reply",tags:[]},{name:"mdi-message-reply-outline",tags:[]},{name:"mdi-message-reply-text",tags:[]},{name:"mdi-message-reply-text-outline",tags:[]},{name:"mdi-message-settings",tags:[]},{name:"mdi-message-settings-outline",tags:[]},{name:"mdi-message-star",tags:[]},{name:"mdi-message-star-outline",tags:[]},{name:"mdi-message-text",tags:[]},{name:"mdi-message-text-clock",tags:[]},{name:"mdi-message-text-clock-outline",tags:[]},{name:"mdi-message-text-lock",tags:[]},{name:"mdi-message-text-lock-outline",tags:[]},{name:"mdi-message-text-outline",tags:[]},{name:"mdi-message-video",tags:[]},{name:"mdi-meteor",tags:[]},{name:"mdi-metronome",tags:[]},{name:"mdi-metronome-tick",tags:[]},{name:"mdi-micro-sd",tags:[]},{name:"mdi-microphone",tags:[]},{name:"mdi-microphone-minus",tags:[]},{name:"mdi-microphone-off",tags:[]},{name:"mdi-microphone-outline",tags:[]},{name:"mdi-microphone-plus",tags:[]},{name:"mdi-microphone-settings",tags:[]},{name:"mdi-microphone-variant",tags:[]},{name:"mdi-microphone-variant-off",tags:[]},{name:"mdi-microscope",tags:[]},{name:"mdi-microsoft",tags:[]},{name:"mdi-microsoft-access",tags:[]},{name:"mdi-microsoft-azure",tags:[]},{name:"mdi-microsoft-azure-devops",tags:[]},{name:"mdi-microsoft-bing",tags:[]},{name:"mdi-microsoft-dynamics-365",tags:[]},{name:"mdi-microsoft-edge",tags:[]},{name:"mdi-microsoft-excel",tags:[]},{name:"mdi-microsoft-internet-explorer",tags:[]},{name:"mdi-microsoft-office",tags:[]},{name:"mdi-microsoft-onedrive",tags:[]},{name:"mdi-microsoft-onenote",tags:[]},{name:"mdi-microsoft-outlook",tags:[]},{name:"mdi-microsoft-powerpoint",tags:[]},{name:"mdi-microsoft-sharepoint",tags:[]},{name:"mdi-microsoft-teams",tags:[]},{name:"mdi-microsoft-visual-studio",tags:[]},{name:"mdi-microsoft-visual-studio-code",tags:[]},{name:"mdi-microsoft-windows",tags:[]},{name:"mdi-microsoft-windows-classic",tags:[]},{name:"mdi-microsoft-word",tags:[]},{name:"mdi-microsoft-xbox",tags:[]},{name:"mdi-microsoft-xbox-controller",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-alert",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-charging",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-empty",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-full",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-low",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-medium",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-unknown",tags:[]},{name:"mdi-microsoft-xbox-controller-menu",tags:[]},{name:"mdi-microsoft-xbox-controller-off",tags:[]},{name:"mdi-microsoft-xbox-controller-view",tags:[]},{name:"mdi-microwave",tags:[]},{name:"mdi-microwave-off",tags:[]},{name:"mdi-middleware",tags:[]},{name:"mdi-middleware-outline",tags:[]},{name:"mdi-midi",tags:[]},{name:"mdi-midi-port",tags:[]},{name:"mdi-mine",tags:[]},{name:"mdi-minecraft",tags:[]},{name:"mdi-mini-sd",tags:[]},{name:"mdi-minidisc",tags:[]},{name:"mdi-minus",tags:[]},{name:"mdi-minus-box",tags:[]},{name:"mdi-minus-box-multiple",tags:[]},{name:"mdi-minus-box-multiple-outline",tags:[]},{name:"mdi-minus-box-outline",tags:[]},{name:"mdi-minus-circle",tags:[]},{name:"mdi-minus-circle-multiple",tags:[]},{name:"mdi-minus-circle-multiple-outline",tags:[]},{name:"mdi-minus-circle-off",tags:[]},{name:"mdi-minus-circle-off-outline",tags:[]},{name:"mdi-minus-circle-outline",tags:[]},{name:"mdi-minus-network",tags:[]},{name:"mdi-minus-network-outline",tags:[]},{name:"mdi-minus-thick",tags:[]},{name:"mdi-mirror",tags:[]},{name:"mdi-mirror-rectangle",tags:[]},{name:"mdi-mirror-variant",tags:[]},{name:"mdi-mixed-martial-arts",tags:[]},{name:"mdi-mixed-reality",tags:[]},{name:"mdi-molecule",tags:[]},{name:"mdi-molecule-co",tags:[]},{name:"mdi-molecule-co2",tags:[]},{name:"mdi-monitor",tags:[]},{name:"mdi-monitor-cellphone",tags:[]},{name:"mdi-monitor-cellphone-star",tags:[]},{name:"mdi-monitor-dashboard",tags:[]},{name:"mdi-monitor-edit",tags:[]},{name:"mdi-monitor-eye",tags:[]},{name:"mdi-monitor-lock",tags:[]},{name:"mdi-monitor-multiple",tags:[]},{name:"mdi-monitor-off",tags:[]},{name:"mdi-monitor-screenshot",tags:[]},{name:"mdi-monitor-share",tags:[]},{name:"mdi-monitor-shimmer",tags:[]},{name:"mdi-monitor-speaker",tags:[]},{name:"mdi-monitor-speaker-off",tags:[]},{name:"mdi-monitor-star",tags:[]},{name:"mdi-moon-first-quarter",tags:[]},{name:"mdi-moon-full",tags:[]},{name:"mdi-moon-last-quarter",tags:[]},{name:"mdi-moon-new",tags:[]},{name:"mdi-moon-waning-crescent",tags:[]},{name:"mdi-moon-waning-gibbous",tags:[]},{name:"mdi-moon-waxing-crescent",tags:[]},{name:"mdi-moon-waxing-gibbous",tags:[]},{name:"mdi-moped",tags:[]},{name:"mdi-moped-electric",tags:[]},{name:"mdi-moped-electric-outline",tags:[]},{name:"mdi-moped-outline",tags:[]},{name:"mdi-more",tags:[]},{name:"mdi-mortar-pestle",tags:[]},{name:"mdi-mortar-pestle-plus",tags:[]},{name:"mdi-mosque",tags:[]},{name:"mdi-mother-heart",tags:[]},{name:"mdi-mother-nurse",tags:[]},{name:"mdi-motion",tags:[]},{name:"mdi-motion-outline",tags:[]},{name:"mdi-motion-pause",tags:[]},{name:"mdi-motion-pause-outline",tags:[]},{name:"mdi-motion-play",tags:[]},{name:"mdi-motion-play-outline",tags:[]},{name:"mdi-motion-sensor",tags:[]},{name:"mdi-motion-sensor-off",tags:[]},{name:"mdi-motorbike",tags:[]},{name:"mdi-motorbike-electric",tags:[]},{name:"mdi-mouse",tags:[]},{name:"mdi-mouse-bluetooth",tags:[]},{name:"mdi-mouse-move-down",tags:[]},{name:"mdi-mouse-move-up",tags:[]},{name:"mdi-mouse-move-vertical",tags:[]},{name:"mdi-mouse-off",tags:[]},{name:"mdi-mouse-variant",tags:[]},{name:"mdi-mouse-variant-off",tags:[]},{name:"mdi-move-resize",tags:[]},{name:"mdi-move-resize-variant",tags:[]},{name:"mdi-movie",tags:[]},{name:"mdi-movie-check",tags:[]},{name:"mdi-movie-check-outline",tags:[]},{name:"mdi-movie-cog",tags:[]},{name:"mdi-movie-cog-outline",tags:[]},{name:"mdi-movie-edit",tags:[]},{name:"mdi-movie-edit-outline",tags:[]},{name:"mdi-movie-filter",tags:[]},{name:"mdi-movie-filter-outline",tags:[]},{name:"mdi-movie-minus",tags:[]},{name:"mdi-movie-minus-outline",tags:[]},{name:"mdi-movie-off",tags:[]},{name:"mdi-movie-off-outline",tags:[]},{name:"mdi-movie-open",tags:[]},{name:"mdi-movie-open-check",tags:[]},{name:"mdi-movie-open-check-outline",tags:[]},{name:"mdi-movie-open-cog",tags:[]},{name:"mdi-movie-open-cog-outline",tags:[]},{name:"mdi-movie-open-edit",tags:[]},{name:"mdi-movie-open-edit-outline",tags:[]},{name:"mdi-movie-open-minus",tags:[]},{name:"mdi-movie-open-minus-outline",tags:[]},{name:"mdi-movie-open-off",tags:[]},{name:"mdi-movie-open-off-outline",tags:[]},{name:"mdi-movie-open-outline",tags:[]},{name:"mdi-movie-open-play",tags:[]},{name:"mdi-movie-open-play-outline",tags:[]},{name:"mdi-movie-open-plus",tags:[]},{name:"mdi-movie-open-plus-outline",tags:[]},{name:"mdi-movie-open-remove",tags:[]},{name:"mdi-movie-open-remove-outline",tags:[]},{name:"mdi-movie-open-settings",tags:[]},{name:"mdi-movie-open-settings-outline",tags:[]},{name:"mdi-movie-open-star",tags:[]},{name:"mdi-movie-open-star-outline",tags:[]},{name:"mdi-movie-outline",tags:[]},{name:"mdi-movie-play",tags:[]},{name:"mdi-movie-play-outline",tags:[]},{name:"mdi-movie-plus",tags:[]},{name:"mdi-movie-plus-outline",tags:[]},{name:"mdi-movie-remove",tags:[]},{name:"mdi-movie-remove-outline",tags:[]},{name:"mdi-movie-roll",tags:[]},{name:"mdi-movie-search",tags:[]},{name:"mdi-movie-search-outline",tags:[]},{name:"mdi-movie-settings",tags:[]},{name:"mdi-movie-settings-outline",tags:[]},{name:"mdi-movie-star",tags:[]},{name:"mdi-movie-star-outline",tags:[]},{name:"mdi-mower",tags:[]},{name:"mdi-mower-bag",tags:[]},{name:"mdi-muffin",tags:[]},{name:"mdi-multiplication",tags:[]},{name:"mdi-multiplication-box",tags:[]},{name:"mdi-mushroom",tags:[]},{name:"mdi-mushroom-off",tags:[]},{name:"mdi-mushroom-off-outline",tags:[]},{name:"mdi-mushroom-outline",tags:[]},{name:"mdi-music",tags:[]},{name:"mdi-music-accidental-double-flat",tags:[]},{name:"mdi-music-accidental-double-sharp",tags:[]},{name:"mdi-music-accidental-flat",tags:[]},{name:"mdi-music-accidental-natural",tags:[]},{name:"mdi-music-accidental-sharp",tags:[]},{name:"mdi-music-box",tags:[]},{name:"mdi-music-box-multiple",tags:[]},{name:"mdi-music-box-multiple-outline",tags:[]},{name:"mdi-music-box-outline",tags:[]},{name:"mdi-music-circle",tags:[]},{name:"mdi-music-circle-outline",tags:[]},{name:"mdi-music-clef-alto",tags:[]},{name:"mdi-music-clef-bass",tags:[]},{name:"mdi-music-clef-treble",tags:[]},{name:"mdi-music-note",tags:[]},{name:"mdi-music-note-bluetooth",tags:[]},{name:"mdi-music-note-bluetooth-off",tags:[]},{name:"mdi-music-note-eighth",tags:[]},{name:"mdi-music-note-eighth-dotted",tags:[]},{name:"mdi-music-note-half",tags:[]},{name:"mdi-music-note-half-dotted",tags:[]},{name:"mdi-music-note-off",tags:[]},{name:"mdi-music-note-off-outline",tags:[]},{name:"mdi-music-note-outline",tags:[]},{name:"mdi-music-note-plus",tags:[]},{name:"mdi-music-note-quarter",tags:[]},{name:"mdi-music-note-quarter-dotted",tags:[]},{name:"mdi-music-note-sixteenth",tags:[]},{name:"mdi-music-note-sixteenth-dotted",tags:[]},{name:"mdi-music-note-whole",tags:[]},{name:"mdi-music-note-whole-dotted",tags:[]},{name:"mdi-music-off",tags:[]},{name:"mdi-music-rest-eighth",tags:[]},{name:"mdi-music-rest-half",tags:[]},{name:"mdi-music-rest-quarter",tags:[]},{name:"mdi-music-rest-sixteenth",tags:[]},{name:"mdi-music-rest-whole",tags:[]},{name:"mdi-mustache",tags:[]},{name:"mdi-nail",tags:[]},{name:"mdi-nas",tags:[]},{name:"mdi-nativescript",tags:[]},{name:"mdi-nature",tags:[]},{name:"mdi-nature-people",tags:[]},{name:"mdi-navigation",tags:[]},{name:"mdi-navigation-outline",tags:[]},{name:"mdi-near-me",tags:[]},{name:"mdi-necklace",tags:[]},{name:"mdi-needle",tags:[]},{name:"mdi-netflix",tags:[]},{name:"mdi-network",tags:[]},{name:"mdi-network-off",tags:[]},{name:"mdi-network-off-outline",tags:[]},{name:"mdi-network-outline",tags:[]},{name:"mdi-network-strength-1",tags:[]},{name:"mdi-network-strength-1-alert",tags:[]},{name:"mdi-network-strength-2",tags:[]},{name:"mdi-network-strength-2-alert",tags:[]},{name:"mdi-network-strength-3",tags:[]},{name:"mdi-network-strength-3-alert",tags:[]},{name:"mdi-network-strength-4",tags:[]},{name:"mdi-network-strength-4-alert",tags:[]},{name:"mdi-network-strength-off",tags:[]},{name:"mdi-network-strength-off-outline",tags:[]},{name:"mdi-network-strength-outline",tags:[]},{name:"mdi-new-box",tags:[]},{name:"mdi-newspaper",tags:[]},{name:"mdi-newspaper-minus",tags:[]},{name:"mdi-newspaper-plus",tags:[]},{name:"mdi-newspaper-variant",tags:[]},{name:"mdi-newspaper-variant-multiple",tags:[]},{name:"mdi-newspaper-variant-multiple-outline",tags:[]},{name:"mdi-newspaper-variant-outline",tags:[]},{name:"mdi-nfc",tags:[]},{name:"mdi-nfc-search-variant",tags:[]},{name:"mdi-nfc-tap",tags:[]},{name:"mdi-nfc-variant",tags:[]},{name:"mdi-nfc-variant-off",tags:[]},{name:"mdi-ninja",tags:[]},{name:"mdi-nintendo-game-boy",tags:[]},{name:"mdi-nintendo-switch",tags:[]},{name:"mdi-nintendo-wii",tags:[]},{name:"mdi-nintendo-wiiu",tags:[]},{name:"mdi-nix",tags:[]},{name:"mdi-nodejs",tags:[]},{name:"mdi-noodles",tags:[]},{name:"mdi-not-equal",tags:[]},{name:"mdi-not-equal-variant",tags:[]},{name:"mdi-note",tags:[]},{name:"mdi-note-alert",tags:[]},{name:"mdi-note-alert-outline",tags:[]},{name:"mdi-note-check",tags:[]},{name:"mdi-note-check-outline",tags:[]},{name:"mdi-note-edit",tags:[]},{name:"mdi-note-edit-outline",tags:[]},{name:"mdi-note-minus",tags:[]},{name:"mdi-note-minus-outline",tags:[]},{name:"mdi-note-multiple",tags:[]},{name:"mdi-note-multiple-outline",tags:[]},{name:"mdi-note-off",tags:[]},{name:"mdi-note-off-outline",tags:[]},{name:"mdi-note-outline",tags:[]},{name:"mdi-note-plus",tags:[]},{name:"mdi-note-plus-outline",tags:[]},{name:"mdi-note-remove",tags:[]},{name:"mdi-note-remove-outline",tags:[]},{name:"mdi-note-search",tags:[]},{name:"mdi-note-search-outline",tags:[]},{name:"mdi-note-text",tags:[]},{name:"mdi-note-text-outline",tags:[]},{name:"mdi-notebook",tags:[]},{name:"mdi-notebook-check",tags:[]},{name:"mdi-notebook-check-outline",tags:[]},{name:"mdi-notebook-edit",tags:[]},{name:"mdi-notebook-edit-outline",tags:[]},{name:"mdi-notebook-minus",tags:[]},{name:"mdi-notebook-minus-outline",tags:[]},{name:"mdi-notebook-multiple",tags:[]},{name:"mdi-notebook-outline",tags:[]},{name:"mdi-notebook-plus",tags:[]},{name:"mdi-notebook-plus-outline",tags:[]},{name:"mdi-notebook-remove",tags:[]},{name:"mdi-notebook-remove-outline",tags:[]},{name:"mdi-notification-clear-all",tags:[]},{name:"mdi-npm",tags:[]},{name:"mdi-nuke",tags:[]},{name:"mdi-null",tags:[]},{name:"mdi-numeric",tags:[]},{name:"mdi-numeric-0",tags:[]},{name:"mdi-numeric-0-box",tags:[]},{name:"mdi-numeric-0-box-multiple",tags:[]},{name:"mdi-numeric-0-box-multiple-outline",tags:[]},{name:"mdi-numeric-0-box-outline",tags:[]},{name:"mdi-numeric-0-circle",tags:[]},{name:"mdi-numeric-0-circle-outline",tags:[]},{name:"mdi-numeric-1",tags:[]},{name:"mdi-numeric-1-box",tags:[]},{name:"mdi-numeric-1-box-multiple",tags:[]},{name:"mdi-numeric-1-box-multiple-outline",tags:[]},{name:"mdi-numeric-1-box-outline",tags:[]},{name:"mdi-numeric-1-circle",tags:[]},{name:"mdi-numeric-1-circle-outline",tags:[]},{name:"mdi-numeric-10",tags:[]},{name:"mdi-numeric-10-box",tags:[]},{name:"mdi-numeric-10-box-multiple",tags:[]},{name:"mdi-numeric-10-box-multiple-outline",tags:[]},{name:"mdi-numeric-10-box-outline",tags:[]},{name:"mdi-numeric-10-circle",tags:[]},{name:"mdi-numeric-10-circle-outline",tags:[]},{name:"mdi-numeric-2",tags:[]},{name:"mdi-numeric-2-box",tags:[]},{name:"mdi-numeric-2-box-multiple",tags:[]},{name:"mdi-numeric-2-box-multiple-outline",tags:[]},{name:"mdi-numeric-2-box-outline",tags:[]},{name:"mdi-numeric-2-circle",tags:[]},{name:"mdi-numeric-2-circle-outline",tags:[]},{name:"mdi-numeric-3",tags:[]},{name:"mdi-numeric-3-box",tags:[]},{name:"mdi-numeric-3-box-multiple",tags:[]},{name:"mdi-numeric-3-box-multiple-outline",tags:[]},{name:"mdi-numeric-3-box-outline",tags:[]},{name:"mdi-numeric-3-circle",tags:[]},{name:"mdi-numeric-3-circle-outline",tags:[]},{name:"mdi-numeric-4",tags:[]},{name:"mdi-numeric-4-box",tags:[]},{name:"mdi-numeric-4-box-multiple",tags:[]},{name:"mdi-numeric-4-box-multiple-outline",tags:[]},{name:"mdi-numeric-4-box-outline",tags:[]},{name:"mdi-numeric-4-circle",tags:[]},{name:"mdi-numeric-4-circle-outline",tags:[]},{name:"mdi-numeric-5",tags:[]},{name:"mdi-numeric-5-box",tags:[]},{name:"mdi-numeric-5-box-multiple",tags:[]},{name:"mdi-numeric-5-box-multiple-outline",tags:[]},{name:"mdi-numeric-5-box-outline",tags:[]},{name:"mdi-numeric-5-circle",tags:[]},{name:"mdi-numeric-5-circle-outline",tags:[]},{name:"mdi-numeric-6",tags:[]},{name:"mdi-numeric-6-box",tags:[]},{name:"mdi-numeric-6-box-multiple",tags:[]},{name:"mdi-numeric-6-box-multiple-outline",tags:[]},{name:"mdi-numeric-6-box-outline",tags:[]},{name:"mdi-numeric-6-circle",tags:[]},{name:"mdi-numeric-6-circle-outline",tags:[]},{name:"mdi-numeric-7",tags:[]},{name:"mdi-numeric-7-box",tags:[]},{name:"mdi-numeric-7-box-multiple",tags:[]},{name:"mdi-numeric-7-box-multiple-outline",tags:[]},{name:"mdi-numeric-7-box-outline",tags:[]},{name:"mdi-numeric-7-circle",tags:[]},{name:"mdi-numeric-7-circle-outline",tags:[]},{name:"mdi-numeric-8",tags:[]},{name:"mdi-numeric-8-box",tags:[]},{name:"mdi-numeric-8-box-multiple",tags:[]},{name:"mdi-numeric-8-box-multiple-outline",tags:[]},{name:"mdi-numeric-8-box-outline",tags:[]},{name:"mdi-numeric-8-circle",tags:[]},{name:"mdi-numeric-8-circle-outline",tags:[]},{name:"mdi-numeric-9",tags:[]},{name:"mdi-numeric-9-box",tags:[]},{name:"mdi-numeric-9-box-multiple",tags:[]},{name:"mdi-numeric-9-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-box-outline",tags:[]},{name:"mdi-numeric-9-circle",tags:[]},{name:"mdi-numeric-9-circle-outline",tags:[]},{name:"mdi-numeric-9-plus",tags:[]},{name:"mdi-numeric-9-plus-box",tags:[]},{name:"mdi-numeric-9-plus-box-multiple",tags:[]},{name:"mdi-numeric-9-plus-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-plus-box-outline",tags:[]},{name:"mdi-numeric-9-plus-circle",tags:[]},{name:"mdi-numeric-9-plus-circle-outline",tags:[]},{name:"mdi-numeric-negative-1",tags:[]},{name:"mdi-numeric-positive-1",tags:[]},{name:"mdi-nut",tags:[]},{name:"mdi-nutrition",tags:[]},{name:"mdi-nuxt",tags:[]},{name:"mdi-oar",tags:[]},{name:"mdi-ocarina",tags:[]},{name:"mdi-oci",tags:[]},{name:"mdi-ocr",tags:[]},{name:"mdi-octagon",tags:[]},{name:"mdi-octagon-outline",tags:[]},{name:"mdi-octagram",tags:[]},{name:"mdi-octagram-outline",tags:[]},{name:"mdi-odnoklassniki",tags:[]},{name:"mdi-offer",tags:[]},{name:"mdi-office-building",tags:[]},{name:"mdi-office-building-marker",tags:[]},{name:"mdi-office-building-marker-outline",tags:[]},{name:"mdi-office-building-outline",tags:[]},{name:"mdi-oil",tags:[]},{name:"mdi-oil-lamp",tags:[]},{name:"mdi-oil-level",tags:[]},{name:"mdi-oil-temperature",tags:[]},{name:"mdi-om",tags:[]},{name:"mdi-omega",tags:[]},{name:"mdi-one-up",tags:[]},{name:"mdi-onepassword",tags:[]},{name:"mdi-opacity",tags:[]},{name:"mdi-open-in-app",tags:[]},{name:"mdi-open-in-new",tags:[]},{name:"mdi-open-source-initiative",tags:[]},{name:"mdi-openid",tags:[]},{name:"mdi-opera",tags:[]},{name:"mdi-orbit",tags:[]},{name:"mdi-orbit-variant",tags:[]},{name:"mdi-order-alphabetical-ascending",tags:[]},{name:"mdi-order-alphabetical-descending",tags:[]},{name:"mdi-order-bool-ascending",tags:[]},{name:"mdi-order-bool-ascending-variant",tags:[]},{name:"mdi-order-bool-descending",tags:[]},{name:"mdi-order-bool-descending-variant",tags:[]},{name:"mdi-order-numeric-ascending",tags:[]},{name:"mdi-order-numeric-descending",tags:[]},{name:"mdi-origin",tags:[]},{name:"mdi-ornament",tags:[]},{name:"mdi-ornament-variant",tags:[]},{name:"mdi-outdoor-lamp",tags:[]},{name:"mdi-overscan",tags:[]},{name:"mdi-owl",tags:[]},{name:"mdi-pac-man",tags:[]},{name:"mdi-package",tags:[]},{name:"mdi-package-down",tags:[]},{name:"mdi-package-up",tags:[]},{name:"mdi-package-variant",tags:[]},{name:"mdi-package-variant-closed",tags:[]},{name:"mdi-page-first",tags:[]},{name:"mdi-page-last",tags:[]},{name:"mdi-page-layout-body",tags:[]},{name:"mdi-page-layout-footer",tags:[]},{name:"mdi-page-layout-header",tags:[]},{name:"mdi-page-layout-header-footer",tags:[]},{name:"mdi-page-layout-sidebar-left",tags:[]},{name:"mdi-page-layout-sidebar-right",tags:[]},{name:"mdi-page-next",tags:[]},{name:"mdi-page-next-outline",tags:[]},{name:"mdi-page-previous",tags:[]},{name:"mdi-page-previous-outline",tags:[]},{name:"mdi-pail",tags:[]},{name:"mdi-pail-minus",tags:[]},{name:"mdi-pail-minus-outline",tags:[]},{name:"mdi-pail-off",tags:[]},{name:"mdi-pail-off-outline",tags:[]},{name:"mdi-pail-outline",tags:[]},{name:"mdi-pail-plus",tags:[]},{name:"mdi-pail-plus-outline",tags:[]},{name:"mdi-pail-remove",tags:[]},{name:"mdi-pail-remove-outline",tags:[]},{name:"mdi-palette",tags:[]},{name:"mdi-palette-advanced",tags:[]},{name:"mdi-palette-outline",tags:[]},{name:"mdi-palette-swatch",tags:[]},{name:"mdi-palette-swatch-outline",tags:[]},{name:"mdi-palm-tree",tags:[]},{name:"mdi-pan",tags:[]},{name:"mdi-pan-bottom-left",tags:[]},{name:"mdi-pan-bottom-right",tags:[]},{name:"mdi-pan-down",tags:[]},{name:"mdi-pan-horizontal",tags:[]},{name:"mdi-pan-left",tags:[]},{name:"mdi-pan-right",tags:[]},{name:"mdi-pan-top-left",tags:[]},{name:"mdi-pan-top-right",tags:[]},{name:"mdi-pan-up",tags:[]},{name:"mdi-pan-vertical",tags:[]},{name:"mdi-panda",tags:[]},{name:"mdi-pandora",tags:[]},{name:"mdi-panorama",tags:[]},{name:"mdi-panorama-fisheye",tags:[]},{name:"mdi-panorama-horizontal",tags:[]},{name:"mdi-panorama-vertical",tags:[]},{name:"mdi-panorama-wide-angle",tags:[]},{name:"mdi-paper-cut-vertical",tags:[]},{name:"mdi-paper-roll",tags:[]},{name:"mdi-paper-roll-outline",tags:[]},{name:"mdi-paperclip",tags:[]},{name:"mdi-parachute",tags:[]},{name:"mdi-parachute-outline",tags:[]},{name:"mdi-paragliding",tags:[]},{name:"mdi-parking",tags:[]},{name:"mdi-party-popper",tags:[]},{name:"mdi-passport",tags:[]},{name:"mdi-passport-biometric",tags:[]},{name:"mdi-pasta",tags:[]},{name:"mdi-patio-heater",tags:[]},{name:"mdi-patreon",tags:[]},{name:"mdi-pause",tags:[]},{name:"mdi-pause-circle",tags:[]},{name:"mdi-pause-circle-outline",tags:[]},{name:"mdi-pause-octagon",tags:[]},{name:"mdi-pause-octagon-outline",tags:[]},{name:"mdi-paw",tags:[]},{name:"mdi-paw-off",tags:[]},{name:"mdi-paw-off-outline",tags:[]},{name:"mdi-paw-outline",tags:[]},{name:"mdi-peace",tags:[]},{name:"mdi-peanut",tags:[]},{name:"mdi-peanut-off",tags:[]},{name:"mdi-peanut-off-outline",tags:[]},{name:"mdi-peanut-outline",tags:[]},{name:"mdi-pen",tags:[]},{name:"mdi-pen-lock",tags:[]},{name:"mdi-pen-minus",tags:[]},{name:"mdi-pen-off",tags:[]},{name:"mdi-pen-plus",tags:[]},{name:"mdi-pen-remove",tags:[]},{name:"mdi-pencil",tags:[]},{name:"mdi-pencil-box",tags:[]},{name:"mdi-pencil-box-multiple",tags:[]},{name:"mdi-pencil-box-multiple-outline",tags:[]},{name:"mdi-pencil-box-outline",tags:[]},{name:"mdi-pencil-circle",tags:[]},{name:"mdi-pencil-circle-outline",tags:[]},{name:"mdi-pencil-lock",tags:[]},{name:"mdi-pencil-lock-outline",tags:[]},{name:"mdi-pencil-minus",tags:[]},{name:"mdi-pencil-minus-outline",tags:[]},{name:"mdi-pencil-off",tags:[]},{name:"mdi-pencil-off-outline",tags:[]},{name:"mdi-pencil-outline",tags:[]},{name:"mdi-pencil-plus",tags:[]},{name:"mdi-pencil-plus-outline",tags:[]},{name:"mdi-pencil-remove",tags:[]},{name:"mdi-pencil-remove-outline",tags:[]},{name:"mdi-pencil-ruler",tags:[]},{name:"mdi-penguin",tags:[]},{name:"mdi-pentagon",tags:[]},{name:"mdi-pentagon-outline",tags:[]},{name:"mdi-pentagram",tags:[]},{name:"mdi-percent",tags:[]},{name:"mdi-percent-outline",tags:[]},{name:"mdi-periodic-table",tags:[]},{name:"mdi-perspective-less",tags:[]},{name:"mdi-perspective-more",tags:[]},{name:"mdi-ph",tags:[]},{name:"mdi-phone",tags:[]},{name:"mdi-phone-alert",tags:[]},{name:"mdi-phone-alert-outline",tags:[]},{name:"mdi-phone-bluetooth",tags:[]},{name:"mdi-phone-bluetooth-outline",tags:[]},{name:"mdi-phone-cancel",tags:[]},{name:"mdi-phone-cancel-outline",tags:[]},{name:"mdi-phone-check",tags:[]},{name:"mdi-phone-check-outline",tags:[]},{name:"mdi-phone-classic",tags:[]},{name:"mdi-phone-classic-off",tags:[]},{name:"mdi-phone-dial",tags:[]},{name:"mdi-phone-dial-outline",tags:[]},{name:"mdi-phone-forward",tags:[]},{name:"mdi-phone-forward-outline",tags:[]},{name:"mdi-phone-hangup",tags:[]},{name:"mdi-phone-hangup-outline",tags:[]},{name:"mdi-phone-in-talk",tags:[]},{name:"mdi-phone-in-talk-outline",tags:[]},{name:"mdi-phone-incoming",tags:[]},{name:"mdi-phone-incoming-outline",tags:[]},{name:"mdi-phone-lock",tags:[]},{name:"mdi-phone-lock-outline",tags:[]},{name:"mdi-phone-log",tags:[]},{name:"mdi-phone-log-outline",tags:[]},{name:"mdi-phone-message",tags:[]},{name:"mdi-phone-message-outline",tags:[]},{name:"mdi-phone-minus",tags:[]},{name:"mdi-phone-minus-outline",tags:[]},{name:"mdi-phone-missed",tags:[]},{name:"mdi-phone-missed-outline",tags:[]},{name:"mdi-phone-off",tags:[]},{name:"mdi-phone-off-outline",tags:[]},{name:"mdi-phone-outgoing",tags:[]},{name:"mdi-phone-outgoing-outline",tags:[]},{name:"mdi-phone-outline",tags:[]},{name:"mdi-phone-paused",tags:[]},{name:"mdi-phone-paused-outline",tags:[]},{name:"mdi-phone-plus",tags:[]},{name:"mdi-phone-plus-outline",tags:[]},{name:"mdi-phone-remove",tags:[]},{name:"mdi-phone-remove-outline",tags:[]},{name:"mdi-phone-return",tags:[]},{name:"mdi-phone-return-outline",tags:[]},{name:"mdi-phone-ring",tags:[]},{name:"mdi-phone-ring-outline",tags:[]},{name:"mdi-phone-rotate-landscape",tags:[]},{name:"mdi-phone-rotate-portrait",tags:[]},{name:"mdi-phone-settings",tags:[]},{name:"mdi-phone-settings-outline",tags:[]},{name:"mdi-phone-voip",tags:[]},{name:"mdi-pi",tags:[]},{name:"mdi-pi-box",tags:[]},{name:"mdi-pi-hole",tags:[]},{name:"mdi-piano",tags:[]},{name:"mdi-piano-off",tags:[]},{name:"mdi-pickaxe",tags:[]},{name:"mdi-picture-in-picture-bottom-right",tags:[]},{name:"mdi-picture-in-picture-bottom-right-outline",tags:[]},{name:"mdi-picture-in-picture-top-right",tags:[]},{name:"mdi-picture-in-picture-top-right-outline",tags:[]},{name:"mdi-pier",tags:[]},{name:"mdi-pier-crane",tags:[]},{name:"mdi-pig",tags:[]},{name:"mdi-pig-variant",tags:[]},{name:"mdi-pig-variant-outline",tags:[]},{name:"mdi-piggy-bank",tags:[]},{name:"mdi-piggy-bank-outline",tags:[]},{name:"mdi-pill",tags:[]},{name:"mdi-pillar",tags:[]},{name:"mdi-pin",tags:[]},{name:"mdi-pin-off",tags:[]},{name:"mdi-pin-off-outline",tags:[]},{name:"mdi-pin-outline",tags:[]},{name:"mdi-pine-tree",tags:[]},{name:"mdi-pine-tree-box",tags:[]},{name:"mdi-pine-tree-fire",tags:[]},{name:"mdi-pinterest",tags:[]},{name:"mdi-pinwheel",tags:[]},{name:"mdi-pinwheel-outline",tags:[]},{name:"mdi-pipe",tags:[]},{name:"mdi-pipe-disconnected",tags:[]},{name:"mdi-pipe-leak",tags:[]},{name:"mdi-pipe-wrench",tags:[]},{name:"mdi-pirate",tags:[]},{name:"mdi-pistol",tags:[]},{name:"mdi-piston",tags:[]},{name:"mdi-pitchfork",tags:[]},{name:"mdi-pizza",tags:[]},{name:"mdi-play",tags:[]},{name:"mdi-play-box",tags:[]},{name:"mdi-play-box-multiple",tags:[]},{name:"mdi-play-box-multiple-outline",tags:[]},{name:"mdi-play-box-outline",tags:[]},{name:"mdi-play-circle",tags:[]},{name:"mdi-play-circle-outline",tags:[]},{name:"mdi-play-network",tags:[]},{name:"mdi-play-network-outline",tags:[]},{name:"mdi-play-outline",tags:[]},{name:"mdi-play-pause",tags:[]},{name:"mdi-play-protected-content",tags:[]},{name:"mdi-play-speed",tags:[]},{name:"mdi-playlist-check",tags:[]},{name:"mdi-playlist-edit",tags:[]},{name:"mdi-playlist-minus",tags:[]},{name:"mdi-playlist-music",tags:[]},{name:"mdi-playlist-music-outline",tags:[]},{name:"mdi-playlist-play",tags:[]},{name:"mdi-playlist-plus",tags:[]},{name:"mdi-playlist-remove",tags:[]},{name:"mdi-playlist-star",tags:[]},{name:"mdi-plex",tags:[]},{name:"mdi-plus",tags:[]},{name:"mdi-plus-box",tags:[]},{name:"mdi-plus-box-multiple",tags:[]},{name:"mdi-plus-box-multiple-outline",tags:[]},{name:"mdi-plus-box-outline",tags:[]},{name:"mdi-plus-circle",tags:[]},{name:"mdi-plus-circle-multiple",tags:[]},{name:"mdi-plus-circle-multiple-outline",tags:[]},{name:"mdi-plus-circle-outline",tags:[]},{name:"mdi-plus-minus",tags:[]},{name:"mdi-plus-minus-box",tags:[]},{name:"mdi-plus-minus-variant",tags:[]},{name:"mdi-plus-network",tags:[]},{name:"mdi-plus-network-outline",tags:[]},{name:"mdi-plus-outline",tags:[]},{name:"mdi-plus-thick",tags:[]},{name:"mdi-podcast",tags:[]},{name:"mdi-podium",tags:[]},{name:"mdi-podium-bronze",tags:[]},{name:"mdi-podium-gold",tags:[]},{name:"mdi-podium-silver",tags:[]},{name:"mdi-point-of-sale",tags:[]},{name:"mdi-pokeball",tags:[]},{name:"mdi-pokemon-go",tags:[]},{name:"mdi-poker-chip",tags:[]},{name:"mdi-polaroid",tags:[]},{name:"mdi-police-badge",tags:[]},{name:"mdi-police-badge-outline",tags:[]},{name:"mdi-poll",tags:[]},{name:"mdi-polo",tags:[]},{name:"mdi-polymer",tags:[]},{name:"mdi-pool",tags:[]},{name:"mdi-popcorn",tags:[]},{name:"mdi-post",tags:[]},{name:"mdi-post-outline",tags:[]},{name:"mdi-postage-stamp",tags:[]},{name:"mdi-pot",tags:[]},{name:"mdi-pot-mix",tags:[]},{name:"mdi-pot-mix-outline",tags:[]},{name:"mdi-pot-outline",tags:[]},{name:"mdi-pot-steam",tags:[]},{name:"mdi-pot-steam-outline",tags:[]},{name:"mdi-pound",tags:[]},{name:"mdi-pound-box",tags:[]},{name:"mdi-pound-box-outline",tags:[]},{name:"mdi-power",tags:[]},{name:"mdi-power-cycle",tags:[]},{name:"mdi-power-off",tags:[]},{name:"mdi-power-on",tags:[]},{name:"mdi-power-plug",tags:[]},{name:"mdi-power-plug-off",tags:[]},{name:"mdi-power-plug-off-outline",tags:[]},{name:"mdi-power-plug-outline",tags:[]},{name:"mdi-power-settings",tags:[]},{name:"mdi-power-sleep",tags:[]},{name:"mdi-power-socket",tags:[]},{name:"mdi-power-socket-au",tags:[]},{name:"mdi-power-socket-ch",tags:[]},{name:"mdi-power-socket-de",tags:[]},{name:"mdi-power-socket-eu",tags:[]},{name:"mdi-power-socket-fr",tags:[]},{name:"mdi-power-socket-it",tags:[]},{name:"mdi-power-socket-jp",tags:[]},{name:"mdi-power-socket-uk",tags:[]},{name:"mdi-power-socket-us",tags:[]},{name:"mdi-power-standby",tags:[]},{name:"mdi-powershell",tags:[]},{name:"mdi-prescription",tags:[]},{name:"mdi-presentation",tags:[]},{name:"mdi-presentation-play",tags:[]},{name:"mdi-pretzel",tags:[]},{name:"mdi-printer",tags:[]},{name:"mdi-printer-3d",tags:[]},{name:"mdi-printer-3d-nozzle",tags:[]},{name:"mdi-printer-3d-nozzle-alert",tags:[]},{name:"mdi-printer-3d-nozzle-alert-outline",tags:[]},{name:"mdi-printer-3d-nozzle-outline",tags:[]},{name:"mdi-printer-alert",tags:[]},{name:"mdi-printer-check",tags:[]},{name:"mdi-printer-eye",tags:[]},{name:"mdi-printer-off",tags:[]},{name:"mdi-printer-off-outline",tags:[]},{name:"mdi-printer-outline",tags:[]},{name:"mdi-printer-pos",tags:[]},{name:"mdi-printer-search",tags:[]},{name:"mdi-printer-settings",tags:[]},{name:"mdi-printer-wireless",tags:[]},{name:"mdi-priority-high",tags:[]},{name:"mdi-priority-low",tags:[]},{name:"mdi-professional-hexagon",tags:[]},{name:"mdi-progress-alert",tags:[]},{name:"mdi-progress-check",tags:[]},{name:"mdi-progress-clock",tags:[]},{name:"mdi-progress-close",tags:[]},{name:"mdi-progress-download",tags:[]},{name:"mdi-progress-pencil",tags:[]},{name:"mdi-progress-question",tags:[]},{name:"mdi-progress-star",tags:[]},{name:"mdi-progress-upload",tags:[]},{name:"mdi-progress-wrench",tags:[]},{name:"mdi-projector",tags:[]},{name:"mdi-projector-screen",tags:[]},{name:"mdi-projector-screen-off",tags:[]},{name:"mdi-projector-screen-off-outline",tags:[]},{name:"mdi-projector-screen-outline",tags:[]},{name:"mdi-projector-screen-variant",tags:[]},{name:"mdi-projector-screen-variant-off",tags:[]},{name:"mdi-projector-screen-variant-off-outline",tags:[]},{name:"mdi-projector-screen-variant-outline",tags:[]},{name:"mdi-propane-tank",tags:[]},{name:"mdi-propane-tank-outline",tags:[]},{name:"mdi-protocol",tags:[]},{name:"mdi-publish",tags:[]},{name:"mdi-pulse",tags:[]},{name:"mdi-pump",tags:[]},{name:"mdi-pumpkin",tags:[]},{name:"mdi-purse",tags:[]},{name:"mdi-purse-outline",tags:[]},{name:"mdi-puzzle",tags:[]},{name:"mdi-puzzle-check",tags:[]},{name:"mdi-puzzle-check-outline",tags:[]},{name:"mdi-puzzle-edit",tags:[]},{name:"mdi-puzzle-edit-outline",tags:[]},{name:"mdi-puzzle-heart",tags:[]},{name:"mdi-puzzle-heart-outline",tags:[]},{name:"mdi-puzzle-minus",tags:[]},{name:"mdi-puzzle-minus-outline",tags:[]},{name:"mdi-puzzle-outline",tags:[]},{name:"mdi-puzzle-plus",tags:[]},{name:"mdi-puzzle-plus-outline",tags:[]},{name:"mdi-puzzle-remove",tags:[]},{name:"mdi-puzzle-remove-outline",tags:[]},{name:"mdi-puzzle-star",tags:[]},{name:"mdi-puzzle-star-outline",tags:[]},{name:"mdi-qi",tags:[]},{name:"mdi-qqchat",tags:[]},{name:"mdi-qrcode",tags:[]},{name:"mdi-qrcode-edit",tags:[]},{name:"mdi-qrcode-minus",tags:[]},{name:"mdi-qrcode-plus",tags:[]},{name:"mdi-qrcode-remove",tags:[]},{name:"mdi-qrcode-scan",tags:[]},{name:"mdi-quadcopter",tags:[]},{name:"mdi-quality-high",tags:[]},{name:"mdi-quality-low",tags:[]},{name:"mdi-quality-medium",tags:[]},{name:"mdi-quora",tags:[]},{name:"mdi-rabbit",tags:[]},{name:"mdi-racing-helmet",tags:[]},{name:"mdi-racquetball",tags:[]},{name:"mdi-radar",tags:[]},{name:"mdi-radiator",tags:[]},{name:"mdi-radiator-disabled",tags:[]},{name:"mdi-radiator-off",tags:[]},{name:"mdi-radio",tags:[]},{name:"mdi-radio-am",tags:[]},{name:"mdi-radio-fm",tags:[]},{name:"mdi-radio-handheld",tags:[]},{name:"mdi-radio-off",tags:[]},{name:"mdi-radio-tower",tags:[]},{name:"mdi-radioactive",tags:[]},{name:"mdi-radioactive-off",tags:[]},{name:"mdi-radiobox-blank",tags:[]},{name:"mdi-radiobox-marked",tags:[]},{name:"mdi-radiology-box",tags:[]},{name:"mdi-radiology-box-outline",tags:[]},{name:"mdi-radius",tags:[]},{name:"mdi-radius-outline",tags:[]},{name:"mdi-railroad-light",tags:[]},{name:"mdi-rake",tags:[]},{name:"mdi-raspberry-pi",tags:[]},{name:"mdi-ray-end",tags:[]},{name:"mdi-ray-end-arrow",tags:[]},{name:"mdi-ray-start",tags:[]},{name:"mdi-ray-start-arrow",tags:[]},{name:"mdi-ray-start-end",tags:[]},{name:"mdi-ray-start-vertex-end",tags:[]},{name:"mdi-ray-vertex",tags:[]},{name:"mdi-react",tags:[]},{name:"mdi-read",tags:[]},{name:"mdi-receipt",tags:[]},{name:"mdi-record",tags:[]},{name:"mdi-record-circle",tags:[]},{name:"mdi-record-circle-outline",tags:[]},{name:"mdi-record-player",tags:[]},{name:"mdi-record-rec",tags:[]},{name:"mdi-rectangle",tags:[]},{name:"mdi-rectangle-outline",tags:[]},{name:"mdi-recycle",tags:[]},{name:"mdi-recycle-variant",tags:[]},{name:"mdi-reddit",tags:[]},{name:"mdi-redhat",tags:[]},{name:"mdi-redo",tags:[]},{name:"mdi-redo-variant",tags:[]},{name:"mdi-reflect-horizontal",tags:[]},{name:"mdi-reflect-vertical",tags:[]},{name:"mdi-refresh",tags:[]},{name:"mdi-refresh-circle",tags:[]},{name:"mdi-regex",tags:[]},{name:"mdi-registered-trademark",tags:[]},{name:"mdi-reiterate",tags:[]},{name:"mdi-relation-many-to-many",tags:[]},{name:"mdi-relation-many-to-one",tags:[]},{name:"mdi-relation-many-to-one-or-many",tags:[]},{name:"mdi-relation-many-to-only-one",tags:[]},{name:"mdi-relation-many-to-zero-or-many",tags:[]},{name:"mdi-relation-many-to-zero-or-one",tags:[]},{name:"mdi-relation-one-or-many-to-many",tags:[]},{name:"mdi-relation-one-or-many-to-one",tags:[]},{name:"mdi-relation-one-or-many-to-one-or-many",tags:[]},{name:"mdi-relation-one-or-many-to-only-one",tags:[]},{name:"mdi-relation-one-or-many-to-zero-or-many",tags:[]},{name:"mdi-relation-one-or-many-to-zero-or-one",tags:[]},{name:"mdi-relation-one-to-many",tags:[]},{name:"mdi-relation-one-to-one",tags:[]},{name:"mdi-relation-one-to-one-or-many",tags:[]},{name:"mdi-relation-one-to-only-one",tags:[]},{name:"mdi-relation-one-to-zero-or-many",tags:[]},{name:"mdi-relation-one-to-zero-or-one",tags:[]},{name:"mdi-relation-only-one-to-many",tags:[]},{name:"mdi-relation-only-one-to-one",tags:[]},{name:"mdi-relation-only-one-to-one-or-many",tags:[]},{name:"mdi-relation-only-one-to-only-one",tags:[]},{name:"mdi-relation-only-one-to-zero-or-many",tags:[]},{name:"mdi-relation-only-one-to-zero-or-one",tags:[]},{name:"mdi-relation-zero-or-many-to-many",tags:[]},{name:"mdi-relation-zero-or-many-to-one",tags:[]},{name:"mdi-relation-zero-or-many-to-one-or-many",tags:[]},{name:"mdi-relation-zero-or-many-to-only-one",tags:[]},{name:"mdi-relation-zero-or-many-to-zero-or-many",tags:[]},{name:"mdi-relation-zero-or-many-to-zero-or-one",tags:[]},{name:"mdi-relation-zero-or-one-to-many",tags:[]},{name:"mdi-relation-zero-or-one-to-one",tags:[]},{name:"mdi-relation-zero-or-one-to-one-or-many",tags:[]},{name:"mdi-relation-zero-or-one-to-only-one",tags:[]},{name:"mdi-relation-zero-or-one-to-zero-or-many",tags:[]},{name:"mdi-relation-zero-or-one-to-zero-or-one",tags:[]},{name:"mdi-relative-scale",tags:[]},{name:"mdi-reload",tags:[]},{name:"mdi-reload-alert",tags:[]},{name:"mdi-reminder",tags:[]},{name:"mdi-remote",tags:[]},{name:"mdi-remote-desktop",tags:[]},{name:"mdi-remote-off",tags:[]},{name:"mdi-remote-tv",tags:[]},{name:"mdi-remote-tv-off",tags:[]},{name:"mdi-rename-box",tags:[]},{name:"mdi-reorder-horizontal",tags:[]},{name:"mdi-reorder-vertical",tags:[]},{name:"mdi-repeat",tags:[]},{name:"mdi-repeat-off",tags:[]},{name:"mdi-repeat-once",tags:[]},{name:"mdi-repeat-variant",tags:[]},{name:"mdi-replay",tags:[]},{name:"mdi-reply",tags:[]},{name:"mdi-reply-all",tags:[]},{name:"mdi-reply-all-outline",tags:[]},{name:"mdi-reply-circle",tags:[]},{name:"mdi-reply-outline",tags:[]},{name:"mdi-reproduction",tags:[]},{name:"mdi-resistor",tags:[]},{name:"mdi-resistor-nodes",tags:[]},{name:"mdi-resize",tags:[]},{name:"mdi-resize-bottom-right",tags:[]},{name:"mdi-responsive",tags:[]},{name:"mdi-restart",tags:[]},{name:"mdi-restart-alert",tags:[]},{name:"mdi-restart-off",tags:[]},{name:"mdi-restore",tags:[]},{name:"mdi-restore-alert",tags:[]},{name:"mdi-rewind",tags:[]},{name:"mdi-rewind-10",tags:[]},{name:"mdi-rewind-30",tags:[]},{name:"mdi-rewind-5",tags:[]},{name:"mdi-rewind-60",tags:[]},{name:"mdi-rewind-outline",tags:[]},{name:"mdi-rhombus",tags:[]},{name:"mdi-rhombus-medium",tags:[]},{name:"mdi-rhombus-medium-outline",tags:[]},{name:"mdi-rhombus-outline",tags:[]},{name:"mdi-rhombus-split",tags:[]},{name:"mdi-rhombus-split-outline",tags:[]},{name:"mdi-ribbon",tags:[]},{name:"mdi-rice",tags:[]},{name:"mdi-rickshaw",tags:[]},{name:"mdi-rickshaw-electric",tags:[]},{name:"mdi-ring",tags:[]},{name:"mdi-rivet",tags:[]},{name:"mdi-road",tags:[]},{name:"mdi-road-variant",tags:[]},{name:"mdi-robber",tags:[]},{name:"mdi-robot",tags:[]},{name:"mdi-robot-angry",tags:[]},{name:"mdi-robot-angry-outline",tags:[]},{name:"mdi-robot-confused",tags:[]},{name:"mdi-robot-confused-outline",tags:[]},{name:"mdi-robot-dead",tags:[]},{name:"mdi-robot-dead-outline",tags:[]},{name:"mdi-robot-excited",tags:[]},{name:"mdi-robot-excited-outline",tags:[]},{name:"mdi-robot-happy",tags:[]},{name:"mdi-robot-happy-outline",tags:[]},{name:"mdi-robot-industrial",tags:[]},{name:"mdi-robot-love",tags:[]},{name:"mdi-robot-love-outline",tags:[]},{name:"mdi-robot-mower",tags:[]},{name:"mdi-robot-mower-outline",tags:[]},{name:"mdi-robot-off",tags:[]},{name:"mdi-robot-off-outline",tags:[]},{name:"mdi-robot-outline",tags:[]},{name:"mdi-robot-vacuum",tags:[]},{name:"mdi-robot-vacuum-variant",tags:[]},{name:"mdi-rocket",tags:[]},{name:"mdi-rocket-launch",tags:[]},{name:"mdi-rocket-launch-outline",tags:[]},{name:"mdi-rocket-outline",tags:[]},{name:"mdi-rodent",tags:[]},{name:"mdi-roller-skate",tags:[]},{name:"mdi-roller-skate-off",tags:[]},{name:"mdi-rollerblade",tags:[]},{name:"mdi-rollerblade-off",tags:[]},{name:"mdi-rollupjs",tags:[]},{name:"mdi-roman-numeral-1",tags:[]},{name:"mdi-roman-numeral-10",tags:[]},{name:"mdi-roman-numeral-2",tags:[]},{name:"mdi-roman-numeral-3",tags:[]},{name:"mdi-roman-numeral-4",tags:[]},{name:"mdi-roman-numeral-5",tags:[]},{name:"mdi-roman-numeral-6",tags:[]},{name:"mdi-roman-numeral-7",tags:[]},{name:"mdi-roman-numeral-8",tags:[]},{name:"mdi-roman-numeral-9",tags:[]},{name:"mdi-room-service",tags:[]},{name:"mdi-room-service-outline",tags:[]},{name:"mdi-rotate-3d",tags:[]},{name:"mdi-rotate-3d-variant",tags:[]},{name:"mdi-rotate-left",tags:[]},{name:"mdi-rotate-left-variant",tags:[]},{name:"mdi-rotate-orbit",tags:[]},{name:"mdi-rotate-right",tags:[]},{name:"mdi-rotate-right-variant",tags:[]},{name:"mdi-rounded-corner",tags:[]},{name:"mdi-router",tags:[]},{name:"mdi-router-network",tags:[]},{name:"mdi-router-wireless",tags:[]},{name:"mdi-router-wireless-off",tags:[]},{name:"mdi-router-wireless-settings",tags:[]},{name:"mdi-routes",tags:[]},{name:"mdi-routes-clock",tags:[]},{name:"mdi-rowing",tags:[]},{name:"mdi-rss",tags:[]},{name:"mdi-rss-box",tags:[]},{name:"mdi-rss-off",tags:[]},{name:"mdi-rug",tags:[]},{name:"mdi-rugby",tags:[]},{name:"mdi-ruler",tags:[]},{name:"mdi-ruler-square",tags:[]},{name:"mdi-ruler-square-compass",tags:[]},{name:"mdi-run",tags:[]},{name:"mdi-run-fast",tags:[]},{name:"mdi-rv-truck",tags:[]},{name:"mdi-sack",tags:[]},{name:"mdi-sack-percent",tags:[]},{name:"mdi-safe",tags:[]},{name:"mdi-safe-square",tags:[]},{name:"mdi-safe-square-outline",tags:[]},{name:"mdi-safety-goggles",tags:[]},{name:"mdi-sail-boat",tags:[]},{name:"mdi-sale",tags:[]},{name:"mdi-salesforce",tags:[]},{name:"mdi-sass",tags:[]},{name:"mdi-satellite",tags:[]},{name:"mdi-satellite-uplink",tags:[]},{name:"mdi-satellite-variant",tags:[]},{name:"mdi-sausage",tags:[]},{name:"mdi-sausage-off",tags:[]},{name:"mdi-saw-blade",tags:[]},{name:"mdi-sawtooth-wave",tags:[]},{name:"mdi-saxophone",tags:[]},{name:"mdi-scale",tags:[]},{name:"mdi-scale-balance",tags:[]},{name:"mdi-scale-bathroom",tags:[]},{name:"mdi-scale-off",tags:[]},{name:"mdi-scan-helper",tags:[]},{name:"mdi-scanner",tags:[]},{name:"mdi-scanner-off",tags:[]},{name:"mdi-scatter-plot",tags:[]},{name:"mdi-scatter-plot-outline",tags:[]},{name:"mdi-school",tags:[]},{name:"mdi-school-outline",tags:[]},{name:"mdi-scissors-cutting",tags:[]},{name:"mdi-scooter",tags:[]},{name:"mdi-scooter-electric",tags:[]},{name:"mdi-scoreboard",tags:[]},{name:"mdi-scoreboard-outline",tags:[]},{name:"mdi-screen-rotation",tags:[]},{name:"mdi-screen-rotation-lock",tags:[]},{name:"mdi-screw-flat-top",tags:[]},{name:"mdi-screw-lag",tags:[]},{name:"mdi-screw-machine-flat-top",tags:[]},{name:"mdi-screw-machine-round-top",tags:[]},{name:"mdi-screw-round-top",tags:[]},{name:"mdi-screwdriver",tags:[]},{name:"mdi-script",tags:[]},{name:"mdi-script-outline",tags:[]},{name:"mdi-script-text",tags:[]},{name:"mdi-script-text-key",tags:[]},{name:"mdi-script-text-key-outline",tags:[]},{name:"mdi-script-text-outline",tags:[]},{name:"mdi-script-text-play",tags:[]},{name:"mdi-script-text-play-outline",tags:[]},{name:"mdi-sd",tags:[]},{name:"mdi-seal",tags:[]},{name:"mdi-seal-variant",tags:[]},{name:"mdi-search-web",tags:[]},{name:"mdi-seat",tags:[]},{name:"mdi-seat-flat",tags:[]},{name:"mdi-seat-flat-angled",tags:[]},{name:"mdi-seat-individual-suite",tags:[]},{name:"mdi-seat-legroom-extra",tags:[]},{name:"mdi-seat-legroom-normal",tags:[]},{name:"mdi-seat-legroom-reduced",tags:[]},{name:"mdi-seat-outline",tags:[]},{name:"mdi-seat-passenger",tags:[]},{name:"mdi-seat-recline-extra",tags:[]},{name:"mdi-seat-recline-normal",tags:[]},{name:"mdi-seatbelt",tags:[]},{name:"mdi-security",tags:[]},{name:"mdi-security-network",tags:[]},{name:"mdi-seed",tags:[]},{name:"mdi-seed-off",tags:[]},{name:"mdi-seed-off-outline",tags:[]},{name:"mdi-seed-outline",tags:[]},{name:"mdi-seesaw",tags:[]},{name:"mdi-segment",tags:[]},{name:"mdi-select",tags:[]},{name:"mdi-select-all",tags:[]},{name:"mdi-select-color",tags:[]},{name:"mdi-select-compare",tags:[]},{name:"mdi-select-drag",tags:[]},{name:"mdi-select-group",tags:[]},{name:"mdi-select-inverse",tags:[]},{name:"mdi-select-marker",tags:[]},{name:"mdi-select-multiple",tags:[]},{name:"mdi-select-multiple-marker",tags:[]},{name:"mdi-select-off",tags:[]},{name:"mdi-select-place",tags:[]},{name:"mdi-select-remove",tags:[]},{name:"mdi-select-search",tags:[]},{name:"mdi-selection",tags:[]},{name:"mdi-selection-drag",tags:[]},{name:"mdi-selection-ellipse",tags:[]},{name:"mdi-selection-ellipse-arrow-inside",tags:[]},{name:"mdi-selection-ellipse-remove",tags:[]},{name:"mdi-selection-marker",tags:[]},{name:"mdi-selection-multiple",tags:[]},{name:"mdi-selection-multiple-marker",tags:[]},{name:"mdi-selection-off",tags:[]},{name:"mdi-selection-remove",tags:[]},{name:"mdi-selection-search",tags:[]},{name:"mdi-semantic-web",tags:[]},{name:"mdi-send",tags:[]},{name:"mdi-send-check",tags:[]},{name:"mdi-send-check-outline",tags:[]},{name:"mdi-send-circle",tags:[]},{name:"mdi-send-circle-outline",tags:[]},{name:"mdi-send-clock",tags:[]},{name:"mdi-send-clock-outline",tags:[]},{name:"mdi-send-lock",tags:[]},{name:"mdi-send-lock-outline",tags:[]},{name:"mdi-send-outline",tags:[]},{name:"mdi-serial-port",tags:[]},{name:"mdi-server",tags:[]},{name:"mdi-server-minus",tags:[]},{name:"mdi-server-network",tags:[]},{name:"mdi-server-network-off",tags:[]},{name:"mdi-server-off",tags:[]},{name:"mdi-server-plus",tags:[]},{name:"mdi-server-remove",tags:[]},{name:"mdi-server-security",tags:[]},{name:"mdi-set-all",tags:[]},{name:"mdi-set-center",tags:[]},{name:"mdi-set-center-right",tags:[]},{name:"mdi-set-left",tags:[]},{name:"mdi-set-left-center",tags:[]},{name:"mdi-set-left-right",tags:[]},{name:"mdi-set-merge",tags:[]},{name:"mdi-set-none",tags:[]},{name:"mdi-set-right",tags:[]},{name:"mdi-set-split",tags:[]},{name:"mdi-set-square",tags:[]},{name:"mdi-set-top-box",tags:[]},{name:"mdi-settings-helper",tags:[]},{name:"mdi-shaker",tags:[]},{name:"mdi-shaker-outline",tags:[]},{name:"mdi-shape",tags:[]},{name:"mdi-shape-circle-plus",tags:[]},{name:"mdi-shape-outline",tags:[]},{name:"mdi-shape-oval-plus",tags:[]},{name:"mdi-shape-plus",tags:[]},{name:"mdi-shape-polygon-plus",tags:[]},{name:"mdi-shape-rectangle-plus",tags:[]},{name:"mdi-shape-square-plus",tags:[]},{name:"mdi-shape-square-rounded-plus",tags:[]},{name:"mdi-share",tags:[]},{name:"mdi-share-all",tags:[]},{name:"mdi-share-all-outline",tags:[]},{name:"mdi-share-circle",tags:[]},{name:"mdi-share-off",tags:[]},{name:"mdi-share-off-outline",tags:[]},{name:"mdi-share-outline",tags:[]},{name:"mdi-share-variant",tags:[]},{name:"mdi-share-variant-outline",tags:[]},{name:"mdi-shark-fin",tags:[]},{name:"mdi-shark-fin-outline",tags:[]},{name:"mdi-sheep",tags:[]},{name:"mdi-shield",tags:[]},{name:"mdi-shield-account",tags:[]},{name:"mdi-shield-account-outline",tags:[]},{name:"mdi-shield-account-variant",tags:[]},{name:"mdi-shield-account-variant-outline",tags:[]},{name:"mdi-shield-airplane",tags:[]},{name:"mdi-shield-airplane-outline",tags:[]},{name:"mdi-shield-alert",tags:[]},{name:"mdi-shield-alert-outline",tags:[]},{name:"mdi-shield-bug",tags:[]},{name:"mdi-shield-bug-outline",tags:[]},{name:"mdi-shield-car",tags:[]},{name:"mdi-shield-check",tags:[]},{name:"mdi-shield-check-outline",tags:[]},{name:"mdi-shield-cross",tags:[]},{name:"mdi-shield-cross-outline",tags:[]},{name:"mdi-shield-edit",tags:[]},{name:"mdi-shield-edit-outline",tags:[]},{name:"mdi-shield-half",tags:[]},{name:"mdi-shield-half-full",tags:[]},{name:"mdi-shield-home",tags:[]},{name:"mdi-shield-home-outline",tags:[]},{name:"mdi-shield-key",tags:[]},{name:"mdi-shield-key-outline",tags:[]},{name:"mdi-shield-link-variant",tags:[]},{name:"mdi-shield-link-variant-outline",tags:[]},{name:"mdi-shield-lock",tags:[]},{name:"mdi-shield-lock-outline",tags:[]},{name:"mdi-shield-moon",tags:[]},{name:"mdi-shield-moon-outline",tags:[]},{name:"mdi-shield-off",tags:[]},{name:"mdi-shield-off-outline",tags:[]},{name:"mdi-shield-outline",tags:[]},{name:"mdi-shield-plus",tags:[]},{name:"mdi-shield-plus-outline",tags:[]},{name:"mdi-shield-refresh",tags:[]},{name:"mdi-shield-refresh-outline",tags:[]},{name:"mdi-shield-remove",tags:[]},{name:"mdi-shield-remove-outline",tags:[]},{name:"mdi-shield-search",tags:[]},{name:"mdi-shield-star",tags:[]},{name:"mdi-shield-star-outline",tags:[]},{name:"mdi-shield-sun",tags:[]},{name:"mdi-shield-sun-outline",tags:[]},{name:"mdi-shield-sync",tags:[]},{name:"mdi-shield-sync-outline",tags:[]},{name:"mdi-shimmer",tags:[]},{name:"mdi-ship-wheel",tags:[]},{name:"mdi-shoe-ballet",tags:[]},{name:"mdi-shoe-cleat",tags:[]},{name:"mdi-shoe-formal",tags:[]},{name:"mdi-shoe-heel",tags:[]},{name:"mdi-shoe-print",tags:[]},{name:"mdi-shoe-sneaker",tags:[]},{name:"mdi-shopping",tags:[]},{name:"mdi-shopping-music",tags:[]},{name:"mdi-shopping-outline",tags:[]},{name:"mdi-shopping-search",tags:[]},{name:"mdi-shore",tags:[]},{name:"mdi-shovel",tags:[]},{name:"mdi-shovel-off",tags:[]},{name:"mdi-shower",tags:[]},{name:"mdi-shower-head",tags:[]},{name:"mdi-shredder",tags:[]},{name:"mdi-shuffle",tags:[]},{name:"mdi-shuffle-disabled",tags:[]},{name:"mdi-shuffle-variant",tags:[]},{name:"mdi-shuriken",tags:[]},{name:"mdi-sigma",tags:[]},{name:"mdi-sigma-lower",tags:[]},{name:"mdi-sign-caution",tags:[]},{name:"mdi-sign-direction",tags:[]},{name:"mdi-sign-direction-minus",tags:[]},{name:"mdi-sign-direction-plus",tags:[]},{name:"mdi-sign-direction-remove",tags:[]},{name:"mdi-sign-pole",tags:[]},{name:"mdi-sign-real-estate",tags:[]},{name:"mdi-sign-text",tags:[]},{name:"mdi-signal",tags:[]},{name:"mdi-signal-2g",tags:[]},{name:"mdi-signal-3g",tags:[]},{name:"mdi-signal-4g",tags:[]},{name:"mdi-signal-5g",tags:[]},{name:"mdi-signal-cellular-1",tags:[]},{name:"mdi-signal-cellular-2",tags:[]},{name:"mdi-signal-cellular-3",tags:[]},{name:"mdi-signal-cellular-outline",tags:[]},{name:"mdi-signal-distance-variant",tags:[]},{name:"mdi-signal-hspa",tags:[]},{name:"mdi-signal-hspa-plus",tags:[]},{name:"mdi-signal-off",tags:[]},{name:"mdi-signal-variant",tags:[]},{name:"mdi-signature",tags:[]},{name:"mdi-signature-freehand",tags:[]},{name:"mdi-signature-image",tags:[]},{name:"mdi-signature-text",tags:[]},{name:"mdi-silo",tags:[]},{name:"mdi-silverware",tags:[]},{name:"mdi-silverware-clean",tags:[]},{name:"mdi-silverware-fork",tags:[]},{name:"mdi-silverware-fork-knife",tags:[]},{name:"mdi-silverware-spoon",tags:[]},{name:"mdi-silverware-variant",tags:[]},{name:"mdi-sim",tags:[]},{name:"mdi-sim-alert",tags:[]},{name:"mdi-sim-alert-outline",tags:[]},{name:"mdi-sim-off",tags:[]},{name:"mdi-sim-off-outline",tags:[]},{name:"mdi-sim-outline",tags:[]},{name:"mdi-simple-icons",tags:[]},{name:"mdi-sina-weibo",tags:[]},{name:"mdi-sine-wave",tags:[]},{name:"mdi-sitemap",tags:[]},{name:"mdi-size-l",tags:[]},{name:"mdi-size-m",tags:[]},{name:"mdi-size-s",tags:[]},{name:"mdi-size-xl",tags:[]},{name:"mdi-size-xs",tags:[]},{name:"mdi-size-xxl",tags:[]},{name:"mdi-size-xxs",tags:[]},{name:"mdi-size-xxxl",tags:[]},{name:"mdi-skate",tags:[]},{name:"mdi-skate-off",tags:[]},{name:"mdi-skateboard",tags:[]},{name:"mdi-skateboarding",tags:[]},{name:"mdi-skew-less",tags:[]},{name:"mdi-skew-more",tags:[]},{name:"mdi-ski",tags:[]},{name:"mdi-ski-cross-country",tags:[]},{name:"mdi-ski-water",tags:[]},{name:"mdi-skip-backward",tags:[]},{name:"mdi-skip-backward-outline",tags:[]},{name:"mdi-skip-forward",tags:[]},{name:"mdi-skip-forward-outline",tags:[]},{name:"mdi-skip-next",tags:[]},{name:"mdi-skip-next-circle",tags:[]},{name:"mdi-skip-next-circle-outline",tags:[]},{name:"mdi-skip-next-outline",tags:[]},{name:"mdi-skip-previous",tags:[]},{name:"mdi-skip-previous-circle",tags:[]},{name:"mdi-skip-previous-circle-outline",tags:[]},{name:"mdi-skip-previous-outline",tags:[]},{name:"mdi-skull",tags:[]},{name:"mdi-skull-crossbones",tags:[]},{name:"mdi-skull-crossbones-outline",tags:[]},{name:"mdi-skull-outline",tags:[]},{name:"mdi-skull-scan",tags:[]},{name:"mdi-skull-scan-outline",tags:[]},{name:"mdi-skype",tags:[]},{name:"mdi-skype-business",tags:[]},{name:"mdi-slack",tags:[]},{name:"mdi-slash-forward",tags:[]},{name:"mdi-slash-forward-box",tags:[]},{name:"mdi-sledding",tags:[]},{name:"mdi-sleep",tags:[]},{name:"mdi-sleep-off",tags:[]},{name:"mdi-slide",tags:[]},{name:"mdi-slope-downhill",tags:[]},{name:"mdi-slope-uphill",tags:[]},{name:"mdi-slot-machine",tags:[]},{name:"mdi-slot-machine-outline",tags:[]},{name:"mdi-smart-card",tags:[]},{name:"mdi-smart-card-outline",tags:[]},{name:"mdi-smart-card-reader",tags:[]},{name:"mdi-smart-card-reader-outline",tags:[]},{name:"mdi-smog",tags:[]},{name:"mdi-smoke",tags:[]},{name:"mdi-smoke-detector",tags:[]},{name:"mdi-smoke-detector-off",tags:[]},{name:"mdi-smoke-detector-off-outline",tags:[]},{name:"mdi-smoke-detector-outline",tags:[]},{name:"mdi-smoke-detector-variant",tags:[]},{name:"mdi-smoke-detector-variant-off",tags:[]},{name:"mdi-smoking",tags:[]},{name:"mdi-smoking-off",tags:[]},{name:"mdi-smoking-pipe",tags:[]},{name:"mdi-smoking-pipe-off",tags:[]},{name:"mdi-snail",tags:[]},{name:"mdi-snake",tags:[]},{name:"mdi-snapchat",tags:[]},{name:"mdi-snowboard",tags:[]},{name:"mdi-snowflake",tags:[]},{name:"mdi-snowflake-alert",tags:[]},{name:"mdi-snowflake-melt",tags:[]},{name:"mdi-snowflake-off",tags:[]},{name:"mdi-snowflake-variant",tags:[]},{name:"mdi-snowman",tags:[]},{name:"mdi-snowmobile",tags:[]},{name:"mdi-soccer",tags:[]},{name:"mdi-soccer-field",tags:[]},{name:"mdi-social-distance-2-meters",tags:[]},{name:"mdi-social-distance-6-feet",tags:[]},{name:"mdi-sofa",tags:[]},{name:"mdi-sofa-outline",tags:[]},{name:"mdi-sofa-single",tags:[]},{name:"mdi-sofa-single-outline",tags:[]},{name:"mdi-solar-panel",tags:[]},{name:"mdi-solar-panel-large",tags:[]},{name:"mdi-solar-power",tags:[]},{name:"mdi-soldering-iron",tags:[]},{name:"mdi-solid",tags:[]},{name:"mdi-sony-playstation",tags:[]},{name:"mdi-sort",tags:[]},{name:"mdi-sort-alphabetical-ascending",tags:[]},{name:"mdi-sort-alphabetical-ascending-variant",tags:[]},{name:"mdi-sort-alphabetical-descending",tags:[]},{name:"mdi-sort-alphabetical-descending-variant",tags:[]},{name:"mdi-sort-alphabetical-variant",tags:[]},{name:"mdi-sort-ascending",tags:[]},{name:"mdi-sort-bool-ascending",tags:[]},{name:"mdi-sort-bool-ascending-variant",tags:[]},{name:"mdi-sort-bool-descending",tags:[]},{name:"mdi-sort-bool-descending-variant",tags:[]},{name:"mdi-sort-calendar-ascending",tags:[]},{name:"mdi-sort-calendar-descending",tags:[]},{name:"mdi-sort-clock-ascending",tags:[]},{name:"mdi-sort-clock-ascending-outline",tags:[]},{name:"mdi-sort-clock-descending",tags:[]},{name:"mdi-sort-clock-descending-outline",tags:[]},{name:"mdi-sort-descending",tags:[]},{name:"mdi-sort-numeric-ascending",tags:[]},{name:"mdi-sort-numeric-ascending-variant",tags:[]},{name:"mdi-sort-numeric-descending",tags:[]},{name:"mdi-sort-numeric-descending-variant",tags:[]},{name:"mdi-sort-numeric-variant",tags:[]},{name:"mdi-sort-reverse-variant",tags:[]},{name:"mdi-sort-variant",tags:[]},{name:"mdi-sort-variant-lock",tags:[]},{name:"mdi-sort-variant-lock-open",tags:[]},{name:"mdi-sort-variant-remove",tags:[]},{name:"mdi-soundbar",tags:[]},{name:"mdi-soundcloud",tags:[]},{name:"mdi-source-branch",tags:[]},{name:"mdi-source-branch-check",tags:[]},{name:"mdi-source-branch-minus",tags:[]},{name:"mdi-source-branch-plus",tags:[]},{name:"mdi-source-branch-refresh",tags:[]},{name:"mdi-source-branch-remove",tags:[]},{name:"mdi-source-branch-sync",tags:[]},{name:"mdi-source-commit",tags:[]},{name:"mdi-source-commit-end",tags:[]},{name:"mdi-source-commit-end-local",tags:[]},{name:"mdi-source-commit-local",tags:[]},{name:"mdi-source-commit-next-local",tags:[]},{name:"mdi-source-commit-start",tags:[]},{name:"mdi-source-commit-start-next-local",tags:[]},{name:"mdi-source-fork",tags:[]},{name:"mdi-source-merge",tags:[]},{name:"mdi-source-pull",tags:[]},{name:"mdi-source-repository",tags:[]},{name:"mdi-source-repository-multiple",tags:[]},{name:"mdi-soy-sauce",tags:[]},{name:"mdi-soy-sauce-off",tags:[]},{name:"mdi-spa",tags:[]},{name:"mdi-spa-outline",tags:[]},{name:"mdi-space-invaders",tags:[]},{name:"mdi-space-station",tags:[]},{name:"mdi-spade",tags:[]},{name:"mdi-speaker",tags:[]},{name:"mdi-speaker-bluetooth",tags:[]},{name:"mdi-speaker-multiple",tags:[]},{name:"mdi-speaker-off",tags:[]},{name:"mdi-speaker-wireless",tags:[]},{name:"mdi-speedometer",tags:[]},{name:"mdi-speedometer-medium",tags:[]},{name:"mdi-speedometer-slow",tags:[]},{name:"mdi-spellcheck",tags:[]},{name:"mdi-spider",tags:[]},{name:"mdi-spider-thread",tags:[]},{name:"mdi-spider-web",tags:[]},{name:"mdi-spirit-level",tags:[]},{name:"mdi-spoon-sugar",tags:[]},{name:"mdi-spotify",tags:[]},{name:"mdi-spotlight",tags:[]},{name:"mdi-spotlight-beam",tags:[]},{name:"mdi-spray",tags:[]},{name:"mdi-spray-bottle",tags:[]},{name:"mdi-sprinkler",tags:[]},{name:"mdi-sprinkler-variant",tags:[]},{name:"mdi-sprout",tags:[]},{name:"mdi-sprout-outline",tags:[]},{name:"mdi-square",tags:[]},{name:"mdi-square-circle",tags:[]},{name:"mdi-square-edit-outline",tags:[]},{name:"mdi-square-medium",tags:[]},{name:"mdi-square-medium-outline",tags:[]},{name:"mdi-square-off",tags:[]},{name:"mdi-square-off-outline",tags:[]},{name:"mdi-square-outline",tags:[]},{name:"mdi-square-root",tags:[]},{name:"mdi-square-root-box",tags:[]},{name:"mdi-square-rounded",tags:[]},{name:"mdi-square-rounded-outline",tags:[]},{name:"mdi-square-small",tags:[]},{name:"mdi-square-wave",tags:[]},{name:"mdi-squeegee",tags:[]},{name:"mdi-ssh",tags:[]},{name:"mdi-stack-exchange",tags:[]},{name:"mdi-stack-overflow",tags:[]},{name:"mdi-stackpath",tags:[]},{name:"mdi-stadium",tags:[]},{name:"mdi-stadium-variant",tags:[]},{name:"mdi-stairs",tags:[]},{name:"mdi-stairs-box",tags:[]},{name:"mdi-stairs-down",tags:[]},{name:"mdi-stairs-up",tags:[]},{name:"mdi-stamper",tags:[]},{name:"mdi-standard-definition",tags:[]},{name:"mdi-star",tags:[]},{name:"mdi-star-box",tags:[]},{name:"mdi-star-box-multiple",tags:[]},{name:"mdi-star-box-multiple-outline",tags:[]},{name:"mdi-star-box-outline",tags:[]},{name:"mdi-star-check",tags:[]},{name:"mdi-star-check-outline",tags:[]},{name:"mdi-star-circle",tags:[]},{name:"mdi-star-circle-outline",tags:[]},{name:"mdi-star-cog",tags:[]},{name:"mdi-star-cog-outline",tags:[]},{name:"mdi-star-crescent",tags:[]},{name:"mdi-star-david",tags:[]},{name:"mdi-star-face",tags:[]},{name:"mdi-star-four-points",tags:[]},{name:"mdi-star-four-points-outline",tags:[]},{name:"mdi-star-half",tags:[]},{name:"mdi-star-half-full",tags:[]},{name:"mdi-star-minus",tags:[]},{name:"mdi-star-minus-outline",tags:[]},{name:"mdi-star-off",tags:[]},{name:"mdi-star-off-outline",tags:[]},{name:"mdi-star-outline",tags:[]},{name:"mdi-star-plus",tags:[]},{name:"mdi-star-plus-outline",tags:[]},{name:"mdi-star-remove",tags:[]},{name:"mdi-star-remove-outline",tags:[]},{name:"mdi-star-settings",tags:[]},{name:"mdi-star-settings-outline",tags:[]},{name:"mdi-star-shooting",tags:[]},{name:"mdi-star-shooting-outline",tags:[]},{name:"mdi-star-three-points",tags:[]},{name:"mdi-star-three-points-outline",tags:[]},{name:"mdi-state-machine",tags:[]},{name:"mdi-steam",tags:[]},{name:"mdi-steering",tags:[]},{name:"mdi-steering-off",tags:[]},{name:"mdi-step-backward",tags:[]},{name:"mdi-step-backward-2",tags:[]},{name:"mdi-step-forward",tags:[]},{name:"mdi-step-forward-2",tags:[]},{name:"mdi-stethoscope",tags:[]},{name:"mdi-sticker",tags:[]},{name:"mdi-sticker-alert",tags:[]},{name:"mdi-sticker-alert-outline",tags:[]},{name:"mdi-sticker-check",tags:[]},{name:"mdi-sticker-check-outline",tags:[]},{name:"mdi-sticker-circle-outline",tags:[]},{name:"mdi-sticker-emoji",tags:[]},{name:"mdi-sticker-minus",tags:[]},{name:"mdi-sticker-minus-outline",tags:[]},{name:"mdi-sticker-outline",tags:[]},{name:"mdi-sticker-plus",tags:[]},{name:"mdi-sticker-plus-outline",tags:[]},{name:"mdi-sticker-remove",tags:[]},{name:"mdi-sticker-remove-outline",tags:[]},{name:"mdi-sticker-text",tags:[]},{name:"mdi-sticker-text-outline",tags:[]},{name:"mdi-stocking",tags:[]},{name:"mdi-stomach",tags:[]},{name:"mdi-stop",tags:[]},{name:"mdi-stop-circle",tags:[]},{name:"mdi-stop-circle-outline",tags:[]},{name:"mdi-store",tags:[]},{name:"mdi-store-24-hour",tags:[]},{name:"mdi-store-minus",tags:[]},{name:"mdi-store-outline",tags:[]},{name:"mdi-store-plus",tags:[]},{name:"mdi-store-remove",tags:[]},{name:"mdi-storefront",tags:[]},{name:"mdi-storefront-outline",tags:[]},{name:"mdi-stove",tags:[]},{name:"mdi-strategy",tags:[]},{name:"mdi-stretch-to-page",tags:[]},{name:"mdi-stretch-to-page-outline",tags:[]},{name:"mdi-string-lights",tags:[]},{name:"mdi-string-lights-off",tags:[]},{name:"mdi-subdirectory-arrow-left",tags:[]},{name:"mdi-subdirectory-arrow-right",tags:[]},{name:"mdi-submarine",tags:[]},{name:"mdi-subtitles",tags:[]},{name:"mdi-subtitles-outline",tags:[]},{name:"mdi-subway",tags:[]},{name:"mdi-subway-alert-variant",tags:[]},{name:"mdi-subway-variant",tags:[]},{name:"mdi-summit",tags:[]},{name:"mdi-sun-snowflake",tags:[]},{name:"mdi-sun-wireless",tags:[]},{name:"mdi-sun-wireless-outline",tags:[]},{name:"mdi-sunglasses",tags:[]},{name:"mdi-surfing",tags:[]},{name:"mdi-surround-sound",tags:[]},{name:"mdi-surround-sound-2-0",tags:[]},{name:"mdi-surround-sound-2-1",tags:[]},{name:"mdi-surround-sound-3-1",tags:[]},{name:"mdi-surround-sound-5-1",tags:[]},{name:"mdi-surround-sound-5-1-2",tags:[]},{name:"mdi-surround-sound-7-1",tags:[]},{name:"mdi-svg",tags:[]},{name:"mdi-swap-horizontal",tags:[]},{name:"mdi-swap-horizontal-bold",tags:[]},{name:"mdi-swap-horizontal-circle",tags:[]},{name:"mdi-swap-horizontal-circle-outline",tags:[]},{name:"mdi-swap-horizontal-variant",tags:[]},{name:"mdi-swap-vertical",tags:[]},{name:"mdi-swap-vertical-bold",tags:[]},{name:"mdi-swap-vertical-circle",tags:[]},{name:"mdi-swap-vertical-circle-outline",tags:[]},{name:"mdi-swap-vertical-variant",tags:[]},{name:"mdi-swim",tags:[]},{name:"mdi-switch",tags:[]},{name:"mdi-sword",tags:[]},{name:"mdi-sword-cross",tags:[]},{name:"mdi-syllabary-hangul",tags:[]},{name:"mdi-syllabary-hiragana",tags:[]},{name:"mdi-syllabary-katakana",tags:[]},{name:"mdi-syllabary-katakana-halfwidth",tags:[]},{name:"mdi-symbol",tags:[]},{name:"mdi-symfony",tags:[]},{name:"mdi-sync",tags:[]},{name:"mdi-sync-alert",tags:[]},{name:"mdi-sync-circle",tags:[]},{name:"mdi-sync-off",tags:[]},{name:"mdi-tab",tags:[]},{name:"mdi-tab-minus",tags:[]},{name:"mdi-tab-plus",tags:[]},{name:"mdi-tab-remove",tags:[]},{name:"mdi-tab-unselected",tags:[]},{name:"mdi-table",tags:[]},{name:"mdi-table-account",tags:[]},{name:"mdi-table-alert",tags:[]},{name:"mdi-table-arrow-down",tags:[]},{name:"mdi-table-arrow-left",tags:[]},{name:"mdi-table-arrow-right",tags:[]},{name:"mdi-table-arrow-up",tags:[]},{name:"mdi-table-border",tags:[]},{name:"mdi-table-cancel",tags:[]},{name:"mdi-table-chair",tags:[]},{name:"mdi-table-check",tags:[]},{name:"mdi-table-clock",tags:[]},{name:"mdi-table-cog",tags:[]},{name:"mdi-table-column",tags:[]},{name:"mdi-table-column-plus-after",tags:[]},{name:"mdi-table-column-plus-before",tags:[]},{name:"mdi-table-column-remove",tags:[]},{name:"mdi-table-column-width",tags:[]},{name:"mdi-table-edit",tags:[]},{name:"mdi-table-eye",tags:[]},{name:"mdi-table-eye-off",tags:[]},{name:"mdi-table-furniture",tags:[]},{name:"mdi-table-headers-eye",tags:[]},{name:"mdi-table-headers-eye-off",tags:[]},{name:"mdi-table-heart",tags:[]},{name:"mdi-table-key",tags:[]},{name:"mdi-table-large",tags:[]},{name:"mdi-table-large-plus",tags:[]},{name:"mdi-table-large-remove",tags:[]},{name:"mdi-table-lock",tags:[]},{name:"mdi-table-merge-cells",tags:[]},{name:"mdi-table-minus",tags:[]},{name:"mdi-table-multiple",tags:[]},{name:"mdi-table-network",tags:[]},{name:"mdi-table-of-contents",tags:[]},{name:"mdi-table-off",tags:[]},{name:"mdi-table-picnic",tags:[]},{name:"mdi-table-plus",tags:[]},{name:"mdi-table-refresh",tags:[]},{name:"mdi-table-remove",tags:[]},{name:"mdi-table-row",tags:[]},{name:"mdi-table-row-height",tags:[]},{name:"mdi-table-row-plus-after",tags:[]},{name:"mdi-table-row-plus-before",tags:[]},{name:"mdi-table-row-remove",tags:[]},{name:"mdi-table-search",tags:[]},{name:"mdi-table-settings",tags:[]},{name:"mdi-table-split-cell",tags:[]},{name:"mdi-table-star",tags:[]},{name:"mdi-table-sync",tags:[]},{name:"mdi-table-tennis",tags:[]},{name:"mdi-tablet",tags:[]},{name:"mdi-tablet-android",tags:[]},{name:"mdi-tablet-cellphone",tags:[]},{name:"mdi-tablet-dashboard",tags:[]},{name:"mdi-taco",tags:[]},{name:"mdi-tag",tags:[]},{name:"mdi-tag-arrow-down",tags:[]},{name:"mdi-tag-arrow-down-outline",tags:[]},{name:"mdi-tag-arrow-left",tags:[]},{name:"mdi-tag-arrow-left-outline",tags:[]},{name:"mdi-tag-arrow-right",tags:[]},{name:"mdi-tag-arrow-right-outline",tags:[]},{name:"mdi-tag-arrow-up",tags:[]},{name:"mdi-tag-arrow-up-outline",tags:[]},{name:"mdi-tag-faces",tags:[]},{name:"mdi-tag-heart",tags:[]},{name:"mdi-tag-heart-outline",tags:[]},{name:"mdi-tag-minus",tags:[]},{name:"mdi-tag-minus-outline",tags:[]},{name:"mdi-tag-multiple",tags:[]},{name:"mdi-tag-multiple-outline",tags:[]},{name:"mdi-tag-off",tags:[]},{name:"mdi-tag-off-outline",tags:[]},{name:"mdi-tag-outline",tags:[]},{name:"mdi-tag-plus",tags:[]},{name:"mdi-tag-plus-outline",tags:[]},{name:"mdi-tag-remove",tags:[]},{name:"mdi-tag-remove-outline",tags:[]},{name:"mdi-tag-text",tags:[]},{name:"mdi-tag-text-outline",tags:[]},{name:"mdi-tailwind",tags:[]},{name:"mdi-tangram",tags:[]},{name:"mdi-tank",tags:[]},{name:"mdi-tanker-truck",tags:[]},{name:"mdi-tape-drive",tags:[]},{name:"mdi-tape-measure",tags:[]},{name:"mdi-target",tags:[]},{name:"mdi-target-account",tags:[]},{name:"mdi-target-variant",tags:[]},{name:"mdi-taxi",tags:[]},{name:"mdi-tea",tags:[]},{name:"mdi-tea-outline",tags:[]},{name:"mdi-teamviewer",tags:[]},{name:"mdi-telescope",tags:[]},{name:"mdi-television",tags:[]},{name:"mdi-television-ambient-light",tags:[]},{name:"mdi-television-box",tags:[]},{name:"mdi-television-classic",tags:[]},{name:"mdi-television-classic-off",tags:[]},{name:"mdi-television-guide",tags:[]},{name:"mdi-television-off",tags:[]},{name:"mdi-television-pause",tags:[]},{name:"mdi-television-play",tags:[]},{name:"mdi-television-shimmer",tags:[]},{name:"mdi-television-stop",tags:[]},{name:"mdi-temperature-celsius",tags:[]},{name:"mdi-temperature-fahrenheit",tags:[]},{name:"mdi-temperature-kelvin",tags:[]},{name:"mdi-tennis",tags:[]},{name:"mdi-tennis-ball",tags:[]},{name:"mdi-tent",tags:[]},{name:"mdi-terraform",tags:[]},{name:"mdi-terrain",tags:[]},{name:"mdi-test-tube",tags:[]},{name:"mdi-test-tube-empty",tags:[]},{name:"mdi-test-tube-off",tags:[]},{name:"mdi-text",tags:[]},{name:"mdi-text-account",tags:[]},{name:"mdi-text-box",tags:[]},{name:"mdi-text-box-check",tags:[]},{name:"mdi-text-box-check-outline",tags:[]},{name:"mdi-text-box-minus",tags:[]},{name:"mdi-text-box-minus-outline",tags:[]},{name:"mdi-text-box-multiple",tags:[]},{name:"mdi-text-box-multiple-outline",tags:[]},{name:"mdi-text-box-outline",tags:[]},{name:"mdi-text-box-plus",tags:[]},{name:"mdi-text-box-plus-outline",tags:[]},{name:"mdi-text-box-remove",tags:[]},{name:"mdi-text-box-remove-outline",tags:[]},{name:"mdi-text-box-search",tags:[]},{name:"mdi-text-box-search-outline",tags:[]},{name:"mdi-text-long",tags:[]},{name:"mdi-text-recognition",tags:[]},{name:"mdi-text-search",tags:[]},{name:"mdi-text-shadow",tags:[]},{name:"mdi-text-short",tags:[]},{name:"mdi-text-to-speech",tags:[]},{name:"mdi-text-to-speech-off",tags:[]},{name:"mdi-texture",tags:[]},{name:"mdi-texture-box",tags:[]},{name:"mdi-theater",tags:[]},{name:"mdi-theme-light-dark",tags:[]},{name:"mdi-thermometer",tags:[]},{name:"mdi-thermometer-alert",tags:[]},{name:"mdi-thermometer-chevron-down",tags:[]},{name:"mdi-thermometer-chevron-up",tags:[]},{name:"mdi-thermometer-high",tags:[]},{name:"mdi-thermometer-lines",tags:[]},{name:"mdi-thermometer-low",tags:[]},{name:"mdi-thermometer-minus",tags:[]},{name:"mdi-thermometer-off",tags:[]},{name:"mdi-thermometer-plus",tags:[]},{name:"mdi-thermostat",tags:[]},{name:"mdi-thermostat-box",tags:[]},{name:"mdi-thought-bubble",tags:[]},{name:"mdi-thought-bubble-outline",tags:[]},{name:"mdi-thumb-down",tags:[]},{name:"mdi-thumb-down-outline",tags:[]},{name:"mdi-thumb-up",tags:[]},{name:"mdi-thumb-up-outline",tags:[]},{name:"mdi-thumbs-up-down",tags:[]},{name:"mdi-ticket",tags:[]},{name:"mdi-ticket-account",tags:[]},{name:"mdi-ticket-confirmation",tags:[]},{name:"mdi-ticket-confirmation-outline",tags:[]},{name:"mdi-ticket-outline",tags:[]},{name:"mdi-ticket-percent",tags:[]},{name:"mdi-ticket-percent-outline",tags:[]},{name:"mdi-tie",tags:[]},{name:"mdi-tilde",tags:[]},{name:"mdi-timelapse",tags:[]},{name:"mdi-timeline",tags:[]},{name:"mdi-timeline-alert",tags:[]},{name:"mdi-timeline-alert-outline",tags:[]},{name:"mdi-timeline-check",tags:[]},{name:"mdi-timeline-check-outline",tags:[]},{name:"mdi-timeline-clock",tags:[]},{name:"mdi-timeline-clock-outline",tags:[]},{name:"mdi-timeline-help",tags:[]},{name:"mdi-timeline-help-outline",tags:[]},{name:"mdi-timeline-minus",tags:[]},{name:"mdi-timeline-minus-outline",tags:[]},{name:"mdi-timeline-outline",tags:[]},{name:"mdi-timeline-plus",tags:[]},{name:"mdi-timeline-plus-outline",tags:[]},{name:"mdi-timeline-remove",tags:[]},{name:"mdi-timeline-remove-outline",tags:[]},{name:"mdi-timeline-text",tags:[]},{name:"mdi-timeline-text-outline",tags:[]},{name:"mdi-timer",tags:[]},{name:"mdi-timer-10",tags:[]},{name:"mdi-timer-3",tags:[]},{name:"mdi-timer-off",tags:[]},{name:"mdi-timer-off-outline",tags:[]},{name:"mdi-timer-outline",tags:[]},{name:"mdi-timer-sand",tags:[]},{name:"mdi-timer-sand-empty",tags:[]},{name:"mdi-timer-sand-full",tags:[]},{name:"mdi-timetable",tags:[]},{name:"mdi-toaster",tags:[]},{name:"mdi-toaster-off",tags:[]},{name:"mdi-toaster-oven",tags:[]},{name:"mdi-toggle-switch",tags:[]},{name:"mdi-toggle-switch-off",tags:[]},{name:"mdi-toggle-switch-off-outline",tags:[]},{name:"mdi-toggle-switch-outline",tags:[]},{name:"mdi-toilet",tags:[]},{name:"mdi-toolbox",tags:[]},{name:"mdi-toolbox-outline",tags:[]},{name:"mdi-tools",tags:[]},{name:"mdi-tooltip",tags:[]},{name:"mdi-tooltip-account",tags:[]},{name:"mdi-tooltip-check",tags:[]},{name:"mdi-tooltip-check-outline",tags:[]},{name:"mdi-tooltip-edit",tags:[]},{name:"mdi-tooltip-edit-outline",tags:[]},{name:"mdi-tooltip-image",tags:[]},{name:"mdi-tooltip-image-outline",tags:[]},{name:"mdi-tooltip-minus",tags:[]},{name:"mdi-tooltip-minus-outline",tags:[]},{name:"mdi-tooltip-outline",tags:[]},{name:"mdi-tooltip-plus",tags:[]},{name:"mdi-tooltip-plus-outline",tags:[]},{name:"mdi-tooltip-remove",tags:[]},{name:"mdi-tooltip-remove-outline",tags:[]},{name:"mdi-tooltip-text",tags:[]},{name:"mdi-tooltip-text-outline",tags:[]},{name:"mdi-tooth",tags:[]},{name:"mdi-tooth-outline",tags:[]},{name:"mdi-toothbrush",tags:[]},{name:"mdi-toothbrush-electric",tags:[]},{name:"mdi-toothbrush-paste",tags:[]},{name:"mdi-torch",tags:[]},{name:"mdi-tortoise",tags:[]},{name:"mdi-toslink",tags:[]},{name:"mdi-tournament",tags:[]},{name:"mdi-tow-truck",tags:[]},{name:"mdi-tower-beach",tags:[]},{name:"mdi-tower-fire",tags:[]},{name:"mdi-toy-brick",tags:[]},{name:"mdi-toy-brick-marker",tags:[]},{name:"mdi-toy-brick-marker-outline",tags:[]},{name:"mdi-toy-brick-minus",tags:[]},{name:"mdi-toy-brick-minus-outline",tags:[]},{name:"mdi-toy-brick-outline",tags:[]},{name:"mdi-toy-brick-plus",tags:[]},{name:"mdi-toy-brick-plus-outline",tags:[]},{name:"mdi-toy-brick-remove",tags:[]},{name:"mdi-toy-brick-remove-outline",tags:[]},{name:"mdi-toy-brick-search",tags:[]},{name:"mdi-toy-brick-search-outline",tags:[]},{name:"mdi-track-light",tags:[]},{name:"mdi-trackpad",tags:[]},{name:"mdi-trackpad-lock",tags:[]},{name:"mdi-tractor",tags:[]},{name:"mdi-tractor-variant",tags:[]},{name:"mdi-trademark",tags:[]},{name:"mdi-traffic-cone",tags:[]},{name:"mdi-traffic-light",tags:[]},{name:"mdi-traffic-light-outline",tags:[]},{name:"mdi-train",tags:[]},{name:"mdi-train-car",tags:[]},{name:"mdi-train-car-passenger",tags:[]},{name:"mdi-train-car-passenger-door",tags:[]},{name:"mdi-train-car-passenger-door-open",tags:[]},{name:"mdi-train-car-passenger-variant",tags:[]},{name:"mdi-train-variant",tags:[]},{name:"mdi-tram",tags:[]},{name:"mdi-tram-side",tags:[]},{name:"mdi-transcribe",tags:[]},{name:"mdi-transcribe-close",tags:[]},{name:"mdi-transfer",tags:[]},{name:"mdi-transfer-down",tags:[]},{name:"mdi-transfer-left",tags:[]},{name:"mdi-transfer-right",tags:[]},{name:"mdi-transfer-up",tags:[]},{name:"mdi-transit-connection",tags:[]},{name:"mdi-transit-connection-horizontal",tags:[]},{name:"mdi-transit-connection-variant",tags:[]},{name:"mdi-transit-detour",tags:[]},{name:"mdi-transit-skip",tags:[]},{name:"mdi-transit-transfer",tags:[]},{name:"mdi-transition",tags:[]},{name:"mdi-transition-masked",tags:[]},{name:"mdi-translate",tags:[]},{name:"mdi-translate-off",tags:[]},{name:"mdi-transmission-tower",tags:[]},{name:"mdi-trash-can",tags:[]},{name:"mdi-trash-can-outline",tags:[]},{name:"mdi-tray",tags:[]},{name:"mdi-tray-alert",tags:[]},{name:"mdi-tray-arrow-down",tags:[]},{name:"mdi-tray-arrow-up",tags:[]},{name:"mdi-tray-full",tags:[]},{name:"mdi-tray-minus",tags:[]},{name:"mdi-tray-plus",tags:[]},{name:"mdi-tray-remove",tags:[]},{name:"mdi-treasure-chest",tags:[]},{name:"mdi-tree",tags:[]},{name:"mdi-tree-outline",tags:[]},{name:"mdi-trello",tags:[]},{name:"mdi-trending-down",tags:[]},{name:"mdi-trending-neutral",tags:[]},{name:"mdi-trending-up",tags:[]},{name:"mdi-triangle",tags:[]},{name:"mdi-triangle-outline",tags:[]},{name:"mdi-triangle-wave",tags:[]},{name:"mdi-triforce",tags:[]},{name:"mdi-trophy",tags:[]},{name:"mdi-trophy-award",tags:[]},{name:"mdi-trophy-broken",tags:[]},{name:"mdi-trophy-outline",tags:[]},{name:"mdi-trophy-variant",tags:[]},{name:"mdi-trophy-variant-outline",tags:[]},{name:"mdi-truck",tags:[]},{name:"mdi-truck-check",tags:[]},{name:"mdi-truck-check-outline",tags:[]},{name:"mdi-truck-delivery",tags:[]},{name:"mdi-truck-delivery-outline",tags:[]},{name:"mdi-truck-fast",tags:[]},{name:"mdi-truck-fast-outline",tags:[]},{name:"mdi-truck-outline",tags:[]},{name:"mdi-truck-trailer",tags:[]},{name:"mdi-trumpet",tags:[]},{name:"mdi-tshirt-crew",tags:[]},{name:"mdi-tshirt-crew-outline",tags:[]},{name:"mdi-tshirt-v",tags:[]},{name:"mdi-tshirt-v-outline",tags:[]},{name:"mdi-tumble-dryer",tags:[]},{name:"mdi-tumble-dryer-alert",tags:[]},{name:"mdi-tumble-dryer-off",tags:[]},{name:"mdi-tune",tags:[]},{name:"mdi-tune-variant",tags:[]},{name:"mdi-tune-vertical",tags:[]},{name:"mdi-tune-vertical-variant",tags:[]},{name:"mdi-turkey",tags:[]},{name:"mdi-turnstile",tags:[]},{name:"mdi-turnstile-outline",tags:[]},{name:"mdi-turtle",tags:[]},{name:"mdi-twitch",tags:[]},{name:"mdi-twitter",tags:[]},{name:"mdi-two-factor-authentication",tags:[]},{name:"mdi-typewriter",tags:[]},{name:"mdi-ubisoft",tags:[]},{name:"mdi-ubuntu",tags:[]},{name:"mdi-ufo",tags:[]},{name:"mdi-ufo-outline",tags:[]},{name:"mdi-ultra-high-definition",tags:[]},{name:"mdi-umbraco",tags:[]},{name:"mdi-umbrella",tags:[]},{name:"mdi-umbrella-closed",tags:[]},{name:"mdi-umbrella-closed-outline",tags:[]},{name:"mdi-umbrella-closed-variant",tags:[]},{name:"mdi-umbrella-outline",tags:[]},{name:"mdi-undo",tags:[]},{name:"mdi-undo-variant",tags:[]},{name:"mdi-unfold-less-horizontal",tags:[]},{name:"mdi-unfold-less-vertical",tags:[]},{name:"mdi-unfold-more-horizontal",tags:[]},{name:"mdi-unfold-more-vertical",tags:[]},{name:"mdi-ungroup",tags:[]},{name:"mdi-unicode",tags:[]},{name:"mdi-unicorn",tags:[]},{name:"mdi-unicorn-variant",tags:[]},{name:"mdi-unicycle",tags:[]},{name:"mdi-unity",tags:[]},{name:"mdi-unreal",tags:[]},{name:"mdi-update",tags:[]},{name:"mdi-upload",tags:[]},{name:"mdi-upload-lock",tags:[]},{name:"mdi-upload-lock-outline",tags:[]},{name:"mdi-upload-multiple",tags:[]},{name:"mdi-upload-network",tags:[]},{name:"mdi-upload-network-outline",tags:[]},{name:"mdi-upload-off",tags:[]},{name:"mdi-upload-off-outline",tags:[]},{name:"mdi-upload-outline",tags:[]},{name:"mdi-usb",tags:[]},{name:"mdi-usb-flash-drive",tags:[]},{name:"mdi-usb-flash-drive-outline",tags:[]},{name:"mdi-usb-port",tags:[]},{name:"mdi-valve",tags:[]},{name:"mdi-valve-closed",tags:[]},{name:"mdi-valve-open",tags:[]},{name:"mdi-van-passenger",tags:[]},{name:"mdi-van-utility",tags:[]},{name:"mdi-vanish",tags:[]},{name:"mdi-vanish-quarter",tags:[]},{name:"mdi-vanity-light",tags:[]},{name:"mdi-variable",tags:[]},{name:"mdi-variable-box",tags:[]},{name:"mdi-vector-arrange-above",tags:[]},{name:"mdi-vector-arrange-below",tags:[]},{name:"mdi-vector-bezier",tags:[]},{name:"mdi-vector-circle",tags:[]},{name:"mdi-vector-circle-variant",tags:[]},{name:"mdi-vector-combine",tags:[]},{name:"mdi-vector-curve",tags:[]},{name:"mdi-vector-difference",tags:[]},{name:"mdi-vector-difference-ab",tags:[]},{name:"mdi-vector-difference-ba",tags:[]},{name:"mdi-vector-ellipse",tags:[]},{name:"mdi-vector-intersection",tags:[]},{name:"mdi-vector-line",tags:[]},{name:"mdi-vector-link",tags:[]},{name:"mdi-vector-point",tags:[]},{name:"mdi-vector-polygon",tags:[]},{name:"mdi-vector-polyline",tags:[]},{name:"mdi-vector-polyline-edit",tags:[]},{name:"mdi-vector-polyline-minus",tags:[]},{name:"mdi-vector-polyline-plus",tags:[]},{name:"mdi-vector-polyline-remove",tags:[]},{name:"mdi-vector-radius",tags:[]},{name:"mdi-vector-rectangle",tags:[]},{name:"mdi-vector-selection",tags:[]},{name:"mdi-vector-square",tags:[]},{name:"mdi-vector-triangle",tags:[]},{name:"mdi-vector-union",tags:[]},{name:"mdi-vhs",tags:[]},{name:"mdi-vibrate",tags:[]},{name:"mdi-vibrate-off",tags:[]},{name:"mdi-video",tags:[]},{name:"mdi-video-3d",tags:[]},{name:"mdi-video-3d-off",tags:[]},{name:"mdi-video-3d-variant",tags:[]},{name:"mdi-video-4k-box",tags:[]},{name:"mdi-video-account",tags:[]},{name:"mdi-video-box",tags:[]},{name:"mdi-video-box-off",tags:[]},{name:"mdi-video-check",tags:[]},{name:"mdi-video-check-outline",tags:[]},{name:"mdi-video-high-definition",tags:[]},{name:"mdi-video-image",tags:[]},{name:"mdi-video-input-antenna",tags:[]},{name:"mdi-video-input-component",tags:[]},{name:"mdi-video-input-hdmi",tags:[]},{name:"mdi-video-input-scart",tags:[]},{name:"mdi-video-input-svideo",tags:[]},{name:"mdi-video-minus",tags:[]},{name:"mdi-video-minus-outline",tags:[]},{name:"mdi-video-off",tags:[]},{name:"mdi-video-off-outline",tags:[]},{name:"mdi-video-outline",tags:[]},{name:"mdi-video-plus",tags:[]},{name:"mdi-video-plus-outline",tags:[]},{name:"mdi-video-stabilization",tags:[]},{name:"mdi-video-switch",tags:[]},{name:"mdi-video-switch-outline",tags:[]},{name:"mdi-video-vintage",tags:[]},{name:"mdi-video-wireless",tags:[]},{name:"mdi-video-wireless-outline",tags:[]},{name:"mdi-view-agenda",tags:[]},{name:"mdi-view-agenda-outline",tags:[]},{name:"mdi-view-array",tags:[]},{name:"mdi-view-array-outline",tags:[]},{name:"mdi-view-carousel",tags:[]},{name:"mdi-view-carousel-outline",tags:[]},{name:"mdi-view-column",tags:[]},{name:"mdi-view-column-outline",tags:[]},{name:"mdi-view-comfy",tags:[]},{name:"mdi-view-comfy-outline",tags:[]},{name:"mdi-view-compact",tags:[]},{name:"mdi-view-compact-outline",tags:[]},{name:"mdi-view-dashboard",tags:[]},{name:"mdi-view-dashboard-outline",tags:[]},{name:"mdi-view-dashboard-variant",tags:[]},{name:"mdi-view-dashboard-variant-outline",tags:[]},{name:"mdi-view-day",tags:[]},{name:"mdi-view-day-outline",tags:[]},{name:"mdi-view-grid",tags:[]},{name:"mdi-view-grid-outline",tags:[]},{name:"mdi-view-grid-plus",tags:[]},{name:"mdi-view-grid-plus-outline",tags:[]},{name:"mdi-view-headline",tags:[]},{name:"mdi-view-list",tags:[]},{name:"mdi-view-list-outline",tags:[]},{name:"mdi-view-module",tags:[]},{name:"mdi-view-module-outline",tags:[]},{name:"mdi-view-parallel",tags:[]},{name:"mdi-view-parallel-outline",tags:[]},{name:"mdi-view-quilt",tags:[]},{name:"mdi-view-quilt-outline",tags:[]},{name:"mdi-view-sequential",tags:[]},{name:"mdi-view-sequential-outline",tags:[]},{name:"mdi-view-split-horizontal",tags:[]},{name:"mdi-view-split-vertical",tags:[]},{name:"mdi-view-stream",tags:[]},{name:"mdi-view-stream-outline",tags:[]},{name:"mdi-view-week",tags:[]},{name:"mdi-view-week-outline",tags:[]},{name:"mdi-vimeo",tags:[]},{name:"mdi-violin",tags:[]},{name:"mdi-virtual-reality",tags:[]},{name:"mdi-virus",tags:[]},{name:"mdi-virus-outline",tags:[]},{name:"mdi-vlc",tags:[]},{name:"mdi-voicemail",tags:[]},{name:"mdi-volleyball",tags:[]},{name:"mdi-volume-high",tags:[]},{name:"mdi-volume-low",tags:[]},{name:"mdi-volume-medium",tags:[]},{name:"mdi-volume-minus",tags:[]},{name:"mdi-volume-mute",tags:[]},{name:"mdi-volume-off",tags:[]},{name:"mdi-volume-plus",tags:[]},{name:"mdi-volume-source",tags:[]},{name:"mdi-volume-variant-off",tags:[]},{name:"mdi-volume-vibrate",tags:[]},{name:"mdi-vote",tags:[]},{name:"mdi-vote-outline",tags:[]},{name:"mdi-vpn",tags:[]},{name:"mdi-vuejs",tags:[]},{name:"mdi-vuetify",tags:[]},{name:"mdi-walk",tags:[]},{name:"mdi-wall",tags:[]},{name:"mdi-wall-sconce",tags:[]},{name:"mdi-wall-sconce-flat",tags:[]},{name:"mdi-wall-sconce-flat-outline",tags:[]},{name:"mdi-wall-sconce-flat-variant",tags:[]},{name:"mdi-wall-sconce-flat-variant-outline",tags:[]},{name:"mdi-wall-sconce-outline",tags:[]},{name:"mdi-wall-sconce-round",tags:[]},{name:"mdi-wall-sconce-round-outline",tags:[]},{name:"mdi-wall-sconce-round-variant",tags:[]},{name:"mdi-wall-sconce-round-variant-outline",tags:[]},{name:"mdi-wallet",tags:[]},{name:"mdi-wallet-giftcard",tags:[]},{name:"mdi-wallet-membership",tags:[]},{name:"mdi-wallet-outline",tags:[]},{name:"mdi-wallet-plus",tags:[]},{name:"mdi-wallet-plus-outline",tags:[]},{name:"mdi-wallet-travel",tags:[]},{name:"mdi-wallpaper",tags:[]},{name:"mdi-wan",tags:[]},{name:"mdi-wardrobe",tags:[]},{name:"mdi-wardrobe-outline",tags:[]},{name:"mdi-warehouse",tags:[]},{name:"mdi-washing-machine",tags:[]},{name:"mdi-washing-machine-alert",tags:[]},{name:"mdi-washing-machine-off",tags:[]},{name:"mdi-watch",tags:[]},{name:"mdi-watch-export",tags:[]},{name:"mdi-watch-export-variant",tags:[]},{name:"mdi-watch-import",tags:[]},{name:"mdi-watch-import-variant",tags:[]},{name:"mdi-watch-variant",tags:[]},{name:"mdi-watch-vibrate",tags:[]},{name:"mdi-watch-vibrate-off",tags:[]},{name:"mdi-water",tags:[]},{name:"mdi-water-alert",tags:[]},{name:"mdi-water-alert-outline",tags:[]},{name:"mdi-water-boiler",tags:[]},{name:"mdi-water-boiler-alert",tags:[]},{name:"mdi-water-boiler-off",tags:[]},{name:"mdi-water-check",tags:[]},{name:"mdi-water-check-outline",tags:[]},{name:"mdi-water-circle",tags:[]},{name:"mdi-water-minus",tags:[]},{name:"mdi-water-minus-outline",tags:[]},{name:"mdi-water-off",tags:[]},{name:"mdi-water-off-outline",tags:[]},{name:"mdi-water-outline",tags:[]},{name:"mdi-water-percent",tags:[]},{name:"mdi-water-percent-alert",tags:[]},{name:"mdi-water-plus",tags:[]},{name:"mdi-water-plus-outline",tags:[]},{name:"mdi-water-polo",tags:[]},{name:"mdi-water-pump",tags:[]},{name:"mdi-water-pump-off",tags:[]},{name:"mdi-water-remove",tags:[]},{name:"mdi-water-remove-outline",tags:[]},{name:"mdi-water-sync",tags:[]},{name:"mdi-water-well",tags:[]},{name:"mdi-water-well-outline",tags:[]},{name:"mdi-watering-can",tags:[]},{name:"mdi-watering-can-outline",tags:[]},{name:"mdi-watermark",tags:[]},{name:"mdi-wave",tags:[]},{name:"mdi-waveform",tags:[]},{name:"mdi-waves",tags:[]},{name:"mdi-waze",tags:[]},{name:"mdi-weather-cloudy",tags:[]},{name:"mdi-weather-cloudy-alert",tags:[]},{name:"mdi-weather-cloudy-arrow-right",tags:[]},{name:"mdi-weather-fog",tags:[]},{name:"mdi-weather-hail",tags:[]},{name:"mdi-weather-hazy",tags:[]},{name:"mdi-weather-hurricane",tags:[]},{name:"mdi-weather-lightning",tags:[]},{name:"mdi-weather-lightning-rainy",tags:[]},{name:"mdi-weather-night",tags:[]},{name:"mdi-weather-night-partly-cloudy",tags:[]},{name:"mdi-weather-partly-cloudy",tags:[]},{name:"mdi-weather-partly-lightning",tags:[]},{name:"mdi-weather-partly-rainy",tags:[]},{name:"mdi-weather-partly-snowy",tags:[]},{name:"mdi-weather-partly-snowy-rainy",tags:[]},{name:"mdi-weather-pouring",tags:[]},{name:"mdi-weather-rainy",tags:[]},{name:"mdi-weather-snowy",tags:[]},{name:"mdi-weather-snowy-heavy",tags:[]},{name:"mdi-weather-snowy-rainy",tags:[]},{name:"mdi-weather-sunny",tags:[]},{name:"mdi-weather-sunny-alert",tags:[]},{name:"mdi-weather-sunny-off",tags:[]},{name:"mdi-weather-sunset",tags:[]},{name:"mdi-weather-sunset-down",tags:[]},{name:"mdi-weather-sunset-up",tags:[]},{name:"mdi-weather-tornado",tags:[]},{name:"mdi-weather-windy",tags:[]},{name:"mdi-weather-windy-variant",tags:[]},{name:"mdi-web",tags:[]},{name:"mdi-web-box",tags:[]},{name:"mdi-web-cancel",tags:[]},{name:"mdi-web-check",tags:[]},{name:"mdi-web-clock",tags:[]},{name:"mdi-web-minus",tags:[]},{name:"mdi-web-off",tags:[]},{name:"mdi-web-plus",tags:[]},{name:"mdi-web-refresh",tags:[]},{name:"mdi-web-remove",tags:[]},{name:"mdi-web-sync",tags:[]},{name:"mdi-webcam",tags:[]},{name:"mdi-webcam-off",tags:[]},{name:"mdi-webhook",tags:[]},{name:"mdi-webpack",tags:[]},{name:"mdi-webrtc",tags:[]},{name:"mdi-wechat",tags:[]},{name:"mdi-weight",tags:[]},{name:"mdi-weight-gram",tags:[]},{name:"mdi-weight-kilogram",tags:[]},{name:"mdi-weight-lifter",tags:[]},{name:"mdi-weight-pound",tags:[]},{name:"mdi-whatsapp",tags:[]},{name:"mdi-wheel-barrow",tags:[]},{name:"mdi-wheelchair-accessibility",tags:[]},{name:"mdi-whistle",tags:[]},{name:"mdi-whistle-outline",tags:[]},{name:"mdi-white-balance-auto",tags:[]},{name:"mdi-white-balance-incandescent",tags:[]},{name:"mdi-white-balance-iridescent",tags:[]},{name:"mdi-white-balance-sunny",tags:[]},{name:"mdi-widgets",tags:[]},{name:"mdi-widgets-outline",tags:[]},{name:"mdi-wifi",tags:[]},{name:"mdi-wifi-alert",tags:[]},{name:"mdi-wifi-arrow-down",tags:[]},{name:"mdi-wifi-arrow-left",tags:[]},{name:"mdi-wifi-arrow-left-right",tags:[]},{name:"mdi-wifi-arrow-right",tags:[]},{name:"mdi-wifi-arrow-up",tags:[]},{name:"mdi-wifi-arrow-up-down",tags:[]},{name:"mdi-wifi-cancel",tags:[]},{name:"mdi-wifi-check",tags:[]},{name:"mdi-wifi-cog",tags:[]},{name:"mdi-wifi-lock",tags:[]},{name:"mdi-wifi-lock-open",tags:[]},{name:"mdi-wifi-marker",tags:[]},{name:"mdi-wifi-minus",tags:[]},{name:"mdi-wifi-off",tags:[]},{name:"mdi-wifi-plus",tags:[]},{name:"mdi-wifi-refresh",tags:[]},{name:"mdi-wifi-remove",tags:[]},{name:"mdi-wifi-settings",tags:[]},{name:"mdi-wifi-star",tags:[]},{name:"mdi-wifi-strength-1",tags:[]},{name:"mdi-wifi-strength-1-alert",tags:[]},{name:"mdi-wifi-strength-1-lock",tags:[]},{name:"mdi-wifi-strength-1-lock-open",tags:[]},{name:"mdi-wifi-strength-2",tags:[]},{name:"mdi-wifi-strength-2-alert",tags:[]},{name:"mdi-wifi-strength-2-lock",tags:[]},{name:"mdi-wifi-strength-2-lock-open",tags:[]},{name:"mdi-wifi-strength-3",tags:[]},{name:"mdi-wifi-strength-3-alert",tags:[]},{name:"mdi-wifi-strength-3-lock",tags:[]},{name:"mdi-wifi-strength-3-lock-open",tags:[]},{name:"mdi-wifi-strength-4",tags:[]},{name:"mdi-wifi-strength-4-alert",tags:[]},{name:"mdi-wifi-strength-4-lock",tags:[]},{name:"mdi-wifi-strength-4-lock-open",tags:[]},{name:"mdi-wifi-strength-alert-outline",tags:[]},{name:"mdi-wifi-strength-lock-open-outline",tags:[]},{name:"mdi-wifi-strength-lock-outline",tags:[]},{name:"mdi-wifi-strength-off",tags:[]},{name:"mdi-wifi-strength-off-outline",tags:[]},{name:"mdi-wifi-strength-outline",tags:[]},{name:"mdi-wifi-sync",tags:[]},{name:"mdi-wikipedia",tags:[]},{name:"mdi-wind-turbine",tags:[]},{name:"mdi-window-close",tags:[]},{name:"mdi-window-closed",tags:[]},{name:"mdi-window-closed-variant",tags:[]},{name:"mdi-window-maximize",tags:[]},{name:"mdi-window-minimize",tags:[]},{name:"mdi-window-open",tags:[]},{name:"mdi-window-open-variant",tags:[]},{name:"mdi-window-restore",tags:[]},{name:"mdi-window-shutter",tags:[]},{name:"mdi-window-shutter-alert",tags:[]},{name:"mdi-window-shutter-open",tags:[]},{name:"mdi-windsock",tags:[]},{name:"mdi-wiper",tags:[]},{name:"mdi-wiper-wash",tags:[]},{name:"mdi-wizard-hat",tags:[]},{name:"mdi-wordpress",tags:[]},{name:"mdi-wrap",tags:[]},{name:"mdi-wrap-disabled",tags:[]},{name:"mdi-wrench",tags:[]},{name:"mdi-wrench-outline",tags:[]},{name:"mdi-xamarin",tags:[]},{name:"mdi-xml",tags:[]},{name:"mdi-xmpp",tags:[]},{name:"mdi-yahoo",tags:[]},{name:"mdi-yeast",tags:[]},{name:"mdi-yin-yang",tags:[]},{name:"mdi-yoga",tags:[]},{name:"mdi-youtube",tags:[]},{name:"mdi-youtube-gaming",tags:[]},{name:"mdi-youtube-studio",tags:[]},{name:"mdi-youtube-subscription",tags:[]},{name:"mdi-youtube-tv",tags:[]},{name:"mdi-yurt",tags:[]},{name:"mdi-z-wave",tags:[]},{name:"mdi-zend",tags:[]},{name:"mdi-zigbee",tags:[]},{name:"mdi-zip-box",tags:[]},{name:"mdi-zip-box-outline",tags:[]},{name:"mdi-zip-disk",tags:[]},{name:"mdi-zodiac-aquarius",tags:[]},{name:"mdi-zodiac-aries",tags:[]},{name:"mdi-zodiac-cancer",tags:[]},{name:"mdi-zodiac-capricorn",tags:[]},{name:"mdi-zodiac-gemini",tags:[]},{name:"mdi-zodiac-leo",tags:[]},{name:"mdi-zodiac-libra",tags:[]},{name:"mdi-zodiac-pisces",tags:[]},{name:"mdi-zodiac-sagittarius",tags:[]},{name:"mdi-zodiac-scorpio",tags:[]},{name:"mdi-zodiac-taurus",tags:[]},{name:"mdi-zodiac-virgo",tags:[]}]}},"71dd":function(a,e,t){"use strict";t.r(e),e["default"]={name:"line-awesome",icons:[{name:"la-500px",prefix:"lab",tags:["brand"]},{name:"la-accessible-icon",prefix:"lab",tags:["accessibility","brand"]},{name:"la-accusoft",prefix:"lab",tags:["brand"]},{name:"la-acquisitions-incorporated",prefix:"lab",tags:["brand"]},{name:"la-ad",prefix:"las",tags:["social"]},{name:"la-address-book",prefix:"las",tags:["office","people"]},{name:"la-address-card",prefix:"las",tags:["office","people"]},{name:"la-adjust",prefix:"las",tags:["technology"]},{name:"la-adn",prefix:"lab",tags:["brand"]},{name:"la-adobe",prefix:"lab",tags:["brand"]},{name:"la-adversal",prefix:"lab",tags:["brand"]},{name:"la-affiliatetheme",prefix:"lab",tags:["brand"]},{name:"la-air-freshener",prefix:"las",tags:["travel"]},{name:"la-airbnb",prefix:"lab",tags:["brand"]},{name:"la-algolia",prefix:"lab",tags:["brand"]},{name:"la-align-center",prefix:"las",tags:["editor"]},{name:"la-align-justify",prefix:"las",tags:["editor"]},{name:"la-align-left",prefix:"las",tags:["editor"]},{name:"la-align-right",prefix:"las",tags:["editor"]},{name:"la-alipay",prefix:"lab",tags:["brand"]},{name:"la-allergies",prefix:"las",tags:["health"]},{name:"la-amazon",prefix:"lab",tags:["brand"]},{name:"la-amazon-pay",prefix:"lab",tags:["brand"]},{name:"la-ambulance",prefix:"las",tags:["travel"]},{name:"la-american-sign-language-interpreting",prefix:"las",tags:["accessibility"]},{name:"la-amilia",prefix:"lab",tags:["brand"]},{name:"la-anchor",prefix:"las",tags:["brand"]},{name:"la-android",prefix:"lab",tags:["brand"]},{name:"la-angellist",prefix:"lab",tags:["brand"]},{name:"la-angle-double-down",prefix:"las",tags:["arrow"]},{name:"la-angle-double-left",prefix:"las",tags:["arrow"]},{name:"la-angle-double-right",prefix:"las",tags:["arrow"]},{name:"la-angle-double-up",prefix:"las",tags:["arrow"]},{name:"la-angle-down",prefix:"las",tags:["arrow"]},{name:"la-angle-left",prefix:"las",tags:["arrow"]},{name:"la-angle-right",prefix:"las",tags:["arrow"]},{name:"la-angle-up",prefix:"las",tags:["arrow"]},{name:"la-angry",prefix:"las",tags:["emotions","people"]},{name:"la-angrycreative",prefix:"lab",tags:["brand"]},{name:"la-angular",prefix:"lab",tags:["brand"]},{name:"la-ankh",prefix:"las",tags:["religion","social"]},{name:"la-app-store",prefix:"lab",tags:["brand"]},{name:"la-app-store-ios",prefix:"lab",tags:["brand"]},{name:"la-apper",prefix:"lab",tags:["brand"]},{name:"la-apple",prefix:"lab",tags:["brand"]},{name:"la-apple-alt",prefix:"las",tags:["brand","food"]},{name:"la-apple-pay",prefix:"lab",tags:["brand"]},{name:"la-archive",prefix:"las",tags:["office"]},{name:"la-archway",prefix:"las",tags:["buildings"]},{name:"la-arrow-alt-circle-down",prefix:"las",tags:["arrow"]},{name:"la-arrow-alt-circle-left",prefix:"las",tags:["arrow"]},{name:"la-arrow-alt-circle-right",prefix:"las",tags:["arrow"]},{name:"la-arrow-alt-circle-up",prefix:"las",tags:["arrow"]},{name:"la-arrow-circle-down",prefix:"las",tags:["arrow"]},{name:"la-arrow-circle-left",prefix:"las",tags:["arrow"]},{name:"la-arrow-circle-right",prefix:"las",tags:["arrow"]},{name:"la-arrow-circle-up",prefix:"las",tags:["arrow"]},{name:"la-arrow-down",prefix:"las",tags:["arrow"]},{name:"la-arrow-left",prefix:"las",tags:["arrow"]},{name:"la-arrow-right",prefix:"las",tags:["arrow"]},{name:"la-arrow-up",prefix:"las",tags:["arrow"]},{name:"la-arrows-alt",prefix:"las",tags:["arrow"]},{name:"la-arrows-alt-h",prefix:"las",tags:["arrow"]},{name:"la-arrows-alt-v",prefix:"las",tags:["arrow"]},{name:"la-artstation",prefix:"lab",tags:["brand"]},{name:"la-assistive-listening-systems",prefix:"las",tags:["accessibility"]},{name:"la-asterisk",prefix:"las",tags:["other"]},{name:"la-asymmetrik",prefix:"lab",tags:["brand"]},{name:"la-at",prefix:"las",tags:["web"]},{name:"la-atlas",prefix:"las",tags:["travel"]},{name:"la-atlassian",prefix:"lab",tags:["brand"]},{name:"la-atom",prefix:"las",tags:["science"]},{name:"la-audible",prefix:"lab",tags:["brand"]},{name:"la-audio-description",prefix:"las",tags:["accessibility","media"]},{name:"la-autoprefixer",prefix:"lab",tags:["brand"]},{name:"la-avianex",prefix:"lab",tags:["brand"]},{name:"la-aviato",prefix:"lab",tags:["brand"]},{name:"la-award",prefix:"las",tags:["brand"]},{name:"la-aws",prefix:"lab",tags:["brand"]},{name:"la-baby",prefix:"las",tags:["family","people"]},{name:"la-baby-carriage",prefix:"las",tags:["family","people"]},{name:"la-backspace",prefix:"las",tags:["editor"]},{name:"la-backward",prefix:"las",tags:["media"]},{name:"la-bacon",prefix:"las",tags:["food"]},{name:"la-balance-scale",prefix:"las",tags:["social"]},{name:"la-balance-scale-left",prefix:"las",tags:["social"]},{name:"la-balance-scale-right",prefix:"las",tags:["social"]},{name:"la-ban",prefix:"las",tags:["social"]},{name:"la-band-aid",prefix:"las",tags:["health"]},{name:"la-bandcamp",prefix:"lab",tags:["brand"]},{name:"la-barcode",prefix:"las",tags:["other","technology"]},{name:"la-bars",prefix:"las",tags:["web"]},{name:"la-baseball-ball",prefix:"las",tags:["sport"]},{name:"la-basketball-ball",prefix:"las",tags:["sport"]},{name:"la-bath",prefix:"las",tags:["home"]},{name:"la-battery-empty",prefix:"las",tags:["technology"]},{name:"la-battery-full",prefix:"las",tags:["technology"]},{name:"la-battery-half",prefix:"las",tags:["technology"]},{name:"la-battery-quarter",prefix:"las",tags:["technology"]},{name:"la-battery-three-quarters",prefix:"las",tags:["technology"]},{name:"la-battle-net",prefix:"lab",tags:["brand"]},{name:"la-bed",prefix:"las",tags:["home"]},{name:"la-beer",prefix:"las",tags:["food"]},{name:"la-behance",prefix:"lab",tags:["brand"]},{name:"la-behance-square",prefix:"lab",tags:["brand"]},{name:"la-bell",prefix:"las",tags:["other"]},{name:"la-bell-slash",prefix:"las",tags:["other"]},{name:"la-bezier-curve",prefix:"las",tags:["science"]},{name:"la-bible",prefix:"las",tags:["religion","social"]},{name:"la-bicycle",prefix:"las",tags:["sport","travel"]},{name:"la-biking",prefix:"las",tags:["sport","travel"]},{name:"la-bimobject",prefix:"lab",tags:["brand"]},{name:"la-binoculars",prefix:"las",tags:["other","travel"]},{name:"la-biohazard",prefix:"las",tags:["other","science"]},{name:"la-birthday-cake",prefix:"las",tags:["social"]},{name:"la-bitbucket",prefix:"lab",tags:["brand"]},{name:"la-bitcoin",prefix:"lab",tags:["brand"]},{name:"la-bity",prefix:"lab",tags:["brand"]},{name:"la-black-tie",prefix:"lab",tags:["brand"]},{name:"la-blackberry",prefix:"lab",tags:["brand"]},{name:"la-blender",prefix:"las",tags:["home","technology"]},{name:"la-blender-phone",prefix:"las",tags:["home","technology"]},{name:"la-blind",prefix:"las",tags:["accessibility"]},{name:"la-blog",prefix:"las",tags:["web"]},{name:"la-blogger",prefix:"lab",tags:["brand"]},{name:"la-blogger-b",prefix:"lab",tags:["brand"]},{name:"la-bluetooth",prefix:"lab",tags:["brand"]},{name:"la-bluetooth-b",prefix:"lab",tags:["brand"]},{name:"la-bold",prefix:"las",tags:["editor"]},{name:"la-bolt",prefix:"las",tags:["editor"]},{name:"la-bomb",prefix:"las",tags:["other"]},{name:"la-bone",prefix:"las",tags:["food"]},{name:"la-bong",prefix:"las",tags:["science"]},{name:"la-book",prefix:"las",tags:["social"]},{name:"la-book-dead",prefix:"las",tags:["social"]},{name:"la-book-medical",prefix:"las",tags:["health","social"]},{name:"la-book-open",prefix:"las",tags:["social"]},{name:"la-book-reader",prefix:"las",tags:["social"]},{name:"la-bookmark",prefix:"las",tags:["other","web"]},{name:"la-bootstrap",prefix:"lab",tags:["brand"]},{name:"la-border-all",prefix:"las",tags:["editor"]},{name:"la-border-none",prefix:"las",tags:["editor"]},{name:"la-border-style",prefix:"las",tags:["editor"]},{name:"la-bowling-ball",prefix:"las",tags:["sport"]},{name:"la-box",prefix:"las",tags:["other"]},{name:"la-box-open",prefix:"las",tags:["other"]},{name:"la-boxes",prefix:"las",tags:["other"]},{name:"la-braille",prefix:"las",tags:["accessibility"]},{name:"la-brain",prefix:"las",tags:["health","health","social"]},{name:"la-bread-slice",prefix:"las",tags:["food"]},{name:"la-briefcase",prefix:"las",tags:["office"]},{name:"la-briefcase-medical",prefix:"las",tags:["health"]},{name:"la-broadcast-tower",prefix:"las",tags:["media"]},{name:"la-broom",prefix:"las",tags:["home","other"]},{name:"la-brush",prefix:"las",tags:["social"]},{name:"la-btc",prefix:"lab",tags:["brand"]},{name:"la-buffer",prefix:"lab",tags:["brand"]},{name:"la-bug",prefix:"las",tags:["nature","web"]},{name:"la-building",prefix:"las",tags:["buildings"]},{name:"la-bullhorn",prefix:"las",tags:["social","web"]},{name:"la-bullseye",prefix:"las",tags:["other"]},{name:"la-burn",prefix:"las",tags:["other","social","web"]},{name:"la-buromobelexperte",prefix:"lab",tags:["brand"]},{name:"la-bus",prefix:"las",tags:["social","technology","travel"]},{name:"la-bus-alt",prefix:"las",tags:["social","technology","travel"]},{name:"la-business-time",prefix:"las",tags:["office"]},{name:"la-buy-n-large",prefix:"lab",tags:["brand"]},{name:"la-buysellads",prefix:"lab",tags:["brand"]},{name:"la-calculator",prefix:"las",tags:["science"]},{name:"la-calendar",prefix:"las",tags:["office"]},{name:"la-calendar-alt",prefix:"las",tags:["office"]},{name:"la-calendar-check",prefix:"las",tags:["office"]},{name:"la-calendar-day",prefix:"las",tags:["office"]},{name:"la-calendar-minus",prefix:"las",tags:["office"]},{name:"la-calendar-plus",prefix:"las",tags:["office"]},{name:"la-calendar-times",prefix:"las",tags:["office"]},{name:"la-calendar-week",prefix:"las",tags:["office"]},{name:"la-camera",prefix:"las",tags:["technology","web"]},{name:"la-camera-retro",prefix:"las",tags:["technology","web"]},{name:"la-campground",prefix:"las",tags:["social","travel"]},{name:"la-canadian-maple-leaf",prefix:"lab",tags:["brand"]},{name:"la-candy-cane",prefix:"las",tags:["food"]},{name:"la-cannabis",prefix:"las",tags:["food","social"]},{name:"la-capsules",prefix:"las",tags:["health"]},{name:"la-car",prefix:"las",tags:["travel"]},{name:"la-car-alt",prefix:"las",tags:["travel"]},{name:"la-car-battery",prefix:"las",tags:["travel"]},{name:"la-car-crash",prefix:"las",tags:["travel"]},{name:"la-car-side",prefix:"las",tags:["travel"]},{name:"la-caret-down",prefix:"las",tags:["arrow"]},{name:"la-caret-left",prefix:"las",tags:["arrow"]},{name:"la-caret-right",prefix:"las",tags:["arrow"]},{name:"la-caret-square-down",prefix:"las",tags:["arrow"]},{name:"la-caret-square-left",prefix:"las",tags:["arrow"]},{name:"la-caret-square-right",prefix:"las",tags:["arrow"]},{name:"la-caret-square-up",prefix:"las",tags:["arrow"]},{name:"la-caret-up",prefix:"las",tags:["arrow"]},{name:"la-carrot",prefix:"las",tags:["food"]},{name:"la-cart-arrow-down",prefix:"las",tags:["arrow"]},{name:"la-cart-plus",prefix:"las",tags:["office"]},{name:"la-cash-register",prefix:"las",tags:["money","technology"]},{name:"la-cat",prefix:"las",tags:["nature"]},{name:"la-cc-amazon-pay",prefix:"lab",tags:["brand"]},{name:"la-cc-amex",prefix:"lab",tags:["brand"]},{name:"la-cc-apple-pay",prefix:"lab",tags:["brand"]},{name:"la-cc-diners-club",prefix:"lab",tags:["brand"]},{name:"la-cc-discover",prefix:"lab",tags:["brand"]},{name:"la-cc-jcb",prefix:"lab",tags:["brand"]},{name:"la-cc-mastercard",prefix:"lab",tags:["brand"]},{name:"la-cc-paypal",prefix:"lab",tags:["brand"]},{name:"la-cc-stripe",prefix:"lab",tags:["brand"]},{name:"la-cc-visa",prefix:"lab",tags:["brand"]},{name:"la-centercode",prefix:"lab",tags:["brand"]},{name:"la-centos",prefix:"lab",tags:["brand"]},{name:"la-certificate",prefix:"las",tags:["social"]},{name:"la-chair",prefix:"las",tags:["home"]},{name:"la-chalkboard",prefix:"las",tags:["office"]},{name:"la-chalkboard-teacher",prefix:"las",tags:["office","other","science"]},{name:"la-charging-station",prefix:"las",tags:["travel"]},{name:"la-chart-area",prefix:"las",tags:["office"]},{name:"la-chart-bar",prefix:"las",tags:["office"]},{name:"la-chart-line",prefix:"las",tags:["arrow","office"]},{name:"la-chart-pie",prefix:"las",tags:["office"]},{name:"la-check",prefix:"las",tags:["office","social","web"]},{name:"la-check-circle",prefix:"las",tags:["office","social","web"]},{name:"la-check-double",prefix:"las",tags:["office","social","web"]},{name:"la-check-square",prefix:"las",tags:["office","social","web"]},{name:"la-cheese",prefix:"las",tags:["food"]},{name:"la-chess",prefix:"las",tags:["social"]},{name:"la-chess-bishop",prefix:"las",tags:["social"]},{name:"la-chess-board",prefix:"las",tags:["social"]},{name:"la-chess-king",prefix:"las",tags:["social"]},{name:"la-chess-knight",prefix:"las",tags:["social"]},{name:"la-chess-pawn",prefix:"las",tags:["social"]},{name:"la-chess-queen",prefix:"las",tags:["social"]},{name:"la-chess-rook",prefix:"las",tags:["social"]},{name:"la-chevron-circle-down",prefix:"las",tags:["arrow"]},{name:"la-chevron-circle-left",prefix:"las",tags:["arrow"]},{name:"la-chevron-circle-right",prefix:"las",tags:["arrow"]},{name:"la-chevron-circle-up",prefix:"las",tags:["arrow"]},{name:"la-chevron-down",prefix:"las",tags:["arrow"]},{name:"la-chevron-left",prefix:"las",tags:["arrow"]},{name:"la-chevron-right",prefix:"las",tags:["arrow"]},{name:"la-chevron-up",prefix:"las",tags:["arrow"]},{name:"la-child",prefix:"las",tags:["family","people"]},{name:"la-chrome",prefix:"lab",tags:["brand"]},{name:"la-chromecast",prefix:"lab",tags:["brand"]},{name:"la-church",prefix:"las",tags:["buildings","social"]},{name:"la-circle",prefix:"las",tags:["media","other"]},{name:"la-circle-notch",prefix:"las",tags:["other"]},{name:"la-city",prefix:"las",tags:["buildings"]},{name:"la-clinic-medical",prefix:"las",tags:["buildings"]},{name:"la-clipboard",prefix:"las",tags:["editor"]},{name:"la-clipboard-check",prefix:"las",tags:["editor"]},{name:"la-clipboard-list",prefix:"las",tags:["editor"]},{name:"la-clock",prefix:"las",tags:["home","office","other"]},{name:"la-clone",prefix:"las",tags:["editor"]},{name:"la-closed-captioning",prefix:"las",tags:["accessibility","media"]},{name:"la-cloud",prefix:"las",tags:["weather","web"]},{name:"la-cloud-download-alt",prefix:"las",tags:["arrow"]},{name:"la-cloud-meatball",prefix:"las",tags:["weather"]},{name:"la-cloud-moon",prefix:"las",tags:["weather"]},{name:"la-cloud-moon-rain",prefix:"las",tags:["weather"]},{name:"la-cloud-rain",prefix:"las",tags:["weather"]},{name:"la-cloud-showers-heavy",prefix:"las",tags:["weather"]},{name:"la-cloud-sun",prefix:"las",tags:["weather"]},{name:"la-cloud-sun-rain",prefix:"las",tags:["weather"]},{name:"la-cloud-upload-alt",prefix:"las",tags:["arrow"]},{name:"la-cloudscale",prefix:"lab",tags:["brand"]},{name:"la-cloudsmith",prefix:"lab",tags:["brand"]},{name:"la-cloudversify",prefix:"lab",tags:["brand"]},{name:"la-cocktail",prefix:"las",tags:["food"]},{name:"la-code",prefix:"las",tags:["technology","web"]},{name:"la-code-branch",prefix:"las",tags:["technology","web"]},{name:"la-codepen",prefix:"lab",tags:["brand"]},{name:"la-codiepie",prefix:"lab",tags:["brand"]},{name:"la-coffee",prefix:"las",tags:["food"]},{name:"la-cog",prefix:"las",tags:["other","technology"]},{name:"la-cogs",prefix:"las",tags:["other","technology"]},{name:"la-coins",prefix:"las",tags:["money","social"]},{name:"la-columns",prefix:"las",tags:["editor"]},{name:"la-comment",prefix:"las",tags:["social","web"]},{name:"la-comment-alt",prefix:"las",tags:["social","web"]},{name:"la-comment-dollar",prefix:"las",tags:["social","web"]},{name:"la-comment-dots",prefix:"las",tags:["social","web"]},{name:"la-comment-medical",prefix:"las",tags:["social","web"]},{name:"la-comment-slash",prefix:"las",tags:["social","web"]},{name:"la-comments",prefix:"las",tags:["social","web"]},{name:"la-comments-dollar",prefix:"las",tags:["social","web"]},{name:"la-compact-disc",prefix:"las",tags:["technology"]},{name:"la-compass",prefix:"las",tags:["social","travel","weather"]},{name:"la-compress",prefix:"las",tags:["arrow","media"]},{name:"la-compress-arrows-alt",prefix:"las",tags:["arrow","media"]},{name:"la-concierge-bell",prefix:"las",tags:["social","travel"]},{name:"la-confluence",prefix:"lab",tags:["brand"]},{name:"la-connectdevelop",prefix:"lab",tags:["brand"]},{name:"la-contao",prefix:"lab",tags:["brand"]},{name:"la-cookie",prefix:"las",tags:["food"]},{name:"la-cookie-bite",prefix:"las",tags:["food"]},{name:"la-copy",prefix:"las",tags:["editor"]},{name:"la-copyright",prefix:"las",tags:["social"]},{name:"la-cotton-bureau",prefix:"lab",tags:["brand"]},{name:"la-couch",prefix:"las",tags:["home"]},{name:"la-cpanel",prefix:"lab",tags:["brand"]},{name:"la-creative-commons",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-by",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-nc",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-nc-eu",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-nc-jp",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-nd",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-pd",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-pd-alt",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-remix",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-sa",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-sampling",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-sampling-plus",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-share",prefix:"lab",tags:["brand"]},{name:"la-creative-commons-zero",prefix:"lab",tags:["brand"]},{name:"la-credit-card",prefix:"las",tags:["money","social"]},{name:"la-critical-role",prefix:"lab",tags:["brand"]},{name:"la-crop",prefix:"las",tags:["editor"]},{name:"la-crop-alt",prefix:"las",tags:["editor"]},{name:"la-cross",prefix:"las",tags:["religion"]},{name:"la-crosshairs",prefix:"las",tags:["other"]},{name:"la-crow",prefix:"las",tags:["nature"]},{name:"la-crown",prefix:"las",tags:["social"]},{name:"la-crutch",prefix:"las",tags:["accessibility"]},{name:"la-css3",prefix:"lab",tags:["brand","web"]},{name:"la-css3-alt",prefix:"lab",tags:["brand","web"]},{name:"la-cube",prefix:"las",tags:["other"]},{name:"la-cubes",prefix:"las",tags:["other"]},{name:"la-cut",prefix:"las",tags:["editor"]},{name:"la-cuttlefish",prefix:"lab",tags:["brand"]},{name:"la-d-and-d",prefix:"lab",tags:["brand"]},{name:"la-d-and-d-beyond",prefix:"lab",tags:["brand"]},{name:"la-dashcube",prefix:"lab",tags:["brand"]},{name:"la-database",prefix:"las",tags:["technology"]},{name:"la-deaf",prefix:"las",tags:["accessibility"]},{name:"la-delicious",prefix:"lab",tags:["brand"]},{name:"la-democrat",prefix:"las",tags:["other"]},{name:"la-deploydog",prefix:"lab",tags:["brand"]},{name:"la-deskpro",prefix:"lab",tags:["brand"]},{name:"la-desktop",prefix:"las",tags:["technology"]},{name:"la-dev",prefix:"lab",tags:["brand"]},{name:"la-deviantart",prefix:"lab",tags:["brand"]},{name:"la-dharmachakra",prefix:"las",tags:["brand"]},{name:"la-dhl",prefix:"lab",tags:["brand"]},{name:"la-diagnoses",prefix:"las",tags:["brand"]},{name:"la-diaspora",prefix:"lab",tags:["brand"]},{name:"la-dice",prefix:"las",tags:["other"]},{name:"la-dice-d20",prefix:"las",tags:["other"]},{name:"la-dice-d6",prefix:"las",tags:["other"]},{name:"la-dice-five",prefix:"las",tags:["other"]},{name:"la-dice-four",prefix:"las",tags:["other"]},{name:"la-dice-one",prefix:"las",tags:["other"]},{name:"la-dice-six",prefix:"las",tags:["other"]},{name:"la-dice-three",prefix:"las",tags:["other"]},{name:"la-dice-two",prefix:"las",tags:["other"]},{name:"la-digg",prefix:"lab",tags:["brand"]},{name:"la-digital-ocean",prefix:"lab",tags:["brand"]},{name:"la-digital-tachograph",prefix:"las",tags:["technology"]},{name:"la-directions",prefix:"las",tags:["social"]},{name:"la-discord",prefix:"lab",tags:["brand"]},{name:"la-discourse",prefix:"lab",tags:["brand"]},{name:"la-divide",prefix:"las",tags:["science"]},{name:"la-dizzy",prefix:"las",tags:["emotions"]},{name:"la-dna",prefix:"las",tags:["science"]},{name:"la-dochub",prefix:"lab",tags:["brand"]},{name:"la-docker",prefix:"lab",tags:["brand"]},{name:"la-dog",prefix:"las",tags:["nature"]},{name:"la-dollar-sign",prefix:"las",tags:["money"]},{name:"la-dolly",prefix:"las",tags:["travel"]},{name:"la-dolly-flatbed",prefix:"las",tags:["other","travel"]},{name:"la-donate",prefix:"las",tags:["social"]},{name:"la-door-closed",prefix:"las",tags:["home","web"]},{name:"la-door-open",prefix:"las",tags:["home","web"]},{name:"la-dot-circle",prefix:"las",tags:["other"]},{name:"la-dove",prefix:"las",tags:["nature"]},{name:"la-download",prefix:"las",tags:["arrow"]},{name:"la-draft2digital",prefix:"lab",tags:["brand"]},{name:"la-drafting-compass",prefix:"las",tags:["science","travel"]},{name:"la-dragon",prefix:"las",tags:["nature"]},{name:"la-draw-polygon",prefix:"las",tags:["editor"]},{name:"la-dribbble",prefix:"lab",tags:["brand"]},{name:"la-dribbble-square",prefix:"lab",tags:["brand"]},{name:"la-dropbox",prefix:"lab",tags:["brand"]},{name:"la-drum",prefix:"las",tags:["social"]},{name:"la-drum-steelpan",prefix:"las",tags:["social"]},{name:"la-drumstick-bite",prefix:"las",tags:["social"]},{name:"la-drupal",prefix:"lab",tags:["brand"]},{name:"la-dumbbell",prefix:"las",tags:["sport"]},{name:"la-dumpster",prefix:"las",tags:["other"]},{name:"la-dumpster-fire",prefix:"las",tags:["other"]},{name:"la-dungeon",prefix:"las",tags:["other"]},{name:"la-dyalog",prefix:"lab",tags:["brand"]},{name:"la-earlybirds",prefix:"lab",tags:["brand"]},{name:"la-ebay",prefix:"lab",tags:["brand"]},{name:"la-edge",prefix:"lab",tags:["brand"]},{name:"la-edit",prefix:"las",tags:["editor"]},{name:"la-egg",prefix:"las",tags:["nature"]},{name:"la-eject",prefix:"las",tags:["media"]},{name:"la-elementor",prefix:"lab",tags:["brand"]},{name:"la-ellipsis-h",prefix:"las",tags:["science"]},{name:"la-ellipsis-v",prefix:"las",tags:["science"]},{name:"la-ello",prefix:"lab",tags:["brand"]},{name:"la-ember",prefix:"lab",tags:["brand"]},{name:"la-empire",prefix:"lab",tags:["brand"]},{name:"la-envelope",prefix:"las",tags:["social","web"]},{name:"la-envelope-open",prefix:"las",tags:["social","web"]},{name:"la-envelope-open-text",prefix:"las",tags:["social","web"]},{name:"la-envelope-square",prefix:"las",tags:["social","web"]},{name:"la-envira",prefix:"lab",tags:["brand"]},{name:"la-equals",prefix:"las",tags:["science"]},{name:"la-eraser",prefix:"las",tags:["editor"]},{name:"la-erlang",prefix:"lab",tags:["brand"]},{name:"la-ethereum",prefix:"lab",tags:["brand"]},{name:"la-ethernet",prefix:"las",tags:["technology","web"]},{name:"la-etsy",prefix:"lab",tags:["brand"]},{name:"la-euro-sign",prefix:"las",tags:["money"]},{name:"la-evernote",prefix:"lab",tags:["brand"]},{name:"la-exchange-alt",prefix:"las",tags:["arrow"]},{name:"la-exclamation",prefix:"las",tags:["social","web"]},{name:"la-exclamation-circle",prefix:"las",tags:["social","web"]},{name:"la-exclamation-triangle",prefix:"las",tags:["social","web"]},{name:"la-expand",prefix:"las",tags:["arrow","media"]},{name:"la-expand-arrows-alt",prefix:"las",tags:["media"]},{name:"la-expeditedssl",prefix:"lab",tags:["brand"]},{name:"la-external-link-alt",prefix:"las",tags:["arrow"]},{name:"la-external-link-square-alt",prefix:"las",tags:["arrow"]},{name:"la-eye",prefix:"las",tags:["health","people","social"]},{name:"la-eye-dropper",prefix:"las",tags:["health"]},{name:"la-eye-slash",prefix:"las",tags:["health","social"]},{name:"la-facebook",prefix:"lab",tags:["brand"]},{name:"la-facebook-f",prefix:"lab",tags:["brand"]},{name:"la-facebook-messenger",prefix:"lab",tags:["brand"]},{name:"la-facebook-square",prefix:"lab",tags:["brand"]},{name:"la-fan",prefix:"las",tags:["technology"]},{name:"la-fantasy-flight-games",prefix:"lab",tags:["brand"]},{name:"la-fast-backward",prefix:"las",tags:["media"]},{name:"la-fast-forward",prefix:"las",tags:["media"]},{name:"la-fax",prefix:"las",tags:["office","technology"]},{name:"la-feather",prefix:"las",tags:["nature"]},{name:"la-feather-alt",prefix:"las",tags:["nature"]},{name:"la-fedex",prefix:"lab",tags:["brand"]},{name:"la-fedora",prefix:"lab",tags:["brand"]},{name:"la-female",prefix:"las",tags:["people"]},{name:"la-fighter-jet",prefix:"las",tags:["technology"]},{name:"la-figma",prefix:"lab",tags:["brand"]},{name:"la-file",prefix:"las",tags:["computer","editor"]},{name:"la-file-alt",prefix:"las",tags:["editor"]},{name:"la-file-archive",prefix:"las",tags:["computer"]},{name:"la-file-audio",prefix:"las",tags:["media"]},{name:"la-file-code",prefix:"las",tags:["computer","editor"]},{name:"la-file-contract",prefix:"las",tags:["computer"]},{name:"la-file-csv",prefix:"las",tags:["computer"]},{name:"la-file-download",prefix:"las",tags:["computer","web"]},{name:"la-file-excel",prefix:"las",tags:["computer","office"]},{name:"la-file-export",prefix:"las",tags:["computer"]},{name:"la-file-image",prefix:"las",tags:["computer","media"]},{name:"la-file-import",prefix:"las",tags:["computer"]},{name:"la-file-invoice",prefix:"las",tags:["computer","office"]},{name:"la-file-invoice-dollar",prefix:"las",tags:["computer","office"]},{name:"la-file-medical",prefix:"las",tags:["computer","health"]},{name:"la-file-medical-alt",prefix:"las",tags:["computer","health"]},{name:"la-file-pdf",prefix:"las",tags:["computer","office"]},{name:"la-file-powerpoint",prefix:"las",tags:["computer","office"]},{name:"la-file-prescription",prefix:"las",tags:["computer","health"]},{name:"la-file-signature",prefix:"las",tags:["computer"]},{name:"la-file-upload",prefix:"las",tags:["computer","web"]},{name:"la-file-video",prefix:"las",tags:["computer","media"]},{name:"la-file-word",prefix:"las",tags:["computer","office"]},{name:"la-fill",prefix:"las",tags:["editor"]},{name:"la-fill-drip",prefix:"las",tags:["editor"]},{name:"la-film",prefix:"las",tags:["media"]},{name:"la-filter",prefix:"las",tags:["web"]},{name:"la-fingerprint",prefix:"las",tags:["computer","technology"]},{name:"la-fire",prefix:"las",tags:["nature","social","travel","web"]},{name:"la-fire-alt",prefix:"las",tags:["nature","social","travel","web"]},{name:"la-fire-extinguisher",prefix:"las",tags:["social","technology"]},{name:"la-firefox",prefix:"lab",tags:["brand"]},{name:"la-first-aid",prefix:"las",tags:["health"]},{name:"la-first-order",prefix:"lab",tags:["brand"]},{name:"la-first-order-alt",prefix:"lab",tags:["brand"]},{name:"la-firstdraft",prefix:"lab",tags:["brand"]},{name:"la-fish",prefix:"las",tags:["nature"]},{name:"la-fist-raised",prefix:"las",tags:["social"]},{name:"la-flag",prefix:"las",tags:["social"]},{name:"la-flag-checkered",prefix:"las",tags:["social"]},{name:"la-flag-usa",prefix:"las",tags:["social"]},{name:"la-flask",prefix:"las",tags:["science"]},{name:"la-flickr",prefix:"lab",tags:["brand"]},{name:"la-flipboard",prefix:"lab",tags:["brand"]},{name:"la-flushed",prefix:"las",tags:["emotions"]},{name:"la-fly",prefix:"lab",tags:["brand"]},{name:"la-folder",prefix:"las",tags:["computer","office","web"]},{name:"la-folder-minus",prefix:"las",tags:["computer","office","web"]},{name:"la-folder-open",prefix:"las",tags:["computer","office","web"]},{name:"la-folder-plus",prefix:"las",tags:["computer","office","web"]},{name:"la-font",prefix:"las",tags:["editor"]},{name:"la-font-awesome",prefix:"lab",tags:["brand"]},{name:"la-font-awesome-alt",prefix:"lab",tags:["brand"]},{name:"la-font-awesome-flag",prefix:"lab",tags:["brand"]},{name:"la-fonticons",prefix:"lab",tags:["brand"]},{name:"la-fonticons-fi",prefix:"lab",tags:["brand"]},{name:"la-football-ball",prefix:"las",tags:["sport"]},{name:"la-fort-awesome",prefix:"lab",tags:["brand"]},{name:"la-fort-awesome-alt",prefix:"lab",tags:["brand"]},{name:"la-forumbee",prefix:"lab",tags:["brand"]},{name:"la-forward",prefix:"las",tags:["media"]},{name:"la-foursquare",prefix:"lab",tags:["brand"]},{name:"la-free-code-camp",prefix:"lab",tags:["brand"]},{name:"la-freebsd",prefix:"lab",tags:["brand"]},{name:"la-frog",prefix:"las",tags:["nature"]},{name:"la-frown",prefix:"las",tags:["emotions"]},{name:"la-frown-open",prefix:"las",tags:["emotions"]},{name:"la-fulcrum",prefix:"lab",tags:["brand"]},{name:"la-funnel-dollar",prefix:"las",tags:["money"]},{name:"la-futbol",prefix:"las",tags:["sport"]},{name:"la-galactic-republic",prefix:"lab",tags:["brand"]},{name:"la-galactic-senate",prefix:"lab",tags:["brand"]},{name:"la-gamepad",prefix:"las",tags:["social"]},{name:"la-gas-pump",prefix:"las",tags:["travel"]},{name:"la-gavel",prefix:"las",tags:["social"]},{name:"la-gem",prefix:"las",tags:["other"]},{name:"la-genderless",prefix:"las",tags:["other"]},{name:"la-get-pocket",prefix:"lab",tags:["brand"]},{name:"la-gg",prefix:"lab",tags:["brand"]},{name:"la-gg-circle",prefix:"lab",tags:["brand"]},{name:"la-ghost",prefix:"las",tags:["other"]},{name:"la-gift",prefix:"las",tags:["other","social"]},{name:"la-gifts",prefix:"las",tags:["other","social"]},{name:"la-git",prefix:"lab",tags:["brand"]},{name:"la-git-alt",prefix:"lab",tags:["brand"]},{name:"la-git-square",prefix:"lab",tags:["brand"]},{name:"la-github",prefix:"lab",tags:["brand"]},{name:"la-github-alt",prefix:"lab",tags:["brand"]},{name:"la-github-square",prefix:"lab",tags:["brand"]},{name:"la-gitkraken",prefix:"lab",tags:["brand"]},{name:"la-gitlab",prefix:"lab",tags:["brand"]},{name:"la-gitter",prefix:"lab",tags:["brand"]},{name:"la-glass-cheers",prefix:"las",tags:["food","social"]},{name:"la-glass-martini",prefix:"las",tags:["food","social"]},{name:"la-glass-martini-alt",prefix:"las",tags:["food","social"]},{name:"la-glass-whiskey",prefix:"las",tags:["food","social"]},{name:"la-glasses",prefix:"las",tags:["food","social"]},{name:"la-glide",prefix:"lab",tags:["brand"]},{name:"la-glide-g",prefix:"lab",tags:["brand"]},{name:"la-globe",prefix:"las",tags:["social","travel"]},{name:"la-globe-africa",prefix:"las",tags:["social","travel"]},{name:"la-globe-americas",prefix:"las",tags:["social","travel"]},{name:"la-globe-asia",prefix:"las",tags:["social","travel"]},{name:"la-globe-europe",prefix:"las",tags:["social","travel"]},{name:"la-gofore",prefix:"lab",tags:["brand"]},{name:"la-golf-ball",prefix:"las",tags:["sport"]},{name:"la-goodreads",prefix:"lab",tags:["brand"]},{name:"la-goodreads-g",prefix:"lab",tags:["brand"]},{name:"la-google",prefix:"lab",tags:["brand"]},{name:"la-google-drive",prefix:"lab",tags:["brand"]},{name:"la-google-play",prefix:"lab",tags:["brand"]},{name:"la-google-plus",prefix:"lab",tags:["brand"]},{name:"la-google-plus-g",prefix:"lab",tags:["brand"]},{name:"la-google-plus-square",prefix:"lab",tags:["brand"]},{name:"la-google-wallet",prefix:"lab",tags:["brand"]},{name:"la-gopuram",prefix:"las",tags:["buildings"]},{name:"la-graduation-cap",prefix:"las",tags:["science","social"]},{name:"la-gratipay",prefix:"lab",tags:["brand"]},{name:"la-grav",prefix:"lab",tags:["brand"]},{name:"la-greater-than",prefix:"las",tags:["science"]},{name:"la-greater-than-equal",prefix:"las",tags:["science"]},{name:"la-grimace",prefix:"las",tags:["emotions"]},{name:"la-grin",prefix:"las",tags:["emotions"]},{name:"la-grin-alt",prefix:"las",tags:["emotions"]},{name:"la-grin-beam",prefix:"las",tags:["emotions"]},{name:"la-grin-beam-sweat",prefix:"las",tags:["emotions"]},{name:"la-grin-hearts",prefix:"las",tags:["emotions"]},{name:"la-grin-squint",prefix:"las",tags:["emotions"]},{name:"la-grin-squint-tears",prefix:"las",tags:["emotions"]},{name:"la-grin-stars",prefix:"las",tags:["emotions"]},{name:"la-grin-tears",prefix:"las",tags:["emotions"]},{name:"la-grin-tongue",prefix:"las",tags:["emotions"]},{name:"la-grin-tongue-squint",prefix:"las",tags:["emotions"]},{name:"la-grin-tongue-wink",prefix:"las",tags:["emotions"]},{name:"la-grin-wink",prefix:"las",tags:["emotions"]},{name:"la-grip-horizontal",prefix:"las",tags:["emotions"]},{name:"la-grip-lines",prefix:"las",tags:["emotions"]},{name:"la-grip-lines-vertical",prefix:"las",tags:["emotions"]},{name:"la-grip-vertical",prefix:"las",tags:["emotions"]},{name:"la-gripfire",prefix:"lab",tags:["brand"]},{name:"la-grunt",prefix:"lab",tags:["brand"]},{name:"la-guitar",prefix:"las",tags:["social","travel"]},{name:"la-gulp",prefix:"lab",tags:["brand"]},{name:"la-h-square",prefix:"las",tags:["editor"]},{name:"la-hacker-news",prefix:"lab",tags:["brand"]},{name:"la-hacker-news-square",prefix:"lab",tags:["brand"]},{name:"la-hackerrank",prefix:"lab",tags:["brand"]},{name:"la-hamburger",prefix:"las",tags:["food"]},{name:"la-hammer",prefix:"las",tags:["other"]},{name:"la-hamsa",prefix:"las",tags:["other","social"]},{name:"la-hand-holding",prefix:"las",tags:["social"]},{name:"la-hand-holding-heart",prefix:"las",tags:["social"]},{name:"la-hand-holding-usd",prefix:"las",tags:["social"]},{name:"la-hand-lizard",prefix:"las",tags:["social"]},{name:"la-hand-middle-finger",prefix:"las",tags:["social"]},{name:"la-hand-paper",prefix:"las",tags:["social"]},{name:"la-hand-peace",prefix:"las",tags:["social"]},{name:"la-hand-point-down",prefix:"las",tags:["arrow"]},{name:"la-hand-point-down",prefix:"lar",tags:["arrow"]},{name:"la-hand-point-left",prefix:"las",tags:["arrow"]},{name:"la-hand-point-left",prefix:"lar",tags:["arrow"]},{name:"la-hand-point-right",prefix:"las",tags:["arrow"]},{name:"la-hand-point-right",prefix:"lar",tags:["arrow"]},{name:"la-hand-point-up",prefix:"las",tags:["arrow"]},{name:"la-hand-point-up",prefix:"lar",tags:["arrow"]},{name:"la-hand-pointer",prefix:"las",tags:["arrow"]},{name:"la-hand-pointer",prefix:"lar",tags:["arrow"]},{name:"la-hand-rock",prefix:"las",tags:["social"]},{name:"la-hand-scissors",prefix:"las",tags:["social"]},{name:"la-hand-spock",prefix:"las",tags:["social"]},{name:"la-hands",prefix:"las",tags:["social"]},{name:"la-hands-helping",prefix:"las",tags:["social"]},{name:"la-handshake",prefix:"las",tags:["social"]},{name:"la-hanukiah",prefix:"las",tags:["social"]},{name:"la-hard-hat",prefix:"las",tags:["social"]},{name:"la-hashtag",prefix:"las",tags:["web"]},{name:"la-hat-cowboy",prefix:"las",tags:["other","social"]},{name:"la-hat-cowboy-side",prefix:"las",tags:["other","social"]},{name:"la-hat-wizard",prefix:"las",tags:["other","social"]},{name:"la-haykal",prefix:"las",tags:["other"]},{name:"la-hdd",prefix:"las",tags:["computer"]},{name:"la-heading",prefix:"las",tags:["editor"]},{name:"la-headphones",prefix:"las",tags:["media"]},{name:"la-headphones-alt",prefix:"las",tags:["media"]},{name:"la-headset",prefix:"las",tags:["computer","office","technology"]},{name:"la-heart",prefix:"las",tags:["social"]},{name:"la-heart-broken",prefix:"las",tags:["social"]},{name:"la-heartbeat",prefix:"las",tags:["health"]},{name:"la-helicopter",prefix:"las",tags:["technology"]},{name:"la-highlighter",prefix:"las",tags:["art","social"]},{name:"la-hiking",prefix:"las",tags:["travel"]},{name:"la-hippo",prefix:"las",tags:["nature"]},{name:"la-hips",prefix:"lab",tags:["brand"]},{name:"la-hire-a-helper",prefix:"lab",tags:["brand"]},{name:"la-history",prefix:"las",tags:["arrow"]},{name:"la-hockey-puck",prefix:"las",tags:["sport"]},{name:"la-holly-berry",prefix:"las",tags:["social"]},{name:"la-home",prefix:"las",tags:["buildings","web"]},{name:"la-hooli",prefix:"lab",tags:["brand"]},{name:"la-hornbill",prefix:"lab",tags:["brand"]},{name:"la-horse",prefix:"las",tags:["nature"]},{name:"la-horse-head",prefix:"las",tags:["nature"]},{name:"la-hospital",prefix:"las",tags:["health"]},{name:"la-hospital-alt",prefix:"las",tags:["health"]},{name:"la-hospital-symbol",prefix:"las",tags:["health"]},{name:"la-hot-tub",prefix:"las",tags:["home"]},{name:"la-hotdog",prefix:"las",tags:["food"]},{name:"la-hotel",prefix:"las",tags:["buildings"]},{name:"la-hotjar",prefix:"lab",tags:["brand"]},{name:"la-hourglass",prefix:"las",tags:["other","social"]},{name:"la-hourglass-end",prefix:"las",tags:["other","social"]},{name:"la-hourglass-half",prefix:"las",tags:["other","social"]},{name:"la-hourglass-start",prefix:"las",tags:["other","social"]},{name:"la-house-damage",prefix:"las",tags:["buildings"]},{name:"la-houzz",prefix:"lab",tags:["brand"]},{name:"la-hryvnia",prefix:"las",tags:["money"]},{name:"la-html5",prefix:"lab",tags:["brand"]},{name:"la-hubspot",prefix:"lab",tags:["brand"]},{name:"la-i-cursor",prefix:"las",tags:["computer"]},{name:"la-ice-cream",prefix:"las",tags:["food"]},{name:"la-icicles",prefix:"las",tags:["other","travel"]},{name:"la-icons",prefix:"las",tags:["computer","web"]},{name:"la-id-badge",prefix:"las",tags:["social"]},{name:"la-id-card",prefix:"las",tags:["social"]},{name:"la-id-card-alt",prefix:"las",tags:["social"]},{name:"la-igloo",prefix:"las",tags:["buildings","travel"]},{name:"la-image",prefix:"las",tags:["computer","web"]},{name:"la-images",prefix:"las",tags:["computer","web"]},{name:"la-imdb",prefix:"lab",tags:["brand"]},{name:"la-inbox",prefix:"las",tags:["other","web"]},{name:"la-indent",prefix:"las",tags:["editor"]},{name:"la-industry",prefix:"las",tags:["buildings","technology"]},{name:"la-infinity",prefix:"las",tags:["science"]},{name:"la-info",prefix:"las",tags:["office","social","web"]},{name:"la-info-circle",prefix:"las",tags:["office","social","web"]},{name:"la-instagram",prefix:"lab",tags:["brand"]},{name:"la-intercom",prefix:"lab",tags:["brand"]},{name:"la-internet-explorer",prefix:"lab",tags:["brand"]},{name:"la-invision",prefix:"lab",tags:["brand"]},{name:"la-ioxhost",prefix:"lab",tags:["brand"]},{name:"la-italic",prefix:"las",tags:["brand"]},{name:"la-itch-io",prefix:"lab",tags:["brand"]},{name:"la-itunes",prefix:"lab",tags:["brand"]},{name:"la-itunes-note",prefix:"lab",tags:["brand"]},{name:"la-java",prefix:"lab",tags:["brand"]},{name:"la-jedi",prefix:"las",tags:["other","social"]},{name:"la-jedi-order",prefix:"lab",tags:["brand"]},{name:"la-jenkins",prefix:"lab",tags:["brand"]},{name:"la-jira",prefix:"lab",tags:["brand"]},{name:"la-joget",prefix:"lab",tags:["brand"]},{name:"la-joint",prefix:"las",tags:["social"]},{name:"la-joomla",prefix:"lab",tags:["brand"]},{name:"la-journal-whills",prefix:"las",tags:["social"]},{name:"la-js",prefix:"lab",tags:["brand"]},{name:"la-js-square",prefix:"lab",tags:["brand"]},{name:"la-jsfiddle",prefix:"lab",tags:["brand"]},{name:"la-kaaba",prefix:"las",tags:["social"]},{name:"la-kaggle",prefix:"lab",tags:["brand"]},{name:"la-key",prefix:"las",tags:["computer","social","web"]},{name:"la-keybase",prefix:"lab",tags:["brand"]},{name:"la-keyboard",prefix:"las",tags:["computer"]},{name:"la-keycdn",prefix:"lab",tags:["brand"]},{name:"la-khanda",prefix:"las",tags:["social"]},{name:"la-kickstarter",prefix:"lab",tags:["brand"]},{name:"la-kickstarter-k",prefix:"lab",tags:["brand"]},{name:"la-kiss",prefix:"las",tags:["emotions","family"]},{name:"la-kiss-beam",prefix:"las",tags:["emotions","family"]},{name:"la-kiss-wink-heart",prefix:"las",tags:["emotions","family"]},{name:"la-kiwi-bird",prefix:"las",tags:["nature"]},{name:"la-korvue",prefix:"lab",tags:["brand"]},{name:"la-landmark",prefix:"las",tags:["buildings"]},{name:"la-language",prefix:"las",tags:["social","travel","web"]},{name:"la-laptop",prefix:"las",tags:["computer"]},{name:"la-laptop-code",prefix:"las",tags:["computer"]},{name:"la-laptop-medical",prefix:"las",tags:["computer","health"]},{name:"la-laravel",prefix:"lab",tags:["brand"]},{name:"la-lastfm",prefix:"lab",tags:["brand"]},{name:"la-lastfm-square",prefix:"lab",tags:["brand"]},{name:"la-laugh",prefix:"las",tags:["emotions"]},{name:"la-laugh-beam",prefix:"las",tags:["emotions"]},{name:"la-laugh-squint",prefix:"las",tags:["emotions"]},{name:"la-laugh-wink",prefix:"las",tags:["emotions"]},{name:"la-layer-group",prefix:"las",tags:["editor"]},{name:"la-leaf",prefix:"las",tags:["nature"]},{name:"la-leanpub",prefix:"lab",tags:["brand"]},{name:"la-lemon",prefix:"las",tags:["brand"]},{name:"la-less",prefix:"lab",tags:["brand"]},{name:"la-less-than",prefix:"las",tags:["science"]},{name:"la-less-than-equal",prefix:"las",tags:["science"]},{name:"la-level-down-alt",prefix:"las",tags:["arrow"]},{name:"la-level-up-alt",prefix:"las",tags:["arrow"]},{name:"la-life-ring",prefix:"las",tags:["social"]},{name:"la-lightbulb",prefix:"las",tags:["art","technology"]},{name:"la-line",prefix:"lab",tags:["brand"]},{name:"la-link",prefix:"las",tags:["editor","web"]},{name:"la-linkedin",prefix:"lab",tags:["brand"]},{name:"la-linkedin-in",prefix:"lab",tags:["brand"]},{name:"la-linode",prefix:"lab",tags:["brand"]},{name:"la-linux",prefix:"lab",tags:["brand"]},{name:"la-lira-sign",prefix:"las",tags:["money"]},{name:"la-list",prefix:"las",tags:["editor"]},{name:"la-list-alt",prefix:"las",tags:["editor"]},{name:"la-list-ol",prefix:"las",tags:["editor"]},{name:"la-list-ul",prefix:"las",tags:["editor"]},{name:"la-location-arrow",prefix:"las",tags:["arrow"]},{name:"la-lock",prefix:"las",tags:["computer","social","web"]},{name:"la-lock-open",prefix:"las",tags:["computer","social","web"]},{name:"la-long-arrow-alt-down",prefix:"las",tags:["arrow"]},{name:"la-long-arrow-alt-left",prefix:"las",tags:["arrow"]},{name:"la-long-arrow-alt-right",prefix:"las",tags:["arrow"]},{name:"la-long-arrow-alt-up",prefix:"las",tags:["arrow"]},{name:"la-low-vision",prefix:"las",tags:["accessibility"]},{name:"la-luggage-cart",prefix:"las",tags:["technology","travel"]},{name:"la-lyft",prefix:"lab",tags:["brand"]},{name:"la-magento",prefix:"lab",tags:["brand"]},{name:"la-magic",prefix:"las",tags:["social"]},{name:"la-magnet",prefix:"las",tags:["science","technology"]},{name:"la-mail-bulk",prefix:"las",tags:["office","social"]},{name:"la-mailchimp",prefix:"lab",tags:["brand"]},{name:"la-male",prefix:"las",tags:["people"]},{name:"la-mandalorian",prefix:"lab",tags:["brand"]},{name:"la-map",prefix:"las",tags:["travel"]},{name:"la-map-marked",prefix:"las",tags:["travel"]},{name:"la-map-marked-alt",prefix:"las",tags:["travel"]},{name:"la-map-marker",prefix:"las",tags:["travel"]},{name:"la-map-marker-alt",prefix:"las",tags:["travel"]},{name:"la-map-pin",prefix:"las",tags:["travel"]},{name:"la-map-signs",prefix:"las",tags:["travel"]},{name:"la-markdown",prefix:"lab",tags:["brand","editor"]},{name:"la-marker",prefix:"las",tags:["editor","office"]},{name:"la-mars",prefix:"las",tags:["social"]},{name:"la-mars-double",prefix:"las",tags:["social"]},{name:"la-mars-stroke",prefix:"las",tags:["social"]},{name:"la-mars-stroke-h",prefix:"las",tags:["social"]},{name:"la-mars-stroke-v",prefix:"las",tags:["social"]},{name:"la-mask",prefix:"las",tags:["social","web"]},{name:"la-mastodon",prefix:"lab",tags:["brand"]},{name:"la-maxcdn",prefix:"lab",tags:["brand"]},{name:"la-mdb",prefix:"lab",tags:["brand"]},{name:"la-medal",prefix:"las",tags:["social"]},{name:"la-medapps",prefix:"lab",tags:["brand"]},{name:"la-medium",prefix:"lab",tags:["brand"]},{name:"la-medium-m",prefix:"lab",tags:["brand"]},{name:"la-medkit",prefix:"las",tags:["health"]},{name:"la-medrt",prefix:"lab",tags:["brand"]},{name:"la-meetup",prefix:"lab",tags:["brand"]},{name:"la-megaport",prefix:"lab",tags:["brand"]},{name:"la-meh",prefix:"las",tags:["emotions"]},{name:"la-meh-blank",prefix:"las",tags:["emotions"]},{name:"la-meh-rolling-eyes",prefix:"las",tags:["emotions"]},{name:"la-memory",prefix:"las",tags:["computer"]},{name:"la-mendeley",prefix:"lab",tags:["brand"]},{name:"la-menorah",prefix:"las",tags:[]},{name:"la-mercury",prefix:"las",tags:[]},{name:"la-meteor",prefix:"las",tags:[]},{name:"la-microchip",prefix:"las",tags:[]},{name:"la-microphone",prefix:"las",tags:["media"]},{name:"la-microphone-alt",prefix:"las",tags:["media"]},{name:"la-microphone-alt-slash",prefix:"las",tags:["media"]},{name:"la-microphone-slash",prefix:"las",tags:["media"]},{name:"la-microscope",prefix:"las",tags:[]},{name:"la-microsoft",prefix:"lab",tags:["brand"]},{name:"la-minus",prefix:"las",tags:[]},{name:"la-minus-circle",prefix:"las",tags:[]},{name:"la-minus-square",prefix:"las",tags:[]},{name:"la-mitten",prefix:"las",tags:[]},{name:"la-mix",prefix:"lab",tags:["brand"]},{name:"la-mixcloud",prefix:"lab",tags:["brand"]},{name:"la-mizuni",prefix:"lab",tags:["brand"]},{name:"la-mobile",prefix:"las",tags:[]},{name:"la-mobile-alt",prefix:"las",tags:[]},{name:"la-modx",prefix:"lab",tags:["brand"]},{name:"la-monero",prefix:"lab",tags:["brand"]},{name:"la-money-bill",prefix:"las",tags:[]},{name:"la-money-bill-alt",prefix:"las",tags:[]},{name:"la-money-bill-wave",prefix:"las",tags:[]},{name:"la-money-bill-wave-alt",prefix:"las",tags:[]},{name:"la-money-check",prefix:"las",tags:[]},{name:"la-money-check-alt",prefix:"las",tags:[]},{name:"la-monument",prefix:"las",tags:[]},{name:"la-moon",prefix:"las",tags:[]},{name:"la-mortar-pestle",prefix:"las",tags:[]},{name:"la-mosque",prefix:"las",tags:[]},{name:"la-motorcycle",prefix:"las",tags:["travel"]},{name:"la-mountain",prefix:"las",tags:[]},{name:"la-mouse",prefix:"las",tags:[]},{name:"la-mouse-pointer",prefix:"las",tags:["arrow"]},{name:"la-mug-hot",prefix:"las",tags:[]},{name:"la-music",prefix:"las",tags:["media"]},{name:"la-napster",prefix:"lab",tags:["brand"]},{name:"la-neos",prefix:"lab",tags:["brand"]},{name:"la-network-wired",prefix:"las",tags:[]},{name:"la-neuter",prefix:"las",tags:[]},{name:"la-newspaper",prefix:"las",tags:[]},{name:"la-nimblr",prefix:"lab",tags:["brand"]},{name:"la-node",prefix:"lab",tags:["brand"]},{name:"la-node-js",prefix:"lab",tags:["brand"]},{name:"la-not-equal",prefix:"las",tags:[]},{name:"la-notes-medical",prefix:"las",tags:[]},{name:"la-npm",prefix:"lab",tags:["brand"]},{name:"la-ns8",prefix:"lab",tags:["brand"]},{name:"la-nutritionix",prefix:"lab",tags:["brand"]},{name:"la-object-group",prefix:"las",tags:[]},{name:"la-object-ungroup",prefix:"las",tags:[]},{name:"la-odnoklassniki",prefix:"lab",tags:["brand"]},{name:"la-odnoklassniki-square",prefix:"lab",tags:["brand"]},{name:"la-oil-can",prefix:"las",tags:["travel"]},{name:"la-old-republic",prefix:"lab",tags:["brand"]},{name:"la-om",prefix:"las",tags:[]},{name:"la-opencart",prefix:"lab",tags:["brand"]},{name:"la-openid",prefix:"lab",tags:["brand"]},{name:"la-opera",prefix:"lab",tags:["brand"]},{name:"la-optin-monster",prefix:"lab",tags:["brand"]},{name:"la-orcid",prefix:"lab",tags:["brand"]},{name:"la-osi",prefix:"las",tags:[]},{name:"la-otter",prefix:"las",tags:["nature"]},{name:"la-outdent",prefix:"las",tags:[]},{name:"la-page4",prefix:"lab",tags:["brand"]},{name:"la-pagelines",prefix:"lab",tags:["brand"]},{name:"la-pager",prefix:"las",tags:[]},{name:"la-paint-brush",prefix:"las",tags:[]},{name:"la-paint-roller",prefix:"las",tags:[]},{name:"la-palette",prefix:"las",tags:[]},{name:"la-palfed",prefix:"lab",tags:["brand"]},{name:"la-pallet",prefix:"las",tags:[]},{name:"la-paper-plane",prefix:"las",tags:[]},{name:"la-paperclip",prefix:"las",tags:[]},{name:"la-parachute-box",prefix:"las",tags:[]},{name:"la-paragraph",prefix:"las",tags:[]},{name:"la-parking",prefix:"las",tags:[]},{name:"la-passport",prefix:"las",tags:[]},{name:"la-pastafarianism",prefix:"las",tags:[]},{name:"la-paste",prefix:"las",tags:[]},{name:"la-patreon",prefix:"lab",tags:["brand"]},{name:"la-pause",prefix:"las",tags:["media"]},{name:"la-pause-circle",prefix:"las",tags:["media"]},{name:"la-paw",prefix:"las",tags:["nature"]},{name:"la-paypal",prefix:"lab",tags:["brand"]},{name:"la-peace",prefix:"las",tags:[]},{name:"la-pen",prefix:"las",tags:[]},{name:"la-pen-alt",prefix:"las",tags:[]},{name:"la-pen-fancy",prefix:"las",tags:[]},{name:"la-pen-nib",prefix:"las",tags:[]},{name:"la-pen-square",prefix:"las",tags:[]},{name:"la-pencil-alt",prefix:"las",tags:[]},{name:"la-pencil-ruler",prefix:"las",tags:[]},{name:"la-penny-arcade",prefix:"lab",tags:["brand"]},{name:"la-people-carry",prefix:"las",tags:[]},{name:"la-pepper-hot",prefix:"las",tags:[]},{name:"la-percent",prefix:"las",tags:[]},{name:"la-percentage",prefix:"las",tags:[]},{name:"la-periscope",prefix:"lab",tags:["brand"]},{name:"la-person-booth",prefix:"las",tags:[]},{name:"la-phabricator",prefix:"lab",tags:["brand"]},{name:"la-phoenix-framework",prefix:"lab",tags:["brand"]},{name:"la-phoenix-squadron",prefix:"lab",tags:["brand"]},{name:"la-phone",prefix:"las",tags:[]},{name:"la-phone-alt",prefix:"las",tags:[]},{name:"la-phone-slash",prefix:"las",tags:[]},{name:"la-phone-square",prefix:"las",tags:[]},{name:"la-phone-square-alt",prefix:"las",tags:[]},{name:"la-phone-volume",prefix:"las",tags:["accessibility"]},{name:"la-photo-video",prefix:"las",tags:[]},{name:"la-php",prefix:"lab",tags:["brand"]},{name:"la-pied-piper",prefix:"lab",tags:["brand"]},{name:"la-pied-piper-alt",prefix:"lab",tags:["brand"]},{name:"la-pied-piper-hat",prefix:"lab",tags:["brand"]},{name:"la-pied-piper-pp",prefix:"lab",tags:["brand"]},{name:"la-piggy-bank",prefix:"las",tags:[]},{name:"la-pills",prefix:"las",tags:[]},{name:"la-pinterest",prefix:"lab",tags:["brand"]},{name:"la-pinterest-p",prefix:"lab",tags:["brand"]},{name:"la-pinterest-square",prefix:"lab",tags:["brand"]},{name:"la-pizza-slice",prefix:"las",tags:[]},{name:"la-place-of-worship",prefix:"las",tags:[]},{name:"la-plane",prefix:"las",tags:[]},{name:"la-plane-arrival",prefix:"las",tags:[]},{name:"la-plane-departure",prefix:"las",tags:[]},{name:"la-play",prefix:"las",tags:["arrow","media"]},{name:"la-play-circle",prefix:"las",tags:["media"]},{name:"la-playstation",prefix:"lab",tags:["brand"]},{name:"la-plug",prefix:"las",tags:[]},{name:"la-plus",prefix:"las",tags:[]},{name:"la-plus-circle",prefix:"las",tags:[]},{name:"la-plus-square",prefix:"las",tags:[]},{name:"la-podcast",prefix:"las",tags:["media"]},{name:"la-poll",prefix:"las",tags:[]},{name:"la-poll-h",prefix:"las",tags:[]},{name:"la-poo",prefix:"las",tags:[]},{name:"la-poo-storm",prefix:"las",tags:[]},{name:"la-poop",prefix:"las",tags:[]},{name:"la-portrait",prefix:"las",tags:[]},{name:"la-pound-sign",prefix:"las",tags:[]},{name:"la-power-off",prefix:"las",tags:[]},{name:"la-pray",prefix:"las",tags:[]},{name:"la-praying-hands",prefix:"las",tags:[]},{name:"la-prescription",prefix:"las",tags:[]},{name:"la-prescription-bottle",prefix:"las",tags:[]},{name:"la-prescription-bottle-alt",prefix:"las",tags:[]},{name:"la-print",prefix:"las",tags:[]},{name:"la-procedures",prefix:"las",tags:[]},{name:"la-product-hunt",prefix:"lab",tags:["brand"]},{name:"la-project-diagram",prefix:"las",tags:[]},{name:"la-pushed",prefix:"lab",tags:["brand"]},{name:"la-puzzle-piece",prefix:"las",tags:[]},{name:"la-python",prefix:"lab",tags:["brand"]},{name:"la-qq",prefix:"lab",tags:["brand"]},{name:"la-qrcode",prefix:"las",tags:[]},{name:"la-question",prefix:"las",tags:[]},{name:"la-question-circle",prefix:"las",tags:["accessibility"]},{name:"la-quidditch",prefix:"las",tags:[]},{name:"la-quinscape",prefix:"lab",tags:["brand"]},{name:"la-quora",prefix:"lab",tags:["brand"]},{name:"la-quote-left",prefix:"las",tags:[]},{name:"la-quote-right",prefix:"las",tags:[]},{name:"la-quran",prefix:"las",tags:[]},{name:"la-r-project",prefix:"lab",tags:["brand"]},{name:"la-radiation",prefix:"las",tags:[]},{name:"la-radiation-alt",prefix:"las",tags:[]},{name:"la-rainbow",prefix:"las",tags:[]},{name:"la-random",prefix:"las",tags:["arrow","media"]},{name:"la-raspberry-pi",prefix:"lab",tags:["brand"]},{name:"la-ravelry",prefix:"lab",tags:["brand"]},{name:"la-react",prefix:"lab",tags:["brand"]},{name:"la-reacteurope",prefix:"lab",tags:["brand"]},{name:"la-readme",prefix:"lab",tags:["brand"]},{name:"la-rebel",prefix:"lab",tags:["brand"]},{name:"la-receipt",prefix:"las",tags:[]},{name:"la-record-vinyl",prefix:"las",tags:[]},{name:"la-recycle",prefix:"las",tags:["arrow"]},{name:"la-red-river",prefix:"lab",tags:["brand"]},{name:"la-reddit",prefix:"lab",tags:["brand"]},{name:"la-reddit-alien",prefix:"lab",tags:["brand"]},{name:"la-reddit-square",prefix:"lab",tags:["brand"]},{name:"la-redhat",prefix:"lab",tags:["brand"]},{name:"la-redo",prefix:"las",tags:["arrow","media"]},{name:"la-redo-alt",prefix:"las",tags:["arrow","media"]},{name:"la-registered",prefix:"las",tags:[]},{name:"la-remove-format",prefix:"las",tags:[]},{name:"la-renren",prefix:"lab",tags:["brand"]},{name:"la-reply",prefix:"las",tags:["arrow"]},{name:"la-reply-all",prefix:"las",tags:["arrow"]},{name:"la-replyd",prefix:"lab",tags:["brand"]},{name:"la-republican",prefix:"las",tags:[]},{name:"la-researchgate",prefix:"lab",tags:["brand"]},{name:"la-resolving",prefix:"lab",tags:["brand"]},{name:"la-restroom",prefix:"las",tags:[]},{name:"la-retweet",prefix:"las",tags:["arrow"]},{name:"la-rev",prefix:"lab",tags:["brand"]},{name:"la-ribbon",prefix:"las",tags:[]},{name:"la-ring",prefix:"las",tags:[]},{name:"la-road",prefix:"las",tags:[]},{name:"la-robot",prefix:"las",tags:[]},{name:"la-rocket",prefix:"las",tags:[]},{name:"la-rocketchat",prefix:"lab",tags:["brand"]},{name:"la-rockrms",prefix:"lab",tags:["brand"]},{name:"la-route",prefix:"las",tags:[]},{name:"la-rss",prefix:"las",tags:["media"]},{name:"la-rss-square",prefix:"las",tags:["media"]},{name:"la-ruble-sign",prefix:"las",tags:[]},{name:"la-ruler",prefix:"las",tags:[]},{name:"la-ruler-combined",prefix:"las",tags:[]},{name:"la-ruler-horizontal",prefix:"las",tags:[]},{name:"la-ruler-vertical",prefix:"las",tags:[]},{name:"la-running",prefix:"las",tags:[]},{name:"la-rupee-sign",prefix:"las",tags:[]},{name:"la-sad-cry",prefix:"las",tags:[]},{name:"la-sad-tear",prefix:"las",tags:[]},{name:"la-safari",prefix:"lab",tags:["brand"]},{name:"la-salesforce",prefix:"lab",tags:["brand"]},{name:"la-sass",prefix:"lab",tags:["brand"]},{name:"la-satellite",prefix:"las",tags:[]},{name:"la-satellite-dish",prefix:"las",tags:[]},{name:"la-save",prefix:"las",tags:[]},{name:"la-schlix",prefix:"lab",tags:["brand"]},{name:"la-school",prefix:"las",tags:[]},{name:"la-screwdriver",prefix:"las",tags:[]},{name:"la-scribd",prefix:"lab",tags:["brand"]},{name:"la-scroll",prefix:"las",tags:[]},{name:"la-sd-card",prefix:"las",tags:[]},{name:"la-search",prefix:"las",tags:[]},{name:"la-search-dollar",prefix:"las",tags:[]},{name:"la-search-location",prefix:"las",tags:[]},{name:"la-search-minus",prefix:"las",tags:[]},{name:"la-search-plus",prefix:"las",tags:[]},{name:"la-searchengin",prefix:"lab",tags:["brand"]},{name:"la-seedling",prefix:"las",tags:[]},{name:"la-sellcast",prefix:"lab",tags:["brand"]},{name:"la-sellsy",prefix:"lab",tags:["brand"]},{name:"la-server",prefix:"las",tags:[]},{name:"la-servicestack",prefix:"lab",tags:["brand"]},{name:"la-shapes",prefix:"las",tags:[]},{name:"la-share",prefix:"las",tags:["arrow"]},{name:"la-share-alt",prefix:"las",tags:["arrow"]},{name:"la-share-alt-square",prefix:"las",tags:["arrow"]},{name:"la-share-square",prefix:"las",tags:["arrow"]},{name:"la-shekel-sign",prefix:"las",tags:[]},{name:"la-shield-alt",prefix:"las",tags:[]},{name:"la-ship",prefix:"las",tags:[]},{name:"la-shipping-fast",prefix:"las",tags:[]},{name:"la-shirtsinbulk",prefix:"lab",tags:["brand"]},{name:"la-shoe-prints",prefix:"las",tags:[]},{name:"la-shopping-bag",prefix:"las",tags:[]},{name:"la-shopping-basket",prefix:"las",tags:[]},{name:"la-shopping-cart",prefix:"las",tags:[]},{name:"la-shopware",prefix:"lab",tags:["brand"]},{name:"la-shower",prefix:"las",tags:[]},{name:"la-shuttle-van",prefix:"las",tags:["travel"]},{name:"la-sign",prefix:"las",tags:[]},{name:"la-sign-in-alt",prefix:"las",tags:[]},{name:"la-sign-language",prefix:"las",tags:["accessibility"]},{name:"la-sign-out-alt",prefix:"las",tags:[]},{name:"la-signal",prefix:"las",tags:[]},{name:"la-signature",prefix:"las",tags:[]},{name:"la-sim-card",prefix:"las",tags:[]},{name:"la-simplybuilt",prefix:"lab",tags:["brand"]},{name:"la-sistrix",prefix:"lab",tags:["brand"]},{name:"la-sitemap",prefix:"las",tags:[]},{name:"la-sith",prefix:"lab",tags:["brand"]},{name:"la-skating",prefix:"las",tags:[]},{name:"la-sketch",prefix:"lab",tags:["brand"]},{name:"la-skiing",prefix:"las",tags:[]},{name:"la-skiing-nordic",prefix:"las",tags:[]},{name:"la-skull",prefix:"las",tags:[]},{name:"la-skull-crossbones",prefix:"las",tags:[]},{name:"la-skyatlas",prefix:"lab",tags:["brand"]},{name:"la-skype",prefix:"lab",tags:["brand"]},{name:"la-slack",prefix:"lab",tags:["brand"]},{name:"la-slack-hash",prefix:"lab",tags:["brand"]},{name:"la-slash",prefix:"las",tags:[]},{name:"la-sleigh",prefix:"las",tags:[]},{name:"la-sliders-h",prefix:"las",tags:[]},{name:"la-slideshare",prefix:"lab",tags:["brand"]},{name:"la-smile",prefix:"las",tags:[]},{name:"la-smile-beam",prefix:"las",tags:[]},{name:"la-smile-wink",prefix:"las",tags:[]},{name:"la-smog",prefix:"las",tags:[]},{name:"la-smoking",prefix:"las",tags:[]},{name:"la-smoking-ban",prefix:"las",tags:[]},{name:"la-sms",prefix:"las",tags:[]},{name:"la-snapchat",prefix:"lab",tags:["brand"]},{name:"la-snapchat-ghost",prefix:"lab",tags:["brand"]},{name:"la-snapchat-square",prefix:"lab",tags:["brand"]},{name:"la-snowboarding",prefix:"las",tags:[]},{name:"la-snowflake",prefix:"las",tags:[]},{name:"la-snowman",prefix:"las",tags:[]},{name:"la-snowplow",prefix:"las",tags:[]},{name:"la-socks",prefix:"las",tags:[]},{name:"la-solar-panel",prefix:"las",tags:[]},{name:"la-sort",prefix:"las",tags:["arrow"]},{name:"la-sort-alpha-down",prefix:"las",tags:["arrow"]},{name:"la-sort-alpha-down-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-alpha-up",prefix:"las",tags:["arrow"]},{name:"la-sort-alpha-up-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-amount-down",prefix:"las",tags:["arrow"]},{name:"la-sort-amount-down-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-amount-up",prefix:"las",tags:["arrow"]},{name:"la-sort-amount-up-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-down",prefix:"las",tags:["arrow"]},{name:"la-sort-numeric-down",prefix:"las",tags:["arrow"]},{name:"la-sort-numeric-down-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-numeric-up",prefix:"las",tags:["arrow"]},{name:"la-sort-numeric-up-alt",prefix:"las",tags:["arrow"]},{name:"la-sort-up",prefix:"las",tags:["arrow"]},{name:"la-soundcloud",prefix:"lab",tags:["brand"]},{name:"la-sourcetree",prefix:"lab",tags:["brand"]},{name:"la-spa",prefix:"las",tags:[]},{name:"la-space-shuttle",prefix:"las",tags:[]},{name:"la-speakap",prefix:"lab",tags:["brand"]},{name:"la-speaker-deck",prefix:"lab",tags:["brand"]},{name:"la-spell-check",prefix:"las",tags:[]},{name:"la-spider",prefix:"las",tags:["nature"]},{name:"la-spinner",prefix:"las",tags:[]},{name:"la-splotch",prefix:"las",tags:[]},{name:"la-spotify",prefix:"lab",tags:["brand"]},{name:"la-spray-can",prefix:"las",tags:[]},{name:"la-square",prefix:"las",tags:[]},{name:"la-square-full",prefix:"las",tags:[]},{name:"la-square-root-alt",prefix:"las",tags:[]},{name:"la-squarespace",prefix:"lab",tags:["brand"]},{name:"la-stack-exchange",prefix:"lab",tags:["brand"]},{name:"la-stack-overflow",prefix:"lab",tags:["brand"]},{name:"la-stackpath",prefix:"lab",tags:["brand"]},{name:"la-stamp",prefix:"las",tags:[]},{name:"la-star",prefix:"las",tags:[]},{name:"la-star-and-crescent",prefix:"las",tags:[]},{name:"la-star-half",prefix:"las",tags:[]},{name:"la-star-half-alt",prefix:"las",tags:[]},{name:"la-star-of-david",prefix:"las",tags:[]},{name:"la-star-of-life",prefix:"las",tags:[]},{name:"la-staylinked",prefix:"lab",tags:["brand"]},{name:"la-steam",prefix:"lab",tags:["brand"]},{name:"la-steam-square",prefix:"lab",tags:["brand"]},{name:"la-steam-symbol",prefix:"lab",tags:["brand"]},{name:"la-step-backward",prefix:"las",tags:["media"]},{name:"la-step-forward",prefix:"las",tags:["media"]},{name:"la-stethoscope",prefix:"las",tags:[]},{name:"la-sticker-mule",prefix:"lab",tags:["brand"]},{name:"la-sticky-note",prefix:"las",tags:[]},{name:"la-stop",prefix:"las",tags:["media"]},{name:"la-stop-circle",prefix:"las",tags:["media"]},{name:"la-stopwatch",prefix:"las",tags:[]},{name:"la-store",prefix:"las",tags:[]},{name:"la-store-alt",prefix:"las",tags:[]},{name:"la-strava",prefix:"lab",tags:["brand"]},{name:"la-stream",prefix:"las",tags:[]},{name:"la-street-view",prefix:"las",tags:[]},{name:"la-strikethrough",prefix:"las",tags:[]},{name:"la-stripe",prefix:"lab",tags:["brand"]},{name:"la-stripe-s",prefix:"lab",tags:["brand"]},{name:"la-stroopwafel",prefix:"las",tags:[]},{name:"la-studiovinari",prefix:"lab",tags:["brand"]},{name:"la-stumbleupon",prefix:"lab",tags:["brand"]},{name:"la-stumbleupon-circle",prefix:"lab",tags:["brand"]},{name:"la-subscript",prefix:"las",tags:[]},{name:"la-subway",prefix:"las",tags:[]},{name:"la-suitcase",prefix:"las",tags:[]},{name:"la-suitcase-rolling",prefix:"las",tags:[]},{name:"la-sun",prefix:"las",tags:[]},{name:"la-superpowers",prefix:"lab",tags:["brand"]},{name:"la-superscript",prefix:"las",tags:[]},{name:"la-supple",prefix:"lab",tags:["brand"]},{name:"la-surprise",prefix:"las",tags:[]},{name:"la-suse",prefix:"lab",tags:["brand"]},{name:"la-swatchbook",prefix:"las",tags:[]},{name:"la-swift",prefix:"lab",tags:["brand"]},{name:"la-swimmer",prefix:"las",tags:[]},{name:"la-swimming-pool",prefix:"las",tags:[]},{name:"la-symfony",prefix:"lab",tags:["brand"]},{name:"la-synagogue",prefix:"las",tags:[]},{name:"la-sync",prefix:"las",tags:["arrow","media"]},{name:"la-sync-alt",prefix:"las",tags:["arrow","media"]},{name:"la-syringe",prefix:"las",tags:[]},{name:"la-table",prefix:"las",tags:[]},{name:"la-table-tennis",prefix:"las",tags:[]},{name:"la-tablet",prefix:"las",tags:[]},{name:"la-tablet-alt",prefix:"las",tags:[]},{name:"la-tablets",prefix:"las",tags:[]},{name:"la-tachometer-alt",prefix:"las",tags:["travel"]},{name:"la-tag",prefix:"las",tags:[]},{name:"la-tags",prefix:"las",tags:[]},{name:"la-tape",prefix:"las",tags:[]},{name:"la-tasks",prefix:"las",tags:[]},{name:"la-taxi",prefix:"las",tags:["travel"]},{name:"la-teamspeak",prefix:"lab",tags:["brand"]},{name:"la-teeth",prefix:"las",tags:[]},{name:"la-teeth-open",prefix:"las",tags:[]},{name:"la-telegram",prefix:"lab",tags:["brand"]},{name:"la-telegram-plane",prefix:"lab",tags:["brand"]},{name:"la-temperature-high",prefix:"las",tags:[]},{name:"la-temperature-low",prefix:"las",tags:[]},{name:"la-tencent-weibo",prefix:"lab",tags:["brand"]},{name:"la-tenge",prefix:"las",tags:[]},{name:"la-terminal",prefix:"las",tags:[]},{name:"la-text-height",prefix:"las",tags:["arrow"]},{name:"la-text-width",prefix:"las",tags:["arrow"]},{name:"la-th",prefix:"las",tags:[]},{name:"la-th-large",prefix:"las",tags:[]},{name:"la-th-list",prefix:"las",tags:[]},{name:"la-the-red-yeti",prefix:"lab",tags:["brand"]},{name:"la-theater-masks",prefix:"las",tags:[]},{name:"la-themeco",prefix:"lab",tags:["brand"]},{name:"la-themeisle",prefix:"lab",tags:["brand"]},{name:"la-thermometer",prefix:"las",tags:[]},{name:"la-thermometer-empty",prefix:"las",tags:[]},{name:"la-thermometer-full",prefix:"las",tags:[]},{name:"la-thermometer-half",prefix:"las",tags:[]},{name:"la-thermometer-quarter",prefix:"las",tags:[]},{name:"la-thermometer-three-quarters",prefix:"las",tags:[]},{name:"la-think-peaks",prefix:"lab",tags:["brand"]},{name:"la-thumbs-down",prefix:"las",tags:[]},{name:"la-thumbs-up",prefix:"las",tags:[]},{name:"la-thumbtack",prefix:"las",tags:[]},{name:"la-ticket-alt",prefix:"las",tags:[]},{name:"la-times",prefix:"las",tags:[]},{name:"la-times-circle",prefix:"las",tags:[]},{name:"la-tint",prefix:"las",tags:[]},{name:"la-tint-slash",prefix:"las",tags:[]},{name:"la-tired",prefix:"las",tags:[]},{name:"la-toggle-off",prefix:"las",tags:[]},{name:"la-toggle-on",prefix:"las",tags:[]},{name:"la-toilet",prefix:"las",tags:[]},{name:"la-toilet-paper",prefix:"las",tags:[]},{name:"la-toolbox",prefix:"las",tags:[]},{name:"la-tools",prefix:"las",tags:[]},{name:"la-tooth",prefix:"las",tags:[]},{name:"la-torah",prefix:"las",tags:[]},{name:"la-torii-gate",prefix:"las",tags:[]},{name:"la-tractor",prefix:"las",tags:[]},{name:"la-trade-federation",prefix:"lab",tags:["brand"]},{name:"la-trademark",prefix:"las",tags:[]},{name:"la-traffic-light",prefix:"las",tags:[]},{name:"la-train",prefix:"las",tags:[]},{name:"la-tram",prefix:"las",tags:[]},{name:"la-transgender",prefix:"las",tags:[]},{name:"la-transgender-alt",prefix:"las",tags:[]},{name:"la-trash",prefix:"las",tags:[]},{name:"la-trash-alt",prefix:"las",tags:[]},{name:"la-trash-restore",prefix:"las",tags:[]},{name:"la-trash-restore-alt",prefix:"las",tags:[]},{name:"la-tree",prefix:"las",tags:[]},{name:"la-trello",prefix:"lab",tags:["brand"]},{name:"la-tripadvisor",prefix:"lab",tags:["brand"]},{name:"la-trophy",prefix:"las",tags:[]},{name:"la-truck",prefix:"las",tags:["travel"]},{name:"la-truck-loading",prefix:"las",tags:["travel"]},{name:"la-truck-monster",prefix:"las",tags:["travel"]},{name:"la-truck-moving",prefix:"las",tags:["travel"]},{name:"la-truck-pickup",prefix:"las",tags:["travel"]},{name:"la-tshirt",prefix:"las",tags:[]},{name:"la-tty",prefix:"las",tags:["accessibility"]},{name:"la-tumblr",prefix:"lab",tags:["brand"]},{name:"la-tumblr-square",prefix:"lab",tags:["brand"]},{name:"la-tv",prefix:"las",tags:["media"]},{name:"la-twitch",prefix:"lab",tags:["brand"]},{name:"la-twitter",prefix:"lab",tags:["brand"]},{name:"la-twitter-square",prefix:"lab",tags:["brand"]},{name:"la-typo3",prefix:"lab",tags:["brand"]},{name:"la-uber",prefix:"lab",tags:["brand"]},{name:"la-ubuntu",prefix:"lab",tags:["brand"]},{name:"la-uikit",prefix:"lab",tags:["brand"]},{name:"la-umbraco",prefix:"lab",tags:["brand"]},{name:"la-umbrella",prefix:"las",tags:[]},{name:"la-umbrella-beach",prefix:"las",tags:[]},{name:"la-underline",prefix:"las",tags:[]},{name:"la-undo",prefix:"las",tags:["arrow","media"]},{name:"la-undo-alt",prefix:"las",tags:["arrow","media"]},{name:"la-uniregistry",prefix:"lab",tags:["brand"]},{name:"la-universal-access",prefix:"las",tags:["accessibility"]},{name:"la-university",prefix:"las",tags:[]},{name:"la-unlink",prefix:"las",tags:[]},{name:"la-unlock",prefix:"las",tags:[]},{name:"la-unlock-alt",prefix:"las",tags:[]},{name:"la-untappd",prefix:"lab",tags:["brand"]},{name:"la-upload",prefix:"las",tags:["arrow"]},{name:"la-ups",prefix:"lab",tags:["brand"]},{name:"la-usb",prefix:"lab",tags:["brand"]},{name:"la-user",prefix:"las",tags:[]},{name:"la-user-alt",prefix:"las",tags:[]},{name:"la-user-alt-slash",prefix:"las",tags:[]},{name:"la-user-astronaut",prefix:"las",tags:[]},{name:"la-user-check",prefix:"las",tags:[]},{name:"la-user-circle",prefix:"las",tags:[]},{name:"la-user-clock",prefix:"las",tags:[]},{name:"la-user-cog",prefix:"las",tags:[]},{name:"la-user-edit",prefix:"las",tags:[]},{name:"la-user-friends",prefix:"las",tags:[]},{name:"la-user-graduate",prefix:"las",tags:[]},{name:"la-user-injured",prefix:"las",tags:[]},{name:"la-user-lock",prefix:"las",tags:[]},{name:"la-user-md",prefix:"las",tags:[]},{name:"la-user-minus",prefix:"las",tags:[]},{name:"la-user-ninja",prefix:"las",tags:[]},{name:"la-user-nurse",prefix:"las",tags:[]},{name:"la-user-plus",prefix:"las",tags:[]},{name:"la-user-secret",prefix:"las",tags:[]},{name:"la-user-shield",prefix:"las",tags:[]},{name:"la-user-slash",prefix:"las",tags:[]},{name:"la-user-tag",prefix:"las",tags:[]},{name:"la-user-tie",prefix:"las",tags:[]},{name:"la-user-times",prefix:"las",tags:[]},{name:"la-users",prefix:"las",tags:[]},{name:"la-users-cog",prefix:"las",tags:[]},{name:"la-usps",prefix:"lab",tags:["brand"]},{name:"la-ussunnah",prefix:"lab",tags:["brand"]},{name:"la-utensil-spoon",prefix:"las",tags:[]},{name:"la-utensils",prefix:"las",tags:[]},{name:"la-vaadin",prefix:"lab",tags:["brand"]},{name:"la-vector-square",prefix:"las",tags:[]},{name:"la-venus",prefix:"las",tags:[]},{name:"la-venus-double",prefix:"las",tags:[]},{name:"la-venus-mars",prefix:"las",tags:[]},{name:"la-viacoin",prefix:"lab",tags:["brand"]},{name:"la-viadeo",prefix:"lab",tags:["brand"]},{name:"la-viadeo-square",prefix:"lab",tags:["brand"]},{name:"la-vial",prefix:"las",tags:[]},{name:"la-vials",prefix:"las",tags:[]},{name:"la-viber",prefix:"lab",tags:["brand"]},{name:"la-video",prefix:"las",tags:["media"]},{name:"la-video-slash",prefix:"las",tags:["media"]},{name:"la-vihara",prefix:"las",tags:[]},{name:"la-vimeo",prefix:"lab",tags:["brand"]},{name:"la-vimeo-square",prefix:"lab",tags:["brand"]},{name:"la-vimeo-v",prefix:"lab",tags:["brand"]},{name:"la-vine",prefix:"lab",tags:["brand"]},{name:"la-vk",prefix:"lab",tags:["brand"]},{name:"la-vnv",prefix:"lab",tags:["brand"]},{name:"la-voicemail",prefix:"las",tags:[]},{name:"la-volleyball-ball",prefix:"las",tags:[]},{name:"la-volume-down",prefix:"las",tags:["media"]},{name:"la-volume-mute",prefix:"las",tags:["media"]},{name:"la-volume-off",prefix:"las",tags:["media"]},{name:"la-volume-up",prefix:"las",tags:["media"]},{name:"la-vote-yea",prefix:"las",tags:[]},{name:"la-vr-cardboard",prefix:"las",tags:[]},{name:"la-vuejs",prefix:"lab",tags:["brand"]},{name:"la-walking",prefix:"las",tags:[]},{name:"la-wallet",prefix:"las",tags:[]},{name:"la-warehouse",prefix:"las",tags:[]},{name:"la-water",prefix:"las",tags:[]},{name:"la-wave-square",prefix:"las",tags:[]},{name:"la-waze",prefix:"lab",tags:["brand"]},{name:"la-weebly",prefix:"lab",tags:["brand"]},{name:"la-weibo",prefix:"lab",tags:["brand"]},{name:"la-weight",prefix:"las",tags:[]},{name:"la-weight-hanging",prefix:"las",tags:[]},{name:"la-weixin",prefix:"lab",tags:["brand"]},{name:"la-whatsapp",prefix:"lab",tags:["brand"]},{name:"la-whatsapp-square",prefix:"lab",tags:["brand"]},{name:"la-wheelchair",prefix:"las",tags:["accessibility"]},{name:"la-whmcs",prefix:"lab",tags:["brand"]},{name:"la-wifi",prefix:"las",tags:[]},{name:"la-wikipedia-w",prefix:"lab",tags:["brand"]},{name:"la-wind",prefix:"las",tags:[]},{name:"la-window-close",prefix:"las",tags:[]},{name:"la-window-maximize",prefix:"las",tags:[]},{name:"la-window-minimize",prefix:"las",tags:[]},{name:"la-window-restore",prefix:"las",tags:[]},{name:"la-windows",prefix:"lab",tags:["brand"]},{name:"la-wine-bottle",prefix:"las",tags:[]},{name:"la-wine-glass",prefix:"las",tags:[]},{name:"la-wine-glass-alt",prefix:"las",tags:[]},{name:"la-wix",prefix:"lab",tags:["brand"]},{name:"la-wizards-of-the-coast",prefix:"lab",tags:["brand"]},{name:"la-wolf-pack-battalion",prefix:"lab",tags:["brand"]},{name:"la-won-sign",prefix:"las",tags:[]},{name:"la-wordpress",prefix:"lab",tags:["brand"]},{name:"la-wordpress-simple",prefix:"lab",tags:["brand"]},{name:"la-wpbeginner",prefix:"lab",tags:["brand"]},{name:"la-wpexplorer",prefix:"lab",tags:["brand"]},{name:"la-wpforms",prefix:"lab",tags:["brand"]},{name:"la-wpressr",prefix:"lab",tags:["brand"]},{name:"la-wrench",prefix:"las",tags:[]},{name:"la-x-ray",prefix:"las",tags:[]},{name:"la-xbox",prefix:"lab",tags:["brand"]},{name:"la-xing",prefix:"lab",tags:["brand"]},{name:"la-xing-square",prefix:"lab",tags:["brand"]},{name:"la-y-combinator",prefix:"lab",tags:["brand"]},{name:"la-yahoo",prefix:"lab",tags:["brand"]},{name:"la-yammer",prefix:"lab",tags:["brand"]},{name:"la-yandex",prefix:"lab",tags:["brand"]},{name:"la-yandex-international",prefix:"lab",tags:["brand"]},{name:"la-yarn",prefix:"lab",tags:["brand"]},{name:"la-yelp",prefix:"lab",tags:["brand"]},{name:"la-yen-sign",prefix:"las",tags:[]},{name:"la-yin-yang",prefix:"las",tags:[]},{name:"la-yoast",prefix:"lab",tags:["brand"]},{name:"la-youtube",prefix:"lab",tags:["brand","media"]},{name:"la-youtube-square",prefix:"lab",tags:["brand","media"]},{name:"la-zhihu",prefix:"lab",tags:["brand"]}]}},"72e8":function(a,e,t){"use strict";t.r(e),e["default"]={name:"fontawesome-v5",icons:[{name:"fa-500px",prefix:"fab",tags:["brand"]},{name:"fa-accessible-icon",prefix:"fab",tags:["accessibility","brand"]},{name:"fa-accusoft",prefix:"fab",tags:["brand"]},{name:"fa-acquisitions-incorporated",prefix:"fab",tags:["brand"]},{name:"fa-ad",prefix:"fas",tags:["social"]},{name:"fa-address-book",prefix:"fas",tags:["office","people"]},{name:"fa-address-card",prefix:"fas",tags:["office","people"]},{name:"fa-adjust",prefix:"fas",tags:["technology"]},{name:"fa-adn",prefix:"fab",tags:["brand"]},{name:"fa-adversal",prefix:"fab",tags:["brand"]},{name:"fa-affiliatetheme",prefix:"fab",tags:["brand"]},{name:"fa-air-freshener",prefix:"fas",tags:["travel"]},{name:"fa-airbnb",prefix:"fab",tags:["brand"]},{name:"fa-algolia",prefix:"fab",tags:["brand"]},{name:"fa-align-center",prefix:"fas",tags:["editor"]},{name:"fa-align-justify",prefix:"fas",tags:["editor"]},{name:"fa-align-left",prefix:"fas",tags:["editor"]},{name:"fa-align-right",prefix:"fas",tags:["editor"]},{name:"fa-alipay",prefix:"fab",tags:["brand"]},{name:"fa-allergies",prefix:"fas",tags:["health"]},{name:"fa-amazon",prefix:"fab",tags:["brand"]},{name:"fa-amazon-pay",prefix:"fab",tags:["brand"]},{name:"fa-ambulance",prefix:"fas",tags:["travel"]},{name:"fa-american-sign-language-interpreting",prefix:"fas",tags:["accessibility"]},{name:"fa-amilia",prefix:"fab",tags:["brand"]},{name:"fa-anchor",prefix:"fas",tags:["brand"]},{name:"fa-android",prefix:"fab",tags:["brand"]},{name:"fa-angellist",prefix:"fab",tags:["brand"]},{name:"fa-angle-double-down",prefix:"fas",tags:["arrow"]},{name:"fa-angle-double-left",prefix:"fas",tags:["arrow"]},{name:"fa-angle-double-right",prefix:"fas",tags:["arrow"]},{name:"fa-angle-double-up",prefix:"fas",tags:["arrow"]},{name:"fa-angle-down",prefix:"fas",tags:["arrow"]},{name:"fa-angle-left",prefix:"fas",tags:["arrow"]},{name:"fa-angle-right",prefix:"fas",tags:["arrow"]},{name:"fa-angle-up",prefix:"fas",tags:["arrow"]},{name:"fa-angry",prefix:"fas",tags:["emotions","people"]},{name:"fa-angrycreative",prefix:"fab",tags:["brand"]},{name:"fa-angular",prefix:"fab",tags:["brand"]},{name:"fa-ankh",prefix:"fas",tags:["religion","social"]},{name:"fa-app-store",prefix:"fab",tags:["brand"]},{name:"fa-app-store-ios",prefix:"fab",tags:["brand"]},{name:"fa-apper",prefix:"fab",tags:["brand"]},{name:"fa-apple",prefix:"fab",tags:["brand"]},{name:"fa-apple-alt",prefix:"fas",tags:["brand","food"]},{name:"fa-apple-pay",prefix:"fab",tags:["brand"]},{name:"fa-archive",prefix:"fas",tags:["office"]},{name:"fa-archway",prefix:"fas",tags:["buildings"]},{name:"fa-arrow-alt-circle-down",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-alt-circle-left",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-alt-circle-right",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-alt-circle-up",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-circle-down",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-circle-left",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-circle-right",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-circle-up",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-down",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-left",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-right",prefix:"fas",tags:["arrow"]},{name:"fa-arrow-up",prefix:"fas",tags:["arrow"]},{name:"fa-arrows-alt",prefix:"fas",tags:["arrow"]},{name:"fa-arrows-alt-h",prefix:"fas",tags:["arrow"]},{name:"fa-arrows-alt-v",prefix:"fas",tags:["arrow"]},{name:"fa-artstation",prefix:"fab",tags:["brand"]},{name:"fa-assistive-listening-systems",prefix:"fas",tags:["accessibility"]},{name:"fa-asterisk",prefix:"fas",tags:["other"]},{name:"fa-asymmetrik",prefix:"fab",tags:["brand"]},{name:"fa-at",prefix:"fas",tags:["web"]},{name:"fa-atlas",prefix:"fas",tags:["travel"]},{name:"fa-atlassian",prefix:"fab",tags:["brand"]},{name:"fa-atom",prefix:"fas",tags:["science"]},{name:"fa-audible",prefix:"fab",tags:["brand"]},{name:"fa-audio-description",prefix:"fas",tags:["accessibility","media"]},{name:"fa-autoprefixer",prefix:"fab",tags:["brand"]},{name:"fa-avianex",prefix:"fab",tags:["brand"]},{name:"fa-aviato",prefix:"fab",tags:["brand"]},{name:"fa-award",prefix:"fas",tags:["brand"]},{name:"fa-aws",prefix:"fab",tags:["brand"]},{name:"fa-baby",prefix:"fas",tags:["family","people"]},{name:"fa-baby-carriage",prefix:"fas",tags:["family","people"]},{name:"fa-backspace",prefix:"fas",tags:["editor"]},{name:"fa-backward",prefix:"fas",tags:["media"]},{name:"fa-bacon",prefix:"fas",tags:["food"]},{name:"fa-bacteria",prefix:"fas",tags:[]},{name:"fa-bacterium",prefix:"fas",tags:[]},{name:"fa-bahai",prefix:"fas",tags:[]},{name:"fa-balance-scale",prefix:"fas",tags:["social"]},{name:"fa-balance-scale-left",prefix:"fas",tags:["social"]},{name:"fa-balance-scale-right",prefix:"fas",tags:["social"]},{name:"fa-ban",prefix:"fas",tags:["social"]},{name:"fa-band-aid",prefix:"fas",tags:["health"]},{name:"fa-bandcamp",prefix:"fab",tags:["brand"]},{name:"fa-barcode",prefix:"fas",tags:["other","technology"]},{name:"fa-bars",prefix:"fas",tags:["web"]},{name:"fa-baseball-ball",prefix:"fas",tags:["sport"]},{name:"fa-basketball-ball",prefix:"fas",tags:["sport"]},{name:"fa-bath",prefix:"fas",tags:["home"]},{name:"fa-battery-empty",prefix:"fas",tags:["technology"]},{name:"fa-battery-full",prefix:"fas",tags:["technology"]},{name:"fa-battery-half",prefix:"fas",tags:["technology"]},{name:"fa-battery-quarter",prefix:"fas",tags:["technology"]},{name:"fa-battery-three-quarters",prefix:"fas",tags:["technology"]},{name:"fa-battle-net",prefix:"fab",tags:["brand"]},{name:"fa-bed",prefix:"fas",tags:["home"]},{name:"fa-beer",prefix:"fas",tags:["food"]},{name:"fa-behance",prefix:"fab",tags:["brand"]},{name:"fa-behance-square",prefix:"fab",tags:["brand"]},{name:"fa-bell",prefix:"fas",tags:["other"]},{name:"fa-bell-slash",prefix:"fas",tags:["other"]},{name:"fa-bezier-curve",prefix:"fas",tags:["science"]},{name:"fa-bible",prefix:"fas",tags:["religion","social"]},{name:"fa-bicycle",prefix:"fas",tags:["sport","travel"]},{name:"fa-biking",prefix:"fas",tags:["sport","travel"]},{name:"fa-bimobject",prefix:"fab",tags:["brand"]},{name:"fa-binoculars",prefix:"fas",tags:["other","travel"]},{name:"fa-biohazard",prefix:"fas",tags:["other","science"]},{name:"fa-birthday-cake",prefix:"fas",tags:["social"]},{name:"fa-bitbucket",prefix:"fab",tags:["brand"]},{name:"fa-bitcoin",prefix:"fab",tags:["brand"]},{name:"fa-bity",prefix:"fab",tags:["brand"]},{name:"fa-black-tie",prefix:"fab",tags:["brand"]},{name:"fa-blackberry",prefix:"fab",tags:["brand"]},{name:"fa-blender",prefix:"fas",tags:["home","technology"]},{name:"fa-blender-phone",prefix:"fas",tags:["home","technology"]},{name:"fa-blind",prefix:"fas",tags:["accessibility"]},{name:"fa-blog",prefix:"fas",tags:["web"]},{name:"fa-blogger",prefix:"fab",tags:["brand"]},{name:"fa-blogger-b",prefix:"fab",tags:["brand"]},{name:"fa-bluetooth",prefix:"fab",tags:["brand"]},{name:"fa-bluetooth-b",prefix:"fab",tags:["brand"]},{name:"fa-bold",prefix:"fas",tags:["editor"]},{name:"fa-bolt",prefix:"fas",tags:["editor"]},{name:"fa-bomb",prefix:"fas",tags:["other"]},{name:"fa-bone",prefix:"fas",tags:["food"]},{name:"fa-bong",prefix:"fas",tags:["science"]},{name:"fa-book",prefix:"fas",tags:["social"]},{name:"fa-book-dead",prefix:"fas",tags:["social"]},{name:"fa-book-medical",prefix:"fas",tags:["health","social"]},{name:"fa-book-open",prefix:"fas",tags:["social"]},{name:"fa-book-reader",prefix:"fas",tags:["social"]},{name:"fa-bookmark",prefix:"fas",tags:["other","web"]},{name:"fa-bootstrap",prefix:"fab",tags:["brand"]},{name:"fa-border-all",prefix:"fas",tags:["editor"]},{name:"fa-border-none",prefix:"fas",tags:["editor"]},{name:"fa-border-style",prefix:"fas",tags:["editor"]},{name:"fa-bowling-ball",prefix:"fas",tags:["sport"]},{name:"fa-box",prefix:"fas",tags:["other"]},{name:"fa-box-open",prefix:"fas",tags:["other"]},{name:"fa-box-tissue",prefix:"fas",tags:[]},{name:"fa-boxes",prefix:"fas",tags:["other"]},{name:"fa-braille",prefix:"fas",tags:["accessibility"]},{name:"fa-brain",prefix:"fas",tags:["health","health","social"]},{name:"fa-bread-slice",prefix:"fas",tags:["food"]},{name:"fa-briefcase",prefix:"fas",tags:["office"]},{name:"fa-briefcase-medical",prefix:"fas",tags:["health"]},{name:"fa-broadcast-tower",prefix:"fas",tags:["media"]},{name:"fa-broom",prefix:"fas",tags:["home","other"]},{name:"fa-brush",prefix:"fas",tags:["social"]},{name:"fa-btc",prefix:"fab",tags:["brand"]},{name:"fa-buffer",prefix:"fab",tags:["brand"]},{name:"fa-bug",prefix:"fas",tags:["nature","web"]},{name:"fa-building",prefix:"fas",tags:["buildings"]},{name:"fa-bullhorn",prefix:"fas",tags:["social","web"]},{name:"fa-bullseye",prefix:"fas",tags:["other"]},{name:"fa-burn",prefix:"fas",tags:["other","social","web"]},{name:"fa-buromobelexperte",prefix:"fab",tags:["brand"]},{name:"fa-bus",prefix:"fas",tags:["social","technology","travel"]},{name:"fa-bus-alt",prefix:"fas",tags:["social","technology","travel"]},{name:"fa-business-time",prefix:"fas",tags:["office"]},{name:"fa-buy-n-large",prefix:"fab",tags:["brand"]},{name:"fa-buysellads",prefix:"fab",tags:["brand"]},{name:"fa-calculator",prefix:"fas",tags:["science"]},{name:"fa-calendar",prefix:"fas",tags:["office"]},{name:"fa-calendar-alt",prefix:"fas",tags:["office"]},{name:"fa-calendar-check",prefix:"fas",tags:["office"]},{name:"fa-calendar-day",prefix:"fas",tags:["office"]},{name:"fa-calendar-minus",prefix:"fas",tags:["office"]},{name:"fa-calendar-plus",prefix:"fas",tags:["office"]},{name:"fa-calendar-times",prefix:"fas",tags:["office"]},{name:"fa-calendar-week",prefix:"fas",tags:["office"]},{name:"fa-camera",prefix:"fas",tags:["technology","web"]},{name:"fa-camera-retro",prefix:"fas",tags:["technology","web"]},{name:"fa-campground",prefix:"fas",tags:["social","travel"]},{name:"fa-canadian-maple-leaf",prefix:"fab",tags:["brand"]},{name:"fa-candy-cane",prefix:"fas",tags:["food"]},{name:"fa-cannabis",prefix:"fas",tags:["food","social"]},{name:"fa-capsules",prefix:"fas",tags:["health"]},{name:"fa-car",prefix:"fas",tags:["travel"]},{name:"fa-car-alt",prefix:"fas",tags:["travel"]},{name:"fa-car-battery",prefix:"fas",tags:["travel"]},{name:"fa-car-crash",prefix:"fas",tags:["travel"]},{name:"fa-car-side",prefix:"fas",tags:["travel"]},{name:"fa-caravan",prefix:"fas",tags:[]},{name:"fa-caret-down",prefix:"fas",tags:["arrow"]},{name:"fa-caret-left",prefix:"fas",tags:["arrow"]},{name:"fa-caret-right",prefix:"fas",tags:["arrow"]},{name:"fa-caret-square-down",prefix:"fas",tags:["arrow"]},{name:"fa-caret-square-left",prefix:"fas",tags:["arrow"]},{name:"fa-caret-square-right",prefix:"fas",tags:["arrow"]},{name:"fa-caret-square-up",prefix:"fas",tags:["arrow"]},{name:"fa-caret-up",prefix:"fas",tags:["arrow"]},{name:"fa-carrot",prefix:"fas",tags:["food"]},{name:"fa-cart-arrow-down",prefix:"fas",tags:["arrow"]},{name:"fa-cart-plus",prefix:"fas",tags:["office"]},{name:"fa-cash-register",prefix:"fas",tags:["money","technology"]},{name:"fa-cat",prefix:"fas",tags:["nature"]},{name:"fa-cc-amazon-pay",prefix:"fab",tags:["brand"]},{name:"fa-cc-amex",prefix:"fab",tags:["brand"]},{name:"fa-cc-apple-pay",prefix:"fab",tags:["brand"]},{name:"fa-cc-diners-club",prefix:"fab",tags:["brand"]},{name:"fa-cc-discover",prefix:"fab",tags:["brand"]},{name:"fa-cc-jcb",prefix:"fab",tags:["brand"]},{name:"fa-cc-mastercard",prefix:"fab",tags:["brand"]},{name:"fa-cc-paypal",prefix:"fab",tags:["brand"]},{name:"fa-cc-stripe",prefix:"fab",tags:["brand"]},{name:"fa-cc-visa",prefix:"fab",tags:["brand"]},{name:"fa-centercode",prefix:"fab",tags:["brand"]},{name:"fa-centos",prefix:"fab",tags:["brand"]},{name:"fa-certificate",prefix:"fas",tags:["social"]},{name:"fa-chair",prefix:"fas",tags:["home"]},{name:"fa-chalkboard",prefix:"fas",tags:["office"]},{name:"fa-chalkboard-teacher",prefix:"fas",tags:["office","other","science"]},{name:"fa-charging-station",prefix:"fas",tags:["travel"]},{name:"fa-chart-area",prefix:"fas",tags:["office"]},{name:"fa-chart-bar",prefix:"fas",tags:["office"]},{name:"fa-chart-line",prefix:"fas",tags:["arrow","office"]},{name:"fa-chart-pie",prefix:"fas",tags:["office"]},{name:"fa-check",prefix:"fas",tags:["office","social","web"]},{name:"fa-check-circle",prefix:"fas",tags:["office","social","web"]},{name:"fa-check-double",prefix:"fas",tags:["office","social","web"]},{name:"fa-check-square",prefix:"fas",tags:["office","social","web"]},{name:"fa-cheese",prefix:"fas",tags:["food"]},{name:"fa-chess",prefix:"fas",tags:["social"]},{name:"fa-chess-bishop",prefix:"fas",tags:["social"]},{name:"fa-chess-board",prefix:"fas",tags:["social"]},{name:"fa-chess-king",prefix:"fas",tags:["social"]},{name:"fa-chess-knight",prefix:"fas",tags:["social"]},{name:"fa-chess-pawn",prefix:"fas",tags:["social"]},{name:"fa-chess-queen",prefix:"fas",tags:["social"]},{name:"fa-chess-rook",prefix:"fas",tags:["social"]},{name:"fa-chevron-circle-down",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-circle-left",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-circle-right",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-circle-up",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-down",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-left",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-right",prefix:"fas",tags:["arrow"]},{name:"fa-chevron-up",prefix:"fas",tags:["arrow"]},{name:"fa-child",prefix:"fas",tags:["family","people"]},{name:"fa-chrome",prefix:"fab",tags:["brand"]},{name:"fa-chromecast",prefix:"fab",tags:["brand"]},{name:"fa-church",prefix:"fas",tags:["buildings","social"]},{name:"fa-circle",prefix:"fas",tags:["media","other"]},{name:"fa-circle-notch",prefix:"fas",tags:["other"]},{name:"fa-city",prefix:"fas",tags:["buildings"]},{name:"fa-clinic-medical",prefix:"fas",tags:["buildings"]},{name:"fa-clipboard",prefix:"fas",tags:["editor"]},{name:"fa-clipboard-check",prefix:"fas",tags:["editor"]},{name:"fa-clipboard-list",prefix:"fas",tags:["editor"]},{name:"fa-clock",prefix:"fas",tags:["home","office","other"]},{name:"fa-clone",prefix:"fas",tags:["editor"]},{name:"fa-closed-captioning",prefix:"fas",tags:["accessibility","media"]},{name:"fa-cloud",prefix:"fas",tags:["weather","web"]},{name:"fa-cloud-download-alt",prefix:"fas",tags:["arrow"]},{name:"fa-cloud-meatball",prefix:"fas",tags:["weather"]},{name:"fa-cloud-moon",prefix:"fas",tags:["weather"]},{name:"fa-cloud-moon-rain",prefix:"fas",tags:["weather"]},{name:"fa-cloud-rain",prefix:"fas",tags:["weather"]},{name:"fa-cloud-showers-heavy",prefix:"fas",tags:["weather"]},{name:"fa-cloud-sun",prefix:"fas",tags:["weather"]},{name:"fa-cloud-sun-rain",prefix:"fas",tags:["weather"]},{name:"fa-cloud-upload-alt",prefix:"fas",tags:["arrow"]},{name:"fa-cloudflare",prefix:"fab",tags:["brand"]},{name:"fa-cloudscale",prefix:"fab",tags:["brand"]},{name:"fa-cloudsmith",prefix:"fab",tags:["brand"]},{name:"fa-cloudversify",prefix:"fab",tags:["brand"]},{name:"fa-cocktail",prefix:"fas",tags:["food"]},{name:"fa-code",prefix:"fas",tags:["technology","web"]},{name:"fa-code-branch",prefix:"fas",tags:["technology","web"]},{name:"fa-codepen",prefix:"fab",tags:["brand"]},{name:"fa-codiepie",prefix:"fab",tags:["brand"]},{name:"fa-coffee",prefix:"fas",tags:["food"]},{name:"fa-cog",prefix:"fas",tags:["other","technology"]},{name:"fa-cogs",prefix:"fas",tags:["other","technology"]},{name:"fa-coins",prefix:"fas",tags:["money","social"]},{name:"fa-columns",prefix:"fas",tags:["editor"]},{name:"fa-comment",prefix:"fas",tags:["social","web"]},{name:"fa-comment-alt",prefix:"fas",tags:["social","web"]},{name:"fa-comment-dollar",prefix:"fas",tags:["social","web"]},{name:"fa-comment-dots",prefix:"fas",tags:["social","web"]},{name:"fa-comment-medical",prefix:"fas",tags:["social","web"]},{name:"fa-comment-slash",prefix:"fas",tags:["social","web"]},{name:"fa-comments",prefix:"fas",tags:["social","web"]},{name:"fa-comments-dollar",prefix:"fas",tags:["social","web"]},{name:"fa-compact-disc",prefix:"fas",tags:["technology"]},{name:"fa-compass",prefix:"fas",tags:["social","travel","weather"]},{name:"fa-compress",prefix:"fas",tags:["arrow","media"]},{name:"fa-compress-alt",prefix:"fas",tags:[]},{name:"fa-compress-arrows-alt",prefix:"fas",tags:["arrow","media"]},{name:"fa-concierge-bell",prefix:"fas",tags:["social","travel"]},{name:"fa-confluence",prefix:"fab",tags:["brand"]},{name:"fa-connectdevelop",prefix:"fab",tags:["brand"]},{name:"fa-contao",prefix:"fab",tags:["brand"]},{name:"fa-cookie",prefix:"fas",tags:["food"]},{name:"fa-cookie-bite",prefix:"fas",tags:["food"]},{name:"fa-copy",prefix:"fas",tags:["editor"]},{name:"fa-copyright",prefix:"fas",tags:["social"]},{name:"fa-cotton-bureau",prefix:"fab",tags:["brand"]},{name:"fa-couch",prefix:"fas",tags:["home"]},{name:"fa-cpanel",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-by",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-nc",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-nc-eu",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-nc-jp",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-nd",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-pd",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-pd-alt",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-remix",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-sa",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-sampling",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-sampling-plus",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-share",prefix:"fab",tags:["brand"]},{name:"fa-creative-commons-zero",prefix:"fab",tags:["brand"]},{name:"fa-credit-card",prefix:"fas",tags:["money","social"]},{name:"fa-critical-role",prefix:"fab",tags:["brand"]},{name:"fa-crop",prefix:"fas",tags:["editor"]},{name:"fa-crop-alt",prefix:"fas",tags:["editor"]},{name:"fa-cross",prefix:"fas",tags:["religion"]},{name:"fa-crosshairs",prefix:"fas",tags:["other"]},{name:"fa-crow",prefix:"fas",tags:["nature"]},{name:"fa-crown",prefix:"fas",tags:["social"]},{name:"fa-crutch",prefix:"fas",tags:["accessibility"]},{name:"fa-css3",prefix:"fab",tags:["brand","web"]},{name:"fa-css3-alt",prefix:"fab",tags:["brand","web"]},{name:"fa-cube",prefix:"fas",tags:["other"]},{name:"fa-cubes",prefix:"fas",tags:["other"]},{name:"fa-cut",prefix:"fas",tags:["editor"]},{name:"fa-cuttlefish",prefix:"fab",tags:["brand"]},{name:"fa-d-and-d",prefix:"fab",tags:["brand"]},{name:"fa-d-and-d-beyond",prefix:"fab",tags:["brand"]},{name:"fa-dailymotion",prefix:"fab",tags:["brand"]},{name:"fa-dashcube",prefix:"fab",tags:["brand"]},{name:"fa-database",prefix:"fas",tags:["technology"]},{name:"fa-deaf",prefix:"fas",tags:["accessibility"]},{name:"fa-deezer",prefix:"fab",tags:["brand"]},{name:"fa-delicious",prefix:"fab",tags:["brand"]},{name:"fa-democrat",prefix:"fas",tags:["other"]},{name:"fa-deploydog",prefix:"fab",tags:["brand"]},{name:"fa-deskpro",prefix:"fab",tags:["brand"]},{name:"fa-desktop",prefix:"fas",tags:["technology"]},{name:"fa-dev",prefix:"fab",tags:["brand"]},{name:"fa-deviantart",prefix:"fab",tags:["brand"]},{name:"fa-dharmachakra",prefix:"fas",tags:["brand"]},{name:"fa-dhl",prefix:"fab",tags:["brand"]},{name:"fa-diagnoses",prefix:"fas",tags:["brand"]},{name:"fa-diaspora",prefix:"fab",tags:["brand"]},{name:"fa-dice",prefix:"fas",tags:["other"]},{name:"fa-dice-d20",prefix:"fas",tags:["other"]},{name:"fa-dice-d6",prefix:"fas",tags:["other"]},{name:"fa-dice-five",prefix:"fas",tags:["other"]},{name:"fa-dice-four",prefix:"fas",tags:["other"]},{name:"fa-dice-one",prefix:"fas",tags:["other"]},{name:"fa-dice-six",prefix:"fas",tags:["other"]},{name:"fa-dice-three",prefix:"fas",tags:["other"]},{name:"fa-dice-two",prefix:"fas",tags:["other"]},{name:"fa-digg",prefix:"fab",tags:["brand"]},{name:"fa-digital-ocean",prefix:"fab",tags:["brand"]},{name:"fa-digital-tachograph",prefix:"fas",tags:["technology"]},{name:"fa-directions",prefix:"fas",tags:["social"]},{name:"fa-discord",prefix:"fab",tags:["brand"]},{name:"fa-discourse",prefix:"fab",tags:["brand"]},{name:"fa-disease",prefix:"fas",tags:[]},{name:"fa-divide",prefix:"fas",tags:["science"]},{name:"fa-dizzy",prefix:"fas",tags:["emotions"]},{name:"fa-dna",prefix:"fas",tags:["science"]},{name:"fa-dochub",prefix:"fab",tags:["brand"]},{name:"fa-docker",prefix:"fab",tags:["brand"]},{name:"fa-dog",prefix:"fas",tags:["nature"]},{name:"fa-dollar-sign",prefix:"fas",tags:["money"]},{name:"fa-dolly",prefix:"fas",tags:["travel"]},{name:"fa-dolly-flatbed",prefix:"fas",tags:["other","travel"]},{name:"fa-donate",prefix:"fas",tags:["social"]},{name:"fa-door-closed",prefix:"fas",tags:["home","web"]},{name:"fa-door-open",prefix:"fas",tags:["home","web"]},{name:"fa-dot-circle",prefix:"fas",tags:["other"]},{name:"fa-dove",prefix:"fas",tags:["nature"]},{name:"fa-download",prefix:"fas",tags:["arrow"]},{name:"fa-draft2digital",prefix:"fab",tags:["brand"]},{name:"fa-drafting-compass",prefix:"fas",tags:["science","travel"]},{name:"fa-dragon",prefix:"fas",tags:["nature"]},{name:"fa-draw-polygon",prefix:"fas",tags:["editor"]},{name:"fa-dribbble",prefix:"fab",tags:["brand"]},{name:"fa-dribbble-square",prefix:"fab",tags:["brand"]},{name:"fa-dropbox",prefix:"fab",tags:["brand"]},{name:"fa-drum",prefix:"fas",tags:["social"]},{name:"fa-drum-steelpan",prefix:"fas",tags:["social"]},{name:"fa-drumstick-bite",prefix:"fas",tags:["social"]},{name:"fa-drupal",prefix:"fab",tags:["brand"]},{name:"fa-dumbbell",prefix:"fas",tags:["sport"]},{name:"fa-dumpster",prefix:"fas",tags:["other"]},{name:"fa-dumpster-fire",prefix:"fas",tags:["other"]},{name:"fa-dungeon",prefix:"fas",tags:["other"]},{name:"fa-dyalog",prefix:"fab",tags:["brand"]},{name:"fa-earlybirds",prefix:"fab",tags:["brand"]},{name:"fa-ebay",prefix:"fab",tags:["brand"]},{name:"fa-edge",prefix:"fab",tags:["brand"]},{name:"fa-edge-legacy",prefix:"fab",tags:["brand"]},{name:"fa-edit",prefix:"fas",tags:["editor"]},{name:"fa-egg",prefix:"fas",tags:["nature"]},{name:"fa-eject",prefix:"fas",tags:["media"]},{name:"fa-elementor",prefix:"fab",tags:["brand"]},{name:"fa-ellipsis-h",prefix:"fas",tags:["science"]},{name:"fa-ellipsis-v",prefix:"fas",tags:["science"]},{name:"fa-ello",prefix:"fab",tags:["brand"]},{name:"fa-ember",prefix:"fab",tags:["brand"]},{name:"fa-empire",prefix:"fab",tags:["brand"]},{name:"fa-envelope",prefix:"fas",tags:["social","web"]},{name:"fa-envelope-open",prefix:"fas",tags:["social","web"]},{name:"fa-envelope-open-text",prefix:"fas",tags:["social","web"]},{name:"fa-envelope-square",prefix:"fas",tags:["social","web"]},{name:"fa-envira",prefix:"fab",tags:["brand"]},{name:"fa-equals",prefix:"fas",tags:["science"]},{name:"fa-eraser",prefix:"fas",tags:["editor"]},{name:"fa-erlang",prefix:"fab",tags:["brand"]},{name:"fa-ethereum",prefix:"fab",tags:["brand"]},{name:"fa-ethernet",prefix:"fas",tags:["technology","web"]},{name:"fa-etsy",prefix:"fab",tags:["brand"]},{name:"fa-euro-sign",prefix:"fas",tags:["money"]},{name:"fa-evernote",prefix:"fab",tags:["brand"]},{name:"fa-exchange-alt",prefix:"fas",tags:["arrow"]},{name:"fa-exclamation",prefix:"fas",tags:["social","web"]},{name:"fa-exclamation-circle",prefix:"fas",tags:["social","web"]},{name:"fa-exclamation-triangle",prefix:"fas",tags:["social","web"]},{name:"fa-expand",prefix:"fas",tags:["arrow","media"]},{name:"fa-expand-alt",prefix:"fas",tags:[]},{name:"fa-expand-arrows-alt",prefix:"fas",tags:["media"]},{name:"fa-expeditedssl",prefix:"fab",tags:["brand"]},{name:"fa-external-link-alt",prefix:"fas",tags:["arrow"]},{name:"fa-external-link-square-alt",prefix:"fas",tags:["arrow"]},{name:"fa-eye",prefix:"fas",tags:["health","people","social"]},{name:"fa-eye-dropper",prefix:"fas",tags:["health"]},{name:"fa-eye-slash",prefix:"fas",tags:["health","social"]},{name:"fa-facebook",prefix:"fab",tags:["brand"]},{name:"fa-facebook-f",prefix:"fab",tags:["brand"]},{name:"fa-facebook-messenger",prefix:"fab",tags:["brand"]},{name:"fa-facebook-square",prefix:"fab",tags:["brand"]},{name:"fa-fan",prefix:"fas",tags:["technology"]},{name:"fa-fantasy-flight-games",prefix:"fab",tags:["brand"]},{name:"fa-fast-backward",prefix:"fas",tags:["media"]},{name:"fa-fast-forward",prefix:"fas",tags:["media"]},{name:"fa-faucet",prefix:"fas",tags:[]},{name:"fa-fax",prefix:"fas",tags:["office","technology"]},{name:"fa-feather",prefix:"fas",tags:["nature"]},{name:"fa-feather-alt",prefix:"fas",tags:["nature"]},{name:"fa-fedex",prefix:"fab",tags:["brand"]},{name:"fa-fedora",prefix:"fab",tags:["brand"]},{name:"fa-female",prefix:"fas",tags:["people"]},{name:"fa-fighter-jet",prefix:"fas",tags:["technology"]},{name:"fa-figma",prefix:"fab",tags:["brand"]},{name:"fa-file",prefix:"fas",tags:["computer","editor"]},{name:"fa-file-alt",prefix:"fas",tags:["editor"]},{name:"fa-file-archive",prefix:"fas",tags:["computer"]},{name:"fa-file-audio",prefix:"fas",tags:["media"]},{name:"fa-file-code",prefix:"fas",tags:["computer","editor"]},{name:"fa-file-contract",prefix:"fas",tags:["computer"]},{name:"fa-file-csv",prefix:"fas",tags:["computer"]},{name:"fa-file-download",prefix:"fas",tags:["computer","web"]},{name:"fa-file-excel",prefix:"fas",tags:["computer","office"]},{name:"fa-file-export",prefix:"fas",tags:["computer"]},{name:"fa-file-image",prefix:"fas",tags:["computer","media"]},{name:"fa-file-import",prefix:"fas",tags:["computer"]},{name:"fa-file-invoice",prefix:"fas",tags:["computer","office"]},{name:"fa-file-invoice-dollar",prefix:"fas",tags:["computer","office"]},{name:"fa-file-medical",prefix:"fas",tags:["computer","health"]},{name:"fa-file-medical-alt",prefix:"fas",tags:["computer","health"]},{name:"fa-file-pdf",prefix:"fas",tags:["computer","office"]},{name:"fa-file-powerpoint",prefix:"fas",tags:["computer","office"]},{name:"fa-file-prescription",prefix:"fas",tags:["computer","health"]},{name:"fa-file-signature",prefix:"fas",tags:["computer"]},{name:"fa-file-upload",prefix:"fas",tags:["computer","web"]},{name:"fa-file-video",prefix:"fas",tags:["computer","media"]},{name:"fa-file-word",prefix:"fas",tags:["computer","office"]},{name:"fa-fill",prefix:"fas",tags:["editor"]},{name:"fa-fill-drip",prefix:"fas",tags:["editor"]},{name:"fa-film",prefix:"fas",tags:["media"]},{name:"fa-filter",prefix:"fas",tags:["web"]},{name:"fa-fingerprint",prefix:"fas",tags:["computer","technology"]},{name:"fa-fire",prefix:"fas",tags:["nature","social","travel","web"]},{name:"fa-fire-alt",prefix:"fas",tags:["nature","social","travel","web"]},{name:"fa-fire-extinguisher",prefix:"fas",tags:["social","technology"]},{name:"fa-firefox",prefix:"fab",tags:["brand"]},{name:"fa-firefox-browser",prefix:"fab",tags:["brand"]},{name:"fa-first-aid",prefix:"fas",tags:["health"]},{name:"fa-first-order",prefix:"fab",tags:["brand"]},{name:"fa-first-order-alt",prefix:"fab",tags:["brand"]},{name:"fa-firstdraft",prefix:"fab",tags:["brand"]},{name:"fa-fish",prefix:"fas",tags:["nature"]},{name:"fa-fist-raised",prefix:"fas",tags:["social"]},{name:"fa-flag",prefix:"fas",tags:["social"]},{name:"fa-flag-checkered",prefix:"fas",tags:["social"]},{name:"fa-flag-usa",prefix:"fas",tags:["social"]},{name:"fa-flask",prefix:"fas",tags:["science"]},{name:"fa-flickr",prefix:"fab",tags:["brand"]},{name:"fa-flipboard",prefix:"fab",tags:["brand"]},{name:"fa-flushed",prefix:"fas",tags:["emotions"]},{name:"fa-fly",prefix:"fab",tags:["brand"]},{name:"fa-folder",prefix:"fas",tags:["computer","office","web"]},{name:"fa-folder-minus",prefix:"fas",tags:["computer","office","web"]},{name:"fa-folder-open",prefix:"fas",tags:["computer","office","web"]},{name:"fa-folder-plus",prefix:"fas",tags:["computer","office","web"]},{name:"fa-font",prefix:"fas",tags:["editor"]},{name:"fa-font-awesome",prefix:"fab",tags:["brand"]},{name:"fa-font-awesome-alt",prefix:"fab",tags:["brand"]},{name:"fa-font-awesome-flag",prefix:"fab",tags:["brand"]},{name:"fa-fonticons",prefix:"fab",tags:["brand"]},{name:"fa-fonticons-fi",prefix:"fab",tags:["brand"]},{name:"fa-football-ball",prefix:"fas",tags:["sport"]},{name:"fa-fort-awesome",prefix:"fab",tags:["brand"]},{name:"fa-fort-awesome-alt",prefix:"fab",tags:["brand"]},{name:"fa-forumbee",prefix:"fab",tags:["brand"]},{name:"fa-forward",prefix:"fas",tags:["media"]},{name:"fa-foursquare",prefix:"fab",tags:["brand"]},{name:"fa-free-code-camp",prefix:"fab",tags:["brand"]},{name:"fa-freebsd",prefix:"fab",tags:["brand"]},{name:"fa-frog",prefix:"fas",tags:["nature"]},{name:"fa-frown",prefix:"fas",tags:["emotions"]},{name:"fa-frown-open",prefix:"fas",tags:["emotions"]},{name:"fa-fulcrum",prefix:"fab",tags:["brand"]},{name:"fa-funnel-dollar",prefix:"fas",tags:["money"]},{name:"fa-futbol",prefix:"fas",tags:["sport"]},{name:"fa-galactic-republic",prefix:"fab",tags:["brand"]},{name:"fa-galactic-senate",prefix:"fab",tags:["brand"]},{name:"fa-gamepad",prefix:"fas",tags:["social"]},{name:"fa-gas-pump",prefix:"fas",tags:["travel"]},{name:"fa-gavel",prefix:"fas",tags:["social"]},{name:"fa-gem",prefix:"fas",tags:["other"]},{name:"fa-genderless",prefix:"fas",tags:["other"]},{name:"fa-get-pocket",prefix:"fab",tags:["brand"]},{name:"fa-gg",prefix:"fab",tags:["brand"]},{name:"fa-gg-circle",prefix:"fab",tags:["brand"]},{name:"fa-ghost",prefix:"fas",tags:["other"]},{name:"fa-gift",prefix:"fas",tags:["other","social"]},{name:"fa-gifts",prefix:"fas",tags:["other","social"]},{name:"fa-git",prefix:"fab",tags:["brand"]},{name:"fa-git-alt",prefix:"fab",tags:["brand"]},{name:"fa-git-square",prefix:"fab",tags:["brand"]},{name:"fa-github",prefix:"fab",tags:["brand"]},{name:"fa-github-alt",prefix:"fab",tags:["brand"]},{name:"fa-github-square",prefix:"fab",tags:["brand"]},{name:"fa-gitkraken",prefix:"fab",tags:["brand"]},{name:"fa-gitlab",prefix:"fab",tags:["brand"]},{name:"fa-gitter",prefix:"fab",tags:["brand"]},{name:"fa-glass-cheers",prefix:"fas",tags:["food","social"]},{name:"fa-glass-martini",prefix:"fas",tags:["food","social"]},{name:"fa-glass-martini-alt",prefix:"fas",tags:["food","social"]},{name:"fa-glass-whiskey",prefix:"fas",tags:["food","social"]},{name:"fa-glasses",prefix:"fas",tags:["food","social"]},{name:"fa-glide",prefix:"fab",tags:["brand"]},{name:"fa-glide-g",prefix:"fab",tags:["brand"]},{name:"fa-globe",prefix:"fas",tags:["social","travel"]},{name:"fa-globe-africa",prefix:"fas",tags:["social","travel"]},{name:"fa-globe-americas",prefix:"fas",tags:["social","travel"]},{name:"fa-globe-asia",prefix:"fas",tags:["social","travel"]},{name:"fa-globe-europe",prefix:"fas",tags:["social","travel"]},{name:"fa-gofore",prefix:"fab",tags:["brand"]},{name:"fa-golf-ball",prefix:"fas",tags:["sport"]},{name:"fa-goodreads",prefix:"fab",tags:["brand"]},{name:"fa-goodreads-g",prefix:"fab",tags:["brand"]},{name:"fa-google",prefix:"fab",tags:["brand"]},{name:"fa-google-drive",prefix:"fab",tags:["brand"]},{name:"fa-google-pay",prefix:"fab",tags:["brand"]},{name:"fa-google-play",prefix:"fab",tags:["brand"]},{name:"fa-google-plus",prefix:"fab",tags:["brand"]},{name:"fa-google-plus-g",prefix:"fab",tags:["brand"]},{name:"fa-google-plus-square",prefix:"fab",tags:["brand"]},{name:"fa-google-wallet",prefix:"fab",tags:["brand"]},{name:"fa-gopuram",prefix:"fas",tags:["buildings"]},{name:"fa-graduation-cap",prefix:"fas",tags:["science","social"]},{name:"fa-gratipay",prefix:"fab",tags:["brand"]},{name:"fa-grav",prefix:"fab",tags:["brand"]},{name:"fa-greater-than",prefix:"fas",tags:["science"]},{name:"fa-greater-than-equal",prefix:"fas",tags:["science"]},{name:"fa-grimace",prefix:"fas",tags:["emotions"]},{name:"fa-grin",prefix:"fas",tags:["emotions"]},{name:"fa-grin-alt",prefix:"fas",tags:["emotions"]},{name:"fa-grin-beam",prefix:"fas",tags:["emotions"]},{name:"fa-grin-beam-sweat",prefix:"fas",tags:["emotions"]},{name:"fa-grin-hearts",prefix:"fas",tags:["emotions"]},{name:"fa-grin-squint",prefix:"fas",tags:["emotions"]},{name:"fa-grin-squint-tears",prefix:"fas",tags:["emotions"]},{name:"fa-grin-stars",prefix:"fas",tags:["emotions"]},{name:"fa-grin-tears",prefix:"fas",tags:["emotions"]},{name:"fa-grin-tongue",prefix:"fas",tags:["emotions"]},{name:"fa-grin-tongue-squint",prefix:"fas",tags:["emotions"]},{name:"fa-grin-tongue-wink",prefix:"fas",tags:["emotions"]},{name:"fa-grin-wink",prefix:"fas",tags:["emotions"]},{name:"fa-grip-horizontal",prefix:"fas",tags:["emotions"]},{name:"fa-grip-lines",prefix:"fas",tags:["emotions"]},{name:"fa-grip-lines-vertical",prefix:"fas",tags:["emotions"]},{name:"fa-grip-vertical",prefix:"fas",tags:["emotions"]},{name:"fa-gripfire",prefix:"fab",tags:["brand"]},{name:"fa-grunt",prefix:"fab",tags:["brand"]},{name:"fa-guilded",prefix:"fab",tags:["brand"]},{name:"fa-guitar",prefix:"fas",tags:["social","travel"]},{name:"fa-gulp",prefix:"fab",tags:["brand"]},{name:"fa-h-square",prefix:"fas",tags:["editor"]},{name:"fa-hacker-news",prefix:"fab",tags:["brand"]},{name:"fa-hacker-news-square",prefix:"fab",tags:["brand"]},{name:"fa-hackerrank",prefix:"fab",tags:["brand"]},{name:"fa-hamburger",prefix:"fas",tags:["food"]},{name:"fa-hammer",prefix:"fas",tags:["other"]},{name:"fa-hamsa",prefix:"fas",tags:["other","social"]},{name:"fa-hand-holding",prefix:"fas",tags:["social"]},{name:"fa-hand-holding-heart",prefix:"fas",tags:["social"]},{name:"fa-hand-holding-medical",prefix:"fas",tags:[]},{name:"fa-hand-holding-usd",prefix:"fas",tags:["social"]},{name:"fa-hand-holding-water",prefix:"fas",tags:[]},{name:"fa-hand-lizard",prefix:"fas",tags:["social"]},{name:"fa-hand-middle-finger",prefix:"fas",tags:["social"]},{name:"fa-hand-paper",prefix:"fas",tags:["social"]},{name:"fa-hand-peace",prefix:"fas",tags:["social"]},{name:"fa-hand-point-down",prefix:"fas",tags:["arrow"]},{name:"fa-hand-point-down",prefix:"far",tags:["arrow"]},{name:"fa-hand-point-left",prefix:"fas",tags:["arrow"]},{name:"fa-hand-point-left",prefix:"far",tags:["arrow"]},{name:"fa-hand-point-right",prefix:"fas",tags:["arrow"]},{name:"fa-hand-point-right",prefix:"far",tags:["arrow"]},{name:"fa-hand-point-up",prefix:"fas",tags:["arrow"]},{name:"fa-hand-point-up",prefix:"far",tags:["arrow"]},{name:"fa-hand-pointer",prefix:"fas",tags:["arrow"]},{name:"fa-hand-pointer",prefix:"far",tags:["arrow"]},{name:"fa-hand-rock",prefix:"fas",tags:["social"]},{name:"fa-hand-scissors",prefix:"fas",tags:["social"]},{name:"fa-hand-sparkles",prefix:"fas",tags:[]},{name:"fa-hand-spock",prefix:"fas",tags:["social"]},{name:"fa-hands",prefix:"fas",tags:["social"]},{name:"fa-hands-helping",prefix:"fas",tags:["social"]},{name:"fa-hands-wash",prefix:"fas",tags:[]},{name:"fa-handshake",prefix:"fas",tags:["social"]},{name:"fa-handshake-alt-slash",prefix:"fas",tags:[]},{name:"fa-handshake-slash",prefix:"fas",tags:[]},{name:"fa-hanukiah",prefix:"fas",tags:["social"]},{name:"fa-hard-hat",prefix:"fas",tags:["social"]},{name:"fa-hashtag",prefix:"fas",tags:["web"]},{name:"fa-hat-cowboy",prefix:"fas",tags:["other","social"]},{name:"fa-hat-cowboy-side",prefix:"fas",tags:["other","social"]},{name:"fa-hat-wizard",prefix:"fas",tags:["other","social"]},{name:"fa-hdd",prefix:"fas",tags:["computer"]},{name:"fa-head-side-cough",prefix:"fas",tags:[]},{name:"fa-head-side-cough-slash",prefix:"fas",tags:[]},{name:"fa-head-side-mask",prefix:"fas",tags:[]},{name:"fa-head-side-virus",prefix:"fas",tags:[]},{name:"fa-heading",prefix:"fas",tags:["editor"]},{name:"fa-headphones",prefix:"fas",tags:["media"]},{name:"fa-headphones-alt",prefix:"fas",tags:["media"]},{name:"fa-headset",prefix:"fas",tags:["computer","office","technology"]},{name:"fa-heart",prefix:"fas",tags:["social"]},{name:"fa-heart-broken",prefix:"fas",tags:["social"]},{name:"fa-heartbeat",prefix:"fas",tags:["health"]},{name:"fa-helicopter",prefix:"fas",tags:["technology"]},{name:"fa-highlighter",prefix:"fas",tags:["art","social"]},{name:"fa-hiking",prefix:"fas",tags:["travel"]},{name:"fa-hippo",prefix:"fas",tags:["nature"]},{name:"fa-hips",prefix:"fab",tags:["brand"]},{name:"fa-hire-a-helper",prefix:"fab",tags:["brand"]},{name:"fa-history",prefix:"fas",tags:["arrow"]},{name:"fa-hive",prefix:"fab",tags:["brand"]},{name:"fa-hockey-puck",prefix:"fas",tags:["sport"]},{name:"fa-holly-berry",prefix:"fas",tags:["social"]},{name:"fa-home",prefix:"fas",tags:["buildings","web"]},{name:"fa-hooli",prefix:"fab",tags:["brand"]},{name:"fa-hornbill",prefix:"fab",tags:["brand"]},{name:"fa-horse",prefix:"fas",tags:["nature"]},{name:"fa-horse-head",prefix:"fas",tags:["nature"]},{name:"fa-hospital",prefix:"fas",tags:["health"]},{name:"fa-hospital-alt",prefix:"fas",tags:["health"]},{name:"fa-hospital-symbol",prefix:"fas",tags:["health"]},{name:"fa-hospital-user",prefix:"fas",tags:[]},{name:"fa-hot-tub",prefix:"fas",tags:["home"]},{name:"fa-hotdog",prefix:"fas",tags:["food"]},{name:"fa-hotel",prefix:"fas",tags:["buildings"]},{name:"fa-hotjar",prefix:"fab",tags:["brand"]},{name:"fa-hourglass",prefix:"fas",tags:["other","social"]},{name:"fa-hourglass-end",prefix:"fas",tags:["other","social"]},{name:"fa-hourglass-half",prefix:"fas",tags:["other","social"]},{name:"fa-hourglass-start",prefix:"fas",tags:["other","social"]},{name:"fa-house-damage",prefix:"fas",tags:["buildings"]},{name:"fa-house-user",prefix:"fas",tags:[]},{name:"fa-houzz",prefix:"fab",tags:["brand"]},{name:"fa-hryvnia",prefix:"fas",tags:["money"]},{name:"fa-html5",prefix:"fab",tags:["brand"]},{name:"fa-hubspot",prefix:"fab",tags:["brand"]},{name:"fa-i-cursor",prefix:"fas",tags:["computer"]},{name:"fa-ice-cream",prefix:"fas",tags:["food"]},{name:"fa-icicles",prefix:"fas",tags:["other","travel"]},{name:"fa-icons",prefix:"fas",tags:["computer","web"]},{name:"fa-id-badge",prefix:"fas",tags:["social"]},{name:"fa-id-card",prefix:"fas",tags:["social"]},{name:"fa-id-card-alt",prefix:"fas",tags:["social"]},{name:"fa-ideal",prefix:"fab",tags:["brand"]},{name:"fa-igloo",prefix:"fas",tags:["buildings","travel"]},{name:"fa-image",prefix:"fas",tags:["computer","web"]},{name:"fa-images",prefix:"fas",tags:["computer","web"]},{name:"fa-imdb",prefix:"fab",tags:["brand"]},{name:"fa-inbox",prefix:"fas",tags:["other","web"]},{name:"fa-indent",prefix:"fas",tags:["editor"]},{name:"fa-industry",prefix:"fas",tags:["buildings","technology"]},{name:"fa-infinity",prefix:"fas",tags:["science"]},{name:"fa-info",prefix:"fas",tags:["office","social","web"]},{name:"fa-info-circle",prefix:"fas",tags:["office","social","web"]},{name:"fa-innosoft",prefix:"fab",tags:["brand"]},{name:"fa-instagram",prefix:"fab",tags:["brand"]},{name:"fa-instagram-square",prefix:"fab",tags:["brand"]},{name:"fa-instalod",prefix:"fab",tags:["brand"]},{name:"fa-intercom",prefix:"fab",tags:["brand"]},{name:"fa-internet-explorer",prefix:"fab",tags:["brand"]},{name:"fa-invision",prefix:"fab",tags:["brand"]},{name:"fa-ioxhost",prefix:"fab",tags:["brand"]},{name:"fa-italic",prefix:"fas",tags:["brand"]},{name:"fa-itch-io",prefix:"fab",tags:["brand"]},{name:"fa-itunes",prefix:"fab",tags:["brand"]},{name:"fa-itunes-note",prefix:"fab",tags:["brand"]},{name:"fa-java",prefix:"fab",tags:["brand"]},{name:"fa-jedi",prefix:"fas",tags:["other","social"]},{name:"fa-jedi-order",prefix:"fab",tags:["brand"]},{name:"fa-jenkins",prefix:"fab",tags:["brand"]},{name:"fa-jira",prefix:"fab",tags:["brand"]},{name:"fa-joget",prefix:"fab",tags:["brand"]},{name:"fa-joint",prefix:"fas",tags:["social"]},{name:"fa-joomla",prefix:"fab",tags:["brand"]},{name:"fa-journal-whills",prefix:"fas",tags:["social"]},{name:"fa-js",prefix:"fab",tags:["brand"]},{name:"fa-js-square",prefix:"fab",tags:["brand"]},{name:"fa-jsfiddle",prefix:"fab",tags:["brand"]},{name:"fa-kaaba",prefix:"fas",tags:["social"]},{name:"fa-kaggle",prefix:"fab",tags:["brand"]},{name:"fa-key",prefix:"fas",tags:["computer","social","web"]},{name:"fa-keybase",prefix:"fab",tags:["brand"]},{name:"fa-keyboard",prefix:"fas",tags:["computer"]},{name:"fa-keycdn",prefix:"fab",tags:["brand"]},{name:"fa-khanda",prefix:"fas",tags:["social"]},{name:"fa-kickstarter",prefix:"fab",tags:["brand"]},{name:"fa-kickstarter-k",prefix:"fab",tags:["brand"]},{name:"fa-kiss",prefix:"fas",tags:["emotions","family"]},{name:"fa-kiss-beam",prefix:"fas",tags:["emotions","family"]},{name:"fa-kiss-wink-heart",prefix:"fas",tags:["emotions","family"]},{name:"fa-kiwi-bird",prefix:"fas",tags:["nature"]},{name:"fa-korvue",prefix:"fab",tags:["brand"]},{name:"fa-landmark",prefix:"fas",tags:["buildings"]},{name:"fa-language",prefix:"fas",tags:["social","travel","web"]},{name:"fa-laptop",prefix:"fas",tags:["computer"]},{name:"fa-laptop-code",prefix:"fas",tags:["computer"]},{name:"fa-laptop-house",prefix:"fas",tags:[]},{name:"fa-laptop-medical",prefix:"fas",tags:["computer","health"]},{name:"fa-laravel",prefix:"fab",tags:["brand"]},{name:"fa-lastfm",prefix:"fab",tags:["brand"]},{name:"fa-lastfm-square",prefix:"fab",tags:["brand"]},{name:"fa-laugh",prefix:"fas",tags:["emotions"]},{name:"fa-laugh-beam",prefix:"fas",tags:["emotions"]},{name:"fa-laugh-squint",prefix:"fas",tags:["emotions"]},{name:"fa-laugh-wink",prefix:"fas",tags:["emotions"]},{name:"fa-layer-group",prefix:"fas",tags:["editor"]},{name:"fa-leaf",prefix:"fas",tags:["nature"]},{name:"fa-leanpub",prefix:"fab",tags:["brand"]},{name:"fa-lemon",prefix:"fas",tags:["brand"]},{name:"fa-less",prefix:"fab",tags:["brand"]},{name:"fa-less-than",prefix:"fas",tags:["science"]},{name:"fa-less-than-equal",prefix:"fas",tags:["science"]},{name:"fa-level-down-alt",prefix:"fas",tags:["arrow"]},{name:"fa-level-up-alt",prefix:"fas",tags:["arrow"]},{name:"fa-life-ring",prefix:"fas",tags:["social"]},{name:"fa-lightbulb",prefix:"fas",tags:["art","technology"]},{name:"fa-line",prefix:"fab",tags:["brand"]},{name:"fa-link",prefix:"fas",tags:["editor","web"]},{name:"fa-linkedin",prefix:"fab",tags:["brand"]},{name:"fa-linkedin-in",prefix:"fab",tags:["brand"]},{name:"fa-linode",prefix:"fab",tags:["brand"]},{name:"fa-linux",prefix:"fab",tags:["brand"]},{name:"fa-lira-sign",prefix:"fas",tags:["money"]},{name:"fa-list",prefix:"fas",tags:["editor"]},{name:"fa-list-alt",prefix:"fas",tags:["editor"]},{name:"fa-list-ol",prefix:"fas",tags:["editor"]},{name:"fa-list-ul",prefix:"fas",tags:["editor"]},{name:"fa-location-arrow",prefix:"fas",tags:["arrow"]},{name:"fa-lock",prefix:"fas",tags:["computer","social","web"]},{name:"fa-lock-open",prefix:"fas",tags:["computer","social","web"]},{name:"fa-long-arrow-alt-down",prefix:"fas",tags:["arrow"]},{name:"fa-long-arrow-alt-left",prefix:"fas",tags:["arrow"]},{name:"fa-long-arrow-alt-right",prefix:"fas",tags:["arrow"]},{name:"fa-long-arrow-alt-up",prefix:"fas",tags:["arrow"]},{name:"fa-low-vision",prefix:"fas",tags:["accessibility"]},{name:"fa-luggage-cart",prefix:"fas",tags:["technology","travel"]},{name:"fa-lungs",prefix:"fas",tags:[]},{name:"fa-lungs-virus",prefix:"fas",tags:[]},{name:"fa-lyft",prefix:"fab",tags:["brand"]},{name:"fa-magento",prefix:"fab",tags:["brand"]},{name:"fa-magic",prefix:"fas",tags:["social"]},{name:"fa-magnet",prefix:"fas",tags:["science","technology"]},{name:"fa-mail-bulk",prefix:"fas",tags:["office","social"]},{name:"fa-mailchimp",prefix:"fab",tags:["brand"]},{name:"fa-male",prefix:"fas",tags:["people"]},{name:"fa-mandalorian",prefix:"fab",tags:["brand"]},{name:"fa-map",prefix:"fas",tags:["travel"]},{name:"fa-map-marked",prefix:"fas",tags:["travel"]},{name:"fa-map-marked-alt",prefix:"fas",tags:["travel"]},{name:"fa-map-marker",prefix:"fas",tags:["travel"]},{name:"fa-map-marker-alt",prefix:"fas",tags:["travel"]},{name:"fa-map-pin",prefix:"fas",tags:["travel"]},{name:"fa-map-signs",prefix:"fas",tags:["travel"]},{name:"fa-markdown",prefix:"fab",tags:["brand","editor"]},{name:"fa-marker",prefix:"fas",tags:["editor","office"]},{name:"fa-mars",prefix:"fas",tags:["social"]},{name:"fa-mars-double",prefix:"fas",tags:["social"]},{name:"fa-mars-stroke",prefix:"fas",tags:["social"]},{name:"fa-mars-stroke-h",prefix:"fas",tags:["social"]},{name:"fa-mars-stroke-v",prefix:"fas",tags:["social"]},{name:"fa-mask",prefix:"fas",tags:["social","web"]},{name:"fa-mastodon",prefix:"fab",tags:["brand"]},{name:"fa-maxcdn",prefix:"fab",tags:["brand"]},{name:"fa-mdb",prefix:"fab",tags:["brand"]},{name:"fa-medal",prefix:"fas",tags:["social"]},{name:"fa-medapps",prefix:"fab",tags:["brand"]},{name:"fa-medium",prefix:"fab",tags:["brand"]},{name:"fa-medium-m",prefix:"fab",tags:["brand"]},{name:"fa-medkit",prefix:"fas",tags:["health"]},{name:"fa-medrt",prefix:"fab",tags:["brand"]},{name:"fa-meetup",prefix:"fab",tags:["brand"]},{name:"fa-megaport",prefix:"fab",tags:["brand"]},{name:"fa-meh",prefix:"fas",tags:["emotions"]},{name:"fa-meh-blank",prefix:"fas",tags:["emotions"]},{name:"fa-meh-rolling-eyes",prefix:"fas",tags:["emotions"]},{name:"fa-memory",prefix:"fas",tags:["computer"]},{name:"fa-mendeley",prefix:"fab",tags:["brand"]},{name:"fa-menorah",prefix:"fas",tags:[]},{name:"fa-mercury",prefix:"fas",tags:[]},{name:"fa-meteor",prefix:"fas",tags:[]},{name:"fa-microblog",prefix:"fab",tags:["brand"]},{name:"fa-microchip",prefix:"fas",tags:[]},{name:"fa-microphone",prefix:"fas",tags:["media"]},{name:"fa-microphone-alt",prefix:"fas",tags:["media"]},{name:"fa-microphone-alt-slash",prefix:"fas",tags:["media"]},{name:"fa-microphone-slash",prefix:"fas",tags:["media"]},{name:"fa-microscope",prefix:"fas",tags:[]},{name:"fa-microsoft",prefix:"fab",tags:["brand"]},{name:"fa-minus",prefix:"fas",tags:[]},{name:"fa-minus-circle",prefix:"fas",tags:[]},{name:"fa-minus-square",prefix:"fas",tags:[]},{name:"fa-mitten",prefix:"fas",tags:[]},{name:"fa-mix",prefix:"fab",tags:["brand"]},{name:"fa-mixcloud",prefix:"fab",tags:["brand"]},{name:"fa-mixer",prefix:"fab",tags:["brand"]},{name:"fa-mizuni",prefix:"fab",tags:["brand"]},{name:"fa-mobile",prefix:"fas",tags:[]},{name:"fa-mobile-alt",prefix:"fas",tags:[]},{name:"fa-modx",prefix:"fab",tags:["brand"]},{name:"fa-monero",prefix:"fab",tags:["brand"]},{name:"fa-money-bill",prefix:"fas",tags:[]},{name:"fa-money-bill-alt",prefix:"fas",tags:[]},{name:"fa-money-bill-wave",prefix:"fas",tags:[]},{name:"fa-money-bill-wave-alt",prefix:"fas",tags:[]},{name:"fa-money-check",prefix:"fas",tags:[]},{name:"fa-money-check-alt",prefix:"fas",tags:[]},{name:"fa-monument",prefix:"fas",tags:[]},{name:"fa-moon",prefix:"fas",tags:[]},{name:"fa-mortar-pestle",prefix:"fas",tags:[]},{name:"fa-mosque",prefix:"fas",tags:[]},{name:"fa-motorcycle",prefix:"fas",tags:["travel"]},{name:"fa-mountain",prefix:"fas",tags:[]},{name:"fa-mouse",prefix:"fas",tags:[]},{name:"fa-mouse-pointer",prefix:"fas",tags:["arrow"]},{name:"fa-mug-hot",prefix:"fas",tags:[]},{name:"fa-music",prefix:"fas",tags:["media"]},{name:"fa-napster",prefix:"fab",tags:["brand"]},{name:"fa-neos",prefix:"fab",tags:["brand"]},{name:"fa-network-wired",prefix:"fas",tags:[]},{name:"fa-neuter",prefix:"fas",tags:[]},{name:"fa-newspaper",prefix:"fas",tags:[]},{name:"fa-nimblr",prefix:"fab",tags:["brand"]},{name:"fa-node",prefix:"fab",tags:["brand"]},{name:"fa-node-js",prefix:"fab",tags:["brand"]},{name:"fa-not-equal",prefix:"fas",tags:[]},{name:"fa-notes-medical",prefix:"fas",tags:[]},{name:"fa-npm",prefix:"fab",tags:["brand"]},{name:"fa-ns8",prefix:"fab",tags:["brand"]},{name:"fa-nutritionix",prefix:"fab",tags:["brand"]},{name:"fa-object-group",prefix:"fas",tags:[]},{name:"fa-object-ungroup",prefix:"fas",tags:[]},{name:"fa-octopus-deploy",prefix:"fab",tags:["brand"]},{name:"fa-odnoklassniki",prefix:"fab",tags:["brand"]},{name:"fa-odnoklassniki-square",prefix:"fab",tags:["brand"]},{name:"fa-oil-can",prefix:"fas",tags:["travel"]},{name:"fa-old-republic",prefix:"fab",tags:["brand"]},{name:"fa-om",prefix:"fas",tags:[]},{name:"fa-opencart",prefix:"fab",tags:["brand"]},{name:"fa-openid",prefix:"fab",tags:["brand"]},{name:"fa-opera",prefix:"fab",tags:["brand"]},{name:"fa-optin-monster",prefix:"fab",tags:["brand"]},{name:"fa-orcid",prefix:"fab",tags:["brand"]},{name:"fa-osi",prefix:"fas",tags:[]},{name:"fa-otter",prefix:"fas",tags:["nature"]},{name:"fa-outdent",prefix:"fas",tags:[]},{name:"fa-page4",prefix:"fab",tags:["brand"]},{name:"fa-pagelines",prefix:"fab",tags:["brand"]},{name:"fa-pager",prefix:"fas",tags:[]},{name:"fa-paint-brush",prefix:"fas",tags:[]},{name:"fa-paint-roller",prefix:"fas",tags:[]},{name:"fa-palette",prefix:"fas",tags:[]},{name:"fa-palfed",prefix:"fab",tags:["brand"]},{name:"fa-pallet",prefix:"fas",tags:[]},{name:"fa-paper-plane",prefix:"fas",tags:[]},{name:"fa-paperclip",prefix:"fas",tags:[]},{name:"fa-parachute-box",prefix:"fas",tags:[]},{name:"fa-paragraph",prefix:"fas",tags:[]},{name:"fa-parking",prefix:"fas",tags:[]},{name:"fa-passport",prefix:"fas",tags:[]},{name:"fa-pastafarianism",prefix:"fas",tags:[]},{name:"fa-paste",prefix:"fas",tags:[]},{name:"fa-patreon",prefix:"fab",tags:["brand"]},{name:"fa-pause",prefix:"fas",tags:["media"]},{name:"fa-pause-circle",prefix:"fas",tags:["media"]},{name:"fa-paw",prefix:"fas",tags:["nature"]},{name:"fa-paypal",prefix:"fab",tags:["brand"]},{name:"fa-peace",prefix:"fas",tags:[]},{name:"fa-pen",prefix:"fas",tags:[]},{name:"fa-pen-alt",prefix:"fas",tags:[]},{name:"fa-pen-fancy",prefix:"fas",tags:[]},{name:"fa-pen-nib",prefix:"fas",tags:[]},{name:"fa-pen-square",prefix:"fas",tags:[]},{name:"fa-pencil-alt",prefix:"fas",tags:[]},{name:"fa-pencil-ruler",prefix:"fas",tags:[]},{name:"fa-penny-arcade",prefix:"fab",tags:["brand"]},{name:"fa-people-arrows",prefix:"fas",tags:[]},{name:"fa-people-carry",prefix:"fas",tags:[]},{name:"fa-pepper-hot",prefix:"fas",tags:[]},{name:"fa-perbyte",prefix:"fab",tags:["brand"]},{name:"fa-percent",prefix:"fas",tags:[]},{name:"fa-percentage",prefix:"fas",tags:[]},{name:"fa-periscope",prefix:"fab",tags:["brand"]},{name:"fa-person-booth",prefix:"fas",tags:[]},{name:"fa-phabricator",prefix:"fab",tags:["brand"]},{name:"fa-phoenix-framework",prefix:"fab",tags:["brand"]},{name:"fa-phoenix-squadron",prefix:"fab",tags:["brand"]},{name:"fa-phone",prefix:"fas",tags:[]},{name:"fa-phone-alt",prefix:"fas",tags:[]},{name:"fa-phone-slash",prefix:"fas",tags:[]},{name:"fa-phone-square",prefix:"fas",tags:[]},{name:"fa-phone-square-alt",prefix:"fas",tags:[]},{name:"fa-phone-volume",prefix:"fas",tags:["accessibility"]},{name:"fa-photo-video",prefix:"fas",tags:[]},{name:"fa-php",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper-alt",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper-hat",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper-pp",prefix:"fab",tags:["brand"]},{name:"fa-pied-piper-square",prefix:"fab",tags:["brand"]},{name:"fa-piggy-bank",prefix:"fas",tags:[]},{name:"fa-pills",prefix:"fas",tags:[]},{name:"fa-pinterest",prefix:"fab",tags:["brand"]},{name:"fa-pinterest-p",prefix:"fab",tags:["brand"]},{name:"fa-pinterest-square",prefix:"fab",tags:["brand"]},{name:"fa-pizza-slice",prefix:"fas",tags:[]},{name:"fa-place-of-worship",prefix:"fas",tags:[]},{name:"fa-plane",prefix:"fas",tags:[]},{name:"fa-plane-arrival",prefix:"fas",tags:[]},{name:"fa-plane-departure",prefix:"fas",tags:[]},{name:"fa-plane-slash",prefix:"fas",tags:[]},{name:"fa-play",prefix:"fas",tags:["arrow","media"]},{name:"fa-play-circle",prefix:"fas",tags:["media"]},{name:"fa-playstation",prefix:"fab",tags:["brand"]},{name:"fa-plug",prefix:"fas",tags:[]},{name:"fa-plus",prefix:"fas",tags:[]},{name:"fa-plus-circle",prefix:"fas",tags:[]},{name:"fa-plus-square",prefix:"fas",tags:[]},{name:"fa-podcast",prefix:"fas",tags:["media"]},{name:"fa-poll",prefix:"fas",tags:[]},{name:"fa-poll-h",prefix:"fas",tags:[]},{name:"fa-poo",prefix:"fas",tags:[]},{name:"fa-poo-storm",prefix:"fas",tags:[]},{name:"fa-poop",prefix:"fas",tags:[]},{name:"fa-portrait",prefix:"fas",tags:[]},{name:"fa-pound-sign",prefix:"fas",tags:[]},{name:"fa-power-off",prefix:"fas",tags:[]},{name:"fa-pray",prefix:"fas",tags:[]},{name:"fa-praying-hands",prefix:"fas",tags:[]},{name:"fa-prescription",prefix:"fas",tags:[]},{name:"fa-prescription-bottle",prefix:"fas",tags:[]},{name:"fa-prescription-bottle-alt",prefix:"fas",tags:[]},{name:"fa-print",prefix:"fas",tags:[]},{name:"fa-procedures",prefix:"fas",tags:[]},{name:"fa-product-hunt",prefix:"fab",tags:["brand"]},{name:"fa-project-diagram",prefix:"fas",tags:[]},{name:"fa-pump-medical",prefix:"fas",tags:[]},{name:"fa-pump-soap",prefix:"fas",tags:[]},{name:"fa-pushed",prefix:"fab",tags:["brand"]},{name:"fa-puzzle-piece",prefix:"fas",tags:[]},{name:"fa-python",prefix:"fab",tags:["brand"]},{name:"fa-qq",prefix:"fab",tags:["brand"]},{name:"fa-qrcode",prefix:"fas",tags:[]},{name:"fa-question",prefix:"fas",tags:[]},{name:"fa-question-circle",prefix:"fas",tags:["accessibility"]},{name:"fa-quidditch",prefix:"fas",tags:[]},{name:"fa-quinscape",prefix:"fab",tags:["brand"]},{name:"fa-quora",prefix:"fab",tags:["brand"]},{name:"fa-quote-left",prefix:"fas",tags:[]},{name:"fa-quote-right",prefix:"fas",tags:[]},{name:"fa-quran",prefix:"fas",tags:[]},{name:"fa-r-project",prefix:"fab",tags:["brand"]},{name:"fa-radiation",prefix:"fas",tags:[]},{name:"fa-radiation-alt",prefix:"fas",tags:[]},{name:"fa-rainbow",prefix:"fas",tags:[]},{name:"fa-random",prefix:"fas",tags:["arrow","media"]},{name:"fa-raspberry-pi",prefix:"fab",tags:["brand"]},{name:"fa-ravelry",prefix:"fab",tags:["brand"]},{name:"fa-react",prefix:"fab",tags:["brand"]},{name:"fa-reacteurope",prefix:"fab",tags:["brand"]},{name:"fa-readme",prefix:"fab",tags:["brand"]},{name:"fa-rebel",prefix:"fab",tags:["brand"]},{name:"fa-receipt",prefix:"fas",tags:[]},{name:"fa-record-vinyl",prefix:"fas",tags:[]},{name:"fa-recycle",prefix:"fas",tags:["arrow"]},{name:"fa-red-river",prefix:"fab",tags:["brand"]},{name:"fa-reddit",prefix:"fab",tags:["brand"]},{name:"fa-reddit-alien",prefix:"fab",tags:["brand"]},{name:"fa-reddit-square",prefix:"fab",tags:["brand"]},{name:"fa-redhat",prefix:"fab",tags:["brand"]},{name:"fa-redo",prefix:"fas",tags:["arrow","media"]},{name:"fa-redo-alt",prefix:"fas",tags:["arrow","media"]},{name:"fa-registered",prefix:"fas",tags:[]},{name:"fa-remove-format",prefix:"fas",tags:[]},{name:"fa-renren",prefix:"fab",tags:["brand"]},{name:"fa-reply",prefix:"fas",tags:["arrow"]},{name:"fa-reply-all",prefix:"fas",tags:["arrow"]},{name:"fa-replyd",prefix:"fab",tags:["brand"]},{name:"fa-republican",prefix:"fas",tags:[]},{name:"fa-researchgate",prefix:"fab",tags:["brand"]},{name:"fa-resolving",prefix:"fab",tags:["brand"]},{name:"fa-restroom",prefix:"fas",tags:[]},{name:"fa-retweet",prefix:"fas",tags:["arrow"]},{name:"fa-rev",prefix:"fab",tags:["brand"]},{name:"fa-ribbon",prefix:"fas",tags:[]},{name:"fa-ring",prefix:"fas",tags:[]},{name:"fa-road",prefix:"fas",tags:[]},{name:"fa-robot",prefix:"fas",tags:[]},{name:"fa-rocket",prefix:"fas",tags:[]},{name:"fa-rocketchat",prefix:"fab",tags:["brand"]},{name:"fa-rockrms",prefix:"fab",tags:["brand"]},{name:"fa-route",prefix:"fas",tags:[]},{name:"fa-rss",prefix:"fas",tags:["media"]},{name:"fa-rss-square",prefix:"fas",tags:["media"]},{name:"fa-ruble-sign",prefix:"fas",tags:[]},{name:"fa-ruler",prefix:"fas",tags:[]},{name:"fa-ruler-combined",prefix:"fas",tags:[]},{name:"fa-ruler-horizontal",prefix:"fas",tags:[]},{name:"fa-ruler-vertical",prefix:"fas",tags:[]},{name:"fa-running",prefix:"fas",tags:[]},{name:"fa-rupee-sign",prefix:"fas",tags:[]},{name:"fa-rust",prefix:"fab",tags:["brand"]},{name:"fa-sad-cry",prefix:"fas",tags:[]},{name:"fa-sad-tear",prefix:"fas",tags:[]},{name:"fa-safari",prefix:"fab",tags:["brand"]},{name:"fa-salesforce",prefix:"fab",tags:["brand"]},{name:"fa-sass",prefix:"fab",tags:["brand"]},{name:"fa-satellite",prefix:"fas",tags:[]},{name:"fa-satellite-dish",prefix:"fas",tags:[]},{name:"fa-save",prefix:"fas",tags:[]},{name:"fa-schlix",prefix:"fab",tags:["brand"]},{name:"fa-school",prefix:"fas",tags:[]},{name:"fa-screwdriver",prefix:"fas",tags:[]},{name:"fa-scribd",prefix:"fab",tags:["brand"]},{name:"fa-scroll",prefix:"fas",tags:[]},{name:"fa-sd-card",prefix:"fas",tags:[]},{name:"fa-search",prefix:"fas",tags:[]},{name:"fa-search-dollar",prefix:"fas",tags:[]},{name:"fa-search-location",prefix:"fas",tags:[]},{name:"fa-search-minus",prefix:"fas",tags:[]},{name:"fa-search-plus",prefix:"fas",tags:[]},{name:"fa-searchengin",prefix:"fab",tags:["brand"]},{name:"fa-seedling",prefix:"fas",tags:[]},{name:"fa-sellcast",prefix:"fab",tags:["brand"]},{name:"fa-sellsy",prefix:"fab",tags:["brand"]},{name:"fa-server",prefix:"fas",tags:[]},{name:"fa-servicestack",prefix:"fab",tags:["brand"]},{name:"fa-shapes",prefix:"fas",tags:[]},{name:"fa-share",prefix:"fas",tags:["arrow"]},{name:"fa-share-alt",prefix:"fas",tags:["arrow"]},{name:"fa-share-alt-square",prefix:"fas",tags:["arrow"]},{name:"fa-share-square",prefix:"fas",tags:["arrow"]},{name:"fa-shekel-sign",prefix:"fas",tags:[]},{name:"fa-shield-alt",prefix:"fas",tags:[]},{name:"fa-shield-virus",prefix:"fas",tags:[]},{name:"fa-ship",prefix:"fas",tags:[]},{name:"fa-shipping-fast",prefix:"fas",tags:[]},{name:"fa-shirtsinbulk",prefix:"fab",tags:["brand"]},{name:"fa-shoe-prints",prefix:"fas",tags:[]},{name:"fa-shopify",prefix:"fab",tags:["brand"]},{name:"fa-shopping-bag",prefix:"fas",tags:[]},{name:"fa-shopping-basket",prefix:"fas",tags:[]},{name:"fa-shopping-cart",prefix:"fas",tags:[]},{name:"fa-shopware",prefix:"fab",tags:["brand"]},{name:"fa-shower",prefix:"fas",tags:[]},{name:"fa-shuttle-van",prefix:"fas",tags:["travel"]},{name:"fa-sign",prefix:"fas",tags:[]},{name:"fa-sign-in-alt",prefix:"fas",tags:[]},{name:"fa-sign-language",prefix:"fas",tags:["accessibility"]},{name:"fa-sign-out-alt",prefix:"fas",tags:[]},{name:"fa-signal",prefix:"fas",tags:[]},{name:"fa-signature",prefix:"fas",tags:[]},{name:"fa-sim-card",prefix:"fas",tags:[]},{name:"fa-simplybuilt",prefix:"fab",tags:["brand"]},{name:"fa-sink",prefix:"fas",tags:[]},{name:"fa-sistrix",prefix:"fab",tags:["brand"]},{name:"fa-sitemap",prefix:"fas",tags:[]},{name:"fa-sith",prefix:"fab",tags:["brand"]},{name:"fa-skating",prefix:"fas",tags:[]},{name:"fa-sketch",prefix:"fab",tags:["brand"]},{name:"fa-skiing",prefix:"fas",tags:[]},{name:"fa-skiing-nordic",prefix:"fas",tags:[]},{name:"fa-skull",prefix:"fas",tags:[]},{name:"fa-skull-crossbones",prefix:"fas",tags:[]},{name:"fa-skyatlas",prefix:"fab",tags:["brand"]},{name:"fa-skype",prefix:"fab",tags:["brand"]},{name:"fa-slack",prefix:"fab",tags:["brand"]},{name:"fa-slack-hash",prefix:"fab",tags:["brand"]},{name:"fa-slash",prefix:"fas",tags:[]},{name:"fa-sleigh",prefix:"fas",tags:[]},{name:"fa-sliders-h",prefix:"fas",tags:[]},{name:"fa-slideshare",prefix:"fab",tags:["brand"]},{name:"fa-smile",prefix:"fas",tags:[]},{name:"fa-smile-beam",prefix:"fas",tags:[]},{name:"fa-smile-wink",prefix:"fas",tags:[]},{name:"fa-smog",prefix:"fas",tags:[]},{name:"fa-smoking",prefix:"fas",tags:[]},{name:"fa-smoking-ban",prefix:"fas",tags:[]},{name:"fa-sms",prefix:"fas",tags:[]},{name:"fa-snapchat",prefix:"fab",tags:["brand"]},{name:"fa-snapchat-ghost",prefix:"fab",tags:["brand"]},{name:"fa-snapchat-square",prefix:"fab",tags:["brand"]},{name:"fa-snowboarding",prefix:"fas",tags:[]},{name:"fa-snowflake",prefix:"fas",tags:[]},{name:"fa-snowman",prefix:"fas",tags:[]},{name:"fa-snowplow",prefix:"fas",tags:[]},{name:"fa-soap",prefix:"fas",tags:[]},{name:"fa-socks",prefix:"fas",tags:[]},{name:"fa-solar-panel",prefix:"fas",tags:[]},{name:"fa-sort",prefix:"fas",tags:["arrow"]},{name:"fa-sort-alpha-down",prefix:"fas",tags:["arrow"]},{name:"fa-sort-alpha-down-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-alpha-up",prefix:"fas",tags:["arrow"]},{name:"fa-sort-alpha-up-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-amount-down",prefix:"fas",tags:["arrow"]},{name:"fa-sort-amount-down-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-amount-up",prefix:"fas",tags:["arrow"]},{name:"fa-sort-amount-up-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-down",prefix:"fas",tags:["arrow"]},{name:"fa-sort-numeric-down",prefix:"fas",tags:["arrow"]},{name:"fa-sort-numeric-down-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-numeric-up",prefix:"fas",tags:["arrow"]},{name:"fa-sort-numeric-up-alt",prefix:"fas",tags:["arrow"]},{name:"fa-sort-up",prefix:"fas",tags:["arrow"]},{name:"fa-soundcloud",prefix:"fab",tags:["brand"]},{name:"fa-sourcetree",prefix:"fab",tags:["brand"]},{name:"fa-spa",prefix:"fas",tags:[]},{name:"fa-space-shuttle",prefix:"fas",tags:[]},{name:"fa-speakap",prefix:"fab",tags:["brand"]},{name:"fa-speaker-deck",prefix:"fab",tags:["brand"]},{name:"fa-spell-check",prefix:"fas",tags:[]},{name:"fa-spider",prefix:"fas",tags:["nature"]},{name:"fa-spinner",prefix:"fas",tags:[]},{name:"fa-splotch",prefix:"fas",tags:[]},{name:"fa-spotify",prefix:"fab",tags:["brand"]},{name:"fa-spray-can",prefix:"fas",tags:[]},{name:"fa-square",prefix:"fas",tags:[]},{name:"fa-square-full",prefix:"fas",tags:[]},{name:"fa-square-root-alt",prefix:"fas",tags:[]},{name:"fa-squarespace",prefix:"fab",tags:["brand"]},{name:"fa-stack-exchange",prefix:"fab",tags:["brand"]},{name:"fa-stack-overflow",prefix:"fab",tags:["brand"]},{name:"fa-stackpath",prefix:"fab",tags:["brand"]},{name:"fa-stamp",prefix:"fas",tags:[]},{name:"fa-star",prefix:"fas",tags:[]},{name:"fa-star-and-crescent",prefix:"fas",tags:[]},{name:"fa-star-half",prefix:"fas",tags:[]},{name:"fa-star-half-alt",prefix:"fas",tags:[]},{name:"fa-star-of-david",prefix:"fas",tags:[]},{name:"fa-star-of-life",prefix:"fas",tags:[]},{name:"fa-staylinked",prefix:"fab",tags:["brand"]},{name:"fa-steam",prefix:"fab",tags:["brand"]},{name:"fa-steam-square",prefix:"fab",tags:["brand"]},{name:"fa-steam-symbol",prefix:"fab",tags:["brand"]},{name:"fa-step-backward",prefix:"fas",tags:["media"]},{name:"fa-step-forward",prefix:"fas",tags:["media"]},{name:"fa-stethoscope",prefix:"fas",tags:[]},{name:"fa-sticker-mule",prefix:"fab",tags:["brand"]},{name:"fa-sticky-note",prefix:"fas",tags:[]},{name:"fa-stop",prefix:"fas",tags:["media"]},{name:"fa-stop-circle",prefix:"fas",tags:["media"]},{name:"fa-stopwatch",prefix:"fas",tags:[]},{name:"fa-stopwatch-20",prefix:"fas",tags:[]},{name:"fa-store",prefix:"fas",tags:[]},{name:"fa-store-alt",prefix:"fas",tags:[]},{name:"fa-store-alt-slash",prefix:"fas",tags:[]},{name:"fa-store-slash",prefix:"fas",tags:[]},{name:"fa-strava",prefix:"fab",tags:["brand"]},{name:"fa-stream",prefix:"fas",tags:[]},{name:"fa-street-view",prefix:"fas",tags:[]},{name:"fa-strikethrough",prefix:"fas",tags:[]},{name:"fa-stripe",prefix:"fab",tags:["brand"]},{name:"fa-stripe-s",prefix:"fab",tags:["brand"]},{name:"fa-stroopwafel",prefix:"fas",tags:[]},{name:"fa-studiovinari",prefix:"fab",tags:["brand"]},{name:"fa-stumbleupon",prefix:"fab",tags:["brand"]},{name:"fa-stumbleupon-circle",prefix:"fab",tags:["brand"]},{name:"fa-subscript",prefix:"fas",tags:[]},{name:"fa-subway",prefix:"fas",tags:[]},{name:"fa-suitcase",prefix:"fas",tags:[]},{name:"fa-suitcase-rolling",prefix:"fas",tags:[]},{name:"fa-sun",prefix:"fas",tags:[]},{name:"fa-superpowers",prefix:"fab",tags:["brand"]},{name:"fa-superscript",prefix:"fas",tags:[]},{name:"fa-supple",prefix:"fab",tags:["brand"]},{name:"fa-surprise",prefix:"fas",tags:[]},{name:"fa-suse",prefix:"fab",tags:["brand"]},{name:"fa-swatchbook",prefix:"fas",tags:[]},{name:"fa-swift",prefix:"fab",tags:["brand"]},{name:"fa-swimmer",prefix:"fas",tags:[]},{name:"fa-swimming-pool",prefix:"fas",tags:[]},{name:"fa-symfony",prefix:"fab",tags:["brand"]},{name:"fa-synagogue",prefix:"fas",tags:[]},{name:"fa-sync",prefix:"fas",tags:["arrow","media"]},{name:"fa-sync-alt",prefix:"fas",tags:["arrow","media"]},{name:"fa-syringe",prefix:"fas",tags:[]},{name:"fa-table",prefix:"fas",tags:[]},{name:"fa-table-tennis",prefix:"fas",tags:[]},{name:"fa-tablet",prefix:"fas",tags:[]},{name:"fa-tablet-alt",prefix:"fas",tags:[]},{name:"fa-tablets",prefix:"fas",tags:[]},{name:"fa-tachometer-alt",prefix:"fas",tags:["travel"]},{name:"fa-tag",prefix:"fas",tags:[]},{name:"fa-tags",prefix:"fas",tags:[]},{name:"fa-tape",prefix:"fas",tags:[]},{name:"fa-tasks",prefix:"fas",tags:[]},{name:"fa-taxi",prefix:"fas",tags:["travel"]},{name:"fa-teamspeak",prefix:"fab",tags:["brand"]},{name:"fa-teeth",prefix:"fas",tags:[]},{name:"fa-teeth-open",prefix:"fas",tags:[]},{name:"fa-telegram",prefix:"fab",tags:["brand"]},{name:"fa-telegram-plane",prefix:"fab",tags:["brand"]},{name:"fa-temperature-high",prefix:"fas",tags:[]},{name:"fa-temperature-low",prefix:"fas",tags:[]},{name:"fa-tencent-weibo",prefix:"fab",tags:["brand"]},{name:"fa-tenge",prefix:"fas",tags:[]},{name:"fa-terminal",prefix:"fas",tags:[]},{name:"fa-text-height",prefix:"fas",tags:["arrow"]},{name:"fa-text-width",prefix:"fas",tags:["arrow"]},{name:"fa-th",prefix:"fas",tags:[]},{name:"fa-th-large",prefix:"fas",tags:[]},{name:"fa-th-list",prefix:"fas",tags:[]},{name:"fa-the-red-yeti",prefix:"fab",tags:["brand"]},{name:"fa-theater-masks",prefix:"fas",tags:[]},{name:"fa-themeco",prefix:"fab",tags:["brand"]},{name:"fa-themeisle",prefix:"fab",tags:["brand"]},{name:"fa-thermometer",prefix:"fas",tags:[]},{name:"fa-thermometer-empty",prefix:"fas",tags:[]},{name:"fa-thermometer-full",prefix:"fas",tags:[]},{name:"fa-thermometer-half",prefix:"fas",tags:[]},{name:"fa-thermometer-quarter",prefix:"fas",tags:[]},{name:"fa-thermometer-three-quarters",prefix:"fas",tags:[]},{name:"fa-think-peaks",prefix:"fab",tags:["brand"]},{name:"fa-thumbs-down",prefix:"fas",tags:[]},{name:"fa-thumbs-up",prefix:"fas",tags:[]},{name:"fa-thumbtack",prefix:"fas",tags:[]},{name:"fa-ticket-alt",prefix:"fas",tags:[]},{name:"fa-tiktok",prefix:"fab",tags:["brand"]},{name:"fa-times",prefix:"fas",tags:[]},{name:"fa-times-circle",prefix:"fas",tags:[]},{name:"fa-tint",prefix:"fas",tags:[]},{name:"fa-tint-slash",prefix:"fas",tags:[]},{name:"fa-tired",prefix:"fas",tags:[]},{name:"fa-toggle-off",prefix:"fas",tags:[]},{name:"fa-toggle-on",prefix:"fas",tags:[]},{name:"fa-toilet",prefix:"fas",tags:[]},{name:"fa-toilet-paper",prefix:"fas",tags:[]},{name:"fa-toilet-paper-slash",prefix:"fas",tags:[]},{name:"fa-toolbox",prefix:"fas",tags:[]},{name:"fa-tools",prefix:"fas",tags:[]},{name:"fa-tooth",prefix:"fas",tags:[]},{name:"fa-torah",prefix:"fas",tags:[]},{name:"fa-torii-gate",prefix:"fas",tags:[]},{name:"fa-tractor",prefix:"fas",tags:[]},{name:"fa-trade-federation",prefix:"fab",tags:["brand"]},{name:"fa-trademark",prefix:"fas",tags:[]},{name:"fa-traffic-light",prefix:"fas",tags:[]},{name:"fa-trailer",prefix:"fas",tags:[]},{name:"fa-train",prefix:"fas",tags:[]},{name:"fa-tram",prefix:"fas",tags:[]},{name:"fa-transgender",prefix:"fas",tags:[]},{name:"fa-transgender-alt",prefix:"fas",tags:[]},{name:"fa-trash",prefix:"fas",tags:[]},{name:"fa-trash-alt",prefix:"fas",tags:[]},{name:"fa-trash-restore",prefix:"fas",tags:[]},{name:"fa-trash-restore-alt",prefix:"fas",tags:[]},{name:"fa-tree",prefix:"fas",tags:[]},{name:"fa-trello",prefix:"fab",tags:["brand"]},{name:"fa-tripadvisor",prefix:"fab",tags:["brand"]},{name:"fa-trophy",prefix:"fas",tags:[]},{name:"fa-truck",prefix:"fas",tags:["travel"]},{name:"fa-truck-loading",prefix:"fas",tags:["travel"]},{name:"fa-truck-monster",prefix:"fas",tags:["travel"]},{name:"fa-truck-moving",prefix:"fas",tags:["travel"]},{name:"fa-truck-pickup",prefix:"fas",tags:["travel"]},{name:"fa-tshirt",prefix:"fas",tags:[]},{name:"fa-tty",prefix:"fas",tags:["accessibility"]},{name:"fa-tumblr",prefix:"fab",tags:["brand"]},{name:"fa-tumblr-square",prefix:"fab",tags:["brand"]},{name:"fa-tv",prefix:"fas",tags:["media"]},{name:"fa-twitch",prefix:"fab",tags:["brand"]},{name:"fa-twitter",prefix:"fab",tags:["brand"]},{name:"fa-twitter-square",prefix:"fab",tags:["brand"]},{name:"fa-typo3",prefix:"fab",tags:["brand"]},{name:"fa-uber",prefix:"fab",tags:["brand"]},{name:"fa-ubuntu",prefix:"fab",tags:["brand"]},{name:"fa-uikit",prefix:"fab",tags:["brand"]},{name:"fa-umbraco",prefix:"fab",tags:["brand"]},{name:"fa-umbrella",prefix:"fas",tags:[]},{name:"fa-umbrella-beach",prefix:"fas",tags:[]},{name:"fa-uncharted",prefix:"fab",tags:["brand"]},{name:"fa-underline",prefix:"fas",tags:[]},{name:"fa-undo",prefix:"fas",tags:["arrow","media"]},{name:"fa-undo-alt",prefix:"fas",tags:["arrow","media"]},{name:"fa-uniregistry",prefix:"fab",tags:["brand"]},{name:"fa-unity",prefix:"fab",tags:["brand"]},{name:"fa-universal-access",prefix:"fas",tags:["accessibility"]},{name:"fa-university",prefix:"fas",tags:[]},{name:"fa-unlink",prefix:"fas",tags:[]},{name:"fa-unlock",prefix:"fas",tags:[]},{name:"fa-unlock-alt",prefix:"fas",tags:[]},{name:"fa-unsplash",prefix:"fab",tags:["brand"]},{name:"fa-untappd",prefix:"fab",tags:["brand"]},{name:"fa-upload",prefix:"fas",tags:["arrow"]},{name:"fa-ups",prefix:"fab",tags:["brand"]},{name:"fa-usb",prefix:"fab",tags:["brand"]},{name:"fa-user",prefix:"fas",tags:[]},{name:"fa-user-alt",prefix:"fas",tags:[]},{name:"fa-user-alt-slash",prefix:"fas",tags:[]},{name:"fa-user-astronaut",prefix:"fas",tags:[]},{name:"fa-user-check",prefix:"fas",tags:[]},{name:"fa-user-circle",prefix:"fas",tags:[]},{name:"fa-user-clock",prefix:"fas",tags:[]},{name:"fa-user-cog",prefix:"fas",tags:[]},{name:"fa-user-edit",prefix:"fas",tags:[]},{name:"fa-user-friends",prefix:"fas",tags:[]},{name:"fa-user-graduate",prefix:"fas",tags:[]},{name:"fa-user-injured",prefix:"fas",tags:[]},{name:"fa-user-lock",prefix:"fas",tags:[]},{name:"fa-user-md",prefix:"fas",tags:[]},{name:"fa-user-minus",prefix:"fas",tags:[]},{name:"fa-user-ninja",prefix:"fas",tags:[]},{name:"fa-user-nurse",prefix:"fas",tags:[]},{name:"fa-user-plus",prefix:"fas",tags:[]},{name:"fa-user-secret",prefix:"fas",tags:[]},{name:"fa-user-shield",prefix:"fas",tags:[]},{name:"fa-user-slash",prefix:"fas",tags:[]},{name:"fa-user-tag",prefix:"fas",tags:[]},{name:"fa-user-tie",prefix:"fas",tags:[]},{name:"fa-user-times",prefix:"fas",tags:[]},{name:"fa-users",prefix:"fas",tags:[]},{name:"fa-users-cog",prefix:"fas",tags:[]},{name:"fa-users-slash",prefix:"fas",tags:[]},{name:"fa-usps",prefix:"fab",tags:["brand"]},{name:"fa-ussunnah",prefix:"fab",tags:["brand"]},{name:"fa-utensil-spoon",prefix:"fas",tags:[]},{name:"fa-utensils",prefix:"fas",tags:[]},{name:"fa-vaadin",prefix:"fab",tags:["brand"]},{name:"fa-vector-square",prefix:"fas",tags:[]},{name:"fa-venus",prefix:"fas",tags:[]},{name:"fa-venus-double",prefix:"fas",tags:[]},{name:"fa-venus-mars",prefix:"fas",tags:[]},{name:"fa-vest",prefix:"fas",tags:[]},{name:"fa-vest-patches",prefix:"fas",tags:[]},{name:"fa-viacoin",prefix:"fab",tags:["brand"]},{name:"fa-viadeo",prefix:"fab",tags:["brand"]},{name:"fa-viadeo-square",prefix:"fab",tags:["brand"]},{name:"fa-vial",prefix:"fas",tags:[]},{name:"fa-vials",prefix:"fas",tags:[]},{name:"fa-viber",prefix:"fab",tags:["brand"]},{name:"fa-video",prefix:"fas",tags:["media"]},{name:"fa-video-slash",prefix:"fas",tags:["media"]},{name:"fa-vihara",prefix:"fas",tags:[]},{name:"fa-vimeo",prefix:"fab",tags:["brand"]},{name:"fa-vimeo-square",prefix:"fab",tags:["brand"]},{name:"fa-vimeo-v",prefix:"fab",tags:["brand"]},{name:"fa-vine",prefix:"fab",tags:["brand"]},{name:"fa-virus",prefix:"fas",tags:[]},{name:"fa-virus-slash",prefix:"fas",tags:[]},{name:"fa-viruses",prefix:"fas",tags:[]},{name:"fa-vk",prefix:"fab",tags:["brand"]},{name:"fa-vnv",prefix:"fab",tags:["brand"]},{name:"fa-voicemail",prefix:"fas",tags:[]},{name:"fa-volleyball-ball",prefix:"fas",tags:[]},{name:"fa-volume-down",prefix:"fas",tags:["media"]},{name:"fa-volume-mute",prefix:"fas",tags:["media"]},{name:"fa-volume-off",prefix:"fas",tags:["media"]},{name:"fa-volume-up",prefix:"fas",tags:["media"]},{name:"fa-vote-yea",prefix:"fas",tags:[]},{name:"fa-vr-cardboard",prefix:"fas",tags:[]},{name:"fa-vuejs",prefix:"fab",tags:["brand"]},{name:"fa-walking",prefix:"fas",tags:[]},{name:"fa-wallet",prefix:"fas",tags:[]},{name:"fa-warehouse",prefix:"fas",tags:[]},{name:"fa-watchman-monitoring",prefix:"fab",tags:["brand"]},{name:"fa-water",prefix:"fas",tags:[]},{name:"fa-wave-square",prefix:"fas",tags:[]},{name:"fa-waze",prefix:"fab",tags:["brand"]},{name:"fa-weebly",prefix:"fab",tags:["brand"]},{name:"fa-weibo",prefix:"fab",tags:["brand"]},{name:"fa-weight",prefix:"fas",tags:[]},{name:"fa-weight-hanging",prefix:"fas",tags:[]},{name:"fa-weixin",prefix:"fab",tags:["brand"]},{name:"fa-whatsapp",prefix:"fab",tags:["brand"]},{name:"fa-whatsapp-square",prefix:"fab",tags:["brand"]},{name:"fa-wheelchair",prefix:"fas",tags:["accessibility"]},{name:"fa-whmcs",prefix:"fab",tags:["brand"]},{name:"fa-wifi",prefix:"fas",tags:[]},{name:"fa-wikipedia-w",prefix:"fab",tags:["brand"]},{name:"fa-wind",prefix:"fas",tags:[]},{name:"fa-window-close",prefix:"fas",tags:[]},{name:"fa-window-maximize",prefix:"fas",tags:[]},{name:"fa-window-minimize",prefix:"fas",tags:[]},{name:"fa-window-restore",prefix:"fas",tags:[]},{name:"fa-windows",prefix:"fab",tags:["brand"]},{name:"fa-wine-bottle",prefix:"fas",tags:[]},{name:"fa-wine-glass",prefix:"fas",tags:[]},{name:"fa-wine-glass-alt",prefix:"fas",tags:[]},{name:"fa-wix",prefix:"fab",tags:["brand"]},{name:"fa-wizards-of-the-coast",prefix:"fab",tags:["brand"]},{name:"fa-wodu",prefix:"fab",tags:["brand"]},{name:"fa-wolf-pack-battalion",prefix:"fab",tags:["brand"]},{name:"fa-won-sign",prefix:"fas",tags:[]},{name:"fa-wordpress",prefix:"fab",tags:["brand"]},{name:"fa-wordpress-simple",prefix:"fab",tags:["brand"]},{name:"fa-wpbeginner",prefix:"fab",tags:["brand"]},{name:"fa-wpexplorer",prefix:"fab",tags:["brand"]},{name:"fa-wpforms",prefix:"fab",tags:["brand"]},{name:"fa-wpressr",prefix:"fab",tags:["brand"]},{name:"fa-wrench",prefix:"fas",tags:[]},{name:"fa-x-ray",prefix:"fas",tags:[]},{name:"fa-xbox",prefix:"fab",tags:["brand"]},{name:"fa-xing",prefix:"fab",tags:["brand"]},{name:"fa-xing-square",prefix:"fab",tags:["brand"]},{name:"fa-y-combinator",prefix:"fab",tags:["brand"]},{name:"fa-yahoo",prefix:"fab",tags:["brand"]},{name:"fa-yammer",prefix:"fab",tags:["brand"]},{name:"fa-yandex",prefix:"fab",tags:["brand"]},{name:"fa-yandex-international",prefix:"fab",tags:["brand"]},{name:"fa-yarn",prefix:"fab",tags:["brand"]},{name:"fa-yelp",prefix:"fab",tags:["brand"]},{name:"fa-yen-sign",prefix:"fas",tags:[]},{name:"fa-yin-yang",prefix:"fas",tags:[]},{name:"fa-yoast",prefix:"fab",tags:["brand"]},{name:"fa-youtube",prefix:"fab",tags:["brand","media"]},{name:"fa-youtube-square",prefix:"fab",tags:["brand","media"]},{name:"fa-zhihu",prefix:"fab",tags:["brand"]}]}},"7b31":function(a,e,t){"use strict";t.r(e),e["default"]={name:"ionicons-v4",icons:[{name:"ion-ios-add",tags:[]},{name:"ion-ios-add-circle",tags:[]},{name:"ion-ios-add-circle-outline",tags:[]},{name:"ion-ios-airplane",tags:[]},{name:"ion-ios-alarm",tags:[]},{name:"ion-ios-albums",tags:[]},{name:"ion-ios-alert",tags:[]},{name:"ion-ios-american-football",tags:[]},{name:"ion-ios-analytics",tags:[]},{name:"ion-ios-aperture",tags:[]},{name:"ion-ios-apps",tags:[]},{name:"ion-ios-appstore",tags:[]},{name:"ion-ios-archive",tags:[]},{name:"ion-ios-arrow-back",tags:[]},{name:"ion-ios-arrow-down",tags:[]},{name:"ion-ios-arrow-dropdown",tags:[]},{name:"ion-ios-arrow-dropdown-circle",tags:[]},{name:"ion-ios-arrow-dropleft",tags:[]},{name:"ion-ios-arrow-dropleft-circle",tags:[]},{name:"ion-ios-arrow-dropright",tags:[]},{name:"ion-ios-arrow-dropright-circle",tags:[]},{name:"ion-ios-arrow-dropup",tags:[]},{name:"ion-ios-arrow-dropup-circle",tags:[]},{name:"ion-ios-arrow-forward",tags:[]},{name:"ion-ios-arrow-round-back",tags:[]},{name:"ion-ios-arrow-round-down",tags:[]},{name:"ion-ios-arrow-round-forward",tags:[]},{name:"ion-ios-arrow-round-up",tags:[]},{name:"ion-ios-arrow-up",tags:[]},{name:"ion-ios-at",tags:[]},{name:"ion-ios-attach",tags:[]},{name:"ion-ios-backspace",tags:[]},{name:"ion-ios-barcode",tags:[]},{name:"ion-ios-baseball",tags:[]},{name:"ion-ios-basket",tags:[]},{name:"ion-ios-basketball",tags:[]},{name:"ion-ios-battery-charging",tags:[]},{name:"ion-ios-battery-dead",tags:[]},{name:"ion-ios-battery-full",tags:[]},{name:"ion-ios-beaker",tags:[]},{name:"ion-ios-bed",tags:[]},{name:"ion-ios-beer",tags:[]},{name:"ion-ios-bicycle",tags:[]},{name:"ion-ios-bluetooth",tags:[]},{name:"ion-ios-boat",tags:[]},{name:"ion-ios-body",tags:[]},{name:"ion-ios-bonfire",tags:[]},{name:"ion-ios-book",tags:[]},{name:"ion-ios-bookmark",tags:[]},{name:"ion-ios-bookmarks",tags:[]},{name:"ion-ios-bowtie",tags:[]},{name:"ion-ios-briefcase",tags:[]},{name:"ion-ios-browsers",tags:[]},{name:"ion-ios-brush",tags:[]},{name:"ion-ios-bug",tags:[]},{name:"ion-ios-build",tags:[]},{name:"ion-ios-bulb",tags:[]},{name:"ion-ios-bus",tags:[]},{name:"ion-ios-business",tags:[]},{name:"ion-ios-cafe",tags:[]},{name:"ion-ios-calculator",tags:[]},{name:"ion-ios-calendar",tags:[]},{name:"ion-ios-call",tags:[]},{name:"ion-ios-camera",tags:[]},{name:"ion-ios-car",tags:[]},{name:"ion-ios-card",tags:[]},{name:"ion-ios-cart",tags:[]},{name:"ion-ios-cash",tags:[]},{name:"ion-ios-cellular",tags:[]},{name:"ion-ios-chatboxes",tags:[]},{name:"ion-ios-chatbubbles",tags:[]},{name:"ion-ios-checkbox",tags:[]},{name:"ion-ios-checkbox-outline",tags:[]},{name:"ion-ios-checkmark",tags:[]},{name:"ion-ios-checkmark-circle",tags:[]},{name:"ion-ios-checkmark-circle-outline",tags:[]},{name:"ion-ios-clipboard",tags:[]},{name:"ion-ios-clock",tags:[]},{name:"ion-ios-close",tags:[]},{name:"ion-ios-close-circle",tags:[]},{name:"ion-ios-close-circle-outline",tags:[]},{name:"ion-ios-cloud",tags:[]},{name:"ion-ios-cloud-circle",tags:[]},{name:"ion-ios-cloud-done",tags:[]},{name:"ion-ios-cloud-download",tags:[]},{name:"ion-ios-cloud-outline",tags:[]},{name:"ion-ios-cloud-upload",tags:[]},{name:"ion-ios-cloudy",tags:[]},{name:"ion-ios-cloudy-night",tags:[]},{name:"ion-ios-code",tags:[]},{name:"ion-ios-code-download",tags:[]},{name:"ion-ios-code-working",tags:[]},{name:"ion-ios-cog",tags:[]},{name:"ion-ios-color-fill",tags:[]},{name:"ion-ios-color-filter",tags:[]},{name:"ion-ios-color-palette",tags:[]},{name:"ion-ios-color-wand",tags:[]},{name:"ion-ios-compass",tags:[]},{name:"ion-ios-construct",tags:[]},{name:"ion-ios-contact",tags:[]},{name:"ion-ios-contacts",tags:[]},{name:"ion-ios-contract",tags:[]},{name:"ion-ios-contrast",tags:[]},{name:"ion-ios-copy",tags:[]},{name:"ion-ios-create",tags:[]},{name:"ion-ios-crop",tags:[]},{name:"ion-ios-cube",tags:[]},{name:"ion-ios-cut",tags:[]},{name:"ion-ios-desktop",tags:[]},{name:"ion-ios-disc",tags:[]},{name:"ion-ios-document",tags:[]},{name:"ion-ios-done-all",tags:[]},{name:"ion-ios-download",tags:[]},{name:"ion-ios-easel",tags:[]},{name:"ion-ios-egg",tags:[]},{name:"ion-ios-exit",tags:[]},{name:"ion-ios-expand",tags:[]},{name:"ion-ios-eye",tags:[]},{name:"ion-ios-eye-off",tags:[]},{name:"ion-ios-fastforward",tags:[]},{name:"ion-ios-female",tags:[]},{name:"ion-ios-filing",tags:[]},{name:"ion-ios-film",tags:[]},{name:"ion-ios-finger-print",tags:[]},{name:"ion-ios-fitness",tags:[]},{name:"ion-ios-flag",tags:[]},{name:"ion-ios-flame",tags:[]},{name:"ion-ios-flash",tags:[]},{name:"ion-ios-flash-off",tags:[]},{name:"ion-ios-flashlight",tags:[]},{name:"ion-ios-flask",tags:[]},{name:"ion-ios-flower",tags:[]},{name:"ion-ios-folder",tags:[]},{name:"ion-ios-folder-open",tags:[]},{name:"ion-ios-football",tags:[]},{name:"ion-ios-funnel",tags:[]},{name:"ion-ios-gift",tags:[]},{name:"ion-ios-git-branch",tags:[]},{name:"ion-ios-git-commit",tags:[]},{name:"ion-ios-git-compare",tags:[]},{name:"ion-ios-git-merge",tags:[]},{name:"ion-ios-git-network",tags:[]},{name:"ion-ios-git-pull-request",tags:[]},{name:"ion-ios-glasses",tags:[]},{name:"ion-ios-globe",tags:[]},{name:"ion-ios-grid",tags:[]},{name:"ion-ios-hammer",tags:[]},{name:"ion-ios-hand",tags:[]},{name:"ion-ios-happy",tags:[]},{name:"ion-ios-headset",tags:[]},{name:"ion-ios-heart",tags:[]},{name:"ion-ios-heart-dislike",tags:[]},{name:"ion-ios-heart-empty",tags:[]},{name:"ion-ios-heart-half",tags:[]},{name:"ion-ios-help",tags:[]},{name:"ion-ios-help-buoy",tags:[]},{name:"ion-ios-help-circle",tags:[]},{name:"ion-ios-help-circle-outline",tags:[]},{name:"ion-ios-home",tags:[]},{name:"ion-ios-hourglass",tags:[]},{name:"ion-ios-ice-cream",tags:[]},{name:"ion-ios-image",tags:[]},{name:"ion-ios-images",tags:[]},{name:"ion-ios-infinite",tags:[]},{name:"ion-ios-information",tags:[]},{name:"ion-ios-information-circle",tags:[]},{name:"ion-ios-information-circle-outline",tags:[]},{name:"ion-ios-jet",tags:[]},{name:"ion-ios-journal",tags:[]},{name:"ion-ios-key",tags:[]},{name:"ion-ios-keypad",tags:[]},{name:"ion-ios-laptop",tags:[]},{name:"ion-ios-leaf",tags:[]},{name:"ion-ios-link",tags:[]},{name:"ion-ios-list",tags:[]},{name:"ion-ios-list-box",tags:[]},{name:"ion-ios-locate",tags:[]},{name:"ion-ios-lock",tags:[]},{name:"ion-ios-log-in",tags:[]},{name:"ion-ios-log-out",tags:[]},{name:"ion-ios-magnet",tags:[]},{name:"ion-ios-mail",tags:[]},{name:"ion-ios-mail-open",tags:[]},{name:"ion-ios-mail-unread",tags:[]},{name:"ion-ios-male",tags:[]},{name:"ion-ios-man",tags:[]},{name:"ion-ios-map",tags:[]},{name:"ion-ios-medal",tags:[]},{name:"ion-ios-medical",tags:[]},{name:"ion-ios-medkit",tags:[]},{name:"ion-ios-megaphone",tags:[]},{name:"ion-ios-menu",tags:[]},{name:"ion-ios-mic",tags:[]},{name:"ion-ios-mic-off",tags:[]},{name:"ion-ios-microphone",tags:[]},{name:"ion-ios-moon",tags:[]},{name:"ion-ios-more",tags:[]},{name:"ion-ios-move",tags:[]},{name:"ion-ios-musical-note",tags:[]},{name:"ion-ios-musical-notes",tags:[]},{name:"ion-ios-navigate",tags:[]},{name:"ion-ios-notifications",tags:[]},{name:"ion-ios-notifications-off",tags:[]},{name:"ion-ios-notifications-outline",tags:[]},{name:"ion-ios-nuclear",tags:[]},{name:"ion-ios-nutrition",tags:[]},{name:"ion-ios-open",tags:[]},{name:"ion-ios-options",tags:[]},{name:"ion-ios-outlet",tags:[]},{name:"ion-ios-paper",tags:[]},{name:"ion-ios-paper-plane",tags:[]},{name:"ion-ios-partly-sunny",tags:[]},{name:"ion-ios-pause",tags:[]},{name:"ion-ios-paw",tags:[]},{name:"ion-ios-people",tags:[]},{name:"ion-ios-person",tags:[]},{name:"ion-ios-person-add",tags:[]},{name:"ion-ios-phone-landscape",tags:[]},{name:"ion-ios-phone-portrait",tags:[]},{name:"ion-ios-photos",tags:[]},{name:"ion-ios-pie",tags:[]},{name:"ion-ios-pin",tags:[]},{name:"ion-ios-pint",tags:[]},{name:"ion-ios-pizza",tags:[]},{name:"ion-ios-planet",tags:[]},{name:"ion-ios-play",tags:[]},{name:"ion-ios-play-circle",tags:[]},{name:"ion-ios-podium",tags:[]},{name:"ion-ios-power",tags:[]},{name:"ion-ios-pricetag",tags:[]},{name:"ion-ios-pricetags",tags:[]},{name:"ion-ios-print",tags:[]},{name:"ion-ios-pulse",tags:[]},{name:"ion-ios-qr-scanner",tags:[]},{name:"ion-ios-quote",tags:[]},{name:"ion-ios-radio",tags:[]},{name:"ion-ios-radio-button-off",tags:[]},{name:"ion-ios-radio-button-on",tags:[]},{name:"ion-ios-rainy",tags:[]},{name:"ion-ios-recording",tags:[]},{name:"ion-ios-redo",tags:[]},{name:"ion-ios-refresh",tags:[]},{name:"ion-ios-refresh-circle",tags:[]},{name:"ion-ios-remove",tags:[]},{name:"ion-ios-remove-circle",tags:[]},{name:"ion-ios-remove-circle-outline",tags:[]},{name:"ion-ios-reorder",tags:[]},{name:"ion-ios-repeat",tags:[]},{name:"ion-ios-resize",tags:[]},{name:"ion-ios-restaurant",tags:[]},{name:"ion-ios-return-left",tags:[]},{name:"ion-ios-return-right",tags:[]},{name:"ion-ios-reverse-camera",tags:[]},{name:"ion-ios-rewind",tags:[]},{name:"ion-ios-ribbon",tags:[]},{name:"ion-ios-rocket",tags:[]},{name:"ion-ios-rose",tags:[]},{name:"ion-ios-sad",tags:[]},{name:"ion-ios-save",tags:[]},{name:"ion-ios-school",tags:[]},{name:"ion-ios-search",tags:[]},{name:"ion-ios-send",tags:[]},{name:"ion-ios-settings",tags:[]},{name:"ion-ios-share",tags:[]},{name:"ion-ios-share-alt",tags:[]},{name:"ion-ios-shirt",tags:[]},{name:"ion-ios-shuffle",tags:[]},{name:"ion-ios-skip-backward",tags:[]},{name:"ion-ios-skip-forward",tags:[]},{name:"ion-ios-snow",tags:[]},{name:"ion-ios-speedometer",tags:[]},{name:"ion-ios-square",tags:[]},{name:"ion-ios-square-outline",tags:[]},{name:"ion-ios-star",tags:[]},{name:"ion-ios-star-half",tags:[]},{name:"ion-ios-star-outline",tags:[]},{name:"ion-ios-stats",tags:[]},{name:"ion-ios-stopwatch",tags:[]},{name:"ion-ios-subway",tags:[]},{name:"ion-ios-sunny",tags:[]},{name:"ion-ios-swap",tags:[]},{name:"ion-ios-switch",tags:[]},{name:"ion-ios-sync",tags:[]},{name:"ion-ios-tablet-landscape",tags:[]},{name:"ion-ios-tablet-portrait",tags:[]},{name:"ion-ios-tennisball",tags:[]},{name:"ion-ios-text",tags:[]},{name:"ion-ios-thermometer",tags:[]},{name:"ion-ios-thumbs-down",tags:[]},{name:"ion-ios-thumbs-up",tags:[]},{name:"ion-ios-thunderstorm",tags:[]},{name:"ion-ios-time",tags:[]},{name:"ion-ios-timer",tags:[]},{name:"ion-ios-today",tags:[]},{name:"ion-ios-train",tags:[]},{name:"ion-ios-transgender",tags:[]},{name:"ion-ios-trash",tags:[]},{name:"ion-ios-trending-down",tags:[]},{name:"ion-ios-trending-up",tags:[]},{name:"ion-ios-trophy",tags:[]},{name:"ion-ios-tv",tags:[]},{name:"ion-ios-umbrella",tags:[]},{name:"ion-ios-undo",tags:[]},{name:"ion-ios-unlock",tags:[]},{name:"ion-ios-videocam",tags:[]},{name:"ion-ios-volume-high",tags:[]},{name:"ion-ios-volume-low",tags:[]},{name:"ion-ios-volume-mute",tags:[]},{name:"ion-ios-volume-off",tags:[]},{name:"ion-ios-walk",tags:[]},{name:"ion-ios-wallet",tags:[]},{name:"ion-ios-warning",tags:[]},{name:"ion-ios-watch",tags:[]},{name:"ion-ios-water",tags:[]},{name:"ion-ios-wifi",tags:[]},{name:"ion-ios-wine",tags:[]},{name:"ion-ios-woman",tags:[]},{name:"ion-logo-android",tags:[]},{name:"ion-logo-angular",tags:[]},{name:"ion-logo-apple",tags:[]},{name:"ion-logo-bitbucket",tags:[]},{name:"ion-logo-bitcoin",tags:[]},{name:"ion-logo-buffer",tags:[]},{name:"ion-logo-chrome",tags:[]},{name:"ion-logo-closed-captioning",tags:[]},{name:"ion-logo-codepen",tags:[]},{name:"ion-logo-css3",tags:[]},{name:"ion-logo-designernews",tags:[]},{name:"ion-logo-dribbble",tags:[]},{name:"ion-logo-dropbox",tags:[]},{name:"ion-logo-euro",tags:[]},{name:"ion-logo-facebook",tags:[]},{name:"ion-logo-flickr",tags:[]},{name:"ion-logo-foursquare",tags:[]},{name:"ion-logo-freebsd-devil",tags:[]},{name:"ion-logo-game-controller-a",tags:[]},{name:"ion-logo-game-controller-b",tags:[]},{name:"ion-logo-github",tags:[]},{name:"ion-logo-google",tags:[]},{name:"ion-logo-googleplus",tags:[]},{name:"ion-logo-hackernews",tags:[]},{name:"ion-logo-html5",tags:[]},{name:"ion-logo-instagram",tags:[]},{name:"ion-logo-ionic",tags:[]},{name:"ion-logo-ionitron",tags:[]},{name:"ion-logo-javascript",tags:[]},{name:"ion-logo-linkedin",tags:[]},{name:"ion-logo-markdown",tags:[]},{name:"ion-logo-model-s",tags:[]},{name:"ion-logo-no-smoking",tags:[]},{name:"ion-logo-nodejs",tags:[]},{name:"ion-logo-npm",tags:[]},{name:"ion-logo-octocat",tags:[]},{name:"ion-logo-pinterest",tags:[]},{name:"ion-logo-playstation",tags:[]},{name:"ion-logo-polymer",tags:[]},{name:"ion-logo-python",tags:[]},{name:"ion-logo-reddit",tags:[]},{name:"ion-logo-rss",tags:[]},{name:"ion-logo-sass",tags:[]},{name:"ion-logo-skype",tags:[]},{name:"ion-logo-slack",tags:[]},{name:"ion-logo-snapchat",tags:[]},{name:"ion-logo-steam",tags:[]},{name:"ion-logo-tumblr",tags:[]},{name:"ion-logo-tux",tags:[]},{name:"ion-logo-twitch",tags:[]},{name:"ion-logo-twitter",tags:[]},{name:"ion-logo-usd",tags:[]},{name:"ion-logo-vimeo",tags:[]},{name:"ion-logo-vk",tags:[]},{name:"ion-logo-whatsapp",tags:[]},{name:"ion-logo-windows",tags:[]},{name:"ion-logo-wordpress",tags:[]},{name:"ion-logo-xbox",tags:[]},{name:"ion-logo-xing",tags:[]},{name:"ion-logo-yahoo",tags:[]},{name:"ion-logo-yen",tags:[]},{name:"ion-logo-youtube",tags:[]},{name:"ion-md-add",tags:[]},{name:"ion-md-add-circle",tags:[]},{name:"ion-md-add-circle-outline",tags:[]},{name:"ion-md-airplane",tags:[]},{name:"ion-md-alarm",tags:[]},{name:"ion-md-albums",tags:[]},{name:"ion-md-alert",tags:[]},{name:"ion-md-american-football",tags:[]},{name:"ion-md-analytics",tags:[]},{name:"ion-md-aperture",tags:[]},{name:"ion-md-apps",tags:[]},{name:"ion-md-appstore",tags:[]},{name:"ion-md-archive",tags:[]},{name:"ion-md-arrow-back",tags:[]},{name:"ion-md-arrow-down",tags:[]},{name:"ion-md-arrow-dropdown",tags:[]},{name:"ion-md-arrow-dropdown-circle",tags:[]},{name:"ion-md-arrow-dropleft",tags:[]},{name:"ion-md-arrow-dropleft-circle",tags:[]},{name:"ion-md-arrow-dropright",tags:[]},{name:"ion-md-arrow-dropright-circle",tags:[]},{name:"ion-md-arrow-dropup",tags:[]},{name:"ion-md-arrow-dropup-circle",tags:[]},{name:"ion-md-arrow-forward",tags:[]},{name:"ion-md-arrow-round-back",tags:[]},{name:"ion-md-arrow-round-down",tags:[]},{name:"ion-md-arrow-round-forward",tags:[]},{name:"ion-md-arrow-round-up",tags:[]},{name:"ion-md-arrow-up",tags:[]},{name:"ion-md-at",tags:[]},{name:"ion-md-attach",tags:[]},{name:"ion-md-backspace",tags:[]},{name:"ion-md-barcode",tags:[]},{name:"ion-md-baseball",tags:[]},{name:"ion-md-basket",tags:[]},{name:"ion-md-basketball",tags:[]},{name:"ion-md-battery-charging",tags:[]},{name:"ion-md-battery-dead",tags:[]},{name:"ion-md-battery-full",tags:[]},{name:"ion-md-beaker",tags:[]},{name:"ion-md-bed",tags:[]},{name:"ion-md-beer",tags:[]},{name:"ion-md-bicycle",tags:[]},{name:"ion-md-bluetooth",tags:[]},{name:"ion-md-boat",tags:[]},{name:"ion-md-body",tags:[]},{name:"ion-md-bonfire",tags:[]},{name:"ion-md-book",tags:[]},{name:"ion-md-bookmark",tags:[]},{name:"ion-md-bookmarks",tags:[]},{name:"ion-md-bowtie",tags:[]},{name:"ion-md-briefcase",tags:[]},{name:"ion-md-browsers",tags:[]},{name:"ion-md-brush",tags:[]},{name:"ion-md-bug",tags:[]},{name:"ion-md-build",tags:[]},{name:"ion-md-bulb",tags:[]},{name:"ion-md-bus",tags:[]},{name:"ion-md-business",tags:[]},{name:"ion-md-cafe",tags:[]},{name:"ion-md-calculator",tags:[]},{name:"ion-md-calendar",tags:[]},{name:"ion-md-call",tags:[]},{name:"ion-md-camera",tags:[]},{name:"ion-md-car",tags:[]},{name:"ion-md-card",tags:[]},{name:"ion-md-cart",tags:[]},{name:"ion-md-cash",tags:[]},{name:"ion-md-cellular",tags:[]},{name:"ion-md-chatboxes",tags:[]},{name:"ion-md-chatbubbles",tags:[]},{name:"ion-md-checkbox",tags:[]},{name:"ion-md-checkbox-outline",tags:[]},{name:"ion-md-checkmark",tags:[]},{name:"ion-md-checkmark-circle",tags:[]},{name:"ion-md-checkmark-circle-outline",tags:[]},{name:"ion-md-clipboard",tags:[]},{name:"ion-md-clock",tags:[]},{name:"ion-md-close",tags:[]},{name:"ion-md-close-circle",tags:[]},{name:"ion-md-close-circle-outline",tags:[]},{name:"ion-md-cloud",tags:[]},{name:"ion-md-cloud-circle",tags:[]},{name:"ion-md-cloud-done",tags:[]},{name:"ion-md-cloud-download",tags:[]},{name:"ion-md-cloud-outline",tags:[]},{name:"ion-md-cloud-upload",tags:[]},{name:"ion-md-cloudy",tags:[]},{name:"ion-md-cloudy-night",tags:[]},{name:"ion-md-code",tags:[]},{name:"ion-md-code-download",tags:[]},{name:"ion-md-code-working",tags:[]},{name:"ion-md-cog",tags:[]},{name:"ion-md-color-fill",tags:[]},{name:"ion-md-color-filter",tags:[]},{name:"ion-md-color-palette",tags:[]},{name:"ion-md-color-wand",tags:[]},{name:"ion-md-compass",tags:[]},{name:"ion-md-construct",tags:[]},{name:"ion-md-contact",tags:[]},{name:"ion-md-contacts",tags:[]},{name:"ion-md-contract",tags:[]},{name:"ion-md-contrast",tags:[]},{name:"ion-md-copy",tags:[]},{name:"ion-md-create",tags:[]},{name:"ion-md-crop",tags:[]},{name:"ion-md-cube",tags:[]},{name:"ion-md-cut",tags:[]},{name:"ion-md-desktop",tags:[]},{name:"ion-md-disc",tags:[]},{name:"ion-md-document",tags:[]},{name:"ion-md-done-all",tags:[]},{name:"ion-md-download",tags:[]},{name:"ion-md-easel",tags:[]},{name:"ion-md-egg",tags:[]},{name:"ion-md-exit",tags:[]},{name:"ion-md-expand",tags:[]},{name:"ion-md-eye",tags:[]},{name:"ion-md-eye-off",tags:[]},{name:"ion-md-fastforward",tags:[]},{name:"ion-md-female",tags:[]},{name:"ion-md-filing",tags:[]},{name:"ion-md-film",tags:[]},{name:"ion-md-finger-print",tags:[]},{name:"ion-md-fitness",tags:[]},{name:"ion-md-flag",tags:[]},{name:"ion-md-flame",tags:[]},{name:"ion-md-flash",tags:[]},{name:"ion-md-flash-off",tags:[]},{name:"ion-md-flashlight",tags:[]},{name:"ion-md-flask",tags:[]},{name:"ion-md-flower",tags:[]},{name:"ion-md-folder",tags:[]},{name:"ion-md-folder-open",tags:[]},{name:"ion-md-football",tags:[]},{name:"ion-md-funnel",tags:[]},{name:"ion-md-gift",tags:[]},{name:"ion-md-git-branch",tags:[]},{name:"ion-md-git-commit",tags:[]},{name:"ion-md-git-compare",tags:[]},{name:"ion-md-git-merge",tags:[]},{name:"ion-md-git-network",tags:[]},{name:"ion-md-git-pull-request",tags:[]},{name:"ion-md-glasses",tags:[]},{name:"ion-md-globe",tags:[]},{name:"ion-md-grid",tags:[]},{name:"ion-md-hammer",tags:[]},{name:"ion-md-hand",tags:[]},{name:"ion-md-happy",tags:[]},{name:"ion-md-headset",tags:[]},{name:"ion-md-heart",tags:[]},{name:"ion-md-heart-dislike",tags:[]},{name:"ion-md-heart-empty",tags:[]},{name:"ion-md-heart-half",tags:[]},{name:"ion-md-help",tags:[]},{name:"ion-md-help-buoy",tags:[]},{name:"ion-md-help-circle",tags:[]},{name:"ion-md-help-circle-outline",tags:[]},{name:"ion-md-home",tags:[]},{name:"ion-md-hourglass",tags:[]},{name:"ion-md-ice-cream",tags:[]},{name:"ion-md-image",tags:[]},{name:"ion-md-images",tags:[]},{name:"ion-md-infinite",tags:[]},{name:"ion-md-information",tags:[]},{name:"ion-md-information-circle",tags:[]},{name:"ion-md-information-circle-outline",tags:[]},{name:"ion-md-jet",tags:[]},{name:"ion-md-journal",tags:[]},{name:"ion-md-key",tags:[]},{name:"ion-md-keypad",tags:[]},{name:"ion-md-laptop",tags:[]},{name:"ion-md-leaf",tags:[]},{name:"ion-md-link",tags:[]},{name:"ion-md-list",tags:[]},{name:"ion-md-list-box",tags:[]},{name:"ion-md-locate",tags:[]},{name:"ion-md-lock",tags:[]},{name:"ion-md-log-in",tags:[]},{name:"ion-md-log-out",tags:[]},{name:"ion-md-magnet",tags:[]},{name:"ion-md-mail",tags:[]},{name:"ion-md-mail-open",tags:[]},{name:"ion-md-mail-unread",tags:[]},{name:"ion-md-male",tags:[]},{name:"ion-md-man",tags:[]},{name:"ion-md-map",tags:[]},{name:"ion-md-medal",tags:[]},{name:"ion-md-medical",tags:[]},{name:"ion-md-medkit",tags:[]},{name:"ion-md-megaphone",tags:[]},{name:"ion-md-menu",tags:[]},{name:"ion-md-mic",tags:[]},{name:"ion-md-mic-off",tags:[]},{name:"ion-md-microphone",tags:[]},{name:"ion-md-moon",tags:[]},{name:"ion-md-more",tags:[]},{name:"ion-md-move",tags:[]},{name:"ion-md-musical-note",tags:[]},{name:"ion-md-musical-notes",tags:[]},{name:"ion-md-navigate",tags:[]},{name:"ion-md-notifications",tags:[]},{name:"ion-md-notifications-off",tags:[]},{name:"ion-md-notifications-outline",tags:[]},{name:"ion-md-nuclear",tags:[]},{name:"ion-md-nutrition",tags:[]},{name:"ion-md-open",tags:[]},{name:"ion-md-options",tags:[]},{name:"ion-md-outlet",tags:[]},{name:"ion-md-paper",tags:[]},{name:"ion-md-paper-plane",tags:[]},{name:"ion-md-partly-sunny",tags:[]},{name:"ion-md-pause",tags:[]},{name:"ion-md-paw",tags:[]},{name:"ion-md-people",tags:[]},{name:"ion-md-person",tags:[]},{name:"ion-md-person-add",tags:[]},{name:"ion-md-phone-landscape",tags:[]},{name:"ion-md-phone-portrait",tags:[]},{name:"ion-md-photos",tags:[]},{name:"ion-md-pie",tags:[]},{name:"ion-md-pin",tags:[]},{name:"ion-md-pint",tags:[]},{name:"ion-md-pizza",tags:[]},{name:"ion-md-planet",tags:[]},{name:"ion-md-play",tags:[]},{name:"ion-md-play-circle",tags:[]},{name:"ion-md-podium",tags:[]},{name:"ion-md-power",tags:[]},{name:"ion-md-pricetag",tags:[]},{name:"ion-md-pricetags",tags:[]},{name:"ion-md-print",tags:[]},{name:"ion-md-pulse",tags:[]},{name:"ion-md-qr-scanner",tags:[]},{name:"ion-md-quote",tags:[]},{name:"ion-md-radio",tags:[]},{name:"ion-md-radio-button-off",tags:[]},{name:"ion-md-radio-button-on",tags:[]},{name:"ion-md-rainy",tags:[]},{name:"ion-md-recording",tags:[]},{name:"ion-md-redo",tags:[]},{name:"ion-md-refresh",tags:[]},{name:"ion-md-refresh-circle",tags:[]},{name:"ion-md-remove",tags:[]},{name:"ion-md-remove-circle",tags:[]},{name:"ion-md-remove-circle-outline",tags:[]},{name:"ion-md-reorder",tags:[]},{name:"ion-md-repeat",tags:[]},{name:"ion-md-resize",tags:[]},{name:"ion-md-restaurant",tags:[]},{name:"ion-md-return-left",tags:[]},{name:"ion-md-return-right",tags:[]},{name:"ion-md-reverse-camera",tags:[]},{name:"ion-md-rewind",tags:[]},{name:"ion-md-ribbon",tags:[]},{name:"ion-md-rocket",tags:[]},{name:"ion-md-rose",tags:[]},{name:"ion-md-sad",tags:[]},{name:"ion-md-save",tags:[]},{name:"ion-md-school",tags:[]},{name:"ion-md-search",tags:[]},{name:"ion-md-send",tags:[]},{name:"ion-md-settings",tags:[]},{name:"ion-md-share",tags:[]},{name:"ion-md-share-alt",tags:[]},{name:"ion-md-shirt",tags:[]},{name:"ion-md-shuffle",tags:[]},{name:"ion-md-skip-backward",tags:[]},{name:"ion-md-skip-forward",tags:[]},{name:"ion-md-snow",tags:[]},{name:"ion-md-speedometer",tags:[]},{name:"ion-md-square",tags:[]},{name:"ion-md-square-outline",tags:[]},{name:"ion-md-star",tags:[]},{name:"ion-md-star-half",tags:[]},{name:"ion-md-star-outline",tags:[]},{name:"ion-md-stats",tags:[]},{name:"ion-md-stopwatch",tags:[]},{name:"ion-md-subway",tags:[]},{name:"ion-md-sunny",tags:[]},{name:"ion-md-swap",tags:[]},{name:"ion-md-switch",tags:[]},{name:"ion-md-sync",tags:[]},{name:"ion-md-tablet-landscape",tags:[]},{name:"ion-md-tablet-portrait",tags:[]},{name:"ion-md-tennisball",tags:[]},{name:"ion-md-text",tags:[]},{name:"ion-md-thermometer",tags:[]},{name:"ion-md-thumbs-down",tags:[]},{name:"ion-md-thumbs-up",tags:[]},{name:"ion-md-thunderstorm",tags:[]},{name:"ion-md-time",tags:[]},{name:"ion-md-timer",tags:[]},{name:"ion-md-today",tags:[]},{name:"ion-md-train",tags:[]},{name:"ion-md-transgender",tags:[]},{name:"ion-md-trash",tags:[]},{name:"ion-md-trending-down",tags:[]},{name:"ion-md-trending-up",tags:[]},{name:"ion-md-trophy",tags:[]},{name:"ion-md-tv",tags:[]},{name:"ion-md-umbrella",tags:[]},{name:"ion-md-undo",tags:[]},{name:"ion-md-unlock",tags:[]},{name:"ion-md-videocam",tags:[]},{name:"ion-md-volume-high",tags:[]},{name:"ion-md-volume-low",tags:[]},{name:"ion-md-volume-mute",tags:[]},{name:"ion-md-volume-off",tags:[]},{name:"ion-md-walk",tags:[]},{name:"ion-md-wallet",tags:[]},{name:"ion-md-warning",tags:[]},{name:"ion-md-watch",tags:[]},{name:"ion-md-water",tags:[]},{name:"ion-md-wifi",tags:[]},{name:"ion-md-wine",tags:[]},{name:"ion-md-woman",tags:[]}]}},"7b7b":function(a,e,t){"use strict";t.r(e),e["default"]={name:"material-icons-outlined",icons:[{name:"o_10k",tags:[]},{name:"o_10mp",tags:[]},{name:"o_11mp",tags:[]},{name:"o_12mp",tags:[]},{name:"o_13mp",tags:[]},{name:"o_14mp",tags:[]},{name:"o_15mp",tags:[]},{name:"o_16mp",tags:[]},{name:"o_17mp",tags:[]},{name:"o_18mp",tags:[]},{name:"o_19mp",tags:[]},{name:"o_1k",tags:[]},{name:"o_1k_plus",tags:[]},{name:"o_1x_mobiledata",tags:[]},{name:"o_20mp",tags:[]},{name:"o_21mp",tags:[]},{name:"o_22mp",tags:[]},{name:"o_23mp",tags:[]},{name:"o_24mp",tags:[]},{name:"o_2k",tags:[]},{name:"o_2k_plus",tags:[]},{name:"o_2mp",tags:[]},{name:"o_30fps",tags:[]},{name:"o_30fps_select",tags:[]},{name:"o_360",tags:[]},{name:"o_3d_rotation",tags:[]},{name:"o_3g_mobiledata",tags:[]},{name:"o_3k",tags:[]},{name:"o_3k_plus",tags:[]},{name:"o_3mp",tags:[]},{name:"o_3p",tags:[]},{name:"o_4g_mobiledata",tags:[]},{name:"o_4g_plus_mobiledata",tags:[]},{name:"o_4k",tags:[]},{name:"o_4k_plus",tags:[]},{name:"o_4mp",tags:[]},{name:"o_5g",tags:[]},{name:"o_5k",tags:[]},{name:"o_5k_plus",tags:[]},{name:"o_5mp",tags:[]},{name:"o_6_ft_apart",tags:[]},{name:"o_60fps",tags:[]},{name:"o_60fps_select",tags:[]},{name:"o_6k",tags:[]},{name:"o_6k_plus",tags:[]},{name:"o_6mp",tags:[]},{name:"o_7k",tags:[]},{name:"o_7k_plus",tags:[]},{name:"o_7mp",tags:[]},{name:"o_8k",tags:[]},{name:"o_8k_plus",tags:[]},{name:"o_8mp",tags:[]},{name:"o_9k",tags:[]},{name:"o_9k_plus",tags:[]},{name:"o_9mp",tags:[]},{name:"o_ac_unit",tags:[]},{name:"o_access_alarm",tags:[]},{name:"o_access_alarms",tags:[]},{name:"o_access_time",tags:[]},{name:"o_access_time_filled",tags:[]},{name:"o_accessibility",tags:[]},{name:"o_accessibility_new",tags:[]},{name:"o_accessible",tags:[]},{name:"o_accessible_forward",tags:[]},{name:"o_account_balance",tags:[]},{name:"o_account_balance_wallet",tags:[]},{name:"o_account_box",tags:[]},{name:"o_account_circle",tags:[]},{name:"o_account_tree",tags:[]},{name:"o_ad_units",tags:[]},{name:"o_adb",tags:[]},{name:"o_add",tags:[]},{name:"o_add_a_photo",tags:[]},{name:"o_add_alarm",tags:[]},{name:"o_add_alert",tags:[]},{name:"o_add_box",tags:[]},{name:"o_add_business",tags:[]},{name:"o_add_chart",tags:[]},{name:"o_add_circle",tags:[]},{name:"o_add_circle_outline",tags:[]},{name:"o_add_comment",tags:[]},{name:"o_add_ic_call",tags:[]},{name:"o_add_link",tags:[]},{name:"o_add_location",tags:[]},{name:"o_add_location_alt",tags:[]},{name:"o_add_moderator",tags:[]},{name:"o_add_photo_alternate",tags:[]},{name:"o_add_reaction",tags:[]},{name:"o_add_road",tags:[]},{name:"o_add_shopping_cart",tags:[]},{name:"o_add_task",tags:[]},{name:"o_add_to_drive",tags:[]},{name:"o_add_to_home_screen",tags:[]},{name:"o_add_to_photos",tags:[]},{name:"o_add_to_queue",tags:[]},{name:"o_addchart",tags:[]},{name:"o_adjust",tags:[]},{name:"o_admin_panel_settings",tags:[]},{name:"o_agriculture",tags:[]},{name:"o_air",tags:[]},{name:"o_airline_seat_flat",tags:[]},{name:"o_airline_seat_flat_angled",tags:[]},{name:"o_airline_seat_individual_suite",tags:[]},{name:"o_airline_seat_legroom_extra",tags:[]},{name:"o_airline_seat_legroom_normal",tags:[]},{name:"o_airline_seat_legroom_reduced",tags:[]},{name:"o_airline_seat_recline_extra",tags:[]},{name:"o_airline_seat_recline_normal",tags:[]},{name:"o_airplane_ticket",tags:[]},{name:"o_airplanemode_active",tags:[]},{name:"o_airplanemode_inactive",tags:[]},{name:"o_airplay",tags:[]},{name:"o_airport_shuttle",tags:[]},{name:"o_alarm",tags:[]},{name:"o_alarm_add",tags:[]},{name:"o_alarm_off",tags:[]},{name:"o_alarm_on",tags:[]},{name:"o_album",tags:[]},{name:"o_align_horizontal_center",tags:[]},{name:"o_align_horizontal_left",tags:[]},{name:"o_align_horizontal_right",tags:[]},{name:"o_align_vertical_bottom",tags:[]},{name:"o_align_vertical_center",tags:[]},{name:"o_align_vertical_top",tags:[]},{name:"o_all_inbox",tags:[]},{name:"o_all_inclusive",tags:[]},{name:"o_all_out",tags:[]},{name:"o_alt_route",tags:[]},{name:"o_alternate_email",tags:[]},{name:"o_analytics",tags:[]},{name:"o_anchor",tags:[]},{name:"o_android",tags:[]},{name:"o_animation",tags:[]},{name:"o_announcement",tags:[]},{name:"o_aod",tags:[]},{name:"o_apartment",tags:[]},{name:"o_api",tags:[]},{name:"o_app_blocking",tags:[]},{name:"o_app_registration",tags:[]},{name:"o_app_settings_alt",tags:[]},{name:"o_approval",tags:[]},{name:"o_apps",tags:[]},{name:"o_architecture",tags:[]},{name:"o_archive",tags:[]},{name:"o_arrow_back",tags:[]},{name:"o_arrow_back_ios",tags:[]},{name:"o_arrow_back_ios_new",tags:[]},{name:"o_arrow_circle_down",tags:[]},{name:"o_arrow_circle_up",tags:[]},{name:"o_arrow_downward",tags:[]},{name:"o_arrow_drop_down",tags:[]},{name:"o_arrow_drop_down_circle",tags:[]},{name:"o_arrow_drop_up",tags:[]},{name:"o_arrow_forward",tags:[]},{name:"o_arrow_forward_ios",tags:[]},{name:"o_arrow_left",tags:[]},{name:"o_arrow_right",tags:[]},{name:"o_arrow_right_alt",tags:[]},{name:"o_arrow_upward",tags:[]},{name:"o_art_track",tags:[]},{name:"o_article",tags:[]},{name:"o_aspect_ratio",tags:[]},{name:"o_assessment",tags:[]},{name:"o_assignment",tags:[]},{name:"o_assignment_ind",tags:[]},{name:"o_assignment_late",tags:[]},{name:"o_assignment_return",tags:[]},{name:"o_assignment_returned",tags:[]},{name:"o_assignment_turned_in",tags:[]},{name:"o_assistant",tags:[]},{name:"o_assistant_direction",tags:[]},{name:"o_assistant_photo",tags:[]},{name:"o_atm",tags:[]},{name:"o_attach_email",tags:[]},{name:"o_attach_file",tags:[]},{name:"o_attach_money",tags:[]},{name:"o_attachment",tags:[]},{name:"o_attractions",tags:[]},{name:"o_attribution",tags:[]},{name:"o_audiotrack",tags:[]},{name:"o_auto_awesome",tags:[]},{name:"o_auto_awesome_mosaic",tags:[]},{name:"o_auto_awesome_motion",tags:[]},{name:"o_auto_delete",tags:[]},{name:"o_auto_fix_high",tags:[]},{name:"o_auto_fix_normal",tags:[]},{name:"o_auto_fix_off",tags:[]},{name:"o_auto_graph",tags:[]},{name:"o_auto_stories",tags:[]},{name:"o_autofps_select",tags:[]},{name:"o_autorenew",tags:[]},{name:"o_av_timer",tags:[]},{name:"o_baby_changing_station",tags:[]},{name:"o_backpack",tags:[]},{name:"o_backspace",tags:[]},{name:"o_backup",tags:[]},{name:"o_backup_table",tags:[]},{name:"o_badge",tags:[]},{name:"o_bakery_dining",tags:[]},{name:"o_balcony",tags:[]},{name:"o_ballot",tags:[]},{name:"o_bar_chart",tags:[]},{name:"o_batch_prediction",tags:[]},{name:"o_bathroom",tags:[]},{name:"o_bathtub",tags:[]},{name:"o_battery_alert",tags:[]},{name:"o_battery_charging_full",tags:[]},{name:"o_battery_full",tags:[]},{name:"o_battery_saver",tags:[]},{name:"o_battery_std",tags:[]},{name:"o_battery_unknown",tags:[]},{name:"o_beach_access",tags:[]},{name:"o_bed",tags:[]},{name:"o_bedroom_baby",tags:[]},{name:"o_bedroom_child",tags:[]},{name:"o_bedroom_parent",tags:[]},{name:"o_bedtime",tags:[]},{name:"o_beenhere",tags:[]},{name:"o_bento",tags:[]},{name:"o_bike_scooter",tags:[]},{name:"o_biotech",tags:[]},{name:"o_blender",tags:[]},{name:"o_block",tags:[]},{name:"o_bloodtype",tags:[]},{name:"o_bluetooth",tags:[]},{name:"o_bluetooth_audio",tags:[]},{name:"o_bluetooth_connected",tags:[]},{name:"o_bluetooth_disabled",tags:[]},{name:"o_bluetooth_drive",tags:[]},{name:"o_bluetooth_searching",tags:[]},{name:"o_blur_circular",tags:[]},{name:"o_blur_linear",tags:[]},{name:"o_blur_off",tags:[]},{name:"o_blur_on",tags:[]},{name:"o_bolt",tags:[]},{name:"o_book",tags:[]},{name:"o_book_online",tags:[]},{name:"o_bookmark",tags:[]},{name:"o_bookmark_add",tags:[]},{name:"o_bookmark_added",tags:[]},{name:"o_bookmark_border",tags:[]},{name:"o_bookmark_remove",tags:[]},{name:"o_bookmarks",tags:[]},{name:"o_border_all",tags:[]},{name:"o_border_bottom",tags:[]},{name:"o_border_clear",tags:[]},{name:"o_border_color",tags:[]},{name:"o_border_horizontal",tags:[]},{name:"o_border_inner",tags:[]},{name:"o_border_left",tags:[]},{name:"o_border_outer",tags:[]},{name:"o_border_right",tags:[]},{name:"o_border_style",tags:[]},{name:"o_border_top",tags:[]},{name:"o_border_vertical",tags:[]},{name:"o_branding_watermark",tags:[]},{name:"o_breakfast_dining",tags:[]},{name:"o_brightness_1",tags:[]},{name:"o_brightness_2",tags:[]},{name:"o_brightness_3",tags:[]},{name:"o_brightness_4",tags:[]},{name:"o_brightness_5",tags:[]},{name:"o_brightness_6",tags:[]},{name:"o_brightness_7",tags:[]},{name:"o_brightness_auto",tags:[]},{name:"o_brightness_high",tags:[]},{name:"o_brightness_low",tags:[]},{name:"o_brightness_medium",tags:[]},{name:"o_broken_image",tags:[]},{name:"o_browser_not_supported",tags:[]},{name:"o_brunch_dining",tags:[]},{name:"o_brush",tags:[]},{name:"o_bubble_chart",tags:[]},{name:"o_bug_report",tags:[]},{name:"o_build",tags:[]},{name:"o_build_circle",tags:[]},{name:"o_bungalow",tags:[]},{name:"o_burst_mode",tags:[]},{name:"o_bus_alert",tags:[]},{name:"o_business",tags:[]},{name:"o_business_center",tags:[]},{name:"o_cabin",tags:[]},{name:"o_cable",tags:[]},{name:"o_cached",tags:[]},{name:"o_cake",tags:[]},{name:"o_calculate",tags:[]},{name:"o_calendar_today",tags:[]},{name:"o_calendar_view_day",tags:[]},{name:"o_calendar_view_month",tags:[]},{name:"o_calendar_view_week",tags:[]},{name:"o_call",tags:[]},{name:"o_call_end",tags:[]},{name:"o_call_made",tags:[]},{name:"o_call_merge",tags:[]},{name:"o_call_missed",tags:[]},{name:"o_call_missed_outgoing",tags:[]},{name:"o_call_received",tags:[]},{name:"o_call_split",tags:[]},{name:"o_call_to_action",tags:[]},{name:"o_camera",tags:[]},{name:"o_camera_alt",tags:[]},{name:"o_camera_enhance",tags:[]},{name:"o_camera_front",tags:[]},{name:"o_camera_indoor",tags:[]},{name:"o_camera_outdoor",tags:[]},{name:"o_camera_rear",tags:[]},{name:"o_camera_roll",tags:[]},{name:"o_cameraswitch",tags:[]},{name:"o_campaign",tags:[]},{name:"o_cancel",tags:[]},{name:"o_cancel_presentation",tags:[]},{name:"o_cancel_schedule_send",tags:[]},{name:"o_car_rental",tags:[]},{name:"o_car_repair",tags:[]},{name:"o_card_giftcard",tags:[]},{name:"o_card_membership",tags:[]},{name:"o_card_travel",tags:[]},{name:"o_carpenter",tags:[]},{name:"o_cases",tags:[]},{name:"o_casino",tags:[]},{name:"o_cast",tags:[]},{name:"o_cast_connected",tags:[]},{name:"o_cast_for_education",tags:[]},{name:"o_catching_pokemon",tags:[]},{name:"o_category",tags:[]},{name:"o_celebration",tags:[]},{name:"o_cell_wifi",tags:[]},{name:"o_center_focus_strong",tags:[]},{name:"o_center_focus_weak",tags:[]},{name:"o_chair",tags:[]},{name:"o_chair_alt",tags:[]},{name:"o_chalet",tags:[]},{name:"o_change_circle",tags:[]},{name:"o_change_history",tags:[]},{name:"o_charging_station",tags:[]},{name:"o_chat",tags:[]},{name:"o_chat_bubble",tags:[]},{name:"o_chat_bubble_outline",tags:[]},{name:"o_check",tags:[]},{name:"o_check_box",tags:[]},{name:"o_check_box_outline_blank",tags:[]},{name:"o_check_circle",tags:[]},{name:"o_check_circle_outline",tags:[]},{name:"o_checklist",tags:[]},{name:"o_checklist_rtl",tags:[]},{name:"o_checkroom",tags:[]},{name:"o_chevron_left",tags:[]},{name:"o_chevron_right",tags:[]},{name:"o_child_care",tags:[]},{name:"o_child_friendly",tags:[]},{name:"o_chrome_reader_mode",tags:[]},{name:"o_circle",tags:[]},{name:"o_circle_notifications",tags:[]},{name:"o_class",tags:[]},{name:"o_clean_hands",tags:[]},{name:"o_cleaning_services",tags:[]},{name:"o_clear",tags:[]},{name:"o_clear_all",tags:[]},{name:"o_close",tags:[]},{name:"o_close_fullscreen",tags:[]},{name:"o_closed_caption",tags:[]},{name:"o_closed_caption_disabled",tags:[]},{name:"o_closed_caption_off",tags:[]},{name:"o_cloud",tags:[]},{name:"o_cloud_circle",tags:[]},{name:"o_cloud_done",tags:[]},{name:"o_cloud_download",tags:[]},{name:"o_cloud_off",tags:[]},{name:"o_cloud_queue",tags:[]},{name:"o_cloud_upload",tags:[]},{name:"o_code",tags:[]},{name:"o_code_off",tags:[]},{name:"o_coffee",tags:[]},{name:"o_coffee_maker",tags:[]},{name:"o_collections",tags:[]},{name:"o_collections_bookmark",tags:[]},{name:"o_color_lens",tags:[]},{name:"o_colorize",tags:[]},{name:"o_comment",tags:[]},{name:"o_comment_bank",tags:[]},{name:"o_commute",tags:[]},{name:"o_compare",tags:[]},{name:"o_compare_arrows",tags:[]},{name:"o_compass_calibration",tags:[]},{name:"o_compress",tags:[]},{name:"o_computer",tags:[]},{name:"o_confirmation_number",tags:[]},{name:"o_connect_without_contact",tags:[]},{name:"o_connected_tv",tags:[]},{name:"o_construction",tags:[]},{name:"o_contact_mail",tags:[]},{name:"o_contact_page",tags:[]},{name:"o_contact_phone",tags:[]},{name:"o_contact_support",tags:[]},{name:"o_contactless",tags:[]},{name:"o_contacts",tags:[]},{name:"o_content_copy",tags:[]},{name:"o_content_cut",tags:[]},{name:"o_content_paste",tags:[]},{name:"o_content_paste_off",tags:[]},{name:"o_control_camera",tags:[]},{name:"o_control_point",tags:[]},{name:"o_control_point_duplicate",tags:[]},{name:"o_copy_all",tags:[]},{name:"o_copyright",tags:[]},{name:"o_coronavirus",tags:[]},{name:"o_corporate_fare",tags:[]},{name:"o_cottage",tags:[]},{name:"o_countertops",tags:[]},{name:"o_create",tags:[]},{name:"o_create_new_folder",tags:[]},{name:"o_credit_card",tags:[]},{name:"o_credit_card_off",tags:[]},{name:"o_credit_score",tags:[]},{name:"o_crib",tags:[]},{name:"o_crop",tags:[]},{name:"o_crop_16_9",tags:[]},{name:"o_crop_3_2",tags:[]},{name:"o_crop_5_4",tags:[]},{name:"o_crop_7_5",tags:[]},{name:"o_crop_din",tags:[]},{name:"o_crop_free",tags:[]},{name:"o_crop_landscape",tags:[]},{name:"o_crop_original",tags:[]},{name:"o_crop_portrait",tags:[]},{name:"o_crop_rotate",tags:[]},{name:"o_crop_square",tags:[]},{name:"o_dangerous",tags:[]},{name:"o_dark_mode",tags:[]},{name:"o_dashboard",tags:[]},{name:"o_dashboard_customize",tags:[]},{name:"o_data_saver_off",tags:[]},{name:"o_data_saver_on",tags:[]},{name:"o_data_usage",tags:[]},{name:"o_date_range",tags:[]},{name:"o_deck",tags:[]},{name:"o_dehaze",tags:[]},{name:"o_delete",tags:[]},{name:"o_delete_forever",tags:[]},{name:"o_delete_outline",tags:[]},{name:"o_delete_sweep",tags:[]},{name:"o_delivery_dining",tags:[]},{name:"o_departure_board",tags:[]},{name:"o_description",tags:[]},{name:"o_design_services",tags:[]},{name:"o_desktop_access_disabled",tags:[]},{name:"o_desktop_mac",tags:[]},{name:"o_desktop_windows",tags:[]},{name:"o_details",tags:[]},{name:"o_developer_board",tags:[]},{name:"o_developer_board_off",tags:[]},{name:"o_developer_mode",tags:[]},{name:"o_device_hub",tags:[]},{name:"o_device_thermostat",tags:[]},{name:"o_device_unknown",tags:[]},{name:"o_devices",tags:[]},{name:"o_devices_other",tags:[]},{name:"o_dialer_sip",tags:[]},{name:"o_dialpad",tags:[]},{name:"o_dining",tags:[]},{name:"o_dinner_dining",tags:[]},{name:"o_directions",tags:[]},{name:"o_directions_bike",tags:[]},{name:"o_directions_boat",tags:[]},{name:"o_directions_boat_filled",tags:[]},{name:"o_directions_bus",tags:[]},{name:"o_directions_bus_filled",tags:[]},{name:"o_directions_car",tags:[]},{name:"o_directions_car_filled",tags:[]},{name:"o_directions_off",tags:[]},{name:"o_directions_railway",tags:[]},{name:"o_directions_railway_filled",tags:[]},{name:"o_directions_run",tags:[]},{name:"o_directions_subway",tags:[]},{name:"o_directions_subway_filled",tags:[]},{name:"o_directions_transit",tags:[]},{name:"o_directions_transit_filled",tags:[]},{name:"o_directions_walk",tags:[]},{name:"o_dirty_lens",tags:[]},{name:"o_disabled_by_default",tags:[]},{name:"o_disc_full",tags:[]},{name:"o_dns",tags:[]},{name:"o_do_disturb",tags:[]},{name:"o_do_disturb_alt",tags:[]},{name:"o_do_disturb_off",tags:[]},{name:"o_do_disturb_on",tags:[]},{name:"o_do_not_disturb",tags:[]},{name:"o_do_not_disturb_alt",tags:[]},{name:"o_do_not_disturb_off",tags:[]},{name:"o_do_not_disturb_on",tags:[]},{name:"o_do_not_disturb_on_total_silence",tags:[]},{name:"o_do_not_step",tags:[]},{name:"o_do_not_touch",tags:[]},{name:"o_dock",tags:[]},{name:"o_document_scanner",tags:[]},{name:"o_domain",tags:[]},{name:"o_domain_disabled",tags:[]},{name:"o_domain_verification",tags:[]},{name:"o_done",tags:[]},{name:"o_done_all",tags:[]},{name:"o_done_outline",tags:[]},{name:"o_donut_large",tags:[]},{name:"o_donut_small",tags:[]},{name:"o_door_back",tags:[]},{name:"o_door_front",tags:[]},{name:"o_door_sliding",tags:[]},{name:"o_doorbell",tags:[]},{name:"o_double_arrow",tags:[]},{name:"o_downhill_skiing",tags:[]},{name:"o_download",tags:[]},{name:"o_download_done",tags:[]},{name:"o_download_for_offline",tags:[]},{name:"o_downloading",tags:[]},{name:"o_drafts",tags:[]},{name:"o_drag_handle",tags:[]},{name:"o_drag_indicator",tags:[]},{name:"o_drive_eta",tags:[]},{name:"o_drive_file_move",tags:[]},{name:"o_drive_file_rename_outline",tags:[]},{name:"o_drive_folder_upload",tags:[]},{name:"o_dry",tags:[]},{name:"o_dry_cleaning",tags:[]},{name:"o_duo",tags:[]},{name:"o_dvr",tags:[]},{name:"o_dynamic_feed",tags:[]},{name:"o_dynamic_form",tags:[]},{name:"o_e_mobiledata",tags:[]},{name:"o_earbuds",tags:[]},{name:"o_earbuds_battery",tags:[]},{name:"o_east",tags:[]},{name:"o_eco",tags:[]},{name:"o_edgesensor_high",tags:[]},{name:"o_edgesensor_low",tags:[]},{name:"o_edit",tags:[]},{name:"o_edit_attributes",tags:[]},{name:"o_edit_location",tags:[]},{name:"o_edit_location_alt",tags:[]},{name:"o_edit_notifications",tags:[]},{name:"o_edit_off",tags:[]},{name:"o_edit_road",tags:[]},{name:"o_eject",tags:[]},{name:"o_elderly",tags:[]},{name:"o_electric_bike",tags:[]},{name:"o_electric_car",tags:[]},{name:"o_electric_moped",tags:[]},{name:"o_electric_rickshaw",tags:[]},{name:"o_electric_scooter",tags:[]},{name:"o_electrical_services",tags:[]},{name:"o_elevator",tags:[]},{name:"o_email",tags:[]},{name:"o_emoji_emotions",tags:[]},{name:"o_emoji_events",tags:[]},{name:"o_emoji_flags",tags:[]},{name:"o_emoji_food_beverage",tags:[]},{name:"o_emoji_nature",tags:[]},{name:"o_emoji_objects",tags:[]},{name:"o_emoji_people",tags:[]},{name:"o_emoji_symbols",tags:[]},{name:"o_emoji_transportation",tags:[]},{name:"o_engineering",tags:[]},{name:"o_enhanced_encryption",tags:[]},{name:"o_equalizer",tags:[]},{name:"o_error",tags:[]},{name:"o_error_outline",tags:[]},{name:"o_escalator",tags:[]},{name:"o_escalator_warning",tags:[]},{name:"o_euro",tags:[]},{name:"o_euro_symbol",tags:[]},{name:"o_ev_station",tags:[]},{name:"o_event",tags:[]},{name:"o_event_available",tags:[]},{name:"o_event_busy",tags:[]},{name:"o_event_note",tags:[]},{name:"o_event_seat",tags:[]},{name:"o_exit_to_app",tags:[]},{name:"o_expand",tags:[]},{name:"o_expand_less",tags:[]},{name:"o_expand_more",tags:[]},{name:"o_explicit",tags:[]},{name:"o_explore",tags:[]},{name:"o_explore_off",tags:[]},{name:"o_exposure",tags:[]},{name:"o_exposure_neg_1",tags:[]},{name:"o_exposure_neg_2",tags:[]},{name:"o_exposure_plus_1",tags:[]},{name:"o_exposure_plus_2",tags:[]},{name:"o_exposure_zero",tags:[]},{name:"o_extension",tags:[]},{name:"o_extension_off",tags:[]},{name:"o_face",tags:[]},{name:"o_face_retouching_natural",tags:[]},{name:"o_face_retouching_off",tags:[]},{name:"o_facebook",tags:[]},{name:"o_fact_check",tags:[]},{name:"o_family_restroom",tags:[]},{name:"o_fast_forward",tags:[]},{name:"o_fast_rewind",tags:[]},{name:"o_fastfood",tags:[]},{name:"o_favorite",tags:[]},{name:"o_favorite_border",tags:[]},{name:"o_featured_play_list",tags:[]},{name:"o_featured_video",tags:[]},{name:"o_feed",tags:[]},{name:"o_feedback",tags:[]},{name:"o_female",tags:[]},{name:"o_fence",tags:[]},{name:"o_festival",tags:[]},{name:"o_fiber_dvr",tags:[]},{name:"o_fiber_manual_record",tags:[]},{name:"o_fiber_new",tags:[]},{name:"o_fiber_pin",tags:[]},{name:"o_fiber_smart_record",tags:[]},{name:"o_file_copy",tags:[]},{name:"o_file_download",tags:[]},{name:"o_file_download_done",tags:[]},{name:"o_file_download_off",tags:[]},{name:"o_file_present",tags:[]},{name:"o_file_upload",tags:[]},{name:"o_filter",tags:[]},{name:"o_filter_1",tags:[]},{name:"o_filter_2",tags:[]},{name:"o_filter_3",tags:[]},{name:"o_filter_4",tags:[]},{name:"o_filter_5",tags:[]},{name:"o_filter_6",tags:[]},{name:"o_filter_7",tags:[]},{name:"o_filter_8",tags:[]},{name:"o_filter_9",tags:[]},{name:"o_filter_9_plus",tags:[]},{name:"o_filter_alt",tags:[]},{name:"o_filter_b_and_w",tags:[]},{name:"o_filter_center_focus",tags:[]},{name:"o_filter_drama",tags:[]},{name:"o_filter_frames",tags:[]},{name:"o_filter_hdr",tags:[]},{name:"o_filter_list",tags:[]},{name:"o_filter_none",tags:[]},{name:"o_filter_tilt_shift",tags:[]},{name:"o_filter_vintage",tags:[]},{name:"o_find_in_page",tags:[]},{name:"o_find_replace",tags:[]},{name:"o_fingerprint",tags:[]},{name:"o_fire_extinguisher",tags:[]},{name:"o_fireplace",tags:[]},{name:"o_first_page",tags:[]},{name:"o_fit_screen",tags:[]},{name:"o_fitness_center",tags:[]},{name:"o_flag",tags:[]},{name:"o_flaky",tags:[]},{name:"o_flare",tags:[]},{name:"o_flash_auto",tags:[]},{name:"o_flash_off",tags:[]},{name:"o_flash_on",tags:[]},{name:"o_flashlight_off",tags:[]},{name:"o_flashlight_on",tags:[]},{name:"o_flatware",tags:[]},{name:"o_flight",tags:[]},{name:"o_flight_land",tags:[]},{name:"o_flight_takeoff",tags:[]},{name:"o_flip",tags:[]},{name:"o_flip_camera_android",tags:[]},{name:"o_flip_camera_ios",tags:[]},{name:"o_flip_to_back",tags:[]},{name:"o_flip_to_front",tags:[]},{name:"o_flourescent",tags:[]},{name:"o_flutter_dash",tags:[]},{name:"o_fmd_bad",tags:[]},{name:"o_fmd_good",tags:[]},{name:"o_folder",tags:[]},{name:"o_folder_open",tags:[]},{name:"o_folder_shared",tags:[]},{name:"o_folder_special",tags:[]},{name:"o_follow_the_signs",tags:[]},{name:"o_font_download",tags:[]},{name:"o_font_download_off",tags:[]},{name:"o_food_bank",tags:[]},{name:"o_format_align_center",tags:[]},{name:"o_format_align_justify",tags:[]},{name:"o_format_align_left",tags:[]},{name:"o_format_align_right",tags:[]},{name:"o_format_bold",tags:[]},{name:"o_format_clear",tags:[]},{name:"o_format_color_fill",tags:[]},{name:"o_format_color_reset",tags:[]},{name:"o_format_color_text",tags:[]},{name:"o_format_indent_decrease",tags:[]},{name:"o_format_indent_increase",tags:[]},{name:"o_format_italic",tags:[]},{name:"o_format_line_spacing",tags:[]},{name:"o_format_list_bulleted",tags:[]},{name:"o_format_list_numbered",tags:[]},{name:"o_format_list_numbered_rtl",tags:[]},{name:"o_format_paint",tags:[]},{name:"o_format_quote",tags:[]},{name:"o_format_shapes",tags:[]},{name:"o_format_size",tags:[]},{name:"o_format_strikethrough",tags:[]},{name:"o_format_textdirection_l_to_r",tags:[]},{name:"o_format_textdirection_r_to_l",tags:[]},{name:"o_format_underlined",tags:[]},{name:"o_forum",tags:[]},{name:"o_forward",tags:[]},{name:"o_forward_10",tags:[]},{name:"o_forward_30",tags:[]},{name:"o_forward_5",tags:[]},{name:"o_forward_to_inbox",tags:[]},{name:"o_foundation",tags:[]},{name:"o_free_breakfast",tags:[]},{name:"o_fullscreen",tags:[]},{name:"o_fullscreen_exit",tags:[]},{name:"o_functions",tags:[]},{name:"o_g_mobiledata",tags:[]},{name:"o_g_translate",tags:[]},{name:"o_gamepad",tags:[]},{name:"o_games",tags:[]},{name:"o_garage",tags:[]},{name:"o_gavel",tags:[]},{name:"o_gesture",tags:[]},{name:"o_get_app",tags:[]},{name:"o_gif",tags:[]},{name:"o_gite",tags:[]},{name:"o_golf_course",tags:[]},{name:"o_gpp_bad",tags:[]},{name:"o_gpp_good",tags:[]},{name:"o_gpp_maybe",tags:[]},{name:"o_gps_fixed",tags:[]},{name:"o_gps_not_fixed",tags:[]},{name:"o_gps_off",tags:[]},{name:"o_grade",tags:[]},{name:"o_gradient",tags:[]},{name:"o_grading",tags:[]},{name:"o_grain",tags:[]},{name:"o_graphic_eq",tags:[]},{name:"o_grass",tags:[]},{name:"o_grid_3x3",tags:[]},{name:"o_grid_4x4",tags:[]},{name:"o_grid_goldenratio",tags:[]},{name:"o_grid_off",tags:[]},{name:"o_grid_on",tags:[]},{name:"o_grid_view",tags:[]},{name:"o_group",tags:[]},{name:"o_group_add",tags:[]},{name:"o_group_work",tags:[]},{name:"o_groups",tags:[]},{name:"o_h_mobiledata",tags:[]},{name:"o_h_plus_mobiledata",tags:[]},{name:"o_hail",tags:[]},{name:"o_handyman",tags:[]},{name:"o_hardware",tags:[]},{name:"o_hd",tags:[]},{name:"o_hdr_auto",tags:[]},{name:"o_hdr_auto_select",tags:[]},{name:"o_hdr_enhanced_select",tags:[]},{name:"o_hdr_off",tags:[]},{name:"o_hdr_off_select",tags:[]},{name:"o_hdr_on",tags:[]},{name:"o_hdr_on_select",tags:[]},{name:"o_hdr_plus",tags:[]},{name:"o_hdr_strong",tags:[]},{name:"o_hdr_weak",tags:[]},{name:"o_headphones",tags:[]},{name:"o_headphones_battery",tags:[]},{name:"o_headset",tags:[]},{name:"o_headset_mic",tags:[]},{name:"o_headset_off",tags:[]},{name:"o_healing",tags:[]},{name:"o_health_and_safety",tags:[]},{name:"o_hearing",tags:[]},{name:"o_hearing_disabled",tags:[]},{name:"o_height",tags:[]},{name:"o_help",tags:[]},{name:"o_help_center",tags:[]},{name:"o_help_outline",tags:[]},{name:"o_hevc",tags:[]},{name:"o_hide_image",tags:[]},{name:"o_hide_source",tags:[]},{name:"o_high_quality",tags:[]},{name:"o_highlight",tags:[]},{name:"o_highlight_alt",tags:[]},{name:"o_highlight_off",tags:[]},{name:"o_hiking",tags:[]},{name:"o_history",tags:[]},{name:"o_history_edu",tags:[]},{name:"o_history_toggle_off",tags:[]},{name:"o_holiday_village",tags:[]},{name:"o_home",tags:[]},{name:"o_home_max",tags:[]},{name:"o_home_mini",tags:[]},{name:"o_home_repair_service",tags:[]},{name:"o_home_work",tags:[]},{name:"o_horizontal_distribute",tags:[]},{name:"o_horizontal_rule",tags:[]},{name:"o_horizontal_split",tags:[]},{name:"o_hot_tub",tags:[]},{name:"o_hotel",tags:[]},{name:"o_hourglass_bottom",tags:[]},{name:"o_hourglass_disabled",tags:[]},{name:"o_hourglass_empty",tags:[]},{name:"o_hourglass_full",tags:[]},{name:"o_hourglass_top",tags:[]},{name:"o_house",tags:[]},{name:"o_house_siding",tags:[]},{name:"o_houseboat",tags:[]},{name:"o_how_to_reg",tags:[]},{name:"o_how_to_vote",tags:[]},{name:"o_http",tags:[]},{name:"o_https",tags:[]},{name:"o_hvac",tags:[]},{name:"o_ice_skating",tags:[]},{name:"o_icecream",tags:[]},{name:"o_image",tags:[]},{name:"o_image_aspect_ratio",tags:[]},{name:"o_image_not_supported",tags:[]},{name:"o_image_search",tags:[]},{name:"o_imagesearch_roller",tags:[]},{name:"o_import_contacts",tags:[]},{name:"o_import_export",tags:[]},{name:"o_important_devices",tags:[]},{name:"o_inbox",tags:[]},{name:"o_indeterminate_check_box",tags:[]},{name:"o_info",tags:[]},{name:"o_input",tags:[]},{name:"o_insert_chart",tags:[]},{name:"o_insert_chart_outlined",tags:[]},{name:"o_insert_comment",tags:[]},{name:"o_insert_drive_file",tags:[]},{name:"o_insert_emoticon",tags:[]},{name:"o_insert_invitation",tags:[]},{name:"o_insert_link",tags:[]},{name:"o_insert_photo",tags:[]},{name:"o_insights",tags:[]},{name:"o_integration_instructions",tags:[]},{name:"o_inventory",tags:[]},{name:"o_inventory_2",tags:[]},{name:"o_invert_colors",tags:[]},{name:"o_invert_colors_off",tags:[]},{name:"o_ios_share",tags:[]},{name:"o_iron",tags:[]},{name:"o_iso",tags:[]},{name:"o_kayaking",tags:[]},{name:"o_keyboard",tags:[]},{name:"o_keyboard_alt",tags:[]},{name:"o_keyboard_arrow_down",tags:[]},{name:"o_keyboard_arrow_left",tags:[]},{name:"o_keyboard_arrow_right",tags:[]},{name:"o_keyboard_arrow_up",tags:[]},{name:"o_keyboard_backspace",tags:[]},{name:"o_keyboard_capslock",tags:[]},{name:"o_keyboard_hide",tags:[]},{name:"o_keyboard_return",tags:[]},{name:"o_keyboard_tab",tags:[]},{name:"o_keyboard_voice",tags:[]},{name:"o_king_bed",tags:[]},{name:"o_kitchen",tags:[]},{name:"o_kitesurfing",tags:[]},{name:"o_label",tags:[]},{name:"o_label_important",tags:[]},{name:"o_label_off",tags:[]},{name:"o_landscape",tags:[]},{name:"o_language",tags:[]},{name:"o_laptop",tags:[]},{name:"o_laptop_chromebook",tags:[]},{name:"o_laptop_mac",tags:[]},{name:"o_laptop_windows",tags:[]},{name:"o_last_page",tags:[]},{name:"o_launch",tags:[]},{name:"o_layers",tags:[]},{name:"o_layers_clear",tags:[]},{name:"o_leaderboard",tags:[]},{name:"o_leak_add",tags:[]},{name:"o_leak_remove",tags:[]},{name:"o_legend_toggle",tags:[]},{name:"o_lens",tags:[]},{name:"o_lens_blur",tags:[]},{name:"o_library_add",tags:[]},{name:"o_library_add_check",tags:[]},{name:"o_library_books",tags:[]},{name:"o_library_music",tags:[]},{name:"o_light",tags:[]},{name:"o_light_mode",tags:[]},{name:"o_lightbulb",tags:[]},{name:"o_line_style",tags:[]},{name:"o_line_weight",tags:[]},{name:"o_linear_scale",tags:[]},{name:"o_link",tags:[]},{name:"o_link_off",tags:[]},{name:"o_linked_camera",tags:[]},{name:"o_liquor",tags:[]},{name:"o_list",tags:[]},{name:"o_list_alt",tags:[]},{name:"o_live_help",tags:[]},{name:"o_live_tv",tags:[]},{name:"o_living",tags:[]},{name:"o_local_activity",tags:[]},{name:"o_local_airport",tags:[]},{name:"o_local_atm",tags:[]},{name:"o_local_bar",tags:[]},{name:"o_local_cafe",tags:[]},{name:"o_local_car_wash",tags:[]},{name:"o_local_convenience_store",tags:[]},{name:"o_local_dining",tags:[]},{name:"o_local_drink",tags:[]},{name:"o_local_fire_department",tags:[]},{name:"o_local_florist",tags:[]},{name:"o_local_gas_station",tags:[]},{name:"o_local_grocery_store",tags:[]},{name:"o_local_hospital",tags:[]},{name:"o_local_hotel",tags:[]},{name:"o_local_laundry_service",tags:[]},{name:"o_local_library",tags:[]},{name:"o_local_mall",tags:[]},{name:"o_local_movies",tags:[]},{name:"o_local_offer",tags:[]},{name:"o_local_parking",tags:[]},{name:"o_local_pharmacy",tags:[]},{name:"o_local_phone",tags:[]},{name:"o_local_pizza",tags:[]},{name:"o_local_play",tags:[]},{name:"o_local_police",tags:[]},{name:"o_local_post_office",tags:[]},{name:"o_local_printshop",tags:[]},{name:"o_local_see",tags:[]},{name:"o_local_shipping",tags:[]},{name:"o_local_taxi",tags:[]},{name:"o_location_city",tags:[]},{name:"o_location_disabled",tags:[]},{name:"o_location_off",tags:[]},{name:"o_location_on",tags:[]},{name:"o_location_searching",tags:[]},{name:"o_lock",tags:[]},{name:"o_lock_clock",tags:[]},{name:"o_lock_open",tags:[]},{name:"o_login",tags:[]},{name:"o_logout",tags:[]},{name:"o_looks",tags:[]},{name:"o_looks_3",tags:[]},{name:"o_looks_4",tags:[]},{name:"o_looks_5",tags:[]},{name:"o_looks_6",tags:[]},{name:"o_looks_one",tags:[]},{name:"o_looks_two",tags:[]},{name:"o_loop",tags:[]},{name:"o_loupe",tags:[]},{name:"o_low_priority",tags:[]},{name:"o_loyalty",tags:[]},{name:"o_lte_mobiledata",tags:[]},{name:"o_lte_plus_mobiledata",tags:[]},{name:"o_luggage",tags:[]},{name:"o_lunch_dining",tags:[]},{name:"o_mail",tags:[]},{name:"o_mail_outline",tags:[]},{name:"o_male",tags:[]},{name:"o_manage_accounts",tags:[]},{name:"o_manage_search",tags:[]},{name:"o_map",tags:[]},{name:"o_maps_home_work",tags:[]},{name:"o_maps_ugc",tags:[]},{name:"o_margin",tags:[]},{name:"o_mark_as_unread",tags:[]},{name:"o_mark_chat_read",tags:[]},{name:"o_mark_chat_unread",tags:[]},{name:"o_mark_email_read",tags:[]},{name:"o_mark_email_unread",tags:[]},{name:"o_markunread",tags:[]},{name:"o_markunread_mailbox",tags:[]},{name:"o_masks",tags:[]},{name:"o_maximize",tags:[]},{name:"o_media_bluetooth_off",tags:[]},{name:"o_media_bluetooth_on",tags:[]},{name:"o_mediation",tags:[]},{name:"o_medical_services",tags:[]},{name:"o_medication",tags:[]},{name:"o_meeting_room",tags:[]},{name:"o_memory",tags:[]},{name:"o_menu",tags:[]},{name:"o_menu_book",tags:[]},{name:"o_menu_open",tags:[]},{name:"o_merge_type",tags:[]},{name:"o_message",tags:[]},{name:"o_mic",tags:[]},{name:"o_mic_external_off",tags:[]},{name:"o_mic_external_on",tags:[]},{name:"o_mic_none",tags:[]},{name:"o_mic_off",tags:[]},{name:"o_microwave",tags:[]},{name:"o_military_tech",tags:[]},{name:"o_minimize",tags:[]},{name:"o_miscellaneous_services",tags:[]},{name:"o_missed_video_call",tags:[]},{name:"o_mms",tags:[]},{name:"o_mobile_friendly",tags:[]},{name:"o_mobile_off",tags:[]},{name:"o_mobile_screen_share",tags:[]},{name:"o_mobiledata_off",tags:[]},{name:"o_mode",tags:[]},{name:"o_mode_comment",tags:[]},{name:"o_mode_edit",tags:[]},{name:"o_mode_edit_outline",tags:[]},{name:"o_mode_night",tags:[]},{name:"o_mode_standby",tags:[]},{name:"o_model_training",tags:[]},{name:"o_monetization_on",tags:[]},{name:"o_money",tags:[]},{name:"o_money_off",tags:[]},{name:"o_money_off_csred",tags:[]},{name:"o_monitor",tags:[]},{name:"o_monitor_weight",tags:[]},{name:"o_monochrome_photos",tags:[]},{name:"o_mood",tags:[]},{name:"o_mood_bad",tags:[]},{name:"o_moped",tags:[]},{name:"o_more",tags:[]},{name:"o_more_horiz",tags:[]},{name:"o_more_time",tags:[]},{name:"o_more_vert",tags:[]},{name:"o_motion_photos_auto",tags:[]},{name:"o_motion_photos_off",tags:[]},{name:"o_motion_photos_on",tags:[]},{name:"o_motion_photos_pause",tags:[]},{name:"o_motion_photos_paused",tags:[]},{name:"o_motorcycle",tags:[]},{name:"o_mouse",tags:[]},{name:"o_move_to_inbox",tags:[]},{name:"o_movie",tags:[]},{name:"o_movie_creation",tags:[]},{name:"o_movie_filter",tags:[]},{name:"o_moving",tags:[]},{name:"o_mp",tags:[]},{name:"o_multiline_chart",tags:[]},{name:"o_multiple_stop",tags:[]},{name:"o_museum",tags:[]},{name:"o_music_note",tags:[]},{name:"o_music_off",tags:[]},{name:"o_music_video",tags:[]},{name:"o_my_location",tags:[]},{name:"o_nat",tags:[]},{name:"o_nature",tags:[]},{name:"o_nature_people",tags:[]},{name:"o_navigate_before",tags:[]},{name:"o_navigate_next",tags:[]},{name:"o_navigation",tags:[]},{name:"o_near_me",tags:[]},{name:"o_near_me_disabled",tags:[]},{name:"o_nearby_error",tags:[]},{name:"o_nearby_off",tags:[]},{name:"o_network_cell",tags:[]},{name:"o_network_check",tags:[]},{name:"o_network_locked",tags:[]},{name:"o_network_wifi",tags:[]},{name:"o_new_label",tags:[]},{name:"o_new_releases",tags:[]},{name:"o_next_plan",tags:[]},{name:"o_next_week",tags:[]},{name:"o_nfc",tags:[]},{name:"o_night_shelter",tags:[]},{name:"o_nightlife",tags:[]},{name:"o_nightlight",tags:[]},{name:"o_nightlight_round",tags:[]},{name:"o_nights_stay",tags:[]},{name:"o_no_accounts",tags:[]},{name:"o_no_backpack",tags:[]},{name:"o_no_cell",tags:[]},{name:"o_no_drinks",tags:[]},{name:"o_no_encryption",tags:[]},{name:"o_no_encryption_gmailerrorred",tags:[]},{name:"o_no_flash",tags:[]},{name:"o_no_food",tags:[]},{name:"o_no_luggage",tags:[]},{name:"o_no_meals",tags:[]},{name:"o_no_meeting_room",tags:[]},{name:"o_no_photography",tags:[]},{name:"o_no_sim",tags:[]},{name:"o_no_stroller",tags:[]},{name:"o_no_transfer",tags:[]},{name:"o_nordic_walking",tags:[]},{name:"o_north",tags:[]},{name:"o_north_east",tags:[]},{name:"o_north_west",tags:[]},{name:"o_not_accessible",tags:[]},{name:"o_not_interested",tags:[]},{name:"o_not_listed_location",tags:[]},{name:"o_not_started",tags:[]},{name:"o_note",tags:[]},{name:"o_note_add",tags:[]},{name:"o_note_alt",tags:[]},{name:"o_notes",tags:[]},{name:"o_notification_add",tags:[]},{name:"o_notification_important",tags:[]},{name:"o_notifications",tags:[]},{name:"o_notifications_active",tags:[]},{name:"o_notifications_none",tags:[]},{name:"o_notifications_off",tags:[]},{name:"o_notifications_paused",tags:[]},{name:"o_offline_bolt",tags:[]},{name:"o_offline_pin",tags:[]},{name:"o_offline_share",tags:[]},{name:"o_ondemand_video",tags:[]},{name:"o_online_prediction",tags:[]},{name:"o_opacity",tags:[]},{name:"o_open_in_browser",tags:[]},{name:"o_open_in_full",tags:[]},{name:"o_open_in_new",tags:[]},{name:"o_open_in_new_off",tags:[]},{name:"o_open_with",tags:[]},{name:"o_other_houses",tags:[]},{name:"o_outbound",tags:[]},{name:"o_outbox",tags:[]},{name:"o_outdoor_grill",tags:[]},{name:"o_outlet",tags:[]},{name:"o_outlined_flag",tags:[]},{name:"o_padding",tags:[]},{name:"o_pages",tags:[]},{name:"o_pageview",tags:[]},{name:"o_paid",tags:[]},{name:"o_palette",tags:[]},{name:"o_pan_tool",tags:[]},{name:"o_panorama",tags:[]},{name:"o_panorama_fish_eye",tags:[]},{name:"o_panorama_horizontal",tags:[]},{name:"o_panorama_horizontal_select",tags:[]},{name:"o_panorama_photosphere",tags:[]},{name:"o_panorama_photosphere_select",tags:[]},{name:"o_panorama_vertical",tags:[]},{name:"o_panorama_vertical_select",tags:[]},{name:"o_panorama_wide_angle",tags:[]},{name:"o_panorama_wide_angle_select",tags:[]},{name:"o_paragliding",tags:[]},{name:"o_park",tags:[]},{name:"o_party_mode",tags:[]},{name:"o_password",tags:[]},{name:"o_pattern",tags:[]},{name:"o_pause",tags:[]},{name:"o_pause_circle",tags:[]},{name:"o_pause_circle_filled",tags:[]},{name:"o_pause_circle_outline",tags:[]},{name:"o_pause_presentation",tags:[]},{name:"o_payment",tags:[]},{name:"o_payments",tags:[]},{name:"o_pedal_bike",tags:[]},{name:"o_pending",tags:[]},{name:"o_pending_actions",tags:[]},{name:"o_people",tags:[]},{name:"o_people_alt",tags:[]},{name:"o_people_outline",tags:[]},{name:"o_perm_camera_mic",tags:[]},{name:"o_perm_contact_calendar",tags:[]},{name:"o_perm_data_setting",tags:[]},{name:"o_perm_device_information",tags:[]},{name:"o_perm_identity",tags:[]},{name:"o_perm_media",tags:[]},{name:"o_perm_phone_msg",tags:[]},{name:"o_perm_scan_wifi",tags:[]},{name:"o_person",tags:[]},{name:"o_person_add",tags:[]},{name:"o_person_add_alt",tags:[]},{name:"o_person_add_alt_1",tags:[]},{name:"o_person_add_disabled",tags:[]},{name:"o_person_off",tags:[]},{name:"o_person_outline",tags:[]},{name:"o_person_pin",tags:[]},{name:"o_person_pin_circle",tags:[]},{name:"o_person_remove",tags:[]},{name:"o_person_remove_alt_1",tags:[]},{name:"o_person_search",tags:[]},{name:"o_personal_injury",tags:[]},{name:"o_personal_video",tags:[]},{name:"o_pest_control",tags:[]},{name:"o_pest_control_rodent",tags:[]},{name:"o_pets",tags:[]},{name:"o_phone",tags:[]},{name:"o_phone_android",tags:[]},{name:"o_phone_bluetooth_speaker",tags:[]},{name:"o_phone_callback",tags:[]},{name:"o_phone_disabled",tags:[]},{name:"o_phone_enabled",tags:[]},{name:"o_phone_forwarded",tags:[]},{name:"o_phone_in_talk",tags:[]},{name:"o_phone_iphone",tags:[]},{name:"o_phone_locked",tags:[]},{name:"o_phone_missed",tags:[]},{name:"o_phone_paused",tags:[]},{name:"o_phonelink",tags:[]},{name:"o_phonelink_erase",tags:[]},{name:"o_phonelink_lock",tags:[]},{name:"o_phonelink_off",tags:[]},{name:"o_phonelink_ring",tags:[]},{name:"o_phonelink_setup",tags:[]},{name:"o_photo",tags:[]},{name:"o_photo_album",tags:[]},{name:"o_photo_camera",tags:[]},{name:"o_photo_camera_back",tags:[]},{name:"o_photo_camera_front",tags:[]},{name:"o_photo_filter",tags:[]},{name:"o_photo_library",tags:[]},{name:"o_photo_size_select_actual",tags:[]},{name:"o_photo_size_select_large",tags:[]},{name:"o_photo_size_select_small",tags:[]},{name:"o_piano",tags:[]},{name:"o_piano_off",tags:[]},{name:"o_picture_as_pdf",tags:[]},{name:"o_picture_in_picture",tags:[]},{name:"o_picture_in_picture_alt",tags:[]},{name:"o_pie_chart",tags:[]},{name:"o_pie_chart_outline",tags:[]},{name:"o_pie_chart_outlined",tags:[]},{name:"o_pin",tags:[]},{name:"o_pin_drop",tags:[]},{name:"o_pivot_table_chart",tags:[]},{name:"o_place",tags:[]},{name:"o_plagiarism",tags:[]},{name:"o_play_arrow",tags:[]},{name:"o_play_circle",tags:[]},{name:"o_play_circle_filled",tags:[]},{name:"o_play_circle_outline",tags:[]},{name:"o_play_disabled",tags:[]},{name:"o_play_for_work",tags:[]},{name:"o_play_lesson",tags:[]},{name:"o_playlist_add",tags:[]},{name:"o_playlist_add_check",tags:[]},{name:"o_playlist_play",tags:[]},{name:"o_plumbing",tags:[]},{name:"o_plus_one",tags:[]},{name:"o_podcasts",tags:[]},{name:"o_point_of_sale",tags:[]},{name:"o_policy",tags:[]},{name:"o_poll",tags:[]},{name:"o_polymer",tags:[]},{name:"o_pool",tags:[]},{name:"o_portable_wifi_off",tags:[]},{name:"o_portrait",tags:[]},{name:"o_post_add",tags:[]},{name:"o_power",tags:[]},{name:"o_power_input",tags:[]},{name:"o_power_off",tags:[]},{name:"o_power_settings_new",tags:[]},{name:"o_precision_manufacturing",tags:[]},{name:"o_pregnant_woman",tags:[]},{name:"o_present_to_all",tags:[]},{name:"o_preview",tags:[]},{name:"o_price_change",tags:[]},{name:"o_price_check",tags:[]},{name:"o_print",tags:[]},{name:"o_print_disabled",tags:[]},{name:"o_priority_high",tags:[]},{name:"o_privacy_tip",tags:[]},{name:"o_production_quantity_limits",tags:[]},{name:"o_psychology",tags:[]},{name:"o_public",tags:[]},{name:"o_public_off",tags:[]},{name:"o_publish",tags:[]},{name:"o_published_with_changes",tags:[]},{name:"o_push_pin",tags:[]},{name:"o_qr_code",tags:[]},{name:"o_qr_code_2",tags:[]},{name:"o_qr_code_scanner",tags:[]},{name:"o_query_builder",tags:[]},{name:"o_query_stats",tags:[]},{name:"o_question_answer",tags:[]},{name:"o_queue",tags:[]},{name:"o_queue_music",tags:[]},{name:"o_queue_play_next",tags:[]},{name:"o_quickreply",tags:[]},{name:"o_quiz",tags:[]},{name:"o_r_mobiledata",tags:[]},{name:"o_radar",tags:[]},{name:"o_radio",tags:[]},{name:"o_radio_button_checked",tags:[]},{name:"o_radio_button_unchecked",tags:[]},{name:"o_railway_alert",tags:[]},{name:"o_ramen_dining",tags:[]},{name:"o_rate_review",tags:[]},{name:"o_raw_off",tags:[]},{name:"o_raw_on",tags:[]},{name:"o_read_more",tags:[]},{name:"o_real_estate_agent",tags:[]},{name:"o_receipt",tags:[]},{name:"o_receipt_long",tags:[]},{name:"o_recent_actors",tags:[]},{name:"o_recommend",tags:[]},{name:"o_record_voice_over",tags:[]},{name:"o_redeem",tags:[]},{name:"o_redo",tags:[]},{name:"o_reduce_capacity",tags:[]},{name:"o_refresh",tags:[]},{name:"o_remember_me",tags:[]},{name:"o_remove",tags:[]},{name:"o_remove_circle",tags:[]},{name:"o_remove_circle_outline",tags:[]},{name:"o_remove_done",tags:[]},{name:"o_remove_from_queue",tags:[]},{name:"o_remove_moderator",tags:[]},{name:"o_remove_red_eye",tags:[]},{name:"o_remove_shopping_cart",tags:[]},{name:"o_reorder",tags:[]},{name:"o_repeat",tags:[]},{name:"o_repeat_on",tags:[]},{name:"o_repeat_one",tags:[]},{name:"o_repeat_one_on",tags:[]},{name:"o_replay",tags:[]},{name:"o_replay_10",tags:[]},{name:"o_replay_30",tags:[]},{name:"o_replay_5",tags:[]},{name:"o_replay_circle_filled",tags:[]},{name:"o_reply",tags:[]},{name:"o_reply_all",tags:[]},{name:"o_report",tags:[]},{name:"o_report_gmailerrorred",tags:[]},{name:"o_report_off",tags:[]},{name:"o_report_problem",tags:[]},{name:"o_request_page",tags:[]},{name:"o_request_quote",tags:[]},{name:"o_reset_tv",tags:[]},{name:"o_restart_alt",tags:[]},{name:"o_restaurant",tags:[]},{name:"o_restaurant_menu",tags:[]},{name:"o_restore",tags:[]},{name:"o_restore_from_trash",tags:[]},{name:"o_restore_page",tags:[]},{name:"o_reviews",tags:[]},{name:"o_rice_bowl",tags:[]},{name:"o_ring_volume",tags:[]},{name:"o_roofing",tags:[]},{name:"o_room",tags:[]},{name:"o_room_preferences",tags:[]},{name:"o_room_service",tags:[]},{name:"o_rotate_90_degrees_ccw",tags:[]},{name:"o_rotate_left",tags:[]},{name:"o_rotate_right",tags:[]},{name:"o_rounded_corner",tags:[]},{name:"o_router",tags:[]},{name:"o_rowing",tags:[]},{name:"o_rss_feed",tags:[]},{name:"o_rsvp",tags:[]},{name:"o_rtt",tags:[]},{name:"o_rule",tags:[]},{name:"o_rule_folder",tags:[]},{name:"o_run_circle",tags:[]},{name:"o_running_with_errors",tags:[]},{name:"o_rv_hookup",tags:[]},{name:"o_safety_divider",tags:[]},{name:"o_sailing",tags:[]},{name:"o_sanitizer",tags:[]},{name:"o_satellite",tags:[]},{name:"o_save",tags:[]},{name:"o_save_alt",tags:[]},{name:"o_saved_search",tags:[]},{name:"o_savings",tags:[]},{name:"o_scanner",tags:[]},{name:"o_scatter_plot",tags:[]},{name:"o_schedule",tags:[]},{name:"o_schedule_send",tags:[]},{name:"o_schema",tags:[]},{name:"o_school",tags:[]},{name:"o_science",tags:[]},{name:"o_score",tags:[]},{name:"o_screen_lock_landscape",tags:[]},{name:"o_screen_lock_portrait",tags:[]},{name:"o_screen_lock_rotation",tags:[]},{name:"o_screen_rotation",tags:[]},{name:"o_screen_search_desktop",tags:[]},{name:"o_screen_share",tags:[]},{name:"o_screenshot",tags:[]},{name:"o_sd",tags:[]},{name:"o_sd_card",tags:[]},{name:"o_sd_card_alert",tags:[]},{name:"o_sd_storage",tags:[]},{name:"o_search",tags:[]},{name:"o_search_off",tags:[]},{name:"o_security",tags:[]},{name:"o_security_update",tags:[]},{name:"o_security_update_good",tags:[]},{name:"o_security_update_warning",tags:[]},{name:"o_segment",tags:[]},{name:"o_select_all",tags:[]},{name:"o_self_improvement",tags:[]},{name:"o_sell",tags:[]},{name:"o_send",tags:[]},{name:"o_send_and_archive",tags:[]},{name:"o_send_to_mobile",tags:[]},{name:"o_sensor_door",tags:[]},{name:"o_sensor_window",tags:[]},{name:"o_sensors",tags:[]},{name:"o_sensors_off",tags:[]},{name:"o_sentiment_dissatisfied",tags:[]},{name:"o_sentiment_neutral",tags:[]},{name:"o_sentiment_satisfied",tags:[]},{name:"o_sentiment_satisfied_alt",tags:[]},{name:"o_sentiment_very_dissatisfied",tags:[]},{name:"o_sentiment_very_satisfied",tags:[]},{name:"o_set_meal",tags:[]},{name:"o_settings",tags:[]},{name:"o_settings_accessibility",tags:[]},{name:"o_settings_applications",tags:[]},{name:"o_settings_backup_restore",tags:[]},{name:"o_settings_bluetooth",tags:[]},{name:"o_settings_brightness",tags:[]},{name:"o_settings_cell",tags:[]},{name:"o_settings_ethernet",tags:[]},{name:"o_settings_input_antenna",tags:[]},{name:"o_settings_input_component",tags:[]},{name:"o_settings_input_composite",tags:[]},{name:"o_settings_input_hdmi",tags:[]},{name:"o_settings_input_svideo",tags:[]},{name:"o_settings_overscan",tags:[]},{name:"o_settings_phone",tags:[]},{name:"o_settings_power",tags:[]},{name:"o_settings_remote",tags:[]},{name:"o_settings_suggest",tags:[]},{name:"o_settings_system_daydream",tags:[]},{name:"o_settings_voice",tags:[]},{name:"o_share",tags:[]},{name:"o_share_location",tags:[]},{name:"o_shield",tags:[]},{name:"o_shop",tags:[]},{name:"o_shop_2",tags:[]},{name:"o_shop_two",tags:[]},{name:"o_shopping_bag",tags:[]},{name:"o_shopping_basket",tags:[]},{name:"o_shopping_cart",tags:[]},{name:"o_short_text",tags:[]},{name:"o_shortcut",tags:[]},{name:"o_show_chart",tags:[]},{name:"o_shower",tags:[]},{name:"o_shuffle",tags:[]},{name:"o_shuffle_on",tags:[]},{name:"o_shutter_speed",tags:[]},{name:"o_sick",tags:[]},{name:"o_signal_cellular_0_bar",tags:[]},{name:"o_signal_cellular_4_bar",tags:[]},{name:"o_signal_cellular_alt",tags:[]},{name:"o_signal_cellular_connected_no_internet_0_bar",tags:[]},{name:"o_signal_cellular_connected_no_internet_4_bar",tags:[]},{name:"o_signal_cellular_no_sim",tags:[]},{name:"o_signal_cellular_nodata",tags:[]},{name:"o_signal_cellular_null",tags:[]},{name:"o_signal_cellular_off",tags:[]},{name:"o_signal_wifi_0_bar",tags:[]},{name:"o_signal_wifi_4_bar",tags:[]},{name:"o_signal_wifi_4_bar_lock",tags:[]},{name:"o_signal_wifi_bad",tags:[]},{name:"o_signal_wifi_connected_no_internet_4",tags:[]},{name:"o_signal_wifi_off",tags:[]},{name:"o_signal_wifi_statusbar_4_bar",tags:[]},{name:"o_signal_wifi_statusbar_connected_no_internet_4",tags:[]},{name:"o_signal_wifi_statusbar_null",tags:[]},{name:"o_sim_card",tags:[]},{name:"o_sim_card_alert",tags:[]},{name:"o_sim_card_download",tags:[]},{name:"o_single_bed",tags:[]},{name:"o_sip",tags:[]},{name:"o_skateboarding",tags:[]},{name:"o_skip_next",tags:[]},{name:"o_skip_previous",tags:[]},{name:"o_sledding",tags:[]},{name:"o_slideshow",tags:[]},{name:"o_slow_motion_video",tags:[]},{name:"o_smart_button",tags:[]},{name:"o_smart_display",tags:[]},{name:"o_smart_screen",tags:[]},{name:"o_smart_toy",tags:[]},{name:"o_smartphone",tags:[]},{name:"o_smoke_free",tags:[]},{name:"o_smoking_rooms",tags:[]},{name:"o_sms",tags:[]},{name:"o_sms_failed",tags:[]},{name:"o_snippet_folder",tags:[]},{name:"o_snooze",tags:[]},{name:"o_snowboarding",tags:[]},{name:"o_snowmobile",tags:[]},{name:"o_snowshoeing",tags:[]},{name:"o_soap",tags:[]},{name:"o_social_distance",tags:[]},{name:"o_sort",tags:[]},{name:"o_sort_by_alpha",tags:[]},{name:"o_source",tags:[]},{name:"o_south",tags:[]},{name:"o_south_east",tags:[]},{name:"o_south_west",tags:[]},{name:"o_spa",tags:[]},{name:"o_space_bar",tags:[]},{name:"o_space_dashboard",tags:[]},{name:"o_speaker",tags:[]},{name:"o_speaker_group",tags:[]},{name:"o_speaker_notes",tags:[]},{name:"o_speaker_notes_off",tags:[]},{name:"o_speaker_phone",tags:[]},{name:"o_speed",tags:[]},{name:"o_spellcheck",tags:[]},{name:"o_splitscreen",tags:[]},{name:"o_sports",tags:[]},{name:"o_sports_bar",tags:[]},{name:"o_sports_baseball",tags:[]},{name:"o_sports_basketball",tags:[]},{name:"o_sports_cricket",tags:[]},{name:"o_sports_esports",tags:[]},{name:"o_sports_football",tags:[]},{name:"o_sports_golf",tags:[]},{name:"o_sports_handball",tags:[]},{name:"o_sports_hockey",tags:[]},{name:"o_sports_kabaddi",tags:[]},{name:"o_sports_mma",tags:[]},{name:"o_sports_motorsports",tags:[]},{name:"o_sports_rugby",tags:[]},{name:"o_sports_score",tags:[]},{name:"o_sports_soccer",tags:[]},{name:"o_sports_tennis",tags:[]},{name:"o_sports_volleyball",tags:[]},{name:"o_square_foot",tags:[]},{name:"o_stacked_bar_chart",tags:[]},{name:"o_stacked_line_chart",tags:[]},{name:"o_stairs",tags:[]},{name:"o_star",tags:[]},{name:"o_star_border",tags:[]},{name:"o_star_border_purple500",tags:[]},{name:"o_star_half",tags:[]},{name:"o_star_outline",tags:[]},{name:"o_star_purple500",tags:[]},{name:"o_star_rate",tags:[]},{name:"o_stars",tags:[]},{name:"o_stay_current_landscape",tags:[]},{name:"o_stay_current_portrait",tags:[]},{name:"o_stay_primary_landscape",tags:[]},{name:"o_stay_primary_portrait",tags:[]},{name:"o_sticky_note_2",tags:[]},{name:"o_stop",tags:[]},{name:"o_stop_circle",tags:[]},{name:"o_stop_screen_share",tags:[]},{name:"o_storage",tags:[]},{name:"o_store",tags:[]},{name:"o_store_mall_directory",tags:[]},{name:"o_storefront",tags:[]},{name:"o_storm",tags:[]},{name:"o_straighten",tags:[]},{name:"o_stream",tags:[]},{name:"o_streetview",tags:[]},{name:"o_strikethrough_s",tags:[]},{name:"o_stroller",tags:[]},{name:"o_style",tags:[]},{name:"o_subdirectory_arrow_left",tags:[]},{name:"o_subdirectory_arrow_right",tags:[]},{name:"o_subject",tags:[]},{name:"o_subscript",tags:[]},{name:"o_subscriptions",tags:[]},{name:"o_subtitles",tags:[]},{name:"o_subtitles_off",tags:[]},{name:"o_subway",tags:[]},{name:"o_summarize",tags:[]},{name:"o_superscript",tags:[]},{name:"o_supervised_user_circle",tags:[]},{name:"o_supervisor_account",tags:[]},{name:"o_support",tags:[]},{name:"o_support_agent",tags:[]},{name:"o_surfing",tags:[]},{name:"o_surround_sound",tags:[]},{name:"o_swap_calls",tags:[]},{name:"o_swap_horiz",tags:[]},{name:"o_swap_horizontal_circle",tags:[]},{name:"o_swap_vert",tags:[]},{name:"o_swap_vertical_circle",tags:[]},{name:"o_swipe",tags:[]},{name:"o_switch_account",tags:[]},{name:"o_switch_camera",tags:[]},{name:"o_switch_left",tags:[]},{name:"o_switch_right",tags:[]},{name:"o_switch_video",tags:[]},{name:"o_sync",tags:[]},{name:"o_sync_alt",tags:[]},{name:"o_sync_disabled",tags:[]},{name:"o_sync_problem",tags:[]},{name:"o_system_security_update",tags:[]},{name:"o_system_security_update_good",tags:[]},{name:"o_system_security_update_warning",tags:[]},{name:"o_system_update",tags:[]},{name:"o_system_update_alt",tags:[]},{name:"o_tab",tags:[]},{name:"o_tab_unselected",tags:[]},{name:"o_table_chart",tags:[]},{name:"o_table_rows",tags:[]},{name:"o_table_view",tags:[]},{name:"o_tablet",tags:[]},{name:"o_tablet_android",tags:[]},{name:"o_tablet_mac",tags:[]},{name:"o_tag",tags:[]},{name:"o_tag_faces",tags:[]},{name:"o_takeout_dining",tags:[]},{name:"o_tap_and_play",tags:[]},{name:"o_tapas",tags:[]},{name:"o_task",tags:[]},{name:"o_task_alt",tags:[]},{name:"o_taxi_alert",tags:[]},{name:"o_terrain",tags:[]},{name:"o_text_fields",tags:[]},{name:"o_text_format",tags:[]},{name:"o_text_rotate_up",tags:[]},{name:"o_text_rotate_vertical",tags:[]},{name:"o_text_rotation_angledown",tags:[]},{name:"o_text_rotation_angleup",tags:[]},{name:"o_text_rotation_down",tags:[]},{name:"o_text_rotation_none",tags:[]},{name:"o_text_snippet",tags:[]},{name:"o_textsms",tags:[]},{name:"o_texture",tags:[]},{name:"o_theater_comedy",tags:[]},{name:"o_theaters",tags:[]},{name:"o_thermostat",tags:[]},{name:"o_thermostat_auto",tags:[]},{name:"o_thumb_down",tags:[]},{name:"o_thumb_down_alt",tags:[]},{name:"o_thumb_down_off_alt",tags:[]},{name:"o_thumb_up",tags:[]},{name:"o_thumb_up_alt",tags:[]},{name:"o_thumb_up_off_alt",tags:[]},{name:"o_thumbs_up_down",tags:[]},{name:"o_time_to_leave",tags:[]},{name:"o_timelapse",tags:[]},{name:"o_timeline",tags:[]},{name:"o_timer",tags:[]},{name:"o_timer_10",tags:[]},{name:"o_timer_10_select",tags:[]},{name:"o_timer_3",tags:[]},{name:"o_timer_3_select",tags:[]},{name:"o_timer_off",tags:[]},{name:"o_title",tags:[]},{name:"o_toc",tags:[]},{name:"o_today",tags:[]},{name:"o_toggle_off",tags:[]},{name:"o_toggle_on",tags:[]},{name:"o_toll",tags:[]},{name:"o_tonality",tags:[]},{name:"o_topic",tags:[]},{name:"o_touch_app",tags:[]},{name:"o_tour",tags:[]},{name:"o_toys",tags:[]},{name:"o_track_changes",tags:[]},{name:"o_traffic",tags:[]},{name:"o_train",tags:[]},{name:"o_tram",tags:[]},{name:"o_transfer_within_a_station",tags:[]},{name:"o_transform",tags:[]},{name:"o_transgender",tags:[]},{name:"o_transit_enterexit",tags:[]},{name:"o_translate",tags:[]},{name:"o_travel_explore",tags:[]},{name:"o_trending_down",tags:[]},{name:"o_trending_flat",tags:[]},{name:"o_trending_up",tags:[]},{name:"o_trip_origin",tags:[]},{name:"o_try",tags:[]},{name:"o_tty",tags:[]},{name:"o_tune",tags:[]},{name:"o_tungsten",tags:[]},{name:"o_turned_in",tags:[]},{name:"o_turned_in_not",tags:[]},{name:"o_tv",tags:[]},{name:"o_tv_off",tags:[]},{name:"o_two_wheeler",tags:[]},{name:"o_umbrella",tags:[]},{name:"o_unarchive",tags:[]},{name:"o_undo",tags:[]},{name:"o_unfold_less",tags:[]},{name:"o_unfold_more",tags:[]},{name:"o_unpublished",tags:[]},{name:"o_unsubscribe",tags:[]},{name:"o_upcoming",tags:[]},{name:"o_update",tags:[]},{name:"o_update_disabled",tags:[]},{name:"o_upgrade",tags:[]},{name:"o_upload",tags:[]},{name:"o_upload_file",tags:[]},{name:"o_usb",tags:[]},{name:"o_usb_off",tags:[]},{name:"o_verified",tags:[]},{name:"o_verified_user",tags:[]},{name:"o_vertical_align_bottom",tags:[]},{name:"o_vertical_align_center",tags:[]},{name:"o_vertical_align_top",tags:[]},{name:"o_vertical_distribute",tags:[]},{name:"o_vertical_split",tags:[]},{name:"o_vibration",tags:[]},{name:"o_video_call",tags:[]},{name:"o_video_camera_back",tags:[]},{name:"o_video_camera_front",tags:[]},{name:"o_video_label",tags:[]},{name:"o_video_library",tags:[]},{name:"o_video_settings",tags:[]},{name:"o_video_stable",tags:[]},{name:"o_videocam",tags:[]},{name:"o_videocam_off",tags:[]},{name:"o_videogame_asset",tags:[]},{name:"o_videogame_asset_off",tags:[]},{name:"o_view_agenda",tags:[]},{name:"o_view_array",tags:[]},{name:"o_view_carousel",tags:[]},{name:"o_view_column",tags:[]},{name:"o_view_comfy",tags:[]},{name:"o_view_compact",tags:[]},{name:"o_view_day",tags:[]},{name:"o_view_headline",tags:[]},{name:"o_view_in_ar",tags:[]},{name:"o_view_list",tags:[]},{name:"o_view_module",tags:[]},{name:"o_view_quilt",tags:[]},{name:"o_view_sidebar",tags:[]},{name:"o_view_stream",tags:[]},{name:"o_view_week",tags:[]},{name:"o_vignette",tags:[]},{name:"o_villa",tags:[]},{name:"o_visibility",tags:[]},{name:"o_visibility_off",tags:[]},{name:"o_voice_chat",tags:[]},{name:"o_voice_over_off",tags:[]},{name:"o_voicemail",tags:[]},{name:"o_volume_down",tags:[]},{name:"o_volume_mute",tags:[]},{name:"o_volume_off",tags:[]},{name:"o_volume_up",tags:[]},{name:"o_volunteer_activism",tags:[]},{name:"o_vpn_key",tags:[]},{name:"o_vpn_lock",tags:[]},{name:"o_vrpano",tags:[]},{name:"o_wallpaper",tags:[]},{name:"o_warning",tags:[]},{name:"o_warning_amber",tags:[]},{name:"o_wash",tags:[]},{name:"o_watch",tags:[]},{name:"o_watch_later",tags:[]},{name:"o_water",tags:[]},{name:"o_water_damage",tags:[]},{name:"o_waterfall_chart",tags:[]},{name:"o_waves",tags:[]},{name:"o_wb_auto",tags:[]},{name:"o_wb_cloudy",tags:[]},{name:"o_wb_incandescent",tags:[]},{name:"o_wb_iridescent",tags:[]},{name:"o_wb_shade",tags:[]},{name:"o_wb_sunny",tags:[]},{name:"o_wb_twilight",tags:[]},{name:"o_wc",tags:[]},{name:"o_web",tags:[]},{name:"o_web_asset",tags:[]},{name:"o_web_asset_off",tags:[]},{name:"o_weekend",tags:[]},{name:"o_west",tags:[]},{name:"o_whatshot",tags:[]},{name:"o_wheelchair_pickup",tags:[]},{name:"o_where_to_vote",tags:[]},{name:"o_widgets",tags:[]},{name:"o_wifi",tags:[]},{name:"o_wifi_calling",tags:[]},{name:"o_wifi_calling_3",tags:[]},{name:"o_wifi_lock",tags:[]},{name:"o_wifi_off",tags:[]},{name:"o_wifi_protected_setup",tags:[]},{name:"o_wifi_tethering",tags:[]},{name:"o_wifi_tethering_error_rounded",tags:[]},{name:"o_wifi_tethering_off",tags:[]},{name:"o_window",tags:[]},{name:"o_wine_bar",tags:[]},{name:"o_work",tags:[]},{name:"o_work_off",tags:[]},{name:"o_work_outline",tags:[]},{name:"o_workspaces",tags:[]},{name:"o_wrap_text",tags:[]},{name:"o_wrong_location",tags:[]},{name:"o_wysiwyg",tags:[]},{name:"o_yard",tags:[]},{name:"o_youtube_searched_for",tags:[]},{name:"o_zoom_in",tags:[]},{name:"o_zoom_out",tags:[]},{name:"o_zoom_out_map",tags:[]}]}},8378:function(a,e,t){"use strict";t.r(e),e["default"]={name:"mdi-v4",icons:[{name:"mdi-ab-testing",tags:[]},{name:"mdi-abjad-arabic",tags:[]},{name:"mdi-abjad-hebrew",tags:[]},{name:"mdi-abugida-devanagari",tags:[]},{name:"mdi-abugida-thai",tags:[]},{name:"mdi-access-point",tags:[]},{name:"mdi-access-point-network",tags:[]},{name:"mdi-access-point-network-off",tags:[]},{name:"mdi-account",tags:[]},{name:"mdi-account-alert",tags:[]},{name:"mdi-account-alert-outline",tags:[]},{name:"mdi-account-arrow-left",tags:[]},{name:"mdi-account-arrow-left-outline",tags:[]},{name:"mdi-account-arrow-right",tags:[]},{name:"mdi-account-arrow-right-outline",tags:[]},{name:"mdi-account-badge",tags:[]},{name:"mdi-account-badge-alert",tags:[]},{name:"mdi-account-badge-alert-outline",tags:[]},{name:"mdi-account-badge-horizontal",tags:[]},{name:"mdi-account-badge-horizontal-outline",tags:[]},{name:"mdi-account-badge-outline",tags:[]},{name:"mdi-account-box",tags:[]},{name:"mdi-account-box-multiple",tags:[]},{name:"mdi-account-box-multiple-outline",tags:[]},{name:"mdi-account-box-outline",tags:[]},{name:"mdi-account-cancel",tags:[]},{name:"mdi-account-cancel-outline",tags:[]},{name:"mdi-account-card-details",tags:[]},{name:"mdi-account-card-details-outline",tags:[]},{name:"mdi-account-cash",tags:[]},{name:"mdi-account-cash-outline",tags:[]},{name:"mdi-account-check",tags:[]},{name:"mdi-account-check-outline",tags:[]},{name:"mdi-account-child",tags:[]},{name:"mdi-account-child-circle",tags:[]},{name:"mdi-account-child-outline",tags:[]},{name:"mdi-account-circle",tags:[]},{name:"mdi-account-circle-outline",tags:[]},{name:"mdi-account-clock",tags:[]},{name:"mdi-account-clock-outline",tags:[]},{name:"mdi-account-cog",tags:[]},{name:"mdi-account-cog-outline",tags:[]},{name:"mdi-account-convert",tags:[]},{name:"mdi-account-convert-outline",tags:[]},{name:"mdi-account-details",tags:[]},{name:"mdi-account-details-outline",tags:[]},{name:"mdi-account-edit",tags:[]},{name:"mdi-account-edit-outline",tags:[]},{name:"mdi-account-group",tags:[]},{name:"mdi-account-group-outline",tags:[]},{name:"mdi-account-heart",tags:[]},{name:"mdi-account-heart-outline",tags:[]},{name:"mdi-account-key",tags:[]},{name:"mdi-account-key-outline",tags:[]},{name:"mdi-account-lock",tags:[]},{name:"mdi-account-lock-outline",tags:[]},{name:"mdi-account-minus",tags:[]},{name:"mdi-account-minus-outline",tags:[]},{name:"mdi-account-multiple",tags:[]},{name:"mdi-account-multiple-check",tags:[]},{name:"mdi-account-multiple-check-outline",tags:[]},{name:"mdi-account-multiple-minus",tags:[]},{name:"mdi-account-multiple-minus-outline",tags:[]},{name:"mdi-account-multiple-outline",tags:[]},{name:"mdi-account-multiple-plus",tags:[]},{name:"mdi-account-multiple-plus-outline",tags:[]},{name:"mdi-account-multiple-remove",tags:[]},{name:"mdi-account-multiple-remove-outline",tags:[]},{name:"mdi-account-network",tags:[]},{name:"mdi-account-network-outline",tags:[]},{name:"mdi-account-off",tags:[]},{name:"mdi-account-off-outline",tags:[]},{name:"mdi-account-outline",tags:[]},{name:"mdi-account-plus",tags:[]},{name:"mdi-account-plus-outline",tags:[]},{name:"mdi-account-question",tags:[]},{name:"mdi-account-question-outline",tags:[]},{name:"mdi-account-remove",tags:[]},{name:"mdi-account-remove-outline",tags:[]},{name:"mdi-account-search",tags:[]},{name:"mdi-account-search-outline",tags:[]},{name:"mdi-account-settings",tags:[]},{name:"mdi-account-settings-outline",tags:[]},{name:"mdi-account-star",tags:[]},{name:"mdi-account-star-outline",tags:[]},{name:"mdi-account-supervisor",tags:[]},{name:"mdi-account-supervisor-circle",tags:[]},{name:"mdi-account-supervisor-outline",tags:[]},{name:"mdi-account-switch",tags:[]},{name:"mdi-account-tie",tags:[]},{name:"mdi-account-tie-outline",tags:[]},{name:"mdi-account-tie-voice",tags:[]},{name:"mdi-account-tie-voice-off",tags:[]},{name:"mdi-account-tie-voice-off-outline",tags:[]},{name:"mdi-account-tie-voice-outline",tags:[]},{name:"mdi-accusoft",tags:[]},{name:"mdi-adjust",tags:[]},{name:"mdi-adobe",tags:[]},{name:"mdi-adobe-acrobat",tags:[]},{name:"mdi-air-conditioner",tags:[]},{name:"mdi-air-filter",tags:[]},{name:"mdi-air-horn",tags:[]},{name:"mdi-air-humidifier",tags:[]},{name:"mdi-air-purifier",tags:[]},{name:"mdi-airbag",tags:[]},{name:"mdi-airballoon",tags:[]},{name:"mdi-airballoon-outline",tags:[]},{name:"mdi-airplane",tags:[]},{name:"mdi-airplane-landing",tags:[]},{name:"mdi-airplane-off",tags:[]},{name:"mdi-airplane-takeoff",tags:[]},{name:"mdi-airplay",tags:[]},{name:"mdi-airport",tags:[]},{name:"mdi-alarm",tags:[]},{name:"mdi-alarm-bell",tags:[]},{name:"mdi-alarm-check",tags:[]},{name:"mdi-alarm-light",tags:[]},{name:"mdi-alarm-light-outline",tags:[]},{name:"mdi-alarm-multiple",tags:[]},{name:"mdi-alarm-note",tags:[]},{name:"mdi-alarm-note-off",tags:[]},{name:"mdi-alarm-off",tags:[]},{name:"mdi-alarm-plus",tags:[]},{name:"mdi-alarm-snooze",tags:[]},{name:"mdi-album",tags:[]},{name:"mdi-alert",tags:[]},{name:"mdi-alert-box",tags:[]},{name:"mdi-alert-box-outline",tags:[]},{name:"mdi-alert-circle",tags:[]},{name:"mdi-alert-circle-check",tags:[]},{name:"mdi-alert-circle-check-outline",tags:[]},{name:"mdi-alert-circle-outline",tags:[]},{name:"mdi-alert-decagram",tags:[]},{name:"mdi-alert-decagram-outline",tags:[]},{name:"mdi-alert-octagon",tags:[]},{name:"mdi-alert-octagon-outline",tags:[]},{name:"mdi-alert-octagram",tags:[]},{name:"mdi-alert-octagram-outline",tags:[]},{name:"mdi-alert-outline",tags:[]},{name:"mdi-alert-rhombus",tags:[]},{name:"mdi-alert-rhombus-outline",tags:[]},{name:"mdi-alien",tags:[]},{name:"mdi-alien-outline",tags:[]},{name:"mdi-align-horizontal-center",tags:[]},{name:"mdi-align-horizontal-left",tags:[]},{name:"mdi-align-horizontal-right",tags:[]},{name:"mdi-align-vertical-bottom",tags:[]},{name:"mdi-align-vertical-center",tags:[]},{name:"mdi-align-vertical-top",tags:[]},{name:"mdi-all-inclusive",tags:[]},{name:"mdi-allergy",tags:[]},{name:"mdi-alpha",tags:[]},{name:"mdi-alpha-a",tags:[]},{name:"mdi-alpha-a-box",tags:[]},{name:"mdi-alpha-a-box-outline",tags:[]},{name:"mdi-alpha-a-circle",tags:[]},{name:"mdi-alpha-a-circle-outline",tags:[]},{name:"mdi-alpha-b",tags:[]},{name:"mdi-alpha-b-box",tags:[]},{name:"mdi-alpha-b-box-outline",tags:[]},{name:"mdi-alpha-b-circle",tags:[]},{name:"mdi-alpha-b-circle-outline",tags:[]},{name:"mdi-alpha-c",tags:[]},{name:"mdi-alpha-c-box",tags:[]},{name:"mdi-alpha-c-box-outline",tags:[]},{name:"mdi-alpha-c-circle",tags:[]},{name:"mdi-alpha-c-circle-outline",tags:[]},{name:"mdi-alpha-d",tags:[]},{name:"mdi-alpha-d-box",tags:[]},{name:"mdi-alpha-d-box-outline",tags:[]},{name:"mdi-alpha-d-circle",tags:[]},{name:"mdi-alpha-d-circle-outline",tags:[]},{name:"mdi-alpha-e",tags:[]},{name:"mdi-alpha-e-box",tags:[]},{name:"mdi-alpha-e-box-outline",tags:[]},{name:"mdi-alpha-e-circle",tags:[]},{name:"mdi-alpha-e-circle-outline",tags:[]},{name:"mdi-alpha-f",tags:[]},{name:"mdi-alpha-f-box",tags:[]},{name:"mdi-alpha-f-box-outline",tags:[]},{name:"mdi-alpha-f-circle",tags:[]},{name:"mdi-alpha-f-circle-outline",tags:[]},{name:"mdi-alpha-g",tags:[]},{name:"mdi-alpha-g-box",tags:[]},{name:"mdi-alpha-g-box-outline",tags:[]},{name:"mdi-alpha-g-circle",tags:[]},{name:"mdi-alpha-g-circle-outline",tags:[]},{name:"mdi-alpha-h",tags:[]},{name:"mdi-alpha-h-box",tags:[]},{name:"mdi-alpha-h-box-outline",tags:[]},{name:"mdi-alpha-h-circle",tags:[]},{name:"mdi-alpha-h-circle-outline",tags:[]},{name:"mdi-alpha-i",tags:[]},{name:"mdi-alpha-i-box",tags:[]},{name:"mdi-alpha-i-box-outline",tags:[]},{name:"mdi-alpha-i-circle",tags:[]},{name:"mdi-alpha-i-circle-outline",tags:[]},{name:"mdi-alpha-j",tags:[]},{name:"mdi-alpha-j-box",tags:[]},{name:"mdi-alpha-j-box-outline",tags:[]},{name:"mdi-alpha-j-circle",tags:[]},{name:"mdi-alpha-j-circle-outline",tags:[]},{name:"mdi-alpha-k",tags:[]},{name:"mdi-alpha-k-box",tags:[]},{name:"mdi-alpha-k-box-outline",tags:[]},{name:"mdi-alpha-k-circle",tags:[]},{name:"mdi-alpha-k-circle-outline",tags:[]},{name:"mdi-alpha-l",tags:[]},{name:"mdi-alpha-l-box",tags:[]},{name:"mdi-alpha-l-box-outline",tags:[]},{name:"mdi-alpha-l-circle",tags:[]},{name:"mdi-alpha-l-circle-outline",tags:[]},{name:"mdi-alpha-m",tags:[]},{name:"mdi-alpha-m-box",tags:[]},{name:"mdi-alpha-m-box-outline",tags:[]},{name:"mdi-alpha-m-circle",tags:[]},{name:"mdi-alpha-m-circle-outline",tags:[]},{name:"mdi-alpha-n",tags:[]},{name:"mdi-alpha-n-box",tags:[]},{name:"mdi-alpha-n-box-outline",tags:[]},{name:"mdi-alpha-n-circle",tags:[]},{name:"mdi-alpha-n-circle-outline",tags:[]},{name:"mdi-alpha-o",tags:[]},{name:"mdi-alpha-o-box",tags:[]},{name:"mdi-alpha-o-box-outline",tags:[]},{name:"mdi-alpha-o-circle",tags:[]},{name:"mdi-alpha-o-circle-outline",tags:[]},{name:"mdi-alpha-p",tags:[]},{name:"mdi-alpha-p-box",tags:[]},{name:"mdi-alpha-p-box-outline",tags:[]},{name:"mdi-alpha-p-circle",tags:[]},{name:"mdi-alpha-p-circle-outline",tags:[]},{name:"mdi-alpha-q",tags:[]},{name:"mdi-alpha-q-box",tags:[]},{name:"mdi-alpha-q-box-outline",tags:[]},{name:"mdi-alpha-q-circle",tags:[]},{name:"mdi-alpha-q-circle-outline",tags:[]},{name:"mdi-alpha-r",tags:[]},{name:"mdi-alpha-r-box",tags:[]},{name:"mdi-alpha-r-box-outline",tags:[]},{name:"mdi-alpha-r-circle",tags:[]},{name:"mdi-alpha-r-circle-outline",tags:[]},{name:"mdi-alpha-s",tags:[]},{name:"mdi-alpha-s-box",tags:[]},{name:"mdi-alpha-s-box-outline",tags:[]},{name:"mdi-alpha-s-circle",tags:[]},{name:"mdi-alpha-s-circle-outline",tags:[]},{name:"mdi-alpha-t",tags:[]},{name:"mdi-alpha-t-box",tags:[]},{name:"mdi-alpha-t-box-outline",tags:[]},{name:"mdi-alpha-t-circle",tags:[]},{name:"mdi-alpha-t-circle-outline",tags:[]},{name:"mdi-alpha-u",tags:[]},{name:"mdi-alpha-u-box",tags:[]},{name:"mdi-alpha-u-box-outline",tags:[]},{name:"mdi-alpha-u-circle",tags:[]},{name:"mdi-alpha-u-circle-outline",tags:[]},{name:"mdi-alpha-v",tags:[]},{name:"mdi-alpha-v-box",tags:[]},{name:"mdi-alpha-v-box-outline",tags:[]},{name:"mdi-alpha-v-circle",tags:[]},{name:"mdi-alpha-v-circle-outline",tags:[]},{name:"mdi-alpha-w",tags:[]},{name:"mdi-alpha-w-box",tags:[]},{name:"mdi-alpha-w-box-outline",tags:[]},{name:"mdi-alpha-w-circle",tags:[]},{name:"mdi-alpha-w-circle-outline",tags:[]},{name:"mdi-alpha-x",tags:[]},{name:"mdi-alpha-x-box",tags:[]},{name:"mdi-alpha-x-box-outline",tags:[]},{name:"mdi-alpha-x-circle",tags:[]},{name:"mdi-alpha-x-circle-outline",tags:[]},{name:"mdi-alpha-y",tags:[]},{name:"mdi-alpha-y-box",tags:[]},{name:"mdi-alpha-y-box-outline",tags:[]},{name:"mdi-alpha-y-circle",tags:[]},{name:"mdi-alpha-y-circle-outline",tags:[]},{name:"mdi-alpha-z",tags:[]},{name:"mdi-alpha-z-box",tags:[]},{name:"mdi-alpha-z-box-outline",tags:[]},{name:"mdi-alpha-z-circle",tags:[]},{name:"mdi-alpha-z-circle-outline",tags:[]},{name:"mdi-alphabet-aurebesh",tags:[]},{name:"mdi-alphabet-cyrillic",tags:[]},{name:"mdi-alphabet-greek",tags:[]},{name:"mdi-alphabet-latin",tags:[]},{name:"mdi-alphabet-piqad",tags:[]},{name:"mdi-alphabet-tengwar",tags:[]},{name:"mdi-alphabetical",tags:[]},{name:"mdi-alphabetical-off",tags:[]},{name:"mdi-alphabetical-variant",tags:[]},{name:"mdi-alphabetical-variant-off",tags:[]},{name:"mdi-altimeter",tags:[]},{name:"mdi-amazon",tags:[]},{name:"mdi-amazon-alexa",tags:[]},{name:"mdi-amazon-drive",tags:[]},{name:"mdi-ambulance",tags:[]},{name:"mdi-ammunition",tags:[]},{name:"mdi-ampersand",tags:[]},{name:"mdi-amplifier",tags:[]},{name:"mdi-amplifier-off",tags:[]},{name:"mdi-anchor",tags:[]},{name:"mdi-android",tags:[]},{name:"mdi-android-auto",tags:[]},{name:"mdi-android-debug-bridge",tags:[]},{name:"mdi-android-head",tags:[]},{name:"mdi-android-messages",tags:[]},{name:"mdi-android-studio",tags:[]},{name:"mdi-angle-acute",tags:[]},{name:"mdi-angle-obtuse",tags:[]},{name:"mdi-angle-right",tags:[]},{name:"mdi-angular",tags:[]},{name:"mdi-angularjs",tags:[]},{name:"mdi-animation",tags:[]},{name:"mdi-animation-outline",tags:[]},{name:"mdi-animation-play",tags:[]},{name:"mdi-animation-play-outline",tags:[]},{name:"mdi-ansible",tags:[]},{name:"mdi-antenna",tags:[]},{name:"mdi-anvil",tags:[]},{name:"mdi-apache-kafka",tags:[]},{name:"mdi-api",tags:[]},{name:"mdi-api-off",tags:[]},{name:"mdi-apple",tags:[]},{name:"mdi-apple-finder",tags:[]},{name:"mdi-apple-icloud",tags:[]},{name:"mdi-apple-ios",tags:[]},{name:"mdi-apple-keyboard-caps",tags:[]},{name:"mdi-apple-keyboard-command",tags:[]},{name:"mdi-apple-keyboard-control",tags:[]},{name:"mdi-apple-keyboard-option",tags:[]},{name:"mdi-apple-keyboard-shift",tags:[]},{name:"mdi-apple-safari",tags:[]},{name:"mdi-application",tags:[]},{name:"mdi-application-export",tags:[]},{name:"mdi-application-import",tags:[]},{name:"mdi-approximately-equal",tags:[]},{name:"mdi-approximately-equal-box",tags:[]},{name:"mdi-apps",tags:[]},{name:"mdi-apps-box",tags:[]},{name:"mdi-arch",tags:[]},{name:"mdi-archive",tags:[]},{name:"mdi-archive-arrow-down",tags:[]},{name:"mdi-archive-arrow-down-outline",tags:[]},{name:"mdi-archive-arrow-up",tags:[]},{name:"mdi-archive-arrow-up-outline",tags:[]},{name:"mdi-archive-outline",tags:[]},{name:"mdi-arm-flex",tags:[]},{name:"mdi-arm-flex-outline",tags:[]},{name:"mdi-arrange-bring-forward",tags:[]},{name:"mdi-arrange-bring-to-front",tags:[]},{name:"mdi-arrange-send-backward",tags:[]},{name:"mdi-arrange-send-to-back",tags:[]},{name:"mdi-arrow-all",tags:[]},{name:"mdi-arrow-bottom-left",tags:[]},{name:"mdi-arrow-bottom-left-bold-outline",tags:[]},{name:"mdi-arrow-bottom-left-thick",tags:[]},{name:"mdi-arrow-bottom-right",tags:[]},{name:"mdi-arrow-bottom-right-bold-outline",tags:[]},{name:"mdi-arrow-bottom-right-thick",tags:[]},{name:"mdi-arrow-collapse",tags:[]},{name:"mdi-arrow-collapse-all",tags:[]},{name:"mdi-arrow-collapse-down",tags:[]},{name:"mdi-arrow-collapse-horizontal",tags:[]},{name:"mdi-arrow-collapse-left",tags:[]},{name:"mdi-arrow-collapse-right",tags:[]},{name:"mdi-arrow-collapse-up",tags:[]},{name:"mdi-arrow-collapse-vertical",tags:[]},{name:"mdi-arrow-decision",tags:[]},{name:"mdi-arrow-decision-auto",tags:[]},{name:"mdi-arrow-decision-auto-outline",tags:[]},{name:"mdi-arrow-decision-outline",tags:[]},{name:"mdi-arrow-down",tags:[]},{name:"mdi-arrow-down-bold",tags:[]},{name:"mdi-arrow-down-bold-box",tags:[]},{name:"mdi-arrow-down-bold-box-outline",tags:[]},{name:"mdi-arrow-down-bold-circle",tags:[]},{name:"mdi-arrow-down-bold-circle-outline",tags:[]},{name:"mdi-arrow-down-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-down-bold-outline",tags:[]},{name:"mdi-arrow-down-box",tags:[]},{name:"mdi-arrow-down-circle",tags:[]},{name:"mdi-arrow-down-circle-outline",tags:[]},{name:"mdi-arrow-down-drop-circle",tags:[]},{name:"mdi-arrow-down-drop-circle-outline",tags:[]},{name:"mdi-arrow-down-thick",tags:[]},{name:"mdi-arrow-expand",tags:[]},{name:"mdi-arrow-expand-all",tags:[]},{name:"mdi-arrow-expand-down",tags:[]},{name:"mdi-arrow-expand-horizontal",tags:[]},{name:"mdi-arrow-expand-left",tags:[]},{name:"mdi-arrow-expand-right",tags:[]},{name:"mdi-arrow-expand-up",tags:[]},{name:"mdi-arrow-expand-vertical",tags:[]},{name:"mdi-arrow-horizontal-lock",tags:[]},{name:"mdi-arrow-left",tags:[]},{name:"mdi-arrow-left-bold",tags:[]},{name:"mdi-arrow-left-bold-box",tags:[]},{name:"mdi-arrow-left-bold-box-outline",tags:[]},{name:"mdi-arrow-left-bold-circle",tags:[]},{name:"mdi-arrow-left-bold-circle-outline",tags:[]},{name:"mdi-arrow-left-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-left-bold-outline",tags:[]},{name:"mdi-arrow-left-box",tags:[]},{name:"mdi-arrow-left-circle",tags:[]},{name:"mdi-arrow-left-circle-outline",tags:[]},{name:"mdi-arrow-left-drop-circle",tags:[]},{name:"mdi-arrow-left-drop-circle-outline",tags:[]},{name:"mdi-arrow-left-right",tags:[]},{name:"mdi-arrow-left-right-bold",tags:[]},{name:"mdi-arrow-left-right-bold-outline",tags:[]},{name:"mdi-arrow-left-thick",tags:[]},{name:"mdi-arrow-right",tags:[]},{name:"mdi-arrow-right-bold",tags:[]},{name:"mdi-arrow-right-bold-box",tags:[]},{name:"mdi-arrow-right-bold-box-outline",tags:[]},{name:"mdi-arrow-right-bold-circle",tags:[]},{name:"mdi-arrow-right-bold-circle-outline",tags:[]},{name:"mdi-arrow-right-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-right-bold-outline",tags:[]},{name:"mdi-arrow-right-box",tags:[]},{name:"mdi-arrow-right-circle",tags:[]},{name:"mdi-arrow-right-circle-outline",tags:[]},{name:"mdi-arrow-right-drop-circle",tags:[]},{name:"mdi-arrow-right-drop-circle-outline",tags:[]},{name:"mdi-arrow-right-thick",tags:[]},{name:"mdi-arrow-split-horizontal",tags:[]},{name:"mdi-arrow-split-vertical",tags:[]},{name:"mdi-arrow-top-left",tags:[]},{name:"mdi-arrow-top-left-bold-outline",tags:[]},{name:"mdi-arrow-top-left-bottom-right",tags:[]},{name:"mdi-arrow-top-left-bottom-right-bold",tags:[]},{name:"mdi-arrow-top-left-thick",tags:[]},{name:"mdi-arrow-top-right",tags:[]},{name:"mdi-arrow-top-right-bold-outline",tags:[]},{name:"mdi-arrow-top-right-bottom-left",tags:[]},{name:"mdi-arrow-top-right-bottom-left-bold",tags:[]},{name:"mdi-arrow-top-right-thick",tags:[]},{name:"mdi-arrow-up",tags:[]},{name:"mdi-arrow-up-bold",tags:[]},{name:"mdi-arrow-up-bold-box",tags:[]},{name:"mdi-arrow-up-bold-box-outline",tags:[]},{name:"mdi-arrow-up-bold-circle",tags:[]},{name:"mdi-arrow-up-bold-circle-outline",tags:[]},{name:"mdi-arrow-up-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-up-bold-outline",tags:[]},{name:"mdi-arrow-up-box",tags:[]},{name:"mdi-arrow-up-circle",tags:[]},{name:"mdi-arrow-up-circle-outline",tags:[]},{name:"mdi-arrow-up-down",tags:[]},{name:"mdi-arrow-up-down-bold",tags:[]},{name:"mdi-arrow-up-down-bold-outline",tags:[]},{name:"mdi-arrow-up-drop-circle",tags:[]},{name:"mdi-arrow-up-drop-circle-outline",tags:[]},{name:"mdi-arrow-up-thick",tags:[]},{name:"mdi-arrow-vertical-lock",tags:[]},{name:"mdi-artist",tags:[]},{name:"mdi-artist-outline",tags:[]},{name:"mdi-artstation",tags:[]},{name:"mdi-aspect-ratio",tags:[]},{name:"mdi-assistant",tags:[]},{name:"mdi-asterisk",tags:[]},{name:"mdi-at",tags:[]},{name:"mdi-atlassian",tags:[]},{name:"mdi-atm",tags:[]},{name:"mdi-atom",tags:[]},{name:"mdi-atom-variant",tags:[]},{name:"mdi-attachment",tags:[]},{name:"mdi-audio-video",tags:[]},{name:"mdi-audio-video-off",tags:[]},{name:"mdi-audiobook",tags:[]},{name:"mdi-augmented-reality",tags:[]},{name:"mdi-auto-download",tags:[]},{name:"mdi-auto-fix",tags:[]},{name:"mdi-auto-upload",tags:[]},{name:"mdi-autorenew",tags:[]},{name:"mdi-av-timer",tags:[]},{name:"mdi-aws",tags:[]},{name:"mdi-axe",tags:[]},{name:"mdi-axis",tags:[]},{name:"mdi-axis-arrow",tags:[]},{name:"mdi-axis-arrow-lock",tags:[]},{name:"mdi-axis-lock",tags:[]},{name:"mdi-axis-x-arrow",tags:[]},{name:"mdi-axis-x-arrow-lock",tags:[]},{name:"mdi-axis-x-rotate-clockwise",tags:[]},{name:"mdi-axis-x-rotate-counterclockwise",tags:[]},{name:"mdi-axis-x-y-arrow-lock",tags:[]},{name:"mdi-axis-y-arrow",tags:[]},{name:"mdi-axis-y-arrow-lock",tags:[]},{name:"mdi-axis-y-rotate-clockwise",tags:[]},{name:"mdi-axis-y-rotate-counterclockwise",tags:[]},{name:"mdi-axis-z-arrow",tags:[]},{name:"mdi-axis-z-arrow-lock",tags:[]},{name:"mdi-axis-z-rotate-clockwise",tags:[]},{name:"mdi-axis-z-rotate-counterclockwise",tags:[]},{name:"mdi-azure",tags:[]},{name:"mdi-azure-devops",tags:[]},{name:"mdi-babel",tags:[]},{name:"mdi-baby",tags:[]},{name:"mdi-baby-bottle",tags:[]},{name:"mdi-baby-bottle-outline",tags:[]},{name:"mdi-baby-carriage",tags:[]},{name:"mdi-baby-carriage-off",tags:[]},{name:"mdi-baby-face",tags:[]},{name:"mdi-baby-face-outline",tags:[]},{name:"mdi-backburger",tags:[]},{name:"mdi-backspace",tags:[]},{name:"mdi-backspace-outline",tags:[]},{name:"mdi-backspace-reverse",tags:[]},{name:"mdi-backspace-reverse-outline",tags:[]},{name:"mdi-backup-restore",tags:[]},{name:"mdi-bacteria",tags:[]},{name:"mdi-bacteria-outline",tags:[]},{name:"mdi-badminton",tags:[]},{name:"mdi-bag-carry-on",tags:[]},{name:"mdi-bag-carry-on-check",tags:[]},{name:"mdi-bag-carry-on-off",tags:[]},{name:"mdi-bag-checked",tags:[]},{name:"mdi-bag-personal",tags:[]},{name:"mdi-bag-personal-off",tags:[]},{name:"mdi-bag-personal-off-outline",tags:[]},{name:"mdi-bag-personal-outline",tags:[]},{name:"mdi-baguette",tags:[]},{name:"mdi-balloon",tags:[]},{name:"mdi-ballot",tags:[]},{name:"mdi-ballot-outline",tags:[]},{name:"mdi-ballot-recount",tags:[]},{name:"mdi-ballot-recount-outline",tags:[]},{name:"mdi-bandage",tags:[]},{name:"mdi-bandcamp",tags:[]},{name:"mdi-bank",tags:[]},{name:"mdi-bank-minus",tags:[]},{name:"mdi-bank-outline",tags:[]},{name:"mdi-bank-plus",tags:[]},{name:"mdi-bank-remove",tags:[]},{name:"mdi-bank-transfer",tags:[]},{name:"mdi-bank-transfer-in",tags:[]},{name:"mdi-bank-transfer-out",tags:[]},{name:"mdi-barcode",tags:[]},{name:"mdi-barcode-off",tags:[]},{name:"mdi-barcode-scan",tags:[]},{name:"mdi-barley",tags:[]},{name:"mdi-barley-off",tags:[]},{name:"mdi-barn",tags:[]},{name:"mdi-barrel",tags:[]},{name:"mdi-baseball",tags:[]},{name:"mdi-baseball-bat",tags:[]},{name:"mdi-basecamp",tags:[]},{name:"mdi-bash",tags:[]},{name:"mdi-basket",tags:[]},{name:"mdi-basket-fill",tags:[]},{name:"mdi-basket-outline",tags:[]},{name:"mdi-basket-unfill",tags:[]},{name:"mdi-basketball",tags:[]},{name:"mdi-basketball-hoop",tags:[]},{name:"mdi-basketball-hoop-outline",tags:[]},{name:"mdi-bat",tags:[]},{name:"mdi-battery",tags:[]},{name:"mdi-battery-10",tags:[]},{name:"mdi-battery-10-bluetooth",tags:[]},{name:"mdi-battery-20",tags:[]},{name:"mdi-battery-20-bluetooth",tags:[]},{name:"mdi-battery-30",tags:[]},{name:"mdi-battery-30-bluetooth",tags:[]},{name:"mdi-battery-40",tags:[]},{name:"mdi-battery-40-bluetooth",tags:[]},{name:"mdi-battery-50",tags:[]},{name:"mdi-battery-50-bluetooth",tags:[]},{name:"mdi-battery-60",tags:[]},{name:"mdi-battery-60-bluetooth",tags:[]},{name:"mdi-battery-70",tags:[]},{name:"mdi-battery-70-bluetooth",tags:[]},{name:"mdi-battery-80",tags:[]},{name:"mdi-battery-80-bluetooth",tags:[]},{name:"mdi-battery-90",tags:[]},{name:"mdi-battery-90-bluetooth",tags:[]},{name:"mdi-battery-alert",tags:[]},{name:"mdi-battery-alert-bluetooth",tags:[]},{name:"mdi-battery-alert-variant",tags:[]},{name:"mdi-battery-alert-variant-outline",tags:[]},{name:"mdi-battery-bluetooth",tags:[]},{name:"mdi-battery-bluetooth-variant",tags:[]},{name:"mdi-battery-charging",tags:[]},{name:"mdi-battery-charging-10",tags:[]},{name:"mdi-battery-charging-100",tags:[]},{name:"mdi-battery-charging-20",tags:[]},{name:"mdi-battery-charging-30",tags:[]},{name:"mdi-battery-charging-40",tags:[]},{name:"mdi-battery-charging-50",tags:[]},{name:"mdi-battery-charging-60",tags:[]},{name:"mdi-battery-charging-70",tags:[]},{name:"mdi-battery-charging-80",tags:[]},{name:"mdi-battery-charging-90",tags:[]},{name:"mdi-battery-charging-high",tags:[]},{name:"mdi-battery-charging-low",tags:[]},{name:"mdi-battery-charging-medium",tags:[]},{name:"mdi-battery-charging-outline",tags:[]},{name:"mdi-battery-charging-wireless",tags:[]},{name:"mdi-battery-charging-wireless-10",tags:[]},{name:"mdi-battery-charging-wireless-20",tags:[]},{name:"mdi-battery-charging-wireless-30",tags:[]},{name:"mdi-battery-charging-wireless-40",tags:[]},{name:"mdi-battery-charging-wireless-50",tags:[]},{name:"mdi-battery-charging-wireless-60",tags:[]},{name:"mdi-battery-charging-wireless-70",tags:[]},{name:"mdi-battery-charging-wireless-80",tags:[]},{name:"mdi-battery-charging-wireless-90",tags:[]},{name:"mdi-battery-charging-wireless-alert",tags:[]},{name:"mdi-battery-charging-wireless-outline",tags:[]},{name:"mdi-battery-heart",tags:[]},{name:"mdi-battery-heart-outline",tags:[]},{name:"mdi-battery-heart-variant",tags:[]},{name:"mdi-battery-high",tags:[]},{name:"mdi-battery-low",tags:[]},{name:"mdi-battery-medium",tags:[]},{name:"mdi-battery-minus",tags:[]},{name:"mdi-battery-negative",tags:[]},{name:"mdi-battery-off",tags:[]},{name:"mdi-battery-off-outline",tags:[]},{name:"mdi-battery-outline",tags:[]},{name:"mdi-battery-plus",tags:[]},{name:"mdi-battery-positive",tags:[]},{name:"mdi-battery-unknown",tags:[]},{name:"mdi-battery-unknown-bluetooth",tags:[]},{name:"mdi-battlenet",tags:[]},{name:"mdi-beach",tags:[]},{name:"mdi-beaker",tags:[]},{name:"mdi-beaker-alert",tags:[]},{name:"mdi-beaker-alert-outline",tags:[]},{name:"mdi-beaker-check",tags:[]},{name:"mdi-beaker-check-outline",tags:[]},{name:"mdi-beaker-minus",tags:[]},{name:"mdi-beaker-minus-outline",tags:[]},{name:"mdi-beaker-outline",tags:[]},{name:"mdi-beaker-plus",tags:[]},{name:"mdi-beaker-plus-outline",tags:[]},{name:"mdi-beaker-question",tags:[]},{name:"mdi-beaker-question-outline",tags:[]},{name:"mdi-beaker-remove",tags:[]},{name:"mdi-beaker-remove-outline",tags:[]},{name:"mdi-beats",tags:[]},{name:"mdi-bed-double",tags:[]},{name:"mdi-bed-double-outline",tags:[]},{name:"mdi-bed-empty",tags:[]},{name:"mdi-bed-king",tags:[]},{name:"mdi-bed-king-outline",tags:[]},{name:"mdi-bed-queen",tags:[]},{name:"mdi-bed-queen-outline",tags:[]},{name:"mdi-bed-single",tags:[]},{name:"mdi-bed-single-outline",tags:[]},{name:"mdi-bee",tags:[]},{name:"mdi-bee-flower",tags:[]},{name:"mdi-beehive-outline",tags:[]},{name:"mdi-beer",tags:[]},{name:"mdi-beer-outline",tags:[]},{name:"mdi-behance",tags:[]},{name:"mdi-bell",tags:[]},{name:"mdi-bell-alert",tags:[]},{name:"mdi-bell-alert-outline",tags:[]},{name:"mdi-bell-check",tags:[]},{name:"mdi-bell-check-outline",tags:[]},{name:"mdi-bell-circle",tags:[]},{name:"mdi-bell-circle-outline",tags:[]},{name:"mdi-bell-off",tags:[]},{name:"mdi-bell-off-outline",tags:[]},{name:"mdi-bell-outline",tags:[]},{name:"mdi-bell-plus",tags:[]},{name:"mdi-bell-plus-outline",tags:[]},{name:"mdi-bell-ring",tags:[]},{name:"mdi-bell-ring-outline",tags:[]},{name:"mdi-bell-sleep",tags:[]},{name:"mdi-bell-sleep-outline",tags:[]},{name:"mdi-beta",tags:[]},{name:"mdi-betamax",tags:[]},{name:"mdi-biathlon",tags:[]},{name:"mdi-bible",tags:[]},{name:"mdi-bicycle",tags:[]},{name:"mdi-bicycle-basket",tags:[]},{name:"mdi-bike",tags:[]},{name:"mdi-bike-fast",tags:[]},{name:"mdi-billboard",tags:[]},{name:"mdi-billiards",tags:[]},{name:"mdi-billiards-rack",tags:[]},{name:"mdi-bing",tags:[]},{name:"mdi-binoculars",tags:[]},{name:"mdi-bio",tags:[]},{name:"mdi-biohazard",tags:[]},{name:"mdi-bitbucket",tags:[]},{name:"mdi-bitcoin",tags:[]},{name:"mdi-black-mesa",tags:[]},{name:"mdi-blackberry",tags:[]},{name:"mdi-blender",tags:[]},{name:"mdi-blender-software",tags:[]},{name:"mdi-blinds",tags:[]},{name:"mdi-blinds-open",tags:[]},{name:"mdi-block-helper",tags:[]},{name:"mdi-blogger",tags:[]},{name:"mdi-blood-bag",tags:[]},{name:"mdi-bluetooth",tags:[]},{name:"mdi-bluetooth-audio",tags:[]},{name:"mdi-bluetooth-connect",tags:[]},{name:"mdi-bluetooth-off",tags:[]},{name:"mdi-bluetooth-settings",tags:[]},{name:"mdi-bluetooth-transfer",tags:[]},{name:"mdi-blur",tags:[]},{name:"mdi-blur-linear",tags:[]},{name:"mdi-blur-off",tags:[]},{name:"mdi-blur-radial",tags:[]},{name:"mdi-bolnisi-cross",tags:[]},{name:"mdi-bolt",tags:[]},{name:"mdi-bomb",tags:[]},{name:"mdi-bomb-off",tags:[]},{name:"mdi-bone",tags:[]},{name:"mdi-book",tags:[]},{name:"mdi-book-information-variant",tags:[]},{name:"mdi-book-lock",tags:[]},{name:"mdi-book-lock-open",tags:[]},{name:"mdi-book-minus",tags:[]},{name:"mdi-book-minus-multiple",tags:[]},{name:"mdi-book-multiple",tags:[]},{name:"mdi-book-open",tags:[]},{name:"mdi-book-open-outline",tags:[]},{name:"mdi-book-open-page-variant",tags:[]},{name:"mdi-book-open-variant",tags:[]},{name:"mdi-book-outline",tags:[]},{name:"mdi-book-play",tags:[]},{name:"mdi-book-play-outline",tags:[]},{name:"mdi-book-plus",tags:[]},{name:"mdi-book-plus-multiple",tags:[]},{name:"mdi-book-remove",tags:[]},{name:"mdi-book-remove-multiple",tags:[]},{name:"mdi-book-search",tags:[]},{name:"mdi-book-search-outline",tags:[]},{name:"mdi-book-variant",tags:[]},{name:"mdi-book-variant-multiple",tags:[]},{name:"mdi-bookmark",tags:[]},{name:"mdi-bookmark-check",tags:[]},{name:"mdi-bookmark-check-outline",tags:[]},{name:"mdi-bookmark-minus",tags:[]},{name:"mdi-bookmark-minus-outline",tags:[]},{name:"mdi-bookmark-multiple",tags:[]},{name:"mdi-bookmark-multiple-outline",tags:[]},{name:"mdi-bookmark-music",tags:[]},{name:"mdi-bookmark-music-outline",tags:[]},{name:"mdi-bookmark-off",tags:[]},{name:"mdi-bookmark-off-outline",tags:[]},{name:"mdi-bookmark-outline",tags:[]},{name:"mdi-bookmark-plus",tags:[]},{name:"mdi-bookmark-plus-outline",tags:[]},{name:"mdi-bookmark-remove",tags:[]},{name:"mdi-bookmark-remove-outline",tags:[]},{name:"mdi-bookshelf",tags:[]},{name:"mdi-boom-gate",tags:[]},{name:"mdi-boom-gate-alert",tags:[]},{name:"mdi-boom-gate-alert-outline",tags:[]},{name:"mdi-boom-gate-down",tags:[]},{name:"mdi-boom-gate-down-outline",tags:[]},{name:"mdi-boom-gate-outline",tags:[]},{name:"mdi-boom-gate-up",tags:[]},{name:"mdi-boom-gate-up-outline",tags:[]},{name:"mdi-boombox",tags:[]},{name:"mdi-boomerang",tags:[]},{name:"mdi-bootstrap",tags:[]},{name:"mdi-border-all",tags:[]},{name:"mdi-border-all-variant",tags:[]},{name:"mdi-border-bottom",tags:[]},{name:"mdi-border-bottom-variant",tags:[]},{name:"mdi-border-color",tags:[]},{name:"mdi-border-horizontal",tags:[]},{name:"mdi-border-inside",tags:[]},{name:"mdi-border-left",tags:[]},{name:"mdi-border-left-variant",tags:[]},{name:"mdi-border-none",tags:[]},{name:"mdi-border-none-variant",tags:[]},{name:"mdi-border-outside",tags:[]},{name:"mdi-border-right",tags:[]},{name:"mdi-border-right-variant",tags:[]},{name:"mdi-border-style",tags:[]},{name:"mdi-border-top",tags:[]},{name:"mdi-border-top-variant",tags:[]},{name:"mdi-border-vertical",tags:[]},{name:"mdi-bottle-soda",tags:[]},{name:"mdi-bottle-soda-classic",tags:[]},{name:"mdi-bottle-soda-classic-outline",tags:[]},{name:"mdi-bottle-soda-outline",tags:[]},{name:"mdi-bottle-tonic",tags:[]},{name:"mdi-bottle-tonic-outline",tags:[]},{name:"mdi-bottle-tonic-plus",tags:[]},{name:"mdi-bottle-tonic-plus-outline",tags:[]},{name:"mdi-bottle-tonic-skull",tags:[]},{name:"mdi-bottle-tonic-skull-outline",tags:[]},{name:"mdi-bottle-wine",tags:[]},{name:"mdi-bottle-wine-outline",tags:[]},{name:"mdi-bow-tie",tags:[]},{name:"mdi-bowl",tags:[]},{name:"mdi-bowling",tags:[]},{name:"mdi-box",tags:[]},{name:"mdi-box-cutter",tags:[]},{name:"mdi-box-shadow",tags:[]},{name:"mdi-boxing-glove",tags:[]},{name:"mdi-braille",tags:[]},{name:"mdi-brain",tags:[]},{name:"mdi-bread-slice",tags:[]},{name:"mdi-bread-slice-outline",tags:[]},{name:"mdi-bridge",tags:[]},{name:"mdi-briefcase",tags:[]},{name:"mdi-briefcase-account",tags:[]},{name:"mdi-briefcase-account-outline",tags:[]},{name:"mdi-briefcase-check",tags:[]},{name:"mdi-briefcase-check-outline",tags:[]},{name:"mdi-briefcase-clock",tags:[]},{name:"mdi-briefcase-clock-outline",tags:[]},{name:"mdi-briefcase-download",tags:[]},{name:"mdi-briefcase-download-outline",tags:[]},{name:"mdi-briefcase-edit",tags:[]},{name:"mdi-briefcase-edit-outline",tags:[]},{name:"mdi-briefcase-minus",tags:[]},{name:"mdi-briefcase-minus-outline",tags:[]},{name:"mdi-briefcase-outline",tags:[]},{name:"mdi-briefcase-plus",tags:[]},{name:"mdi-briefcase-plus-outline",tags:[]},{name:"mdi-briefcase-remove",tags:[]},{name:"mdi-briefcase-remove-outline",tags:[]},{name:"mdi-briefcase-search",tags:[]},{name:"mdi-briefcase-search-outline",tags:[]},{name:"mdi-briefcase-upload",tags:[]},{name:"mdi-briefcase-upload-outline",tags:[]},{name:"mdi-brightness-1",tags:[]},{name:"mdi-brightness-2",tags:[]},{name:"mdi-brightness-3",tags:[]},{name:"mdi-brightness-4",tags:[]},{name:"mdi-brightness-5",tags:[]},{name:"mdi-brightness-6",tags:[]},{name:"mdi-brightness-7",tags:[]},{name:"mdi-brightness-auto",tags:[]},{name:"mdi-brightness-percent",tags:[]},{name:"mdi-broom",tags:[]},{name:"mdi-brush",tags:[]},{name:"mdi-buddhism",tags:[]},{name:"mdi-buffer",tags:[]},{name:"mdi-bug",tags:[]},{name:"mdi-bug-check",tags:[]},{name:"mdi-bug-check-outline",tags:[]},{name:"mdi-bug-outline",tags:[]},{name:"mdi-bugle",tags:[]},{name:"mdi-bulldozer",tags:[]},{name:"mdi-bullet",tags:[]},{name:"mdi-bulletin-board",tags:[]},{name:"mdi-bullhorn",tags:[]},{name:"mdi-bullhorn-outline",tags:[]},{name:"mdi-bullseye",tags:[]},{name:"mdi-bullseye-arrow",tags:[]},{name:"mdi-bulma",tags:[]},{name:"mdi-bunk-bed",tags:[]},{name:"mdi-bus",tags:[]},{name:"mdi-bus-alert",tags:[]},{name:"mdi-bus-articulated-end",tags:[]},{name:"mdi-bus-articulated-front",tags:[]},{name:"mdi-bus-clock",tags:[]},{name:"mdi-bus-double-decker",tags:[]},{name:"mdi-bus-marker",tags:[]},{name:"mdi-bus-multiple",tags:[]},{name:"mdi-bus-school",tags:[]},{name:"mdi-bus-side",tags:[]},{name:"mdi-bus-stop",tags:[]},{name:"mdi-bus-stop-covered",tags:[]},{name:"mdi-bus-stop-uncovered",tags:[]},{name:"mdi-cached",tags:[]},{name:"mdi-cactus",tags:[]},{name:"mdi-cake",tags:[]},{name:"mdi-cake-layered",tags:[]},{name:"mdi-cake-variant",tags:[]},{name:"mdi-calculator",tags:[]},{name:"mdi-calculator-variant",tags:[]},{name:"mdi-calendar",tags:[]},{name:"mdi-calendar-account",tags:[]},{name:"mdi-calendar-account-outline",tags:[]},{name:"mdi-calendar-alert",tags:[]},{name:"mdi-calendar-arrow-left",tags:[]},{name:"mdi-calendar-arrow-right",tags:[]},{name:"mdi-calendar-blank",tags:[]},{name:"mdi-calendar-blank-multiple",tags:[]},{name:"mdi-calendar-blank-outline",tags:[]},{name:"mdi-calendar-check",tags:[]},{name:"mdi-calendar-check-outline",tags:[]},{name:"mdi-calendar-clock",tags:[]},{name:"mdi-calendar-edit",tags:[]},{name:"mdi-calendar-export",tags:[]},{name:"mdi-calendar-heart",tags:[]},{name:"mdi-calendar-import",tags:[]},{name:"mdi-calendar-minus",tags:[]},{name:"mdi-calendar-month",tags:[]},{name:"mdi-calendar-month-outline",tags:[]},{name:"mdi-calendar-multiple",tags:[]},{name:"mdi-calendar-multiple-check",tags:[]},{name:"mdi-calendar-multiselect",tags:[]},{name:"mdi-calendar-outline",tags:[]},{name:"mdi-calendar-plus",tags:[]},{name:"mdi-calendar-question",tags:[]},{name:"mdi-calendar-range",tags:[]},{name:"mdi-calendar-range-outline",tags:[]},{name:"mdi-calendar-remove",tags:[]},{name:"mdi-calendar-remove-outline",tags:[]},{name:"mdi-calendar-repeat",tags:[]},{name:"mdi-calendar-repeat-outline",tags:[]},{name:"mdi-calendar-search",tags:[]},{name:"mdi-calendar-star",tags:[]},{name:"mdi-calendar-text",tags:[]},{name:"mdi-calendar-text-outline",tags:[]},{name:"mdi-calendar-today",tags:[]},{name:"mdi-calendar-week",tags:[]},{name:"mdi-calendar-week-begin",tags:[]},{name:"mdi-calendar-weekend",tags:[]},{name:"mdi-calendar-weekend-outline",tags:[]},{name:"mdi-call-made",tags:[]},{name:"mdi-call-merge",tags:[]},{name:"mdi-call-missed",tags:[]},{name:"mdi-call-received",tags:[]},{name:"mdi-call-split",tags:[]},{name:"mdi-camcorder",tags:[]},{name:"mdi-camcorder-box",tags:[]},{name:"mdi-camcorder-box-off",tags:[]},{name:"mdi-camcorder-off",tags:[]},{name:"mdi-camera",tags:[]},{name:"mdi-camera-account",tags:[]},{name:"mdi-camera-burst",tags:[]},{name:"mdi-camera-control",tags:[]},{name:"mdi-camera-enhance",tags:[]},{name:"mdi-camera-enhance-outline",tags:[]},{name:"mdi-camera-front",tags:[]},{name:"mdi-camera-front-variant",tags:[]},{name:"mdi-camera-gopro",tags:[]},{name:"mdi-camera-image",tags:[]},{name:"mdi-camera-iris",tags:[]},{name:"mdi-camera-metering-center",tags:[]},{name:"mdi-camera-metering-matrix",tags:[]},{name:"mdi-camera-metering-partial",tags:[]},{name:"mdi-camera-metering-spot",tags:[]},{name:"mdi-camera-off",tags:[]},{name:"mdi-camera-outline",tags:[]},{name:"mdi-camera-party-mode",tags:[]},{name:"mdi-camera-plus",tags:[]},{name:"mdi-camera-plus-outline",tags:[]},{name:"mdi-camera-rear",tags:[]},{name:"mdi-camera-rear-variant",tags:[]},{name:"mdi-camera-retake",tags:[]},{name:"mdi-camera-retake-outline",tags:[]},{name:"mdi-camera-switch",tags:[]},{name:"mdi-camera-timer",tags:[]},{name:"mdi-camera-wireless",tags:[]},{name:"mdi-camera-wireless-outline",tags:[]},{name:"mdi-campfire",tags:[]},{name:"mdi-cancel",tags:[]},{name:"mdi-candle",tags:[]},{name:"mdi-candycane",tags:[]},{name:"mdi-cannabis",tags:[]},{name:"mdi-caps-lock",tags:[]},{name:"mdi-car",tags:[]},{name:"mdi-car-2-plus",tags:[]},{name:"mdi-car-3-plus",tags:[]},{name:"mdi-car-back",tags:[]},{name:"mdi-car-battery",tags:[]},{name:"mdi-car-brake-abs",tags:[]},{name:"mdi-car-brake-alert",tags:[]},{name:"mdi-car-brake-hold",tags:[]},{name:"mdi-car-brake-parking",tags:[]},{name:"mdi-car-brake-retarder",tags:[]},{name:"mdi-car-child-seat",tags:[]},{name:"mdi-car-clutch",tags:[]},{name:"mdi-car-connected",tags:[]},{name:"mdi-car-convertible",tags:[]},{name:"mdi-car-coolant-level",tags:[]},{name:"mdi-car-cruise-control",tags:[]},{name:"mdi-car-defrost-front",tags:[]},{name:"mdi-car-defrost-rear",tags:[]},{name:"mdi-car-door",tags:[]},{name:"mdi-car-door-lock",tags:[]},{name:"mdi-car-electric",tags:[]},{name:"mdi-car-esp",tags:[]},{name:"mdi-car-estate",tags:[]},{name:"mdi-car-hatchback",tags:[]},{name:"mdi-car-info",tags:[]},{name:"mdi-car-key",tags:[]},{name:"mdi-car-light-dimmed",tags:[]},{name:"mdi-car-light-fog",tags:[]},{name:"mdi-car-light-high",tags:[]},{name:"mdi-car-limousine",tags:[]},{name:"mdi-car-multiple",tags:[]},{name:"mdi-car-off",tags:[]},{name:"mdi-car-parking-lights",tags:[]},{name:"mdi-car-pickup",tags:[]},{name:"mdi-car-seat",tags:[]},{name:"mdi-car-seat-cooler",tags:[]},{name:"mdi-car-seat-heater",tags:[]},{name:"mdi-car-shift-pattern",tags:[]},{name:"mdi-car-side",tags:[]},{name:"mdi-car-sports",tags:[]},{name:"mdi-car-tire-alert",tags:[]},{name:"mdi-car-traction-control",tags:[]},{name:"mdi-car-turbocharger",tags:[]},{name:"mdi-car-wash",tags:[]},{name:"mdi-car-windshield",tags:[]},{name:"mdi-car-windshield-outline",tags:[]},{name:"mdi-caravan",tags:[]},{name:"mdi-card",tags:[]},{name:"mdi-card-bulleted",tags:[]},{name:"mdi-card-bulleted-off",tags:[]},{name:"mdi-card-bulleted-off-outline",tags:[]},{name:"mdi-card-bulleted-outline",tags:[]},{name:"mdi-card-bulleted-settings",tags:[]},{name:"mdi-card-bulleted-settings-outline",tags:[]},{name:"mdi-card-outline",tags:[]},{name:"mdi-card-plus",tags:[]},{name:"mdi-card-plus-outline",tags:[]},{name:"mdi-card-search",tags:[]},{name:"mdi-card-search-outline",tags:[]},{name:"mdi-card-text",tags:[]},{name:"mdi-card-text-outline",tags:[]},{name:"mdi-cards",tags:[]},{name:"mdi-cards-club",tags:[]},{name:"mdi-cards-diamond",tags:[]},{name:"mdi-cards-diamond-outline",tags:[]},{name:"mdi-cards-heart",tags:[]},{name:"mdi-cards-outline",tags:[]},{name:"mdi-cards-playing-outline",tags:[]},{name:"mdi-cards-spade",tags:[]},{name:"mdi-cards-variant",tags:[]},{name:"mdi-carrot",tags:[]},{name:"mdi-cart",tags:[]},{name:"mdi-cart-arrow-down",tags:[]},{name:"mdi-cart-arrow-right",tags:[]},{name:"mdi-cart-arrow-up",tags:[]},{name:"mdi-cart-minus",tags:[]},{name:"mdi-cart-off",tags:[]},{name:"mdi-cart-outline",tags:[]},{name:"mdi-cart-plus",tags:[]},{name:"mdi-cart-remove",tags:[]},{name:"mdi-case-sensitive-alt",tags:[]},{name:"mdi-cash",tags:[]},{name:"mdi-cash-100",tags:[]},{name:"mdi-cash-marker",tags:[]},{name:"mdi-cash-minus",tags:[]},{name:"mdi-cash-multiple",tags:[]},{name:"mdi-cash-plus",tags:[]},{name:"mdi-cash-refund",tags:[]},{name:"mdi-cash-register",tags:[]},{name:"mdi-cash-remove",tags:[]},{name:"mdi-cash-usd",tags:[]},{name:"mdi-cash-usd-outline",tags:[]},{name:"mdi-cassette",tags:[]},{name:"mdi-cast",tags:[]},{name:"mdi-cast-audio",tags:[]},{name:"mdi-cast-connected",tags:[]},{name:"mdi-cast-education",tags:[]},{name:"mdi-cast-off",tags:[]},{name:"mdi-castle",tags:[]},{name:"mdi-cat",tags:[]},{name:"mdi-cctv",tags:[]},{name:"mdi-ceiling-light",tags:[]},{name:"mdi-cellphone",tags:[]},{name:"mdi-cellphone-android",tags:[]},{name:"mdi-cellphone-arrow-down",tags:[]},{name:"mdi-cellphone-basic",tags:[]},{name:"mdi-cellphone-dock",tags:[]},{name:"mdi-cellphone-erase",tags:[]},{name:"mdi-cellphone-information",tags:[]},{name:"mdi-cellphone-iphone",tags:[]},{name:"mdi-cellphone-key",tags:[]},{name:"mdi-cellphone-link",tags:[]},{name:"mdi-cellphone-link-off",tags:[]},{name:"mdi-cellphone-lock",tags:[]},{name:"mdi-cellphone-message",tags:[]},{name:"mdi-cellphone-message-off",tags:[]},{name:"mdi-cellphone-nfc",tags:[]},{name:"mdi-cellphone-nfc-off",tags:[]},{name:"mdi-cellphone-off",tags:[]},{name:"mdi-cellphone-play",tags:[]},{name:"mdi-cellphone-screenshot",tags:[]},{name:"mdi-cellphone-settings",tags:[]},{name:"mdi-cellphone-settings-variant",tags:[]},{name:"mdi-cellphone-sound",tags:[]},{name:"mdi-cellphone-text",tags:[]},{name:"mdi-cellphone-wireless",tags:[]},{name:"mdi-celtic-cross",tags:[]},{name:"mdi-centos",tags:[]},{name:"mdi-certificate",tags:[]},{name:"mdi-certificate-outline",tags:[]},{name:"mdi-chair-rolling",tags:[]},{name:"mdi-chair-school",tags:[]},{name:"mdi-charity",tags:[]},{name:"mdi-chart-arc",tags:[]},{name:"mdi-chart-areaspline",tags:[]},{name:"mdi-chart-areaspline-variant",tags:[]},{name:"mdi-chart-bar",tags:[]},{name:"mdi-chart-bar-stacked",tags:[]},{name:"mdi-chart-bell-curve",tags:[]},{name:"mdi-chart-bell-curve-cumulative",tags:[]},{name:"mdi-chart-bubble",tags:[]},{name:"mdi-chart-donut",tags:[]},{name:"mdi-chart-donut-variant",tags:[]},{name:"mdi-chart-gantt",tags:[]},{name:"mdi-chart-histogram",tags:[]},{name:"mdi-chart-line",tags:[]},{name:"mdi-chart-line-stacked",tags:[]},{name:"mdi-chart-line-variant",tags:[]},{name:"mdi-chart-multiline",tags:[]},{name:"mdi-chart-multiple",tags:[]},{name:"mdi-chart-pie",tags:[]},{name:"mdi-chart-ppf",tags:[]},{name:"mdi-chart-scatter-plot",tags:[]},{name:"mdi-chart-scatter-plot-hexbin",tags:[]},{name:"mdi-chart-snakey",tags:[]},{name:"mdi-chart-snakey-variant",tags:[]},{name:"mdi-chart-timeline",tags:[]},{name:"mdi-chart-timeline-variant",tags:[]},{name:"mdi-chart-tree",tags:[]},{name:"mdi-chat",tags:[]},{name:"mdi-chat-alert",tags:[]},{name:"mdi-chat-alert-outline",tags:[]},{name:"mdi-chat-outline",tags:[]},{name:"mdi-chat-processing",tags:[]},{name:"mdi-chat-processing-outline",tags:[]},{name:"mdi-chat-sleep",tags:[]},{name:"mdi-chat-sleep-outline",tags:[]},{name:"mdi-check",tags:[]},{name:"mdi-check-all",tags:[]},{name:"mdi-check-bold",tags:[]},{name:"mdi-check-box-multiple-outline",tags:[]},{name:"mdi-check-box-outline",tags:[]},{name:"mdi-check-circle",tags:[]},{name:"mdi-check-circle-outline",tags:[]},{name:"mdi-check-decagram",tags:[]},{name:"mdi-check-network",tags:[]},{name:"mdi-check-network-outline",tags:[]},{name:"mdi-check-outline",tags:[]},{name:"mdi-check-underline",tags:[]},{name:"mdi-check-underline-circle",tags:[]},{name:"mdi-check-underline-circle-outline",tags:[]},{name:"mdi-checkbook",tags:[]},{name:"mdi-checkbox-blank",tags:[]},{name:"mdi-checkbox-blank-circle",tags:[]},{name:"mdi-checkbox-blank-circle-outline",tags:[]},{name:"mdi-checkbox-blank-off",tags:[]},{name:"mdi-checkbox-blank-off-outline",tags:[]},{name:"mdi-checkbox-blank-outline",tags:[]},{name:"mdi-checkbox-intermediate",tags:[]},{name:"mdi-checkbox-marked",tags:[]},{name:"mdi-checkbox-marked-circle",tags:[]},{name:"mdi-checkbox-marked-circle-outline",tags:[]},{name:"mdi-checkbox-marked-outline",tags:[]},{name:"mdi-checkbox-multiple-blank",tags:[]},{name:"mdi-checkbox-multiple-blank-circle",tags:[]},{name:"mdi-checkbox-multiple-blank-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-blank-outline",tags:[]},{name:"mdi-checkbox-multiple-marked",tags:[]},{name:"mdi-checkbox-multiple-marked-circle",tags:[]},{name:"mdi-checkbox-multiple-marked-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-marked-outline",tags:[]},{name:"mdi-checkerboard",tags:[]},{name:"mdi-checkerboard-minus",tags:[]},{name:"mdi-checkerboard-plus",tags:[]},{name:"mdi-checkerboard-remove",tags:[]},{name:"mdi-cheese",tags:[]},{name:"mdi-chef-hat",tags:[]},{name:"mdi-chemical-weapon",tags:[]},{name:"mdi-chess-bishop",tags:[]},{name:"mdi-chess-king",tags:[]},{name:"mdi-chess-knight",tags:[]},{name:"mdi-chess-pawn",tags:[]},{name:"mdi-chess-queen",tags:[]},{name:"mdi-chess-rook",tags:[]},{name:"mdi-chevron-double-down",tags:[]},{name:"mdi-chevron-double-left",tags:[]},{name:"mdi-chevron-double-right",tags:[]},{name:"mdi-chevron-double-up",tags:[]},{name:"mdi-chevron-down",tags:[]},{name:"mdi-chevron-down-box",tags:[]},{name:"mdi-chevron-down-box-outline",tags:[]},{name:"mdi-chevron-down-circle",tags:[]},{name:"mdi-chevron-down-circle-outline",tags:[]},{name:"mdi-chevron-left",tags:[]},{name:"mdi-chevron-left-box",tags:[]},{name:"mdi-chevron-left-box-outline",tags:[]},{name:"mdi-chevron-left-circle",tags:[]},{name:"mdi-chevron-left-circle-outline",tags:[]},{name:"mdi-chevron-right",tags:[]},{name:"mdi-chevron-right-box",tags:[]},{name:"mdi-chevron-right-box-outline",tags:[]},{name:"mdi-chevron-right-circle",tags:[]},{name:"mdi-chevron-right-circle-outline",tags:[]},{name:"mdi-chevron-triple-down",tags:[]},{name:"mdi-chevron-triple-left",tags:[]},{name:"mdi-chevron-triple-right",tags:[]},{name:"mdi-chevron-triple-up",tags:[]},{name:"mdi-chevron-up",tags:[]},{name:"mdi-chevron-up-box",tags:[]},{name:"mdi-chevron-up-box-outline",tags:[]},{name:"mdi-chevron-up-circle",tags:[]},{name:"mdi-chevron-up-circle-outline",tags:[]},{name:"mdi-chili-hot",tags:[]},{name:"mdi-chili-medium",tags:[]},{name:"mdi-chili-mild",tags:[]},{name:"mdi-chip",tags:[]},{name:"mdi-christianity",tags:[]},{name:"mdi-christianity-outline",tags:[]},{name:"mdi-church",tags:[]},{name:"mdi-cigar",tags:[]},{name:"mdi-circle",tags:[]},{name:"mdi-circle-double",tags:[]},{name:"mdi-circle-edit-outline",tags:[]},{name:"mdi-circle-expand",tags:[]},{name:"mdi-circle-medium",tags:[]},{name:"mdi-circle-off-outline",tags:[]},{name:"mdi-circle-outline",tags:[]},{name:"mdi-circle-slice-1",tags:[]},{name:"mdi-circle-slice-2",tags:[]},{name:"mdi-circle-slice-3",tags:[]},{name:"mdi-circle-slice-4",tags:[]},{name:"mdi-circle-slice-5",tags:[]},{name:"mdi-circle-slice-6",tags:[]},{name:"mdi-circle-slice-7",tags:[]},{name:"mdi-circle-slice-8",tags:[]},{name:"mdi-circle-small",tags:[]},{name:"mdi-circular-saw",tags:[]},{name:"mdi-cisco-webex",tags:[]},{name:"mdi-city",tags:[]},{name:"mdi-city-variant",tags:[]},{name:"mdi-city-variant-outline",tags:[]},{name:"mdi-clipboard",tags:[]},{name:"mdi-clipboard-account",tags:[]},{name:"mdi-clipboard-account-outline",tags:[]},{name:"mdi-clipboard-alert",tags:[]},{name:"mdi-clipboard-alert-outline",tags:[]},{name:"mdi-clipboard-arrow-down",tags:[]},{name:"mdi-clipboard-arrow-down-outline",tags:[]},{name:"mdi-clipboard-arrow-left",tags:[]},{name:"mdi-clipboard-arrow-left-outline",tags:[]},{name:"mdi-clipboard-arrow-right",tags:[]},{name:"mdi-clipboard-arrow-right-outline",tags:[]},{name:"mdi-clipboard-arrow-up",tags:[]},{name:"mdi-clipboard-arrow-up-outline",tags:[]},{name:"mdi-clipboard-check",tags:[]},{name:"mdi-clipboard-check-multiple",tags:[]},{name:"mdi-clipboard-check-multiple-outline",tags:[]},{name:"mdi-clipboard-check-outline",tags:[]},{name:"mdi-clipboard-file",tags:[]},{name:"mdi-clipboard-file-outline",tags:[]},{name:"mdi-clipboard-flow",tags:[]},{name:"mdi-clipboard-flow-outline",tags:[]},{name:"mdi-clipboard-list",tags:[]},{name:"mdi-clipboard-list-outline",tags:[]},{name:"mdi-clipboard-multiple",tags:[]},{name:"mdi-clipboard-multiple-outline",tags:[]},{name:"mdi-clipboard-outline",tags:[]},{name:"mdi-clipboard-play",tags:[]},{name:"mdi-clipboard-play-multiple",tags:[]},{name:"mdi-clipboard-play-multiple-outline",tags:[]},{name:"mdi-clipboard-play-outline",tags:[]},{name:"mdi-clipboard-plus",tags:[]},{name:"mdi-clipboard-plus-outline",tags:[]},{name:"mdi-clipboard-pulse",tags:[]},{name:"mdi-clipboard-pulse-outline",tags:[]},{name:"mdi-clipboard-text",tags:[]},{name:"mdi-clipboard-text-multiple",tags:[]},{name:"mdi-clipboard-text-multiple-outline",tags:[]},{name:"mdi-clipboard-text-outline",tags:[]},{name:"mdi-clipboard-text-play",tags:[]},{name:"mdi-clipboard-text-play-outline",tags:[]},{name:"mdi-clippy",tags:[]},{name:"mdi-clock",tags:[]},{name:"mdi-clock-alert",tags:[]},{name:"mdi-clock-alert-outline",tags:[]},{name:"mdi-clock-check",tags:[]},{name:"mdi-clock-check-outline",tags:[]},{name:"mdi-clock-digital",tags:[]},{name:"mdi-clock-end",tags:[]},{name:"mdi-clock-fast",tags:[]},{name:"mdi-clock-in",tags:[]},{name:"mdi-clock-out",tags:[]},{name:"mdi-clock-outline",tags:[]},{name:"mdi-clock-start",tags:[]},{name:"mdi-close",tags:[]},{name:"mdi-close-box",tags:[]},{name:"mdi-close-box-multiple",tags:[]},{name:"mdi-close-box-multiple-outline",tags:[]},{name:"mdi-close-box-outline",tags:[]},{name:"mdi-close-circle",tags:[]},{name:"mdi-close-circle-outline",tags:[]},{name:"mdi-close-network",tags:[]},{name:"mdi-close-network-outline",tags:[]},{name:"mdi-close-octagon",tags:[]},{name:"mdi-close-octagon-outline",tags:[]},{name:"mdi-close-outline",tags:[]},{name:"mdi-closed-caption",tags:[]},{name:"mdi-closed-caption-outline",tags:[]},{name:"mdi-cloud",tags:[]},{name:"mdi-cloud-alert",tags:[]},{name:"mdi-cloud-braces",tags:[]},{name:"mdi-cloud-check",tags:[]},{name:"mdi-cloud-check-outline",tags:[]},{name:"mdi-cloud-circle",tags:[]},{name:"mdi-cloud-download",tags:[]},{name:"mdi-cloud-download-outline",tags:[]},{name:"mdi-cloud-lock",tags:[]},{name:"mdi-cloud-lock-outline",tags:[]},{name:"mdi-cloud-off-outline",tags:[]},{name:"mdi-cloud-outline",tags:[]},{name:"mdi-cloud-print",tags:[]},{name:"mdi-cloud-print-outline",tags:[]},{name:"mdi-cloud-question",tags:[]},{name:"mdi-cloud-search",tags:[]},{name:"mdi-cloud-search-outline",tags:[]},{name:"mdi-cloud-sync",tags:[]},{name:"mdi-cloud-sync-outline",tags:[]},{name:"mdi-cloud-tags",tags:[]},{name:"mdi-cloud-upload",tags:[]},{name:"mdi-cloud-upload-outline",tags:[]},{name:"mdi-clover",tags:[]},{name:"mdi-coach-lamp",tags:[]},{name:"mdi-coat-rack",tags:[]},{name:"mdi-code-array",tags:[]},{name:"mdi-code-braces",tags:[]},{name:"mdi-code-braces-box",tags:[]},{name:"mdi-code-brackets",tags:[]},{name:"mdi-code-equal",tags:[]},{name:"mdi-code-greater-than",tags:[]},{name:"mdi-code-greater-than-or-equal",tags:[]},{name:"mdi-code-less-than",tags:[]},{name:"mdi-code-less-than-or-equal",tags:[]},{name:"mdi-code-not-equal",tags:[]},{name:"mdi-code-not-equal-variant",tags:[]},{name:"mdi-code-parentheses",tags:[]},{name:"mdi-code-parentheses-box",tags:[]},{name:"mdi-code-string",tags:[]},{name:"mdi-code-tags",tags:[]},{name:"mdi-code-tags-check",tags:[]},{name:"mdi-codepen",tags:[]},{name:"mdi-coffee",tags:[]},{name:"mdi-coffee-maker",tags:[]},{name:"mdi-coffee-off",tags:[]},{name:"mdi-coffee-off-outline",tags:[]},{name:"mdi-coffee-outline",tags:[]},{name:"mdi-coffee-to-go",tags:[]},{name:"mdi-coffee-to-go-outline",tags:[]},{name:"mdi-coffin",tags:[]},{name:"mdi-cog-clockwise",tags:[]},{name:"mdi-cog-counterclockwise",tags:[]},{name:"mdi-cogs",tags:[]},{name:"mdi-coin",tags:[]},{name:"mdi-coin-outline",tags:[]},{name:"mdi-coins",tags:[]},{name:"mdi-collage",tags:[]},{name:"mdi-collapse-all",tags:[]},{name:"mdi-collapse-all-outline",tags:[]},{name:"mdi-color-helper",tags:[]},{name:"mdi-comma",tags:[]},{name:"mdi-comma-box",tags:[]},{name:"mdi-comma-box-outline",tags:[]},{name:"mdi-comma-circle",tags:[]},{name:"mdi-comma-circle-outline",tags:[]},{name:"mdi-comment",tags:[]},{name:"mdi-comment-account",tags:[]},{name:"mdi-comment-account-outline",tags:[]},{name:"mdi-comment-alert",tags:[]},{name:"mdi-comment-alert-outline",tags:[]},{name:"mdi-comment-arrow-left",tags:[]},{name:"mdi-comment-arrow-left-outline",tags:[]},{name:"mdi-comment-arrow-right",tags:[]},{name:"mdi-comment-arrow-right-outline",tags:[]},{name:"mdi-comment-check",tags:[]},{name:"mdi-comment-check-outline",tags:[]},{name:"mdi-comment-edit",tags:[]},{name:"mdi-comment-edit-outline",tags:[]},{name:"mdi-comment-eye",tags:[]},{name:"mdi-comment-eye-outline",tags:[]},{name:"mdi-comment-multiple",tags:[]},{name:"mdi-comment-multiple-outline",tags:[]},{name:"mdi-comment-outline",tags:[]},{name:"mdi-comment-plus",tags:[]},{name:"mdi-comment-plus-outline",tags:[]},{name:"mdi-comment-processing",tags:[]},{name:"mdi-comment-processing-outline",tags:[]},{name:"mdi-comment-question",tags:[]},{name:"mdi-comment-question-outline",tags:[]},{name:"mdi-comment-quote",tags:[]},{name:"mdi-comment-quote-outline",tags:[]},{name:"mdi-comment-remove",tags:[]},{name:"mdi-comment-remove-outline",tags:[]},{name:"mdi-comment-search",tags:[]},{name:"mdi-comment-search-outline",tags:[]},{name:"mdi-comment-text",tags:[]},{name:"mdi-comment-text-multiple",tags:[]},{name:"mdi-comment-text-multiple-outline",tags:[]},{name:"mdi-comment-text-outline",tags:[]},{name:"mdi-compare",tags:[]},{name:"mdi-compass",tags:[]},{name:"mdi-compass-off",tags:[]},{name:"mdi-compass-off-outline",tags:[]},{name:"mdi-compass-outline",tags:[]},{name:"mdi-compass-rose",tags:[]},{name:"mdi-concourse-ci",tags:[]},{name:"mdi-console",tags:[]},{name:"mdi-console-line",tags:[]},{name:"mdi-console-network",tags:[]},{name:"mdi-console-network-outline",tags:[]},{name:"mdi-consolidate",tags:[]},{name:"mdi-contact-mail",tags:[]},{name:"mdi-contact-mail-outline",tags:[]},{name:"mdi-contact-phone",tags:[]},{name:"mdi-contact-phone-outline",tags:[]},{name:"mdi-contactless-payment",tags:[]},{name:"mdi-contacts",tags:[]},{name:"mdi-contain",tags:[]},{name:"mdi-contain-end",tags:[]},{name:"mdi-contain-start",tags:[]},{name:"mdi-content-copy",tags:[]},{name:"mdi-content-cut",tags:[]},{name:"mdi-content-duplicate",tags:[]},{name:"mdi-content-paste",tags:[]},{name:"mdi-content-save",tags:[]},{name:"mdi-content-save-alert",tags:[]},{name:"mdi-content-save-alert-outline",tags:[]},{name:"mdi-content-save-all",tags:[]},{name:"mdi-content-save-all-outline",tags:[]},{name:"mdi-content-save-edit",tags:[]},{name:"mdi-content-save-edit-outline",tags:[]},{name:"mdi-content-save-move",tags:[]},{name:"mdi-content-save-move-outline",tags:[]},{name:"mdi-content-save-outline",tags:[]},{name:"mdi-content-save-settings",tags:[]},{name:"mdi-content-save-settings-outline",tags:[]},{name:"mdi-contrast",tags:[]},{name:"mdi-contrast-box",tags:[]},{name:"mdi-contrast-circle",tags:[]},{name:"mdi-controller-classic",tags:[]},{name:"mdi-controller-classic-outline",tags:[]},{name:"mdi-cookie",tags:[]},{name:"mdi-coolant-temperature",tags:[]},{name:"mdi-copyright",tags:[]},{name:"mdi-cordova",tags:[]},{name:"mdi-corn",tags:[]},{name:"mdi-counter",tags:[]},{name:"mdi-cow",tags:[]},{name:"mdi-cowboy",tags:[]},{name:"mdi-cpu-32-bit",tags:[]},{name:"mdi-cpu-64-bit",tags:[]},{name:"mdi-crane",tags:[]},{name:"mdi-creation",tags:[]},{name:"mdi-creative-commons",tags:[]},{name:"mdi-credit-card",tags:[]},{name:"mdi-credit-card-clock",tags:[]},{name:"mdi-credit-card-clock-outline",tags:[]},{name:"mdi-credit-card-marker",tags:[]},{name:"mdi-credit-card-marker-outline",tags:[]},{name:"mdi-credit-card-minus",tags:[]},{name:"mdi-credit-card-minus-outline",tags:[]},{name:"mdi-credit-card-multiple",tags:[]},{name:"mdi-credit-card-multiple-outline",tags:[]},{name:"mdi-credit-card-off",tags:[]},{name:"mdi-credit-card-off-outline",tags:[]},{name:"mdi-credit-card-outline",tags:[]},{name:"mdi-credit-card-plus",tags:[]},{name:"mdi-credit-card-plus-outline",tags:[]},{name:"mdi-credit-card-refund",tags:[]},{name:"mdi-credit-card-refund-outline",tags:[]},{name:"mdi-credit-card-remove",tags:[]},{name:"mdi-credit-card-remove-outline",tags:[]},{name:"mdi-credit-card-scan",tags:[]},{name:"mdi-credit-card-scan-outline",tags:[]},{name:"mdi-credit-card-settings",tags:[]},{name:"mdi-credit-card-settings-outline",tags:[]},{name:"mdi-credit-card-wireless",tags:[]},{name:"mdi-credit-card-wireless-outline",tags:[]},{name:"mdi-cricket",tags:[]},{name:"mdi-crop",tags:[]},{name:"mdi-crop-free",tags:[]},{name:"mdi-crop-landscape",tags:[]},{name:"mdi-crop-portrait",tags:[]},{name:"mdi-crop-rotate",tags:[]},{name:"mdi-crop-square",tags:[]},{name:"mdi-crosshairs",tags:[]},{name:"mdi-crosshairs-gps",tags:[]},{name:"mdi-crosshairs-off",tags:[]},{name:"mdi-crosshairs-question",tags:[]},{name:"mdi-crown",tags:[]},{name:"mdi-crown-outline",tags:[]},{name:"mdi-cryengine",tags:[]},{name:"mdi-crystal-ball",tags:[]},{name:"mdi-cube",tags:[]},{name:"mdi-cube-outline",tags:[]},{name:"mdi-cube-scan",tags:[]},{name:"mdi-cube-send",tags:[]},{name:"mdi-cube-unfolded",tags:[]},{name:"mdi-cup",tags:[]},{name:"mdi-cup-off",tags:[]},{name:"mdi-cup-off-outline",tags:[]},{name:"mdi-cup-outline",tags:[]},{name:"mdi-cup-water",tags:[]},{name:"mdi-cupboard",tags:[]},{name:"mdi-cupboard-outline",tags:[]},{name:"mdi-cupcake",tags:[]},{name:"mdi-curling",tags:[]},{name:"mdi-currency-bdt",tags:[]},{name:"mdi-currency-brl",tags:[]},{name:"mdi-currency-btc",tags:[]},{name:"mdi-currency-cny",tags:[]},{name:"mdi-currency-eth",tags:[]},{name:"mdi-currency-eur",tags:[]},{name:"mdi-currency-eur-off",tags:[]},{name:"mdi-currency-gbp",tags:[]},{name:"mdi-currency-ils",tags:[]},{name:"mdi-currency-inr",tags:[]},{name:"mdi-currency-jpy",tags:[]},{name:"mdi-currency-krw",tags:[]},{name:"mdi-currency-kzt",tags:[]},{name:"mdi-currency-ngn",tags:[]},{name:"mdi-currency-php",tags:[]},{name:"mdi-currency-rial",tags:[]},{name:"mdi-currency-rub",tags:[]},{name:"mdi-currency-sign",tags:[]},{name:"mdi-currency-try",tags:[]},{name:"mdi-currency-twd",tags:[]},{name:"mdi-currency-usd",tags:[]},{name:"mdi-currency-usd-off",tags:[]},{name:"mdi-current-ac",tags:[]},{name:"mdi-current-dc",tags:[]},{name:"mdi-cursor-default",tags:[]},{name:"mdi-cursor-default-click",tags:[]},{name:"mdi-cursor-default-click-outline",tags:[]},{name:"mdi-cursor-default-gesture",tags:[]},{name:"mdi-cursor-default-gesture-outline",tags:[]},{name:"mdi-cursor-default-outline",tags:[]},{name:"mdi-cursor-move",tags:[]},{name:"mdi-cursor-pointer",tags:[]},{name:"mdi-cursor-text",tags:[]},{name:"mdi-database",tags:[]},{name:"mdi-database-check",tags:[]},{name:"mdi-database-edit",tags:[]},{name:"mdi-database-export",tags:[]},{name:"mdi-database-import",tags:[]},{name:"mdi-database-lock",tags:[]},{name:"mdi-database-marker",tags:[]},{name:"mdi-database-minus",tags:[]},{name:"mdi-database-plus",tags:[]},{name:"mdi-database-refresh",tags:[]},{name:"mdi-database-remove",tags:[]},{name:"mdi-database-search",tags:[]},{name:"mdi-database-settings",tags:[]},{name:"mdi-death-star",tags:[]},{name:"mdi-death-star-variant",tags:[]},{name:"mdi-deathly-hallows",tags:[]},{name:"mdi-debian",tags:[]},{name:"mdi-debug-step-into",tags:[]},{name:"mdi-debug-step-out",tags:[]},{name:"mdi-debug-step-over",tags:[]},{name:"mdi-decagram",tags:[]},{name:"mdi-decagram-outline",tags:[]},{name:"mdi-decimal",tags:[]},{name:"mdi-decimal-comma",tags:[]},{name:"mdi-decimal-comma-decrease",tags:[]},{name:"mdi-decimal-comma-increase",tags:[]},{name:"mdi-decimal-decrease",tags:[]},{name:"mdi-decimal-increase",tags:[]},{name:"mdi-delete",tags:[]},{name:"mdi-delete-alert",tags:[]},{name:"mdi-delete-alert-outline",tags:[]},{name:"mdi-delete-circle",tags:[]},{name:"mdi-delete-circle-outline",tags:[]},{name:"mdi-delete-empty",tags:[]},{name:"mdi-delete-empty-outline",tags:[]},{name:"mdi-delete-forever",tags:[]},{name:"mdi-delete-forever-outline",tags:[]},{name:"mdi-delete-off",tags:[]},{name:"mdi-delete-off-outline",tags:[]},{name:"mdi-delete-outline",tags:[]},{name:"mdi-delete-restore",tags:[]},{name:"mdi-delete-sweep",tags:[]},{name:"mdi-delete-sweep-outline",tags:[]},{name:"mdi-delete-variant",tags:[]},{name:"mdi-delta",tags:[]},{name:"mdi-desk",tags:[]},{name:"mdi-desk-lamp",tags:[]},{name:"mdi-deskphone",tags:[]},{name:"mdi-desktop-classic",tags:[]},{name:"mdi-desktop-mac",tags:[]},{name:"mdi-desktop-mac-dashboard",tags:[]},{name:"mdi-desktop-tower",tags:[]},{name:"mdi-desktop-tower-monitor",tags:[]},{name:"mdi-details",tags:[]},{name:"mdi-dev-to",tags:[]},{name:"mdi-developer-board",tags:[]},{name:"mdi-deviantart",tags:[]},{name:"mdi-devices",tags:[]},{name:"mdi-diabetes",tags:[]},{name:"mdi-dialpad",tags:[]},{name:"mdi-diameter",tags:[]},{name:"mdi-diameter-outline",tags:[]},{name:"mdi-diameter-variant",tags:[]},{name:"mdi-diamond",tags:[]},{name:"mdi-diamond-outline",tags:[]},{name:"mdi-diamond-stone",tags:[]},{name:"mdi-dice-1",tags:[]},{name:"mdi-dice-1-outline",tags:[]},{name:"mdi-dice-2",tags:[]},{name:"mdi-dice-2-outline",tags:[]},{name:"mdi-dice-3",tags:[]},{name:"mdi-dice-3-outline",tags:[]},{name:"mdi-dice-4",tags:[]},{name:"mdi-dice-4-outline",tags:[]},{name:"mdi-dice-5",tags:[]},{name:"mdi-dice-5-outline",tags:[]},{name:"mdi-dice-6",tags:[]},{name:"mdi-dice-6-outline",tags:[]},{name:"mdi-dice-d10",tags:[]},{name:"mdi-dice-d10-outline",tags:[]},{name:"mdi-dice-d12",tags:[]},{name:"mdi-dice-d12-outline",tags:[]},{name:"mdi-dice-d20",tags:[]},{name:"mdi-dice-d20-outline",tags:[]},{name:"mdi-dice-d4",tags:[]},{name:"mdi-dice-d4-outline",tags:[]},{name:"mdi-dice-d6",tags:[]},{name:"mdi-dice-d6-outline",tags:[]},{name:"mdi-dice-d8",tags:[]},{name:"mdi-dice-d8-outline",tags:[]},{name:"mdi-dice-multiple",tags:[]},{name:"mdi-dice-multiple-outline",tags:[]},{name:"mdi-dictionary",tags:[]},{name:"mdi-digital-ocean",tags:[]},{name:"mdi-dip-switch",tags:[]},{name:"mdi-directions",tags:[]},{name:"mdi-directions-fork",tags:[]},{name:"mdi-disc",tags:[]},{name:"mdi-disc-alert",tags:[]},{name:"mdi-disc-player",tags:[]},{name:"mdi-discord",tags:[]},{name:"mdi-dishwasher",tags:[]},{name:"mdi-dishwasher-alert",tags:[]},{name:"mdi-dishwasher-off",tags:[]},{name:"mdi-disqus",tags:[]},{name:"mdi-disqus-outline",tags:[]},{name:"mdi-distribute-horizontal-center",tags:[]},{name:"mdi-distribute-horizontal-left",tags:[]},{name:"mdi-distribute-horizontal-right",tags:[]},{name:"mdi-distribute-vertical-bottom",tags:[]},{name:"mdi-distribute-vertical-center",tags:[]},{name:"mdi-distribute-vertical-top",tags:[]},{name:"mdi-diving-flippers",tags:[]},{name:"mdi-diving-helmet",tags:[]},{name:"mdi-diving-scuba",tags:[]},{name:"mdi-diving-scuba-flag",tags:[]},{name:"mdi-diving-scuba-tank",tags:[]},{name:"mdi-diving-scuba-tank-multiple",tags:[]},{name:"mdi-diving-snorkel",tags:[]},{name:"mdi-division",tags:[]},{name:"mdi-division-box",tags:[]},{name:"mdi-dlna",tags:[]},{name:"mdi-dna",tags:[]},{name:"mdi-dns",tags:[]},{name:"mdi-dns-outline",tags:[]},{name:"mdi-do-not-disturb",tags:[]},{name:"mdi-do-not-disturb-off",tags:[]},{name:"mdi-dock-bottom",tags:[]},{name:"mdi-dock-left",tags:[]},{name:"mdi-dock-right",tags:[]},{name:"mdi-dock-window",tags:[]},{name:"mdi-docker",tags:[]},{name:"mdi-doctor",tags:[]},{name:"mdi-dog",tags:[]},{name:"mdi-dog-service",tags:[]},{name:"mdi-dog-side",tags:[]},{name:"mdi-dolby",tags:[]},{name:"mdi-dolly",tags:[]},{name:"mdi-domain",tags:[]},{name:"mdi-domain-off",tags:[]},{name:"mdi-domain-plus",tags:[]},{name:"mdi-domain-remove",tags:[]},{name:"mdi-domino-mask",tags:[]},{name:"mdi-donkey",tags:[]},{name:"mdi-door",tags:[]},{name:"mdi-door-closed",tags:[]},{name:"mdi-door-closed-lock",tags:[]},{name:"mdi-door-open",tags:[]},{name:"mdi-doorbell",tags:[]},{name:"mdi-doorbell-video",tags:[]},{name:"mdi-dot-net",tags:[]},{name:"mdi-dots-horizontal",tags:[]},{name:"mdi-dots-horizontal-circle",tags:[]},{name:"mdi-dots-horizontal-circle-outline",tags:[]},{name:"mdi-dots-vertical",tags:[]},{name:"mdi-dots-vertical-circle",tags:[]},{name:"mdi-dots-vertical-circle-outline",tags:[]},{name:"mdi-douban",tags:[]},{name:"mdi-download",tags:[]},{name:"mdi-download-lock",tags:[]},{name:"mdi-download-lock-outline",tags:[]},{name:"mdi-download-multiple",tags:[]},{name:"mdi-download-network",tags:[]},{name:"mdi-download-network-outline",tags:[]},{name:"mdi-download-off",tags:[]},{name:"mdi-download-off-outline",tags:[]},{name:"mdi-download-outline",tags:[]},{name:"mdi-drag",tags:[]},{name:"mdi-drag-horizontal",tags:[]},{name:"mdi-drag-horizontal-variant",tags:[]},{name:"mdi-drag-variant",tags:[]},{name:"mdi-drag-vertical",tags:[]},{name:"mdi-drag-vertical-variant",tags:[]},{name:"mdi-drama-masks",tags:[]},{name:"mdi-draw",tags:[]},{name:"mdi-drawing",tags:[]},{name:"mdi-drawing-box",tags:[]},{name:"mdi-dresser",tags:[]},{name:"mdi-dresser-outline",tags:[]},{name:"mdi-dribbble",tags:[]},{name:"mdi-dribbble-box",tags:[]},{name:"mdi-drone",tags:[]},{name:"mdi-dropbox",tags:[]},{name:"mdi-drupal",tags:[]},{name:"mdi-duck",tags:[]},{name:"mdi-dumbbell",tags:[]},{name:"mdi-dump-truck",tags:[]},{name:"mdi-ear-hearing",tags:[]},{name:"mdi-ear-hearing-off",tags:[]},{name:"mdi-earth",tags:[]},{name:"mdi-earth-arrow-right",tags:[]},{name:"mdi-earth-box",tags:[]},{name:"mdi-earth-box-off",tags:[]},{name:"mdi-earth-off",tags:[]},{name:"mdi-edge",tags:[]},{name:"mdi-edge-legacy",tags:[]},{name:"mdi-egg",tags:[]},{name:"mdi-egg-easter",tags:[]},{name:"mdi-eight-track",tags:[]},{name:"mdi-eject",tags:[]},{name:"mdi-eject-outline",tags:[]},{name:"mdi-electric-switch",tags:[]},{name:"mdi-electric-switch-closed",tags:[]},{name:"mdi-electron-framework",tags:[]},{name:"mdi-elephant",tags:[]},{name:"mdi-elevation-decline",tags:[]},{name:"mdi-elevation-rise",tags:[]},{name:"mdi-elevator",tags:[]},{name:"mdi-elevator-down",tags:[]},{name:"mdi-elevator-passenger",tags:[]},{name:"mdi-elevator-up",tags:[]},{name:"mdi-ellipse",tags:[]},{name:"mdi-ellipse-outline",tags:[]},{name:"mdi-email",tags:[]},{name:"mdi-email-alert",tags:[]},{name:"mdi-email-alert-outline",tags:[]},{name:"mdi-email-box",tags:[]},{name:"mdi-email-check",tags:[]},{name:"mdi-email-check-outline",tags:[]},{name:"mdi-email-edit",tags:[]},{name:"mdi-email-edit-outline",tags:[]},{name:"mdi-email-lock",tags:[]},{name:"mdi-email-mark-as-unread",tags:[]},{name:"mdi-email-minus",tags:[]},{name:"mdi-email-minus-outline",tags:[]},{name:"mdi-email-multiple",tags:[]},{name:"mdi-email-multiple-outline",tags:[]},{name:"mdi-email-newsletter",tags:[]},{name:"mdi-email-open",tags:[]},{name:"mdi-email-open-multiple",tags:[]},{name:"mdi-email-open-multiple-outline",tags:[]},{name:"mdi-email-open-outline",tags:[]},{name:"mdi-email-outline",tags:[]},{name:"mdi-email-plus",tags:[]},{name:"mdi-email-plus-outline",tags:[]},{name:"mdi-email-receive",tags:[]},{name:"mdi-email-receive-outline",tags:[]},{name:"mdi-email-search",tags:[]},{name:"mdi-email-search-outline",tags:[]},{name:"mdi-email-send",tags:[]},{name:"mdi-email-send-outline",tags:[]},{name:"mdi-email-sync",tags:[]},{name:"mdi-email-sync-outline",tags:[]},{name:"mdi-email-variant",tags:[]},{name:"mdi-ember",tags:[]},{name:"mdi-emby",tags:[]},{name:"mdi-emoticon",tags:[]},{name:"mdi-emoticon-angry",tags:[]},{name:"mdi-emoticon-angry-outline",tags:[]},{name:"mdi-emoticon-confused",tags:[]},{name:"mdi-emoticon-confused-outline",tags:[]},{name:"mdi-emoticon-cool",tags:[]},{name:"mdi-emoticon-cool-outline",tags:[]},{name:"mdi-emoticon-cry",tags:[]},{name:"mdi-emoticon-cry-outline",tags:[]},{name:"mdi-emoticon-dead",tags:[]},{name:"mdi-emoticon-dead-outline",tags:[]},{name:"mdi-emoticon-devil",tags:[]},{name:"mdi-emoticon-devil-outline",tags:[]},{name:"mdi-emoticon-excited",tags:[]},{name:"mdi-emoticon-excited-outline",tags:[]},{name:"mdi-emoticon-frown",tags:[]},{name:"mdi-emoticon-frown-outline",tags:[]},{name:"mdi-emoticon-happy",tags:[]},{name:"mdi-emoticon-happy-outline",tags:[]},{name:"mdi-emoticon-kiss",tags:[]},{name:"mdi-emoticon-kiss-outline",tags:[]},{name:"mdi-emoticon-lol",tags:[]},{name:"mdi-emoticon-lol-outline",tags:[]},{name:"mdi-emoticon-neutral",tags:[]},{name:"mdi-emoticon-neutral-outline",tags:[]},{name:"mdi-emoticon-outline",tags:[]},{name:"mdi-emoticon-poop",tags:[]},{name:"mdi-emoticon-poop-outline",tags:[]},{name:"mdi-emoticon-sad",tags:[]},{name:"mdi-emoticon-sad-outline",tags:[]},{name:"mdi-emoticon-tongue",tags:[]},{name:"mdi-emoticon-tongue-outline",tags:[]},{name:"mdi-emoticon-wink",tags:[]},{name:"mdi-emoticon-wink-outline",tags:[]},{name:"mdi-engine",tags:[]},{name:"mdi-engine-off",tags:[]},{name:"mdi-engine-off-outline",tags:[]},{name:"mdi-engine-outline",tags:[]},{name:"mdi-epsilon",tags:[]},{name:"mdi-equal",tags:[]},{name:"mdi-equal-box",tags:[]},{name:"mdi-equalizer",tags:[]},{name:"mdi-equalizer-outline",tags:[]},{name:"mdi-eraser",tags:[]},{name:"mdi-eraser-variant",tags:[]},{name:"mdi-escalator",tags:[]},{name:"mdi-escalator-down",tags:[]},{name:"mdi-escalator-up",tags:[]},{name:"mdi-eslint",tags:[]},{name:"mdi-et",tags:[]},{name:"mdi-ethereum",tags:[]},{name:"mdi-ethernet",tags:[]},{name:"mdi-ethernet-cable",tags:[]},{name:"mdi-ethernet-cable-off",tags:[]},{name:"mdi-etsy",tags:[]},{name:"mdi-ev-station",tags:[]},{name:"mdi-eventbrite",tags:[]},{name:"mdi-evernote",tags:[]},{name:"mdi-excavator",tags:[]},{name:"mdi-exclamation",tags:[]},{name:"mdi-exclamation-thick",tags:[]},{name:"mdi-exit-run",tags:[]},{name:"mdi-exit-to-app",tags:[]},{name:"mdi-expand-all",tags:[]},{name:"mdi-expand-all-outline",tags:[]},{name:"mdi-expansion-card",tags:[]},{name:"mdi-expansion-card-variant",tags:[]},{name:"mdi-exponent",tags:[]},{name:"mdi-exponent-box",tags:[]},{name:"mdi-export",tags:[]},{name:"mdi-export-variant",tags:[]},{name:"mdi-eye",tags:[]},{name:"mdi-eye-check",tags:[]},{name:"mdi-eye-check-outline",tags:[]},{name:"mdi-eye-circle",tags:[]},{name:"mdi-eye-circle-outline",tags:[]},{name:"mdi-eye-minus",tags:[]},{name:"mdi-eye-minus-outline",tags:[]},{name:"mdi-eye-off",tags:[]},{name:"mdi-eye-off-outline",tags:[]},{name:"mdi-eye-outline",tags:[]},{name:"mdi-eye-plus",tags:[]},{name:"mdi-eye-plus-outline",tags:[]},{name:"mdi-eye-settings",tags:[]},{name:"mdi-eye-settings-outline",tags:[]},{name:"mdi-eyedropper",tags:[]},{name:"mdi-eyedropper-variant",tags:[]},{name:"mdi-face",tags:[]},{name:"mdi-face-agent",tags:[]},{name:"mdi-face-outline",tags:[]},{name:"mdi-face-profile",tags:[]},{name:"mdi-face-profile-woman",tags:[]},{name:"mdi-face-recognition",tags:[]},{name:"mdi-face-woman",tags:[]},{name:"mdi-face-woman-outline",tags:[]},{name:"mdi-facebook",tags:[]},{name:"mdi-facebook-box",tags:[]},{name:"mdi-facebook-messenger",tags:[]},{name:"mdi-facebook-workplace",tags:[]},{name:"mdi-factory",tags:[]},{name:"mdi-fan",tags:[]},{name:"mdi-fan-off",tags:[]},{name:"mdi-fast-forward",tags:[]},{name:"mdi-fast-forward-10",tags:[]},{name:"mdi-fast-forward-30",tags:[]},{name:"mdi-fast-forward-5",tags:[]},{name:"mdi-fast-forward-outline",tags:[]},{name:"mdi-fax",tags:[]},{name:"mdi-feather",tags:[]},{name:"mdi-feature-search",tags:[]},{name:"mdi-feature-search-outline",tags:[]},{name:"mdi-fedora",tags:[]},{name:"mdi-ferris-wheel",tags:[]},{name:"mdi-ferry",tags:[]},{name:"mdi-file",tags:[]},{name:"mdi-file-account",tags:[]},{name:"mdi-file-account-outline",tags:[]},{name:"mdi-file-alert",tags:[]},{name:"mdi-file-alert-outline",tags:[]},{name:"mdi-file-cabinet",tags:[]},{name:"mdi-file-cad",tags:[]},{name:"mdi-file-cad-box",tags:[]},{name:"mdi-file-cancel",tags:[]},{name:"mdi-file-cancel-outline",tags:[]},{name:"mdi-file-certificate",tags:[]},{name:"mdi-file-certificate-outline",tags:[]},{name:"mdi-file-chart",tags:[]},{name:"mdi-file-chart-outline",tags:[]},{name:"mdi-file-check",tags:[]},{name:"mdi-file-check-outline",tags:[]},{name:"mdi-file-clock",tags:[]},{name:"mdi-file-clock-outline",tags:[]},{name:"mdi-file-cloud",tags:[]},{name:"mdi-file-cloud-outline",tags:[]},{name:"mdi-file-code",tags:[]},{name:"mdi-file-code-outline",tags:[]},{name:"mdi-file-compare",tags:[]},{name:"mdi-file-delimited",tags:[]},{name:"mdi-file-delimited-outline",tags:[]},{name:"mdi-file-document",tags:[]},{name:"mdi-file-document-box",tags:[]},{name:"mdi-file-document-box-check",tags:[]},{name:"mdi-file-document-box-check-outline",tags:[]},{name:"mdi-file-document-box-minus",tags:[]},{name:"mdi-file-document-box-minus-outline",tags:[]},{name:"mdi-file-document-box-multiple",tags:[]},{name:"mdi-file-document-box-multiple-outline",tags:[]},{name:"mdi-file-document-box-outline",tags:[]},{name:"mdi-file-document-box-plus",tags:[]},{name:"mdi-file-document-box-plus-outline",tags:[]},{name:"mdi-file-document-box-remove",tags:[]},{name:"mdi-file-document-box-remove-outline",tags:[]},{name:"mdi-file-document-box-search",tags:[]},{name:"mdi-file-document-box-search-outline",tags:[]},{name:"mdi-file-document-edit",tags:[]},{name:"mdi-file-document-edit-outline",tags:[]},{name:"mdi-file-document-outline",tags:[]},{name:"mdi-file-download",tags:[]},{name:"mdi-file-download-outline",tags:[]},{name:"mdi-file-edit",tags:[]},{name:"mdi-file-edit-outline",tags:[]},{name:"mdi-file-excel",tags:[]},{name:"mdi-file-excel-box",tags:[]},{name:"mdi-file-excel-box-outline",tags:[]},{name:"mdi-file-excel-outline",tags:[]},{name:"mdi-file-export",tags:[]},{name:"mdi-file-export-outline",tags:[]},{name:"mdi-file-eye",tags:[]},{name:"mdi-file-eye-outline",tags:[]},{name:"mdi-file-find",tags:[]},{name:"mdi-file-find-outline",tags:[]},{name:"mdi-file-hidden",tags:[]},{name:"mdi-file-image",tags:[]},{name:"mdi-file-image-outline",tags:[]},{name:"mdi-file-import",tags:[]},{name:"mdi-file-import-outline",tags:[]},{name:"mdi-file-key",tags:[]},{name:"mdi-file-key-outline",tags:[]},{name:"mdi-file-link",tags:[]},{name:"mdi-file-link-outline",tags:[]},{name:"mdi-file-lock",tags:[]},{name:"mdi-file-lock-outline",tags:[]},{name:"mdi-file-move",tags:[]},{name:"mdi-file-move-outline",tags:[]},{name:"mdi-file-multiple",tags:[]},{name:"mdi-file-multiple-outline",tags:[]},{name:"mdi-file-music",tags:[]},{name:"mdi-file-music-outline",tags:[]},{name:"mdi-file-outline",tags:[]},{name:"mdi-file-pdf",tags:[]},{name:"mdi-file-pdf-box",tags:[]},{name:"mdi-file-pdf-box-outline",tags:[]},{name:"mdi-file-pdf-outline",tags:[]},{name:"mdi-file-percent",tags:[]},{name:"mdi-file-percent-outline",tags:[]},{name:"mdi-file-phone",tags:[]},{name:"mdi-file-phone-outline",tags:[]},{name:"mdi-file-plus",tags:[]},{name:"mdi-file-plus-outline",tags:[]},{name:"mdi-file-powerpoint",tags:[]},{name:"mdi-file-powerpoint-box",tags:[]},{name:"mdi-file-powerpoint-box-outline",tags:[]},{name:"mdi-file-powerpoint-outline",tags:[]},{name:"mdi-file-presentation-box",tags:[]},{name:"mdi-file-question",tags:[]},{name:"mdi-file-question-outline",tags:[]},{name:"mdi-file-remove",tags:[]},{name:"mdi-file-remove-outline",tags:[]},{name:"mdi-file-replace",tags:[]},{name:"mdi-file-replace-outline",tags:[]},{name:"mdi-file-restore",tags:[]},{name:"mdi-file-restore-outline",tags:[]},{name:"mdi-file-search",tags:[]},{name:"mdi-file-search-outline",tags:[]},{name:"mdi-file-send",tags:[]},{name:"mdi-file-send-outline",tags:[]},{name:"mdi-file-settings",tags:[]},{name:"mdi-file-settings-outline",tags:[]},{name:"mdi-file-settings-variant",tags:[]},{name:"mdi-file-settings-variant-outline",tags:[]},{name:"mdi-file-star",tags:[]},{name:"mdi-file-star-outline",tags:[]},{name:"mdi-file-swap",tags:[]},{name:"mdi-file-swap-outline",tags:[]},{name:"mdi-file-sync",tags:[]},{name:"mdi-file-sync-outline",tags:[]},{name:"mdi-file-table",tags:[]},{name:"mdi-file-table-box",tags:[]},{name:"mdi-file-table-box-multiple",tags:[]},{name:"mdi-file-table-box-multiple-outline",tags:[]},{name:"mdi-file-table-box-outline",tags:[]},{name:"mdi-file-table-outline",tags:[]},{name:"mdi-file-tree",tags:[]},{name:"mdi-file-undo",tags:[]},{name:"mdi-file-undo-outline",tags:[]},{name:"mdi-file-upload",tags:[]},{name:"mdi-file-upload-outline",tags:[]},{name:"mdi-file-video",tags:[]},{name:"mdi-file-video-outline",tags:[]},{name:"mdi-file-word",tags:[]},{name:"mdi-file-word-box",tags:[]},{name:"mdi-file-word-box-outline",tags:[]},{name:"mdi-file-word-outline",tags:[]},{name:"mdi-film",tags:[]},{name:"mdi-filmstrip",tags:[]},{name:"mdi-filmstrip-off",tags:[]},{name:"mdi-filter",tags:[]},{name:"mdi-filter-menu",tags:[]},{name:"mdi-filter-menu-outline",tags:[]},{name:"mdi-filter-minus",tags:[]},{name:"mdi-filter-minus-outline",tags:[]},{name:"mdi-filter-outline",tags:[]},{name:"mdi-filter-plus",tags:[]},{name:"mdi-filter-plus-outline",tags:[]},{name:"mdi-filter-remove",tags:[]},{name:"mdi-filter-remove-outline",tags:[]},{name:"mdi-filter-variant",tags:[]},{name:"mdi-filter-variant-minus",tags:[]},{name:"mdi-filter-variant-plus",tags:[]},{name:"mdi-filter-variant-remove",tags:[]},{name:"mdi-finance",tags:[]},{name:"mdi-find-replace",tags:[]},{name:"mdi-fingerprint",tags:[]},{name:"mdi-fingerprint-off",tags:[]},{name:"mdi-fire",tags:[]},{name:"mdi-fire-extinguisher",tags:[]},{name:"mdi-fire-hydrant",tags:[]},{name:"mdi-fire-hydrant-alert",tags:[]},{name:"mdi-fire-hydrant-off",tags:[]},{name:"mdi-fire-truck",tags:[]},{name:"mdi-firebase",tags:[]},{name:"mdi-firefox",tags:[]},{name:"mdi-fireplace",tags:[]},{name:"mdi-fireplace-off",tags:[]},{name:"mdi-firework",tags:[]},{name:"mdi-fish",tags:[]},{name:"mdi-fishbowl",tags:[]},{name:"mdi-fishbowl-outline",tags:[]},{name:"mdi-fit-to-page",tags:[]},{name:"mdi-fit-to-page-outline",tags:[]},{name:"mdi-flag",tags:[]},{name:"mdi-flag-checkered",tags:[]},{name:"mdi-flag-minus",tags:[]},{name:"mdi-flag-minus-outline",tags:[]},{name:"mdi-flag-outline",tags:[]},{name:"mdi-flag-plus",tags:[]},{name:"mdi-flag-plus-outline",tags:[]},{name:"mdi-flag-remove",tags:[]},{name:"mdi-flag-remove-outline",tags:[]},{name:"mdi-flag-triangle",tags:[]},{name:"mdi-flag-variant",tags:[]},{name:"mdi-flag-variant-outline",tags:[]},{name:"mdi-flare",tags:[]},{name:"mdi-flash",tags:[]},{name:"mdi-flash-alert",tags:[]},{name:"mdi-flash-alert-outline",tags:[]},{name:"mdi-flash-auto",tags:[]},{name:"mdi-flash-circle",tags:[]},{name:"mdi-flash-off",tags:[]},{name:"mdi-flash-outline",tags:[]},{name:"mdi-flash-red-eye",tags:[]},{name:"mdi-flashlight",tags:[]},{name:"mdi-flashlight-off",tags:[]},{name:"mdi-flask",tags:[]},{name:"mdi-flask-empty",tags:[]},{name:"mdi-flask-empty-minus",tags:[]},{name:"mdi-flask-empty-minus-outline",tags:[]},{name:"mdi-flask-empty-outline",tags:[]},{name:"mdi-flask-empty-plus",tags:[]},{name:"mdi-flask-empty-plus-outline",tags:[]},{name:"mdi-flask-empty-remove",tags:[]},{name:"mdi-flask-empty-remove-outline",tags:[]},{name:"mdi-flask-minus",tags:[]},{name:"mdi-flask-minus-outline",tags:[]},{name:"mdi-flask-outline",tags:[]},{name:"mdi-flask-plus",tags:[]},{name:"mdi-flask-plus-outline",tags:[]},{name:"mdi-flask-remove",tags:[]},{name:"mdi-flask-remove-outline",tags:[]},{name:"mdi-flask-round-bottom",tags:[]},{name:"mdi-flask-round-bottom-empty",tags:[]},{name:"mdi-flask-round-bottom-empty-outline",tags:[]},{name:"mdi-flask-round-bottom-outline",tags:[]},{name:"mdi-flattr",tags:[]},{name:"mdi-fleur-de-lis",tags:[]},{name:"mdi-flickr",tags:[]},{name:"mdi-flip-horizontal",tags:[]},{name:"mdi-flip-to-back",tags:[]},{name:"mdi-flip-to-front",tags:[]},{name:"mdi-flip-vertical",tags:[]},{name:"mdi-floor-lamp",tags:[]},{name:"mdi-floor-lamp-dual",tags:[]},{name:"mdi-floor-lamp-variant",tags:[]},{name:"mdi-floor-plan",tags:[]},{name:"mdi-floppy",tags:[]},{name:"mdi-floppy-variant",tags:[]},{name:"mdi-flower",tags:[]},{name:"mdi-flower-outline",tags:[]},{name:"mdi-flower-poppy",tags:[]},{name:"mdi-flower-tulip",tags:[]},{name:"mdi-flower-tulip-outline",tags:[]},{name:"mdi-focus-auto",tags:[]},{name:"mdi-focus-field",tags:[]},{name:"mdi-focus-field-horizontal",tags:[]},{name:"mdi-focus-field-vertical",tags:[]},{name:"mdi-folder",tags:[]},{name:"mdi-folder-account",tags:[]},{name:"mdi-folder-account-outline",tags:[]},{name:"mdi-folder-alert",tags:[]},{name:"mdi-folder-alert-outline",tags:[]},{name:"mdi-folder-clock",tags:[]},{name:"mdi-folder-clock-outline",tags:[]},{name:"mdi-folder-download",tags:[]},{name:"mdi-folder-download-outline",tags:[]},{name:"mdi-folder-edit",tags:[]},{name:"mdi-folder-edit-outline",tags:[]},{name:"mdi-folder-google-drive",tags:[]},{name:"mdi-folder-heart",tags:[]},{name:"mdi-folder-heart-outline",tags:[]},{name:"mdi-folder-home",tags:[]},{name:"mdi-folder-home-outline",tags:[]},{name:"mdi-folder-image",tags:[]},{name:"mdi-folder-information",tags:[]},{name:"mdi-folder-information-outline",tags:[]},{name:"mdi-folder-key",tags:[]},{name:"mdi-folder-key-network",tags:[]},{name:"mdi-folder-key-network-outline",tags:[]},{name:"mdi-folder-key-outline",tags:[]},{name:"mdi-folder-lock",tags:[]},{name:"mdi-folder-lock-open",tags:[]},{name:"mdi-folder-marker",tags:[]},{name:"mdi-folder-marker-outline",tags:[]},{name:"mdi-folder-move",tags:[]},{name:"mdi-folder-move-outline",tags:[]},{name:"mdi-folder-multiple",tags:[]},{name:"mdi-folder-multiple-image",tags:[]},{name:"mdi-folder-multiple-outline",tags:[]},{name:"mdi-folder-music",tags:[]},{name:"mdi-folder-music-outline",tags:[]},{name:"mdi-folder-network",tags:[]},{name:"mdi-folder-network-outline",tags:[]},{name:"mdi-folder-open",tags:[]},{name:"mdi-folder-open-outline",tags:[]},{name:"mdi-folder-outline",tags:[]},{name:"mdi-folder-plus",tags:[]},{name:"mdi-folder-plus-outline",tags:[]},{name:"mdi-folder-pound",tags:[]},{name:"mdi-folder-pound-outline",tags:[]},{name:"mdi-folder-remove",tags:[]},{name:"mdi-folder-remove-outline",tags:[]},{name:"mdi-folder-search",tags:[]},{name:"mdi-folder-search-outline",tags:[]},{name:"mdi-folder-settings",tags:[]},{name:"mdi-folder-settings-outline",tags:[]},{name:"mdi-folder-settings-variant",tags:[]},{name:"mdi-folder-settings-variant-outline",tags:[]},{name:"mdi-folder-star",tags:[]},{name:"mdi-folder-star-outline",tags:[]},{name:"mdi-folder-swap",tags:[]},{name:"mdi-folder-swap-outline",tags:[]},{name:"mdi-folder-sync",tags:[]},{name:"mdi-folder-sync-outline",tags:[]},{name:"mdi-folder-table",tags:[]},{name:"mdi-folder-table-outline",tags:[]},{name:"mdi-folder-text",tags:[]},{name:"mdi-folder-text-outline",tags:[]},{name:"mdi-folder-upload",tags:[]},{name:"mdi-folder-upload-outline",tags:[]},{name:"mdi-folder-zip",tags:[]},{name:"mdi-folder-zip-outline",tags:[]},{name:"mdi-font-awesome",tags:[]},{name:"mdi-food",tags:[]},{name:"mdi-food-apple",tags:[]},{name:"mdi-food-apple-outline",tags:[]},{name:"mdi-food-croissant",tags:[]},{name:"mdi-food-fork-drink",tags:[]},{name:"mdi-food-off",tags:[]},{name:"mdi-food-variant",tags:[]},{name:"mdi-foot-print",tags:[]},{name:"mdi-football",tags:[]},{name:"mdi-football-australian",tags:[]},{name:"mdi-football-helmet",tags:[]},{name:"mdi-forklift",tags:[]},{name:"mdi-format-align-bottom",tags:[]},{name:"mdi-format-align-center",tags:[]},{name:"mdi-format-align-justify",tags:[]},{name:"mdi-format-align-left",tags:[]},{name:"mdi-format-align-middle",tags:[]},{name:"mdi-format-align-right",tags:[]},{name:"mdi-format-align-top",tags:[]},{name:"mdi-format-annotation-minus",tags:[]},{name:"mdi-format-annotation-plus",tags:[]},{name:"mdi-format-bold",tags:[]},{name:"mdi-format-clear",tags:[]},{name:"mdi-format-color-fill",tags:[]},{name:"mdi-format-color-highlight",tags:[]},{name:"mdi-format-color-marker-cancel",tags:[]},{name:"mdi-format-color-text",tags:[]},{name:"mdi-format-columns",tags:[]},{name:"mdi-format-float-center",tags:[]},{name:"mdi-format-float-left",tags:[]},{name:"mdi-format-float-none",tags:[]},{name:"mdi-format-float-right",tags:[]},{name:"mdi-format-font",tags:[]},{name:"mdi-format-font-size-decrease",tags:[]},{name:"mdi-format-font-size-increase",tags:[]},{name:"mdi-format-header-1",tags:[]},{name:"mdi-format-header-2",tags:[]},{name:"mdi-format-header-3",tags:[]},{name:"mdi-format-header-4",tags:[]},{name:"mdi-format-header-5",tags:[]},{name:"mdi-format-header-6",tags:[]},{name:"mdi-format-header-decrease",tags:[]},{name:"mdi-format-header-equal",tags:[]},{name:"mdi-format-header-increase",tags:[]},{name:"mdi-format-header-pound",tags:[]},{name:"mdi-format-horizontal-align-center",tags:[]},{name:"mdi-format-horizontal-align-left",tags:[]},{name:"mdi-format-horizontal-align-right",tags:[]},{name:"mdi-format-indent-decrease",tags:[]},{name:"mdi-format-indent-increase",tags:[]},{name:"mdi-format-italic",tags:[]},{name:"mdi-format-letter-case",tags:[]},{name:"mdi-format-letter-case-lower",tags:[]},{name:"mdi-format-letter-case-upper",tags:[]},{name:"mdi-format-letter-ends-with",tags:[]},{name:"mdi-format-letter-matches",tags:[]},{name:"mdi-format-letter-starts-with",tags:[]},{name:"mdi-format-line-spacing",tags:[]},{name:"mdi-format-line-style",tags:[]},{name:"mdi-format-line-weight",tags:[]},{name:"mdi-format-list-bulleted",tags:[]},{name:"mdi-format-list-bulleted-square",tags:[]},{name:"mdi-format-list-bulleted-triangle",tags:[]},{name:"mdi-format-list-bulleted-type",tags:[]},{name:"mdi-format-list-checkbox",tags:[]},{name:"mdi-format-list-checks",tags:[]},{name:"mdi-format-list-numbered",tags:[]},{name:"mdi-format-list-numbered-rtl",tags:[]},{name:"mdi-format-list-text",tags:[]},{name:"mdi-format-overline",tags:[]},{name:"mdi-format-page-break",tags:[]},{name:"mdi-format-paint",tags:[]},{name:"mdi-format-paragraph",tags:[]},{name:"mdi-format-pilcrow",tags:[]},{name:"mdi-format-quote-close",tags:[]},{name:"mdi-format-quote-close-outline",tags:[]},{name:"mdi-format-quote-open",tags:[]},{name:"mdi-format-quote-open-outline",tags:[]},{name:"mdi-format-rotate-90",tags:[]},{name:"mdi-format-section",tags:[]},{name:"mdi-format-size",tags:[]},{name:"mdi-format-strikethrough",tags:[]},{name:"mdi-format-strikethrough-variant",tags:[]},{name:"mdi-format-subscript",tags:[]},{name:"mdi-format-superscript",tags:[]},{name:"mdi-format-text",tags:[]},{name:"mdi-format-text-rotation-angle-down",tags:[]},{name:"mdi-format-text-rotation-angle-up",tags:[]},{name:"mdi-format-text-rotation-down",tags:[]},{name:"mdi-format-text-rotation-down-vertical",tags:[]},{name:"mdi-format-text-rotation-none",tags:[]},{name:"mdi-format-text-rotation-up",tags:[]},{name:"mdi-format-text-rotation-vertical",tags:[]},{name:"mdi-format-text-variant",tags:[]},{name:"mdi-format-text-wrapping-clip",tags:[]},{name:"mdi-format-text-wrapping-overflow",tags:[]},{name:"mdi-format-text-wrapping-wrap",tags:[]},{name:"mdi-format-textbox",tags:[]},{name:"mdi-format-textdirection-l-to-r",tags:[]},{name:"mdi-format-textdirection-r-to-l",tags:[]},{name:"mdi-format-title",tags:[]},{name:"mdi-format-underline",tags:[]},{name:"mdi-format-vertical-align-bottom",tags:[]},{name:"mdi-format-vertical-align-center",tags:[]},{name:"mdi-format-vertical-align-top",tags:[]},{name:"mdi-format-wrap-inline",tags:[]},{name:"mdi-format-wrap-square",tags:[]},{name:"mdi-format-wrap-tight",tags:[]},{name:"mdi-format-wrap-top-bottom",tags:[]},{name:"mdi-forum",tags:[]},{name:"mdi-forum-outline",tags:[]},{name:"mdi-forward",tags:[]},{name:"mdi-forwardburger",tags:[]},{name:"mdi-fountain",tags:[]},{name:"mdi-fountain-pen",tags:[]},{name:"mdi-fountain-pen-tip",tags:[]},{name:"mdi-foursquare",tags:[]},{name:"mdi-freebsd",tags:[]},{name:"mdi-frequently-asked-questions",tags:[]},{name:"mdi-fridge",tags:[]},{name:"mdi-fridge-alert",tags:[]},{name:"mdi-fridge-alert-outline",tags:[]},{name:"mdi-fridge-bottom",tags:[]},{name:"mdi-fridge-off",tags:[]},{name:"mdi-fridge-off-outline",tags:[]},{name:"mdi-fridge-outline",tags:[]},{name:"mdi-fridge-top",tags:[]},{name:"mdi-fruit-cherries",tags:[]},{name:"mdi-fruit-citrus",tags:[]},{name:"mdi-fruit-grapes",tags:[]},{name:"mdi-fruit-grapes-outline",tags:[]},{name:"mdi-fruit-pineapple",tags:[]},{name:"mdi-fruit-watermelon",tags:[]},{name:"mdi-fuel",tags:[]},{name:"mdi-fullscreen",tags:[]},{name:"mdi-fullscreen-exit",tags:[]},{name:"mdi-function",tags:[]},{name:"mdi-function-variant",tags:[]},{name:"mdi-furigana-horizontal",tags:[]},{name:"mdi-furigana-vertical",tags:[]},{name:"mdi-fuse",tags:[]},{name:"mdi-fuse-blade",tags:[]},{name:"mdi-gamepad",tags:[]},{name:"mdi-gamepad-circle",tags:[]},{name:"mdi-gamepad-circle-down",tags:[]},{name:"mdi-gamepad-circle-left",tags:[]},{name:"mdi-gamepad-circle-outline",tags:[]},{name:"mdi-gamepad-circle-right",tags:[]},{name:"mdi-gamepad-circle-up",tags:[]},{name:"mdi-gamepad-down",tags:[]},{name:"mdi-gamepad-left",tags:[]},{name:"mdi-gamepad-right",tags:[]},{name:"mdi-gamepad-round",tags:[]},{name:"mdi-gamepad-round-down",tags:[]},{name:"mdi-gamepad-round-left",tags:[]},{name:"mdi-gamepad-round-outline",tags:[]},{name:"mdi-gamepad-round-right",tags:[]},{name:"mdi-gamepad-round-up",tags:[]},{name:"mdi-gamepad-square",tags:[]},{name:"mdi-gamepad-square-outline",tags:[]},{name:"mdi-gamepad-up",tags:[]},{name:"mdi-gamepad-variant",tags:[]},{name:"mdi-gamepad-variant-outline",tags:[]},{name:"mdi-gamma",tags:[]},{name:"mdi-gantry-crane",tags:[]},{name:"mdi-garage",tags:[]},{name:"mdi-garage-alert",tags:[]},{name:"mdi-garage-alert-variant",tags:[]},{name:"mdi-garage-open",tags:[]},{name:"mdi-garage-open-variant",tags:[]},{name:"mdi-garage-variant",tags:[]},{name:"mdi-gas-cylinder",tags:[]},{name:"mdi-gas-station",tags:[]},{name:"mdi-gas-station-outline",tags:[]},{name:"mdi-gate",tags:[]},{name:"mdi-gate-and",tags:[]},{name:"mdi-gate-arrow-right",tags:[]},{name:"mdi-gate-nand",tags:[]},{name:"mdi-gate-nor",tags:[]},{name:"mdi-gate-not",tags:[]},{name:"mdi-gate-open",tags:[]},{name:"mdi-gate-or",tags:[]},{name:"mdi-gate-xnor",tags:[]},{name:"mdi-gate-xor",tags:[]},{name:"mdi-gatsby",tags:[]},{name:"mdi-gauge",tags:[]},{name:"mdi-gauge-empty",tags:[]},{name:"mdi-gauge-full",tags:[]},{name:"mdi-gauge-low",tags:[]},{name:"mdi-gavel",tags:[]},{name:"mdi-gender-female",tags:[]},{name:"mdi-gender-male",tags:[]},{name:"mdi-gender-male-female",tags:[]},{name:"mdi-gender-male-female-variant",tags:[]},{name:"mdi-gender-non-binary",tags:[]},{name:"mdi-gender-transgender",tags:[]},{name:"mdi-gentoo",tags:[]},{name:"mdi-gesture",tags:[]},{name:"mdi-gesture-double-tap",tags:[]},{name:"mdi-gesture-pinch",tags:[]},{name:"mdi-gesture-spread",tags:[]},{name:"mdi-gesture-swipe",tags:[]},{name:"mdi-gesture-swipe-down",tags:[]},{name:"mdi-gesture-swipe-horizontal",tags:[]},{name:"mdi-gesture-swipe-left",tags:[]},{name:"mdi-gesture-swipe-right",tags:[]},{name:"mdi-gesture-swipe-up",tags:[]},{name:"mdi-gesture-swipe-vertical",tags:[]},{name:"mdi-gesture-tap",tags:[]},{name:"mdi-gesture-tap-box",tags:[]},{name:"mdi-gesture-tap-button",tags:[]},{name:"mdi-gesture-tap-hold",tags:[]},{name:"mdi-gesture-two-double-tap",tags:[]},{name:"mdi-gesture-two-tap",tags:[]},{name:"mdi-ghost",tags:[]},{name:"mdi-ghost-off",tags:[]},{name:"mdi-gif",tags:[]},{name:"mdi-gift",tags:[]},{name:"mdi-gift-outline",tags:[]},{name:"mdi-git",tags:[]},{name:"mdi-github-box",tags:[]},{name:"mdi-github-circle",tags:[]},{name:"mdi-github-face",tags:[]},{name:"mdi-gitlab",tags:[]},{name:"mdi-glass-cocktail",tags:[]},{name:"mdi-glass-flute",tags:[]},{name:"mdi-glass-mug",tags:[]},{name:"mdi-glass-mug-variant",tags:[]},{name:"mdi-glass-pint-outline",tags:[]},{name:"mdi-glass-stange",tags:[]},{name:"mdi-glass-tulip",tags:[]},{name:"mdi-glass-wine",tags:[]},{name:"mdi-glassdoor",tags:[]},{name:"mdi-glasses",tags:[]},{name:"mdi-globe-light",tags:[]},{name:"mdi-globe-model",tags:[]},{name:"mdi-gmail",tags:[]},{name:"mdi-gnome",tags:[]},{name:"mdi-go-kart",tags:[]},{name:"mdi-go-kart-track",tags:[]},{name:"mdi-gog",tags:[]},{name:"mdi-gold",tags:[]},{name:"mdi-golf",tags:[]},{name:"mdi-golf-cart",tags:[]},{name:"mdi-golf-tee",tags:[]},{name:"mdi-gondola",tags:[]},{name:"mdi-goodreads",tags:[]},{name:"mdi-google",tags:[]},{name:"mdi-google-adwords",tags:[]},{name:"mdi-google-analytics",tags:[]},{name:"mdi-google-assistant",tags:[]},{name:"mdi-google-cardboard",tags:[]},{name:"mdi-google-chrome",tags:[]},{name:"mdi-google-circles",tags:[]},{name:"mdi-google-circles-communities",tags:[]},{name:"mdi-google-circles-extended",tags:[]},{name:"mdi-google-circles-group",tags:[]},{name:"mdi-google-classroom",tags:[]},{name:"mdi-google-cloud",tags:[]},{name:"mdi-google-controller",tags:[]},{name:"mdi-google-controller-off",tags:[]},{name:"mdi-google-downasaur",tags:[]},{name:"mdi-google-drive",tags:[]},{name:"mdi-google-earth",tags:[]},{name:"mdi-google-fit",tags:[]},{name:"mdi-google-glass",tags:[]},{name:"mdi-google-hangouts",tags:[]},{name:"mdi-google-home",tags:[]},{name:"mdi-google-keep",tags:[]},{name:"mdi-google-lens",tags:[]},{name:"mdi-google-maps",tags:[]},{name:"mdi-google-my-business",tags:[]},{name:"mdi-google-nearby",tags:[]},{name:"mdi-google-pages",tags:[]},{name:"mdi-google-photos",tags:[]},{name:"mdi-google-physical-web",tags:[]},{name:"mdi-google-play",tags:[]},{name:"mdi-google-plus",tags:[]},{name:"mdi-google-plus-box",tags:[]},{name:"mdi-google-podcast",tags:[]},{name:"mdi-google-spreadsheet",tags:[]},{name:"mdi-google-street-view",tags:[]},{name:"mdi-google-translate",tags:[]},{name:"mdi-gradient",tags:[]},{name:"mdi-grain",tags:[]},{name:"mdi-graph",tags:[]},{name:"mdi-graph-outline",tags:[]},{name:"mdi-graphql",tags:[]},{name:"mdi-grave-stone",tags:[]},{name:"mdi-grease-pencil",tags:[]},{name:"mdi-greater-than",tags:[]},{name:"mdi-greater-than-or-equal",tags:[]},{name:"mdi-grid",tags:[]},{name:"mdi-grid-large",tags:[]},{name:"mdi-grid-off",tags:[]},{name:"mdi-grill",tags:[]},{name:"mdi-grill-outline",tags:[]},{name:"mdi-group",tags:[]},{name:"mdi-guitar-acoustic",tags:[]},{name:"mdi-guitar-electric",tags:[]},{name:"mdi-guitar-pick",tags:[]},{name:"mdi-guitar-pick-outline",tags:[]},{name:"mdi-guy-fawkes-mask",tags:[]},{name:"mdi-hackernews",tags:[]},{name:"mdi-hail",tags:[]},{name:"mdi-hair-dryer",tags:[]},{name:"mdi-hair-dryer-outline",tags:[]},{name:"mdi-halloween",tags:[]},{name:"mdi-hamburger",tags:[]},{name:"mdi-hammer",tags:[]},{name:"mdi-hammer-screwdriver",tags:[]},{name:"mdi-hammer-wrench",tags:[]},{name:"mdi-hand",tags:[]},{name:"mdi-hand-heart",tags:[]},{name:"mdi-hand-left",tags:[]},{name:"mdi-hand-okay",tags:[]},{name:"mdi-hand-peace",tags:[]},{name:"mdi-hand-peace-variant",tags:[]},{name:"mdi-hand-pointing-down",tags:[]},{name:"mdi-hand-pointing-left",tags:[]},{name:"mdi-hand-pointing-right",tags:[]},{name:"mdi-hand-pointing-up",tags:[]},{name:"mdi-hand-right",tags:[]},{name:"mdi-hand-saw",tags:[]},{name:"mdi-handball",tags:[]},{name:"mdi-handcuffs",tags:[]},{name:"mdi-handshake",tags:[]},{name:"mdi-hanger",tags:[]},{name:"mdi-hard-hat",tags:[]},{name:"mdi-harddisk",tags:[]},{name:"mdi-harddisk-plus",tags:[]},{name:"mdi-harddisk-remove",tags:[]},{name:"mdi-hat-fedora",tags:[]},{name:"mdi-hazard-lights",tags:[]},{name:"mdi-hdr",tags:[]},{name:"mdi-hdr-off",tags:[]},{name:"mdi-head",tags:[]},{name:"mdi-head-alert",tags:[]},{name:"mdi-head-alert-outline",tags:[]},{name:"mdi-head-check",tags:[]},{name:"mdi-head-check-outline",tags:[]},{name:"mdi-head-cog",tags:[]},{name:"mdi-head-cog-outline",tags:[]},{name:"mdi-head-dots-horizontal",tags:[]},{name:"mdi-head-dots-horizontal-outline",tags:[]},{name:"mdi-head-flash",tags:[]},{name:"mdi-head-flash-outline",tags:[]},{name:"mdi-head-heart",tags:[]},{name:"mdi-head-heart-outline",tags:[]},{name:"mdi-head-lightbulb",tags:[]},{name:"mdi-head-lightbulb-outline",tags:[]},{name:"mdi-head-minus",tags:[]},{name:"mdi-head-minus-outline",tags:[]},{name:"mdi-head-outline",tags:[]},{name:"mdi-head-plus",tags:[]},{name:"mdi-head-plus-outline",tags:[]},{name:"mdi-head-question",tags:[]},{name:"mdi-head-question-outline",tags:[]},{name:"mdi-head-remove",tags:[]},{name:"mdi-head-remove-outline",tags:[]},{name:"mdi-head-snowflake",tags:[]},{name:"mdi-head-snowflake-outline",tags:[]},{name:"mdi-head-sync",tags:[]},{name:"mdi-head-sync-outline",tags:[]},{name:"mdi-headphones",tags:[]},{name:"mdi-headphones-bluetooth",tags:[]},{name:"mdi-headphones-box",tags:[]},{name:"mdi-headphones-off",tags:[]},{name:"mdi-headphones-settings",tags:[]},{name:"mdi-headset",tags:[]},{name:"mdi-headset-dock",tags:[]},{name:"mdi-headset-off",tags:[]},{name:"mdi-heart",tags:[]},{name:"mdi-heart-box",tags:[]},{name:"mdi-heart-box-outline",tags:[]},{name:"mdi-heart-broken",tags:[]},{name:"mdi-heart-broken-outline",tags:[]},{name:"mdi-heart-circle",tags:[]},{name:"mdi-heart-circle-outline",tags:[]},{name:"mdi-heart-flash",tags:[]},{name:"mdi-heart-half",tags:[]},{name:"mdi-heart-half-full",tags:[]},{name:"mdi-heart-half-outline",tags:[]},{name:"mdi-heart-multiple",tags:[]},{name:"mdi-heart-multiple-outline",tags:[]},{name:"mdi-heart-off",tags:[]},{name:"mdi-heart-outline",tags:[]},{name:"mdi-heart-pulse",tags:[]},{name:"mdi-helicopter",tags:[]},{name:"mdi-help",tags:[]},{name:"mdi-help-box",tags:[]},{name:"mdi-help-circle",tags:[]},{name:"mdi-help-circle-outline",tags:[]},{name:"mdi-help-network",tags:[]},{name:"mdi-help-network-outline",tags:[]},{name:"mdi-help-rhombus",tags:[]},{name:"mdi-help-rhombus-outline",tags:[]},{name:"mdi-hexadecimal",tags:[]},{name:"mdi-hexagon",tags:[]},{name:"mdi-hexagon-multiple",tags:[]},{name:"mdi-hexagon-multiple-outline",tags:[]},{name:"mdi-hexagon-outline",tags:[]},{name:"mdi-hexagon-slice-1",tags:[]},{name:"mdi-hexagon-slice-2",tags:[]},{name:"mdi-hexagon-slice-3",tags:[]},{name:"mdi-hexagon-slice-4",tags:[]},{name:"mdi-hexagon-slice-5",tags:[]},{name:"mdi-hexagon-slice-6",tags:[]},{name:"mdi-hexagram",tags:[]},{name:"mdi-hexagram-outline",tags:[]},{name:"mdi-high-definition",tags:[]},{name:"mdi-high-definition-box",tags:[]},{name:"mdi-highway",tags:[]},{name:"mdi-hiking",tags:[]},{name:"mdi-hinduism",tags:[]},{name:"mdi-history",tags:[]},{name:"mdi-hockey-puck",tags:[]},{name:"mdi-hockey-sticks",tags:[]},{name:"mdi-hololens",tags:[]},{name:"mdi-home",tags:[]},{name:"mdi-home-account",tags:[]},{name:"mdi-home-alert",tags:[]},{name:"mdi-home-analytics",tags:[]},{name:"mdi-home-assistant",tags:[]},{name:"mdi-home-automation",tags:[]},{name:"mdi-home-circle",tags:[]},{name:"mdi-home-circle-outline",tags:[]},{name:"mdi-home-city",tags:[]},{name:"mdi-home-city-outline",tags:[]},{name:"mdi-home-currency-usd",tags:[]},{name:"mdi-home-edit",tags:[]},{name:"mdi-home-edit-outline",tags:[]},{name:"mdi-home-export-outline",tags:[]},{name:"mdi-home-flood",tags:[]},{name:"mdi-home-floor-0",tags:[]},{name:"mdi-home-floor-1",tags:[]},{name:"mdi-home-floor-2",tags:[]},{name:"mdi-home-floor-3",tags:[]},{name:"mdi-home-floor-a",tags:[]},{name:"mdi-home-floor-b",tags:[]},{name:"mdi-home-floor-g",tags:[]},{name:"mdi-home-floor-l",tags:[]},{name:"mdi-home-floor-negative-1",tags:[]},{name:"mdi-home-group",tags:[]},{name:"mdi-home-heart",tags:[]},{name:"mdi-home-import-outline",tags:[]},{name:"mdi-home-lightbulb",tags:[]},{name:"mdi-home-lightbulb-outline",tags:[]},{name:"mdi-home-lock",tags:[]},{name:"mdi-home-lock-open",tags:[]},{name:"mdi-home-map-marker",tags:[]},{name:"mdi-home-minus",tags:[]},{name:"mdi-home-modern",tags:[]},{name:"mdi-home-outline",tags:[]},{name:"mdi-home-plus",tags:[]},{name:"mdi-home-remove",tags:[]},{name:"mdi-home-roof",tags:[]},{name:"mdi-home-thermometer",tags:[]},{name:"mdi-home-thermometer-outline",tags:[]},{name:"mdi-home-variant",tags:[]},{name:"mdi-home-variant-outline",tags:[]},{name:"mdi-hook",tags:[]},{name:"mdi-hook-off",tags:[]},{name:"mdi-hops",tags:[]},{name:"mdi-horizontal-rotate-clockwise",tags:[]},{name:"mdi-horizontal-rotate-counterclockwise",tags:[]},{name:"mdi-horseshoe",tags:[]},{name:"mdi-hospital",tags:[]},{name:"mdi-hospital-box",tags:[]},{name:"mdi-hospital-box-outline",tags:[]},{name:"mdi-hospital-building",tags:[]},{name:"mdi-hospital-marker",tags:[]},{name:"mdi-hot-tub",tags:[]},{name:"mdi-hotel",tags:[]},{name:"mdi-houzz",tags:[]},{name:"mdi-houzz-box",tags:[]},{name:"mdi-hubspot",tags:[]},{name:"mdi-hulu",tags:[]},{name:"mdi-human",tags:[]},{name:"mdi-human-child",tags:[]},{name:"mdi-human-female",tags:[]},{name:"mdi-human-female-boy",tags:[]},{name:"mdi-human-female-female",tags:[]},{name:"mdi-human-female-girl",tags:[]},{name:"mdi-human-greeting",tags:[]},{name:"mdi-human-handsdown",tags:[]},{name:"mdi-human-handsup",tags:[]},{name:"mdi-human-male",tags:[]},{name:"mdi-human-male-boy",tags:[]},{name:"mdi-human-male-female",tags:[]},{name:"mdi-human-male-girl",tags:[]},{name:"mdi-human-male-height",tags:[]},{name:"mdi-human-male-height-variant",tags:[]},{name:"mdi-human-male-male",tags:[]},{name:"mdi-human-pregnant",tags:[]},{name:"mdi-humble-bundle",tags:[]},{name:"mdi-hvac",tags:[]},{name:"mdi-hydraulic-oil-level",tags:[]},{name:"mdi-hydraulic-oil-temperature",tags:[]},{name:"mdi-hydro-power",tags:[]},{name:"mdi-ice-cream",tags:[]},{name:"mdi-ice-pop",tags:[]},{name:"mdi-id-card",tags:[]},{name:"mdi-identifier",tags:[]},{name:"mdi-ideogram-cjk",tags:[]},{name:"mdi-ideogram-cjk-variant",tags:[]},{name:"mdi-iframe",tags:[]},{name:"mdi-iframe-array",tags:[]},{name:"mdi-iframe-array-outline",tags:[]},{name:"mdi-iframe-braces",tags:[]},{name:"mdi-iframe-braces-outline",tags:[]},{name:"mdi-iframe-outline",tags:[]},{name:"mdi-iframe-parentheses",tags:[]},{name:"mdi-iframe-parentheses-outline",tags:[]},{name:"mdi-iframe-variable",tags:[]},{name:"mdi-iframe-variable-outline",tags:[]},{name:"mdi-image",tags:[]},{name:"mdi-image-album",tags:[]},{name:"mdi-image-area",tags:[]},{name:"mdi-image-area-close",tags:[]},{name:"mdi-image-auto-adjust",tags:[]},{name:"mdi-image-broken",tags:[]},{name:"mdi-image-broken-variant",tags:[]},{name:"mdi-image-edit",tags:[]},{name:"mdi-image-edit-outline",tags:[]},{name:"mdi-image-filter",tags:[]},{name:"mdi-image-filter-black-white",tags:[]},{name:"mdi-image-filter-center-focus",tags:[]},{name:"mdi-image-filter-center-focus-strong",tags:[]},{name:"mdi-image-filter-center-focus-strong-outline",tags:[]},{name:"mdi-image-filter-center-focus-weak",tags:[]},{name:"mdi-image-filter-drama",tags:[]},{name:"mdi-image-filter-frames",tags:[]},{name:"mdi-image-filter-hdr",tags:[]},{name:"mdi-image-filter-none",tags:[]},{name:"mdi-image-filter-tilt-shift",tags:[]},{name:"mdi-image-filter-vintage",tags:[]},{name:"mdi-image-frame",tags:[]},{name:"mdi-image-move",tags:[]},{name:"mdi-image-multiple",tags:[]},{name:"mdi-image-off",tags:[]},{name:"mdi-image-off-outline",tags:[]},{name:"mdi-image-outline",tags:[]},{name:"mdi-image-plus",tags:[]},{name:"mdi-image-search",tags:[]},{name:"mdi-image-search-outline",tags:[]},{name:"mdi-image-size-select-actual",tags:[]},{name:"mdi-image-size-select-large",tags:[]},{name:"mdi-image-size-select-small",tags:[]},{name:"mdi-import",tags:[]},{name:"mdi-inbox",tags:[]},{name:"mdi-inbox-arrow-down",tags:[]},{name:"mdi-inbox-arrow-down-outline",tags:[]},{name:"mdi-inbox-arrow-up",tags:[]},{name:"mdi-inbox-arrow-up-outline",tags:[]},{name:"mdi-inbox-full",tags:[]},{name:"mdi-inbox-full-outline",tags:[]},{name:"mdi-inbox-multiple",tags:[]},{name:"mdi-inbox-multiple-outline",tags:[]},{name:"mdi-inbox-outline",tags:[]},{name:"mdi-incognito",tags:[]},{name:"mdi-infinity",tags:[]},{name:"mdi-information",tags:[]},{name:"mdi-information-outline",tags:[]},{name:"mdi-information-variant",tags:[]},{name:"mdi-instagram",tags:[]},{name:"mdi-instapaper",tags:[]},{name:"mdi-instrument-triangle",tags:[]},{name:"mdi-internet-explorer",tags:[]},{name:"mdi-invert-colors",tags:[]},{name:"mdi-invert-colors-off",tags:[]},{name:"mdi-iobroker",tags:[]},{name:"mdi-ip",tags:[]},{name:"mdi-ip-network",tags:[]},{name:"mdi-ip-network-outline",tags:[]},{name:"mdi-ipod",tags:[]},{name:"mdi-islam",tags:[]},{name:"mdi-island",tags:[]},{name:"mdi-itunes",tags:[]},{name:"mdi-iv-bag",tags:[]},{name:"mdi-jabber",tags:[]},{name:"mdi-jeepney",tags:[]},{name:"mdi-jellyfish",tags:[]},{name:"mdi-jellyfish-outline",tags:[]},{name:"mdi-jira",tags:[]},{name:"mdi-jquery",tags:[]},{name:"mdi-jsfiddle",tags:[]},{name:"mdi-json",tags:[]},{name:"mdi-judaism",tags:[]},{name:"mdi-jump-rope",tags:[]},{name:"mdi-kabaddi",tags:[]},{name:"mdi-karate",tags:[]},{name:"mdi-keg",tags:[]},{name:"mdi-kettle",tags:[]},{name:"mdi-kettle-alert",tags:[]},{name:"mdi-kettle-alert-outline",tags:[]},{name:"mdi-kettle-off",tags:[]},{name:"mdi-kettle-off-outline",tags:[]},{name:"mdi-kettle-outline",tags:[]},{name:"mdi-kettle-steam",tags:[]},{name:"mdi-kettle-steam-outline",tags:[]},{name:"mdi-kettlebell",tags:[]},{name:"mdi-key",tags:[]},{name:"mdi-key-arrow-right",tags:[]},{name:"mdi-key-change",tags:[]},{name:"mdi-key-link",tags:[]},{name:"mdi-key-minus",tags:[]},{name:"mdi-key-outline",tags:[]},{name:"mdi-key-plus",tags:[]},{name:"mdi-key-remove",tags:[]},{name:"mdi-key-star",tags:[]},{name:"mdi-key-variant",tags:[]},{name:"mdi-key-wireless",tags:[]},{name:"mdi-keyboard",tags:[]},{name:"mdi-keyboard-backspace",tags:[]},{name:"mdi-keyboard-caps",tags:[]},{name:"mdi-keyboard-close",tags:[]},{name:"mdi-keyboard-esc",tags:[]},{name:"mdi-keyboard-f1",tags:[]},{name:"mdi-keyboard-f10",tags:[]},{name:"mdi-keyboard-f11",tags:[]},{name:"mdi-keyboard-f12",tags:[]},{name:"mdi-keyboard-f2",tags:[]},{name:"mdi-keyboard-f3",tags:[]},{name:"mdi-keyboard-f4",tags:[]},{name:"mdi-keyboard-f5",tags:[]},{name:"mdi-keyboard-f6",tags:[]},{name:"mdi-keyboard-f7",tags:[]},{name:"mdi-keyboard-f8",tags:[]},{name:"mdi-keyboard-f9",tags:[]},{name:"mdi-keyboard-off",tags:[]},{name:"mdi-keyboard-off-outline",tags:[]},{name:"mdi-keyboard-outline",tags:[]},{name:"mdi-keyboard-return",tags:[]},{name:"mdi-keyboard-settings",tags:[]},{name:"mdi-keyboard-settings-outline",tags:[]},{name:"mdi-keyboard-space",tags:[]},{name:"mdi-keyboard-tab",tags:[]},{name:"mdi-keyboard-variant",tags:[]},{name:"mdi-khanda",tags:[]},{name:"mdi-kickstarter",tags:[]},{name:"mdi-klingon",tags:[]},{name:"mdi-knife",tags:[]},{name:"mdi-knife-military",tags:[]},{name:"mdi-kodi",tags:[]},{name:"mdi-kotlin",tags:[]},{name:"mdi-kubernetes",tags:[]},{name:"mdi-label",tags:[]},{name:"mdi-label-multiple",tags:[]},{name:"mdi-label-multiple-outline",tags:[]},{name:"mdi-label-off",tags:[]},{name:"mdi-label-off-outline",tags:[]},{name:"mdi-label-outline",tags:[]},{name:"mdi-label-percent",tags:[]},{name:"mdi-label-percent-outline",tags:[]},{name:"mdi-label-variant",tags:[]},{name:"mdi-label-variant-outline",tags:[]},{name:"mdi-ladybug",tags:[]},{name:"mdi-lambda",tags:[]},{name:"mdi-lamp",tags:[]},{name:"mdi-lan",tags:[]},{name:"mdi-lan-check",tags:[]},{name:"mdi-lan-connect",tags:[]},{name:"mdi-lan-disconnect",tags:[]},{name:"mdi-lan-pending",tags:[]},{name:"mdi-language-c",tags:[]},{name:"mdi-language-cpp",tags:[]},{name:"mdi-language-csharp",tags:[]},{name:"mdi-language-css3",tags:[]},{name:"mdi-language-fortran",tags:[]},{name:"mdi-language-go",tags:[]},{name:"mdi-language-haskell",tags:[]},{name:"mdi-language-html5",tags:[]},{name:"mdi-language-java",tags:[]},{name:"mdi-language-javascript",tags:[]},{name:"mdi-language-lua",tags:[]},{name:"mdi-language-php",tags:[]},{name:"mdi-language-python",tags:[]},{name:"mdi-language-python-text",tags:[]},{name:"mdi-language-r",tags:[]},{name:"mdi-language-ruby-on-rails",tags:[]},{name:"mdi-language-swift",tags:[]},{name:"mdi-language-typescript",tags:[]},{name:"mdi-laptop",tags:[]},{name:"mdi-laptop-chromebook",tags:[]},{name:"mdi-laptop-mac",tags:[]},{name:"mdi-laptop-off",tags:[]},{name:"mdi-laptop-windows",tags:[]},{name:"mdi-laravel",tags:[]},{name:"mdi-lasso",tags:[]},{name:"mdi-lastfm",tags:[]},{name:"mdi-lastpass",tags:[]},{name:"mdi-latitude",tags:[]},{name:"mdi-launch",tags:[]},{name:"mdi-lava-lamp",tags:[]},{name:"mdi-layers",tags:[]},{name:"mdi-layers-minus",tags:[]},{name:"mdi-layers-off",tags:[]},{name:"mdi-layers-off-outline",tags:[]},{name:"mdi-layers-outline",tags:[]},{name:"mdi-layers-plus",tags:[]},{name:"mdi-layers-remove",tags:[]},{name:"mdi-layers-search",tags:[]},{name:"mdi-layers-search-outline",tags:[]},{name:"mdi-layers-triple",tags:[]},{name:"mdi-layers-triple-outline",tags:[]},{name:"mdi-lead-pencil",tags:[]},{name:"mdi-leaf",tags:[]},{name:"mdi-leaf-maple",tags:[]},{name:"mdi-leaf-maple-off",tags:[]},{name:"mdi-leaf-off",tags:[]},{name:"mdi-leak",tags:[]},{name:"mdi-leak-off",tags:[]},{name:"mdi-led-off",tags:[]},{name:"mdi-led-on",tags:[]},{name:"mdi-led-outline",tags:[]},{name:"mdi-led-strip",tags:[]},{name:"mdi-led-strip-variant",tags:[]},{name:"mdi-led-variant-off",tags:[]},{name:"mdi-led-variant-on",tags:[]},{name:"mdi-led-variant-outline",tags:[]},{name:"mdi-leek",tags:[]},{name:"mdi-less-than",tags:[]},{name:"mdi-less-than-or-equal",tags:[]},{name:"mdi-library",tags:[]},{name:"mdi-library-books",tags:[]},{name:"mdi-library-movie",tags:[]},{name:"mdi-library-music",tags:[]},{name:"mdi-library-music-outline",tags:[]},{name:"mdi-library-shelves",tags:[]},{name:"mdi-library-video",tags:[]},{name:"mdi-license",tags:[]},{name:"mdi-lifebuoy",tags:[]},{name:"mdi-light-switch",tags:[]},{name:"mdi-lightbulb",tags:[]},{name:"mdi-lightbulb-cfl",tags:[]},{name:"mdi-lightbulb-cfl-off",tags:[]},{name:"mdi-lightbulb-cfl-spiral",tags:[]},{name:"mdi-lightbulb-cfl-spiral-off",tags:[]},{name:"mdi-lightbulb-group",tags:[]},{name:"mdi-lightbulb-group-off",tags:[]},{name:"mdi-lightbulb-group-off-outline",tags:[]},{name:"mdi-lightbulb-group-outline",tags:[]},{name:"mdi-lightbulb-multiple",tags:[]},{name:"mdi-lightbulb-multiple-off",tags:[]},{name:"mdi-lightbulb-multiple-off-outline",tags:[]},{name:"mdi-lightbulb-multiple-outline",tags:[]},{name:"mdi-lightbulb-off",tags:[]},{name:"mdi-lightbulb-off-outline",tags:[]},{name:"mdi-lightbulb-on",tags:[]},{name:"mdi-lightbulb-on-outline",tags:[]},{name:"mdi-lightbulb-outline",tags:[]},{name:"mdi-lighthouse",tags:[]},{name:"mdi-lighthouse-on",tags:[]},{name:"mdi-link",tags:[]},{name:"mdi-link-box",tags:[]},{name:"mdi-link-box-outline",tags:[]},{name:"mdi-link-box-variant",tags:[]},{name:"mdi-link-box-variant-outline",tags:[]},{name:"mdi-link-lock",tags:[]},{name:"mdi-link-off",tags:[]},{name:"mdi-link-plus",tags:[]},{name:"mdi-link-variant",tags:[]},{name:"mdi-link-variant-minus",tags:[]},{name:"mdi-link-variant-off",tags:[]},{name:"mdi-link-variant-plus",tags:[]},{name:"mdi-link-variant-remove",tags:[]},{name:"mdi-linkedin",tags:[]},{name:"mdi-linkedin-box",tags:[]},{name:"mdi-linux",tags:[]},{name:"mdi-linux-mint",tags:[]},{name:"mdi-litecoin",tags:[]},{name:"mdi-loading",tags:[]},{name:"mdi-location-enter",tags:[]},{name:"mdi-location-exit",tags:[]},{name:"mdi-lock",tags:[]},{name:"mdi-lock-alert",tags:[]},{name:"mdi-lock-clock",tags:[]},{name:"mdi-lock-open",tags:[]},{name:"mdi-lock-open-outline",tags:[]},{name:"mdi-lock-open-variant",tags:[]},{name:"mdi-lock-open-variant-outline",tags:[]},{name:"mdi-lock-outline",tags:[]},{name:"mdi-lock-pattern",tags:[]},{name:"mdi-lock-plus",tags:[]},{name:"mdi-lock-question",tags:[]},{name:"mdi-lock-reset",tags:[]},{name:"mdi-lock-smart",tags:[]},{name:"mdi-locker",tags:[]},{name:"mdi-locker-multiple",tags:[]},{name:"mdi-login",tags:[]},{name:"mdi-login-variant",tags:[]},{name:"mdi-logout",tags:[]},{name:"mdi-logout-variant",tags:[]},{name:"mdi-longitude",tags:[]},{name:"mdi-looks",tags:[]},{name:"mdi-loupe",tags:[]},{name:"mdi-lumx",tags:[]},{name:"mdi-lungs",tags:[]},{name:"mdi-lyft",tags:[]},{name:"mdi-magnet",tags:[]},{name:"mdi-magnet-on",tags:[]},{name:"mdi-magnify",tags:[]},{name:"mdi-magnify-close",tags:[]},{name:"mdi-magnify-minus",tags:[]},{name:"mdi-magnify-minus-cursor",tags:[]},{name:"mdi-magnify-minus-outline",tags:[]},{name:"mdi-magnify-plus",tags:[]},{name:"mdi-magnify-plus-cursor",tags:[]},{name:"mdi-magnify-plus-outline",tags:[]},{name:"mdi-magnify-remove-cursor",tags:[]},{name:"mdi-magnify-remove-outline",tags:[]},{name:"mdi-magnify-scan",tags:[]},{name:"mdi-mail",tags:[]},{name:"mdi-mail-ru",tags:[]},{name:"mdi-mailbox",tags:[]},{name:"mdi-mailbox-open",tags:[]},{name:"mdi-mailbox-open-outline",tags:[]},{name:"mdi-mailbox-open-up",tags:[]},{name:"mdi-mailbox-open-up-outline",tags:[]},{name:"mdi-mailbox-outline",tags:[]},{name:"mdi-mailbox-up",tags:[]},{name:"mdi-mailbox-up-outline",tags:[]},{name:"mdi-map",tags:[]},{name:"mdi-map-check",tags:[]},{name:"mdi-map-check-outline",tags:[]},{name:"mdi-map-clock",tags:[]},{name:"mdi-map-clock-outline",tags:[]},{name:"mdi-map-legend",tags:[]},{name:"mdi-map-marker",tags:[]},{name:"mdi-map-marker-alert",tags:[]},{name:"mdi-map-marker-alert-outline",tags:[]},{name:"mdi-map-marker-check",tags:[]},{name:"mdi-map-marker-check-outline",tags:[]},{name:"mdi-map-marker-circle",tags:[]},{name:"mdi-map-marker-distance",tags:[]},{name:"mdi-map-marker-down",tags:[]},{name:"mdi-map-marker-left",tags:[]},{name:"mdi-map-marker-left-outline",tags:[]},{name:"mdi-map-marker-minus",tags:[]},{name:"mdi-map-marker-minus-outline",tags:[]},{name:"mdi-map-marker-multiple",tags:[]},{name:"mdi-map-marker-multiple-outline",tags:[]},{name:"mdi-map-marker-off",tags:[]},{name:"mdi-map-marker-off-outline",tags:[]},{name:"mdi-map-marker-outline",tags:[]},{name:"mdi-map-marker-path",tags:[]},{name:"mdi-map-marker-plus",tags:[]},{name:"mdi-map-marker-plus-outline",tags:[]},{name:"mdi-map-marker-question",tags:[]},{name:"mdi-map-marker-question-outline",tags:[]},{name:"mdi-map-marker-radius",tags:[]},{name:"mdi-map-marker-radius-outline",tags:[]},{name:"mdi-map-marker-remove",tags:[]},{name:"mdi-map-marker-remove-outline",tags:[]},{name:"mdi-map-marker-remove-variant",tags:[]},{name:"mdi-map-marker-right",tags:[]},{name:"mdi-map-marker-right-outline",tags:[]},{name:"mdi-map-marker-up",tags:[]},{name:"mdi-map-minus",tags:[]},{name:"mdi-map-outline",tags:[]},{name:"mdi-map-plus",tags:[]},{name:"mdi-map-search",tags:[]},{name:"mdi-map-search-outline",tags:[]},{name:"mdi-mapbox",tags:[]},{name:"mdi-margin",tags:[]},{name:"mdi-markdown",tags:[]},{name:"mdi-markdown-outline",tags:[]},{name:"mdi-marker",tags:[]},{name:"mdi-marker-cancel",tags:[]},{name:"mdi-marker-check",tags:[]},{name:"mdi-mastodon",tags:[]},{name:"mdi-mastodon-variant",tags:[]},{name:"mdi-material-design",tags:[]},{name:"mdi-material-ui",tags:[]},{name:"mdi-math-compass",tags:[]},{name:"mdi-math-cos",tags:[]},{name:"mdi-math-integral",tags:[]},{name:"mdi-math-integral-box",tags:[]},{name:"mdi-math-log",tags:[]},{name:"mdi-math-norm",tags:[]},{name:"mdi-math-norm-box",tags:[]},{name:"mdi-math-sin",tags:[]},{name:"mdi-math-tan",tags:[]},{name:"mdi-matrix",tags:[]},{name:"mdi-medal",tags:[]},{name:"mdi-medal-outline",tags:[]},{name:"mdi-medical-bag",tags:[]},{name:"mdi-meditation",tags:[]},{name:"mdi-medium",tags:[]},{name:"mdi-meetup",tags:[]},{name:"mdi-memory",tags:[]},{name:"mdi-menu",tags:[]},{name:"mdi-menu-down",tags:[]},{name:"mdi-menu-down-outline",tags:[]},{name:"mdi-menu-left",tags:[]},{name:"mdi-menu-left-outline",tags:[]},{name:"mdi-menu-open",tags:[]},{name:"mdi-menu-right",tags:[]},{name:"mdi-menu-right-outline",tags:[]},{name:"mdi-menu-swap",tags:[]},{name:"mdi-menu-swap-outline",tags:[]},{name:"mdi-menu-up",tags:[]},{name:"mdi-menu-up-outline",tags:[]},{name:"mdi-merge",tags:[]},{name:"mdi-message",tags:[]},{name:"mdi-message-alert",tags:[]},{name:"mdi-message-alert-outline",tags:[]},{name:"mdi-message-arrow-left",tags:[]},{name:"mdi-message-arrow-left-outline",tags:[]},{name:"mdi-message-arrow-right",tags:[]},{name:"mdi-message-arrow-right-outline",tags:[]},{name:"mdi-message-bulleted",tags:[]},{name:"mdi-message-bulleted-off",tags:[]},{name:"mdi-message-draw",tags:[]},{name:"mdi-message-image",tags:[]},{name:"mdi-message-image-outline",tags:[]},{name:"mdi-message-lock",tags:[]},{name:"mdi-message-lock-outline",tags:[]},{name:"mdi-message-minus",tags:[]},{name:"mdi-message-minus-outline",tags:[]},{name:"mdi-message-outline",tags:[]},{name:"mdi-message-plus",tags:[]},{name:"mdi-message-plus-outline",tags:[]},{name:"mdi-message-processing",tags:[]},{name:"mdi-message-processing-outline",tags:[]},{name:"mdi-message-reply",tags:[]},{name:"mdi-message-reply-text",tags:[]},{name:"mdi-message-settings",tags:[]},{name:"mdi-message-settings-outline",tags:[]},{name:"mdi-message-settings-variant",tags:[]},{name:"mdi-message-settings-variant-outline",tags:[]},{name:"mdi-message-text",tags:[]},{name:"mdi-message-text-clock",tags:[]},{name:"mdi-message-text-clock-outline",tags:[]},{name:"mdi-message-text-lock",tags:[]},{name:"mdi-message-text-lock-outline",tags:[]},{name:"mdi-message-text-outline",tags:[]},{name:"mdi-message-video",tags:[]},{name:"mdi-meteor",tags:[]},{name:"mdi-metronome",tags:[]},{name:"mdi-metronome-tick",tags:[]},{name:"mdi-micro-sd",tags:[]},{name:"mdi-microphone",tags:[]},{name:"mdi-microphone-minus",tags:[]},{name:"mdi-microphone-off",tags:[]},{name:"mdi-microphone-outline",tags:[]},{name:"mdi-microphone-plus",tags:[]},{name:"mdi-microphone-settings",tags:[]},{name:"mdi-microphone-variant",tags:[]},{name:"mdi-microphone-variant-off",tags:[]},{name:"mdi-microscope",tags:[]},{name:"mdi-microsoft",tags:[]},{name:"mdi-microsoft-dynamics",tags:[]},{name:"mdi-microwave",tags:[]},{name:"mdi-middleware",tags:[]},{name:"mdi-middleware-outline",tags:[]},{name:"mdi-midi",tags:[]},{name:"mdi-midi-port",tags:[]},{name:"mdi-mine",tags:[]},{name:"mdi-minecraft",tags:[]},{name:"mdi-mini-sd",tags:[]},{name:"mdi-minidisc",tags:[]},{name:"mdi-minus",tags:[]},{name:"mdi-minus-box",tags:[]},{name:"mdi-minus-box-multiple",tags:[]},{name:"mdi-minus-box-multiple-outline",tags:[]},{name:"mdi-minus-box-outline",tags:[]},{name:"mdi-minus-circle",tags:[]},{name:"mdi-minus-circle-outline",tags:[]},{name:"mdi-minus-network",tags:[]},{name:"mdi-minus-network-outline",tags:[]},{name:"mdi-mirror",tags:[]},{name:"mdi-mixcloud",tags:[]},{name:"mdi-mixed-martial-arts",tags:[]},{name:"mdi-mixed-reality",tags:[]},{name:"mdi-mixer",tags:[]},{name:"mdi-molecule",tags:[]},{name:"mdi-monitor",tags:[]},{name:"mdi-monitor-cellphone",tags:[]},{name:"mdi-monitor-cellphone-star",tags:[]},{name:"mdi-monitor-clean",tags:[]},{name:"mdi-monitor-dashboard",tags:[]},{name:"mdi-monitor-edit",tags:[]},{name:"mdi-monitor-lock",tags:[]},{name:"mdi-monitor-multiple",tags:[]},{name:"mdi-monitor-off",tags:[]},{name:"mdi-monitor-screenshot",tags:[]},{name:"mdi-monitor-speaker",tags:[]},{name:"mdi-monitor-speaker-off",tags:[]},{name:"mdi-monitor-star",tags:[]},{name:"mdi-moon-first-quarter",tags:[]},{name:"mdi-moon-full",tags:[]},{name:"mdi-moon-last-quarter",tags:[]},{name:"mdi-moon-new",tags:[]},{name:"mdi-moon-waning-crescent",tags:[]},{name:"mdi-moon-waning-gibbous",tags:[]},{name:"mdi-moon-waxing-crescent",tags:[]},{name:"mdi-moon-waxing-gibbous",tags:[]},{name:"mdi-moped",tags:[]},{name:"mdi-more",tags:[]},{name:"mdi-mother-heart",tags:[]},{name:"mdi-mother-nurse",tags:[]},{name:"mdi-motion-sensor",tags:[]},{name:"mdi-motorbike",tags:[]},{name:"mdi-mouse",tags:[]},{name:"mdi-mouse-bluetooth",tags:[]},{name:"mdi-mouse-off",tags:[]},{name:"mdi-mouse-variant",tags:[]},{name:"mdi-mouse-variant-off",tags:[]},{name:"mdi-move-resize",tags:[]},{name:"mdi-move-resize-variant",tags:[]},{name:"mdi-movie",tags:[]},{name:"mdi-movie-edit",tags:[]},{name:"mdi-movie-edit-outline",tags:[]},{name:"mdi-movie-filter",tags:[]},{name:"mdi-movie-filter-outline",tags:[]},{name:"mdi-movie-open",tags:[]},{name:"mdi-movie-open-outline",tags:[]},{name:"mdi-movie-outline",tags:[]},{name:"mdi-movie-roll",tags:[]},{name:"mdi-movie-search",tags:[]},{name:"mdi-movie-search-outline",tags:[]},{name:"mdi-muffin",tags:[]},{name:"mdi-multiplication",tags:[]},{name:"mdi-multiplication-box",tags:[]},{name:"mdi-mushroom",tags:[]},{name:"mdi-mushroom-outline",tags:[]},{name:"mdi-music",tags:[]},{name:"mdi-music-accidental-double-flat",tags:[]},{name:"mdi-music-accidental-double-sharp",tags:[]},{name:"mdi-music-accidental-flat",tags:[]},{name:"mdi-music-accidental-natural",tags:[]},{name:"mdi-music-accidental-sharp",tags:[]},{name:"mdi-music-box",tags:[]},{name:"mdi-music-box-outline",tags:[]},{name:"mdi-music-circle",tags:[]},{name:"mdi-music-circle-outline",tags:[]},{name:"mdi-music-clef-alto",tags:[]},{name:"mdi-music-clef-bass",tags:[]},{name:"mdi-music-clef-treble",tags:[]},{name:"mdi-music-note",tags:[]},{name:"mdi-music-note-bluetooth",tags:[]},{name:"mdi-music-note-bluetooth-off",tags:[]},{name:"mdi-music-note-eighth",tags:[]},{name:"mdi-music-note-eighth-dotted",tags:[]},{name:"mdi-music-note-half",tags:[]},{name:"mdi-music-note-half-dotted",tags:[]},{name:"mdi-music-note-off",tags:[]},{name:"mdi-music-note-off-outline",tags:[]},{name:"mdi-music-note-outline",tags:[]},{name:"mdi-music-note-plus",tags:[]},{name:"mdi-music-note-quarter",tags:[]},{name:"mdi-music-note-quarter-dotted",tags:[]},{name:"mdi-music-note-sixteenth",tags:[]},{name:"mdi-music-note-sixteenth-dotted",tags:[]},{name:"mdi-music-note-whole",tags:[]},{name:"mdi-music-note-whole-dotted",tags:[]},{name:"mdi-music-off",tags:[]},{name:"mdi-music-rest-eighth",tags:[]},{name:"mdi-music-rest-half",tags:[]},{name:"mdi-music-rest-quarter",tags:[]},{name:"mdi-music-rest-sixteenth",tags:[]},{name:"mdi-music-rest-whole",tags:[]},{name:"mdi-nail",tags:[]},{name:"mdi-nas",tags:[]},{name:"mdi-nativescript",tags:[]},{name:"mdi-nature",tags:[]},{name:"mdi-nature-people",tags:[]},{name:"mdi-navigation",tags:[]},{name:"mdi-near-me",tags:[]},{name:"mdi-necklace",tags:[]},{name:"mdi-needle",tags:[]},{name:"mdi-netflix",tags:[]},{name:"mdi-network",tags:[]},{name:"mdi-network-off",tags:[]},{name:"mdi-network-off-outline",tags:[]},{name:"mdi-network-outline",tags:[]},{name:"mdi-network-router",tags:[]},{name:"mdi-network-strength-1",tags:[]},{name:"mdi-network-strength-1-alert",tags:[]},{name:"mdi-network-strength-2",tags:[]},{name:"mdi-network-strength-2-alert",tags:[]},{name:"mdi-network-strength-3",tags:[]},{name:"mdi-network-strength-3-alert",tags:[]},{name:"mdi-network-strength-4",tags:[]},{name:"mdi-network-strength-4-alert",tags:[]},{name:"mdi-network-strength-off",tags:[]},{name:"mdi-network-strength-off-outline",tags:[]},{name:"mdi-network-strength-outline",tags:[]},{name:"mdi-new-box",tags:[]},{name:"mdi-newspaper",tags:[]},{name:"mdi-newspaper-minus",tags:[]},{name:"mdi-newspaper-plus",tags:[]},{name:"mdi-newspaper-variant",tags:[]},{name:"mdi-newspaper-variant-multiple",tags:[]},{name:"mdi-newspaper-variant-multiple-outline",tags:[]},{name:"mdi-newspaper-variant-outline",tags:[]},{name:"mdi-nfc",tags:[]},{name:"mdi-nfc-off",tags:[]},{name:"mdi-nfc-search-variant",tags:[]},{name:"mdi-nfc-tap",tags:[]},{name:"mdi-nfc-variant",tags:[]},{name:"mdi-nfc-variant-off",tags:[]},{name:"mdi-ninja",tags:[]},{name:"mdi-nintendo-switch",tags:[]},{name:"mdi-nix",tags:[]},{name:"mdi-nodejs",tags:[]},{name:"mdi-noodles",tags:[]},{name:"mdi-not-equal",tags:[]},{name:"mdi-not-equal-variant",tags:[]},{name:"mdi-note",tags:[]},{name:"mdi-note-multiple",tags:[]},{name:"mdi-note-multiple-outline",tags:[]},{name:"mdi-note-outline",tags:[]},{name:"mdi-note-plus",tags:[]},{name:"mdi-note-plus-outline",tags:[]},{name:"mdi-note-text",tags:[]},{name:"mdi-note-text-outline",tags:[]},{name:"mdi-notebook",tags:[]},{name:"mdi-notebook-multiple",tags:[]},{name:"mdi-notebook-outline",tags:[]},{name:"mdi-notification-clear-all",tags:[]},{name:"mdi-npm",tags:[]},{name:"mdi-npm-variant",tags:[]},{name:"mdi-npm-variant-outline",tags:[]},{name:"mdi-nuke",tags:[]},{name:"mdi-null",tags:[]},{name:"mdi-numeric",tags:[]},{name:"mdi-numeric-0",tags:[]},{name:"mdi-numeric-0-box",tags:[]},{name:"mdi-numeric-0-box-multiple",tags:[]},{name:"mdi-numeric-0-box-multiple-outline",tags:[]},{name:"mdi-numeric-0-box-outline",tags:[]},{name:"mdi-numeric-0-circle",tags:[]},{name:"mdi-numeric-0-circle-outline",tags:[]},{name:"mdi-numeric-1",tags:[]},{name:"mdi-numeric-1-box",tags:[]},{name:"mdi-numeric-1-box-multiple",tags:[]},{name:"mdi-numeric-1-box-multiple-outline",tags:[]},{name:"mdi-numeric-1-box-outline",tags:[]},{name:"mdi-numeric-1-circle",tags:[]},{name:"mdi-numeric-1-circle-outline",tags:[]},{name:"mdi-numeric-10",tags:[]},{name:"mdi-numeric-10-box",tags:[]},{name:"mdi-numeric-10-box-multiple",tags:[]},{name:"mdi-numeric-10-box-multiple-outline",tags:[]},{name:"mdi-numeric-10-box-outline",tags:[]},{name:"mdi-numeric-10-circle",tags:[]},{name:"mdi-numeric-10-circle-outline",tags:[]},{name:"mdi-numeric-2",tags:[]},{name:"mdi-numeric-2-box",tags:[]},{name:"mdi-numeric-2-box-multiple",tags:[]},{name:"mdi-numeric-2-box-multiple-outline",tags:[]},{name:"mdi-numeric-2-box-outline",tags:[]},{name:"mdi-numeric-2-circle",tags:[]},{name:"mdi-numeric-2-circle-outline",tags:[]},{name:"mdi-numeric-3",tags:[]},{name:"mdi-numeric-3-box",tags:[]},{name:"mdi-numeric-3-box-multiple",tags:[]},{name:"mdi-numeric-3-box-multiple-outline",tags:[]},{name:"mdi-numeric-3-box-outline",tags:[]},{name:"mdi-numeric-3-circle",tags:[]},{name:"mdi-numeric-3-circle-outline",tags:[]},{name:"mdi-numeric-4",tags:[]},{name:"mdi-numeric-4-box",tags:[]},{name:"mdi-numeric-4-box-multiple",tags:[]},{name:"mdi-numeric-4-box-multiple-outline",tags:[]},{name:"mdi-numeric-4-box-outline",tags:[]},{name:"mdi-numeric-4-circle",tags:[]},{name:"mdi-numeric-4-circle-outline",tags:[]},{name:"mdi-numeric-5",tags:[]},{name:"mdi-numeric-5-box",tags:[]},{name:"mdi-numeric-5-box-multiple",tags:[]},{name:"mdi-numeric-5-box-multiple-outline",tags:[]},{name:"mdi-numeric-5-box-outline",tags:[]},{name:"mdi-numeric-5-circle",tags:[]},{name:"mdi-numeric-5-circle-outline",tags:[]},{name:"mdi-numeric-6",tags:[]},{name:"mdi-numeric-6-box",tags:[]},{name:"mdi-numeric-6-box-multiple",tags:[]},{name:"mdi-numeric-6-box-multiple-outline",tags:[]},{name:"mdi-numeric-6-box-outline",tags:[]},{name:"mdi-numeric-6-circle",tags:[]},{name:"mdi-numeric-6-circle-outline",tags:[]},{name:"mdi-numeric-7",tags:[]},{name:"mdi-numeric-7-box",tags:[]},{name:"mdi-numeric-7-box-multiple",tags:[]},{name:"mdi-numeric-7-box-multiple-outline",tags:[]},{name:"mdi-numeric-7-box-outline",tags:[]},{name:"mdi-numeric-7-circle",tags:[]},{name:"mdi-numeric-7-circle-outline",tags:[]},{name:"mdi-numeric-8",tags:[]},{name:"mdi-numeric-8-box",tags:[]},{name:"mdi-numeric-8-box-multiple",tags:[]},{name:"mdi-numeric-8-box-multiple-outline",tags:[]},{name:"mdi-numeric-8-box-outline",tags:[]},{name:"mdi-numeric-8-circle",tags:[]},{name:"mdi-numeric-8-circle-outline",tags:[]},{name:"mdi-numeric-9",tags:[]},{name:"mdi-numeric-9-box",tags:[]},{name:"mdi-numeric-9-box-multiple",tags:[]},{name:"mdi-numeric-9-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-box-outline",tags:[]},{name:"mdi-numeric-9-circle",tags:[]},{name:"mdi-numeric-9-circle-outline",tags:[]},{name:"mdi-numeric-9-plus",tags:[]},{name:"mdi-numeric-9-plus-box",tags:[]},{name:"mdi-numeric-9-plus-box-multiple",tags:[]},{name:"mdi-numeric-9-plus-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-plus-box-outline",tags:[]},{name:"mdi-numeric-9-plus-circle",tags:[]},{name:"mdi-numeric-9-plus-circle-outline",tags:[]},{name:"mdi-numeric-negative-1",tags:[]},{name:"mdi-nut",tags:[]},{name:"mdi-nutrition",tags:[]},{name:"mdi-nuxt",tags:[]},{name:"mdi-oar",tags:[]},{name:"mdi-ocarina",tags:[]},{name:"mdi-oci",tags:[]},{name:"mdi-ocr",tags:[]},{name:"mdi-octagon",tags:[]},{name:"mdi-octagon-outline",tags:[]},{name:"mdi-octagram",tags:[]},{name:"mdi-octagram-outline",tags:[]},{name:"mdi-odnoklassniki",tags:[]},{name:"mdi-offer",tags:[]},{name:"mdi-office",tags:[]},{name:"mdi-office-building",tags:[]},{name:"mdi-oil",tags:[]},{name:"mdi-oil-lamp",tags:[]},{name:"mdi-oil-level",tags:[]},{name:"mdi-oil-temperature",tags:[]},{name:"mdi-omega",tags:[]},{name:"mdi-one-up",tags:[]},{name:"mdi-onedrive",tags:[]},{name:"mdi-onenote",tags:[]},{name:"mdi-onepassword",tags:[]},{name:"mdi-opacity",tags:[]},{name:"mdi-open-in-app",tags:[]},{name:"mdi-open-in-new",tags:[]},{name:"mdi-open-source-initiative",tags:[]},{name:"mdi-openid",tags:[]},{name:"mdi-opera",tags:[]},{name:"mdi-orbit",tags:[]},{name:"mdi-origin",tags:[]},{name:"mdi-ornament",tags:[]},{name:"mdi-ornament-variant",tags:[]},{name:"mdi-outdoor-lamp",tags:[]},{name:"mdi-outlook",tags:[]},{name:"mdi-overscan",tags:[]},{name:"mdi-owl",tags:[]},{name:"mdi-pac-man",tags:[]},{name:"mdi-package",tags:[]},{name:"mdi-package-down",tags:[]},{name:"mdi-package-up",tags:[]},{name:"mdi-package-variant",tags:[]},{name:"mdi-package-variant-closed",tags:[]},{name:"mdi-page-first",tags:[]},{name:"mdi-page-last",tags:[]},{name:"mdi-page-layout-body",tags:[]},{name:"mdi-page-layout-footer",tags:[]},{name:"mdi-page-layout-header",tags:[]},{name:"mdi-page-layout-header-footer",tags:[]},{name:"mdi-page-layout-sidebar-left",tags:[]},{name:"mdi-page-layout-sidebar-right",tags:[]},{name:"mdi-page-next",tags:[]},{name:"mdi-page-next-outline",tags:[]},{name:"mdi-page-previous",tags:[]},{name:"mdi-page-previous-outline",tags:[]},{name:"mdi-palette",tags:[]},{name:"mdi-palette-advanced",tags:[]},{name:"mdi-palette-outline",tags:[]},{name:"mdi-palette-swatch",tags:[]},{name:"mdi-palette-swatch-outline",tags:[]},{name:"mdi-palm-tree",tags:[]},{name:"mdi-pan",tags:[]},{name:"mdi-pan-bottom-left",tags:[]},{name:"mdi-pan-bottom-right",tags:[]},{name:"mdi-pan-down",tags:[]},{name:"mdi-pan-horizontal",tags:[]},{name:"mdi-pan-left",tags:[]},{name:"mdi-pan-right",tags:[]},{name:"mdi-pan-top-left",tags:[]},{name:"mdi-pan-top-right",tags:[]},{name:"mdi-pan-up",tags:[]},{name:"mdi-pan-vertical",tags:[]},{name:"mdi-panda",tags:[]},{name:"mdi-pandora",tags:[]},{name:"mdi-panorama",tags:[]},{name:"mdi-panorama-fisheye",tags:[]},{name:"mdi-panorama-horizontal",tags:[]},{name:"mdi-panorama-vertical",tags:[]},{name:"mdi-panorama-wide-angle",tags:[]},{name:"mdi-paper-cut-vertical",tags:[]},{name:"mdi-paper-roll",tags:[]},{name:"mdi-paper-roll-outline",tags:[]},{name:"mdi-paperclip",tags:[]},{name:"mdi-parachute",tags:[]},{name:"mdi-parachute-outline",tags:[]},{name:"mdi-parking",tags:[]},{name:"mdi-party-popper",tags:[]},{name:"mdi-passport",tags:[]},{name:"mdi-passport-biometric",tags:[]},{name:"mdi-pasta",tags:[]},{name:"mdi-patio-heater",tags:[]},{name:"mdi-patreon",tags:[]},{name:"mdi-pause",tags:[]},{name:"mdi-pause-circle",tags:[]},{name:"mdi-pause-circle-outline",tags:[]},{name:"mdi-pause-octagon",tags:[]},{name:"mdi-pause-octagon-outline",tags:[]},{name:"mdi-paw",tags:[]},{name:"mdi-paw-off",tags:[]},{name:"mdi-paypal",tags:[]},{name:"mdi-pdf-box",tags:[]},{name:"mdi-peace",tags:[]},{name:"mdi-peanut",tags:[]},{name:"mdi-peanut-off",tags:[]},{name:"mdi-peanut-off-outline",tags:[]},{name:"mdi-peanut-outline",tags:[]},{name:"mdi-pen",tags:[]},{name:"mdi-pen-lock",tags:[]},{name:"mdi-pen-minus",tags:[]},{name:"mdi-pen-off",tags:[]},{name:"mdi-pen-plus",tags:[]},{name:"mdi-pen-remove",tags:[]},{name:"mdi-pencil",tags:[]},{name:"mdi-pencil-box",tags:[]},{name:"mdi-pencil-box-multiple",tags:[]},{name:"mdi-pencil-box-multiple-outline",tags:[]},{name:"mdi-pencil-box-outline",tags:[]},{name:"mdi-pencil-circle",tags:[]},{name:"mdi-pencil-circle-outline",tags:[]},{name:"mdi-pencil-lock",tags:[]},{name:"mdi-pencil-lock-outline",tags:[]},{name:"mdi-pencil-minus",tags:[]},{name:"mdi-pencil-minus-outline",tags:[]},{name:"mdi-pencil-off",tags:[]},{name:"mdi-pencil-off-outline",tags:[]},{name:"mdi-pencil-outline",tags:[]},{name:"mdi-pencil-plus",tags:[]},{name:"mdi-pencil-plus-outline",tags:[]},{name:"mdi-pencil-remove",tags:[]},{name:"mdi-pencil-remove-outline",tags:[]},{name:"mdi-pencil-ruler",tags:[]},{name:"mdi-penguin",tags:[]},{name:"mdi-pentagon",tags:[]},{name:"mdi-pentagon-outline",tags:[]},{name:"mdi-percent",tags:[]},{name:"mdi-percent-outline",tags:[]},{name:"mdi-periodic-table",tags:[]},{name:"mdi-periodic-table-co",tags:[]},{name:"mdi-periodic-table-co2",tags:[]},{name:"mdi-periscope",tags:[]},{name:"mdi-perspective-less",tags:[]},{name:"mdi-perspective-more",tags:[]},{name:"mdi-pharmacy",tags:[]},{name:"mdi-phone",tags:[]},{name:"mdi-phone-alert",tags:[]},{name:"mdi-phone-alert-outline",tags:[]},{name:"mdi-phone-bluetooth",tags:[]},{name:"mdi-phone-bluetooth-outline",tags:[]},{name:"mdi-phone-cancel",tags:[]},{name:"mdi-phone-cancel-outline",tags:[]},{name:"mdi-phone-check",tags:[]},{name:"mdi-phone-check-outline",tags:[]},{name:"mdi-phone-classic",tags:[]},{name:"mdi-phone-classic-off",tags:[]},{name:"mdi-phone-forward",tags:[]},{name:"mdi-phone-forward-outline",tags:[]},{name:"mdi-phone-hangup",tags:[]},{name:"mdi-phone-hangup-outline",tags:[]},{name:"mdi-phone-in-talk",tags:[]},{name:"mdi-phone-in-talk-outline",tags:[]},{name:"mdi-phone-incoming",tags:[]},{name:"mdi-phone-incoming-outline",tags:[]},{name:"mdi-phone-lock",tags:[]},{name:"mdi-phone-lock-outline",tags:[]},{name:"mdi-phone-log",tags:[]},{name:"mdi-phone-log-outline",tags:[]},{name:"mdi-phone-message",tags:[]},{name:"mdi-phone-message-outline",tags:[]},{name:"mdi-phone-minus",tags:[]},{name:"mdi-phone-minus-outline",tags:[]},{name:"mdi-phone-missed",tags:[]},{name:"mdi-phone-missed-outline",tags:[]},{name:"mdi-phone-off",tags:[]},{name:"mdi-phone-off-outline",tags:[]},{name:"mdi-phone-outgoing",tags:[]},{name:"mdi-phone-outgoing-outline",tags:[]},{name:"mdi-phone-outline",tags:[]},{name:"mdi-phone-paused",tags:[]},{name:"mdi-phone-paused-outline",tags:[]},{name:"mdi-phone-plus",tags:[]},{name:"mdi-phone-plus-outline",tags:[]},{name:"mdi-phone-return",tags:[]},{name:"mdi-phone-return-outline",tags:[]},{name:"mdi-phone-ring",tags:[]},{name:"mdi-phone-ring-outline",tags:[]},{name:"mdi-phone-rotate-landscape",tags:[]},{name:"mdi-phone-rotate-portrait",tags:[]},{name:"mdi-phone-settings",tags:[]},{name:"mdi-phone-settings-outline",tags:[]},{name:"mdi-phone-voip",tags:[]},{name:"mdi-pi",tags:[]},{name:"mdi-pi-box",tags:[]},{name:"mdi-pi-hole",tags:[]},{name:"mdi-piano",tags:[]},{name:"mdi-pickaxe",tags:[]},{name:"mdi-picture-in-picture-bottom-right",tags:[]},{name:"mdi-picture-in-picture-bottom-right-outline",tags:[]},{name:"mdi-picture-in-picture-top-right",tags:[]},{name:"mdi-picture-in-picture-top-right-outline",tags:[]},{name:"mdi-pier",tags:[]},{name:"mdi-pier-crane",tags:[]},{name:"mdi-pig",tags:[]},{name:"mdi-pig-variant",tags:[]},{name:"mdi-piggy-bank",tags:[]},{name:"mdi-pill",tags:[]},{name:"mdi-pillar",tags:[]},{name:"mdi-pin",tags:[]},{name:"mdi-pin-off",tags:[]},{name:"mdi-pin-off-outline",tags:[]},{name:"mdi-pin-outline",tags:[]},{name:"mdi-pine-tree",tags:[]},{name:"mdi-pine-tree-box",tags:[]},{name:"mdi-pinterest",tags:[]},{name:"mdi-pinterest-box",tags:[]},{name:"mdi-pinwheel",tags:[]},{name:"mdi-pinwheel-outline",tags:[]},{name:"mdi-pipe",tags:[]},{name:"mdi-pipe-disconnected",tags:[]},{name:"mdi-pipe-leak",tags:[]},{name:"mdi-pipe-wrench",tags:[]},{name:"mdi-pirate",tags:[]},{name:"mdi-pistol",tags:[]},{name:"mdi-piston",tags:[]},{name:"mdi-pizza",tags:[]},{name:"mdi-play",tags:[]},{name:"mdi-play-box",tags:[]},{name:"mdi-play-box-outline",tags:[]},{name:"mdi-play-circle",tags:[]},{name:"mdi-play-circle-outline",tags:[]},{name:"mdi-play-network",tags:[]},{name:"mdi-play-network-outline",tags:[]},{name:"mdi-play-outline",tags:[]},{name:"mdi-play-pause",tags:[]},{name:"mdi-play-protected-content",tags:[]},{name:"mdi-play-speed",tags:[]},{name:"mdi-playlist-check",tags:[]},{name:"mdi-playlist-edit",tags:[]},{name:"mdi-playlist-minus",tags:[]},{name:"mdi-playlist-music",tags:[]},{name:"mdi-playlist-music-outline",tags:[]},{name:"mdi-playlist-play",tags:[]},{name:"mdi-playlist-plus",tags:[]},{name:"mdi-playlist-remove",tags:[]},{name:"mdi-playlist-star",tags:[]},{name:"mdi-playstation",tags:[]},{name:"mdi-plex",tags:[]},{name:"mdi-plus",tags:[]},{name:"mdi-plus-box",tags:[]},{name:"mdi-plus-box-multiple",tags:[]},{name:"mdi-plus-box-multiple-outline",tags:[]},{name:"mdi-plus-box-outline",tags:[]},{name:"mdi-plus-circle",tags:[]},{name:"mdi-plus-circle-multiple-outline",tags:[]},{name:"mdi-plus-circle-outline",tags:[]},{name:"mdi-plus-minus",tags:[]},{name:"mdi-plus-minus-box",tags:[]},{name:"mdi-plus-network",tags:[]},{name:"mdi-plus-network-outline",tags:[]},{name:"mdi-plus-one",tags:[]},{name:"mdi-plus-outline",tags:[]},{name:"mdi-plus-thick",tags:[]},{name:"mdi-pocket",tags:[]},{name:"mdi-podcast",tags:[]},{name:"mdi-podium",tags:[]},{name:"mdi-podium-bronze",tags:[]},{name:"mdi-podium-gold",tags:[]},{name:"mdi-podium-silver",tags:[]},{name:"mdi-point-of-sale",tags:[]},{name:"mdi-pokeball",tags:[]},{name:"mdi-pokemon-go",tags:[]},{name:"mdi-poker-chip",tags:[]},{name:"mdi-polaroid",tags:[]},{name:"mdi-police-badge",tags:[]},{name:"mdi-police-badge-outline",tags:[]},{name:"mdi-poll",tags:[]},{name:"mdi-poll-box",tags:[]},{name:"mdi-poll-box-outline",tags:[]},{name:"mdi-polymer",tags:[]},{name:"mdi-pool",tags:[]},{name:"mdi-popcorn",tags:[]},{name:"mdi-post",tags:[]},{name:"mdi-post-outline",tags:[]},{name:"mdi-postage-stamp",tags:[]},{name:"mdi-pot",tags:[]},{name:"mdi-pot-mix",tags:[]},{name:"mdi-pound",tags:[]},{name:"mdi-pound-box",tags:[]},{name:"mdi-pound-box-outline",tags:[]},{name:"mdi-power",tags:[]},{name:"mdi-power-cycle",tags:[]},{name:"mdi-power-off",tags:[]},{name:"mdi-power-on",tags:[]},{name:"mdi-power-plug",tags:[]},{name:"mdi-power-plug-off",tags:[]},{name:"mdi-power-settings",tags:[]},{name:"mdi-power-sleep",tags:[]},{name:"mdi-power-socket",tags:[]},{name:"mdi-power-socket-au",tags:[]},{name:"mdi-power-socket-de",tags:[]},{name:"mdi-power-socket-eu",tags:[]},{name:"mdi-power-socket-fr",tags:[]},{name:"mdi-power-socket-jp",tags:[]},{name:"mdi-power-socket-uk",tags:[]},{name:"mdi-power-socket-us",tags:[]},{name:"mdi-power-standby",tags:[]},{name:"mdi-powershell",tags:[]},{name:"mdi-prescription",tags:[]},{name:"mdi-presentation",tags:[]},{name:"mdi-presentation-play",tags:[]},{name:"mdi-printer",tags:[]},{name:"mdi-printer-3d",tags:[]},{name:"mdi-printer-3d-nozzle",tags:[]},{name:"mdi-printer-3d-nozzle-alert",tags:[]},{name:"mdi-printer-3d-nozzle-alert-outline",tags:[]},{name:"mdi-printer-3d-nozzle-outline",tags:[]},{name:"mdi-printer-alert",tags:[]},{name:"mdi-printer-check",tags:[]},{name:"mdi-printer-off",tags:[]},{name:"mdi-printer-pos",tags:[]},{name:"mdi-printer-settings",tags:[]},{name:"mdi-printer-wireless",tags:[]},{name:"mdi-priority-high",tags:[]},{name:"mdi-priority-low",tags:[]},{name:"mdi-professional-hexagon",tags:[]},{name:"mdi-progress-alert",tags:[]},{name:"mdi-progress-check",tags:[]},{name:"mdi-progress-clock",tags:[]},{name:"mdi-progress-close",tags:[]},{name:"mdi-progress-download",tags:[]},{name:"mdi-progress-upload",tags:[]},{name:"mdi-progress-wrench",tags:[]},{name:"mdi-projector",tags:[]},{name:"mdi-projector-screen",tags:[]},{name:"mdi-propane-tank",tags:[]},{name:"mdi-propane-tank-outline",tags:[]},{name:"mdi-protocol",tags:[]},{name:"mdi-publish",tags:[]},{name:"mdi-pulse",tags:[]},{name:"mdi-pumpkin",tags:[]},{name:"mdi-purse",tags:[]},{name:"mdi-purse-outline",tags:[]},{name:"mdi-puzzle",tags:[]},{name:"mdi-puzzle-outline",tags:[]},{name:"mdi-qi",tags:[]},{name:"mdi-qqchat",tags:[]},{name:"mdi-qrcode",tags:[]},{name:"mdi-qrcode-edit",tags:[]},{name:"mdi-qrcode-minus",tags:[]},{name:"mdi-qrcode-plus",tags:[]},{name:"mdi-qrcode-remove",tags:[]},{name:"mdi-qrcode-scan",tags:[]},{name:"mdi-quadcopter",tags:[]},{name:"mdi-quality-high",tags:[]},{name:"mdi-quality-low",tags:[]},{name:"mdi-quality-medium",tags:[]},{name:"mdi-quicktime",tags:[]},{name:"mdi-quora",tags:[]},{name:"mdi-rabbit",tags:[]},{name:"mdi-racing-helmet",tags:[]},{name:"mdi-racquetball",tags:[]},{name:"mdi-radar",tags:[]},{name:"mdi-radiator",tags:[]},{name:"mdi-radiator-disabled",tags:[]},{name:"mdi-radiator-off",tags:[]},{name:"mdi-radio",tags:[]},{name:"mdi-radio-am",tags:[]},{name:"mdi-radio-fm",tags:[]},{name:"mdi-radio-handheld",tags:[]},{name:"mdi-radio-off",tags:[]},{name:"mdi-radio-tower",tags:[]},{name:"mdi-radioactive",tags:[]},{name:"mdi-radioactive-off",tags:[]},{name:"mdi-radiobox-blank",tags:[]},{name:"mdi-radiobox-marked",tags:[]},{name:"mdi-radius",tags:[]},{name:"mdi-radius-outline",tags:[]},{name:"mdi-railroad-light",tags:[]},{name:"mdi-raspberry-pi",tags:[]},{name:"mdi-ray-end",tags:[]},{name:"mdi-ray-end-arrow",tags:[]},{name:"mdi-ray-start",tags:[]},{name:"mdi-ray-start-arrow",tags:[]},{name:"mdi-ray-start-end",tags:[]},{name:"mdi-ray-vertex",tags:[]},{name:"mdi-react",tags:[]},{name:"mdi-read",tags:[]},{name:"mdi-receipt",tags:[]},{name:"mdi-record",tags:[]},{name:"mdi-record-circle",tags:[]},{name:"mdi-record-circle-outline",tags:[]},{name:"mdi-record-player",tags:[]},{name:"mdi-record-rec",tags:[]},{name:"mdi-rectangle",tags:[]},{name:"mdi-rectangle-outline",tags:[]},{name:"mdi-recycle",tags:[]},{name:"mdi-reddit",tags:[]},{name:"mdi-redhat",tags:[]},{name:"mdi-redo",tags:[]},{name:"mdi-redo-variant",tags:[]},{name:"mdi-reflect-horizontal",tags:[]},{name:"mdi-reflect-vertical",tags:[]},{name:"mdi-refresh",tags:[]},{name:"mdi-refresh-circle",tags:[]},{name:"mdi-regex",tags:[]},{name:"mdi-registered-trademark",tags:[]},{name:"mdi-relative-scale",tags:[]},{name:"mdi-reload",tags:[]},{name:"mdi-reload-alert",tags:[]},{name:"mdi-reminder",tags:[]},{name:"mdi-remote",tags:[]},{name:"mdi-remote-desktop",tags:[]},{name:"mdi-remote-off",tags:[]},{name:"mdi-remote-tv",tags:[]},{name:"mdi-remote-tv-off",tags:[]},{name:"mdi-rename-box",tags:[]},{name:"mdi-reorder-horizontal",tags:[]},{name:"mdi-reorder-vertical",tags:[]},{name:"mdi-repeat",tags:[]},{name:"mdi-repeat-off",tags:[]},{name:"mdi-repeat-once",tags:[]},{name:"mdi-replay",tags:[]},{name:"mdi-reply",tags:[]},{name:"mdi-reply-all",tags:[]},{name:"mdi-reply-all-outline",tags:[]},{name:"mdi-reply-circle",tags:[]},{name:"mdi-reply-outline",tags:[]},{name:"mdi-reproduction",tags:[]},{name:"mdi-resistor",tags:[]},{name:"mdi-resistor-nodes",tags:[]},{name:"mdi-resize",tags:[]},{name:"mdi-resize-bottom-right",tags:[]},{name:"mdi-responsive",tags:[]},{name:"mdi-restart",tags:[]},{name:"mdi-restart-alert",tags:[]},{name:"mdi-restart-off",tags:[]},{name:"mdi-restore",tags:[]},{name:"mdi-restore-alert",tags:[]},{name:"mdi-rewind",tags:[]},{name:"mdi-rewind-10",tags:[]},{name:"mdi-rewind-30",tags:[]},{name:"mdi-rewind-5",tags:[]},{name:"mdi-rewind-outline",tags:[]},{name:"mdi-rhombus",tags:[]},{name:"mdi-rhombus-medium",tags:[]},{name:"mdi-rhombus-outline",tags:[]},{name:"mdi-rhombus-split",tags:[]},{name:"mdi-ribbon",tags:[]},{name:"mdi-rice",tags:[]},{name:"mdi-ring",tags:[]},{name:"mdi-rivet",tags:[]},{name:"mdi-road",tags:[]},{name:"mdi-road-variant",tags:[]},{name:"mdi-robber",tags:[]},{name:"mdi-robot",tags:[]},{name:"mdi-robot-industrial",tags:[]},{name:"mdi-robot-mower",tags:[]},{name:"mdi-robot-mower-outline",tags:[]},{name:"mdi-robot-vacuum",tags:[]},{name:"mdi-robot-vacuum-variant",tags:[]},{name:"mdi-rocket",tags:[]},{name:"mdi-rodent",tags:[]},{name:"mdi-roller-skate",tags:[]},{name:"mdi-rollerblade",tags:[]},{name:"mdi-rollupjs",tags:[]},{name:"mdi-roman-numeral-1",tags:[]},{name:"mdi-roman-numeral-10",tags:[]},{name:"mdi-roman-numeral-2",tags:[]},{name:"mdi-roman-numeral-3",tags:[]},{name:"mdi-roman-numeral-4",tags:[]},{name:"mdi-roman-numeral-5",tags:[]},{name:"mdi-roman-numeral-6",tags:[]},{name:"mdi-roman-numeral-7",tags:[]},{name:"mdi-roman-numeral-8",tags:[]},{name:"mdi-roman-numeral-9",tags:[]},{name:"mdi-room-service",tags:[]},{name:"mdi-room-service-outline",tags:[]},{name:"mdi-rotate-3d",tags:[]},{name:"mdi-rotate-3d-variant",tags:[]},{name:"mdi-rotate-left",tags:[]},{name:"mdi-rotate-left-variant",tags:[]},{name:"mdi-rotate-orbit",tags:[]},{name:"mdi-rotate-right",tags:[]},{name:"mdi-rotate-right-variant",tags:[]},{name:"mdi-rounded-corner",tags:[]},{name:"mdi-router",tags:[]},{name:"mdi-router-wireless",tags:[]},{name:"mdi-router-wireless-settings",tags:[]},{name:"mdi-routes",tags:[]},{name:"mdi-routes-clock",tags:[]},{name:"mdi-rowing",tags:[]},{name:"mdi-rss",tags:[]},{name:"mdi-rss-box",tags:[]},{name:"mdi-rss-off",tags:[]},{name:"mdi-ruby",tags:[]},{name:"mdi-rugby",tags:[]},{name:"mdi-ruler",tags:[]},{name:"mdi-ruler-square",tags:[]},{name:"mdi-ruler-square-compass",tags:[]},{name:"mdi-run",tags:[]},{name:"mdi-run-fast",tags:[]},{name:"mdi-rv-truck",tags:[]},{name:"mdi-sack",tags:[]},{name:"mdi-sack-percent",tags:[]},{name:"mdi-safe",tags:[]},{name:"mdi-safe-square",tags:[]},{name:"mdi-safe-square-outline",tags:[]},{name:"mdi-safety-goggles",tags:[]},{name:"mdi-sailing",tags:[]},{name:"mdi-sale",tags:[]},{name:"mdi-salesforce",tags:[]},{name:"mdi-sass",tags:[]},{name:"mdi-satellite",tags:[]},{name:"mdi-satellite-uplink",tags:[]},{name:"mdi-satellite-variant",tags:[]},{name:"mdi-sausage",tags:[]},{name:"mdi-saw-blade",tags:[]},{name:"mdi-saxophone",tags:[]},{name:"mdi-scale",tags:[]},{name:"mdi-scale-balance",tags:[]},{name:"mdi-scale-bathroom",tags:[]},{name:"mdi-scale-off",tags:[]},{name:"mdi-scanner",tags:[]},{name:"mdi-scanner-off",tags:[]},{name:"mdi-scatter-plot",tags:[]},{name:"mdi-scatter-plot-outline",tags:[]},{name:"mdi-school",tags:[]},{name:"mdi-school-outline",tags:[]},{name:"mdi-scissors-cutting",tags:[]},{name:"mdi-scooter",tags:[]},{name:"mdi-scoreboard",tags:[]},{name:"mdi-scoreboard-outline",tags:[]},{name:"mdi-screen-rotation",tags:[]},{name:"mdi-screen-rotation-lock",tags:[]},{name:"mdi-screw-flat-top",tags:[]},{name:"mdi-screw-lag",tags:[]},{name:"mdi-screw-machine-flat-top",tags:[]},{name:"mdi-screw-machine-round-top",tags:[]},{name:"mdi-screw-round-top",tags:[]},{name:"mdi-screwdriver",tags:[]},{name:"mdi-script",tags:[]},{name:"mdi-script-outline",tags:[]},{name:"mdi-script-text",tags:[]},{name:"mdi-script-text-outline",tags:[]},{name:"mdi-sd",tags:[]},{name:"mdi-seal",tags:[]},{name:"mdi-seal-variant",tags:[]},{name:"mdi-search-web",tags:[]},{name:"mdi-seat",tags:[]},{name:"mdi-seat-flat",tags:[]},{name:"mdi-seat-flat-angled",tags:[]},{name:"mdi-seat-individual-suite",tags:[]},{name:"mdi-seat-legroom-extra",tags:[]},{name:"mdi-seat-legroom-normal",tags:[]},{name:"mdi-seat-legroom-reduced",tags:[]},{name:"mdi-seat-outline",tags:[]},{name:"mdi-seat-passenger",tags:[]},{name:"mdi-seat-recline-extra",tags:[]},{name:"mdi-seat-recline-normal",tags:[]},{name:"mdi-seatbelt",tags:[]},{name:"mdi-security",tags:[]},{name:"mdi-security-network",tags:[]},{name:"mdi-seed",tags:[]},{name:"mdi-seed-outline",tags:[]},{name:"mdi-segment",tags:[]},{name:"mdi-select",tags:[]},{name:"mdi-select-all",tags:[]},{name:"mdi-select-color",tags:[]},{name:"mdi-select-compare",tags:[]},{name:"mdi-select-drag",tags:[]},{name:"mdi-select-group",tags:[]},{name:"mdi-select-inverse",tags:[]},{name:"mdi-select-marker",tags:[]},{name:"mdi-select-multiple",tags:[]},{name:"mdi-select-multiple-marker",tags:[]},{name:"mdi-select-off",tags:[]},{name:"mdi-select-place",tags:[]},{name:"mdi-select-search",tags:[]},{name:"mdi-selection",tags:[]},{name:"mdi-selection-drag",tags:[]},{name:"mdi-selection-ellipse",tags:[]},{name:"mdi-selection-ellipse-arrow-inside",tags:[]},{name:"mdi-selection-marker",tags:[]},{name:"mdi-selection-multiple-marker",tags:[]},{name:"mdi-selection-mutliple",tags:[]},{name:"mdi-selection-off",tags:[]},{name:"mdi-selection-search",tags:[]},{name:"mdi-semantic-web",tags:[]},{name:"mdi-send",tags:[]},{name:"mdi-send-check",tags:[]},{name:"mdi-send-check-outline",tags:[]},{name:"mdi-send-circle",tags:[]},{name:"mdi-send-circle-outline",tags:[]},{name:"mdi-send-clock",tags:[]},{name:"mdi-send-clock-outline",tags:[]},{name:"mdi-send-lock",tags:[]},{name:"mdi-send-lock-outline",tags:[]},{name:"mdi-send-outline",tags:[]},{name:"mdi-serial-port",tags:[]},{name:"mdi-server",tags:[]},{name:"mdi-server-minus",tags:[]},{name:"mdi-server-network",tags:[]},{name:"mdi-server-network-off",tags:[]},{name:"mdi-server-off",tags:[]},{name:"mdi-server-plus",tags:[]},{name:"mdi-server-remove",tags:[]},{name:"mdi-server-security",tags:[]},{name:"mdi-set-all",tags:[]},{name:"mdi-set-center",tags:[]},{name:"mdi-set-center-right",tags:[]},{name:"mdi-set-left",tags:[]},{name:"mdi-set-left-center",tags:[]},{name:"mdi-set-left-right",tags:[]},{name:"mdi-set-none",tags:[]},{name:"mdi-set-right",tags:[]},{name:"mdi-set-top-box",tags:[]},{name:"mdi-settings",tags:[]},{name:"mdi-settings-box",tags:[]},{name:"mdi-settings-helper",tags:[]},{name:"mdi-settings-outline",tags:[]},{name:"mdi-settings-transfer",tags:[]},{name:"mdi-settings-transfer-outline",tags:[]},{name:"mdi-shaker",tags:[]},{name:"mdi-shaker-outline",tags:[]},{name:"mdi-shape",tags:[]},{name:"mdi-shape-circle-plus",tags:[]},{name:"mdi-shape-outline",tags:[]},{name:"mdi-shape-oval-plus",tags:[]},{name:"mdi-shape-plus",tags:[]},{name:"mdi-shape-polygon-plus",tags:[]},{name:"mdi-shape-rectangle-plus",tags:[]},{name:"mdi-shape-square-plus",tags:[]},{name:"mdi-share",tags:[]},{name:"mdi-share-all",tags:[]},{name:"mdi-share-all-outline",tags:[]},{name:"mdi-share-circle",tags:[]},{name:"mdi-share-off",tags:[]},{name:"mdi-share-off-outline",tags:[]},{name:"mdi-share-outline",tags:[]},{name:"mdi-share-variant",tags:[]},{name:"mdi-sheep",tags:[]},{name:"mdi-shield",tags:[]},{name:"mdi-shield-account",tags:[]},{name:"mdi-shield-account-outline",tags:[]},{name:"mdi-shield-airplane",tags:[]},{name:"mdi-shield-airplane-outline",tags:[]},{name:"mdi-shield-alert",tags:[]},{name:"mdi-shield-alert-outline",tags:[]},{name:"mdi-shield-car",tags:[]},{name:"mdi-shield-check",tags:[]},{name:"mdi-shield-check-outline",tags:[]},{name:"mdi-shield-cross",tags:[]},{name:"mdi-shield-cross-outline",tags:[]},{name:"mdi-shield-edit",tags:[]},{name:"mdi-shield-edit-outline",tags:[]},{name:"mdi-shield-half",tags:[]},{name:"mdi-shield-half-full",tags:[]},{name:"mdi-shield-home",tags:[]},{name:"mdi-shield-home-outline",tags:[]},{name:"mdi-shield-key",tags:[]},{name:"mdi-shield-key-outline",tags:[]},{name:"mdi-shield-link-variant",tags:[]},{name:"mdi-shield-link-variant-outline",tags:[]},{name:"mdi-shield-lock",tags:[]},{name:"mdi-shield-lock-outline",tags:[]},{name:"mdi-shield-off",tags:[]},{name:"mdi-shield-off-outline",tags:[]},{name:"mdi-shield-outline",tags:[]},{name:"mdi-shield-plus",tags:[]},{name:"mdi-shield-plus-outline",tags:[]},{name:"mdi-shield-refresh",tags:[]},{name:"mdi-shield-refresh-outline",tags:[]},{name:"mdi-shield-remove",tags:[]},{name:"mdi-shield-remove-outline",tags:[]},{name:"mdi-shield-search",tags:[]},{name:"mdi-shield-star",tags:[]},{name:"mdi-shield-star-outline",tags:[]},{name:"mdi-shield-sun",tags:[]},{name:"mdi-shield-sun-outline",tags:[]},{name:"mdi-ship-wheel",tags:[]},{name:"mdi-shoe-formal",tags:[]},{name:"mdi-shoe-heel",tags:[]},{name:"mdi-shoe-print",tags:[]},{name:"mdi-shopify",tags:[]},{name:"mdi-shopping",tags:[]},{name:"mdi-shopping-music",tags:[]},{name:"mdi-shopping-outline",tags:[]},{name:"mdi-shopping-search",tags:[]},{name:"mdi-shovel",tags:[]},{name:"mdi-shovel-off",tags:[]},{name:"mdi-shower",tags:[]},{name:"mdi-shower-head",tags:[]},{name:"mdi-shredder",tags:[]},{name:"mdi-shuffle",tags:[]},{name:"mdi-shuffle-disabled",tags:[]},{name:"mdi-shuffle-variant",tags:[]},{name:"mdi-shuriken",tags:[]},{name:"mdi-sigma",tags:[]},{name:"mdi-sigma-lower",tags:[]},{name:"mdi-sign-caution",tags:[]},{name:"mdi-sign-direction",tags:[]},{name:"mdi-sign-direction-minus",tags:[]},{name:"mdi-sign-direction-plus",tags:[]},{name:"mdi-sign-direction-remove",tags:[]},{name:"mdi-sign-real-estate",tags:[]},{name:"mdi-sign-text",tags:[]},{name:"mdi-signal",tags:[]},{name:"mdi-signal-2g",tags:[]},{name:"mdi-signal-3g",tags:[]},{name:"mdi-signal-4g",tags:[]},{name:"mdi-signal-5g",tags:[]},{name:"mdi-signal-cellular-1",tags:[]},{name:"mdi-signal-cellular-2",tags:[]},{name:"mdi-signal-cellular-3",tags:[]},{name:"mdi-signal-cellular-outline",tags:[]},{name:"mdi-signal-distance-variant",tags:[]},{name:"mdi-signal-hspa",tags:[]},{name:"mdi-signal-hspa-plus",tags:[]},{name:"mdi-signal-off",tags:[]},{name:"mdi-signal-variant",tags:[]},{name:"mdi-signature",tags:[]},{name:"mdi-signature-freehand",tags:[]},{name:"mdi-signature-image",tags:[]},{name:"mdi-signature-text",tags:[]},{name:"mdi-silo",tags:[]},{name:"mdi-silverware",tags:[]},{name:"mdi-silverware-clean",tags:[]},{name:"mdi-silverware-fork",tags:[]},{name:"mdi-silverware-fork-knife",tags:[]},{name:"mdi-silverware-spoon",tags:[]},{name:"mdi-silverware-variant",tags:[]},{name:"mdi-sim",tags:[]},{name:"mdi-sim-alert",tags:[]},{name:"mdi-sim-off",tags:[]},{name:"mdi-simple-icons",tags:[]},{name:"mdi-sina-weibo",tags:[]},{name:"mdi-sitemap",tags:[]},{name:"mdi-skate",tags:[]},{name:"mdi-skew-less",tags:[]},{name:"mdi-skew-more",tags:[]},{name:"mdi-ski",tags:[]},{name:"mdi-ski-cross-country",tags:[]},{name:"mdi-ski-water",tags:[]},{name:"mdi-skip-backward",tags:[]},{name:"mdi-skip-backward-outline",tags:[]},{name:"mdi-skip-forward",tags:[]},{name:"mdi-skip-forward-outline",tags:[]},{name:"mdi-skip-next",tags:[]},{name:"mdi-skip-next-circle",tags:[]},{name:"mdi-skip-next-circle-outline",tags:[]},{name:"mdi-skip-next-outline",tags:[]},{name:"mdi-skip-previous",tags:[]},{name:"mdi-skip-previous-circle",tags:[]},{name:"mdi-skip-previous-circle-outline",tags:[]},{name:"mdi-skip-previous-outline",tags:[]},{name:"mdi-skull",tags:[]},{name:"mdi-skull-crossbones",tags:[]},{name:"mdi-skull-crossbones-outline",tags:[]},{name:"mdi-skull-outline",tags:[]},{name:"mdi-skype",tags:[]},{name:"mdi-skype-business",tags:[]},{name:"mdi-slack",tags:[]},{name:"mdi-slackware",tags:[]},{name:"mdi-slash-forward",tags:[]},{name:"mdi-slash-forward-box",tags:[]},{name:"mdi-sleep",tags:[]},{name:"mdi-sleep-off",tags:[]},{name:"mdi-slope-downhill",tags:[]},{name:"mdi-slope-uphill",tags:[]},{name:"mdi-slot-machine",tags:[]},{name:"mdi-slot-machine-outline",tags:[]},{name:"mdi-smart-card",tags:[]},{name:"mdi-smart-card-outline",tags:[]},{name:"mdi-smart-card-reader",tags:[]},{name:"mdi-smart-card-reader-outline",tags:[]},{name:"mdi-smog",tags:[]},{name:"mdi-smoke-detector",tags:[]},{name:"mdi-smoking",tags:[]},{name:"mdi-smoking-off",tags:[]},{name:"mdi-snapchat",tags:[]},{name:"mdi-snowboard",tags:[]},{name:"mdi-snowflake",tags:[]},{name:"mdi-snowflake-alert",tags:[]},{name:"mdi-snowflake-melt",tags:[]},{name:"mdi-snowflake-variant",tags:[]},{name:"mdi-snowman",tags:[]},{name:"mdi-soccer",tags:[]},{name:"mdi-soccer-field",tags:[]},{name:"mdi-sofa",tags:[]},{name:"mdi-solar-panel",tags:[]},{name:"mdi-solar-panel-large",tags:[]},{name:"mdi-solar-power",tags:[]},{name:"mdi-soldering-iron",tags:[]},{name:"mdi-solid",tags:[]},{name:"mdi-sort",tags:[]},{name:"mdi-sort-alphabetical",tags:[]},{name:"mdi-sort-alphabetical-ascending",tags:[]},{name:"mdi-sort-alphabetical-descending",tags:[]},{name:"mdi-sort-ascending",tags:[]},{name:"mdi-sort-descending",tags:[]},{name:"mdi-sort-numeric",tags:[]},{name:"mdi-sort-variant",tags:[]},{name:"mdi-sort-variant-lock",tags:[]},{name:"mdi-sort-variant-lock-open",tags:[]},{name:"mdi-sort-variant-remove",tags:[]},{name:"mdi-soundcloud",tags:[]},{name:"mdi-source-branch",tags:[]},{name:"mdi-source-commit",tags:[]},{name:"mdi-source-commit-end",tags:[]},{name:"mdi-source-commit-end-local",tags:[]},{name:"mdi-source-commit-local",tags:[]},{name:"mdi-source-commit-next-local",tags:[]},{name:"mdi-source-commit-start",tags:[]},{name:"mdi-source-commit-start-next-local",tags:[]},{name:"mdi-source-fork",tags:[]},{name:"mdi-source-merge",tags:[]},{name:"mdi-source-pull",tags:[]},{name:"mdi-source-repository",tags:[]},{name:"mdi-source-repository-multiple",tags:[]},{name:"mdi-soy-sauce",tags:[]},{name:"mdi-spa",tags:[]},{name:"mdi-spa-outline",tags:[]},{name:"mdi-space-invaders",tags:[]},{name:"mdi-space-station",tags:[]},{name:"mdi-spade",tags:[]},{name:"mdi-speaker",tags:[]},{name:"mdi-speaker-bluetooth",tags:[]},{name:"mdi-speaker-multiple",tags:[]},{name:"mdi-speaker-off",tags:[]},{name:"mdi-speaker-wireless",tags:[]},{name:"mdi-speedometer",tags:[]},{name:"mdi-speedometer-medium",tags:[]},{name:"mdi-speedometer-slow",tags:[]},{name:"mdi-spellcheck",tags:[]},{name:"mdi-spider",tags:[]},{name:"mdi-spider-thread",tags:[]},{name:"mdi-spider-web",tags:[]},{name:"mdi-spotify",tags:[]},{name:"mdi-spotlight",tags:[]},{name:"mdi-spotlight-beam",tags:[]},{name:"mdi-spray",tags:[]},{name:"mdi-spray-bottle",tags:[]},{name:"mdi-sprinkler",tags:[]},{name:"mdi-sprinkler-variant",tags:[]},{name:"mdi-sprout",tags:[]},{name:"mdi-sprout-outline",tags:[]},{name:"mdi-square",tags:[]},{name:"mdi-square-edit-outline",tags:[]},{name:"mdi-square-inc",tags:[]},{name:"mdi-square-inc-cash",tags:[]},{name:"mdi-square-medium",tags:[]},{name:"mdi-square-medium-outline",tags:[]},{name:"mdi-square-off",tags:[]},{name:"mdi-square-off-outline",tags:[]},{name:"mdi-square-outline",tags:[]},{name:"mdi-square-root",tags:[]},{name:"mdi-square-root-box",tags:[]},{name:"mdi-square-small",tags:[]},{name:"mdi-squeegee",tags:[]},{name:"mdi-ssh",tags:[]},{name:"mdi-stack-exchange",tags:[]},{name:"mdi-stack-overflow",tags:[]},{name:"mdi-stackpath",tags:[]},{name:"mdi-stadium",tags:[]},{name:"mdi-stadium-variant",tags:[]},{name:"mdi-stairs",tags:[]},{name:"mdi-stairs-down",tags:[]},{name:"mdi-stairs-up",tags:[]},{name:"mdi-stamper",tags:[]},{name:"mdi-standard-definition",tags:[]},{name:"mdi-star",tags:[]},{name:"mdi-star-box",tags:[]},{name:"mdi-star-box-multiple",tags:[]},{name:"mdi-star-box-multiple-outline",tags:[]},{name:"mdi-star-box-outline",tags:[]},{name:"mdi-star-circle",tags:[]},{name:"mdi-star-circle-outline",tags:[]},{name:"mdi-star-face",tags:[]},{name:"mdi-star-four-points",tags:[]},{name:"mdi-star-four-points-outline",tags:[]},{name:"mdi-star-half",tags:[]},{name:"mdi-star-off",tags:[]},{name:"mdi-star-outline",tags:[]},{name:"mdi-star-three-points",tags:[]},{name:"mdi-star-three-points-outline",tags:[]},{name:"mdi-state-machine",tags:[]},{name:"mdi-steam",tags:[]},{name:"mdi-steam-box",tags:[]},{name:"mdi-steering",tags:[]},{name:"mdi-steering-off",tags:[]},{name:"mdi-step-backward",tags:[]},{name:"mdi-step-backward-2",tags:[]},{name:"mdi-step-forward",tags:[]},{name:"mdi-step-forward-2",tags:[]},{name:"mdi-stethoscope",tags:[]},{name:"mdi-sticker",tags:[]},{name:"mdi-sticker-alert",tags:[]},{name:"mdi-sticker-alert-outline",tags:[]},{name:"mdi-sticker-check",tags:[]},{name:"mdi-sticker-check-outline",tags:[]},{name:"mdi-sticker-circle-outline",tags:[]},{name:"mdi-sticker-emoji",tags:[]},{name:"mdi-sticker-minus",tags:[]},{name:"mdi-sticker-minus-outline",tags:[]},{name:"mdi-sticker-outline",tags:[]},{name:"mdi-sticker-plus",tags:[]},{name:"mdi-sticker-plus-outline",tags:[]},{name:"mdi-sticker-remove",tags:[]},{name:"mdi-sticker-remove-outline",tags:[]},{name:"mdi-stocking",tags:[]},{name:"mdi-stomach",tags:[]},{name:"mdi-stop",tags:[]},{name:"mdi-stop-circle",tags:[]},{name:"mdi-stop-circle-outline",tags:[]},{name:"mdi-store",tags:[]},{name:"mdi-store-24-hour",tags:[]},{name:"mdi-store-outline",tags:[]},{name:"mdi-storefront",tags:[]},{name:"mdi-stove",tags:[]},{name:"mdi-strategy",tags:[]},{name:"mdi-strava",tags:[]},{name:"mdi-stretch-to-page",tags:[]},{name:"mdi-stretch-to-page-outline",tags:[]},{name:"mdi-string-lights",tags:[]},{name:"mdi-string-lights-off",tags:[]},{name:"mdi-subdirectory-arrow-left",tags:[]},{name:"mdi-subdirectory-arrow-right",tags:[]},{name:"mdi-subtitles",tags:[]},{name:"mdi-subtitles-outline",tags:[]},{name:"mdi-subway",tags:[]},{name:"mdi-subway-alert-variant",tags:[]},{name:"mdi-subway-variant",tags:[]},{name:"mdi-summit",tags:[]},{name:"mdi-sunglasses",tags:[]},{name:"mdi-surround-sound",tags:[]},{name:"mdi-surround-sound-2-0",tags:[]},{name:"mdi-surround-sound-3-1",tags:[]},{name:"mdi-surround-sound-5-1",tags:[]},{name:"mdi-surround-sound-7-1",tags:[]},{name:"mdi-svg",tags:[]},{name:"mdi-swap-horizontal",tags:[]},{name:"mdi-swap-horizontal-bold",tags:[]},{name:"mdi-swap-horizontal-circle",tags:[]},{name:"mdi-swap-horizontal-circle-outline",tags:[]},{name:"mdi-swap-horizontal-variant",tags:[]},{name:"mdi-swap-vertical",tags:[]},{name:"mdi-swap-vertical-bold",tags:[]},{name:"mdi-swap-vertical-circle",tags:[]},{name:"mdi-swap-vertical-circle-outline",tags:[]},{name:"mdi-swap-vertical-variant",tags:[]},{name:"mdi-swim",tags:[]},{name:"mdi-switch",tags:[]},{name:"mdi-sword",tags:[]},{name:"mdi-sword-cross",tags:[]},{name:"mdi-syllabary-hangul",tags:[]},{name:"mdi-syllabary-hiragana",tags:[]},{name:"mdi-syllabary-katakana",tags:[]},{name:"mdi-syllabary-katakana-half-width",tags:[]},{name:"mdi-symfony",tags:[]},{name:"mdi-sync",tags:[]},{name:"mdi-sync-alert",tags:[]},{name:"mdi-sync-circle",tags:[]},{name:"mdi-sync-off",tags:[]},{name:"mdi-tab",tags:[]},{name:"mdi-tab-minus",tags:[]},{name:"mdi-tab-plus",tags:[]},{name:"mdi-tab-remove",tags:[]},{name:"mdi-tab-unselected",tags:[]},{name:"mdi-table",tags:[]},{name:"mdi-table-border",tags:[]},{name:"mdi-table-chair",tags:[]},{name:"mdi-table-column",tags:[]},{name:"mdi-table-column-plus-after",tags:[]},{name:"mdi-table-column-plus-before",tags:[]},{name:"mdi-table-column-remove",tags:[]},{name:"mdi-table-column-width",tags:[]},{name:"mdi-table-edit",tags:[]},{name:"mdi-table-eye",tags:[]},{name:"mdi-table-headers-eye",tags:[]},{name:"mdi-table-headers-eye-off",tags:[]},{name:"mdi-table-large",tags:[]},{name:"mdi-table-large-plus",tags:[]},{name:"mdi-table-large-remove",tags:[]},{name:"mdi-table-merge-cells",tags:[]},{name:"mdi-table-of-contents",tags:[]},{name:"mdi-table-plus",tags:[]},{name:"mdi-table-remove",tags:[]},{name:"mdi-table-row",tags:[]},{name:"mdi-table-row-height",tags:[]},{name:"mdi-table-row-plus-after",tags:[]},{name:"mdi-table-row-plus-before",tags:[]},{name:"mdi-table-row-remove",tags:[]},{name:"mdi-table-search",tags:[]},{name:"mdi-table-settings",tags:[]},{name:"mdi-table-tennis",tags:[]},{name:"mdi-tablet",tags:[]},{name:"mdi-tablet-android",tags:[]},{name:"mdi-tablet-cellphone",tags:[]},{name:"mdi-tablet-dashboard",tags:[]},{name:"mdi-tablet-ipad",tags:[]},{name:"mdi-taco",tags:[]},{name:"mdi-tag",tags:[]},{name:"mdi-tag-faces",tags:[]},{name:"mdi-tag-heart",tags:[]},{name:"mdi-tag-heart-outline",tags:[]},{name:"mdi-tag-minus",tags:[]},{name:"mdi-tag-minus-outline",tags:[]},{name:"mdi-tag-multiple",tags:[]},{name:"mdi-tag-multiple-outline",tags:[]},{name:"mdi-tag-off",tags:[]},{name:"mdi-tag-off-outline",tags:[]},{name:"mdi-tag-outline",tags:[]},{name:"mdi-tag-plus",tags:[]},{name:"mdi-tag-plus-outline",tags:[]},{name:"mdi-tag-remove",tags:[]},{name:"mdi-tag-remove-outline",tags:[]},{name:"mdi-tag-text",tags:[]},{name:"mdi-tag-text-outline",tags:[]},{name:"mdi-tank",tags:[]},{name:"mdi-tanker-truck",tags:[]},{name:"mdi-tape-measure",tags:[]},{name:"mdi-target",tags:[]},{name:"mdi-target-account",tags:[]},{name:"mdi-target-variant",tags:[]},{name:"mdi-taxi",tags:[]},{name:"mdi-tea",tags:[]},{name:"mdi-tea-outline",tags:[]},{name:"mdi-teach",tags:[]},{name:"mdi-teamviewer",tags:[]},{name:"mdi-telegram",tags:[]},{name:"mdi-telescope",tags:[]},{name:"mdi-television",tags:[]},{name:"mdi-television-ambient-light",tags:[]},{name:"mdi-television-box",tags:[]},{name:"mdi-television-classic",tags:[]},{name:"mdi-television-classic-off",tags:[]},{name:"mdi-television-clean",tags:[]},{name:"mdi-television-guide",tags:[]},{name:"mdi-television-off",tags:[]},{name:"mdi-television-pause",tags:[]},{name:"mdi-television-play",tags:[]},{name:"mdi-television-stop",tags:[]},{name:"mdi-temperature-celsius",tags:[]},{name:"mdi-temperature-fahrenheit",tags:[]},{name:"mdi-temperature-kelvin",tags:[]},{name:"mdi-tennis",tags:[]},{name:"mdi-tennis-ball",tags:[]},{name:"mdi-tent",tags:[]},{name:"mdi-terraform",tags:[]},{name:"mdi-terrain",tags:[]},{name:"mdi-test-tube",tags:[]},{name:"mdi-test-tube-empty",tags:[]},{name:"mdi-test-tube-off",tags:[]},{name:"mdi-text",tags:[]},{name:"mdi-text-recognition",tags:[]},{name:"mdi-text-shadow",tags:[]},{name:"mdi-text-short",tags:[]},{name:"mdi-text-subject",tags:[]},{name:"mdi-text-to-speech",tags:[]},{name:"mdi-text-to-speech-off",tags:[]},{name:"mdi-textarea",tags:[]},{name:"mdi-textbox",tags:[]},{name:"mdi-textbox-lock",tags:[]},{name:"mdi-textbox-password",tags:[]},{name:"mdi-texture",tags:[]},{name:"mdi-texture-box",tags:[]},{name:"mdi-theater",tags:[]},{name:"mdi-theme-light-dark",tags:[]},{name:"mdi-thermometer",tags:[]},{name:"mdi-thermometer-alert",tags:[]},{name:"mdi-thermometer-chevron-down",tags:[]},{name:"mdi-thermometer-chevron-up",tags:[]},{name:"mdi-thermometer-high",tags:[]},{name:"mdi-thermometer-lines",tags:[]},{name:"mdi-thermometer-low",tags:[]},{name:"mdi-thermometer-minus",tags:[]},{name:"mdi-thermometer-plus",tags:[]},{name:"mdi-thermostat",tags:[]},{name:"mdi-thermostat-box",tags:[]},{name:"mdi-thought-bubble",tags:[]},{name:"mdi-thought-bubble-outline",tags:[]},{name:"mdi-thumb-down",tags:[]},{name:"mdi-thumb-down-outline",tags:[]},{name:"mdi-thumb-up",tags:[]},{name:"mdi-thumb-up-outline",tags:[]},{name:"mdi-thumbs-up-down",tags:[]},{name:"mdi-ticket",tags:[]},{name:"mdi-ticket-account",tags:[]},{name:"mdi-ticket-confirmation",tags:[]},{name:"mdi-ticket-outline",tags:[]},{name:"mdi-ticket-percent",tags:[]},{name:"mdi-tie",tags:[]},{name:"mdi-tilde",tags:[]},{name:"mdi-timelapse",tags:[]},{name:"mdi-timeline",tags:[]},{name:"mdi-timeline-alert",tags:[]},{name:"mdi-timeline-alert-outline",tags:[]},{name:"mdi-timeline-clock",tags:[]},{name:"mdi-timeline-clock-outline",tags:[]},{name:"mdi-timeline-help",tags:[]},{name:"mdi-timeline-help-outline",tags:[]},{name:"mdi-timeline-outline",tags:[]},{name:"mdi-timeline-plus",tags:[]},{name:"mdi-timeline-plus-outline",tags:[]},{name:"mdi-timeline-text",tags:[]},{name:"mdi-timeline-text-outline",tags:[]},{name:"mdi-timer",tags:[]},{name:"mdi-timer-10",tags:[]},{name:"mdi-timer-3",tags:[]},{name:"mdi-timer-off",tags:[]},{name:"mdi-timer-sand",tags:[]},{name:"mdi-timer-sand-empty",tags:[]},{name:"mdi-timer-sand-full",tags:[]},{name:"mdi-timetable",tags:[]},{name:"mdi-toaster",tags:[]},{name:"mdi-toaster-off",tags:[]},{name:"mdi-toaster-oven",tags:[]},{name:"mdi-toggle-switch",tags:[]},{name:"mdi-toggle-switch-off",tags:[]},{name:"mdi-toggle-switch-off-outline",tags:[]},{name:"mdi-toggle-switch-outline",tags:[]},{name:"mdi-toilet",tags:[]},{name:"mdi-toolbox",tags:[]},{name:"mdi-toolbox-outline",tags:[]},{name:"mdi-tools",tags:[]},{name:"mdi-tooltip",tags:[]},{name:"mdi-tooltip-account",tags:[]},{name:"mdi-tooltip-edit",tags:[]},{name:"mdi-tooltip-edit-outline",tags:[]},{name:"mdi-tooltip-image",tags:[]},{name:"mdi-tooltip-image-outline",tags:[]},{name:"mdi-tooltip-outline",tags:[]},{name:"mdi-tooltip-plus",tags:[]},{name:"mdi-tooltip-plus-outline",tags:[]},{name:"mdi-tooltip-text",tags:[]},{name:"mdi-tooltip-text-outline",tags:[]},{name:"mdi-tooth",tags:[]},{name:"mdi-tooth-outline",tags:[]},{name:"mdi-toothbrush",tags:[]},{name:"mdi-toothbrush-electric",tags:[]},{name:"mdi-toothbrush-paste",tags:[]},{name:"mdi-tor",tags:[]},{name:"mdi-tortoise",tags:[]},{name:"mdi-toslink",tags:[]},{name:"mdi-tournament",tags:[]},{name:"mdi-tower-beach",tags:[]},{name:"mdi-tower-fire",tags:[]},{name:"mdi-towing",tags:[]},{name:"mdi-toy-brick",tags:[]},{name:"mdi-toy-brick-marker",tags:[]},{name:"mdi-toy-brick-marker-outline",tags:[]},{name:"mdi-toy-brick-minus",tags:[]},{name:"mdi-toy-brick-minus-outline",tags:[]},{name:"mdi-toy-brick-outline",tags:[]},{name:"mdi-toy-brick-plus",tags:[]},{name:"mdi-toy-brick-plus-outline",tags:[]},{name:"mdi-toy-brick-remove",tags:[]},{name:"mdi-toy-brick-remove-outline",tags:[]},{name:"mdi-toy-brick-search",tags:[]},{name:"mdi-toy-brick-search-outline",tags:[]},{name:"mdi-track-light",tags:[]},{name:"mdi-trackpad",tags:[]},{name:"mdi-trackpad-lock",tags:[]},{name:"mdi-tractor",tags:[]},{name:"mdi-trademark",tags:[]},{name:"mdi-traffic-cone",tags:[]},{name:"mdi-traffic-light",tags:[]},{name:"mdi-train",tags:[]},{name:"mdi-train-car",tags:[]},{name:"mdi-train-variant",tags:[]},{name:"mdi-tram",tags:[]},{name:"mdi-tram-side",tags:[]},{name:"mdi-transcribe",tags:[]},{name:"mdi-transcribe-close",tags:[]},{name:"mdi-transfer",tags:[]},{name:"mdi-transfer-down",tags:[]},{name:"mdi-transfer-left",tags:[]},{name:"mdi-transfer-right",tags:[]},{name:"mdi-transfer-up",tags:[]},{name:"mdi-transit-connection",tags:[]},{name:"mdi-transit-connection-variant",tags:[]},{name:"mdi-transit-detour",tags:[]},{name:"mdi-transit-transfer",tags:[]},{name:"mdi-transition",tags:[]},{name:"mdi-transition-masked",tags:[]},{name:"mdi-translate",tags:[]},{name:"mdi-translate-off",tags:[]},{name:"mdi-transmission-tower",tags:[]},{name:"mdi-trash-can",tags:[]},{name:"mdi-trash-can-outline",tags:[]},{name:"mdi-tray",tags:[]},{name:"mdi-tray-alert",tags:[]},{name:"mdi-tray-full",tags:[]},{name:"mdi-tray-minus",tags:[]},{name:"mdi-tray-plus",tags:[]},{name:"mdi-tray-remove",tags:[]},{name:"mdi-treasure-chest",tags:[]},{name:"mdi-tree",tags:[]},{name:"mdi-tree-outline",tags:[]},{name:"mdi-trello",tags:[]},{name:"mdi-trending-down",tags:[]},{name:"mdi-trending-neutral",tags:[]},{name:"mdi-trending-up",tags:[]},{name:"mdi-triangle",tags:[]},{name:"mdi-triangle-outline",tags:[]},{name:"mdi-triforce",tags:[]},{name:"mdi-trophy",tags:[]},{name:"mdi-trophy-award",tags:[]},{name:"mdi-trophy-broken",tags:[]},{name:"mdi-trophy-outline",tags:[]},{name:"mdi-trophy-variant",tags:[]},{name:"mdi-trophy-variant-outline",tags:[]},{name:"mdi-truck",tags:[]},{name:"mdi-truck-check",tags:[]},{name:"mdi-truck-check-outline",tags:[]},{name:"mdi-truck-delivery",tags:[]},{name:"mdi-truck-delivery-outline",tags:[]},{name:"mdi-truck-fast",tags:[]},{name:"mdi-truck-fast-outline",tags:[]},{name:"mdi-truck-outline",tags:[]},{name:"mdi-truck-trailer",tags:[]},{name:"mdi-trumpet",tags:[]},{name:"mdi-tshirt-crew",tags:[]},{name:"mdi-tshirt-crew-outline",tags:[]},{name:"mdi-tshirt-v",tags:[]},{name:"mdi-tshirt-v-outline",tags:[]},{name:"mdi-tumble-dryer",tags:[]},{name:"mdi-tumble-dryer-alert",tags:[]},{name:"mdi-tumble-dryer-off",tags:[]},{name:"mdi-tumblr",tags:[]},{name:"mdi-tumblr-box",tags:[]},{name:"mdi-tumblr-reblog",tags:[]},{name:"mdi-tune",tags:[]},{name:"mdi-tune-vertical",tags:[]},{name:"mdi-turnstile",tags:[]},{name:"mdi-turnstile-outline",tags:[]},{name:"mdi-turtle",tags:[]},{name:"mdi-twitch",tags:[]},{name:"mdi-twitter",tags:[]},{name:"mdi-twitter-box",tags:[]},{name:"mdi-twitter-circle",tags:[]},{name:"mdi-twitter-retweet",tags:[]},{name:"mdi-two-factor-authentication",tags:[]},{name:"mdi-typewriter",tags:[]},{name:"mdi-uber",tags:[]},{name:"mdi-ubisoft",tags:[]},{name:"mdi-ubuntu",tags:[]},{name:"mdi-ufo",tags:[]},{name:"mdi-ufo-outline",tags:[]},{name:"mdi-ultra-high-definition",tags:[]},{name:"mdi-umbraco",tags:[]},{name:"mdi-umbrella",tags:[]},{name:"mdi-umbrella-closed",tags:[]},{name:"mdi-umbrella-outline",tags:[]},{name:"mdi-undo",tags:[]},{name:"mdi-undo-variant",tags:[]},{name:"mdi-unfold-less-horizontal",tags:[]},{name:"mdi-unfold-less-vertical",tags:[]},{name:"mdi-unfold-more-horizontal",tags:[]},{name:"mdi-unfold-more-vertical",tags:[]},{name:"mdi-ungroup",tags:[]},{name:"mdi-unicode",tags:[]},{name:"mdi-unity",tags:[]},{name:"mdi-unreal",tags:[]},{name:"mdi-untappd",tags:[]},{name:"mdi-update",tags:[]},{name:"mdi-upload",tags:[]},{name:"mdi-upload-lock",tags:[]},{name:"mdi-upload-lock-outline",tags:[]},{name:"mdi-upload-multiple",tags:[]},{name:"mdi-upload-network",tags:[]},{name:"mdi-upload-network-outline",tags:[]},{name:"mdi-upload-off",tags:[]},{name:"mdi-upload-off-outline",tags:[]},{name:"mdi-upload-outline",tags:[]},{name:"mdi-usb",tags:[]},{name:"mdi-usb-flash-drive",tags:[]},{name:"mdi-usb-flash-drive-outline",tags:[]},{name:"mdi-usb-port",tags:[]},{name:"mdi-valve",tags:[]},{name:"mdi-valve-closed",tags:[]},{name:"mdi-valve-open",tags:[]},{name:"mdi-van-passenger",tags:[]},{name:"mdi-van-utility",tags:[]},{name:"mdi-vanish",tags:[]},{name:"mdi-vanity-light",tags:[]},{name:"mdi-variable",tags:[]},{name:"mdi-variable-box",tags:[]},{name:"mdi-vector-arrange-above",tags:[]},{name:"mdi-vector-arrange-below",tags:[]},{name:"mdi-vector-bezier",tags:[]},{name:"mdi-vector-circle",tags:[]},{name:"mdi-vector-circle-variant",tags:[]},{name:"mdi-vector-combine",tags:[]},{name:"mdi-vector-curve",tags:[]},{name:"mdi-vector-difference",tags:[]},{name:"mdi-vector-difference-ab",tags:[]},{name:"mdi-vector-difference-ba",tags:[]},{name:"mdi-vector-ellipse",tags:[]},{name:"mdi-vector-intersection",tags:[]},{name:"mdi-vector-line",tags:[]},{name:"mdi-vector-link",tags:[]},{name:"mdi-vector-point",tags:[]},{name:"mdi-vector-polygon",tags:[]},{name:"mdi-vector-polyline",tags:[]},{name:"mdi-vector-polyline-edit",tags:[]},{name:"mdi-vector-polyline-minus",tags:[]},{name:"mdi-vector-polyline-plus",tags:[]},{name:"mdi-vector-polyline-remove",tags:[]},{name:"mdi-vector-radius",tags:[]},{name:"mdi-vector-rectangle",tags:[]},{name:"mdi-vector-selection",tags:[]},{name:"mdi-vector-square",tags:[]},{name:"mdi-vector-triangle",tags:[]},{name:"mdi-vector-union",tags:[]},{name:"mdi-venmo",tags:[]},{name:"mdi-vhs",tags:[]},{name:"mdi-vibrate",tags:[]},{name:"mdi-vibrate-off",tags:[]},{name:"mdi-video",tags:[]},{name:"mdi-video-3d",tags:[]},{name:"mdi-video-3d-variant",tags:[]},{name:"mdi-video-4k-box",tags:[]},{name:"mdi-video-account",tags:[]},{name:"mdi-video-check",tags:[]},{name:"mdi-video-check-outline",tags:[]},{name:"mdi-video-image",tags:[]},{name:"mdi-video-input-antenna",tags:[]},{name:"mdi-video-input-component",tags:[]},{name:"mdi-video-input-hdmi",tags:[]},{name:"mdi-video-input-scart",tags:[]},{name:"mdi-video-input-svideo",tags:[]},{name:"mdi-video-minus",tags:[]},{name:"mdi-video-off",tags:[]},{name:"mdi-video-off-outline",tags:[]},{name:"mdi-video-outline",tags:[]},{name:"mdi-video-plus",tags:[]},{name:"mdi-video-stabilization",tags:[]},{name:"mdi-video-switch",tags:[]},{name:"mdi-video-vintage",tags:[]},{name:"mdi-video-wireless",tags:[]},{name:"mdi-video-wireless-outline",tags:[]},{name:"mdi-view-agenda",tags:[]},{name:"mdi-view-agenda-outline",tags:[]},{name:"mdi-view-array",tags:[]},{name:"mdi-view-carousel",tags:[]},{name:"mdi-view-column",tags:[]},{name:"mdi-view-comfy",tags:[]},{name:"mdi-view-compact",tags:[]},{name:"mdi-view-compact-outline",tags:[]},{name:"mdi-view-dashboard",tags:[]},{name:"mdi-view-dashboard-outline",tags:[]},{name:"mdi-view-dashboard-variant",tags:[]},{name:"mdi-view-day",tags:[]},{name:"mdi-view-grid",tags:[]},{name:"mdi-view-grid-outline",tags:[]},{name:"mdi-view-grid-plus",tags:[]},{name:"mdi-view-grid-plus-outline",tags:[]},{name:"mdi-view-headline",tags:[]},{name:"mdi-view-list",tags:[]},{name:"mdi-view-module",tags:[]},{name:"mdi-view-parallel",tags:[]},{name:"mdi-view-quilt",tags:[]},{name:"mdi-view-sequential",tags:[]},{name:"mdi-view-split-horizontal",tags:[]},{name:"mdi-view-split-vertical",tags:[]},{name:"mdi-view-stream",tags:[]},{name:"mdi-view-week",tags:[]},{name:"mdi-vimeo",tags:[]},{name:"mdi-violin",tags:[]},{name:"mdi-virtual-reality",tags:[]},{name:"mdi-visual-studio",tags:[]},{name:"mdi-visual-studio-code",tags:[]},{name:"mdi-vk",tags:[]},{name:"mdi-vk-box",tags:[]},{name:"mdi-vk-circle",tags:[]},{name:"mdi-vlc",tags:[]},{name:"mdi-voice",tags:[]},{name:"mdi-voice-off",tags:[]},{name:"mdi-voicemail",tags:[]},{name:"mdi-volleyball",tags:[]},{name:"mdi-volume-high",tags:[]},{name:"mdi-volume-low",tags:[]},{name:"mdi-volume-medium",tags:[]},{name:"mdi-volume-minus",tags:[]},{name:"mdi-volume-mute",tags:[]},{name:"mdi-volume-off",tags:[]},{name:"mdi-volume-plus",tags:[]},{name:"mdi-volume-source",tags:[]},{name:"mdi-volume-variant-off",tags:[]},{name:"mdi-volume-vibrate",tags:[]},{name:"mdi-vote",tags:[]},{name:"mdi-vote-outline",tags:[]},{name:"mdi-vpn",tags:[]},{name:"mdi-vuejs",tags:[]},{name:"mdi-vuetify",tags:[]},{name:"mdi-walk",tags:[]},{name:"mdi-wall",tags:[]},{name:"mdi-wall-sconce",tags:[]},{name:"mdi-wall-sconce-flat",tags:[]},{name:"mdi-wall-sconce-variant",tags:[]},{name:"mdi-wallet",tags:[]},{name:"mdi-wallet-giftcard",tags:[]},{name:"mdi-wallet-membership",tags:[]},{name:"mdi-wallet-outline",tags:[]},{name:"mdi-wallet-plus",tags:[]},{name:"mdi-wallet-plus-outline",tags:[]},{name:"mdi-wallet-travel",tags:[]},{name:"mdi-wallpaper",tags:[]},{name:"mdi-wan",tags:[]},{name:"mdi-wardrobe",tags:[]},{name:"mdi-wardrobe-outline",tags:[]},{name:"mdi-warehouse",tags:[]},{name:"mdi-washing-machine",tags:[]},{name:"mdi-washing-machine-alert",tags:[]},{name:"mdi-washing-machine-off",tags:[]},{name:"mdi-watch",tags:[]},{name:"mdi-watch-export",tags:[]},{name:"mdi-watch-export-variant",tags:[]},{name:"mdi-watch-import",tags:[]},{name:"mdi-watch-import-variant",tags:[]},{name:"mdi-watch-variant",tags:[]},{name:"mdi-watch-vibrate",tags:[]},{name:"mdi-watch-vibrate-off",tags:[]},{name:"mdi-water",tags:[]},{name:"mdi-water-boiler",tags:[]},{name:"mdi-water-boiler-alert",tags:[]},{name:"mdi-water-boiler-off",tags:[]},{name:"mdi-water-off",tags:[]},{name:"mdi-water-outline",tags:[]},{name:"mdi-water-percent",tags:[]},{name:"mdi-water-polo",tags:[]},{name:"mdi-water-pump",tags:[]},{name:"mdi-water-pump-off",tags:[]},{name:"mdi-water-well",tags:[]},{name:"mdi-water-well-outline",tags:[]},{name:"mdi-watermark",tags:[]},{name:"mdi-wave",tags:[]},{name:"mdi-waves",tags:[]},{name:"mdi-waze",tags:[]},{name:"mdi-weather-cloudy",tags:[]},{name:"mdi-weather-cloudy-alert",tags:[]},{name:"mdi-weather-cloudy-arrow-right",tags:[]},{name:"mdi-weather-fog",tags:[]},{name:"mdi-weather-hail",tags:[]},{name:"mdi-weather-hazy",tags:[]},{name:"mdi-weather-hurricane",tags:[]},{name:"mdi-weather-lightning",tags:[]},{name:"mdi-weather-lightning-rainy",tags:[]},{name:"mdi-weather-night",tags:[]},{name:"mdi-weather-night-partly-cloudy",tags:[]},{name:"mdi-weather-partly-cloudy",tags:[]},{name:"mdi-weather-partly-lightning",tags:[]},{name:"mdi-weather-partly-rainy",tags:[]},{name:"mdi-weather-partly-snowy",tags:[]},{name:"mdi-weather-partly-snowy-rainy",tags:[]},{name:"mdi-weather-pouring",tags:[]},{name:"mdi-weather-rainy",tags:[]},{name:"mdi-weather-snowy",tags:[]},{name:"mdi-weather-snowy-heavy",tags:[]},{name:"mdi-weather-snowy-rainy",tags:[]},{name:"mdi-weather-sunny",tags:[]},{name:"mdi-weather-sunny-alert",tags:[]},{name:"mdi-weather-sunset",tags:[]},{name:"mdi-weather-sunset-down",tags:[]},{name:"mdi-weather-sunset-up",tags:[]},{name:"mdi-weather-tornado",tags:[]},{name:"mdi-weather-windy",tags:[]},{name:"mdi-weather-windy-variant",tags:[]},{name:"mdi-web",tags:[]},{name:"mdi-web-box",tags:[]},{name:"mdi-web-clock",tags:[]},{name:"mdi-webcam",tags:[]},{name:"mdi-webhook",tags:[]},{name:"mdi-webpack",tags:[]},{name:"mdi-webrtc",tags:[]},{name:"mdi-wechat",tags:[]},{name:"mdi-weight",tags:[]},{name:"mdi-weight-gram",tags:[]},{name:"mdi-weight-kilogram",tags:[]},{name:"mdi-weight-lifter",tags:[]},{name:"mdi-weight-pound",tags:[]},{name:"mdi-whatsapp",tags:[]},{name:"mdi-wheelchair-accessibility",tags:[]},{name:"mdi-whistle",tags:[]},{name:"mdi-whistle-outline",tags:[]},{name:"mdi-white-balance-auto",tags:[]},{name:"mdi-white-balance-incandescent",tags:[]},{name:"mdi-white-balance-iridescent",tags:[]},{name:"mdi-white-balance-sunny",tags:[]},{name:"mdi-widgets",tags:[]},{name:"mdi-widgets-outline",tags:[]},{name:"mdi-wifi",tags:[]},{name:"mdi-wifi-off",tags:[]},{name:"mdi-wifi-star",tags:[]},{name:"mdi-wifi-strength-1",tags:[]},{name:"mdi-wifi-strength-1-alert",tags:[]},{name:"mdi-wifi-strength-1-lock",tags:[]},{name:"mdi-wifi-strength-2",tags:[]},{name:"mdi-wifi-strength-2-alert",tags:[]},{name:"mdi-wifi-strength-2-lock",tags:[]},{name:"mdi-wifi-strength-3",tags:[]},{name:"mdi-wifi-strength-3-alert",tags:[]},{name:"mdi-wifi-strength-3-lock",tags:[]},{name:"mdi-wifi-strength-4",tags:[]},{name:"mdi-wifi-strength-4-alert",tags:[]},{name:"mdi-wifi-strength-4-lock",tags:[]},{name:"mdi-wifi-strength-alert-outline",tags:[]},{name:"mdi-wifi-strength-lock-outline",tags:[]},{name:"mdi-wifi-strength-off",tags:[]},{name:"mdi-wifi-strength-off-outline",tags:[]},{name:"mdi-wifi-strength-outline",tags:[]},{name:"mdi-wii",tags:[]},{name:"mdi-wiiu",tags:[]},{name:"mdi-wikipedia",tags:[]},{name:"mdi-wind-turbine",tags:[]},{name:"mdi-window-close",tags:[]},{name:"mdi-window-closed",tags:[]},{name:"mdi-window-closed-variant",tags:[]},{name:"mdi-window-maximize",tags:[]},{name:"mdi-window-minimize",tags:[]},{name:"mdi-window-open",tags:[]},{name:"mdi-window-open-variant",tags:[]},{name:"mdi-window-restore",tags:[]},{name:"mdi-window-shutter",tags:[]},{name:"mdi-window-shutter-alert",tags:[]},{name:"mdi-window-shutter-open",tags:[]},{name:"mdi-windows",tags:[]},{name:"mdi-windows-classic",tags:[]},{name:"mdi-wiper",tags:[]},{name:"mdi-wiper-wash",tags:[]},{name:"mdi-wordpress",tags:[]},{name:"mdi-worker",tags:[]},{name:"mdi-wrap",tags:[]},{name:"mdi-wrap-disabled",tags:[]},{name:"mdi-wrench",tags:[]},{name:"mdi-wrench-outline",tags:[]},{name:"mdi-wunderlist",tags:[]},{name:"mdi-xamarin",tags:[]},{name:"mdi-xamarin-outline",tags:[]},{name:"mdi-xaml",tags:[]},{name:"mdi-xbox",tags:[]},{name:"mdi-xbox-controller",tags:[]},{name:"mdi-xbox-controller-battery-alert",tags:[]},{name:"mdi-xbox-controller-battery-charging",tags:[]},{name:"mdi-xbox-controller-battery-empty",tags:[]},{name:"mdi-xbox-controller-battery-full",tags:[]},{name:"mdi-xbox-controller-battery-low",tags:[]},{name:"mdi-xbox-controller-battery-medium",tags:[]},{name:"mdi-xbox-controller-battery-unknown",tags:[]},{name:"mdi-xbox-controller-menu",tags:[]},{name:"mdi-xbox-controller-off",tags:[]},{name:"mdi-xbox-controller-view",tags:[]},{name:"mdi-xda",tags:[]},{name:"mdi-xing",tags:[]},{name:"mdi-xing-box",tags:[]},{name:"mdi-xing-circle",tags:[]},{name:"mdi-xml",tags:[]},{name:"mdi-xmpp",tags:[]},{name:"mdi-yahoo",tags:[]},{name:"mdi-yammer",tags:[]},{name:"mdi-yeast",tags:[]},{name:"mdi-yelp",tags:[]},{name:"mdi-yin-yang",tags:[]},{name:"mdi-yoga",tags:[]},{name:"mdi-youtube",tags:[]},{name:"mdi-youtube-creator-studio",tags:[]},{name:"mdi-youtube-gaming",tags:[]},{name:"mdi-youtube-subscription",tags:[]},{name:"mdi-youtube-tv",tags:[]},{name:"mdi-z-wave",tags:[]},{name:"mdi-zend",tags:[]},{name:"mdi-zigbee",tags:[]},{name:"mdi-zip-box",tags:[]},{name:"mdi-zip-box-outline",tags:[]},{name:"mdi-zip-disk",tags:[]},{name:"mdi-zodiac-aquarius",tags:[]},{name:"mdi-zodiac-aries",tags:[]},{name:"mdi-zodiac-cancer",tags:[]},{name:"mdi-zodiac-capricorn",tags:[]},{name:"mdi-zodiac-gemini",tags:[]},{name:"mdi-zodiac-leo",tags:[]},{name:"mdi-zodiac-libra",tags:[]},{name:"mdi-zodiac-pisces",tags:[]},{name:"mdi-zodiac-sagittarius",tags:[]},{name:"mdi-zodiac-scorpio",tags:[]},{name:"mdi-zodiac-taurus",tags:[]},{name:"mdi-zodiac-virgo",tags:[]}]}},"995b":function(a,e,t){"use strict";t.r(e),e["default"]={name:"material-icons-round",icons:[{name:"r_10k",tags:[]},{name:"r_10mp",tags:[]},{name:"r_11mp",tags:[]},{name:"r_12mp",tags:[]},{name:"r_13mp",tags:[]},{name:"r_14mp",tags:[]},{name:"r_15mp",tags:[]},{name:"r_16mp",tags:[]},{name:"r_17mp",tags:[]},{name:"r_18mp",tags:[]},{name:"r_19mp",tags:[]},{name:"r_1k",tags:[]},{name:"r_1k_plus",tags:[]},{name:"r_1x_mobiledata",tags:[]},{name:"r_20mp",tags:[]},{name:"r_21mp",tags:[]},{name:"r_22mp",tags:[]},{name:"r_23mp",tags:[]},{name:"r_24mp",tags:[]},{name:"r_2k",tags:[]},{name:"r_2k_plus",tags:[]},{name:"r_2mp",tags:[]},{name:"r_30fps",tags:[]},{name:"r_30fps_select",tags:[]},{name:"r_360",tags:[]},{name:"r_3d_rotation",tags:[]},{name:"r_3g_mobiledata",tags:[]},{name:"r_3k",tags:[]},{name:"r_3k_plus",tags:[]},{name:"r_3mp",tags:[]},{name:"r_3p",tags:[]},{name:"r_4g_mobiledata",tags:[]},{name:"r_4g_plus_mobiledata",tags:[]},{name:"r_4k",tags:[]},{name:"r_4k_plus",tags:[]},{name:"r_4mp",tags:[]},{name:"r_5g",tags:[]},{name:"r_5k",tags:[]},{name:"r_5k_plus",tags:[]},{name:"r_5mp",tags:[]},{name:"r_6_ft_apart",tags:[]},{name:"r_60fps",tags:[]},{name:"r_60fps_select",tags:[]},{name:"r_6k",tags:[]},{name:"r_6k_plus",tags:[]},{name:"r_6mp",tags:[]},{name:"r_7k",tags:[]},{name:"r_7k_plus",tags:[]},{name:"r_7mp",tags:[]},{name:"r_8k",tags:[]},{name:"r_8k_plus",tags:[]},{name:"r_8mp",tags:[]},{name:"r_9k",tags:[]},{name:"r_9k_plus",tags:[]},{name:"r_9mp",tags:[]},{name:"r_ac_unit",tags:[]},{name:"r_access_alarm",tags:[]},{name:"r_access_alarms",tags:[]},{name:"r_access_time",tags:[]},{name:"r_access_time_filled",tags:[]},{name:"r_accessibility",tags:[]},{name:"r_accessibility_new",tags:[]},{name:"r_accessible",tags:[]},{name:"r_accessible_forward",tags:[]},{name:"r_account_balance",tags:[]},{name:"r_account_balance_wallet",tags:[]},{name:"r_account_box",tags:[]},{name:"r_account_circle",tags:[]},{name:"r_account_tree",tags:[]},{name:"r_ad_units",tags:[]},{name:"r_adb",tags:[]},{name:"r_add",tags:[]},{name:"r_add_a_photo",tags:[]},{name:"r_add_alarm",tags:[]},{name:"r_add_alert",tags:[]},{name:"r_add_box",tags:[]},{name:"r_add_business",tags:[]},{name:"r_add_chart",tags:[]},{name:"r_add_circle",tags:[]},{name:"r_add_circle_outline",tags:[]},{name:"r_add_comment",tags:[]},{name:"r_add_ic_call",tags:[]},{name:"r_add_link",tags:[]},{name:"r_add_location",tags:[]},{name:"r_add_location_alt",tags:[]},{name:"r_add_moderator",tags:[]},{name:"r_add_photo_alternate",tags:[]},{name:"r_add_reaction",tags:[]},{name:"r_add_road",tags:[]},{name:"r_add_shopping_cart",tags:[]},{name:"r_add_task",tags:[]},{name:"r_add_to_drive",tags:[]},{name:"r_add_to_home_screen",tags:[]},{name:"r_add_to_photos",tags:[]},{name:"r_add_to_queue",tags:[]},{name:"r_addchart",tags:[]},{name:"r_adjust",tags:[]},{name:"r_admin_panel_settings",tags:[]},{name:"r_agriculture",tags:[]},{name:"r_air",tags:[]},{name:"r_airline_seat_flat",tags:[]},{name:"r_airline_seat_flat_angled",tags:[]},{name:"r_airline_seat_individual_suite",tags:[]},{name:"r_airline_seat_legroom_extra",tags:[]},{name:"r_airline_seat_legroom_normal",tags:[]},{name:"r_airline_seat_legroom_reduced",tags:[]},{name:"r_airline_seat_recline_extra",tags:[]},{name:"r_airline_seat_recline_normal",tags:[]},{name:"r_airplane_ticket",tags:[]},{name:"r_airplanemode_active",tags:[]},{name:"r_airplanemode_inactive",tags:[]},{name:"r_airplay",tags:[]},{name:"r_airport_shuttle",tags:[]},{name:"r_alarm",tags:[]},{name:"r_alarm_add",tags:[]},{name:"r_alarm_off",tags:[]},{name:"r_alarm_on",tags:[]},{name:"r_album",tags:[]},{name:"r_align_horizontal_center",tags:[]},{name:"r_align_horizontal_left",tags:[]},{name:"r_align_horizontal_right",tags:[]},{name:"r_align_vertical_bottom",tags:[]},{name:"r_align_vertical_center",tags:[]},{name:"r_align_vertical_top",tags:[]},{name:"r_all_inbox",tags:[]},{name:"r_all_inclusive",tags:[]},{name:"r_all_out",tags:[]},{name:"r_alt_route",tags:[]},{name:"r_alternate_email",tags:[]},{name:"r_analytics",tags:[]},{name:"r_anchor",tags:[]},{name:"r_android",tags:[]},{name:"r_animation",tags:[]},{name:"r_announcement",tags:[]},{name:"r_aod",tags:[]},{name:"r_apartment",tags:[]},{name:"r_api",tags:[]},{name:"r_app_blocking",tags:[]},{name:"r_app_registration",tags:[]},{name:"r_app_settings_alt",tags:[]},{name:"r_approval",tags:[]},{name:"r_apps",tags:[]},{name:"r_architecture",tags:[]},{name:"r_archive",tags:[]},{name:"r_arrow_back",tags:[]},{name:"r_arrow_back_ios",tags:[]},{name:"r_arrow_back_ios_new",tags:[]},{name:"r_arrow_circle_down",tags:[]},{name:"r_arrow_circle_up",tags:[]},{name:"r_arrow_downward",tags:[]},{name:"r_arrow_drop_down",tags:[]},{name:"r_arrow_drop_down_circle",tags:[]},{name:"r_arrow_drop_up",tags:[]},{name:"r_arrow_forward",tags:[]},{name:"r_arrow_forward_ios",tags:[]},{name:"r_arrow_left",tags:[]},{name:"r_arrow_right",tags:[]},{name:"r_arrow_right_alt",tags:[]},{name:"r_arrow_upward",tags:[]},{name:"r_art_track",tags:[]},{name:"r_article",tags:[]},{name:"r_aspect_ratio",tags:[]},{name:"r_assessment",tags:[]},{name:"r_assignment",tags:[]},{name:"r_assignment_ind",tags:[]},{name:"r_assignment_late",tags:[]},{name:"r_assignment_return",tags:[]},{name:"r_assignment_returned",tags:[]},{name:"r_assignment_turned_in",tags:[]},{name:"r_assistant",tags:[]},{name:"r_assistant_direction",tags:[]},{name:"r_assistant_photo",tags:[]},{name:"r_atm",tags:[]},{name:"r_attach_email",tags:[]},{name:"r_attach_file",tags:[]},{name:"r_attach_money",tags:[]},{name:"r_attachment",tags:[]},{name:"r_attractions",tags:[]},{name:"r_attribution",tags:[]},{name:"r_audiotrack",tags:[]},{name:"r_auto_awesome",tags:[]},{name:"r_auto_awesome_mosaic",tags:[]},{name:"r_auto_awesome_motion",tags:[]},{name:"r_auto_delete",tags:[]},{name:"r_auto_fix_high",tags:[]},{name:"r_auto_fix_normal",tags:[]},{name:"r_auto_fix_off",tags:[]},{name:"r_auto_graph",tags:[]},{name:"r_auto_stories",tags:[]},{name:"r_autofps_select",tags:[]},{name:"r_autorenew",tags:[]},{name:"r_av_timer",tags:[]},{name:"r_baby_changing_station",tags:[]},{name:"r_backpack",tags:[]},{name:"r_backspace",tags:[]},{name:"r_backup",tags:[]},{name:"r_backup_table",tags:[]},{name:"r_badge",tags:[]},{name:"r_bakery_dining",tags:[]},{name:"r_balcony",tags:[]},{name:"r_ballot",tags:[]},{name:"r_bar_chart",tags:[]},{name:"r_batch_prediction",tags:[]},{name:"r_bathroom",tags:[]},{name:"r_bathtub",tags:[]},{name:"r_battery_alert",tags:[]},{name:"r_battery_charging_full",tags:[]},{name:"r_battery_full",tags:[]},{name:"r_battery_saver",tags:[]},{name:"r_battery_std",tags:[]},{name:"r_battery_unknown",tags:[]},{name:"r_beach_access",tags:[]},{name:"r_bed",tags:[]},{name:"r_bedroom_baby",tags:[]},{name:"r_bedroom_child",tags:[]},{name:"r_bedroom_parent",tags:[]},{name:"r_bedtime",tags:[]},{name:"r_beenhere",tags:[]},{name:"r_bento",tags:[]},{name:"r_bike_scooter",tags:[]},{name:"r_biotech",tags:[]},{name:"r_blender",tags:[]},{name:"r_block",tags:[]},{name:"r_bloodtype",tags:[]},{name:"r_bluetooth",tags:[]},{name:"r_bluetooth_audio",tags:[]},{name:"r_bluetooth_connected",tags:[]},{name:"r_bluetooth_disabled",tags:[]},{name:"r_bluetooth_drive",tags:[]},{name:"r_bluetooth_searching",tags:[]},{name:"r_blur_circular",tags:[]},{name:"r_blur_linear",tags:[]},{name:"r_blur_off",tags:[]},{name:"r_blur_on",tags:[]},{name:"r_bolt",tags:[]},{name:"r_book",tags:[]},{name:"r_book_online",tags:[]},{name:"r_bookmark",tags:[]},{name:"r_bookmark_add",tags:[]},{name:"r_bookmark_added",tags:[]},{name:"r_bookmark_border",tags:[]},{name:"r_bookmark_remove",tags:[]},{name:"r_bookmarks",tags:[]},{name:"r_border_all",tags:[]},{name:"r_border_bottom",tags:[]},{name:"r_border_clear",tags:[]},{name:"r_border_color",tags:[]},{name:"r_border_horizontal",tags:[]},{name:"r_border_inner",tags:[]},{name:"r_border_left",tags:[]},{name:"r_border_outer",tags:[]},{name:"r_border_right",tags:[]},{name:"r_border_style",tags:[]},{name:"r_border_top",tags:[]},{name:"r_border_vertical",tags:[]},{name:"r_branding_watermark",tags:[]},{name:"r_breakfast_dining",tags:[]},{name:"r_brightness_1",tags:[]},{name:"r_brightness_2",tags:[]},{name:"r_brightness_3",tags:[]},{name:"r_brightness_4",tags:[]},{name:"r_brightness_5",tags:[]},{name:"r_brightness_6",tags:[]},{name:"r_brightness_7",tags:[]},{name:"r_brightness_auto",tags:[]},{name:"r_brightness_high",tags:[]},{name:"r_brightness_low",tags:[]},{name:"r_brightness_medium",tags:[]},{name:"r_broken_image",tags:[]},{name:"r_browser_not_supported",tags:[]},{name:"r_brunch_dining",tags:[]},{name:"r_brush",tags:[]},{name:"r_bubble_chart",tags:[]},{name:"r_bug_report",tags:[]},{name:"r_build",tags:[]},{name:"r_build_circle",tags:[]},{name:"r_bungalow",tags:[]},{name:"r_burst_mode",tags:[]},{name:"r_bus_alert",tags:[]},{name:"r_business",tags:[]},{name:"r_business_center",tags:[]},{name:"r_cabin",tags:[]},{name:"r_cable",tags:[]},{name:"r_cached",tags:[]},{name:"r_cake",tags:[]},{name:"r_calculate",tags:[]},{name:"r_calendar_today",tags:[]},{name:"r_calendar_view_day",tags:[]},{name:"r_calendar_view_month",tags:[]},{name:"r_calendar_view_week",tags:[]},{name:"r_call",tags:[]},{name:"r_call_end",tags:[]},{name:"r_call_made",tags:[]},{name:"r_call_merge",tags:[]},{name:"r_call_missed",tags:[]},{name:"r_call_missed_outgoing",tags:[]},{name:"r_call_received",tags:[]},{name:"r_call_split",tags:[]},{name:"r_call_to_action",tags:[]},{name:"r_camera",tags:[]},{name:"r_camera_alt",tags:[]},{name:"r_camera_enhance",tags:[]},{name:"r_camera_front",tags:[]},{name:"r_camera_indoor",tags:[]},{name:"r_camera_outdoor",tags:[]},{name:"r_camera_rear",tags:[]},{name:"r_camera_roll",tags:[]},{name:"r_cameraswitch",tags:[]},{name:"r_campaign",tags:[]},{name:"r_cancel",tags:[]},{name:"r_cancel_presentation",tags:[]},{name:"r_cancel_schedule_send",tags:[]},{name:"r_car_rental",tags:[]},{name:"r_car_repair",tags:[]},{name:"r_card_giftcard",tags:[]},{name:"r_card_membership",tags:[]},{name:"r_card_travel",tags:[]},{name:"r_carpenter",tags:[]},{name:"r_cases",tags:[]},{name:"r_casino",tags:[]},{name:"r_cast",tags:[]},{name:"r_cast_connected",tags:[]},{name:"r_cast_for_education",tags:[]},{name:"r_catching_pokemon",tags:[]},{name:"r_category",tags:[]},{name:"r_celebration",tags:[]},{name:"r_cell_wifi",tags:[]},{name:"r_center_focus_strong",tags:[]},{name:"r_center_focus_weak",tags:[]},{name:"r_chair",tags:[]},{name:"r_chair_alt",tags:[]},{name:"r_chalet",tags:[]},{name:"r_change_circle",tags:[]},{name:"r_change_history",tags:[]},{name:"r_charging_station",tags:[]},{name:"r_chat",tags:[]},{name:"r_chat_bubble",tags:[]},{name:"r_chat_bubble_outline",tags:[]},{name:"r_check",tags:[]},{name:"r_check_box",tags:[]},{name:"r_check_box_outline_blank",tags:[]},{name:"r_check_circle",tags:[]},{name:"r_check_circle_outline",tags:[]},{name:"r_checklist",tags:[]},{name:"r_checklist_rtl",tags:[]},{name:"r_checkroom",tags:[]},{name:"r_chevron_left",tags:[]},{name:"r_chevron_right",tags:[]},{name:"r_child_care",tags:[]},{name:"r_child_friendly",tags:[]},{name:"r_chrome_reader_mode",tags:[]},{name:"r_circle",tags:[]},{name:"r_circle_notifications",tags:[]},{name:"r_class",tags:[]},{name:"r_clean_hands",tags:[]},{name:"r_cleaning_services",tags:[]},{name:"r_clear",tags:[]},{name:"r_clear_all",tags:[]},{name:"r_close",tags:[]},{name:"r_close_fullscreen",tags:[]},{name:"r_closed_caption",tags:[]},{name:"r_closed_caption_disabled",tags:[]},{name:"r_closed_caption_off",tags:[]},{name:"r_cloud",tags:[]},{name:"r_cloud_circle",tags:[]},{name:"r_cloud_done",tags:[]},{name:"r_cloud_download",tags:[]},{name:"r_cloud_off",tags:[]},{name:"r_cloud_queue",tags:[]},{name:"r_cloud_upload",tags:[]},{name:"r_code",tags:[]},{name:"r_code_off",tags:[]},{name:"r_coffee",tags:[]},{name:"r_coffee_maker",tags:[]},{name:"r_collections",tags:[]},{name:"r_collections_bookmark",tags:[]},{name:"r_color_lens",tags:[]},{name:"r_colorize",tags:[]},{name:"r_comment",tags:[]},{name:"r_comment_bank",tags:[]},{name:"r_commute",tags:[]},{name:"r_compare",tags:[]},{name:"r_compare_arrows",tags:[]},{name:"r_compass_calibration",tags:[]},{name:"r_compress",tags:[]},{name:"r_computer",tags:[]},{name:"r_confirmation_number",tags:[]},{name:"r_connect_without_contact",tags:[]},{name:"r_connected_tv",tags:[]},{name:"r_construction",tags:[]},{name:"r_contact_mail",tags:[]},{name:"r_contact_page",tags:[]},{name:"r_contact_phone",tags:[]},{name:"r_contact_support",tags:[]},{name:"r_contactless",tags:[]},{name:"r_contacts",tags:[]},{name:"r_content_copy",tags:[]},{name:"r_content_cut",tags:[]},{name:"r_content_paste",tags:[]},{name:"r_content_paste_off",tags:[]},{name:"r_control_camera",tags:[]},{name:"r_control_point",tags:[]},{name:"r_control_point_duplicate",tags:[]},{name:"r_copy_all",tags:[]},{name:"r_copyright",tags:[]},{name:"r_coronavirus",tags:[]},{name:"r_corporate_fare",tags:[]},{name:"r_cottage",tags:[]},{name:"r_countertops",tags:[]},{name:"r_create",tags:[]},{name:"r_create_new_folder",tags:[]},{name:"r_credit_card",tags:[]},{name:"r_credit_card_off",tags:[]},{name:"r_credit_score",tags:[]},{name:"r_crib",tags:[]},{name:"r_crop",tags:[]},{name:"r_crop_16_9",tags:[]},{name:"r_crop_3_2",tags:[]},{name:"r_crop_5_4",tags:[]},{name:"r_crop_7_5",tags:[]},{name:"r_crop_din",tags:[]},{name:"r_crop_free",tags:[]},{name:"r_crop_landscape",tags:[]},{name:"r_crop_original",tags:[]},{name:"r_crop_portrait",tags:[]},{name:"r_crop_rotate",tags:[]},{name:"r_crop_square",tags:[]},{name:"r_dangerous",tags:[]},{name:"r_dark_mode",tags:[]},{name:"r_dashboard",tags:[]},{name:"r_dashboard_customize",tags:[]},{name:"r_data_saver_off",tags:[]},{name:"r_data_saver_on",tags:[]},{name:"r_data_usage",tags:[]},{name:"r_date_range",tags:[]},{name:"r_deck",tags:[]},{name:"r_dehaze",tags:[]},{name:"r_delete",tags:[]},{name:"r_delete_forever",tags:[]},{name:"r_delete_outline",tags:[]},{name:"r_delete_sweep",tags:[]},{name:"r_delivery_dining",tags:[]},{name:"r_departure_board",tags:[]},{name:"r_description",tags:[]},{name:"r_design_services",tags:[]},{name:"r_desktop_access_disabled",tags:[]},{name:"r_desktop_mac",tags:[]},{name:"r_desktop_windows",tags:[]},{name:"r_details",tags:[]},{name:"r_developer_board",tags:[]},{name:"r_developer_board_off",tags:[]},{name:"r_developer_mode",tags:[]},{name:"r_device_hub",tags:[]},{name:"r_device_thermostat",tags:[]},{name:"r_device_unknown",tags:[]},{name:"r_devices",tags:[]},{name:"r_devices_other",tags:[]},{name:"r_dialer_sip",tags:[]},{name:"r_dialpad",tags:[]},{name:"r_dining",tags:[]},{name:"r_dinner_dining",tags:[]},{name:"r_directions",tags:[]},{name:"r_directions_bike",tags:[]},{name:"r_directions_boat",tags:[]},{name:"r_directions_boat_filled",tags:[]},{name:"r_directions_bus",tags:[]},{name:"r_directions_bus_filled",tags:[]},{name:"r_directions_car",tags:[]},{name:"r_directions_car_filled",tags:[]},{name:"r_directions_off",tags:[]},{name:"r_directions_railway",tags:[]},{name:"r_directions_railway_filled",tags:[]},{name:"r_directions_run",tags:[]},{name:"r_directions_subway",tags:[]},{name:"r_directions_subway_filled",tags:[]},{name:"r_directions_transit",tags:[]},{name:"r_directions_transit_filled",tags:[]},{name:"r_directions_walk",tags:[]},{name:"r_dirty_lens",tags:[]},{name:"r_disabled_by_default",tags:[]},{name:"r_disc_full",tags:[]},{name:"r_dns",tags:[]},{name:"r_do_disturb",tags:[]},{name:"r_do_disturb_alt",tags:[]},{name:"r_do_disturb_off",tags:[]},{name:"r_do_disturb_on",tags:[]},{name:"r_do_not_disturb",tags:[]},{name:"r_do_not_disturb_alt",tags:[]},{name:"r_do_not_disturb_off",tags:[]},{name:"r_do_not_disturb_on",tags:[]},{name:"r_do_not_disturb_on_total_silence",tags:[]},{name:"r_do_not_step",tags:[]},{name:"r_do_not_touch",tags:[]},{name:"r_dock",tags:[]},{name:"r_document_scanner",tags:[]},{name:"r_domain",tags:[]},{name:"r_domain_disabled",tags:[]},{name:"r_domain_verification",tags:[]},{name:"r_done",tags:[]},{name:"r_done_all",tags:[]},{name:"r_done_outline",tags:[]},{name:"r_donut_large",tags:[]},{name:"r_donut_small",tags:[]},{name:"r_door_back",tags:[]},{name:"r_door_front",tags:[]},{name:"r_door_sliding",tags:[]},{name:"r_doorbell",tags:[]},{name:"r_double_arrow",tags:[]},{name:"r_downhill_skiing",tags:[]},{name:"r_download",tags:[]},{name:"r_download_done",tags:[]},{name:"r_download_for_offline",tags:[]},{name:"r_downloading",tags:[]},{name:"r_drafts",tags:[]},{name:"r_drag_handle",tags:[]},{name:"r_drag_indicator",tags:[]},{name:"r_drive_eta",tags:[]},{name:"r_drive_file_move",tags:[]},{name:"r_drive_file_rename_outline",tags:[]},{name:"r_drive_folder_upload",tags:[]},{name:"r_dry",tags:[]},{name:"r_dry_cleaning",tags:[]},{name:"r_duo",tags:[]},{name:"r_dvr",tags:[]},{name:"r_dynamic_feed",tags:[]},{name:"r_dynamic_form",tags:[]},{name:"r_e_mobiledata",tags:[]},{name:"r_earbuds",tags:[]},{name:"r_earbuds_battery",tags:[]},{name:"r_east",tags:[]},{name:"r_eco",tags:[]},{name:"r_edgesensor_high",tags:[]},{name:"r_edgesensor_low",tags:[]},{name:"r_edit",tags:[]},{name:"r_edit_attributes",tags:[]},{name:"r_edit_location",tags:[]},{name:"r_edit_location_alt",tags:[]},{name:"r_edit_notifications",tags:[]},{name:"r_edit_off",tags:[]},{name:"r_edit_road",tags:[]},{name:"r_eject",tags:[]},{name:"r_elderly",tags:[]},{name:"r_electric_bike",tags:[]},{name:"r_electric_car",tags:[]},{name:"r_electric_moped",tags:[]},{name:"r_electric_rickshaw",tags:[]},{name:"r_electric_scooter",tags:[]},{name:"r_electrical_services",tags:[]},{name:"r_elevator",tags:[]},{name:"r_email",tags:[]},{name:"r_emoji_emotions",tags:[]},{name:"r_emoji_events",tags:[]},{name:"r_emoji_flags",tags:[]},{name:"r_emoji_food_beverage",tags:[]},{name:"r_emoji_nature",tags:[]},{name:"r_emoji_objects",tags:[]},{name:"r_emoji_people",tags:[]},{name:"r_emoji_symbols",tags:[]},{name:"r_emoji_transportation",tags:[]},{name:"r_engineering",tags:[]},{name:"r_enhanced_encryption",tags:[]},{name:"r_equalizer",tags:[]},{name:"r_error",tags:[]},{name:"r_error_outline",tags:[]},{name:"r_escalator",tags:[]},{name:"r_escalator_warning",tags:[]},{name:"r_euro",tags:[]},{name:"r_euro_symbol",tags:[]},{name:"r_ev_station",tags:[]},{name:"r_event",tags:[]},{name:"r_event_available",tags:[]},{name:"r_event_busy",tags:[]},{name:"r_event_note",tags:[]},{name:"r_event_seat",tags:[]},{name:"r_exit_to_app",tags:[]},{name:"r_expand",tags:[]},{name:"r_expand_less",tags:[]},{name:"r_expand_more",tags:[]},{name:"r_explicit",tags:[]},{name:"r_explore",tags:[]},{name:"r_explore_off",tags:[]},{name:"r_exposure",tags:[]},{name:"r_exposure_neg_1",tags:[]},{name:"r_exposure_neg_2",tags:[]},{name:"r_exposure_plus_1",tags:[]},{name:"r_exposure_plus_2",tags:[]},{name:"r_exposure_zero",tags:[]},{name:"r_extension",tags:[]},{name:"r_extension_off",tags:[]},{name:"r_face",tags:[]},{name:"r_face_retouching_natural",tags:[]},{name:"r_face_retouching_off",tags:[]},{name:"r_facebook",tags:[]},{name:"r_fact_check",tags:[]},{name:"r_family_restroom",tags:[]},{name:"r_fast_forward",tags:[]},{name:"r_fast_rewind",tags:[]},{name:"r_fastfood",tags:[]},{name:"r_favorite",tags:[]},{name:"r_favorite_border",tags:[]},{name:"r_featured_play_list",tags:[]},{name:"r_featured_video",tags:[]},{name:"r_feed",tags:[]},{name:"r_feedback",tags:[]},{name:"r_female",tags:[]},{name:"r_fence",tags:[]},{name:"r_festival",tags:[]},{name:"r_fiber_dvr",tags:[]},{name:"r_fiber_manual_record",tags:[]},{name:"r_fiber_new",tags:[]},{name:"r_fiber_pin",tags:[]},{name:"r_fiber_smart_record",tags:[]},{name:"r_file_copy",tags:[]},{name:"r_file_download",tags:[]},{name:"r_file_download_done",tags:[]},{name:"r_file_download_off",tags:[]},{name:"r_file_present",tags:[]},{name:"r_file_upload",tags:[]},{name:"r_filter",tags:[]},{name:"r_filter_1",tags:[]},{name:"r_filter_2",tags:[]},{name:"r_filter_3",tags:[]},{name:"r_filter_4",tags:[]},{name:"r_filter_5",tags:[]},{name:"r_filter_6",tags:[]},{name:"r_filter_7",tags:[]},{name:"r_filter_8",tags:[]},{name:"r_filter_9",tags:[]},{name:"r_filter_9_plus",tags:[]},{name:"r_filter_alt",tags:[]},{name:"r_filter_b_and_w",tags:[]},{name:"r_filter_center_focus",tags:[]},{name:"r_filter_drama",tags:[]},{name:"r_filter_frames",tags:[]},{name:"r_filter_hdr",tags:[]},{name:"r_filter_list",tags:[]},{name:"r_filter_none",tags:[]},{name:"r_filter_tilt_shift",tags:[]},{name:"r_filter_vintage",tags:[]},{name:"r_find_in_page",tags:[]},{name:"r_find_replace",tags:[]},{name:"r_fingerprint",tags:[]},{name:"r_fire_extinguisher",tags:[]},{name:"r_fireplace",tags:[]},{name:"r_first_page",tags:[]},{name:"r_fit_screen",tags:[]},{name:"r_fitness_center",tags:[]},{name:"r_flag",tags:[]},{name:"r_flaky",tags:[]},{name:"r_flare",tags:[]},{name:"r_flash_auto",tags:[]},{name:"r_flash_off",tags:[]},{name:"r_flash_on",tags:[]},{name:"r_flashlight_off",tags:[]},{name:"r_flashlight_on",tags:[]},{name:"r_flatware",tags:[]},{name:"r_flight",tags:[]},{name:"r_flight_land",tags:[]},{name:"r_flight_takeoff",tags:[]},{name:"r_flip",tags:[]},{name:"r_flip_camera_android",tags:[]},{name:"r_flip_camera_ios",tags:[]},{name:"r_flip_to_back",tags:[]},{name:"r_flip_to_front",tags:[]},{name:"r_flourescent",tags:[]},{name:"r_flutter_dash",tags:[]},{name:"r_fmd_bad",tags:[]},{name:"r_fmd_good",tags:[]},{name:"r_folder",tags:[]},{name:"r_folder_open",tags:[]},{name:"r_folder_shared",tags:[]},{name:"r_folder_special",tags:[]},{name:"r_follow_the_signs",tags:[]},{name:"r_font_download",tags:[]},{name:"r_font_download_off",tags:[]},{name:"r_food_bank",tags:[]},{name:"r_format_align_center",tags:[]},{name:"r_format_align_justify",tags:[]},{name:"r_format_align_left",tags:[]},{name:"r_format_align_right",tags:[]},{name:"r_format_bold",tags:[]},{name:"r_format_clear",tags:[]},{name:"r_format_color_fill",tags:[]},{name:"r_format_color_reset",tags:[]},{name:"r_format_color_text",tags:[]},{name:"r_format_indent_decrease",tags:[]},{name:"r_format_indent_increase",tags:[]},{name:"r_format_italic",tags:[]},{name:"r_format_line_spacing",tags:[]},{name:"r_format_list_bulleted",tags:[]},{name:"r_format_list_numbered",tags:[]},{name:"r_format_list_numbered_rtl",tags:[]},{name:"r_format_paint",tags:[]},{name:"r_format_quote",tags:[]},{name:"r_format_shapes",tags:[]},{name:"r_format_size",tags:[]},{name:"r_format_strikethrough",tags:[]},{name:"r_format_textdirection_l_to_r",tags:[]},{name:"r_format_textdirection_r_to_l",tags:[]},{name:"r_format_underlined",tags:[]},{name:"r_forum",tags:[]},{name:"r_forward",tags:[]},{name:"r_forward_10",tags:[]},{name:"r_forward_30",tags:[]},{name:"r_forward_5",tags:[]},{name:"r_forward_to_inbox",tags:[]},{name:"r_foundation",tags:[]},{name:"r_free_breakfast",tags:[]},{name:"r_fullscreen",tags:[]},{name:"r_fullscreen_exit",tags:[]},{name:"r_functions",tags:[]},{name:"r_g_mobiledata",tags:[]},{name:"r_g_translate",tags:[]},{name:"r_gamepad",tags:[]},{name:"r_games",tags:[]},{name:"r_garage",tags:[]},{name:"r_gavel",tags:[]},{name:"r_gesture",tags:[]},{name:"r_get_app",tags:[]},{name:"r_gif",tags:[]},{name:"r_gite",tags:[]},{name:"r_golf_course",tags:[]},{name:"r_gpp_bad",tags:[]},{name:"r_gpp_good",tags:[]},{name:"r_gpp_maybe",tags:[]},{name:"r_gps_fixed",tags:[]},{name:"r_gps_not_fixed",tags:[]},{name:"r_gps_off",tags:[]},{name:"r_grade",tags:[]},{name:"r_gradient",tags:[]},{name:"r_grading",tags:[]},{name:"r_grain",tags:[]},{name:"r_graphic_eq",tags:[]},{name:"r_grass",tags:[]},{name:"r_grid_3x3",tags:[]},{name:"r_grid_4x4",tags:[]},{name:"r_grid_goldenratio",tags:[]},{name:"r_grid_off",tags:[]},{name:"r_grid_on",tags:[]},{name:"r_grid_view",tags:[]},{name:"r_group",tags:[]},{name:"r_group_add",tags:[]},{name:"r_group_work",tags:[]},{name:"r_groups",tags:[]},{name:"r_h_mobiledata",tags:[]},{name:"r_h_plus_mobiledata",tags:[]},{name:"r_hail",tags:[]},{name:"r_handyman",tags:[]},{name:"r_hardware",tags:[]},{name:"r_hd",tags:[]},{name:"r_hdr_auto",tags:[]},{name:"r_hdr_auto_select",tags:[]},{name:"r_hdr_enhanced_select",tags:[]},{name:"r_hdr_off",tags:[]},{name:"r_hdr_off_select",tags:[]},{name:"r_hdr_on",tags:[]},{name:"r_hdr_on_select",tags:[]},{name:"r_hdr_plus",tags:[]},{name:"r_hdr_strong",tags:[]},{name:"r_hdr_weak",tags:[]},{name:"r_headphones",tags:[]},{name:"r_headphones_battery",tags:[]},{name:"r_headset",tags:[]},{name:"r_headset_mic",tags:[]},{name:"r_headset_off",tags:[]},{name:"r_healing",tags:[]},{name:"r_health_and_safety",tags:[]},{name:"r_hearing",tags:[]},{name:"r_hearing_disabled",tags:[]},{name:"r_height",tags:[]},{name:"r_help",tags:[]},{name:"r_help_center",tags:[]},{name:"r_help_outline",tags:[]},{name:"r_hevc",tags:[]},{name:"r_hide_image",tags:[]},{name:"r_hide_source",tags:[]},{name:"r_high_quality",tags:[]},{name:"r_highlight",tags:[]},{name:"r_highlight_alt",tags:[]},{name:"r_highlight_off",tags:[]},{name:"r_hiking",tags:[]},{name:"r_history",tags:[]},{name:"r_history_edu",tags:[]},{name:"r_history_toggle_off",tags:[]},{name:"r_holiday_village",tags:[]},{name:"r_home",tags:[]},{name:"r_home_max",tags:[]},{name:"r_home_mini",tags:[]},{name:"r_home_repair_service",tags:[]},{name:"r_home_work",tags:[]},{name:"r_horizontal_distribute",tags:[]},{name:"r_horizontal_rule",tags:[]},{name:"r_horizontal_split",tags:[]},{name:"r_hot_tub",tags:[]},{name:"r_hotel",tags:[]},{name:"r_hourglass_bottom",tags:[]},{name:"r_hourglass_disabled",tags:[]},{name:"r_hourglass_empty",tags:[]},{name:"r_hourglass_full",tags:[]},{name:"r_hourglass_top",tags:[]},{name:"r_house",tags:[]},{name:"r_house_siding",tags:[]},{name:"r_houseboat",tags:[]},{name:"r_how_to_reg",tags:[]},{name:"r_how_to_vote",tags:[]},{name:"r_http",tags:[]},{name:"r_https",tags:[]},{name:"r_hvac",tags:[]},{name:"r_ice_skating",tags:[]},{name:"r_icecream",tags:[]},{name:"r_image",tags:[]},{name:"r_image_aspect_ratio",tags:[]},{name:"r_image_not_supported",tags:[]},{name:"r_image_search",tags:[]},{name:"r_imagesearch_roller",tags:[]},{name:"r_import_contacts",tags:[]},{name:"r_import_export",tags:[]},{name:"r_important_devices",tags:[]},{name:"r_inbox",tags:[]},{name:"r_indeterminate_check_box",tags:[]},{name:"r_info",tags:[]},{name:"r_info_outline",tags:[]},{name:"r_input",tags:[]},{name:"r_insert_chart",tags:[]},{name:"r_insert_chart_outlined",tags:[]},{name:"r_insert_comment",tags:[]},{name:"r_insert_drive_file",tags:[]},{name:"r_insert_emoticon",tags:[]},{name:"r_insert_invitation",tags:[]},{name:"r_insert_link",tags:[]},{name:"r_insert_photo",tags:[]},{name:"r_insights",tags:[]},{name:"r_integration_instructions",tags:[]},{name:"r_inventory",tags:[]},{name:"r_inventory_2",tags:[]},{name:"r_invert_colors",tags:[]},{name:"r_invert_colors_off",tags:[]},{name:"r_ios_share",tags:[]},{name:"r_iron",tags:[]},{name:"r_iso",tags:[]},{name:"r_kayaking",tags:[]},{name:"r_keyboard",tags:[]},{name:"r_keyboard_alt",tags:[]},{name:"r_keyboard_arrow_down",tags:[]},{name:"r_keyboard_arrow_left",tags:[]},{name:"r_keyboard_arrow_right",tags:[]},{name:"r_keyboard_arrow_up",tags:[]},{name:"r_keyboard_backspace",tags:[]},{name:"r_keyboard_capslock",tags:[]},{name:"r_keyboard_hide",tags:[]},{name:"r_keyboard_return",tags:[]},{name:"r_keyboard_tab",tags:[]},{name:"r_keyboard_voice",tags:[]},{name:"r_king_bed",tags:[]},{name:"r_kitchen",tags:[]},{name:"r_kitesurfing",tags:[]},{name:"r_label",tags:[]},{name:"r_label_important",tags:[]},{name:"r_label_off",tags:[]},{name:"r_label_outline",tags:[]},{name:"r_landscape",tags:[]},{name:"r_language",tags:[]},{name:"r_laptop",tags:[]},{name:"r_laptop_chromebook",tags:[]},{name:"r_laptop_mac",tags:[]},{name:"r_laptop_windows",tags:[]},{name:"r_last_page",tags:[]},{name:"r_launch",tags:[]},{name:"r_layers",tags:[]},{name:"r_layers_clear",tags:[]},{name:"r_leaderboard",tags:[]},{name:"r_leak_add",tags:[]},{name:"r_leak_remove",tags:[]},{name:"r_legend_toggle",tags:[]},{name:"r_lens",tags:[]},{name:"r_lens_blur",tags:[]},{name:"r_library_add",tags:[]},{name:"r_library_add_check",tags:[]},{name:"r_library_books",tags:[]},{name:"r_library_music",tags:[]},{name:"r_light",tags:[]},{name:"r_light_mode",tags:[]},{name:"r_lightbulb",tags:[]},{name:"r_lightbulb_outline",tags:[]},{name:"r_line_style",tags:[]},{name:"r_line_weight",tags:[]},{name:"r_linear_scale",tags:[]},{name:"r_link",tags:[]},{name:"r_link_off",tags:[]},{name:"r_linked_camera",tags:[]},{name:"r_liquor",tags:[]},{name:"r_list",tags:[]},{name:"r_list_alt",tags:[]},{name:"r_live_help",tags:[]},{name:"r_live_tv",tags:[]},{name:"r_living",tags:[]},{name:"r_local_activity",tags:[]},{name:"r_local_airport",tags:[]},{name:"r_local_atm",tags:[]},{name:"r_local_bar",tags:[]},{name:"r_local_cafe",tags:[]},{name:"r_local_car_wash",tags:[]},{name:"r_local_convenience_store",tags:[]},{name:"r_local_dining",tags:[]},{name:"r_local_drink",tags:[]},{name:"r_local_fire_department",tags:[]},{name:"r_local_florist",tags:[]},{name:"r_local_gas_station",tags:[]},{name:"r_local_grocery_store",tags:[]},{name:"r_local_hospital",tags:[]},{name:"r_local_hotel",tags:[]},{name:"r_local_laundry_service",tags:[]},{name:"r_local_library",tags:[]},{name:"r_local_mall",tags:[]},{name:"r_local_movies",tags:[]},{name:"r_local_offer",tags:[]},{name:"r_local_parking",tags:[]},{name:"r_local_pharmacy",tags:[]},{name:"r_local_phone",tags:[]},{name:"r_local_pizza",tags:[]},{name:"r_local_play",tags:[]},{name:"r_local_police",tags:[]},{name:"r_local_post_office",tags:[]},{name:"r_local_printshop",tags:[]},{name:"r_local_see",tags:[]},{name:"r_local_shipping",tags:[]},{name:"r_local_taxi",tags:[]},{name:"r_location_city",tags:[]},{name:"r_location_disabled",tags:[]},{name:"r_location_off",tags:[]},{name:"r_location_on",tags:[]},{name:"r_location_searching",tags:[]},{name:"r_lock",tags:[]},{name:"r_lock_clock",tags:[]},{name:"r_lock_open",tags:[]},{name:"r_lock_outline",tags:[]},{name:"r_login",tags:[]},{name:"r_logout",tags:[]},{name:"r_looks",tags:[]},{name:"r_looks_3",tags:[]},{name:"r_looks_4",tags:[]},{name:"r_looks_5",tags:[]},{name:"r_looks_6",tags:[]},{name:"r_looks_one",tags:[]},{name:"r_looks_two",tags:[]},{name:"r_loop",tags:[]},{name:"r_loupe",tags:[]},{name:"r_low_priority",tags:[]},{name:"r_loyalty",tags:[]},{name:"r_lte_mobiledata",tags:[]},{name:"r_lte_plus_mobiledata",tags:[]},{name:"r_luggage",tags:[]},{name:"r_lunch_dining",tags:[]},{name:"r_mail",tags:[]},{name:"r_mail_outline",tags:[]},{name:"r_male",tags:[]},{name:"r_manage_accounts",tags:[]},{name:"r_manage_search",tags:[]},{name:"r_map",tags:[]},{name:"r_maps_home_work",tags:[]},{name:"r_maps_ugc",tags:[]},{name:"r_margin",tags:[]},{name:"r_mark_as_unread",tags:[]},{name:"r_mark_chat_read",tags:[]},{name:"r_mark_chat_unread",tags:[]},{name:"r_mark_email_read",tags:[]},{name:"r_mark_email_unread",tags:[]},{name:"r_markunread",tags:[]},{name:"r_markunread_mailbox",tags:[]},{name:"r_masks",tags:[]},{name:"r_maximize",tags:[]},{name:"r_media_bluetooth_off",tags:[]},{name:"r_media_bluetooth_on",tags:[]},{name:"r_mediation",tags:[]},{name:"r_medical_services",tags:[]},{name:"r_medication",tags:[]},{name:"r_meeting_room",tags:[]},{name:"r_memory",tags:[]},{name:"r_menu",tags:[]},{name:"r_menu_book",tags:[]},{name:"r_menu_open",tags:[]},{name:"r_merge_type",tags:[]},{name:"r_message",tags:[]},{name:"r_mic",tags:[]},{name:"r_mic_external_off",tags:[]},{name:"r_mic_external_on",tags:[]},{name:"r_mic_none",tags:[]},{name:"r_mic_off",tags:[]},{name:"r_microwave",tags:[]},{name:"r_military_tech",tags:[]},{name:"r_minimize",tags:[]},{name:"r_miscellaneous_services",tags:[]},{name:"r_missed_video_call",tags:[]},{name:"r_mms",tags:[]},{name:"r_mobile_friendly",tags:[]},{name:"r_mobile_off",tags:[]},{name:"r_mobile_screen_share",tags:[]},{name:"r_mobiledata_off",tags:[]},{name:"r_mode",tags:[]},{name:"r_mode_comment",tags:[]},{name:"r_mode_edit",tags:[]},{name:"r_mode_edit_outline",tags:[]},{name:"r_mode_night",tags:[]},{name:"r_mode_standby",tags:[]},{name:"r_model_training",tags:[]},{name:"r_monetization_on",tags:[]},{name:"r_money",tags:[]},{name:"r_money_off",tags:[]},{name:"r_money_off_csred",tags:[]},{name:"r_monitor",tags:[]},{name:"r_monitor_weight",tags:[]},{name:"r_monochrome_photos",tags:[]},{name:"r_mood",tags:[]},{name:"r_mood_bad",tags:[]},{name:"r_moped",tags:[]},{name:"r_more",tags:[]},{name:"r_more_horiz",tags:[]},{name:"r_more_time",tags:[]},{name:"r_more_vert",tags:[]},{name:"r_motion_photos_auto",tags:[]},{name:"r_motion_photos_off",tags:[]},{name:"r_motion_photos_on",tags:[]},{name:"r_motion_photos_pause",tags:[]},{name:"r_motion_photos_paused",tags:[]},{name:"r_motorcycle",tags:[]},{name:"r_mouse",tags:[]},{name:"r_move_to_inbox",tags:[]},{name:"r_movie",tags:[]},{name:"r_movie_creation",tags:[]},{name:"r_movie_filter",tags:[]},{name:"r_moving",tags:[]},{name:"r_mp",tags:[]},{name:"r_multiline_chart",tags:[]},{name:"r_multiple_stop",tags:[]},{name:"r_museum",tags:[]},{name:"r_music_note",tags:[]},{name:"r_music_off",tags:[]},{name:"r_music_video",tags:[]},{name:"r_my_location",tags:[]},{name:"r_nat",tags:[]},{name:"r_nature",tags:[]},{name:"r_nature_people",tags:[]},{name:"r_navigate_before",tags:[]},{name:"r_navigate_next",tags:[]},{name:"r_navigation",tags:[]},{name:"r_near_me",tags:[]},{name:"r_near_me_disabled",tags:[]},{name:"r_nearby_error",tags:[]},{name:"r_nearby_off",tags:[]},{name:"r_network_cell",tags:[]},{name:"r_network_check",tags:[]},{name:"r_network_locked",tags:[]},{name:"r_network_wifi",tags:[]},{name:"r_new_label",tags:[]},{name:"r_new_releases",tags:[]},{name:"r_next_plan",tags:[]},{name:"r_next_week",tags:[]},{name:"r_nfc",tags:[]},{name:"r_night_shelter",tags:[]},{name:"r_nightlife",tags:[]},{name:"r_nightlight",tags:[]},{name:"r_nightlight_round",tags:[]},{name:"r_nights_stay",tags:[]},{name:"r_no_accounts",tags:[]},{name:"r_no_backpack",tags:[]},{name:"r_no_cell",tags:[]},{name:"r_no_drinks",tags:[]},{name:"r_no_encryption",tags:[]},{name:"r_no_encryption_gmailerrorred",tags:[]},{name:"r_no_flash",tags:[]},{name:"r_no_food",tags:[]},{name:"r_no_luggage",tags:[]},{name:"r_no_meals",tags:[]},{name:"r_no_meeting_room",tags:[]},{name:"r_no_photography",tags:[]},{name:"r_no_sim",tags:[]},{name:"r_no_stroller",tags:[]},{name:"r_no_transfer",tags:[]},{name:"r_nordic_walking",tags:[]},{name:"r_north",tags:[]},{name:"r_north_east",tags:[]},{name:"r_north_west",tags:[]},{name:"r_not_accessible",tags:[]},{name:"r_not_interested",tags:[]},{name:"r_not_listed_location",tags:[]},{name:"r_not_started",tags:[]},{name:"r_note",tags:[]},{name:"r_note_add",tags:[]},{name:"r_note_alt",tags:[]},{name:"r_notes",tags:[]},{name:"r_notification_add",tags:[]},{name:"r_notification_important",tags:[]},{name:"r_notifications",tags:[]},{name:"r_notifications_active",tags:[]},{name:"r_notifications_none",tags:[]},{name:"r_notifications_off",tags:[]},{name:"r_notifications_paused",tags:[]},{name:"r_offline_bolt",tags:[]},{name:"r_offline_pin",tags:[]},{name:"r_offline_share",tags:[]},{name:"r_ondemand_video",tags:[]},{name:"r_online_prediction",tags:[]},{name:"r_opacity",tags:[]},{name:"r_open_in_browser",tags:[]},{name:"r_open_in_full",tags:[]},{name:"r_open_in_new",tags:[]},{name:"r_open_in_new_off",tags:[]},{name:"r_open_with",tags:[]},{name:"r_other_houses",tags:[]},{name:"r_outbound",tags:[]},{name:"r_outbox",tags:[]},{name:"r_outdoor_grill",tags:[]},{name:"r_outlet",tags:[]},{name:"r_outlined_flag",tags:[]},{name:"r_padding",tags:[]},{name:"r_pages",tags:[]},{name:"r_pageview",tags:[]},{name:"r_paid",tags:[]},{name:"r_palette",tags:[]},{name:"r_pan_tool",tags:[]},{name:"r_panorama",tags:[]},{name:"r_panorama_fish_eye",tags:[]},{name:"r_panorama_horizontal",tags:[]},{name:"r_panorama_horizontal_select",tags:[]},{name:"r_panorama_photosphere",tags:[]},{name:"r_panorama_photosphere_select",tags:[]},{name:"r_panorama_vertical",tags:[]},{name:"r_panorama_vertical_select",tags:[]},{name:"r_panorama_wide_angle",tags:[]},{name:"r_panorama_wide_angle_select",tags:[]},{name:"r_paragliding",tags:[]},{name:"r_park",tags:[]},{name:"r_party_mode",tags:[]},{name:"r_password",tags:[]},{name:"r_pattern",tags:[]},{name:"r_pause",tags:[]},{name:"r_pause_circle",tags:[]},{name:"r_pause_circle_filled",tags:[]},{name:"r_pause_circle_outline",tags:[]},{name:"r_pause_presentation",tags:[]},{name:"r_payment",tags:[]},{name:"r_payments",tags:[]},{name:"r_pedal_bike",tags:[]},{name:"r_pending",tags:[]},{name:"r_pending_actions",tags:[]},{name:"r_people",tags:[]},{name:"r_people_alt",tags:[]},{name:"r_people_outline",tags:[]},{name:"r_perm_camera_mic",tags:[]},{name:"r_perm_contact_calendar",tags:[]},{name:"r_perm_data_setting",tags:[]},{name:"r_perm_device_information",tags:[]},{name:"r_perm_identity",tags:[]},{name:"r_perm_media",tags:[]},{name:"r_perm_phone_msg",tags:[]},{name:"r_perm_scan_wifi",tags:[]},{name:"r_person",tags:[]},{name:"r_person_add",tags:[]},{name:"r_person_add_alt",tags:[]},{name:"r_person_add_alt_1",tags:[]},{name:"r_person_add_disabled",tags:[]},{name:"r_person_off",tags:[]},{name:"r_person_outline",tags:[]},{name:"r_person_pin",tags:[]},{name:"r_person_pin_circle",tags:[]},{name:"r_person_remove",tags:[]},{name:"r_person_remove_alt_1",tags:[]},{name:"r_person_search",tags:[]},{name:"r_personal_injury",tags:[]},{name:"r_personal_video",tags:[]},{name:"r_pest_control",tags:[]},{name:"r_pest_control_rodent",tags:[]},{name:"r_pets",tags:[]},{name:"r_phone",tags:[]},{name:"r_phone_android",tags:[]},{name:"r_phone_bluetooth_speaker",tags:[]},{name:"r_phone_callback",tags:[]},{name:"r_phone_disabled",tags:[]},{name:"r_phone_enabled",tags:[]},{name:"r_phone_forwarded",tags:[]},{name:"r_phone_in_talk",tags:[]},{name:"r_phone_iphone",tags:[]},{name:"r_phone_locked",tags:[]},{name:"r_phone_missed",tags:[]},{name:"r_phone_paused",tags:[]},{name:"r_phonelink",tags:[]},{name:"r_phonelink_erase",tags:[]},{name:"r_phonelink_lock",tags:[]},{name:"r_phonelink_off",tags:[]},{name:"r_phonelink_ring",tags:[]},{name:"r_phonelink_setup",tags:[]},{name:"r_photo",tags:[]},{name:"r_photo_album",tags:[]},{name:"r_photo_camera",tags:[]},{name:"r_photo_camera_back",tags:[]},{name:"r_photo_camera_front",tags:[]},{name:"r_photo_filter",tags:[]},{name:"r_photo_library",tags:[]},{name:"r_photo_size_select_actual",tags:[]},{name:"r_photo_size_select_large",tags:[]},{name:"r_photo_size_select_small",tags:[]},{name:"r_piano",tags:[]},{name:"r_piano_off",tags:[]},{name:"r_picture_as_pdf",tags:[]},{name:"r_picture_in_picture",tags:[]},{name:"r_picture_in_picture_alt",tags:[]},{name:"r_pie_chart",tags:[]},{name:"r_pie_chart_outline",tags:[]},{name:"r_pie_chart_outlined",tags:[]},{name:"r_pin",tags:[]},{name:"r_pin_drop",tags:[]},{name:"r_pivot_table_chart",tags:[]},{name:"r_place",tags:[]},{name:"r_plagiarism",tags:[]},{name:"r_play_arrow",tags:[]},{name:"r_play_circle",tags:[]},{name:"r_play_circle_filled",tags:[]},{name:"r_play_circle_outline",tags:[]},{name:"r_play_disabled",tags:[]},{name:"r_play_for_work",tags:[]},{name:"r_play_lesson",tags:[]},{name:"r_playlist_add",tags:[]},{name:"r_playlist_add_check",tags:[]},{name:"r_playlist_play",tags:[]},{name:"r_plumbing",tags:[]},{name:"r_plus_one",tags:[]},{name:"r_podcasts",tags:[]},{name:"r_point_of_sale",tags:[]},{name:"r_policy",tags:[]},{name:"r_poll",tags:[]},{name:"r_polymer",tags:[]},{name:"r_pool",tags:[]},{name:"r_portable_wifi_off",tags:[]},{name:"r_portrait",tags:[]},{name:"r_post_add",tags:[]},{name:"r_power",tags:[]},{name:"r_power_input",tags:[]},{name:"r_power_off",tags:[]},{name:"r_power_settings_new",tags:[]},{name:"r_precision_manufacturing",tags:[]},{name:"r_pregnant_woman",tags:[]},{name:"r_present_to_all",tags:[]},{name:"r_preview",tags:[]},{name:"r_price_change",tags:[]},{name:"r_price_check",tags:[]},{name:"r_print",tags:[]},{name:"r_print_disabled",tags:[]},{name:"r_priority_high",tags:[]},{name:"r_privacy_tip",tags:[]},{name:"r_production_quantity_limits",tags:[]},{name:"r_psychology",tags:[]},{name:"r_public",tags:[]},{name:"r_public_off",tags:[]},{name:"r_publish",tags:[]},{name:"r_published_with_changes",tags:[]},{name:"r_push_pin",tags:[]},{name:"r_qr_code",tags:[]},{name:"r_qr_code_2",tags:[]},{name:"r_qr_code_scanner",tags:[]},{name:"r_query_builder",tags:[]},{name:"r_query_stats",tags:[]},{name:"r_question_answer",tags:[]},{name:"r_queue",tags:[]},{name:"r_queue_music",tags:[]},{name:"r_queue_play_next",tags:[]},{name:"r_quickreply",tags:[]},{name:"r_quiz",tags:[]},{name:"r_r_mobiledata",tags:[]},{name:"r_radar",tags:[]},{name:"r_radio",tags:[]},{name:"r_radio_button_checked",tags:[]},{name:"r_radio_button_unchecked",tags:[]},{name:"r_railway_alert",tags:[]},{name:"r_ramen_dining",tags:[]},{name:"r_rate_review",tags:[]},{name:"r_raw_off",tags:[]},{name:"r_raw_on",tags:[]},{name:"r_read_more",tags:[]},{name:"r_real_estate_agent",tags:[]},{name:"r_receipt",tags:[]},{name:"r_receipt_long",tags:[]},{name:"r_recent_actors",tags:[]},{name:"r_recommend",tags:[]},{name:"r_record_voice_over",tags:[]},{name:"r_redeem",tags:[]},{name:"r_redo",tags:[]},{name:"r_reduce_capacity",tags:[]},{name:"r_refresh",tags:[]},{name:"r_remember_me",tags:[]},{name:"r_remove",tags:[]},{name:"r_remove_circle",tags:[]},{name:"r_remove_circle_outline",tags:[]},{name:"r_remove_done",tags:[]},{name:"r_remove_from_queue",tags:[]},{name:"r_remove_moderator",tags:[]},{name:"r_remove_red_eye",tags:[]},{name:"r_remove_shopping_cart",tags:[]},{name:"r_reorder",tags:[]},{name:"r_repeat",tags:[]},{name:"r_repeat_on",tags:[]},{name:"r_repeat_one",tags:[]},{name:"r_repeat_one_on",tags:[]},{name:"r_replay",tags:[]},{name:"r_replay_10",tags:[]},{name:"r_replay_30",tags:[]},{name:"r_replay_5",tags:[]},{name:"r_replay_circle_filled",tags:[]},{name:"r_reply",tags:[]},{name:"r_reply_all",tags:[]},{name:"r_report",tags:[]},{name:"r_report_gmailerrorred",tags:[]},{name:"r_report_off",tags:[]},{name:"r_report_problem",tags:[]},{name:"r_request_page",tags:[]},{name:"r_request_quote",tags:[]},{name:"r_reset_tv",tags:[]},{name:"r_restart_alt",tags:[]},{name:"r_restaurant",tags:[]},{name:"r_restaurant_menu",tags:[]},{name:"r_restore",tags:[]},{name:"r_restore_from_trash",tags:[]},{name:"r_restore_page",tags:[]},{name:"r_reviews",tags:[]},{name:"r_rice_bowl",tags:[]},{name:"r_ring_volume",tags:[]},{name:"r_roofing",tags:[]},{name:"r_room",tags:[]},{name:"r_room_preferences",tags:[]},{name:"r_room_service",tags:[]},{name:"r_rotate_90_degrees_ccw",tags:[]},{name:"r_rotate_left",tags:[]},{name:"r_rotate_right",tags:[]},{name:"r_rounded_corner",tags:[]},{name:"r_router",tags:[]},{name:"r_rowing",tags:[]},{name:"r_rss_feed",tags:[]},{name:"r_rsvp",tags:[]},{name:"r_rtt",tags:[]},{name:"r_rule",tags:[]},{name:"r_rule_folder",tags:[]},{name:"r_run_circle",tags:[]},{name:"r_running_with_errors",tags:[]},{name:"r_rv_hookup",tags:[]},{name:"r_safety_divider",tags:[]},{name:"r_sailing",tags:[]},{name:"r_sanitizer",tags:[]},{name:"r_satellite",tags:[]},{name:"r_save",tags:[]},{name:"r_save_alt",tags:[]},{name:"r_saved_search",tags:[]},{name:"r_savings",tags:[]},{name:"r_scanner",tags:[]},{name:"r_scatter_plot",tags:[]},{name:"r_schedule",tags:[]},{name:"r_schedule_send",tags:[]},{name:"r_schema",tags:[]},{name:"r_school",tags:[]},{name:"r_science",tags:[]},{name:"r_score",tags:[]},{name:"r_screen_lock_landscape",tags:[]},{name:"r_screen_lock_portrait",tags:[]},{name:"r_screen_lock_rotation",tags:[]},{name:"r_screen_rotation",tags:[]},{name:"r_screen_search_desktop",tags:[]},{name:"r_screen_share",tags:[]},{name:"r_screenshot",tags:[]},{name:"r_sd",tags:[]},{name:"r_sd_card",tags:[]},{name:"r_sd_card_alert",tags:[]},{name:"r_sd_storage",tags:[]},{name:"r_search",tags:[]},{name:"r_search_off",tags:[]},{name:"r_security",tags:[]},{name:"r_security_update",tags:[]},{name:"r_security_update_good",tags:[]},{name:"r_security_update_warning",tags:[]},{name:"r_segment",tags:[]},{name:"r_select_all",tags:[]},{name:"r_self_improvement",tags:[]},{name:"r_sell",tags:[]},{name:"r_send",tags:[]},{name:"r_send_and_archive",tags:[]},{name:"r_send_to_mobile",tags:[]},{name:"r_sensor_door",tags:[]},{name:"r_sensor_window",tags:[]},{name:"r_sensors",tags:[]},{name:"r_sensors_off",tags:[]},{name:"r_sentiment_dissatisfied",tags:[]},{name:"r_sentiment_neutral",tags:[]},{name:"r_sentiment_satisfied",tags:[]},{name:"r_sentiment_satisfied_alt",tags:[]},{name:"r_sentiment_very_dissatisfied",tags:[]},{name:"r_sentiment_very_satisfied",tags:[]},{name:"r_set_meal",tags:[]},{name:"r_settings",tags:[]},{name:"r_settings_accessibility",tags:[]},{name:"r_settings_applications",tags:[]},{name:"r_settings_backup_restore",tags:[]},{name:"r_settings_bluetooth",tags:[]},{name:"r_settings_brightness",tags:[]},{name:"r_settings_cell",tags:[]},{name:"r_settings_ethernet",tags:[]},{name:"r_settings_input_antenna",tags:[]},{name:"r_settings_input_component",tags:[]},{name:"r_settings_input_composite",tags:[]},{name:"r_settings_input_hdmi",tags:[]},{name:"r_settings_input_svideo",tags:[]},{name:"r_settings_overscan",tags:[]},{name:"r_settings_phone",tags:[]},{name:"r_settings_power",tags:[]},{name:"r_settings_remote",tags:[]},{name:"r_settings_suggest",tags:[]},{name:"r_settings_system_daydream",tags:[]},{name:"r_settings_voice",tags:[]},{name:"r_share",tags:[]},{name:"r_share_location",tags:[]},{name:"r_shield",tags:[]},{name:"r_shop",tags:[]},{name:"r_shop_2",tags:[]},{name:"r_shop_two",tags:[]},{name:"r_shopping_bag",tags:[]},{name:"r_shopping_basket",tags:[]},{name:"r_shopping_cart",tags:[]},{name:"r_short_text",tags:[]},{name:"r_shortcut",tags:[]},{name:"r_show_chart",tags:[]},{name:"r_shower",tags:[]},{name:"r_shuffle",tags:[]},{name:"r_shuffle_on",tags:[]},{name:"r_shutter_speed",tags:[]},{name:"r_sick",tags:[]},{name:"r_signal_cellular_0_bar",tags:[]},{name:"r_signal_cellular_4_bar",tags:[]},{name:"r_signal_cellular_alt",tags:[]},{name:"r_signal_cellular_connected_no_internet_0_bar",tags:[]},{name:"r_signal_cellular_connected_no_internet_4_bar",tags:[]},{name:"r_signal_cellular_no_sim",tags:[]},{name:"r_signal_cellular_nodata",tags:[]},{name:"r_signal_cellular_null",tags:[]},{name:"r_signal_cellular_off",tags:[]},{name:"r_signal_wifi_0_bar",tags:[]},{name:"r_signal_wifi_4_bar",tags:[]},{name:"r_signal_wifi_4_bar_lock",tags:[]},{name:"r_signal_wifi_bad",tags:[]},{name:"r_signal_wifi_connected_no_internet_4",tags:[]},{name:"r_signal_wifi_off",tags:[]},{name:"r_signal_wifi_statusbar_4_bar",tags:[]},{name:"r_signal_wifi_statusbar_connected_no_internet_4",tags:[]},{name:"r_signal_wifi_statusbar_null",tags:[]},{name:"r_sim_card",tags:[]},{name:"r_sim_card_alert",tags:[]},{name:"r_sim_card_download",tags:[]},{name:"r_single_bed",tags:[]},{name:"r_sip",tags:[]},{name:"r_skateboarding",tags:[]},{name:"r_skip_next",tags:[]},{name:"r_skip_previous",tags:[]},{name:"r_sledding",tags:[]},{name:"r_slideshow",tags:[]},{name:"r_slow_motion_video",tags:[]},{name:"r_smart_button",tags:[]},{name:"r_smart_display",tags:[]},{name:"r_smart_screen",tags:[]},{name:"r_smart_toy",tags:[]},{name:"r_smartphone",tags:[]},{name:"r_smoke_free",tags:[]},{name:"r_smoking_rooms",tags:[]},{name:"r_sms",tags:[]},{name:"r_sms_failed",tags:[]},{name:"r_snippet_folder",tags:[]},{name:"r_snooze",tags:[]},{name:"r_snowboarding",tags:[]},{name:"r_snowmobile",tags:[]},{name:"r_snowshoeing",tags:[]},{name:"r_soap",tags:[]},{name:"r_social_distance",tags:[]},{name:"r_sort",tags:[]},{name:"r_sort_by_alpha",tags:[]},{name:"r_source",tags:[]},{name:"r_south",tags:[]},{name:"r_south_east",tags:[]},{name:"r_south_west",tags:[]},{name:"r_spa",tags:[]},{name:"r_space_bar",tags:[]},{name:"r_space_dashboard",tags:[]},{name:"r_speaker",tags:[]},{name:"r_speaker_group",tags:[]},{name:"r_speaker_notes",tags:[]},{name:"r_speaker_notes_off",tags:[]},{name:"r_speaker_phone",tags:[]},{name:"r_speed",tags:[]},{name:"r_spellcheck",tags:[]},{name:"r_splitscreen",tags:[]},{name:"r_sports",tags:[]},{name:"r_sports_bar",tags:[]},{name:"r_sports_baseball",tags:[]},{name:"r_sports_basketball",tags:[]},{name:"r_sports_cricket",tags:[]},{name:"r_sports_esports",tags:[]},{name:"r_sports_football",tags:[]},{name:"r_sports_golf",tags:[]},{name:"r_sports_handball",tags:[]},{name:"r_sports_hockey",tags:[]},{name:"r_sports_kabaddi",tags:[]},{name:"r_sports_mma",tags:[]},{name:"r_sports_motorsports",tags:[]},{name:"r_sports_rugby",tags:[]},{name:"r_sports_score",tags:[]},{name:"r_sports_soccer",tags:[]},{name:"r_sports_tennis",tags:[]},{name:"r_sports_volleyball",tags:[]},{name:"r_square_foot",tags:[]},{name:"r_stacked_bar_chart",tags:[]},{name:"r_stacked_line_chart",tags:[]},{name:"r_stairs",tags:[]},{name:"r_star",tags:[]},{name:"r_star_border",tags:[]},{name:"r_star_border_purple500",tags:[]},{name:"r_star_half",tags:[]},{name:"r_star_outline",tags:[]},{name:"r_star_purple500",tags:[]},{name:"r_star_rate",tags:[]},{name:"r_stars",tags:[]},{name:"r_stay_current_landscape",tags:[]},{name:"r_stay_current_portrait",tags:[]},{name:"r_stay_primary_landscape",tags:[]},{name:"r_stay_primary_portrait",tags:[]},{name:"r_sticky_note_2",tags:[]},{name:"r_stop",tags:[]},{name:"r_stop_circle",tags:[]},{name:"r_stop_screen_share",tags:[]},{name:"r_storage",tags:[]},{name:"r_store",tags:[]},{name:"r_store_mall_directory",tags:[]},{name:"r_storefront",tags:[]},{name:"r_storm",tags:[]},{name:"r_straighten",tags:[]},{name:"r_stream",tags:[]},{name:"r_streetview",tags:[]},{name:"r_strikethrough_s",tags:[]},{name:"r_stroller",tags:[]},{name:"r_style",tags:[]},{name:"r_subdirectory_arrow_left",tags:[]},{name:"r_subdirectory_arrow_right",tags:[]},{name:"r_subject",tags:[]},{name:"r_subscript",tags:[]},{name:"r_subscriptions",tags:[]},{name:"r_subtitles",tags:[]},{name:"r_subtitles_off",tags:[]},{name:"r_subway",tags:[]},{name:"r_summarize",tags:[]},{name:"r_superscript",tags:[]},{name:"r_supervised_user_circle",tags:[]},{name:"r_supervisor_account",tags:[]},{name:"r_support",tags:[]},{name:"r_support_agent",tags:[]},{name:"r_surfing",tags:[]},{name:"r_surround_sound",tags:[]},{name:"r_swap_calls",tags:[]},{name:"r_swap_horiz",tags:[]},{name:"r_swap_horizontal_circle",tags:[]},{name:"r_swap_vert",tags:[]},{name:"r_swap_vertical_circle",tags:[]},{name:"r_swipe",tags:[]},{name:"r_switch_account",tags:[]},{name:"r_switch_camera",tags:[]},{name:"r_switch_left",tags:[]},{name:"r_switch_right",tags:[]},{name:"r_switch_video",tags:[]},{name:"r_sync",tags:[]},{name:"r_sync_alt",tags:[]},{name:"r_sync_disabled",tags:[]},{name:"r_sync_problem",tags:[]},{name:"r_system_security_update",tags:[]},{name:"r_system_security_update_good",tags:[]},{name:"r_system_security_update_warning",tags:[]},{name:"r_system_update",tags:[]},{name:"r_system_update_alt",tags:[]},{name:"r_tab",tags:[]},{name:"r_tab_unselected",tags:[]},{name:"r_table_chart",tags:[]},{name:"r_table_rows",tags:[]},{name:"r_table_view",tags:[]},{name:"r_tablet",tags:[]},{name:"r_tablet_android",tags:[]},{name:"r_tablet_mac",tags:[]},{name:"r_tag",tags:[]},{name:"r_tag_faces",tags:[]},{name:"r_takeout_dining",tags:[]},{name:"r_tap_and_play",tags:[]},{name:"r_tapas",tags:[]},{name:"r_task",tags:[]},{name:"r_task_alt",tags:[]},{name:"r_taxi_alert",tags:[]},{name:"r_terrain",tags:[]},{name:"r_text_fields",tags:[]},{name:"r_text_format",tags:[]},{name:"r_text_rotate_up",tags:[]},{name:"r_text_rotate_vertical",tags:[]},{name:"r_text_rotation_angledown",tags:[]},{name:"r_text_rotation_angleup",tags:[]},{name:"r_text_rotation_down",tags:[]},{name:"r_text_rotation_none",tags:[]},{name:"r_text_snippet",tags:[]},{name:"r_textsms",tags:[]},{name:"r_texture",tags:[]},{name:"r_theater_comedy",tags:[]},{name:"r_theaters",tags:[]},{name:"r_thermostat",tags:[]},{name:"r_thermostat_auto",tags:[]},{name:"r_thumb_down",tags:[]},{name:"r_thumb_down_alt",tags:[]},{name:"r_thumb_down_off_alt",tags:[]},{name:"r_thumb_up",tags:[]},{name:"r_thumb_up_alt",tags:[]},{name:"r_thumb_up_off_alt",tags:[]},{name:"r_thumbs_up_down",tags:[]},{name:"r_time_to_leave",tags:[]},{name:"r_timelapse",tags:[]},{name:"r_timeline",tags:[]},{name:"r_timer",tags:[]},{name:"r_timer_10",tags:[]},{name:"r_timer_10_select",tags:[]},{name:"r_timer_3",tags:[]},{name:"r_timer_3_select",tags:[]},{name:"r_timer_off",tags:[]},{name:"r_title",tags:[]},{name:"r_toc",tags:[]},{name:"r_today",tags:[]},{name:"r_toggle_off",tags:[]},{name:"r_toggle_on",tags:[]},{name:"r_toll",tags:[]},{name:"r_tonality",tags:[]},{name:"r_topic",tags:[]},{name:"r_touch_app",tags:[]},{name:"r_tour",tags:[]},{name:"r_toys",tags:[]},{name:"r_track_changes",tags:[]},{name:"r_traffic",tags:[]},{name:"r_train",tags:[]},{name:"r_tram",tags:[]},{name:"r_transfer_within_a_station",tags:[]},{name:"r_transform",tags:[]},{name:"r_transgender",tags:[]},{name:"r_transit_enterexit",tags:[]},{name:"r_translate",tags:[]},{name:"r_travel_explore",tags:[]},{name:"r_trending_down",tags:[]},{name:"r_trending_flat",tags:[]},{name:"r_trending_up",tags:[]},{name:"r_trip_origin",tags:[]},{name:"r_try",tags:[]},{name:"r_tty",tags:[]},{name:"r_tune",tags:[]},{name:"r_tungsten",tags:[]},{name:"r_turned_in",tags:[]},{name:"r_turned_in_not",tags:[]},{name:"r_tv",tags:[]},{name:"r_tv_off",tags:[]},{name:"r_two_wheeler",tags:[]},{name:"r_umbrella",tags:[]},{name:"r_unarchive",tags:[]},{name:"r_undo",tags:[]},{name:"r_unfold_less",tags:[]},{name:"r_unfold_more",tags:[]},{name:"r_unpublished",tags:[]},{name:"r_unsubscribe",tags:[]},{name:"r_upcoming",tags:[]},{name:"r_update",tags:[]},{name:"r_update_disabled",tags:[]},{name:"r_upgrade",tags:[]},{name:"r_upload",tags:[]},{name:"r_upload_file",tags:[]},{name:"r_usb",tags:[]},{name:"r_usb_off",tags:[]},{name:"r_verified",tags:[]},{name:"r_verified_user",tags:[]},{name:"r_vertical_align_bottom",tags:[]},{name:"r_vertical_align_center",tags:[]},{name:"r_vertical_align_top",tags:[]},{name:"r_vertical_distribute",tags:[]},{name:"r_vertical_split",tags:[]},{name:"r_vibration",tags:[]},{name:"r_video_call",tags:[]},{name:"r_video_camera_back",tags:[]},{name:"r_video_camera_front",tags:[]},{name:"r_video_label",tags:[]},{name:"r_video_library",tags:[]},{name:"r_video_settings",tags:[]},{name:"r_video_stable",tags:[]},{name:"r_videocam",tags:[]},{name:"r_videocam_off",tags:[]},{name:"r_videogame_asset",tags:[]},{name:"r_videogame_asset_off",tags:[]},{name:"r_view_agenda",tags:[]},{name:"r_view_array",tags:[]},{name:"r_view_carousel",tags:[]},{name:"r_view_column",tags:[]},{name:"r_view_comfy",tags:[]},{name:"r_view_compact",tags:[]},{name:"r_view_day",tags:[]},{name:"r_view_headline",tags:[]},{name:"r_view_in_ar",tags:[]},{name:"r_view_list",tags:[]},{name:"r_view_module",tags:[]},{name:"r_view_quilt",tags:[]},{name:"r_view_sidebar",tags:[]},{name:"r_view_stream",tags:[]},{name:"r_view_week",tags:[]},{name:"r_vignette",tags:[]},{name:"r_villa",tags:[]},{name:"r_visibility",tags:[]},{name:"r_visibility_off",tags:[]},{name:"r_voice_chat",tags:[]},{name:"r_voice_over_off",tags:[]},{name:"r_voicemail",tags:[]},{name:"r_volume_down",tags:[]},{name:"r_volume_mute",tags:[]},{name:"r_volume_off",tags:[]},{name:"r_volume_up",tags:[]},{name:"r_volunteer_activism",tags:[]},{name:"r_vpn_key",tags:[]},{name:"r_vpn_lock",tags:[]},{name:"r_vrpano",tags:[]},{name:"r_wallpaper",tags:[]},{name:"r_warning",tags:[]},{name:"r_warning_amber",tags:[]},{name:"r_wash",tags:[]},{name:"r_watch",tags:[]},{name:"r_watch_later",tags:[]},{name:"r_water",tags:[]},{name:"r_water_damage",tags:[]},{name:"r_waterfall_chart",tags:[]},{name:"r_waves",tags:[]},{name:"r_wb_auto",tags:[]},{name:"r_wb_cloudy",tags:[]},{name:"r_wb_incandescent",tags:[]},{name:"r_wb_iridescent",tags:[]},{name:"r_wb_shade",tags:[]},{name:"r_wb_sunny",tags:[]},{name:"r_wb_twilight",tags:[]},{name:"r_wc",tags:[]},{name:"r_web",tags:[]},{name:"r_web_asset",tags:[]},{name:"r_web_asset_off",tags:[]},{name:"r_weekend",tags:[]},{name:"r_west",tags:[]},{name:"r_whatshot",tags:[]},{name:"r_wheelchair_pickup",tags:[]},{name:"r_where_to_vote",tags:[]},{name:"r_widgets",tags:[]},{name:"r_wifi",tags:[]},{name:"r_wifi_calling",tags:[]},{name:"r_wifi_calling_3",tags:[]},{name:"r_wifi_lock",tags:[]},{name:"r_wifi_off",tags:[]},{name:"r_wifi_protected_setup",tags:[]},{name:"r_wifi_tethering",tags:[]},{name:"r_wifi_tethering_error_rounded",tags:[]},{name:"r_wifi_tethering_off",tags:[]},{name:"r_window",tags:[]},{name:"r_wine_bar",tags:[]},{name:"r_work",tags:[]},{name:"r_work_off",tags:[]},{name:"r_work_outline",tags:[]},{name:"r_workspaces",tags:[]},{name:"r_wrap_text",tags:[]},{name:"r_wrong_location",tags:[]},{name:"r_wysiwyg",tags:[]},{name:"r_yard",tags:[]},{name:"r_youtube_searched_for",tags:[]},{name:"r_zoom_in",tags:[]},{name:"r_zoom_out",tags:[]},{name:"r_zoom_out_map",tags:[]}]}},a8e9:function(a,e,t){"use strict";t.r(e),e["default"]={name:"bootstrap-icons",icons:[{name:"bi-alarm-fill",tags:[]},{name:"bi-alarm",tags:[]},{name:"bi-align-bottom",tags:[]},{name:"bi-align-center",tags:[]},{name:"bi-align-end",tags:[]},{name:"bi-align-middle",tags:[]},{name:"bi-align-start",tags:[]},{name:"bi-align-top",tags:[]},{name:"bi-alt",tags:[]},{name:"bi-app-indicator",tags:[]},{name:"bi-app",tags:[]},{name:"bi-archive-fill",tags:[]},{name:"bi-archive",tags:[]},{name:"bi-arrow-90deg-down",tags:[]},{name:"bi-arrow-90deg-left",tags:[]},{name:"bi-arrow-90deg-right",tags:[]},{name:"bi-arrow-90deg-up",tags:[]},{name:"bi-arrow-bar-down",tags:[]},{name:"bi-arrow-bar-left",tags:[]},{name:"bi-arrow-bar-right",tags:[]},{name:"bi-arrow-bar-up",tags:[]},{name:"bi-arrow-clockwise",tags:[]},{name:"bi-arrow-counterclockwise",tags:[]},{name:"bi-arrow-down-circle-fill",tags:[]},{name:"bi-arrow-down-circle",tags:[]},{name:"bi-arrow-down-left-circle-fill",tags:[]},{name:"bi-arrow-down-left-circle",tags:[]},{name:"bi-arrow-down-left-square-fill",tags:[]},{name:"bi-arrow-down-left-square",tags:[]},{name:"bi-arrow-down-left",tags:[]},{name:"bi-arrow-down-right-circle-fill",tags:[]},{name:"bi-arrow-down-right-circle",tags:[]},{name:"bi-arrow-down-right-square-fill",tags:[]},{name:"bi-arrow-down-right-square",tags:[]},{name:"bi-arrow-down-right",tags:[]},{name:"bi-arrow-down-short",tags:[]},{name:"bi-arrow-down-square-fill",tags:[]},{name:"bi-arrow-down-square",tags:[]},{name:"bi-arrow-down-up",tags:[]},{name:"bi-arrow-down",tags:[]},{name:"bi-arrow-left-circle-fill",tags:[]},{name:"bi-arrow-left-circle",tags:[]},{name:"bi-arrow-left-right",tags:[]},{name:"bi-arrow-left-short",tags:[]},{name:"bi-arrow-left-square-fill",tags:[]},{name:"bi-arrow-left-square",tags:[]},{name:"bi-arrow-left",tags:[]},{name:"bi-arrow-repeat",tags:[]},{name:"bi-arrow-return-left",tags:[]},{name:"bi-arrow-return-right",tags:[]},{name:"bi-arrow-right-circle-fill",tags:[]},{name:"bi-arrow-right-circle",tags:[]},{name:"bi-arrow-right-short",tags:[]},{name:"bi-arrow-right-square-fill",tags:[]},{name:"bi-arrow-right-square",tags:[]},{name:"bi-arrow-right",tags:[]},{name:"bi-arrow-up-circle-fill",tags:[]},{name:"bi-arrow-up-circle",tags:[]},{name:"bi-arrow-up-left-circle-fill",tags:[]},{name:"bi-arrow-up-left-circle",tags:[]},{name:"bi-arrow-up-left-square-fill",tags:[]},{name:"bi-arrow-up-left-square",tags:[]},{name:"bi-arrow-up-left",tags:[]},{name:"bi-arrow-up-right-circle-fill",tags:[]},{name:"bi-arrow-up-right-circle",tags:[]},{name:"bi-arrow-up-right-square-fill",tags:[]},{name:"bi-arrow-up-right-square",tags:[]},{name:"bi-arrow-up-right",tags:[]},{name:"bi-arrow-up-short",tags:[]},{name:"bi-arrow-up-square-fill",tags:[]},{name:"bi-arrow-up-square",tags:[]},{name:"bi-arrow-up",tags:[]},{name:"bi-arrows-angle-contract",tags:[]},{name:"bi-arrows-angle-expand",tags:[]},{name:"bi-arrows-collapse",tags:[]},{name:"bi-arrows-expand",tags:[]},{name:"bi-arrows-fullscreen",tags:[]},{name:"bi-arrows-move",tags:[]},{name:"bi-aspect-ratio-fill",tags:[]},{name:"bi-aspect-ratio",tags:[]},{name:"bi-asterisk",tags:[]},{name:"bi-at",tags:[]},{name:"bi-award-fill",tags:[]},{name:"bi-award",tags:[]},{name:"bi-back",tags:[]},{name:"bi-backspace-fill",tags:[]},{name:"bi-backspace-reverse-fill",tags:[]},{name:"bi-backspace-reverse",tags:[]},{name:"bi-backspace",tags:[]},{name:"bi-badge-3d-fill",tags:[]},{name:"bi-badge-3d",tags:[]},{name:"bi-badge-4k-fill",tags:[]},{name:"bi-badge-4k",tags:[]},{name:"bi-badge-8k-fill",tags:[]},{name:"bi-badge-8k",tags:[]},{name:"bi-badge-ad-fill",tags:[]},{name:"bi-badge-ad",tags:[]},{name:"bi-badge-ar-fill",tags:[]},{name:"bi-badge-ar",tags:[]},{name:"bi-badge-cc-fill",tags:[]},{name:"bi-badge-cc",tags:[]},{name:"bi-badge-hd-fill",tags:[]},{name:"bi-badge-hd",tags:[]},{name:"bi-badge-tm-fill",tags:[]},{name:"bi-badge-tm",tags:[]},{name:"bi-badge-vo-fill",tags:[]},{name:"bi-badge-vo",tags:[]},{name:"bi-badge-vr-fill",tags:[]},{name:"bi-badge-vr",tags:[]},{name:"bi-badge-wc-fill",tags:[]},{name:"bi-badge-wc",tags:[]},{name:"bi-bag-check-fill",tags:[]},{name:"bi-bag-check",tags:[]},{name:"bi-bag-dash-fill",tags:[]},{name:"bi-bag-dash",tags:[]},{name:"bi-bag-fill",tags:[]},{name:"bi-bag-plus-fill",tags:[]},{name:"bi-bag-plus",tags:[]},{name:"bi-bag-x-fill",tags:[]},{name:"bi-bag-x",tags:[]},{name:"bi-bag",tags:[]},{name:"bi-bar-chart-fill",tags:[]},{name:"bi-bar-chart-line-fill",tags:[]},{name:"bi-bar-chart-line",tags:[]},{name:"bi-bar-chart-steps",tags:[]},{name:"bi-bar-chart",tags:[]},{name:"bi-basket-fill",tags:[]},{name:"bi-basket",tags:[]},{name:"bi-basket2-fill",tags:[]},{name:"bi-basket2",tags:[]},{name:"bi-basket3-fill",tags:[]},{name:"bi-basket3",tags:[]},{name:"bi-battery-charging",tags:[]},{name:"bi-battery-full",tags:[]},{name:"bi-battery-half",tags:[]},{name:"bi-battery",tags:[]},{name:"bi-bell-fill",tags:[]},{name:"bi-bell",tags:[]},{name:"bi-bezier",tags:[]},{name:"bi-bezier2",tags:[]},{name:"bi-bicycle",tags:[]},{name:"bi-binoculars-fill",tags:[]},{name:"bi-binoculars",tags:[]},{name:"bi-blockquote-left",tags:[]},{name:"bi-blockquote-right",tags:[]},{name:"bi-book-fill",tags:[]},{name:"bi-book-half",tags:[]},{name:"bi-book",tags:[]},{name:"bi-bookmark-check-fill",tags:[]},{name:"bi-bookmark-check",tags:[]},{name:"bi-bookmark-dash-fill",tags:[]},{name:"bi-bookmark-dash",tags:[]},{name:"bi-bookmark-fill",tags:[]},{name:"bi-bookmark-heart-fill",tags:[]},{name:"bi-bookmark-heart",tags:[]},{name:"bi-bookmark-plus-fill",tags:[]},{name:"bi-bookmark-plus",tags:[]},{name:"bi-bookmark-star-fill",tags:[]},{name:"bi-bookmark-star",tags:[]},{name:"bi-bookmark-x-fill",tags:[]},{name:"bi-bookmark-x",tags:[]},{name:"bi-bookmark",tags:[]},{name:"bi-bookmarks-fill",tags:[]},{name:"bi-bookmarks",tags:[]},{name:"bi-bookshelf",tags:[]},{name:"bi-bootstrap-fill",tags:[]},{name:"bi-bootstrap-reboot",tags:[]},{name:"bi-bootstrap",tags:[]},{name:"bi-border-all",tags:[]},{name:"bi-border-bottom",tags:[]},{name:"bi-border-center",tags:[]},{name:"bi-border-inner",tags:[]},{name:"bi-border-left",tags:[]},{name:"bi-border-middle",tags:[]},{name:"bi-border-outer",tags:[]},{name:"bi-border-right",tags:[]},{name:"bi-border-style",tags:[]},{name:"bi-border-top",tags:[]},{name:"bi-border-width",tags:[]},{name:"bi-border",tags:[]},{name:"bi-bounding-box-circles",tags:[]},{name:"bi-bounding-box",tags:[]},{name:"bi-box-arrow-down-left",tags:[]},{name:"bi-box-arrow-down-right",tags:[]},{name:"bi-box-arrow-down",tags:[]},{name:"bi-box-arrow-in-down-left",tags:[]},{name:"bi-box-arrow-in-down-right",tags:[]},{name:"bi-box-arrow-in-down",tags:[]},{name:"bi-box-arrow-in-left",tags:[]},{name:"bi-box-arrow-in-right",tags:[]},{name:"bi-box-arrow-in-up-left",tags:[]},{name:"bi-box-arrow-in-up-right",tags:[]},{name:"bi-box-arrow-in-up",tags:[]},{name:"bi-box-arrow-left",tags:[]},{name:"bi-box-arrow-right",tags:[]},{name:"bi-box-arrow-up-left",tags:[]},{name:"bi-box-arrow-up-right",tags:[]},{name:"bi-box-arrow-up",tags:[]},{name:"bi-box-seam",tags:[]},{name:"bi-box",tags:[]},{name:"bi-braces",tags:[]},{name:"bi-bricks",tags:[]},{name:"bi-briefcase-fill",tags:[]},{name:"bi-briefcase",tags:[]},{name:"bi-brightness-alt-high-fill",tags:[]},{name:"bi-brightness-alt-high",tags:[]},{name:"bi-brightness-alt-low-fill",tags:[]},{name:"bi-brightness-alt-low",tags:[]},{name:"bi-brightness-high-fill",tags:[]},{name:"bi-brightness-high",tags:[]},{name:"bi-brightness-low-fill",tags:[]},{name:"bi-brightness-low",tags:[]},{name:"bi-broadcast-pin",tags:[]},{name:"bi-broadcast",tags:[]},{name:"bi-brush-fill",tags:[]},{name:"bi-brush",tags:[]},{name:"bi-bucket-fill",tags:[]},{name:"bi-bucket",tags:[]},{name:"bi-bug-fill",tags:[]},{name:"bi-bug",tags:[]},{name:"bi-building",tags:[]},{name:"bi-bullseye",tags:[]},{name:"bi-calculator-fill",tags:[]},{name:"bi-calculator",tags:[]},{name:"bi-calendar-check-fill",tags:[]},{name:"bi-calendar-check",tags:[]},{name:"bi-calendar-date-fill",tags:[]},{name:"bi-calendar-date",tags:[]},{name:"bi-calendar-day-fill",tags:[]},{name:"bi-calendar-day",tags:[]},{name:"bi-calendar-event-fill",tags:[]},{name:"bi-calendar-event",tags:[]},{name:"bi-calendar-fill",tags:[]},{name:"bi-calendar-minus-fill",tags:[]},{name:"bi-calendar-minus",tags:[]},{name:"bi-calendar-month-fill",tags:[]},{name:"bi-calendar-month",tags:[]},{name:"bi-calendar-plus-fill",tags:[]},{name:"bi-calendar-plus",tags:[]},{name:"bi-calendar-range-fill",tags:[]},{name:"bi-calendar-range",tags:[]},{name:"bi-calendar-week-fill",tags:[]},{name:"bi-calendar-week",tags:[]},{name:"bi-calendar-x-fill",tags:[]},{name:"bi-calendar-x",tags:[]},{name:"bi-calendar",tags:[]},{name:"bi-calendar2-check-fill",tags:[]},{name:"bi-calendar2-check",tags:[]},{name:"bi-calendar2-date-fill",tags:[]},{name:"bi-calendar2-date",tags:[]},{name:"bi-calendar2-day-fill",tags:[]},{name:"bi-calendar2-day",tags:[]},{name:"bi-calendar2-event-fill",tags:[]},{name:"bi-calendar2-event",tags:[]},{name:"bi-calendar2-fill",tags:[]},{name:"bi-calendar2-minus-fill",tags:[]},{name:"bi-calendar2-minus",tags:[]},{name:"bi-calendar2-month-fill",tags:[]},{name:"bi-calendar2-month",tags:[]},{name:"bi-calendar2-plus-fill",tags:[]},{name:"bi-calendar2-plus",tags:[]},{name:"bi-calendar2-range-fill",tags:[]},{name:"bi-calendar2-range",tags:[]},{name:"bi-calendar2-week-fill",tags:[]},{name:"bi-calendar2-week",tags:[]},{name:"bi-calendar2-x-fill",tags:[]},{name:"bi-calendar2-x",tags:[]},{name:"bi-calendar2",tags:[]},{name:"bi-calendar3-event-fill",tags:[]},{name:"bi-calendar3-event",tags:[]},{name:"bi-calendar3-fill",tags:[]},{name:"bi-calendar3-range-fill",tags:[]},{name:"bi-calendar3-range",tags:[]},{name:"bi-calendar3-week-fill",tags:[]},{name:"bi-calendar3-week",tags:[]},{name:"bi-calendar3",tags:[]},{name:"bi-calendar4-event",tags:[]},{name:"bi-calendar4-range",tags:[]},{name:"bi-calendar4-week",tags:[]},{name:"bi-calendar4",tags:[]},{name:"bi-camera-fill",tags:[]},{name:"bi-camera-reels-fill",tags:[]},{name:"bi-camera-reels",tags:[]},{name:"bi-camera-video-fill",tags:[]},{name:"bi-camera-video-off-fill",tags:[]},{name:"bi-camera-video-off",tags:[]},{name:"bi-camera-video",tags:[]},{name:"bi-camera",tags:[]},{name:"bi-camera2",tags:[]},{name:"bi-capslock-fill",tags:[]},{name:"bi-capslock",tags:[]},{name:"bi-card-checklist",tags:[]},{name:"bi-card-heading",tags:[]},{name:"bi-card-image",tags:[]},{name:"bi-card-list",tags:[]},{name:"bi-card-text",tags:[]},{name:"bi-caret-down-fill",tags:[]},{name:"bi-caret-down-square-fill",tags:[]},{name:"bi-caret-down-square",tags:[]},{name:"bi-caret-down",tags:[]},{name:"bi-caret-left-fill",tags:[]},{name:"bi-caret-left-square-fill",tags:[]},{name:"bi-caret-left-square",tags:[]},{name:"bi-caret-left",tags:[]},{name:"bi-caret-right-fill",tags:[]},{name:"bi-caret-right-square-fill",tags:[]},{name:"bi-caret-right-square",tags:[]},{name:"bi-caret-right",tags:[]},{name:"bi-caret-up-fill",tags:[]},{name:"bi-caret-up-square-fill",tags:[]},{name:"bi-caret-up-square",tags:[]},{name:"bi-caret-up",tags:[]},{name:"bi-cart-check-fill",tags:[]},{name:"bi-cart-check",tags:[]},{name:"bi-cart-dash-fill",tags:[]},{name:"bi-cart-dash",tags:[]},{name:"bi-cart-fill",tags:[]},{name:"bi-cart-plus-fill",tags:[]},{name:"bi-cart-plus",tags:[]},{name:"bi-cart-x-fill",tags:[]},{name:"bi-cart-x",tags:[]},{name:"bi-cart",tags:[]},{name:"bi-cart2",tags:[]},{name:"bi-cart3",tags:[]},{name:"bi-cart4",tags:[]},{name:"bi-cash-stack",tags:[]},{name:"bi-cash",tags:[]},{name:"bi-cast",tags:[]},{name:"bi-chat-dots-fill",tags:[]},{name:"bi-chat-dots",tags:[]},{name:"bi-chat-fill",tags:[]},{name:"bi-chat-left-dots-fill",tags:[]},{name:"bi-chat-left-dots",tags:[]},{name:"bi-chat-left-fill",tags:[]},{name:"bi-chat-left-quote-fill",tags:[]},{name:"bi-chat-left-quote",tags:[]},{name:"bi-chat-left-text-fill",tags:[]},{name:"bi-chat-left-text",tags:[]},{name:"bi-chat-left",tags:[]},{name:"bi-chat-quote-fill",tags:[]},{name:"bi-chat-quote",tags:[]},{name:"bi-chat-right-dots-fill",tags:[]},{name:"bi-chat-right-dots",tags:[]},{name:"bi-chat-right-fill",tags:[]},{name:"bi-chat-right-quote-fill",tags:[]},{name:"bi-chat-right-quote",tags:[]},{name:"bi-chat-right-text-fill",tags:[]},{name:"bi-chat-right-text",tags:[]},{name:"bi-chat-right",tags:[]},{name:"bi-chat-square-dots-fill",tags:[]},{name:"bi-chat-square-dots",tags:[]},{name:"bi-chat-square-fill",tags:[]},{name:"bi-chat-square-quote-fill",tags:[]},{name:"bi-chat-square-quote",tags:[]},{name:"bi-chat-square-text-fill",tags:[]},{name:"bi-chat-square-text",tags:[]},{name:"bi-chat-square",tags:[]},{name:"bi-chat-text-fill",tags:[]},{name:"bi-chat-text",tags:[]},{name:"bi-chat",tags:[]},{name:"bi-check-all",tags:[]},{name:"bi-check-circle-fill",tags:[]},{name:"bi-check-circle",tags:[]},{name:"bi-check-square-fill",tags:[]},{name:"bi-check-square",tags:[]},{name:"bi-check",tags:[]},{name:"bi-check2-all",tags:[]},{name:"bi-check2-circle",tags:[]},{name:"bi-check2-square",tags:[]},{name:"bi-check2",tags:[]},{name:"bi-chevron-bar-contract",tags:[]},{name:"bi-chevron-bar-down",tags:[]},{name:"bi-chevron-bar-expand",tags:[]},{name:"bi-chevron-bar-left",tags:[]},{name:"bi-chevron-bar-right",tags:[]},{name:"bi-chevron-bar-up",tags:[]},{name:"bi-chevron-compact-down",tags:[]},{name:"bi-chevron-compact-left",tags:[]},{name:"bi-chevron-compact-right",tags:[]},{name:"bi-chevron-compact-up",tags:[]},{name:"bi-chevron-contract",tags:[]},{name:"bi-chevron-double-down",tags:[]},{name:"bi-chevron-double-left",tags:[]},{name:"bi-chevron-double-right",tags:[]},{name:"bi-chevron-double-up",tags:[]},{name:"bi-chevron-down",tags:[]},{name:"bi-chevron-expand",tags:[]},{name:"bi-chevron-left",tags:[]},{name:"bi-chevron-right",tags:[]},{name:"bi-chevron-up",tags:[]},{name:"bi-circle-fill",tags:[]},{name:"bi-circle-half",tags:[]},{name:"bi-circle-square",tags:[]},{name:"bi-circle",tags:[]},{name:"bi-clipboard-check",tags:[]},{name:"bi-clipboard-data",tags:[]},{name:"bi-clipboard-minus",tags:[]},{name:"bi-clipboard-plus",tags:[]},{name:"bi-clipboard-x",tags:[]},{name:"bi-clipboard",tags:[]},{name:"bi-clock-fill",tags:[]},{name:"bi-clock-history",tags:[]},{name:"bi-clock",tags:[]},{name:"bi-cloud-arrow-down-fill",tags:[]},{name:"bi-cloud-arrow-down",tags:[]},{name:"bi-cloud-arrow-up-fill",tags:[]},{name:"bi-cloud-arrow-up",tags:[]},{name:"bi-cloud-check-fill",tags:[]},{name:"bi-cloud-check",tags:[]},{name:"bi-cloud-download-fill",tags:[]},{name:"bi-cloud-download",tags:[]},{name:"bi-cloud-drizzle-fill",tags:[]},{name:"bi-cloud-drizzle",tags:[]},{name:"bi-cloud-fill",tags:[]},{name:"bi-cloud-fog-fill",tags:[]},{name:"bi-cloud-fog",tags:[]},{name:"bi-cloud-fog2-fill",tags:[]},{name:"bi-cloud-fog2",tags:[]},{name:"bi-cloud-hail-fill",tags:[]},{name:"bi-cloud-hail",tags:[]},{name:"bi-cloud-haze-1",tags:[]},{name:"bi-cloud-haze-fill",tags:[]},{name:"bi-cloud-haze",tags:[]},{name:"bi-cloud-haze2-fill",tags:[]},{name:"bi-cloud-lightning-fill",tags:[]},{name:"bi-cloud-lightning-rain-fill",tags:[]},{name:"bi-cloud-lightning-rain",tags:[]},{name:"bi-cloud-lightning",tags:[]},{name:"bi-cloud-minus-fill",tags:[]},{name:"bi-cloud-minus",tags:[]},{name:"bi-cloud-moon-fill",tags:[]},{name:"bi-cloud-moon",tags:[]},{name:"bi-cloud-plus-fill",tags:[]},{name:"bi-cloud-plus",tags:[]},{name:"bi-cloud-rain-fill",tags:[]},{name:"bi-cloud-rain-heavy-fill",tags:[]},{name:"bi-cloud-rain-heavy",tags:[]},{name:"bi-cloud-rain",tags:[]},{name:"bi-cloud-slash-fill",tags:[]},{name:"bi-cloud-slash",tags:[]},{name:"bi-cloud-sleet-fill",tags:[]},{name:"bi-cloud-sleet",tags:[]},{name:"bi-cloud-snow-fill",tags:[]},{name:"bi-cloud-snow",tags:[]},{name:"bi-cloud-sun-fill",tags:[]},{name:"bi-cloud-sun",tags:[]},{name:"bi-cloud-upload-fill",tags:[]},{name:"bi-cloud-upload",tags:[]},{name:"bi-cloud",tags:[]},{name:"bi-clouds-fill",tags:[]},{name:"bi-clouds",tags:[]},{name:"bi-cloudy-fill",tags:[]},{name:"bi-cloudy",tags:[]},{name:"bi-code-slash",tags:[]},{name:"bi-code-square",tags:[]},{name:"bi-code",tags:[]},{name:"bi-collection-fill",tags:[]},{name:"bi-collection-play-fill",tags:[]},{name:"bi-collection-play",tags:[]},{name:"bi-collection",tags:[]},{name:"bi-columns-gap",tags:[]},{name:"bi-columns",tags:[]},{name:"bi-command",tags:[]},{name:"bi-compass-fill",tags:[]},{name:"bi-compass",tags:[]},{name:"bi-cone-striped",tags:[]},{name:"bi-cone",tags:[]},{name:"bi-controller",tags:[]},{name:"bi-cpu-fill",tags:[]},{name:"bi-cpu",tags:[]},{name:"bi-credit-card-2-back-fill",tags:[]},{name:"bi-credit-card-2-back",tags:[]},{name:"bi-credit-card-2-front-fill",tags:[]},{name:"bi-credit-card-2-front",tags:[]},{name:"bi-credit-card-fill",tags:[]},{name:"bi-credit-card",tags:[]},{name:"bi-crop",tags:[]},{name:"bi-cup-fill",tags:[]},{name:"bi-cup-straw",tags:[]},{name:"bi-cup",tags:[]},{name:"bi-cursor-fill",tags:[]},{name:"bi-cursor-text",tags:[]},{name:"bi-cursor",tags:[]},{name:"bi-dash-circle-dotted",tags:[]},{name:"bi-dash-circle-fill",tags:[]},{name:"bi-dash-circle",tags:[]},{name:"bi-dash-square-dotted",tags:[]},{name:"bi-dash-square-fill",tags:[]},{name:"bi-dash-square",tags:[]},{name:"bi-dash",tags:[]},{name:"bi-diagram-2-fill",tags:[]},{name:"bi-diagram-2",tags:[]},{name:"bi-diagram-3-fill",tags:[]},{name:"bi-diagram-3",tags:[]},{name:"bi-diamond-fill",tags:[]},{name:"bi-diamond-half",tags:[]},{name:"bi-diamond",tags:[]},{name:"bi-dice-1-fill",tags:[]},{name:"bi-dice-1",tags:[]},{name:"bi-dice-2-fill",tags:[]},{name:"bi-dice-2",tags:[]},{name:"bi-dice-3-fill",tags:[]},{name:"bi-dice-3",tags:[]},{name:"bi-dice-4-fill",tags:[]},{name:"bi-dice-4",tags:[]},{name:"bi-dice-5-fill",tags:[]},{name:"bi-dice-5",tags:[]},{name:"bi-dice-6-fill",tags:[]},{name:"bi-dice-6",tags:[]},{name:"bi-disc-fill",tags:[]},{name:"bi-disc",tags:[]},{name:"bi-discord",tags:[]},{name:"bi-display-fill",tags:[]},{name:"bi-display",tags:[]},{name:"bi-distribute-horizontal",tags:[]},{name:"bi-distribute-vertical",tags:[]},{name:"bi-door-closed-fill",tags:[]},{name:"bi-door-closed",tags:[]},{name:"bi-door-open-fill",tags:[]},{name:"bi-door-open",tags:[]},{name:"bi-dot",tags:[]},{name:"bi-download",tags:[]},{name:"bi-droplet-fill",tags:[]},{name:"bi-droplet-half",tags:[]},{name:"bi-droplet",tags:[]},{name:"bi-earbuds",tags:[]},{name:"bi-easel-fill",tags:[]},{name:"bi-easel",tags:[]},{name:"bi-egg-fill",tags:[]},{name:"bi-egg-fried",tags:[]},{name:"bi-egg",tags:[]},{name:"bi-eject-fill",tags:[]},{name:"bi-eject",tags:[]},{name:"bi-emoji-angry-fill",tags:[]},{name:"bi-emoji-angry",tags:[]},{name:"bi-emoji-dizzy-fill",tags:[]},{name:"bi-emoji-dizzy",tags:[]},{name:"bi-emoji-expressionless-fill",tags:[]},{name:"bi-emoji-expressionless",tags:[]},{name:"bi-emoji-frown-fill",tags:[]},{name:"bi-emoji-frown",tags:[]},{name:"bi-emoji-heart-eyes-fill",tags:[]},{name:"bi-emoji-heart-eyes",tags:[]},{name:"bi-emoji-laughing-fill",tags:[]},{name:"bi-emoji-laughing",tags:[]},{name:"bi-emoji-neutral-fill",tags:[]},{name:"bi-emoji-neutral",tags:[]},{name:"bi-emoji-smile-fill",tags:[]},{name:"bi-emoji-smile-upside-down-fill",tags:[]},{name:"bi-emoji-smile-upside-down",tags:[]},{name:"bi-emoji-smile",tags:[]},{name:"bi-emoji-sunglasses-fill",tags:[]},{name:"bi-emoji-sunglasses",tags:[]},{name:"bi-emoji-wink-fill",tags:[]},{name:"bi-emoji-wink",tags:[]},{name:"bi-envelope-fill",tags:[]},{name:"bi-envelope-open-fill",tags:[]},{name:"bi-envelope-open",tags:[]},{name:"bi-envelope",tags:[]},{name:"bi-eraser-fill",tags:[]},{name:"bi-eraser",tags:[]},{name:"bi-exclamation-circle-fill",tags:[]},{name:"bi-exclamation-circle",tags:[]},{name:"bi-exclamation-diamond-fill",tags:[]},{name:"bi-exclamation-diamond",tags:[]},{name:"bi-exclamation-octagon-fill",tags:[]},{name:"bi-exclamation-octagon",tags:[]},{name:"bi-exclamation-square-fill",tags:[]},{name:"bi-exclamation-square",tags:[]},{name:"bi-exclamation-triangle-fill",tags:[]},{name:"bi-exclamation-triangle",tags:[]},{name:"bi-exclamation",tags:[]},{name:"bi-exclude",tags:[]},{name:"bi-eye-fill",tags:[]},{name:"bi-eye-slash-fill",tags:[]},{name:"bi-eye-slash",tags:[]},{name:"bi-eye",tags:[]},{name:"bi-eyedropper",tags:[]},{name:"bi-eyeglasses",tags:[]},{name:"bi-facebook",tags:[]},{name:"bi-file-arrow-down-fill",tags:[]},{name:"bi-file-arrow-down",tags:[]},{name:"bi-file-arrow-up-fill",tags:[]},{name:"bi-file-arrow-up",tags:[]},{name:"bi-file-bar-graph-fill",tags:[]},{name:"bi-file-bar-graph",tags:[]},{name:"bi-file-binary-fill",tags:[]},{name:"bi-file-binary",tags:[]},{name:"bi-file-break-fill",tags:[]},{name:"bi-file-break",tags:[]},{name:"bi-file-check-fill",tags:[]},{name:"bi-file-check",tags:[]},{name:"bi-file-code-fill",tags:[]},{name:"bi-file-code",tags:[]},{name:"bi-file-diff-fill",tags:[]},{name:"bi-file-diff",tags:[]},{name:"bi-file-earmark-arrow-down-fill",tags:[]},{name:"bi-file-earmark-arrow-down",tags:[]},{name:"bi-file-earmark-arrow-up-fill",tags:[]},{name:"bi-file-earmark-arrow-up",tags:[]},{name:"bi-file-earmark-bar-graph-fill",tags:[]},{name:"bi-file-earmark-bar-graph",tags:[]},{name:"bi-file-earmark-binary-fill",tags:[]},{name:"bi-file-earmark-binary",tags:[]},{name:"bi-file-earmark-break-fill",tags:[]},{name:"bi-file-earmark-break",tags:[]},{name:"bi-file-earmark-check-fill",tags:[]},{name:"bi-file-earmark-check",tags:[]},{name:"bi-file-earmark-code-fill",tags:[]},{name:"bi-file-earmark-code",tags:[]},{name:"bi-file-earmark-diff-fill",tags:[]},{name:"bi-file-earmark-diff",tags:[]},{name:"bi-file-earmark-easel-fill",tags:[]},{name:"bi-file-earmark-easel",tags:[]},{name:"bi-file-earmark-excel-fill",tags:[]},{name:"bi-file-earmark-excel",tags:[]},{name:"bi-file-earmark-fill",tags:[]},{name:"bi-file-earmark-font-fill",tags:[]},{name:"bi-file-earmark-font",tags:[]},{name:"bi-file-earmark-image-fill",tags:[]},{name:"bi-file-earmark-image",tags:[]},{name:"bi-file-earmark-lock-fill",tags:[]},{name:"bi-file-earmark-lock",tags:[]},{name:"bi-file-earmark-lock2-fill",tags:[]},{name:"bi-file-earmark-lock2",tags:[]},{name:"bi-file-earmark-medical-fill",tags:[]},{name:"bi-file-earmark-medical",tags:[]},{name:"bi-file-earmark-minus-fill",tags:[]},{name:"bi-file-earmark-minus",tags:[]},{name:"bi-file-earmark-music-fill",tags:[]},{name:"bi-file-earmark-music",tags:[]},{name:"bi-file-earmark-person-fill",tags:[]},{name:"bi-file-earmark-person",tags:[]},{name:"bi-file-earmark-play-fill",tags:[]},{name:"bi-file-earmark-play",tags:[]},{name:"bi-file-earmark-plus-fill",tags:[]},{name:"bi-file-earmark-plus",tags:[]},{name:"bi-file-earmark-post-fill",tags:[]},{name:"bi-file-earmark-post",tags:[]},{name:"bi-file-earmark-ppt-fill",tags:[]},{name:"bi-file-earmark-ppt",tags:[]},{name:"bi-file-earmark-richtext-fill",tags:[]},{name:"bi-file-earmark-richtext",tags:[]},{name:"bi-file-earmark-ruled-fill",tags:[]},{name:"bi-file-earmark-ruled",tags:[]},{name:"bi-file-earmark-slides-fill",tags:[]},{name:"bi-file-earmark-slides",tags:[]},{name:"bi-file-earmark-spreadsheet-fill",tags:[]},{name:"bi-file-earmark-spreadsheet",tags:[]},{name:"bi-file-earmark-text-fill",tags:[]},{name:"bi-file-earmark-text",tags:[]},{name:"bi-file-earmark-word-fill",tags:[]},{name:"bi-file-earmark-word",tags:[]},{name:"bi-file-earmark-x-fill",tags:[]},{name:"bi-file-earmark-x",tags:[]},{name:"bi-file-earmark-zip-fill",tags:[]},{name:"bi-file-earmark-zip",tags:[]},{name:"bi-file-earmark",tags:[]},{name:"bi-file-easel-fill",tags:[]},{name:"bi-file-easel",tags:[]},{name:"bi-file-excel-fill",tags:[]},{name:"bi-file-excel",tags:[]},{name:"bi-file-fill",tags:[]},{name:"bi-file-font-fill",tags:[]},{name:"bi-file-font",tags:[]},{name:"bi-file-image-fill",tags:[]},{name:"bi-file-image",tags:[]},{name:"bi-file-lock-fill",tags:[]},{name:"bi-file-lock",tags:[]},{name:"bi-file-lock2-fill",tags:[]},{name:"bi-file-lock2",tags:[]},{name:"bi-file-medical-fill",tags:[]},{name:"bi-file-medical",tags:[]},{name:"bi-file-minus-fill",tags:[]},{name:"bi-file-minus",tags:[]},{name:"bi-file-music-fill",tags:[]},{name:"bi-file-music",tags:[]},{name:"bi-file-person-fill",tags:[]},{name:"bi-file-person",tags:[]},{name:"bi-file-play-fill",tags:[]},{name:"bi-file-play",tags:[]},{name:"bi-file-plus-fill",tags:[]},{name:"bi-file-plus",tags:[]},{name:"bi-file-post-fill",tags:[]},{name:"bi-file-post",tags:[]},{name:"bi-file-ppt-fill",tags:[]},{name:"bi-file-ppt",tags:[]},{name:"bi-file-richtext-fill",tags:[]},{name:"bi-file-richtext",tags:[]},{name:"bi-file-ruled-fill",tags:[]},{name:"bi-file-ruled",tags:[]},{name:"bi-file-slides-fill",tags:[]},{name:"bi-file-slides",tags:[]},{name:"bi-file-spreadsheet-fill",tags:[]},{name:"bi-file-spreadsheet",tags:[]},{name:"bi-file-text-fill",tags:[]},{name:"bi-file-text",tags:[]},{name:"bi-file-word-fill",tags:[]},{name:"bi-file-word",tags:[]},{name:"bi-file-x-fill",tags:[]},{name:"bi-file-x",tags:[]},{name:"bi-file-zip-fill",tags:[]},{name:"bi-file-zip",tags:[]},{name:"bi-file",tags:[]},{name:"bi-files-alt",tags:[]},{name:"bi-files",tags:[]},{name:"bi-film",tags:[]},{name:"bi-filter-circle-fill",tags:[]},{name:"bi-filter-circle",tags:[]},{name:"bi-filter-left",tags:[]},{name:"bi-filter-right",tags:[]},{name:"bi-filter-square-fill",tags:[]},{name:"bi-filter-square",tags:[]},{name:"bi-filter",tags:[]},{name:"bi-flag-fill",tags:[]},{name:"bi-flag",tags:[]},{name:"bi-flower1",tags:[]},{name:"bi-flower2",tags:[]},{name:"bi-flower3",tags:[]},{name:"bi-folder-check",tags:[]},{name:"bi-folder-fill",tags:[]},{name:"bi-folder-minus",tags:[]},{name:"bi-folder-plus",tags:[]},{name:"bi-folder-symlink-fill",tags:[]},{name:"bi-folder-symlink",tags:[]},{name:"bi-folder-x",tags:[]},{name:"bi-folder",tags:[]},{name:"bi-folder2-open",tags:[]},{name:"bi-folder2",tags:[]},{name:"bi-fonts",tags:[]},{name:"bi-forward-fill",tags:[]},{name:"bi-forward",tags:[]},{name:"bi-front",tags:[]},{name:"bi-fullscreen-exit",tags:[]},{name:"bi-fullscreen",tags:[]},{name:"bi-funnel-fill",tags:[]},{name:"bi-funnel",tags:[]},{name:"bi-gear-fill",tags:[]},{name:"bi-gear-wide-connected",tags:[]},{name:"bi-gear-wide",tags:[]},{name:"bi-gear",tags:[]},{name:"bi-gem",tags:[]},{name:"bi-geo-alt-fill",tags:[]},{name:"bi-geo-alt",tags:[]},{name:"bi-geo-fill",tags:[]},{name:"bi-geo",tags:[]},{name:"bi-gift-fill",tags:[]},{name:"bi-gift",tags:[]},{name:"bi-github",tags:[]},{name:"bi-globe",tags:[]},{name:"bi-globe2",tags:[]},{name:"bi-google",tags:[]},{name:"bi-graph-down",tags:[]},{name:"bi-graph-up",tags:[]},{name:"bi-grid-1x2-fill",tags:[]},{name:"bi-grid-1x2",tags:[]},{name:"bi-grid-3x2-gap-fill",tags:[]},{name:"bi-grid-3x2-gap",tags:[]},{name:"bi-grid-3x2",tags:[]},{name:"bi-grid-3x3-gap-fill",tags:[]},{name:"bi-grid-3x3-gap",tags:[]},{name:"bi-grid-3x3",tags:[]},{name:"bi-grid-fill",tags:[]},{name:"bi-grid",tags:[]},{name:"bi-grip-horizontal",tags:[]},{name:"bi-grip-vertical",tags:[]},{name:"bi-hammer",tags:[]},{name:"bi-hand-index-fill",tags:[]},{name:"bi-hand-index-thumb-fill",tags:[]},{name:"bi-hand-index-thumb",tags:[]},{name:"bi-hand-index",tags:[]},{name:"bi-hand-thumbs-down-fill",tags:[]},{name:"bi-hand-thumbs-down",tags:[]},{name:"bi-hand-thumbs-up-fill",tags:[]},{name:"bi-hand-thumbs-up",tags:[]},{name:"bi-handbag-fill",tags:[]},{name:"bi-handbag",tags:[]},{name:"bi-hash",tags:[]},{name:"bi-hdd-fill",tags:[]},{name:"bi-hdd-network-fill",tags:[]},{name:"bi-hdd-network",tags:[]},{name:"bi-hdd-rack-fill",tags:[]},{name:"bi-hdd-rack",tags:[]},{name:"bi-hdd-stack-fill",tags:[]},{name:"bi-hdd-stack",tags:[]},{name:"bi-hdd",tags:[]},{name:"bi-headphones",tags:[]},{name:"bi-headset",tags:[]},{name:"bi-heart-fill",tags:[]},{name:"bi-heart-half",tags:[]},{name:"bi-heart",tags:[]},{name:"bi-heptagon-fill",tags:[]},{name:"bi-heptagon-half",tags:[]},{name:"bi-heptagon",tags:[]},{name:"bi-hexagon-fill",tags:[]},{name:"bi-hexagon-half",tags:[]},{name:"bi-hexagon",tags:[]},{name:"bi-hourglass-bottom",tags:[]},{name:"bi-hourglass-split",tags:[]},{name:"bi-hourglass-top",tags:[]},{name:"bi-hourglass",tags:[]},{name:"bi-house-door-fill",tags:[]},{name:"bi-house-door",tags:[]},{name:"bi-house-fill",tags:[]},{name:"bi-house",tags:[]},{name:"bi-hr",tags:[]},{name:"bi-hurricane",tags:[]},{name:"bi-image-alt",tags:[]},{name:"bi-image-fill",tags:[]},{name:"bi-image",tags:[]},{name:"bi-images",tags:[]},{name:"bi-inbox-fill",tags:[]},{name:"bi-inbox",tags:[]},{name:"bi-inboxes-fill",tags:[]},{name:"bi-inboxes",tags:[]},{name:"bi-info-circle-fill",tags:[]},{name:"bi-info-circle",tags:[]},{name:"bi-info-square-fill",tags:[]},{name:"bi-info-square",tags:[]},{name:"bi-info",tags:[]},{name:"bi-input-cursor-text",tags:[]},{name:"bi-input-cursor",tags:[]},{name:"bi-instagram",tags:[]},{name:"bi-intersect",tags:[]},{name:"bi-journal-album",tags:[]},{name:"bi-journal-arrow-down",tags:[]},{name:"bi-journal-arrow-up",tags:[]},{name:"bi-journal-bookmark-fill",tags:[]},{name:"bi-journal-bookmark",tags:[]},{name:"bi-journal-check",tags:[]},{name:"bi-journal-code",tags:[]},{name:"bi-journal-medical",tags:[]},{name:"bi-journal-minus",tags:[]},{name:"bi-journal-plus",tags:[]},{name:"bi-journal-richtext",tags:[]},{name:"bi-journal-text",tags:[]},{name:"bi-journal-x",tags:[]},{name:"bi-journal",tags:[]},{name:"bi-journals",tags:[]},{name:"bi-joystick",tags:[]},{name:"bi-justify-left",tags:[]},{name:"bi-justify-right",tags:[]},{name:"bi-justify",tags:[]},{name:"bi-kanban-fill",tags:[]},{name:"bi-kanban",tags:[]},{name:"bi-key-fill",tags:[]},{name:"bi-key",tags:[]},{name:"bi-keyboard-fill",tags:[]},{name:"bi-keyboard",tags:[]},{name:"bi-ladder",tags:[]},{name:"bi-lamp-fill",tags:[]},{name:"bi-lamp",tags:[]},{name:"bi-laptop-fill",tags:[]},{name:"bi-laptop",tags:[]},{name:"bi-layer-backward",tags:[]},{name:"bi-layer-forward",tags:[]},{name:"bi-layers-fill",tags:[]},{name:"bi-layers-half",tags:[]},{name:"bi-layers",tags:[]},{name:"bi-layout-sidebar-inset-reverse",tags:[]},{name:"bi-layout-sidebar-inset",tags:[]},{name:"bi-layout-sidebar-reverse",tags:[]},{name:"bi-layout-sidebar",tags:[]},{name:"bi-layout-split",tags:[]},{name:"bi-layout-text-sidebar-reverse",tags:[]},{name:"bi-layout-text-sidebar",tags:[]},{name:"bi-layout-text-window-reverse",tags:[]},{name:"bi-layout-text-window",tags:[]},{name:"bi-layout-three-columns",tags:[]},{name:"bi-layout-wtf",tags:[]},{name:"bi-life-preserver",tags:[]},{name:"bi-lightbulb-fill",tags:[]},{name:"bi-lightbulb-off-fill",tags:[]},{name:"bi-lightbulb-off",tags:[]},{name:"bi-lightbulb",tags:[]},{name:"bi-lightning-charge-fill",tags:[]},{name:"bi-lightning-charge",tags:[]},{name:"bi-lightning-fill",tags:[]},{name:"bi-lightning",tags:[]},{name:"bi-link-45deg",tags:[]},{name:"bi-link",tags:[]},{name:"bi-linkedin",tags:[]},{name:"bi-list-check",tags:[]},{name:"bi-list-nested",tags:[]},{name:"bi-list-ol",tags:[]},{name:"bi-list-stars",tags:[]},{name:"bi-list-task",tags:[]},{name:"bi-list-ul",tags:[]},{name:"bi-list",tags:[]},{name:"bi-lock-fill",tags:[]},{name:"bi-lock",tags:[]},{name:"bi-mailbox",tags:[]},{name:"bi-mailbox2",tags:[]},{name:"bi-map-fill",tags:[]},{name:"bi-map",tags:[]},{name:"bi-markdown-fill",tags:[]},{name:"bi-markdown",tags:[]},{name:"bi-mask",tags:[]},{name:"bi-megaphone-fill",tags:[]},{name:"bi-megaphone",tags:[]},{name:"bi-menu-app-fill",tags:[]},{name:"bi-menu-app",tags:[]},{name:"bi-menu-button-fill",tags:[]},{name:"bi-menu-button-wide-fill",tags:[]},{name:"bi-menu-button-wide",tags:[]},{name:"bi-menu-button",tags:[]},{name:"bi-menu-down",tags:[]},{name:"bi-menu-up",tags:[]},{name:"bi-mic-fill",tags:[]},{name:"bi-mic-mute-fill",tags:[]},{name:"bi-mic-mute",tags:[]},{name:"bi-mic",tags:[]},{name:"bi-minecart-loaded",tags:[]},{name:"bi-minecart",tags:[]},{name:"bi-moisture",tags:[]},{name:"bi-moon-fill",tags:[]},{name:"bi-moon-stars-fill",tags:[]},{name:"bi-moon-stars",tags:[]},{name:"bi-moon",tags:[]},{name:"bi-mouse-fill",tags:[]},{name:"bi-mouse",tags:[]},{name:"bi-mouse2-fill",tags:[]},{name:"bi-mouse2",tags:[]},{name:"bi-mouse3-fill",tags:[]},{name:"bi-mouse3",tags:[]},{name:"bi-music-note-beamed",tags:[]},{name:"bi-music-note-list",tags:[]},{name:"bi-music-note",tags:[]},{name:"bi-music-player-fill",tags:[]},{name:"bi-music-player",tags:[]},{name:"bi-newspaper",tags:[]},{name:"bi-node-minus-fill",tags:[]},{name:"bi-node-minus",tags:[]},{name:"bi-node-plus-fill",tags:[]},{name:"bi-node-plus",tags:[]},{name:"bi-nut-fill",tags:[]},{name:"bi-nut",tags:[]},{name:"bi-octagon-fill",tags:[]},{name:"bi-octagon-half",tags:[]},{name:"bi-octagon",tags:[]},{name:"bi-option",tags:[]},{name:"bi-outlet",tags:[]},{name:"bi-paint-bucket",tags:[]},{name:"bi-palette-fill",tags:[]},{name:"bi-palette",tags:[]},{name:"bi-palette2",tags:[]},{name:"bi-paperclip",tags:[]},{name:"bi-paragraph",tags:[]},{name:"bi-patch-check-fill",tags:[]},{name:"bi-patch-check",tags:[]},{name:"bi-patch-exclamation-fill",tags:[]},{name:"bi-patch-exclamation",tags:[]},{name:"bi-patch-minus-fill",tags:[]},{name:"bi-patch-minus",tags:[]},{name:"bi-patch-plus-fill",tags:[]},{name:"bi-patch-plus",tags:[]},{name:"bi-patch-question-fill",tags:[]},{name:"bi-patch-question",tags:[]},{name:"bi-pause-btn-fill",tags:[]},{name:"bi-pause-btn",tags:[]},{name:"bi-pause-circle-fill",tags:[]},{name:"bi-pause-circle",tags:[]},{name:"bi-pause-fill",tags:[]},{name:"bi-pause",tags:[]},{name:"bi-peace-fill",tags:[]},{name:"bi-peace",tags:[]},{name:"bi-pen-fill",tags:[]},{name:"bi-pen",tags:[]},{name:"bi-pencil-fill",tags:[]},{name:"bi-pencil-square",tags:[]},{name:"bi-pencil",tags:[]},{name:"bi-pentagon-fill",tags:[]},{name:"bi-pentagon-half",tags:[]},{name:"bi-pentagon",tags:[]},{name:"bi-people-fill",tags:[]},{name:"bi-people",tags:[]},{name:"bi-percent",tags:[]},{name:"bi-person-badge-fill",tags:[]},{name:"bi-person-badge",tags:[]},{name:"bi-person-bounding-box",tags:[]},{name:"bi-person-check-fill",tags:[]},{name:"bi-person-check",tags:[]},{name:"bi-person-circle",tags:[]},{name:"bi-person-dash-fill",tags:[]},{name:"bi-person-dash",tags:[]},{name:"bi-person-fill",tags:[]},{name:"bi-person-lines-fill",tags:[]},{name:"bi-person-plus-fill",tags:[]},{name:"bi-person-plus",tags:[]},{name:"bi-person-square",tags:[]},{name:"bi-person-x-fill",tags:[]},{name:"bi-person-x",tags:[]},{name:"bi-person",tags:[]},{name:"bi-phone-fill",tags:[]},{name:"bi-phone-landscape-fill",tags:[]},{name:"bi-phone-landscape",tags:[]},{name:"bi-phone-vibrate-fill",tags:[]},{name:"bi-phone-vibrate",tags:[]},{name:"bi-phone",tags:[]},{name:"bi-pie-chart-fill",tags:[]},{name:"bi-pie-chart",tags:[]},{name:"bi-pin-angle-fill",tags:[]},{name:"bi-pin-angle",tags:[]},{name:"bi-pin-fill",tags:[]},{name:"bi-pin",tags:[]},{name:"bi-pip-fill",tags:[]},{name:"bi-pip",tags:[]},{name:"bi-play-btn-fill",tags:[]},{name:"bi-play-btn",tags:[]},{name:"bi-play-circle-fill",tags:[]},{name:"bi-play-circle",tags:[]},{name:"bi-play-fill",tags:[]},{name:"bi-play",tags:[]},{name:"bi-plug-fill",tags:[]},{name:"bi-plug",tags:[]},{name:"bi-plus-circle-dotted",tags:[]},{name:"bi-plus-circle-fill",tags:[]},{name:"bi-plus-circle",tags:[]},{name:"bi-plus-square-dotted",tags:[]},{name:"bi-plus-square-fill",tags:[]},{name:"bi-plus-square",tags:[]},{name:"bi-plus",tags:[]},{name:"bi-power",tags:[]},{name:"bi-printer-fill",tags:[]},{name:"bi-printer",tags:[]},{name:"bi-puzzle-fill",tags:[]},{name:"bi-puzzle",tags:[]},{name:"bi-question-circle-fill",tags:[]},{name:"bi-question-circle",tags:[]},{name:"bi-question-diamond-fill",tags:[]},{name:"bi-question-diamond",tags:[]},{name:"bi-question-octagon-fill",tags:[]},{name:"bi-question-octagon",tags:[]},{name:"bi-question-square-fill",tags:[]},{name:"bi-question-square",tags:[]},{name:"bi-question",tags:[]},{name:"bi-rainbow",tags:[]},{name:"bi-receipt-cutoff",tags:[]},{name:"bi-receipt",tags:[]},{name:"bi-reception-0",tags:[]},{name:"bi-reception-1",tags:[]},{name:"bi-reception-2",tags:[]},{name:"bi-reception-3",tags:[]},{name:"bi-reception-4",tags:[]},{name:"bi-record-btn-fill",tags:[]},{name:"bi-record-btn",tags:[]},{name:"bi-record-circle-fill",tags:[]},{name:"bi-record-circle",tags:[]},{name:"bi-record-fill",tags:[]},{name:"bi-record",tags:[]},{name:"bi-record2-fill",tags:[]},{name:"bi-record2",tags:[]},{name:"bi-reply-all-fill",tags:[]},{name:"bi-reply-all",tags:[]},{name:"bi-reply-fill",tags:[]},{name:"bi-reply",tags:[]},{name:"bi-rss-fill",tags:[]},{name:"bi-rss",tags:[]},{name:"bi-rulers",tags:[]},{name:"bi-save-fill",tags:[]},{name:"bi-save",tags:[]},{name:"bi-save2-fill",tags:[]},{name:"bi-save2",tags:[]},{name:"bi-scissors",tags:[]},{name:"bi-screwdriver",tags:[]},{name:"bi-search",tags:[]},{name:"bi-segmented-nav",tags:[]},{name:"bi-server",tags:[]},{name:"bi-share-fill",tags:[]},{name:"bi-share",tags:[]},{name:"bi-shield-check",tags:[]},{name:"bi-shield-exclamation",tags:[]},{name:"bi-shield-fill-check",tags:[]},{name:"bi-shield-fill-exclamation",tags:[]},{name:"bi-shield-fill-minus",tags:[]},{name:"bi-shield-fill-plus",tags:[]},{name:"bi-shield-fill-x",tags:[]},{name:"bi-shield-fill",tags:[]},{name:"bi-shield-lock-fill",tags:[]},{name:"bi-shield-lock",tags:[]},{name:"bi-shield-minus",tags:[]},{name:"bi-shield-plus",tags:[]},{name:"bi-shield-shaded",tags:[]},{name:"bi-shield-slash-fill",tags:[]},{name:"bi-shield-slash",tags:[]},{name:"bi-shield-x",tags:[]},{name:"bi-shield",tags:[]},{name:"bi-shift-fill",tags:[]},{name:"bi-shift",tags:[]},{name:"bi-shop-window",tags:[]},{name:"bi-shop",tags:[]},{name:"bi-shuffle",tags:[]},{name:"bi-signpost-2-fill",tags:[]},{name:"bi-signpost-2",tags:[]},{name:"bi-signpost-fill",tags:[]},{name:"bi-signpost-split-fill",tags:[]},{name:"bi-signpost-split",tags:[]},{name:"bi-signpost",tags:[]},{name:"bi-sim-fill",tags:[]},{name:"bi-sim",tags:[]},{name:"bi-skip-backward-btn-fill",tags:[]},{name:"bi-skip-backward-btn",tags:[]},{name:"bi-skip-backward-circle-fill",tags:[]},{name:"bi-skip-backward-circle",tags:[]},{name:"bi-skip-backward-fill",tags:[]},{name:"bi-skip-backward",tags:[]},{name:"bi-skip-end-btn-fill",tags:[]},{name:"bi-skip-end-btn",tags:[]},{name:"bi-skip-end-circle-fill",tags:[]},{name:"bi-skip-end-circle",tags:[]},{name:"bi-skip-end-fill",tags:[]},{name:"bi-skip-end",tags:[]},{name:"bi-skip-forward-btn-fill",tags:[]},{name:"bi-skip-forward-btn",tags:[]},{name:"bi-skip-forward-circle-fill",tags:[]},{name:"bi-skip-forward-circle",tags:[]},{name:"bi-skip-forward-fill",tags:[]},{name:"bi-skip-forward",tags:[]},{name:"bi-skip-start-btn-fill",tags:[]},{name:"bi-skip-start-btn",tags:[]},{name:"bi-skip-start-circle-fill",tags:[]},{name:"bi-skip-start-circle",tags:[]},{name:"bi-skip-start-fill",tags:[]},{name:"bi-skip-start",tags:[]},{name:"bi-slack",tags:[]},{name:"bi-slash-circle-fill",tags:[]},{name:"bi-slash-circle",tags:[]},{name:"bi-slash-square-fill",tags:[]},{name:"bi-slash-square",tags:[]},{name:"bi-slash",tags:[]},{name:"bi-sliders",tags:[]},{name:"bi-smartwatch",tags:[]},{name:"bi-snow",tags:[]},{name:"bi-snow2",tags:[]},{name:"bi-snow3",tags:[]},{name:"bi-sort-alpha-down-alt",tags:[]},{name:"bi-sort-alpha-down",tags:[]},{name:"bi-sort-alpha-up-alt",tags:[]},{name:"bi-sort-alpha-up",tags:[]},{name:"bi-sort-down-alt",tags:[]},{name:"bi-sort-down",tags:[]},{name:"bi-sort-numeric-down-alt",tags:[]},{name:"bi-sort-numeric-down",tags:[]},{name:"bi-sort-numeric-up-alt",tags:[]},{name:"bi-sort-numeric-up",tags:[]},{name:"bi-sort-up-alt",tags:[]},{name:"bi-sort-up",tags:[]},{name:"bi-soundwave",tags:[]},{name:"bi-speaker-fill",tags:[]},{name:"bi-speaker",tags:[]},{name:"bi-speedometer",tags:[]},{name:"bi-speedometer2",tags:[]},{name:"bi-spellcheck",tags:[]},{name:"bi-square-fill",tags:[]},{name:"bi-square-half",tags:[]},{name:"bi-square",tags:[]},{name:"bi-stack",tags:[]},{name:"bi-star-fill",tags:[]},{name:"bi-star-half",tags:[]},{name:"bi-star",tags:[]},{name:"bi-stars",tags:[]},{name:"bi-stickies-fill",tags:[]},{name:"bi-stickies",tags:[]},{name:"bi-sticky-fill",tags:[]},{name:"bi-sticky",tags:[]},{name:"bi-stop-btn-fill",tags:[]},{name:"bi-stop-btn",tags:[]},{name:"bi-stop-circle-fill",tags:[]},{name:"bi-stop-circle",tags:[]},{name:"bi-stop-fill",tags:[]},{name:"bi-stop",tags:[]},{name:"bi-stoplights-fill",tags:[]},{name:"bi-stoplights",tags:[]},{name:"bi-stopwatch-fill",tags:[]},{name:"bi-stopwatch",tags:[]},{name:"bi-subtract",tags:[]},{name:"bi-suit-club-fill",tags:[]},{name:"bi-suit-club",tags:[]},{name:"bi-suit-diamond-fill",tags:[]},{name:"bi-suit-diamond",tags:[]},{name:"bi-suit-heart-fill",tags:[]},{name:"bi-suit-heart",tags:[]},{name:"bi-suit-spade-fill",tags:[]},{name:"bi-suit-spade",tags:[]},{name:"bi-sun-fill",tags:[]},{name:"bi-sun",tags:[]},{name:"bi-sunglasses",tags:[]},{name:"bi-sunrise-fill",tags:[]},{name:"bi-sunrise",tags:[]},{name:"bi-sunset-fill",tags:[]},{name:"bi-sunset",tags:[]},{name:"bi-symmetry-horizontal",tags:[]},{name:"bi-symmetry-vertical",tags:[]},{name:"bi-table",tags:[]},{name:"bi-tablet-fill",tags:[]},{name:"bi-tablet-landscape-fill",tags:[]},{name:"bi-tablet-landscape",tags:[]},{name:"bi-tablet",tags:[]},{name:"bi-tag-fill",tags:[]},{name:"bi-tag",tags:[]},{name:"bi-tags-fill",tags:[]},{name:"bi-tags",tags:[]},{name:"bi-telegram",tags:[]},{name:"bi-telephone-fill",tags:[]},{name:"bi-telephone-forward-fill",tags:[]},{name:"bi-telephone-forward",tags:[]},{name:"bi-telephone-inbound-fill",tags:[]},{name:"bi-telephone-inbound",tags:[]},{name:"bi-telephone-minus-fill",tags:[]},{name:"bi-telephone-minus",tags:[]},{name:"bi-telephone-outbound-fill",tags:[]},{name:"bi-telephone-outbound",tags:[]},{name:"bi-telephone-plus-fill",tags:[]},{name:"bi-telephone-plus",tags:[]},{name:"bi-telephone-x-fill",tags:[]},{name:"bi-telephone-x",tags:[]},{name:"bi-telephone",tags:[]},{name:"bi-terminal-fill",tags:[]},{name:"bi-terminal",tags:[]},{name:"bi-text-center",tags:[]},{name:"bi-text-indent-left",tags:[]},{name:"bi-text-indent-right",tags:[]},{name:"bi-text-left",tags:[]},{name:"bi-text-paragraph",tags:[]},{name:"bi-text-right",tags:[]},{name:"bi-textarea-resize",tags:[]},{name:"bi-textarea-t",tags:[]},{name:"bi-textarea",tags:[]},{name:"bi-thermometer-half",tags:[]},{name:"bi-thermometer-high",tags:[]},{name:"bi-thermometer-low",tags:[]},{name:"bi-thermometer-snow",tags:[]},{name:"bi-thermometer-sun",tags:[]},{name:"bi-thermometer",tags:[]},{name:"bi-three-dots-vertical",tags:[]},{name:"bi-three-dots",tags:[]},{name:"bi-toggle-off",tags:[]},{name:"bi-toggle-on",tags:[]},{name:"bi-toggle2-off",tags:[]},{name:"bi-toggle2-on",tags:[]},{name:"bi-toggles",tags:[]},{name:"bi-toggles2",tags:[]},{name:"bi-tools",tags:[]},{name:"bi-tornado",tags:[]},{name:"bi-trash-fill",tags:[]},{name:"bi-trash",tags:[]},{name:"bi-trash2-fill",tags:[]},{name:"bi-trash2",tags:[]},{name:"bi-tree-fill",tags:[]},{name:"bi-tree",tags:[]},{name:"bi-triangle-fill",tags:[]},{name:"bi-triangle-half",tags:[]},{name:"bi-triangle",tags:[]},{name:"bi-trophy-fill",tags:[]},{name:"bi-trophy",tags:[]},{name:"bi-tropical-storm",tags:[]},{name:"bi-truck-flatbed",tags:[]},{name:"bi-truck",tags:[]},{name:"bi-tsunami",tags:[]},{name:"bi-tv-fill",tags:[]},{name:"bi-tv",tags:[]},{name:"bi-twitch",tags:[]},{name:"bi-twitter",tags:[]},{name:"bi-type-bold",tags:[]},{name:"bi-type-h1",tags:[]},{name:"bi-type-h2",tags:[]},{name:"bi-type-h3",tags:[]},{name:"bi-type-italic",tags:[]},{name:"bi-type-strikethrough",tags:[]},{name:"bi-type-underline",tags:[]},{name:"bi-type",tags:[]},{name:"bi-ui-checks-grid",tags:[]},{name:"bi-ui-checks",tags:[]},{name:"bi-ui-radios-grid",tags:[]},{name:"bi-ui-radios",tags:[]},{name:"bi-umbrella-fill",tags:[]},{name:"bi-umbrella",tags:[]},{name:"bi-union",tags:[]},{name:"bi-unlock-fill",tags:[]},{name:"bi-unlock",tags:[]},{name:"bi-upc-scan",tags:[]},{name:"bi-upc",tags:[]},{name:"bi-upload",tags:[]},{name:"bi-vector-pen",tags:[]},{name:"bi-view-list",tags:[]},{name:"bi-view-stacked",tags:[]},{name:"bi-vinyl-fill",tags:[]},{name:"bi-vinyl",tags:[]},{name:"bi-voicemail",tags:[]},{name:"bi-volume-down-fill",tags:[]},{name:"bi-volume-down",tags:[]},{name:"bi-volume-mute-fill",tags:[]},{name:"bi-volume-mute",tags:[]},{name:"bi-volume-off-fill",tags:[]},{name:"bi-volume-off",tags:[]},{name:"bi-volume-up-fill",tags:[]},{name:"bi-volume-up",tags:[]},{name:"bi-vr",tags:[]},{name:"bi-wallet-fill",tags:[]},{name:"bi-wallet",tags:[]},{name:"bi-wallet2",tags:[]},{name:"bi-watch",tags:[]},{name:"bi-water",tags:[]},{name:"bi-whatsapp",tags:[]},{name:"bi-wifi-1",tags:[]},{name:"bi-wifi-2",tags:[]},{name:"bi-wifi-off",tags:[]},{name:"bi-wifi",tags:[]},{name:"bi-wind",tags:[]},{name:"bi-window-dock",tags:[]},{name:"bi-window-sidebar",tags:[]},{name:"bi-window",tags:[]},{name:"bi-wrench",tags:[]},{name:"bi-x-circle-fill",tags:[]},{name:"bi-x-circle",tags:[]},{name:"bi-x-diamond-fill",tags:[]},{name:"bi-x-diamond",tags:[]},{name:"bi-x-octagon-fill",tags:[]},{name:"bi-x-octagon",tags:[]},{name:"bi-x-square-fill",tags:[]},{name:"bi-x-square",tags:[]},{name:"bi-x",tags:[]},{name:"bi-youtube",tags:[]},{name:"bi-zoom-in",tags:[]},{name:"bi-zoom-out",tags:[]}]}},ab0b:function(a){a.exports=JSON.parse('{"a":"1.4.1"}')},b187:function(a,e,t){"use strict";t.r(e),e["default"]={name:"material-icons",icons:[{name:"10k",tags:[]},{name:"10mp",tags:[]},{name:"11mp",tags:[]},{name:"12mp",tags:[]},{name:"13mp",tags:[]},{name:"14mp",tags:[]},{name:"15mp",tags:[]},{name:"16mp",tags:[]},{name:"17mp",tags:[]},{name:"18mp",tags:[]},{name:"19mp",tags:[]},{name:"1k",tags:[]},{name:"1k_plus",tags:[]},{name:"1x_mobiledata",tags:[]},{name:"20mp",tags:[]},{name:"21mp",tags:[]},{name:"22mp",tags:[]},{name:"23mp",tags:[]},{name:"24mp",tags:[]},{name:"2k",tags:[]},{name:"2k_plus",tags:[]},{name:"2mp",tags:[]},{name:"30fps",tags:[]},{name:"30fps_select",tags:[]},{name:"360",tags:["arrow","map"]},{name:"3d_rotation",tags:["web","editor"]},{name:"3g_mobiledata",tags:[]},{name:"3k",tags:[]},{name:"3k_plus",tags:[]},{name:"3mp",tags:[]},{name:"3p",tags:[]},{name:"4g_mobiledata",tags:[]},{name:"4g_plus_mobiledata",tags:[]},{name:"4k",tags:["media"]},{name:"4k_plus",tags:[]},{name:"4mp",tags:[]},{name:"5g",tags:[]},{name:"5k",tags:[]},{name:"5k_plus",tags:[]},{name:"5mp",tags:[]},{name:"6_ft_apart",tags:[]},{name:"60fps",tags:[]},{name:"60fps_select",tags:[]},{name:"6k",tags:[]},{name:"6k_plus",tags:[]},{name:"6mp",tags:[]},{name:"7k",tags:[]},{name:"7k_plus",tags:[]},{name:"7mp",tags:[]},{name:"8k",tags:[]},{name:"8k_plus",tags:[]},{name:"8mp",tags:[]},{name:"9k",tags:[]},{name:"9k_plus",tags:[]},{name:"9mp",tags:[]},{name:"ac_unit",tags:["weather","map","nature"]},{name:"access_alarm",tags:["accessibility","calendar","technology"]},{name:"access_alarms",tags:["accessibility","calendar","technology"]},{name:"access_time",tags:["accessibility","calendar","technology"]},{name:"access_time_filled",tags:[]},{name:"accessibility",tags:["accessibility","health","people"]},{name:"accessibility_new",tags:["accessibility","health","people"]},{name:"accessible",tags:["accessibility","health","people"]},{name:"accessible_forward",tags:["accessibility","health","people"]},{name:"account_balance",tags:["money"]},{name:"account_balance_wallet",tags:["money"]},{name:"account_box",tags:["money","people"]},{name:"account_circle",tags:["money","people"]},{name:"account_tree",tags:[]},{name:"ad_units",tags:[]},{name:"adb",tags:["brand"]},{name:"add",tags:["editor","calendar"]},{name:"add_a_photo",tags:["editor","media"]},{name:"add_alarm",tags:["editor","calendar","technology"]},{name:"add_alert",tags:["editor","calendar"]},{name:"add_box",tags:["editor"]},{name:"add_business",tags:[]},{name:"add_chart",tags:[]},{name:"add_circle",tags:["editor","calendar"]},{name:"add_circle_outline",tags:["editor","calendar"]},{name:"add_comment",tags:["editor"]},{name:"add_ic_call",tags:[]},{name:"add_link",tags:[]},{name:"add_location",tags:["editor"]},{name:"add_location_alt",tags:[]},{name:"add_moderator",tags:[]},{name:"add_photo_alternate",tags:[]},{name:"add_reaction",tags:[]},{name:"add_road",tags:[]},{name:"add_shopping_cart",tags:["editor","money"]},{name:"add_task",tags:[]},{name:"add_to_drive",tags:[]},{name:"add_to_home_screen",tags:["arrow","editor","health","web"]},{name:"add_to_photos",tags:["web"]},{name:"add_to_queue",tags:["media"]},{name:"addchart",tags:[]},{name:"adjust",tags:["media"]},{name:"admin_panel_settings",tags:[]},{name:"agriculture",tags:[]},{name:"air",tags:[]},{name:"airline_seat_flat",tags:["travel","people"]},{name:"airline_seat_flat_angled",tags:["travel","people"]},{name:"airline_seat_individual_suite",tags:["travel","people"]},{name:"airline_seat_legroom_extra",tags:["travel","people"]},{name:"airline_seat_legroom_normal",tags:["travel","people"]},{name:"airline_seat_legroom_reduced",tags:["travel","people"]},{name:"airline_seat_recline_extra",tags:["travel","people"]},{name:"airline_seat_recline_normal",tags:["travel","people"]},{name:"airplane_ticket",tags:[]},{name:"airplanemode_active",tags:["travel","technology","web"]},{name:"airplanemode_inactive",tags:["travel","technology","web"]},{name:"airplay",tags:["arrow","media","technology"]},{name:"airport_shuttle",tags:["travel"]},{name:"alarm",tags:["calendar"]},{name:"alarm_add",tags:["calendar"]},{name:"alarm_off",tags:["calendar"]},{name:"alarm_on",tags:["calendar"]},{name:"album",tags:["media"]},{name:"align_horizontal_center",tags:[]},{name:"align_horizontal_left",tags:[]},{name:"align_horizontal_right",tags:[]},{name:"align_vertical_bottom",tags:[]},{name:"align_vertical_center",tags:[]},{name:"align_vertical_top",tags:[]},{name:"all_inbox",tags:["web"]},{name:"all_inclusive",tags:["travel"]},{name:"all_out",tags:["other"]},{name:"alt_route",tags:[]},{name:"alternate_email",tags:[]},{name:"analytics",tags:[]},{name:"anchor",tags:[]},{name:"android",tags:["brand"]},{name:"animation",tags:[]},{name:"announcement",tags:["web"]},{name:"aod",tags:[]},{name:"apartment",tags:[]},{name:"api",tags:[]},{name:"app_blocking",tags:[]},{name:"app_registration",tags:[]},{name:"app_settings_alt",tags:[]},{name:"approval",tags:[]},{name:"apps",tags:["web","other"]},{name:"architecture",tags:[]},{name:"archive",tags:["arrow","calendar"]},{name:"arrow_back",tags:["arrow"]},{name:"arrow_back_ios",tags:["arrow"]},{name:"arrow_back_ios_new",tags:[]},{name:"arrow_circle_down",tags:[]},{name:"arrow_circle_up",tags:[]},{name:"arrow_downward",tags:["arrow"]},{name:"arrow_drop_down",tags:["arrow"]},{name:"arrow_drop_down_circle",tags:["arrow"]},{name:"arrow_drop_up",tags:["arrow"]},{name:"arrow_forward",tags:["arrow"]},{name:"arrow_forward_ios",tags:["arrow"]},{name:"arrow_left",tags:["arrow"]},{name:"arrow_right",tags:["arrow"]},{name:"arrow_right_alt",tags:[]},{name:"arrow_upward",tags:["arrow"]},{name:"art_track",tags:["media"]},{name:"article",tags:[]},{name:"aspect_ratio",tags:["media"]},{name:"assessment",tags:["other"]},{name:"assignment",tags:["other"]},{name:"assignment_ind",tags:["people","other"]},{name:"assignment_late",tags:["other"]},{name:"assignment_return",tags:["arrow","other"]},{name:"assignment_returned",tags:["arrow","other"]},{name:"assignment_turned_in",tags:["other"]},{name:"assistant",tags:["media"]},{name:"assistant_direction",tags:[]},{name:"assistant_photo",tags:["media"]},{name:"atm",tags:["map","money"]},{name:"attach_email",tags:[]},{name:"attach_file",tags:["editor"]},{name:"attach_money",tags:["editor"]},{name:"attachment",tags:["calendar","file"]},{name:"attractions",tags:[]},{name:"attribution",tags:[]},{name:"audiotrack",tags:["media"]},{name:"auto_awesome",tags:[]},{name:"auto_awesome_mosaic",tags:[]},{name:"auto_awesome_motion",tags:[]},{name:"auto_delete",tags:[]},{name:"auto_fix_high",tags:[]},{name:"auto_fix_normal",tags:[]},{name:"auto_fix_off",tags:[]},{name:"auto_graph",tags:[]},{name:"auto_stories",tags:[]},{name:"autofps_select",tags:[]},{name:"autorenew",tags:["arrow"]},{name:"av_timer",tags:["media"]},{name:"baby_changing_station",tags:[]},{name:"backpack",tags:[]},{name:"backspace",tags:["arrow"]},{name:"backup",tags:["editor","web"]},{name:"backup_table",tags:[]},{name:"badge",tags:[]},{name:"bakery_dining",tags:[]},{name:"balcony",tags:[]},{name:"ballot",tags:[]},{name:"bar_chart",tags:["editor"]},{name:"batch_prediction",tags:[]},{name:"bathroom",tags:[]},{name:"bathtub",tags:["travel","people"]},{name:"battery_alert",tags:["technology"]},{name:"battery_charging_full",tags:["technology"]},{name:"battery_full",tags:["technology"]},{name:"battery_saver",tags:[]},{name:"battery_std",tags:["technology"]},{name:"battery_unknown",tags:["technology"]},{name:"beach_access",tags:[]},{name:"bed",tags:[]},{name:"bedroom_baby",tags:[]},{name:"bedroom_child",tags:[]},{name:"bedroom_parent",tags:[]},{name:"bedtime",tags:[]},{name:"beenhere",tags:["map"]},{name:"bento",tags:[]},{name:"bike_scooter",tags:[]},{name:"biotech",tags:[]},{name:"blender",tags:[]},{name:"block",tags:[]},{name:"bloodtype",tags:[]},{name:"bluetooth",tags:["brand","technology"]},{name:"bluetooth_audio",tags:["technology"]},{name:"bluetooth_connected",tags:["technology"]},{name:"bluetooth_disabled",tags:["technology"]},{name:"bluetooth_drive",tags:[]},{name:"bluetooth_searching",tags:["technology"]},{name:"blur_circular",tags:[]},{name:"blur_linear",tags:[]},{name:"blur_off",tags:[]},{name:"blur_on",tags:[]},{name:"bolt",tags:[]},{name:"book",tags:[]},{name:"book_online",tags:[]},{name:"bookmark",tags:[]},{name:"bookmark_add",tags:[]},{name:"bookmark_added",tags:[]},{name:"bookmark_border",tags:[]},{name:"bookmark_remove",tags:[]},{name:"bookmarks",tags:[]},{name:"border_all",tags:["editor"]},{name:"border_bottom",tags:["editor"]},{name:"border_clear",tags:["editor"]},{name:"border_color",tags:["editor"]},{name:"border_color",tags:["editor"]},{name:"border_horizontal",tags:["editor"]},{name:"border_inner",tags:["editor"]},{name:"border_left",tags:["editor"]},{name:"border_outer",tags:["editor"]},{name:"border_right",tags:["editor"]},{name:"border_style",tags:["editor"]},{name:"border_top",tags:["editor"]},{name:"border_vertical",tags:["editor"]},{name:"branding_watermark",tags:["media"]},{name:"breakfast_dining",tags:[]},{name:"brightness_1",tags:["weather"]},{name:"brightness_2",tags:["weather"]},{name:"brightness_3",tags:["weather"]},{name:"brightness_4",tags:["weather"]},{name:"brightness_5",tags:["weather"]},{name:"brightness_6",tags:["weather"]},{name:"brightness_7",tags:["weather"]},{name:"brightness_auto",tags:["technology"]},{name:"brightness_high",tags:["weather","technology"]},{name:"brightness_low",tags:["weather","technology"]},{name:"brightness_medium",tags:["technology"]},{name:"broken_image",tags:["web","media"]},{name:"browser_not_supported",tags:[]},{name:"brunch_dining",tags:[]},{name:"brush",tags:["editor"]},{name:"bubble_chart",tags:["editor"]},{name:"bug_report",tags:["nature"]},{name:"build",tags:[]},{name:"build_circle",tags:[]},{name:"bungalow",tags:[]},{name:"burst_mode",tags:[]},{name:"bus_alert",tags:[]},{name:"business",tags:[]},{name:"business_center",tags:[]},{name:"cabin",tags:[]},{name:"cable",tags:[]},{name:"cached",tags:[]},{name:"cake",tags:["calendar"]},{name:"calculate",tags:[]},{name:"calendar_today",tags:[]},{name:"calendar_view_day",tags:[]},{name:"calendar_view_month",tags:[]},{name:"calendar_view_week",tags:[]},{name:"call",tags:[]},{name:"call_end",tags:[]},{name:"call_made",tags:["arrow"]},{name:"call_merge",tags:["arrow"]},{name:"call_missed",tags:["arrow"]},{name:"call_missed_outgoing",tags:["arrow"]},{name:"call_received",tags:["arrow"]},{name:"call_split",tags:["arrow"]},{name:"call_to_action",tags:["media"]},{name:"camera",tags:[]},{name:"camera_alt",tags:[]},{name:"camera_enhance",tags:[]},{name:"camera_front",tags:[]},{name:"camera_indoor",tags:[]},{name:"camera_outdoor",tags:[]},{name:"camera_rear",tags:[]},{name:"camera_roll",tags:[]},{name:"cameraswitch",tags:[]},{name:"campaign",tags:[]},{name:"cancel",tags:[]},{name:"cancel_presentation",tags:[]},{name:"cancel_schedule_send",tags:[]},{name:"car_rental",tags:[]},{name:"car_repair",tags:[]},{name:"card_giftcard",tags:["money"]},{name:"card_membership",tags:["money"]},{name:"card_travel",tags:["travel","money"]},{name:"carpenter",tags:[]},{name:"cases",tags:[]},{name:"casino",tags:[]},{name:"cast",tags:["technology"]},{name:"cast_connected",tags:["technology"]},{name:"cast_for_education",tags:[]},{name:"catching_pokemon",tags:[]},{name:"category",tags:["map"]},{name:"celebration",tags:[]},{name:"cell_wifi",tags:[]},{name:"center_focus_strong",tags:[]},{name:"center_focus_weak",tags:[]},{name:"chair",tags:[]},{name:"chair_alt",tags:[]},{name:"chalet",tags:[]},{name:"change_circle",tags:[]},{name:"change_history",tags:[]},{name:"charging_station",tags:[]},{name:"chat",tags:[]},{name:"chat_bubble",tags:[]},{name:"chat_bubble_outline",tags:[]},{name:"check",tags:[]},{name:"check_box",tags:[]},{name:"check_box_outline_blank",tags:[]},{name:"check_circle",tags:[]},{name:"check_circle_outline",tags:[]},{name:"checklist",tags:[]},{name:"checklist_rtl",tags:[]},{name:"checkroom",tags:[]},{name:"chevron_left",tags:["arrow"]},{name:"chevron_right",tags:["arrow"]},{name:"child_care",tags:["people"]},{name:"child_friendly",tags:["travel"]},{name:"chrome_reader_mode",tags:[]},{name:"circle",tags:[]},{name:"circle_notifications",tags:[]},{name:"class",tags:[]},{name:"clean_hands",tags:[]},{name:"cleaning_services",tags:[]},{name:"clear",tags:["calendar"]},{name:"clear_all",tags:[]},{name:"close",tags:[]},{name:"close_fullscreen",tags:[]},{name:"closed_caption",tags:["media"]},{name:"closed_caption_disabled",tags:[]},{name:"closed_caption_off",tags:[]},{name:"cloud",tags:["file","weather"]},{name:"cloud_circle",tags:["file","weather"]},{name:"cloud_done",tags:["file"]},{name:"cloud_download",tags:["arrow","file"]},{name:"cloud_off",tags:["file"]},{name:"cloud_queue",tags:["file","weather"]},{name:"cloud_upload",tags:["arrow","file"]},{name:"code",tags:["arrow"]},{name:"code_off",tags:[]},{name:"coffee",tags:[]},{name:"coffee_maker",tags:[]},{name:"collections",tags:[]},{name:"collections_bookmark",tags:[]},{name:"color_lens",tags:[]},{name:"colorize",tags:[]},{name:"comment",tags:["calendar"]},{name:"comment_bank",tags:[]},{name:"commute",tags:["travel"]},{name:"compare",tags:[]},{name:"compare_arrows",tags:["arrow"]},{name:"compass_calibration",tags:["map"]},{name:"compress",tags:[]},{name:"computer",tags:["technology"]},{name:"confirmation_number",tags:["travel"]},{name:"connect_without_contact",tags:[]},{name:"connected_tv",tags:[]},{name:"construction",tags:[]},{name:"contact_mail",tags:[]},{name:"contact_page",tags:[]},{name:"contact_phone",tags:[]},{name:"contact_support",tags:[]},{name:"contactless",tags:[]},{name:"contacts",tags:[]},{name:"content_copy",tags:[]},{name:"content_cut",tags:[]},{name:"content_paste",tags:[]},{name:"content_paste_off",tags:[]},{name:"control_camera",tags:["arrow","media"]},{name:"control_point",tags:[]},{name:"control_point_duplicate",tags:[]},{name:"copy_all",tags:[]},{name:"copyright",tags:[]},{name:"coronavirus",tags:[]},{name:"corporate_fare",tags:[]},{name:"cottage",tags:[]},{name:"countertops",tags:[]},{name:"create",tags:[]},{name:"create_new_folder",tags:["file"]},{name:"credit_card",tags:[]},{name:"credit_card_off",tags:[]},{name:"credit_score",tags:[]},{name:"crib",tags:[]},{name:"crop",tags:[]},{name:"crop_16_9",tags:[]},{name:"crop_3_2",tags:[]},{name:"crop_5_4",tags:[]},{name:"crop_7_5",tags:[]},{name:"crop_din",tags:[]},{name:"crop_free",tags:[]},{name:"crop_landscape",tags:[]},{name:"crop_original",tags:[]},{name:"crop_portrait",tags:[]},{name:"crop_rotate",tags:["arrow"]},{name:"crop_square",tags:[]},{name:"dangerous",tags:[]},{name:"dark_mode",tags:[]},{name:"dashboard",tags:[]},{name:"dashboard_customize",tags:[]},{name:"data_saver_off",tags:[]},{name:"data_saver_on",tags:[]},{name:"data_usage",tags:["technology"]},{name:"date_range",tags:[]},{name:"deck",tags:["travel"]},{name:"dehaze",tags:[]},{name:"delete",tags:[]},{name:"delete_forever",tags:[]},{name:"delete_outline",tags:[]},{name:"delete_sweep",tags:[]},{name:"delivery_dining",tags:[]},{name:"departure_board",tags:["travel","map"]},{name:"description",tags:[]},{name:"design_services",tags:[]},{name:"desktop_access_disabled",tags:[]},{name:"desktop_mac",tags:["technology"]},{name:"desktop_windows",tags:["technology"]},{name:"details",tags:[]},{name:"developer_board",tags:["technology"]},{name:"developer_board_off",tags:[]},{name:"developer_mode",tags:["arrow","technology"]},{name:"device_hub",tags:["technology"]},{name:"device_thermostat",tags:[]},{name:"device_unknown",tags:["technology"]},{name:"devices",tags:["technology"]},{name:"devices_other",tags:["technology"]},{name:"dialer_sip",tags:[]},{name:"dialpad",tags:[]},{name:"dining",tags:[]},{name:"dinner_dining",tags:[]},{name:"directions",tags:["arrow","travel","map"]},{name:"directions_bike",tags:["travel","map","people"]},{name:"directions_boat",tags:["travel","map"]},{name:"directions_boat_filled",tags:[]},{name:"directions_bus",tags:["travel","map"]},{name:"directions_bus_filled",tags:[]},{name:"directions_car",tags:["travel","map"]},{name:"directions_car_filled",tags:[]},{name:"directions_off",tags:[]},{name:"directions_railway",tags:["travel","map"]},{name:"directions_railway_filled",tags:[]},{name:"directions_run",tags:["map","people"]},{name:"directions_subway",tags:["travel","map"]},{name:"directions_subway_filled",tags:[]},{name:"directions_transit",tags:["travel","map"]},{name:"directions_transit_filled",tags:[]},{name:"directions_walk",tags:["map","people"]},{name:"dirty_lens",tags:[]},{name:"disabled_by_default",tags:[]},{name:"disc_full",tags:[]},{name:"dns",tags:[]},{name:"do_disturb",tags:[]},{name:"do_disturb_alt",tags:[]},{name:"do_disturb_off",tags:[]},{name:"do_disturb_on",tags:[]},{name:"do_not_disturb",tags:[]},{name:"do_not_disturb",tags:[]},{name:"do_not_disturb_alt",tags:[]},{name:"do_not_disturb_alt",tags:[]},{name:"do_not_disturb_off",tags:[]},{name:"do_not_disturb_off",tags:[]},{name:"do_not_disturb_on",tags:[]},{name:"do_not_disturb_on",tags:[]},{name:"do_not_disturb_on_total_silence",tags:[]},{name:"do_not_step",tags:[]},{name:"do_not_touch",tags:[]},{name:"dock",tags:["technology"]},{name:"document_scanner",tags:[]},{name:"domain",tags:["web"]},{name:"domain_disabled",tags:[]},{name:"domain_verification",tags:[]},{name:"done",tags:[]},{name:"done_all",tags:[]},{name:"done_outline",tags:[]},{name:"donut_large",tags:[]},{name:"donut_small",tags:[]},{name:"door_back",tags:[]},{name:"door_front",tags:[]},{name:"door_sliding",tags:[]},{name:"doorbell",tags:[]},{name:"double_arrow",tags:["arrow"]},{name:"downhill_skiing",tags:[]},{name:"download",tags:[]},{name:"download_done",tags:[]},{name:"download_for_offline",tags:[]},{name:"downloading",tags:[]},{name:"drafts",tags:[]},{name:"drag_handle",tags:["editor"]},{name:"drag_indicator",tags:[]},{name:"drive_eta",tags:["travel"]},{name:"drive_file_move",tags:[]},{name:"drive_file_rename_outline",tags:[]},{name:"drive_folder_upload",tags:[]},{name:"dry",tags:[]},{name:"dry_cleaning",tags:[]},{name:"duo",tags:[]},{name:"dvr",tags:["technology"]},{name:"dynamic_feed",tags:[]},{name:"dynamic_form",tags:[]},{name:"e_mobiledata",tags:[]},{name:"earbuds",tags:[]},{name:"earbuds_battery",tags:[]},{name:"east",tags:[]},{name:"eco",tags:["nature"]},{name:"edgesensor_high",tags:[]},{name:"edgesensor_low",tags:[]},{name:"edit",tags:["editor"]},{name:"edit_attributes",tags:["map"]},{name:"edit_location",tags:[]},{name:"edit_location_alt",tags:[]},{name:"edit_notifications",tags:[]},{name:"edit_off",tags:[]},{name:"edit_road",tags:[]},{name:"eject",tags:[]},{name:"elderly",tags:[]},{name:"electric_bike",tags:[]},{name:"electric_car",tags:[]},{name:"electric_moped",tags:[]},{name:"electric_rickshaw",tags:[]},{name:"electric_scooter",tags:[]},{name:"electrical_services",tags:[]},{name:"elevator",tags:[]},{name:"email",tags:[]},{name:"emoji_emotions",tags:[]},{name:"emoji_events",tags:["sport"]},{name:"emoji_flags",tags:["sport"]},{name:"emoji_food_beverage",tags:["food"]},{name:"emoji_nature",tags:["nature"]},{name:"emoji_objects",tags:[]},{name:"emoji_people",tags:["people"]},{name:"emoji_symbols",tags:[]},{name:"emoji_transportation",tags:[]},{name:"engineering",tags:[]},{name:"enhanced_encryption",tags:[]},{name:"equalizer",tags:["media"]},{name:"error",tags:["calendar"]},{name:"error_outline",tags:["calendar"]},{name:"escalator",tags:[]},{name:"escalator_warning",tags:[]},{name:"euro",tags:[]},{name:"euro_symbol",tags:[]},{name:"ev_station",tags:["map"]},{name:"event",tags:["calendar"]},{name:"event_available",tags:[]},{name:"event_busy",tags:[]},{name:"event_note",tags:[]},{name:"event_seat",tags:[]},{name:"exit_to_app",tags:[]},{name:"expand",tags:[]},{name:"expand_less",tags:["arrow"]},{name:"expand_more",tags:["arrow"]},{name:"explicit",tags:["media"]},{name:"explore",tags:[]},{name:"explore_off",tags:[]},{name:"exposure",tags:[]},{name:"exposure_neg_1",tags:[]},{name:"exposure_neg_2",tags:[]},{name:"exposure_plus_1",tags:[]},{name:"exposure_plus_2",tags:[]},{name:"exposure_zero",tags:[]},{name:"extension",tags:[]},{name:"extension_off",tags:[]},{name:"face",tags:["people"]},{name:"face_retouching_natural",tags:[]},{name:"face_retouching_off",tags:[]},{name:"facebook",tags:[]},{name:"fact_check",tags:[]},{name:"family_restroom",tags:[]},{name:"fast_forward",tags:["arrow","media"]},{name:"fast_rewind",tags:["arrow","media"]},{name:"fastfood",tags:["food","map"]},{name:"favorite",tags:[]},{name:"favorite_border",tags:[]},{name:"featured_play_list",tags:["media"]},{name:"featured_video",tags:["media"]},{name:"feed",tags:[]},{name:"feedback",tags:[]},{name:"female",tags:[]},{name:"fence",tags:[]},{name:"festival",tags:[]},{name:"fiber_dvr",tags:["media"]},{name:"fiber_manual_record",tags:["media"]},{name:"fiber_new",tags:["media"]},{name:"fiber_pin",tags:["media"]},{name:"fiber_smart_record",tags:["media"]},{name:"file_copy",tags:["file"]},{name:"file_download",tags:["file"]},{name:"file_download",tags:["file"]},{name:"file_download_done",tags:[]},{name:"file_download_off",tags:[]},{name:"file_present",tags:[]},{name:"file_upload",tags:["file"]},{name:"file_upload",tags:["file"]},{name:"filter",tags:[]},{name:"filter_1",tags:[]},{name:"filter_2",tags:[]},{name:"filter_3",tags:[]},{name:"filter_4",tags:[]},{name:"filter_5",tags:[]},{name:"filter_6",tags:[]},{name:"filter_7",tags:[]},{name:"filter_8",tags:[]},{name:"filter_9",tags:[]},{name:"filter_9_plus",tags:[]},{name:"filter_alt",tags:[]},{name:"filter_b_and_w",tags:[]},{name:"filter_center_focus",tags:[]},{name:"filter_drama",tags:[]},{name:"filter_frames",tags:[]},{name:"filter_hdr",tags:["nature"]},{name:"filter_list",tags:[]},{name:"filter_none",tags:[]},{name:"filter_tilt_shift",tags:[]},{name:"filter_vintage",tags:[]},{name:"find_in_page",tags:[]},{name:"find_replace",tags:[]},{name:"fingerprint",tags:[]},{name:"fire_extinguisher",tags:[]},{name:"fireplace",tags:["travel"]},{name:"first_page",tags:["arrow"]},{name:"fit_screen",tags:[]},{name:"fitness_center",tags:[]},{name:"flag",tags:["travel","calendar"]},{name:"flaky",tags:[]},{name:"flare",tags:[]},{name:"flash_auto",tags:[]},{name:"flash_off",tags:[]},{name:"flash_on",tags:[]},{name:"flashlight_off",tags:[]},{name:"flashlight_on",tags:[]},{name:"flatware",tags:[]},{name:"flight",tags:["travel","map"]},{name:"flight_land",tags:["travel","map"]},{name:"flight_takeoff",tags:["travel","map"]},{name:"flip",tags:[]},{name:"flip_camera_android",tags:[]},{name:"flip_camera_ios",tags:[]},{name:"flip_to_back",tags:[]},{name:"flip_to_front",tags:[]},{name:"flourescent",tags:[]},{name:"flutter_dash",tags:[]},{name:"fmd_bad",tags:[]},{name:"fmd_good",tags:[]},{name:"folder",tags:["file"]},{name:"folder_open",tags:["file"]},{name:"folder_shared",tags:["file"]},{name:"folder_special",tags:["file"]},{name:"follow_the_signs",tags:[]},{name:"font_download",tags:[]},{name:"font_download_off",tags:[]},{name:"food_bank",tags:[]},{name:"format_align_center",tags:["editor"]},{name:"format_align_justify",tags:["editor"]},{name:"format_align_left",tags:["editor"]},{name:"format_align_right",tags:["editor"]},{name:"format_bold",tags:["editor"]},{name:"format_clear",tags:["editor"]},{name:"format_color_fill",tags:["editor"]},{name:"format_color_fill",tags:["editor"]},{name:"format_color_reset",tags:["editor"]},{name:"format_color_text",tags:["editor"]},{name:"format_color_text",tags:["editor"]},{name:"format_indent_decrease",tags:["arrow","editor"]},{name:"format_indent_increase",tags:["arrow","editor"]},{name:"format_italic",tags:["editor"]},{name:"format_line_spacing",tags:["arrow","editor"]},{name:"format_list_bulleted",tags:["editor"]},{name:"format_list_numbered",tags:["editor"]},{name:"format_list_numbered_rtl",tags:[]},{name:"format_paint",tags:["editor"]},{name:"format_quote",tags:["editor"]},{name:"format_shapes",tags:["editor"]},{name:"format_size",tags:["editor"]},{name:"format_strikethrough",tags:["editor"]},{name:"format_textdirection_l_to_r",tags:["arrow","editor"]},{name:"format_textdirection_r_to_l",tags:["arrow","editor"]},{name:"format_underlined",tags:["editor"]},{name:"forum",tags:[]},{name:"forward",tags:["arrow","media"]},{name:"forward_10",tags:["arrow","media"]},{name:"forward_30",tags:["arrow","media"]},{name:"forward_5",tags:["arrow","media"]},{name:"forward_to_inbox",tags:[]},{name:"foundation",tags:[]},{name:"free_breakfast",tags:["food"]},{name:"fullscreen",tags:[]},{name:"fullscreen_exit",tags:[]},{name:"functions",tags:["editor"]},{name:"g_mobiledata",tags:[]},{name:"g_translate",tags:[]},{name:"gamepad",tags:["technology"]},{name:"games",tags:["media"]},{name:"garage",tags:[]},{name:"gavel",tags:["other"]},{name:"gesture",tags:["technology"]},{name:"get_app",tags:[]},{name:"gif",tags:["web"]},{name:"gite",tags:[]},{name:"golf_course",tags:["sport"]},{name:"gpp_bad",tags:[]},{name:"gpp_good",tags:[]},{name:"gpp_maybe",tags:[]},{name:"gps_fixed",tags:["technology"]},{name:"gps_not_fixed",tags:["technology"]},{name:"gps_off",tags:["technology"]},{name:"grade",tags:[]},{name:"gradient",tags:["media","web"]},{name:"grading",tags:[]},{name:"grain",tags:[]},{name:"graphic_eq",tags:[]},{name:"grass",tags:[]},{name:"grid_3x3",tags:[]},{name:"grid_4x4",tags:[]},{name:"grid_goldenratio",tags:[]},{name:"grid_off",tags:["web"]},{name:"grid_on",tags:["web"]},{name:"grid_view",tags:[]},{name:"group",tags:["people"]},{name:"group_add",tags:["people"]},{name:"group_work",tags:["other"]},{name:"groups",tags:[]},{name:"h_mobiledata",tags:[]},{name:"h_plus_mobiledata",tags:[]},{name:"hail",tags:[]},{name:"handyman",tags:[]},{name:"hardware",tags:[]},{name:"hd",tags:["media"]},{name:"hdr_auto",tags:[]},{name:"hdr_auto_select",tags:[]},{name:"hdr_enhanced_select",tags:[]},{name:"hdr_off",tags:[]},{name:"hdr_off_select",tags:[]},{name:"hdr_on",tags:[]},{name:"hdr_on_select",tags:[]},{name:"hdr_plus",tags:[]},{name:"hdr_strong",tags:[]},{name:"hdr_weak",tags:[]},{name:"headphones",tags:[]},{name:"headphones_battery",tags:[]},{name:"headset",tags:["technology"]},{name:"headset_mic",tags:["technology"]},{name:"headset_off",tags:[]},{name:"healing",tags:[]},{name:"health_and_safety",tags:[]},{name:"hearing",tags:["accessibility","media"]},{name:"hearing_disabled",tags:[]},{name:"height",tags:["arrow","editor"]},{name:"help",tags:[]},{name:"help_center",tags:[]},{name:"help_outline",tags:[]},{name:"hevc",tags:[]},{name:"hide_image",tags:[]},{name:"hide_source",tags:[]},{name:"high_quality",tags:["media"]},{name:"highlight",tags:["editor"]},{name:"highlight_alt",tags:[]},{name:"highlight_off",tags:["editor"]},{name:"hiking",tags:[]},{name:"history",tags:["arrow"]},{name:"history_edu",tags:[]},{name:"history_toggle_off",tags:[]},{name:"holiday_village",tags:[]},{name:"home",tags:[]},{name:"home_max",tags:[]},{name:"home_mini",tags:[]},{name:"home_repair_service",tags:[]},{name:"home_work",tags:[]},{name:"horizontal_distribute",tags:[]},{name:"horizontal_rule",tags:[]},{name:"horizontal_split",tags:[]},{name:"hot_tub",tags:["travel","people"]},{name:"hotel",tags:["travel","map"]},{name:"hourglass_bottom",tags:[]},{name:"hourglass_disabled",tags:[]},{name:"hourglass_empty",tags:[]},{name:"hourglass_full",tags:[]},{name:"hourglass_top",tags:[]},{name:"house",tags:[]},{name:"house_siding",tags:[]},{name:"houseboat",tags:[]},{name:"how_to_reg",tags:["people"]},{name:"how_to_vote",tags:[]},{name:"http",tags:[]},{name:"https",tags:[]},{name:"hvac",tags:[]},{name:"ice_skating",tags:[]},{name:"icecream",tags:[]},{name:"image",tags:[]},{name:"image_aspect_ratio",tags:[]},{name:"image_not_supported",tags:[]},{name:"image_search",tags:[]},{name:"imagesearch_roller",tags:[]},{name:"import_contacts",tags:[]},{name:"import_export",tags:["arrow"]},{name:"important_devices",tags:[]},{name:"inbox",tags:[]},{name:"indeterminate_check_box",tags:[]},{name:"info",tags:[]},{name:"info_outline",tags:[]},{name:"input",tags:["arrow"]},{name:"insert_chart",tags:["editor"]},{name:"insert_chart_outlined",tags:["editor"]},{name:"insert_comment",tags:["editor"]},{name:"insert_drive_file",tags:["editor"]},{name:"insert_emoticon",tags:["editor"]},{name:"insert_invitation",tags:["calendar","editor"]},{name:"insert_link",tags:["calendar","editor"]},{name:"insert_photo",tags:["calendar","editor"]},{name:"insights",tags:[]},{name:"integration_instructions",tags:[]},{name:"inventory",tags:[]},{name:"inventory_2",tags:[]},{name:"invert_colors",tags:[]},{name:"invert_colors_off",tags:[]},{name:"ios_share",tags:[]},{name:"iron",tags:[]},{name:"iso",tags:[]},{name:"kayaking",tags:[]},{name:"keyboard",tags:["technology"]},{name:"keyboard_alt",tags:[]},{name:"keyboard_arrow_down",tags:["arrow","technology"]},{name:"keyboard_arrow_left",tags:["arrow","technology"]},{name:"keyboard_arrow_right",tags:["arrow","technology"]},{name:"keyboard_arrow_up",tags:["arrow","technology"]},{name:"keyboard_backspace",tags:["arrow","technology"]},{name:"keyboard_capslock",tags:["arrow","technology"]},{name:"keyboard_hide",tags:["arrow","technology"]},{name:"keyboard_return",tags:["arrow","technology"]},{name:"keyboard_tab",tags:["arrow","technology"]},{name:"keyboard_voice",tags:["technology"]},{name:"king_bed",tags:["travel"]},{name:"kitchen",tags:[]},{name:"kitesurfing",tags:[]},{name:"label",tags:[]},{name:"label_important",tags:[]},{name:"label_off",tags:[]},{name:"label_outline",tags:[]},{name:"landscape",tags:["travel","nature"]},{name:"language",tags:[]},{name:"laptop",tags:["technology"]},{name:"laptop_chromebook",tags:["technology"]},{name:"laptop_mac",tags:["technology"]},{name:"laptop_windows",tags:["technology"]},{name:"last_page",tags:["arrow"]},{name:"launch",tags:["arrow"]},{name:"layers",tags:["map"]},{name:"layers_clear",tags:["map"]},{name:"leaderboard",tags:[]},{name:"leak_add",tags:[]},{name:"leak_remove",tags:[]},{name:"legend_toggle",tags:[]},{name:"lens",tags:[]},{name:"lens_blur",tags:[]},{name:"library_add",tags:["media"]},{name:"library_add_check",tags:[]},{name:"library_books",tags:["media"]},{name:"library_music",tags:["media"]},{name:"light",tags:[]},{name:"light_mode",tags:[]},{name:"lightbulb",tags:[]},{name:"lightbulb_outline",tags:[]},{name:"line_style",tags:[]},{name:"line_weight",tags:[]},{name:"linear_scale",tags:["editor"]},{name:"link",tags:[]},{name:"link_off",tags:[]},{name:"linked_camera",tags:[]},{name:"liquor",tags:[]},{name:"list",tags:[]},{name:"list_alt",tags:[]},{name:"live_help",tags:[]},{name:"live_tv",tags:["arrow"]},{name:"living",tags:[]},{name:"local_activity",tags:["map"]},{name:"local_airport",tags:["travel","map"]},{name:"local_atm",tags:["map","money"]},{name:"local_bar",tags:["map"]},{name:"local_cafe",tags:["map"]},{name:"local_car_wash",tags:["map"]},{name:"local_convenience_store",tags:["map"]},{name:"local_dining",tags:["travel","map"]},{name:"local_drink",tags:["travel","map"]},{name:"local_fire_department",tags:[]},{name:"local_florist",tags:["map","nature"]},{name:"local_gas_station",tags:["map"]},{name:"local_grocery_store",tags:["map"]},{name:"local_hospital",tags:["health","map"]},{name:"local_hotel",tags:["travel","map"]},{name:"local_laundry_service",tags:["map"]},{name:"local_library",tags:["map","people"]},{name:"local_mall",tags:["map"]},{name:"local_movies",tags:["map"]},{name:"local_offer",tags:["map"]},{name:"local_parking",tags:["travel","map"]},{name:"local_pharmacy",tags:["map"]},{name:"local_phone",tags:["map"]},{name:"local_pizza",tags:["map"]},{name:"local_play",tags:["map"]},{name:"local_police",tags:[]},{name:"local_post_office",tags:["map"]},{name:"local_printshop",tags:["map"]},{name:"local_see",tags:["map"]},{name:"local_shipping",tags:["map"]},{name:"local_taxi",tags:["travel","map"]},{name:"location_city",tags:["travel"]},{name:"location_disabled",tags:[]},{name:"location_off",tags:[]},{name:"location_on",tags:[]},{name:"location_searching",tags:[]},{name:"lock",tags:[]},{name:"lock_clock",tags:[]},{name:"lock_open",tags:[]},{name:"lock_outline",tags:[]},{name:"login",tags:[]},{name:"logout",tags:[]},{name:"looks",tags:[]},{name:"looks_3",tags:[]},{name:"looks_4",tags:[]},{name:"looks_5",tags:[]},{name:"looks_6",tags:[]},{name:"looks_one",tags:[]},{name:"looks_two",tags:[]},{name:"loop",tags:["arrow","media"]},{name:"loupe",tags:[]},{name:"low_priority",tags:["arrow"]},{name:"loyalty",tags:[]},{name:"lte_mobiledata",tags:[]},{name:"lte_plus_mobiledata",tags:[]},{name:"luggage",tags:[]},{name:"lunch_dining",tags:[]},{name:"mail",tags:[]},{name:"mail_outline",tags:[]},{name:"male",tags:[]},{name:"manage_accounts",tags:[]},{name:"manage_search",tags:[]},{name:"map",tags:["travel","map"]},{name:"maps_home_work",tags:[]},{name:"maps_ugc",tags:[]},{name:"margin",tags:[]},{name:"mark_as_unread",tags:[]},{name:"mark_chat_read",tags:[]},{name:"mark_chat_unread",tags:[]},{name:"mark_email_read",tags:[]},{name:"mark_email_unread",tags:[]},{name:"markunread",tags:[]},{name:"markunread_mailbox",tags:[]},{name:"masks",tags:[]},{name:"maximize",tags:[]},{name:"media_bluetooth_off",tags:[]},{name:"media_bluetooth_on",tags:[]},{name:"mediation",tags:[]},{name:"medical_services",tags:[]},{name:"medication",tags:[]},{name:"meeting_room",tags:[]},{name:"memory",tags:["technology"]},{name:"menu",tags:[]},{name:"menu_book",tags:[]},{name:"menu_open",tags:["arrow"]},{name:"merge_type",tags:["arrow","editor"]},{name:"message",tags:[]},{name:"mic",tags:["media"]},{name:"mic_external_off",tags:[]},{name:"mic_external_on",tags:[]},{name:"mic_none",tags:["media"]},{name:"mic_off",tags:["media"]},{name:"microwave",tags:[]},{name:"military_tech",tags:[]},{name:"minimize",tags:[]},{name:"miscellaneous_services",tags:[]},{name:"missed_video_call",tags:["media"]},{name:"mms",tags:[]},{name:"mobile_friendly",tags:["technology"]},{name:"mobile_off",tags:["technology"]},{name:"mobile_screen_share",tags:[]},{name:"mobiledata_off",tags:[]},{name:"mode",tags:[]},{name:"mode_comment",tags:["editor"]},{name:"mode_edit",tags:[]},{name:"mode_edit",tags:[]},{name:"mode_edit_outline",tags:[]},{name:"mode_night",tags:[]},{name:"mode_standby",tags:[]},{name:"model_training",tags:[]},{name:"monetization_on",tags:["editor"]},{name:"money",tags:["money"]},{name:"money_off",tags:["editor"]},{name:"money_off_csred",tags:[]},{name:"monitor",tags:[]},{name:"monitor_weight",tags:[]},{name:"monochrome_photos",tags:[]},{name:"mood",tags:[]},{name:"mood_bad",tags:[]},{name:"moped",tags:[]},{name:"more",tags:["calendar"]},{name:"more_horiz",tags:[]},{name:"more_time",tags:[]},{name:"more_vert",tags:[]},{name:"motion_photos_auto",tags:[]},{name:"motion_photos_off",tags:[]},{name:"motion_photos_on",tags:[]},{name:"motion_photos_pause",tags:[]},{name:"motion_photos_paused",tags:[]},{name:"motorcycle",tags:["travel"]},{name:"mouse",tags:["technology"]},{name:"move_to_inbox",tags:["arrow"]},{name:"movie",tags:["media"]},{name:"movie_creation",tags:[]},{name:"movie_filter",tags:[]},{name:"moving",tags:[]},{name:"mp",tags:[]},{name:"multiline_chart",tags:["editor"]},{name:"multiple_stop",tags:[]},{name:"museum",tags:[]},{name:"music_note",tags:[]},{name:"music_off",tags:[]},{name:"music_video",tags:["media"]},{name:"my_location",tags:["map"]},{name:"nat",tags:[]},{name:"nature",tags:["nature"]},{name:"nature_people",tags:["people","nature"]},{name:"navigate_before",tags:["arrow"]},{name:"navigate_next",tags:["arrow"]},{name:"navigation",tags:["arrow","map"]},{name:"near_me",tags:["arrow","map"]},{name:"near_me_disabled",tags:[]},{name:"nearby_error",tags:[]},{name:"nearby_off",tags:[]},{name:"network_cell",tags:[]},{name:"network_cell",tags:[]},{name:"network_check",tags:["arrow"]},{name:"network_locked",tags:[]},{name:"network_wifi",tags:[]},{name:"network_wifi",tags:[]},{name:"new_label",tags:[]},{name:"new_releases",tags:["media"]},{name:"next_plan",tags:[]},{name:"next_week",tags:["arrow","calendar"]},{name:"nfc",tags:[]},{name:"night_shelter",tags:[]},{name:"nightlife",tags:[]},{name:"nightlight",tags:[]},{name:"nightlight_round",tags:[]},{name:"nights_stay",tags:["travel"]},{name:"no_accounts",tags:[]},{name:"no_backpack",tags:[]},{name:"no_cell",tags:[]},{name:"no_drinks",tags:[]},{name:"no_encryption",tags:[]},{name:"no_encryption_gmailerrorred",tags:[]},{name:"no_flash",tags:[]},{name:"no_food",tags:[]},{name:"no_luggage",tags:[]},{name:"no_meals",tags:[]},{name:"no_meeting_room",tags:[]},{name:"no_photography",tags:[]},{name:"no_sim",tags:[]},{name:"no_stroller",tags:[]},{name:"no_transfer",tags:[]},{name:"nordic_walking",tags:[]},{name:"north",tags:[]},{name:"north_east",tags:[]},{name:"north_west",tags:[]},{name:"not_accessible",tags:[]},{name:"not_interested",tags:["media"]},{name:"not_listed_location",tags:[]},{name:"not_started",tags:[]},{name:"note",tags:["media"]},{name:"note_add",tags:[]},{name:"note_alt",tags:[]},{name:"notes",tags:["editor"]},{name:"notification_add",tags:[]},{name:"notification_important",tags:["calendar"]},{name:"notifications",tags:["calendar"]},{name:"notifications_active",tags:["calendar"]},{name:"notifications_none",tags:["calendar"]},{name:"notifications_off",tags:["calendar"]},{name:"notifications_paused",tags:["calendar"]},{name:"offline_bolt",tags:[]},{name:"offline_pin",tags:[]},{name:"offline_share",tags:[]},{name:"ondemand_video",tags:[]},{name:"online_prediction",tags:[]},{name:"opacity",tags:[]},{name:"open_in_browser",tags:["arrow"]},{name:"open_in_full",tags:[]},{name:"open_in_new",tags:["arrow"]},{name:"open_in_new_off",tags:[]},{name:"open_with",tags:[]},{name:"other_houses",tags:[]},{name:"outbound",tags:[]},{name:"outbox",tags:[]},{name:"outdoor_grill",tags:[]},{name:"outlet",tags:[]},{name:"outlined_flag",tags:[]},{name:"padding",tags:[]},{name:"pages",tags:[]},{name:"pageview",tags:[]},{name:"paid",tags:[]},{name:"palette",tags:[]},{name:"pan_tool",tags:[]},{name:"panorama",tags:[]},{name:"panorama_fish_eye",tags:[]},{name:"panorama_horizontal",tags:[]},{name:"panorama_horizontal_select",tags:[]},{name:"panorama_photosphere",tags:[]},{name:"panorama_photosphere_select",tags:[]},{name:"panorama_vertical",tags:[]},{name:"panorama_vertical_select",tags:[]},{name:"panorama_wide_angle",tags:[]},{name:"panorama_wide_angle_select",tags:[]},{name:"paragliding",tags:[]},{name:"park",tags:[]},{name:"party_mode",tags:[]},{name:"password",tags:[]},{name:"pattern",tags:[]},{name:"pause",tags:["media"]},{name:"pause_circle",tags:[]},{name:"pause_circle_filled",tags:["media"]},{name:"pause_circle_outline",tags:["media"]},{name:"pause_presentation",tags:[]},{name:"payment",tags:[]},{name:"payments",tags:[]},{name:"pedal_bike",tags:[]},{name:"pending",tags:[]},{name:"pending_actions",tags:[]},{name:"people",tags:["people"]},{name:"people_alt",tags:["people"]},{name:"people_outline",tags:["people"]},{name:"perm_camera_mic",tags:[]},{name:"perm_contact_calendar",tags:["calendar","people"]},{name:"perm_data_setting",tags:[]},{name:"perm_device_information",tags:[]},{name:"perm_identity",tags:["people"]},{name:"perm_media",tags:[]},{name:"perm_phone_msg",tags:[]},{name:"perm_scan_wifi",tags:[]},{name:"person",tags:["people"]},{name:"person_add",tags:["people"]},{name:"person_add_alt",tags:[]},{name:"person_add_alt_1",tags:[]},{name:"person_add_disabled",tags:[]},{name:"person_off",tags:[]},{name:"person_outline",tags:["people"]},{name:"person_pin",tags:["map"]},{name:"person_pin_circle",tags:[]},{name:"person_remove",tags:[]},{name:"person_remove_alt_1",tags:[]},{name:"person_search",tags:[]},{name:"personal_injury",tags:[]},{name:"personal_video",tags:[]},{name:"pest_control",tags:[]},{name:"pest_control_rodent",tags:[]},{name:"pets",tags:["nature","health"]},{name:"phone",tags:["technology"]},{name:"phone_android",tags:["technology"]},{name:"phone_bluetooth_speaker",tags:["technology"]},{name:"phone_callback",tags:["arrow","technology"]},{name:"phone_disabled",tags:[]},{name:"phone_enabled",tags:[]},{name:"phone_forwarded",tags:["arrow","technology"]},{name:"phone_in_talk",tags:["technology"]},{name:"phone_iphone",tags:["technology"]},{name:"phone_locked",tags:["technology"]},{name:"phone_missed",tags:["arrow","technology"]},{name:"phone_paused",tags:["technology"]},{name:"phonelink",tags:["technology"]},{name:"phonelink_erase",tags:["technology"]},{name:"phonelink_lock",tags:["technology"]},{name:"phonelink_off",tags:["technology"]},{name:"phonelink_ring",tags:["technology"]},{name:"phonelink_setup",tags:["technology"]},{name:"photo",tags:[]},{name:"photo_album",tags:[]},{name:"photo_camera",tags:[]},{name:"photo_camera_back",tags:[]},{name:"photo_camera_front",tags:[]},{name:"photo_filter",tags:[]},{name:"photo_library",tags:["travel"]},{name:"photo_size_select_actual",tags:["travel"]},{name:"photo_size_select_large",tags:[]},{name:"photo_size_select_small",tags:[]},{name:"piano",tags:[]},{name:"piano_off",tags:[]},{name:"picture_as_pdf",tags:[]},{name:"picture_in_picture",tags:[]},{name:"picture_in_picture_alt",tags:[]},{name:"pie_chart",tags:["editor"]},{name:"pie_chart_outline",tags:[]},{name:"pie_chart_outlined",tags:["editor"]},{name:"pin",tags:[]},{name:"pin_drop",tags:[]},{name:"pivot_table_chart",tags:[]},{name:"place",tags:[]},{name:"plagiarism",tags:[]},{name:"play_arrow",tags:["arrow","media"]},{name:"play_circle",tags:[]},{name:"play_circle_filled",tags:["arrow","media"]},{name:"play_circle_outline",tags:["arrow","media"]},{name:"play_disabled",tags:[]},{name:"play_for_work",tags:["arrow"]},{name:"play_lesson",tags:[]},{name:"playlist_add",tags:["media"]},{name:"playlist_add_check",tags:["media"]},{name:"playlist_play",tags:["arrow","media"]},{name:"plumbing",tags:[]},{name:"plus_one",tags:[]},{name:"podcasts",tags:[]},{name:"point_of_sale",tags:[]},{name:"policy",tags:[]},{name:"poll",tags:[]},{name:"polymer",tags:[]},{name:"pool",tags:["travel","people"]},{name:"portable_wifi_off",tags:[]},{name:"portrait",tags:["travel"]},{name:"post_add",tags:["calendar","editor"]},{name:"power",tags:[]},{name:"power_input",tags:["technology"]},{name:"power_off",tags:[]},{name:"power_settings_new",tags:[]},{name:"precision_manufacturing",tags:[]},{name:"pregnant_woman",tags:["health","people"]},{name:"present_to_all",tags:["arrow"]},{name:"preview",tags:[]},{name:"price_change",tags:[]},{name:"price_check",tags:[]},{name:"print",tags:[]},{name:"print_disabled",tags:[]},{name:"priority_high",tags:[]},{name:"privacy_tip",tags:[]},{name:"production_quantity_limits",tags:[]},{name:"psychology",tags:[]},{name:"public",tags:["travel"]},{name:"public_off",tags:[]},{name:"publish",tags:["arrow","calendar","editor"]},{name:"published_with_changes",tags:[]},{name:"push_pin",tags:[]},{name:"qr_code",tags:[]},{name:"qr_code_2",tags:[]},{name:"qr_code_scanner",tags:[]},{name:"query_builder",tags:[]},{name:"query_stats",tags:[]},{name:"question_answer",tags:[]},{name:"queue",tags:["media"]},{name:"queue_music",tags:["media"]},{name:"queue_play_next",tags:["arrow","media"]},{name:"quickreply",tags:[]},{name:"quiz",tags:[]},{name:"r_mobiledata",tags:[]},{name:"radar",tags:[]},{name:"radio",tags:["media"]},{name:"radio_button_checked",tags:[]},{name:"radio_button_unchecked",tags:[]},{name:"railway_alert",tags:[]},{name:"ramen_dining",tags:[]},{name:"rate_review",tags:["map"]},{name:"raw_off",tags:[]},{name:"raw_on",tags:[]},{name:"read_more",tags:[]},{name:"real_estate_agent",tags:[]},{name:"receipt",tags:[]},{name:"receipt_long",tags:[]},{name:"recent_actors",tags:["media"]},{name:"recommend",tags:[]},{name:"record_voice_over",tags:["media","people"]},{name:"redeem",tags:[]},{name:"redo",tags:["arrow","calendar"]},{name:"reduce_capacity",tags:[]},{name:"refresh",tags:["arrow","calendar"]},{name:"remember_me",tags:[]},{name:"remove",tags:["calendar"]},{name:"remove_circle",tags:["calendar"]},{name:"remove_circle_outline",tags:["calendar"]},{name:"remove_done",tags:[]},{name:"remove_from_queue",tags:["media"]},{name:"remove_moderator",tags:[]},{name:"remove_red_eye",tags:[]},{name:"remove_shopping_cart",tags:[]},{name:"reorder",tags:[]},{name:"repeat",tags:["arrow","media"]},{name:"repeat_on",tags:[]},{name:"repeat_one",tags:["arrow","media"]},{name:"repeat_one_on",tags:[]},{name:"replay",tags:["arrow","media"]},{name:"replay_10",tags:["arrow","media"]},{name:"replay_30",tags:["arrow","media"]},{name:"replay_5",tags:["arrow","media"]},{name:"replay_circle_filled",tags:[]},{name:"reply",tags:["arrow"]},{name:"reply_all",tags:["arrow"]},{name:"report",tags:[]},{name:"report_gmailerrorred",tags:[]},{name:"report_off",tags:[]},{name:"report_problem",tags:[]},{name:"request_page",tags:[]},{name:"request_quote",tags:[]},{name:"reset_tv",tags:[]},{name:"restart_alt",tags:[]},{name:"restaurant",tags:["travel","map"]},{name:"restaurant_menu",tags:["travel","map"]},{name:"restore",tags:[]},{name:"restore_from_trash",tags:[]},{name:"restore_page",tags:[]},{name:"reviews",tags:[]},{name:"rice_bowl",tags:[]},{name:"ring_volume",tags:[]},{name:"roofing",tags:[]},{name:"room",tags:[]},{name:"room_preferences",tags:[]},{name:"room_service",tags:["travel"]},{name:"rotate_90_degrees_ccw",tags:["arrow"]},{name:"rotate_left",tags:["arrow"]},{name:"rotate_right",tags:["arrow"]},{name:"rounded_corner",tags:[]},{name:"router",tags:["technology"]},{name:"rowing",tags:["sport","travel","health","people"]},{name:"rss_feed",tags:[]},{name:"rsvp",tags:[]},{name:"rtt",tags:[]},{name:"rule",tags:[]},{name:"rule_folder",tags:[]},{name:"run_circle",tags:[]},{name:"running_with_errors",tags:[]},{name:"rv_hookup",tags:["arrow","travel"]},{name:"safety_divider",tags:[]},{name:"sailing",tags:[]},{name:"sanitizer",tags:[]},{name:"satellite",tags:["map"]},{name:"save",tags:["file"]},{name:"save_alt",tags:["arrow","file"]},{name:"saved_search",tags:[]},{name:"savings",tags:[]},{name:"scanner",tags:["technology"]},{name:"scatter_plot",tags:["editor"]},{name:"schedule",tags:["calendar"]},{name:"schedule_send",tags:[]},{name:"schema",tags:[]},{name:"school",tags:[]},{name:"science",tags:[]},{name:"score",tags:["editor"]},{name:"screen_lock_landscape",tags:[]},{name:"screen_lock_portrait",tags:[]},{name:"screen_lock_rotation",tags:[]},{name:"screen_rotation",tags:[]},{name:"screen_search_desktop",tags:[]},{name:"screen_share",tags:["arrow"]},{name:"screenshot",tags:[]},{name:"sd",tags:[]},{name:"sd_card",tags:[]},{name:"sd_card_alert",tags:[]},{name:"sd_storage",tags:[]},{name:"search",tags:[]},{name:"search_off",tags:[]},{name:"security",tags:["technology"]},{name:"security_update",tags:[]},{name:"security_update_good",tags:[]},{name:"security_update_warning",tags:[]},{name:"segment",tags:[]},{name:"select_all",tags:[]},{name:"self_improvement",tags:[]},{name:"sell",tags:[]},{name:"send",tags:["arrow"]},{name:"send_and_archive",tags:[]},{name:"send_to_mobile",tags:[]},{name:"sensor_door",tags:[]},{name:"sensor_window",tags:[]},{name:"sensors",tags:[]},{name:"sensors_off",tags:[]},{name:"sentiment_dissatisfied",tags:["people"]},{name:"sentiment_neutral",tags:[]},{name:"sentiment_satisfied",tags:["people"]},{name:"sentiment_satisfied_alt",tags:[]},{name:"sentiment_very_dissatisfied",tags:["people"]},{name:"sentiment_very_satisfied",tags:["people"]},{name:"set_meal",tags:[]},{name:"settings",tags:[]},{name:"settings_accessibility",tags:[]},{name:"settings_applications",tags:[]},{name:"settings_backup_restore",tags:["arrow"]},{name:"settings_bluetooth",tags:[]},{name:"settings_brightness",tags:[]},{name:"settings_cell",tags:[]},{name:"settings_ethernet",tags:["arrow"]},{name:"settings_input_antenna",tags:[]},{name:"settings_input_component",tags:[]},{name:"settings_input_composite",tags:[]},{name:"settings_input_hdmi",tags:[]},{name:"settings_input_svideo",tags:[]},{name:"settings_overscan",tags:[]},{name:"settings_phone",tags:[]},{name:"settings_power",tags:[]},{name:"settings_remote",tags:[]},{name:"settings_suggest",tags:[]},{name:"settings_system_daydream",tags:[]},{name:"settings_voice",tags:[]},{name:"share",tags:[]},{name:"share_location",tags:[]},{name:"shield",tags:[]},{name:"shop",tags:["arrow"]},{name:"shop_2",tags:[]},{name:"shop_two",tags:["arrow"]},{name:"shopping_bag",tags:[]},{name:"shopping_basket",tags:[]},{name:"shopping_cart",tags:[]},{name:"short_text",tags:["editor"]},{name:"shortcut",tags:[]},{name:"show_chart",tags:["editor"]},{name:"shower",tags:[]},{name:"shuffle",tags:["arrow","media"]},{name:"shuffle_on",tags:[]},{name:"shutter_speed",tags:[]},{name:"sick",tags:[]},{name:"signal_cellular_0_bar",tags:[]},{name:"signal_cellular_4_bar",tags:[]},{name:"signal_cellular_alt",tags:[]},{name:"signal_cellular_connected_no_internet_0_bar",tags:[]},{name:"signal_cellular_connected_no_internet_4_bar",tags:[]},{name:"signal_cellular_no_sim",tags:[]},{name:"signal_cellular_nodata",tags:[]},{name:"signal_cellular_null",tags:[]},{name:"signal_cellular_off",tags:[]},{name:"signal_wifi_0_bar",tags:[]},{name:"signal_wifi_4_bar",tags:[]},{name:"signal_wifi_4_bar_lock",tags:[]},{name:"signal_wifi_bad",tags:[]},{name:"signal_wifi_connected_no_internet_4",tags:[]},{name:"signal_wifi_off",tags:[]},{name:"signal_wifi_statusbar_4_bar",tags:[]},{name:"signal_wifi_statusbar_connected_no_internet_4",tags:[]},{name:"signal_wifi_statusbar_null",tags:[]},{name:"sim_card",tags:["technology"]},{name:"sim_card_alert",tags:[]},{name:"sim_card_alert",tags:[]},{name:"sim_card_download",tags:[]},{name:"single_bed",tags:["travel"]},{name:"sip",tags:[]},{name:"skateboarding",tags:[]},{name:"skip_next",tags:["arrow","media"]},{name:"skip_previous",tags:["arrow","media"]},{name:"sledding",tags:[]},{name:"slideshow",tags:[]},{name:"slow_motion_video",tags:["arrow","media"]},{name:"smart_button",tags:[]},{name:"smart_display",tags:[]},{name:"smart_screen",tags:[]},{name:"smart_toy",tags:[]},{name:"smartphone",tags:["technology"]},{name:"smoke_free",tags:["travel"]},{name:"smoking_rooms",tags:["travel"]},{name:"sms",tags:[]},{name:"sms_failed",tags:[]},{name:"snippet_folder",tags:[]},{name:"snooze",tags:["media"]},{name:"snowboarding",tags:[]},{name:"snowmobile",tags:[]},{name:"snowshoeing",tags:[]},{name:"soap",tags:[]},{name:"social_distance",tags:[]},{name:"sort",tags:[]},{name:"sort_by_alpha",tags:["arrow","media"]},{name:"source",tags:[]},{name:"south",tags:[]},{name:"south_east",tags:[]},{name:"south_west",tags:[]},{name:"spa",tags:[]},{name:"space_bar",tags:["editor"]},{name:"space_dashboard",tags:[]},{name:"speaker",tags:["technology"]},{name:"speaker_group",tags:["technology"]},{name:"speaker_notes",tags:[]},{name:"speaker_notes_off",tags:[]},{name:"speaker_phone",tags:["technology"]},{name:"speed",tags:["arrow","media"]},{name:"spellcheck",tags:[]},{name:"splitscreen",tags:[]},{name:"sports",tags:["sport"]},{name:"sports_bar",tags:[]},{name:"sports_baseball",tags:["sport"]},{name:"sports_basketball",tags:["sport"]},{name:"sports_cricket",tags:["sport"]},{name:"sports_esports",tags:["sport"]},{name:"sports_football",tags:["sport"]},{name:"sports_golf",tags:["sport"]},{name:"sports_handball",tags:["sport","people"]},{name:"sports_hockey",tags:["sport"]},{name:"sports_kabaddi",tags:["sport","people"]},{name:"sports_mma",tags:["sport"]},{name:"sports_motorsports",tags:["sport"]},{name:"sports_rugby",tags:["sport"]},{name:"sports_score",tags:[]},{name:"sports_soccer",tags:["sport"]},{name:"sports_tennis",tags:["sport"]},{name:"sports_volleyball",tags:["sport"]},{name:"square_foot",tags:[]},{name:"stacked_bar_chart",tags:[]},{name:"stacked_line_chart",tags:[]},{name:"stairs",tags:[]},{name:"star",tags:[]},{name:"star_border",tags:[]},{name:"star_border_purple500",tags:[]},{name:"star_half",tags:[]},{name:"star_outline",tags:[]},{name:"star_purple500",tags:[]},{name:"star_rate",tags:[]},{name:"stars",tags:[]},{name:"stay_current_landscape",tags:[]},{name:"stay_current_portrait",tags:[]},{name:"stay_primary_landscape",tags:[]},{name:"stay_primary_portrait",tags:[]},{name:"sticky_note_2",tags:[]},{name:"stop",tags:["media"]},{name:"stop_circle",tags:[]},{name:"stop_screen_share",tags:["arrow"]},{name:"storage",tags:[]},{name:"store",tags:[]},{name:"store_mall_directory",tags:["map"]},{name:"storefront",tags:[]},{name:"storm",tags:[]},{name:"straighten",tags:[]},{name:"stream",tags:[]},{name:"streetview",tags:["map"]},{name:"strikethrough_s",tags:["editor"]},{name:"stroller",tags:[]},{name:"style",tags:[]},{name:"subdirectory_arrow_left",tags:["arrow"]},{name:"subdirectory_arrow_right",tags:["arrow"]},{name:"subject",tags:[]},{name:"subscript",tags:[]},{name:"subscriptions",tags:["arrow","media"]},{name:"subtitles",tags:["media"]},{name:"subtitles_off",tags:[]},{name:"subway",tags:["travel","map"]},{name:"summarize",tags:[]},{name:"superscript",tags:[]},{name:"supervised_user_circle",tags:["people"]},{name:"supervisor_account",tags:["people"]},{name:"support",tags:[]},{name:"support_agent",tags:[]},{name:"surfing",tags:[]},{name:"surround_sound",tags:["media"]},{name:"swap_calls",tags:["arrow"]},{name:"swap_horiz",tags:["arrow"]},{name:"swap_horizontal_circle",tags:[]},{name:"swap_vert",tags:["arrow"]},{name:"swap_vertical_circle",tags:["arrow"]},{name:"swipe",tags:[]},{name:"switch_account",tags:[]},{name:"switch_camera",tags:[]},{name:"switch_left",tags:[]},{name:"switch_right",tags:[]},{name:"switch_video",tags:[]},{name:"sync",tags:[]},{name:"sync_alt",tags:["arrow"]},{name:"sync_disabled",tags:[]},{name:"sync_problem",tags:[]},{name:"system_security_update",tags:[]},{name:"system_security_update_good",tags:[]},{name:"system_security_update_warning",tags:[]},{name:"system_update",tags:["arrow"]},{name:"system_update_alt",tags:["arrow"]},{name:"tab",tags:[]},{name:"tab_unselected",tags:[]},{name:"table_chart",tags:["editor"]},{name:"table_rows",tags:[]},{name:"table_view",tags:[]},{name:"tablet",tags:["technology"]},{name:"tablet_android",tags:["technology"]},{name:"tablet_mac",tags:["technology"]},{name:"tag",tags:[]},{name:"tag_faces",tags:[]},{name:"takeout_dining",tags:[]},{name:"tap_and_play",tags:[]},{name:"tapas",tags:[]},{name:"task",tags:[]},{name:"task_alt",tags:[]},{name:"taxi_alert",tags:[]},{name:"terrain",tags:["map","nature"]},{name:"text_fields",tags:["editor"]},{name:"text_format",tags:[]},{name:"text_rotate_up",tags:["arrow"]},{name:"text_rotate_vertical",tags:["arrow"]},{name:"text_rotation_angledown",tags:["arrow"]},{name:"text_rotation_angleup",tags:["arrow"]},{name:"text_rotation_down",tags:["arrow"]},{name:"text_rotation_none",tags:["arrow"]},{name:"text_snippet",tags:[]},{name:"textsms",tags:[]},{name:"texture",tags:[]},{name:"theater_comedy",tags:[]},{name:"theaters",tags:[]},{name:"thermostat",tags:[]},{name:"thermostat_auto",tags:[]},{name:"thumb_down",tags:[]},{name:"thumb_down_alt",tags:[]},{name:"thumb_down_off_alt",tags:[]},{name:"thumb_up",tags:[]},{name:"thumb_up_alt",tags:[]},{name:"thumb_up_off_alt",tags:[]},{name:"thumbs_up_down",tags:[]},{name:"time_to_leave",tags:[]},{name:"timelapse",tags:[]},{name:"timeline",tags:[]},{name:"timer",tags:[]},{name:"timer_10",tags:[]},{name:"timer_10_select",tags:[]},{name:"timer_3",tags:[]},{name:"timer_3_select",tags:[]},{name:"timer_off",tags:[]},{name:"title",tags:["editor"]},{name:"toc",tags:[]},{name:"today",tags:[]},{name:"toggle_off",tags:[]},{name:"toggle_on",tags:[]},{name:"toll",tags:[]},{name:"tonality",tags:[]},{name:"topic",tags:[]},{name:"touch_app",tags:[]},{name:"tour",tags:[]},{name:"toys",tags:["technology"]},{name:"track_changes",tags:[]},{name:"traffic",tags:["map"]},{name:"train",tags:["travel","map"]},{name:"tram",tags:["travel","map"]},{name:"transfer_within_a_station",tags:["arrow","map","people"]},{name:"transform",tags:[]},{name:"transgender",tags:[]},{name:"transit_enterexit",tags:["arrow","map"]},{name:"translate",tags:[]},{name:"travel_explore",tags:[]},{name:"trending_down",tags:["arrow"]},{name:"trending_flat",tags:["arrow"]},{name:"trending_up",tags:["arrow"]},{name:"trip_origin",tags:["map"]},{name:"try",tags:[]},{name:"tty",tags:[]},{name:"tune",tags:[]},{name:"tungsten",tags:[]},{name:"turned_in",tags:[]},{name:"turned_in_not",tags:[]},{name:"tv",tags:["technology"]},{name:"tv_off",tags:[]},{name:"two_wheeler",tags:[]},{name:"umbrella",tags:[]},{name:"unarchive",tags:["calendar","file"]},{name:"undo",tags:["arrow","calendar"]},{name:"unfold_less",tags:["arrow"]},{name:"unfold_more",tags:["arrow"]},{name:"unpublished",tags:[]},{name:"unsubscribe",tags:[]},{name:"upcoming",tags:[]},{name:"update",tags:[]},{name:"update_disabled",tags:[]},{name:"upgrade",tags:[]},{name:"upload",tags:[]},{name:"upload_file",tags:[]},{name:"usb",tags:["arrow"]},{name:"usb_off",tags:[]},{name:"verified",tags:[]},{name:"verified_user",tags:[]},{name:"vertical_align_bottom",tags:["arrow","editor"]},{name:"vertical_align_center",tags:["arrow","editor"]},{name:"vertical_align_top",tags:["arrow","editor"]},{name:"vertical_distribute",tags:[]},{name:"vertical_split",tags:[]},{name:"vibration",tags:[]},{name:"video_call",tags:["media"]},{name:"video_camera_back",tags:[]},{name:"video_camera_front",tags:[]},{name:"video_label",tags:["media"]},{name:"video_library",tags:["arrow","media"]},{name:"video_settings",tags:[]},{name:"video_stable",tags:[]},{name:"videocam",tags:["media"]},{name:"videocam_off",tags:["media"]},{name:"videogame_asset",tags:["technology"]},{name:"videogame_asset_off",tags:[]},{name:"view_agenda",tags:["calendar"]},{name:"view_array",tags:[]},{name:"view_carousel",tags:[]},{name:"view_column",tags:[]},{name:"view_comfy",tags:[]},{name:"view_compact",tags:[]},{name:"view_day",tags:["calendar"]},{name:"view_headline",tags:[]},{name:"view_in_ar",tags:[]},{name:"view_list",tags:[]},{name:"view_module",tags:[]},{name:"view_quilt",tags:[]},{name:"view_sidebar",tags:[]},{name:"view_stream",tags:[]},{name:"view_week",tags:["calendar"]},{name:"vignette",tags:[]},{name:"villa",tags:[]},{name:"visibility",tags:["accessibility","health"]},{name:"visibility_off",tags:["accessibility","health"]},{name:"voice_chat",tags:[]},{name:"voice_over_off",tags:["accessibility","people"]},{name:"voicemail",tags:[]},{name:"volume_down",tags:["media"]},{name:"volume_mute",tags:["media"]},{name:"volume_off",tags:["media"]},{name:"volume_up",tags:["media"]},{name:"volunteer_activism",tags:[]},{name:"vpn_key",tags:[]},{name:"vpn_lock",tags:[]},{name:"vrpano",tags:[]},{name:"wallpaper",tags:[]},{name:"warning",tags:["calendar"]},{name:"warning_amber",tags:[]},{name:"wash",tags:[]},{name:"watch",tags:["technology"]},{name:"watch_later",tags:["calendar"]},{name:"water",tags:[]},{name:"water_damage",tags:[]},{name:"waterfall_chart",tags:[]},{name:"waves",tags:[]},{name:"wb_auto",tags:[]},{name:"wb_cloudy",tags:["weather"]},{name:"wb_incandescent",tags:[]},{name:"wb_iridescent",tags:[]},{name:"wb_shade",tags:[]},{name:"wb_sunny",tags:[]},{name:"wb_twilight",tags:[]},{name:"wc",tags:["people"]},{name:"web",tags:["media"]},{name:"web_asset",tags:["media"]},{name:"web_asset_off",tags:[]},{name:"weekend",tags:[]},{name:"west",tags:[]},{name:"whatshot",tags:[]},{name:"wheelchair_pickup",tags:[]},{name:"where_to_vote",tags:[]},{name:"widgets",tags:[]},{name:"wifi",tags:[]},{name:"wifi_calling",tags:[]},{name:"wifi_calling_3",tags:[]},{name:"wifi_lock",tags:[]},{name:"wifi_off",tags:[]},{name:"wifi_protected_setup",tags:[]},{name:"wifi_tethering",tags:[]},{name:"wifi_tethering_error_rounded",tags:[]},{name:"wifi_tethering_off",tags:[]},{name:"window",tags:[]},{name:"wine_bar",tags:[]},{name:"work",tags:["health"]},{name:"work_off",tags:["health"]},{name:"work_outline",tags:["health"]},{name:"workspaces",tags:[]},{name:"wrap_text",tags:["arrow","editor"]},{name:"wrong_location",tags:[]},{name:"wysiwyg",tags:[]},{name:"yard",tags:[]},{name:"youtube_searched_for",tags:[]},{name:"zoom_in",tags:["accessibility"]},{name:"zoom_out",tags:["accessibility"]},{name:"zoom_out_map",tags:["accessibility","arrow","map"]}]}},b606:function(a,e,t){"use strict";t.r(e),e["default"]={name:"themify",icons:[{name:"ti-agenda",tags:[]},{name:"ti-alarm-clock",tags:[]},{name:"ti-alert",tags:[]},{name:"ti-align-center",tags:[]},{name:"ti-align-justify",tags:[]},{name:"ti-align-left",tags:[]},{name:"ti-align-right",tags:[]},{name:"ti-anchor",tags:[]},{name:"ti-android",tags:[]},{name:"ti-angle-double-down",tags:[]},{name:"ti-angle-double-left",tags:[]},{name:"ti-angle-double-right",tags:[]},{name:"ti-angle-double-up",tags:[]},{name:"ti-angle-down",tags:[]},{name:"ti-angle-left",tags:[]},{name:"ti-angle-right",tags:[]},{name:"ti-angle-up",tags:[]},{name:"ti-announcement",tags:[]},{name:"ti-apple",tags:[]},{name:"ti-archive",tags:[]},{name:"ti-arrows-corner",tags:[]},{name:"ti-arrows-horizontal",tags:[]},{name:"ti-arrows-vertical",tags:[]},{name:"ti-arrow-circle-down",tags:[]},{name:"ti-arrow-circle-left",tags:[]},{name:"ti-arrow-circle-right",tags:[]},{name:"ti-arrow-circle-up",tags:[]},{name:"ti-arrow-down",tags:[]},{name:"ti-arrow-left",tags:[]},{name:"ti-arrow-right",tags:[]},{name:"ti-arrow-top-left",tags:[]},{name:"ti-arrow-top-right",tags:[]},{name:"ti-arrow-up",tags:[]},{name:"ti-back-left",tags:[]},{name:"ti-back-right",tags:[]},{name:"ti-bag",tags:[]},{name:"ti-bar-chart",tags:[]},{name:"ti-bar-chart-alt",tags:[]},{name:"ti-basketball",tags:[]},{name:"ti-bell",tags:[]},{name:"ti-blackboard",tags:[]},{name:"ti-bolt",tags:[]},{name:"ti-bolt-alt",tags:[]},{name:"ti-book",tags:[]},{name:"ti-bookmark",tags:[]},{name:"ti-bookmark-alt",tags:[]},{name:"ti-briefcase",tags:[]},{name:"ti-brush",tags:[]},{name:"ti-brush-alt",tags:[]},{name:"ti-calendar",tags:[]},{name:"ti-camera",tags:[]},{name:"ti-car",tags:[]},{name:"ti-check",tags:[]},{name:"ti-check-box",tags:[]},{name:"ti-clip",tags:[]},{name:"ti-clipboard",tags:[]},{name:"ti-close",tags:[]},{name:"ti-cloud",tags:[]},{name:"ti-cloud-down",tags:[]},{name:"ti-cloud-up",tags:[]},{name:"ti-comment",tags:[]},{name:"ti-comments",tags:[]},{name:"ti-comments-smiley",tags:[]},{name:"ti-comment-alt",tags:[]},{name:"ti-control-backward",tags:[]},{name:"ti-control-eject",tags:[]},{name:"ti-control-forward",tags:[]},{name:"ti-control-pause",tags:[]},{name:"ti-control-play",tags:[]},{name:"ti-control-record",tags:[]},{name:"ti-control-shuffle",tags:[]},{name:"ti-control-skip-backward",tags:[]},{name:"ti-control-skip-forward",tags:[]},{name:"ti-control-stop",tags:[]},{name:"ti-credit-card",tags:[]},{name:"ti-crown",tags:[]},{name:"ti-css3",tags:[]},{name:"ti-cup",tags:[]},{name:"ti-cut",tags:[]},{name:"ti-dashboard",tags:[]},{name:"ti-desktop",tags:[]},{name:"ti-direction",tags:[]},{name:"ti-direction-alt",tags:[]},{name:"ti-download",tags:[]},{name:"ti-dribbble",tags:[]},{name:"ti-dropbox",tags:[]},{name:"ti-dropbox-alt",tags:[]},{name:"ti-drupal",tags:[]},{name:"ti-email",tags:[]},{name:"ti-envelope",tags:[]},{name:"ti-eraser",tags:[]},{name:"ti-exchange-vertical",tags:[]},{name:"ti-export",tags:[]},{name:"ti-eye",tags:[]},{name:"ti-facebook",tags:[]},{name:"ti-face-sad",tags:[]},{name:"ti-face-smile",tags:[]},{name:"ti-file",tags:[]},{name:"ti-files",tags:[]},{name:"ti-filter",tags:[]},{name:"ti-flag",tags:[]},{name:"ti-flag-alt",tags:[]},{name:"ti-flag-alt-2",tags:[]},{name:"ti-flickr",tags:[]},{name:"ti-flickr-alt",tags:[]},{name:"ti-folder",tags:[]},{name:"ti-fullscreen",tags:[]},{name:"ti-gallery",tags:[]},{name:"ti-game",tags:[]},{name:"ti-gift",tags:[]},{name:"ti-github",tags:[]},{name:"ti-google",tags:[]},{name:"ti-hand-drag",tags:[]},{name:"ti-hand-open",tags:[]},{name:"ti-hand-point-down",tags:[]},{name:"ti-hand-point-left",tags:[]},{name:"ti-hand-point-right",tags:[]},{name:"ti-hand-point-up",tags:[]},{name:"ti-hand-stop",tags:[]},{name:"ti-harddrive",tags:[]},{name:"ti-harddrives",tags:[]},{name:"ti-headphone",tags:[]},{name:"ti-headphone-alt",tags:[]},{name:"ti-heart",tags:[]},{name:"ti-heart-broken",tags:[]},{name:"ti-help",tags:[]},{name:"ti-help-alt",tags:[]},{name:"ti-home",tags:[]},{name:"ti-html5",tags:[]},{name:"ti-hummer",tags:[]},{name:"ti-id-badge",tags:[]},{name:"ti-image",tags:[]},{name:"ti-import",tags:[]},{name:"ti-infinite",tags:[]},{name:"ti-info",tags:[]},{name:"ti-info-alt",tags:[]},{name:"ti-ink-pen",tags:[]},{name:"ti-instagram",tags:[]},{name:"ti-Italic",tags:[]},{name:"ti-joomla",tags:[]},{name:"ti-jsfiddle",tags:[]},{name:"ti-key",tags:[]},{name:"ti-layers",tags:[]},{name:"ti-layers-alt",tags:[]},{name:"ti-layout",tags:[]},{name:"ti-layout-accordion-list",tags:[]},{name:"ti-layout-accordion-merged",tags:[]},{name:"ti-layout-accordion-separated",tags:[]},{name:"ti-layout-column2",tags:[]},{name:"ti-layout-column2-alt",tags:[]},{name:"ti-layout-column3",tags:[]},{name:"ti-layout-column3-alt",tags:[]},{name:"ti-layout-column4",tags:[]},{name:"ti-layout-column4-alt",tags:[]},{name:"ti-layout-cta-btn-left",tags:[]},{name:"ti-layout-cta-btn-right",tags:[]},{name:"ti-layout-cta-center",tags:[]},{name:"ti-layout-cta-left",tags:[]},{name:"ti-layout-cta-right",tags:[]},{name:"ti-layout-grid2",tags:[]},{name:"ti-layout-grid2-alt",tags:[]},{name:"ti-layout-grid2-thumb",tags:[]},{name:"ti-layout-grid3",tags:[]},{name:"ti-layout-grid3-alt",tags:[]},{name:"ti-layout-grid4",tags:[]},{name:"ti-layout-grid4-alt",tags:[]},{name:"ti-layout-line-solid",tags:[]},{name:"ti-layout-list-large-image",tags:[]},{name:"ti-layout-list-post",tags:[]},{name:"ti-layout-list-thumb",tags:[]},{name:"ti-layout-list-thumb-alt",tags:[]},{name:"ti-layout-media-center",tags:[]},{name:"ti-layout-media-center-alt",tags:[]},{name:"ti-layout-media-left",tags:[]},{name:"ti-layout-media-left-alt",tags:[]},{name:"ti-layout-media-overlay",tags:[]},{name:"ti-layout-media-overlay-alt",tags:[]},{name:"ti-layout-media-overlay-alt-2",tags:[]},{name:"ti-layout-media-right",tags:[]},{name:"ti-layout-media-right-alt",tags:[]},{name:"ti-layout-menu",tags:[]},{name:"ti-layout-menu-full",tags:[]},{name:"ti-layout-menu-separated",tags:[]},{name:"ti-layout-menu-v",tags:[]},{name:"ti-layout-placeholder",tags:[]},{name:"ti-layout-sidebar-2",tags:[]},{name:"ti-layout-sidebar-left",tags:[]},{name:"ti-layout-sidebar-none",tags:[]},{name:"ti-layout-sidebar-right",tags:[]},{name:"ti-layout-slider",tags:[]},{name:"ti-layout-slider-alt",tags:[]},{name:"ti-layout-tab",tags:[]},{name:"ti-layout-tab-min",tags:[]},{name:"ti-layout-tab-v",tags:[]},{name:"ti-layout-tab-window",tags:[]},{name:"ti-layout-width-default",tags:[]},{name:"ti-layout-width-default-alt",tags:[]},{name:"ti-layout-width-full",tags:[]},{name:"ti-light-bulb",tags:[]},{name:"ti-line-dashed",tags:[]},{name:"ti-line-dotted",tags:[]},{name:"ti-line-double",tags:[]},{name:"ti-link",tags:[]},{name:"ti-linkedin",tags:[]},{name:"ti-linux",tags:[]},{name:"ti-list",tags:[]},{name:"ti-list-ol",tags:[]},{name:"ti-location-arrow",tags:[]},{name:"ti-location-pin",tags:[]},{name:"ti-lock",tags:[]},{name:"ti-loop",tags:[]},{name:"ti-magnet",tags:[]},{name:"ti-map",tags:[]},{name:"ti-map-alt",tags:[]},{name:"ti-marker",tags:[]},{name:"ti-marker-alt",tags:[]},{name:"ti-medall",tags:[]},{name:"ti-medall-alt",tags:[]},{name:"ti-menu",tags:[]},{name:"ti-menu-alt",tags:[]},{name:"ti-microphone",tags:[]},{name:"ti-microphone-alt",tags:[]},{name:"ti-microsoft",tags:[]},{name:"ti-microsoft-alt",tags:[]},{name:"ti-minus",tags:[]},{name:"ti-mobile",tags:[]},{name:"ti-money",tags:[]},{name:"ti-more",tags:[]},{name:"ti-more-alt",tags:[]},{name:"ti-mouse",tags:[]},{name:"ti-mouse-alt",tags:[]},{name:"ti-move",tags:[]},{name:"ti-music",tags:[]},{name:"ti-music-alt",tags:[]},{name:"ti-na",tags:[]},{name:"ti-new-window",tags:[]},{name:"ti-notepad",tags:[]},{name:"ti-package",tags:[]},{name:"ti-paint-bucket",tags:[]},{name:"ti-paint-roller",tags:[]},{name:"ti-palette",tags:[]},{name:"ti-panel",tags:[]},{name:"ti-paragraph",tags:[]},{name:"ti-pencil",tags:[]},{name:"ti-pencil-alt",tags:[]},{name:"ti-pencil-alt2",tags:[]},{name:"ti-pie-chart",tags:[]},{name:"ti-pin",tags:[]},{name:"ti-pin2",tags:[]},{name:"ti-pinterest",tags:[]},{name:"ti-pinterest-alt",tags:[]},{name:"ti-pin-alt",tags:[]},{name:"ti-plug",tags:[]},{name:"ti-plus",tags:[]},{name:"ti-power-off",tags:[]},{name:"ti-printer",tags:[]},{name:"ti-pulse",tags:[]},{name:"ti-quote-left",tags:[]},{name:"ti-quote-right",tags:[]},{name:"ti-receipt",tags:[]},{name:"ti-reddit",tags:[]},{name:"ti-reload",tags:[]},{name:"ti-rocket",tags:[]},{name:"ti-rss",tags:[]},{name:"ti-rss-alt",tags:[]},{name:"ti-ruler",tags:[]},{name:"ti-ruler-alt",tags:[]},{name:"ti-ruler-alt-2",tags:[]},{name:"ti-ruler-pencil",tags:[]},{name:"ti-save",tags:[]},{name:"ti-save-alt",tags:[]},{name:"ti-search",tags:[]},{name:"ti-server",tags:[]},{name:"ti-settings",tags:[]},{name:"ti-share",tags:[]},{name:"ti-sharethis",tags:[]},{name:"ti-sharethis-alt",tags:[]},{name:"ti-share-alt",tags:[]},{name:"ti-shield",tags:[]},{name:"ti-shift-left",tags:[]},{name:"ti-shift-left-alt",tags:[]},{name:"ti-shift-right",tags:[]},{name:"ti-shift-right-alt",tags:[]},{name:"ti-shine",tags:[]},{name:"ti-shopping-cart",tags:[]},{name:"ti-shopping-cart-full",tags:[]},{name:"ti-shortcode",tags:[]},{name:"ti-signal",tags:[]},{name:"ti-skype",tags:[]},{name:"ti-slice",tags:[]},{name:"ti-smallcap",tags:[]},{name:"ti-soundcloud",tags:[]},{name:"ti-split-h",tags:[]},{name:"ti-split-v",tags:[]},{name:"ti-split-v-alt",tags:[]},{name:"ti-spray",tags:[]},{name:"ti-stack-overflow",tags:[]},{name:"ti-stamp",tags:[]},{name:"ti-star",tags:[]},{name:"ti-stats-down",tags:[]},{name:"ti-stats-up",tags:[]},{name:"ti-support",tags:[]},{name:"ti-tablet",tags:[]},{name:"ti-tag",tags:[]},{name:"ti-target",tags:[]},{name:"ti-text",tags:[]},{name:"ti-themify-favicon",tags:[]},{name:"ti-themify-favicon-alt",tags:[]},{name:"ti-themify-logo",tags:[]},{name:"ti-thought",tags:[]},{name:"ti-thumb-down",tags:[]},{name:"ti-thumb-up",tags:[]},{name:"ti-ticket",tags:[]},{name:"ti-time",tags:[]},{name:"ti-timer",tags:[]},{name:"ti-trash",tags:[]},{name:"ti-trello",tags:[]},{name:"ti-truck",tags:[]},{name:"ti-tumblr",tags:[]},{name:"ti-tumblr-alt",tags:[]},{name:"ti-twitter",tags:[]},{name:"ti-twitter-alt",tags:[]},{name:"ti-underline",tags:[]},{name:"ti-unlink",tags:[]},{name:"ti-unlock",tags:[]},{name:"ti-upload",tags:[]},{name:"ti-uppercase",tags:[]},{name:"ti-user",tags:[]},{name:"ti-vector",tags:[]},{name:"ti-video-camera",tags:[]},{name:"ti-video-clapper",tags:[]},{name:"ti-view-grid",tags:[]},{name:"ti-view-list",tags:[]},{name:"ti-view-list-alt",tags:[]},{name:"ti-vimeo",tags:[]},{name:"ti-vimeo-alt",tags:[]},{name:"ti-volume",tags:[]},{name:"ti-wallet",tags:[]},{name:"ti-wand",tags:[]},{name:"ti-wheelchair",tags:[]},{name:"ti-widget",tags:[]},{name:"ti-widgetized",tags:[]},{name:"ti-widget-alt",tags:[]},{name:"ti-window",tags:[]},{name:"ti-wordpress",tags:[]},{name:"ti-world",tags:[]},{name:"ti-write",tags:[]},{name:"ti-yahoo",tags:[]},{name:"ti-youtube",tags:[]},{name:"ti-zip",tags:[]},{name:"ti-zoom-in",tags:[]},{name:"ti-zoom-out",tags:[]}]}},bff6:function(a,e){},c0c1:function(a,e,t){"use strict";t.r(e),e["default"]={name:"material-icons-sharp",icons:[{name:"s_10k",tags:[]},{name:"s_10mp",tags:[]},{name:"s_11mp",tags:[]},{name:"s_12mp",tags:[]},{name:"s_13mp",tags:[]},{name:"s_14mp",tags:[]},{name:"s_15mp",tags:[]},{name:"s_16mp",tags:[]},{name:"s_17mp",tags:[]},{name:"s_18mp",tags:[]},{name:"s_19mp",tags:[]},{name:"s_1k",tags:[]},{name:"s_1k_plus",tags:[]},{name:"s_1x_mobiledata",tags:[]},{name:"s_20mp",tags:[]},{name:"s_21mp",tags:[]},{name:"s_22mp",tags:[]},{name:"s_23mp",tags:[]},{name:"s_24mp",tags:[]},{name:"s_2k",tags:[]},{name:"s_2k_plus",tags:[]},{name:"s_2mp",tags:[]},{name:"s_30fps",tags:[]},{name:"s_30fps_select",tags:[]},{name:"s_360",tags:[]},{name:"s_3d_rotation",tags:[]},{name:"s_3g_mobiledata",tags:[]},{name:"s_3k",tags:[]},{name:"s_3k_plus",tags:[]},{name:"s_3mp",tags:[]},{name:"s_3p",tags:[]},{name:"s_4g_mobiledata",tags:[]},{name:"s_4g_plus_mobiledata",tags:[]},{name:"s_4k",tags:[]},{name:"s_4k_plus",tags:[]},{name:"s_4mp",tags:[]},{name:"s_5g",tags:[]},{name:"s_5k",tags:[]},{name:"s_5k_plus",tags:[]},{name:"s_5mp",tags:[]},{name:"s_6_ft_apart",tags:[]},{name:"s_60fps",tags:[]},{name:"s_60fps_select",tags:[]},{name:"s_6k",tags:[]},{name:"s_6k_plus",tags:[]},{name:"s_6mp",tags:[]},{name:"s_7k",tags:[]},{name:"s_7k_plus",tags:[]},{name:"s_7mp",tags:[]},{name:"s_8k",tags:[]},{name:"s_8k_plus",tags:[]},{name:"s_8mp",tags:[]},{name:"s_9k",tags:[]},{name:"s_9k_plus",tags:[]},{name:"s_9mp",tags:[]},{name:"s_ac_unit",tags:[]},{name:"s_access_alarm",tags:[]},{name:"s_access_alarms",tags:[]},{name:"s_access_time",tags:[]},{name:"s_access_time_filled",tags:[]},{name:"s_accessibility",tags:[]},{name:"s_accessibility_new",tags:[]},{name:"s_accessible",tags:[]},{name:"s_accessible_forward",tags:[]},{name:"s_account_balance",tags:[]},{name:"s_account_balance_wallet",tags:[]},{name:"s_account_box",tags:[]},{name:"s_account_circle",tags:[]},{name:"s_account_tree",tags:[]},{name:"s_ad_units",tags:[]},{name:"s_adb",tags:[]},{name:"s_add",tags:[]},{name:"s_add_a_photo",tags:[]},{name:"s_add_alarm",tags:[]},{name:"s_add_alert",tags:[]},{name:"s_add_box",tags:[]},{name:"s_add_business",tags:[]},{name:"s_add_chart",tags:[]},{name:"s_add_circle",tags:[]},{name:"s_add_circle_outline",tags:[]},{name:"s_add_comment",tags:[]},{name:"s_add_ic_call",tags:[]},{name:"s_add_link",tags:[]},{name:"s_add_location",tags:[]},{name:"s_add_location_alt",tags:[]},{name:"s_add_moderator",tags:[]},{name:"s_add_photo_alternate",tags:[]},{name:"s_add_reaction",tags:[]},{name:"s_add_road",tags:[]},{name:"s_add_shopping_cart",tags:[]},{name:"s_add_task",tags:[]},{name:"s_add_to_drive",tags:[]},{name:"s_add_to_home_screen",tags:[]},{name:"s_add_to_photos",tags:[]},{name:"s_add_to_queue",tags:[]},{name:"s_addchart",tags:[]},{name:"s_adjust",tags:[]},{name:"s_admin_panel_settings",tags:[]},{name:"s_agriculture",tags:[]},{name:"s_air",tags:[]},{name:"s_airline_seat_flat",tags:[]},{name:"s_airline_seat_flat_angled",tags:[]},{name:"s_airline_seat_individual_suite",tags:[]},{name:"s_airline_seat_legroom_extra",tags:[]},{name:"s_airline_seat_legroom_normal",tags:[]},{name:"s_airline_seat_legroom_reduced",tags:[]},{name:"s_airline_seat_recline_extra",tags:[]},{name:"s_airline_seat_recline_normal",tags:[]},{name:"s_airplane_ticket",tags:[]},{name:"s_airplanemode_active",tags:[]},{name:"s_airplanemode_inactive",tags:[]},{name:"s_airplay",tags:[]},{name:"s_airport_shuttle",tags:[]},{name:"s_alarm",tags:[]},{name:"s_alarm_add",tags:[]},{name:"s_alarm_off",tags:[]},{name:"s_alarm_on",tags:[]},{name:"s_album",tags:[]},{name:"s_align_horizontal_center",tags:[]},{name:"s_align_horizontal_left",tags:[]},{name:"s_align_horizontal_right",tags:[]},{name:"s_align_vertical_bottom",tags:[]},{name:"s_align_vertical_center",tags:[]},{name:"s_align_vertical_top",tags:[]},{name:"s_all_inbox",tags:[]},{name:"s_all_inclusive",tags:[]},{name:"s_all_out",tags:[]},{name:"s_alt_route",tags:[]},{name:"s_alternate_email",tags:[]},{name:"s_analytics",tags:[]},{name:"s_anchor",tags:[]},{name:"s_android",tags:[]},{name:"s_animation",tags:[]},{name:"s_announcement",tags:[]},{name:"s_aod",tags:[]},{name:"s_apartment",tags:[]},{name:"s_api",tags:[]},{name:"s_app_blocking",tags:[]},{name:"s_app_registration",tags:[]},{name:"s_app_settings_alt",tags:[]},{name:"s_approval",tags:[]},{name:"s_apps",tags:[]},{name:"s_architecture",tags:[]},{name:"s_archive",tags:[]},{name:"s_arrow_back",tags:[]},{name:"s_arrow_back_ios",tags:[]},{name:"s_arrow_back_ios_new",tags:[]},{name:"s_arrow_circle_down",tags:[]},{name:"s_arrow_circle_up",tags:[]},{name:"s_arrow_downward",tags:[]},{name:"s_arrow_drop_down",tags:[]},{name:"s_arrow_drop_down_circle",tags:[]},{name:"s_arrow_drop_up",tags:[]},{name:"s_arrow_forward",tags:[]},{name:"s_arrow_forward_ios",tags:[]},{name:"s_arrow_left",tags:[]},{name:"s_arrow_right",tags:[]},{name:"s_arrow_right_alt",tags:[]},{name:"s_arrow_upward",tags:[]},{name:"s_art_track",tags:[]},{name:"s_article",tags:[]},{name:"s_aspect_ratio",tags:[]},{name:"s_assessment",tags:[]},{name:"s_assignment",tags:[]},{name:"s_assignment_ind",tags:[]},{name:"s_assignment_late",tags:[]},{name:"s_assignment_return",tags:[]},{name:"s_assignment_returned",tags:[]},{name:"s_assignment_turned_in",tags:[]},{name:"s_assistant",tags:[]},{name:"s_assistant_direction",tags:[]},{name:"s_assistant_photo",tags:[]},{name:"s_atm",tags:[]},{name:"s_attach_email",tags:[]},{name:"s_attach_file",tags:[]},{name:"s_attach_money",tags:[]},{name:"s_attachment",tags:[]},{name:"s_attractions",tags:[]},{name:"s_attribution",tags:[]},{name:"s_audiotrack",tags:[]},{name:"s_auto_awesome",tags:[]},{name:"s_auto_awesome_mosaic",tags:[]},{name:"s_auto_awesome_motion",tags:[]},{name:"s_auto_delete",tags:[]},{name:"s_auto_fix_high",tags:[]},{name:"s_auto_fix_normal",tags:[]},{name:"s_auto_fix_off",tags:[]},{name:"s_auto_graph",tags:[]},{name:"s_auto_stories",tags:[]},{name:"s_autofps_select",tags:[]},{name:"s_autorenew",tags:[]},{name:"s_av_timer",tags:[]},{name:"s_baby_changing_station",tags:[]},{name:"s_backpack",tags:[]},{name:"s_backspace",tags:[]},{name:"s_backup",tags:[]},{name:"s_backup_table",tags:[]},{name:"s_badge",tags:[]},{name:"s_bakery_dining",tags:[]},{name:"s_balcony",tags:[]},{name:"s_ballot",tags:[]},{name:"s_bar_chart",tags:[]},{name:"s_batch_prediction",tags:[]},{name:"s_bathroom",tags:[]},{name:"s_bathtub",tags:[]},{name:"s_battery_alert",tags:[]},{name:"s_battery_charging_full",tags:[]},{name:"s_battery_full",tags:[]},{name:"s_battery_saver",tags:[]},{name:"s_battery_std",tags:[]},{name:"s_battery_unknown",tags:[]},{name:"s_beach_access",tags:[]},{name:"s_bed",tags:[]},{name:"s_bedroom_baby",tags:[]},{name:"s_bedroom_child",tags:[]},{name:"s_bedroom_parent",tags:[]},{name:"s_bedtime",tags:[]},{name:"s_beenhere",tags:[]},{name:"s_bento",tags:[]},{name:"s_bike_scooter",tags:[]},{name:"s_biotech",tags:[]},{name:"s_blender",tags:[]},{name:"s_block",tags:[]},{name:"s_bloodtype",tags:[]},{name:"s_bluetooth",tags:[]},{name:"s_bluetooth_audio",tags:[]},{name:"s_bluetooth_connected",tags:[]},{name:"s_bluetooth_disabled",tags:[]},{name:"s_bluetooth_drive",tags:[]},{name:"s_bluetooth_searching",tags:[]},{name:"s_blur_circular",tags:[]},{name:"s_blur_linear",tags:[]},{name:"s_blur_off",tags:[]},{name:"s_blur_on",tags:[]},{name:"s_bolt",tags:[]},{name:"s_book",tags:[]},{name:"s_book_online",tags:[]},{name:"s_bookmark",tags:[]},{name:"s_bookmark_add",tags:[]},{name:"s_bookmark_added",tags:[]},{name:"s_bookmark_border",tags:[]},{name:"s_bookmark_remove",tags:[]},{name:"s_bookmarks",tags:[]},{name:"s_border_all",tags:[]},{name:"s_border_bottom",tags:[]},{name:"s_border_clear",tags:[]},{name:"s_border_color",tags:[]},{name:"s_border_horizontal",tags:[]},{name:"s_border_inner",tags:[]},{name:"s_border_left",tags:[]},{name:"s_border_outer",tags:[]},{name:"s_border_right",tags:[]},{name:"s_border_style",tags:[]},{name:"s_border_top",tags:[]},{name:"s_border_vertical",tags:[]},{name:"s_branding_watermark",tags:[]},{name:"s_breakfast_dining",tags:[]},{name:"s_brightness_1",tags:[]},{name:"s_brightness_2",tags:[]},{name:"s_brightness_3",tags:[]},{name:"s_brightness_4",tags:[]},{name:"s_brightness_5",tags:[]},{name:"s_brightness_6",tags:[]},{name:"s_brightness_7",tags:[]},{name:"s_brightness_auto",tags:[]},{name:"s_brightness_high",tags:[]},{name:"s_brightness_low",tags:[]},{name:"s_brightness_medium",tags:[]},{name:"s_broken_image",tags:[]},{name:"s_browser_not_supported",tags:[]},{name:"s_brunch_dining",tags:[]},{name:"s_brush",tags:[]},{name:"s_bubble_chart",tags:[]},{name:"s_bug_report",tags:[]},{name:"s_build",tags:[]},{name:"s_build_circle",tags:[]},{name:"s_bungalow",tags:[]},{name:"s_burst_mode",tags:[]},{name:"s_bus_alert",tags:[]},{name:"s_business",tags:[]},{name:"s_business_center",tags:[]},{name:"s_cabin",tags:[]},{name:"s_cable",tags:[]},{name:"s_cached",tags:[]},{name:"s_cake",tags:[]},{name:"s_calculate",tags:[]},{name:"s_calendar_today",tags:[]},{name:"s_calendar_view_day",tags:[]},{name:"s_calendar_view_month",tags:[]},{name:"s_calendar_view_week",tags:[]},{name:"s_call",tags:[]},{name:"s_call_end",tags:[]},{name:"s_call_made",tags:[]},{name:"s_call_merge",tags:[]},{name:"s_call_missed",tags:[]},{name:"s_call_missed_outgoing",tags:[]},{name:"s_call_received",tags:[]},{name:"s_call_split",tags:[]},{name:"s_call_to_action",tags:[]},{name:"s_camera",tags:[]},{name:"s_camera_alt",tags:[]},{name:"s_camera_enhance",tags:[]},{name:"s_camera_front",tags:[]},{name:"s_camera_indoor",tags:[]},{name:"s_camera_outdoor",tags:[]},{name:"s_camera_rear",tags:[]},{name:"s_camera_roll",tags:[]},{name:"s_cameraswitch",tags:[]},{name:"s_campaign",tags:[]},{name:"s_cancel",tags:[]},{name:"s_cancel_presentation",tags:[]},{name:"s_cancel_schedule_send",tags:[]},{name:"s_car_rental",tags:[]},{name:"s_car_repair",tags:[]},{name:"s_card_giftcard",tags:[]},{name:"s_card_membership",tags:[]},{name:"s_card_travel",tags:[]},{name:"s_carpenter",tags:[]},{name:"s_cases",tags:[]},{name:"s_casino",tags:[]},{name:"s_cast",tags:[]},{name:"s_cast_connected",tags:[]},{name:"s_cast_for_education",tags:[]},{name:"s_catching_pokemon",tags:[]},{name:"s_category",tags:[]},{name:"s_celebration",tags:[]},{name:"s_cell_wifi",tags:[]},{name:"s_center_focus_strong",tags:[]},{name:"s_center_focus_weak",tags:[]},{name:"s_chair",tags:[]},{name:"s_chair_alt",tags:[]},{name:"s_chalet",tags:[]},{name:"s_change_circle",tags:[]},{name:"s_change_history",tags:[]},{name:"s_charging_station",tags:[]},{name:"s_chat",tags:[]},{name:"s_chat_bubble",tags:[]},{name:"s_chat_bubble_outline",tags:[]},{name:"s_check",tags:[]},{name:"s_check_box",tags:[]},{name:"s_check_box_outline_blank",tags:[]},{name:"s_check_circle",tags:[]},{name:"s_check_circle_outline",tags:[]},{name:"s_checklist",tags:[]},{name:"s_checklist_rtl",tags:[]},{name:"s_checkroom",tags:[]},{name:"s_chevron_left",tags:[]},{name:"s_chevron_right",tags:[]},{name:"s_child_care",tags:[]},{name:"s_child_friendly",tags:[]},{name:"s_chrome_reader_mode",tags:[]},{name:"s_circle",tags:[]},{name:"s_circle_notifications",tags:[]},{name:"s_class",tags:[]},{name:"s_clean_hands",tags:[]},{name:"s_cleaning_services",tags:[]},{name:"s_clear",tags:[]},{name:"s_clear_all",tags:[]},{name:"s_close",tags:[]},{name:"s_close_fullscreen",tags:[]},{name:"s_closed_caption",tags:[]},{name:"s_closed_caption_disabled",tags:[]},{name:"s_closed_caption_off",tags:[]},{name:"s_cloud",tags:[]},{name:"s_cloud_circle",tags:[]},{name:"s_cloud_done",tags:[]},{name:"s_cloud_download",tags:[]},{name:"s_cloud_off",tags:[]},{name:"s_cloud_queue",tags:[]},{name:"s_cloud_upload",tags:[]},{name:"s_code",tags:[]},{name:"s_code_off",tags:[]},{name:"s_coffee",tags:[]},{name:"s_coffee_maker",tags:[]},{name:"s_collections",tags:[]},{name:"s_collections_bookmark",tags:[]},{name:"s_color_lens",tags:[]},{name:"s_colorize",tags:[]},{name:"s_comment",tags:[]},{name:"s_comment_bank",tags:[]},{name:"s_commute",tags:[]},{name:"s_compare",tags:[]},{name:"s_compare_arrows",tags:[]},{name:"s_compass_calibration",tags:[]},{name:"s_compress",tags:[]},{name:"s_computer",tags:[]},{name:"s_confirmation_number",tags:[]},{name:"s_connect_without_contact",tags:[]},{name:"s_connected_tv",tags:[]},{name:"s_construction",tags:[]},{name:"s_contact_mail",tags:[]},{name:"s_contact_page",tags:[]},{name:"s_contact_phone",tags:[]},{name:"s_contact_support",tags:[]},{name:"s_contactless",tags:[]},{name:"s_contacts",tags:[]},{name:"s_content_copy",tags:[]},{name:"s_content_cut",tags:[]},{name:"s_content_paste",tags:[]},{name:"s_content_paste_off",tags:[]},{name:"s_control_camera",tags:[]},{name:"s_control_point",tags:[]},{name:"s_control_point_duplicate",tags:[]},{name:"s_copy_all",tags:[]},{name:"s_copyright",tags:[]},{name:"s_coronavirus",tags:[]},{name:"s_corporate_fare",tags:[]},{name:"s_cottage",tags:[]},{name:"s_countertops",tags:[]},{name:"s_create",tags:[]},{name:"s_create_new_folder",tags:[]},{name:"s_credit_card",tags:[]},{name:"s_credit_card_off",tags:[]},{name:"s_credit_score",tags:[]},{name:"s_crib",tags:[]},{name:"s_crop",tags:[]},{name:"s_crop_16_9",tags:[]},{name:"s_crop_3_2",tags:[]},{name:"s_crop_5_4",tags:[]},{name:"s_crop_7_5",tags:[]},{name:"s_crop_din",tags:[]},{name:"s_crop_free",tags:[]},{name:"s_crop_landscape",tags:[]},{name:"s_crop_original",tags:[]},{name:"s_crop_portrait",tags:[]},{name:"s_crop_rotate",tags:[]},{name:"s_crop_square",tags:[]},{name:"s_dangerous",tags:[]},{name:"s_dark_mode",tags:[]},{name:"s_dashboard",tags:[]},{name:"s_dashboard_customize",tags:[]},{name:"s_data_saver_off",tags:[]},{name:"s_data_saver_on",tags:[]},{name:"s_data_usage",tags:[]},{name:"s_date_range",tags:[]},{name:"s_deck",tags:[]},{name:"s_dehaze",tags:[]},{name:"s_delete",tags:[]},{name:"s_delete_forever",tags:[]},{name:"s_delete_outline",tags:[]},{name:"s_delete_sweep",tags:[]},{name:"s_delivery_dining",tags:[]},{name:"s_departure_board",tags:[]},{name:"s_description",tags:[]},{name:"s_design_services",tags:[]},{name:"s_desktop_access_disabled",tags:[]},{name:"s_desktop_mac",tags:[]},{name:"s_desktop_windows",tags:[]},{name:"s_details",tags:[]},{name:"s_developer_board",tags:[]},{name:"s_developer_board_off",tags:[]},{name:"s_developer_mode",tags:[]},{name:"s_device_hub",tags:[]},{name:"s_device_thermostat",tags:[]},{name:"s_device_unknown",tags:[]},{name:"s_devices",tags:[]},{name:"s_devices_other",tags:[]},{name:"s_dialer_sip",tags:[]},{name:"s_dialpad",tags:[]},{name:"s_dining",tags:[]},{name:"s_dinner_dining",tags:[]},{name:"s_directions",tags:[]},{name:"s_directions_bike",tags:[]},{name:"s_directions_boat",tags:[]},{name:"s_directions_boat_filled",tags:[]},{name:"s_directions_bus",tags:[]},{name:"s_directions_bus_filled",tags:[]},{name:"s_directions_car",tags:[]},{name:"s_directions_car_filled",tags:[]},{name:"s_directions_off",tags:[]},{name:"s_directions_railway",tags:[]},{name:"s_directions_railway_filled",tags:[]},{name:"s_directions_run",tags:[]},{name:"s_directions_subway",tags:[]},{name:"s_directions_subway_filled",tags:[]},{name:"s_directions_transit",tags:[]},{name:"s_directions_transit_filled",tags:[]},{name:"s_directions_walk",tags:[]},{name:"s_dirty_lens",tags:[]},{name:"s_disabled_by_default",tags:[]},{name:"s_disc_full",tags:[]},{name:"s_dns",tags:[]},{name:"s_do_disturb",tags:[]},{name:"s_do_disturb_alt",tags:[]},{name:"s_do_disturb_off",tags:[]},{name:"s_do_disturb_on",tags:[]},{name:"s_do_not_disturb",tags:[]},{name:"s_do_not_disturb_alt",tags:[]},{name:"s_do_not_disturb_off",tags:[]},{name:"s_do_not_disturb_on",tags:[]},{name:"s_do_not_disturb_on_total_silence",tags:[]},{name:"s_do_not_step",tags:[]},{name:"s_do_not_touch",tags:[]},{name:"s_dock",tags:[]},{name:"s_document_scanner",tags:[]},{name:"s_domain",tags:[]},{name:"s_domain_disabled",tags:[]},{name:"s_domain_verification",tags:[]},{name:"s_done",tags:[]},{name:"s_done_all",tags:[]},{name:"s_done_outline",tags:[]},{name:"s_donut_large",tags:[]},{name:"s_donut_small",tags:[]},{name:"s_door_back",tags:[]},{name:"s_door_front",tags:[]},{name:"s_door_sliding",tags:[]},{name:"s_doorbell",tags:[]},{name:"s_double_arrow",tags:[]},{name:"s_downhill_skiing",tags:[]},{name:"s_download",tags:[]},{name:"s_download_done",tags:[]},{name:"s_download_for_offline",tags:[]},{name:"s_downloading",tags:[]},{name:"s_drafts",tags:[]},{name:"s_drag_handle",tags:[]},{name:"s_drag_indicator",tags:[]},{name:"s_drive_eta",tags:[]},{name:"s_drive_file_move",tags:[]},{name:"s_drive_file_rename_outline",tags:[]},{name:"s_drive_folder_upload",tags:[]},{name:"s_dry",tags:[]},{name:"s_dry_cleaning",tags:[]},{name:"s_duo",tags:[]},{name:"s_dvr",tags:[]},{name:"s_dynamic_feed",tags:[]},{name:"s_dynamic_form",tags:[]},{name:"s_e_mobiledata",tags:[]},{name:"s_earbuds",tags:[]},{name:"s_earbuds_battery",tags:[]},{name:"s_east",tags:[]},{name:"s_eco",tags:[]},{name:"s_edgesensor_high",tags:[]},{name:"s_edgesensor_low",tags:[]},{name:"s_edit",tags:[]},{name:"s_edit_attributes",tags:[]},{name:"s_edit_location",tags:[]},{name:"s_edit_location_alt",tags:[]},{name:"s_edit_notifications",tags:[]},{name:"s_edit_off",tags:[]},{name:"s_edit_road",tags:[]},{name:"s_eject",tags:[]},{name:"s_elderly",tags:[]},{name:"s_electric_bike",tags:[]},{name:"s_electric_car",tags:[]},{name:"s_electric_moped",tags:[]},{name:"s_electric_rickshaw",tags:[]},{name:"s_electric_scooter",tags:[]},{name:"s_electrical_services",tags:[]},{name:"s_elevator",tags:[]},{name:"s_email",tags:[]},{name:"s_emoji_emotions",tags:[]},{name:"s_emoji_events",tags:[]},{name:"s_emoji_flags",tags:[]},{name:"s_emoji_food_beverage",tags:[]},{name:"s_emoji_nature",tags:[]},{name:"s_emoji_objects",tags:[]},{name:"s_emoji_people",tags:[]},{name:"s_emoji_symbols",tags:[]},{name:"s_emoji_transportation",tags:[]},{name:"s_engineering",tags:[]},{name:"s_enhanced_encryption",tags:[]},{name:"s_equalizer",tags:[]},{name:"s_error",tags:[]},{name:"s_error_outline",tags:[]},{name:"s_escalator",tags:[]},{name:"s_escalator_warning",tags:[]},{name:"s_euro",tags:[]},{name:"s_euro_symbol",tags:[]},{name:"s_ev_station",tags:[]},{name:"s_event",tags:[]},{name:"s_event_available",tags:[]},{name:"s_event_busy",tags:[]},{name:"s_event_note",tags:[]},{name:"s_event_seat",tags:[]},{name:"s_exit_to_app",tags:[]},{name:"s_expand",tags:[]},{name:"s_expand_less",tags:[]},{name:"s_expand_more",tags:[]},{name:"s_explicit",tags:[]},{name:"s_explore",tags:[]},{name:"s_explore_off",tags:[]},{name:"s_exposure",tags:[]},{name:"s_exposure_neg_1",tags:[]},{name:"s_exposure_neg_2",tags:[]},{name:"s_exposure_plus_1",tags:[]},{name:"s_exposure_plus_2",tags:[]},{name:"s_exposure_zero",tags:[]},{name:"s_extension",tags:[]},{name:"s_extension_off",tags:[]},{name:"s_face",tags:[]},{name:"s_face_retouching_natural",tags:[]},{name:"s_face_retouching_off",tags:[]},{name:"s_facebook",tags:[]},{name:"s_fact_check",tags:[]},{name:"s_family_restroom",tags:[]},{name:"s_fast_forward",tags:[]},{name:"s_fast_rewind",tags:[]},{name:"s_fastfood",tags:[]},{name:"s_favorite",tags:[]},{name:"s_favorite_border",tags:[]},{name:"s_featured_play_list",tags:[]},{name:"s_featured_video",tags:[]},{name:"s_feed",tags:[]},{name:"s_feedback",tags:[]},{name:"s_female",tags:[]},{name:"s_fence",tags:[]},{name:"s_festival",tags:[]},{name:"s_fiber_dvr",tags:[]},{name:"s_fiber_manual_record",tags:[]},{name:"s_fiber_new",tags:[]},{name:"s_fiber_pin",tags:[]},{name:"s_fiber_smart_record",tags:[]},{name:"s_file_copy",tags:[]},{name:"s_file_download",tags:[]},{name:"s_file_download_done",tags:[]},{name:"s_file_download_off",tags:[]},{name:"s_file_present",tags:[]},{name:"s_file_upload",tags:[]},{name:"s_filter",tags:[]},{name:"s_filter_1",tags:[]},{name:"s_filter_2",tags:[]},{name:"s_filter_3",tags:[]},{name:"s_filter_4",tags:[]},{name:"s_filter_5",tags:[]},{name:"s_filter_6",tags:[]},{name:"s_filter_7",tags:[]},{name:"s_filter_8",tags:[]},{name:"s_filter_9",tags:[]},{name:"s_filter_9_plus",tags:[]},{name:"s_filter_alt",tags:[]},{name:"s_filter_b_and_w",tags:[]},{name:"s_filter_center_focus",tags:[]},{name:"s_filter_drama",tags:[]},{name:"s_filter_frames",tags:[]},{name:"s_filter_hdr",tags:[]},{name:"s_filter_list",tags:[]},{name:"s_filter_none",tags:[]},{name:"s_filter_tilt_shift",tags:[]},{name:"s_filter_vintage",tags:[]},{name:"s_find_in_page",tags:[]},{name:"s_find_replace",tags:[]},{name:"s_fingerprint",tags:[]},{name:"s_fire_extinguisher",tags:[]},{name:"s_fireplace",tags:[]},{name:"s_first_page",tags:[]},{name:"s_fit_screen",tags:[]},{name:"s_fitness_center",tags:[]},{name:"s_flag",tags:[]},{name:"s_flaky",tags:[]},{name:"s_flare",tags:[]},{name:"s_flash_auto",tags:[]},{name:"s_flash_off",tags:[]},{name:"s_flash_on",tags:[]},{name:"s_flashlight_off",tags:[]},{name:"s_flashlight_on",tags:[]},{name:"s_flatware",tags:[]},{name:"s_flight",tags:[]},{name:"s_flight_land",tags:[]},{name:"s_flight_takeoff",tags:[]},{name:"s_flip",tags:[]},{name:"s_flip_camera_android",tags:[]},{name:"s_flip_camera_ios",tags:[]},{name:"s_flip_to_back",tags:[]},{name:"s_flip_to_front",tags:[]},{name:"s_flourescent",tags:[]},{name:"s_flutter_dash",tags:[]},{name:"s_fmd_bad",tags:[]},{name:"s_fmd_good",tags:[]},{name:"s_folder",tags:[]},{name:"s_folder_open",tags:[]},{name:"s_folder_shared",tags:[]},{name:"s_folder_special",tags:[]},{name:"s_follow_the_signs",tags:[]},{name:"s_font_download",tags:[]},{name:"s_font_download_off",tags:[]},{name:"s_food_bank",tags:[]},{name:"s_format_align_center",tags:[]},{name:"s_format_align_justify",tags:[]},{name:"s_format_align_left",tags:[]},{name:"s_format_align_right",tags:[]},{name:"s_format_bold",tags:[]},{name:"s_format_clear",tags:[]},{name:"s_format_color_fill",tags:[]},{name:"s_format_color_reset",tags:[]},{name:"s_format_color_text",tags:[]},{name:"s_format_indent_decrease",tags:[]},{name:"s_format_indent_increase",tags:[]},{name:"s_format_italic",tags:[]},{name:"s_format_line_spacing",tags:[]},{name:"s_format_list_bulleted",tags:[]},{name:"s_format_list_numbered",tags:[]},{name:"s_format_list_numbered_rtl",tags:[]},{name:"s_format_paint",tags:[]},{name:"s_format_quote",tags:[]},{name:"s_format_shapes",tags:[]},{name:"s_format_size",tags:[]},{name:"s_format_strikethrough",tags:[]},{name:"s_format_textdirection_l_to_r",tags:[]},{name:"s_format_textdirection_r_to_l",tags:[]},{name:"s_format_underlined",tags:[]},{name:"s_forum",tags:[]},{name:"s_forward",tags:[]},{name:"s_forward_10",tags:[]},{name:"s_forward_30",tags:[]},{name:"s_forward_5",tags:[]},{name:"s_forward_to_inbox",tags:[]},{name:"s_foundation",tags:[]},{name:"s_free_breakfast",tags:[]},{name:"s_fullscreen",tags:[]},{name:"s_fullscreen_exit",tags:[]},{name:"s_functions",tags:[]},{name:"s_g_mobiledata",tags:[]},{name:"s_g_translate",tags:[]},{name:"s_gamepad",tags:[]},{name:"s_games",tags:[]},{name:"s_garage",tags:[]},{name:"s_gavel",tags:[]},{name:"s_gesture",tags:[]},{name:"s_get_app",tags:[]},{name:"s_gif",tags:[]},{name:"s_gite",tags:[]},{name:"s_golf_course",tags:[]},{name:"s_gpp_bad",tags:[]},{name:"s_gpp_good",tags:[]},{name:"s_gpp_maybe",tags:[]},{name:"s_gps_fixed",tags:[]},{name:"s_gps_not_fixed",tags:[]},{name:"s_gps_off",tags:[]},{name:"s_grade",tags:[]},{name:"s_gradient",tags:[]},{name:"s_grading",tags:[]},{name:"s_grain",tags:[]},{name:"s_graphic_eq",tags:[]},{name:"s_grass",tags:[]},{name:"s_grid_3x3",tags:[]},{name:"s_grid_4x4",tags:[]},{name:"s_grid_goldenratio",tags:[]},{name:"s_grid_off",tags:[]},{name:"s_grid_on",tags:[]},{name:"s_grid_view",tags:[]},{name:"s_group",tags:[]},{name:"s_group_add",tags:[]},{name:"s_group_work",tags:[]},{name:"s_groups",tags:[]},{name:"s_h_mobiledata",tags:[]},{name:"s_h_plus_mobiledata",tags:[]},{name:"s_hail",tags:[]},{name:"s_handyman",tags:[]},{name:"s_hardware",tags:[]},{name:"s_hd",tags:[]},{name:"s_hdr_auto",tags:[]},{name:"s_hdr_auto_select",tags:[]},{name:"s_hdr_enhanced_select",tags:[]},{name:"s_hdr_off",tags:[]},{name:"s_hdr_off_select",tags:[]},{name:"s_hdr_on",tags:[]},{name:"s_hdr_on_select",tags:[]},{name:"s_hdr_plus",tags:[]},{name:"s_hdr_strong",tags:[]},{name:"s_hdr_weak",tags:[]},{name:"s_headphones",tags:[]},{name:"s_headphones_battery",tags:[]},{name:"s_headset",tags:[]},{name:"s_headset_mic",tags:[]},{name:"s_headset_off",tags:[]},{name:"s_healing",tags:[]},{name:"s_health_and_safety",tags:[]},{name:"s_hearing",tags:[]},{name:"s_hearing_disabled",tags:[]},{name:"s_height",tags:[]},{name:"s_help",tags:[]},{name:"s_help_center",tags:[]},{name:"s_help_outline",tags:[]},{name:"s_hevc",tags:[]},{name:"s_hide_image",tags:[]},{name:"s_hide_source",tags:[]},{name:"s_high_quality",tags:[]},{name:"s_highlight",tags:[]},{name:"s_highlight_alt",tags:[]},{name:"s_highlight_off",tags:[]},{name:"s_hiking",tags:[]},{name:"s_history",tags:[]},{name:"s_history_edu",tags:[]},{name:"s_history_toggle_off",tags:[]},{name:"s_holiday_village",tags:[]},{name:"s_home",tags:[]},{name:"s_home_max",tags:[]},{name:"s_home_mini",tags:[]},{name:"s_home_repair_service",tags:[]},{name:"s_home_work",tags:[]},{name:"s_horizontal_distribute",tags:[]},{name:"s_horizontal_rule",tags:[]},{name:"s_horizontal_split",tags:[]},{name:"s_hot_tub",tags:[]},{name:"s_hotel",tags:[]},{name:"s_hourglass_bottom",tags:[]},{name:"s_hourglass_disabled",tags:[]},{name:"s_hourglass_empty",tags:[]},{name:"s_hourglass_full",tags:[]},{name:"s_hourglass_top",tags:[]},{name:"s_house",tags:[]},{name:"s_house_siding",tags:[]},{name:"s_houseboat",tags:[]},{name:"s_how_to_reg",tags:[]},{name:"s_how_to_vote",tags:[]},{name:"s_http",tags:[]},{name:"s_https",tags:[]},{name:"s_hvac",tags:[]},{name:"s_ice_skating",tags:[]},{name:"s_icecream",tags:[]},{name:"s_image",tags:[]},{name:"s_image_aspect_ratio",tags:[]},{name:"s_image_not_supported",tags:[]},{name:"s_image_search",tags:[]},{name:"s_imagesearch_roller",tags:[]},{name:"s_import_contacts",tags:[]},{name:"s_import_export",tags:[]},{name:"s_important_devices",tags:[]},{name:"s_inbox",tags:[]},{name:"s_indeterminate_check_box",tags:[]},{name:"s_info",tags:[]},{name:"s_input",tags:[]},{name:"s_insert_chart",tags:[]},{name:"s_insert_chart_outlined",tags:[]},{name:"s_insert_comment",tags:[]},{name:"s_insert_drive_file",tags:[]},{name:"s_insert_emoticon",tags:[]},{name:"s_insert_invitation",tags:[]},{name:"s_insert_link",tags:[]},{name:"s_insert_photo",tags:[]},{name:"s_insights",tags:[]},{name:"s_integration_instructions",tags:[]},{name:"s_inventory",tags:[]},{name:"s_inventory_2",tags:[]},{name:"s_invert_colors",tags:[]},{name:"s_invert_colors_off",tags:[]},{name:"s_ios_share",tags:[]},{name:"s_iron",tags:[]},{name:"s_iso",tags:[]},{name:"s_kayaking",tags:[]},{name:"s_keyboard",tags:[]},{name:"s_keyboard_alt",tags:[]},{name:"s_keyboard_arrow_down",tags:[]},{name:"s_keyboard_arrow_left",tags:[]},{name:"s_keyboard_arrow_right",tags:[]},{name:"s_keyboard_arrow_up",tags:[]},{name:"s_keyboard_backspace",tags:[]},{name:"s_keyboard_capslock",tags:[]},{name:"s_keyboard_hide",tags:[]},{name:"s_keyboard_return",tags:[]},{name:"s_keyboard_tab",tags:[]},{name:"s_keyboard_voice",tags:[]},{name:"s_king_bed",tags:[]},{name:"s_kitchen",tags:[]},{name:"s_kitesurfing",tags:[]},{name:"s_label",tags:[]},{name:"s_label_important",tags:[]},{name:"s_label_off",tags:[]},{name:"s_label_outline",tags:[]},{name:"s_landscape",tags:[]},{name:"s_language",tags:[]},{name:"s_laptop",tags:[]},{name:"s_laptop_chromebook",tags:[]},{name:"s_laptop_mac",tags:[]},{name:"s_laptop_windows",tags:[]},{name:"s_last_page",tags:[]},{name:"s_launch",tags:[]},{name:"s_layers",tags:[]},{name:"s_layers_clear",tags:[]},{name:"s_leaderboard",tags:[]},{name:"s_leak_add",tags:[]},{name:"s_leak_remove",tags:[]},{name:"s_legend_toggle",tags:[]},{name:"s_lens",tags:[]},{name:"s_lens_blur",tags:[]},{name:"s_library_add",tags:[]},{name:"s_library_add_check",tags:[]},{name:"s_library_books",tags:[]},{name:"s_library_music",tags:[]},{name:"s_light",tags:[]},{name:"s_light_mode",tags:[]},{name:"s_lightbulb",tags:[]},{name:"s_lightbulb_outline",tags:[]},{name:"s_line_style",tags:[]},{name:"s_line_weight",tags:[]},{name:"s_linear_scale",tags:[]},{name:"s_link",tags:[]},{name:"s_link_off",tags:[]},{name:"s_linked_camera",tags:[]},{name:"s_liquor",tags:[]},{name:"s_list",tags:[]},{name:"s_list_alt",tags:[]},{name:"s_live_help",tags:[]},{name:"s_live_tv",tags:[]},{name:"s_living",tags:[]},{name:"s_local_activity",tags:[]},{name:"s_local_airport",tags:[]},{name:"s_local_atm",tags:[]},{name:"s_local_bar",tags:[]},{name:"s_local_cafe",tags:[]},{name:"s_local_car_wash",tags:[]},{name:"s_local_convenience_store",tags:[]},{name:"s_local_dining",tags:[]},{name:"s_local_drink",tags:[]},{name:"s_local_fire_department",tags:[]},{name:"s_local_florist",tags:[]},{name:"s_local_gas_station",tags:[]},{name:"s_local_grocery_store",tags:[]},{name:"s_local_hospital",tags:[]},{name:"s_local_hotel",tags:[]},{name:"s_local_laundry_service",tags:[]},{name:"s_local_library",tags:[]},{name:"s_local_mall",tags:[]},{name:"s_local_movies",tags:[]},{name:"s_local_offer",tags:[]},{name:"s_local_parking",tags:[]},{name:"s_local_pharmacy",tags:[]},{name:"s_local_phone",tags:[]},{name:"s_local_pizza",tags:[]},{name:"s_local_play",tags:[]},{name:"s_local_police",tags:[]},{name:"s_local_post_office",tags:[]},{name:"s_local_printshop",tags:[]},{name:"s_local_see",tags:[]},{name:"s_local_shipping",tags:[]},{name:"s_local_taxi",tags:[]},{name:"s_location_city",tags:[]},{name:"s_location_disabled",tags:[]},{name:"s_location_off",tags:[]},{name:"s_location_on",tags:[]},{name:"s_location_searching",tags:[]},{name:"s_lock",tags:[]},{name:"s_lock_clock",tags:[]},{name:"s_lock_open",tags:[]},{name:"s_lock_outline",tags:[]},{name:"s_login",tags:[]},{name:"s_logout",tags:[]},{name:"s_looks",tags:[]},{name:"s_looks_3",tags:[]},{name:"s_looks_4",tags:[]},{name:"s_looks_5",tags:[]},{name:"s_looks_6",tags:[]},{name:"s_looks_one",tags:[]},{name:"s_looks_two",tags:[]},{name:"s_loop",tags:[]},{name:"s_loupe",tags:[]},{name:"s_low_priority",tags:[]},{name:"s_loyalty",tags:[]},{name:"s_lte_mobiledata",tags:[]},{name:"s_lte_plus_mobiledata",tags:[]},{name:"s_luggage",tags:[]},{name:"s_lunch_dining",tags:[]},{name:"s_mail",tags:[]},{name:"s_mail_outline",tags:[]},{name:"s_male",tags:[]},{name:"s_manage_accounts",tags:[]},{name:"s_manage_search",tags:[]},{name:"s_map",tags:[]},{name:"s_maps_home_work",tags:[]},{name:"s_maps_ugc",tags:[]},{name:"s_margin",tags:[]},{name:"s_mark_as_unread",tags:[]},{name:"s_mark_chat_read",tags:[]},{name:"s_mark_chat_unread",tags:[]},{name:"s_mark_email_read",tags:[]},{name:"s_mark_email_unread",tags:[]},{name:"s_markunread",tags:[]},{name:"s_markunread_mailbox",tags:[]},{name:"s_masks",tags:[]},{name:"s_maximize",tags:[]},{name:"s_media_bluetooth_off",tags:[]},{name:"s_media_bluetooth_on",tags:[]},{name:"s_mediation",tags:[]},{name:"s_medical_services",tags:[]},{name:"s_medication",tags:[]},{name:"s_meeting_room",tags:[]},{name:"s_memory",tags:[]},{name:"s_menu",tags:[]},{name:"s_menu_book",tags:[]},{name:"s_menu_open",tags:[]},{name:"s_merge_type",tags:[]},{name:"s_message",tags:[]},{name:"s_mic",tags:[]},{name:"s_mic_external_off",tags:[]},{name:"s_mic_external_on",tags:[]},{name:"s_mic_none",tags:[]},{name:"s_mic_off",tags:[]},{name:"s_microwave",tags:[]},{name:"s_military_tech",tags:[]},{name:"s_minimize",tags:[]},{name:"s_miscellaneous_services",tags:[]},{name:"s_missed_video_call",tags:[]},{name:"s_mms",tags:[]},{name:"s_mobile_friendly",tags:[]},{name:"s_mobile_off",tags:[]},{name:"s_mobile_screen_share",tags:[]},{name:"s_mobiledata_off",tags:[]},{name:"s_mode",tags:[]},{name:"s_mode_comment",tags:[]},{name:"s_mode_edit",tags:[]},{name:"s_mode_edit_outline",tags:[]},{name:"s_mode_night",tags:[]},{name:"s_mode_standby",tags:[]},{name:"s_model_training",tags:[]},{name:"s_monetization_on",tags:[]},{name:"s_money",tags:[]},{name:"s_money_off",tags:[]},{name:"s_money_off_csred",tags:[]},{name:"s_monitor",tags:[]},{name:"s_monitor_weight",tags:[]},{name:"s_monochrome_photos",tags:[]},{name:"s_mood",tags:[]},{name:"s_mood_bad",tags:[]},{name:"s_moped",tags:[]},{name:"s_more",tags:[]},{name:"s_more_horiz",tags:[]},{name:"s_more_time",tags:[]},{name:"s_more_vert",tags:[]},{name:"s_motion_photos_auto",tags:[]},{name:"s_motion_photos_off",tags:[]},{name:"s_motion_photos_on",tags:[]},{name:"s_motion_photos_pause",tags:[]},{name:"s_motion_photos_paused",tags:[]},{name:"s_motorcycle",tags:[]},{name:"s_mouse",tags:[]},{name:"s_move_to_inbox",tags:[]},{name:"s_movie",tags:[]},{name:"s_movie_creation",tags:[]},{name:"s_movie_filter",tags:[]},{name:"s_moving",tags:[]},{name:"s_mp",tags:[]},{name:"s_multiline_chart",tags:[]},{name:"s_multiple_stop",tags:[]},{name:"s_museum",tags:[]},{name:"s_music_note",tags:[]},{name:"s_music_off",tags:[]},{name:"s_music_video",tags:[]},{name:"s_my_location",tags:[]},{name:"s_nat",tags:[]},{name:"s_nature",tags:[]},{name:"s_nature_people",tags:[]},{name:"s_navigate_before",tags:[]},{name:"s_navigate_next",tags:[]},{name:"s_navigation",tags:[]},{name:"s_near_me",tags:[]},{name:"s_near_me_disabled",tags:[]},{name:"s_nearby_error",tags:[]},{name:"s_nearby_off",tags:[]},{name:"s_network_cell",tags:[]},{name:"s_network_check",tags:[]},{name:"s_network_locked",tags:[]},{name:"s_network_wifi",tags:[]},{name:"s_new_label",tags:[]},{name:"s_new_releases",tags:[]},{name:"s_next_plan",tags:[]},{name:"s_next_week",tags:[]},{name:"s_nfc",tags:[]},{name:"s_night_shelter",tags:[]},{name:"s_nightlife",tags:[]},{name:"s_nightlight",tags:[]},{name:"s_nightlight_round",tags:[]},{name:"s_nights_stay",tags:[]},{name:"s_no_accounts",tags:[]},{name:"s_no_backpack",tags:[]},{name:"s_no_cell",tags:[]},{name:"s_no_drinks",tags:[]},{name:"s_no_encryption",tags:[]},{name:"s_no_encryption_gmailerrorred",tags:[]},{name:"s_no_flash",tags:[]},{name:"s_no_food",tags:[]},{name:"s_no_luggage",tags:[]},{name:"s_no_meals",tags:[]},{name:"s_no_meeting_room",tags:[]},{name:"s_no_photography",tags:[]},{name:"s_no_sim",tags:[]},{name:"s_no_stroller",tags:[]},{name:"s_no_transfer",tags:[]},{name:"s_nordic_walking",tags:[]},{name:"s_north",tags:[]},{name:"s_north_east",tags:[]},{name:"s_north_west",tags:[]},{name:"s_not_accessible",tags:[]},{name:"s_not_interested",tags:[]},{name:"s_not_listed_location",tags:[]},{name:"s_not_started",tags:[]},{name:"s_note",tags:[]},{name:"s_note_add",tags:[]},{name:"s_note_alt",tags:[]},{name:"s_notes",tags:[]},{name:"s_notification_add",tags:[]},{name:"s_notification_important",tags:[]},{name:"s_notifications",tags:[]},{name:"s_notifications_active",tags:[]},{name:"s_notifications_none",tags:[]},{name:"s_notifications_off",tags:[]},{name:"s_notifications_paused",tags:[]},{name:"s_offline_bolt",tags:[]},{name:"s_offline_pin",tags:[]},{name:"s_offline_share",tags:[]},{name:"s_ondemand_video",tags:[]},{name:"s_online_prediction",tags:[]},{name:"s_opacity",tags:[]},{name:"s_open_in_browser",tags:[]},{name:"s_open_in_full",tags:[]},{name:"s_open_in_new",tags:[]},{name:"s_open_in_new_off",tags:[]},{name:"s_open_with",tags:[]},{name:"s_other_houses",tags:[]},{name:"s_outbound",tags:[]},{name:"s_outbox",tags:[]},{name:"s_outdoor_grill",tags:[]},{name:"s_outlet",tags:[]},{name:"s_outlined_flag",tags:[]},{name:"s_padding",tags:[]},{name:"s_pages",tags:[]},{name:"s_pageview",tags:[]},{name:"s_paid",tags:[]},{name:"s_palette",tags:[]},{name:"s_pan_tool",tags:[]},{name:"s_panorama",tags:[]},{name:"s_panorama_fish_eye",tags:[]},{name:"s_panorama_horizontal",tags:[]},{name:"s_panorama_horizontal_select",tags:[]},{name:"s_panorama_photosphere",tags:[]},{name:"s_panorama_photosphere_select",tags:[]},{name:"s_panorama_vertical",tags:[]},{name:"s_panorama_vertical_select",tags:[]},{name:"s_panorama_wide_angle",tags:[]},{name:"s_panorama_wide_angle_select",tags:[]},{name:"s_paragliding",tags:[]},{name:"s_park",tags:[]},{name:"s_party_mode",tags:[]},{name:"s_password",tags:[]},{name:"s_pattern",tags:[]},{name:"s_pause",tags:[]},{name:"s_pause_circle",tags:[]},{name:"s_pause_circle_filled",tags:[]},{name:"s_pause_circle_outline",tags:[]},{name:"s_pause_presentation",tags:[]},{name:"s_payment",tags:[]},{name:"s_payments",tags:[]},{name:"s_pedal_bike",tags:[]},{name:"s_pending",tags:[]},{name:"s_pending_actions",tags:[]},{name:"s_people",tags:[]},{name:"s_people_alt",tags:[]},{name:"s_people_outline",tags:[]},{name:"s_perm_camera_mic",tags:[]},{name:"s_perm_contact_calendar",tags:[]},{name:"s_perm_data_setting",tags:[]},{name:"s_perm_device_information",tags:[]},{name:"s_perm_identity",tags:[]},{name:"s_perm_media",tags:[]},{name:"s_perm_phone_msg",tags:[]},{name:"s_perm_scan_wifi",tags:[]},{name:"s_person",tags:[]},{name:"s_person_add",tags:[]},{name:"s_person_add_alt",tags:[]},{name:"s_person_add_alt_1",tags:[]},{name:"s_person_add_disabled",tags:[]},{name:"s_person_off",tags:[]},{name:"s_person_outline",tags:[]},{name:"s_person_pin",tags:[]},{name:"s_person_pin_circle",tags:[]},{name:"s_person_remove",tags:[]},{name:"s_person_remove_alt_1",tags:[]},{name:"s_person_search",tags:[]},{name:"s_personal_injury",tags:[]},{name:"s_personal_video",tags:[]},{name:"s_pest_control",tags:[]},{name:"s_pest_control_rodent",tags:[]},{name:"s_pets",tags:[]},{name:"s_phone",tags:[]},{name:"s_phone_android",tags:[]},{name:"s_phone_bluetooth_speaker",tags:[]},{name:"s_phone_callback",tags:[]},{name:"s_phone_disabled",tags:[]},{name:"s_phone_enabled",tags:[]},{name:"s_phone_forwarded",tags:[]},{name:"s_phone_in_talk",tags:[]},{name:"s_phone_iphone",tags:[]},{name:"s_phone_locked",tags:[]},{name:"s_phone_missed",tags:[]},{name:"s_phone_paused",tags:[]},{name:"s_phonelink",tags:[]},{name:"s_phonelink_erase",tags:[]},{name:"s_phonelink_lock",tags:[]},{name:"s_phonelink_off",tags:[]},{name:"s_phonelink_ring",tags:[]},{name:"s_phonelink_setup",tags:[]},{name:"s_photo",tags:[]},{name:"s_photo_album",tags:[]},{name:"s_photo_camera",tags:[]},{name:"s_photo_camera_back",tags:[]},{name:"s_photo_camera_front",tags:[]},{name:"s_photo_filter",tags:[]},{name:"s_photo_library",tags:[]},{name:"s_photo_size_select_actual",tags:[]},{name:"s_photo_size_select_large",tags:[]},{name:"s_photo_size_select_small",tags:[]},{name:"s_piano",tags:[]},{name:"s_piano_off",tags:[]},{name:"s_picture_as_pdf",tags:[]},{name:"s_picture_in_picture",tags:[]},{name:"s_picture_in_picture_alt",tags:[]},{name:"s_pie_chart",tags:[]},{name:"s_pie_chart_outline",tags:[]},{name:"s_pin",tags:[]},{name:"s_pin_drop",tags:[]},{name:"s_pivot_table_chart",tags:[]},{name:"s_place",tags:[]},{name:"s_plagiarism",tags:[]},{name:"s_play_arrow",tags:[]},{name:"s_play_circle",tags:[]},{name:"s_play_circle_filled",tags:[]},{name:"s_play_circle_outline",tags:[]},{name:"s_play_disabled",tags:[]},{name:"s_play_for_work",tags:[]},{name:"s_play_lesson",tags:[]},{name:"s_playlist_add",tags:[]},{name:"s_playlist_add_check",tags:[]},{name:"s_playlist_play",tags:[]},{name:"s_plumbing",tags:[]},{name:"s_plus_one",tags:[]},{name:"s_podcasts",tags:[]},{name:"s_point_of_sale",tags:[]},{name:"s_policy",tags:[]},{name:"s_poll",tags:[]},{name:"s_polymer",tags:[]},{name:"s_pool",tags:[]},{name:"s_portable_wifi_off",tags:[]},{name:"s_portrait",tags:[]},{name:"s_post_add",tags:[]},{name:"s_power",tags:[]},{name:"s_power_input",tags:[]},{name:"s_power_off",tags:[]},{name:"s_power_settings_new",tags:[]},{name:"s_precision_manufacturing",tags:[]},{name:"s_pregnant_woman",tags:[]},{name:"s_present_to_all",tags:[]},{name:"s_preview",tags:[]},{name:"s_price_change",tags:[]},{name:"s_price_check",tags:[]},{name:"s_print",tags:[]},{name:"s_print_disabled",tags:[]},{name:"s_priority_high",tags:[]},{name:"s_privacy_tip",tags:[]},{name:"s_production_quantity_limits",tags:[]},{name:"s_psychology",tags:[]},{name:"s_public",tags:[]},{name:"s_public_off",tags:[]},{name:"s_publish",tags:[]},{name:"s_published_with_changes",tags:[]},{name:"s_push_pin",tags:[]},{name:"s_qr_code",tags:[]},{name:"s_qr_code_2",tags:[]},{name:"s_qr_code_scanner",tags:[]},{name:"s_query_builder",tags:[]},{name:"s_query_stats",tags:[]},{name:"s_question_answer",tags:[]},{name:"s_queue",tags:[]},{name:"s_queue_music",tags:[]},{name:"s_queue_play_next",tags:[]},{name:"s_quickreply",tags:[]},{name:"s_quiz",tags:[]},{name:"s_r_mobiledata",tags:[]},{name:"s_radar",tags:[]},{name:"s_radio",tags:[]},{name:"s_radio_button_checked",tags:[]},{name:"s_radio_button_unchecked",tags:[]},{name:"s_railway_alert",tags:[]},{name:"s_ramen_dining",tags:[]},{name:"s_rate_review",tags:[]},{name:"s_raw_off",tags:[]},{name:"s_raw_on",tags:[]},{name:"s_read_more",tags:[]},{name:"s_real_estate_agent",tags:[]},{name:"s_receipt",tags:[]},{name:"s_receipt_long",tags:[]},{name:"s_recent_actors",tags:[]},{name:"s_recommend",tags:[]},{name:"s_record_voice_over",tags:[]},{name:"s_redeem",tags:[]},{name:"s_redo",tags:[]},{name:"s_reduce_capacity",tags:[]},{name:"s_refresh",tags:[]},{name:"s_remember_me",tags:[]},{name:"s_remove",tags:[]},{name:"s_remove_circle",tags:[]},{name:"s_remove_circle_outline",tags:[]},{name:"s_remove_done",tags:[]},{name:"s_remove_from_queue",tags:[]},{name:"s_remove_moderator",tags:[]},{name:"s_remove_red_eye",tags:[]},{name:"s_remove_shopping_cart",tags:[]},{name:"s_reorder",tags:[]},{name:"s_repeat",tags:[]},{name:"s_repeat_on",tags:[]},{name:"s_repeat_one",tags:[]},{name:"s_repeat_one_on",tags:[]},{name:"s_replay",tags:[]},{name:"s_replay_10",tags:[]},{name:"s_replay_30",tags:[]},{name:"s_replay_5",tags:[]},{name:"s_replay_circle_filled",tags:[]},{name:"s_reply",tags:[]},{name:"s_reply_all",tags:[]},{name:"s_report",tags:[]},{name:"s_report_gmailerrorred",tags:[]},{name:"s_report_off",tags:[]},{name:"s_report_problem",tags:[]},{name:"s_request_page",tags:[]},{name:"s_request_quote",tags:[]},{name:"s_reset_tv",tags:[]},{name:"s_restart_alt",tags:[]},{name:"s_restaurant",tags:[]},{name:"s_restaurant_menu",tags:[]},{name:"s_restore",tags:[]},{name:"s_restore_from_trash",tags:[]},{name:"s_restore_page",tags:[]},{name:"s_reviews",tags:[]},{name:"s_rice_bowl",tags:[]},{name:"s_ring_volume",tags:[]},{name:"s_roofing",tags:[]},{name:"s_room",tags:[]},{name:"s_room_preferences",tags:[]},{name:"s_room_service",tags:[]},{name:"s_rotate_90_degrees_ccw",tags:[]},{name:"s_rotate_left",tags:[]},{name:"s_rotate_right",tags:[]},{name:"s_rounded_corner",tags:[]},{name:"s_router",tags:[]},{name:"s_rowing",tags:[]},{name:"s_rss_feed",tags:[]},{name:"s_rsvp",tags:[]},{name:"s_rtt",tags:[]},{name:"s_rule",tags:[]},{name:"s_rule_folder",tags:[]},{name:"s_run_circle",tags:[]},{name:"s_running_with_errors",tags:[]},{name:"s_rv_hookup",tags:[]},{name:"s_safety_divider",tags:[]},{name:"s_sailing",tags:[]},{name:"s_sanitizer",tags:[]},{name:"s_satellite",tags:[]},{name:"s_save",tags:[]},{name:"s_save_alt",tags:[]},{name:"s_saved_search",tags:[]},{name:"s_savings",tags:[]},{name:"s_scanner",tags:[]},{name:"s_scatter_plot",tags:[]},{name:"s_schedule",tags:[]},{name:"s_schedule_send",tags:[]},{name:"s_schema",tags:[]},{name:"s_school",tags:[]},{name:"s_science",tags:[]},{name:"s_score",tags:[]},{name:"s_screen_lock_landscape",tags:[]},{name:"s_screen_lock_portrait",tags:[]},{name:"s_screen_lock_rotation",tags:[]},{name:"s_screen_rotation",tags:[]},{name:"s_screen_search_desktop",tags:[]},{name:"s_screen_share",tags:[]},{name:"s_screenshot",tags:[]},{name:"s_sd",tags:[]},{name:"s_sd_card",tags:[]},{name:"s_sd_card_alert",tags:[]},{name:"s_sd_storage",tags:[]},{name:"s_search",tags:[]},{name:"s_search_off",tags:[]},{name:"s_security",tags:[]},{name:"s_security_update",tags:[]},{name:"s_security_update_good",tags:[]},{name:"s_security_update_warning",tags:[]},{name:"s_segment",tags:[]},{name:"s_select_all",tags:[]},{name:"s_self_improvement",tags:[]},{name:"s_sell",tags:[]},{name:"s_send",tags:[]},{name:"s_send_and_archive",tags:[]},{name:"s_send_to_mobile",tags:[]},{name:"s_sensor_door",tags:[]},{name:"s_sensor_window",tags:[]},{name:"s_sensors",tags:[]},{name:"s_sensors_off",tags:[]},{name:"s_sentiment_dissatisfied",tags:[]},{name:"s_sentiment_neutral",tags:[]},{name:"s_sentiment_satisfied",tags:[]},{name:"s_sentiment_satisfied_alt",tags:[]},{name:"s_sentiment_very_dissatisfied",tags:[]},{name:"s_sentiment_very_satisfied",tags:[]},{name:"s_set_meal",tags:[]},{name:"s_settings",tags:[]},{name:"s_settings_accessibility",tags:[]},{name:"s_settings_applications",tags:[]},{name:"s_settings_backup_restore",tags:[]},{name:"s_settings_bluetooth",tags:[]},{name:"s_settings_brightness",tags:[]},{name:"s_settings_cell",tags:[]},{name:"s_settings_ethernet",tags:[]},{name:"s_settings_input_antenna",tags:[]},{name:"s_settings_input_component",tags:[]},{name:"s_settings_input_composite",tags:[]},{name:"s_settings_input_hdmi",tags:[]},{name:"s_settings_input_svideo",tags:[]},{name:"s_settings_overscan",tags:[]},{name:"s_settings_phone",tags:[]},{name:"s_settings_power",tags:[]},{name:"s_settings_remote",tags:[]},{name:"s_settings_suggest",tags:[]},{name:"s_settings_system_daydream",tags:[]},{name:"s_settings_voice",tags:[]},{name:"s_share",tags:[]},{name:"s_share_location",tags:[]},{name:"s_shield",tags:[]},{name:"s_shop",tags:[]},{name:"s_shop_2",tags:[]},{name:"s_shop_two",tags:[]},{name:"s_shopping_bag",tags:[]},{name:"s_shopping_basket",tags:[]},{name:"s_shopping_cart",tags:[]},{name:"s_short_text",tags:[]},{name:"s_shortcut",tags:[]},{name:"s_show_chart",tags:[]},{name:"s_shower",tags:[]},{name:"s_shuffle",tags:[]},{name:"s_shuffle_on",tags:[]},{name:"s_shutter_speed",tags:[]},{name:"s_sick",tags:[]},{name:"s_signal_cellular_0_bar",tags:[]},{name:"s_signal_cellular_4_bar",tags:[]},{name:"s_signal_cellular_alt",tags:[]},{name:"s_signal_cellular_connected_no_internet_0_bar",tags:[]},{name:"s_signal_cellular_connected_no_internet_4_bar",tags:[]},{name:"s_signal_cellular_no_sim",tags:[]},{name:"s_signal_cellular_nodata",tags:[]},{name:"s_signal_cellular_null",tags:[]},{name:"s_signal_cellular_off",tags:[]},{name:"s_signal_wifi_0_bar",tags:[]},{name:"s_signal_wifi_4_bar",tags:[]},{name:"s_signal_wifi_4_bar_lock",tags:[]},{name:"s_signal_wifi_bad",tags:[]},{name:"s_signal_wifi_connected_no_internet_4",tags:[]},{name:"s_signal_wifi_off",tags:[]},{name:"s_signal_wifi_statusbar_4_bar",tags:[]},{name:"s_signal_wifi_statusbar_connected_no_internet_4",tags:[]},{name:"s_signal_wifi_statusbar_null",tags:[]},{name:"s_sim_card",tags:[]},{name:"s_sim_card_alert",tags:[]},{name:"s_sim_card_download",tags:[]},{name:"s_single_bed",tags:[]},{name:"s_sip",tags:[]},{name:"s_skateboarding",tags:[]},{name:"s_skip_next",tags:[]},{name:"s_skip_previous",tags:[]},{name:"s_sledding",tags:[]},{name:"s_slideshow",tags:[]},{name:"s_slow_motion_video",tags:[]},{name:"s_smart_button",tags:[]},{name:"s_smart_display",tags:[]},{name:"s_smart_screen",tags:[]},{name:"s_smart_toy",tags:[]},{name:"s_smartphone",tags:[]},{name:"s_smoke_free",tags:[]},{name:"s_smoking_rooms",tags:[]},{name:"s_sms",tags:[]},{name:"s_sms_failed",tags:[]},{name:"s_snippet_folder",tags:[]},{name:"s_snooze",tags:[]},{name:"s_snowboarding",tags:[]},{name:"s_snowmobile",tags:[]},{name:"s_snowshoeing",tags:[]},{name:"s_soap",tags:[]},{name:"s_social_distance",tags:[]},{name:"s_sort",tags:[]},{name:"s_sort_by_alpha",tags:[]},{name:"s_source",tags:[]},{name:"s_south",tags:[]},{name:"s_south_east",tags:[]},{name:"s_south_west",tags:[]},{name:"s_spa",tags:[]},{name:"s_space_bar",tags:[]},{name:"s_space_dashboard",tags:[]},{name:"s_speaker",tags:[]},{name:"s_speaker_group",tags:[]},{name:"s_speaker_notes",tags:[]},{name:"s_speaker_notes_off",tags:[]},{name:"s_speaker_phone",tags:[]},{name:"s_speed",tags:[]},{name:"s_spellcheck",tags:[]},{name:"s_splitscreen",tags:[]},{name:"s_sports",tags:[]},{name:"s_sports_bar",tags:[]},{name:"s_sports_baseball",tags:[]},{name:"s_sports_basketball",tags:[]},{name:"s_sports_cricket",tags:[]},{name:"s_sports_esports",tags:[]},{name:"s_sports_football",tags:[]},{name:"s_sports_golf",tags:[]},{name:"s_sports_handball",tags:[]},{name:"s_sports_hockey",tags:[]},{name:"s_sports_kabaddi",tags:[]},{name:"s_sports_mma",tags:[]},{name:"s_sports_motorsports",tags:[]},{name:"s_sports_rugby",tags:[]},{name:"s_sports_score",tags:[]},{name:"s_sports_soccer",tags:[]},{name:"s_sports_tennis",tags:[]},{name:"s_sports_volleyball",tags:[]},{name:"s_square_foot",tags:[]},{name:"s_stacked_bar_chart",tags:[]},{name:"s_stacked_line_chart",tags:[]},{name:"s_stairs",tags:[]},{name:"s_star",tags:[]},{name:"s_star_border",tags:[]},{name:"s_star_border_purple500",tags:[]},{name:"s_star_half",tags:[]},{name:"s_star_outline",tags:[]},{name:"s_star_purple500",tags:[]},{name:"s_star_rate",tags:[]},{name:"s_stars",tags:[]},{name:"s_stay_current_landscape",tags:[]},{name:"s_stay_current_portrait",tags:[]},{name:"s_stay_primary_landscape",tags:[]},{name:"s_stay_primary_portrait",tags:[]},{name:"s_sticky_note_2",tags:[]},{name:"s_stop",tags:[]},{name:"s_stop_circle",tags:[]},{name:"s_stop_screen_share",tags:[]},{name:"s_storage",tags:[]},{name:"s_store",tags:[]},{name:"s_store_mall_directory",tags:[]},{name:"s_storefront",tags:[]},{name:"s_storm",tags:[]},{name:"s_straighten",tags:[]},{name:"s_stream",tags:[]},{name:"s_streetview",tags:[]},{name:"s_strikethrough_s",tags:[]},{name:"s_stroller",tags:[]},{name:"s_style",tags:[]},{name:"s_subdirectory_arrow_left",tags:[]},{name:"s_subdirectory_arrow_right",tags:[]},{name:"s_subject",tags:[]},{name:"s_subscript",tags:[]},{name:"s_subscriptions",tags:[]},{name:"s_subtitles",tags:[]},{name:"s_subtitles_off",tags:[]},{name:"s_subway",tags:[]},{name:"s_summarize",tags:[]},{name:"s_superscript",tags:[]},{name:"s_supervised_user_circle",tags:[]},{name:"s_supervisor_account",tags:[]},{name:"s_support",tags:[]},{name:"s_support_agent",tags:[]},{name:"s_surfing",tags:[]},{name:"s_surround_sound",tags:[]},{name:"s_swap_calls",tags:[]},{name:"s_swap_horiz",tags:[]},{name:"s_swap_horizontal_circle",tags:[]},{name:"s_swap_vert",tags:[]},{name:"s_swap_vertical_circle",tags:[]},{name:"s_swipe",tags:[]},{name:"s_switch_account",tags:[]},{name:"s_switch_camera",tags:[]},{name:"s_switch_left",tags:[]},{name:"s_switch_right",tags:[]},{name:"s_switch_video",tags:[]},{name:"s_sync",tags:[]},{name:"s_sync_alt",tags:[]},{name:"s_sync_disabled",tags:[]},{name:"s_sync_problem",tags:[]},{name:"s_system_security_update",tags:[]},{name:"s_system_security_update_good",tags:[]},{name:"s_system_security_update_warning",tags:[]},{name:"s_system_update",tags:[]},{name:"s_system_update_alt",tags:[]},{name:"s_tab",tags:[]},{name:"s_tab_unselected",tags:[]},{name:"s_table_chart",tags:[]},{name:"s_table_rows",tags:[]},{name:"s_table_view",tags:[]},{name:"s_tablet",tags:[]},{name:"s_tablet_android",tags:[]},{name:"s_tablet_mac",tags:[]},{name:"s_tag",tags:[]},{name:"s_tag_faces",tags:[]},{name:"s_takeout_dining",tags:[]},{name:"s_tap_and_play",tags:[]},{name:"s_tapas",tags:[]},{name:"s_task",tags:[]},{name:"s_task_alt",tags:[]},{name:"s_taxi_alert",tags:[]},{name:"s_terrain",tags:[]},{name:"s_text_fields",tags:[]},{name:"s_text_format",tags:[]},{name:"s_text_rotate_up",tags:[]},{name:"s_text_rotate_vertical",tags:[]},{name:"s_text_rotation_angledown",tags:[]},{name:"s_text_rotation_angleup",tags:[]},{name:"s_text_rotation_down",tags:[]},{name:"s_text_rotation_none",tags:[]},{name:"s_text_snippet",tags:[]},{name:"s_textsms",tags:[]},{name:"s_texture",tags:[]},{name:"s_theater_comedy",tags:[]},{name:"s_theaters",tags:[]},{name:"s_thermostat",tags:[]},{name:"s_thermostat_auto",tags:[]},{name:"s_thumb_down",tags:[]},{name:"s_thumb_down_alt",tags:[]},{name:"s_thumb_down_off_alt",tags:[]},{name:"s_thumb_up",tags:[]},{name:"s_thumb_up_alt",tags:[]},{name:"s_thumb_up_off_alt",tags:[]},{name:"s_thumbs_up_down",tags:[]},{name:"s_time_to_leave",tags:[]},{name:"s_timelapse",tags:[]},{name:"s_timeline",tags:[]},{name:"s_timer",tags:[]},{name:"s_timer_10",tags:[]},{name:"s_timer_10_select",tags:[]},{name:"s_timer_3",tags:[]},{name:"s_timer_3_select",tags:[]},{name:"s_timer_off",tags:[]},{name:"s_title",tags:[]},{name:"s_toc",tags:[]},{name:"s_today",tags:[]},{name:"s_toggle_off",tags:[]},{name:"s_toggle_on",tags:[]},{name:"s_toll",tags:[]},{name:"s_tonality",tags:[]},{name:"s_topic",tags:[]},{name:"s_touch_app",tags:[]},{name:"s_tour",tags:[]},{name:"s_toys",tags:[]},{name:"s_track_changes",tags:[]},{name:"s_traffic",tags:[]},{name:"s_train",tags:[]},{name:"s_tram",tags:[]},{name:"s_transfer_within_a_station",tags:[]},{name:"s_transform",tags:[]},{name:"s_transgender",tags:[]},{name:"s_transit_enterexit",tags:[]},{name:"s_translate",tags:[]},{name:"s_travel_explore",tags:[]},{name:"s_trending_down",tags:[]},{name:"s_trending_flat",tags:[]},{name:"s_trending_up",tags:[]},{name:"s_trip_origin",tags:[]},{name:"s_try",tags:[]},{name:"s_tty",tags:[]},{name:"s_tune",tags:[]},{name:"s_tungsten",tags:[]},{name:"s_turned_in",tags:[]},{name:"s_turned_in_not",tags:[]},{name:"s_tv",tags:[]},{name:"s_tv_off",tags:[]},{name:"s_two_wheeler",tags:[]},{name:"s_umbrella",tags:[]},{name:"s_unarchive",tags:[]},{name:"s_undo",tags:[]},{name:"s_unfold_less",tags:[]},{name:"s_unfold_more",tags:[]},{name:"s_unpublished",tags:[]},{name:"s_unsubscribe",tags:[]},{name:"s_upcoming",tags:[]},{name:"s_update",tags:[]},{name:"s_update_disabled",tags:[]},{name:"s_upgrade",tags:[]},{name:"s_upload",tags:[]},{name:"s_upload_file",tags:[]},{name:"s_usb",tags:[]},{name:"s_usb_off",tags:[]},{name:"s_verified",tags:[]},{name:"s_verified_user",tags:[]},{name:"s_vertical_align_bottom",tags:[]},{name:"s_vertical_align_center",tags:[]},{name:"s_vertical_align_top",tags:[]},{name:"s_vertical_distribute",tags:[]},{name:"s_vertical_split",tags:[]},{name:"s_vibration",tags:[]},{name:"s_video_call",tags:[]},{name:"s_video_camera_back",tags:[]},{name:"s_video_camera_front",tags:[]},{name:"s_video_label",tags:[]},{name:"s_video_library",tags:[]},{name:"s_video_settings",tags:[]},{name:"s_video_stable",tags:[]},{name:"s_videocam",tags:[]},{name:"s_videocam_off",tags:[]},{name:"s_videogame_asset",tags:[]},{name:"s_videogame_asset_off",tags:[]},{name:"s_view_agenda",tags:[]},{name:"s_view_array",tags:[]},{name:"s_view_carousel",tags:[]},{name:"s_view_column",tags:[]},{name:"s_view_comfy",tags:[]},{name:"s_view_compact",tags:[]},{name:"s_view_day",tags:[]},{name:"s_view_headline",tags:[]},{name:"s_view_in_ar",tags:[]},{name:"s_view_list",tags:[]},{name:"s_view_module",tags:[]},{name:"s_view_quilt",tags:[]},{name:"s_view_sidebar",tags:[]},{name:"s_view_stream",tags:[]},{name:"s_view_week",tags:[]},{name:"s_vignette",tags:[]},{name:"s_villa",tags:[]},{name:"s_visibility",tags:[]},{name:"s_visibility_off",tags:[]},{name:"s_voice_chat",tags:[]},{name:"s_voice_over_off",tags:[]},{name:"s_voicemail",tags:[]},{name:"s_volume_down",tags:[]},{name:"s_volume_mute",tags:[]},{name:"s_volume_off",tags:[]},{name:"s_volume_up",tags:[]},{name:"s_volunteer_activism",tags:[]},{name:"s_vpn_key",tags:[]},{name:"s_vpn_lock",tags:[]},{name:"s_vrpano",tags:[]},{name:"s_wallpaper",tags:[]},{name:"s_warning",tags:[]},{name:"s_warning_amber",tags:[]},{name:"s_wash",tags:[]},{name:"s_watch",tags:[]},{name:"s_watch_later",tags:[]},{name:"s_water",tags:[]},{name:"s_water_damage",tags:[]},{name:"s_waterfall_chart",tags:[]},{name:"s_waves",tags:[]},{name:"s_wb_auto",tags:[]},{name:"s_wb_cloudy",tags:[]},{name:"s_wb_incandescent",tags:[]},{name:"s_wb_iridescent",tags:[]},{name:"s_wb_shade",tags:[]},{name:"s_wb_sunny",tags:[]},{name:"s_wb_twilight",tags:[]},{name:"s_wc",tags:[]},{name:"s_web",tags:[]},{name:"s_web_asset",tags:[]},{name:"s_web_asset_off",tags:[]},{name:"s_weekend",tags:[]},{name:"s_west",tags:[]},{name:"s_whatshot",tags:[]},{name:"s_wheelchair_pickup",tags:[]},{name:"s_where_to_vote",tags:[]},{name:"s_widgets",tags:[]},{name:"s_wifi",tags:[]},{name:"s_wifi_calling",tags:[]},{name:"s_wifi_calling_3",tags:[]},{name:"s_wifi_lock",tags:[]},{name:"s_wifi_off",tags:[]},{name:"s_wifi_protected_setup",tags:[]},{name:"s_wifi_tethering",tags:[]},{name:"s_wifi_tethering_error_rounded",tags:[]},{name:"s_wifi_tethering_off",tags:[]},{name:"s_window",tags:[]},{name:"s_wine_bar",tags:[]},{name:"s_work",tags:[]},{name:"s_work_off",tags:[]},{name:"s_work_outline",tags:[]},{name:"s_workspaces",tags:[]},{name:"s_wrap_text",tags:[]},{name:"s_wrong_location",tags:[]},{name:"s_wysiwyg",tags:[]},{name:"s_yard",tags:[]},{name:"s_youtube_searched_for",tags:[]},{name:"s_zoom_in",tags:[]},{name:"s_zoom_out",tags:[]},{name:"s_zoom_out_map",tags:[]}]}},c50f:function(a,e,t){var m={"./Color.vue":["ff17",25],"./CustomIconSet.vue":["de90",26],"./Default.vue":["0160",27],"./Filter2.vue":["e8da",28],"./Pagination.vue":["397c",29],"./PaginationColor.vue":["169e",30],"./SelectedColor.vue":["5d53",31],"./Size.vue":["2d32",32],"./Tooltips.vue":["946e",33],"./Transition.vue":["bbae",34],"./UsingIconSlot.vue":["7ce1",35],"./UsingQInput.vue":["286c",36]};function n(a){if(!t.o(m,a))return Promise.resolve().then((function(){var e=new Error("Cannot find module '"+a+"'");throw e.code="MODULE_NOT_FOUND",e}));var e=m[a],n=e[0];return t.e(e[1]).then((function(){return t(n)}))}n.keys=function(){return Object.keys(m)},n.id="c50f",a.exports=n},c73f:function(a,e,t){var m={"./bootstrap-icons.js":"a8e9","./eva-icons.js":"1a32","./fontawesome-v5.js":"72e8","./ionicons-v4.js":"7b31","./line-awesome.js":"71dd","./material-icons-outlined.js":"7b7b","./material-icons-round.js":"995b","./material-icons-sharp.js":"c0c1","./material-icons.js":"b187","./mdi-v4.js":"8378","./mdi-v5.js":"d36e","./mdi-v6.js":"4210","./themify.js":"b606"};function n(a){var e=s(a);return t(e)}function s(a){if(!t.o(m,a)){var e=new Error("Cannot find module '"+a+"'");throw e.code="MODULE_NOT_FOUND",e}return m[a]}n.keys=function(){return Object.keys(m)},n.resolve=s,a.exports=n,n.id="c73f"},d36e:function(a,e,t){"use strict";t.r(e),e["default"]={name:"mdi-v5",icons:[{name:"mdi-ab-testing",tags:[]},{name:"mdi-abacus",tags:[]},{name:"mdi-abjad-arabic",tags:[]},{name:"mdi-abjad-hebrew",tags:[]},{name:"mdi-abugida-devanagari",tags:[]},{name:"mdi-abugida-thai",tags:[]},{name:"mdi-access-point",tags:[]},{name:"mdi-access-point-check",tags:[]},{name:"mdi-access-point-minus",tags:[]},{name:"mdi-access-point-network",tags:[]},{name:"mdi-access-point-network-off",tags:[]},{name:"mdi-access-point-off",tags:[]},{name:"mdi-access-point-plus",tags:[]},{name:"mdi-access-point-remove",tags:[]},{name:"mdi-account",tags:[]},{name:"mdi-account-alert",tags:[]},{name:"mdi-account-alert-outline",tags:[]},{name:"mdi-account-arrow-left",tags:[]},{name:"mdi-account-arrow-left-outline",tags:[]},{name:"mdi-account-arrow-right",tags:[]},{name:"mdi-account-arrow-right-outline",tags:[]},{name:"mdi-account-box",tags:[]},{name:"mdi-account-box-multiple",tags:[]},{name:"mdi-account-box-multiple-outline",tags:[]},{name:"mdi-account-box-outline",tags:[]},{name:"mdi-account-cancel",tags:[]},{name:"mdi-account-cancel-outline",tags:[]},{name:"mdi-account-cash",tags:[]},{name:"mdi-account-cash-outline",tags:[]},{name:"mdi-account-check",tags:[]},{name:"mdi-account-check-outline",tags:[]},{name:"mdi-account-child",tags:[]},{name:"mdi-account-child-circle",tags:[]},{name:"mdi-account-child-outline",tags:[]},{name:"mdi-account-circle",tags:[]},{name:"mdi-account-circle-outline",tags:[]},{name:"mdi-account-clock",tags:[]},{name:"mdi-account-clock-outline",tags:[]},{name:"mdi-account-cog",tags:[]},{name:"mdi-account-cog-outline",tags:[]},{name:"mdi-account-convert",tags:[]},{name:"mdi-account-convert-outline",tags:[]},{name:"mdi-account-cowboy-hat",tags:[]},{name:"mdi-account-details",tags:[]},{name:"mdi-account-details-outline",tags:[]},{name:"mdi-account-edit",tags:[]},{name:"mdi-account-edit-outline",tags:[]},{name:"mdi-account-group",tags:[]},{name:"mdi-account-group-outline",tags:[]},{name:"mdi-account-hard-hat",tags:[]},{name:"mdi-account-heart",tags:[]},{name:"mdi-account-heart-outline",tags:[]},{name:"mdi-account-key",tags:[]},{name:"mdi-account-key-outline",tags:[]},{name:"mdi-account-lock",tags:[]},{name:"mdi-account-lock-outline",tags:[]},{name:"mdi-account-minus",tags:[]},{name:"mdi-account-minus-outline",tags:[]},{name:"mdi-account-multiple",tags:[]},{name:"mdi-account-multiple-check",tags:[]},{name:"mdi-account-multiple-check-outline",tags:[]},{name:"mdi-account-multiple-minus",tags:[]},{name:"mdi-account-multiple-minus-outline",tags:[]},{name:"mdi-account-multiple-outline",tags:[]},{name:"mdi-account-multiple-plus",tags:[]},{name:"mdi-account-multiple-plus-outline",tags:[]},{name:"mdi-account-multiple-remove",tags:[]},{name:"mdi-account-multiple-remove-outline",tags:[]},{name:"mdi-account-music",tags:[]},{name:"mdi-account-music-outline",tags:[]},{name:"mdi-account-network",tags:[]},{name:"mdi-account-network-outline",tags:[]},{name:"mdi-account-off",tags:[]},{name:"mdi-account-off-outline",tags:[]},{name:"mdi-account-outline",tags:[]},{name:"mdi-account-plus",tags:[]},{name:"mdi-account-plus-outline",tags:[]},{name:"mdi-account-question",tags:[]},{name:"mdi-account-question-outline",tags:[]},{name:"mdi-account-reactivate",tags:[]},{name:"mdi-account-reactivate-outline",tags:[]},{name:"mdi-account-remove",tags:[]},{name:"mdi-account-remove-outline",tags:[]},{name:"mdi-account-search",tags:[]},{name:"mdi-account-search-outline",tags:[]},{name:"mdi-account-settings",tags:[]},{name:"mdi-account-settings-outline",tags:[]},{name:"mdi-account-star",tags:[]},{name:"mdi-account-star-outline",tags:[]},{name:"mdi-account-supervisor",tags:[]},{name:"mdi-account-supervisor-circle",tags:[]},{name:"mdi-account-supervisor-circle-outline",tags:[]},{name:"mdi-account-supervisor-outline",tags:[]},{name:"mdi-account-switch",tags:[]},{name:"mdi-account-switch-outline",tags:[]},{name:"mdi-account-tie",tags:[]},{name:"mdi-account-tie-outline",tags:[]},{name:"mdi-account-tie-voice",tags:[]},{name:"mdi-account-tie-voice-off",tags:[]},{name:"mdi-account-tie-voice-off-outline",tags:[]},{name:"mdi-account-tie-voice-outline",tags:[]},{name:"mdi-account-voice",tags:[]},{name:"mdi-adjust",tags:[]},{name:"mdi-adobe",tags:[]},{name:"mdi-adobe-acrobat",tags:[]},{name:"mdi-air-conditioner",tags:[]},{name:"mdi-air-filter",tags:[]},{name:"mdi-air-horn",tags:[]},{name:"mdi-air-humidifier",tags:[]},{name:"mdi-air-humidifier-off",tags:[]},{name:"mdi-air-purifier",tags:[]},{name:"mdi-airbag",tags:[]},{name:"mdi-airballoon",tags:[]},{name:"mdi-airballoon-outline",tags:[]},{name:"mdi-airplane",tags:[]},{name:"mdi-airplane-landing",tags:[]},{name:"mdi-airplane-off",tags:[]},{name:"mdi-airplane-takeoff",tags:[]},{name:"mdi-airport",tags:[]},{name:"mdi-alarm",tags:[]},{name:"mdi-alarm-bell",tags:[]},{name:"mdi-alarm-check",tags:[]},{name:"mdi-alarm-light",tags:[]},{name:"mdi-alarm-light-off",tags:[]},{name:"mdi-alarm-light-off-outline",tags:[]},{name:"mdi-alarm-light-outline",tags:[]},{name:"mdi-alarm-multiple",tags:[]},{name:"mdi-alarm-note",tags:[]},{name:"mdi-alarm-note-off",tags:[]},{name:"mdi-alarm-off",tags:[]},{name:"mdi-alarm-panel",tags:[]},{name:"mdi-alarm-panel-outline",tags:[]},{name:"mdi-alarm-plus",tags:[]},{name:"mdi-alarm-snooze",tags:[]},{name:"mdi-album",tags:[]},{name:"mdi-alert",tags:[]},{name:"mdi-alert-box",tags:[]},{name:"mdi-alert-box-outline",tags:[]},{name:"mdi-alert-circle",tags:[]},{name:"mdi-alert-circle-check",tags:[]},{name:"mdi-alert-circle-check-outline",tags:[]},{name:"mdi-alert-circle-outline",tags:[]},{name:"mdi-alert-decagram",tags:[]},{name:"mdi-alert-decagram-outline",tags:[]},{name:"mdi-alert-minus",tags:[]},{name:"mdi-alert-minus-outline",tags:[]},{name:"mdi-alert-octagon",tags:[]},{name:"mdi-alert-octagon-outline",tags:[]},{name:"mdi-alert-octagram",tags:[]},{name:"mdi-alert-octagram-outline",tags:[]},{name:"mdi-alert-outline",tags:[]},{name:"mdi-alert-plus",tags:[]},{name:"mdi-alert-plus-outline",tags:[]},{name:"mdi-alert-remove",tags:[]},{name:"mdi-alert-remove-outline",tags:[]},{name:"mdi-alert-rhombus",tags:[]},{name:"mdi-alert-rhombus-outline",tags:[]},{name:"mdi-alien",tags:[]},{name:"mdi-alien-outline",tags:[]},{name:"mdi-align-horizontal-center",tags:[]},{name:"mdi-align-horizontal-left",tags:[]},{name:"mdi-align-horizontal-right",tags:[]},{name:"mdi-align-vertical-bottom",tags:[]},{name:"mdi-align-vertical-center",tags:[]},{name:"mdi-align-vertical-top",tags:[]},{name:"mdi-all-inclusive",tags:[]},{name:"mdi-allergy",tags:[]},{name:"mdi-alpha",tags:[]},{name:"mdi-alpha-a",tags:[]},{name:"mdi-alpha-a-box",tags:[]},{name:"mdi-alpha-a-box-outline",tags:[]},{name:"mdi-alpha-a-circle",tags:[]},{name:"mdi-alpha-a-circle-outline",tags:[]},{name:"mdi-alpha-b",tags:[]},{name:"mdi-alpha-b-box",tags:[]},{name:"mdi-alpha-b-box-outline",tags:[]},{name:"mdi-alpha-b-circle",tags:[]},{name:"mdi-alpha-b-circle-outline",tags:[]},{name:"mdi-alpha-c",tags:[]},{name:"mdi-alpha-c-box",tags:[]},{name:"mdi-alpha-c-box-outline",tags:[]},{name:"mdi-alpha-c-circle",tags:[]},{name:"mdi-alpha-c-circle-outline",tags:[]},{name:"mdi-alpha-d",tags:[]},{name:"mdi-alpha-d-box",tags:[]},{name:"mdi-alpha-d-box-outline",tags:[]},{name:"mdi-alpha-d-circle",tags:[]},{name:"mdi-alpha-d-circle-outline",tags:[]},{name:"mdi-alpha-e",tags:[]},{name:"mdi-alpha-e-box",tags:[]},{name:"mdi-alpha-e-box-outline",tags:[]},{name:"mdi-alpha-e-circle",tags:[]},{name:"mdi-alpha-e-circle-outline",tags:[]},{name:"mdi-alpha-f",tags:[]},{name:"mdi-alpha-f-box",tags:[]},{name:"mdi-alpha-f-box-outline",tags:[]},{name:"mdi-alpha-f-circle",tags:[]},{name:"mdi-alpha-f-circle-outline",tags:[]},{name:"mdi-alpha-g",tags:[]},{name:"mdi-alpha-g-box",tags:[]},{name:"mdi-alpha-g-box-outline",tags:[]},{name:"mdi-alpha-g-circle",tags:[]},{name:"mdi-alpha-g-circle-outline",tags:[]},{name:"mdi-alpha-h",tags:[]},{name:"mdi-alpha-h-box",tags:[]},{name:"mdi-alpha-h-box-outline",tags:[]},{name:"mdi-alpha-h-circle",tags:[]},{name:"mdi-alpha-h-circle-outline",tags:[]},{name:"mdi-alpha-i",tags:[]},{name:"mdi-alpha-i-box",tags:[]},{name:"mdi-alpha-i-box-outline",tags:[]},{name:"mdi-alpha-i-circle",tags:[]},{name:"mdi-alpha-i-circle-outline",tags:[]},{name:"mdi-alpha-j",tags:[]},{name:"mdi-alpha-j-box",tags:[]},{name:"mdi-alpha-j-box-outline",tags:[]},{name:"mdi-alpha-j-circle",tags:[]},{name:"mdi-alpha-j-circle-outline",tags:[]},{name:"mdi-alpha-k",tags:[]},{name:"mdi-alpha-k-box",tags:[]},{name:"mdi-alpha-k-box-outline",tags:[]},{name:"mdi-alpha-k-circle",tags:[]},{name:"mdi-alpha-k-circle-outline",tags:[]},{name:"mdi-alpha-l",tags:[]},{name:"mdi-alpha-l-box",tags:[]},{name:"mdi-alpha-l-box-outline",tags:[]},{name:"mdi-alpha-l-circle",tags:[]},{name:"mdi-alpha-l-circle-outline",tags:[]},{name:"mdi-alpha-m",tags:[]},{name:"mdi-alpha-m-box",tags:[]},{name:"mdi-alpha-m-box-outline",tags:[]},{name:"mdi-alpha-m-circle",tags:[]},{name:"mdi-alpha-m-circle-outline",tags:[]},{name:"mdi-alpha-n",tags:[]},{name:"mdi-alpha-n-box",tags:[]},{name:"mdi-alpha-n-box-outline",tags:[]},{name:"mdi-alpha-n-circle",tags:[]},{name:"mdi-alpha-n-circle-outline",tags:[]},{name:"mdi-alpha-o",tags:[]},{name:"mdi-alpha-o-box",tags:[]},{name:"mdi-alpha-o-box-outline",tags:[]},{name:"mdi-alpha-o-circle",tags:[]},{name:"mdi-alpha-o-circle-outline",tags:[]},{name:"mdi-alpha-p",tags:[]},{name:"mdi-alpha-p-box",tags:[]},{name:"mdi-alpha-p-box-outline",tags:[]},{name:"mdi-alpha-p-circle",tags:[]},{name:"mdi-alpha-p-circle-outline",tags:[]},{name:"mdi-alpha-q",tags:[]},{name:"mdi-alpha-q-box",tags:[]},{name:"mdi-alpha-q-box-outline",tags:[]},{name:"mdi-alpha-q-circle",tags:[]},{name:"mdi-alpha-q-circle-outline",tags:[]},{name:"mdi-alpha-r",tags:[]},{name:"mdi-alpha-r-box",tags:[]},{name:"mdi-alpha-r-box-outline",tags:[]},{name:"mdi-alpha-r-circle",tags:[]},{name:"mdi-alpha-r-circle-outline",tags:[]},{name:"mdi-alpha-s",tags:[]},{name:"mdi-alpha-s-box",tags:[]},{name:"mdi-alpha-s-box-outline",tags:[]},{name:"mdi-alpha-s-circle",tags:[]},{name:"mdi-alpha-s-circle-outline",tags:[]},{name:"mdi-alpha-t",tags:[]},{name:"mdi-alpha-t-box",tags:[]},{name:"mdi-alpha-t-box-outline",tags:[]},{name:"mdi-alpha-t-circle",tags:[]},{name:"mdi-alpha-t-circle-outline",tags:[]},{name:"mdi-alpha-u",tags:[]},{name:"mdi-alpha-u-box",tags:[]},{name:"mdi-alpha-u-box-outline",tags:[]},{name:"mdi-alpha-u-circle",tags:[]},{name:"mdi-alpha-u-circle-outline",tags:[]},{name:"mdi-alpha-v",tags:[]},{name:"mdi-alpha-v-box",tags:[]},{name:"mdi-alpha-v-box-outline",tags:[]},{name:"mdi-alpha-v-circle",tags:[]},{name:"mdi-alpha-v-circle-outline",tags:[]},{name:"mdi-alpha-w",tags:[]},{name:"mdi-alpha-w-box",tags:[]},{name:"mdi-alpha-w-box-outline",tags:[]},{name:"mdi-alpha-w-circle",tags:[]},{name:"mdi-alpha-w-circle-outline",tags:[]},{name:"mdi-alpha-x",tags:[]},{name:"mdi-alpha-x-box",tags:[]},{name:"mdi-alpha-x-box-outline",tags:[]},{name:"mdi-alpha-x-circle",tags:[]},{name:"mdi-alpha-x-circle-outline",tags:[]},{name:"mdi-alpha-y",tags:[]},{name:"mdi-alpha-y-box",tags:[]},{name:"mdi-alpha-y-box-outline",tags:[]},{name:"mdi-alpha-y-circle",tags:[]},{name:"mdi-alpha-y-circle-outline",tags:[]},{name:"mdi-alpha-z",tags:[]},{name:"mdi-alpha-z-box",tags:[]},{name:"mdi-alpha-z-box-outline",tags:[]},{name:"mdi-alpha-z-circle",tags:[]},{name:"mdi-alpha-z-circle-outline",tags:[]},{name:"mdi-alphabet-aurebesh",tags:[]},{name:"mdi-alphabet-cyrillic",tags:[]},{name:"mdi-alphabet-greek",tags:[]},{name:"mdi-alphabet-latin",tags:[]},{name:"mdi-alphabet-piqad",tags:[]},{name:"mdi-alphabet-tengwar",tags:[]},{name:"mdi-alphabetical",tags:[]},{name:"mdi-alphabetical-off",tags:[]},{name:"mdi-alphabetical-variant",tags:[]},{name:"mdi-alphabetical-variant-off",tags:[]},{name:"mdi-altimeter",tags:[]},{name:"mdi-amazon",tags:[]},{name:"mdi-amazon-alexa",tags:[]},{name:"mdi-ambulance",tags:[]},{name:"mdi-ammunition",tags:[]},{name:"mdi-ampersand",tags:[]},{name:"mdi-amplifier",tags:[]},{name:"mdi-amplifier-off",tags:[]},{name:"mdi-anchor",tags:[]},{name:"mdi-android",tags:[]},{name:"mdi-android-auto",tags:[]},{name:"mdi-android-debug-bridge",tags:[]},{name:"mdi-android-messages",tags:[]},{name:"mdi-android-studio",tags:[]},{name:"mdi-angle-acute",tags:[]},{name:"mdi-angle-obtuse",tags:[]},{name:"mdi-angle-right",tags:[]},{name:"mdi-angular",tags:[]},{name:"mdi-angularjs",tags:[]},{name:"mdi-animation",tags:[]},{name:"mdi-animation-outline",tags:[]},{name:"mdi-animation-play",tags:[]},{name:"mdi-animation-play-outline",tags:[]},{name:"mdi-ansible",tags:[]},{name:"mdi-antenna",tags:[]},{name:"mdi-anvil",tags:[]},{name:"mdi-apache-kafka",tags:[]},{name:"mdi-api",tags:[]},{name:"mdi-api-off",tags:[]},{name:"mdi-apple",tags:[]},{name:"mdi-apple-airplay",tags:[]},{name:"mdi-apple-finder",tags:[]},{name:"mdi-apple-icloud",tags:[]},{name:"mdi-apple-ios",tags:[]},{name:"mdi-apple-keyboard-caps",tags:[]},{name:"mdi-apple-keyboard-command",tags:[]},{name:"mdi-apple-keyboard-control",tags:[]},{name:"mdi-apple-keyboard-option",tags:[]},{name:"mdi-apple-keyboard-shift",tags:[]},{name:"mdi-apple-safari",tags:[]},{name:"mdi-application",tags:[]},{name:"mdi-application-cog",tags:[]},{name:"mdi-application-export",tags:[]},{name:"mdi-application-import",tags:[]},{name:"mdi-application-settings",tags:[]},{name:"mdi-approximately-equal",tags:[]},{name:"mdi-approximately-equal-box",tags:[]},{name:"mdi-apps",tags:[]},{name:"mdi-apps-box",tags:[]},{name:"mdi-arch",tags:[]},{name:"mdi-archive",tags:[]},{name:"mdi-archive-alert",tags:[]},{name:"mdi-archive-alert-outline",tags:[]},{name:"mdi-archive-arrow-down",tags:[]},{name:"mdi-archive-arrow-down-outline",tags:[]},{name:"mdi-archive-arrow-up",tags:[]},{name:"mdi-archive-arrow-up-outline",tags:[]},{name:"mdi-archive-outline",tags:[]},{name:"mdi-arm-flex",tags:[]},{name:"mdi-arm-flex-outline",tags:[]},{name:"mdi-arrange-bring-forward",tags:[]},{name:"mdi-arrange-bring-to-front",tags:[]},{name:"mdi-arrange-send-backward",tags:[]},{name:"mdi-arrange-send-to-back",tags:[]},{name:"mdi-arrow-all",tags:[]},{name:"mdi-arrow-bottom-left",tags:[]},{name:"mdi-arrow-bottom-left-bold-outline",tags:[]},{name:"mdi-arrow-bottom-left-thick",tags:[]},{name:"mdi-arrow-bottom-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-bottom-right",tags:[]},{name:"mdi-arrow-bottom-right-bold-outline",tags:[]},{name:"mdi-arrow-bottom-right-thick",tags:[]},{name:"mdi-arrow-bottom-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-collapse",tags:[]},{name:"mdi-arrow-collapse-all",tags:[]},{name:"mdi-arrow-collapse-down",tags:[]},{name:"mdi-arrow-collapse-horizontal",tags:[]},{name:"mdi-arrow-collapse-left",tags:[]},{name:"mdi-arrow-collapse-right",tags:[]},{name:"mdi-arrow-collapse-up",tags:[]},{name:"mdi-arrow-collapse-vertical",tags:[]},{name:"mdi-arrow-decision",tags:[]},{name:"mdi-arrow-decision-auto",tags:[]},{name:"mdi-arrow-decision-auto-outline",tags:[]},{name:"mdi-arrow-decision-outline",tags:[]},{name:"mdi-arrow-down",tags:[]},{name:"mdi-arrow-down-bold",tags:[]},{name:"mdi-arrow-down-bold-box",tags:[]},{name:"mdi-arrow-down-bold-box-outline",tags:[]},{name:"mdi-arrow-down-bold-circle",tags:[]},{name:"mdi-arrow-down-bold-circle-outline",tags:[]},{name:"mdi-arrow-down-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-down-bold-outline",tags:[]},{name:"mdi-arrow-down-box",tags:[]},{name:"mdi-arrow-down-circle",tags:[]},{name:"mdi-arrow-down-circle-outline",tags:[]},{name:"mdi-arrow-down-drop-circle",tags:[]},{name:"mdi-arrow-down-drop-circle-outline",tags:[]},{name:"mdi-arrow-down-thick",tags:[]},{name:"mdi-arrow-down-thin-circle-outline",tags:[]},{name:"mdi-arrow-expand",tags:[]},{name:"mdi-arrow-expand-all",tags:[]},{name:"mdi-arrow-expand-down",tags:[]},{name:"mdi-arrow-expand-horizontal",tags:[]},{name:"mdi-arrow-expand-left",tags:[]},{name:"mdi-arrow-expand-right",tags:[]},{name:"mdi-arrow-expand-up",tags:[]},{name:"mdi-arrow-expand-vertical",tags:[]},{name:"mdi-arrow-horizontal-lock",tags:[]},{name:"mdi-arrow-left",tags:[]},{name:"mdi-arrow-left-bold",tags:[]},{name:"mdi-arrow-left-bold-box",tags:[]},{name:"mdi-arrow-left-bold-box-outline",tags:[]},{name:"mdi-arrow-left-bold-circle",tags:[]},{name:"mdi-arrow-left-bold-circle-outline",tags:[]},{name:"mdi-arrow-left-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-left-bold-outline",tags:[]},{name:"mdi-arrow-left-box",tags:[]},{name:"mdi-arrow-left-circle",tags:[]},{name:"mdi-arrow-left-circle-outline",tags:[]},{name:"mdi-arrow-left-drop-circle",tags:[]},{name:"mdi-arrow-left-drop-circle-outline",tags:[]},{name:"mdi-arrow-left-right",tags:[]},{name:"mdi-arrow-left-right-bold",tags:[]},{name:"mdi-arrow-left-right-bold-outline",tags:[]},{name:"mdi-arrow-left-thick",tags:[]},{name:"mdi-arrow-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-right",tags:[]},{name:"mdi-arrow-right-bold",tags:[]},{name:"mdi-arrow-right-bold-box",tags:[]},{name:"mdi-arrow-right-bold-box-outline",tags:[]},{name:"mdi-arrow-right-bold-circle",tags:[]},{name:"mdi-arrow-right-bold-circle-outline",tags:[]},{name:"mdi-arrow-right-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-right-bold-outline",tags:[]},{name:"mdi-arrow-right-box",tags:[]},{name:"mdi-arrow-right-circle",tags:[]},{name:"mdi-arrow-right-circle-outline",tags:[]},{name:"mdi-arrow-right-drop-circle",tags:[]},{name:"mdi-arrow-right-drop-circle-outline",tags:[]},{name:"mdi-arrow-right-thick",tags:[]},{name:"mdi-arrow-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-split-horizontal",tags:[]},{name:"mdi-arrow-split-vertical",tags:[]},{name:"mdi-arrow-top-left",tags:[]},{name:"mdi-arrow-top-left-bold-outline",tags:[]},{name:"mdi-arrow-top-left-bottom-right",tags:[]},{name:"mdi-arrow-top-left-bottom-right-bold",tags:[]},{name:"mdi-arrow-top-left-thick",tags:[]},{name:"mdi-arrow-top-left-thin-circle-outline",tags:[]},{name:"mdi-arrow-top-right",tags:[]},{name:"mdi-arrow-top-right-bold-outline",tags:[]},{name:"mdi-arrow-top-right-bottom-left",tags:[]},{name:"mdi-arrow-top-right-bottom-left-bold",tags:[]},{name:"mdi-arrow-top-right-thick",tags:[]},{name:"mdi-arrow-top-right-thin-circle-outline",tags:[]},{name:"mdi-arrow-up",tags:[]},{name:"mdi-arrow-up-bold",tags:[]},{name:"mdi-arrow-up-bold-box",tags:[]},{name:"mdi-arrow-up-bold-box-outline",tags:[]},{name:"mdi-arrow-up-bold-circle",tags:[]},{name:"mdi-arrow-up-bold-circle-outline",tags:[]},{name:"mdi-arrow-up-bold-hexagon-outline",tags:[]},{name:"mdi-arrow-up-bold-outline",tags:[]},{name:"mdi-arrow-up-box",tags:[]},{name:"mdi-arrow-up-circle",tags:[]},{name:"mdi-arrow-up-circle-outline",tags:[]},{name:"mdi-arrow-up-down",tags:[]},{name:"mdi-arrow-up-down-bold",tags:[]},{name:"mdi-arrow-up-down-bold-outline",tags:[]},{name:"mdi-arrow-up-drop-circle",tags:[]},{name:"mdi-arrow-up-drop-circle-outline",tags:[]},{name:"mdi-arrow-up-thick",tags:[]},{name:"mdi-arrow-up-thin-circle-outline",tags:[]},{name:"mdi-arrow-vertical-lock",tags:[]},{name:"mdi-artstation",tags:[]},{name:"mdi-aspect-ratio",tags:[]},{name:"mdi-assistant",tags:[]},{name:"mdi-asterisk",tags:[]},{name:"mdi-at",tags:[]},{name:"mdi-atlassian",tags:[]},{name:"mdi-atm",tags:[]},{name:"mdi-atom",tags:[]},{name:"mdi-atom-variant",tags:[]},{name:"mdi-attachment",tags:[]},{name:"mdi-audio-video",tags:[]},{name:"mdi-audio-video-off",tags:[]},{name:"mdi-augmented-reality",tags:[]},{name:"mdi-auto-download",tags:[]},{name:"mdi-auto-fix",tags:[]},{name:"mdi-auto-upload",tags:[]},{name:"mdi-autorenew",tags:[]},{name:"mdi-av-timer",tags:[]},{name:"mdi-aws",tags:[]},{name:"mdi-axe",tags:[]},{name:"mdi-axis",tags:[]},{name:"mdi-axis-arrow",tags:[]},{name:"mdi-axis-arrow-info",tags:[]},{name:"mdi-axis-arrow-lock",tags:[]},{name:"mdi-axis-lock",tags:[]},{name:"mdi-axis-x-arrow",tags:[]},{name:"mdi-axis-x-arrow-lock",tags:[]},{name:"mdi-axis-x-rotate-clockwise",tags:[]},{name:"mdi-axis-x-rotate-counterclockwise",tags:[]},{name:"mdi-axis-x-y-arrow-lock",tags:[]},{name:"mdi-axis-y-arrow",tags:[]},{name:"mdi-axis-y-arrow-lock",tags:[]},{name:"mdi-axis-y-rotate-clockwise",tags:[]},{name:"mdi-axis-y-rotate-counterclockwise",tags:[]},{name:"mdi-axis-z-arrow",tags:[]},{name:"mdi-axis-z-arrow-lock",tags:[]},{name:"mdi-axis-z-rotate-clockwise",tags:[]},{name:"mdi-axis-z-rotate-counterclockwise",tags:[]},{name:"mdi-babel",tags:[]},{name:"mdi-baby",tags:[]},{name:"mdi-baby-bottle",tags:[]},{name:"mdi-baby-bottle-outline",tags:[]},{name:"mdi-baby-buggy",tags:[]},{name:"mdi-baby-carriage",tags:[]},{name:"mdi-baby-carriage-off",tags:[]},{name:"mdi-baby-face",tags:[]},{name:"mdi-baby-face-outline",tags:[]},{name:"mdi-backburger",tags:[]},{name:"mdi-backspace",tags:[]},{name:"mdi-backspace-outline",tags:[]},{name:"mdi-backspace-reverse",tags:[]},{name:"mdi-backspace-reverse-outline",tags:[]},{name:"mdi-backup-restore",tags:[]},{name:"mdi-bacteria",tags:[]},{name:"mdi-bacteria-outline",tags:[]},{name:"mdi-badge-account",tags:[]},{name:"mdi-badge-account-alert",tags:[]},{name:"mdi-badge-account-alert-outline",tags:[]},{name:"mdi-badge-account-horizontal",tags:[]},{name:"mdi-badge-account-horizontal-outline",tags:[]},{name:"mdi-badge-account-outline",tags:[]},{name:"mdi-badminton",tags:[]},{name:"mdi-bag-carry-on",tags:[]},{name:"mdi-bag-carry-on-check",tags:[]},{name:"mdi-bag-carry-on-off",tags:[]},{name:"mdi-bag-checked",tags:[]},{name:"mdi-bag-personal",tags:[]},{name:"mdi-bag-personal-off",tags:[]},{name:"mdi-bag-personal-off-outline",tags:[]},{name:"mdi-bag-personal-outline",tags:[]},{name:"mdi-bag-suitcase",tags:[]},{name:"mdi-bag-suitcase-off",tags:[]},{name:"mdi-bag-suitcase-off-outline",tags:[]},{name:"mdi-bag-suitcase-outline",tags:[]},{name:"mdi-baguette",tags:[]},{name:"mdi-balloon",tags:[]},{name:"mdi-ballot",tags:[]},{name:"mdi-ballot-outline",tags:[]},{name:"mdi-ballot-recount",tags:[]},{name:"mdi-ballot-recount-outline",tags:[]},{name:"mdi-bandage",tags:[]},{name:"mdi-bandcamp",tags:[]},{name:"mdi-bank",tags:[]},{name:"mdi-bank-check",tags:[]},{name:"mdi-bank-minus",tags:[]},{name:"mdi-bank-off",tags:[]},{name:"mdi-bank-off-outline",tags:[]},{name:"mdi-bank-outline",tags:[]},{name:"mdi-bank-plus",tags:[]},{name:"mdi-bank-remove",tags:[]},{name:"mdi-bank-transfer",tags:[]},{name:"mdi-bank-transfer-in",tags:[]},{name:"mdi-bank-transfer-out",tags:[]},{name:"mdi-barcode",tags:[]},{name:"mdi-barcode-off",tags:[]},{name:"mdi-barcode-scan",tags:[]},{name:"mdi-barley",tags:[]},{name:"mdi-barley-off",tags:[]},{name:"mdi-barn",tags:[]},{name:"mdi-barrel",tags:[]},{name:"mdi-baseball",tags:[]},{name:"mdi-baseball-bat",tags:[]},{name:"mdi-baseball-diamond",tags:[]},{name:"mdi-baseball-diamond-outline",tags:[]},{name:"mdi-bash",tags:[]},{name:"mdi-basket",tags:[]},{name:"mdi-basket-fill",tags:[]},{name:"mdi-basket-minus",tags:[]},{name:"mdi-basket-minus-outline",tags:[]},{name:"mdi-basket-off",tags:[]},{name:"mdi-basket-off-outline",tags:[]},{name:"mdi-basket-outline",tags:[]},{name:"mdi-basket-plus",tags:[]},{name:"mdi-basket-plus-outline",tags:[]},{name:"mdi-basket-remove",tags:[]},{name:"mdi-basket-remove-outline",tags:[]},{name:"mdi-basket-unfill",tags:[]},{name:"mdi-basketball",tags:[]},{name:"mdi-basketball-hoop",tags:[]},{name:"mdi-basketball-hoop-outline",tags:[]},{name:"mdi-bat",tags:[]},{name:"mdi-battery",tags:[]},{name:"mdi-battery-10",tags:[]},{name:"mdi-battery-10-bluetooth",tags:[]},{name:"mdi-battery-20",tags:[]},{name:"mdi-battery-20-bluetooth",tags:[]},{name:"mdi-battery-30",tags:[]},{name:"mdi-battery-30-bluetooth",tags:[]},{name:"mdi-battery-40",tags:[]},{name:"mdi-battery-40-bluetooth",tags:[]},{name:"mdi-battery-50",tags:[]},{name:"mdi-battery-50-bluetooth",tags:[]},{name:"mdi-battery-60",tags:[]},{name:"mdi-battery-60-bluetooth",tags:[]},{name:"mdi-battery-70",tags:[]},{name:"mdi-battery-70-bluetooth",tags:[]},{name:"mdi-battery-80",tags:[]},{name:"mdi-battery-80-bluetooth",tags:[]},{name:"mdi-battery-90",tags:[]},{name:"mdi-battery-90-bluetooth",tags:[]},{name:"mdi-battery-alert",tags:[]},{name:"mdi-battery-alert-bluetooth",tags:[]},{name:"mdi-battery-alert-variant",tags:[]},{name:"mdi-battery-alert-variant-outline",tags:[]},{name:"mdi-battery-bluetooth",tags:[]},{name:"mdi-battery-bluetooth-variant",tags:[]},{name:"mdi-battery-charging",tags:[]},{name:"mdi-battery-charging-10",tags:[]},{name:"mdi-battery-charging-100",tags:[]},{name:"mdi-battery-charging-20",tags:[]},{name:"mdi-battery-charging-30",tags:[]},{name:"mdi-battery-charging-40",tags:[]},{name:"mdi-battery-charging-50",tags:[]},{name:"mdi-battery-charging-60",tags:[]},{name:"mdi-battery-charging-70",tags:[]},{name:"mdi-battery-charging-80",tags:[]},{name:"mdi-battery-charging-90",tags:[]},{name:"mdi-battery-charging-high",tags:[]},{name:"mdi-battery-charging-low",tags:[]},{name:"mdi-battery-charging-medium",tags:[]},{name:"mdi-battery-charging-outline",tags:[]},{name:"mdi-battery-charging-wireless",tags:[]},{name:"mdi-battery-charging-wireless-10",tags:[]},{name:"mdi-battery-charging-wireless-20",tags:[]},{name:"mdi-battery-charging-wireless-30",tags:[]},{name:"mdi-battery-charging-wireless-40",tags:[]},{name:"mdi-battery-charging-wireless-50",tags:[]},{name:"mdi-battery-charging-wireless-60",tags:[]},{name:"mdi-battery-charging-wireless-70",tags:[]},{name:"mdi-battery-charging-wireless-80",tags:[]},{name:"mdi-battery-charging-wireless-90",tags:[]},{name:"mdi-battery-charging-wireless-alert",tags:[]},{name:"mdi-battery-charging-wireless-outline",tags:[]},{name:"mdi-battery-heart",tags:[]},{name:"mdi-battery-heart-outline",tags:[]},{name:"mdi-battery-heart-variant",tags:[]},{name:"mdi-battery-high",tags:[]},{name:"mdi-battery-low",tags:[]},{name:"mdi-battery-medium",tags:[]},{name:"mdi-battery-minus",tags:[]},{name:"mdi-battery-negative",tags:[]},{name:"mdi-battery-off",tags:[]},{name:"mdi-battery-off-outline",tags:[]},{name:"mdi-battery-outline",tags:[]},{name:"mdi-battery-plus",tags:[]},{name:"mdi-battery-positive",tags:[]},{name:"mdi-battery-unknown",tags:[]},{name:"mdi-battery-unknown-bluetooth",tags:[]},{name:"mdi-battlenet",tags:[]},{name:"mdi-beach",tags:[]},{name:"mdi-beaker",tags:[]},{name:"mdi-beaker-alert",tags:[]},{name:"mdi-beaker-alert-outline",tags:[]},{name:"mdi-beaker-check",tags:[]},{name:"mdi-beaker-check-outline",tags:[]},{name:"mdi-beaker-minus",tags:[]},{name:"mdi-beaker-minus-outline",tags:[]},{name:"mdi-beaker-outline",tags:[]},{name:"mdi-beaker-plus",tags:[]},{name:"mdi-beaker-plus-outline",tags:[]},{name:"mdi-beaker-question",tags:[]},{name:"mdi-beaker-question-outline",tags:[]},{name:"mdi-beaker-remove",tags:[]},{name:"mdi-beaker-remove-outline",tags:[]},{name:"mdi-bed",tags:[]},{name:"mdi-bed-double",tags:[]},{name:"mdi-bed-double-outline",tags:[]},{name:"mdi-bed-empty",tags:[]},{name:"mdi-bed-king",tags:[]},{name:"mdi-bed-king-outline",tags:[]},{name:"mdi-bed-outline",tags:[]},{name:"mdi-bed-queen",tags:[]},{name:"mdi-bed-queen-outline",tags:[]},{name:"mdi-bed-single",tags:[]},{name:"mdi-bed-single-outline",tags:[]},{name:"mdi-bee",tags:[]},{name:"mdi-bee-flower",tags:[]},{name:"mdi-beehive-off-outline",tags:[]},{name:"mdi-beehive-outline",tags:[]},{name:"mdi-beekeeper",tags:[]},{name:"mdi-beer",tags:[]},{name:"mdi-beer-outline",tags:[]},{name:"mdi-bell",tags:[]},{name:"mdi-bell-alert",tags:[]},{name:"mdi-bell-alert-outline",tags:[]},{name:"mdi-bell-cancel",tags:[]},{name:"mdi-bell-cancel-outline",tags:[]},{name:"mdi-bell-check",tags:[]},{name:"mdi-bell-check-outline",tags:[]},{name:"mdi-bell-circle",tags:[]},{name:"mdi-bell-circle-outline",tags:[]},{name:"mdi-bell-minus",tags:[]},{name:"mdi-bell-minus-outline",tags:[]},{name:"mdi-bell-off",tags:[]},{name:"mdi-bell-off-outline",tags:[]},{name:"mdi-bell-outline",tags:[]},{name:"mdi-bell-plus",tags:[]},{name:"mdi-bell-plus-outline",tags:[]},{name:"mdi-bell-remove",tags:[]},{name:"mdi-bell-remove-outline",tags:[]},{name:"mdi-bell-ring",tags:[]},{name:"mdi-bell-ring-outline",tags:[]},{name:"mdi-bell-sleep",tags:[]},{name:"mdi-bell-sleep-outline",tags:[]},{name:"mdi-beta",tags:[]},{name:"mdi-betamax",tags:[]},{name:"mdi-biathlon",tags:[]},{name:"mdi-bicycle",tags:[]},{name:"mdi-bicycle-basket",tags:[]},{name:"mdi-bicycle-electric",tags:[]},{name:"mdi-bicycle-penny-farthing",tags:[]},{name:"mdi-bike",tags:[]},{name:"mdi-bike-fast",tags:[]},{name:"mdi-billboard",tags:[]},{name:"mdi-billiards",tags:[]},{name:"mdi-billiards-rack",tags:[]},{name:"mdi-binoculars",tags:[]},{name:"mdi-bio",tags:[]},{name:"mdi-biohazard",tags:[]},{name:"mdi-bird",tags:[]},{name:"mdi-bitbucket",tags:[]},{name:"mdi-bitcoin",tags:[]},{name:"mdi-black-mesa",tags:[]},{name:"mdi-blender",tags:[]},{name:"mdi-blender-software",tags:[]},{name:"mdi-blinds",tags:[]},{name:"mdi-blinds-open",tags:[]},{name:"mdi-block-helper",tags:[]},{name:"mdi-blogger",tags:[]},{name:"mdi-blood-bag",tags:[]},{name:"mdi-bluetooth",tags:[]},{name:"mdi-bluetooth-audio",tags:[]},{name:"mdi-bluetooth-connect",tags:[]},{name:"mdi-bluetooth-off",tags:[]},{name:"mdi-bluetooth-settings",tags:[]},{name:"mdi-bluetooth-transfer",tags:[]},{name:"mdi-blur",tags:[]},{name:"mdi-blur-linear",tags:[]},{name:"mdi-blur-off",tags:[]},{name:"mdi-blur-radial",tags:[]},{name:"mdi-bolnisi-cross",tags:[]},{name:"mdi-bolt",tags:[]},{name:"mdi-bomb",tags:[]},{name:"mdi-bomb-off",tags:[]},{name:"mdi-bone",tags:[]},{name:"mdi-book",tags:[]},{name:"mdi-book-account",tags:[]},{name:"mdi-book-account-outline",tags:[]},{name:"mdi-book-alert",tags:[]},{name:"mdi-book-alert-outline",tags:[]},{name:"mdi-book-alphabet",tags:[]},{name:"mdi-book-arrow-down",tags:[]},{name:"mdi-book-arrow-down-outline",tags:[]},{name:"mdi-book-arrow-left",tags:[]},{name:"mdi-book-arrow-left-outline",tags:[]},{name:"mdi-book-arrow-right",tags:[]},{name:"mdi-book-arrow-right-outline",tags:[]},{name:"mdi-book-arrow-up",tags:[]},{name:"mdi-book-arrow-up-outline",tags:[]},{name:"mdi-book-cancel",tags:[]},{name:"mdi-book-cancel-outline",tags:[]},{name:"mdi-book-check",tags:[]},{name:"mdi-book-check-outline",tags:[]},{name:"mdi-book-clock",tags:[]},{name:"mdi-book-clock-outline",tags:[]},{name:"mdi-book-cog",tags:[]},{name:"mdi-book-cog-outline",tags:[]},{name:"mdi-book-cross",tags:[]},{name:"mdi-book-edit",tags:[]},{name:"mdi-book-edit-outline",tags:[]},{name:"mdi-book-education",tags:[]},{name:"mdi-book-education-outline",tags:[]},{name:"mdi-book-information-variant",tags:[]},{name:"mdi-book-lock",tags:[]},{name:"mdi-book-lock-open",tags:[]},{name:"mdi-book-lock-open-outline",tags:[]},{name:"mdi-book-lock-outline",tags:[]},{name:"mdi-book-marker",tags:[]},{name:"mdi-book-marker-outline",tags:[]},{name:"mdi-book-minus",tags:[]},{name:"mdi-book-minus-multiple",tags:[]},{name:"mdi-book-minus-multiple-outline",tags:[]},{name:"mdi-book-minus-outline",tags:[]},{name:"mdi-book-multiple",tags:[]},{name:"mdi-book-multiple-outline",tags:[]},{name:"mdi-book-music",tags:[]},{name:"mdi-book-music-outline",tags:[]},{name:"mdi-book-off",tags:[]},{name:"mdi-book-off-outline",tags:[]},{name:"mdi-book-open",tags:[]},{name:"mdi-book-open-blank-variant",tags:[]},{name:"mdi-book-open-outline",tags:[]},{name:"mdi-book-open-page-variant",tags:[]},{name:"mdi-book-open-page-variant-outline",tags:[]},{name:"mdi-book-open-variant",tags:[]},{name:"mdi-book-outline",tags:[]},{name:"mdi-book-play",tags:[]},{name:"mdi-book-play-outline",tags:[]},{name:"mdi-book-plus",tags:[]},{name:"mdi-book-plus-multiple",tags:[]},{name:"mdi-book-plus-multiple-outline",tags:[]},{name:"mdi-book-plus-outline",tags:[]},{name:"mdi-book-refresh",tags:[]},{name:"mdi-book-refresh-outline",tags:[]},{name:"mdi-book-remove",tags:[]},{name:"mdi-book-remove-multiple",tags:[]},{name:"mdi-book-remove-multiple-outline",tags:[]},{name:"mdi-book-remove-outline",tags:[]},{name:"mdi-book-search",tags:[]},{name:"mdi-book-search-outline",tags:[]},{name:"mdi-book-settings",tags:[]},{name:"mdi-book-settings-outline",tags:[]},{name:"mdi-book-sync",tags:[]},{name:"mdi-book-sync-outline",tags:[]},{name:"mdi-book-variant",tags:[]},{name:"mdi-book-variant-multiple",tags:[]},{name:"mdi-bookmark",tags:[]},{name:"mdi-bookmark-check",tags:[]},{name:"mdi-bookmark-check-outline",tags:[]},{name:"mdi-bookmark-minus",tags:[]},{name:"mdi-bookmark-minus-outline",tags:[]},{name:"mdi-bookmark-multiple",tags:[]},{name:"mdi-bookmark-multiple-outline",tags:[]},{name:"mdi-bookmark-music",tags:[]},{name:"mdi-bookmark-music-outline",tags:[]},{name:"mdi-bookmark-off",tags:[]},{name:"mdi-bookmark-off-outline",tags:[]},{name:"mdi-bookmark-outline",tags:[]},{name:"mdi-bookmark-plus",tags:[]},{name:"mdi-bookmark-plus-outline",tags:[]},{name:"mdi-bookmark-remove",tags:[]},{name:"mdi-bookmark-remove-outline",tags:[]},{name:"mdi-bookshelf",tags:[]},{name:"mdi-boom-gate",tags:[]},{name:"mdi-boom-gate-alert",tags:[]},{name:"mdi-boom-gate-alert-outline",tags:[]},{name:"mdi-boom-gate-down",tags:[]},{name:"mdi-boom-gate-down-outline",tags:[]},{name:"mdi-boom-gate-outline",tags:[]},{name:"mdi-boom-gate-up",tags:[]},{name:"mdi-boom-gate-up-outline",tags:[]},{name:"mdi-boombox",tags:[]},{name:"mdi-boomerang",tags:[]},{name:"mdi-bootstrap",tags:[]},{name:"mdi-border-all",tags:[]},{name:"mdi-border-all-variant",tags:[]},{name:"mdi-border-bottom",tags:[]},{name:"mdi-border-bottom-variant",tags:[]},{name:"mdi-border-color",tags:[]},{name:"mdi-border-horizontal",tags:[]},{name:"mdi-border-inside",tags:[]},{name:"mdi-border-left",tags:[]},{name:"mdi-border-left-variant",tags:[]},{name:"mdi-border-none",tags:[]},{name:"mdi-border-none-variant",tags:[]},{name:"mdi-border-outside",tags:[]},{name:"mdi-border-right",tags:[]},{name:"mdi-border-right-variant",tags:[]},{name:"mdi-border-style",tags:[]},{name:"mdi-border-top",tags:[]},{name:"mdi-border-top-variant",tags:[]},{name:"mdi-border-vertical",tags:[]},{name:"mdi-bottle-soda",tags:[]},{name:"mdi-bottle-soda-classic",tags:[]},{name:"mdi-bottle-soda-classic-outline",tags:[]},{name:"mdi-bottle-soda-outline",tags:[]},{name:"mdi-bottle-tonic",tags:[]},{name:"mdi-bottle-tonic-outline",tags:[]},{name:"mdi-bottle-tonic-plus",tags:[]},{name:"mdi-bottle-tonic-plus-outline",tags:[]},{name:"mdi-bottle-tonic-skull",tags:[]},{name:"mdi-bottle-tonic-skull-outline",tags:[]},{name:"mdi-bottle-wine",tags:[]},{name:"mdi-bottle-wine-outline",tags:[]},{name:"mdi-bow-tie",tags:[]},{name:"mdi-bowl",tags:[]},{name:"mdi-bowl-mix",tags:[]},{name:"mdi-bowl-mix-outline",tags:[]},{name:"mdi-bowl-outline",tags:[]},{name:"mdi-bowling",tags:[]},{name:"mdi-box",tags:[]},{name:"mdi-box-cutter",tags:[]},{name:"mdi-box-cutter-off",tags:[]},{name:"mdi-box-shadow",tags:[]},{name:"mdi-boxing-glove",tags:[]},{name:"mdi-braille",tags:[]},{name:"mdi-brain",tags:[]},{name:"mdi-bread-slice",tags:[]},{name:"mdi-bread-slice-outline",tags:[]},{name:"mdi-bridge",tags:[]},{name:"mdi-briefcase",tags:[]},{name:"mdi-briefcase-account",tags:[]},{name:"mdi-briefcase-account-outline",tags:[]},{name:"mdi-briefcase-check",tags:[]},{name:"mdi-briefcase-check-outline",tags:[]},{name:"mdi-briefcase-clock",tags:[]},{name:"mdi-briefcase-clock-outline",tags:[]},{name:"mdi-briefcase-download",tags:[]},{name:"mdi-briefcase-download-outline",tags:[]},{name:"mdi-briefcase-edit",tags:[]},{name:"mdi-briefcase-edit-outline",tags:[]},{name:"mdi-briefcase-minus",tags:[]},{name:"mdi-briefcase-minus-outline",tags:[]},{name:"mdi-briefcase-off",tags:[]},{name:"mdi-briefcase-off-outline",tags:[]},{name:"mdi-briefcase-outline",tags:[]},{name:"mdi-briefcase-plus",tags:[]},{name:"mdi-briefcase-plus-outline",tags:[]},{name:"mdi-briefcase-remove",tags:[]},{name:"mdi-briefcase-remove-outline",tags:[]},{name:"mdi-briefcase-search",tags:[]},{name:"mdi-briefcase-search-outline",tags:[]},{name:"mdi-briefcase-upload",tags:[]},{name:"mdi-briefcase-upload-outline",tags:[]},{name:"mdi-briefcase-variant",tags:[]},{name:"mdi-briefcase-variant-off",tags:[]},{name:"mdi-briefcase-variant-off-outline",tags:[]},{name:"mdi-briefcase-variant-outline",tags:[]},{name:"mdi-brightness-1",tags:[]},{name:"mdi-brightness-2",tags:[]},{name:"mdi-brightness-3",tags:[]},{name:"mdi-brightness-4",tags:[]},{name:"mdi-brightness-5",tags:[]},{name:"mdi-brightness-6",tags:[]},{name:"mdi-brightness-7",tags:[]},{name:"mdi-brightness-auto",tags:[]},{name:"mdi-brightness-percent",tags:[]},{name:"mdi-broadcast",tags:[]},{name:"mdi-broadcast-off",tags:[]},{name:"mdi-broom",tags:[]},{name:"mdi-brush",tags:[]},{name:"mdi-bucket",tags:[]},{name:"mdi-bucket-outline",tags:[]},{name:"mdi-buddhism",tags:[]},{name:"mdi-buffer",tags:[]},{name:"mdi-buffet",tags:[]},{name:"mdi-bug",tags:[]},{name:"mdi-bug-check",tags:[]},{name:"mdi-bug-check-outline",tags:[]},{name:"mdi-bug-outline",tags:[]},{name:"mdi-bugle",tags:[]},{name:"mdi-bulldozer",tags:[]},{name:"mdi-bullet",tags:[]},{name:"mdi-bulletin-board",tags:[]},{name:"mdi-bullhorn",tags:[]},{name:"mdi-bullhorn-outline",tags:[]},{name:"mdi-bullseye",tags:[]},{name:"mdi-bullseye-arrow",tags:[]},{name:"mdi-bulma",tags:[]},{name:"mdi-bunk-bed",tags:[]},{name:"mdi-bunk-bed-outline",tags:[]},{name:"mdi-bus",tags:[]},{name:"mdi-bus-alert",tags:[]},{name:"mdi-bus-articulated-end",tags:[]},{name:"mdi-bus-articulated-front",tags:[]},{name:"mdi-bus-clock",tags:[]},{name:"mdi-bus-double-decker",tags:[]},{name:"mdi-bus-marker",tags:[]},{name:"mdi-bus-multiple",tags:[]},{name:"mdi-bus-school",tags:[]},{name:"mdi-bus-side",tags:[]},{name:"mdi-bus-stop",tags:[]},{name:"mdi-bus-stop-covered",tags:[]},{name:"mdi-bus-stop-uncovered",tags:[]},{name:"mdi-butterfly",tags:[]},{name:"mdi-butterfly-outline",tags:[]},{name:"mdi-cable-data",tags:[]},{name:"mdi-cached",tags:[]},{name:"mdi-cactus",tags:[]},{name:"mdi-cake",tags:[]},{name:"mdi-cake-layered",tags:[]},{name:"mdi-cake-variant",tags:[]},{name:"mdi-calculator",tags:[]},{name:"mdi-calculator-variant",tags:[]},{name:"mdi-calculator-variant-outline",tags:[]},{name:"mdi-calendar",tags:[]},{name:"mdi-calendar-account",tags:[]},{name:"mdi-calendar-account-outline",tags:[]},{name:"mdi-calendar-alert",tags:[]},{name:"mdi-calendar-arrow-left",tags:[]},{name:"mdi-calendar-arrow-right",tags:[]},{name:"mdi-calendar-blank",tags:[]},{name:"mdi-calendar-blank-multiple",tags:[]},{name:"mdi-calendar-blank-outline",tags:[]},{name:"mdi-calendar-check",tags:[]},{name:"mdi-calendar-check-outline",tags:[]},{name:"mdi-calendar-clock",tags:[]},{name:"mdi-calendar-clock-outline",tags:[]},{name:"mdi-calendar-cursor",tags:[]},{name:"mdi-calendar-edit",tags:[]},{name:"mdi-calendar-end",tags:[]},{name:"mdi-calendar-export",tags:[]},{name:"mdi-calendar-heart",tags:[]},{name:"mdi-calendar-import",tags:[]},{name:"mdi-calendar-lock",tags:[]},{name:"mdi-calendar-lock-outline",tags:[]},{name:"mdi-calendar-minus",tags:[]},{name:"mdi-calendar-month",tags:[]},{name:"mdi-calendar-month-outline",tags:[]},{name:"mdi-calendar-multiple",tags:[]},{name:"mdi-calendar-multiple-check",tags:[]},{name:"mdi-calendar-multiselect",tags:[]},{name:"mdi-calendar-outline",tags:[]},{name:"mdi-calendar-plus",tags:[]},{name:"mdi-calendar-question",tags:[]},{name:"mdi-calendar-range",tags:[]},{name:"mdi-calendar-range-outline",tags:[]},{name:"mdi-calendar-refresh",tags:[]},{name:"mdi-calendar-refresh-outline",tags:[]},{name:"mdi-calendar-remove",tags:[]},{name:"mdi-calendar-remove-outline",tags:[]},{name:"mdi-calendar-search",tags:[]},{name:"mdi-calendar-star",tags:[]},{name:"mdi-calendar-start",tags:[]},{name:"mdi-calendar-sync",tags:[]},{name:"mdi-calendar-sync-outline",tags:[]},{name:"mdi-calendar-text",tags:[]},{name:"mdi-calendar-text-outline",tags:[]},{name:"mdi-calendar-today",tags:[]},{name:"mdi-calendar-week",tags:[]},{name:"mdi-calendar-week-begin",tags:[]},{name:"mdi-calendar-weekend",tags:[]},{name:"mdi-calendar-weekend-outline",tags:[]},{name:"mdi-call-made",tags:[]},{name:"mdi-call-merge",tags:[]},{name:"mdi-call-missed",tags:[]},{name:"mdi-call-received",tags:[]},{name:"mdi-call-split",tags:[]},{name:"mdi-camcorder",tags:[]},{name:"mdi-camcorder-off",tags:[]},{name:"mdi-camera",tags:[]},{name:"mdi-camera-account",tags:[]},{name:"mdi-camera-burst",tags:[]},{name:"mdi-camera-control",tags:[]},{name:"mdi-camera-enhance",tags:[]},{name:"mdi-camera-enhance-outline",tags:[]},{name:"mdi-camera-flip",tags:[]},{name:"mdi-camera-flip-outline",tags:[]},{name:"mdi-camera-front",tags:[]},{name:"mdi-camera-front-variant",tags:[]},{name:"mdi-camera-gopro",tags:[]},{name:"mdi-camera-image",tags:[]},{name:"mdi-camera-iris",tags:[]},{name:"mdi-camera-metering-center",tags:[]},{name:"mdi-camera-metering-matrix",tags:[]},{name:"mdi-camera-metering-partial",tags:[]},{name:"mdi-camera-metering-spot",tags:[]},{name:"mdi-camera-off",tags:[]},{name:"mdi-camera-outline",tags:[]},{name:"mdi-camera-party-mode",tags:[]},{name:"mdi-camera-plus",tags:[]},{name:"mdi-camera-plus-outline",tags:[]},{name:"mdi-camera-rear",tags:[]},{name:"mdi-camera-rear-variant",tags:[]},{name:"mdi-camera-retake",tags:[]},{name:"mdi-camera-retake-outline",tags:[]},{name:"mdi-camera-switch",tags:[]},{name:"mdi-camera-switch-outline",tags:[]},{name:"mdi-camera-timer",tags:[]},{name:"mdi-camera-wireless",tags:[]},{name:"mdi-camera-wireless-outline",tags:[]},{name:"mdi-campfire",tags:[]},{name:"mdi-cancel",tags:[]},{name:"mdi-candle",tags:[]},{name:"mdi-candycane",tags:[]},{name:"mdi-cannabis",tags:[]},{name:"mdi-cannabis-off",tags:[]},{name:"mdi-caps-lock",tags:[]},{name:"mdi-car",tags:[]},{name:"mdi-car-2-plus",tags:[]},{name:"mdi-car-3-plus",tags:[]},{name:"mdi-car-arrow-left",tags:[]},{name:"mdi-car-arrow-right",tags:[]},{name:"mdi-car-back",tags:[]},{name:"mdi-car-battery",tags:[]},{name:"mdi-car-brake-abs",tags:[]},{name:"mdi-car-brake-alert",tags:[]},{name:"mdi-car-brake-hold",tags:[]},{name:"mdi-car-brake-parking",tags:[]},{name:"mdi-car-brake-retarder",tags:[]},{name:"mdi-car-child-seat",tags:[]},{name:"mdi-car-clutch",tags:[]},{name:"mdi-car-cog",tags:[]},{name:"mdi-car-connected",tags:[]},{name:"mdi-car-convertible",tags:[]},{name:"mdi-car-coolant-level",tags:[]},{name:"mdi-car-cruise-control",tags:[]},{name:"mdi-car-defrost-front",tags:[]},{name:"mdi-car-defrost-rear",tags:[]},{name:"mdi-car-door",tags:[]},{name:"mdi-car-door-lock",tags:[]},{name:"mdi-car-electric",tags:[]},{name:"mdi-car-electric-outline",tags:[]},{name:"mdi-car-emergency",tags:[]},{name:"mdi-car-esp",tags:[]},{name:"mdi-car-estate",tags:[]},{name:"mdi-car-hatchback",tags:[]},{name:"mdi-car-info",tags:[]},{name:"mdi-car-key",tags:[]},{name:"mdi-car-lifted-pickup",tags:[]},{name:"mdi-car-light-dimmed",tags:[]},{name:"mdi-car-light-fog",tags:[]},{name:"mdi-car-light-high",tags:[]},{name:"mdi-car-limousine",tags:[]},{name:"mdi-car-multiple",tags:[]},{name:"mdi-car-off",tags:[]},{name:"mdi-car-outline",tags:[]},{name:"mdi-car-parking-lights",tags:[]},{name:"mdi-car-pickup",tags:[]},{name:"mdi-car-seat",tags:[]},{name:"mdi-car-seat-cooler",tags:[]},{name:"mdi-car-seat-heater",tags:[]},{name:"mdi-car-settings",tags:[]},{name:"mdi-car-shift-pattern",tags:[]},{name:"mdi-car-side",tags:[]},{name:"mdi-car-sports",tags:[]},{name:"mdi-car-tire-alert",tags:[]},{name:"mdi-car-traction-control",tags:[]},{name:"mdi-car-turbocharger",tags:[]},{name:"mdi-car-wash",tags:[]},{name:"mdi-car-windshield",tags:[]},{name:"mdi-car-windshield-outline",tags:[]},{name:"mdi-carabiner",tags:[]},{name:"mdi-caravan",tags:[]},{name:"mdi-card",tags:[]},{name:"mdi-card-account-details",tags:[]},{name:"mdi-card-account-details-outline",tags:[]},{name:"mdi-card-account-details-star",tags:[]},{name:"mdi-card-account-details-star-outline",tags:[]},{name:"mdi-card-account-mail",tags:[]},{name:"mdi-card-account-mail-outline",tags:[]},{name:"mdi-card-account-phone",tags:[]},{name:"mdi-card-account-phone-outline",tags:[]},{name:"mdi-card-bulleted",tags:[]},{name:"mdi-card-bulleted-off",tags:[]},{name:"mdi-card-bulleted-off-outline",tags:[]},{name:"mdi-card-bulleted-outline",tags:[]},{name:"mdi-card-bulleted-settings",tags:[]},{name:"mdi-card-bulleted-settings-outline",tags:[]},{name:"mdi-card-minus",tags:[]},{name:"mdi-card-minus-outline",tags:[]},{name:"mdi-card-off",tags:[]},{name:"mdi-card-off-outline",tags:[]},{name:"mdi-card-outline",tags:[]},{name:"mdi-card-plus",tags:[]},{name:"mdi-card-plus-outline",tags:[]},{name:"mdi-card-remove",tags:[]},{name:"mdi-card-remove-outline",tags:[]},{name:"mdi-card-search",tags:[]},{name:"mdi-card-search-outline",tags:[]},{name:"mdi-card-text",tags:[]},{name:"mdi-card-text-outline",tags:[]},{name:"mdi-cards",tags:[]},{name:"mdi-cards-club",tags:[]},{name:"mdi-cards-diamond",tags:[]},{name:"mdi-cards-diamond-outline",tags:[]},{name:"mdi-cards-heart",tags:[]},{name:"mdi-cards-outline",tags:[]},{name:"mdi-cards-playing-outline",tags:[]},{name:"mdi-cards-spade",tags:[]},{name:"mdi-cards-variant",tags:[]},{name:"mdi-carrot",tags:[]},{name:"mdi-cart",tags:[]},{name:"mdi-cart-arrow-down",tags:[]},{name:"mdi-cart-arrow-right",tags:[]},{name:"mdi-cart-arrow-up",tags:[]},{name:"mdi-cart-check",tags:[]},{name:"mdi-cart-minus",tags:[]},{name:"mdi-cart-off",tags:[]},{name:"mdi-cart-outline",tags:[]},{name:"mdi-cart-plus",tags:[]},{name:"mdi-cart-remove",tags:[]},{name:"mdi-cart-variant",tags:[]},{name:"mdi-case-sensitive-alt",tags:[]},{name:"mdi-cash",tags:[]},{name:"mdi-cash-100",tags:[]},{name:"mdi-cash-check",tags:[]},{name:"mdi-cash-lock",tags:[]},{name:"mdi-cash-lock-open",tags:[]},{name:"mdi-cash-marker",tags:[]},{name:"mdi-cash-minus",tags:[]},{name:"mdi-cash-multiple",tags:[]},{name:"mdi-cash-plus",tags:[]},{name:"mdi-cash-refund",tags:[]},{name:"mdi-cash-register",tags:[]},{name:"mdi-cash-remove",tags:[]},{name:"mdi-cash-usd",tags:[]},{name:"mdi-cash-usd-outline",tags:[]},{name:"mdi-cassette",tags:[]},{name:"mdi-cast",tags:[]},{name:"mdi-cast-audio",tags:[]},{name:"mdi-cast-connected",tags:[]},{name:"mdi-cast-education",tags:[]},{name:"mdi-cast-off",tags:[]},{name:"mdi-castle",tags:[]},{name:"mdi-cat",tags:[]},{name:"mdi-cctv",tags:[]},{name:"mdi-ceiling-light",tags:[]},{name:"mdi-cellphone",tags:[]},{name:"mdi-cellphone-android",tags:[]},{name:"mdi-cellphone-arrow-down",tags:[]},{name:"mdi-cellphone-basic",tags:[]},{name:"mdi-cellphone-charging",tags:[]},{name:"mdi-cellphone-cog",tags:[]},{name:"mdi-cellphone-dock",tags:[]},{name:"mdi-cellphone-erase",tags:[]},{name:"mdi-cellphone-information",tags:[]},{name:"mdi-cellphone-iphone",tags:[]},{name:"mdi-cellphone-key",tags:[]},{name:"mdi-cellphone-link",tags:[]},{name:"mdi-cellphone-link-off",tags:[]},{name:"mdi-cellphone-lock",tags:[]},{name:"mdi-cellphone-message",tags:[]},{name:"mdi-cellphone-message-off",tags:[]},{name:"mdi-cellphone-nfc",tags:[]},{name:"mdi-cellphone-nfc-off",tags:[]},{name:"mdi-cellphone-off",tags:[]},{name:"mdi-cellphone-play",tags:[]},{name:"mdi-cellphone-screenshot",tags:[]},{name:"mdi-cellphone-settings",tags:[]},{name:"mdi-cellphone-sound",tags:[]},{name:"mdi-cellphone-text",tags:[]},{name:"mdi-cellphone-wireless",tags:[]},{name:"mdi-celtic-cross",tags:[]},{name:"mdi-centos",tags:[]},{name:"mdi-certificate",tags:[]},{name:"mdi-certificate-outline",tags:[]},{name:"mdi-chair-rolling",tags:[]},{name:"mdi-chair-school",tags:[]},{name:"mdi-charity",tags:[]},{name:"mdi-chart-arc",tags:[]},{name:"mdi-chart-areaspline",tags:[]},{name:"mdi-chart-areaspline-variant",tags:[]},{name:"mdi-chart-bar",tags:[]},{name:"mdi-chart-bar-stacked",tags:[]},{name:"mdi-chart-bell-curve",tags:[]},{name:"mdi-chart-bell-curve-cumulative",tags:[]},{name:"mdi-chart-box",tags:[]},{name:"mdi-chart-box-outline",tags:[]},{name:"mdi-chart-box-plus-outline",tags:[]},{name:"mdi-chart-bubble",tags:[]},{name:"mdi-chart-donut",tags:[]},{name:"mdi-chart-donut-variant",tags:[]},{name:"mdi-chart-gantt",tags:[]},{name:"mdi-chart-histogram",tags:[]},{name:"mdi-chart-line",tags:[]},{name:"mdi-chart-line-stacked",tags:[]},{name:"mdi-chart-line-variant",tags:[]},{name:"mdi-chart-multiline",tags:[]},{name:"mdi-chart-multiple",tags:[]},{name:"mdi-chart-pie",tags:[]},{name:"mdi-chart-ppf",tags:[]},{name:"mdi-chart-sankey",tags:[]},{name:"mdi-chart-sankey-variant",tags:[]},{name:"mdi-chart-scatter-plot",tags:[]},{name:"mdi-chart-scatter-plot-hexbin",tags:[]},{name:"mdi-chart-timeline",tags:[]},{name:"mdi-chart-timeline-variant",tags:[]},{name:"mdi-chart-timeline-variant-shimmer",tags:[]},{name:"mdi-chart-tree",tags:[]},{name:"mdi-chat",tags:[]},{name:"mdi-chat-alert",tags:[]},{name:"mdi-chat-alert-outline",tags:[]},{name:"mdi-chat-minus",tags:[]},{name:"mdi-chat-minus-outline",tags:[]},{name:"mdi-chat-outline",tags:[]},{name:"mdi-chat-plus",tags:[]},{name:"mdi-chat-plus-outline",tags:[]},{name:"mdi-chat-processing",tags:[]},{name:"mdi-chat-processing-outline",tags:[]},{name:"mdi-chat-question",tags:[]},{name:"mdi-chat-question-outline",tags:[]},{name:"mdi-chat-remove",tags:[]},{name:"mdi-chat-remove-outline",tags:[]},{name:"mdi-chat-sleep",tags:[]},{name:"mdi-chat-sleep-outline",tags:[]},{name:"mdi-check",tags:[]},{name:"mdi-check-all",tags:[]},{name:"mdi-check-bold",tags:[]},{name:"mdi-check-box-multiple-outline",tags:[]},{name:"mdi-check-box-outline",tags:[]},{name:"mdi-check-circle",tags:[]},{name:"mdi-check-circle-outline",tags:[]},{name:"mdi-check-decagram",tags:[]},{name:"mdi-check-decagram-outline",tags:[]},{name:"mdi-check-network",tags:[]},{name:"mdi-check-network-outline",tags:[]},{name:"mdi-check-outline",tags:[]},{name:"mdi-check-underline",tags:[]},{name:"mdi-check-underline-circle",tags:[]},{name:"mdi-check-underline-circle-outline",tags:[]},{name:"mdi-checkbook",tags:[]},{name:"mdi-checkbox-blank",tags:[]},{name:"mdi-checkbox-blank-circle",tags:[]},{name:"mdi-checkbox-blank-circle-outline",tags:[]},{name:"mdi-checkbox-blank-off",tags:[]},{name:"mdi-checkbox-blank-off-outline",tags:[]},{name:"mdi-checkbox-blank-outline",tags:[]},{name:"mdi-checkbox-intermediate",tags:[]},{name:"mdi-checkbox-marked",tags:[]},{name:"mdi-checkbox-marked-circle",tags:[]},{name:"mdi-checkbox-marked-circle-outline",tags:[]},{name:"mdi-checkbox-marked-outline",tags:[]},{name:"mdi-checkbox-multiple-blank",tags:[]},{name:"mdi-checkbox-multiple-blank-circle",tags:[]},{name:"mdi-checkbox-multiple-blank-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-blank-outline",tags:[]},{name:"mdi-checkbox-multiple-marked",tags:[]},{name:"mdi-checkbox-multiple-marked-circle",tags:[]},{name:"mdi-checkbox-multiple-marked-circle-outline",tags:[]},{name:"mdi-checkbox-multiple-marked-outline",tags:[]},{name:"mdi-checkerboard",tags:[]},{name:"mdi-checkerboard-minus",tags:[]},{name:"mdi-checkerboard-plus",tags:[]},{name:"mdi-checkerboard-remove",tags:[]},{name:"mdi-cheese",tags:[]},{name:"mdi-cheese-off",tags:[]},{name:"mdi-chef-hat",tags:[]},{name:"mdi-chemical-weapon",tags:[]},{name:"mdi-chess-bishop",tags:[]},{name:"mdi-chess-king",tags:[]},{name:"mdi-chess-knight",tags:[]},{name:"mdi-chess-pawn",tags:[]},{name:"mdi-chess-queen",tags:[]},{name:"mdi-chess-rook",tags:[]},{name:"mdi-chevron-double-down",tags:[]},{name:"mdi-chevron-double-left",tags:[]},{name:"mdi-chevron-double-right",tags:[]},{name:"mdi-chevron-double-up",tags:[]},{name:"mdi-chevron-down",tags:[]},{name:"mdi-chevron-down-box",tags:[]},{name:"mdi-chevron-down-box-outline",tags:[]},{name:"mdi-chevron-down-circle",tags:[]},{name:"mdi-chevron-down-circle-outline",tags:[]},{name:"mdi-chevron-left",tags:[]},{name:"mdi-chevron-left-box",tags:[]},{name:"mdi-chevron-left-box-outline",tags:[]},{name:"mdi-chevron-left-circle",tags:[]},{name:"mdi-chevron-left-circle-outline",tags:[]},{name:"mdi-chevron-right",tags:[]},{name:"mdi-chevron-right-box",tags:[]},{name:"mdi-chevron-right-box-outline",tags:[]},{name:"mdi-chevron-right-circle",tags:[]},{name:"mdi-chevron-right-circle-outline",tags:[]},{name:"mdi-chevron-triple-down",tags:[]},{name:"mdi-chevron-triple-left",tags:[]},{name:"mdi-chevron-triple-right",tags:[]},{name:"mdi-chevron-triple-up",tags:[]},{name:"mdi-chevron-up",tags:[]},{name:"mdi-chevron-up-box",tags:[]},{name:"mdi-chevron-up-box-outline",tags:[]},{name:"mdi-chevron-up-circle",tags:[]},{name:"mdi-chevron-up-circle-outline",tags:[]},{name:"mdi-chili-hot",tags:[]},{name:"mdi-chili-medium",tags:[]},{name:"mdi-chili-mild",tags:[]},{name:"mdi-chili-off",tags:[]},{name:"mdi-chip",tags:[]},{name:"mdi-christianity",tags:[]},{name:"mdi-christianity-outline",tags:[]},{name:"mdi-church",tags:[]},{name:"mdi-cigar",tags:[]},{name:"mdi-cigar-off",tags:[]},{name:"mdi-circle",tags:[]},{name:"mdi-circle-box",tags:[]},{name:"mdi-circle-box-outline",tags:[]},{name:"mdi-circle-double",tags:[]},{name:"mdi-circle-edit-outline",tags:[]},{name:"mdi-circle-expand",tags:[]},{name:"mdi-circle-half",tags:[]},{name:"mdi-circle-half-full",tags:[]},{name:"mdi-circle-medium",tags:[]},{name:"mdi-circle-multiple",tags:[]},{name:"mdi-circle-multiple-outline",tags:[]},{name:"mdi-circle-off-outline",tags:[]},{name:"mdi-circle-outline",tags:[]},{name:"mdi-circle-slice-1",tags:[]},{name:"mdi-circle-slice-2",tags:[]},{name:"mdi-circle-slice-3",tags:[]},{name:"mdi-circle-slice-4",tags:[]},{name:"mdi-circle-slice-5",tags:[]},{name:"mdi-circle-slice-6",tags:[]},{name:"mdi-circle-slice-7",tags:[]},{name:"mdi-circle-slice-8",tags:[]},{name:"mdi-circle-small",tags:[]},{name:"mdi-circular-saw",tags:[]},{name:"mdi-city",tags:[]},{name:"mdi-city-variant",tags:[]},{name:"mdi-city-variant-outline",tags:[]},{name:"mdi-clipboard",tags:[]},{name:"mdi-clipboard-account",tags:[]},{name:"mdi-clipboard-account-outline",tags:[]},{name:"mdi-clipboard-alert",tags:[]},{name:"mdi-clipboard-alert-outline",tags:[]},{name:"mdi-clipboard-arrow-down",tags:[]},{name:"mdi-clipboard-arrow-down-outline",tags:[]},{name:"mdi-clipboard-arrow-left",tags:[]},{name:"mdi-clipboard-arrow-left-outline",tags:[]},{name:"mdi-clipboard-arrow-right",tags:[]},{name:"mdi-clipboard-arrow-right-outline",tags:[]},{name:"mdi-clipboard-arrow-up",tags:[]},{name:"mdi-clipboard-arrow-up-outline",tags:[]},{name:"mdi-clipboard-check",tags:[]},{name:"mdi-clipboard-check-multiple",tags:[]},{name:"mdi-clipboard-check-multiple-outline",tags:[]},{name:"mdi-clipboard-check-outline",tags:[]},{name:"mdi-clipboard-clock",tags:[]},{name:"mdi-clipboard-clock-outline",tags:[]},{name:"mdi-clipboard-edit",tags:[]},{name:"mdi-clipboard-edit-outline",tags:[]},{name:"mdi-clipboard-file",tags:[]},{name:"mdi-clipboard-file-outline",tags:[]},{name:"mdi-clipboard-flow",tags:[]},{name:"mdi-clipboard-flow-outline",tags:[]},{name:"mdi-clipboard-list",tags:[]},{name:"mdi-clipboard-list-outline",tags:[]},{name:"mdi-clipboard-minus",tags:[]},{name:"mdi-clipboard-minus-outline",tags:[]},{name:"mdi-clipboard-multiple",tags:[]},{name:"mdi-clipboard-multiple-outline",tags:[]},{name:"mdi-clipboard-off",tags:[]},{name:"mdi-clipboard-off-outline",tags:[]},{name:"mdi-clipboard-outline",tags:[]},{name:"mdi-clipboard-play",tags:[]},{name:"mdi-clipboard-play-multiple",tags:[]},{name:"mdi-clipboard-play-multiple-outline",tags:[]},{name:"mdi-clipboard-play-outline",tags:[]},{name:"mdi-clipboard-plus",tags:[]},{name:"mdi-clipboard-plus-outline",tags:[]},{name:"mdi-clipboard-pulse",tags:[]},{name:"mdi-clipboard-pulse-outline",tags:[]},{name:"mdi-clipboard-remove",tags:[]},{name:"mdi-clipboard-remove-outline",tags:[]},{name:"mdi-clipboard-search",tags:[]},{name:"mdi-clipboard-search-outline",tags:[]},{name:"mdi-clipboard-text",tags:[]},{name:"mdi-clipboard-text-multiple",tags:[]},{name:"mdi-clipboard-text-multiple-outline",tags:[]},{name:"mdi-clipboard-text-off",tags:[]},{name:"mdi-clipboard-text-off-outline",tags:[]},{name:"mdi-clipboard-text-outline",tags:[]},{name:"mdi-clipboard-text-play",tags:[]},{name:"mdi-clipboard-text-play-outline",tags:[]},{name:"mdi-clipboard-text-search",tags:[]},{name:"mdi-clipboard-text-search-outline",tags:[]},{name:"mdi-clippy",tags:[]},{name:"mdi-clock",tags:[]},{name:"mdi-clock-alert",tags:[]},{name:"mdi-clock-alert-outline",tags:[]},{name:"mdi-clock-check",tags:[]},{name:"mdi-clock-check-outline",tags:[]},{name:"mdi-clock-digital",tags:[]},{name:"mdi-clock-end",tags:[]},{name:"mdi-clock-fast",tags:[]},{name:"mdi-clock-in",tags:[]},{name:"mdi-clock-out",tags:[]},{name:"mdi-clock-outline",tags:[]},{name:"mdi-clock-start",tags:[]},{name:"mdi-clock-time-eight",tags:[]},{name:"mdi-clock-time-eight-outline",tags:[]},{name:"mdi-clock-time-eleven",tags:[]},{name:"mdi-clock-time-eleven-outline",tags:[]},{name:"mdi-clock-time-five",tags:[]},{name:"mdi-clock-time-five-outline",tags:[]},{name:"mdi-clock-time-four",tags:[]},{name:"mdi-clock-time-four-outline",tags:[]},{name:"mdi-clock-time-nine",tags:[]},{name:"mdi-clock-time-nine-outline",tags:[]},{name:"mdi-clock-time-one",tags:[]},{name:"mdi-clock-time-one-outline",tags:[]},{name:"mdi-clock-time-seven",tags:[]},{name:"mdi-clock-time-seven-outline",tags:[]},{name:"mdi-clock-time-six",tags:[]},{name:"mdi-clock-time-six-outline",tags:[]},{name:"mdi-clock-time-ten",tags:[]},{name:"mdi-clock-time-ten-outline",tags:[]},{name:"mdi-clock-time-three",tags:[]},{name:"mdi-clock-time-three-outline",tags:[]},{name:"mdi-clock-time-twelve",tags:[]},{name:"mdi-clock-time-twelve-outline",tags:[]},{name:"mdi-clock-time-two",tags:[]},{name:"mdi-clock-time-two-outline",tags:[]},{name:"mdi-close",tags:[]},{name:"mdi-close-box",tags:[]},{name:"mdi-close-box-multiple",tags:[]},{name:"mdi-close-box-multiple-outline",tags:[]},{name:"mdi-close-box-outline",tags:[]},{name:"mdi-close-circle",tags:[]},{name:"mdi-close-circle-multiple",tags:[]},{name:"mdi-close-circle-multiple-outline",tags:[]},{name:"mdi-close-circle-outline",tags:[]},{name:"mdi-close-network",tags:[]},{name:"mdi-close-network-outline",tags:[]},{name:"mdi-close-octagon",tags:[]},{name:"mdi-close-octagon-outline",tags:[]},{name:"mdi-close-outline",tags:[]},{name:"mdi-close-thick",tags:[]},{name:"mdi-closed-caption",tags:[]},{name:"mdi-closed-caption-outline",tags:[]},{name:"mdi-cloud",tags:[]},{name:"mdi-cloud-alert",tags:[]},{name:"mdi-cloud-braces",tags:[]},{name:"mdi-cloud-check",tags:[]},{name:"mdi-cloud-check-outline",tags:[]},{name:"mdi-cloud-circle",tags:[]},{name:"mdi-cloud-download",tags:[]},{name:"mdi-cloud-download-outline",tags:[]},{name:"mdi-cloud-lock",tags:[]},{name:"mdi-cloud-lock-outline",tags:[]},{name:"mdi-cloud-off-outline",tags:[]},{name:"mdi-cloud-outline",tags:[]},{name:"mdi-cloud-print",tags:[]},{name:"mdi-cloud-print-outline",tags:[]},{name:"mdi-cloud-question",tags:[]},{name:"mdi-cloud-refresh",tags:[]},{name:"mdi-cloud-search",tags:[]},{name:"mdi-cloud-search-outline",tags:[]},{name:"mdi-cloud-sync",tags:[]},{name:"mdi-cloud-sync-outline",tags:[]},{name:"mdi-cloud-tags",tags:[]},{name:"mdi-cloud-upload",tags:[]},{name:"mdi-cloud-upload-outline",tags:[]},{name:"mdi-clover",tags:[]},{name:"mdi-coach-lamp",tags:[]},{name:"mdi-coat-rack",tags:[]},{name:"mdi-code-array",tags:[]},{name:"mdi-code-braces",tags:[]},{name:"mdi-code-braces-box",tags:[]},{name:"mdi-code-brackets",tags:[]},{name:"mdi-code-equal",tags:[]},{name:"mdi-code-greater-than",tags:[]},{name:"mdi-code-greater-than-or-equal",tags:[]},{name:"mdi-code-json",tags:[]},{name:"mdi-code-less-than",tags:[]},{name:"mdi-code-less-than-or-equal",tags:[]},{name:"mdi-code-not-equal",tags:[]},{name:"mdi-code-not-equal-variant",tags:[]},{name:"mdi-code-parentheses",tags:[]},{name:"mdi-code-parentheses-box",tags:[]},{name:"mdi-code-string",tags:[]},{name:"mdi-code-tags",tags:[]},{name:"mdi-code-tags-check",tags:[]},{name:"mdi-codepen",tags:[]},{name:"mdi-coffee",tags:[]},{name:"mdi-coffee-maker",tags:[]},{name:"mdi-coffee-off",tags:[]},{name:"mdi-coffee-off-outline",tags:[]},{name:"mdi-coffee-outline",tags:[]},{name:"mdi-coffee-to-go",tags:[]},{name:"mdi-coffee-to-go-outline",tags:[]},{name:"mdi-coffin",tags:[]},{name:"mdi-cog",tags:[]},{name:"mdi-cog-box",tags:[]},{name:"mdi-cog-clockwise",tags:[]},{name:"mdi-cog-counterclockwise",tags:[]},{name:"mdi-cog-off",tags:[]},{name:"mdi-cog-off-outline",tags:[]},{name:"mdi-cog-outline",tags:[]},{name:"mdi-cog-refresh",tags:[]},{name:"mdi-cog-refresh-outline",tags:[]},{name:"mdi-cog-sync",tags:[]},{name:"mdi-cog-sync-outline",tags:[]},{name:"mdi-cog-transfer",tags:[]},{name:"mdi-cog-transfer-outline",tags:[]},{name:"mdi-cogs",tags:[]},{name:"mdi-collage",tags:[]},{name:"mdi-collapse-all",tags:[]},{name:"mdi-collapse-all-outline",tags:[]},{name:"mdi-color-helper",tags:[]},{name:"mdi-comma",tags:[]},{name:"mdi-comma-box",tags:[]},{name:"mdi-comma-box-outline",tags:[]},{name:"mdi-comma-circle",tags:[]},{name:"mdi-comma-circle-outline",tags:[]},{name:"mdi-comment",tags:[]},{name:"mdi-comment-account",tags:[]},{name:"mdi-comment-account-outline",tags:[]},{name:"mdi-comment-alert",tags:[]},{name:"mdi-comment-alert-outline",tags:[]},{name:"mdi-comment-arrow-left",tags:[]},{name:"mdi-comment-arrow-left-outline",tags:[]},{name:"mdi-comment-arrow-right",tags:[]},{name:"mdi-comment-arrow-right-outline",tags:[]},{name:"mdi-comment-bookmark",tags:[]},{name:"mdi-comment-bookmark-outline",tags:[]},{name:"mdi-comment-check",tags:[]},{name:"mdi-comment-check-outline",tags:[]},{name:"mdi-comment-edit",tags:[]},{name:"mdi-comment-edit-outline",tags:[]},{name:"mdi-comment-eye",tags:[]},{name:"mdi-comment-eye-outline",tags:[]},{name:"mdi-comment-flash",tags:[]},{name:"mdi-comment-flash-outline",tags:[]},{name:"mdi-comment-minus",tags:[]},{name:"mdi-comment-minus-outline",tags:[]},{name:"mdi-comment-multiple",tags:[]},{name:"mdi-comment-multiple-outline",tags:[]},{name:"mdi-comment-off",tags:[]},{name:"mdi-comment-off-outline",tags:[]},{name:"mdi-comment-outline",tags:[]},{name:"mdi-comment-plus",tags:[]},{name:"mdi-comment-plus-outline",tags:[]},{name:"mdi-comment-processing",tags:[]},{name:"mdi-comment-processing-outline",tags:[]},{name:"mdi-comment-question",tags:[]},{name:"mdi-comment-question-outline",tags:[]},{name:"mdi-comment-quote",tags:[]},{name:"mdi-comment-quote-outline",tags:[]},{name:"mdi-comment-remove",tags:[]},{name:"mdi-comment-remove-outline",tags:[]},{name:"mdi-comment-search",tags:[]},{name:"mdi-comment-search-outline",tags:[]},{name:"mdi-comment-text",tags:[]},{name:"mdi-comment-text-multiple",tags:[]},{name:"mdi-comment-text-multiple-outline",tags:[]},{name:"mdi-comment-text-outline",tags:[]},{name:"mdi-compare",tags:[]},{name:"mdi-compare-horizontal",tags:[]},{name:"mdi-compare-vertical",tags:[]},{name:"mdi-compass",tags:[]},{name:"mdi-compass-off",tags:[]},{name:"mdi-compass-off-outline",tags:[]},{name:"mdi-compass-outline",tags:[]},{name:"mdi-compass-rose",tags:[]},{name:"mdi-concourse-ci",tags:[]},{name:"mdi-connection",tags:[]},{name:"mdi-console",tags:[]},{name:"mdi-console-line",tags:[]},{name:"mdi-console-network",tags:[]},{name:"mdi-console-network-outline",tags:[]},{name:"mdi-consolidate",tags:[]},{name:"mdi-contactless-payment",tags:[]},{name:"mdi-contactless-payment-circle",tags:[]},{name:"mdi-contactless-payment-circle-outline",tags:[]},{name:"mdi-contacts",tags:[]},{name:"mdi-contacts-outline",tags:[]},{name:"mdi-contain",tags:[]},{name:"mdi-contain-end",tags:[]},{name:"mdi-contain-start",tags:[]},{name:"mdi-content-copy",tags:[]},{name:"mdi-content-cut",tags:[]},{name:"mdi-content-duplicate",tags:[]},{name:"mdi-content-paste",tags:[]},{name:"mdi-content-save",tags:[]},{name:"mdi-content-save-alert",tags:[]},{name:"mdi-content-save-alert-outline",tags:[]},{name:"mdi-content-save-all",tags:[]},{name:"mdi-content-save-all-outline",tags:[]},{name:"mdi-content-save-cog",tags:[]},{name:"mdi-content-save-cog-outline",tags:[]},{name:"mdi-content-save-edit",tags:[]},{name:"mdi-content-save-edit-outline",tags:[]},{name:"mdi-content-save-move",tags:[]},{name:"mdi-content-save-move-outline",tags:[]},{name:"mdi-content-save-off",tags:[]},{name:"mdi-content-save-off-outline",tags:[]},{name:"mdi-content-save-outline",tags:[]},{name:"mdi-content-save-settings",tags:[]},{name:"mdi-content-save-settings-outline",tags:[]},{name:"mdi-contrast",tags:[]},{name:"mdi-contrast-box",tags:[]},{name:"mdi-contrast-circle",tags:[]},{name:"mdi-controller-classic",tags:[]},{name:"mdi-controller-classic-outline",tags:[]},{name:"mdi-cookie",tags:[]},{name:"mdi-cookie-alert",tags:[]},{name:"mdi-cookie-alert-outline",tags:[]},{name:"mdi-cookie-check",tags:[]},{name:"mdi-cookie-check-outline",tags:[]},{name:"mdi-cookie-clock",tags:[]},{name:"mdi-cookie-clock-outline",tags:[]},{name:"mdi-cookie-cog",tags:[]},{name:"mdi-cookie-cog-outline",tags:[]},{name:"mdi-cookie-edit",tags:[]},{name:"mdi-cookie-edit-outline",tags:[]},{name:"mdi-cookie-lock",tags:[]},{name:"mdi-cookie-lock-outline",tags:[]},{name:"mdi-cookie-minus",tags:[]},{name:"mdi-cookie-minus-outline",tags:[]},{name:"mdi-cookie-off",tags:[]},{name:"mdi-cookie-off-outline",tags:[]},{name:"mdi-cookie-outline",tags:[]},{name:"mdi-cookie-plus",tags:[]},{name:"mdi-cookie-plus-outline",tags:[]},{name:"mdi-cookie-refresh",tags:[]},{name:"mdi-cookie-refresh-outline",tags:[]},{name:"mdi-cookie-remove",tags:[]},{name:"mdi-cookie-remove-outline",tags:[]},{name:"mdi-cookie-settings",tags:[]},{name:"mdi-cookie-settings-outline",tags:[]},{name:"mdi-coolant-temperature",tags:[]},{name:"mdi-copyright",tags:[]},{name:"mdi-cordova",tags:[]},{name:"mdi-corn",tags:[]},{name:"mdi-corn-off",tags:[]},{name:"mdi-cosine-wave",tags:[]},{name:"mdi-counter",tags:[]},{name:"mdi-cow",tags:[]},{name:"mdi-cpu-32-bit",tags:[]},{name:"mdi-cpu-64-bit",tags:[]},{name:"mdi-crane",tags:[]},{name:"mdi-creation",tags:[]},{name:"mdi-creative-commons",tags:[]},{name:"mdi-credit-card",tags:[]},{name:"mdi-credit-card-check",tags:[]},{name:"mdi-credit-card-check-outline",tags:[]},{name:"mdi-credit-card-clock",tags:[]},{name:"mdi-credit-card-clock-outline",tags:[]},{name:"mdi-credit-card-marker",tags:[]},{name:"mdi-credit-card-marker-outline",tags:[]},{name:"mdi-credit-card-minus",tags:[]},{name:"mdi-credit-card-minus-outline",tags:[]},{name:"mdi-credit-card-multiple",tags:[]},{name:"mdi-credit-card-multiple-outline",tags:[]},{name:"mdi-credit-card-off",tags:[]},{name:"mdi-credit-card-off-outline",tags:[]},{name:"mdi-credit-card-outline",tags:[]},{name:"mdi-credit-card-plus",tags:[]},{name:"mdi-credit-card-plus-outline",tags:[]},{name:"mdi-credit-card-refresh",tags:[]},{name:"mdi-credit-card-refresh-outline",tags:[]},{name:"mdi-credit-card-refund",tags:[]},{name:"mdi-credit-card-refund-outline",tags:[]},{name:"mdi-credit-card-remove",tags:[]},{name:"mdi-credit-card-remove-outline",tags:[]},{name:"mdi-credit-card-scan",tags:[]},{name:"mdi-credit-card-scan-outline",tags:[]},{name:"mdi-credit-card-search",tags:[]},{name:"mdi-credit-card-search-outline",tags:[]},{name:"mdi-credit-card-settings",tags:[]},{name:"mdi-credit-card-settings-outline",tags:[]},{name:"mdi-credit-card-sync",tags:[]},{name:"mdi-credit-card-sync-outline",tags:[]},{name:"mdi-credit-card-wireless",tags:[]},{name:"mdi-credit-card-wireless-off",tags:[]},{name:"mdi-credit-card-wireless-off-outline",tags:[]},{name:"mdi-credit-card-wireless-outline",tags:[]},{name:"mdi-cricket",tags:[]},{name:"mdi-crop",tags:[]},{name:"mdi-crop-free",tags:[]},{name:"mdi-crop-landscape",tags:[]},{name:"mdi-crop-portrait",tags:[]},{name:"mdi-crop-rotate",tags:[]},{name:"mdi-crop-square",tags:[]},{name:"mdi-crosshairs",tags:[]},{name:"mdi-crosshairs-gps",tags:[]},{name:"mdi-crosshairs-off",tags:[]},{name:"mdi-crosshairs-question",tags:[]},{name:"mdi-crown",tags:[]},{name:"mdi-crown-outline",tags:[]},{name:"mdi-cryengine",tags:[]},{name:"mdi-crystal-ball",tags:[]},{name:"mdi-cube",tags:[]},{name:"mdi-cube-off",tags:[]},{name:"mdi-cube-off-outline",tags:[]},{name:"mdi-cube-outline",tags:[]},{name:"mdi-cube-scan",tags:[]},{name:"mdi-cube-send",tags:[]},{name:"mdi-cube-unfolded",tags:[]},{name:"mdi-cup",tags:[]},{name:"mdi-cup-off",tags:[]},{name:"mdi-cup-off-outline",tags:[]},{name:"mdi-cup-outline",tags:[]},{name:"mdi-cup-water",tags:[]},{name:"mdi-cupboard",tags:[]},{name:"mdi-cupboard-outline",tags:[]},{name:"mdi-cupcake",tags:[]},{name:"mdi-curling",tags:[]},{name:"mdi-currency-bdt",tags:[]},{name:"mdi-currency-brl",tags:[]},{name:"mdi-currency-btc",tags:[]},{name:"mdi-currency-cny",tags:[]},{name:"mdi-currency-eth",tags:[]},{name:"mdi-currency-eur",tags:[]},{name:"mdi-currency-eur-off",tags:[]},{name:"mdi-currency-gbp",tags:[]},{name:"mdi-currency-ils",tags:[]},{name:"mdi-currency-inr",tags:[]},{name:"mdi-currency-jpy",tags:[]},{name:"mdi-currency-krw",tags:[]},{name:"mdi-currency-kzt",tags:[]},{name:"mdi-currency-mnt",tags:[]},{name:"mdi-currency-ngn",tags:[]},{name:"mdi-currency-php",tags:[]},{name:"mdi-currency-rial",tags:[]},{name:"mdi-currency-rub",tags:[]},{name:"mdi-currency-sign",tags:[]},{name:"mdi-currency-try",tags:[]},{name:"mdi-currency-twd",tags:[]},{name:"mdi-currency-usd",tags:[]},{name:"mdi-currency-usd-circle",tags:[]},{name:"mdi-currency-usd-circle-outline",tags:[]},{name:"mdi-currency-usd-off",tags:[]},{name:"mdi-current-ac",tags:[]},{name:"mdi-current-dc",tags:[]},{name:"mdi-cursor-default",tags:[]},{name:"mdi-cursor-default-click",tags:[]},{name:"mdi-cursor-default-click-outline",tags:[]},{name:"mdi-cursor-default-gesture",tags:[]},{name:"mdi-cursor-default-gesture-outline",tags:[]},{name:"mdi-cursor-default-outline",tags:[]},{name:"mdi-cursor-move",tags:[]},{name:"mdi-cursor-pointer",tags:[]},{name:"mdi-cursor-text",tags:[]},{name:"mdi-dance-ballroom",tags:[]},{name:"mdi-dance-pole",tags:[]},{name:"mdi-data-matrix",tags:[]},{name:"mdi-data-matrix-edit",tags:[]},{name:"mdi-data-matrix-minus",tags:[]},{name:"mdi-data-matrix-plus",tags:[]},{name:"mdi-data-matrix-remove",tags:[]},{name:"mdi-data-matrix-scan",tags:[]},{name:"mdi-database",tags:[]},{name:"mdi-database-alert",tags:[]},{name:"mdi-database-alert-outline",tags:[]},{name:"mdi-database-arrow-down",tags:[]},{name:"mdi-database-arrow-down-outline",tags:[]},{name:"mdi-database-arrow-left",tags:[]},{name:"mdi-database-arrow-left-outline",tags:[]},{name:"mdi-database-arrow-right",tags:[]},{name:"mdi-database-arrow-right-outline",tags:[]},{name:"mdi-database-arrow-up",tags:[]},{name:"mdi-database-arrow-up-outline",tags:[]},{name:"mdi-database-check",tags:[]},{name:"mdi-database-check-outline",tags:[]},{name:"mdi-database-clock",tags:[]},{name:"mdi-database-clock-outline",tags:[]},{name:"mdi-database-cog",tags:[]},{name:"mdi-database-cog-outline",tags:[]},{name:"mdi-database-edit",tags:[]},{name:"mdi-database-edit-outline",tags:[]},{name:"mdi-database-export",tags:[]},{name:"mdi-database-export-outline",tags:[]},{name:"mdi-database-import",tags:[]},{name:"mdi-database-import-outline",tags:[]},{name:"mdi-database-lock",tags:[]},{name:"mdi-database-lock-outline",tags:[]},{name:"mdi-database-marker",tags:[]},{name:"mdi-database-marker-outline",tags:[]},{name:"mdi-database-minus",tags:[]},{name:"mdi-database-minus-outline",tags:[]},{name:"mdi-database-off",tags:[]},{name:"mdi-database-off-outline",tags:[]},{name:"mdi-database-outline",tags:[]},{name:"mdi-database-plus",tags:[]},{name:"mdi-database-plus-outline",tags:[]},{name:"mdi-database-refresh",tags:[]},{name:"mdi-database-refresh-outline",tags:[]},{name:"mdi-database-remove",tags:[]},{name:"mdi-database-remove-outline",tags:[]},{name:"mdi-database-search",tags:[]},{name:"mdi-database-search-outline",tags:[]},{name:"mdi-database-settings",tags:[]},{name:"mdi-database-settings-outline",tags:[]},{name:"mdi-database-sync",tags:[]},{name:"mdi-database-sync-outline",tags:[]},{name:"mdi-death-star",tags:[]},{name:"mdi-death-star-variant",tags:[]},{name:"mdi-deathly-hallows",tags:[]},{name:"mdi-debian",tags:[]},{name:"mdi-debug-step-into",tags:[]},{name:"mdi-debug-step-out",tags:[]},{name:"mdi-debug-step-over",tags:[]},{name:"mdi-decagram",tags:[]},{name:"mdi-decagram-outline",tags:[]},{name:"mdi-decimal",tags:[]},{name:"mdi-decimal-comma",tags:[]},{name:"mdi-decimal-comma-decrease",tags:[]},{name:"mdi-decimal-comma-increase",tags:[]},{name:"mdi-decimal-decrease",tags:[]},{name:"mdi-decimal-increase",tags:[]},{name:"mdi-delete",tags:[]},{name:"mdi-delete-alert",tags:[]},{name:"mdi-delete-alert-outline",tags:[]},{name:"mdi-delete-circle",tags:[]},{name:"mdi-delete-circle-outline",tags:[]},{name:"mdi-delete-clock",tags:[]},{name:"mdi-delete-clock-outline",tags:[]},{name:"mdi-delete-empty",tags:[]},{name:"mdi-delete-empty-outline",tags:[]},{name:"mdi-delete-forever",tags:[]},{name:"mdi-delete-forever-outline",tags:[]},{name:"mdi-delete-off",tags:[]},{name:"mdi-delete-off-outline",tags:[]},{name:"mdi-delete-outline",tags:[]},{name:"mdi-delete-restore",tags:[]},{name:"mdi-delete-sweep",tags:[]},{name:"mdi-delete-sweep-outline",tags:[]},{name:"mdi-delete-variant",tags:[]},{name:"mdi-delta",tags:[]},{name:"mdi-desk",tags:[]},{name:"mdi-desk-lamp",tags:[]},{name:"mdi-deskphone",tags:[]},{name:"mdi-desktop-classic",tags:[]},{name:"mdi-desktop-mac",tags:[]},{name:"mdi-desktop-mac-dashboard",tags:[]},{name:"mdi-desktop-tower",tags:[]},{name:"mdi-desktop-tower-monitor",tags:[]},{name:"mdi-details",tags:[]},{name:"mdi-dev-to",tags:[]},{name:"mdi-developer-board",tags:[]},{name:"mdi-deviantart",tags:[]},{name:"mdi-devices",tags:[]},{name:"mdi-diabetes",tags:[]},{name:"mdi-dialpad",tags:[]},{name:"mdi-diameter",tags:[]},{name:"mdi-diameter-outline",tags:[]},{name:"mdi-diameter-variant",tags:[]},{name:"mdi-diamond",tags:[]},{name:"mdi-diamond-outline",tags:[]},{name:"mdi-diamond-stone",tags:[]},{name:"mdi-dice-1",tags:[]},{name:"mdi-dice-1-outline",tags:[]},{name:"mdi-dice-2",tags:[]},{name:"mdi-dice-2-outline",tags:[]},{name:"mdi-dice-3",tags:[]},{name:"mdi-dice-3-outline",tags:[]},{name:"mdi-dice-4",tags:[]},{name:"mdi-dice-4-outline",tags:[]},{name:"mdi-dice-5",tags:[]},{name:"mdi-dice-5-outline",tags:[]},{name:"mdi-dice-6",tags:[]},{name:"mdi-dice-6-outline",tags:[]},{name:"mdi-dice-d10",tags:[]},{name:"mdi-dice-d10-outline",tags:[]},{name:"mdi-dice-d12",tags:[]},{name:"mdi-dice-d12-outline",tags:[]},{name:"mdi-dice-d20",tags:[]},{name:"mdi-dice-d20-outline",tags:[]},{name:"mdi-dice-d4",tags:[]},{name:"mdi-dice-d4-outline",tags:[]},{name:"mdi-dice-d6",tags:[]},{name:"mdi-dice-d6-outline",tags:[]},{name:"mdi-dice-d8",tags:[]},{name:"mdi-dice-d8-outline",tags:[]},{name:"mdi-dice-multiple",tags:[]},{name:"mdi-dice-multiple-outline",tags:[]},{name:"mdi-digital-ocean",tags:[]},{name:"mdi-dip-switch",tags:[]},{name:"mdi-directions",tags:[]},{name:"mdi-directions-fork",tags:[]},{name:"mdi-disc",tags:[]},{name:"mdi-disc-alert",tags:[]},{name:"mdi-disc-player",tags:[]},{name:"mdi-discord",tags:[]},{name:"mdi-dishwasher",tags:[]},{name:"mdi-dishwasher-alert",tags:[]},{name:"mdi-dishwasher-off",tags:[]},{name:"mdi-disqus",tags:[]},{name:"mdi-distribute-horizontal-center",tags:[]},{name:"mdi-distribute-horizontal-left",tags:[]},{name:"mdi-distribute-horizontal-right",tags:[]},{name:"mdi-distribute-vertical-bottom",tags:[]},{name:"mdi-distribute-vertical-center",tags:[]},{name:"mdi-distribute-vertical-top",tags:[]},{name:"mdi-diving-flippers",tags:[]},{name:"mdi-diving-helmet",tags:[]},{name:"mdi-diving-scuba",tags:[]},{name:"mdi-diving-scuba-flag",tags:[]},{name:"mdi-diving-scuba-tank",tags:[]},{name:"mdi-diving-scuba-tank-multiple",tags:[]},{name:"mdi-diving-snorkel",tags:[]},{name:"mdi-division",tags:[]},{name:"mdi-division-box",tags:[]},{name:"mdi-dlna",tags:[]},{name:"mdi-dna",tags:[]},{name:"mdi-dns",tags:[]},{name:"mdi-dns-outline",tags:[]},{name:"mdi-do-not-disturb",tags:[]},{name:"mdi-do-not-disturb-off",tags:[]},{name:"mdi-dock-bottom",tags:[]},{name:"mdi-dock-left",tags:[]},{name:"mdi-dock-right",tags:[]},{name:"mdi-dock-top",tags:[]},{name:"mdi-dock-window",tags:[]},{name:"mdi-docker",tags:[]},{name:"mdi-doctor",tags:[]},{name:"mdi-dog",tags:[]},{name:"mdi-dog-service",tags:[]},{name:"mdi-dog-side",tags:[]},{name:"mdi-dog-side-off",tags:[]},{name:"mdi-dolby",tags:[]},{name:"mdi-dolly",tags:[]},{name:"mdi-domain",tags:[]},{name:"mdi-domain-off",tags:[]},{name:"mdi-domain-plus",tags:[]},{name:"mdi-domain-remove",tags:[]},{name:"mdi-dome-light",tags:[]},{name:"mdi-domino-mask",tags:[]},{name:"mdi-donkey",tags:[]},{name:"mdi-door",tags:[]},{name:"mdi-door-closed",tags:[]},{name:"mdi-door-closed-lock",tags:[]},{name:"mdi-door-open",tags:[]},{name:"mdi-doorbell",tags:[]},{name:"mdi-doorbell-video",tags:[]},{name:"mdi-dot-net",tags:[]},{name:"mdi-dots-grid",tags:[]},{name:"mdi-dots-hexagon",tags:[]},{name:"mdi-dots-horizontal",tags:[]},{name:"mdi-dots-horizontal-circle",tags:[]},{name:"mdi-dots-horizontal-circle-outline",tags:[]},{name:"mdi-dots-square",tags:[]},{name:"mdi-dots-triangle",tags:[]},{name:"mdi-dots-vertical",tags:[]},{name:"mdi-dots-vertical-circle",tags:[]},{name:"mdi-dots-vertical-circle-outline",tags:[]},{name:"mdi-douban",tags:[]},{name:"mdi-download",tags:[]},{name:"mdi-download-box",tags:[]},{name:"mdi-download-box-outline",tags:[]},{name:"mdi-download-circle",tags:[]},{name:"mdi-download-circle-outline",tags:[]},{name:"mdi-download-lock",tags:[]},{name:"mdi-download-lock-outline",tags:[]},{name:"mdi-download-multiple",tags:[]},{name:"mdi-download-network",tags:[]},{name:"mdi-download-network-outline",tags:[]},{name:"mdi-download-off",tags:[]},{name:"mdi-download-off-outline",tags:[]},{name:"mdi-download-outline",tags:[]},{name:"mdi-drag",tags:[]},{name:"mdi-drag-horizontal",tags:[]},{name:"mdi-drag-horizontal-variant",tags:[]},{name:"mdi-drag-variant",tags:[]},{name:"mdi-drag-vertical",tags:[]},{name:"mdi-drag-vertical-variant",tags:[]},{name:"mdi-drama-masks",tags:[]},{name:"mdi-draw",tags:[]},{name:"mdi-drawing",tags:[]},{name:"mdi-drawing-box",tags:[]},{name:"mdi-dresser",tags:[]},{name:"mdi-dresser-outline",tags:[]},{name:"mdi-drone",tags:[]},{name:"mdi-dropbox",tags:[]},{name:"mdi-drupal",tags:[]},{name:"mdi-duck",tags:[]},{name:"mdi-dumbbell",tags:[]},{name:"mdi-dump-truck",tags:[]},{name:"mdi-ear-hearing",tags:[]},{name:"mdi-ear-hearing-off",tags:[]},{name:"mdi-earth",tags:[]},{name:"mdi-earth-arrow-right",tags:[]},{name:"mdi-earth-box",tags:[]},{name:"mdi-earth-box-minus",tags:[]},{name:"mdi-earth-box-off",tags:[]},{name:"mdi-earth-box-plus",tags:[]},{name:"mdi-earth-box-remove",tags:[]},{name:"mdi-earth-minus",tags:[]},{name:"mdi-earth-off",tags:[]},{name:"mdi-earth-plus",tags:[]},{name:"mdi-earth-remove",tags:[]},{name:"mdi-egg",tags:[]},{name:"mdi-egg-easter",tags:[]},{name:"mdi-egg-off",tags:[]},{name:"mdi-egg-off-outline",tags:[]},{name:"mdi-egg-outline",tags:[]},{name:"mdi-eiffel-tower",tags:[]},{name:"mdi-eight-track",tags:[]},{name:"mdi-eject",tags:[]},{name:"mdi-eject-outline",tags:[]},{name:"mdi-electric-switch",tags:[]},{name:"mdi-electric-switch-closed",tags:[]},{name:"mdi-electron-framework",tags:[]},{name:"mdi-elephant",tags:[]},{name:"mdi-elevation-decline",tags:[]},{name:"mdi-elevation-rise",tags:[]},{name:"mdi-elevator",tags:[]},{name:"mdi-elevator-down",tags:[]},{name:"mdi-elevator-passenger",tags:[]},{name:"mdi-elevator-up",tags:[]},{name:"mdi-ellipse",tags:[]},{name:"mdi-ellipse-outline",tags:[]},{name:"mdi-email",tags:[]},{name:"mdi-email-alert",tags:[]},{name:"mdi-email-alert-outline",tags:[]},{name:"mdi-email-box",tags:[]},{name:"mdi-email-check",tags:[]},{name:"mdi-email-check-outline",tags:[]},{name:"mdi-email-edit",tags:[]},{name:"mdi-email-edit-outline",tags:[]},{name:"mdi-email-lock",tags:[]},{name:"mdi-email-mark-as-unread",tags:[]},{name:"mdi-email-minus",tags:[]},{name:"mdi-email-minus-outline",tags:[]},{name:"mdi-email-multiple",tags:[]},{name:"mdi-email-multiple-outline",tags:[]},{name:"mdi-email-newsletter",tags:[]},{name:"mdi-email-off",tags:[]},{name:"mdi-email-off-outline",tags:[]},{name:"mdi-email-open",tags:[]},{name:"mdi-email-open-multiple",tags:[]},{name:"mdi-email-open-multiple-outline",tags:[]},{name:"mdi-email-open-outline",tags:[]},{name:"mdi-email-outline",tags:[]},{name:"mdi-email-plus",tags:[]},{name:"mdi-email-plus-outline",tags:[]},{name:"mdi-email-receive",tags:[]},{name:"mdi-email-receive-outline",tags:[]},{name:"mdi-email-remove",tags:[]},{name:"mdi-email-remove-outline",tags:[]},{name:"mdi-email-search",tags:[]},{name:"mdi-email-search-outline",tags:[]},{name:"mdi-email-send",tags:[]},{name:"mdi-email-send-outline",tags:[]},{name:"mdi-email-sync",tags:[]},{name:"mdi-email-sync-outline",tags:[]},{name:"mdi-email-variant",tags:[]},{name:"mdi-ember",tags:[]},{name:"mdi-emby",tags:[]},{name:"mdi-emoticon",tags:[]},{name:"mdi-emoticon-angry",tags:[]},{name:"mdi-emoticon-angry-outline",tags:[]},{name:"mdi-emoticon-confused",tags:[]},{name:"mdi-emoticon-confused-outline",tags:[]},{name:"mdi-emoticon-cool",tags:[]},{name:"mdi-emoticon-cool-outline",tags:[]},{name:"mdi-emoticon-cry",tags:[]},{name:"mdi-emoticon-cry-outline",tags:[]},{name:"mdi-emoticon-dead",tags:[]},{name:"mdi-emoticon-dead-outline",tags:[]},{name:"mdi-emoticon-devil",tags:[]},{name:"mdi-emoticon-devil-outline",tags:[]},{name:"mdi-emoticon-excited",tags:[]},{name:"mdi-emoticon-excited-outline",tags:[]},{name:"mdi-emoticon-frown",tags:[]},{name:"mdi-emoticon-frown-outline",tags:[]},{name:"mdi-emoticon-happy",tags:[]},{name:"mdi-emoticon-happy-outline",tags:[]},{name:"mdi-emoticon-kiss",tags:[]},{name:"mdi-emoticon-kiss-outline",tags:[]},{name:"mdi-emoticon-lol",tags:[]},{name:"mdi-emoticon-lol-outline",tags:[]},{name:"mdi-emoticon-neutral",tags:[]},{name:"mdi-emoticon-neutral-outline",tags:[]},{name:"mdi-emoticon-outline",tags:[]},{name:"mdi-emoticon-poop",tags:[]},{name:"mdi-emoticon-poop-outline",tags:[]},{name:"mdi-emoticon-sad",tags:[]},{name:"mdi-emoticon-sad-outline",tags:[]},{name:"mdi-emoticon-sick",tags:[]},{name:"mdi-emoticon-sick-outline",tags:[]},{name:"mdi-emoticon-tongue",tags:[]},{name:"mdi-emoticon-tongue-outline",tags:[]},{name:"mdi-emoticon-wink",tags:[]},{name:"mdi-emoticon-wink-outline",tags:[]},{name:"mdi-engine",tags:[]},{name:"mdi-engine-off",tags:[]},{name:"mdi-engine-off-outline",tags:[]},{name:"mdi-engine-outline",tags:[]},{name:"mdi-epsilon",tags:[]},{name:"mdi-equal",tags:[]},{name:"mdi-equal-box",tags:[]},{name:"mdi-equalizer",tags:[]},{name:"mdi-equalizer-outline",tags:[]},{name:"mdi-eraser",tags:[]},{name:"mdi-eraser-variant",tags:[]},{name:"mdi-escalator",tags:[]},{name:"mdi-escalator-box",tags:[]},{name:"mdi-escalator-down",tags:[]},{name:"mdi-escalator-up",tags:[]},{name:"mdi-eslint",tags:[]},{name:"mdi-et",tags:[]},{name:"mdi-ethereum",tags:[]},{name:"mdi-ethernet",tags:[]},{name:"mdi-ethernet-cable",tags:[]},{name:"mdi-ethernet-cable-off",tags:[]},{name:"mdi-ev-plug-ccs1",tags:[]},{name:"mdi-ev-plug-ccs2",tags:[]},{name:"mdi-ev-plug-chademo",tags:[]},{name:"mdi-ev-plug-tesla",tags:[]},{name:"mdi-ev-plug-type1",tags:[]},{name:"mdi-ev-plug-type2",tags:[]},{name:"mdi-ev-station",tags:[]},{name:"mdi-evernote",tags:[]},{name:"mdi-excavator",tags:[]},{name:"mdi-exclamation",tags:[]},{name:"mdi-exclamation-thick",tags:[]},{name:"mdi-exit-run",tags:[]},{name:"mdi-exit-to-app",tags:[]},{name:"mdi-expand-all",tags:[]},{name:"mdi-expand-all-outline",tags:[]},{name:"mdi-expansion-card",tags:[]},{name:"mdi-expansion-card-variant",tags:[]},{name:"mdi-exponent",tags:[]},{name:"mdi-exponent-box",tags:[]},{name:"mdi-export",tags:[]},{name:"mdi-export-variant",tags:[]},{name:"mdi-eye",tags:[]},{name:"mdi-eye-check",tags:[]},{name:"mdi-eye-check-outline",tags:[]},{name:"mdi-eye-circle",tags:[]},{name:"mdi-eye-circle-outline",tags:[]},{name:"mdi-eye-minus",tags:[]},{name:"mdi-eye-minus-outline",tags:[]},{name:"mdi-eye-off",tags:[]},{name:"mdi-eye-off-outline",tags:[]},{name:"mdi-eye-outline",tags:[]},{name:"mdi-eye-plus",tags:[]},{name:"mdi-eye-plus-outline",tags:[]},{name:"mdi-eye-remove",tags:[]},{name:"mdi-eye-remove-outline",tags:[]},{name:"mdi-eye-settings",tags:[]},{name:"mdi-eye-settings-outline",tags:[]},{name:"mdi-eyedropper",tags:[]},{name:"mdi-eyedropper-minus",tags:[]},{name:"mdi-eyedropper-off",tags:[]},{name:"mdi-eyedropper-plus",tags:[]},{name:"mdi-eyedropper-remove",tags:[]},{name:"mdi-eyedropper-variant",tags:[]},{name:"mdi-face",tags:[]},{name:"mdi-face-agent",tags:[]},{name:"mdi-face-mask",tags:[]},{name:"mdi-face-mask-outline",tags:[]},{name:"mdi-face-outline",tags:[]},{name:"mdi-face-profile",tags:[]},{name:"mdi-face-profile-woman",tags:[]},{name:"mdi-face-recognition",tags:[]},{name:"mdi-face-shimmer",tags:[]},{name:"mdi-face-shimmer-outline",tags:[]},{name:"mdi-face-woman",tags:[]},{name:"mdi-face-woman-outline",tags:[]},{name:"mdi-face-woman-shimmer",tags:[]},{name:"mdi-face-woman-shimmer-outline",tags:[]},{name:"mdi-facebook",tags:[]},{name:"mdi-facebook-gaming",tags:[]},{name:"mdi-facebook-messenger",tags:[]},{name:"mdi-facebook-workplace",tags:[]},{name:"mdi-factory",tags:[]},{name:"mdi-family-tree",tags:[]},{name:"mdi-fan",tags:[]},{name:"mdi-fan-alert",tags:[]},{name:"mdi-fan-auto",tags:[]},{name:"mdi-fan-chevron-down",tags:[]},{name:"mdi-fan-chevron-up",tags:[]},{name:"mdi-fan-minus",tags:[]},{name:"mdi-fan-off",tags:[]},{name:"mdi-fan-plus",tags:[]},{name:"mdi-fan-remove",tags:[]},{name:"mdi-fan-speed-1",tags:[]},{name:"mdi-fan-speed-2",tags:[]},{name:"mdi-fan-speed-3",tags:[]},{name:"mdi-fast-forward",tags:[]},{name:"mdi-fast-forward-10",tags:[]},{name:"mdi-fast-forward-30",tags:[]},{name:"mdi-fast-forward-5",tags:[]},{name:"mdi-fast-forward-60",tags:[]},{name:"mdi-fast-forward-outline",tags:[]},{name:"mdi-fax",tags:[]},{name:"mdi-feather",tags:[]},{name:"mdi-feature-search",tags:[]},{name:"mdi-feature-search-outline",tags:[]},{name:"mdi-fedora",tags:[]},{name:"mdi-fencing",tags:[]},{name:"mdi-ferris-wheel",tags:[]},{name:"mdi-ferry",tags:[]},{name:"mdi-file",tags:[]},{name:"mdi-file-account",tags:[]},{name:"mdi-file-account-outline",tags:[]},{name:"mdi-file-alert",tags:[]},{name:"mdi-file-alert-outline",tags:[]},{name:"mdi-file-cabinet",tags:[]},{name:"mdi-file-cad",tags:[]},{name:"mdi-file-cad-box",tags:[]},{name:"mdi-file-cancel",tags:[]},{name:"mdi-file-cancel-outline",tags:[]},{name:"mdi-file-certificate",tags:[]},{name:"mdi-file-certificate-outline",tags:[]},{name:"mdi-file-chart",tags:[]},{name:"mdi-file-chart-outline",tags:[]},{name:"mdi-file-check",tags:[]},{name:"mdi-file-check-outline",tags:[]},{name:"mdi-file-clock",tags:[]},{name:"mdi-file-clock-outline",tags:[]},{name:"mdi-file-cloud",tags:[]},{name:"mdi-file-cloud-outline",tags:[]},{name:"mdi-file-code",tags:[]},{name:"mdi-file-code-outline",tags:[]},{name:"mdi-file-cog",tags:[]},{name:"mdi-file-cog-outline",tags:[]},{name:"mdi-file-compare",tags:[]},{name:"mdi-file-delimited",tags:[]},{name:"mdi-file-delimited-outline",tags:[]},{name:"mdi-file-document",tags:[]},{name:"mdi-file-document-edit",tags:[]},{name:"mdi-file-document-edit-outline",tags:[]},{name:"mdi-file-document-multiple",tags:[]},{name:"mdi-file-document-multiple-outline",tags:[]},{name:"mdi-file-document-outline",tags:[]},{name:"mdi-file-download",tags:[]},{name:"mdi-file-download-outline",tags:[]},{name:"mdi-file-edit",tags:[]},{name:"mdi-file-edit-outline",tags:[]},{name:"mdi-file-excel",tags:[]},{name:"mdi-file-excel-box",tags:[]},{name:"mdi-file-excel-box-outline",tags:[]},{name:"mdi-file-excel-outline",tags:[]},{name:"mdi-file-export",tags:[]},{name:"mdi-file-export-outline",tags:[]},{name:"mdi-file-eye",tags:[]},{name:"mdi-file-eye-outline",tags:[]},{name:"mdi-file-find",tags:[]},{name:"mdi-file-find-outline",tags:[]},{name:"mdi-file-hidden",tags:[]},{name:"mdi-file-image",tags:[]},{name:"mdi-file-image-outline",tags:[]},{name:"mdi-file-import",tags:[]},{name:"mdi-file-import-outline",tags:[]},{name:"mdi-file-key",tags:[]},{name:"mdi-file-key-outline",tags:[]},{name:"mdi-file-link",tags:[]},{name:"mdi-file-link-outline",tags:[]},{name:"mdi-file-lock",tags:[]},{name:"mdi-file-lock-outline",tags:[]},{name:"mdi-file-move",tags:[]},{name:"mdi-file-move-outline",tags:[]},{name:"mdi-file-multiple",tags:[]},{name:"mdi-file-multiple-outline",tags:[]},{name:"mdi-file-music",tags:[]},{name:"mdi-file-music-outline",tags:[]},{name:"mdi-file-outline",tags:[]},{name:"mdi-file-pdf",tags:[]},{name:"mdi-file-pdf-box",tags:[]},{name:"mdi-file-pdf-box-outline",tags:[]},{name:"mdi-file-pdf-outline",tags:[]},{name:"mdi-file-percent",tags:[]},{name:"mdi-file-percent-outline",tags:[]},{name:"mdi-file-phone",tags:[]},{name:"mdi-file-phone-outline",tags:[]},{name:"mdi-file-plus",tags:[]},{name:"mdi-file-plus-outline",tags:[]},{name:"mdi-file-powerpoint",tags:[]},{name:"mdi-file-powerpoint-box",tags:[]},{name:"mdi-file-powerpoint-box-outline",tags:[]},{name:"mdi-file-powerpoint-outline",tags:[]},{name:"mdi-file-presentation-box",tags:[]},{name:"mdi-file-question",tags:[]},{name:"mdi-file-question-outline",tags:[]},{name:"mdi-file-refresh",tags:[]},{name:"mdi-file-refresh-outline",tags:[]},{name:"mdi-file-remove",tags:[]},{name:"mdi-file-remove-outline",tags:[]},{name:"mdi-file-replace",tags:[]},{name:"mdi-file-replace-outline",tags:[]},{name:"mdi-file-restore",tags:[]},{name:"mdi-file-restore-outline",tags:[]},{name:"mdi-file-search",tags:[]},{name:"mdi-file-search-outline",tags:[]},{name:"mdi-file-send",tags:[]},{name:"mdi-file-send-outline",tags:[]},{name:"mdi-file-settings",tags:[]},{name:"mdi-file-settings-outline",tags:[]},{name:"mdi-file-star",tags:[]},{name:"mdi-file-star-outline",tags:[]},{name:"mdi-file-swap",tags:[]},{name:"mdi-file-swap-outline",tags:[]},{name:"mdi-file-sync",tags:[]},{name:"mdi-file-sync-outline",tags:[]},{name:"mdi-file-table",tags:[]},{name:"mdi-file-table-box",tags:[]},{name:"mdi-file-table-box-multiple",tags:[]},{name:"mdi-file-table-box-multiple-outline",tags:[]},{name:"mdi-file-table-box-outline",tags:[]},{name:"mdi-file-table-outline",tags:[]},{name:"mdi-file-tree",tags:[]},{name:"mdi-file-tree-outline",tags:[]},{name:"mdi-file-undo",tags:[]},{name:"mdi-file-undo-outline",tags:[]},{name:"mdi-file-upload",tags:[]},{name:"mdi-file-upload-outline",tags:[]},{name:"mdi-file-video",tags:[]},{name:"mdi-file-video-outline",tags:[]},{name:"mdi-file-word",tags:[]},{name:"mdi-file-word-box",tags:[]},{name:"mdi-file-word-box-outline",tags:[]},{name:"mdi-file-word-outline",tags:[]},{name:"mdi-film",tags:[]},{name:"mdi-filmstrip",tags:[]},{name:"mdi-filmstrip-box",tags:[]},{name:"mdi-filmstrip-box-multiple",tags:[]},{name:"mdi-filmstrip-off",tags:[]},{name:"mdi-filter",tags:[]},{name:"mdi-filter-menu",tags:[]},{name:"mdi-filter-menu-outline",tags:[]},{name:"mdi-filter-minus",tags:[]},{name:"mdi-filter-minus-outline",tags:[]},{name:"mdi-filter-off",tags:[]},{name:"mdi-filter-off-outline",tags:[]},{name:"mdi-filter-outline",tags:[]},{name:"mdi-filter-plus",tags:[]},{name:"mdi-filter-plus-outline",tags:[]},{name:"mdi-filter-remove",tags:[]},{name:"mdi-filter-remove-outline",tags:[]},{name:"mdi-filter-variant",tags:[]},{name:"mdi-filter-variant-minus",tags:[]},{name:"mdi-filter-variant-plus",tags:[]},{name:"mdi-filter-variant-remove",tags:[]},{name:"mdi-finance",tags:[]},{name:"mdi-find-replace",tags:[]},{name:"mdi-fingerprint",tags:[]},{name:"mdi-fingerprint-off",tags:[]},{name:"mdi-fire",tags:[]},{name:"mdi-fire-alert",tags:[]},{name:"mdi-fire-extinguisher",tags:[]},{name:"mdi-fire-hydrant",tags:[]},{name:"mdi-fire-hydrant-alert",tags:[]},{name:"mdi-fire-hydrant-off",tags:[]},{name:"mdi-fire-off",tags:[]},{name:"mdi-fire-truck",tags:[]},{name:"mdi-firebase",tags:[]},{name:"mdi-firefox",tags:[]},{name:"mdi-fireplace",tags:[]},{name:"mdi-fireplace-off",tags:[]},{name:"mdi-firework",tags:[]},{name:"mdi-firework-off",tags:[]},{name:"mdi-fish",tags:[]},{name:"mdi-fish-off",tags:[]},{name:"mdi-fishbowl",tags:[]},{name:"mdi-fishbowl-outline",tags:[]},{name:"mdi-fit-to-page",tags:[]},{name:"mdi-fit-to-page-outline",tags:[]},{name:"mdi-flag",tags:[]},{name:"mdi-flag-checkered",tags:[]},{name:"mdi-flag-minus",tags:[]},{name:"mdi-flag-minus-outline",tags:[]},{name:"mdi-flag-outline",tags:[]},{name:"mdi-flag-plus",tags:[]},{name:"mdi-flag-plus-outline",tags:[]},{name:"mdi-flag-remove",tags:[]},{name:"mdi-flag-remove-outline",tags:[]},{name:"mdi-flag-triangle",tags:[]},{name:"mdi-flag-variant",tags:[]},{name:"mdi-flag-variant-outline",tags:[]},{name:"mdi-flare",tags:[]},{name:"mdi-flash",tags:[]},{name:"mdi-flash-alert",tags:[]},{name:"mdi-flash-alert-outline",tags:[]},{name:"mdi-flash-auto",tags:[]},{name:"mdi-flash-circle",tags:[]},{name:"mdi-flash-off",tags:[]},{name:"mdi-flash-outline",tags:[]},{name:"mdi-flash-red-eye",tags:[]},{name:"mdi-flashlight",tags:[]},{name:"mdi-flashlight-off",tags:[]},{name:"mdi-flask",tags:[]},{name:"mdi-flask-empty",tags:[]},{name:"mdi-flask-empty-minus",tags:[]},{name:"mdi-flask-empty-minus-outline",tags:[]},{name:"mdi-flask-empty-off",tags:[]},{name:"mdi-flask-empty-off-outline",tags:[]},{name:"mdi-flask-empty-outline",tags:[]},{name:"mdi-flask-empty-plus",tags:[]},{name:"mdi-flask-empty-plus-outline",tags:[]},{name:"mdi-flask-empty-remove",tags:[]},{name:"mdi-flask-empty-remove-outline",tags:[]},{name:"mdi-flask-minus",tags:[]},{name:"mdi-flask-minus-outline",tags:[]},{name:"mdi-flask-off",tags:[]},{name:"mdi-flask-off-outline",tags:[]},{name:"mdi-flask-outline",tags:[]},{name:"mdi-flask-plus",tags:[]},{name:"mdi-flask-plus-outline",tags:[]},{name:"mdi-flask-remove",tags:[]},{name:"mdi-flask-remove-outline",tags:[]},{name:"mdi-flask-round-bottom",tags:[]},{name:"mdi-flask-round-bottom-empty",tags:[]},{name:"mdi-flask-round-bottom-empty-outline",tags:[]},{name:"mdi-flask-round-bottom-outline",tags:[]},{name:"mdi-fleur-de-lis",tags:[]},{name:"mdi-flip-horizontal",tags:[]},{name:"mdi-flip-to-back",tags:[]},{name:"mdi-flip-to-front",tags:[]},{name:"mdi-flip-vertical",tags:[]},{name:"mdi-floor-lamp",tags:[]},{name:"mdi-floor-lamp-dual",tags:[]},{name:"mdi-floor-lamp-variant",tags:[]},{name:"mdi-floor-plan",tags:[]},{name:"mdi-floppy",tags:[]},{name:"mdi-floppy-variant",tags:[]},{name:"mdi-flower",tags:[]},{name:"mdi-flower-outline",tags:[]},{name:"mdi-flower-poppy",tags:[]},{name:"mdi-flower-tulip",tags:[]},{name:"mdi-flower-tulip-outline",tags:[]},{name:"mdi-focus-auto",tags:[]},{name:"mdi-focus-field",tags:[]},{name:"mdi-focus-field-horizontal",tags:[]},{name:"mdi-focus-field-vertical",tags:[]},{name:"mdi-folder",tags:[]},{name:"mdi-folder-account",tags:[]},{name:"mdi-folder-account-outline",tags:[]},{name:"mdi-folder-alert",tags:[]},{name:"mdi-folder-alert-outline",tags:[]},{name:"mdi-folder-clock",tags:[]},{name:"mdi-folder-clock-outline",tags:[]},{name:"mdi-folder-cog",tags:[]},{name:"mdi-folder-cog-outline",tags:[]},{name:"mdi-folder-download",tags:[]},{name:"mdi-folder-download-outline",tags:[]},{name:"mdi-folder-edit",tags:[]},{name:"mdi-folder-edit-outline",tags:[]},{name:"mdi-folder-google-drive",tags:[]},{name:"mdi-folder-heart",tags:[]},{name:"mdi-folder-heart-outline",tags:[]},{name:"mdi-folder-home",tags:[]},{name:"mdi-folder-home-outline",tags:[]},{name:"mdi-folder-image",tags:[]},{name:"mdi-folder-information",tags:[]},{name:"mdi-folder-information-outline",tags:[]},{name:"mdi-folder-key",tags:[]},{name:"mdi-folder-key-network",tags:[]},{name:"mdi-folder-key-network-outline",tags:[]},{name:"mdi-folder-key-outline",tags:[]},{name:"mdi-folder-lock",tags:[]},{name:"mdi-folder-lock-open",tags:[]},{name:"mdi-folder-marker",tags:[]},{name:"mdi-folder-marker-outline",tags:[]},{name:"mdi-folder-move",tags:[]},{name:"mdi-folder-move-outline",tags:[]},{name:"mdi-folder-multiple",tags:[]},{name:"mdi-folder-multiple-image",tags:[]},{name:"mdi-folder-multiple-outline",tags:[]},{name:"mdi-folder-multiple-plus",tags:[]},{name:"mdi-folder-multiple-plus-outline",tags:[]},{name:"mdi-folder-music",tags:[]},{name:"mdi-folder-music-outline",tags:[]},{name:"mdi-folder-network",tags:[]},{name:"mdi-folder-network-outline",tags:[]},{name:"mdi-folder-open",tags:[]},{name:"mdi-folder-open-outline",tags:[]},{name:"mdi-folder-outline",tags:[]},{name:"mdi-folder-plus",tags:[]},{name:"mdi-folder-plus-outline",tags:[]},{name:"mdi-folder-pound",tags:[]},{name:"mdi-folder-pound-outline",tags:[]},{name:"mdi-folder-refresh",tags:[]},{name:"mdi-folder-refresh-outline",tags:[]},{name:"mdi-folder-remove",tags:[]},{name:"mdi-folder-remove-outline",tags:[]},{name:"mdi-folder-search",tags:[]},{name:"mdi-folder-search-outline",tags:[]},{name:"mdi-folder-settings",tags:[]},{name:"mdi-folder-settings-outline",tags:[]},{name:"mdi-folder-star",tags:[]},{name:"mdi-folder-star-multiple",tags:[]},{name:"mdi-folder-star-multiple-outline",tags:[]},{name:"mdi-folder-star-outline",tags:[]},{name:"mdi-folder-swap",tags:[]},{name:"mdi-folder-swap-outline",tags:[]},{name:"mdi-folder-sync",tags:[]},{name:"mdi-folder-sync-outline",tags:[]},{name:"mdi-folder-table",tags:[]},{name:"mdi-folder-table-outline",tags:[]},{name:"mdi-folder-text",tags:[]},{name:"mdi-folder-text-outline",tags:[]},{name:"mdi-folder-upload",tags:[]},{name:"mdi-folder-upload-outline",tags:[]},{name:"mdi-folder-zip",tags:[]},{name:"mdi-folder-zip-outline",tags:[]},{name:"mdi-font-awesome",tags:[]},{name:"mdi-food",tags:[]},{name:"mdi-food-apple",tags:[]},{name:"mdi-food-apple-outline",tags:[]},{name:"mdi-food-croissant",tags:[]},{name:"mdi-food-drumstick",tags:[]},{name:"mdi-food-drumstick-off",tags:[]},{name:"mdi-food-drumstick-off-outline",tags:[]},{name:"mdi-food-drumstick-outline",tags:[]},{name:"mdi-food-fork-drink",tags:[]},{name:"mdi-food-halal",tags:[]},{name:"mdi-food-kosher",tags:[]},{name:"mdi-food-off",tags:[]},{name:"mdi-food-steak",tags:[]},{name:"mdi-food-steak-off",tags:[]},{name:"mdi-food-turkey",tags:[]},{name:"mdi-food-variant",tags:[]},{name:"mdi-food-variant-off",tags:[]},{name:"mdi-foot-print",tags:[]},{name:"mdi-football",tags:[]},{name:"mdi-football-australian",tags:[]},{name:"mdi-football-helmet",tags:[]},{name:"mdi-forklift",tags:[]},{name:"mdi-form-dropdown",tags:[]},{name:"mdi-form-select",tags:[]},{name:"mdi-form-textarea",tags:[]},{name:"mdi-form-textbox",tags:[]},{name:"mdi-form-textbox-lock",tags:[]},{name:"mdi-form-textbox-password",tags:[]},{name:"mdi-format-align-bottom",tags:[]},{name:"mdi-format-align-center",tags:[]},{name:"mdi-format-align-justify",tags:[]},{name:"mdi-format-align-left",tags:[]},{name:"mdi-format-align-middle",tags:[]},{name:"mdi-format-align-right",tags:[]},{name:"mdi-format-align-top",tags:[]},{name:"mdi-format-annotation-minus",tags:[]},{name:"mdi-format-annotation-plus",tags:[]},{name:"mdi-format-bold",tags:[]},{name:"mdi-format-clear",tags:[]},{name:"mdi-format-color-fill",tags:[]},{name:"mdi-format-color-highlight",tags:[]},{name:"mdi-format-color-marker-cancel",tags:[]},{name:"mdi-format-color-text",tags:[]},{name:"mdi-format-columns",tags:[]},{name:"mdi-format-float-center",tags:[]},{name:"mdi-format-float-left",tags:[]},{name:"mdi-format-float-none",tags:[]},{name:"mdi-format-float-right",tags:[]},{name:"mdi-format-font",tags:[]},{name:"mdi-format-font-size-decrease",tags:[]},{name:"mdi-format-font-size-increase",tags:[]},{name:"mdi-format-header-1",tags:[]},{name:"mdi-format-header-2",tags:[]},{name:"mdi-format-header-3",tags:[]},{name:"mdi-format-header-4",tags:[]},{name:"mdi-format-header-5",tags:[]},{name:"mdi-format-header-6",tags:[]},{name:"mdi-format-header-decrease",tags:[]},{name:"mdi-format-header-equal",tags:[]},{name:"mdi-format-header-increase",tags:[]},{name:"mdi-format-header-pound",tags:[]},{name:"mdi-format-horizontal-align-center",tags:[]},{name:"mdi-format-horizontal-align-left",tags:[]},{name:"mdi-format-horizontal-align-right",tags:[]},{name:"mdi-format-indent-decrease",tags:[]},{name:"mdi-format-indent-increase",tags:[]},{name:"mdi-format-italic",tags:[]},{name:"mdi-format-letter-case",tags:[]},{name:"mdi-format-letter-case-lower",tags:[]},{name:"mdi-format-letter-case-upper",tags:[]},{name:"mdi-format-letter-ends-with",tags:[]},{name:"mdi-format-letter-matches",tags:[]},{name:"mdi-format-letter-starts-with",tags:[]},{name:"mdi-format-line-spacing",tags:[]},{name:"mdi-format-line-style",tags:[]},{name:"mdi-format-line-weight",tags:[]},{name:"mdi-format-list-bulleted",tags:[]},{name:"mdi-format-list-bulleted-square",tags:[]},{name:"mdi-format-list-bulleted-triangle",tags:[]},{name:"mdi-format-list-bulleted-type",tags:[]},{name:"mdi-format-list-checkbox",tags:[]},{name:"mdi-format-list-checks",tags:[]},{name:"mdi-format-list-numbered",tags:[]},{name:"mdi-format-list-numbered-rtl",tags:[]},{name:"mdi-format-list-text",tags:[]},{name:"mdi-format-overline",tags:[]},{name:"mdi-format-page-break",tags:[]},{name:"mdi-format-paint",tags:[]},{name:"mdi-format-paragraph",tags:[]},{name:"mdi-format-pilcrow",tags:[]},{name:"mdi-format-quote-close",tags:[]},{name:"mdi-format-quote-close-outline",tags:[]},{name:"mdi-format-quote-open",tags:[]},{name:"mdi-format-quote-open-outline",tags:[]},{name:"mdi-format-rotate-90",tags:[]},{name:"mdi-format-section",tags:[]},{name:"mdi-format-size",tags:[]},{name:"mdi-format-strikethrough",tags:[]},{name:"mdi-format-strikethrough-variant",tags:[]},{name:"mdi-format-subscript",tags:[]},{name:"mdi-format-superscript",tags:[]},{name:"mdi-format-text",tags:[]},{name:"mdi-format-text-rotation-angle-down",tags:[]},{name:"mdi-format-text-rotation-angle-up",tags:[]},{name:"mdi-format-text-rotation-down",tags:[]},{name:"mdi-format-text-rotation-down-vertical",tags:[]},{name:"mdi-format-text-rotation-none",tags:[]},{name:"mdi-format-text-rotation-up",tags:[]},{name:"mdi-format-text-rotation-vertical",tags:[]},{name:"mdi-format-text-variant",tags:[]},{name:"mdi-format-text-variant-outline",tags:[]},{name:"mdi-format-text-wrapping-clip",tags:[]},{name:"mdi-format-text-wrapping-overflow",tags:[]},{name:"mdi-format-text-wrapping-wrap",tags:[]},{name:"mdi-format-textbox",tags:[]},{name:"mdi-format-textdirection-l-to-r",tags:[]},{name:"mdi-format-textdirection-r-to-l",tags:[]},{name:"mdi-format-title",tags:[]},{name:"mdi-format-underline",tags:[]},{name:"mdi-format-vertical-align-bottom",tags:[]},{name:"mdi-format-vertical-align-center",tags:[]},{name:"mdi-format-vertical-align-top",tags:[]},{name:"mdi-format-wrap-inline",tags:[]},{name:"mdi-format-wrap-square",tags:[]},{name:"mdi-format-wrap-tight",tags:[]},{name:"mdi-format-wrap-top-bottom",tags:[]},{name:"mdi-forum",tags:[]},{name:"mdi-forum-outline",tags:[]},{name:"mdi-forward",tags:[]},{name:"mdi-forwardburger",tags:[]},{name:"mdi-fountain",tags:[]},{name:"mdi-fountain-pen",tags:[]},{name:"mdi-fountain-pen-tip",tags:[]},{name:"mdi-freebsd",tags:[]},{name:"mdi-frequently-asked-questions",tags:[]},{name:"mdi-fridge",tags:[]},{name:"mdi-fridge-alert",tags:[]},{name:"mdi-fridge-alert-outline",tags:[]},{name:"mdi-fridge-bottom",tags:[]},{name:"mdi-fridge-industrial",tags:[]},{name:"mdi-fridge-industrial-alert",tags:[]},{name:"mdi-fridge-industrial-alert-outline",tags:[]},{name:"mdi-fridge-industrial-off",tags:[]},{name:"mdi-fridge-industrial-off-outline",tags:[]},{name:"mdi-fridge-industrial-outline",tags:[]},{name:"mdi-fridge-off",tags:[]},{name:"mdi-fridge-off-outline",tags:[]},{name:"mdi-fridge-outline",tags:[]},{name:"mdi-fridge-top",tags:[]},{name:"mdi-fridge-variant",tags:[]},{name:"mdi-fridge-variant-alert",tags:[]},{name:"mdi-fridge-variant-alert-outline",tags:[]},{name:"mdi-fridge-variant-off",tags:[]},{name:"mdi-fridge-variant-off-outline",tags:[]},{name:"mdi-fridge-variant-outline",tags:[]},{name:"mdi-fruit-cherries",tags:[]},{name:"mdi-fruit-cherries-off",tags:[]},{name:"mdi-fruit-citrus",tags:[]},{name:"mdi-fruit-citrus-off",tags:[]},{name:"mdi-fruit-grapes",tags:[]},{name:"mdi-fruit-grapes-outline",tags:[]},{name:"mdi-fruit-pineapple",tags:[]},{name:"mdi-fruit-watermelon",tags:[]},{name:"mdi-fuel",tags:[]},{name:"mdi-fullscreen",tags:[]},{name:"mdi-fullscreen-exit",tags:[]},{name:"mdi-function",tags:[]},{name:"mdi-function-variant",tags:[]},{name:"mdi-furigana-horizontal",tags:[]},{name:"mdi-furigana-vertical",tags:[]},{name:"mdi-fuse",tags:[]},{name:"mdi-fuse-alert",tags:[]},{name:"mdi-fuse-blade",tags:[]},{name:"mdi-fuse-off",tags:[]},{name:"mdi-gamepad",tags:[]},{name:"mdi-gamepad-circle",tags:[]},{name:"mdi-gamepad-circle-down",tags:[]},{name:"mdi-gamepad-circle-left",tags:[]},{name:"mdi-gamepad-circle-outline",tags:[]},{name:"mdi-gamepad-circle-right",tags:[]},{name:"mdi-gamepad-circle-up",tags:[]},{name:"mdi-gamepad-down",tags:[]},{name:"mdi-gamepad-left",tags:[]},{name:"mdi-gamepad-right",tags:[]},{name:"mdi-gamepad-round",tags:[]},{name:"mdi-gamepad-round-down",tags:[]},{name:"mdi-gamepad-round-left",tags:[]},{name:"mdi-gamepad-round-outline",tags:[]},{name:"mdi-gamepad-round-right",tags:[]},{name:"mdi-gamepad-round-up",tags:[]},{name:"mdi-gamepad-square",tags:[]},{name:"mdi-gamepad-square-outline",tags:[]},{name:"mdi-gamepad-up",tags:[]},{name:"mdi-gamepad-variant",tags:[]},{name:"mdi-gamepad-variant-outline",tags:[]},{name:"mdi-gamma",tags:[]},{name:"mdi-gantry-crane",tags:[]},{name:"mdi-garage",tags:[]},{name:"mdi-garage-alert",tags:[]},{name:"mdi-garage-alert-variant",tags:[]},{name:"mdi-garage-open",tags:[]},{name:"mdi-garage-open-variant",tags:[]},{name:"mdi-garage-variant",tags:[]},{name:"mdi-gas-cylinder",tags:[]},{name:"mdi-gas-station",tags:[]},{name:"mdi-gas-station-off",tags:[]},{name:"mdi-gas-station-off-outline",tags:[]},{name:"mdi-gas-station-outline",tags:[]},{name:"mdi-gate",tags:[]},{name:"mdi-gate-and",tags:[]},{name:"mdi-gate-arrow-right",tags:[]},{name:"mdi-gate-nand",tags:[]},{name:"mdi-gate-nor",tags:[]},{name:"mdi-gate-not",tags:[]},{name:"mdi-gate-open",tags:[]},{name:"mdi-gate-or",tags:[]},{name:"mdi-gate-xnor",tags:[]},{name:"mdi-gate-xor",tags:[]},{name:"mdi-gatsby",tags:[]},{name:"mdi-gauge",tags:[]},{name:"mdi-gauge-empty",tags:[]},{name:"mdi-gauge-full",tags:[]},{name:"mdi-gauge-low",tags:[]},{name:"mdi-gavel",tags:[]},{name:"mdi-gender-female",tags:[]},{name:"mdi-gender-male",tags:[]},{name:"mdi-gender-male-female",tags:[]},{name:"mdi-gender-male-female-variant",tags:[]},{name:"mdi-gender-non-binary",tags:[]},{name:"mdi-gender-transgender",tags:[]},{name:"mdi-gentoo",tags:[]},{name:"mdi-gesture",tags:[]},{name:"mdi-gesture-double-tap",tags:[]},{name:"mdi-gesture-pinch",tags:[]},{name:"mdi-gesture-spread",tags:[]},{name:"mdi-gesture-swipe",tags:[]},{name:"mdi-gesture-swipe-down",tags:[]},{name:"mdi-gesture-swipe-horizontal",tags:[]},{name:"mdi-gesture-swipe-left",tags:[]},{name:"mdi-gesture-swipe-right",tags:[]},{name:"mdi-gesture-swipe-up",tags:[]},{name:"mdi-gesture-swipe-vertical",tags:[]},{name:"mdi-gesture-tap",tags:[]},{name:"mdi-gesture-tap-box",tags:[]},{name:"mdi-gesture-tap-button",tags:[]},{name:"mdi-gesture-tap-hold",tags:[]},{name:"mdi-gesture-two-double-tap",tags:[]},{name:"mdi-gesture-two-tap",tags:[]},{name:"mdi-ghost",tags:[]},{name:"mdi-ghost-off",tags:[]},{name:"mdi-ghost-off-outline",tags:[]},{name:"mdi-ghost-outline",tags:[]},{name:"mdi-gif",tags:[]},{name:"mdi-gift",tags:[]},{name:"mdi-gift-off",tags:[]},{name:"mdi-gift-off-outline",tags:[]},{name:"mdi-gift-open",tags:[]},{name:"mdi-gift-open-outline",tags:[]},{name:"mdi-gift-outline",tags:[]},{name:"mdi-git",tags:[]},{name:"mdi-github",tags:[]},{name:"mdi-gitlab",tags:[]},{name:"mdi-glass-cocktail",tags:[]},{name:"mdi-glass-cocktail-off",tags:[]},{name:"mdi-glass-flute",tags:[]},{name:"mdi-glass-mug",tags:[]},{name:"mdi-glass-mug-off",tags:[]},{name:"mdi-glass-mug-variant",tags:[]},{name:"mdi-glass-mug-variant-off",tags:[]},{name:"mdi-glass-pint-outline",tags:[]},{name:"mdi-glass-stange",tags:[]},{name:"mdi-glass-tulip",tags:[]},{name:"mdi-glass-wine",tags:[]},{name:"mdi-glasses",tags:[]},{name:"mdi-globe-light",tags:[]},{name:"mdi-globe-model",tags:[]},{name:"mdi-gmail",tags:[]},{name:"mdi-gnome",tags:[]},{name:"mdi-go-kart",tags:[]},{name:"mdi-go-kart-track",tags:[]},{name:"mdi-gog",tags:[]},{name:"mdi-gold",tags:[]},{name:"mdi-golf",tags:[]},{name:"mdi-golf-cart",tags:[]},{name:"mdi-golf-tee",tags:[]},{name:"mdi-gondola",tags:[]},{name:"mdi-goodreads",tags:[]},{name:"mdi-google",tags:[]},{name:"mdi-google-ads",tags:[]},{name:"mdi-google-analytics",tags:[]},{name:"mdi-google-assistant",tags:[]},{name:"mdi-google-cardboard",tags:[]},{name:"mdi-google-chrome",tags:[]},{name:"mdi-google-circles",tags:[]},{name:"mdi-google-circles-communities",tags:[]},{name:"mdi-google-circles-extended",tags:[]},{name:"mdi-google-circles-group",tags:[]},{name:"mdi-google-classroom",tags:[]},{name:"mdi-google-cloud",tags:[]},{name:"mdi-google-controller",tags:[]},{name:"mdi-google-controller-off",tags:[]},{name:"mdi-google-downasaur",tags:[]},{name:"mdi-google-drive",tags:[]},{name:"mdi-google-earth",tags:[]},{name:"mdi-google-fit",tags:[]},{name:"mdi-google-glass",tags:[]},{name:"mdi-google-hangouts",tags:[]},{name:"mdi-google-home",tags:[]},{name:"mdi-google-keep",tags:[]},{name:"mdi-google-lens",tags:[]},{name:"mdi-google-maps",tags:[]},{name:"mdi-google-my-business",tags:[]},{name:"mdi-google-nearby",tags:[]},{name:"mdi-google-photos",tags:[]},{name:"mdi-google-play",tags:[]},{name:"mdi-google-plus",tags:[]},{name:"mdi-google-podcast",tags:[]},{name:"mdi-google-spreadsheet",tags:[]},{name:"mdi-google-street-view",tags:[]},{name:"mdi-google-translate",tags:[]},{name:"mdi-gradient",tags:[]},{name:"mdi-grain",tags:[]},{name:"mdi-graph",tags:[]},{name:"mdi-graph-outline",tags:[]},{name:"mdi-graphql",tags:[]},{name:"mdi-grass",tags:[]},{name:"mdi-grave-stone",tags:[]},{name:"mdi-grease-pencil",tags:[]},{name:"mdi-greater-than",tags:[]},{name:"mdi-greater-than-or-equal",tags:[]},{name:"mdi-grid",tags:[]},{name:"mdi-grid-large",tags:[]},{name:"mdi-grid-off",tags:[]},{name:"mdi-grill",tags:[]},{name:"mdi-grill-outline",tags:[]},{name:"mdi-group",tags:[]},{name:"mdi-guitar-acoustic",tags:[]},{name:"mdi-guitar-electric",tags:[]},{name:"mdi-guitar-pick",tags:[]},{name:"mdi-guitar-pick-outline",tags:[]},{name:"mdi-guy-fawkes-mask",tags:[]},{name:"mdi-hail",tags:[]},{name:"mdi-hair-dryer",tags:[]},{name:"mdi-hair-dryer-outline",tags:[]},{name:"mdi-halloween",tags:[]},{name:"mdi-hamburger",tags:[]},{name:"mdi-hammer",tags:[]},{name:"mdi-hammer-screwdriver",tags:[]},{name:"mdi-hammer-wrench",tags:[]},{name:"mdi-hand",tags:[]},{name:"mdi-hand-heart",tags:[]},{name:"mdi-hand-heart-outline",tags:[]},{name:"mdi-hand-left",tags:[]},{name:"mdi-hand-okay",tags:[]},{name:"mdi-hand-peace",tags:[]},{name:"mdi-hand-peace-variant",tags:[]},{name:"mdi-hand-pointing-down",tags:[]},{name:"mdi-hand-pointing-left",tags:[]},{name:"mdi-hand-pointing-right",tags:[]},{name:"mdi-hand-pointing-up",tags:[]},{name:"mdi-hand-right",tags:[]},{name:"mdi-hand-saw",tags:[]},{name:"mdi-hand-wash",tags:[]},{name:"mdi-hand-wash-outline",tags:[]},{name:"mdi-hand-water",tags:[]},{name:"mdi-handball",tags:[]},{name:"mdi-handcuffs",tags:[]},{name:"mdi-handshake",tags:[]},{name:"mdi-handshake-outline",tags:[]},{name:"mdi-hanger",tags:[]},{name:"mdi-hard-hat",tags:[]},{name:"mdi-harddisk",tags:[]},{name:"mdi-harddisk-plus",tags:[]},{name:"mdi-harddisk-remove",tags:[]},{name:"mdi-hat-fedora",tags:[]},{name:"mdi-hazard-lights",tags:[]},{name:"mdi-hdr",tags:[]},{name:"mdi-hdr-off",tags:[]},{name:"mdi-head",tags:[]},{name:"mdi-head-alert",tags:[]},{name:"mdi-head-alert-outline",tags:[]},{name:"mdi-head-check",tags:[]},{name:"mdi-head-check-outline",tags:[]},{name:"mdi-head-cog",tags:[]},{name:"mdi-head-cog-outline",tags:[]},{name:"mdi-head-dots-horizontal",tags:[]},{name:"mdi-head-dots-horizontal-outline",tags:[]},{name:"mdi-head-flash",tags:[]},{name:"mdi-head-flash-outline",tags:[]},{name:"mdi-head-heart",tags:[]},{name:"mdi-head-heart-outline",tags:[]},{name:"mdi-head-lightbulb",tags:[]},{name:"mdi-head-lightbulb-outline",tags:[]},{name:"mdi-head-minus",tags:[]},{name:"mdi-head-minus-outline",tags:[]},{name:"mdi-head-outline",tags:[]},{name:"mdi-head-plus",tags:[]},{name:"mdi-head-plus-outline",tags:[]},{name:"mdi-head-question",tags:[]},{name:"mdi-head-question-outline",tags:[]},{name:"mdi-head-remove",tags:[]},{name:"mdi-head-remove-outline",tags:[]},{name:"mdi-head-snowflake",tags:[]},{name:"mdi-head-snowflake-outline",tags:[]},{name:"mdi-head-sync",tags:[]},{name:"mdi-head-sync-outline",tags:[]},{name:"mdi-headphones",tags:[]},{name:"mdi-headphones-bluetooth",tags:[]},{name:"mdi-headphones-box",tags:[]},{name:"mdi-headphones-off",tags:[]},{name:"mdi-headphones-settings",tags:[]},{name:"mdi-headset",tags:[]},{name:"mdi-headset-dock",tags:[]},{name:"mdi-headset-off",tags:[]},{name:"mdi-heart",tags:[]},{name:"mdi-heart-box",tags:[]},{name:"mdi-heart-box-outline",tags:[]},{name:"mdi-heart-broken",tags:[]},{name:"mdi-heart-broken-outline",tags:[]},{name:"mdi-heart-circle",tags:[]},{name:"mdi-heart-circle-outline",tags:[]},{name:"mdi-heart-cog",tags:[]},{name:"mdi-heart-cog-outline",tags:[]},{name:"mdi-heart-flash",tags:[]},{name:"mdi-heart-half",tags:[]},{name:"mdi-heart-half-full",tags:[]},{name:"mdi-heart-half-outline",tags:[]},{name:"mdi-heart-minus",tags:[]},{name:"mdi-heart-minus-outline",tags:[]},{name:"mdi-heart-multiple",tags:[]},{name:"mdi-heart-multiple-outline",tags:[]},{name:"mdi-heart-off",tags:[]},{name:"mdi-heart-off-outline",tags:[]},{name:"mdi-heart-outline",tags:[]},{name:"mdi-heart-plus",tags:[]},{name:"mdi-heart-plus-outline",tags:[]},{name:"mdi-heart-pulse",tags:[]},{name:"mdi-heart-remove",tags:[]},{name:"mdi-heart-remove-outline",tags:[]},{name:"mdi-heart-settings",tags:[]},{name:"mdi-heart-settings-outline",tags:[]},{name:"mdi-helicopter",tags:[]},{name:"mdi-help",tags:[]},{name:"mdi-help-box",tags:[]},{name:"mdi-help-circle",tags:[]},{name:"mdi-help-circle-outline",tags:[]},{name:"mdi-help-network",tags:[]},{name:"mdi-help-network-outline",tags:[]},{name:"mdi-help-rhombus",tags:[]},{name:"mdi-help-rhombus-outline",tags:[]},{name:"mdi-hexadecimal",tags:[]},{name:"mdi-hexagon",tags:[]},{name:"mdi-hexagon-multiple",tags:[]},{name:"mdi-hexagon-multiple-outline",tags:[]},{name:"mdi-hexagon-outline",tags:[]},{name:"mdi-hexagon-slice-1",tags:[]},{name:"mdi-hexagon-slice-2",tags:[]},{name:"mdi-hexagon-slice-3",tags:[]},{name:"mdi-hexagon-slice-4",tags:[]},{name:"mdi-hexagon-slice-5",tags:[]},{name:"mdi-hexagon-slice-6",tags:[]},{name:"mdi-hexagram",tags:[]},{name:"mdi-hexagram-outline",tags:[]},{name:"mdi-high-definition",tags:[]},{name:"mdi-high-definition-box",tags:[]},{name:"mdi-highway",tags:[]},{name:"mdi-hiking",tags:[]},{name:"mdi-hinduism",tags:[]},{name:"mdi-history",tags:[]},{name:"mdi-hockey-puck",tags:[]},{name:"mdi-hockey-sticks",tags:[]},{name:"mdi-hololens",tags:[]},{name:"mdi-home",tags:[]},{name:"mdi-home-account",tags:[]},{name:"mdi-home-alert",tags:[]},{name:"mdi-home-alert-outline",tags:[]},{name:"mdi-home-analytics",tags:[]},{name:"mdi-home-assistant",tags:[]},{name:"mdi-home-automation",tags:[]},{name:"mdi-home-circle",tags:[]},{name:"mdi-home-circle-outline",tags:[]},{name:"mdi-home-city",tags:[]},{name:"mdi-home-city-outline",tags:[]},{name:"mdi-home-currency-usd",tags:[]},{name:"mdi-home-edit",tags:[]},{name:"mdi-home-edit-outline",tags:[]},{name:"mdi-home-export-outline",tags:[]},{name:"mdi-home-flood",tags:[]},{name:"mdi-home-floor-0",tags:[]},{name:"mdi-home-floor-1",tags:[]},{name:"mdi-home-floor-2",tags:[]},{name:"mdi-home-floor-3",tags:[]},{name:"mdi-home-floor-a",tags:[]},{name:"mdi-home-floor-b",tags:[]},{name:"mdi-home-floor-g",tags:[]},{name:"mdi-home-floor-l",tags:[]},{name:"mdi-home-floor-negative-1",tags:[]},{name:"mdi-home-group",tags:[]},{name:"mdi-home-heart",tags:[]},{name:"mdi-home-import-outline",tags:[]},{name:"mdi-home-lightbulb",tags:[]},{name:"mdi-home-lightbulb-outline",tags:[]},{name:"mdi-home-lock",tags:[]},{name:"mdi-home-lock-open",tags:[]},{name:"mdi-home-map-marker",tags:[]},{name:"mdi-home-minus",tags:[]},{name:"mdi-home-minus-outline",tags:[]},{name:"mdi-home-modern",tags:[]},{name:"mdi-home-outline",tags:[]},{name:"mdi-home-plus",tags:[]},{name:"mdi-home-plus-outline",tags:[]},{name:"mdi-home-remove",tags:[]},{name:"mdi-home-remove-outline",tags:[]},{name:"mdi-home-roof",tags:[]},{name:"mdi-home-search",tags:[]},{name:"mdi-home-search-outline",tags:[]},{name:"mdi-home-thermometer",tags:[]},{name:"mdi-home-thermometer-outline",tags:[]},{name:"mdi-home-variant",tags:[]},{name:"mdi-home-variant-outline",tags:[]},{name:"mdi-hook",tags:[]},{name:"mdi-hook-off",tags:[]},{name:"mdi-hops",tags:[]},{name:"mdi-horizontal-rotate-clockwise",tags:[]},{name:"mdi-horizontal-rotate-counterclockwise",tags:[]},{name:"mdi-horse",tags:[]},{name:"mdi-horse-human",tags:[]},{name:"mdi-horse-variant",tags:[]},{name:"mdi-horseshoe",tags:[]},{name:"mdi-hospital",tags:[]},{name:"mdi-hospital-box",tags:[]},{name:"mdi-hospital-box-outline",tags:[]},{name:"mdi-hospital-building",tags:[]},{name:"mdi-hospital-marker",tags:[]},{name:"mdi-hot-tub",tags:[]},{name:"mdi-hours-24",tags:[]},{name:"mdi-hubspot",tags:[]},{name:"mdi-hulu",tags:[]},{name:"mdi-human",tags:[]},{name:"mdi-human-baby-changing-table",tags:[]},{name:"mdi-human-cane",tags:[]},{name:"mdi-human-capacity-decrease",tags:[]},{name:"mdi-human-capacity-increase",tags:[]},{name:"mdi-human-child",tags:[]},{name:"mdi-human-edit",tags:[]},{name:"mdi-human-female",tags:[]},{name:"mdi-human-female-boy",tags:[]},{name:"mdi-human-female-dance",tags:[]},{name:"mdi-human-female-female",tags:[]},{name:"mdi-human-female-girl",tags:[]},{name:"mdi-human-greeting",tags:[]},{name:"mdi-human-greeting-proximity",tags:[]},{name:"mdi-human-handsdown",tags:[]},{name:"mdi-human-handsup",tags:[]},{name:"mdi-human-male",tags:[]},{name:"mdi-human-male-boy",tags:[]},{name:"mdi-human-male-child",tags:[]},{name:"mdi-human-male-female",tags:[]},{name:"mdi-human-male-girl",tags:[]},{name:"mdi-human-male-height",tags:[]},{name:"mdi-human-male-height-variant",tags:[]},{name:"mdi-human-male-male",tags:[]},{name:"mdi-human-pregnant",tags:[]},{name:"mdi-human-queue",tags:[]},{name:"mdi-human-scooter",tags:[]},{name:"mdi-human-wheelchair",tags:[]},{name:"mdi-humble-bundle",tags:[]},{name:"mdi-hvac",tags:[]},{name:"mdi-hvac-off",tags:[]},{name:"mdi-hydraulic-oil-level",tags:[]},{name:"mdi-hydraulic-oil-temperature",tags:[]},{name:"mdi-hydro-power",tags:[]},{name:"mdi-ice-cream",tags:[]},{name:"mdi-ice-cream-off",tags:[]},{name:"mdi-ice-pop",tags:[]},{name:"mdi-id-card",tags:[]},{name:"mdi-identifier",tags:[]},{name:"mdi-ideogram-cjk",tags:[]},{name:"mdi-ideogram-cjk-variant",tags:[]},{name:"mdi-iframe",tags:[]},{name:"mdi-iframe-array",tags:[]},{name:"mdi-iframe-array-outline",tags:[]},{name:"mdi-iframe-braces",tags:[]},{name:"mdi-iframe-braces-outline",tags:[]},{name:"mdi-iframe-outline",tags:[]},{name:"mdi-iframe-parentheses",tags:[]},{name:"mdi-iframe-parentheses-outline",tags:[]},{name:"mdi-iframe-variable",tags:[]},{name:"mdi-iframe-variable-outline",tags:[]},{name:"mdi-image",tags:[]},{name:"mdi-image-album",tags:[]},{name:"mdi-image-area",tags:[]},{name:"mdi-image-area-close",tags:[]},{name:"mdi-image-auto-adjust",tags:[]},{name:"mdi-image-broken",tags:[]},{name:"mdi-image-broken-variant",tags:[]},{name:"mdi-image-edit",tags:[]},{name:"mdi-image-edit-outline",tags:[]},{name:"mdi-image-filter-black-white",tags:[]},{name:"mdi-image-filter-center-focus",tags:[]},{name:"mdi-image-filter-center-focus-strong",tags:[]},{name:"mdi-image-filter-center-focus-strong-outline",tags:[]},{name:"mdi-image-filter-center-focus-weak",tags:[]},{name:"mdi-image-filter-drama",tags:[]},{name:"mdi-image-filter-frames",tags:[]},{name:"mdi-image-filter-hdr",tags:[]},{name:"mdi-image-filter-none",tags:[]},{name:"mdi-image-filter-tilt-shift",tags:[]},{name:"mdi-image-filter-vintage",tags:[]},{name:"mdi-image-frame",tags:[]},{name:"mdi-image-minus",tags:[]},{name:"mdi-image-move",tags:[]},{name:"mdi-image-multiple",tags:[]},{name:"mdi-image-multiple-outline",tags:[]},{name:"mdi-image-off",tags:[]},{name:"mdi-image-off-outline",tags:[]},{name:"mdi-image-outline",tags:[]},{name:"mdi-image-plus",tags:[]},{name:"mdi-image-remove",tags:[]},{name:"mdi-image-search",tags:[]},{name:"mdi-image-search-outline",tags:[]},{name:"mdi-image-size-select-actual",tags:[]},{name:"mdi-image-size-select-large",tags:[]},{name:"mdi-image-size-select-small",tags:[]},{name:"mdi-image-text",tags:[]},{name:"mdi-import",tags:[]},{name:"mdi-inbox",tags:[]},{name:"mdi-inbox-arrow-down",tags:[]},{name:"mdi-inbox-arrow-down-outline",tags:[]},{name:"mdi-inbox-arrow-up",tags:[]},{name:"mdi-inbox-arrow-up-outline",tags:[]},{name:"mdi-inbox-full",tags:[]},{name:"mdi-inbox-full-outline",tags:[]},{name:"mdi-inbox-multiple",tags:[]},{name:"mdi-inbox-multiple-outline",tags:[]},{name:"mdi-inbox-outline",tags:[]},{name:"mdi-inbox-remove",tags:[]},{name:"mdi-inbox-remove-outline",tags:[]},{name:"mdi-incognito",tags:[]},{name:"mdi-incognito-circle",tags:[]},{name:"mdi-incognito-circle-off",tags:[]},{name:"mdi-incognito-off",tags:[]},{name:"mdi-infinity",tags:[]},{name:"mdi-information",tags:[]},{name:"mdi-information-outline",tags:[]},{name:"mdi-information-variant",tags:[]},{name:"mdi-instagram",tags:[]},{name:"mdi-instrument-triangle",tags:[]},{name:"mdi-invert-colors",tags:[]},{name:"mdi-invert-colors-off",tags:[]},{name:"mdi-iobroker",tags:[]},{name:"mdi-ip",tags:[]},{name:"mdi-ip-network",tags:[]},{name:"mdi-ip-network-outline",tags:[]},{name:"mdi-ipod",tags:[]},{name:"mdi-islam",tags:[]},{name:"mdi-island",tags:[]},{name:"mdi-iv-bag",tags:[]},{name:"mdi-jabber",tags:[]},{name:"mdi-jeepney",tags:[]},{name:"mdi-jellyfish",tags:[]},{name:"mdi-jellyfish-outline",tags:[]},{name:"mdi-jira",tags:[]},{name:"mdi-jquery",tags:[]},{name:"mdi-jsfiddle",tags:[]},{name:"mdi-judaism",tags:[]},{name:"mdi-jump-rope",tags:[]},{name:"mdi-kabaddi",tags:[]},{name:"mdi-kangaroo",tags:[]},{name:"mdi-karate",tags:[]},{name:"mdi-keg",tags:[]},{name:"mdi-kettle",tags:[]},{name:"mdi-kettle-alert",tags:[]},{name:"mdi-kettle-alert-outline",tags:[]},{name:"mdi-kettle-off",tags:[]},{name:"mdi-kettle-off-outline",tags:[]},{name:"mdi-kettle-outline",tags:[]},{name:"mdi-kettle-pour-over",tags:[]},{name:"mdi-kettle-steam",tags:[]},{name:"mdi-kettle-steam-outline",tags:[]},{name:"mdi-kettlebell",tags:[]},{name:"mdi-key",tags:[]},{name:"mdi-key-arrow-right",tags:[]},{name:"mdi-key-chain",tags:[]},{name:"mdi-key-chain-variant",tags:[]},{name:"mdi-key-change",tags:[]},{name:"mdi-key-link",tags:[]},{name:"mdi-key-minus",tags:[]},{name:"mdi-key-outline",tags:[]},{name:"mdi-key-plus",tags:[]},{name:"mdi-key-remove",tags:[]},{name:"mdi-key-star",tags:[]},{name:"mdi-key-variant",tags:[]},{name:"mdi-key-wireless",tags:[]},{name:"mdi-keyboard",tags:[]},{name:"mdi-keyboard-backspace",tags:[]},{name:"mdi-keyboard-caps",tags:[]},{name:"mdi-keyboard-close",tags:[]},{name:"mdi-keyboard-esc",tags:[]},{name:"mdi-keyboard-f1",tags:[]},{name:"mdi-keyboard-f10",tags:[]},{name:"mdi-keyboard-f11",tags:[]},{name:"mdi-keyboard-f12",tags:[]},{name:"mdi-keyboard-f2",tags:[]},{name:"mdi-keyboard-f3",tags:[]},{name:"mdi-keyboard-f4",tags:[]},{name:"mdi-keyboard-f5",tags:[]},{name:"mdi-keyboard-f6",tags:[]},{name:"mdi-keyboard-f7",tags:[]},{name:"mdi-keyboard-f8",tags:[]},{name:"mdi-keyboard-f9",tags:[]},{name:"mdi-keyboard-off",tags:[]},{name:"mdi-keyboard-off-outline",tags:[]},{name:"mdi-keyboard-outline",tags:[]},{name:"mdi-keyboard-return",tags:[]},{name:"mdi-keyboard-settings",tags:[]},{name:"mdi-keyboard-settings-outline",tags:[]},{name:"mdi-keyboard-space",tags:[]},{name:"mdi-keyboard-tab",tags:[]},{name:"mdi-keyboard-variant",tags:[]},{name:"mdi-khanda",tags:[]},{name:"mdi-kickstarter",tags:[]},{name:"mdi-klingon",tags:[]},{name:"mdi-knife",tags:[]},{name:"mdi-knife-military",tags:[]},{name:"mdi-koala",tags:[]},{name:"mdi-kodi",tags:[]},{name:"mdi-kubernetes",tags:[]},{name:"mdi-label",tags:[]},{name:"mdi-label-multiple",tags:[]},{name:"mdi-label-multiple-outline",tags:[]},{name:"mdi-label-off",tags:[]},{name:"mdi-label-off-outline",tags:[]},{name:"mdi-label-outline",tags:[]},{name:"mdi-label-percent",tags:[]},{name:"mdi-label-percent-outline",tags:[]},{name:"mdi-label-variant",tags:[]},{name:"mdi-label-variant-outline",tags:[]},{name:"mdi-ladder",tags:[]},{name:"mdi-ladybug",tags:[]},{name:"mdi-lambda",tags:[]},{name:"mdi-lamp",tags:[]},{name:"mdi-lamps",tags:[]},{name:"mdi-lan",tags:[]},{name:"mdi-lan-check",tags:[]},{name:"mdi-lan-connect",tags:[]},{name:"mdi-lan-disconnect",tags:[]},{name:"mdi-lan-pending",tags:[]},{name:"mdi-language-c",tags:[]},{name:"mdi-language-cpp",tags:[]},{name:"mdi-language-csharp",tags:[]},{name:"mdi-language-css3",tags:[]},{name:"mdi-language-fortran",tags:[]},{name:"mdi-language-go",tags:[]},{name:"mdi-language-haskell",tags:[]},{name:"mdi-language-html5",tags:[]},{name:"mdi-language-java",tags:[]},{name:"mdi-language-javascript",tags:[]},{name:"mdi-language-kotlin",tags:[]},{name:"mdi-language-lua",tags:[]},{name:"mdi-language-markdown",tags:[]},{name:"mdi-language-markdown-outline",tags:[]},{name:"mdi-language-php",tags:[]},{name:"mdi-language-python",tags:[]},{name:"mdi-language-r",tags:[]},{name:"mdi-language-ruby",tags:[]},{name:"mdi-language-ruby-on-rails",tags:[]},{name:"mdi-language-rust",tags:[]},{name:"mdi-language-swift",tags:[]},{name:"mdi-language-typescript",tags:[]},{name:"mdi-language-xaml",tags:[]},{name:"mdi-laptop",tags:[]},{name:"mdi-laptop-chromebook",tags:[]},{name:"mdi-laptop-mac",tags:[]},{name:"mdi-laptop-off",tags:[]},{name:"mdi-laptop-windows",tags:[]},{name:"mdi-laravel",tags:[]},{name:"mdi-laser-pointer",tags:[]},{name:"mdi-lasso",tags:[]},{name:"mdi-lastpass",tags:[]},{name:"mdi-latitude",tags:[]},{name:"mdi-launch",tags:[]},{name:"mdi-lava-lamp",tags:[]},{name:"mdi-layers",tags:[]},{name:"mdi-layers-minus",tags:[]},{name:"mdi-layers-off",tags:[]},{name:"mdi-layers-off-outline",tags:[]},{name:"mdi-layers-outline",tags:[]},{name:"mdi-layers-plus",tags:[]},{name:"mdi-layers-remove",tags:[]},{name:"mdi-layers-search",tags:[]},{name:"mdi-layers-search-outline",tags:[]},{name:"mdi-layers-triple",tags:[]},{name:"mdi-layers-triple-outline",tags:[]},{name:"mdi-lead-pencil",tags:[]},{name:"mdi-leaf",tags:[]},{name:"mdi-leaf-maple",tags:[]},{name:"mdi-leaf-maple-off",tags:[]},{name:"mdi-leaf-off",tags:[]},{name:"mdi-leak",tags:[]},{name:"mdi-leak-off",tags:[]},{name:"mdi-led-off",tags:[]},{name:"mdi-led-on",tags:[]},{name:"mdi-led-outline",tags:[]},{name:"mdi-led-strip",tags:[]},{name:"mdi-led-strip-variant",tags:[]},{name:"mdi-led-variant-off",tags:[]},{name:"mdi-led-variant-on",tags:[]},{name:"mdi-led-variant-outline",tags:[]},{name:"mdi-leek",tags:[]},{name:"mdi-less-than",tags:[]},{name:"mdi-less-than-or-equal",tags:[]},{name:"mdi-library",tags:[]},{name:"mdi-library-shelves",tags:[]},{name:"mdi-license",tags:[]},{name:"mdi-lifebuoy",tags:[]},{name:"mdi-light-switch",tags:[]},{name:"mdi-lightbulb",tags:[]},{name:"mdi-lightbulb-cfl",tags:[]},{name:"mdi-lightbulb-cfl-off",tags:[]},{name:"mdi-lightbulb-cfl-spiral",tags:[]},{name:"mdi-lightbulb-cfl-spiral-off",tags:[]},{name:"mdi-lightbulb-group",tags:[]},{name:"mdi-lightbulb-group-off",tags:[]},{name:"mdi-lightbulb-group-off-outline",tags:[]},{name:"mdi-lightbulb-group-outline",tags:[]},{name:"mdi-lightbulb-multiple",tags:[]},{name:"mdi-lightbulb-multiple-off",tags:[]},{name:"mdi-lightbulb-multiple-off-outline",tags:[]},{name:"mdi-lightbulb-multiple-outline",tags:[]},{name:"mdi-lightbulb-off",tags:[]},{name:"mdi-lightbulb-off-outline",tags:[]},{name:"mdi-lightbulb-on",tags:[]},{name:"mdi-lightbulb-on-outline",tags:[]},{name:"mdi-lightbulb-outline",tags:[]},{name:"mdi-lighthouse",tags:[]},{name:"mdi-lighthouse-on",tags:[]},{name:"mdi-lightning-bolt",tags:[]},{name:"mdi-lightning-bolt-outline",tags:[]},{name:"mdi-lingerie",tags:[]},{name:"mdi-link",tags:[]},{name:"mdi-link-box",tags:[]},{name:"mdi-link-box-outline",tags:[]},{name:"mdi-link-box-variant",tags:[]},{name:"mdi-link-box-variant-outline",tags:[]},{name:"mdi-link-lock",tags:[]},{name:"mdi-link-off",tags:[]},{name:"mdi-link-plus",tags:[]},{name:"mdi-link-variant",tags:[]},{name:"mdi-link-variant-minus",tags:[]},{name:"mdi-link-variant-off",tags:[]},{name:"mdi-link-variant-plus",tags:[]},{name:"mdi-link-variant-remove",tags:[]},{name:"mdi-linkedin",tags:[]},{name:"mdi-linux",tags:[]},{name:"mdi-linux-mint",tags:[]},{name:"mdi-lipstick",tags:[]},{name:"mdi-list-status",tags:[]},{name:"mdi-litecoin",tags:[]},{name:"mdi-loading",tags:[]},{name:"mdi-location-enter",tags:[]},{name:"mdi-location-exit",tags:[]},{name:"mdi-lock",tags:[]},{name:"mdi-lock-alert",tags:[]},{name:"mdi-lock-alert-outline",tags:[]},{name:"mdi-lock-check",tags:[]},{name:"mdi-lock-check-outline",tags:[]},{name:"mdi-lock-clock",tags:[]},{name:"mdi-lock-minus",tags:[]},{name:"mdi-lock-minus-outline",tags:[]},{name:"mdi-lock-off",tags:[]},{name:"mdi-lock-off-outline",tags:[]},{name:"mdi-lock-open",tags:[]},{name:"mdi-lock-open-alert",tags:[]},{name:"mdi-lock-open-alert-outline",tags:[]},{name:"mdi-lock-open-check",tags:[]},{name:"mdi-lock-open-check-outline",tags:[]},{name:"mdi-lock-open-minus",tags:[]},{name:"mdi-lock-open-minus-outline",tags:[]},{name:"mdi-lock-open-outline",tags:[]},{name:"mdi-lock-open-plus",tags:[]},{name:"mdi-lock-open-plus-outline",tags:[]},{name:"mdi-lock-open-remove",tags:[]},{name:"mdi-lock-open-remove-outline",tags:[]},{name:"mdi-lock-open-variant",tags:[]},{name:"mdi-lock-open-variant-outline",tags:[]},{name:"mdi-lock-outline",tags:[]},{name:"mdi-lock-pattern",tags:[]},{name:"mdi-lock-plus",tags:[]},{name:"mdi-lock-plus-outline",tags:[]},{name:"mdi-lock-question",tags:[]},{name:"mdi-lock-remove",tags:[]},{name:"mdi-lock-remove-outline",tags:[]},{name:"mdi-lock-reset",tags:[]},{name:"mdi-lock-smart",tags:[]},{name:"mdi-locker",tags:[]},{name:"mdi-locker-multiple",tags:[]},{name:"mdi-login",tags:[]},{name:"mdi-login-variant",tags:[]},{name:"mdi-logout",tags:[]},{name:"mdi-logout-variant",tags:[]},{name:"mdi-longitude",tags:[]},{name:"mdi-looks",tags:[]},{name:"mdi-lotion",tags:[]},{name:"mdi-lotion-outline",tags:[]},{name:"mdi-lotion-plus",tags:[]},{name:"mdi-lotion-plus-outline",tags:[]},{name:"mdi-loupe",tags:[]},{name:"mdi-lumx",tags:[]},{name:"mdi-lungs",tags:[]},{name:"mdi-magnet",tags:[]},{name:"mdi-magnet-on",tags:[]},{name:"mdi-magnify",tags:[]},{name:"mdi-magnify-close",tags:[]},{name:"mdi-magnify-minus",tags:[]},{name:"mdi-magnify-minus-cursor",tags:[]},{name:"mdi-magnify-minus-outline",tags:[]},{name:"mdi-magnify-plus",tags:[]},{name:"mdi-magnify-plus-cursor",tags:[]},{name:"mdi-magnify-plus-outline",tags:[]},{name:"mdi-magnify-remove-cursor",tags:[]},{name:"mdi-magnify-remove-outline",tags:[]},{name:"mdi-magnify-scan",tags:[]},{name:"mdi-mail",tags:[]},{name:"mdi-mailbox",tags:[]},{name:"mdi-mailbox-open",tags:[]},{name:"mdi-mailbox-open-outline",tags:[]},{name:"mdi-mailbox-open-up",tags:[]},{name:"mdi-mailbox-open-up-outline",tags:[]},{name:"mdi-mailbox-outline",tags:[]},{name:"mdi-mailbox-up",tags:[]},{name:"mdi-mailbox-up-outline",tags:[]},{name:"mdi-manjaro",tags:[]},{name:"mdi-map",tags:[]},{name:"mdi-map-check",tags:[]},{name:"mdi-map-check-outline",tags:[]},{name:"mdi-map-clock",tags:[]},{name:"mdi-map-clock-outline",tags:[]},{name:"mdi-map-legend",tags:[]},{name:"mdi-map-marker",tags:[]},{name:"mdi-map-marker-alert",tags:[]},{name:"mdi-map-marker-alert-outline",tags:[]},{name:"mdi-map-marker-check",tags:[]},{name:"mdi-map-marker-check-outline",tags:[]},{name:"mdi-map-marker-circle",tags:[]},{name:"mdi-map-marker-distance",tags:[]},{name:"mdi-map-marker-down",tags:[]},{name:"mdi-map-marker-left",tags:[]},{name:"mdi-map-marker-left-outline",tags:[]},{name:"mdi-map-marker-minus",tags:[]},{name:"mdi-map-marker-minus-outline",tags:[]},{name:"mdi-map-marker-multiple",tags:[]},{name:"mdi-map-marker-multiple-outline",tags:[]},{name:"mdi-map-marker-off",tags:[]},{name:"mdi-map-marker-off-outline",tags:[]},{name:"mdi-map-marker-outline",tags:[]},{name:"mdi-map-marker-path",tags:[]},{name:"mdi-map-marker-plus",tags:[]},{name:"mdi-map-marker-plus-outline",tags:[]},{name:"mdi-map-marker-question",tags:[]},{name:"mdi-map-marker-question-outline",tags:[]},{name:"mdi-map-marker-radius",tags:[]},{name:"mdi-map-marker-radius-outline",tags:[]},{name:"mdi-map-marker-remove",tags:[]},{name:"mdi-map-marker-remove-outline",tags:[]},{name:"mdi-map-marker-remove-variant",tags:[]},{name:"mdi-map-marker-right",tags:[]},{name:"mdi-map-marker-right-outline",tags:[]},{name:"mdi-map-marker-star",tags:[]},{name:"mdi-map-marker-star-outline",tags:[]},{name:"mdi-map-marker-up",tags:[]},{name:"mdi-map-minus",tags:[]},{name:"mdi-map-outline",tags:[]},{name:"mdi-map-plus",tags:[]},{name:"mdi-map-search",tags:[]},{name:"mdi-map-search-outline",tags:[]},{name:"mdi-mapbox",tags:[]},{name:"mdi-margin",tags:[]},{name:"mdi-marker",tags:[]},{name:"mdi-marker-cancel",tags:[]},{name:"mdi-marker-check",tags:[]},{name:"mdi-mastodon",tags:[]},{name:"mdi-material-design",tags:[]},{name:"mdi-material-ui",tags:[]},{name:"mdi-math-compass",tags:[]},{name:"mdi-math-cos",tags:[]},{name:"mdi-math-integral",tags:[]},{name:"mdi-math-integral-box",tags:[]},{name:"mdi-math-log",tags:[]},{name:"mdi-math-norm",tags:[]},{name:"mdi-math-norm-box",tags:[]},{name:"mdi-math-sin",tags:[]},{name:"mdi-math-tan",tags:[]},{name:"mdi-matrix",tags:[]},{name:"mdi-medal",tags:[]},{name:"mdi-medal-outline",tags:[]},{name:"mdi-medical-bag",tags:[]},{name:"mdi-meditation",tags:[]},{name:"mdi-memory",tags:[]},{name:"mdi-menu",tags:[]},{name:"mdi-menu-down",tags:[]},{name:"mdi-menu-down-outline",tags:[]},{name:"mdi-menu-left",tags:[]},{name:"mdi-menu-left-outline",tags:[]},{name:"mdi-menu-open",tags:[]},{name:"mdi-menu-right",tags:[]},{name:"mdi-menu-right-outline",tags:[]},{name:"mdi-menu-swap",tags:[]},{name:"mdi-menu-swap-outline",tags:[]},{name:"mdi-menu-up",tags:[]},{name:"mdi-menu-up-outline",tags:[]},{name:"mdi-merge",tags:[]},{name:"mdi-message",tags:[]},{name:"mdi-message-alert",tags:[]},{name:"mdi-message-alert-outline",tags:[]},{name:"mdi-message-arrow-left",tags:[]},{name:"mdi-message-arrow-left-outline",tags:[]},{name:"mdi-message-arrow-right",tags:[]},{name:"mdi-message-arrow-right-outline",tags:[]},{name:"mdi-message-bookmark",tags:[]},{name:"mdi-message-bookmark-outline",tags:[]},{name:"mdi-message-bulleted",tags:[]},{name:"mdi-message-bulleted-off",tags:[]},{name:"mdi-message-cog",tags:[]},{name:"mdi-message-cog-outline",tags:[]},{name:"mdi-message-draw",tags:[]},{name:"mdi-message-flash",tags:[]},{name:"mdi-message-flash-outline",tags:[]},{name:"mdi-message-image",tags:[]},{name:"mdi-message-image-outline",tags:[]},{name:"mdi-message-lock",tags:[]},{name:"mdi-message-lock-outline",tags:[]},{name:"mdi-message-minus",tags:[]},{name:"mdi-message-minus-outline",tags:[]},{name:"mdi-message-off",tags:[]},{name:"mdi-message-off-outline",tags:[]},{name:"mdi-message-outline",tags:[]},{name:"mdi-message-plus",tags:[]},{name:"mdi-message-plus-outline",tags:[]},{name:"mdi-message-processing",tags:[]},{name:"mdi-message-processing-outline",tags:[]},{name:"mdi-message-question",tags:[]},{name:"mdi-message-question-outline",tags:[]},{name:"mdi-message-reply",tags:[]},{name:"mdi-message-reply-outline",tags:[]},{name:"mdi-message-reply-text",tags:[]},{name:"mdi-message-reply-text-outline",tags:[]},{name:"mdi-message-settings",tags:[]},{name:"mdi-message-settings-outline",tags:[]},{name:"mdi-message-text",tags:[]},{name:"mdi-message-text-clock",tags:[]},{name:"mdi-message-text-clock-outline",tags:[]},{name:"mdi-message-text-lock",tags:[]},{name:"mdi-message-text-lock-outline",tags:[]},{name:"mdi-message-text-outline",tags:[]},{name:"mdi-message-video",tags:[]},{name:"mdi-meteor",tags:[]},{name:"mdi-metronome",tags:[]},{name:"mdi-metronome-tick",tags:[]},{name:"mdi-micro-sd",tags:[]},{name:"mdi-microphone",tags:[]},{name:"mdi-microphone-minus",tags:[]},{name:"mdi-microphone-off",tags:[]},{name:"mdi-microphone-outline",tags:[]},{name:"mdi-microphone-plus",tags:[]},{name:"mdi-microphone-settings",tags:[]},{name:"mdi-microphone-variant",tags:[]},{name:"mdi-microphone-variant-off",tags:[]},{name:"mdi-microscope",tags:[]},{name:"mdi-microsoft",tags:[]},{name:"mdi-microsoft-access",tags:[]},{name:"mdi-microsoft-azure",tags:[]},{name:"mdi-microsoft-azure-devops",tags:[]},{name:"mdi-microsoft-bing",tags:[]},{name:"mdi-microsoft-dynamics-365",tags:[]},{name:"mdi-microsoft-edge",tags:[]},{name:"mdi-microsoft-edge-legacy",tags:[]},{name:"mdi-microsoft-excel",tags:[]},{name:"mdi-microsoft-internet-explorer",tags:[]},{name:"mdi-microsoft-office",tags:[]},{name:"mdi-microsoft-onedrive",tags:[]},{name:"mdi-microsoft-onenote",tags:[]},{name:"mdi-microsoft-outlook",tags:[]},{name:"mdi-microsoft-powerpoint",tags:[]},{name:"mdi-microsoft-sharepoint",tags:[]},{name:"mdi-microsoft-teams",tags:[]},{name:"mdi-microsoft-visual-studio",tags:[]},{name:"mdi-microsoft-visual-studio-code",tags:[]},{name:"mdi-microsoft-windows",tags:[]},{name:"mdi-microsoft-windows-classic",tags:[]},{name:"mdi-microsoft-word",tags:[]},{name:"mdi-microsoft-xbox",tags:[]},{name:"mdi-microsoft-xbox-controller",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-alert",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-charging",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-empty",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-full",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-low",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-medium",tags:[]},{name:"mdi-microsoft-xbox-controller-battery-unknown",tags:[]},{name:"mdi-microsoft-xbox-controller-menu",tags:[]},{name:"mdi-microsoft-xbox-controller-off",tags:[]},{name:"mdi-microsoft-xbox-controller-view",tags:[]},{name:"mdi-microsoft-yammer",tags:[]},{name:"mdi-microwave",tags:[]},{name:"mdi-microwave-off",tags:[]},{name:"mdi-middleware",tags:[]},{name:"mdi-middleware-outline",tags:[]},{name:"mdi-midi",tags:[]},{name:"mdi-midi-port",tags:[]},{name:"mdi-mine",tags:[]},{name:"mdi-minecraft",tags:[]},{name:"mdi-mini-sd",tags:[]},{name:"mdi-minidisc",tags:[]},{name:"mdi-minus",tags:[]},{name:"mdi-minus-box",tags:[]},{name:"mdi-minus-box-multiple",tags:[]},{name:"mdi-minus-box-multiple-outline",tags:[]},{name:"mdi-minus-box-outline",tags:[]},{name:"mdi-minus-circle",tags:[]},{name:"mdi-minus-circle-multiple",tags:[]},{name:"mdi-minus-circle-multiple-outline",tags:[]},{name:"mdi-minus-circle-off",tags:[]},{name:"mdi-minus-circle-off-outline",tags:[]},{name:"mdi-minus-circle-outline",tags:[]},{name:"mdi-minus-network",tags:[]},{name:"mdi-minus-network-outline",tags:[]},{name:"mdi-minus-thick",tags:[]},{name:"mdi-mirror",tags:[]},{name:"mdi-mixed-martial-arts",tags:[]},{name:"mdi-mixed-reality",tags:[]},{name:"mdi-molecule",tags:[]},{name:"mdi-molecule-co",tags:[]},{name:"mdi-molecule-co2",tags:[]},{name:"mdi-monitor",tags:[]},{name:"mdi-monitor-cellphone",tags:[]},{name:"mdi-monitor-cellphone-star",tags:[]},{name:"mdi-monitor-clean",tags:[]},{name:"mdi-monitor-dashboard",tags:[]},{name:"mdi-monitor-edit",tags:[]},{name:"mdi-monitor-eye",tags:[]},{name:"mdi-monitor-lock",tags:[]},{name:"mdi-monitor-multiple",tags:[]},{name:"mdi-monitor-off",tags:[]},{name:"mdi-monitor-screenshot",tags:[]},{name:"mdi-monitor-share",tags:[]},{name:"mdi-monitor-speaker",tags:[]},{name:"mdi-monitor-speaker-off",tags:[]},{name:"mdi-monitor-star",tags:[]},{name:"mdi-moon-first-quarter",tags:[]},{name:"mdi-moon-full",tags:[]},{name:"mdi-moon-last-quarter",tags:[]},{name:"mdi-moon-new",tags:[]},{name:"mdi-moon-waning-crescent",tags:[]},{name:"mdi-moon-waning-gibbous",tags:[]},{name:"mdi-moon-waxing-crescent",tags:[]},{name:"mdi-moon-waxing-gibbous",tags:[]},{name:"mdi-moped",tags:[]},{name:"mdi-moped-electric",tags:[]},{name:"mdi-moped-electric-outline",tags:[]},{name:"mdi-moped-outline",tags:[]},{name:"mdi-more",tags:[]},{name:"mdi-mother-heart",tags:[]},{name:"mdi-mother-nurse",tags:[]},{name:"mdi-motion",tags:[]},{name:"mdi-motion-outline",tags:[]},{name:"mdi-motion-pause",tags:[]},{name:"mdi-motion-pause-outline",tags:[]},{name:"mdi-motion-play",tags:[]},{name:"mdi-motion-play-outline",tags:[]},{name:"mdi-motion-sensor",tags:[]},{name:"mdi-motion-sensor-off",tags:[]},{name:"mdi-motorbike",tags:[]},{name:"mdi-motorbike-electric",tags:[]},{name:"mdi-mouse",tags:[]},{name:"mdi-mouse-bluetooth",tags:[]},{name:"mdi-mouse-move-down",tags:[]},{name:"mdi-mouse-move-up",tags:[]},{name:"mdi-mouse-move-vertical",tags:[]},{name:"mdi-mouse-off",tags:[]},{name:"mdi-mouse-variant",tags:[]},{name:"mdi-mouse-variant-off",tags:[]},{name:"mdi-move-resize",tags:[]},{name:"mdi-move-resize-variant",tags:[]},{name:"mdi-movie",tags:[]},{name:"mdi-movie-check",tags:[]},{name:"mdi-movie-check-outline",tags:[]},{name:"mdi-movie-cog",tags:[]},{name:"mdi-movie-cog-outline",tags:[]},{name:"mdi-movie-edit",tags:[]},{name:"mdi-movie-edit-outline",tags:[]},{name:"mdi-movie-filter",tags:[]},{name:"mdi-movie-filter-outline",tags:[]},{name:"mdi-movie-minus",tags:[]},{name:"mdi-movie-minus-outline",tags:[]},{name:"mdi-movie-off",tags:[]},{name:"mdi-movie-off-outline",tags:[]},{name:"mdi-movie-open",tags:[]},{name:"mdi-movie-open-check",tags:[]},{name:"mdi-movie-open-check-outline",tags:[]},{name:"mdi-movie-open-cog",tags:[]},{name:"mdi-movie-open-cog-outline",tags:[]},{name:"mdi-movie-open-edit",tags:[]},{name:"mdi-movie-open-edit-outline",tags:[]},{name:"mdi-movie-open-minus",tags:[]},{name:"mdi-movie-open-minus-outline",tags:[]},{name:"mdi-movie-open-off",tags:[]},{name:"mdi-movie-open-off-outline",tags:[]},{name:"mdi-movie-open-outline",tags:[]},{name:"mdi-movie-open-play",tags:[]},{name:"mdi-movie-open-play-outline",tags:[]},{name:"mdi-movie-open-plus",tags:[]},{name:"mdi-movie-open-plus-outline",tags:[]},{name:"mdi-movie-open-remove",tags:[]},{name:"mdi-movie-open-remove-outline",tags:[]},{name:"mdi-movie-open-settings",tags:[]},{name:"mdi-movie-open-settings-outline",tags:[]},{name:"mdi-movie-open-star",tags:[]},{name:"mdi-movie-open-star-outline",tags:[]},{name:"mdi-movie-outline",tags:[]},{name:"mdi-movie-play",tags:[]},{name:"mdi-movie-play-outline",tags:[]},{name:"mdi-movie-plus",tags:[]},{name:"mdi-movie-plus-outline",tags:[]},{name:"mdi-movie-remove",tags:[]},{name:"mdi-movie-remove-outline",tags:[]},{name:"mdi-movie-roll",tags:[]},{name:"mdi-movie-search",tags:[]},{name:"mdi-movie-search-outline",tags:[]},{name:"mdi-movie-settings",tags:[]},{name:"mdi-movie-settings-outline",tags:[]},{name:"mdi-movie-star",tags:[]},{name:"mdi-movie-star-outline",tags:[]},{name:"mdi-mower",tags:[]},{name:"mdi-mower-bag",tags:[]},{name:"mdi-muffin",tags:[]},{name:"mdi-multiplication",tags:[]},{name:"mdi-multiplication-box",tags:[]},{name:"mdi-mushroom",tags:[]},{name:"mdi-mushroom-off",tags:[]},{name:"mdi-mushroom-off-outline",tags:[]},{name:"mdi-mushroom-outline",tags:[]},{name:"mdi-music",tags:[]},{name:"mdi-music-accidental-double-flat",tags:[]},{name:"mdi-music-accidental-double-sharp",tags:[]},{name:"mdi-music-accidental-flat",tags:[]},{name:"mdi-music-accidental-natural",tags:[]},{name:"mdi-music-accidental-sharp",tags:[]},{name:"mdi-music-box",tags:[]},{name:"mdi-music-box-multiple",tags:[]},{name:"mdi-music-box-multiple-outline",tags:[]},{name:"mdi-music-box-outline",tags:[]},{name:"mdi-music-circle",tags:[]},{name:"mdi-music-circle-outline",tags:[]},{name:"mdi-music-clef-alto",tags:[]},{name:"mdi-music-clef-bass",tags:[]},{name:"mdi-music-clef-treble",tags:[]},{name:"mdi-music-note",tags:[]},{name:"mdi-music-note-bluetooth",tags:[]},{name:"mdi-music-note-bluetooth-off",tags:[]},{name:"mdi-music-note-eighth",tags:[]},{name:"mdi-music-note-eighth-dotted",tags:[]},{name:"mdi-music-note-half",tags:[]},{name:"mdi-music-note-half-dotted",tags:[]},{name:"mdi-music-note-off",tags:[]},{name:"mdi-music-note-off-outline",tags:[]},{name:"mdi-music-note-outline",tags:[]},{name:"mdi-music-note-plus",tags:[]},{name:"mdi-music-note-quarter",tags:[]},{name:"mdi-music-note-quarter-dotted",tags:[]},{name:"mdi-music-note-sixteenth",tags:[]},{name:"mdi-music-note-sixteenth-dotted",tags:[]},{name:"mdi-music-note-whole",tags:[]},{name:"mdi-music-note-whole-dotted",tags:[]},{name:"mdi-music-off",tags:[]},{name:"mdi-music-rest-eighth",tags:[]},{name:"mdi-music-rest-half",tags:[]},{name:"mdi-music-rest-quarter",tags:[]},{name:"mdi-music-rest-sixteenth",tags:[]},{name:"mdi-music-rest-whole",tags:[]},{name:"mdi-mustache",tags:[]},{name:"mdi-nail",tags:[]},{name:"mdi-nas",tags:[]},{name:"mdi-nativescript",tags:[]},{name:"mdi-nature",tags:[]},{name:"mdi-nature-people",tags:[]},{name:"mdi-navigation",tags:[]},{name:"mdi-navigation-outline",tags:[]},{name:"mdi-near-me",tags:[]},{name:"mdi-necklace",tags:[]},{name:"mdi-needle",tags:[]},{name:"mdi-netflix",tags:[]},{name:"mdi-network",tags:[]},{name:"mdi-network-off",tags:[]},{name:"mdi-network-off-outline",tags:[]},{name:"mdi-network-outline",tags:[]},{name:"mdi-network-strength-1",tags:[]},{name:"mdi-network-strength-1-alert",tags:[]},{name:"mdi-network-strength-2",tags:[]},{name:"mdi-network-strength-2-alert",tags:[]},{name:"mdi-network-strength-3",tags:[]},{name:"mdi-network-strength-3-alert",tags:[]},{name:"mdi-network-strength-4",tags:[]},{name:"mdi-network-strength-4-alert",tags:[]},{name:"mdi-network-strength-off",tags:[]},{name:"mdi-network-strength-off-outline",tags:[]},{name:"mdi-network-strength-outline",tags:[]},{name:"mdi-new-box",tags:[]},{name:"mdi-newspaper",tags:[]},{name:"mdi-newspaper-minus",tags:[]},{name:"mdi-newspaper-plus",tags:[]},{name:"mdi-newspaper-variant",tags:[]},{name:"mdi-newspaper-variant-multiple",tags:[]},{name:"mdi-newspaper-variant-multiple-outline",tags:[]},{name:"mdi-newspaper-variant-outline",tags:[]},{name:"mdi-nfc",tags:[]},{name:"mdi-nfc-search-variant",tags:[]},{name:"mdi-nfc-tap",tags:[]},{name:"mdi-nfc-variant",tags:[]},{name:"mdi-nfc-variant-off",tags:[]},{name:"mdi-ninja",tags:[]},{name:"mdi-nintendo-game-boy",tags:[]},{name:"mdi-nintendo-switch",tags:[]},{name:"mdi-nintendo-wii",tags:[]},{name:"mdi-nintendo-wiiu",tags:[]},{name:"mdi-nix",tags:[]},{name:"mdi-nodejs",tags:[]},{name:"mdi-noodles",tags:[]},{name:"mdi-not-equal",tags:[]},{name:"mdi-not-equal-variant",tags:[]},{name:"mdi-note",tags:[]},{name:"mdi-note-minus",tags:[]},{name:"mdi-note-minus-outline",tags:[]},{name:"mdi-note-multiple",tags:[]},{name:"mdi-note-multiple-outline",tags:[]},{name:"mdi-note-outline",tags:[]},{name:"mdi-note-plus",tags:[]},{name:"mdi-note-plus-outline",tags:[]},{name:"mdi-note-remove",tags:[]},{name:"mdi-note-remove-outline",tags:[]},{name:"mdi-note-search",tags:[]},{name:"mdi-note-search-outline",tags:[]},{name:"mdi-note-text",tags:[]},{name:"mdi-note-text-outline",tags:[]},{name:"mdi-notebook",tags:[]},{name:"mdi-notebook-check",tags:[]},{name:"mdi-notebook-check-outline",tags:[]},{name:"mdi-notebook-edit",tags:[]},{name:"mdi-notebook-edit-outline",tags:[]},{name:"mdi-notebook-minus",tags:[]},{name:"mdi-notebook-minus-outline",tags:[]},{name:"mdi-notebook-multiple",tags:[]},{name:"mdi-notebook-outline",tags:[]},{name:"mdi-notebook-plus",tags:[]},{name:"mdi-notebook-plus-outline",tags:[]},{name:"mdi-notebook-remove",tags:[]},{name:"mdi-notebook-remove-outline",tags:[]},{name:"mdi-notification-clear-all",tags:[]},{name:"mdi-npm",tags:[]},{name:"mdi-nuke",tags:[]},{name:"mdi-null",tags:[]},{name:"mdi-numeric",tags:[]},{name:"mdi-numeric-0",tags:[]},{name:"mdi-numeric-0-box",tags:[]},{name:"mdi-numeric-0-box-multiple",tags:[]},{name:"mdi-numeric-0-box-multiple-outline",tags:[]},{name:"mdi-numeric-0-box-outline",tags:[]},{name:"mdi-numeric-0-circle",tags:[]},{name:"mdi-numeric-0-circle-outline",tags:[]},{name:"mdi-numeric-1",tags:[]},{name:"mdi-numeric-1-box",tags:[]},{name:"mdi-numeric-1-box-multiple",tags:[]},{name:"mdi-numeric-1-box-multiple-outline",tags:[]},{name:"mdi-numeric-1-box-outline",tags:[]},{name:"mdi-numeric-1-circle",tags:[]},{name:"mdi-numeric-1-circle-outline",tags:[]},{name:"mdi-numeric-10",tags:[]},{name:"mdi-numeric-10-box",tags:[]},{name:"mdi-numeric-10-box-multiple",tags:[]},{name:"mdi-numeric-10-box-multiple-outline",tags:[]},{name:"mdi-numeric-10-box-outline",tags:[]},{name:"mdi-numeric-10-circle",tags:[]},{name:"mdi-numeric-10-circle-outline",tags:[]},{name:"mdi-numeric-2",tags:[]},{name:"mdi-numeric-2-box",tags:[]},{name:"mdi-numeric-2-box-multiple",tags:[]},{name:"mdi-numeric-2-box-multiple-outline",tags:[]},{name:"mdi-numeric-2-box-outline",tags:[]},{name:"mdi-numeric-2-circle",tags:[]},{name:"mdi-numeric-2-circle-outline",tags:[]},{name:"mdi-numeric-3",tags:[]},{name:"mdi-numeric-3-box",tags:[]},{name:"mdi-numeric-3-box-multiple",tags:[]},{name:"mdi-numeric-3-box-multiple-outline",tags:[]},{name:"mdi-numeric-3-box-outline",tags:[]},{name:"mdi-numeric-3-circle",tags:[]},{name:"mdi-numeric-3-circle-outline",tags:[]},{name:"mdi-numeric-4",tags:[]},{name:"mdi-numeric-4-box",tags:[]},{name:"mdi-numeric-4-box-multiple",tags:[]},{name:"mdi-numeric-4-box-multiple-outline",tags:[]},{name:"mdi-numeric-4-box-outline",tags:[]},{name:"mdi-numeric-4-circle",tags:[]},{name:"mdi-numeric-4-circle-outline",tags:[]},{name:"mdi-numeric-5",tags:[]},{name:"mdi-numeric-5-box",tags:[]},{name:"mdi-numeric-5-box-multiple",tags:[]},{name:"mdi-numeric-5-box-multiple-outline",tags:[]},{name:"mdi-numeric-5-box-outline",tags:[]},{name:"mdi-numeric-5-circle",tags:[]},{name:"mdi-numeric-5-circle-outline",tags:[]},{name:"mdi-numeric-6",tags:[]},{name:"mdi-numeric-6-box",tags:[]},{name:"mdi-numeric-6-box-multiple",tags:[]},{name:"mdi-numeric-6-box-multiple-outline",tags:[]},{name:"mdi-numeric-6-box-outline",tags:[]},{name:"mdi-numeric-6-circle",tags:[]},{name:"mdi-numeric-6-circle-outline",tags:[]},{name:"mdi-numeric-7",tags:[]},{name:"mdi-numeric-7-box",tags:[]},{name:"mdi-numeric-7-box-multiple",tags:[]},{name:"mdi-numeric-7-box-multiple-outline",tags:[]},{name:"mdi-numeric-7-box-outline",tags:[]},{name:"mdi-numeric-7-circle",tags:[]},{name:"mdi-numeric-7-circle-outline",tags:[]},{name:"mdi-numeric-8",tags:[]},{name:"mdi-numeric-8-box",tags:[]},{name:"mdi-numeric-8-box-multiple",tags:[]},{name:"mdi-numeric-8-box-multiple-outline",tags:[]},{name:"mdi-numeric-8-box-outline",tags:[]},{name:"mdi-numeric-8-circle",tags:[]},{name:"mdi-numeric-8-circle-outline",tags:[]},{name:"mdi-numeric-9",tags:[]},{name:"mdi-numeric-9-box",tags:[]},{name:"mdi-numeric-9-box-multiple",tags:[]},{name:"mdi-numeric-9-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-box-outline",tags:[]},{name:"mdi-numeric-9-circle",tags:[]},{name:"mdi-numeric-9-circle-outline",tags:[]},{name:"mdi-numeric-9-plus",tags:[]},{name:"mdi-numeric-9-plus-box",tags:[]},{name:"mdi-numeric-9-plus-box-multiple",tags:[]},{name:"mdi-numeric-9-plus-box-multiple-outline",tags:[]},{name:"mdi-numeric-9-plus-box-outline",tags:[]},{name:"mdi-numeric-9-plus-circle",tags:[]},{name:"mdi-numeric-9-plus-circle-outline",tags:[]},{name:"mdi-numeric-negative-1",tags:[]},{name:"mdi-numeric-positive-1",tags:[]},{name:"mdi-nut",tags:[]},{name:"mdi-nutrition",tags:[]},{name:"mdi-nuxt",tags:[]},{name:"mdi-oar",tags:[]},{name:"mdi-ocarina",tags:[]},{name:"mdi-oci",tags:[]},{name:"mdi-ocr",tags:[]},{name:"mdi-octagon",tags:[]},{name:"mdi-octagon-outline",tags:[]},{name:"mdi-octagram",tags:[]},{name:"mdi-octagram-outline",tags:[]},{name:"mdi-odnoklassniki",tags:[]},{name:"mdi-offer",tags:[]},{name:"mdi-office-building",tags:[]},{name:"mdi-office-building-marker",tags:[]},{name:"mdi-office-building-marker-outline",tags:[]},{name:"mdi-office-building-outline",tags:[]},{name:"mdi-oil",tags:[]},{name:"mdi-oil-lamp",tags:[]},{name:"mdi-oil-level",tags:[]},{name:"mdi-oil-temperature",tags:[]},{name:"mdi-omega",tags:[]},{name:"mdi-one-up",tags:[]},{name:"mdi-onepassword",tags:[]},{name:"mdi-opacity",tags:[]},{name:"mdi-open-in-app",tags:[]},{name:"mdi-open-in-new",tags:[]},{name:"mdi-open-source-initiative",tags:[]},{name:"mdi-openid",tags:[]},{name:"mdi-opera",tags:[]},{name:"mdi-orbit",tags:[]},{name:"mdi-orbit-variant",tags:[]},{name:"mdi-order-alphabetical-ascending",tags:[]},{name:"mdi-order-alphabetical-descending",tags:[]},{name:"mdi-order-bool-ascending",tags:[]},{name:"mdi-order-bool-ascending-variant",tags:[]},{name:"mdi-order-bool-descending",tags:[]},{name:"mdi-order-bool-descending-variant",tags:[]},{name:"mdi-order-numeric-ascending",tags:[]},{name:"mdi-order-numeric-descending",tags:[]},{name:"mdi-origin",tags:[]},{name:"mdi-ornament",tags:[]},{name:"mdi-ornament-variant",tags:[]},{name:"mdi-outdoor-lamp",tags:[]},{name:"mdi-overscan",tags:[]},{name:"mdi-owl",tags:[]},{name:"mdi-pac-man",tags:[]},{name:"mdi-package",tags:[]},{name:"mdi-package-down",tags:[]},{name:"mdi-package-up",tags:[]},{name:"mdi-package-variant",tags:[]},{name:"mdi-package-variant-closed",tags:[]},{name:"mdi-page-first",tags:[]},{name:"mdi-page-last",tags:[]},{name:"mdi-page-layout-body",tags:[]},{name:"mdi-page-layout-footer",tags:[]},{name:"mdi-page-layout-header",tags:[]},{name:"mdi-page-layout-header-footer",tags:[]},{name:"mdi-page-layout-sidebar-left",tags:[]},{name:"mdi-page-layout-sidebar-right",tags:[]},{name:"mdi-page-next",tags:[]},{name:"mdi-page-next-outline",tags:[]},{name:"mdi-page-previous",tags:[]},{name:"mdi-page-previous-outline",tags:[]},{name:"mdi-pail",tags:[]},{name:"mdi-pail-minus",tags:[]},{name:"mdi-pail-minus-outline",tags:[]},{name:"mdi-pail-off",tags:[]},{name:"mdi-pail-off-outline",tags:[]},{name:"mdi-pail-outline",tags:[]},{name:"mdi-pail-plus",tags:[]},{name:"mdi-pail-plus-outline",tags:[]},{name:"mdi-pail-remove",tags:[]},{name:"mdi-pail-remove-outline",tags:[]},{name:"mdi-palette",tags:[]},{name:"mdi-palette-advanced",tags:[]},{name:"mdi-palette-outline",tags:[]},{name:"mdi-palette-swatch",tags:[]},{name:"mdi-palette-swatch-outline",tags:[]},{name:"mdi-palm-tree",tags:[]},{name:"mdi-pan",tags:[]},{name:"mdi-pan-bottom-left",tags:[]},{name:"mdi-pan-bottom-right",tags:[]},{name:"mdi-pan-down",tags:[]},{name:"mdi-pan-horizontal",tags:[]},{name:"mdi-pan-left",tags:[]},{name:"mdi-pan-right",tags:[]},{name:"mdi-pan-top-left",tags:[]},{name:"mdi-pan-top-right",tags:[]},{name:"mdi-pan-up",tags:[]},{name:"mdi-pan-vertical",tags:[]},{name:"mdi-panda",tags:[]},{name:"mdi-pandora",tags:[]},{name:"mdi-panorama",tags:[]},{name:"mdi-panorama-fisheye",tags:[]},{name:"mdi-panorama-horizontal",tags:[]},{name:"mdi-panorama-vertical",tags:[]},{name:"mdi-panorama-wide-angle",tags:[]},{name:"mdi-paper-cut-vertical",tags:[]},{name:"mdi-paper-roll",tags:[]},{name:"mdi-paper-roll-outline",tags:[]},{name:"mdi-paperclip",tags:[]},{name:"mdi-parachute",tags:[]},{name:"mdi-parachute-outline",tags:[]},{name:"mdi-parking",tags:[]},{name:"mdi-party-popper",tags:[]},{name:"mdi-passport",tags:[]},{name:"mdi-passport-biometric",tags:[]},{name:"mdi-pasta",tags:[]},{name:"mdi-patio-heater",tags:[]},{name:"mdi-patreon",tags:[]},{name:"mdi-pause",tags:[]},{name:"mdi-pause-circle",tags:[]},{name:"mdi-pause-circle-outline",tags:[]},{name:"mdi-pause-octagon",tags:[]},{name:"mdi-pause-octagon-outline",tags:[]},{name:"mdi-paw",tags:[]},{name:"mdi-paw-off",tags:[]},{name:"mdi-paw-off-outline",tags:[]},{name:"mdi-paw-outline",tags:[]},{name:"mdi-pdf-box",tags:[]},{name:"mdi-peace",tags:[]},{name:"mdi-peanut",tags:[]},{name:"mdi-peanut-off",tags:[]},{name:"mdi-peanut-off-outline",tags:[]},{name:"mdi-peanut-outline",tags:[]},{name:"mdi-pen",tags:[]},{name:"mdi-pen-lock",tags:[]},{name:"mdi-pen-minus",tags:[]},{name:"mdi-pen-off",tags:[]},{name:"mdi-pen-plus",tags:[]},{name:"mdi-pen-remove",tags:[]},{name:"mdi-pencil",tags:[]},{name:"mdi-pencil-box",tags:[]},{name:"mdi-pencil-box-multiple",tags:[]},{name:"mdi-pencil-box-multiple-outline",tags:[]},{name:"mdi-pencil-box-outline",tags:[]},{name:"mdi-pencil-circle",tags:[]},{name:"mdi-pencil-circle-outline",tags:[]},{name:"mdi-pencil-lock",tags:[]},{name:"mdi-pencil-lock-outline",tags:[]},{name:"mdi-pencil-minus",tags:[]},{name:"mdi-pencil-minus-outline",tags:[]},{name:"mdi-pencil-off",tags:[]},{name:"mdi-pencil-off-outline",tags:[]},{name:"mdi-pencil-outline",tags:[]},{name:"mdi-pencil-plus",tags:[]},{name:"mdi-pencil-plus-outline",tags:[]},{name:"mdi-pencil-remove",tags:[]},{name:"mdi-pencil-remove-outline",tags:[]},{name:"mdi-pencil-ruler",tags:[]},{name:"mdi-penguin",tags:[]},{name:"mdi-pentagon",tags:[]},{name:"mdi-pentagon-outline",tags:[]},{name:"mdi-pentagram",tags:[]},{name:"mdi-percent",tags:[]},{name:"mdi-percent-outline",tags:[]},{name:"mdi-periodic-table",tags:[]},{name:"mdi-perspective-less",tags:[]},{name:"mdi-perspective-more",tags:[]},{name:"mdi-pharmacy",tags:[]},{name:"mdi-phone",tags:[]},{name:"mdi-phone-alert",tags:[]},{name:"mdi-phone-alert-outline",tags:[]},{name:"mdi-phone-bluetooth",tags:[]},{name:"mdi-phone-bluetooth-outline",tags:[]},{name:"mdi-phone-cancel",tags:[]},{name:"mdi-phone-cancel-outline",tags:[]},{name:"mdi-phone-check",tags:[]},{name:"mdi-phone-check-outline",tags:[]},{name:"mdi-phone-classic",tags:[]},{name:"mdi-phone-classic-off",tags:[]},{name:"mdi-phone-dial",tags:[]},{name:"mdi-phone-dial-outline",tags:[]},{name:"mdi-phone-forward",tags:[]},{name:"mdi-phone-forward-outline",tags:[]},{name:"mdi-phone-hangup",tags:[]},{name:"mdi-phone-hangup-outline",tags:[]},{name:"mdi-phone-in-talk",tags:[]},{name:"mdi-phone-in-talk-outline",tags:[]},{name:"mdi-phone-incoming",tags:[]},{name:"mdi-phone-incoming-outline",tags:[]},{name:"mdi-phone-lock",tags:[]},{name:"mdi-phone-lock-outline",tags:[]},{name:"mdi-phone-log",tags:[]},{name:"mdi-phone-log-outline",tags:[]},{name:"mdi-phone-message",tags:[]},{name:"mdi-phone-message-outline",tags:[]},{name:"mdi-phone-minus",tags:[]},{name:"mdi-phone-minus-outline",tags:[]},{name:"mdi-phone-missed",tags:[]},{name:"mdi-phone-missed-outline",tags:[]},{name:"mdi-phone-off",tags:[]},{name:"mdi-phone-off-outline",tags:[]},{name:"mdi-phone-outgoing",tags:[]},{name:"mdi-phone-outgoing-outline",tags:[]},{name:"mdi-phone-outline",tags:[]},{name:"mdi-phone-paused",tags:[]},{name:"mdi-phone-paused-outline",tags:[]},{name:"mdi-phone-plus",tags:[]},{name:"mdi-phone-plus-outline",tags:[]},{name:"mdi-phone-remove",tags:[]},{name:"mdi-phone-remove-outline",tags:[]},{name:"mdi-phone-return",tags:[]},{name:"mdi-phone-return-outline",tags:[]},{name:"mdi-phone-ring",tags:[]},{name:"mdi-phone-ring-outline",tags:[]},{name:"mdi-phone-rotate-landscape",tags:[]},{name:"mdi-phone-rotate-portrait",tags:[]},{name:"mdi-phone-settings",tags:[]},{name:"mdi-phone-settings-outline",tags:[]},{name:"mdi-phone-voip",tags:[]},{name:"mdi-pi",tags:[]},{name:"mdi-pi-box",tags:[]},{name:"mdi-pi-hole",tags:[]},{name:"mdi-piano",tags:[]},{name:"mdi-pickaxe",tags:[]},{name:"mdi-picture-in-picture-bottom-right",tags:[]},{name:"mdi-picture-in-picture-bottom-right-outline",tags:[]},{name:"mdi-picture-in-picture-top-right",tags:[]},{name:"mdi-picture-in-picture-top-right-outline",tags:[]},{name:"mdi-pier",tags:[]},{name:"mdi-pier-crane",tags:[]},{name:"mdi-pig",tags:[]},{name:"mdi-pig-variant",tags:[]},{name:"mdi-pig-variant-outline",tags:[]},{name:"mdi-piggy-bank",tags:[]},{name:"mdi-piggy-bank-outline",tags:[]},{name:"mdi-pill",tags:[]},{name:"mdi-pillar",tags:[]},{name:"mdi-pin",tags:[]},{name:"mdi-pin-off",tags:[]},{name:"mdi-pin-off-outline",tags:[]},{name:"mdi-pin-outline",tags:[]},{name:"mdi-pine-tree",tags:[]},{name:"mdi-pine-tree-box",tags:[]},{name:"mdi-pine-tree-fire",tags:[]},{name:"mdi-pinterest",tags:[]},{name:"mdi-pinwheel",tags:[]},{name:"mdi-pinwheel-outline",tags:[]},{name:"mdi-pipe",tags:[]},{name:"mdi-pipe-disconnected",tags:[]},{name:"mdi-pipe-leak",tags:[]},{name:"mdi-pipe-wrench",tags:[]},{name:"mdi-pirate",tags:[]},{name:"mdi-pistol",tags:[]},{name:"mdi-piston",tags:[]},{name:"mdi-pitchfork",tags:[]},{name:"mdi-pizza",tags:[]},{name:"mdi-play",tags:[]},{name:"mdi-play-box",tags:[]},{name:"mdi-play-box-multiple",tags:[]},{name:"mdi-play-box-multiple-outline",tags:[]},{name:"mdi-play-box-outline",tags:[]},{name:"mdi-play-circle",tags:[]},{name:"mdi-play-circle-outline",tags:[]},{name:"mdi-play-network",tags:[]},{name:"mdi-play-network-outline",tags:[]},{name:"mdi-play-outline",tags:[]},{name:"mdi-play-pause",tags:[]},{name:"mdi-play-protected-content",tags:[]},{name:"mdi-play-speed",tags:[]},{name:"mdi-playlist-check",tags:[]},{name:"mdi-playlist-edit",tags:[]},{name:"mdi-playlist-minus",tags:[]},{name:"mdi-playlist-music",tags:[]},{name:"mdi-playlist-music-outline",tags:[]},{name:"mdi-playlist-play",tags:[]},{name:"mdi-playlist-plus",tags:[]},{name:"mdi-playlist-remove",tags:[]},{name:"mdi-playlist-star",tags:[]},{name:"mdi-plex",tags:[]},{name:"mdi-plus",tags:[]},{name:"mdi-plus-box",tags:[]},{name:"mdi-plus-box-multiple",tags:[]},{name:"mdi-plus-box-multiple-outline",tags:[]},{name:"mdi-plus-box-outline",tags:[]},{name:"mdi-plus-circle",tags:[]},{name:"mdi-plus-circle-multiple",tags:[]},{name:"mdi-plus-circle-multiple-outline",tags:[]},{name:"mdi-plus-circle-outline",tags:[]},{name:"mdi-plus-minus",tags:[]},{name:"mdi-plus-minus-box",tags:[]},{name:"mdi-plus-minus-variant",tags:[]},{name:"mdi-plus-network",tags:[]},{name:"mdi-plus-network-outline",tags:[]},{name:"mdi-plus-one",tags:[]},{name:"mdi-plus-outline",tags:[]},{name:"mdi-plus-thick",tags:[]},{name:"mdi-podcast",tags:[]},{name:"mdi-podium",tags:[]},{name:"mdi-podium-bronze",tags:[]},{name:"mdi-podium-gold",tags:[]},{name:"mdi-podium-silver",tags:[]},{name:"mdi-point-of-sale",tags:[]},{name:"mdi-pokeball",tags:[]},{name:"mdi-pokemon-go",tags:[]},{name:"mdi-poker-chip",tags:[]},{name:"mdi-polaroid",tags:[]},{name:"mdi-police-badge",tags:[]},{name:"mdi-police-badge-outline",tags:[]},{name:"mdi-poll",tags:[]},{name:"mdi-poll-box",tags:[]},{name:"mdi-poll-box-outline",tags:[]},{name:"mdi-polo",tags:[]},{name:"mdi-polymer",tags:[]},{name:"mdi-pool",tags:[]},{name:"mdi-popcorn",tags:[]},{name:"mdi-post",tags:[]},{name:"mdi-post-outline",tags:[]},{name:"mdi-postage-stamp",tags:[]},{name:"mdi-pot",tags:[]},{name:"mdi-pot-mix",tags:[]},{name:"mdi-pot-mix-outline",tags:[]},{name:"mdi-pot-outline",tags:[]},{name:"mdi-pot-steam",tags:[]},{name:"mdi-pot-steam-outline",tags:[]},{name:"mdi-pound",tags:[]},{name:"mdi-pound-box",tags:[]},{name:"mdi-pound-box-outline",tags:[]},{name:"mdi-power",tags:[]},{name:"mdi-power-cycle",tags:[]},{name:"mdi-power-off",tags:[]},{name:"mdi-power-on",tags:[]},{name:"mdi-power-plug",tags:[]},{name:"mdi-power-plug-off",tags:[]},{name:"mdi-power-plug-off-outline",tags:[]},{name:"mdi-power-plug-outline",tags:[]},{name:"mdi-power-settings",tags:[]},{name:"mdi-power-sleep",tags:[]},{name:"mdi-power-socket",tags:[]},{name:"mdi-power-socket-au",tags:[]},{name:"mdi-power-socket-de",tags:[]},{name:"mdi-power-socket-eu",tags:[]},{name:"mdi-power-socket-fr",tags:[]},{name:"mdi-power-socket-it",tags:[]},{name:"mdi-power-socket-jp",tags:[]},{name:"mdi-power-socket-uk",tags:[]},{name:"mdi-power-socket-us",tags:[]},{name:"mdi-power-standby",tags:[]},{name:"mdi-powershell",tags:[]},{name:"mdi-prescription",tags:[]},{name:"mdi-presentation",tags:[]},{name:"mdi-presentation-play",tags:[]},{name:"mdi-pretzel",tags:[]},{name:"mdi-printer",tags:[]},{name:"mdi-printer-3d",tags:[]},{name:"mdi-printer-3d-nozzle",tags:[]},{name:"mdi-printer-3d-nozzle-alert",tags:[]},{name:"mdi-printer-3d-nozzle-alert-outline",tags:[]},{name:"mdi-printer-3d-nozzle-outline",tags:[]},{name:"mdi-printer-alert",tags:[]},{name:"mdi-printer-check",tags:[]},{name:"mdi-printer-eye",tags:[]},{name:"mdi-printer-off",tags:[]},{name:"mdi-printer-pos",tags:[]},{name:"mdi-printer-search",tags:[]},{name:"mdi-printer-settings",tags:[]},{name:"mdi-printer-wireless",tags:[]},{name:"mdi-priority-high",tags:[]},{name:"mdi-priority-low",tags:[]},{name:"mdi-professional-hexagon",tags:[]},{name:"mdi-progress-alert",tags:[]},{name:"mdi-progress-check",tags:[]},{name:"mdi-progress-clock",tags:[]},{name:"mdi-progress-close",tags:[]},{name:"mdi-progress-download",tags:[]},{name:"mdi-progress-question",tags:[]},{name:"mdi-progress-upload",tags:[]},{name:"mdi-progress-wrench",tags:[]},{name:"mdi-projector",tags:[]},{name:"mdi-projector-screen",tags:[]},{name:"mdi-projector-screen-outline",tags:[]},{name:"mdi-propane-tank",tags:[]},{name:"mdi-propane-tank-outline",tags:[]},{name:"mdi-protocol",tags:[]},{name:"mdi-publish",tags:[]},{name:"mdi-pulse",tags:[]},{name:"mdi-pump",tags:[]},{name:"mdi-pumpkin",tags:[]},{name:"mdi-purse",tags:[]},{name:"mdi-purse-outline",tags:[]},{name:"mdi-puzzle",tags:[]},{name:"mdi-puzzle-check",tags:[]},{name:"mdi-puzzle-check-outline",tags:[]},{name:"mdi-puzzle-edit",tags:[]},{name:"mdi-puzzle-edit-outline",tags:[]},{name:"mdi-puzzle-heart",tags:[]},{name:"mdi-puzzle-heart-outline",tags:[]},{name:"mdi-puzzle-minus",tags:[]},{name:"mdi-puzzle-minus-outline",tags:[]},{name:"mdi-puzzle-outline",tags:[]},{name:"mdi-puzzle-plus",tags:[]},{name:"mdi-puzzle-plus-outline",tags:[]},{name:"mdi-puzzle-remove",tags:[]},{name:"mdi-puzzle-remove-outline",tags:[]},{name:"mdi-puzzle-star",tags:[]},{name:"mdi-puzzle-star-outline",tags:[]},{name:"mdi-qi",tags:[]},{name:"mdi-qqchat",tags:[]},{name:"mdi-qrcode",tags:[]},{name:"mdi-qrcode-edit",tags:[]},{name:"mdi-qrcode-minus",tags:[]},{name:"mdi-qrcode-plus",tags:[]},{name:"mdi-qrcode-remove",tags:[]},{name:"mdi-qrcode-scan",tags:[]},{name:"mdi-quadcopter",tags:[]},{name:"mdi-quality-high",tags:[]},{name:"mdi-quality-low",tags:[]},{name:"mdi-quality-medium",tags:[]},{name:"mdi-quora",tags:[]},{name:"mdi-rabbit",tags:[]},{name:"mdi-racing-helmet",tags:[]},{name:"mdi-racquetball",tags:[]},{name:"mdi-radar",tags:[]},{name:"mdi-radiator",tags:[]},{name:"mdi-radiator-disabled",tags:[]},{name:"mdi-radiator-off",tags:[]},{name:"mdi-radio",tags:[]},{name:"mdi-radio-am",tags:[]},{name:"mdi-radio-fm",tags:[]},{name:"mdi-radio-handheld",tags:[]},{name:"mdi-radio-off",tags:[]},{name:"mdi-radio-tower",tags:[]},{name:"mdi-radioactive",tags:[]},{name:"mdi-radioactive-off",tags:[]},{name:"mdi-radiobox-blank",tags:[]},{name:"mdi-radiobox-marked",tags:[]},{name:"mdi-radiology-box",tags:[]},{name:"mdi-radiology-box-outline",tags:[]},{name:"mdi-radius",tags:[]},{name:"mdi-radius-outline",tags:[]},{name:"mdi-railroad-light",tags:[]},{name:"mdi-rake",tags:[]},{name:"mdi-raspberry-pi",tags:[]},{name:"mdi-ray-end",tags:[]},{name:"mdi-ray-end-arrow",tags:[]},{name:"mdi-ray-start",tags:[]},{name:"mdi-ray-start-arrow",tags:[]},{name:"mdi-ray-start-end",tags:[]},{name:"mdi-ray-start-vertex-end",tags:[]},{name:"mdi-ray-vertex",tags:[]},{name:"mdi-react",tags:[]},{name:"mdi-read",tags:[]},{name:"mdi-receipt",tags:[]},{name:"mdi-record",tags:[]},{name:"mdi-record-circle",tags:[]},{name:"mdi-record-circle-outline",tags:[]},{name:"mdi-record-player",tags:[]},{name:"mdi-record-rec",tags:[]},{name:"mdi-rectangle",tags:[]},{name:"mdi-rectangle-outline",tags:[]},{name:"mdi-recycle",tags:[]},{name:"mdi-recycle-variant",tags:[]},{name:"mdi-reddit",tags:[]},{name:"mdi-redhat",tags:[]},{name:"mdi-redo",tags:[]},{name:"mdi-redo-variant",tags:[]},{name:"mdi-reflect-horizontal",tags:[]},{name:"mdi-reflect-vertical",tags:[]},{name:"mdi-refresh",tags:[]},{name:"mdi-refresh-circle",tags:[]},{name:"mdi-regex",tags:[]},{name:"mdi-registered-trademark",tags:[]},{name:"mdi-reiterate",tags:[]},{name:"mdi-relation-many-to-many",tags:[]},{name:"mdi-relation-many-to-one",tags:[]},{name:"mdi-relation-many-to-one-or-many",tags:[]},{name:"mdi-relation-many-to-only-one",tags:[]},{name:"mdi-relation-many-to-zero-or-many",tags:[]},{name:"mdi-relation-many-to-zero-or-one",tags:[]},{name:"mdi-relation-one-or-many-to-many",tags:[]},{name:"mdi-relation-one-or-many-to-one",tags:[]},{name:"mdi-relation-one-or-many-to-one-or-many",tags:[]},{name:"mdi-relation-one-or-many-to-only-one",tags:[]},{name:"mdi-relation-one-or-many-to-zero-or-many",tags:[]},{name:"mdi-relation-one-or-many-to-zero-or-one",tags:[]},{name:"mdi-relation-one-to-many",tags:[]},{name:"mdi-relation-one-to-one",tags:[]},{name:"mdi-relation-one-to-one-or-many",tags:[]},{name:"mdi-relation-one-to-only-one",tags:[]},{name:"mdi-relation-one-to-zero-or-many",tags:[]},{name:"mdi-relation-one-to-zero-or-one",tags:[]},{name:"mdi-relation-only-one-to-many",tags:[]},{name:"mdi-relation-only-one-to-one",tags:[]},{name:"mdi-relation-only-one-to-one-or-many",tags:[]},{name:"mdi-relation-only-one-to-only-one",tags:[]},{name:"mdi-relation-only-one-to-zero-or-many",tags:[]},{name:"mdi-relation-only-one-to-zero-or-one",tags:[]},{name:"mdi-relation-zero-or-many-to-many",tags:[]},{name:"mdi-relation-zero-or-many-to-one",tags:[]},{name:"mdi-relation-zero-or-many-to-one-or-many",tags:[]},{name:"mdi-relation-zero-or-many-to-only-one",tags:[]},{name:"mdi-relation-zero-or-many-to-zero-or-many",tags:[]},{name:"mdi-relation-zero-or-many-to-zero-or-one",tags:[]},{name:"mdi-relation-zero-or-one-to-many",tags:[]},{name:"mdi-relation-zero-or-one-to-one",tags:[]},{name:"mdi-relation-zero-or-one-to-one-or-many",tags:[]},{name:"mdi-relation-zero-or-one-to-only-one",tags:[]},{name:"mdi-relation-zero-or-one-to-zero-or-many",tags:[]},{name:"mdi-relation-zero-or-one-to-zero-or-one",tags:[]},{name:"mdi-relative-scale",tags:[]},{name:"mdi-reload",tags:[]},{name:"mdi-reload-alert",tags:[]},{name:"mdi-reminder",tags:[]},{name:"mdi-remote",tags:[]},{name:"mdi-remote-desktop",tags:[]},{name:"mdi-remote-off",tags:[]},{name:"mdi-remote-tv",tags:[]},{name:"mdi-remote-tv-off",tags:[]},{name:"mdi-rename-box",tags:[]},{name:"mdi-reorder-horizontal",tags:[]},{name:"mdi-reorder-vertical",tags:[]},{name:"mdi-repeat",tags:[]},{name:"mdi-repeat-off",tags:[]},{name:"mdi-repeat-once",tags:[]},{name:"mdi-replay",tags:[]},{name:"mdi-reply",tags:[]},{name:"mdi-reply-all",tags:[]},{name:"mdi-reply-all-outline",tags:[]},{name:"mdi-reply-circle",tags:[]},{name:"mdi-reply-outline",tags:[]},{name:"mdi-reproduction",tags:[]},{name:"mdi-resistor",tags:[]},{name:"mdi-resistor-nodes",tags:[]},{name:"mdi-resize",tags:[]},{name:"mdi-resize-bottom-right",tags:[]},{name:"mdi-responsive",tags:[]},{name:"mdi-restart",tags:[]},{name:"mdi-restart-alert",tags:[]},{name:"mdi-restart-off",tags:[]},{name:"mdi-restore",tags:[]},{name:"mdi-restore-alert",tags:[]},{name:"mdi-rewind",tags:[]},{name:"mdi-rewind-10",tags:[]},{name:"mdi-rewind-30",tags:[]},{name:"mdi-rewind-5",tags:[]},{name:"mdi-rewind-60",tags:[]},{name:"mdi-rewind-outline",tags:[]},{name:"mdi-rhombus",tags:[]},{name:"mdi-rhombus-medium",tags:[]},{name:"mdi-rhombus-medium-outline",tags:[]},{name:"mdi-rhombus-outline",tags:[]},{name:"mdi-rhombus-split",tags:[]},{name:"mdi-rhombus-split-outline",tags:[]},{name:"mdi-ribbon",tags:[]},{name:"mdi-rice",tags:[]},{name:"mdi-rickshaw",tags:[]},{name:"mdi-rickshaw-electric",tags:[]},{name:"mdi-ring",tags:[]},{name:"mdi-rivet",tags:[]},{name:"mdi-road",tags:[]},{name:"mdi-road-variant",tags:[]},{name:"mdi-robber",tags:[]},{name:"mdi-robot",tags:[]},{name:"mdi-robot-angry",tags:[]},{name:"mdi-robot-angry-outline",tags:[]},{name:"mdi-robot-confused",tags:[]},{name:"mdi-robot-confused-outline",tags:[]},{name:"mdi-robot-dead",tags:[]},{name:"mdi-robot-dead-outline",tags:[]},{name:"mdi-robot-excited",tags:[]},{name:"mdi-robot-excited-outline",tags:[]},{name:"mdi-robot-happy",tags:[]},{name:"mdi-robot-happy-outline",tags:[]},{name:"mdi-robot-industrial",tags:[]},{name:"mdi-robot-love",tags:[]},{name:"mdi-robot-love-outline",tags:[]},{name:"mdi-robot-mower",tags:[]},{name:"mdi-robot-mower-outline",tags:[]},{name:"mdi-robot-off",tags:[]},{name:"mdi-robot-off-outline",tags:[]},{name:"mdi-robot-outline",tags:[]},{name:"mdi-robot-vacuum",tags:[]},{name:"mdi-robot-vacuum-variant",tags:[]},{name:"mdi-rocket",tags:[]},{name:"mdi-rocket-launch",tags:[]},{name:"mdi-rocket-launch-outline",tags:[]},{name:"mdi-rocket-outline",tags:[]},{name:"mdi-rodent",tags:[]},{name:"mdi-roller-skate",tags:[]},{name:"mdi-roller-skate-off",tags:[]},{name:"mdi-rollerblade",tags:[]},{name:"mdi-rollerblade-off",tags:[]},{name:"mdi-rollupjs",tags:[]},{name:"mdi-roman-numeral-1",tags:[]},{name:"mdi-roman-numeral-10",tags:[]},{name:"mdi-roman-numeral-2",tags:[]},{name:"mdi-roman-numeral-3",tags:[]},{name:"mdi-roman-numeral-4",tags:[]},{name:"mdi-roman-numeral-5",tags:[]},{name:"mdi-roman-numeral-6",tags:[]},{name:"mdi-roman-numeral-7",tags:[]},{name:"mdi-roman-numeral-8",tags:[]},{name:"mdi-roman-numeral-9",tags:[]},{name:"mdi-room-service",tags:[]},{name:"mdi-room-service-outline",tags:[]},{name:"mdi-rotate-3d",tags:[]},{name:"mdi-rotate-3d-variant",tags:[]},{name:"mdi-rotate-left",tags:[]},{name:"mdi-rotate-left-variant",tags:[]},{name:"mdi-rotate-orbit",tags:[]},{name:"mdi-rotate-right",tags:[]},{name:"mdi-rotate-right-variant",tags:[]},{name:"mdi-rounded-corner",tags:[]},{name:"mdi-router",tags:[]},{name:"mdi-router-network",tags:[]},{name:"mdi-router-wireless",tags:[]},{name:"mdi-router-wireless-off",tags:[]},{name:"mdi-router-wireless-settings",tags:[]},{name:"mdi-routes",tags:[]},{name:"mdi-routes-clock",tags:[]},{name:"mdi-rowing",tags:[]},{name:"mdi-rss",tags:[]},{name:"mdi-rss-box",tags:[]},{name:"mdi-rss-off",tags:[]},{name:"mdi-rug",tags:[]},{name:"mdi-rugby",tags:[]},{name:"mdi-ruler",tags:[]},{name:"mdi-ruler-square",tags:[]},{name:"mdi-ruler-square-compass",tags:[]},{name:"mdi-run",tags:[]},{name:"mdi-run-fast",tags:[]},{name:"mdi-rv-truck",tags:[]},{name:"mdi-sack",tags:[]},{name:"mdi-sack-percent",tags:[]},{name:"mdi-safe",tags:[]},{name:"mdi-safe-square",tags:[]},{name:"mdi-safe-square-outline",tags:[]},{name:"mdi-safety-goggles",tags:[]},{name:"mdi-sail-boat",tags:[]},{name:"mdi-sale",tags:[]},{name:"mdi-salesforce",tags:[]},{name:"mdi-sass",tags:[]},{name:"mdi-satellite",tags:[]},{name:"mdi-satellite-uplink",tags:[]},{name:"mdi-satellite-variant",tags:[]},{name:"mdi-sausage",tags:[]},{name:"mdi-saw-blade",tags:[]},{name:"mdi-sawtooth-wave",tags:[]},{name:"mdi-saxophone",tags:[]},{name:"mdi-scale",tags:[]},{name:"mdi-scale-balance",tags:[]},{name:"mdi-scale-bathroom",tags:[]},{name:"mdi-scale-off",tags:[]},{name:"mdi-scan-helper",tags:[]},{name:"mdi-scanner",tags:[]},{name:"mdi-scanner-off",tags:[]},{name:"mdi-scatter-plot",tags:[]},{name:"mdi-scatter-plot-outline",tags:[]},{name:"mdi-school",tags:[]},{name:"mdi-school-outline",tags:[]},{name:"mdi-scissors-cutting",tags:[]},{name:"mdi-scooter",tags:[]},{name:"mdi-scooter-electric",tags:[]},{name:"mdi-scoreboard",tags:[]},{name:"mdi-scoreboard-outline",tags:[]},{name:"mdi-screen-rotation",tags:[]},{name:"mdi-screen-rotation-lock",tags:[]},{name:"mdi-screw-flat-top",tags:[]},{name:"mdi-screw-lag",tags:[]},{name:"mdi-screw-machine-flat-top",tags:[]},{name:"mdi-screw-machine-round-top",tags:[]},{name:"mdi-screw-round-top",tags:[]},{name:"mdi-screwdriver",tags:[]},{name:"mdi-script",tags:[]},{name:"mdi-script-outline",tags:[]},{name:"mdi-script-text",tags:[]},{name:"mdi-script-text-key",tags:[]},{name:"mdi-script-text-key-outline",tags:[]},{name:"mdi-script-text-outline",tags:[]},{name:"mdi-script-text-play",tags:[]},{name:"mdi-script-text-play-outline",tags:[]},{name:"mdi-sd",tags:[]},{name:"mdi-seal",tags:[]},{name:"mdi-seal-variant",tags:[]},{name:"mdi-search-web",tags:[]},{name:"mdi-seat",tags:[]},{name:"mdi-seat-flat",tags:[]},{name:"mdi-seat-flat-angled",tags:[]},{name:"mdi-seat-individual-suite",tags:[]},{name:"mdi-seat-legroom-extra",tags:[]},{name:"mdi-seat-legroom-normal",tags:[]},{name:"mdi-seat-legroom-reduced",tags:[]},{name:"mdi-seat-outline",tags:[]},{name:"mdi-seat-passenger",tags:[]},{name:"mdi-seat-recline-extra",tags:[]},{name:"mdi-seat-recline-normal",tags:[]},{name:"mdi-seatbelt",tags:[]},{name:"mdi-security",tags:[]},{name:"mdi-security-network",tags:[]},{name:"mdi-seed",tags:[]},{name:"mdi-seed-off",tags:[]},{name:"mdi-seed-off-outline",tags:[]},{name:"mdi-seed-outline",tags:[]},{name:"mdi-seesaw",tags:[]},{name:"mdi-segment",tags:[]},{name:"mdi-select",tags:[]},{name:"mdi-select-all",tags:[]},{name:"mdi-select-color",tags:[]},{name:"mdi-select-compare",tags:[]},{name:"mdi-select-drag",tags:[]},{name:"mdi-select-group",tags:[]},{name:"mdi-select-inverse",tags:[]},{name:"mdi-select-marker",tags:[]},{name:"mdi-select-multiple",tags:[]},{name:"mdi-select-multiple-marker",tags:[]},{name:"mdi-select-off",tags:[]},{name:"mdi-select-place",tags:[]},{name:"mdi-select-search",tags:[]},{name:"mdi-selection",tags:[]},{name:"mdi-selection-drag",tags:[]},{name:"mdi-selection-ellipse",tags:[]},{name:"mdi-selection-ellipse-arrow-inside",tags:[]},{name:"mdi-selection-marker",tags:[]},{name:"mdi-selection-multiple",tags:[]},{name:"mdi-selection-multiple-marker",tags:[]},{name:"mdi-selection-off",tags:[]},{name:"mdi-selection-search",tags:[]},{name:"mdi-semantic-web",tags:[]},{name:"mdi-send",tags:[]},{name:"mdi-send-check",tags:[]},{name:"mdi-send-check-outline",tags:[]},{name:"mdi-send-circle",tags:[]},{name:"mdi-send-circle-outline",tags:[]},{name:"mdi-send-clock",tags:[]},{name:"mdi-send-clock-outline",tags:[]},{name:"mdi-send-lock",tags:[]},{name:"mdi-send-lock-outline",tags:[]},{name:"mdi-send-outline",tags:[]},{name:"mdi-serial-port",tags:[]},{name:"mdi-server",tags:[]},{name:"mdi-server-minus",tags:[]},{name:"mdi-server-network",tags:[]},{name:"mdi-server-network-off",tags:[]},{name:"mdi-server-off",tags:[]},{name:"mdi-server-plus",tags:[]},{name:"mdi-server-remove",tags:[]},{name:"mdi-server-security",tags:[]},{name:"mdi-set-all",tags:[]},{name:"mdi-set-center",tags:[]},{name:"mdi-set-center-right",tags:[]},{name:"mdi-set-left",tags:[]},{name:"mdi-set-left-center",tags:[]},{name:"mdi-set-left-right",tags:[]},{name:"mdi-set-merge",tags:[]},{name:"mdi-set-none",tags:[]},{name:"mdi-set-right",tags:[]},{name:"mdi-set-split",tags:[]},{name:"mdi-set-square",tags:[]},{name:"mdi-set-top-box",tags:[]},{name:"mdi-settings-helper",tags:[]},{name:"mdi-shaker",tags:[]},{name:"mdi-shaker-outline",tags:[]},{name:"mdi-shape",tags:[]},{name:"mdi-shape-circle-plus",tags:[]},{name:"mdi-shape-outline",tags:[]},{name:"mdi-shape-oval-plus",tags:[]},{name:"mdi-shape-plus",tags:[]},{name:"mdi-shape-polygon-plus",tags:[]},{name:"mdi-shape-rectangle-plus",tags:[]},{name:"mdi-shape-square-plus",tags:[]},{name:"mdi-shape-square-rounded-plus",tags:[]},{name:"mdi-share",tags:[]},{name:"mdi-share-all",tags:[]},{name:"mdi-share-all-outline",tags:[]},{name:"mdi-share-circle",tags:[]},{name:"mdi-share-off",tags:[]},{name:"mdi-share-off-outline",tags:[]},{name:"mdi-share-outline",tags:[]},{name:"mdi-share-variant",tags:[]},{name:"mdi-share-variant-outline",tags:[]},{name:"mdi-shark-fin",tags:[]},{name:"mdi-shark-fin-outline",tags:[]},{name:"mdi-sheep",tags:[]},{name:"mdi-shield",tags:[]},{name:"mdi-shield-account",tags:[]},{name:"mdi-shield-account-outline",tags:[]},{name:"mdi-shield-account-variant",tags:[]},{name:"mdi-shield-account-variant-outline",tags:[]},{name:"mdi-shield-airplane",tags:[]},{name:"mdi-shield-airplane-outline",tags:[]},{name:"mdi-shield-alert",tags:[]},{name:"mdi-shield-alert-outline",tags:[]},{name:"mdi-shield-bug",tags:[]},{name:"mdi-shield-bug-outline",tags:[]},{name:"mdi-shield-car",tags:[]},{name:"mdi-shield-check",tags:[]},{name:"mdi-shield-check-outline",tags:[]},{name:"mdi-shield-cross",tags:[]},{name:"mdi-shield-cross-outline",tags:[]},{name:"mdi-shield-edit",tags:[]},{name:"mdi-shield-edit-outline",tags:[]},{name:"mdi-shield-half",tags:[]},{name:"mdi-shield-half-full",tags:[]},{name:"mdi-shield-home",tags:[]},{name:"mdi-shield-home-outline",tags:[]},{name:"mdi-shield-key",tags:[]},{name:"mdi-shield-key-outline",tags:[]},{name:"mdi-shield-link-variant",tags:[]},{name:"mdi-shield-link-variant-outline",tags:[]},{name:"mdi-shield-lock",tags:[]},{name:"mdi-shield-lock-outline",tags:[]},{name:"mdi-shield-off",tags:[]},{name:"mdi-shield-off-outline",tags:[]},{name:"mdi-shield-outline",tags:[]},{name:"mdi-shield-plus",tags:[]},{name:"mdi-shield-plus-outline",tags:[]},{name:"mdi-shield-refresh",tags:[]},{name:"mdi-shield-refresh-outline",tags:[]},{name:"mdi-shield-remove",tags:[]},{name:"mdi-shield-remove-outline",tags:[]},{name:"mdi-shield-search",tags:[]},{name:"mdi-shield-star",tags:[]},{name:"mdi-shield-star-outline",tags:[]},{name:"mdi-shield-sun",tags:[]},{name:"mdi-shield-sun-outline",tags:[]},{name:"mdi-shield-sync",tags:[]},{name:"mdi-shield-sync-outline",tags:[]},{name:"mdi-ship-wheel",tags:[]},{name:"mdi-shoe-ballet",tags:[]},{name:"mdi-shoe-cleat",tags:[]},{name:"mdi-shoe-formal",tags:[]},{name:"mdi-shoe-heel",tags:[]},{name:"mdi-shoe-print",tags:[]},{name:"mdi-shoe-sneaker",tags:[]},{name:"mdi-shopping",tags:[]},{name:"mdi-shopping-music",tags:[]},{name:"mdi-shopping-outline",tags:[]},{name:"mdi-shopping-search",tags:[]},{name:"mdi-shore",tags:[]},{name:"mdi-shovel",tags:[]},{name:"mdi-shovel-off",tags:[]},{name:"mdi-shower",tags:[]},{name:"mdi-shower-head",tags:[]},{name:"mdi-shredder",tags:[]},{name:"mdi-shuffle",tags:[]},{name:"mdi-shuffle-disabled",tags:[]},{name:"mdi-shuffle-variant",tags:[]},{name:"mdi-shuriken",tags:[]},{name:"mdi-sigma",tags:[]},{name:"mdi-sigma-lower",tags:[]},{name:"mdi-sign-caution",tags:[]},{name:"mdi-sign-direction",tags:[]},{name:"mdi-sign-direction-minus",tags:[]},{name:"mdi-sign-direction-plus",tags:[]},{name:"mdi-sign-direction-remove",tags:[]},{name:"mdi-sign-pole",tags:[]},{name:"mdi-sign-real-estate",tags:[]},{name:"mdi-sign-text",tags:[]},{name:"mdi-signal",tags:[]},{name:"mdi-signal-2g",tags:[]},{name:"mdi-signal-3g",tags:[]},{name:"mdi-signal-4g",tags:[]},{name:"mdi-signal-5g",tags:[]},{name:"mdi-signal-cellular-1",tags:[]},{name:"mdi-signal-cellular-2",tags:[]},{name:"mdi-signal-cellular-3",tags:[]},{name:"mdi-signal-cellular-outline",tags:[]},{name:"mdi-signal-distance-variant",tags:[]},{name:"mdi-signal-hspa",tags:[]},{name:"mdi-signal-hspa-plus",tags:[]},{name:"mdi-signal-off",tags:[]},{name:"mdi-signal-variant",tags:[]},{name:"mdi-signature",tags:[]},{name:"mdi-signature-freehand",tags:[]},{name:"mdi-signature-image",tags:[]},{name:"mdi-signature-text",tags:[]},{name:"mdi-silo",tags:[]},{name:"mdi-silverware",tags:[]},{name:"mdi-silverware-clean",tags:[]},{name:"mdi-silverware-fork",tags:[]},{name:"mdi-silverware-fork-knife",tags:[]},{name:"mdi-silverware-spoon",tags:[]},{name:"mdi-silverware-variant",tags:[]},{name:"mdi-sim",tags:[]},{name:"mdi-sim-alert",tags:[]},{name:"mdi-sim-alert-outline",tags:[]},{name:"mdi-sim-off",tags:[]},{name:"mdi-sim-off-outline",tags:[]},{name:"mdi-sim-outline",tags:[]},{name:"mdi-simple-icons",tags:[]},{name:"mdi-sina-weibo",tags:[]},{name:"mdi-sine-wave",tags:[]},{name:"mdi-sitemap",tags:[]},{name:"mdi-size-l",tags:[]},{name:"mdi-size-m",tags:[]},{name:"mdi-size-s",tags:[]},{name:"mdi-size-xl",tags:[]},{name:"mdi-size-xs",tags:[]},{name:"mdi-size-xxl",tags:[]},{name:"mdi-size-xxs",tags:[]},{name:"mdi-size-xxxl",tags:[]},{name:"mdi-skate",tags:[]},{name:"mdi-skateboard",tags:[]},{name:"mdi-skew-less",tags:[]},{name:"mdi-skew-more",tags:[]},{name:"mdi-ski",tags:[]},{name:"mdi-ski-cross-country",tags:[]},{name:"mdi-ski-water",tags:[]},{name:"mdi-skip-backward",tags:[]},{name:"mdi-skip-backward-outline",tags:[]},{name:"mdi-skip-forward",tags:[]},{name:"mdi-skip-forward-outline",tags:[]},{name:"mdi-skip-next",tags:[]},{name:"mdi-skip-next-circle",tags:[]},{name:"mdi-skip-next-circle-outline",tags:[]},{name:"mdi-skip-next-outline",tags:[]},{name:"mdi-skip-previous",tags:[]},{name:"mdi-skip-previous-circle",tags:[]},{name:"mdi-skip-previous-circle-outline",tags:[]},{name:"mdi-skip-previous-outline",tags:[]},{name:"mdi-skull",tags:[]},{name:"mdi-skull-crossbones",tags:[]},{name:"mdi-skull-crossbones-outline",tags:[]},{name:"mdi-skull-outline",tags:[]},{name:"mdi-skull-scan",tags:[]},{name:"mdi-skull-scan-outline",tags:[]},{name:"mdi-skype",tags:[]},{name:"mdi-skype-business",tags:[]},{name:"mdi-slack",tags:[]},{name:"mdi-slash-forward",tags:[]},{name:"mdi-slash-forward-box",tags:[]},{name:"mdi-sleep",tags:[]},{name:"mdi-sleep-off",tags:[]},{name:"mdi-slide",tags:[]},{name:"mdi-slope-downhill",tags:[]},{name:"mdi-slope-uphill",tags:[]},{name:"mdi-slot-machine",tags:[]},{name:"mdi-slot-machine-outline",tags:[]},{name:"mdi-smart-card",tags:[]},{name:"mdi-smart-card-outline",tags:[]},{name:"mdi-smart-card-reader",tags:[]},{name:"mdi-smart-card-reader-outline",tags:[]},{name:"mdi-smog",tags:[]},{name:"mdi-smoke-detector",tags:[]},{name:"mdi-smoking",tags:[]},{name:"mdi-smoking-off",tags:[]},{name:"mdi-smoking-pipe",tags:[]},{name:"mdi-smoking-pipe-off",tags:[]},{name:"mdi-snail",tags:[]},{name:"mdi-snake",tags:[]},{name:"mdi-snapchat",tags:[]},{name:"mdi-snowboard",tags:[]},{name:"mdi-snowflake",tags:[]},{name:"mdi-snowflake-alert",tags:[]},{name:"mdi-snowflake-melt",tags:[]},{name:"mdi-snowflake-off",tags:[]},{name:"mdi-snowflake-variant",tags:[]},{name:"mdi-snowman",tags:[]},{name:"mdi-soccer",tags:[]},{name:"mdi-soccer-field",tags:[]},{name:"mdi-social-distance-2-meters",tags:[]},{name:"mdi-social-distance-6-feet",tags:[]},{name:"mdi-sofa",tags:[]},{name:"mdi-sofa-outline",tags:[]},{name:"mdi-sofa-single",tags:[]},{name:"mdi-sofa-single-outline",tags:[]},{name:"mdi-solar-panel",tags:[]},{name:"mdi-solar-panel-large",tags:[]},{name:"mdi-solar-power",tags:[]},{name:"mdi-soldering-iron",tags:[]},{name:"mdi-solid",tags:[]},{name:"mdi-sony-playstation",tags:[]},{name:"mdi-sort",tags:[]},{name:"mdi-sort-alphabetical-ascending",tags:[]},{name:"mdi-sort-alphabetical-ascending-variant",tags:[]},{name:"mdi-sort-alphabetical-descending",tags:[]},{name:"mdi-sort-alphabetical-descending-variant",tags:[]},{name:"mdi-sort-alphabetical-variant",tags:[]},{name:"mdi-sort-ascending",tags:[]},{name:"mdi-sort-bool-ascending",tags:[]},{name:"mdi-sort-bool-ascending-variant",tags:[]},{name:"mdi-sort-bool-descending",tags:[]},{name:"mdi-sort-bool-descending-variant",tags:[]},{name:"mdi-sort-calendar-ascending",tags:[]},{name:"mdi-sort-calendar-descending",tags:[]},{name:"mdi-sort-clock-ascending",tags:[]},{name:"mdi-sort-clock-ascending-outline",tags:[]},{name:"mdi-sort-clock-descending",tags:[]},{name:"mdi-sort-clock-descending-outline",tags:[]},{name:"mdi-sort-descending",tags:[]},{name:"mdi-sort-numeric-ascending",tags:[]},{name:"mdi-sort-numeric-ascending-variant",tags:[]},{name:"mdi-sort-numeric-descending",tags:[]},{name:"mdi-sort-numeric-descending-variant",tags:[]},{name:"mdi-sort-numeric-variant",tags:[]},{name:"mdi-sort-reverse-variant",tags:[]},{name:"mdi-sort-variant",tags:[]},{name:"mdi-sort-variant-lock",tags:[]},{name:"mdi-sort-variant-lock-open",tags:[]},{name:"mdi-sort-variant-remove",tags:[]},{name:"mdi-soundcloud",tags:[]},{name:"mdi-source-branch",tags:[]},{name:"mdi-source-branch-check",tags:[]},{name:"mdi-source-branch-minus",tags:[]},{name:"mdi-source-branch-plus",tags:[]},{name:"mdi-source-branch-refresh",tags:[]},{name:"mdi-source-branch-remove",tags:[]},{name:"mdi-source-branch-sync",tags:[]},{name:"mdi-source-commit",tags:[]},{name:"mdi-source-commit-end",tags:[]},{name:"mdi-source-commit-end-local",tags:[]},{name:"mdi-source-commit-local",tags:[]},{name:"mdi-source-commit-next-local",tags:[]},{name:"mdi-source-commit-start",tags:[]},{name:"mdi-source-commit-start-next-local",tags:[]},{name:"mdi-source-fork",tags:[]},{name:"mdi-source-merge",tags:[]},{name:"mdi-source-pull",tags:[]},{name:"mdi-source-repository",tags:[]},{name:"mdi-source-repository-multiple",tags:[]},{name:"mdi-soy-sauce",tags:[]},{name:"mdi-soy-sauce-off",tags:[]},{name:"mdi-spa",tags:[]},{name:"mdi-spa-outline",tags:[]},{name:"mdi-space-invaders",tags:[]},{name:"mdi-space-station",tags:[]},{name:"mdi-spade",tags:[]},{name:"mdi-sparkles",tags:[]},{name:"mdi-speaker",tags:[]},{name:"mdi-speaker-bluetooth",tags:[]},{name:"mdi-speaker-multiple",tags:[]},{name:"mdi-speaker-off",tags:[]},{name:"mdi-speaker-wireless",tags:[]},{name:"mdi-speedometer",tags:[]},{name:"mdi-speedometer-medium",tags:[]},{name:"mdi-speedometer-slow",tags:[]},{name:"mdi-spellcheck",tags:[]},{name:"mdi-spider",tags:[]},{name:"mdi-spider-thread",tags:[]},{name:"mdi-spider-web",tags:[]},{name:"mdi-spirit-level",tags:[]},{name:"mdi-spoon-sugar",tags:[]},{name:"mdi-spotify",tags:[]},{name:"mdi-spotlight",tags:[]},{name:"mdi-spotlight-beam",tags:[]},{name:"mdi-spray",tags:[]},{name:"mdi-spray-bottle",tags:[]},{name:"mdi-sprinkler",tags:[]},{name:"mdi-sprinkler-variant",tags:[]},{name:"mdi-sprout",tags:[]},{name:"mdi-sprout-outline",tags:[]},{name:"mdi-square",tags:[]},{name:"mdi-square-circle",tags:[]},{name:"mdi-square-edit-outline",tags:[]},{name:"mdi-square-medium",tags:[]},{name:"mdi-square-medium-outline",tags:[]},{name:"mdi-square-off",tags:[]},{name:"mdi-square-off-outline",tags:[]},{name:"mdi-square-outline",tags:[]},{name:"mdi-square-root",tags:[]},{name:"mdi-square-root-box",tags:[]},{name:"mdi-square-rounded",tags:[]},{name:"mdi-square-rounded-outline",tags:[]},{name:"mdi-square-small",tags:[]},{name:"mdi-square-wave",tags:[]},{name:"mdi-squeegee",tags:[]},{name:"mdi-ssh",tags:[]},{name:"mdi-stack-exchange",tags:[]},{name:"mdi-stack-overflow",tags:[]},{name:"mdi-stackpath",tags:[]},{name:"mdi-stadium",tags:[]},{name:"mdi-stadium-variant",tags:[]},{name:"mdi-stairs",tags:[]},{name:"mdi-stairs-box",tags:[]},{name:"mdi-stairs-down",tags:[]},{name:"mdi-stairs-up",tags:[]},{name:"mdi-stamper",tags:[]},{name:"mdi-standard-definition",tags:[]},{name:"mdi-star",tags:[]},{name:"mdi-star-box",tags:[]},{name:"mdi-star-box-multiple",tags:[]},{name:"mdi-star-box-multiple-outline",tags:[]},{name:"mdi-star-box-outline",tags:[]},{name:"mdi-star-check",tags:[]},{name:"mdi-star-check-outline",tags:[]},{name:"mdi-star-circle",tags:[]},{name:"mdi-star-circle-outline",tags:[]},{name:"mdi-star-cog",tags:[]},{name:"mdi-star-cog-outline",tags:[]},{name:"mdi-star-face",tags:[]},{name:"mdi-star-four-points",tags:[]},{name:"mdi-star-four-points-outline",tags:[]},{name:"mdi-star-half",tags:[]},{name:"mdi-star-half-full",tags:[]},{name:"mdi-star-minus",tags:[]},{name:"mdi-star-minus-outline",tags:[]},{name:"mdi-star-off",tags:[]},{name:"mdi-star-off-outline",tags:[]},{name:"mdi-star-outline",tags:[]},{name:"mdi-star-plus",tags:[]},{name:"mdi-star-plus-outline",tags:[]},{name:"mdi-star-remove",tags:[]},{name:"mdi-star-remove-outline",tags:[]},{name:"mdi-star-settings",tags:[]},{name:"mdi-star-settings-outline",tags:[]},{name:"mdi-star-shooting",tags:[]},{name:"mdi-star-shooting-outline",tags:[]},{name:"mdi-star-three-points",tags:[]},{name:"mdi-star-three-points-outline",tags:[]},{name:"mdi-state-machine",tags:[]},{name:"mdi-steam",tags:[]},{name:"mdi-steering",tags:[]},{name:"mdi-steering-off",tags:[]},{name:"mdi-step-backward",tags:[]},{name:"mdi-step-backward-2",tags:[]},{name:"mdi-step-forward",tags:[]},{name:"mdi-step-forward-2",tags:[]},{name:"mdi-stethoscope",tags:[]},{name:"mdi-sticker",tags:[]},{name:"mdi-sticker-alert",tags:[]},{name:"mdi-sticker-alert-outline",tags:[]},{name:"mdi-sticker-check",tags:[]},{name:"mdi-sticker-check-outline",tags:[]},{name:"mdi-sticker-circle-outline",tags:[]},{name:"mdi-sticker-emoji",tags:[]},{name:"mdi-sticker-minus",tags:[]},{name:"mdi-sticker-minus-outline",tags:[]},{name:"mdi-sticker-outline",tags:[]},{name:"mdi-sticker-plus",tags:[]},{name:"mdi-sticker-plus-outline",tags:[]},{name:"mdi-sticker-remove",tags:[]},{name:"mdi-sticker-remove-outline",tags:[]},{name:"mdi-stocking",tags:[]},{name:"mdi-stomach",tags:[]},{name:"mdi-stop",tags:[]},{name:"mdi-stop-circle",tags:[]},{name:"mdi-stop-circle-outline",tags:[]},{name:"mdi-store",tags:[]},{name:"mdi-store-24-hour",tags:[]},{name:"mdi-store-minus",tags:[]},{name:"mdi-store-outline",tags:[]},{name:"mdi-store-plus",tags:[]},{name:"mdi-store-remove",tags:[]},{name:"mdi-storefront",tags:[]},{name:"mdi-storefront-outline",tags:[]},{name:"mdi-stove",tags:[]},{name:"mdi-strategy",tags:[]},{name:"mdi-stretch-to-page",tags:[]},{name:"mdi-stretch-to-page-outline",tags:[]},{name:"mdi-string-lights",tags:[]},{name:"mdi-string-lights-off",tags:[]},{name:"mdi-subdirectory-arrow-left",tags:[]},{name:"mdi-subdirectory-arrow-right",tags:[]},{name:"mdi-submarine",tags:[]},{name:"mdi-subtitles",tags:[]},{name:"mdi-subtitles-outline",tags:[]},{name:"mdi-subway",tags:[]},{name:"mdi-subway-alert-variant",tags:[]},{name:"mdi-subway-variant",tags:[]},{name:"mdi-summit",tags:[]},{name:"mdi-sunglasses",tags:[]},{name:"mdi-surround-sound",tags:[]},{name:"mdi-surround-sound-2-0",tags:[]},{name:"mdi-surround-sound-2-1",tags:[]},{name:"mdi-surround-sound-3-1",tags:[]},{name:"mdi-surround-sound-5-1",tags:[]},{name:"mdi-surround-sound-5-1-2",tags:[]},{name:"mdi-surround-sound-7-1",tags:[]},{name:"mdi-svg",tags:[]},{name:"mdi-swap-horizontal",tags:[]},{name:"mdi-swap-horizontal-bold",tags:[]},{name:"mdi-swap-horizontal-circle",tags:[]},{name:"mdi-swap-horizontal-circle-outline",tags:[]},{name:"mdi-swap-horizontal-variant",tags:[]},{name:"mdi-swap-vertical",tags:[]},{name:"mdi-swap-vertical-bold",tags:[]},{name:"mdi-swap-vertical-circle",tags:[]},{name:"mdi-swap-vertical-circle-outline",tags:[]},{name:"mdi-swap-vertical-variant",tags:[]},{name:"mdi-swim",tags:[]},{name:"mdi-switch",tags:[]},{name:"mdi-sword",tags:[]},{name:"mdi-sword-cross",tags:[]},{name:"mdi-syllabary-hangul",tags:[]},{name:"mdi-syllabary-hiragana",tags:[]},{name:"mdi-syllabary-katakana",tags:[]},{name:"mdi-syllabary-katakana-halfwidth",tags:[]},{name:"mdi-symbol",tags:[]},{name:"mdi-symfony",tags:[]},{name:"mdi-sync",tags:[]},{name:"mdi-sync-alert",tags:[]},{name:"mdi-sync-circle",tags:[]},{name:"mdi-sync-off",tags:[]},{name:"mdi-tab",tags:[]},{name:"mdi-tab-minus",tags:[]},{name:"mdi-tab-plus",tags:[]},{name:"mdi-tab-remove",tags:[]},{name:"mdi-tab-unselected",tags:[]},{name:"mdi-table",tags:[]},{name:"mdi-table-account",tags:[]},{name:"mdi-table-alert",tags:[]},{name:"mdi-table-arrow-down",tags:[]},{name:"mdi-table-arrow-left",tags:[]},{name:"mdi-table-arrow-right",tags:[]},{name:"mdi-table-arrow-up",tags:[]},{name:"mdi-table-border",tags:[]},{name:"mdi-table-cancel",tags:[]},{name:"mdi-table-chair",tags:[]},{name:"mdi-table-check",tags:[]},{name:"mdi-table-clock",tags:[]},{name:"mdi-table-cog",tags:[]},{name:"mdi-table-column",tags:[]},{name:"mdi-table-column-plus-after",tags:[]},{name:"mdi-table-column-plus-before",tags:[]},{name:"mdi-table-column-remove",tags:[]},{name:"mdi-table-column-width",tags:[]},{name:"mdi-table-edit",tags:[]},{name:"mdi-table-eye",tags:[]},{name:"mdi-table-eye-off",tags:[]},{name:"mdi-table-furniture",tags:[]},{name:"mdi-table-headers-eye",tags:[]},{name:"mdi-table-headers-eye-off",tags:[]},{name:"mdi-table-heart",tags:[]},{name:"mdi-table-key",tags:[]},{name:"mdi-table-large",tags:[]},{name:"mdi-table-large-plus",tags:[]},{name:"mdi-table-large-remove",tags:[]},{name:"mdi-table-lock",tags:[]},{name:"mdi-table-merge-cells",tags:[]},{name:"mdi-table-minus",tags:[]},{name:"mdi-table-multiple",tags:[]},{name:"mdi-table-network",tags:[]},{name:"mdi-table-of-contents",tags:[]},{name:"mdi-table-off",tags:[]},{name:"mdi-table-picnic",tags:[]},{name:"mdi-table-plus",tags:[]},{name:"mdi-table-refresh",tags:[]},{name:"mdi-table-remove",tags:[]},{name:"mdi-table-row",tags:[]},{name:"mdi-table-row-height",tags:[]},{name:"mdi-table-row-plus-after",tags:[]},{name:"mdi-table-row-plus-before",tags:[]},{name:"mdi-table-row-remove",tags:[]},{name:"mdi-table-search",tags:[]},{name:"mdi-table-settings",tags:[]},{name:"mdi-table-split-cell",tags:[]},{name:"mdi-table-star",tags:[]},{name:"mdi-table-sync",tags:[]},{name:"mdi-table-tennis",tags:[]},{name:"mdi-tablet",tags:[]},{name:"mdi-tablet-android",tags:[]},{name:"mdi-tablet-cellphone",tags:[]},{name:"mdi-tablet-dashboard",tags:[]},{name:"mdi-tablet-ipad",tags:[]},{name:"mdi-taco",tags:[]},{name:"mdi-tag",tags:[]},{name:"mdi-tag-arrow-down",tags:[]},{name:"mdi-tag-arrow-down-outline",tags:[]},{name:"mdi-tag-arrow-left",tags:[]},{name:"mdi-tag-arrow-left-outline",tags:[]},{name:"mdi-tag-arrow-right",tags:[]},{name:"mdi-tag-arrow-right-outline",tags:[]},{name:"mdi-tag-arrow-up",tags:[]},{name:"mdi-tag-arrow-up-outline",tags:[]},{name:"mdi-tag-faces",tags:[]},{name:"mdi-tag-heart",tags:[]},{name:"mdi-tag-heart-outline",tags:[]},{name:"mdi-tag-minus",tags:[]},{name:"mdi-tag-minus-outline",tags:[]},{name:"mdi-tag-multiple",tags:[]},{name:"mdi-tag-multiple-outline",tags:[]},{name:"mdi-tag-off",tags:[]},{name:"mdi-tag-off-outline",tags:[]},{name:"mdi-tag-outline",tags:[]},{name:"mdi-tag-plus",tags:[]},{name:"mdi-tag-plus-outline",tags:[]},{name:"mdi-tag-remove",tags:[]},{name:"mdi-tag-remove-outline",tags:[]},{name:"mdi-tag-text",tags:[]},{name:"mdi-tag-text-outline",tags:[]},{name:"mdi-tailwind",tags:[]},{name:"mdi-tank",tags:[]},{name:"mdi-tanker-truck",tags:[]},{name:"mdi-tape-drive",tags:[]},{name:"mdi-tape-measure",tags:[]},{name:"mdi-target",tags:[]},{name:"mdi-target-account",tags:[]},{name:"mdi-target-variant",tags:[]},{name:"mdi-taxi",tags:[]},{name:"mdi-tea",tags:[]},{name:"mdi-tea-outline",tags:[]},{name:"mdi-teach",tags:[]},{name:"mdi-teamviewer",tags:[]},{name:"mdi-telegram",tags:[]},{name:"mdi-telescope",tags:[]},{name:"mdi-television",tags:[]},{name:"mdi-television-ambient-light",tags:[]},{name:"mdi-television-box",tags:[]},{name:"mdi-television-classic",tags:[]},{name:"mdi-television-classic-off",tags:[]},{name:"mdi-television-clean",tags:[]},{name:"mdi-television-guide",tags:[]},{name:"mdi-television-off",tags:[]},{name:"mdi-television-pause",tags:[]},{name:"mdi-television-play",tags:[]},{name:"mdi-television-stop",tags:[]},{name:"mdi-temperature-celsius",tags:[]},{name:"mdi-temperature-fahrenheit",tags:[]},{name:"mdi-temperature-kelvin",tags:[]},{name:"mdi-tennis",tags:[]},{name:"mdi-tennis-ball",tags:[]},{name:"mdi-tent",tags:[]},{name:"mdi-terraform",tags:[]},{name:"mdi-terrain",tags:[]},{name:"mdi-test-tube",tags:[]},{name:"mdi-test-tube-empty",tags:[]},{name:"mdi-test-tube-off",tags:[]},{name:"mdi-text",tags:[]},{name:"mdi-text-account",tags:[]},{name:"mdi-text-box",tags:[]},{name:"mdi-text-box-check",tags:[]},{name:"mdi-text-box-check-outline",tags:[]},{name:"mdi-text-box-minus",tags:[]},{name:"mdi-text-box-minus-outline",tags:[]},{name:"mdi-text-box-multiple",tags:[]},{name:"mdi-text-box-multiple-outline",tags:[]},{name:"mdi-text-box-outline",tags:[]},{name:"mdi-text-box-plus",tags:[]},{name:"mdi-text-box-plus-outline",tags:[]},{name:"mdi-text-box-remove",tags:[]},{name:"mdi-text-box-remove-outline",tags:[]},{name:"mdi-text-box-search",tags:[]},{name:"mdi-text-box-search-outline",tags:[]},{name:"mdi-text-recognition",tags:[]},{name:"mdi-text-search",tags:[]},{name:"mdi-text-shadow",tags:[]},{name:"mdi-text-short",tags:[]},{name:"mdi-text-subject",tags:[]},{name:"mdi-text-to-speech",tags:[]},{name:"mdi-text-to-speech-off",tags:[]},{name:"mdi-texture",tags:[]},{name:"mdi-texture-box",tags:[]},{name:"mdi-theater",tags:[]},{name:"mdi-theme-light-dark",tags:[]},{name:"mdi-thermometer",tags:[]},{name:"mdi-thermometer-alert",tags:[]},{name:"mdi-thermometer-chevron-down",tags:[]},{name:"mdi-thermometer-chevron-up",tags:[]},{name:"mdi-thermometer-high",tags:[]},{name:"mdi-thermometer-lines",tags:[]},{name:"mdi-thermometer-low",tags:[]},{name:"mdi-thermometer-minus",tags:[]},{name:"mdi-thermometer-off",tags:[]},{name:"mdi-thermometer-plus",tags:[]},{name:"mdi-thermostat",tags:[]},{name:"mdi-thermostat-box",tags:[]},{name:"mdi-thought-bubble",tags:[]},{name:"mdi-thought-bubble-outline",tags:[]},{name:"mdi-thumb-down",tags:[]},{name:"mdi-thumb-down-outline",tags:[]},{name:"mdi-thumb-up",tags:[]},{name:"mdi-thumb-up-outline",tags:[]},{name:"mdi-thumbs-up-down",tags:[]},{name:"mdi-ticket",tags:[]},{name:"mdi-ticket-account",tags:[]},{name:"mdi-ticket-confirmation",tags:[]},{name:"mdi-ticket-confirmation-outline",tags:[]},{name:"mdi-ticket-outline",tags:[]},{name:"mdi-ticket-percent",tags:[]},{name:"mdi-ticket-percent-outline",tags:[]},{name:"mdi-tie",tags:[]},{name:"mdi-tilde",tags:[]},{name:"mdi-timelapse",tags:[]},{name:"mdi-timeline",tags:[]},{name:"mdi-timeline-alert",tags:[]},{name:"mdi-timeline-alert-outline",tags:[]},{name:"mdi-timeline-check",tags:[]},{name:"mdi-timeline-check-outline",tags:[]},{name:"mdi-timeline-clock",tags:[]},{name:"mdi-timeline-clock-outline",tags:[]},{name:"mdi-timeline-help",tags:[]},{name:"mdi-timeline-help-outline",tags:[]},{name:"mdi-timeline-minus",tags:[]},{name:"mdi-timeline-minus-outline",tags:[]},{name:"mdi-timeline-outline",tags:[]},{name:"mdi-timeline-plus",tags:[]},{name:"mdi-timeline-plus-outline",tags:[]},{name:"mdi-timeline-remove",tags:[]},{name:"mdi-timeline-remove-outline",tags:[]},{name:"mdi-timeline-text",tags:[]},{name:"mdi-timeline-text-outline",tags:[]},{name:"mdi-timer",tags:[]},{name:"mdi-timer-10",tags:[]},{name:"mdi-timer-3",tags:[]},{name:"mdi-timer-off",tags:[]},{name:"mdi-timer-off-outline",tags:[]},{name:"mdi-timer-outline",tags:[]},{name:"mdi-timer-sand",tags:[]},{name:"mdi-timer-sand-empty",tags:[]},{name:"mdi-timer-sand-full",tags:[]},{name:"mdi-timetable",tags:[]},{name:"mdi-toaster",tags:[]},{name:"mdi-toaster-off",tags:[]},{name:"mdi-toaster-oven",tags:[]},{name:"mdi-toggle-switch",tags:[]},{name:"mdi-toggle-switch-off",tags:[]},{name:"mdi-toggle-switch-off-outline",tags:[]},{name:"mdi-toggle-switch-outline",tags:[]},{name:"mdi-toilet",tags:[]},{name:"mdi-toolbox",tags:[]},{name:"mdi-toolbox-outline",tags:[]},{name:"mdi-tools",tags:[]},{name:"mdi-tooltip",tags:[]},{name:"mdi-tooltip-account",tags:[]},{name:"mdi-tooltip-check",tags:[]},{name:"mdi-tooltip-check-outline",tags:[]},{name:"mdi-tooltip-edit",tags:[]},{name:"mdi-tooltip-edit-outline",tags:[]},{name:"mdi-tooltip-image",tags:[]},{name:"mdi-tooltip-image-outline",tags:[]},{name:"mdi-tooltip-minus",tags:[]},{name:"mdi-tooltip-minus-outline",tags:[]},{name:"mdi-tooltip-outline",tags:[]},{name:"mdi-tooltip-plus",tags:[]},{name:"mdi-tooltip-plus-outline",tags:[]},{name:"mdi-tooltip-remove",tags:[]},{name:"mdi-tooltip-remove-outline",tags:[]},{name:"mdi-tooltip-text",tags:[]},{name:"mdi-tooltip-text-outline",tags:[]},{name:"mdi-tooth",tags:[]},{name:"mdi-tooth-outline",tags:[]},{name:"mdi-toothbrush",tags:[]},{name:"mdi-toothbrush-electric",tags:[]},{name:"mdi-toothbrush-paste",tags:[]},{name:"mdi-torch",tags:[]},{name:"mdi-tortoise",tags:[]},{name:"mdi-toslink",tags:[]},{name:"mdi-tournament",tags:[]},{name:"mdi-tow-truck",tags:[]},{name:"mdi-tower-beach",tags:[]},{name:"mdi-tower-fire",tags:[]},{name:"mdi-toy-brick",tags:[]},{name:"mdi-toy-brick-marker",tags:[]},{name:"mdi-toy-brick-marker-outline",tags:[]},{name:"mdi-toy-brick-minus",tags:[]},{name:"mdi-toy-brick-minus-outline",tags:[]},{name:"mdi-toy-brick-outline",tags:[]},{name:"mdi-toy-brick-plus",tags:[]},{name:"mdi-toy-brick-plus-outline",tags:[]},{name:"mdi-toy-brick-remove",tags:[]},{name:"mdi-toy-brick-remove-outline",tags:[]},{name:"mdi-toy-brick-search",tags:[]},{name:"mdi-toy-brick-search-outline",tags:[]},{name:"mdi-track-light",tags:[]},{name:"mdi-trackpad",tags:[]},{name:"mdi-trackpad-lock",tags:[]},{name:"mdi-tractor",tags:[]},{name:"mdi-tractor-variant",tags:[]},{name:"mdi-trademark",tags:[]},{name:"mdi-traffic-cone",tags:[]},{name:"mdi-traffic-light",tags:[]},{name:"mdi-train",tags:[]},{name:"mdi-train-car",tags:[]},{name:"mdi-train-car-passenger",tags:[]},{name:"mdi-train-car-passenger-door",tags:[]},{name:"mdi-train-car-passenger-door-open",tags:[]},{name:"mdi-train-car-passenger-variant",tags:[]},{name:"mdi-train-variant",tags:[]},{name:"mdi-tram",tags:[]},{name:"mdi-tram-side",tags:[]},{name:"mdi-transcribe",tags:[]},{name:"mdi-transcribe-close",tags:[]},{name:"mdi-transfer",tags:[]},{name:"mdi-transfer-down",tags:[]},{name:"mdi-transfer-left",tags:[]},{name:"mdi-transfer-right",tags:[]},{name:"mdi-transfer-up",tags:[]},{name:"mdi-transit-connection",tags:[]},{name:"mdi-transit-connection-horizontal",tags:[]},{name:"mdi-transit-connection-variant",tags:[]},{name:"mdi-transit-detour",tags:[]},{name:"mdi-transit-skip",tags:[]},{name:"mdi-transit-transfer",tags:[]},{name:"mdi-transition",tags:[]},{name:"mdi-transition-masked",tags:[]},{name:"mdi-translate",tags:[]},{name:"mdi-translate-off",tags:[]},{name:"mdi-transmission-tower",tags:[]},{name:"mdi-trash-can",tags:[]},{name:"mdi-trash-can-outline",tags:[]},{name:"mdi-tray",tags:[]},{name:"mdi-tray-alert",tags:[]},{name:"mdi-tray-full",tags:[]},{name:"mdi-tray-minus",tags:[]},{name:"mdi-tray-plus",tags:[]},{name:"mdi-tray-remove",tags:[]},{name:"mdi-treasure-chest",tags:[]},{name:"mdi-tree",tags:[]},{name:"mdi-tree-outline",tags:[]},{name:"mdi-trello",tags:[]},{name:"mdi-trending-down",tags:[]},{name:"mdi-trending-neutral",tags:[]},{name:"mdi-trending-up",tags:[]},{name:"mdi-triangle",tags:[]},{name:"mdi-triangle-outline",tags:[]},{name:"mdi-triangle-wave",tags:[]},{name:"mdi-triforce",tags:[]},{name:"mdi-trophy",tags:[]},{name:"mdi-trophy-award",tags:[]},{name:"mdi-trophy-broken",tags:[]},{name:"mdi-trophy-outline",tags:[]},{name:"mdi-trophy-variant",tags:[]},{name:"mdi-trophy-variant-outline",tags:[]},{name:"mdi-truck",tags:[]},{name:"mdi-truck-check",tags:[]},{name:"mdi-truck-check-outline",tags:[]},{name:"mdi-truck-delivery",tags:[]},{name:"mdi-truck-delivery-outline",tags:[]},{name:"mdi-truck-fast",tags:[]},{name:"mdi-truck-fast-outline",tags:[]},{name:"mdi-truck-outline",tags:[]},{name:"mdi-truck-trailer",tags:[]},{name:"mdi-trumpet",tags:[]},{name:"mdi-tshirt-crew",tags:[]},{name:"mdi-tshirt-crew-outline",tags:[]},{name:"mdi-tshirt-v",tags:[]},{name:"mdi-tshirt-v-outline",tags:[]},{name:"mdi-tumble-dryer",tags:[]},{name:"mdi-tumble-dryer-alert",tags:[]},{name:"mdi-tumble-dryer-off",tags:[]},{name:"mdi-tune",tags:[]},{name:"mdi-tune-variant",tags:[]},{name:"mdi-tune-vertical",tags:[]},{name:"mdi-tune-vertical-variant",tags:[]},{name:"mdi-turkey",tags:[]},{name:"mdi-turnstile",tags:[]},{name:"mdi-turnstile-outline",tags:[]},{name:"mdi-turtle",tags:[]},{name:"mdi-twitch",tags:[]},{name:"mdi-twitter",tags:[]},{name:"mdi-twitter-retweet",tags:[]},{name:"mdi-two-factor-authentication",tags:[]},{name:"mdi-typewriter",tags:[]},{name:"mdi-ubisoft",tags:[]},{name:"mdi-ubuntu",tags:[]},{name:"mdi-ufo",tags:[]},{name:"mdi-ufo-outline",tags:[]},{name:"mdi-ultra-high-definition",tags:[]},{name:"mdi-umbraco",tags:[]},{name:"mdi-umbrella",tags:[]},{name:"mdi-umbrella-closed",tags:[]},{name:"mdi-umbrella-closed-outline",tags:[]},{name:"mdi-umbrella-closed-variant",tags:[]},{name:"mdi-umbrella-outline",tags:[]},{name:"mdi-undo",tags:[]},{name:"mdi-undo-variant",tags:[]},{name:"mdi-unfold-less-horizontal",tags:[]},{name:"mdi-unfold-less-vertical",tags:[]},{name:"mdi-unfold-more-horizontal",tags:[]},{name:"mdi-unfold-more-vertical",tags:[]},{name:"mdi-ungroup",tags:[]},{name:"mdi-unicode",tags:[]},{name:"mdi-unicorn",tags:[]},{name:"mdi-unicorn-variant",tags:[]},{name:"mdi-unicycle",tags:[]},{name:"mdi-unity",tags:[]},{name:"mdi-unreal",tags:[]},{name:"mdi-untappd",tags:[]},{name:"mdi-update",tags:[]},{name:"mdi-upload",tags:[]},{name:"mdi-upload-lock",tags:[]},{name:"mdi-upload-lock-outline",tags:[]},{name:"mdi-upload-multiple",tags:[]},{name:"mdi-upload-network",tags:[]},{name:"mdi-upload-network-outline",tags:[]},{name:"mdi-upload-off",tags:[]},{name:"mdi-upload-off-outline",tags:[]},{name:"mdi-upload-outline",tags:[]},{name:"mdi-usb",tags:[]},{name:"mdi-usb-flash-drive",tags:[]},{name:"mdi-usb-flash-drive-outline",tags:[]},{name:"mdi-usb-port",tags:[]},{name:"mdi-valve",tags:[]},{name:"mdi-valve-closed",tags:[]},{name:"mdi-valve-open",tags:[]},{name:"mdi-van-passenger",tags:[]},{name:"mdi-van-utility",tags:[]},{name:"mdi-vanish",tags:[]},{name:"mdi-vanish-quarter",tags:[]},{name:"mdi-vanity-light",tags:[]},{name:"mdi-variable",tags:[]},{name:"mdi-variable-box",tags:[]},{name:"mdi-vector-arrange-above",tags:[]},{name:"mdi-vector-arrange-below",tags:[]},{name:"mdi-vector-bezier",tags:[]},{name:"mdi-vector-circle",tags:[]},{name:"mdi-vector-circle-variant",tags:[]},{name:"mdi-vector-combine",tags:[]},{name:"mdi-vector-curve",tags:[]},{name:"mdi-vector-difference",tags:[]},{name:"mdi-vector-difference-ab",tags:[]},{name:"mdi-vector-difference-ba",tags:[]},{name:"mdi-vector-ellipse",tags:[]},{name:"mdi-vector-intersection",tags:[]},{name:"mdi-vector-line",tags:[]},{name:"mdi-vector-link",tags:[]},{name:"mdi-vector-point",tags:[]},{name:"mdi-vector-polygon",tags:[]},{name:"mdi-vector-polyline",tags:[]},{name:"mdi-vector-polyline-edit",tags:[]},{name:"mdi-vector-polyline-minus",tags:[]},{name:"mdi-vector-polyline-plus",tags:[]},{name:"mdi-vector-polyline-remove",tags:[]},{name:"mdi-vector-radius",tags:[]},{name:"mdi-vector-rectangle",tags:[]},{name:"mdi-vector-selection",tags:[]},{name:"mdi-vector-square",tags:[]},{name:"mdi-vector-triangle",tags:[]},{name:"mdi-vector-union",tags:[]},{name:"mdi-vhs",tags:[]},{name:"mdi-vibrate",tags:[]},{name:"mdi-vibrate-off",tags:[]},{name:"mdi-video",tags:[]},{name:"mdi-video-3d",tags:[]},{name:"mdi-video-3d-off",tags:[]},{name:"mdi-video-3d-variant",tags:[]},{name:"mdi-video-4k-box",tags:[]},{name:"mdi-video-account",tags:[]},{name:"mdi-video-box",tags:[]},{name:"mdi-video-box-off",tags:[]},{name:"mdi-video-check",tags:[]},{name:"mdi-video-check-outline",tags:[]},{name:"mdi-video-high-definition",tags:[]},{name:"mdi-video-image",tags:[]},{name:"mdi-video-input-antenna",tags:[]},{name:"mdi-video-input-component",tags:[]},{name:"mdi-video-input-hdmi",tags:[]},{name:"mdi-video-input-scart",tags:[]},{name:"mdi-video-input-svideo",tags:[]},{name:"mdi-video-minus",tags:[]},{name:"mdi-video-minus-outline",tags:[]},{name:"mdi-video-off",tags:[]},{name:"mdi-video-off-outline",tags:[]},{name:"mdi-video-outline",tags:[]},{name:"mdi-video-plus",tags:[]},{name:"mdi-video-plus-outline",tags:[]},{name:"mdi-video-stabilization",tags:[]},{name:"mdi-video-switch",tags:[]},{name:"mdi-video-switch-outline",tags:[]},{name:"mdi-video-vintage",tags:[]},{name:"mdi-video-wireless",tags:[]},{name:"mdi-video-wireless-outline",tags:[]},{name:"mdi-view-agenda",tags:[]},{name:"mdi-view-agenda-outline",tags:[]},{name:"mdi-view-array",tags:[]},{name:"mdi-view-array-outline",tags:[]},{name:"mdi-view-carousel",tags:[]},{name:"mdi-view-carousel-outline",tags:[]},{name:"mdi-view-column",tags:[]},{name:"mdi-view-column-outline",tags:[]},{name:"mdi-view-comfy",tags:[]},{name:"mdi-view-comfy-outline",tags:[]},{name:"mdi-view-compact",tags:[]},{name:"mdi-view-compact-outline",tags:[]},{name:"mdi-view-dashboard",tags:[]},{name:"mdi-view-dashboard-outline",tags:[]},{name:"mdi-view-dashboard-variant",tags:[]},{name:"mdi-view-dashboard-variant-outline",tags:[]},{name:"mdi-view-day",tags:[]},{name:"mdi-view-day-outline",tags:[]},{name:"mdi-view-grid",tags:[]},{name:"mdi-view-grid-outline",tags:[]},{name:"mdi-view-grid-plus",tags:[]},{name:"mdi-view-grid-plus-outline",tags:[]},{name:"mdi-view-headline",tags:[]},{name:"mdi-view-list",tags:[]},{name:"mdi-view-list-outline",tags:[]},{name:"mdi-view-module",tags:[]},{name:"mdi-view-module-outline",tags:[]},{name:"mdi-view-parallel",tags:[]},{name:"mdi-view-parallel-outline",tags:[]},{name:"mdi-view-quilt",tags:[]},{name:"mdi-view-quilt-outline",tags:[]},{name:"mdi-view-sequential",tags:[]},{name:"mdi-view-sequential-outline",tags:[]},{name:"mdi-view-split-horizontal",tags:[]},{name:"mdi-view-split-vertical",tags:[]},{name:"mdi-view-stream",tags:[]},{name:"mdi-view-stream-outline",tags:[]},{name:"mdi-view-week",tags:[]},{name:"mdi-view-week-outline",tags:[]},{name:"mdi-vimeo",tags:[]},{name:"mdi-violin",tags:[]},{name:"mdi-virtual-reality",tags:[]},{name:"mdi-virus",tags:[]},{name:"mdi-virus-outline",tags:[]},{name:"mdi-vk",tags:[]},{name:"mdi-vlc",tags:[]},{name:"mdi-voice-off",tags:[]},{name:"mdi-voicemail",tags:[]},{name:"mdi-volleyball",tags:[]},{name:"mdi-volume-high",tags:[]},{name:"mdi-volume-low",tags:[]},{name:"mdi-volume-medium",tags:[]},{name:"mdi-volume-minus",tags:[]},{name:"mdi-volume-mute",tags:[]},{name:"mdi-volume-off",tags:[]},{name:"mdi-volume-plus",tags:[]},{name:"mdi-volume-source",tags:[]},{name:"mdi-volume-variant-off",tags:[]},{name:"mdi-volume-vibrate",tags:[]},{name:"mdi-vote",tags:[]},{name:"mdi-vote-outline",tags:[]},{name:"mdi-vpn",tags:[]},{name:"mdi-vuejs",tags:[]},{name:"mdi-vuetify",tags:[]},{name:"mdi-walk",tags:[]},{name:"mdi-wall",tags:[]},{name:"mdi-wall-sconce",tags:[]},{name:"mdi-wall-sconce-flat",tags:[]},{name:"mdi-wall-sconce-flat-variant",tags:[]},{name:"mdi-wall-sconce-round",tags:[]},{name:"mdi-wall-sconce-round-variant",tags:[]},{name:"mdi-wallet",tags:[]},{name:"mdi-wallet-giftcard",tags:[]},{name:"mdi-wallet-membership",tags:[]},{name:"mdi-wallet-outline",tags:[]},{name:"mdi-wallet-plus",tags:[]},{name:"mdi-wallet-plus-outline",tags:[]},{name:"mdi-wallet-travel",tags:[]},{name:"mdi-wallpaper",tags:[]},{name:"mdi-wan",tags:[]},{name:"mdi-wardrobe",tags:[]},{name:"mdi-wardrobe-outline",tags:[]},{name:"mdi-warehouse",tags:[]},{name:"mdi-washing-machine",tags:[]},{name:"mdi-washing-machine-alert",tags:[]},{name:"mdi-washing-machine-off",tags:[]},{name:"mdi-watch",tags:[]},{name:"mdi-watch-export",tags:[]},{name:"mdi-watch-export-variant",tags:[]},{name:"mdi-watch-import",tags:[]},{name:"mdi-watch-import-variant",tags:[]},{name:"mdi-watch-variant",tags:[]},{name:"mdi-watch-vibrate",tags:[]},{name:"mdi-watch-vibrate-off",tags:[]},{name:"mdi-water",tags:[]},{name:"mdi-water-alert",tags:[]},{name:"mdi-water-alert-outline",tags:[]},{name:"mdi-water-boiler",tags:[]},{name:"mdi-water-boiler-alert",tags:[]},{name:"mdi-water-boiler-off",tags:[]},{name:"mdi-water-check",tags:[]},{name:"mdi-water-check-outline",tags:[]},{name:"mdi-water-minus",tags:[]},{name:"mdi-water-minus-outline",tags:[]},{name:"mdi-water-off",tags:[]},{name:"mdi-water-off-outline",tags:[]},{name:"mdi-water-outline",tags:[]},{name:"mdi-water-percent",tags:[]},{name:"mdi-water-percent-alert",tags:[]},{name:"mdi-water-plus",tags:[]},{name:"mdi-water-plus-outline",tags:[]},{name:"mdi-water-polo",tags:[]},{name:"mdi-water-pump",tags:[]},{name:"mdi-water-pump-off",tags:[]},{name:"mdi-water-remove",tags:[]},{name:"mdi-water-remove-outline",tags:[]},{name:"mdi-water-well",tags:[]},{name:"mdi-water-well-outline",tags:[]},{name:"mdi-watering-can",tags:[]},{name:"mdi-watering-can-outline",tags:[]},{name:"mdi-watermark",tags:[]},{name:"mdi-wave",tags:[]},{name:"mdi-waveform",tags:[]},{name:"mdi-waves",tags:[]},{name:"mdi-waze",tags:[]},{name:"mdi-weather-cloudy",tags:[]},{name:"mdi-weather-cloudy-alert",tags:[]},{name:"mdi-weather-cloudy-arrow-right",tags:[]},{name:"mdi-weather-fog",tags:[]},{name:"mdi-weather-hail",tags:[]},{name:"mdi-weather-hazy",tags:[]},{name:"mdi-weather-hurricane",tags:[]},{name:"mdi-weather-lightning",tags:[]},{name:"mdi-weather-lightning-rainy",tags:[]},{name:"mdi-weather-night",tags:[]},{name:"mdi-weather-night-partly-cloudy",tags:[]},{name:"mdi-weather-partly-cloudy",tags:[]},{name:"mdi-weather-partly-lightning",tags:[]},{name:"mdi-weather-partly-rainy",tags:[]},{name:"mdi-weather-partly-snowy",tags:[]},{name:"mdi-weather-partly-snowy-rainy",tags:[]},{name:"mdi-weather-pouring",tags:[]},{name:"mdi-weather-rainy",tags:[]},{name:"mdi-weather-snowy",tags:[]},{name:"mdi-weather-snowy-heavy",tags:[]},{name:"mdi-weather-snowy-rainy",tags:[]},{name:"mdi-weather-sunny",tags:[]},{name:"mdi-weather-sunny-alert",tags:[]},{name:"mdi-weather-sunny-off",tags:[]},{name:"mdi-weather-sunset",tags:[]},{name:"mdi-weather-sunset-down",tags:[]},{name:"mdi-weather-sunset-up",tags:[]},{name:"mdi-weather-tornado",tags:[]},{name:"mdi-weather-windy",tags:[]},{name:"mdi-weather-windy-variant",tags:[]},{name:"mdi-web",tags:[]},{name:"mdi-web-box",tags:[]},{name:"mdi-web-clock",tags:[]},{name:"mdi-webcam",tags:[]},{name:"mdi-webcam-off",tags:[]},{name:"mdi-webhook",tags:[]},{name:"mdi-webpack",tags:[]},{name:"mdi-webrtc",tags:[]},{name:"mdi-wechat",tags:[]},{name:"mdi-weight",tags:[]},{name:"mdi-weight-gram",tags:[]},{name:"mdi-weight-kilogram",tags:[]},{name:"mdi-weight-lifter",tags:[]},{name:"mdi-weight-pound",tags:[]},{name:"mdi-whatsapp",tags:[]},{name:"mdi-wheel-barrow",tags:[]},{name:"mdi-wheelchair-accessibility",tags:[]},{name:"mdi-whistle",tags:[]},{name:"mdi-whistle-outline",tags:[]},{name:"mdi-white-balance-auto",tags:[]},{name:"mdi-white-balance-incandescent",tags:[]},{name:"mdi-white-balance-iridescent",tags:[]},{name:"mdi-white-balance-sunny",tags:[]},{name:"mdi-widgets",tags:[]},{name:"mdi-widgets-outline",tags:[]},{name:"mdi-wifi",tags:[]},{name:"mdi-wifi-alert",tags:[]},{name:"mdi-wifi-arrow-down",tags:[]},{name:"mdi-wifi-arrow-left",tags:[]},{name:"mdi-wifi-arrow-left-right",tags:[]},{name:"mdi-wifi-arrow-right",tags:[]},{name:"mdi-wifi-arrow-up",tags:[]},{name:"mdi-wifi-arrow-up-down",tags:[]},{name:"mdi-wifi-cancel",tags:[]},{name:"mdi-wifi-check",tags:[]},{name:"mdi-wifi-cog",tags:[]},{name:"mdi-wifi-lock",tags:[]},{name:"mdi-wifi-lock-open",tags:[]},{name:"mdi-wifi-marker",tags:[]},{name:"mdi-wifi-minus",tags:[]},{name:"mdi-wifi-off",tags:[]},{name:"mdi-wifi-plus",tags:[]},{name:"mdi-wifi-refresh",tags:[]},{name:"mdi-wifi-remove",tags:[]},{name:"mdi-wifi-settings",tags:[]},{name:"mdi-wifi-star",tags:[]},{name:"mdi-wifi-strength-1",tags:[]},{name:"mdi-wifi-strength-1-alert",tags:[]},{name:"mdi-wifi-strength-1-lock",tags:[]},{name:"mdi-wifi-strength-1-lock-open",tags:[]},{name:"mdi-wifi-strength-2",tags:[]},{name:"mdi-wifi-strength-2-alert",tags:[]},{name:"mdi-wifi-strength-2-lock",tags:[]},{name:"mdi-wifi-strength-2-lock-open",tags:[]},{name:"mdi-wifi-strength-3",tags:[]},{name:"mdi-wifi-strength-3-alert",tags:[]},{name:"mdi-wifi-strength-3-lock",tags:[]},{name:"mdi-wifi-strength-3-lock-open",tags:[]},{name:"mdi-wifi-strength-4",tags:[]},{name:"mdi-wifi-strength-4-alert",tags:[]},{name:"mdi-wifi-strength-4-lock",tags:[]},{name:"mdi-wifi-strength-4-lock-open",tags:[]},{name:"mdi-wifi-strength-alert-outline",tags:[]},{name:"mdi-wifi-strength-lock-open-outline",tags:[]},{name:"mdi-wifi-strength-lock-outline",tags:[]},{name:"mdi-wifi-strength-off",tags:[]},{name:"mdi-wifi-strength-off-outline",tags:[]},{name:"mdi-wifi-strength-outline",tags:[]},{name:"mdi-wifi-sync",tags:[]},{name:"mdi-wikipedia",tags:[]},{name:"mdi-wind-turbine",tags:[]},{name:"mdi-window-close",tags:[]},{name:"mdi-window-closed",tags:[]},{name:"mdi-window-closed-variant",tags:[]},{name:"mdi-window-maximize",tags:[]},{name:"mdi-window-minimize",tags:[]},{name:"mdi-window-open",tags:[]},{name:"mdi-window-open-variant",tags:[]},{name:"mdi-window-restore",tags:[]},{name:"mdi-window-shutter",tags:[]},{name:"mdi-window-shutter-alert",tags:[]},{name:"mdi-window-shutter-open",tags:[]},{name:"mdi-windsock",tags:[]},{name:"mdi-wiper",tags:[]},{name:"mdi-wiper-wash",tags:[]},{name:"mdi-wizard-hat",tags:[]},{name:"mdi-wordpress",tags:[]},{name:"mdi-wrap",tags:[]},{name:"mdi-wrap-disabled",tags:[]},{name:"mdi-wrench",tags:[]},{name:"mdi-wrench-outline",tags:[]},{name:"mdi-xamarin",tags:[]},{name:"mdi-xamarin-outline",tags:[]},{name:"mdi-xing",tags:[]},{name:"mdi-xml",tags:[]},{name:"mdi-xmpp",tags:[]},{name:"mdi-y-combinator",tags:[]},{name:"mdi-yahoo",tags:[]},{name:"mdi-yeast",tags:[]},{name:"mdi-yin-yang",tags:[]},{name:"mdi-yoga",tags:[]},{name:"mdi-youtube",tags:[]},{name:"mdi-youtube-gaming",tags:[]},{name:"mdi-youtube-studio",tags:[]},{name:"mdi-youtube-subscription",tags:[]},{name:"mdi-youtube-tv",tags:[]},{name:"mdi-yurt",tags:[]},{name:"mdi-z-wave",tags:[]},{name:"mdi-zend",tags:[]},{name:"mdi-zigbee",tags:[]},{name:"mdi-zip-box",tags:[]},{name:"mdi-zip-box-outline",tags:[]},{name:"mdi-zip-disk",tags:[]},{name:"mdi-zodiac-aquarius",tags:[]},{name:"mdi-zodiac-aries",tags:[]},{name:"mdi-zodiac-cancer",tags:[]},{name:"mdi-zodiac-capricorn",tags:[]},{name:"mdi-zodiac-gemini",tags:[]},{name:"mdi-zodiac-leo",tags:[]},{name:"mdi-zodiac-libra",tags:[]},{name:"mdi-zodiac-pisces",tags:[]},{name:"mdi-zodiac-sagittarius",tags:[]},{name:"mdi-zodiac-scorpio",tags:[]},{name:"mdi-zodiac-taurus",tags:[]},{name:"mdi-zodiac-virgo",tags:[]}]}}}); \ No newline at end of file