cronapp-framework-js 2.9.2 → 2.9.3-SP.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crn-anchor.components.json +30 -0
- package/components/crn-component.components.json +18 -3
- package/components/crn-datepicker.components.json +5 -0
- package/components/crn-datetimepicker.components.json +5 -0
- package/components/crn-dynamic-image.components.json +38 -2
- package/components/crn-enterprise-checkbox.components.json +2 -0
- package/components/crn-enterprise-combobox.components.json +12 -2
- package/components/crn-enterprise-dynamic-combobox.components.json +12 -2
- package/components/crn-text-component.components.json +19 -7
- package/components/crn-textinputicon.components.json +26 -0
- package/components/crn-upload-file.components.json +9 -5
- package/components/crn-upload.components.json +22 -1
- package/components/templates/anchor.template.html +1 -1
- package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
- package/components/templates/cron-grid.designtime.html +4 -2
- package/components/templates/date.template.html +2 -2
- package/components/templates/dynamicimage.designtime.html +19 -0
- package/components/templates/fileupload-button.template.html +2 -2
- package/components/templates/fileupload.template.html +3 -3
- package/components/templates/textinputicon.template.html +1 -1
- package/css/app.css +6 -12
- package/css/themes/custom/aquamarine/custom-aquamarine.css +33 -5
- package/css/themes/custom/aquamarine/navbar-aquamarine.css +9 -8
- package/css/themes/custom/cerulean/custom-cerulean.css +48 -7
- package/css/themes/custom/cerulean/navbar-cerulean.css +8 -0
- package/css/themes/custom/cosmo/button-cosmo.css +8 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +99 -32
- package/css/themes/custom/cosmo/navbar-cosmo.css +23 -11
- package/css/themes/custom/cyborg/custom-cyborg.css +119 -38
- package/css/themes/custom/cyborg/navbar-cyborg.css +16 -8
- package/css/themes/custom/darkly/custom-darkly.css +62 -10
- package/css/themes/custom/dsgov/custom-dsgov.css +29 -4
- package/css/themes/custom/dsgov/form-dsgov.css +31 -10
- package/css/themes/custom/dsgov/navbar-dsgov.css +62 -41
- package/css/themes/custom/flatly/custom-flatly.css +68 -20
- package/css/themes/custom/flatly/navbar-flatly.css +21 -0
- package/css/themes/custom/fuse/custom-fuse.css +39 -24
- package/css/themes/custom/journal/custom-journal.css +113 -32
- package/css/themes/custom/journal/navbar-journal.css +30 -16
- package/css/themes/custom/lumen/button-lumen.css +16 -0
- package/css/themes/custom/lumen/custom-lumen.css +139 -36
- package/css/themes/custom/lumen/panel-lumen.css +14 -54
- package/css/themes/custom/material/custom-material.css +9 -17
- package/css/themes/custom/paper/custom-paper.css +125 -34
- package/css/themes/custom/paper/navbar-paper.css +1 -1
- package/css/themes/custom/readable/custom-readable.css +161 -77
- package/css/themes/custom/readable/panel-readable.css +8 -8
- package/css/themes/custom/sandstone/custom-sandstone.css +107 -51
- package/css/themes/custom/sandstone/panel-sandstone.css +2 -2
- package/css/themes/custom/simplex/button-simplex.css +21 -1
- package/css/themes/custom/simplex/custom-simplex.css +112 -33
- package/css/themes/custom/simplex/panel-simplex.css +5 -6
- package/css/themes/custom/slate/button-slate.css +20 -0
- package/css/themes/custom/slate/custom-slate.css +149 -76
- package/css/themes/custom/slate/panel-slate.css +15 -17
- package/css/themes/custom/spacelab/button-spacelab.css +20 -0
- package/css/themes/custom/spacelab/custom-spacelab.css +122 -44
- package/css/themes/custom/superhero/button-superhero.css +16 -0
- package/css/themes/custom/superhero/custom-superhero.css +165 -50
- package/css/themes/custom/theme-general/button.css +10 -0
- package/css/themes/custom/theme-general/forms.css +57 -2
- package/css/themes/custom/theme-general/login.css +11 -16
- package/css/themes/custom/theme-general/scheduler.css +18 -6
- package/css/themes/custom/theme-general/theme-general.css +49 -6
- package/css/themes/custom/united/custom-united.css +117 -37
- package/css/themes/custom/yeti/custom-yeti.css +152 -37
- package/deprecated/css/animate.css +433 -0
- package/deprecated/css/app.css +433 -0
- package/deprecated/css/cronos-template.css +0 -0
- package/deprecated/css/cronos.css +263 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/css/modalTemplate.css +37 -0
- package/deprecated/css/themes/cerulean.min.css +7 -0
- package/deprecated/css/themes/cosmo.min.css +7 -0
- package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
- package/deprecated/css/themes/cyborg.min.css +7 -0
- package/deprecated/css/themes/darkly.min.css +7 -0
- package/deprecated/css/themes/flatly.min.css +7 -0
- package/deprecated/css/themes/fuse.min.css +7 -0
- package/deprecated/css/themes/journal.min.css +7 -0
- package/deprecated/css/themes/lumen.min.css +7 -0
- package/deprecated/css/themes/material.min.css +4 -0
- package/deprecated/css/themes/paper.min.css +7 -0
- package/deprecated/css/themes/readable.min.css +7 -0
- package/deprecated/css/themes/sandstone.min.css +7 -0
- package/deprecated/css/themes/simplex.min.css +7 -0
- package/deprecated/css/themes/slate.min.css +7 -0
- package/deprecated/css/themes/spacelab.min.css +7 -0
- package/deprecated/css/themes/superhero.min.css +7 -0
- package/deprecated/css/themes/united.min.css +7 -0
- package/deprecated/css/themes/yeti.min.css +7 -0
- package/deprecated/dist/components/css/font-size.css +1 -0
- package/deprecated/dist/components/css/image.css +1 -0
- package/deprecated/dist/components/js/format.min.js +1 -0
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
- package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
- package/deprecated/dist/components/js/qrcode.js +1 -0
- package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
- package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
- package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
- package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
- package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
- package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
- package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
- package/deprecated/dist/components/reports/reports.parameters.html +1 -0
- package/deprecated/dist/components/reports/reports.view.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
- package/deprecated/dist/components/templates/accordion.template.html +1 -0
- package/deprecated/dist/components/templates/anchor.template.html +1 -0
- package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
- package/deprecated/dist/components/templates/banner.template.html +1 -0
- package/deprecated/dist/components/templates/button-report.template.html +1 -0
- package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
- package/deprecated/dist/components/templates/button.template.html +1 -0
- package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
- package/deprecated/dist/components/templates/carousel.template.html +1 -0
- package/deprecated/dist/components/templates/cell.template.html +1 -0
- package/deprecated/dist/components/templates/chart.template.html +1 -0
- package/deprecated/dist/components/templates/checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/combobox.template.html +1 -0
- package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
- package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
- package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
- package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
- package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
- package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
- package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
- package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
- package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
- package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
- package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
- package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
- package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
- package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
- package/deprecated/dist/components/templates/cron-date.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
- package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
- package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
- package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
- package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
- package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
- package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
- package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
- package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
- package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
- package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
- package/deprecated/dist/components/templates/datasource.template.html +1 -0
- package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
- package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
- package/deprecated/dist/components/templates/date.template.html +1 -0
- package/deprecated/dist/components/templates/datetime.template.html +1 -0
- package/deprecated/dist/components/templates/div.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
- package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
- package/deprecated/dist/components/templates/evaluation.template.html +1 -0
- package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
- package/deprecated/dist/components/templates/fileupload.template.html +1 -0
- package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
- package/deprecated/dist/components/templates/foot-row.template.html +1 -0
- package/deprecated/dist/components/templates/form.template.html +1 -0
- package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
- package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
- package/deprecated/dist/components/templates/grid.template.html +1 -0
- package/deprecated/dist/components/templates/head-cell.template.html +1 -0
- package/deprecated/dist/components/templates/head-row.template.html +1 -0
- package/deprecated/dist/components/templates/head.template.html +1 -0
- package/deprecated/dist/components/templates/header.template.html +1 -0
- package/deprecated/dist/components/templates/icon.template.html +1 -0
- package/deprecated/dist/components/templates/image-menu.template.html +1 -0
- package/deprecated/dist/components/templates/image.default.template.html +1 -0
- package/deprecated/dist/components/templates/image.template.html +1 -0
- package/deprecated/dist/components/templates/list.template.html +1 -0
- package/deprecated/dist/components/templates/multiselect.template.html +1 -0
- package/deprecated/dist/components/templates/navbar.template.html +1 -0
- package/deprecated/dist/components/templates/panel.template.html +1 -0
- package/deprecated/dist/components/templates/qrcode.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
- package/deprecated/dist/components/templates/rating.template.html +1 -0
- package/deprecated/dist/components/templates/row.template.html +1 -0
- package/deprecated/dist/components/templates/sidebar.template.html +1 -0
- package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
- package/deprecated/dist/components/templates/sub-form.template.html +1 -0
- package/deprecated/dist/components/templates/subtitle.template.html +1 -0
- package/deprecated/dist/components/templates/table.template.html +1 -0
- package/deprecated/dist/components/templates/tabs.template.html +1 -0
- package/deprecated/dist/components/templates/text.template.html +1 -0
- package/deprecated/dist/components/templates/textarea.template.html +1 -0
- package/deprecated/dist/components/templates/textinput.template.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
- package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
- package/deprecated/dist/components/templates/time.template.html +1 -0
- package/deprecated/dist/components/templates/title-default.template.html +1 -0
- package/deprecated/dist/components/templates/title.template.html +1 -0
- package/deprecated/dist/components/templates/treeview.template.html +1 -0
- package/deprecated/dist/css/animate.css +1 -0
- package/deprecated/dist/css/app.css +1 -0
- package/deprecated/dist/css/cronos-template.css +0 -0
- package/deprecated/dist/css/cronos.css +1 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/dist/css/modalTemplate.css +1 -0
- package/deprecated/dist/css/themes/cerulean.min.css +1 -0
- package/deprecated/dist/css/themes/cosmo.min.css +1 -0
- package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
- package/deprecated/dist/css/themes/cyborg.min.css +1 -0
- package/deprecated/dist/css/themes/darkly.min.css +1 -0
- package/deprecated/dist/css/themes/flatly.min.css +1 -0
- package/deprecated/dist/css/themes/fuse.min.css +1 -0
- package/deprecated/dist/css/themes/journal.min.css +1 -0
- package/deprecated/dist/css/themes/lumen.min.css +1 -0
- package/deprecated/dist/css/themes/material.min.css +1 -0
- package/deprecated/dist/css/themes/paper.min.css +1 -0
- package/deprecated/dist/css/themes/readable.min.css +1 -0
- package/deprecated/dist/css/themes/sandstone.min.css +1 -0
- package/deprecated/dist/css/themes/simplex.min.css +1 -0
- package/deprecated/dist/css/themes/slate.min.css +1 -0
- package/deprecated/dist/css/themes/spacelab.min.css +1 -0
- package/deprecated/dist/css/themes/superhero.min.css +1 -0
- package/deprecated/dist/css/themes/united.min.css +1 -0
- package/deprecated/dist/css/themes/yeti.min.css +1 -0
- package/deprecated/dist/i18n/locale_en_us.json +143 -0
- package/deprecated/dist/i18n/locale_pt_br.json +143 -0
- package/deprecated/dist/img/ballon_icon.svg +1 -0
- package/deprecated/dist/img/barcode.png +0 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
- package/deprecated/dist/img/cronGrid.png +0 -0
- package/deprecated/dist/img/cronRichEditor.png +0 -0
- package/deprecated/dist/img/cronapp-logo-login.png +0 -0
- package/deprecated/dist/img/img-user.svg +1 -0
- package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
- package/deprecated/dist/img/logo.png +0 -0
- package/deprecated/dist/img/logo.svg +1 -0
- package/deprecated/dist/img/nophoto.png +0 -0
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qrcode.png +0 -0
- package/deprecated/dist/img/recaptcha-logo.svg +1 -0
- package/deprecated/dist/img/selectFile.png +0 -0
- package/deprecated/dist/img/selectImg.svg +1 -0
- package/deprecated/dist/img/svg-charts.svg +1 -0
- package/deprecated/dist/img/switch.png +0 -0
- package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
- package/deprecated/dist/js/LocaleService.js +1 -0
- package/deprecated/dist/js/app.authentication.js +1 -0
- package/deprecated/dist/js/app.js +1 -0
- package/deprecated/dist/js/controllers.authentication.js +1 -0
- package/deprecated/dist/js/controllers.js +1 -0
- package/deprecated/dist/js/custom.controllers.js +1 -0
- package/deprecated/dist/js/customModules.js +1 -0
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +14 -0
- package/deprecated/dist/js/filters.js +1 -0
- package/deprecated/dist/js/local-dateformat.directive.js +1 -0
- package/deprecated/dist/js/reports/parameters.controller.js +1 -0
- package/deprecated/dist/js/reports/reports.service.js +1 -0
- package/deprecated/dist/js/services.js +1 -0
- package/deprecated/dist/js/stateProvider.js +1 -0
- package/deprecated/dist/js/upload.service.js +1 -0
- package/deprecated/img/ballon_icon.svg +3 -0
- package/deprecated/img/barcode.png +0 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
- package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
- package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
- package/deprecated/img/cron-icon/crn-button.svg +24 -0
- package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
- package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
- package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
- package/deprecated/img/cron-icon/crn-chart.svg +19 -0
- package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
- package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
- package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
- package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
- package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
- package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
- package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
- package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
- package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
- package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
- package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
- package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/deprecated/img/cron-icon/crn-form.svg +24 -0
- package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
- package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
- package/deprecated/img/cron-icon/crn-grid.svg +27 -0
- package/deprecated/img/cron-icon/crn-header.svg +18 -0
- package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
- package/deprecated/img/cron-icon/crn-icon.svg +23 -0
- package/deprecated/img/cron-icon/crn-image.svg +20 -0
- package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
- package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
- package/deprecated/img/cron-icon/crn-list.svg +24 -0
- package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
- package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
- package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
- package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
- package/deprecated/img/cron-icon/crn-panel.svg +21 -0
- package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
- package/deprecated/img/cron-icon/crn-rating.svg +20 -0
- package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
- package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
- package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
- package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
- package/deprecated/img/cron-icon/crn-slider.svg +19 -0
- package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
- package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
- package/deprecated/img/cron-icon/crn-table.svg +20 -0
- package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
- package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
- package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
- package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
- package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
- package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
- package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
- package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
- package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
- package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
- package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
- package/deprecated/img/cron-icon/crn-upload.svg +20 -0
- package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
- package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
- package/deprecated/img/cronGrid.png +0 -0
- package/deprecated/img/cronRichEditor.png +0 -0
- package/deprecated/img/cronapp-logo-login.png +0 -0
- package/deprecated/img/img-user.svg +1 -0
- package/deprecated/img/logo-cronapp-negativa.svg +1 -0
- package/deprecated/img/logo.png +0 -0
- package/deprecated/img/logo.svg +1 -0
- package/deprecated/img/nophoto.png +0 -0
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qrcode.png +0 -0
- package/deprecated/img/recaptcha-logo.svg +1 -0
- package/deprecated/img/selectFile.png +0 -0
- package/deprecated/img/selectImg.svg +44 -0
- package/deprecated/img/svg-charts.svg +1 -0
- package/dist/components/templates/anchor.template.html +1 -1
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/date.template.html +1 -1
- package/dist/components/templates/dynamicimage.designtime.html +2 -0
- package/dist/components/templates/fileupload-button.template.html +1 -1
- package/dist/components/templates/fileupload.template.html +1 -1
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/journal/navbar-journal.css +1 -1
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/paper/navbar-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/readable/panel-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/button-simplex.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/simplex/panel-simplex.css +1 -1
- package/dist/css/themes/custom/slate/button-slate.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/slate/panel-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +42 -6
- package/dist/js/reports/parameters.controller.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/stateProvider.js +1 -1
- package/js/app.js +7 -4
- package/js/customStateProvider.js +0 -2
- package/js/dashboard/dashboard.service.js +2 -0
- package/js/directives.js +254 -104
- package/js/reports/parameters.controller.js +2 -2
- package/js/reports/reports.service.js +31 -2
- package/js/stateProvider.js +5 -7
- package/package.json +1 -1
- package/css/themes/deprecated/aquamarine.min.css +0 -6
- package/css/themes/deprecated/cerulean.min.css +0 -7
- package/css/themes/deprecated/cosmo.min.css +0 -7
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -47
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -620
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -158
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -24
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -49
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -401
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -172
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -184
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -17
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -33
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -75
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -143
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -351
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -264
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -149
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -22
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -63
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -268
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -261
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -25
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -48
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +0 -26
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -58
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -725
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -491
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -261
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -37
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -787
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -30
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +0 -10
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -782
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -184
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -35
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -133
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +0 -60
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -143
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -276
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -408
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -109
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -288
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -154
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -95
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -171
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +0 -269
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -619
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -19
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -393
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -26
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -706
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -75
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -244
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -260
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -251
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1125
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -413
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -209
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -318
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -59
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -294
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -178
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -136
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -218
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -711
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -182
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -45
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -353
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -611
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -55
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -199
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -20
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -46
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -19
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -96
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -113
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -239
- package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -3085
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -3
- package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -3
- package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -10
- package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -10
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
- package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -3246
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -162
- package/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -144
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -9
- package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -73
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -26
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -48
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -734
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -54
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -30
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -391
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -252
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -27
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -31
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -157
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -10
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -39
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -310
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -184
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -144
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -35
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -129
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -60
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -142
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -271
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -617
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -52
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -113
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -295
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -148
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -65
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -268
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -129
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -269
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -25
- package/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -252
- package/css/themes/deprecated/custom/fuse/components_css/media.css +0 -60
- package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -4179
- package/css/themes/deprecated/custom/fuse/font/fonts.css +0 -8
- package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -9
- package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -9
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/fonts.css +0 -108
- package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -11
- package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -11
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/fonts.css +0 -108
- package/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -11
- package/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -11
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -174
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -11
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -58
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -185
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -98
- package/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -38
- package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -27
- package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -363
- package/css/themes/deprecated/cyborg.min.css +0 -7
- package/css/themes/deprecated/darkly.min.css +0 -7
- package/css/themes/deprecated/dsgov.min.css +0 -6
- package/css/themes/deprecated/flatly.min.css +0 -7
- package/css/themes/deprecated/fuse.min.css +0 -7
- package/css/themes/deprecated/journal.min.css +0 -7
- package/css/themes/deprecated/lumen.min.css +0 -7
- package/css/themes/deprecated/material.min.css +0 -4
- package/css/themes/deprecated/material_raiz.min.css +0 -3
- package/css/themes/deprecated/paper.min.css +0 -7
- package/css/themes/deprecated/readable.min.css +0 -7
- package/css/themes/deprecated/sandstone.min.css +0 -7
- package/css/themes/deprecated/simplex.min.css +0 -7
- package/css/themes/deprecated/slate.min.css +0 -7
- package/css/themes/deprecated/spacelab.min.css +0 -7
- package/css/themes/deprecated/superhero.min.css +0 -7
- package/css/themes/deprecated/united.min.css +0 -7
- package/css/themes/deprecated/yeti.min.css +0 -7
- package/dist/css/themes/deprecated/aquamarine.min.css +0 -1
- package/dist/css/themes/deprecated/cerulean.min.css +0 -1
- package/dist/css/themes/deprecated/cosmo.min.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -12
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -1
- package/dist/css/themes/deprecated/cyborg.min.css +0 -1
- package/dist/css/themes/deprecated/darkly.min.css +0 -1
- package/dist/css/themes/deprecated/dsgov.min.css +0 -1
- package/dist/css/themes/deprecated/flatly.min.css +0 -1
- package/dist/css/themes/deprecated/fuse.min.css +0 -1
- package/dist/css/themes/deprecated/journal.min.css +0 -1
- package/dist/css/themes/deprecated/lumen.min.css +0 -1
- package/dist/css/themes/deprecated/material.min.css +0 -1
- package/dist/css/themes/deprecated/material_raiz.min.css +0 -1
- package/dist/css/themes/deprecated/paper.min.css +0 -1
- package/dist/css/themes/deprecated/readable.min.css +0 -1
- package/dist/css/themes/deprecated/sandstone.min.css +0 -1
- package/dist/css/themes/deprecated/simplex.min.css +0 -1
- package/dist/css/themes/deprecated/slate.min.css +0 -1
- package/dist/css/themes/deprecated/spacelab.min.css +0 -1
- package/dist/css/themes/deprecated/superhero.min.css +0 -1
- package/dist/css/themes/deprecated/united.min.css +0 -1
- package/dist/css/themes/deprecated/yeti.min.css +0 -1
- /package/{components/css/deprecated → deprecated/components/css}/checkbox-color.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/color-default.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/combobox-color.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/multiselect-editor.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/option-color.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
- /package/{css/themes/deprecated/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/alert.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/badge.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/btn.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/close.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/form.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/hidden.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/list-group.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/modal.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/navbar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pager.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pagination.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/panel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/popover.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/progress.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/table.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/visible.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/well.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/font.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/journal/custom-journal.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-button.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/login.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/ui-notification.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/custom-material.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/navigator/custom-navigator.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/paper/custom-paper.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/readable/custom-readable.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/slate/custom-slate.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/united/custom-united.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/checkbox-color.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/color-default.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/combobox-color.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/multiselect-editor.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/option-color.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/animations.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/container.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/fade.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
- /package/{dist/css/themes/deprecated/custom/dsgov → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/visible.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/alert.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/badge.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/btn.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/dist/css/themes/custom/fuse/components_css}/carousel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/close.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/form.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/hidden.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/list-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/components_css}/media.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/modal.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/navbar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pager.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pagination.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/panel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/popover.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/progress.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/table.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/visible.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/well.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/font.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/journal/custom-journal.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-button.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/login.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/ui-notification.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/custom-material.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/navigator/custom-navigator.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/paper/custom-paper.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/readable/custom-readable.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/slate/custom-slate.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/united/custom-united.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_3">
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Camada_4">
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Camada_2">
|
|
15
|
+
<g>
|
|
16
|
+
<path class="st0" d="M-2892,0c-6.63,0-12,5.37-12,12c0,6.63,5.37,12,12,12s12-5.37,12-12C-2880,5.37-2885.37,0-2892,0z M-2888,13
|
|
17
|
+
h-4c-0.55,0-1-0.45-1-1V5c0-0.55,0.45-1,1-1s1,0.45,1,1v6h3c0.55,0,1,0.45,1,1C-2887,12.55-2887.45,13-2888,13z"/>
|
|
18
|
+
</g>
|
|
19
|
+
<g>
|
|
20
|
+
<path class="st0" d="M-2840,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-2836,1.8-2837.8,0-2840,0z
|
|
21
|
+
M-2841.29,8.71l-8.01,8c-0.39,0.39-1.02,0.39-1.41,0l-4-3.99c-0.39-0.39-0.39-1.03,0-1.41v0c0.39-0.39,1.03-0.39,1.41,0
|
|
22
|
+
l3.29,3.29l7.3-7.3c0.39-0.39,1.03-0.39,1.41,0v0C-2840.9,7.68-2840.9,8.32-2841.29,8.71z"/>
|
|
23
|
+
</g>
|
|
24
|
+
<path class="st0" d="M-2796,2h-1V0.98c0-0.54-0.44-0.98-0.98-0.98h-2.04c-0.54,0-0.98,0.44-0.98,0.98V2h-6V0.98
|
|
25
|
+
c0-0.54-0.44-0.98-0.98-0.98h-2.04c-0.54,0-0.98,0.44-0.98,0.98V2h-1c-2.2,0-4,1.8-4,4v14c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V6
|
|
26
|
+
C-2792,3.8-2793.8,2-2796,2z M-2808,15c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V15z
|
|
27
|
+
M-2808,9c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V7c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V9z M-2802,15c0,0.55-0.45,1-1,1h-2
|
|
28
|
+
c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V15z M-2802,9c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V7
|
|
29
|
+
c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V9z M-2796,15c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h2
|
|
30
|
+
c0.55,0,1,0.45,1,1V15z M-2796,9c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V7c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V9z"/>
|
|
31
|
+
<path class="st0" d="M-2710,7.2c-0.2,0-0.39,0.04-0.59,0.06c-1.32-1.5-3.25-2.46-5.41-2.46c-3.15,0-5.82,2.02-6.8,4.84
|
|
32
|
+
c-0.14-0.01-0.27-0.04-0.4-0.04c-2.65,0-4.8,2.15-4.8,4.8c0,2.65,2.15,4.8,4.8,4.8h13.2c3.31,0,6-2.69,6-6
|
|
33
|
+
C-2704,9.89-2706.69,7.2-2710,7.2z M-2714,12.5h-0.5v3c0,0.55-0.45,1-1,1h-1c-0.55,0-1-0.45-1-1v-3h-0.5c-0.55,0-1-0.45-1-1
|
|
34
|
+
c0-0.28,0.11-0.53,0.29-0.71v0l2-2v0c0.18-0.18,0.43-0.29,0.71-0.29s0.53,0.11,0.71,0.29v0l2,2v0c0.18,0.18,0.29,0.43,0.29,0.71
|
|
35
|
+
C-2713,12.05-2713.45,12.5-2714,12.5z"/>
|
|
36
|
+
<g>
|
|
37
|
+
<path class="st0" d="M-2664,2h-1V0.98c0-0.54-0.44-0.98-0.98-0.98h-2.04c-0.54,0-0.98,0.44-0.98,0.98V2h-6V0.98
|
|
38
|
+
c0-0.54-0.44-0.98-0.98-0.98h-2.04c-0.54,0-0.98,0.44-0.98,0.98V2h-1c-2.2,0-4,1.8-4,4v14c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V6
|
|
39
|
+
C-2660,3.8-2661.8,2-2664,2z M-2670,14c0,1.1-0.9,2-2,2h-6c-1.1,0-2-0.9-2-2V8c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2V14z M-2664,15
|
|
40
|
+
c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V15z M-2664,9c0,0.55-0.45,1-1,1h-2
|
|
41
|
+
c-0.55,0-1-0.45-1-1V7c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V9z"/>
|
|
42
|
+
<path class="st0" d="M-2675.49,9.1c-0.14-0.15-0.31-0.26-0.5-0.33s-0.41-0.11-0.64-0.11c-0.36,0-0.66,0.09-0.92,0.26
|
|
43
|
+
c-0.26,0.17-0.45,0.42-0.59,0.75c-0.08,0.2-0.13,0.44-0.17,0.71c-0.04,0.28-0.05,0.59-0.05,0.93c0,0.27,0.02,0.51,0.05,0.74
|
|
44
|
+
c0.03,0.23,0.08,0.44,0.16,0.63c0.14,0.35,0.35,0.62,0.62,0.81c0.27,0.2,0.58,0.29,0.93,0.29c0.3,0,0.57-0.07,0.82-0.22
|
|
45
|
+
c0.25-0.15,0.45-0.35,0.6-0.62c0.12-0.22,0.21-0.46,0.25-0.73c0.05-0.27,0.07-0.59,0.07-0.96c0-0.69-0.09-1.22-0.26-1.6
|
|
46
|
+
C-2675.22,9.43-2675.34,9.25-2675.49,9.1z M-2675.87,12.24c-0.05,0.27-0.13,0.48-0.25,0.62c-0.12,0.15-0.28,0.22-0.49,0.22
|
|
47
|
+
c-0.2,0-0.36-0.07-0.48-0.21c-0.12-0.14-0.2-0.35-0.25-0.62c-0.05-0.27-0.08-0.62-0.08-1.05c0-0.63,0.06-1.1,0.18-1.4
|
|
48
|
+
c0.12-0.3,0.33-0.46,0.63-0.46c0.21,0,0.37,0.07,0.49,0.2c0.12,0.14,0.2,0.34,0.25,0.6c0.05,0.27,0.08,0.61,0.08,1.02
|
|
49
|
+
C-2675.8,11.61-2675.82,11.97-2675.87,12.24z"/>
|
|
50
|
+
<path class="st0" d="M-2672.46,8.66c-0.11,0-0.18,0.02-0.22,0.06c-0.04,0.04-0.12,0.15-0.25,0.33s-0.27,0.34-0.44,0.48
|
|
51
|
+
s-0.39,0.28-0.66,0.41c-0.18,0.09-0.31,0.16-0.39,0.21c-0.07,0.05-0.11,0.14-0.11,0.26c0,0.1,0.04,0.19,0.11,0.26
|
|
52
|
+
s0.16,0.11,0.25,0.11c0.2,0,0.59-0.22,1.17-0.67v3.11c0,0.18,0.04,0.32,0.13,0.41c0.08,0.09,0.2,0.14,0.34,0.14
|
|
53
|
+
c0.31,0,0.47-0.23,0.47-0.69V9.19c0-0.16-0.04-0.29-0.11-0.39C-2672.25,8.71-2672.34,8.66-2672.46,8.66z"/>
|
|
54
|
+
</g>
|
|
55
|
+
<path class="st0" d="M-2583.13,1.08l2.95,5.99c0.14,0.29,0.42,0.49,0.73,0.53l6.61,0.96c0.8,0.12,1.12,1.1,0.54,1.66l-4.78,4.66
|
|
56
|
+
c-0.23,0.22-0.33,0.55-0.28,0.86l1.13,6.58c0.14,0.8-0.7,1.4-1.41,1.03l-5.91-3.11c-0.28-0.15-0.62-0.15-0.91,0l-5.91,3.11
|
|
57
|
+
c-0.71,0.38-1.55-0.23-1.41-1.03l1.13-6.58c0.05-0.32-0.05-0.64-0.28-0.86l-4.78-4.66c-0.58-0.56-0.26-1.54,0.54-1.66l6.61-0.96
|
|
58
|
+
c0.32-0.05,0.59-0.25,0.73-0.53l2.95-5.99C-2584.52,0.36-2583.48,0.36-2583.13,1.08z"/>
|
|
59
|
+
<g>
|
|
60
|
+
<path class="st0" d="M-2277,8h2c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1h-1V5c0-0.55-0.45-1-1-1s-1,0.45-1,1v2
|
|
61
|
+
C-2278,7.55-2277.55,8-2277,8z"/>
|
|
62
|
+
<circle class="st0" cx="-2287" cy="11" r="1"/>
|
|
63
|
+
<path class="st0" d="M-2267,20h-5v-3c0-0.55-0.45-1-1-1s-1,0.45-1,1v5h-3c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h6
|
|
64
|
+
c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1h4c0.55,0,1-0.45,1-1C-2266,20.45-2266.45,20-2267,20z"/>
|
|
65
|
+
<circle class="st0" cx="-2277" cy="19" r="1"/>
|
|
66
|
+
<path class="st0" d="M-2265,10c-0.55,0-1,0.45-1,1v1h-1c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1v1c0,0.55,0.45,1,1,1s1-0.45,1-1
|
|
67
|
+
v-4C-2264,10.45-2264.45,10-2265,10z"/>
|
|
68
|
+
<path class="st0" d="M-2278,12h1c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1h-2c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1s1-0.45,1-1V12z"
|
|
69
|
+
/>
|
|
70
|
+
<path class="st0" d="M-2276,13c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1h-4C-2275.55,12-2276,12.45-2276,13z"/>
|
|
71
|
+
<circle class="st0" cx="-2273" cy="9" r="1"/>
|
|
72
|
+
<path class="st0" d="M-2284,11v1h-1c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h2c0.55,0,1-0.45,1-1v-2c0-0.55-0.45-1-1-1
|
|
73
|
+
S-2284,10.45-2284,11z"/>
|
|
74
|
+
<path class="st0" d="M-2287,8h6c0.55,0,1-0.45,1-1V1c0-0.55-0.45-1-1-1h-6c-0.55,0-1,0.45-1,1v6C-2288,7.55-2287.55,8-2287,8z
|
|
75
|
+
M-2286,3c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1v2c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V3z"/>
|
|
76
|
+
<path class="st0" d="M-2265,0h-6c-0.55,0-1,0.45-1,1v6c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1V1C-2264,0.45-2264.45,0-2265,0z
|
|
77
|
+
M-2266,5c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V3c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V5z"/>
|
|
78
|
+
<path class="st0" d="M-2281,16h-6c-0.55,0-1,0.45-1,1v6c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1v-6C-2280,16.45-2280.45,16-2281,16
|
|
79
|
+
z M-2282,21c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V21z"/>
|
|
80
|
+
</g>
|
|
81
|
+
<path class="st0" d="M-2180,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-2176,1.8-2177.8,0-2180,0z M-2180,18
|
|
82
|
+
c0,1.1-0.9,2-2,2h-12c-1.1,0-2-0.9-2-2v-3c0-1.1,0.9-2,2-2h12c1.1,0,2,0.9,2,2V18z M-2180,9c0,1.1-0.9,2-2,2h-12c-1.1,0-2-0.9-2-2
|
|
83
|
+
V6c0-1.1,0.9-2,2-2h12c1.1,0,2,0.9,2,2V9z"/>
|
|
84
|
+
<path class="st0" d="M-2136,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-2132,1.8-2133.8,0-2136,0z M-2145,18
|
|
85
|
+
c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h3c1.1,0,2,0.9,2,2V18z M-2136,18c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2V6
|
|
86
|
+
c0-1.1,0.9-2,2-2h3c1.1,0,2,0.9,2,2V18z"/>
|
|
87
|
+
<g>
|
|
88
|
+
<path class="st0" d="M-2057.74,12.1l-1.49,1.49v0l-2.48,2.48c-0.39,0.39-0.39,1.03,0,1.41l0.22,0.22c0.39,0.39,1.03,0.39,1.41,0
|
|
89
|
+
l9.76-9.76c0.39-0.39,0.39-1.03,0-1.41l-0.22-0.22c-0.39-0.39-1.03-0.39-1.41,0l-2.46,2.46l0,0l-1.49,1.49l0,0L-2057.74,12.1
|
|
90
|
+
L-2057.74,12.1z"/>
|
|
91
|
+
<path class="st0" d="M-2057.48,16.52c-0.09,0.5-0.32,0.98-0.7,1.36l-3.37,3.37c-0.48,0.48-1.12,0.74-1.8,0.74
|
|
92
|
+
c-0.68,0-1.32-0.26-1.8-0.74l-0.11-0.11c-0.99-0.99-0.99-2.61,0-3.6l3.37-3.37c0.37-0.37,0.84-0.61,1.36-0.7l1.81-1.81
|
|
93
|
+
c-0.45-0.14-0.9-0.23-1.37-0.23c-1.17,0-2.33,0.44-3.21,1.33l-3.37,3.37c-1.77,1.77-1.77,4.66,0,6.43l0.11,0.11
|
|
94
|
+
c0.88,0.88,2.05,1.33,3.21,1.33c1.17,0,2.33-0.44,3.21-1.33l3.37-3.37c1.24-1.24,1.59-3.02,1.1-4.58L-2057.48,16.52z"/>
|
|
95
|
+
<path class="st0" d="M-2045.33,1.43l-0.11-0.11c-0.88-0.88-2.05-1.33-3.21-1.33c-1.17,0-2.33,0.44-3.21,1.33l-3.37,3.37
|
|
96
|
+
c-1.24,1.24-1.59,3.02-1.1,4.58l1.81-1.81c0.09-0.5,0.32-0.98,0.7-1.36l3.37-3.37c0.48-0.48,1.12-0.74,1.8-0.74
|
|
97
|
+
c0.68,0,1.32,0.26,1.8,0.74l0.11,0.11c0.99,0.99,0.99,2.61,0,3.6l-3.37,3.37c-0.37,0.37-0.84,0.61-1.36,0.7l-1.81,1.81
|
|
98
|
+
c0.45,0.14,0.9,0.23,1.37,0.23c1.17,0,2.33-0.44,3.21-1.33l3.37-3.37C-2043.56,6.1-2043.56,3.2-2045.33,1.43z"/>
|
|
99
|
+
</g>
|
|
100
|
+
<path class="st0" d="M-1957,22h-3v-7c0-0.55-0.45-1-1-1h-2c-0.55,0-1,0.45-1,1v7h-2V3c0-0.55-0.45-1-1-1h-2c-0.55,0-1,0.45-1,1v19
|
|
101
|
+
h-2V9c0-0.55-0.45-1-1-1h-2c-0.55,0-1,0.45-1,1v13h-2V1c0-0.55-0.45-1-1-1s-1,0.45-1,1v22c0,0.55,0.45,1,1,1h4h2h4h2h4h2h4
|
|
102
|
+
c0.55,0,1-0.45,1-1C-1956,22.45-1956.45,22-1957,22z"/>
|
|
103
|
+
<g>
|
|
104
|
+
<path class="st0" d="M-1936,18"/>
|
|
105
|
+
</g>
|
|
106
|
+
<g>
|
|
107
|
+
<path class="st0" d="M-1914,0h-20c-1.1,0-2,0.9-2,2v2c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V2C-1912,0.9-1912.9,0-1914,0z"/>
|
|
108
|
+
<path class="st0" d="M-1914.81,8.71c-0.39-0.39-1.16-0.71-1.71-0.71h-18.95c-0.55,0-0.68,0.32-0.29,0.71l2.59,2.59
|
|
109
|
+
c0.39,0.39,1.16,0.71,1.71,0.71h18.95c0.55,0,0.68-0.32,0.29-0.71L-1914.81,8.71z"/>
|
|
110
|
+
<path class="st0" d="M-1931.47,14c-0.55,0-1.32,0.32-1.71,0.71l-2.59,2.59c-0.39,0.39-0.26,0.71,0.29,0.71h18.95
|
|
111
|
+
c0.55,0,1.32-0.32,1.71-0.71l2.59-2.59c0.39-0.39,0.26-0.71-0.29-0.71H-1931.47z"/>
|
|
112
|
+
<path class="st0" d="M-1914.82,20.71c-0.39-0.39-1.16-0.71-1.71-0.71h-18.95c-0.55,0-0.68,0.32-0.29,0.71l2.59,2.59
|
|
113
|
+
c0.39,0.39,1.16,0.71,1.71,0.71h18.95c0.55,0,0.68-0.32,0.29-0.71L-1914.82,20.71z"/>
|
|
114
|
+
</g>
|
|
115
|
+
<path class="st0" d="M-1872,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-1868,1.8-1869.8,0-1872,0z M-1872,11
|
|
116
|
+
c0,0.55-0.45,1-1,1h-14c-0.55,0-1-0.45-1-1V5c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V11z"/>
|
|
117
|
+
<g>
|
|
118
|
+
<path class="st0" d="M-1396,3.99h4.01c1.1,0,2-0.89,2-2c0-1.1-0.89-2-2-2h-4.01c-1.1,0-2,0.89-2,2
|
|
119
|
+
C-1398,3.1-1397.11,3.99-1396,3.99z"/>
|
|
120
|
+
<path class="st0" d="M-1386,6H-1398c-1.1,0-2-0.89-2-2V2c0-1.1-0.89-2-2-2h-4.01c-1.1,0-2,0.89-2,2v4v2.58V22c0,1.1,0.89,2,2,2
|
|
121
|
+
h20.01c1.1,0,2-0.89,2-2V8C-1384,6.89-1384.89,6-1386,6z M-1388,18c0,1.1-0.9,2-2,2h-12c-1.1,0-2-0.9-2-2v-6c0-1.1,0.9-2,2-2h12
|
|
122
|
+
c1.1,0,2,0.9,2,2V18z"/>
|
|
123
|
+
</g>
|
|
124
|
+
<g>
|
|
125
|
+
<g>
|
|
126
|
+
<path class="st0" d="M-860,2h-1V0.98c0-0.54-0.44-0.98-0.98-0.98h-2.04c-0.54,0-0.98,0.44-0.98,0.98V2h-6V0.98
|
|
127
|
+
c0-0.54-0.44-0.98-0.98-0.98h-2.04c-0.54,0-0.98,0.44-0.98,0.98V2h-1c-2.2,0-4,1.8-4,4v14c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V6
|
|
128
|
+
C-856,3.8-857.8,2-860,2z M-868,19c-3.31,0-6-2.69-6-6c0-3.31,2.69-6,6-6s6,2.69,6,6C-862,16.31-864.69,19-868,19z"/>
|
|
129
|
+
</g>
|
|
130
|
+
<g>
|
|
131
|
+
<path class="st0" d="M-865.95,12.5h-1.55V9.45c0-0.25-0.2-0.45-0.45-0.45h-0.11c-0.25,0-0.45,0.2-0.45,0.45v3.5v0.11
|
|
132
|
+
c0,0.25,0.2,0.45,0.45,0.45h0.11h2c0.25,0,0.45-0.2,0.45-0.45v-0.11C-865.5,12.7-865.7,12.5-865.95,12.5z"/>
|
|
133
|
+
</g>
|
|
134
|
+
</g>
|
|
135
|
+
<path class="st0" d="M-2532,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-2528,1.8-2529.8,0-2532,0z M-2548,2
|
|
136
|
+
h16c1.1,0,2,0.9,2,2v7l-2.71-2.71c-0.39-0.39-1.03-0.39-1.41,0l-7.42,7.42l-3.4-3.4c-0.39-0.39-1.03-0.39-1.41,0l-3.65,3.65V4
|
|
137
|
+
C-2550,2.9-2549.1,2-2548,2z"/>
|
|
138
|
+
<circle class="st0" cx="-2545" cy="7" r="3"/>
|
|
139
|
+
<g>
|
|
140
|
+
<path class="st0" d="M-2488,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-2484,1.8-2485.8,0-2488,0z
|
|
141
|
+
M-2494.5,18h1.5c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1h-6c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h1.5c0.28,0,0.5-0.22,0.5-0.5v-11
|
|
142
|
+
c0-0.28-0.22-0.5-0.5-0.5h-1.5c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h6c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1h-1.5
|
|
143
|
+
c-0.28,0-0.5,0.22-0.5,0.5v11C-2495,17.78-2494.78,18-2494.5,18z"/>
|
|
144
|
+
</g>
|
|
145
|
+
<g>
|
|
146
|
+
<path class="st0" d="M-2445.5,14c-0.82,0-1.5,0.67-1.5,1.5v-1c0-0.83-0.68-1.5-1.5-1.5s-1.5,0.67-1.5,1.5v-1
|
|
147
|
+
c0-0.83-0.68-1.5-1.5-1.5s-1.5,0.67-1.5,1.5v-6c0-0.83-0.68-1.5-1.5-1.5s-1.5,0.67-1.5,1.5v10.49l-1.44-1.44
|
|
148
|
+
c-0.59-0.59-1.54-0.59-2.12,0c-0.59,0.59-0.59,1.54,0,2.12l3.26,3.26c0,0,0,0,0,0l1.06,1.06l0.01-0.01
|
|
149
|
+
c0.55,0.61,1.34,1.01,2.22,1.01h6c1.65,0,3-1.35,3-3v-0.5V19v-3.5C-2444,14.68-2444.68,14-2445.5,14z"/>
|
|
150
|
+
<path class="st0" d="M-2444,2h-16c-2.2,0-4,1.8-4,4v2c0,2.2,1.8,4,4,4h2V7.5c0-1.93,1.57-3.5,3.5-3.5s3.5,1.57,3.5,3.5v2.54
|
|
151
|
+
c0.77,0.11,1.46,0.47,1.99,1c0.17-0.02,0.34-0.04,0.51-0.04c0.95,0,1.81,0.38,2.44,1h2.06c2.2,0,4-1.8,4-4V6
|
|
152
|
+
C-2440,3.8-2441.8,2-2444,2z"/>
|
|
153
|
+
</g>
|
|
154
|
+
<g>
|
|
155
|
+
<path class="st0" d="M-1828,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-1824,1.8-1825.8,0-1828,0z
|
|
156
|
+
M-1828,6.97V11c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V8.5c0-0.28-0.22-0.5-0.5-0.5h0.5V7.97h-2v7.53c0,0.28,0.22,0.5,0.5,0.5
|
|
157
|
+
h0.5c0.55,0,1,0.45,1,1v2c0,0.55-0.45,1-1,1h-6c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h0.5c0.28,0,0.5-0.22,0.5-0.5V7.97h-2V8
|
|
158
|
+
h0.5c-0.28,0-0.5,0.22-0.5,0.5v2.6c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V6.97V5c0-0.55,0.45-1,1-1h2h10h2c0.55,0,1,0.45,1,1
|
|
159
|
+
V6.97z"/>
|
|
160
|
+
</g>
|
|
161
|
+
<g>
|
|
162
|
+
<circle class="st0" cx="-2324" cy="21" r="1"/>
|
|
163
|
+
<circle class="st0" cx="-2320" cy="21" r="1"/>
|
|
164
|
+
<circle class="st0" cx="-2316" cy="21" r="1"/>
|
|
165
|
+
<path class="st0" d="M-2312,2h-16c-2.21,0-4,1.79-4,4v8c0,2.21,1.79,4,4,4h16c2.21,0,4-1.79,4-4V6C-2308,3.79-2309.79,2-2312,2z
|
|
166
|
+
M-2326,11.83h-0.03c-0.04,0.24-0.13,0.47-0.31,0.66c-0.46,0.46-1.2,0.46-1.66,0l-1.66-1.66c-0.46-0.46-0.46-1.2,0-1.66l1.66-1.66
|
|
167
|
+
c0.46-0.46,1.2-0.46,1.66,0c0.23,0.23,0.34,0.53,0.34,0.83V11.83z M-2310.34,10.83l-1.66,1.66c-0.46,0.46-1.2,0.46-1.66,0
|
|
168
|
+
c-0.18-0.18-0.27-0.42-0.31-0.66h-0.03V8.34c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0l1.66,1.66
|
|
169
|
+
C-2309.89,9.63-2309.89,10.37-2310.34,10.83z"/>
|
|
170
|
+
</g>
|
|
171
|
+
<g>
|
|
172
|
+
<path class="st0" d="M-1784,10h-16c-2.2,0-4,1.8-4,4v6c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4v-6C-1780,11.8-1781.8,10-1784,10z
|
|
173
|
+
M-1785,20h-14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1C-1784,19.55-1784.45,20-1785,20z M-1785,16h-14
|
|
174
|
+
c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1C-1784,15.55-1784.45,16-1785,16z"/>
|
|
175
|
+
<path class="st0" d="M-1800,8h16c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4h-16c-2.2,0-4,1.8-4,4C-1804,6.2-1802.2,8-1800,8z
|
|
176
|
+
M-1789.31,2.34c0.18-0.18,0.42-0.27,0.66-0.31V2h3.48c0.3,0,0.6,0.11,0.83,0.34c0.46,0.46,0.46,1.2,0,1.66l-1.66,1.66
|
|
177
|
+
c-0.46,0.46-1.2,0.46-1.66,0l-1.66-1.66C-1789.77,3.54-1789.77,2.8-1789.31,2.34z"/>
|
|
178
|
+
</g>
|
|
179
|
+
<path class="st0" d="M-1696,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-1692,1.8-1693.8,0-1696,0z
|
|
180
|
+
M-1706.29,20.29c0.39,0.39,0.39,1.03,0,1.42l0,0c-0.39,0.39-1.03,0.39-1.42,0l-1.29-1.29l-1.29,1.29c-0.39,0.39-1.03,0.39-1.42,0
|
|
181
|
+
l0,0c-0.39-0.39-0.39-1.03,0-1.42l1.29-1.29l-1.29-1.29c-0.39-0.39-0.39-1.03,0-1.42l0,0c0.39-0.39,1.03-0.39,1.42,0l1.29,1.29
|
|
182
|
+
l1.29-1.29c0.39-0.39,1.03-0.39,1.42,0l0,0c0.39,0.39,0.39,1.03,0,1.42l-1.29,1.29L-1706.29,20.29z M-1696.29,17.71l-3.96,3.98v0
|
|
183
|
+
l0,0c0,0,0,0,0,0l-0.01,0.01c-0.39,0.39-1.02,0.39-1.41,0l0,0c-0.02-0.02-0.03-0.05-0.05-0.08l-1.98-1.96
|
|
184
|
+
c-0.39-0.38-0.39-1.01,0-1.4l0,0c0.39-0.38,1.02-0.38,1.41,0l1.33,1.31l3.27-3.29c0.39-0.39,1.02-0.39,1.41,0l0,0
|
|
185
|
+
C-1695.9,16.68-1695.9,17.32-1696.29,17.71z M-1696,13c0,0.55-0.45,1-1,1h-14c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h14
|
|
186
|
+
c0.55,0,1,0.45,1,1V13z M-1696,7c0,0.55-0.45,1-1,1h-14c-0.55,0-1-0.45-1-1V5c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V7z"/>
|
|
187
|
+
<g>
|
|
188
|
+
<path class="st0" d="M-1564,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-1560,1.8-1561.8,0-1564,0z
|
|
189
|
+
M-1564,18c0,1.1-0.9,2-2,2h-12c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h12c1.1,0,2,0.9,2,2V18z"/>
|
|
190
|
+
<path class="st0" d="M-1567,6h-10c-0.55,0-1,0.45-1,1v5.97c0,0.55,0.45,1,1,1h10c0.55,0,1-0.45,1-1V7C-1566,6.45-1566.45,6-1567,6
|
|
191
|
+
z"/>
|
|
192
|
+
</g>
|
|
193
|
+
<g>
|
|
194
|
+
<path class="st0" d="M-1516.67,10.43c-2.61,0.95-6.7,1.57-11.33,1.57c-4.63,0-8.72-0.62-11.33-1.57
|
|
195
|
+
c-0.33-0.12-0.67,0.13-0.67,0.48v2.93c0,0.21,0.12,0.39,0.31,0.47c2.59,1.02,6.86,1.69,11.69,1.69c4.83,0,9.1-0.67,11.69-1.69
|
|
196
|
+
c0.19-0.08,0.31-0.26,0.31-0.47V10.9C-1516,10.56-1516.34,10.31-1516.67,10.43z"/>
|
|
197
|
+
<path class="st0" d="M-1516.67,16.43c-2.61,0.95-6.7,1.57-11.33,1.57c-4.63,0-8.72-0.62-11.33-1.57
|
|
198
|
+
c-0.33-0.12-0.67,0.13-0.67,0.48v2.93c0,0.21,0.12,0.39,0.31,0.47c2.59,1.02,6.86,1.69,11.69,1.69c4.83,0,9.1-0.67,11.69-1.69
|
|
199
|
+
c0.19-0.08,0.31-0.26,0.31-0.47V16.9C-1516,16.56-1516.34,16.31-1516.67,16.43z"/>
|
|
200
|
+
<path class="st0" d="M-1516.31,3.69C-1518.9,2.67-1523.17,2-1528,2s-9.1,0.67-11.69,1.69c-0.19,0.08-0.31,0.26-0.31,0.47v3.68
|
|
201
|
+
c0,0.2,0.12,0.39,0.31,0.47c2.59,1.02,6.86,1.69,11.69,1.69s9.1-0.67,11.69-1.69c0.19-0.08,0.31-0.26,0.31-0.47V4.16
|
|
202
|
+
C-1516,3.96-1516.12,3.77-1516.31,3.69z"/>
|
|
203
|
+
</g>
|
|
204
|
+
<g>
|
|
205
|
+
<path class="st0" d="M-1492.99,16V8h-1.01c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H-1492.99z"/>
|
|
206
|
+
<path class="st0" d="M-1486,8h-1.01v8h1.01c1.1,0,2-0.9,2-2v-4C-1484,8.9-1484.9,8-1486,8z"/>
|
|
207
|
+
<path class="st0" d="M-1487,18h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11c0-0.28,0.22-0.5,0.5-0.5h1.5c0.55,0,1-0.45,1-1
|
|
208
|
+
c0-0.55-0.45-1-1-1h-6c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5c0.28,0,0.5,0.22,0.5,0.5v11c0,0.28-0.22,0.5-0.5,0.5h-1.5
|
|
209
|
+
c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C-1486,18.45-1486.45,18-1487,18z"/>
|
|
210
|
+
<path class="st0" d="M-1474.25,15.17c-0.14-0.14-0.32-0.22-0.53-0.22c-0.41,0-0.75,0.34-0.75,0.75v-0.5
|
|
211
|
+
c0-0.21-0.08-0.39-0.22-0.53s-0.32-0.22-0.53-0.22c-0.31,0-0.58,0.19-0.69,0.46c-0.04,0.09-0.06,0.19-0.06,0.29v-0.5v0
|
|
212
|
+
c0-0.21-0.08-0.39-0.22-0.53s-0.32-0.22-0.53-0.22c-0.1,0-0.2,0.02-0.29,0.06c-0.27,0.11-0.46,0.38-0.46,0.69v-3
|
|
213
|
+
c0-0.21-0.08-0.39-0.22-0.53s-0.32-0.22-0.53-0.22c-0.31,0-0.58,0.19-0.69,0.46c-0.04,0.09-0.06,0.19-0.06,0.29V16v0.95
|
|
214
|
+
l-0.72-0.72c-0.29-0.29-0.77-0.29-1.06,0c-0.29,0.29-0.29,0.77,0,1.06l1.63,1.63c0,0,0,0,0,0l0.53,0.53l0,0
|
|
215
|
+
c0.28,0.31,0.67,0.5,1.11,0.5h3c0.83,0,1.5-0.68,1.5-1.5V18.2v-0.75V16v-0.3v0c0-0.17-0.07-0.33-0.17-0.45
|
|
216
|
+
C-1474.22,15.22-1474.23,15.19-1474.25,15.17z"/>
|
|
217
|
+
<path class="st0" d="M-1474,8h-6c-1.1,0-2,0.9-2,2v4c0,0.39,0.12,0.75,0.31,1.06c0.13-0.03,0.27-0.05,0.41-0.05
|
|
218
|
+
c0.08,0,0.17,0.01,0.25,0.02V11.7c0-0.97,0.79-1.75,1.75-1.75s1.75,0.79,1.75,1.75v1.27c0.39,0.06,0.73,0.24,0.99,0.5
|
|
219
|
+
c0.08-0.01,0.17-0.02,0.26-0.02c0.49,0,0.93,0.2,1.24,0.52c0.08-0.01,0.17-0.02,0.26-0.02c0.97,0,1.75,0.79,1.75,1.75v0.04
|
|
220
|
+
c0.61-0.34,1.03-0.99,1.03-1.74v-4C-1472,8.9-1472.9,8-1474,8z"/>
|
|
221
|
+
</g>
|
|
222
|
+
<g>
|
|
223
|
+
<path class="st0" d="M-1624.99,16V8h-1.01c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H-1624.99z"/>
|
|
224
|
+
<path class="st0" d="M-1619,18h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11c0-0.28,0.22-0.5,0.5-0.5h1.5c0.55,0,1-0.45,1-1
|
|
225
|
+
c0-0.55-0.45-1-1-1h-6c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5c0.28,0,0.5,0.22,0.5,0.5v11c0,0.28-0.22,0.5-0.5,0.5h-1.5
|
|
226
|
+
c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C-1618,18.45-1618.45,18-1619,18z"/>
|
|
227
|
+
<path class="st0" d="M-1606,8h-13.01v8h13.01c1.1,0,2-0.9,2-2v-4C-1604,8.9-1604.9,8-1606,8z M-1612.4,12.83l-1.66,1.66
|
|
228
|
+
c-0.46,0.46-1.2,0.46-1.66,0c-0.18-0.18-0.27-0.42-0.31-0.66h-0.03v-3.48c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0
|
|
229
|
+
l1.66,1.66C-1611.94,11.63-1611.94,12.37-1612.4,12.83z M-1606.34,12.83l-1.66,1.66c-0.46,0.46-1.2,0.46-1.66,0
|
|
230
|
+
c-0.18-0.18-0.27-0.42-0.31-0.66h-0.03v-3.48c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0l1.66,1.66
|
|
231
|
+
C-1605.89,11.63-1605.89,12.37-1606.34,12.83z"/>
|
|
232
|
+
</g>
|
|
233
|
+
<g>
|
|
234
|
+
<path class="st0" d="M-1311,18h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11c0-0.28,0.22-0.5,0.5-0.5h1.5c0.55,0,1-0.45,1-1
|
|
235
|
+
c0-0.55-0.45-1-1-1h-6c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5c0.28,0,0.5,0.22,0.5,0.5v11c0,0.28-0.22,0.5-0.5,0.5h-1.5
|
|
236
|
+
c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C-1310,18.45-1310.45,18-1311,18z"/>
|
|
237
|
+
<path class="st0" d="M-1316.99,16V8h-1.01c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H-1316.99z"/>
|
|
238
|
+
<path class="st0" d="M-1298,8h-13.01v8h13.01c1.1,0,2-0.9,2-2v-4C-1296,8.9-1296.9,8-1298,8z M-1306,14c-1.1,0-2-0.9-2-2
|
|
239
|
+
c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C-1304,13.1-1304.9,14-1306,14z M-1300,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2
|
|
240
|
+
C-1298,13.1-1298.9,14-1300,14z"/>
|
|
241
|
+
</g>
|
|
242
|
+
<path class="st0" d="M-1256,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-1252,1.8-1253.8,0-1256,0z M-1265,20
|
|
243
|
+
c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-2c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V20z M-1265,12c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-2
|
|
244
|
+
c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V12z M-1254,20c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-2c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V20z
|
|
245
|
+
M-1254,12c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-2c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V12z M-1256,6h-16c-1.1,0-2-0.9-2-2
|
|
246
|
+
c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2C-1254,5.1-1254.9,6-1256,6z"/>
|
|
247
|
+
<g>
|
|
248
|
+
<path class="st0" d="M-1755,20c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h9.35c-0.01-0.26,0-0.52,0.08-0.78l0.35-1.22h-9.78
|
|
249
|
+
c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h10.35l0.81-2.82c0.13-0.46,0.39-0.86,0.73-1.18H-1756c-2.2,0-4,1.8-4,4v6c0,2.2,1.8,4,4,4
|
|
250
|
+
h12.29c-0.01-0.16-0.02-0.31,0.01-0.49l0.41-3.26c-0.38,0-0.74-0.09-1.07-0.25H-1755z"/>
|
|
251
|
+
<path class="st0" d="M-1756,8h16c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4h-16c-2.2,0-4,1.8-4,4C-1760,6.2-1758.2,8-1756,8z
|
|
252
|
+
M-1745.31,2.34c0.18-0.18,0.42-0.27,0.66-0.31V2h3.48c0.3,0,0.6,0.11,0.83,0.34c0.46,0.46,0.46,1.2,0,1.66l-1.66,1.66
|
|
253
|
+
c-0.46,0.46-1.2,0.46-1.66,0l-1.66-1.66C-1745.77,3.54-1745.77,2.8-1745.31,2.34z"/>
|
|
254
|
+
<path class="st0" d="M-1736.28,16.25h-2.43c-0.27,0-0.44-0.22-0.36-0.48l1.15-4.04c0.08-0.26-0.09-0.48-0.36-0.48h-3
|
|
255
|
+
c-0.28,0-0.56,0.22-0.64,0.48l-1.73,6.04c-0.08,0.26,0.09,0.48,0.36,0.48h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.63,5.01
|
|
256
|
+
c-0.03,0.27,0.07,0.32,0.24,0.1l5.4-7.2C-1735.92,16.43-1736.01,16.25-1736.28,16.25z"/>
|
|
257
|
+
</g>
|
|
258
|
+
<g>
|
|
259
|
+
<path class="st0" d="M-1124,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-1120,1.8-1121.8,0-1124,0z
|
|
260
|
+
M-1134.29,20.29c0.39,0.39,0.39,1.03,0,1.42l0,0c-0.39,0.39-1.03,0.39-1.42,0l-1.29-1.29l-1.29,1.29c-0.39,0.39-1.03,0.39-1.42,0
|
|
261
|
+
v0c-0.39-0.39-0.39-1.03,0-1.42l1.29-1.29l-1.29-1.29c-0.39-0.39-0.39-1.03,0-1.42v0c0.39-0.39,1.03-0.39,1.42,0l1.29,1.29
|
|
262
|
+
l1.29-1.29c0.39-0.39,1.03-0.39,1.42,0l0,0c0.39,0.39,0.39,1.03,0,1.42l-1.29,1.29L-1134.29,20.29z M-1124.29,17.71l-3.96,3.98v0
|
|
263
|
+
l0,0c0,0,0,0,0,0l-0.01,0.01c-0.39,0.39-1.02,0.39-1.41,0l0,0c-0.02-0.02-0.03-0.05-0.05-0.08l-1.98-1.96
|
|
264
|
+
c-0.39-0.38-0.39-1.01,0-1.4l0,0c0.39-0.38,1.02-0.38,1.41,0l1.33,1.31l3.27-3.29c0.39-0.39,1.02-0.39,1.41,0l0,0
|
|
265
|
+
C-1123.9,16.68-1123.9,17.32-1124.29,17.71z M-1124,13c0,0.55-0.45,1-1,1h-14c-0.55,0-1-0.45-1-1V5c0-0.55,0.45-1,1-1h14
|
|
266
|
+
c0.55,0,1,0.45,1,1V13z"/>
|
|
267
|
+
<path class="st0" d="M-1127,6h-10c-0.55,0-1,0.45-1,1s0.45,1,1,1h10c0.55,0,1-0.45,1-1S-1126.45,6-1127,6z"/>
|
|
268
|
+
<path class="st0" d="M-1127,10h-10c-0.55,0-1,0.45-1,1s0.45,1,1,1h10c0.55,0,1-0.45,1-1S-1126.45,10-1127,10z"/>
|
|
269
|
+
</g>
|
|
270
|
+
<g>
|
|
271
|
+
<path class="st0" d="M-1100,14.4"/>
|
|
272
|
+
</g>
|
|
273
|
+
<g>
|
|
274
|
+
<path class="st0" d="M-1046.99,8h-7.01c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h7.01V8z"/>
|
|
275
|
+
<path class="st0" d="M-1034,8h-7.01v8h7.01c1.1,0,2-0.9,2-2v-4C-1032,8.9-1032.9,8-1034,8z"/>
|
|
276
|
+
<path class="st0" d="M-1041,18h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11c0-0.28,0.22-0.5,0.5-0.5h1.5c0.55,0,1-0.45,1-1
|
|
277
|
+
c0-0.55-0.45-1-1-1h-6c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5c0.28,0,0.5,0.22,0.5,0.5v11c0,0.28-0.22,0.5-0.5,0.5h-1.5
|
|
278
|
+
c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C-1040,18.45-1040.45,18-1041,18z"/>
|
|
279
|
+
</g>
|
|
280
|
+
<path class="st0" d="M-992,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-988,1.8-989.8,0-992,0z M-1001,20
|
|
281
|
+
c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-5c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V20z M-1001,9c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2V4
|
|
282
|
+
c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V9z M-990,20c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-5c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V20z
|
|
283
|
+
M-990,9c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2V4c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V9z"/>
|
|
284
|
+
<g>
|
|
285
|
+
<circle class="st0" cx="-917" cy="7" r="3"/>
|
|
286
|
+
<path class="st0" d="M-899.78,16.25h-0.5h-2.43c-0.28,0-0.44-0.22-0.36-0.48l0.58-2.02l0.71-2.5h-0.5h-3h-0.5l-0.14,0.48
|
|
287
|
+
c0,0,0,0,0,0l-0.86,3.02l-1,3.5h0.5h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.69,5.5L-899.78,16.25z"/>
|
|
288
|
+
<path class="st0" d="M-909.19,19.31c-0.45-0.6-0.59-1.36-0.38-2.09l1.73-6.04c0.32-1.12,1.4-1.93,2.56-1.93h1.54l-0.96-0.96
|
|
289
|
+
c-0.39-0.39-1.03-0.39-1.41,0l-7.42,7.42l-3.4-3.4c-0.39-0.39-1.03-0.39-1.41,0l-3.65,3.65V4c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2
|
|
290
|
+
v5.28c0.65,0.07,1.23,0.39,1.63,0.91c0.18,0.24,0.3,0.51,0.37,0.79V4c0-2.2-1.8-4-4-4h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4
|
|
291
|
+
h12.29c-0.01-0.16-0.02-0.31,0.01-0.49l0.41-3.26C-908.06,20.25-908.75,19.9-909.19,19.31z"/>
|
|
292
|
+
</g>
|
|
293
|
+
<g>
|
|
294
|
+
<path class="st0" d="M-1076.28,16.25h-0.56h-1.87c-0.28,0-0.44-0.22-0.36-0.48l1.15-4.04c0.08-0.26-0.09-0.48-0.36-0.48l0,0h-3
|
|
295
|
+
l0,0c-0.28,0-0.56,0.22-0.64,0.48l-1.73,6.04c-0.08,0.26,0.09,0.48,0.36,0.48l0,0h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.05,0.39h0
|
|
296
|
+
l-0.58,4.62c-0.02,0.16,0.01,0.24,0.06,0.24c0.04,0,0.1-0.05,0.17-0.14l5.4-7.2C-1075.92,16.43-1076.01,16.25-1076.28,16.25z"/>
|
|
297
|
+
<path class="st0" d="M-1083.84,11.18c0.32-1.12,1.4-1.93,2.56-1.93h3c0.34,0,0.67,0.08,0.97,0.21c-1.1-1.38-2.79-2.26-4.69-2.26
|
|
298
|
+
c-0.2,0-0.39,0.04-0.59,0.06c-1.32-1.5-3.25-2.46-5.41-2.46c-3.15,0-5.82,2.02-6.8,4.84c-0.14-0.01-0.27-0.04-0.4-0.04
|
|
299
|
+
c-2.65,0-4.8,2.15-4.8,4.8c0,2.65,2.15,4.8,4.8,4.8h9.94c-0.39-0.58-0.51-1.29-0.31-1.98L-1083.84,11.18z M-1086,12.5h-0.5v3
|
|
300
|
+
c0,0.55-0.45,1-1,1h-1c-0.55,0-1-0.45-1-1v-3h-0.5c-0.55,0-1-0.45-1-1c0-0.28,0.11-0.53,0.29-0.71v0l2-2v0
|
|
301
|
+
c0.18-0.18,0.43-0.29,0.71-0.29s0.53,0.11,0.71,0.29v0l2,2v0c0.18,0.18,0.29,0.43,0.29,0.71C-1085,12.05-1085.45,12.5-1086,12.5z"
|
|
302
|
+
/>
|
|
303
|
+
</g>
|
|
304
|
+
<path class="st0" d="M-780.63,0.32c0.35-0.43,0.91-0.43,1.26,0l1.63,2.02c0.35,0.43,1.06,0.66,1.59,0.52l2.5-0.67
|
|
305
|
+
c0.53-0.14,0.99,0.19,1.02,0.74l0.13,2.59c0.03,0.55,0.47,1.16,0.99,1.36l2.42,0.93c0.51,0.2,0.69,0.73,0.39,1.2l-1.41,2.17
|
|
306
|
+
c-0.3,0.46-0.3,1.22,0,1.68l1.41,2.17c0.3,0.46,0.13,1-0.39,1.2l-2.42,0.93c-0.51,0.2-0.96,0.81-0.99,1.36l-0.13,2.59
|
|
307
|
+
c-0.03,0.55-0.49,0.88-1.02,0.74l-2.5-0.67c-0.53-0.14-1.25,0.09-1.59,0.52l-1.63,2.02c-0.35,0.43-0.91,0.43-1.26,0l-1.63-2.02
|
|
308
|
+
c-0.35-0.43-1.06-0.66-1.59-0.52l-2.5,0.67c-0.53,0.14-0.99-0.19-1.02-0.74l-0.13-2.59c-0.03-0.55-0.47-1.16-0.99-1.36l-2.42-0.93
|
|
309
|
+
c-0.51-0.2-0.69-0.73-0.39-1.2l1.41-2.17c0.3-0.46,0.3-1.22,0-1.68l-1.41-2.17c-0.3-0.46-0.13-1,0.39-1.2l2.42-0.93
|
|
310
|
+
c0.51-0.2,0.96-0.81,0.99-1.36l0.13-2.59c0.03-0.55,0.49-0.88,1.02-0.74l2.5,0.67c0.53,0.14,1.25-0.09,1.59-0.52L-780.63,0.32z"/>
|
|
311
|
+
<g>
|
|
312
|
+
<path class="st0" d="M-2631.99,8.77c-0.19-0.08-0.41-0.11-0.64-0.11c-0.36,0-0.66,0.09-0.92,0.26c-0.26,0.17-0.45,0.42-0.59,0.75
|
|
313
|
+
c-0.08,0.2-0.13,0.44-0.17,0.71c-0.04,0.28-0.05,0.59-0.05,0.93c0,0.27,0.02,0.51,0.05,0.74c0.03,0.23,0.08,0.44,0.16,0.63
|
|
314
|
+
c0.14,0.35,0.35,0.62,0.62,0.81c0.27,0.2,0.58,0.29,0.93,0.29c0.3,0,0.57-0.07,0.82-0.22c0.25-0.15,0.45-0.35,0.6-0.62
|
|
315
|
+
c0.12-0.22,0.21-0.46,0.25-0.73c0.05-0.27,0.07-0.59,0.07-0.96c0-0.69-0.09-1.22-0.26-1.6c-0.1-0.22-0.22-0.4-0.37-0.54
|
|
316
|
+
C-2631.63,8.95-2631.8,8.84-2631.99,8.77z M-2631.87,12.24c-0.05,0.27-0.13,0.48-0.25,0.62c-0.12,0.15-0.28,0.22-0.49,0.22
|
|
317
|
+
c-0.2,0-0.36-0.07-0.48-0.21c-0.12-0.14-0.2-0.35-0.25-0.62c-0.05-0.27-0.08-0.62-0.08-1.05c0-0.63,0.06-1.1,0.18-1.4
|
|
318
|
+
c0.12-0.3,0.33-0.46,0.63-0.46c0.21,0,0.37,0.07,0.49,0.2c0.12,0.14,0.2,0.34,0.25,0.6c0.05,0.27,0.08,0.61,0.08,1.02
|
|
319
|
+
C-2631.8,11.61-2631.82,11.97-2631.87,12.24z"/>
|
|
320
|
+
<path class="st0" d="M-2628.87,13.65c0.08,0.09,0.2,0.14,0.34,0.14c0.31,0,0.47-0.23,0.47-0.69V9.19c0-0.16-0.04-0.29-0.11-0.39
|
|
321
|
+
c-0.07-0.09-0.17-0.14-0.29-0.14c-0.11,0-0.18,0.02-0.22,0.06c-0.04,0.04-0.12,0.15-0.25,0.33s-0.27,0.34-0.44,0.48
|
|
322
|
+
s-0.39,0.28-0.66,0.41c-0.18,0.09-0.31,0.16-0.39,0.21c-0.07,0.05-0.11,0.14-0.11,0.26c0,0.1,0.04,0.19,0.11,0.26
|
|
323
|
+
s0.16,0.11,0.25,0.11c0.2,0,0.59-0.22,1.17-0.67v3.11C-2628.99,13.41-2628.95,13.55-2628.87,13.65z"/>
|
|
324
|
+
<path class="st0" d="M-2620,2h-1V0.98c0-0.54-0.44-0.98-0.98-0.98h-2.04c-0.54,0-0.98,0.44-0.98,0.98V2h-6V0.98
|
|
325
|
+
c0-0.54-0.44-0.98-0.98-0.98h-2.04c-0.54,0-0.98,0.44-0.98,0.98V2h-1c-2.2,0-4,1.8-4,4v12c0,2.2,1.8,4,4,4h8.28
|
|
326
|
+
c-0.8-1.13-1.28-2.51-1.28-4c0-0.7,0.11-1.37,0.29-2h-5.29c-1.1,0-2-0.9-2-2V8c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v4.26
|
|
327
|
+
c1.14-0.79,2.51-1.26,4-1.26c2.55,0,4.78,1.37,6,3.41V6C-2616,3.8-2617.8,2-2620,2z M-2620,9c0,0.55-0.45,1-1,1h-2
|
|
328
|
+
c-0.55,0-1-0.45-1-1V7c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V9z"/>
|
|
329
|
+
<path class="st0" d="M-2622,12c-3.31,0-6,2.69-6,6c0,1.54,0.58,2.94,1.54,4c0.14,0.15,0.28,0.29,0.43,0.43
|
|
330
|
+
c0,0,0.01,0.01,0.01,0.01c0.14,0.13,0.29,0.25,0.45,0.37c0.01,0.01,0.02,0.02,0.04,0.03c0.15,0.11,0.3,0.21,0.46,0.3
|
|
331
|
+
c0.02,0.01,0.05,0.03,0.07,0.04c0.15,0.09,0.3,0.16,0.45,0.24c0.04,0.02,0.07,0.03,0.1,0.05c0.14,0.07,0.29,0.12,0.44,0.18
|
|
332
|
+
c0.05,0.02,0.09,0.04,0.14,0.05c0.14,0.05,0.29,0.09,0.44,0.12c0.06,0.01,0.11,0.03,0.17,0.04c0.15,0.03,0.3,0.05,0.45,0.07
|
|
333
|
+
c0.06,0.01,0.11,0.02,0.17,0.03c0.21,0.02,0.42,0.03,0.64,0.03c3.31,0,6-2.69,6-6S-2618.69,12-2622,12z M-2619.5,18.05
|
|
334
|
+
c0,0.25-0.2,0.45-0.45,0.45h-2h-0.11c-0.25,0-0.45-0.2-0.45-0.45v-0.11v-3.5c0-0.25,0.2-0.45,0.45-0.45h0.11
|
|
335
|
+
c0.25,0,0.45,0.2,0.45,0.45v3.05h1.55c0.25,0,0.45,0.2,0.45,0.45V18.05z"/>
|
|
336
|
+
</g>
|
|
337
|
+
<g>
|
|
338
|
+
<path class="st0" d="M-2235.27,10.11c-0.15-0.15-0.4-0.15-0.56,0l-2.92,2.92l-1.32-1.32c-0.15-0.15-0.4-0.15-0.56,0l-0.01,0.01
|
|
339
|
+
c-0.15,0.15-0.15,0.4,0,0.56l1.61,1.61c0.15,0.15,0.4,0.15,0.56,0l3.21-3.21C-2235.11,10.52-2235.11,10.27-2235.27,10.11
|
|
340
|
+
L-2235.27,10.11z"/>
|
|
341
|
+
<path class="st0" d="M-2224,4h-16c-2.21,0-4,1.79-4,4v8c0,2.21,1.79,4,4,4h16c2.21,0,4-1.79,4-4V8C-2220,5.79-2221.79,4-2224,4z
|
|
342
|
+
M-2234,15c0,0.55-0.45,1-1,1h-6c-0.55,0-1-0.45-1-1V9c0-0.55,0.45-1,1-1h6c0.55,0,1,0.45,1,1V15z M-2232,8.5
|
|
343
|
+
c0-0.08,0.02-0.13,0.04-0.18c0.01-0.01,0.02-0.02,0.03-0.03c0.02-0.02,0.04-0.04,0.07-0.04c0.01,0,0.03,0,0.04,0
|
|
344
|
+
c0.05,0.01,0.11,0.03,0.17,0.09c0,0,0.01,0,0.01,0.01l0.66,0.66c0.84-1.12,2.14-1.88,3.63-1.99c-0.08,0.15-0.14,0.31-0.14,0.48
|
|
345
|
+
l0,1.56c-0.87,0.15-1.61,0.65-2.05,1.38l1.2,1.2c0,0,0,0,0,0v0c0.09,0.1,0.12,0.18,0.1,0.25c0,0-0.01,0-0.01,0.01
|
|
346
|
+
c-0.01,0.03-0.04,0.05-0.08,0.07c-0.04,0.02-0.1,0.03-0.17,0.03h-1.5h-1.5c-0.22,0-0.4-0.14-0.47-0.33v0
|
|
347
|
+
c-0.02-0.05-0.03-0.11-0.03-0.17V8.5z M-2227.09,16.77c-0.01,0.01-0.01,0.02-0.02,0.03c-0.09,0.12-0.23,0.2-0.39,0.2l-3,0
|
|
348
|
+
c-0.27,0-0.34-0.16-0.15-0.35l0.66-0.66c-1.13-0.84-1.88-2.14-1.99-3.63c0.14,0.08,0.3,0.14,0.48,0.14h1.57
|
|
349
|
+
c0.15,0.87,0.65,1.61,1.38,2.05l1.2-1.2c0.19-0.19,0.35-0.13,0.35,0.15l0,3C-2227,16.6-2227.04,16.69-2227.09,16.77z
|
|
350
|
+
M-2226.65,10.65c-0.06,0.06-0.12,0.09-0.17,0.09c-0.01,0-0.03,0-0.04,0c-0.03,0-0.05-0.02-0.07-0.04
|
|
351
|
+
c-0.01-0.01-0.02-0.02-0.03-0.03c-0.02-0.04-0.04-0.1-0.04-0.18c0,0,0,0,0,0l0-1.5l0,0l0-1.5c0-0.22,0.15-0.4,0.34-0.47
|
|
352
|
+
c0,0,0,0,0,0c0.05-0.02,0.1-0.03,0.16-0.03l3,0c0.08,0,0.13,0.01,0.17,0.04c0.11,0.06,0.11,0.18-0.03,0.32c0,0,0,0,0,0l-0.67,0.67
|
|
353
|
+
c1.11,0.84,1.87,2.13,1.98,3.61c-0.14-0.07-0.29-0.13-0.46-0.13h-1.55c-0.15-0.87-0.67-1.61-1.39-2.06l-1.2,1.2
|
|
354
|
+
C-2226.65,10.65-2226.65,10.65-2226.65,10.65z M-2222,15.5c0,0.28-0.16,0.34-0.35,0.15l-0.67-0.67c-0.84,1.12-2.13,1.88-3.61,1.99
|
|
355
|
+
c0.08-0.14,0.13-0.3,0.13-0.46l0-1.55c0.87-0.15,1.61-0.67,2.06-1.39l-1.2-1.2c-0.19-0.19-0.13-0.35,0.15-0.35h1.5h1.5
|
|
356
|
+
c0.1,0,0.19,0.04,0.27,0.09c0.01,0.01,0.02,0.01,0.03,0.02c0.08,0.06,0.13,0.13,0.17,0.23v0v0c0.02,0.05,0.03,0.1,0.03,0.16V15.5z
|
|
357
|
+
"/>
|
|
358
|
+
</g>
|
|
359
|
+
<path class="st0" d="M-1342,10h-4.35c-0.82-2.33-3.04-4-5.65-4s-4.83,1.67-5.65,4h-4.35c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h4.35
|
|
360
|
+
c0.82,2.33,3.04,4,5.65,4s4.83-1.67,5.65-4h4.35c1.1,0,2-0.9,2-2C-1340,10.9-1340.9,10-1342,10z M-1352,14c-1.1,0-2-0.9-2-2
|
|
361
|
+
c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C-1350,13.1-1350.9,14-1352,14z"/>
|
|
362
|
+
<g>
|
|
363
|
+
<path class="st0" d="M-1652,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-1648,1.8-1649.8,0-1652,0z
|
|
364
|
+
M-1652,16c0,1.1-0.9,2-2,2h-12c-1.1,0-2-0.9-2-2V8c0-1.1,0.9-2,2-2h12c1.1,0,2,0.9,2,2V16z"/>
|
|
365
|
+
<path class="st0" d="M-1656.06,10.89l-2.06-0.3c-0.28-0.04-0.61-0.28-0.73-0.53l-0.92-1.87c-0.12-0.25-0.33-0.25-0.45,0
|
|
366
|
+
l-0.92,1.87c-0.12,0.25-0.45,0.49-0.73,0.53l-2.06,0.3c-0.28,0.04-0.34,0.23-0.14,0.43l1.49,1.45c0.2,0.2,0.33,0.58,0.28,0.86
|
|
367
|
+
l-0.35,2.05c-0.05,0.28,0.12,0.4,0.37,0.27l1.84-0.97c0.25-0.13,0.65-0.13,0.9,0l1.84,0.97c0.25,0.13,0.41,0.01,0.37-0.27
|
|
368
|
+
l-0.35-2.05c-0.05-0.28,0.08-0.66,0.28-0.86l1.49-1.45C-1655.72,11.13-1655.79,10.93-1656.06,10.89z"/>
|
|
369
|
+
</g>
|
|
370
|
+
<g>
|
|
371
|
+
<path class="st0" d="M-1185.01,16.31v-8h-1.01c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H-1185.01z"/>
|
|
372
|
+
<path class="st0" d="M-1179.02,18.31h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11c0-0.28,0.22-0.5,0.5-0.5h1.5c0.55,0,1-0.45,1-1
|
|
373
|
+
c0-0.55-0.45-1-1-1h-6c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5c0.28,0,0.5,0.22,0.5,0.5v11c0,0.28-0.22,0.5-0.5,0.5h-1.5
|
|
374
|
+
c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C-1178.02,18.75-1178.46,18.31-1179.02,18.31z"/>
|
|
375
|
+
<path class="st0" d="M-1166.02,8.31h-13.01v8h5.7l0.91-3.17l-1.65,1.65c-0.46,0.46-1.2,0.46-1.66,0
|
|
376
|
+
c-0.18-0.18-0.27-0.42-0.31-0.66h-0.03v-3.48c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0l1.66,1.66
|
|
377
|
+
c0.17,0.17,0.26,0.38,0.3,0.6l0.26-0.9c0.32-1.12,1.4-1.93,2.56-1.93h3c0.76,0,1.46,0.34,1.91,0.94c0.18,0.24,0.3,0.51,0.37,0.79
|
|
378
|
+
v-0.67C-1164.02,9.21-1164.92,8.31-1166.02,8.31z"/>
|
|
379
|
+
<path class="st0" d="M-1164.3,16.25h-2.43c-0.28,0-0.44-0.22-0.36-0.48l1.15-4.04c0.08-0.26-0.09-0.48-0.36-0.48h-3
|
|
380
|
+
c-0.27,0-0.56,0.22-0.64,0.48l-1.73,6.04c-0.08,0.26,0.09,0.48,0.36,0.48h1.75c0.28,0,0.47,0.22,0.44,0.5l-0.63,5.01
|
|
381
|
+
c-0.03,0.27,0.07,0.32,0.24,0.1l5.4-7.2C-1163.93,16.43-1164.02,16.25-1164.3,16.25z"/>
|
|
382
|
+
</g>
|
|
383
|
+
<g>
|
|
384
|
+
<path class="st0" d="M-736,0h-8c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h8c2.2,0,4-1.8,4-4V4C-732,1.8-733.8,0-736,0z M-734,18.01
|
|
385
|
+
c0,0.55-0.45,0.99-0.99,0.99h-10.01c-0.55,0-0.99-0.45-0.99-0.99v-0.01c0-0.55,0.45-0.99,0.99-0.99h10.01
|
|
386
|
+
c0.55,0,0.99,0.45,0.99,0.99V18.01z M-734,12.01c0,0.55-0.45,0.99-0.99,0.99h-10.01c-0.55,0-0.99-0.45-0.99-0.99v-0.01
|
|
387
|
+
c0-0.55,0.45-0.99,0.99-0.99h10.01c0.55,0,0.99,0.45,0.99,0.99V12.01z M-734,6.01c0,0.55-0.45,0.99-0.99,0.99h-10.01
|
|
388
|
+
c-0.55,0-0.99-0.45-0.99-0.99V5.99c0-0.55,0.45-0.99,0.99-0.99h10.01c0.55,0,0.99,0.45,0.99,0.99V6.01z"/>
|
|
389
|
+
<path class="st0" d="M-724.51,10.76L-727,8.27c-0.69-0.69-1.8-0.69-2.49,0c-0.34,0.34-0.51,0.79-0.51,1.24v5.23h0.05
|
|
390
|
+
c0.05,0.36,0.19,0.71,0.46,0.99c0.69,0.69,1.8,0.69,2.49,0l2.49-2.49C-723.83,12.56-723.83,11.44-724.51,10.76z"/>
|
|
391
|
+
</g>
|
|
392
|
+
<g>
|
|
393
|
+
<path class="st0" d="M-1436.99,16V8h-1.01c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H-1436.99z"/>
|
|
394
|
+
<path class="st0" d="M-1430,8h-1.01v8h1.01c1.1,0,2-0.9,2-2v-4C-1428,8.9-1428.9,8-1430,8z"/>
|
|
395
|
+
<path class="st0" d="M-1431,18h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11c0-0.28,0.22-0.5,0.5-0.5h1.5c0.55,0,1-0.45,1-1
|
|
396
|
+
c0-0.55-0.45-1-1-1h-6c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5c0.28,0,0.5,0.22,0.5,0.5v11c0,0.28-0.22,0.5-0.5,0.5h-1.5
|
|
397
|
+
c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C-1430,18.45-1430.45,18-1431,18z"/>
|
|
398
|
+
<path class="st0" d="M-1442.37,11.51l-0.59-0.33c-0.48-0.27-0.75-0.93-0.6-1.46l0.18-0.65c0.15-0.53-0.17-0.84-0.7-0.7l-0.65,0.18
|
|
399
|
+
c-0.53,0.15-1.19-0.12-1.46-0.6l-0.33-0.59c-0.27-0.48-0.71-0.48-0.99,0l-0.33,0.59c-0.27,0.48-0.93,0.75-1.46,0.6l-0.65-0.18
|
|
400
|
+
c-0.53-0.15-0.84,0.17-0.7,0.7l0.18,0.65c0.15,0.53-0.12,1.19-0.6,1.46l-0.59,0.33c-0.48,0.27-0.48,0.71,0,0.99l0.59,0.33
|
|
401
|
+
c0.48,0.27,0.75,0.93,0.6,1.46l-0.18,0.65c-0.15,0.53,0.17,0.84,0.7,0.7l0.65-0.18c0.53-0.15,1.19,0.12,1.46,0.6l0.33,0.59
|
|
402
|
+
c0.27,0.48,0.71,0.48,0.99,0l0.33-0.59c0.27-0.48,0.93-0.75,1.46-0.6l0.65,0.18c0.53,0.15,0.84-0.17,0.7-0.7l-0.18-0.65
|
|
403
|
+
c-0.15-0.53,0.12-1.19,0.6-1.46l0.59-0.33C-1441.89,12.22-1441.89,11.78-1442.37,11.51z"/>
|
|
404
|
+
</g>
|
|
405
|
+
<g>
|
|
406
|
+
<g>
|
|
407
|
+
<path class="st0" d="M-2408,0c-6.63,0-12,5.37-12,12c0,6.63,5.37,12,12,12s12-5.37,12-12C-2396,5.37-2401.37,0-2408,0z M-2408,20
|
|
408
|
+
c-4.41,0-8-3.59-8-8c0-4.41,3.59-8,8-8s8,3.59,8,8C-2400,16.41-2403.59,20-2408,20z"/>
|
|
409
|
+
</g>
|
|
410
|
+
<g>
|
|
411
|
+
<circle class="st0" cx="-2408" cy="12" r="4"/>
|
|
412
|
+
</g>
|
|
413
|
+
</g>
|
|
414
|
+
<g>
|
|
415
|
+
<path class="st0" d="M-831,0h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1V1C-830,0.45-830.45,0-831,0z"/>
|
|
416
|
+
<path class="st0" d="M-831,9h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1v-4C-830,9.45-830.45,9-831,9z"/>
|
|
417
|
+
<path class="st0" d="M-831,18h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1v-4C-830,18.45-830.45,18-831,18z"/>
|
|
418
|
+
<path class="st0" d="M-813,0h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1V1C-812,0.45-812.45,0-813,0z"/>
|
|
419
|
+
<path class="st0" d="M-813,9h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1v-4C-812,9.45-812.45,9-813,9z"/>
|
|
420
|
+
<path class="st0" d="M-813,18h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1v-4C-812,18.45-812.45,18-813,18z"/>
|
|
421
|
+
<path class="st0" d="M-822,0h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1V1C-821,0.45-821.45,0-822,0z"/>
|
|
422
|
+
<path class="st0" d="M-822,9h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1v-4C-821,9.45-821.45,9-822,9z"/>
|
|
423
|
+
<path class="st0" d="M-822,18h-4c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1v-4C-821,18.45-821.45,18-822,18z"/>
|
|
424
|
+
</g>
|
|
425
|
+
<g>
|
|
426
|
+
<path class="st0" d="M-1214,4h-2c0-2.21-1.79-4-4-4s-4,1.79-4,4h-2c-2.2,0-4,1.8-4,4v12c0,2.2,1.8,4,4,4h12c2.2,0,4-1.8,4-4V8
|
|
427
|
+
C-1210,5.8-1211.8,4-1214,4z M-1220,2c1.1,0,2,0.9,2,2h-4C-1222,2.9-1221.1,2-1220,2z M-1212,20c0,1.1-0.9,2-2,2h-12
|
|
428
|
+
c-1.1,0-2-0.9-2-2V8c0-1.1,0.9-2,2-2h2v1.05c0,0.52,0.43,0.95,0.95,0.95h6.11c0.52,0,0.95-0.43,0.95-0.95V6h2c1.1,0,2,0.9,2,2V20z
|
|
429
|
+
"/>
|
|
430
|
+
<path class="st0" d="M-1215,10h-10c-0.55,0-1,0.45-1,1s0.45,1,1,1h10c0.55,0,1-0.45,1-1S-1214.45,10-1215,10z"/>
|
|
431
|
+
<path class="st0" d="M-1215,14h-10c-0.55,0-1,0.45-1,1s0.45,1,1,1h10c0.55,0,1-0.45,1-1S-1214.45,14-1215,14z"/>
|
|
432
|
+
<path class="st0" d="M-1215,18h-10c-0.55,0-1,0.45-1,1s0.45,1,1,1h10c0.55,0,1-0.45,1-1S-1214.45,18-1215,18z"/>
|
|
433
|
+
</g>
|
|
434
|
+
<g>
|
|
435
|
+
<path class="st0" d="M-2096,6h-8c-0.55,0-1,0.45-1,1v2c0,0.55,0.45,1,1,1h8c0.55,0,1-0.45,1-1V7C-2095,6.45-2095.45,6-2096,6z"/>
|
|
436
|
+
<path class="st0" d="M-2092,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-2088,1.8-2089.8,0-2092,0z
|
|
437
|
+
M-2091.55,8.89l1.11,2.21c0.25,0.49,0,0.89-0.55,0.89h-18c-0.55,0-0.8-0.4-0.55-0.89l1.11-2.21c0.25-0.49,0.25-1.3,0-1.79
|
|
438
|
+
l-1.11-2.21c-0.25-0.49,0-0.89,0.55-0.89h18c0.55,0,0.8,0.4,0.55,0.89l-1.11,2.21C-2091.8,7.6-2091.8,8.4-2091.55,8.89z"/>
|
|
439
|
+
</g>
|
|
440
|
+
<path class="st0" d="M-2005,15h4c0.55,0,1-0.45,1-1v-4c0-0.55-0.45-1-1-1h-4c-0.55,0-1,0.45-1,1v1h-12V4h4v1c0,0.55,0.45,1,1,1h4
|
|
441
|
+
c0.55,0,1-0.45,1-1V1c0-0.55-0.45-1-1-1h-4c-0.55,0-1,0.45-1,1v1h-9c-0.55,0-1,0.45-1,1s0.45,1,1,1h3v17c0,0.55,0.45,1,1,1h13v1
|
|
442
|
+
c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1v-4c0-0.55-0.45-1-1-1h-4c-0.55,0-1,0.45-1,1v1h-12v-7h12v1C-2006,14.55-2005.55,15-2005,15
|
|
443
|
+
z"/>
|
|
444
|
+
<path class="st0" d="M-639.96,0h-16.09c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16.09c2.2,0,4-1.8,4-4V4
|
|
445
|
+
C-635.96,1.8-637.76,0-639.96,0z M-654.96,19c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C-653.96,18.55-654.4,19-654.96,19z
|
|
446
|
+
M-654.96,13c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C-653.96,12.55-654.4,13-654.96,13z M-654.96,7c-0.55,0-1-0.45-1-1
|
|
447
|
+
c0-0.55,0.45-1,1-1s1,0.45,1,1C-653.96,6.55-654.4,7-654.96,7z M-639.96,18.01c0,0.55-0.45,0.99-0.99,0.99h-10.01
|
|
448
|
+
c-0.55,0-0.99-0.45-0.99-0.99v-0.01c0-0.55,0.45-0.99,0.99-0.99h10.01c0.55,0,0.99,0.45,0.99,0.99V18.01z M-639.96,12.01
|
|
449
|
+
c0,0.55-0.45,0.99-0.99,0.99h-10.01c-0.55,0-0.99-0.45-0.99-0.99v-0.01c0-0.55,0.45-0.99,0.99-0.99h10.01
|
|
450
|
+
c0.55,0,0.99,0.45,0.99,0.99V12.01z M-639.96,6.01c0,0.55-0.45,0.99-0.99,0.99h-10.01c-0.55,0-0.99-0.45-0.99-0.99V5.99
|
|
451
|
+
c0-0.55,0.45-0.99,0.99-0.99h10.01c0.55,0,0.99,0.45,0.99,0.99V6.01z"/>
|
|
452
|
+
<path class="st0" d="M-595.96,0h-16.09c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16.09c2.2,0,4-1.8,4-4V4
|
|
453
|
+
C-591.96,1.8-593.76,0-595.96,0z M-612.25,4.89c0.06-0.05,0.17-0.11,0.33-0.18c0.24-0.11,0.42-0.23,0.57-0.35s0.27-0.26,0.38-0.41
|
|
454
|
+
s0.18-0.25,0.21-0.28s0.1-0.05,0.19-0.05c0.1,0,0.19,0.04,0.25,0.12s0.09,0.19,0.09,0.33v3.35c0,0.39-0.13,0.59-0.4,0.59
|
|
455
|
+
c-0.12,0-0.21-0.04-0.29-0.12s-0.11-0.2-0.11-0.35V4.86c-0.5,0.38-0.83,0.57-1,0.57c-0.08,0-0.16-0.03-0.22-0.1
|
|
456
|
+
s-0.09-0.14-0.09-0.23C-612.35,5.01-612.31,4.93-612.25,4.89z M-609.59,19.15c-0.07,0.17-0.18,0.31-0.31,0.44s-0.3,0.23-0.49,0.3
|
|
457
|
+
c-0.19,0.07-0.4,0.11-0.63,0.11c-0.23,0-0.44-0.04-0.63-0.13s-0.34-0.19-0.46-0.32c-0.12-0.13-0.21-0.26-0.27-0.39
|
|
458
|
+
c-0.06-0.13-0.09-0.25-0.09-0.33c0-0.11,0.04-0.21,0.11-0.27c0.07-0.07,0.17-0.1,0.27-0.1c0.05,0,0.11,0.02,0.16,0.05
|
|
459
|
+
s0.08,0.07,0.1,0.12c0.1,0.27,0.21,0.47,0.33,0.6c0.12,0.13,0.28,0.2,0.49,0.2c0.12,0,0.24-0.03,0.35-0.09s0.21-0.15,0.28-0.26
|
|
460
|
+
c0.07-0.12,0.11-0.25,0.11-0.41c0-0.23-0.06-0.41-0.19-0.54s-0.3-0.19-0.52-0.19c-0.04,0-0.1,0-0.18,0.01s-0.13,0.01-0.16,0.01
|
|
461
|
+
c-0.11,0-0.19-0.03-0.25-0.08s-0.09-0.13-0.09-0.22c0-0.09,0.04-0.17,0.11-0.23s0.17-0.09,0.31-0.09h0.12
|
|
462
|
+
c0.18,0,0.33-0.05,0.46-0.16s0.2-0.26,0.2-0.45c0-0.15-0.05-0.28-0.16-0.39s-0.24-0.16-0.42-0.16c-0.12,0-0.22,0.02-0.29,0.05
|
|
463
|
+
s-0.14,0.08-0.18,0.13s-0.09,0.12-0.13,0.21s-0.08,0.17-0.11,0.24c-0.02,0.04-0.05,0.07-0.11,0.1s-0.11,0.04-0.18,0.04
|
|
464
|
+
c-0.08,0-0.15-0.03-0.21-0.1c-0.07-0.06-0.1-0.15-0.1-0.25c0-0.1,0.03-0.21,0.09-0.32c0.06-0.11,0.15-0.22,0.27-0.32
|
|
465
|
+
c0.12-0.1,0.26-0.18,0.44-0.25s0.37-0.09,0.59-0.09c0.19,0,0.36,0.03,0.52,0.08s0.29,0.13,0.41,0.22s0.2,0.21,0.26,0.34
|
|
466
|
+
s0.09,0.27,0.09,0.42c0,0.2-0.04,0.36-0.13,0.5c-0.08,0.14-0.21,0.28-0.36,0.41c0.15,0.08,0.28,0.18,0.39,0.28
|
|
467
|
+
c0.1,0.11,0.18,0.22,0.24,0.35s0.08,0.27,0.08,0.42C-609.48,18.81-609.52,18.98-609.59,19.15z M-609.56,13.9
|
|
468
|
+
c-0.06,0.07-0.16,0.1-0.29,0.1H-612c-0.15,0-0.26-0.04-0.34-0.12s-0.12-0.18-0.12-0.29c0-0.07,0.03-0.16,0.08-0.28
|
|
469
|
+
s0.11-0.21,0.17-0.27c0.26-0.27,0.49-0.5,0.7-0.69s0.36-0.32,0.45-0.38c0.16-0.11,0.29-0.23,0.4-0.34
|
|
470
|
+
c0.11-0.11,0.19-0.23,0.24-0.35c0.06-0.12,0.08-0.24,0.08-0.35c0-0.12-0.03-0.24-0.09-0.34s-0.14-0.18-0.24-0.23
|
|
471
|
+
c-0.1-0.05-0.21-0.08-0.34-0.08c-0.26,0-0.46,0.11-0.6,0.34c-0.02,0.03-0.05,0.11-0.1,0.24c-0.05,0.13-0.1,0.23-0.16,0.3
|
|
472
|
+
s-0.14,0.11-0.25,0.11c-0.1,0-0.18-0.03-0.24-0.1s-0.1-0.15-0.1-0.26c0-0.13,0.03-0.28,0.09-0.42s0.15-0.28,0.27-0.4
|
|
473
|
+
c0.12-0.12,0.27-0.22,0.46-0.29c0.18-0.07,0.4-0.11,0.65-0.11c0.3,0,0.55,0.05,0.76,0.14c0.14,0.06,0.26,0.15,0.36,0.26
|
|
474
|
+
s0.18,0.24,0.24,0.38c0.06,0.14,0.09,0.29,0.09,0.45c0,0.24-0.06,0.46-0.18,0.66c-0.12,0.2-0.24,0.35-0.37,0.47
|
|
475
|
+
s-0.33,0.29-0.63,0.53c-0.29,0.24-0.5,0.43-0.61,0.56c-0.05,0.05-0.09,0.12-0.14,0.19h1.53c0.15,0,0.27,0.03,0.35,0.09
|
|
476
|
+
s0.12,0.15,0.12,0.25C-609.46,13.75-609.49,13.83-609.56,13.9z M-595.96,18.01c0,0.55-0.45,0.99-0.99,0.99h-10.01
|
|
477
|
+
c-0.55,0-0.99-0.45-0.99-0.99v-0.01c0-0.55,0.45-0.99,0.99-0.99h10.01c0.55,0,0.99,0.45,0.99,0.99V18.01z M-595.96,12.01
|
|
478
|
+
c0,0.55-0.45,0.99-0.99,0.99h-10.01c-0.55,0-0.99-0.45-0.99-0.99v-0.01c0-0.55,0.45-0.99,0.99-0.99h10.01
|
|
479
|
+
c0.55,0,0.99,0.45,0.99,0.99V12.01z M-595.96,6.01c0,0.55-0.45,0.99-0.99,0.99h-10.01c-0.55,0-0.99-0.45-0.99-0.99V5.99
|
|
480
|
+
c0-0.55,0.45-0.99,0.99-0.99h10.01c0.55,0,0.99,0.45,0.99,0.99V6.01z"/>
|
|
481
|
+
<g>
|
|
482
|
+
<path class="st0" d="M-551.96,0h-16.09c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16.09c2.2,0,4-1.8,4-4V4
|
|
483
|
+
C-547.96,1.8-549.76,0-551.96,0z M-566.96,5c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1s-1-0.45-1-1C-567.96,5.45-567.51,5-566.96,5z
|
|
484
|
+
M-552,18.01c0,0.55-0.45,1-1,1h-14c-0.55,0-1-0.45-1-1V9.99c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V18.01z M-551.96,6.01
|
|
485
|
+
c0,0.55-0.45,0.99-0.99,0.99h-10.01c-0.55,0-0.99-0.45-0.99-0.99V5.99c0-0.55,0.45-0.99,0.99-0.99h10.01
|
|
486
|
+
c0.55,0,0.99,0.45,0.99,0.99V6.01z"/>
|
|
487
|
+
<path class="st0" d="M-561.01,13h5.98c0.55,0,0.99-0.45,0.99-0.99v-0.01c0-0.55-0.45-0.99-0.99-0.99h-5.98
|
|
488
|
+
c-0.55,0-0.99,0.45-0.99,0.99v0.01C-562,12.55-561.55,13-561.01,13z"/>
|
|
489
|
+
<path class="st0" d="M-554.99,15h-5.98c-0.55,0-0.99,0.45-0.99,0.99v0.01c0,0.55,0.45,0.99,0.99,0.99h5.98
|
|
490
|
+
c0.55,0,0.99-0.45,0.99-0.99v-0.01C-554,15.45-554.45,15-554.99,15z"/>
|
|
491
|
+
<circle class="st0" cx="-565" cy="12" r="1"/>
|
|
492
|
+
<circle class="st0" cx="-565" cy="16" r="1"/>
|
|
493
|
+
</g>
|
|
494
|
+
<g>
|
|
495
|
+
<path class="st0" d="M-507.96,0h-16.09c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16.09c2.2,0,4-1.8,4-4V4
|
|
496
|
+
C-503.96,1.8-505.76,0-507.96,0z M-524.25,5.33c-0.06-0.07-0.09-0.14-0.09-0.23c0-0.1,0.03-0.17,0.09-0.22s0.17-0.11,0.33-0.18
|
|
497
|
+
c0.24-0.11,0.43-0.23,0.57-0.35c0.14-0.12,0.27-0.26,0.38-0.41s0.18-0.25,0.21-0.28s0.1-0.05,0.19-0.05c0.1,0,0.19,0.04,0.25,0.12
|
|
498
|
+
s0.09,0.19,0.09,0.33v3.35c0,0.39-0.13,0.59-0.4,0.59c-0.12,0-0.21-0.04-0.29-0.12s-0.11-0.2-0.11-0.35V4.86
|
|
499
|
+
c-0.5,0.38-0.83,0.57-1,0.57C-524.12,5.43-524.19,5.4-524.25,5.33z M-508,18.01c0,0.55-0.45,1-1,1h-14c-0.55,0-1-0.45-1-1V9.99
|
|
500
|
+
c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V18.01z M-507.96,6.01c0,0.55-0.45,0.99-0.99,0.99h-10.01c-0.55,0-0.99-0.45-0.99-0.99
|
|
501
|
+
V5.99c0-0.55,0.45-0.99,0.99-0.99h10.01c0.55,0,0.99,0.45,0.99,0.99V6.01z"/>
|
|
502
|
+
<path class="st0" d="M-517.01,13h5.98c0.55,0,0.99-0.45,0.99-0.99v-0.01c0-0.55-0.45-0.99-0.99-0.99h-5.98
|
|
503
|
+
c-0.55,0-0.99,0.45-0.99,0.99v0.01C-518,12.55-517.55,13-517.01,13z"/>
|
|
504
|
+
<path class="st0" d="M-510.99,15h-5.98c-0.55,0-0.99,0.45-0.99,0.99v0.01c0,0.55,0.45,0.99,0.99,0.99h5.98
|
|
505
|
+
c0.55,0,0.99-0.45,0.99-0.99v-0.01C-510,15.45-510.45,15-510.99,15z"/>
|
|
506
|
+
<path class="st0" d="M-521.7,11.69c0.11,0,0.34-0.13,0.67-0.38v1.78c0,0.1,0.02,0.18,0.07,0.24c0.05,0.05,0.11,0.08,0.19,0.08
|
|
507
|
+
c0.18,0,0.27-0.13,0.27-0.39v-2.24c0-0.09-0.02-0.17-0.06-0.22s-0.1-0.08-0.17-0.08c-0.06,0-0.1,0.01-0.12,0.04
|
|
508
|
+
s-0.07,0.09-0.14,0.19s-0.16,0.19-0.25,0.28s-0.22,0.16-0.38,0.23c-0.11,0.05-0.18,0.09-0.22,0.12s-0.06,0.08-0.06,0.15
|
|
509
|
+
c0,0.06,0.02,0.11,0.06,0.15S-521.76,11.69-521.7,11.69z"/>
|
|
510
|
+
<path class="st0" d="M-520.3,16.87h-1.02c0.03-0.05,0.06-0.09,0.1-0.13c0.07-0.09,0.21-0.21,0.4-0.37s0.34-0.28,0.42-0.35
|
|
511
|
+
c0.08-0.08,0.17-0.18,0.25-0.31c0.08-0.13,0.12-0.28,0.12-0.44c0-0.1-0.02-0.2-0.06-0.3s-0.09-0.18-0.16-0.25
|
|
512
|
+
c-0.07-0.07-0.15-0.13-0.24-0.17c-0.14-0.06-0.31-0.09-0.51-0.09c-0.17,0-0.31,0.02-0.43,0.07s-0.22,0.11-0.3,0.19
|
|
513
|
+
c-0.08,0.08-0.14,0.17-0.18,0.27s-0.06,0.19-0.06,0.28c0,0.07,0.02,0.13,0.06,0.18s0.1,0.06,0.16,0.06c0.07,0,0.13-0.02,0.17-0.07
|
|
514
|
+
s0.07-0.11,0.1-0.2c0.03-0.09,0.05-0.14,0.07-0.16c0.1-0.15,0.23-0.22,0.4-0.22c0.08,0,0.16,0.02,0.22,0.05
|
|
515
|
+
c0.07,0.04,0.12,0.09,0.16,0.15c0.04,0.07,0.06,0.14,0.06,0.22c0,0.08-0.02,0.16-0.06,0.24s-0.09,0.16-0.16,0.23
|
|
516
|
+
s-0.16,0.15-0.27,0.23c-0.06,0.04-0.16,0.12-0.3,0.25c-0.14,0.13-0.3,0.28-0.47,0.46c-0.04,0.04-0.08,0.1-0.12,0.18
|
|
517
|
+
c-0.04,0.08-0.05,0.14-0.05,0.19c0,0.07,0.03,0.14,0.08,0.19c0.05,0.05,0.13,0.08,0.23,0.08h1.44c0.09,0,0.15-0.02,0.19-0.07
|
|
518
|
+
c0.04-0.04,0.06-0.1,0.06-0.16c0-0.07-0.03-0.13-0.08-0.17C-520.12,16.89-520.2,16.87-520.3,16.87z"/>
|
|
519
|
+
</g>
|
|
520
|
+
<g>
|
|
521
|
+
<path class="st0" d="M-688,6h-8c-0.55,0-1,0.45-1,1v2c0,0.55,0.45,1,1,1h8c0.55,0,1-0.45,1-1V7C-687,6.45-687.45,6-688,6z"/>
|
|
522
|
+
<path class="st0" d="M-684,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-680,1.8-681.8,0-684,0z M-684,19
|
|
523
|
+
c0,0.55-0.45,1-1,1h-14c-0.55,0-1-0.45-1-1v-4c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V19z M-683.55,8.89l1.11,2.21
|
|
524
|
+
c0.25,0.49,0,0.89-0.55,0.89h-18c-0.55,0-0.8-0.4-0.55-0.89l1.11-2.21c0.25-0.49,0.25-1.3,0-1.79l-1.11-2.21
|
|
525
|
+
C-701.8,4.4-701.55,4-701,4h18c0.55,0,0.8,0.4,0.55,0.89l-1.11,2.21C-683.8,7.6-683.8,8.4-683.55,8.89z"/>
|
|
526
|
+
<path class="st0" d="M-687,16h-10c-0.55,0-1,0.45-1,1s0.45,1,1,1h10c0.55,0,1-0.45,1-1S-686.45,16-687,16z"/>
|
|
527
|
+
</g>
|
|
528
|
+
<path class="st0" d="M-469,18h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11c0-0.28,0.22-0.5,0.5-0.5h1.5c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1
|
|
529
|
+
h-6c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5c0.28,0,0.5,0.22,0.5,0.5v11c0,0.28-0.22,0.5-0.5,0.5h-1.5c-0.55,0-1,0.45-1,1
|
|
530
|
+
c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C-468,18.45-468.45,18-469,18z"/>
|
|
531
|
+
<g>
|
|
532
|
+
<path class="st0" d="M-2748.28,16.25h-2.43c-0.27,0-0.44-0.22-0.36-0.48l1.15-4.04c0.02-0.07,0.02-0.13,0.01-0.19
|
|
533
|
+
c-0.02-0.11-0.09-0.21-0.19-0.26c-0.05-0.02-0.11-0.04-0.18-0.04h-3c-0.28,0-0.56,0.22-0.64,0.48l-1.73,6.04
|
|
534
|
+
c-0.08,0.26,0.09,0.48,0.36,0.48h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.63,5.01c-0.03,0.27,0.07,0.32,0.24,0.1l5.4-7.2
|
|
535
|
+
C-2747.92,16.43-2748.01,16.25-2748.28,16.25z"/>
|
|
536
|
+
<path class="st0" d="M-2763,4h-7c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h7c1.1,0,2-0.9,2-2V6C-2761,4.9-2761.9,4-2763,4z M-2764.01,8
|
|
537
|
+
l-1.66,1.66c-0.46,0.46-1.2,0.46-1.66,0l-1.66-1.66c-0.46-0.46-0.46-1.2,0-1.66c0.18-0.18,0.42-0.27,0.66-0.31V6h3.48
|
|
538
|
+
c0.3,0,0.6,0.11,0.83,0.34C-2763.56,6.8-2763.56,7.54-2764.01,8z"/>
|
|
539
|
+
<path class="st0" d="M-2750,4h-7c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h0.92l0.23-0.82c0.21-0.72,0.73-1.32,1.39-1.65l-1.54-1.54
|
|
540
|
+
c-0.46-0.46-0.46-1.2,0-1.66c0.18-0.18,0.42-0.27,0.66-0.31V6h3.48c0.3,0,0.6,0.11,0.83,0.34c0.46,0.46,0.46,1.2,0,1.66
|
|
541
|
+
l-1.25,1.25h1.98c0.76,0,1.46,0.34,1.91,0.94c0.11,0.14,0.19,0.29,0.26,0.44c0.07-0.2,0.11-0.41,0.11-0.63V6
|
|
542
|
+
C-2748,4.9-2748.9,4-2750,4z"/>
|
|
543
|
+
</g>
|
|
544
|
+
<path class="st0" d="M-946,8h-20c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2v-4C-944,8.9-944.9,8-946,8z M-954,14h-10
|
|
545
|
+
c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h10c1.1,0,2,0.9,2,2C-952,13.1-952.9,14-954,14z M-946.21,12.81c0.27,0.27,0.27,0.72,0,0.99
|
|
546
|
+
s-0.72,0.27-0.99,0l-0.8-0.8l-0.8,0.8c-0.27,0.27-0.72,0.27-0.99,0s-0.27-0.72,0-0.99l0.8-0.8l-0.8-0.8
|
|
547
|
+
c-0.27-0.27-0.27-0.72,0-0.99c0.27-0.27,0.72-0.27,0.99,0l0.8,0.8l0.8-0.8c0.27-0.27,0.72-0.27,0.99,0c0.27,0.27,0.27,0.72,0,0.99
|
|
548
|
+
l-0.8,0.8L-946.21,12.81z"/>
|
|
549
|
+
<path class="st0" d="M-2364,0c-6.63,0-12,5.37-12,12c0,6.63,5.37,12,12,12s12-5.37,12-12C-2352,5.37-2357.37,0-2364,0z M-2367,7.8
|
|
550
|
+
c0-1.15,0.71-2.15,1.7-2.57c-0.36-0.34-0.58-0.82-0.58-1.35c0-1.04,0.84-1.87,1.87-1.87s1.87,0.84,1.87,1.87
|
|
551
|
+
c0,0.53-0.22,1.01-0.58,1.35c1,0.43,1.7,1.42,1.7,2.57v0.5c0,0.39-0.32,0.7-0.7,0.7h-4.6c-0.39,0-0.7-0.32-0.7-0.7V7.8z
|
|
552
|
+
M-2372.5,12c0-3.02,1.63-5.83,4.25-7.35c0.24-0.14,0.54-0.06,0.68,0.18c0.14,0.24,0.06,0.54-0.18,0.68
|
|
553
|
+
c-2.31,1.34-3.75,3.82-3.75,6.49c0,0.28-0.22,0.5-0.5,0.5S-2372.5,12.28-2372.5,12z M-2366,18.3c0,0.39-0.31,0.7-0.7,0.7h-4.6
|
|
554
|
+
c-0.39,0-0.7-0.32-0.7-0.7v-0.5c0-1.15,0.71-2.15,1.7-2.57c-0.36-0.34-0.58-0.82-0.58-1.35c0-1.04,0.84-1.87,1.87-1.87
|
|
555
|
+
c1.04,0,1.87,0.84,1.87,1.87c0,0.53-0.22,1.01-0.58,1.35c1,0.43,1.7,1.42,1.7,2.57V18.3z M-2362.93,20.43
|
|
556
|
+
c-0.36,0.05-0.72,0.07-1.07,0.07c-0.34,0-0.7-0.02-1.06-0.07c-0.27-0.04-0.47-0.29-0.43-0.56c0.04-0.28,0.29-0.47,0.56-0.43
|
|
557
|
+
c0.61,0.08,1.26,0.08,1.87,0c0.27-0.04,0.53,0.16,0.56,0.43C-2362.47,20.14-2362.66,20.39-2362.93,20.43z M-2356,18.3
|
|
558
|
+
c0,0.39-0.31,0.7-0.7,0.7h-4.6c-0.39,0-0.7-0.32-0.7-0.7v-0.5c0-1.15,0.71-2.15,1.7-2.57c-0.36-0.34-0.58-0.82-0.58-1.35
|
|
559
|
+
c0-1.04,0.84-1.87,1.87-1.87c1.04,0,1.87,0.84,1.87,1.87c0,0.53-0.22,1.01-0.58,1.35c1,0.43,1.7,1.42,1.7,2.57V18.3z M-2356,12.5
|
|
560
|
+
c-0.28,0-0.5-0.22-0.5-0.5c0-2.66-1.44-5.15-3.75-6.49c-0.24-0.14-0.32-0.44-0.18-0.68c0.14-0.24,0.45-0.32,0.68-0.18
|
|
561
|
+
c2.62,1.52,4.25,4.33,4.25,7.35C-2355.5,12.28-2355.72,12.5-2356,12.5z"/>
|
|
562
|
+
<g>
|
|
563
|
+
<path class="st0" d="M-420,0h-16c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C-416,1.8-417.8,0-420,0z M-420,18
|
|
564
|
+
c0,1.1-0.9,2-2,2h-12c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h12c1.1,0,2,0.9,2,2V18z"/>
|
|
565
|
+
<path class="st0" d="M-427.35,8.24c-0.21,0-0.35,0.07-0.43,0.2c-0.06,0.11-0.13,0.3-0.2,0.58l-1.23,5.07
|
|
566
|
+
c-0.06,0.27-0.09,0.45-0.09,0.53c0,0.18,0.07,0.49,0.55,0.49c0.14,0,0.26-0.04,0.34-0.11c0.08-0.07,0.13-0.16,0.17-0.27
|
|
567
|
+
c0.03-0.1,0.07-0.23,0.11-0.4l1.23-5.07c0.06-0.25,0.09-0.42,0.09-0.52c0-0.15-0.05-0.28-0.15-0.36
|
|
568
|
+
C-427.05,8.28-427.18,8.24-427.35,8.24z"/>
|
|
569
|
+
<path class="st0" d="M-430.14,9.5l-3.5,1.52c-0.25,0.11-0.46,0.42-0.46,0.7v0.06c0,0.27,0.21,0.59,0.46,0.7l3.5,1.52
|
|
570
|
+
c0.25,0.11,0.46-0.03,0.46-0.3v-0.24c0-0.28-0.21-0.58-0.47-0.68l-2.15-0.85c-0.26-0.1-0.26-0.26,0-0.36l2.15-0.83
|
|
571
|
+
c0.26-0.1,0.47-0.4,0.47-0.68V9.81C-429.68,9.53-429.88,9.39-430.14,9.5z"/>
|
|
572
|
+
<path class="st0" d="M-422.36,11.03l-3.5-1.51c-0.25-0.11-0.46,0.03-0.46,0.3v0.23c0,0.27,0.21,0.58,0.47,0.68l2.16,0.83
|
|
573
|
+
c0.26,0.1,0.26,0.26,0,0.36l-2.16,0.85c-0.26,0.1-0.47,0.41-0.47,0.68v0.24c0,0.27,0.21,0.41,0.46,0.3l3.5-1.53
|
|
574
|
+
c0.25-0.11,0.46-0.42,0.46-0.7v-0.05C-421.9,11.45-422.11,11.14-422.36,11.03z"/>
|
|
575
|
+
</g>
|
|
576
|
+
<g>
|
|
577
|
+
<path class="st0" d="M-380,10h6c1.1,0,2-0.9,2-2V2c0-1.1-0.9-2-2-2h-6c-1.1,0-2,0.9-2,2v6C-382,9.1-381.1,10-380,10z M-379,2h4
|
|
578
|
+
c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1h-4c-0.55,0-1-0.45-1-1C-380,2.45-379.55,2-379,2z M-379,6h4c0.55,0,1,0.45,1,1
|
|
579
|
+
c0,0.55-0.45,1-1,1h-4c-0.55,0-1-0.45-1-1C-380,6.45-379.55,6-379,6z"/>
|
|
580
|
+
<path class="st0" d="M-374.88,19l2.44-2.44c0.59-0.59,0.59-1.54,0-2.12c-0.59-0.59-1.54-0.59-2.12,0l-2.44,2.44l-2.44-2.44
|
|
581
|
+
c-0.59-0.59-1.54-0.59-2.12,0c-0.59,0.59-0.59,1.54,0,2.12l2.44,2.44l-2.44,2.44c-0.59,0.59-0.59,1.54,0,2.12
|
|
582
|
+
c0.59,0.59,1.54,0.59,2.12,0l2.44-2.44l2.44,2.44c0.59,0.59,1.54,0.59,2.12,0c0.59-0.59,0.59-1.54,0-2.12L-374.88,19z"/>
|
|
583
|
+
<path class="st0" d="M-395.66,9.97l2.23-0.74c0.26-0.09,0.63-0.32,0.83-0.51l6.3-6.3c0.39-0.39,0.39-1.02,0-1.41L-387,0.3
|
|
584
|
+
c-0.39-0.39-1.03-0.39-1.42,0l-6.3,6.3c-0.19,0.19-0.42,0.57-0.51,0.83l-0.74,2.23C-396.06,9.92-395.92,10.06-395.66,9.97z"/>
|
|
585
|
+
<path class="st0" d="M-389,15c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1c0.55,0,1,0.45,1,1v3c0,0.55-0.45,1-1,1h-4c-0.55,0-1-0.45-1-1
|
|
586
|
+
v-3c0-0.55,0.45-1,1-1c0,0.08,0,0.17,0,0.24c0,0.48,0.2,0.76,0.49,0.76c0.12,0,0.25-0.05,0.39-0.14c0.48-0.34,1.27-0.89,1.76-1.23
|
|
587
|
+
c0.48-0.34,0.48-0.89,0-1.23c-0.48-0.34-1.27-0.89-1.76-1.23c-0.14-0.1-0.27-0.14-0.39-0.14c-0.29,0-0.49,0.28-0.49,0.76
|
|
588
|
+
c0,0.07,0,0.15,0,0.23c-1.66,0-3,1.34-3,3v3c0,1.66,1.34,3,3,3h4c1.66,0,3-1.34,3-3v-3C-386,16.34-387.34,15-389,15z"/>
|
|
589
|
+
</g>
|
|
590
|
+
<g>
|
|
591
|
+
<path class="st0" d="M-332.44,8.44c-0.59-0.59-1.54-0.59-2.12,0l-2.44,2.44l-2.44-2.44c-0.59-0.59-1.54-0.59-2.12,0
|
|
592
|
+
c-0.59,0.59-0.59,1.54,0,2.12l2.44,2.44l-2.44,2.44c-0.59,0.59-0.59,1.54,0,2.12c0.59,0.59,1.54,0.59,2.12,0l2.44-2.44l2.44,2.44
|
|
593
|
+
c0.59,0.59,1.54,0.59,2.12,0c0.59-0.59,0.59-1.54,0-2.12l-2.44-2.44l2.44-2.44C-331.85,9.97-331.85,9.03-332.44,8.44z"/>
|
|
594
|
+
<path class="st0" d="M-344,8.49c0-0.27-0.22-0.49-0.5-0.49h-3.01c-0.27,0-0.5,0.22-0.5,0.49v0.51c0,0.27,0.22,0.49,0.5,0.49h3.01
|
|
595
|
+
c0.27,0,0.5-0.22,0.5-0.49V8.49z"/>
|
|
596
|
+
<path class="st0" d="M-332,2h-3c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h3c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2h-16c-1.1,0-2-0.9-2-2
|
|
597
|
+
V6c0-1.1,0.9-2,2-2h6v1.4c0,0.49,0.51,0.77,0.87,0.48l2.91-2.4c0.29-0.24,0.29-0.72,0-0.96l-2.91-2.4
|
|
598
|
+
c-0.36-0.3-0.87-0.01-0.87,0.48V2h-6c-2.2,0-4,1.8-4,4v14c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V6C-328,3.8-329.8,2-332,2z"/>
|
|
599
|
+
<path class="st0" d="M-344.51,10h-2.98c-0.28,0-0.51,0.23-0.51,0.51v4.29c0,0.39,0.12,0.78,0.34,1.11l1.24,1.86
|
|
600
|
+
c0.2,0.3,0.65,0.3,0.85,0l1.24-1.86c0.22-0.33,0.34-0.71,0.34-1.11v-4.29C-344,10.23-344.23,10-344.51,10z"/>
|
|
601
|
+
</g>
|
|
602
|
+
<g>
|
|
603
|
+
<path class="st0" d="M-288,0H-304c-2.21,0-4,1.79-4,4V20c0,2.21,1.79,4,4,4H-288c2.21,0,4-1.79,4-4V4C-284,1.79-285.79,0-288,0z
|
|
604
|
+
M-286,20c0,1.1-0.9,2-2,2H-304c-1.1,0-2-0.9-2-2V4c0-1.1,0.9-2,2-2H-288c1.1,0,2,0.9,2,2V20z"/>
|
|
605
|
+
<path class="st0" d="M-288.5,4h-3.01c-0.27,0-0.5,0.22-0.5,0.49v0.51c0,0.27,0.22,0.49,0.5,0.49h3.01c0.27,0,0.5-0.22,0.5-0.49
|
|
606
|
+
V4.49C-288,4.22-288.22,4-288.5,4z"/>
|
|
607
|
+
<path class="st0" d="M-288.51,6h-2.98c-0.28,0-0.51,0.23-0.51,0.51v6.29c0,0.39,0.12,0.78,0.34,1.11l1.24,1.86
|
|
608
|
+
c0.2,0.3,0.65,0.3,0.85,0l1.24-1.86c0.22-0.33,0.34-0.71,0.34-1.11V6.51C-288,6.23-288.23,6-288.51,6z"/>
|
|
609
|
+
<path class="st0" d="M-290,18h-11c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h4c1.65,0,3-1.34,3-3c0-1.66-1.35-3-3-3h-2
|
|
610
|
+
c-0.55,0-1,0.45-1,1s0.45,1,1,1h2c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1h-4c-1.66,0-3,1.35-3,3c0,1.65,1.34,3,3,3h11
|
|
611
|
+
c0.55,0,1-0.45,1-1S-289.45,18-290,18z"/>
|
|
612
|
+
</g>
|
|
613
|
+
<g>
|
|
614
|
+
<path class="st0" d="M-262,0h4c1.1,0,2,0.9,2,2v20c0,1.1-0.9,2-2,2h-4c-1.1,0-2-0.9-2-2V2C-264,0.9-263.1,0-262,0z"/>
|
|
615
|
+
<path class="st0" d="M-252,24h10c1.1,0,2-0.9,2-2V2c0-1.1-0.9-2-2-2h-10c-1.1,0-2,0.9-2,2v20C-254,23.1-253.1,24-252,24z"/>
|
|
616
|
+
</g>
|
|
617
|
+
<path class="st0" d="M-198,0l-4,0c-1.1,0-2,0.9-2,2v20c0,1.1,0.9,2,2,2h4c1.1,0,2-0.9,2-2V2C-196,0.9-196.9,0-198,0z"/>
|
|
618
|
+
<path class="st0" d="M-208,24h-10c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2l10,0c1.1,0,2,0.9,2,2v20C-206,23.1-206.9,24-208,24z"/>
|
|
619
|
+
<path class="st0" d="M-154,24h-20c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2l20,0c1.1,0,2,0.9,2,2v20C-152,23.1-152.9,24-154,24z"/>
|
|
620
|
+
<path class="st0" d="M-123,24h-7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h7c1.1,0,2,0.9,2,2v20C-121,23.1-121.9,24-123,24z"/>
|
|
621
|
+
<path class="st0" d="M-110,24h-7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h7c1.1,0,2,0.9,2,2v20C-108,23.1-108.9,24-110,24z"/>
|
|
622
|
+
<path class="st0" d="M-86,24L-86,24c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h0c1.1,0,2,0.9,2,2v20C-84,23.1-84.9,24-86,24z"/>
|
|
623
|
+
<path class="st0" d="M-66,0L-66,0c-1.1,0-2,0.9-2,2v20c0,1.1,0.9,2,2,2h0c1.1,0,2-0.9,2-2V2C-64,0.9-64.9,0-66,0z"/>
|
|
624
|
+
<path class="st0" d="M-72,24h-8c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h8c1.1,0,2,0.9,2,2v20C-70,23.1-70.9,24-72,24z"/>
|
|
625
|
+
<path class="st0" d="M-40.33,24H-41c-1.65,0-3-1.35-3-3V3c0-1.65,1.35-3,3-3h0.67c1.65,0,3,1.35,3,3v18
|
|
626
|
+
C-37.33,22.65-38.68,24-40.33,24z"/>
|
|
627
|
+
<path class="st0" d="M-31.67,24h-0.67c-1.65,0-3-1.35-3-3V3c0-1.65,1.35-3,3-3h0.67c1.65,0,3,1.35,3,3v18
|
|
628
|
+
C-28.67,22.65-30.02,24-31.67,24z"/>
|
|
629
|
+
<path class="st0" d="M-23,24h-0.67c-1.65,0-3-1.35-3-3V3c0-1.65,1.35-3,3-3H-23c1.65,0,3,1.35,3,3v18C-20,22.65-21.35,24-23,24z"/>
|
|
630
|
+
<g>
|
|
631
|
+
<path class="st0" d="M4,8L0.76,8C0.34,8,0,8.34,0,8.76V12v3.24C0,15.66,0.34,16,0.76,16L4,16c0.2,0,0.39-0.08,0.53-0.22l3.24-3.24
|
|
632
|
+
c0.3-0.3,0.3-0.77,0-1.07L4.53,8.22C4.39,8.08,4.2,8,4,8z"/>
|
|
633
|
+
<path class="st0" d="M20,8h-9.84C9.48,8,9.14,8.82,9.62,9.3l2.16,2.16c0.3,0.3,0.3,0.78,0,1.08L9.62,14.7
|
|
634
|
+
C9.14,15.18,9.48,16,10.16,16H20c0.2,0,0.4-0.08,0.54-0.22l3.24-3.24c0.29-0.29,0.29-0.77,0-1.07l-3.24-3.24
|
|
635
|
+
C20.39,8.08,20.2,8,20,8z"/>
|
|
636
|
+
</g>
|
|
637
|
+
</g>
|
|
638
|
+
</svg>
|