cronapp-framework-mobile-js 2.9.1 → 2.9.2-SP.2
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-button.components.json +42 -21
- package/components/crn-checkbox.components.json +20 -10
- package/components/crn-filter-button.components.json +21 -11
- package/components/crn-input-button.components.json +20 -10
- package/components/crn-ion-footer-bar.components.json +40 -20
- package/components/crn-ion-segment.components.json +20 -10
- package/components/crn-list-swipe.components.json +1 -1
- package/components/crn-signature-pad.components.json +2 -3
- package/components/crn-toggle.components.json +20 -10
- package/components/css/crn-ion-segment.css +3 -9
- package/components/templates/item.avatar.template.html +1 -1
- package/components/templates/item.swipe.template.html +3 -3
- package/components/templates/item.thumbnail.template.html +1 -1
- package/components/templates/list.avatar.template.html +1 -1
- package/components/templates/list.swipe.template.html +3 -3
- package/components/templates/list.thumbnail.template.html +3 -3
- package/{deprecated/components/templates/menu.template.html → components/templates/public.menu.template.html} +3 -3
- package/css/app_2.9.css +15 -2
- package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
- package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
- package/css/themes/custom/cerulean/button-cerulean.css +60 -9
- package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
- package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
- package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
- package/css/themes/custom/darkly/custom-darkly.css +88 -17
- package/css/themes/custom/dsgov/button-dsgov.css +96 -15
- package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
- package/css/themes/custom/flatly/custom-flatly.css +60 -1
- package/css/themes/custom/fuse/button-fuse.css +91 -12
- package/css/themes/custom/fuse/custom-fuse.css +112 -29
- package/css/themes/custom/journal/custom-journal.css +68 -11
- package/css/themes/custom/material/custom-material.css +176 -87
- package/css/themes/custom/theme-general/button.css +30 -30
- package/css/themes/custom/theme-general/theme-general.css +1 -1
- package/css/themes/custom/united/custom-united.css +1 -1
- package/css/themes/deprecated/cronos.css +55 -0
- package/{deprecated/css → css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/{deprecated/css/app.css → css/themes/deprecated/material.min.css} +38 -26
- package/{deprecated/css → css/themes/deprecated}/old/modal.css +0 -0
- package/css/themes/theme.editor.view.html +3 -11
- package/dist/components/css/crn-ion-segment.css +1 -1
- package/dist/components/templates/item.avatar.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/item.thumbnail.template.html +1 -1
- package/dist/components/templates/list.avatar.template.html +1 -1
- package/dist/components/templates/list.swipe.template.html +1 -1
- package/dist/components/templates/list.thumbnail.template.html +1 -1
- package/{deprecated/dist/components/templates/menu.template.html → dist/components/templates/public.menu.template.html} +1 -1
- package/dist/css/app_2.9.css +1 -1
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/button-fuse.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/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.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/{deprecated/dist/css → dist/css/themes/deprecated}/cronos.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/dist/css/themes/deprecated/material.min.css +1 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/old/modal.css +0 -0
- package/dist/css/themes/theme.editor.view.html +1 -1
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/directives.js +2 -2
- package/js/app.authentication.js +1 -1
- package/js/directives.js +115 -57
- package/lib/ionic/js/ionic.bundle.js +17 -2
- package/package.json +1 -1
- package/deprecated/components/crn-QRCode.components.json +0 -54
- package/deprecated/components/crn-anchor.components.json +0 -89
- package/deprecated/components/crn-button-bar.components.json +0 -64
- package/deprecated/components/crn-button.components.json +0 -316
- package/deprecated/components/crn-card.components.json +0 -95
- package/deprecated/components/crn-chart.components.json +0 -57
- package/deprecated/components/crn-chat.components.json +0 -8
- package/deprecated/components/crn-checkbox.components.json +0 -184
- package/deprecated/components/crn-complex-search.components.json +0 -43
- package/deprecated/components/crn-container.components.json +0 -21
- package/deprecated/components/crn-cron-crud.components.json +0 -21
- package/deprecated/components/crn-datasource.components.json +0 -181
- package/deprecated/components/crn-dynamic-file.components.json +0 -85
- package/deprecated/components/crn-dynamic-image.components.json +0 -153
- package/deprecated/components/crn-dynamic-select.components.json +0 -111
- package/deprecated/components/crn-evaluation.components.json +0 -64
- package/deprecated/components/crn-filter-button.components.json +0 -305
- package/deprecated/components/crn-form-template.components.json +0 -11
- package/deprecated/components/crn-header-button.components.json +0 -63
- package/deprecated/components/crn-heading.components.json +0 -109
- package/deprecated/components/crn-icon.components.json +0 -258
- package/deprecated/components/crn-image.components.json +0 -121
- package/deprecated/components/crn-infinite-scroll.components.json +0 -32
- package/deprecated/components/crn-input-button.components.json +0 -205
- package/deprecated/components/crn-input-floating.components.json +0 -196
- package/deprecated/components/crn-input-icon.components.json +0 -187
- package/deprecated/components/crn-input-inline.components.json +0 -198
- package/deprecated/components/crn-input.components.json +0 -185
- package/deprecated/components/crn-ion-content.components.json +0 -24
- package/deprecated/components/crn-ion-footer-bar.components.json +0 -351
- package/deprecated/components/crn-ion-header-bar.components.json +0 -211
- package/deprecated/components/crn-ion-list.components.json +0 -152
- package/deprecated/components/crn-ion-nav-buttons.components.json +0 -63
- package/deprecated/components/crn-ion-segment-item.components.json +0 -65
- package/deprecated/components/crn-ion-segment.components.json +0 -974
- package/deprecated/components/crn-ion-tab-item.components.json +0 -50
- package/deprecated/components/crn-ion-tab.components.json +0 -138
- package/deprecated/components/crn-item-options.components.json +0 -26
- package/deprecated/components/crn-item-select.components.json +0 -69
- package/deprecated/components/crn-item-swipe.components.json +0 -62
- package/deprecated/components/crn-kendo-chat.components.json +0 -88
- package/deprecated/components/crn-label.components.json +0 -113
- package/deprecated/components/crn-list-avatar.components.json +0 -260
- package/deprecated/components/crn-list-icon.components.json +0 -249
- package/deprecated/components/crn-list-item-avatar.components.json +0 -236
- package/deprecated/components/crn-list-item-icon.components.json +0 -242
- package/deprecated/components/crn-list-item-thumbnail.components.json +0 -226
- package/deprecated/components/crn-list-item.components.json +0 -160
- package/deprecated/components/crn-list-simple.components.json +0 -180
- package/deprecated/components/crn-list-swipe.components.json +0 -105
- package/deprecated/components/crn-list-thumbnail.components.json +0 -248
- package/deprecated/components/crn-list.components.json +0 -75
- package/deprecated/components/crn-map.components.json +0 -55
- package/deprecated/components/crn-mobile-menu.components.json +0 -32
- package/deprecated/components/crn-multiselect.components.json +0 -110
- package/deprecated/components/crn-navbar.components.json +0 -106
- package/deprecated/components/crn-option-button.components.json +0 -72
- package/deprecated/components/crn-paragraph.components.json +0 -110
- package/deprecated/components/crn-radio.components.json +0 -90
- package/deprecated/components/crn-radioOption.components.json +0 -23
- package/deprecated/components/crn-range.components.json +0 -106
- package/deprecated/components/crn-rating.components.json +0 -189
- package/deprecated/components/crn-search.components.json +0 -210
- package/deprecated/components/crn-select-options.components.json +0 -17
- package/deprecated/components/crn-select.components.json +0 -93
- package/deprecated/components/crn-slider-item.components.json +0 -236
- package/deprecated/components/crn-slider.components.json +0 -105
- package/deprecated/components/crn-spacer.components.json +0 -21
- package/deprecated/components/crn-start.components.json +0 -10
- package/deprecated/components/crn-tabs-icon-only-item.components.json +0 -85
- package/deprecated/components/crn-tabs-icon-only.components.json +0 -382
- package/deprecated/components/crn-tabs.components.json +0 -36
- package/deprecated/components/crn-textarea.components.json +0 -109
- package/deprecated/components/crn-toggle.components.json +0 -161
- package/deprecated/components/crn-video.components.json +0 -67
- package/deprecated/components/css/app.css +0 -78
- package/deprecated/components/css/background-color.css +0 -121
- package/deprecated/components/css/chatStyle.css +0 -221
- package/deprecated/components/css/color-default.css +0 -83
- package/deprecated/components/css/crn-ion-segment.css +0 -786
- package/deprecated/components/css/icon-size.css +0 -15
- package/deprecated/components/css/multiselect-editor.css +0 -119
- package/deprecated/components/css/tabs-color.css +0 -248
- package/deprecated/components/js/format.min.js +0 -2
- package/deprecated/components/js/jquery.inputmask.bundle.js +0 -3883
- package/deprecated/components/js/jquery.mask.min.js +0 -19
- package/deprecated/components/js/pouchdb.cordova-sqlite.js +0 -5540
- package/deprecated/components/js/qrcode.js +0 -1319
- package/deprecated/components/reports/BOOLEAN.parameter.html +0 -10
- package/deprecated/components/reports/DATE.parameter.html +0 -4
- package/deprecated/components/reports/DOUBLE.parameter.html +0 -4
- package/deprecated/components/reports/FLOAT.parameter.html +0 -4
- package/deprecated/components/reports/INTEGER.parameter.html +0 -4
- package/deprecated/components/reports/LONG.parameter.html +0 -5
- package/deprecated/components/reports/STRING.parameter.html +0 -5
- package/deprecated/components/reports/reports.parameters.html +0 -20
- package/deprecated/components/templates/advanced.list.designtime.html +0 -33
- package/deprecated/components/templates/advanced.list.template.html +0 -1
- package/deprecated/components/templates/anchor.template.html +0 -1
- package/deprecated/components/templates/button-bar.template.html +0 -5
- package/deprecated/components/templates/button-report.template.html +0 -1
- package/deprecated/components/templates/button.template.html +0 -4
- package/deprecated/components/templates/card.template.html +0 -7
- package/deprecated/components/templates/chat.template.html +0 -39
- package/deprecated/components/templates/checkbox.template.html +0 -8
- package/deprecated/components/templates/combobox.designtime.html +0 -12
- package/deprecated/components/templates/combobox.template.html +0 -8
- package/deprecated/components/templates/complexsearch.template.html +0 -7
- package/deprecated/components/templates/crn-ion-segment-item.template.html +0 -6
- package/deprecated/components/templates/crn-ion-segment.template.html +0 -27
- package/deprecated/components/templates/cron-crud.template.html +0 -7
- package/deprecated/components/templates/cron-mobile-menu.designtime.html +0 -10
- package/deprecated/components/templates/div.horizontal.template.html +0 -27
- package/deprecated/components/templates/div.vertical.template.html +0 -11
- package/deprecated/components/templates/dynamic-combobox.template.html +0 -6
- package/deprecated/components/templates/dynamicfile.template.html +0 -8
- package/deprecated/components/templates/dynamicimage.designtime.html +0 -10
- package/deprecated/components/templates/dynamicimage.template.html +0 -9
- package/deprecated/components/templates/evaluation.designtime.html +0 -7
- package/deprecated/components/templates/evaluation.template.html +0 -1
- package/deprecated/components/templates/filterbutton.template.html +0 -3
- package/deprecated/components/templates/floattextinput.designtime.html +0 -4
- package/deprecated/components/templates/floattextinput.template.html +0 -4
- package/deprecated/components/templates/form.template.html +0 -5
- package/deprecated/components/templates/header.template.html +0 -3
- package/deprecated/components/templates/icontextinput.template.html +0 -4
- package/deprecated/components/templates/image.template.html +0 -18
- package/deprecated/components/templates/inlinetextinput.template.html +0 -4
- package/deprecated/components/templates/ion-footer-bar.template.html +0 -15
- package/deprecated/components/templates/ion-header-bar.template.html +0 -13
- package/deprecated/components/templates/ion-tab-item.designtime.html +0 -5
- package/deprecated/components/templates/ion-tab.template.html +0 -8
- package/deprecated/components/templates/item.avatar.template.html +0 -5
- package/deprecated/components/templates/item.icon.template.html +0 -4
- package/deprecated/components/templates/item.options.template.html +0 -14
- package/deprecated/components/templates/item.slider.template.html +0 -4
- package/deprecated/components/templates/item.swipe.template.html +0 -14
- package/deprecated/components/templates/item.template.html +0 -5
- package/deprecated/components/templates/item.thumbnail.template.html +0 -5
- package/deprecated/components/templates/kendo-chat.designtime.html +0 -20
- package/deprecated/components/templates/kendo-chat.template.html +0 -75
- package/deprecated/components/templates/list.avatar.template.html +0 -7
- package/deprecated/components/templates/list.icon.template.html +0 -6
- package/deprecated/components/templates/list.swipe.template.html +0 -16
- package/deprecated/components/templates/list.template.html +0 -5
- package/deprecated/components/templates/list.thumbnail.template.html +0 -7
- package/deprecated/components/templates/maps.designtime.html +0 -1
- package/deprecated/components/templates/maps.template.html +0 -1
- package/deprecated/components/templates/multiselect.template.html +0 -5
- package/deprecated/components/templates/nav.bar.template.html +0 -5
- package/deprecated/components/templates/publicMenu.template.html +0 -14
- package/deprecated/components/templates/radiogroup-dynamic.template.html +0 -15
- package/deprecated/components/templates/radiogroup.template.html +0 -21
- package/deprecated/components/templates/range.template.html +0 -5
- package/deprecated/components/templates/rating.template.html +0 -9
- package/deprecated/components/templates/search.template.html +0 -6
- package/deprecated/components/templates/slider.template.html +0 -20
- package/deprecated/components/templates/tabs-icon-only.template.html +0 -16
- package/deprecated/components/templates/tabs.template.html +0 -5
- package/deprecated/components/templates/textarea.template.html +0 -1
- package/deprecated/components/templates/textinput.template.html +0 -3
- package/deprecated/components/templates/textinputbutton.template.html +0 -12
- package/deprecated/components/templates/title.template.html +0 -1
- package/deprecated/components/templates/toggle-dynamic.template.html +0 -11
- package/deprecated/components/templates/toggle.template.html +0 -9
- package/deprecated/components/templates/video.designtime.html +0 -2
- package/deprecated/components/templates/video.template.html +0 -1
- package/deprecated/components/templates/views/public/home.view.html +0 -16
- package/deprecated/components/templates/views/public/menu.view.html +0 -20
- package/deprecated/components/upload/upload.html +0 -41
- package/deprecated/css/themes/custom/material/custom-material.css +0 -12
- package/deprecated/css/themes/material.min.css +0 -4
- package/deprecated/dist/components/css/app.css +0 -1
- package/deprecated/dist/components/css/background-color.css +0 -1
- package/deprecated/dist/components/css/chatStyle.css +0 -1
- package/deprecated/dist/components/css/color-default.css +0 -1
- package/deprecated/dist/components/css/crn-ion-segment.css +0 -1
- package/deprecated/dist/components/css/icon-size.css +0 -1
- package/deprecated/dist/components/css/multiselect-editor.css +0 -1
- package/deprecated/dist/components/css/tabs-color.css +0 -1
- package/deprecated/dist/components/js/format.min.js +0 -1
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -3
- package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +0 -2
- package/deprecated/dist/components/js/qrcode.js +0 -1
- package/deprecated/dist/components/templates/advanced.list.designtime.html +0 -1
- package/deprecated/dist/components/templates/advanced.list.template.html +0 -1
- package/deprecated/dist/components/templates/anchor.template.html +0 -1
- package/deprecated/dist/components/templates/button-bar.template.html +0 -1
- package/deprecated/dist/components/templates/button-report.template.html +0 -1
- package/deprecated/dist/components/templates/button.template.html +0 -1
- package/deprecated/dist/components/templates/card.template.html +0 -1
- package/deprecated/dist/components/templates/chat.template.html +0 -1
- package/deprecated/dist/components/templates/checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/combobox.template.html +0 -1
- package/deprecated/dist/components/templates/complexsearch.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +0 -1
- package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +0 -1
- package/deprecated/dist/components/templates/div.horizontal.template.html +0 -1
- package/deprecated/dist/components/templates/div.vertical.template.html +0 -1
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
- package/deprecated/dist/components/templates/evaluation.designtime.html +0 -1
- package/deprecated/dist/components/templates/evaluation.template.html +0 -1
- package/deprecated/dist/components/templates/filterbutton.template.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.designtime.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.template.html +0 -1
- package/deprecated/dist/components/templates/form.template.html +0 -1
- package/deprecated/dist/components/templates/header.template.html +0 -1
- package/deprecated/dist/components/templates/iconinput.template.html +0 -1
- package/deprecated/dist/components/templates/icontextinput.template.html +0 -1
- package/deprecated/dist/components/templates/image.template.html +0 -1
- package/deprecated/dist/components/templates/inlinetextinput.template.html +0 -1
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-header-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.template.html +0 -1
- package/deprecated/dist/components/templates/item.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/item.icon.template.html +0 -1
- package/deprecated/dist/components/templates/item.options.template.html +0 -1
- package/deprecated/dist/components/templates/item.slider.template.html +0 -1
- package/deprecated/dist/components/templates/item.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/item.template.html +0 -1
- package/deprecated/dist/components/templates/item.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.template.html +0 -1
- package/deprecated/dist/components/templates/list.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/list.icon.template.html +0 -1
- package/deprecated/dist/components/templates/list.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/list.template.html +0 -1
- package/deprecated/dist/components/templates/list.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/maps.designtime.html +0 -1
- package/deprecated/dist/components/templates/maps.template.html +0 -1
- package/deprecated/dist/components/templates/multiselect.template.html +0 -1
- package/deprecated/dist/components/templates/nav.bar.template.html +0 -1
- package/deprecated/dist/components/templates/publicMenu.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
- package/deprecated/dist/components/templates/range.template.html +0 -1
- package/deprecated/dist/components/templates/rating.template.html +0 -1
- package/deprecated/dist/components/templates/search.template.html +0 -1
- package/deprecated/dist/components/templates/slider.template.html +0 -1
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +0 -1
- package/deprecated/dist/components/templates/tabs.template.html +0 -1
- package/deprecated/dist/components/templates/textarea.template.html +0 -1
- package/deprecated/dist/components/templates/textinput.template.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
- package/deprecated/dist/components/templates/title.template.html +0 -1
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/toggle.template.html +0 -1
- package/deprecated/dist/components/templates/video.designtime.html +0 -1
- package/deprecated/dist/components/templates/video.template.html +0 -1
- package/deprecated/dist/components/templates/views/public/home.view.html +0 -1
- package/deprecated/dist/components/templates/views/public/menu.view.html +0 -1
- package/deprecated/dist/css/app.css +0 -1
- package/deprecated/dist/i18n/locale_en_us.json +0 -126
- package/deprecated/dist/i18n/locale_pt_br.json +0 -126
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-plugin.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radio.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-video.svg +0 -1
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-300x200.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qr-code.png +0 -0
- package/deprecated/dist/img/svg-charts.svg +0 -1
- package/deprecated/dist/img/user.svg +0 -1
- package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
- package/deprecated/dist/js/LocaleService.js +0 -1
- package/deprecated/dist/js/app.authentication.js +0 -1
- package/deprecated/dist/js/app.js +0 -1
- package/deprecated/dist/js/controllers.authentication.js +0 -1
- package/deprecated/dist/js/controllers.js +0 -1
- package/deprecated/dist/js/custom.controllers.js +0 -1
- package/deprecated/dist/js/customModules.js +0 -1
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +0 -17
- package/deprecated/dist/js/filters.js +0 -1
- package/deprecated/dist/js/local-dateformat.directive.js +0 -1
- package/deprecated/dist/js/reports/parameters.controller.js +0 -1
- package/deprecated/dist/js/reports/reports.service.js +0 -1
- package/deprecated/dist/js/services.js +0 -1
- package/deprecated/dist/js/upload.service.js +0 -1
- package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
- package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
- package/deprecated/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-button.svg +0 -24
- package/deprecated/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
- package/deprecated/img/cron-icon/crn-chart.svg +0 -19
- package/deprecated/img/cron-icon/crn-checkbox.svg +0 -15
- package/deprecated/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
- package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
- package/deprecated/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/img/cron-icon/crn-form.svg +0 -24
- package/deprecated/img/cron-icon/crn-header.svg +0 -18
- package/deprecated/img/cron-icon/crn-icon.svg +0 -23
- package/deprecated/img/cron-icon/crn-image.svg +0 -20
- package/deprecated/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/img/cron-icon/crn-item-swipe.svg +0 -15
- package/deprecated/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-swipe.svg +0 -17
- package/deprecated/img/cron-icon/crn-list-thumbnail.svg +0 -17
- package/deprecated/img/cron-icon/crn-list.svg +0 -16
- package/deprecated/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/img/cron-icon/crn-plugin.svg +0 -44
- package/deprecated/img/cron-icon/crn-radio.svg +0 -21
- package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
- package/deprecated/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/img/cron-icon/crn-rating.svg +0 -20
- package/deprecated/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +0 -24
- package/deprecated/img/cron-icon/crn-tabs.svg +0 -17
- package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
- package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
- package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
- package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
- package/deprecated/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/img/cron-icon/crn-video.svg +0 -1
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-300x200.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qr-code.png +0 -0
- package/deprecated/img/svg-charts.svg +0 -1
- package/deprecated/img/user.svg +0 -18
|
@@ -1,24 +0,0 @@
|
|
|
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="M18.5,14c-0.83,0-1.5,0.67-1.5,1.5v-1c0-0.83-0.67-1.5-1.5-1.5S14,13.68,14,14.5v-1c0-0.83-0.67-1.5-1.5-1.5
|
|
17
|
-
S11,12.68,11,13.5v-6C11,6.68,10.33,6,9.5,6S8,6.68,8,7.5v10.49l-1.44-1.44c-0.59-0.59-1.54-0.59-2.12,0
|
|
18
|
-
c-0.59,0.59-0.59,1.54,0,2.12l3.26,3.26c0,0,0,0,0,0L8.77,23l0.01-0.01C9.33,23.6,10.12,24,11,24h6c1.65,0,3-1.35,3-3v-0.5V19
|
|
19
|
-
v-3.5C20,14.68,19.33,14,18.5,14z"/>
|
|
20
|
-
<path class="st0" d="M20,2H4C1.8,2,0,3.8,0,6v2c0,2.2,1.8,4,4,4h2V7.5C6,5.57,7.57,4,9.5,4C11.43,4,13,5.57,13,7.5v2.54
|
|
21
|
-
c0.77,0.11,1.46,0.47,1.99,1C15.15,11.01,15.33,11,15.5,11c0.95,0,1.81,0.38,2.44,1H20c2.2,0,4-1.8,4-4V6C24,3.8,22.2,2,20,2z"/>
|
|
22
|
-
</g>
|
|
23
|
-
</g>
|
|
24
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,4H4A4,4,0,0,0,0,8v8a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V8A4,4,0,0,0,20,4ZM10,15a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1Zm11,0H13a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Zm0-4H13a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Z"/></svg>
|
|
@@ -1,26 +0,0 @@
|
|
|
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
|
-
<circle class="st0" cx="8" cy="21" r="1"/>
|
|
17
|
-
<circle class="st0" cx="12" cy="21" r="1"/>
|
|
18
|
-
<circle class="st0" cx="16" cy="21" r="1"/>
|
|
19
|
-
<path class="st0" d="M20,2H4C1.79,2,0,3.79,0,6v8c0,2.21,1.79,4,4,4h16c2.21,0,4-1.79,4-4V6C24,3.79,22.21,2,20,2z M6,11.83H5.97
|
|
20
|
-
c-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.66L4,7.51
|
|
21
|
-
c0.46-0.46,1.2-0.46,1.66,0C5.89,7.74,6,8.04,6,8.34V11.83z M21.66,10.83L20,12.49c-0.46,0.46-1.2,0.46-1.66,0
|
|
22
|
-
c-0.18-0.18-0.27-0.42-0.31-0.66H18V8.34c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0l1.66,1.66
|
|
23
|
-
C22.11,9.63,22.11,10.37,21.66,10.83z"/>
|
|
24
|
-
</g>
|
|
25
|
-
</g>
|
|
26
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M23,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,1v19H8V9
|
|
16
|
-
c0-0.55-0.45-1-1-1H5C4.45,8,4,8.45,4,9v13H2V1c0-0.55-0.45-1-1-1S0,0.45,0,1v22c0,0.55,0.45,1,1,1h4h2h4h2h4h2h4
|
|
17
|
-
c0.55,0,1-0.45,1-1C24,22.45,23.55,22,23,22z"/>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M12,0C5.37,0,0,5.37,0,12c0,6.63,5.37,12,12,12s12-5.37,12-12C24,5.37,18.63,0,12,0z M18.71,8.71l-8.01,8l0,0
|
|
10
|
-
c-0.1,0.1-0.21,0.17-0.33,0.22c-0.36,0.15-0.79,0.07-1.08-0.22l-4-3.99c-0.39-0.39-0.39-1.03,0-1.41l0,0
|
|
11
|
-
c0.39-0.39,1.03-0.39,1.41,0L10,14.59l7.3-7.3c0.39-0.39,1.03-0.39,1.41,0l0,0C19.1,7.68,19.1,8.32,18.71,8.71z"/>
|
|
12
|
-
</g>
|
|
13
|
-
<g id="Camada_2">
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><rect class="cls-1" x="1" y="1" width="4" height="4" rx="1"/><rect class="cls-1" x="1" y="19" width="4" height="4" rx="1"/><rect class="cls-1" x="1" y="13" width="4" height="4" rx="1"/><rect class="cls-1" x="1" y="7" width="4" height="4" rx="1"/><rect class="cls-1" x="7" y="1" width="4" height="4" rx="1"/><rect class="cls-1" x="7" y="19" width="4" height="4" rx="1"/><rect class="cls-1" x="13" y="1" width="4" height="4" rx="1"/><rect class="cls-1" x="13" y="19" width="4" height="4" rx="1"/><rect class="cls-1" x="19" y="1" width="4" height="4" rx="1"/><rect class="cls-1" x="19" y="19" width="4" height="4" rx="1"/><rect class="cls-1" x="19" y="13" width="4" height="4" rx="1"/><rect class="cls-1" x="19" y="7" width="4" height="4" rx="1"/></svg>
|
|
@@ -1,28 +0,0 @@
|
|
|
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="M19.56,8.44c-0.59-0.59-1.54-0.59-2.12,0L15,10.88l-2.44-2.44c-0.59-0.59-1.54-0.59-2.12,0
|
|
17
|
-
c-0.59,0.59-0.59,1.54,0,2.12L12.88,13l-2.44,2.44c-0.59,0.59-0.59,1.54,0,2.12c0.59,0.59,1.54,0.59,2.12,0L15,15.12l2.44,2.44
|
|
18
|
-
c0.59,0.59,1.54,0.59,2.12,0c0.59-0.59,0.59-1.54,0-2.12L17.12,13l2.44-2.44C20.15,9.97,20.15,9.03,19.56,8.44z"/>
|
|
19
|
-
<path class="st0" d="M8,8.49C8,8.22,7.78,8,7.5,8H4.5C4.22,8,4,8.22,4,8.49v0.51C4,9.28,4.22,9.5,4.5,9.5H7.5
|
|
20
|
-
C7.78,9.5,8,9.28,8,9.01V8.49z"/>
|
|
21
|
-
<path class="st0" d="M20,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,2H4c-1.1,0-2-0.9-2-2V6
|
|
22
|
-
c0-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.4C10.51-0.17,10,0.11,10,0.6V2H4
|
|
23
|
-
C1.8,2,0,3.8,0,6v14c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V6C24,3.8,22.2,2,20,2z"/>
|
|
24
|
-
<path class="st0" d="M7.49,10H4.51C4.23,10,4,10.23,4,10.51v4.29c0,0.39,0.12,0.78,0.34,1.11l1.24,1.86c0.2,0.3,0.65,0.3,0.85,0
|
|
25
|
-
l1.24-1.86C7.88,15.59,8,15.2,8,14.81v-4.29C8,10.23,7.77,10,7.49,10z"/>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
</svg>
|
|
@@ -1,27 +0,0 @@
|
|
|
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="M23.33,10.43C20.72,11.38,16.63,12,12,12c-4.63,0-8.72-0.62-11.33-1.57C0.34,10.31,0,10.56,0,10.9v2.93
|
|
17
|
-
c0,0.21,0.12,0.39,0.31,0.47C2.9,15.33,7.17,16,12,16c4.83,0,9.1-0.67,11.69-1.69c0.19-0.08,0.31-0.26,0.31-0.47V10.9
|
|
18
|
-
C24,10.56,23.66,10.31,23.33,10.43z"/>
|
|
19
|
-
<path class="st0" d="M23.33,16.43C20.72,17.38,16.63,18,12,18c-4.63,0-8.72-0.62-11.33-1.57C0.34,16.31,0,16.56,0,16.9v2.93
|
|
20
|
-
c0,0.21,0.12,0.39,0.31,0.47C2.9,21.33,7.17,22,12,22c4.83,0,9.1-0.67,11.69-1.69c0.19-0.08,0.31-0.26,0.31-0.47V16.9
|
|
21
|
-
C24,16.56,23.66,16.31,23.33,16.43z"/>
|
|
22
|
-
<path class="st0" d="M23.69,3.69C21.1,2.67,16.83,2,12,2S2.9,2.67,0.31,3.69C0.12,3.77,0,3.96,0,4.16v3.68
|
|
23
|
-
c0,0.2,0.12,0.39,0.31,0.47C2.9,9.33,7.17,10,12,10s9.1-0.67,11.69-1.69C23.88,8.23,24,8.04,24,7.84V4.16
|
|
24
|
-
C24,3.96,23.88,3.77,23.69,3.69z"/>
|
|
25
|
-
</g>
|
|
26
|
-
</g>
|
|
27
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M18,7.2a5.9,5.9,0,0,0-.59.06A7.19,7.19,0,0,0,5.2,9.64c-.13,0-.26,0-.4,0a4.8,4.8,0,0,0,0,9.6H18a6,6,0,0,0,0-12Zm-4,5.3h-.5v3a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1v-3H10a1,1,0,0,1-.71-1.71h0l2-2h0a1,1,0,0,1,1.42,0h0l2,2h0A1,1,0,0,1,14,12.5Z"/></svg>
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
<circle class="st0" cx="7" cy="7" r="3"/>
|
|
17
|
-
<path class="st0" d="M24.22,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
|
|
18
|
-
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.5L24.22,16.25z"/>
|
|
19
|
-
<path class="st0" d="M14.81,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
|
|
20
|
-
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,0L2,15.96V4c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2
|
|
21
|
-
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-4H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h12.29
|
|
22
|
-
c-0.01-0.16-0.02-0.31,0.01-0.49l0.41-3.26C15.94,20.25,15.25,19.9,14.81,19.31z"/>
|
|
23
|
-
</g>
|
|
24
|
-
</g>
|
|
25
|
-
</svg>
|
|
@@ -1,27 +0,0 @@
|
|
|
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="M5,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.78L14.78,16H5c-0.55,0-1-0.45-1-1
|
|
17
|
-
c0-0.55,0.45-1,1-1h10.35l0.81-2.82c0.13-0.46,0.39-0.86,0.73-1.18H4c-2.2,0-4,1.8-4,4v6c0,2.2,1.8,4,4,4h12.29
|
|
18
|
-
c-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.25H5z"/>
|
|
19
|
-
<path class="st0" d="M4,8h16c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H4C1.8,0,0,1.8,0,4C0,6.2,1.8,8,4,8z M14.69,2.34
|
|
20
|
-
c0.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.66L18,5.66c-0.46,0.46-1.2,0.46-1.66,0
|
|
21
|
-
L14.69,4C14.23,3.54,14.23,2.8,14.69,2.34z"/>
|
|
22
|
-
<path class="st0" d="M23.72,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
|
|
23
|
-
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
|
|
24
|
-
c-0.03,0.27,0.07,0.32,0.24,0.1l5.4-7.2C24.08,16.43,23.99,16.25,23.72,16.25z"/>
|
|
25
|
-
</g>
|
|
26
|
-
</g>
|
|
27
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M12.87,1l3,6a1,1,0,0,0,.73.53l6.61,1a1,1,0,0,1,.53,1.66l-4.77,4.66a1,1,0,0,0-.28.86l1.12,6.58a1,1,0,0,1-1.41,1L12.45,20.2a1,1,0,0,0-.9,0L5.64,23.31a1,1,0,0,1-1.41-1L5.35,15.7a1,1,0,0,0-.28-.86L.3,10.18A1,1,0,0,1,.83,8.52l6.61-1A1,1,0,0,0,8.17,7l3-6A1,1,0,0,1,12.87,1Z"/></svg>
|
|
@@ -1,24 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M9.71,20.29
|
|
16
|
-
c0.39,0.39,0.39,1.03,0,1.42l0,0c-0.39,0.39-1.03,0.39-1.42,0L7,20.42l-1.29,1.29c-0.39,0.39-1.03,0.39-1.42,0l0,0
|
|
17
|
-
c-0.39-0.39-0.39-1.03,0-1.42L5.58,19l-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,0L7,17.58l1.29-1.29
|
|
18
|
-
c0.39-0.39,1.03-0.39,1.42,0l0,0c0.39,0.39,0.39,1.03,0,1.42L8.42,19L9.71,20.29z M19.71,17.71l-3.96,3.98v0l0,0c0,0,0,0,0,0
|
|
19
|
-
l-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.96c-0.39-0.38-0.39-1.01,0-1.4l0,0
|
|
20
|
-
c0.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,0C20.1,16.68,20.1,17.32,19.71,17.71z M20,13
|
|
21
|
-
c0,0.55-0.45,1-1,1H5c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V13z M20,7c0,0.55-0.45,1-1,1H5
|
|
22
|
-
C4.45,8,4,7.55,4,7V5c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V7z"/>
|
|
23
|
-
</g>
|
|
24
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M20,11
|
|
16
|
-
c0,0.55-0.45,1-1,1H5c-0.55,0-1-0.45-1-1V5c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V11z"/>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
@@ -1,23 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M11.37,0.32c0.35-0.43,0.91-0.43,1.26,0l1.63,2.02C14.6,2.76,15.32,3,15.85,2.85l2.5-0.67
|
|
16
|
-
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
|
|
17
|
-
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
|
|
18
|
-
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
|
|
19
|
-
C9.4,21.24,8.68,21,8.15,21.15l-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
|
|
20
|
-
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.68L0.7,8.99c-0.3-0.46-0.13-1,0.39-1.2l2.42-0.93
|
|
21
|
-
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.67C8.68,3,9.4,2.76,9.74,2.34L11.37,0.32z"/>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M4,2h16
|
|
16
|
-
c1.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,0L2,15.96V4
|
|
17
|
-
C2,2.9,2.9,2,4,2z"/>
|
|
18
|
-
<circle class="st0" cx="7" cy="7" r="3"/>
|
|
19
|
-
</g>
|
|
20
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,0H4A4,4,0,0,0,0,4V20a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0Zm.67,16.67a1.33,1.33,0,0,1,.94,2.27h0l-2.67,2.67h0a1.33,1.33,0,0,1-1.88,0h0l-2.67-2.67h0a1.33,1.33,0,0,1,.94-2.27H16V7.33h-.67a1.33,1.33,0,0,1-.94-2.27h0l2.67-2.67h0a1.33,1.33,0,0,1,1.88,0h0l2.67,2.67h0a1.33,1.33,0,0,1-.94,2.27H20v9.34Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M15,8H2a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2H15Z"/><path class="cls-1" d="M22,8H21v8h1a2,2,0,0,0,2-2V10A2,2,0,0,0,22,8Z"/><path class="cls-1" d="M21,18H19.5a.5.5,0,0,1-.5-.5V6.5a.5.5,0,0,1,.5-.5H21a1,1,0,0,0,0-2H15a1,1,0,0,0,0,2h1.5a.5.5,0,0,1,.5.5v11a.5.5,0,0,1-.5.5H15a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/><path class="cls-1" d="M1,6H11a1,1,0,0,0,0-2H1A1,1,0,0,0,1,6Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M21,18H19.5a.5.5,0,0,1-.5-.5V6.5a.5.5,0,0,1,.5-.5H21a1,1,0,0,0,0-2H15a1,1,0,0,0,0,2h1.5a.5.5,0,0,1,.5.5v11a.5.5,0,0,1-.5.5H15a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/><path class="cls-1" d="M15,8H2a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2H15Zm-3,5a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Z"/><path class="cls-1" d="M22,8H21v8h1a2,2,0,0,0,2-2V10A2,2,0,0,0,22,8Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,0H4A4,4,0,0,0,0,4V20a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0Zm0,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,10H4a4,4,0,0,0-4,4v6a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V14A4,4,0,0,0,20,10ZM8,19.3a.71.71,0,0,1-.7.7H2.7a.7.7,0,0,1-.7-.7v-.5a2.81,2.81,0,0,1,1.7-2.57,1.91,1.91,0,0,1-.58-1.35,1.88,1.88,0,1,1,3.17,1.35A2.8,2.8,0,0,1,8,18.8ZM21,20H11a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Zm0-4H11a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Z"/><path class="cls-1" d="M4,8H20a4,4,0,0,0,0-8H4A4,4,0,0,0,4,8Zm7-5H21a1,1,0,0,1,0,2H11a1,1,0,0,1,0-2ZM5,3A1,1,0,1,1,4,4,1,1,0,0,1,5,3Z"/></svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M4,20h16c2.2,0,4-1.8,4-4V8c0-2.2-1.8-4-4-4H4C1.8,4,0,5.8,0,8v8C0,18.2,1.8,20,4,20z M4.39,11.06L4.39,11.06
|
|
10
|
-
l2.67-2.67l0,0C7.3,8.15,7.63,8,8,8c0.74,0,1.33,0.6,1.33,1.33V10H19c0.55,0,1,0.45,1,1v2c0,0.55-0.45,1-1,1H9.34v0.67
|
|
11
|
-
C9.34,15.4,8.74,16,8,16c-0.37,0-0.7-0.15-0.94-0.39l0,0l-2.67-2.67v0C4.15,12.7,4,12.37,4,12S4.15,11.3,4.39,11.06z"/>
|
|
12
|
-
</g>
|
|
13
|
-
<g id="Camada_2">
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,2H4A4,4,0,0,0,0,6v8a4,4,0,0,0,4,4v3.43a.56.56,0,0,0,1,.4L8.8,18H20a4,4,0,0,0,4-4V6A4,4,0,0,0,20,2ZM6,12a2,2,0,1,1,2-2A2,2,0,0,1,6,12Zm6,0a2,2,0,1,1,2-2A2,2,0,0,1,12,12Zm6,0a2,2,0,1,1,2-2A2,2,0,0,1,18,12Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,0H4A4,4,0,0,0,0,4V20a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0Zm0,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm.71-10.29.58.58c.39.39.26.71-.29.71H3c-.55,0-.68-.32-.29-.71l.58-.58a1,1,0,0,0,0-1.42l-.58-.58C2.32,4.32,2.45,4,3,4H21c.55,0,.68.32.29.71l-.58.58A1,1,0,0,0,20.71,6.71Z"/><rect class="cls-1" x="6" y="12" width="12" height="4" rx="1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,0H4A4,4,0,0,0,0,4V20a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0ZM8,19.3a.71.71,0,0,1-.7.7H2.7a.7.7,0,0,1-.7-.7v-.5a2.81,2.81,0,0,1,1.7-2.57,1.91,1.91,0,0,1-.58-1.35,1.88,1.88,0,1,1,3.17,1.35A2.8,2.8,0,0,1,8,18.8Zm0-10a.71.71,0,0,1-.7.7H2.7A.7.7,0,0,1,2,9.3V8.8A2.81,2.81,0,0,1,3.7,6.23a1.91,1.91,0,0,1-.58-1.36,1.88,1.88,0,0,1,3.75,0,1.83,1.83,0,0,1-.58,1.35A2.82,2.82,0,0,1,8,8.8ZM21,20H11a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Zm0-4H11a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Zm0-6H11a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Zm0-4H11a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,0H4A4,4,0,0,0,0,4V20a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0ZM9.64,17.49l-.16.1A1.35,1.35,0,0,0,8.87,19l.05.18c.15.54-.16.85-.69.7L8,19.87a1.35,1.35,0,0,0-1.45.6l-.1.17c-.27.48-.71.48-1,0l-.09-.17A1.36,1.36,0,0,0,4,19.87l-.18.05c-.53.15-.85-.16-.7-.7l0-.18a1.33,1.33,0,0,0-.6-1.45l-.17-.1c-.48-.27-.48-.71,0-1l.17-.1A1.33,1.33,0,0,0,3.13,15l0-.19c-.15-.53.17-.84.7-.69l.18.05a1.36,1.36,0,0,0,1.46-.6l.09-.17c.27-.48.71-.48,1,0l.1.17a1.35,1.35,0,0,0,1.45.6l.19-.05c.53-.15.84.16.69.69L8.87,15a1.35,1.35,0,0,0,.61,1.45l.16.1C10.12,16.78,10.12,17.22,9.64,17.49Zm0-10-.16.1A1.35,1.35,0,0,0,8.87,9l.05.19c.15.53-.16.84-.69.69L8,9.87a1.35,1.35,0,0,0-1.45.61l-.1.16c-.27.48-.71.48-1,0l-.09-.16A1.37,1.37,0,0,0,4,9.87l-.18.05c-.53.15-.85-.16-.7-.69l0-.19a1.33,1.33,0,0,0-.6-1.45l-.17-.1c-.48-.27-.48-.71,0-1l.17-.09A1.35,1.35,0,0,0,3.13,5l0-.18c-.15-.53.17-.85.7-.7l.18,0a1.35,1.35,0,0,0,1.46-.6l.09-.17c.27-.48.71-.48,1,0l.1.17A1.33,1.33,0,0,0,8,4.13l.19,0c.53-.15.84.17.69.7L8.87,5a1.37,1.37,0,0,0,.61,1.46l.16.09C10.12,6.78,10.12,7.22,9.64,7.49ZM21,20H13a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Zm0-4H13a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Zm0-6H13a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Zm0-4H13a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,4H4A4,4,0,0,0,0,8v8a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V8A4,4,0,0,0,20,4ZM10,16a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V15a4,4,0,0,1,2.35-3.63,2.5,2.5,0,1,1,3.3,0A4,4,0,0,1,10,15Zm11-1H13a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Zm0-4H13a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,4H4A4,4,0,0,0,0,8v8a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V8A4,4,0,0,0,20,4Zm-8.36,8.49-.59.33a1.35,1.35,0,0,0-.6,1.46l.18.65c.14.53-.17.84-.7.7l-.65-.18a1.35,1.35,0,0,0-1.46.6l-.33.59c-.27.48-.71.48-1,0l-.33-.59a1.35,1.35,0,0,0-1.46-.6l-.65.18c-.53.14-.84-.17-.7-.7l.18-.65A1.35,1.35,0,0,0,3,12.82l-.59-.33c-.48-.27-.48-.71,0-1L3,11.18a1.35,1.35,0,0,0,.6-1.46l-.18-.65c-.14-.53.17-.84.7-.7l.65.18A1.35,1.35,0,0,0,6.18,8l.33-.59c.27-.48.71-.48,1,0L7.82,8a1.35,1.35,0,0,0,1.46.6l.65-.18c.53-.14.84.17.7.7l-.18.65a1.35,1.35,0,0,0,.6,1.46l.59.33C12.12,11.78,12.12,12.22,11.64,12.49ZM21,15H15a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Zm0-4H15a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,4H4A4,4,0,0,0,0,8v8a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V8A4,4,0,0,0,20,4ZM7,17a5,5,0,1,1,5-5A5,5,0,0,1,7,17Zm14-2H15a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Zm0-4H15a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,4H4A4,4,0,0,0,0,8v8a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V8A4,4,0,0,0,20,4ZM5,13a1,1,0,1,1,1-1A1,1,0,0,1,5,13Zm15-1a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1v0a1,1,0,0,1,1-1h10a1,1,0,0,1,1,1Z"/></svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M4,24h16c2.2,0,4-1.8,4-4V4c0-2.2-1.8-4-4-4H4C1.8,0,0,1.8,0,4v16C0,22.2,1.8,24,4,24z M20,18
|
|
10
|
-
c0,0.55-0.45,1-1,1H9.34v0.67C9.34,20.4,8.74,21,8,21c-0.37,0-0.7-0.15-0.94-0.39l0,0l-2.67-2.67v0C4.15,17.7,4,17.37,4,17
|
|
11
|
-
s0.15-0.7,0.39-0.94v0l2.67-2.67l0,0C7.3,13.15,7.63,13,8,13c0.74,0,1.33,0.6,1.33,1.33V15H19c0.55,0,1,0.45,1,1V18z M4.39,6.06
|
|
12
|
-
l2.67-2.67l0,0C7.3,3.15,7.63,3,8,3c0.74,0,1.33,0.6,1.33,1.33V5H19c0.55,0,1,0.45,1,1v2c0,0.55-0.45,1-1,1H9.33v0.67
|
|
13
|
-
C9.33,10.4,8.74,11,8,11c-0.37,0-0.7-0.15-0.94-0.39l0,0L4.39,7.94l0,0C4.15,7.7,4,7.37,4,7S4.15,6.3,4.39,6.06L4.39,6.06z"/>
|
|
14
|
-
</g>
|
|
15
|
-
<g id="Camada_2">
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
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_2">
|
|
11
|
-
<path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M8,19
|
|
12
|
-
c0,0.55-0.45,1-1,1H3c-0.55,0-1-0.45-1-1v-4c0-0.55,0.45-1,1-1h4c0.55,0,1,0.45,1,1V19z M8,9c0,0.55-0.45,1-1,1H3
|
|
13
|
-
c-0.55,0-1-0.45-1-1V5c0-0.55,0.45-1,1-1h4c0.55,0,1,0.45,1,1V9z M21,20H11c-0.55,0-1-0.45-1-1s0.45-1,1-1h10c0.55,0,1,0.45,1,1
|
|
14
|
-
S21.55,20,21,20z M21,16H11c-0.55,0-1-0.45-1-1s0.45-1,1-1h10c0.55,0,1,0.45,1,1S21.55,16,21,16z M21,10H11c-0.55,0-1-0.45-1-1
|
|
15
|
-
s0.45-1,1-1h10c0.55,0,1,0.45,1,1S21.55,10,21,10z M21,6H11c-0.55,0-1-0.45-1-1s0.45-1,1-1h10c0.55,0,1,0.45,1,1S21.55,6,21,6z"/>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M19,19H5
|
|
10
|
-
c-0.55,0-1-0.45-1-1s0.45-1,1-1h14c0.55,0,1,0.45,1,1S19.55,19,19,19z M19,15H5c-0.55,0-1-0.45-1-1s0.45-1,1-1h14
|
|
11
|
-
c0.55,0,1,0.45,1,1S19.55,15,19,15z M19,11H5c-0.55,0-1-0.45-1-1s0.45-1,1-1h14c0.55,0,1,0.45,1,1S19.55,11,19,11z M19,7H5
|
|
12
|
-
C4.45,7,4,6.55,4,6s0.45-1,1-1h14c0.55,0,1,0.45,1,1S19.55,7,19,7z"/>
|
|
13
|
-
</g>
|
|
14
|
-
<g id="Camada_2">
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M18,6c0-.16,0-.31,0-.46h0C18,5.69,18,5.84,18,6Z"/><path class="cls-1" d="M6,5.59C6,5.73,6,5.86,6,6c0-.14,0-.27,0-.41Z"/><path class="cls-1" d="M18,6A6,6,0,0,0,6,6c0,3.31,6,12,6,12S18,9.31,18,6ZM10,6a2,2,0,1,1,2,2A2,2,0,0,1,10,6Z"/><path class="cls-1" d="M12,20c-4.42,0-8,.9-8,2s3.58,2,8,2,8-.9,8-2S16.42,20,12,20Zm0,2.5c-1.66,0-3-.22-3-.5s1.34-.5,3-.5,3,.22,3,.5S13.66,22.5,12,22.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,10H4a4,4,0,0,0-4,4v6a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V14A4,4,0,0,0,20,10ZM19,20H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Zm0-4H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Z"/><path class="cls-1" d="M4,8H20a4,4,0,0,0,0-8H4A4,4,0,0,0,4,8ZM14.69,2.34A1.16,1.16,0,0,1,15.34,2V2h3.49a1.16,1.16,0,0,1,.83.34,1.19,1.19,0,0,1,0,1.66L18,5.66a1.19,1.19,0,0,1-1.66,0L14.69,4A1.17,1.17,0,0,1,14.69,2.34Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,0H4A4,4,0,0,0,0,4V20a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0ZM13,19H5a1,1,0,0,1,0-2h8a1,1,0,0,1,0,2Zm6-6H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Zm0-6H5A1,1,0,0,1,5,5H19a1,1,0,0,1,0,2Z"/></svg>
|
|
@@ -1,44 +0,0 @@
|
|
|
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" id="Camada_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:#CAC9C9;}
|
|
7
|
-
</style>
|
|
8
|
-
<g>
|
|
9
|
-
<g>
|
|
10
|
-
<g>
|
|
11
|
-
<path class="st0" d="M22,0h-7.01C13.9,0,13,0.9,13,2V4c0,0.28-0.23,0.5-0.5,0.5h-0.28c-0.27,0-0.65-0.17-0.83-0.38
|
|
12
|
-
c0,0-0.34-0.39-0.83-0.53c-0.02-0.01-0.04-0.01-0.07-0.02C9.95,3.43,9.35,3.43,8.56,4.23c-0.3,0.3-0.53,0.7-0.56,1.12
|
|
13
|
-
C7.92,6.52,8.85,7.5,10,7.5c0.17,0,0.34-0.03,0.5-0.07c0.02-0.01,0.04-0.01,0.07-0.02c0.49-0.15,0.83-0.53,0.83-0.53
|
|
14
|
-
c0.18-0.21,0.55-0.38,0.83-0.38h0.28C12.77,6.5,13,6.72,13,7v2.01c0,1.1,0.9,1.99,1.99,1.99l0,0c0.09,0,0.13-0.22,0.09-0.49
|
|
15
|
-
c0,0-0.24-1.52,1.01-2.86C16.7,7,17.52,6.52,18.41,6.5C20.38,6.45,22,8.04,22,10c0,0.35-0.04,0.52-0.04,0.52
|
|
16
|
-
C21.89,10.78,21.91,11,22,11l0,0c1.1,0,2-0.9,2-1.99V2C24,0.9,23.1,0,22,0z"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g>
|
|
19
|
-
<path class="st0" d="M2,11H4c0.28,0,0.5,0.23,0.5,0.5v0.28c0,0.27-0.17,0.65-0.38,0.83c0,0-0.39,0.34-0.53,0.83
|
|
20
|
-
c-0.01,0.02-0.01,0.04-0.02,0.07c-0.14,0.55-0.14,1.15,0.66,1.94c0.3,0.3,0.7,0.53,1.12,0.56C6.52,16.08,7.5,15.15,7.5,14
|
|
21
|
-
c0-0.17-0.03-0.34-0.07-0.5c-0.01-0.02-0.01-0.04-0.02-0.07c-0.15-0.49-0.53-0.83-0.53-0.83c-0.21-0.18-0.38-0.55-0.38-0.83V11.5
|
|
22
|
-
C6.5,11.23,6.72,11,7,11h2.01C10.1,11,11,10.1,11,9.01l0,0c0-0.09-0.22-0.13-0.49-0.09c0,0-1.52,0.24-2.86-1.01
|
|
23
|
-
C7,7.3,6.52,6.48,6.5,5.59C6.45,3.62,8.04,2,10,2c0.35,0,0.52,0.04,0.52,0.04C10.78,2.11,11,2.09,11,2l0,0c0-1.1-0.9-2-1.99-2H2
|
|
24
|
-
C0.9,0,0,0.9,0,2v7.01C0,10.1,0.9,11,2,11z"/>
|
|
25
|
-
</g>
|
|
26
|
-
<g>
|
|
27
|
-
<path class="st0" d="M13.43,20.41c0.02,0.01,0.04,0.01,0.07,0.02c0.55,0.14,1.15,0.14,1.94-0.66c0.3-0.3,0.53-0.7,0.56-1.12
|
|
28
|
-
c0.08-1.17-0.84-2.15-1.99-2.15c-0.17,0-0.34,0.03-0.5,0.07c-0.02,0.01-0.04,0.01-0.07,0.02c-0.49,0.15-0.83,0.53-0.83,0.53
|
|
29
|
-
c-0.18,0.21-0.55,0.38-0.83,0.38H11.5c-0.27,0-0.5-0.23-0.5-0.5v-2.01C11,13.9,10.1,13,9.01,13l0,0c-0.09,0-0.13,0.22-0.09,0.49
|
|
30
|
-
c0,0,0.24,1.52-1.01,2.86C7.3,17,6.48,17.48,5.59,17.5C3.62,17.55,2,15.96,2,14c0-0.35,0.04-0.52,0.04-0.52
|
|
31
|
-
C2.11,13.22,2.09,13,2,13l0,0c-1.1,0-2,0.9-2,1.99V22c0,1.1,0.9,2,2,2h7.01c1.1,0,1.99-0.9,1.99-2v-2c0-0.27,0.23-0.5,0.5-0.5
|
|
32
|
-
h0.28c0.27,0,0.65,0.17,0.83,0.38C12.61,19.88,12.94,20.26,13.43,20.41z"/>
|
|
33
|
-
</g>
|
|
34
|
-
<g>
|
|
35
|
-
<path class="st0" d="M22,13h-2c-0.27,0-0.5-0.23-0.5-0.5v-0.28c0-0.27,0.17-0.65,0.38-0.83c0,0,0.39-0.34,0.53-0.83
|
|
36
|
-
c0.01-0.02,0.01-0.04,0.02-0.07c0.14-0.55,0.14-1.15-0.66-1.94c-0.3-0.3-0.7-0.53-1.12-0.56C17.48,7.92,16.5,8.85,16.5,10
|
|
37
|
-
c0,0.17,0.03,0.34,0.07,0.5c0.01,0.02,0.01,0.04,0.02,0.07c0.15,0.49,0.53,0.83,0.53,0.83c0.21,0.18,0.38,0.55,0.38,0.83v0.28
|
|
38
|
-
c0,0.27-0.23,0.5-0.5,0.5h-2.01C13.9,13,13,13.9,13,14.99l0,0c0,0.09,0.22,0.13,0.49,0.09c0,0,1.52-0.24,2.86,1.01
|
|
39
|
-
c0.65,0.61,1.12,1.42,1.14,2.31C17.55,20.38,15.96,22,14,22c-0.35,0-0.52-0.04-0.52-0.04C13.22,21.89,13,21.91,13,22l0,0
|
|
40
|
-
c0,1.1,0.9,2,1.99,2H22c1.1,0,2-0.9,2-2v-7.01C24,13.9,23.1,13,22,13z"/>
|
|
41
|
-
</g>
|
|
42
|
-
</g>
|
|
43
|
-
</g>
|
|
44
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M22,3H2C0.9,3,0,3.9,0,5v4c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V5C24,3.9,23.1,3,22,3z M12,7.04
|
|
11
|
-
C12,7.57,11.57,8,11.04,8H4.96C4.43,8,4,7.57,4,7.04V6.96C4,6.43,4.43,6,4.96,6h6.08C11.57,6,12,6.43,12,6.96V7.04z M19.79,6.2
|
|
12
|
-
l-2.6,2.6c0,0,0,0,0,0c-0.23,0.23-0.58,0.25-0.85,0.09c-0.05-0.03-0.1-0.05-0.14-0.09c0,0,0,0,0,0l-1.6-1.6
|
|
13
|
-
c-0.27-0.27-0.27-0.72,0-0.99c0.27-0.27,0.72-0.27,0.99,0l1.1,1.1l2.1-2.1c0.27-0.27,0.72-0.27,0.99,0S20.07,5.92,19.79,6.2z"/>
|
|
14
|
-
<path class="st0" d="M22,13H2c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2v-4C24,13.9,23.1,13,22,13z M12,17.04
|
|
15
|
-
c0,0.53-0.43,0.96-0.96,0.96H4.96C4.43,18,4,17.57,4,17.04v-0.08C4,16.43,4.43,16,4.96,16h6.08c0.53,0,0.96,0.43,0.96,0.96V17.04z
|
|
16
|
-
"/>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
<g id="Camada_2">
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
<g>
|
|
17
|
-
<path class="st0" d="M12,0C5.37,0,0,5.37,0,12c0,6.63,5.37,12,12,12c6.63,0,12-5.37,12-12C24,5.37,18.63,0,12,0z M12,20
|
|
18
|
-
c-4.41,0-8-3.59-8-8c0-4.41,3.59-8,8-8c4.41,0,8,3.59,8,8C20,16.41,16.41,20,12,20z"/>
|
|
19
|
-
</g>
|
|
20
|
-
<g>
|
|
21
|
-
<circle class="st0" cx="12" cy="12" r="4"/>
|
|
22
|
-
</g>
|
|
23
|
-
</g>
|
|
24
|
-
</g>
|
|
25
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M22,10H17.65a6,6,0,0,0-11.3,0H2a2,2,0,0,0,0,4H6.35a6,6,0,0,0,11.3,0H22a2,2,0,0,0,0-4ZM12,14a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z"/></svg>
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|
-
<path class="st0" d="M12.87,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
|
|
16
|
-
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
|
|
17
|
-
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.86L0.3,10.22c-0.58-0.56-0.26-1.54,0.54-1.66L7.44,7.6
|
|
18
|
-
c0.32-0.05,0.59-0.25,0.73-0.53l2.95-5.99C11.48,0.36,12.52,0.36,12.87,1.08z"/>
|
|
19
|
-
</g>
|
|
20
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,10H4a4,4,0,0,0-4,4v6a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V14A4,4,0,0,0,20,10ZM19,20H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Zm0-4H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Z"/><path class="cls-1" d="M4,8H20a4,4,0,0,0,0-8H4A4,4,0,0,0,4,8ZM14.69,2.34A1.16,1.16,0,0,1,15.34,2V2h3.49a1.16,1.16,0,0,1,.83.34,1.19,1.19,0,0,1,0,1.66L18,5.66a1.19,1.19,0,0,1-1.66,0L14.69,4A1.17,1.17,0,0,1,14.69,2.34Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M2,4H22a2,2,0,0,0,0-4H2A2,2,0,0,0,2,4Z"/><path class="cls-1" d="M22,20H2a2,2,0,0,0,0,4H22a2,2,0,0,0,0-4Z"/><path class="cls-1" d="M14,10a1,1,0,0,0,.71-1.71h0l-2-2h0a1,1,0,0,0-1.42,0h0l-2,2h0A1,1,0,0,0,10,10h.5v4H10a1,1,0,0,0-.71,1.71h0l2,2h0a1,1,0,0,0,1.42,0h0l2-2h0A1,1,0,0,0,14,14h-.5V10Z"/></svg>
|