@watermarkinsights/ripple 5.13.1-0 → 5.13.1-alpha.1
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/LICENSE +21 -0
- package/README.md +1 -1
- package/dist/cjs/{app-globals-12979223.js → app-globals-BEHiDpgR.js} +2 -2
- package/dist/cjs/{chartFunctions-5a8c4095.js → chartFunctions-uCzSt0yo.js} +2 -3
- package/dist/cjs/{functions-0774d303.js → functions-CqAwq8Fq.js} +232 -185
- package/dist/cjs/{index-788526f5.js → index-Cig4P4gJ.js} +540 -345
- package/dist/cjs/{intl-4a204fe7.js → intl-BUs7ck9m.js} +1 -1
- package/dist/cjs/loader.cjs.js +3 -5
- package/dist/cjs/priv-calendar.cjs.entry.js +6 -12
- package/dist/cjs/priv-chart-popover.cjs.entry.js +4 -8
- package/dist/cjs/priv-navigator-button.cjs.entry.js +2 -5
- package/dist/cjs/priv-navigator-item.cjs.entry.js +2 -5
- package/dist/cjs/priv-option-list.cjs.entry.js +10 -16
- package/dist/cjs/ripple.cjs.js +7 -7
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +9 -18
- package/dist/cjs/wm-button.cjs.entry.js +8 -16
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -8
- package/dist/cjs/wm-chart.cjs.entry.js +14 -18
- package/dist/cjs/wm-date-range.cjs.entry.js +9 -14
- package/dist/cjs/wm-datepicker.cjs.entry.js +6 -11
- package/dist/cjs/wm-file-list.cjs.entry.js +2 -5
- package/dist/cjs/wm-file.cjs.entry.js +5 -15
- package/dist/cjs/wm-flyout.cjs.entry.js +5 -16
- package/dist/cjs/wm-input.cjs.entry.js +5 -17
- package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +8 -14
- package/dist/cjs/wm-modal_3.cjs.entry.js +7 -14
- package/dist/cjs/wm-navigation_3.cjs.entry.js +9 -18
- package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
- package/dist/cjs/wm-nested-select.cjs.entry.js +11 -16
- package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
- package/dist/cjs/wm-option_2.cjs.entry.js +10 -17
- package/dist/cjs/wm-pagination.cjs.entry.js +10 -13
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
- package/dist/cjs/wm-search.cjs.entry.js +25 -9
- package/dist/cjs/wm-snackbar.cjs.entry.js +8 -10
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +20 -16
- package/dist/cjs/wm-tag-input.cjs.entry.js +12 -25
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
- package/dist/cjs/wm-textarea.cjs.entry.js +5 -12
- package/dist/cjs/wm-timepicker.cjs.entry.js +9 -14
- package/dist/cjs/wm-toggletip.cjs.entry.js +6 -11
- package/dist/cjs/wm-uploader.cjs.entry.js +8 -18
- package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
- package/dist/collection/collection-manifest.json +2 -7
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +0 -122
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +8 -4
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +15 -12
- package/dist/collection/components/charts/wm-chart/wm-chart.css +0 -209
- package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +0 -122
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +52 -33
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +0 -209
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +23 -16
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +0 -138
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +9 -6
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +15 -12
- package/dist/collection/components/datepickers/datepicker.css +0 -122
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +0 -122
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +21 -12
- package/dist/collection/components/datepickers/wm-date-range.js +39 -19
- package/dist/collection/components/datepickers/wm-datepicker.js +27 -13
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +0 -122
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +27 -16
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +0 -122
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +46 -22
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +0 -122
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
- package/dist/collection/components/selects/wm-option/wm-option.css +0 -122
- package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
- package/dist/collection/components/selects/wm-select/wm-select.css +0 -122
- package/dist/collection/components/selects/wm-select/wm-select.js +41 -19
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -122
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +24 -15
- package/dist/collection/components/wm-button/wm-button.css +0 -200
- package/dist/collection/components/wm-button/wm-button.js +43 -22
- package/dist/collection/components/wm-file/wm-file.css +0 -122
- package/dist/collection/components/wm-file/wm-file.js +29 -18
- package/dist/collection/components/wm-file-list/wm-file-list.css +0 -122
- package/dist/collection/components/wm-file-list/wm-file-list.js +3 -1
- package/dist/collection/components/wm-flyout/wm-flyout.css +0 -122
- package/dist/collection/components/wm-flyout/wm-flyout.js +31 -19
- package/dist/collection/components/wm-input/wm-input.css +0 -122
- package/dist/collection/components/wm-input/wm-input.js +55 -28
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -122
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +10 -4
- package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -122
- package/dist/collection/components/wm-modal/wm-modal-footer.js +15 -5
- package/dist/collection/components/wm-modal/wm-modal-header.css +0 -122
- package/dist/collection/components/wm-modal/wm-modal-header.js +6 -2
- package/dist/collection/components/wm-modal/wm-modal.css +0 -122
- package/dist/collection/components/wm-modal/wm-modal.js +13 -7
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +0 -122
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +15 -5
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +0 -122
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +6 -2
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +0 -122
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +14 -7
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +0 -122
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +5 -4
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +0 -122
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +9 -8
- package/dist/collection/components/wm-navigation/wm-navigation.css +0 -122
- package/dist/collection/components/wm-navigation/wm-navigation.js +4 -2
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -122
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +6 -2
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -122
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +9 -3
- package/dist/collection/components/wm-navigator/wm-navigator.css +0 -122
- package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
- package/dist/collection/components/wm-pagination/wm-pagination.css +0 -122
- package/dist/collection/components/wm-pagination/wm-pagination.js +21 -11
- package/dist/collection/components/wm-search/wm-search.css +0 -122
- package/dist/collection/components/wm-search/wm-search.js +45 -10
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -122
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +7 -4
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -122
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +18 -6
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -122
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +9 -6
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -122
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +12 -2
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +0 -122
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +50 -32
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +18 -10
- package/dist/collection/components/wm-textarea/wm-textarea.css +0 -122
- package/dist/collection/components/wm-textarea/wm-textarea.js +34 -16
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +0 -122
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +27 -15
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -122
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +15 -9
- package/dist/collection/components/wm-uploader/wm-uploader.css +0 -200
- package/dist/collection/components/wm-uploader/wm-uploader.js +37 -22
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +85 -0
- package/dist/components/p-BlQdbOh_.js +294 -0
- package/dist/components/p-BvE5BEYe.js +146 -0
- package/dist/components/p-BzGDMpdL.js +592 -0
- package/dist/{ripple/p-8303bd1e.entry.js → components/p-CLem5EoD.js} +42 -1
- package/dist/components/p-CWx2NF6K.js +231 -0
- package/dist/components/p-D9GMUh0-.js +231 -0
- package/dist/components/p-DCSxoWXP.js +421 -0
- package/dist/{ripple/p-e8f5c8cd.entry.js → components/p-DG_w4q3M.js} +196 -1
- package/dist/{esm/intl-e0444831.js → components/p-DStPjkvu.js} +1 -1
- package/dist/{esm/functions-682e95b4.js → components/p-DdlNyc6u.js} +233 -186
- package/dist/components/p-DvXS4oTB.js +49 -0
- package/dist/components/p-HPnDWE3g.js +1686 -0
- package/dist/{esm/chartFunctions-4095a787.js → components/p-K9lgwbAO.js} +3 -4
- package/dist/components/p-e_A35rK5.js +154 -0
- package/dist/components/priv-calendar.d.ts +11 -0
- package/dist/components/priv-calendar.js +6 -0
- package/dist/components/priv-chart-popover.d.ts +11 -0
- package/dist/components/priv-chart-popover.js +6 -0
- package/dist/components/priv-navigator-button.d.ts +11 -0
- package/dist/components/priv-navigator-button.js +6 -0
- package/dist/components/priv-navigator-item.d.ts +11 -0
- package/dist/components/priv-navigator-item.js +6 -0
- package/dist/components/priv-option-list.d.ts +11 -0
- package/dist/components/priv-option-list.js +6 -0
- package/dist/components/wm-action-menu.d.ts +11 -0
- package/dist/components/wm-action-menu.js +6 -0
- package/dist/components/wm-button.d.ts +11 -0
- package/dist/components/wm-button.js +6 -0
- package/dist/components/wm-chart-slice.d.ts +11 -0
- package/dist/components/wm-chart-slice.js +41 -0
- package/dist/components/wm-chart.d.ts +11 -0
- package/dist/components/wm-chart.js +197 -0
- package/dist/components/wm-date-range.d.ts +11 -0
- package/dist/components/wm-date-range.js +522 -0
- package/dist/components/wm-datepicker.d.ts +11 -0
- package/dist/components/wm-datepicker.js +287 -0
- package/dist/components/wm-file-list.d.ts +11 -0
- package/dist/components/wm-file-list.js +38 -0
- package/dist/components/wm-file.d.ts +11 -0
- package/dist/components/wm-file.js +228 -0
- package/dist/components/wm-flyout.d.ts +11 -0
- package/dist/components/wm-flyout.js +208 -0
- package/dist/components/wm-input.d.ts +11 -0
- package/dist/components/wm-input.js +152 -0
- package/dist/components/wm-line-chart.d.ts +11 -0
- package/dist/components/wm-line-chart.js +497 -0
- package/dist/components/wm-menuitem.d.ts +11 -0
- package/dist/components/wm-menuitem.js +6 -0
- package/dist/components/wm-modal-footer.d.ts +11 -0
- package/dist/components/wm-modal-footer.js +73 -0
- package/dist/components/wm-modal-header.d.ts +11 -0
- package/dist/components/wm-modal-header.js +61 -0
- package/dist/components/wm-modal-pss-footer.d.ts +11 -0
- package/dist/components/wm-modal-pss-footer.js +69 -0
- package/dist/components/wm-modal-pss-header.d.ts +11 -0
- package/dist/components/wm-modal-pss-header.js +64 -0
- package/dist/components/wm-modal-pss.d.ts +11 -0
- package/dist/components/wm-modal-pss.js +162 -0
- package/dist/components/wm-modal.d.ts +11 -0
- package/dist/components/wm-modal.js +161 -0
- package/dist/components/wm-navigation-hamburger.d.ts +11 -0
- package/dist/components/wm-navigation-hamburger.js +70 -0
- package/dist/components/wm-navigation-item.d.ts +11 -0
- package/dist/components/wm-navigation-item.js +40 -0
- package/dist/components/wm-navigation.d.ts +11 -0
- package/dist/components/wm-navigation.js +144 -0
- package/dist/components/wm-navigator.d.ts +11 -0
- package/dist/components/wm-navigator.js +369 -0
- package/dist/components/wm-nested-select.d.ts +11 -0
- package/dist/components/wm-nested-select.js +343 -0
- package/dist/components/wm-optgroup.d.ts +11 -0
- package/dist/components/wm-optgroup.js +107 -0
- package/dist/components/wm-option.d.ts +11 -0
- package/dist/components/wm-option.js +6 -0
- package/dist/components/wm-pagination.d.ts +11 -0
- package/dist/components/wm-pagination.js +251 -0
- package/dist/components/wm-progress-indicator.d.ts +11 -0
- package/dist/components/wm-progress-indicator.js +144 -0
- package/dist/components/wm-progress-monitor.d.ts +11 -0
- package/dist/{ripple/p-afa213ca.entry.js → components/wm-progress-monitor.js} +93 -1
- package/dist/components/wm-progress-slice.d.ts +11 -0
- package/dist/components/wm-progress-slice.js +37 -0
- package/dist/components/wm-search.d.ts +11 -0
- package/dist/components/wm-search.js +250 -0
- package/dist/components/wm-select.d.ts +11 -0
- package/dist/components/wm-select.js +6 -0
- package/dist/components/wm-snackbar.d.ts +11 -0
- package/dist/components/wm-snackbar.js +209 -0
- package/dist/components/wm-tab-item.d.ts +11 -0
- package/dist/components/wm-tab-item.js +85 -0
- package/dist/components/wm-tab-list.d.ts +11 -0
- package/dist/components/wm-tab-list.js +217 -0
- package/dist/components/wm-tab-panel.d.ts +11 -0
- package/dist/components/wm-tab-panel.js +52 -0
- package/dist/components/wm-tag-input.d.ts +11 -0
- package/dist/components/wm-tag-input.js +919 -0
- package/dist/components/wm-tag-option.d.ts +11 -0
- package/dist/components/wm-tag-option.js +63 -0
- package/dist/components/wm-textarea.d.ts +11 -0
- package/dist/components/wm-textarea.js +113 -0
- package/dist/components/wm-timepicker.d.ts +11 -0
- package/dist/components/wm-timepicker.js +333 -0
- package/dist/components/wm-toggletip.d.ts +11 -0
- package/dist/{ripple/p-b1e4f8d0.entry.js → components/wm-toggletip.js} +200 -1
- package/dist/components/wm-uploader.d.ts +11 -0
- package/dist/components/wm-uploader.js +348 -0
- package/dist/components/wm-wrapper.d.ts +11 -0
- package/dist/components/wm-wrapper.js +34 -0
- package/dist/esm/{app-globals-8110c96f.js → app-globals-CAbvPlgr.js} +2 -2
- package/dist/esm/chartFunctions-Cmh1Ji0o.js +724 -0
- package/dist/esm/functions-C2kwukaR.js +10485 -0
- package/dist/esm/{index-130e07bb.js → index-EopL5zo4.js} +539 -324
- package/dist/esm/interfaces-COwzv5zO.js +34 -0
- package/dist/esm/intl-DeM2tf6d.js +277 -0
- package/dist/esm/loader.js +4 -4
- package/dist/esm/priv-calendar.entry.js +6 -10
- package/dist/esm/priv-chart-popover.entry.js +4 -6
- package/dist/esm/priv-navigator-button.entry.js +2 -3
- package/dist/esm/priv-navigator-item.entry.js +2 -3
- package/dist/esm/priv-option-list.entry.js +10 -14
- package/dist/esm/ripple.js +6 -5
- package/dist/esm/wm-action-menu_2.entry.js +9 -16
- package/dist/esm/wm-button.entry.js +8 -14
- package/dist/esm/wm-chart-slice.entry.js +1 -6
- package/dist/esm/wm-chart.entry.js +14 -16
- package/dist/esm/wm-date-range.entry.js +9 -12
- package/dist/esm/wm-datepicker.entry.js +6 -9
- package/dist/esm/wm-file-list.entry.js +2 -3
- package/dist/esm/wm-file.entry.js +5 -13
- package/dist/esm/wm-flyout.entry.js +5 -14
- package/dist/esm/wm-input.entry.js +5 -15
- package/dist/esm/wm-line-chart.entry.js +18 -26
- package/dist/esm/wm-modal-pss_3.entry.js +8 -12
- package/dist/esm/wm-modal_3.entry.js +7 -12
- package/dist/esm/wm-navigation_3.entry.js +9 -16
- package/dist/esm/wm-navigator.entry.js +17 -13
- package/dist/esm/wm-nested-select.entry.js +11 -14
- package/dist/esm/wm-optgroup.entry.js +3 -5
- package/dist/esm/wm-option_2.entry.js +10 -15
- package/dist/esm/wm-pagination.entry.js +10 -11
- package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
- package/dist/esm/wm-search.entry.js +25 -7
- package/dist/esm/wm-snackbar.entry.js +8 -8
- package/dist/esm/wm-tab-item_3.entry.js +20 -14
- package/dist/esm/wm-tag-input.entry.js +12 -23
- package/dist/esm/wm-tag-option.entry.js +2 -6
- package/dist/esm/wm-textarea.entry.js +5 -10
- package/dist/esm/wm-timepicker.entry.js +9 -12
- package/dist/esm/wm-toggletip.entry.js +6 -9
- package/dist/esm/wm-uploader.entry.js +8 -16
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-CAbvPlgr.js +1 -0
- package/dist/esm-es5/chartFunctions-Cmh1Ji0o.js +1 -0
- package/dist/esm-es5/functions-C2kwukaR.js +1 -0
- package/dist/esm-es5/index-EopL5zo4.js +1 -0
- package/dist/esm-es5/{intl-e0444831.js → intl-DeM2tf6d.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/priv-option-list.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-date-range.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-flyout.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-nested-select.entry.js +1 -1
- package/dist/esm-es5/wm-optgroup.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-tag-option.entry.js +1 -1
- package/dist/esm-es5/wm-textarea.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/esm-es5/wm-wrapper.entry.js +1 -1
- package/dist/ripple/p-090ee1d9.entry.js +1 -0
- package/dist/ripple/p-25e1a9f9.entry.js +1 -0
- package/dist/ripple/{p-9d8c5fb4.system.entry.js → p-27ecd83a.system.entry.js} +1 -1
- package/dist/ripple/{p-72b88618.system.entry.js → p-2f1ffab1.system.entry.js} +1 -1
- package/dist/ripple/{p-e9c4ed97.entry.js → p-3042aae4.entry.js} +1 -1
- package/dist/ripple/p-30fb07a2.entry.js +1 -0
- package/dist/ripple/{p-199fd014.system.entry.js → p-31b8fe9c.system.entry.js} +1 -1
- package/dist/ripple/p-338b089a.entry.js +1 -0
- package/dist/ripple/p-340b73a9.system.entry.js +1 -0
- package/dist/ripple/p-3611aa0e.entry.js +1 -0
- package/dist/ripple/{p-c3ab1c4b.system.entry.js → p-384d9208.system.entry.js} +1 -1
- package/dist/ripple/{p-b73936b2.system.entry.js → p-3b0aaa5d.system.entry.js} +1 -1
- package/dist/ripple/p-3b828dcd.entry.js +1 -0
- package/dist/ripple/{p-ec4c1020.system.entry.js → p-3bee6a44.system.entry.js} +1 -1
- package/dist/ripple/p-3c54de9c.entry.js +1 -0
- package/dist/ripple/{p-ac241e42.system.entry.js → p-3e5a7fee.system.entry.js} +1 -1
- package/dist/ripple/{p-b4a9a118.entry.js → p-4862126f.entry.js} +1 -1
- package/dist/ripple/{p-cd0cc88d.entry.js → p-492a8a9f.entry.js} +1 -1
- package/dist/ripple/{p-11aef4e8.entry.js → p-49c9063a.entry.js} +1 -1
- package/dist/ripple/p-52e54dca.entry.js +1 -0
- package/dist/ripple/p-54aeadde.entry.js +1 -0
- package/dist/ripple/{p-015af452.system.entry.js → p-61c089e4.system.entry.js} +1 -1
- package/dist/ripple/{p-91a8e524.system.entry.js → p-63bb5240.system.entry.js} +1 -1
- package/dist/ripple/{p-7360ce37.entry.js → p-64e6e3b7.entry.js} +1 -1
- package/dist/ripple/{p-14b3b062.system.entry.js → p-6785cd06.system.entry.js} +1 -1
- package/dist/ripple/p-6838c144.entry.js +1 -0
- package/dist/ripple/{p-e7ee2171.system.entry.js → p-68705f8f.system.entry.js} +1 -1
- package/dist/ripple/{p-932922ed.system.entry.js → p-69d1e480.system.entry.js} +1 -1
- package/dist/ripple/{p-d8f0c9b4.system.entry.js → p-6f8eecda.system.entry.js} +1 -1
- package/dist/ripple/{p-f2c40a23.system.entry.js → p-74243614.system.entry.js} +1 -1
- package/dist/ripple/p-774c49cd.entry.js +1 -0
- package/dist/ripple/p-782951b7.system.entry.js +1 -0
- package/dist/ripple/p-7aa9c503.entry.js +1 -0
- package/dist/ripple/{p-5a564d92.system.entry.js → p-84a4735d.system.entry.js} +1 -1
- package/dist/ripple/p-85bdcfc2.entry.js +1 -0
- package/dist/ripple/{p-cf77cdd0.system.entry.js → p-86815489.system.entry.js} +1 -1
- package/dist/ripple/{p-1d43bc57.system.entry.js → p-8d09ca95.system.entry.js} +1 -1
- package/dist/ripple/p-9111db61.entry.js +1 -0
- package/dist/ripple/{p-feaa4c19.entry.js → p-957e8a70.entry.js} +1 -1
- package/dist/ripple/p-9583f20a.entry.js +1 -0
- package/dist/ripple/{p-cd5c59ef.system.entry.js → p-99d53b0e.system.entry.js} +1 -1
- package/dist/ripple/{p-55f880af.entry.js → p-9a0216ba.entry.js} +1 -1
- package/dist/ripple/{p-7c9bf5f6.system.entry.js → p-9a72e53c.system.entry.js} +1 -1
- package/dist/ripple/{p-371c36f5.entry.js → p-9e10d3eb.entry.js} +1 -1
- package/dist/ripple/p-C2kwukaR.js +1 -0
- package/dist/ripple/p-CG434V5a.system.js +1 -0
- package/dist/ripple/p-CPBFbOkl.js +1 -0
- package/dist/ripple/p-CTau6pR2.system.js +2 -0
- package/dist/ripple/{p-7a08da5c.system.js → p-ClenAAhT.system.js} +1 -1
- package/dist/ripple/p-CxDIDZPI.js +1 -0
- package/dist/ripple/{p-187c694f.js → p-D7x793ET.js} +1 -1
- package/dist/ripple/p-DB8VIjQe.system.js +1 -0
- package/dist/ripple/p-DwoNKeBh.system.js +1 -0
- package/dist/ripple/p-EopL5zo4.js +2 -0
- package/dist/ripple/p-a121c779.entry.js +1 -0
- package/dist/ripple/p-a3c4aa31.entry.js +1 -0
- package/dist/ripple/p-a46a28c9.entry.js +1 -0
- package/dist/ripple/p-a6890863.entry.js +1 -0
- package/dist/ripple/{p-bbb37d6e.entry.js → p-a7f2af01.entry.js} +1 -1
- package/dist/ripple/{p-7a6f535f.system.entry.js → p-a95f9245.system.entry.js} +1 -1
- package/dist/ripple/{p-6439b435.system.entry.js → p-ae58e2d1.system.entry.js} +1 -1
- package/dist/ripple/p-b077fe55.system.entry.js +1 -0
- package/dist/ripple/{p-61f8a6d4.system.entry.js → p-b0a47a43.system.entry.js} +1 -1
- package/dist/ripple/{p-dbd8a6c4.system.entry.js → p-ba6080a6.system.entry.js} +1 -1
- package/dist/ripple/p-c0440211.entry.js +1 -0
- package/dist/ripple/{p-704bacb9.system.entry.js → p-c78fa8d0.system.entry.js} +1 -1
- package/dist/ripple/{p-e12e6b00.system.entry.js → p-cd81d7de.system.entry.js} +1 -1
- package/dist/ripple/p-d77338ae.entry.js +1 -0
- package/dist/ripple/{p-849384be.system.entry.js → p-d92218e6.system.entry.js} +1 -1
- package/dist/ripple/{p-043901ab.system.entry.js → p-da5ad94c.system.entry.js} +1 -1
- package/dist/ripple/{p-5642cfb5.system.entry.js → p-dc7feffa.system.entry.js} +1 -1
- package/dist/ripple/p-e3fb63fd.entry.js +1 -0
- package/dist/ripple/p-e3fc3c6b.entry.js +1 -0
- package/dist/ripple/{p-18d6408f.system.entry.js → p-e77d4c21.system.entry.js} +1 -1
- package/dist/ripple/{p-31da9108.system.entry.js → p-ea7a4ac1.system.entry.js} +1 -1
- package/dist/ripple/p-ec611502.entry.js +1 -0
- package/dist/ripple/{p-d1950a60.entry.js → p-edc1b7cb.entry.js} +1 -1
- package/dist/ripple/{p-f65448ac.entry.js → p-ee8d7025.entry.js} +1 -1
- package/dist/ripple/{p-d4ac08de.system.entry.js → p-fce91d27.system.entry.js} +1 -1
- package/dist/ripple/{p-927df284.system.entry.js → p-fe31bd98.system.entry.js} +1 -1
- package/dist/ripple/p-wFWSStJ9.system.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +28 -0
- package/package.json +32 -12
- package/dist/esm-es5/app-globals-8110c96f.js +0 -1
- package/dist/esm-es5/chartFunctions-4095a787.js +0 -1
- package/dist/esm-es5/functions-682e95b4.js +0 -1
- package/dist/esm-es5/index-130e07bb.js +0 -1
- package/dist/loader/package.json +0 -11
- package/dist/ripple/p-00baa278.entry.js +0 -1
- package/dist/ripple/p-039a53d7.entry.js +0 -1
- package/dist/ripple/p-0528bf4d.entry.js +0 -1
- package/dist/ripple/p-0d4c017e.system.entry.js +0 -1
- package/dist/ripple/p-13b1d775.entry.js +0 -1
- package/dist/ripple/p-15712a55.entry.js +0 -1
- package/dist/ripple/p-29d32ee5.system.js +0 -1
- package/dist/ripple/p-37301ba0.system.js +0 -1
- package/dist/ripple/p-43a28379.entry.js +0 -1
- package/dist/ripple/p-44577815.entry.js +0 -1
- package/dist/ripple/p-45f831ef.entry.js +0 -1
- package/dist/ripple/p-5f09e972.entry.js +0 -1
- package/dist/ripple/p-6747a274.system.js +0 -1
- package/dist/ripple/p-733c7bd5.system.js +0 -1
- package/dist/ripple/p-8194ee04.entry.js +0 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
- package/dist/ripple/p-8cd5206a.entry.js +0 -1
- package/dist/ripple/p-8dde12bd.entry.js +0 -1
- package/dist/ripple/p-95d5618f.js +0 -1
- package/dist/ripple/p-9859635f.entry.js +0 -1
- package/dist/ripple/p-9e7e5948.system.entry.js +0 -1
- package/dist/ripple/p-a02cdb4f.js +0 -1
- package/dist/ripple/p-a399fb79.entry.js +0 -1
- package/dist/ripple/p-a4c26c21.entry.js +0 -1
- package/dist/ripple/p-a685a5fa.entry.js +0 -1
- package/dist/ripple/p-a70f8d7a.entry.js +0 -1
- package/dist/ripple/p-bb00a18f.js +0 -1
- package/dist/ripple/p-cef8a45b.system.js +0 -2
- package/dist/ripple/p-d9da0502.js +0 -2
- package/dist/ripple/p-dc600a24.entry.js +0 -1
- package/dist/ripple/p-dc82b6d2.entry.js +0 -1
- package/dist/ripple/p-ee01e771.entry.js +0 -1
- /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
- /package/dist/{esm/interfaces-cc5b177f.js → components/p-COwzv5zO.js} +0 -0
- /package/dist/esm-es5/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
- /package/dist/ripple/{p-2732bddd.js → p-COwzv5zO.js} +0 -0
- /package/dist/ripple/{p-42fa7a77.system.js → p-ClUp3GkF.system.js} +0 -0
- /package/dist/ripple/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
|
@@ -153,7 +153,6 @@
|
|
|
153
153
|
overflow-wrap: break-word;
|
|
154
154
|
box-shadow: none;
|
|
155
155
|
}
|
|
156
|
-
|
|
157
156
|
@media screen and (min-width: 48rem) {
|
|
158
157
|
:host .wm-button {
|
|
159
158
|
min-height: 3.3333333333em;
|
|
@@ -166,24 +165,20 @@
|
|
|
166
165
|
white-space: nowrap;
|
|
167
166
|
text-overflow: ellipsis;
|
|
168
167
|
}
|
|
169
|
-
|
|
170
168
|
:host .wm-button:focus, :host .wm-button:focus-visible {
|
|
171
169
|
outline: none;
|
|
172
170
|
box-shadow: none;
|
|
173
171
|
}
|
|
174
|
-
|
|
175
172
|
:host .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled) {
|
|
176
173
|
outline: 3px solid var(--wmcolor-interactive-focus);
|
|
177
174
|
outline-offset: 2px;
|
|
178
175
|
}
|
|
179
|
-
|
|
180
176
|
:host .wm-button:active:not(:disabled):not(.disabled):not(.-textonly):not(.-actionbutton):not(.displayedoption) {
|
|
181
177
|
-ms-transform: scale(0.9, 0.9);
|
|
182
178
|
-webkit-transform: scale(0.9, 0.9);
|
|
183
179
|
-moz-transform: scale(0.9, 0.9);
|
|
184
180
|
transform: scale(0.9, 0.9);
|
|
185
181
|
}
|
|
186
|
-
|
|
187
182
|
:host .wm-button .mdi {
|
|
188
183
|
display: inline-block;
|
|
189
184
|
font: normal normal normal 24px/1 "Material Design Icons";
|
|
@@ -193,7 +188,6 @@
|
|
|
193
188
|
-webkit-font-smoothing: antialiased;
|
|
194
189
|
-moz-osx-font-smoothing: grayscale;
|
|
195
190
|
}
|
|
196
|
-
|
|
197
191
|
:host .wm-button:not(.-icononly):not(.-navigational) .mdi,
|
|
198
192
|
:host .wm-button:not(.-icononly):not(.-navigational) .svg-icon {
|
|
199
193
|
display: inline-block;
|
|
@@ -202,53 +196,43 @@
|
|
|
202
196
|
width: var(--icon-size, 14px);
|
|
203
197
|
height: var(--icon-size, 14px);
|
|
204
198
|
}
|
|
205
|
-
|
|
206
199
|
:host .wm-button.-primary:not(.-textonly) {
|
|
207
200
|
background: var(--wmcolor-button-background-primary);
|
|
208
201
|
color: var(--wmcolor-button-text-primary);
|
|
209
202
|
}
|
|
210
|
-
|
|
211
203
|
:host .wm-button.-primary:not(.-textonly):not(:focus) {
|
|
212
204
|
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
|
213
205
|
}
|
|
214
|
-
|
|
215
206
|
:host .wm-button.-primary:not(.-textonly):hover:not(:disabled):not(.disabled) {
|
|
216
207
|
background: var(--wmcolor-button-background-primary-hover);
|
|
217
208
|
}
|
|
218
|
-
|
|
219
209
|
:host .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled) {
|
|
220
210
|
color: var(--wmcolor-button-text-primary-ondark);
|
|
221
211
|
background: var(--wmcolor-button-background-primary-ondark);
|
|
222
212
|
}
|
|
223
|
-
|
|
224
213
|
:host .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled):hover {
|
|
225
214
|
background: var(--wmcolor-button-background-primary-hover-ondark);
|
|
226
215
|
}
|
|
227
|
-
|
|
228
216
|
:host .wm-button.-secondary {
|
|
229
217
|
color: var(--wmcolor-button-text-secondary);
|
|
230
218
|
border: 2px solid var(--wmcolor-button-border-secondary);
|
|
231
219
|
background: var(--wmcolor-button-background-secondary);
|
|
232
220
|
}
|
|
233
|
-
|
|
234
221
|
:host .wm-button.-secondary:hover:not(:disabled):not(.disabled) {
|
|
235
222
|
background: var(--wmcolor-button-background-secondary-hover);
|
|
236
223
|
color: var(--wmcolor-button-text-secondary-hover);
|
|
237
224
|
border-color: transparent;
|
|
238
225
|
}
|
|
239
|
-
|
|
240
226
|
:host .wm-button.-secondary.dark:not(:disabled):not(.disabled) {
|
|
241
227
|
color: var(--wmcolor-button-text-secondary-ondark);
|
|
242
228
|
background: var(--wmcolor-button-background-secondary-ondark);
|
|
243
229
|
border-color: var(--wmcolor-button-border-secondary-ondark);
|
|
244
230
|
}
|
|
245
|
-
|
|
246
231
|
:host .wm-button.-secondary.dark:not(:disabled):not(.disabled):hover {
|
|
247
232
|
color: var(--wmcolor-button-text-secondary-hover-ondark);
|
|
248
233
|
background: var(--wmcolor-button-background-secondary-hover-ondark);
|
|
249
234
|
border-color: transparent;
|
|
250
235
|
}
|
|
251
|
-
|
|
252
236
|
:host .wm-button.-textonly {
|
|
253
237
|
color: var(--wmcolor-button-text-textonly);
|
|
254
238
|
box-shadow: none;
|
|
@@ -266,35 +250,27 @@
|
|
|
266
250
|
overflow-wrap: anywhere;
|
|
267
251
|
border-radius: 2px;
|
|
268
252
|
}
|
|
269
|
-
|
|
270
253
|
:host .wm-button.-textonly.small {
|
|
271
254
|
font-size: 0.625rem;
|
|
272
255
|
}
|
|
273
|
-
|
|
274
256
|
:host .wm-button.-textonly:hover:not(:disabled):not(.disabled):not(.-permanentlydelete) {
|
|
275
257
|
text-decoration: underline;
|
|
276
258
|
}
|
|
277
|
-
|
|
278
259
|
:host .wm-button.-textonly.dark {
|
|
279
260
|
color: var(--wmcolor-button-text-textonly-ondark);
|
|
280
261
|
}
|
|
281
|
-
|
|
282
262
|
:host .wm-button.-textonly.dark:hover:not(:disabled):not(.disabled) {
|
|
283
263
|
text-decoration: underline;
|
|
284
264
|
}
|
|
285
|
-
|
|
286
265
|
:host .wm-button.-textonly.-permanentlydelete {
|
|
287
266
|
color: var(--wmcolor-button-background-delete);
|
|
288
267
|
}
|
|
289
|
-
|
|
290
268
|
:host .wm-button.-textonly.-permanentlydelete:hover:not(:disabled):not(.disabled):not(.dark) {
|
|
291
269
|
text-decoration: underline;
|
|
292
270
|
}
|
|
293
|
-
|
|
294
271
|
:host .wm-button.-textonly.-permanentlydelete.dark:not(:disabled):not(.disabled) {
|
|
295
272
|
color: var(--wmcolor-button-text-textonly-ondark);
|
|
296
273
|
}
|
|
297
|
-
|
|
298
274
|
:host .wm-button.-icononly, :host .wm-button.-navigational {
|
|
299
275
|
-webkit-border-radius: 50%;
|
|
300
276
|
-moz-border-radius: 50%;
|
|
@@ -309,11 +285,9 @@
|
|
|
309
285
|
text-align: center;
|
|
310
286
|
letter-spacing: normal;
|
|
311
287
|
}
|
|
312
|
-
|
|
313
288
|
:host .wm-button.-icononly:not(:focus), :host .wm-button.-navigational:not(:focus) {
|
|
314
289
|
box-shadow: none;
|
|
315
290
|
}
|
|
316
|
-
|
|
317
291
|
@media screen and (min-width: 48rem) {
|
|
318
292
|
:host .wm-button.-icononly, :host .wm-button.-navigational {
|
|
319
293
|
min-width: 2.5rem;
|
|
@@ -323,14 +297,12 @@
|
|
|
323
297
|
:host .wm-button.-icononly .mdi, :host .wm-button.-navigational .mdi {
|
|
324
298
|
font-size: 1.12rem;
|
|
325
299
|
}
|
|
326
|
-
|
|
327
300
|
:host .wm-button.-icononly {
|
|
328
301
|
border-width: 1px !important;
|
|
329
302
|
color: var(--wmcolor-button-icon-icononly);
|
|
330
303
|
border-color: var(--wmcolor-button-border-icononly);
|
|
331
304
|
background-color: var(--wmcolor-button-background-icononly);
|
|
332
305
|
}
|
|
333
|
-
|
|
334
306
|
:host .wm-button.-icononly:before {
|
|
335
307
|
display: inline-block;
|
|
336
308
|
font: normal normal normal 24px/1 "Material Design Icons";
|
|
@@ -340,38 +312,31 @@
|
|
|
340
312
|
-webkit-font-smoothing: antialiased;
|
|
341
313
|
-moz-osx-font-smoothing: grayscale;
|
|
342
314
|
}
|
|
343
|
-
|
|
344
315
|
:host .wm-button.-icononly:hover:not(:disabled):not(.disabled) {
|
|
345
316
|
background: var(--wmcolor-button-background-icononly-hover);
|
|
346
317
|
color: var(--wmcolor-button-icon-icononly-hover);
|
|
347
318
|
border-color: transparent;
|
|
348
319
|
}
|
|
349
|
-
|
|
350
320
|
:host .wm-button.-icononly.dark:not(:disabled):not(.disabled) {
|
|
351
321
|
color: var(--wmcolor-button-icon-icononly-ondark);
|
|
352
322
|
background: var(--wmcolor-button-background-icononly-ondark);
|
|
353
323
|
border-color: var(--wmcolor-button-border-icononly-ondark);
|
|
354
324
|
}
|
|
355
|
-
|
|
356
325
|
:host .wm-button.-icononly.dark:not(:disabled):not(.disabled):hover {
|
|
357
326
|
color: var(--wmcolor-button-icon-icononly-hover-ondark);
|
|
358
327
|
background: var(--wmcolor-button-background-icononly-hover-ondark);
|
|
359
328
|
border-color: transparent;
|
|
360
329
|
}
|
|
361
|
-
|
|
362
330
|
:host .wm-button.-navigational {
|
|
363
331
|
border: none !important;
|
|
364
332
|
background-color: var(--wmcolor-button-background-navigational);
|
|
365
333
|
}
|
|
366
|
-
|
|
367
334
|
:host .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled) {
|
|
368
335
|
color: var(--wmcolor-button-icon-navigational);
|
|
369
336
|
}
|
|
370
|
-
|
|
371
337
|
:host .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled):hover, :host .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled).selected {
|
|
372
338
|
background-color: var(--wmcolor-button-background-navigational-hover);
|
|
373
339
|
}
|
|
374
|
-
|
|
375
340
|
:host .wm-button.-navigational:before {
|
|
376
341
|
display: inline-block;
|
|
377
342
|
font: normal normal normal 24px/1 "Material Design Icons";
|
|
@@ -381,61 +346,50 @@
|
|
|
381
346
|
-webkit-font-smoothing: antialiased;
|
|
382
347
|
-moz-osx-font-smoothing: grayscale;
|
|
383
348
|
}
|
|
384
|
-
|
|
385
349
|
:host .wm-button.-navigational.dark:not(:disabled):not(.disabled) {
|
|
386
350
|
color: var(--wmcolor-button-icon-navigational-ondark);
|
|
387
351
|
background: var(--wmcolor-button-background-navigational-ondark);
|
|
388
352
|
}
|
|
389
|
-
|
|
390
353
|
:host .wm-button.-navigational.dark:not(:disabled):not(.disabled):hover {
|
|
391
354
|
color: var(--wmcolor-button-icon-navigational-hover-ondark);
|
|
392
355
|
background: var(--wmcolor-button-background-navigational-hover-ondark);
|
|
393
356
|
}
|
|
394
|
-
|
|
395
357
|
:host .wm-button.-permanentlydelete:not(.-textonly) {
|
|
396
358
|
background: var(--wmcolor-button-background-delete);
|
|
397
359
|
border-color: var(--wmcolor-button-background-delete);
|
|
398
360
|
color: var(--wmcolor-button-text-delete);
|
|
399
361
|
}
|
|
400
|
-
|
|
401
362
|
:host .wm-button.-permanentlydelete:not(.-textonly):hover:not(:disabled):not(.disabled):not(.dark) {
|
|
402
363
|
background: var(--wmcolor-button-background-delete-hover);
|
|
403
364
|
border-color: var(--wmcolor-button-background-delete-hover);
|
|
404
365
|
}
|
|
405
|
-
|
|
406
366
|
:host .wm-button.-permanentlydelete:not(.-textonly).dark:not(:disabled):not(.disabled) {
|
|
407
367
|
background: var(--wmcolor-button-background-delete);
|
|
408
368
|
border-color: var(--wmcolor-button-background-delete);
|
|
409
369
|
color: var(--wmcolor-button-text-delete);
|
|
410
370
|
}
|
|
411
|
-
|
|
412
371
|
:host .wm-button.-permanentlydelete:not(.-textonly).dark:not(:disabled):not(.disabled):hover {
|
|
413
372
|
background: var(--wmcolor-button-background-delete-hover);
|
|
414
373
|
border-color: var(--wmcolor-button-background-delete-hover);
|
|
415
374
|
}
|
|
416
|
-
|
|
417
375
|
:host .wm-button.-pairnegative {
|
|
418
376
|
background: var(--wmcolor-button-background-negative);
|
|
419
377
|
border-color: var(--wmcolor-button-background-negative);
|
|
420
378
|
color: var(--wmcolor-button-text-negative);
|
|
421
379
|
}
|
|
422
|
-
|
|
423
380
|
:host .wm-button.-pairnegative:hover:not(:disabled):not(.disabled) {
|
|
424
381
|
background: var(--wmcolor-button-background-negative-hover);
|
|
425
382
|
border-color: var(--wmcolor-button-background-negative-hover);
|
|
426
383
|
}
|
|
427
|
-
|
|
428
384
|
:host .wm-button.-pairpositive {
|
|
429
385
|
background: var(--wmcolor-button-background-positive);
|
|
430
386
|
border-color: var(--wmcolor-button-background-positive);
|
|
431
387
|
color: var(--wmcolor-button-text-positive);
|
|
432
388
|
}
|
|
433
|
-
|
|
434
389
|
:host .wm-button.-pairpositive:hover:not(:disabled):not(.disabled) {
|
|
435
390
|
background: var(--wmcolor-button-background-positive-hover);
|
|
436
391
|
border-color: var(--wmcolor-button-background-positive-hover);
|
|
437
392
|
}
|
|
438
|
-
|
|
439
393
|
:host .wm-button.-selector, :host .wm-button.-selector-primary {
|
|
440
394
|
display: block;
|
|
441
395
|
min-width: 11.4375rem;
|
|
@@ -446,7 +400,6 @@
|
|
|
446
400
|
text-align: start;
|
|
447
401
|
padding-inline-end: 1.875rem;
|
|
448
402
|
}
|
|
449
|
-
|
|
450
403
|
:host .wm-button.-selector .selector-icon, :host .wm-button.-selector-primary .selector-icon {
|
|
451
404
|
--icon-size: 1.25rem;
|
|
452
405
|
position: absolute;
|
|
@@ -454,165 +407,134 @@
|
|
|
454
407
|
inset-inline-end: 0.25rem;
|
|
455
408
|
inset-block-start: 50%;
|
|
456
409
|
}
|
|
457
|
-
|
|
458
410
|
:host .wm-button.-selector:active, :host .wm-button.-selector-primary:active {
|
|
459
411
|
-ms-transform: scale(1, 1) !important;
|
|
460
412
|
transform: scale(1, 1) !important;
|
|
461
413
|
}
|
|
462
|
-
|
|
463
414
|
:host .wm-button.-selector::-moz-focus-inner, :host .wm-button.-selector-primary::-moz-focus-inner {
|
|
464
415
|
border: 0;
|
|
465
416
|
}
|
|
466
|
-
|
|
467
417
|
:host .wm-button.-selector .overflowcontrol, :host .wm-button.-selector-primary .overflowcontrol {
|
|
468
418
|
display: block;
|
|
469
419
|
white-space: nowrap;
|
|
470
420
|
text-overflow: ellipsis;
|
|
471
421
|
overflow: visible;
|
|
472
422
|
}
|
|
473
|
-
|
|
474
423
|
:host .wm-button.-selector {
|
|
475
424
|
background: var(--wmcolor-button-background-selector);
|
|
476
425
|
color: var(--wmcolor-button-text-selector);
|
|
477
426
|
border-color: var(--wmcolor-button-border-selector);
|
|
478
427
|
}
|
|
479
|
-
|
|
480
428
|
:host .wm-button.-selector:hover:not(:disabled):not(.disabled) {
|
|
481
429
|
background: var(--wmcolor-button-background-selector-hover);
|
|
482
430
|
color: var(--wmcolor-button-text-selector-hover);
|
|
483
431
|
border-color: transparent;
|
|
484
432
|
}
|
|
485
|
-
|
|
486
433
|
:host .wm-button.-selector.dark:not(:disabled):not(.disabled) {
|
|
487
434
|
color: var(--wmcolor-button-text-selector-ondark);
|
|
488
435
|
border-color: var(--wmcolor-button-border-selector-ondark);
|
|
489
436
|
background: var(--wmcolor-button-background-selector-ondark);
|
|
490
437
|
}
|
|
491
|
-
|
|
492
438
|
:host .wm-button.-selector.dark:not(:disabled):not(.disabled):hover {
|
|
493
439
|
color: var(--wmcolor-button-text-selector-hover-ondark);
|
|
494
440
|
background: var(--wmcolor-button-background-selector-hover-ondark);
|
|
495
441
|
border-color: transparent;
|
|
496
442
|
}
|
|
497
|
-
|
|
498
443
|
:host .wm-button.-selector-primary {
|
|
499
444
|
background: var(--wmcolor-button-background-selectorprimary);
|
|
500
445
|
color: var(--wmcolor-button-text-selectorprimary);
|
|
501
446
|
}
|
|
502
|
-
|
|
503
447
|
:host .wm-button.-selector-primary:hover:not(:disabled):not(.disabled) {
|
|
504
448
|
background: var(--wmcolor-button-background-selectorprimary-hover);
|
|
505
449
|
}
|
|
506
|
-
|
|
507
450
|
:host .wm-button.-selector-primary.dark:not(:disabled):not(.disabled) {
|
|
508
451
|
color: var(--wmcolor-button-text-selectorprimary-ondark);
|
|
509
452
|
background: var(--wmcolor-button-background-selectorprimary-ondark);
|
|
510
453
|
}
|
|
511
|
-
|
|
512
454
|
:host .wm-button.-selector-primary.dark:not(:disabled):not(.disabled):hover {
|
|
513
455
|
color: var(--wmcolor-button-text-selectorprimary-hover-ondark);
|
|
514
456
|
background: var(--wmcolor-button-background-selectorprimary-hover-ondark);
|
|
515
457
|
}
|
|
516
|
-
|
|
517
458
|
:host .wm-button:disabled, :host .wm-button.disabled {
|
|
518
459
|
cursor: default;
|
|
519
460
|
pointer-events: none;
|
|
520
461
|
}
|
|
521
|
-
|
|
522
462
|
:host .wm-button:disabled.-secondary:not(.-permanentlydelete), :host .wm-button.disabled.-secondary:not(.-permanentlydelete) {
|
|
523
463
|
box-shadow: none;
|
|
524
464
|
border-color: var(--wmcolor-button-border-secondary-disabled);
|
|
525
465
|
color: var(--wmcolor-button-text-secondary-disabled);
|
|
526
466
|
}
|
|
527
|
-
|
|
528
467
|
:host .wm-button:disabled.-primary, :host .wm-button.disabled.-primary {
|
|
529
468
|
background: var(--wmcolor-button-background-primary-disabled);
|
|
530
469
|
color: var(--wmcolor-button-text-primary-disabled);
|
|
531
470
|
}
|
|
532
|
-
|
|
533
471
|
:host .wm-button:disabled.-permanentlydelete, :host .wm-button.disabled.-permanentlydelete {
|
|
534
472
|
background: var(--wmcolor-button-background-delete-disabled);
|
|
535
473
|
color: var(--wmcolor-button-text-delete-disabled);
|
|
536
474
|
border-color: var(--wmcolor-button-background-delete-disabled);
|
|
537
475
|
}
|
|
538
|
-
|
|
539
476
|
:host .wm-button:disabled.-pairnegative, :host .wm-button.disabled.-pairnegative {
|
|
540
477
|
background: var(--wmcolor-button-background-negative-disabled);
|
|
541
478
|
border-color: var(--wmcolor-button-background-negative-disabled);
|
|
542
479
|
color: var(--wmcolor-button-text-negative-disabled);
|
|
543
480
|
}
|
|
544
|
-
|
|
545
481
|
:host .wm-button:disabled.-pairpositive, :host .wm-button.disabled.-pairpositive {
|
|
546
482
|
background: var(--wmcolor-button-background-positive-disabled);
|
|
547
483
|
border-color: var(--wmcolor-button-background-positive-disabled);
|
|
548
484
|
color: var(--wmcolor-button-text-positive-disabled);
|
|
549
485
|
}
|
|
550
|
-
|
|
551
486
|
:host .wm-button:disabled.-selector, :host .wm-button.disabled.-selector {
|
|
552
487
|
color: var(--wmcolor-button-text-selector-disabled);
|
|
553
488
|
border-color: var(--wmcolor-button-border-selector-disabled);
|
|
554
489
|
}
|
|
555
|
-
|
|
556
490
|
:host .wm-button:disabled.-selector-primary, :host .wm-button.disabled.-selector-primary {
|
|
557
491
|
background: var(--wmcolor-button-background-selectorprimary-disabled);
|
|
558
492
|
color: var(--wmcolor-button-text-selectorprimary-disabled);
|
|
559
493
|
}
|
|
560
|
-
|
|
561
494
|
:host .wm-button:disabled.-navigational, :host .wm-button.disabled.-navigational {
|
|
562
495
|
color: var(--wmcolor-button-icon-navigational-disabled);
|
|
563
496
|
}
|
|
564
|
-
|
|
565
497
|
:host .wm-button:disabled.-icononly, :host .wm-button.disabled.-icononly {
|
|
566
498
|
color: var(--wmcolor-button-icon-icononly-disabled);
|
|
567
499
|
border-color: var(--wmcolor-button-border-icononly-disabled);
|
|
568
500
|
}
|
|
569
|
-
|
|
570
501
|
:host .wm-button:disabled.-textonly, :host .wm-button.disabled.-textonly {
|
|
571
502
|
color: var(--wmcolor-button-text-textonly-disabled);
|
|
572
503
|
background: transparent;
|
|
573
504
|
}
|
|
574
|
-
|
|
575
505
|
:host .wm-button:disabled.dark.-icononly, :host .wm-button.disabled.dark.-icononly {
|
|
576
506
|
background: transparent;
|
|
577
507
|
color: var(--wmcolor-button-icon-icononly-disabled-ondark);
|
|
578
508
|
border-color: var(--wmcolor-button-border-icononly-disabled-ondark);
|
|
579
509
|
}
|
|
580
|
-
|
|
581
510
|
:host .wm-button:disabled.dark.-navigational, :host .wm-button.disabled.dark.-navigational {
|
|
582
511
|
color: var(--wmcolor-button-icon-navigational-disabled-ondark);
|
|
583
512
|
}
|
|
584
|
-
|
|
585
513
|
:host .wm-button:disabled.dark.-textonly, :host .wm-button.disabled.dark.-textonly {
|
|
586
514
|
color: var(--wmcolor-button-text-textonly-disabled-ondark);
|
|
587
515
|
}
|
|
588
|
-
|
|
589
516
|
:host .wm-button:disabled.dark.-primary, :host .wm-button.disabled.dark.-primary {
|
|
590
517
|
color: var(--wmcolor-button-text-primary-disabled-ondark);
|
|
591
518
|
background: var(--wmcolor-button-background-primary-disabled-ondark);
|
|
592
519
|
}
|
|
593
|
-
|
|
594
520
|
:host .wm-button:disabled.dark.-secondary, :host .wm-button.disabled.dark.-secondary {
|
|
595
521
|
background: transparent;
|
|
596
522
|
color: var(--wmcolor-button-text-secondary-disabled-ondark);
|
|
597
523
|
border-color: var(--wmcolor-button-border-secondary-disabled-ondark);
|
|
598
524
|
}
|
|
599
|
-
|
|
600
525
|
:host .wm-button:disabled.dark.-selector, :host .wm-button.disabled.dark.-selector {
|
|
601
526
|
color: var(--wmcolor-button-text-selector-disabled-ondark);
|
|
602
527
|
border-color: var(--wmcolor-button-border-selector-disabled-ondark);
|
|
603
528
|
background: var(--wmcolor-button-background-selector-disabled-ondark);
|
|
604
529
|
}
|
|
605
|
-
|
|
606
530
|
:host .wm-button:disabled.dark.-selector-primary, :host .wm-button.disabled.dark.-selector-primary {
|
|
607
531
|
color: var(--wmcolor-button-text-selectorprimary-disabled-ondark);
|
|
608
532
|
background: var(--wmcolor-button-background-selectorprimary-disabled-ondark);
|
|
609
533
|
}
|
|
610
|
-
|
|
611
534
|
:host .wm-button:disabled.dark.-permanentlydelete:not(.-textonly), :host .wm-button.disabled.dark.-permanentlydelete:not(.-textonly) {
|
|
612
535
|
background: var(--wmcolor-button-background-delete-disabled-ondark);
|
|
613
536
|
color: var(--wmcolor-button-text-delete-disabled-ondark);
|
|
614
537
|
}
|
|
615
|
-
|
|
616
538
|
:host a.wm-button,
|
|
617
539
|
:host label.wm-button {
|
|
618
540
|
height: auto;
|
|
@@ -625,15 +547,12 @@
|
|
|
625
547
|
width: var(--icon-size, 0.875rem);
|
|
626
548
|
height: var(--icon-size, 0.875rem);
|
|
627
549
|
}
|
|
628
|
-
|
|
629
550
|
.svg-icon.horizontal {
|
|
630
551
|
transform: scaleX(-1);
|
|
631
552
|
}
|
|
632
|
-
|
|
633
553
|
.svg-icon.vertical {
|
|
634
554
|
transform: scaleY(-1);
|
|
635
555
|
}
|
|
636
|
-
|
|
637
556
|
.svg-icon.svg-add:before {
|
|
638
557
|
content: "";
|
|
639
558
|
display: block;
|
|
@@ -643,12 +562,10 @@
|
|
|
643
562
|
-webkit-mask-size: 100%;
|
|
644
563
|
mask-size: 100%;
|
|
645
564
|
}
|
|
646
|
-
|
|
647
565
|
.svg-icon.svg-add:before {
|
|
648
566
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z'/%3E%3C/svg%3E%0A");
|
|
649
567
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z'/%3E%3C/svg%3E%0A");
|
|
650
568
|
}
|
|
651
|
-
|
|
652
569
|
.svg-icon.svg-archive:before {
|
|
653
570
|
content: "";
|
|
654
571
|
display: block;
|
|
@@ -658,12 +575,10 @@
|
|
|
658
575
|
-webkit-mask-size: 100%;
|
|
659
576
|
mask-size: 100%;
|
|
660
577
|
}
|
|
661
|
-
|
|
662
578
|
.svg-icon.svg-archive:before {
|
|
663
579
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M20.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V6.5C21 6.02 20.83 5.57 20.54 5.23ZM12 17.5L6.5 12H10V10H14V12H17.5L12 17.5ZM5.12 5L5.93 4H17.93L18.87 5H5.12Z'/%3E%3C/svg%3E%0A");
|
|
664
580
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M20.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V6.5C21 6.02 20.83 5.57 20.54 5.23ZM12 17.5L6.5 12H10V10H14V12H17.5L12 17.5ZM5.12 5L5.93 4H17.93L18.87 5H5.12Z'/%3E%3C/svg%3E%0A");
|
|
665
581
|
}
|
|
666
|
-
|
|
667
582
|
.svg-icon.svg-add-person:before {
|
|
668
583
|
content: "";
|
|
669
584
|
display: block;
|
|
@@ -673,12 +588,10 @@
|
|
|
673
588
|
-webkit-mask-size: 100%;
|
|
674
589
|
mask-size: 100%;
|
|
675
590
|
}
|
|
676
|
-
|
|
677
591
|
.svg-icon.svg-add-person:before {
|
|
678
592
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z'/%3E%3C/svg%3E%0A");
|
|
679
593
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z'/%3E%3C/svg%3E%0A");
|
|
680
594
|
}
|
|
681
|
-
|
|
682
595
|
.svg-icon.svg-add-outline:before {
|
|
683
596
|
content: "";
|
|
684
597
|
display: block;
|
|
@@ -688,12 +601,10 @@
|
|
|
688
601
|
-webkit-mask-size: 100%;
|
|
689
602
|
mask-size: 100%;
|
|
690
603
|
}
|
|
691
|
-
|
|
692
604
|
.svg-icon.svg-add-outline:before {
|
|
693
605
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M13,7H11V11H7V13H11V17H13V13H17V11H13V7Z'/%3E%3C/svg%3E%0A");
|
|
694
606
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M13,7H11V11H7V13H11V17H13V13H17V11H13V7Z'/%3E%3C/svg%3E%0A");
|
|
695
607
|
}
|
|
696
|
-
|
|
697
608
|
.svg-icon.svg-ai:before {
|
|
698
609
|
content: "";
|
|
699
610
|
display: block;
|
|
@@ -703,12 +614,10 @@
|
|
|
703
614
|
-webkit-mask-size: 100%;
|
|
704
615
|
mask-size: 100%;
|
|
705
616
|
}
|
|
706
|
-
|
|
707
617
|
.svg-icon.svg-ai:before {
|
|
708
618
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
709
619
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
710
620
|
}
|
|
711
|
-
|
|
712
621
|
.svg-icon.svg-api-connected:before {
|
|
713
622
|
content: "";
|
|
714
623
|
display: block;
|
|
@@ -718,12 +627,10 @@
|
|
|
718
627
|
-webkit-mask-size: 100%;
|
|
719
628
|
mask-size: 100%;
|
|
720
629
|
}
|
|
721
|
-
|
|
722
630
|
.svg-icon.svg-api-connected:before {
|
|
723
631
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M6.5 20Q4.22 20 2.61 18.43 1 16.85 1 14.58 1 12.63 2.17 11.1 3.35 9.57 5.25 9.15 5.88 6.85 7.75 5.43 9.63 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 17.38 21.69 18.69 20.38 20 18.5 20M6.5 18H18.5Q19.55 18 20.27 17.27 21 16.55 21 15.5 21 14.45 20.27 13.73 19.55 13 18.5 13H17V11Q17 8.93 15.54 7.46 14.08 6 12 6 9.93 6 8.46 7.46 7 8.93 7 11H6.5Q5.05 11 4.03 12.03 3 13.05 3 14.5 3 15.95 4.03 17 5.05 18 6.5 18M12 12Z'/%3E%3C/svg%3E%0A");
|
|
724
632
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M6.5 20Q4.22 20 2.61 18.43 1 16.85 1 14.58 1 12.63 2.17 11.1 3.35 9.57 5.25 9.15 5.88 6.85 7.75 5.43 9.63 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 17.38 21.69 18.69 20.38 20 18.5 20M6.5 18H18.5Q19.55 18 20.27 17.27 21 16.55 21 15.5 21 14.45 20.27 13.73 19.55 13 18.5 13H17V11Q17 8.93 15.54 7.46 14.08 6 12 6 9.93 6 8.46 7.46 7 8.93 7 11H6.5Q5.05 11 4.03 12.03 3 13.05 3 14.5 3 15.95 4.03 17 5.05 18 6.5 18M12 12Z'/%3E%3C/svg%3E%0A");
|
|
725
633
|
}
|
|
726
|
-
|
|
727
634
|
.svg-icon.svg-api-disconnected:before {
|
|
728
635
|
content: "";
|
|
729
636
|
display: block;
|
|
@@ -733,12 +640,10 @@
|
|
|
733
640
|
-webkit-mask-size: 100%;
|
|
734
641
|
mask-size: 100%;
|
|
735
642
|
}
|
|
736
|
-
|
|
737
643
|
.svg-icon.svg-api-disconnected:before {
|
|
738
644
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19.8 22.6L17.15 20H6.5Q4.2 20 2.6 18.4T1 14.5Q1 12.58 2.19 11.08 3.38 9.57 5.25 9.15 5.33 8.95 5.4 8.76 5.5 8.57 5.55 8.35L1.4 4.2L2.8 2.8L21.2 21.2M6.5 18H15.15L7.1 9.95Q7.05 10.23 7.03 10.5 7 10.73 7 11H6.5Q5.05 11 4.03 12.03 3 13.05 3 14.5 3 15.95 4.03 17 5.05 18 6.5 18M11.13 14M21.6 18.75L20.15 17.35Q20.58 17 20.79 16.54 21 16.08 21 15.5 21 14.45 20.27 13.73 19.55 13 18.5 13H17V11Q17 8.93 15.54 7.46 14.08 6 12 6 11.33 6 10.7 6.16 10.07 6.33 9.5 6.68L8.05 5.23Q8.93 4.63 9.91 4.31 10.9 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 16.5 22.63 17.31 22.25 18.15 21.6 18.75M14.83 12.03Z'/%3E%3C/svg%3E%0A");
|
|
739
645
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19.8 22.6L17.15 20H6.5Q4.2 20 2.6 18.4T1 14.5Q1 12.58 2.19 11.08 3.38 9.57 5.25 9.15 5.33 8.95 5.4 8.76 5.5 8.57 5.55 8.35L1.4 4.2L2.8 2.8L21.2 21.2M6.5 18H15.15L7.1 9.95Q7.05 10.23 7.03 10.5 7 10.73 7 11H6.5Q5.05 11 4.03 12.03 3 13.05 3 14.5 3 15.95 4.03 17 5.05 18 6.5 18M11.13 14M21.6 18.75L20.15 17.35Q20.58 17 20.79 16.54 21 16.08 21 15.5 21 14.45 20.27 13.73 19.55 13 18.5 13H17V11Q17 8.93 15.54 7.46 14.08 6 12 6 11.33 6 10.7 6.16 10.07 6.33 9.5 6.68L8.05 5.23Q8.93 4.63 9.91 4.31 10.9 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 16.5 22.63 17.31 22.25 18.15 21.6 18.75M14.83 12.03Z'/%3E%3C/svg%3E%0A");
|
|
740
646
|
}
|
|
741
|
-
|
|
742
647
|
.svg-icon.svg-attach:before {
|
|
743
648
|
content: "";
|
|
744
649
|
display: block;
|
|
@@ -748,12 +653,10 @@
|
|
|
748
653
|
-webkit-mask-size: 100%;
|
|
749
654
|
mask-size: 100%;
|
|
750
655
|
}
|
|
751
|
-
|
|
752
656
|
.svg-icon.svg-attach:before {
|
|
753
657
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M16.5,6V17.5A4,4 0 0,1 12.5,21.5A4,4 0 0,1 8.5,17.5V5A2.5,2.5 0 0,1 11,2.5A2.5,2.5 0 0,1 13.5,5V15.5A1,1 0 0,1 12.5,16.5A1,1 0 0,1 11.5,15.5V6H10V15.5A2.5,2.5 0 0,0 12.5,18A2.5,2.5 0 0,0 15,15.5V5A4,4 0 0,0 11,1A4,4 0 0,0 7,5V17.5A5.5,5.5 0 0,0 12.5,23A5.5,5.5 0 0,0 18,17.5V6H16.5Z'/%3E%3C/svg%3E%0A");
|
|
754
658
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M16.5,6V17.5A4,4 0 0,1 12.5,21.5A4,4 0 0,1 8.5,17.5V5A2.5,2.5 0 0,1 11,2.5A2.5,2.5 0 0,1 13.5,5V15.5A1,1 0 0,1 12.5,16.5A1,1 0 0,1 11.5,15.5V6H10V15.5A2.5,2.5 0 0,0 12.5,18A2.5,2.5 0 0,0 15,15.5V5A4,4 0 0,0 11,1A4,4 0 0,0 7,5V17.5A5.5,5.5 0 0,0 12.5,23A5.5,5.5 0 0,0 18,17.5V6H16.5Z'/%3E%3C/svg%3E%0A");
|
|
755
659
|
}
|
|
756
|
-
|
|
757
660
|
.svg-icon.svg-back:before {
|
|
758
661
|
content: "";
|
|
759
662
|
display: block;
|
|
@@ -763,12 +666,10 @@
|
|
|
763
666
|
-webkit-mask-size: 100%;
|
|
764
667
|
mask-size: 100%;
|
|
765
668
|
}
|
|
766
|
-
|
|
767
669
|
.svg-icon.svg-back:before {
|
|
768
670
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z'/%3E%3C/svg%3E%0A");
|
|
769
671
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z'/%3E%3C/svg%3E%0A");
|
|
770
672
|
}
|
|
771
|
-
|
|
772
673
|
.svg-icon.svg-close:before {
|
|
773
674
|
content: "";
|
|
774
675
|
display: block;
|
|
@@ -778,12 +679,10 @@
|
|
|
778
679
|
-webkit-mask-size: 100%;
|
|
779
680
|
mask-size: 100%;
|
|
780
681
|
}
|
|
781
|
-
|
|
782
682
|
.svg-icon.svg-close:before {
|
|
783
683
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z'/%3E%3C/svg%3E%0A");
|
|
784
684
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z'/%3E%3C/svg%3E%0A");
|
|
785
685
|
}
|
|
786
|
-
|
|
787
686
|
.svg-icon.svg-checkbox-selected:before {
|
|
788
687
|
content: "";
|
|
789
688
|
display: block;
|
|
@@ -793,12 +692,10 @@
|
|
|
793
692
|
-webkit-mask-size: 100%;
|
|
794
693
|
mask-size: 100%;
|
|
795
694
|
}
|
|
796
|
-
|
|
797
695
|
.svg-icon.svg-checkbox-selected:before {
|
|
798
696
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z'/%3E%3C/svg%3E%0A");
|
|
799
697
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z'/%3E%3C/svg%3E%0A");
|
|
800
698
|
}
|
|
801
|
-
|
|
802
699
|
.svg-icon.svg-checkbox-blank:before {
|
|
803
700
|
content: "";
|
|
804
701
|
display: block;
|
|
@@ -808,12 +705,10 @@
|
|
|
808
705
|
-webkit-mask-size: 100%;
|
|
809
706
|
mask-size: 100%;
|
|
810
707
|
}
|
|
811
|
-
|
|
812
708
|
.svg-icon.svg-checkbox-blank:before {
|
|
813
709
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z'/%3E%3C/svg%3E%0A");
|
|
814
710
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z'/%3E%3C/svg%3E%0A");
|
|
815
711
|
}
|
|
816
|
-
|
|
817
712
|
.svg-icon.svg-collapsed:before {
|
|
818
713
|
content: "";
|
|
819
714
|
display: block;
|
|
@@ -823,12 +718,10 @@
|
|
|
823
718
|
-webkit-mask-size: 100%;
|
|
824
719
|
mask-size: 100%;
|
|
825
720
|
}
|
|
826
|
-
|
|
827
721
|
.svg-icon.svg-collapsed:before {
|
|
828
722
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M10,17L15,12L10,7V17Z'/%3E%3C/svg%3E%0A");
|
|
829
723
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M10,17L15,12L10,7V17Z'/%3E%3C/svg%3E%0A");
|
|
830
724
|
}
|
|
831
|
-
|
|
832
725
|
.svg-icon.svg-date:before {
|
|
833
726
|
content: "";
|
|
834
727
|
display: block;
|
|
@@ -838,12 +731,10 @@
|
|
|
838
731
|
-webkit-mask-size: 100%;
|
|
839
732
|
mask-size: 100%;
|
|
840
733
|
}
|
|
841
|
-
|
|
842
734
|
.svg-icon.svg-date:before {
|
|
843
735
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z'/%3E%3C/svg%3E%0A");
|
|
844
736
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z'/%3E%3C/svg%3E%0A");
|
|
845
737
|
}
|
|
846
|
-
|
|
847
738
|
.svg-icon.svg-delete:before {
|
|
848
739
|
content: "";
|
|
849
740
|
display: block;
|
|
@@ -853,12 +744,10 @@
|
|
|
853
744
|
-webkit-mask-size: 100%;
|
|
854
745
|
mask-size: 100%;
|
|
855
746
|
}
|
|
856
|
-
|
|
857
747
|
.svg-icon.svg-delete:before {
|
|
858
748
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z'/%3E%3C/svg%3E%0A");
|
|
859
749
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z'/%3E%3C/svg%3E%0A");
|
|
860
750
|
}
|
|
861
|
-
|
|
862
751
|
.svg-icon.svg-download:before {
|
|
863
752
|
content: "";
|
|
864
753
|
display: block;
|
|
@@ -868,12 +757,10 @@
|
|
|
868
757
|
-webkit-mask-size: 100%;
|
|
869
758
|
mask-size: 100%;
|
|
870
759
|
}
|
|
871
|
-
|
|
872
760
|
.svg-icon.svg-download:before {
|
|
873
761
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z'/%3E%3C/svg%3E%0A");
|
|
874
762
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z'/%3E%3C/svg%3E%0A");
|
|
875
763
|
}
|
|
876
|
-
|
|
877
764
|
.svg-icon.svg-drilldown:before {
|
|
878
765
|
content: "";
|
|
879
766
|
display: block;
|
|
@@ -883,12 +770,10 @@
|
|
|
883
770
|
-webkit-mask-size: 100%;
|
|
884
771
|
mask-size: 100%;
|
|
885
772
|
}
|
|
886
|
-
|
|
887
773
|
.svg-icon.svg-drilldown:before {
|
|
888
774
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M2,3h14v4H2V3 M2,10h20v4H2V10 M2,17h8v4H2V17z'/%3E%3C/svg%3E%0A");
|
|
889
775
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M2,3h14v4H2V3 M2,10h20v4H2V10 M2,17h8v4H2V17z'/%3E%3C/svg%3E%0A");
|
|
890
776
|
}
|
|
891
|
-
|
|
892
777
|
.svg-icon.svg-edit:before {
|
|
893
778
|
content: "";
|
|
894
779
|
display: block;
|
|
@@ -898,12 +783,10 @@
|
|
|
898
783
|
-webkit-mask-size: 100%;
|
|
899
784
|
mask-size: 100%;
|
|
900
785
|
}
|
|
901
|
-
|
|
902
786
|
.svg-icon.svg-edit:before {
|
|
903
787
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
904
788
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
905
789
|
}
|
|
906
|
-
|
|
907
790
|
.svg-icon.svg-error:before {
|
|
908
791
|
content: "";
|
|
909
792
|
display: block;
|
|
@@ -913,12 +796,10 @@
|
|
|
913
796
|
-webkit-mask-size: 100%;
|
|
914
797
|
mask-size: 100%;
|
|
915
798
|
}
|
|
916
|
-
|
|
917
799
|
.svg-icon.svg-error:before {
|
|
918
800
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z'/%3E%3C/svg%3E%0A");
|
|
919
801
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z'/%3E%3C/svg%3E%0A");
|
|
920
802
|
}
|
|
921
|
-
|
|
922
803
|
.svg-icon.svg-expand-less:before {
|
|
923
804
|
content: "";
|
|
924
805
|
display: block;
|
|
@@ -928,12 +809,10 @@
|
|
|
928
809
|
-webkit-mask-size: 100%;
|
|
929
810
|
mask-size: 100%;
|
|
930
811
|
}
|
|
931
|
-
|
|
932
812
|
.svg-icon.svg-expand-less:before {
|
|
933
813
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z'/%3E%3C/svg%3E%0A");
|
|
934
814
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z'/%3E%3C/svg%3E%0A");
|
|
935
815
|
}
|
|
936
|
-
|
|
937
816
|
.svg-icon.svg-expand-more:before {
|
|
938
817
|
content: "";
|
|
939
818
|
display: block;
|
|
@@ -943,12 +822,10 @@
|
|
|
943
822
|
-webkit-mask-size: 100%;
|
|
944
823
|
mask-size: 100%;
|
|
945
824
|
}
|
|
946
|
-
|
|
947
825
|
.svg-icon.svg-expand-more:before {
|
|
948
826
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z'/%3E%3C/svg%3E%0A");
|
|
949
827
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z'/%3E%3C/svg%3E%0A");
|
|
950
828
|
}
|
|
951
|
-
|
|
952
829
|
.svg-icon.svg-expanded:before {
|
|
953
830
|
content: "";
|
|
954
831
|
display: block;
|
|
@@ -958,12 +835,10 @@
|
|
|
958
835
|
-webkit-mask-size: 100%;
|
|
959
836
|
mask-size: 100%;
|
|
960
837
|
}
|
|
961
|
-
|
|
962
838
|
.svg-icon.svg-expanded:before {
|
|
963
839
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M7,10L12,15L17,10H7Z'/%3E%3C/svg%3E%0A");
|
|
964
840
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M7,10L12,15L17,10H7Z'/%3E%3C/svg%3E%0A");
|
|
965
841
|
}
|
|
966
|
-
|
|
967
842
|
.svg-icon.svg-filter:before {
|
|
968
843
|
content: "";
|
|
969
844
|
display: block;
|
|
@@ -973,12 +848,10 @@
|
|
|
973
848
|
-webkit-mask-size: 100%;
|
|
974
849
|
mask-size: 100%;
|
|
975
850
|
}
|
|
976
|
-
|
|
977
851
|
.svg-icon.svg-filter:before {
|
|
978
852
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M14,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z'/%3E%3C/svg%3E%0A");
|
|
979
853
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M14,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z'/%3E%3C/svg%3E%0A");
|
|
980
854
|
}
|
|
981
|
-
|
|
982
855
|
.svg-icon.svg-forward:before {
|
|
983
856
|
content: "";
|
|
984
857
|
display: block;
|
|
@@ -988,12 +861,10 @@
|
|
|
988
861
|
-webkit-mask-size: 100%;
|
|
989
862
|
mask-size: 100%;
|
|
990
863
|
}
|
|
991
|
-
|
|
992
864
|
.svg-icon.svg-forward:before {
|
|
993
865
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z'/%3E%3C/svg%3E%0A");
|
|
994
866
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z'/%3E%3C/svg%3E%0A");
|
|
995
867
|
}
|
|
996
|
-
|
|
997
868
|
.svg-icon.svg-help-center:before {
|
|
998
869
|
content: "";
|
|
999
870
|
display: block;
|
|
@@ -1003,12 +874,10 @@
|
|
|
1003
874
|
-webkit-mask-size: 100%;
|
|
1004
875
|
mask-size: 100%;
|
|
1005
876
|
}
|
|
1006
|
-
|
|
1007
877
|
.svg-icon.svg-help-center:before {
|
|
1008
878
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z'/%3E%3C/svg%3E%0A");
|
|
1009
879
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z'/%3E%3C/svg%3E%0A");
|
|
1010
880
|
}
|
|
1011
|
-
|
|
1012
881
|
.svg-icon.svg-hide:before {
|
|
1013
882
|
content: "";
|
|
1014
883
|
display: block;
|
|
@@ -1018,12 +887,10 @@
|
|
|
1018
887
|
-webkit-mask-size: 100%;
|
|
1019
888
|
mask-size: 100%;
|
|
1020
889
|
}
|
|
1021
|
-
|
|
1022
890
|
.svg-icon.svg-hide:before {
|
|
1023
891
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z'/%3E%3C/svg%3E%0A");
|
|
1024
892
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z'/%3E%3C/svg%3E%0A");
|
|
1025
893
|
}
|
|
1026
|
-
|
|
1027
894
|
.svg-icon.svg-info:before {
|
|
1028
895
|
content: "";
|
|
1029
896
|
display: block;
|
|
@@ -1033,12 +900,10 @@
|
|
|
1033
900
|
-webkit-mask-size: 100%;
|
|
1034
901
|
mask-size: 100%;
|
|
1035
902
|
}
|
|
1036
|
-
|
|
1037
903
|
.svg-icon.svg-info:before {
|
|
1038
904
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z'/%3E%3C/svg%3E%0A");
|
|
1039
905
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z'/%3E%3C/svg%3E%0A");
|
|
1040
906
|
}
|
|
1041
|
-
|
|
1042
907
|
.svg-icon.svg-locked:before {
|
|
1043
908
|
content: "";
|
|
1044
909
|
display: block;
|
|
@@ -1048,12 +913,10 @@
|
|
|
1048
913
|
-webkit-mask-size: 100%;
|
|
1049
914
|
mask-size: 100%;
|
|
1050
915
|
}
|
|
1051
|
-
|
|
1052
916
|
.svg-icon.svg-locked:before {
|
|
1053
917
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E%0A");
|
|
1054
918
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E%0A");
|
|
1055
919
|
}
|
|
1056
|
-
|
|
1057
920
|
.svg-icon.svg-menu:before {
|
|
1058
921
|
content: "";
|
|
1059
922
|
display: block;
|
|
@@ -1063,12 +926,10 @@
|
|
|
1063
926
|
-webkit-mask-size: 100%;
|
|
1064
927
|
mask-size: 100%;
|
|
1065
928
|
}
|
|
1066
|
-
|
|
1067
929
|
.svg-icon.svg-menu:before {
|
|
1068
930
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z'/%3E%3C/svg%3E%0A");
|
|
1069
931
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z'/%3E%3C/svg%3E%0A");
|
|
1070
932
|
}
|
|
1071
|
-
|
|
1072
933
|
.svg-icon.svg-more-options:before {
|
|
1073
934
|
content: "";
|
|
1074
935
|
display: block;
|
|
@@ -1078,12 +939,10 @@
|
|
|
1078
939
|
-webkit-mask-size: 100%;
|
|
1079
940
|
mask-size: 100%;
|
|
1080
941
|
}
|
|
1081
|
-
|
|
1082
942
|
.svg-icon.svg-more-options:before {
|
|
1083
943
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z'/%3E%3C/svg%3E%0A");
|
|
1084
944
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z'/%3E%3C/svg%3E%0A");
|
|
1085
945
|
}
|
|
1086
|
-
|
|
1087
946
|
.svg-icon.svg-move-down:before {
|
|
1088
947
|
content: "";
|
|
1089
948
|
display: block;
|
|
@@ -1093,12 +952,10 @@
|
|
|
1093
952
|
-webkit-mask-size: 100%;
|
|
1094
953
|
mask-size: 100%;
|
|
1095
954
|
}
|
|
1096
|
-
|
|
1097
955
|
.svg-icon.svg-move-down:before {
|
|
1098
956
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z'/%3E%3C/svg%3E%0A");
|
|
1099
957
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z'/%3E%3C/svg%3E%0A");
|
|
1100
958
|
}
|
|
1101
|
-
|
|
1102
959
|
.svg-icon.svg-move-up:before {
|
|
1103
960
|
content: "";
|
|
1104
961
|
display: block;
|
|
@@ -1108,12 +965,10 @@
|
|
|
1108
965
|
-webkit-mask-size: 100%;
|
|
1109
966
|
mask-size: 100%;
|
|
1110
967
|
}
|
|
1111
|
-
|
|
1112
968
|
.svg-icon.svg-move-up:before {
|
|
1113
969
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z'/%3E%3C/svg%3E%0A");
|
|
1114
970
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z'/%3E%3C/svg%3E%0A");
|
|
1115
971
|
}
|
|
1116
|
-
|
|
1117
972
|
.svg-icon.svg-navigator-icon:before {
|
|
1118
973
|
content: "";
|
|
1119
974
|
display: block;
|
|
@@ -1123,12 +978,10 @@
|
|
|
1123
978
|
-webkit-mask-size: 100%;
|
|
1124
979
|
mask-size: 100%;
|
|
1125
980
|
}
|
|
1126
|
-
|
|
1127
981
|
.svg-icon.svg-navigator-icon:before {
|
|
1128
982
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' fill-rule='evenodd' clip-rule='evenodd' d='M21.9,11.5c0,5.5-4.4,9.9-9.9,9.9c-5.5,0-9.9-4.4-9.9-9.9C2.1,6,6.5,1.6,12,1.6 C17.5,1.6,21.9,6,21.9,11.5z M22.5,11.5C22.5,17.3,17.8,22,12,22C6.2,22,1.5,17.3,1.5,11.5C1.5,5.7,6.2,1,12,1 C17.8,1,22.5,5.7,22.5,11.5z M7.7,15.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3s0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S7.4,15.6,7.7,15.8z M11.2,15.8c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S10.9,15.6,11.2,15.8z M14.7,15.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S14.4,15.6,14.7,15.8z M7.7,12.3c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S7.4,12.1,7.7,12.3z M11.2,12.3c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S10.9,12.1,11.2,12.3z M14.7,12.3c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S14.4,12.1,14.7,12.3z M7.7,8.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3S9.7,8.3,9.7,8S9.6,7.4,9.3,7.2S8.8,6.8,8.5,6.8 S7.9,6.9,7.7,7.2S7.3,7.7,7.3,8S7.4,8.6,7.7,8.8z M11.2,8.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8 s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S10.9,8.6,11.2,8.8z M14.7,8.8 c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3 c-0.2,0.2-0.3,0.5-0.3,0.8S14.4,8.6,14.7,8.8z'/%3E%3C/svg%3E%0A");
|
|
1129
983
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' fill-rule='evenodd' clip-rule='evenodd' d='M21.9,11.5c0,5.5-4.4,9.9-9.9,9.9c-5.5,0-9.9-4.4-9.9-9.9C2.1,6,6.5,1.6,12,1.6 C17.5,1.6,21.9,6,21.9,11.5z M22.5,11.5C22.5,17.3,17.8,22,12,22C6.2,22,1.5,17.3,1.5,11.5C1.5,5.7,6.2,1,12,1 C17.8,1,22.5,5.7,22.5,11.5z M7.7,15.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3s0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S7.4,15.6,7.7,15.8z M11.2,15.8c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S10.9,15.6,11.2,15.8z M14.7,15.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S14.4,15.6,14.7,15.8z M7.7,12.3c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S7.4,12.1,7.7,12.3z M11.2,12.3c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S10.9,12.1,11.2,12.3z M14.7,12.3c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S14.4,12.1,14.7,12.3z M7.7,8.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3S9.7,8.3,9.7,8S9.6,7.4,9.3,7.2S8.8,6.8,8.5,6.8 S7.9,6.9,7.7,7.2S7.3,7.7,7.3,8S7.4,8.6,7.7,8.8z M11.2,8.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8 s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S10.9,8.6,11.2,8.8z M14.7,8.8 c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3 c-0.2,0.2-0.3,0.5-0.3,0.8S14.4,8.6,14.7,8.8z'/%3E%3C/svg%3E%0A");
|
|
1130
984
|
}
|
|
1131
|
-
|
|
1132
985
|
.svg-icon.svg-next:before {
|
|
1133
986
|
content: "";
|
|
1134
987
|
display: block;
|
|
@@ -1138,12 +991,10 @@
|
|
|
1138
991
|
-webkit-mask-size: 100%;
|
|
1139
992
|
mask-size: 100%;
|
|
1140
993
|
}
|
|
1141
|
-
|
|
1142
994
|
.svg-icon.svg-next:before {
|
|
1143
995
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E%0A");
|
|
1144
996
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E%0A");
|
|
1145
997
|
}
|
|
1146
|
-
|
|
1147
998
|
.svg-icon.svg-notifications:before {
|
|
1148
999
|
content: "";
|
|
1149
1000
|
display: block;
|
|
@@ -1153,12 +1004,10 @@
|
|
|
1153
1004
|
-webkit-mask-size: 100%;
|
|
1154
1005
|
mask-size: 100%;
|
|
1155
1006
|
}
|
|
1156
|
-
|
|
1157
1007
|
.svg-icon.svg-notifications:before {
|
|
1158
1008
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M14,21A2,2 0 0,1 12,23A2,2 0 0,1 10,21'/%3E%3C/svg%3E%0A");
|
|
1159
1009
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M14,21A2,2 0 0,1 12,23A2,2 0 0,1 10,21'/%3E%3C/svg%3E%0A");
|
|
1160
1010
|
}
|
|
1161
|
-
|
|
1162
1011
|
.svg-icon.svg-open-in-new:before {
|
|
1163
1012
|
content: "";
|
|
1164
1013
|
display: block;
|
|
@@ -1168,12 +1017,10 @@
|
|
|
1168
1017
|
-webkit-mask-size: 100%;
|
|
1169
1018
|
mask-size: 100%;
|
|
1170
1019
|
}
|
|
1171
|
-
|
|
1172
1020
|
.svg-icon.svg-open-in-new:before {
|
|
1173
1021
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z'/%3E%3C/svg%3E%0A");
|
|
1174
1022
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z'/%3E%3C/svg%3E%0A");
|
|
1175
1023
|
}
|
|
1176
|
-
|
|
1177
1024
|
.svg-icon.svg-pending:before {
|
|
1178
1025
|
content: "";
|
|
1179
1026
|
display: block;
|
|
@@ -1183,12 +1030,10 @@
|
|
|
1183
1030
|
-webkit-mask-size: 100%;
|
|
1184
1031
|
mask-size: 100%;
|
|
1185
1032
|
}
|
|
1186
|
-
|
|
1187
1033
|
.svg-icon.svg-pending:before {
|
|
1188
1034
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M15.3,19.3l1.1,1.8c-1,0.5-2.1,0.8-3.3,0.9v-2.1C13.8,19.8,14.6,19.6,15.3,19.3z M3.6,12.6H1.5 c0.1,1.2,0.4,2.3,0.9,3.3l1.8-1.1C3.9,14.1,3.7,13.3,3.6,12.6z M15.3,3.7l1.1-1.8c-1-0.5-2.1-0.8-3.3-0.9v2.1 C13.8,3.2,14.6,3.4,15.3,3.7z M20.4,10.4h2.1c-0.1-1.2-0.4-2.3-0.9-3.3l-1.8,1.1C20.1,8.9,20.3,9.7,20.4,10.4z M8.7,19.3l-1.1,1.8 c1,0.5,2.1,0.8,3.3,0.9v-2.1C10.2,19.8,9.4,19.6,8.7,19.3z M10.9,3.1V1C9.8,1.1,8.7,1.4,7.7,1.9l1.1,1.8C9.4,3.4,10.2,3.2,10.9,3.1 z M18.7,6.4l1.8-1.1c-0.7-0.9-1.5-1.7-2.4-2.4l-1.1,1.8C17.7,5.3,18.2,5.8,18.7,6.4z M4.2,8.2L2.4,7.2c-0.5,1-0.8,2.1-0.9,3.3h2.1 C3.7,9.7,3.9,8.9,4.2,8.2z M20.4,12.6c-0.1,0.8-0.3,1.5-0.6,2.2l1.8,1.1c0.5-1,0.8-2.1,0.9-3.3H20.4z M17.1,18.2l1.1,1.8 c0.9-0.7,1.7-1.5,2.4-2.4l-1.8-1.1C18.2,17.2,17.7,17.7,17.1,18.2z M6.9,4.8L5.8,2.9C4.9,3.6,4.1,4.4,3.5,5.3l1.8,1.1 C5.8,5.8,6.3,5.3,6.9,4.8z M5.3,16.6l-1.8,1.1c0.7,0.9,1.5,1.7,2.4,2.4l1.1-1.8C6.3,17.7,5.8,17.2,5.3,16.6z M13.1,6.2h-2.1v5.7 l4.5,4.5L17,15l-3.9-3.9V6.2z'/%3E%3C/svg%3E%0A");
|
|
1189
1035
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M15.3,19.3l1.1,1.8c-1,0.5-2.1,0.8-3.3,0.9v-2.1C13.8,19.8,14.6,19.6,15.3,19.3z M3.6,12.6H1.5 c0.1,1.2,0.4,2.3,0.9,3.3l1.8-1.1C3.9,14.1,3.7,13.3,3.6,12.6z M15.3,3.7l1.1-1.8c-1-0.5-2.1-0.8-3.3-0.9v2.1 C13.8,3.2,14.6,3.4,15.3,3.7z M20.4,10.4h2.1c-0.1-1.2-0.4-2.3-0.9-3.3l-1.8,1.1C20.1,8.9,20.3,9.7,20.4,10.4z M8.7,19.3l-1.1,1.8 c1,0.5,2.1,0.8,3.3,0.9v-2.1C10.2,19.8,9.4,19.6,8.7,19.3z M10.9,3.1V1C9.8,1.1,8.7,1.4,7.7,1.9l1.1,1.8C9.4,3.4,10.2,3.2,10.9,3.1 z M18.7,6.4l1.8-1.1c-0.7-0.9-1.5-1.7-2.4-2.4l-1.1,1.8C17.7,5.3,18.2,5.8,18.7,6.4z M4.2,8.2L2.4,7.2c-0.5,1-0.8,2.1-0.9,3.3h2.1 C3.7,9.7,3.9,8.9,4.2,8.2z M20.4,12.6c-0.1,0.8-0.3,1.5-0.6,2.2l1.8,1.1c0.5-1,0.8-2.1,0.9-3.3H20.4z M17.1,18.2l1.1,1.8 c0.9-0.7,1.7-1.5,2.4-2.4l-1.8-1.1C18.2,17.2,17.7,17.7,17.1,18.2z M6.9,4.8L5.8,2.9C4.9,3.6,4.1,4.4,3.5,5.3l1.8,1.1 C5.8,5.8,6.3,5.3,6.9,4.8z M5.3,16.6l-1.8,1.1c0.7,0.9,1.5,1.7,2.4,2.4l1.1-1.8C6.3,17.7,5.8,17.2,5.3,16.6z M13.1,6.2h-2.1v5.7 l4.5,4.5L17,15l-3.9-3.9V6.2z'/%3E%3C/svg%3E%0A");
|
|
1190
1036
|
}
|
|
1191
|
-
|
|
1192
1037
|
.svg-icon.svg-previous:before {
|
|
1193
1038
|
content: "";
|
|
1194
1039
|
display: block;
|
|
@@ -1198,12 +1043,10 @@
|
|
|
1198
1043
|
-webkit-mask-size: 100%;
|
|
1199
1044
|
mask-size: 100%;
|
|
1200
1045
|
}
|
|
1201
|
-
|
|
1202
1046
|
.svg-icon.svg-previous:before {
|
|
1203
1047
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z'/%3E%3C/svg%3E%0A");
|
|
1204
1048
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z'/%3E%3C/svg%3E%0A");
|
|
1205
1049
|
}
|
|
1206
|
-
|
|
1207
1050
|
.svg-icon.svg-remove:before {
|
|
1208
1051
|
content: "";
|
|
1209
1052
|
display: block;
|
|
@@ -1213,12 +1056,10 @@
|
|
|
1213
1056
|
-webkit-mask-size: 100%;
|
|
1214
1057
|
mask-size: 100%;
|
|
1215
1058
|
}
|
|
1216
|
-
|
|
1217
1059
|
.svg-icon.svg-remove:before {
|
|
1218
1060
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z'/%3E%3C/svg%3E%0A");
|
|
1219
1061
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z'/%3E%3C/svg%3E%0A");
|
|
1220
1062
|
}
|
|
1221
|
-
|
|
1222
1063
|
.svg-icon.svg-remove-tag:before {
|
|
1223
1064
|
content: "";
|
|
1224
1065
|
display: block;
|
|
@@ -1228,12 +1069,10 @@
|
|
|
1228
1069
|
-webkit-mask-size: 100%;
|
|
1229
1070
|
mask-size: 100%;
|
|
1230
1071
|
}
|
|
1231
|
-
|
|
1232
1072
|
.svg-icon.svg-remove-tag:before {
|
|
1233
1073
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M14.59,8L12,10.59L9.41,8L8,9.41L10.59,12L8,14.59L9.41,16L12,13.41L14.59,16L16,14.59L13.41,12L16,9.41L14.59,8Z'/%3E%3C/svg%3E%0A");
|
|
1234
1074
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M14.59,8L12,10.59L9.41,8L8,9.41L10.59,12L8,14.59L9.41,16L12,13.41L14.59,16L16,14.59L13.41,12L16,9.41L14.59,8Z'/%3E%3C/svg%3E%0A");
|
|
1235
1075
|
}
|
|
1236
|
-
|
|
1237
1076
|
.svg-icon.svg-reset:before {
|
|
1238
1077
|
content: "";
|
|
1239
1078
|
display: block;
|
|
@@ -1243,12 +1082,10 @@
|
|
|
1243
1082
|
-webkit-mask-size: 100%;
|
|
1244
1083
|
mask-size: 100%;
|
|
1245
1084
|
}
|
|
1246
|
-
|
|
1247
1085
|
.svg-icon.svg-reset:before {
|
|
1248
1086
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,5V1L7,6L12,11V7A6,6 0 0,1 18,13A6,6 0 0,1 12,19A6,6 0 0,1 6,13H4A8,8 0 0,0 12,21A8,8 0 0,0 20,13A8,8 0 0,0 12,5Z'/%3E%3C/svg%3E%0A");
|
|
1249
1087
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,5V1L7,6L12,11V7A6,6 0 0,1 18,13A6,6 0 0,1 12,19A6,6 0 0,1 6,13H4A8,8 0 0,0 12,21A8,8 0 0,0 20,13A8,8 0 0,0 12,5Z'/%3E%3C/svg%3E%0A");
|
|
1250
1088
|
}
|
|
1251
|
-
|
|
1252
1089
|
.svg-icon.svg-restore:before {
|
|
1253
1090
|
content: "";
|
|
1254
1091
|
display: block;
|
|
@@ -1258,12 +1095,10 @@
|
|
|
1258
1095
|
-webkit-mask-size: 100%;
|
|
1259
1096
|
mask-size: 100%;
|
|
1260
1097
|
}
|
|
1261
|
-
|
|
1262
1098
|
.svg-icon.svg-restore:before {
|
|
1263
1099
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13.5,8H12V13L16.28,15.54L17,14.33L13.5,12.25V8M13,3A9,9 0 0,0 4,12H1L4.96,16.03L9,12H6A7,7 0 0,1 13,5A7,7 0 0,1 20,12A7,7 0 0,1 13,19C11.07,19 9.32,18.21 8.06,16.94L6.64,18.36C8.27,20 10.5,21 13,21A9,9 0 0,0 22,12A9,9 0 0,0 13,3'/%3E%3C/svg%3E%0A");
|
|
1264
1100
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13.5,8H12V13L16.28,15.54L17,14.33L13.5,12.25V8M13,3A9,9 0 0,0 4,12H1L4.96,16.03L9,12H6A7,7 0 0,1 13,5A7,7 0 0,1 20,12A7,7 0 0,1 13,19C11.07,19 9.32,18.21 8.06,16.94L6.64,18.36C8.27,20 10.5,21 13,21A9,9 0 0,0 22,12A9,9 0 0,0 13,3'/%3E%3C/svg%3E%0A");
|
|
1265
1101
|
}
|
|
1266
|
-
|
|
1267
1102
|
.svg-icon.svg-rotate-right:before {
|
|
1268
1103
|
content: "";
|
|
1269
1104
|
display: block;
|
|
@@ -1273,12 +1108,10 @@
|
|
|
1273
1108
|
-webkit-mask-size: 100%;
|
|
1274
1109
|
mask-size: 100%;
|
|
1275
1110
|
}
|
|
1276
|
-
|
|
1277
1111
|
.svg-icon.svg-rotate-right:before {
|
|
1278
1112
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
1279
1113
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
1280
1114
|
}
|
|
1281
|
-
|
|
1282
1115
|
.svg-icon.svg-save:before {
|
|
1283
1116
|
content: "";
|
|
1284
1117
|
display: block;
|
|
@@ -1288,12 +1121,10 @@
|
|
|
1288
1121
|
-webkit-mask-size: 100%;
|
|
1289
1122
|
mask-size: 100%;
|
|
1290
1123
|
}
|
|
1291
|
-
|
|
1292
1124
|
.svg-icon.svg-save:before {
|
|
1293
1125
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z'/%3E%3C/svg%3E%0A");
|
|
1294
1126
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z'/%3E%3C/svg%3E%0A");
|
|
1295
1127
|
}
|
|
1296
|
-
|
|
1297
1128
|
.svg-icon.svg-search:before {
|
|
1298
1129
|
content: "";
|
|
1299
1130
|
display: block;
|
|
@@ -1303,12 +1134,10 @@
|
|
|
1303
1134
|
-webkit-mask-size: 100%;
|
|
1304
1135
|
mask-size: 100%;
|
|
1305
1136
|
}
|
|
1306
|
-
|
|
1307
1137
|
.svg-icon.svg-search:before {
|
|
1308
1138
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z'/%3E%3C/svg%3E%0A");
|
|
1309
1139
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z'/%3E%3C/svg%3E%0A");
|
|
1310
1140
|
}
|
|
1311
|
-
|
|
1312
1141
|
.svg-icon.svg-shape-circle:before {
|
|
1313
1142
|
content: "";
|
|
1314
1143
|
display: block;
|
|
@@ -1318,12 +1147,10 @@
|
|
|
1318
1147
|
-webkit-mask-size: 100%;
|
|
1319
1148
|
mask-size: 100%;
|
|
1320
1149
|
}
|
|
1321
|
-
|
|
1322
1150
|
.svg-icon.svg-shape-circle:before {
|
|
1323
1151
|
-webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z '/%3E%3C/svg%3E%0A");
|
|
1324
1152
|
mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z '/%3E%3C/svg%3E%0A");
|
|
1325
1153
|
}
|
|
1326
|
-
|
|
1327
1154
|
.svg-icon.svg-shape-pentagon:before {
|
|
1328
1155
|
content: "";
|
|
1329
1156
|
display: block;
|
|
@@ -1333,12 +1160,10 @@
|
|
|
1333
1160
|
-webkit-mask-size: 100%;
|
|
1334
1161
|
mask-size: 100%;
|
|
1335
1162
|
}
|
|
1336
|
-
|
|
1337
1163
|
.svg-icon.svg-shape-pentagon:before {
|
|
1338
1164
|
-webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,2.5L2,9.8L5.8,21.5H18.2L22,9.8L12,2.5Z'/%3E%3C/svg%3E%0A");
|
|
1339
1165
|
mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,2.5L2,9.8L5.8,21.5H18.2L22,9.8L12,2.5Z'/%3E%3C/svg%3E%0A");
|
|
1340
1166
|
}
|
|
1341
|
-
|
|
1342
1167
|
.svg-icon.svg-shape-rhombus:before {
|
|
1343
1168
|
content: "";
|
|
1344
1169
|
display: block;
|
|
@@ -1348,12 +1173,10 @@
|
|
|
1348
1173
|
-webkit-mask-size: 100%;
|
|
1349
1174
|
mask-size: 100%;
|
|
1350
1175
|
}
|
|
1351
|
-
|
|
1352
1176
|
.svg-icon.svg-shape-rhombus:before {
|
|
1353
1177
|
-webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2Z'/%3E%3C/svg%3E%0A");
|
|
1354
1178
|
mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2Z'/%3E%3C/svg%3E%0A");
|
|
1355
1179
|
}
|
|
1356
|
-
|
|
1357
1180
|
.svg-icon.svg-shape-star:before {
|
|
1358
1181
|
content: "";
|
|
1359
1182
|
display: block;
|
|
@@ -1363,12 +1186,10 @@
|
|
|
1363
1186
|
-webkit-mask-size: 100%;
|
|
1364
1187
|
mask-size: 100%;
|
|
1365
1188
|
}
|
|
1366
|
-
|
|
1367
1189
|
.svg-icon.svg-shape-star:before {
|
|
1368
1190
|
-webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z'/%3E%3C/svg%3E%0A");
|
|
1369
1191
|
mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z'/%3E%3C/svg%3E%0A");
|
|
1370
1192
|
}
|
|
1371
|
-
|
|
1372
1193
|
.svg-icon.svg-shape-square:before {
|
|
1373
1194
|
content: "";
|
|
1374
1195
|
display: block;
|
|
@@ -1378,12 +1199,10 @@
|
|
|
1378
1199
|
-webkit-mask-size: 100%;
|
|
1379
1200
|
mask-size: 100%;
|
|
1380
1201
|
}
|
|
1381
|
-
|
|
1382
1202
|
.svg-icon.svg-shape-square:before {
|
|
1383
1203
|
-webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M3,3V21H21V3'/%3E%3C/svg%3E%0A");
|
|
1384
1204
|
mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M3,3V21H21V3'/%3E%3C/svg%3E%0A");
|
|
1385
1205
|
}
|
|
1386
|
-
|
|
1387
1206
|
.svg-icon.svg-shape-triangle:before {
|
|
1388
1207
|
content: "";
|
|
1389
1208
|
display: block;
|
|
@@ -1393,12 +1212,10 @@
|
|
|
1393
1212
|
-webkit-mask-size: 100%;
|
|
1394
1213
|
mask-size: 100%;
|
|
1395
1214
|
}
|
|
1396
|
-
|
|
1397
1215
|
.svg-icon.svg-shape-triangle:before {
|
|
1398
1216
|
-webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M1,21H23L12,2'/%3E%3C/svg%3E%0A");
|
|
1399
1217
|
mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M1,21H23L12,2'/%3E%3C/svg%3E%0A");
|
|
1400
1218
|
}
|
|
1401
|
-
|
|
1402
1219
|
.svg-icon.svg-shape-triangle-inverted:before {
|
|
1403
1220
|
content: "";
|
|
1404
1221
|
display: block;
|
|
@@ -1408,12 +1225,10 @@
|
|
|
1408
1225
|
-webkit-mask-size: 100%;
|
|
1409
1226
|
mask-size: 100%;
|
|
1410
1227
|
}
|
|
1411
|
-
|
|
1412
1228
|
.svg-icon.svg-shape-triangle-inverted:before {
|
|
1413
1229
|
-webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M1 3H23L12 22'/%3E%3C/svg%3E%0A");
|
|
1414
1230
|
mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M1 3H23L12 22'/%3E%3C/svg%3E%0A");
|
|
1415
1231
|
}
|
|
1416
|
-
|
|
1417
1232
|
.svg-icon.svg-show:before {
|
|
1418
1233
|
content: "";
|
|
1419
1234
|
display: block;
|
|
@@ -1423,12 +1238,10 @@
|
|
|
1423
1238
|
-webkit-mask-size: 100%;
|
|
1424
1239
|
mask-size: 100%;
|
|
1425
1240
|
}
|
|
1426
|
-
|
|
1427
1241
|
.svg-icon.svg-show:before {
|
|
1428
1242
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z'/%3E%3C/svg%3E%0A");
|
|
1429
1243
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z'/%3E%3C/svg%3E%0A");
|
|
1430
1244
|
}
|
|
1431
|
-
|
|
1432
1245
|
.svg-icon.svg-sort-a-to-z:before {
|
|
1433
1246
|
content: "";
|
|
1434
1247
|
display: block;
|
|
@@ -1438,12 +1251,10 @@
|
|
|
1438
1251
|
-webkit-mask-size: 100%;
|
|
1439
1252
|
mask-size: 100%;
|
|
1440
1253
|
}
|
|
1441
|
-
|
|
1442
1254
|
.svg-icon.svg-sort-a-to-z:before {
|
|
1443
1255
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
1444
1256
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
1445
1257
|
}
|
|
1446
|
-
|
|
1447
1258
|
.svg-icon.svg-sort-z-to-a:before {
|
|
1448
1259
|
content: "";
|
|
1449
1260
|
display: block;
|
|
@@ -1453,12 +1264,10 @@
|
|
|
1453
1264
|
-webkit-mask-size: 100%;
|
|
1454
1265
|
mask-size: 100%;
|
|
1455
1266
|
}
|
|
1456
|
-
|
|
1457
1267
|
.svg-icon.svg-sort-z-to-a:before {
|
|
1458
1268
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 15L17.59 13.59L13 18.17V2H11V18.17L6.41 13.58L5 15L12 22L19 15Z'/%3E%3C/svg%3E%0A");
|
|
1459
1269
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 15L17.59 13.59L13 18.17V2H11V18.17L6.41 13.58L5 15L12 22L19 15Z'/%3E%3C/svg%3E%0A");
|
|
1460
1270
|
}
|
|
1461
|
-
|
|
1462
1271
|
.svg-icon.svg-success:before {
|
|
1463
1272
|
content: "";
|
|
1464
1273
|
display: block;
|
|
@@ -1468,12 +1277,10 @@
|
|
|
1468
1277
|
-webkit-mask-size: 100%;
|
|
1469
1278
|
mask-size: 100%;
|
|
1470
1279
|
}
|
|
1471
|
-
|
|
1472
1280
|
.svg-icon.svg-success:before {
|
|
1473
1281
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z'/%3E%3C/svg%3E%0A");
|
|
1474
1282
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z'/%3E%3C/svg%3E%0A");
|
|
1475
1283
|
}
|
|
1476
|
-
|
|
1477
1284
|
.svg-icon.svg-time:before {
|
|
1478
1285
|
content: "";
|
|
1479
1286
|
display: block;
|
|
@@ -1483,12 +1290,10 @@
|
|
|
1483
1290
|
-webkit-mask-size: 100%;
|
|
1484
1291
|
mask-size: 100%;
|
|
1485
1292
|
}
|
|
1486
|
-
|
|
1487
1293
|
.svg-icon.svg-time:before {
|
|
1488
1294
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M17 13.9L16.3 15.2L11 12.3V7H12.5V11.4L17 13.9Z'/%3E%3C/svg%3E%0A");
|
|
1489
1295
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M17 13.9L16.3 15.2L11 12.3V7H12.5V11.4L17 13.9Z'/%3E%3C/svg%3E%0A");
|
|
1490
1296
|
}
|
|
1491
|
-
|
|
1492
1297
|
.svg-icon.svg-undo:before {
|
|
1493
1298
|
content: "";
|
|
1494
1299
|
display: block;
|
|
@@ -1498,12 +1303,10 @@
|
|
|
1498
1303
|
-webkit-mask-size: 100%;
|
|
1499
1304
|
mask-size: 100%;
|
|
1500
1305
|
}
|
|
1501
|
-
|
|
1502
1306
|
.svg-icon.svg-undo:before {
|
|
1503
1307
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z'/%3E%3C/svg%3E%0A");
|
|
1504
1308
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z'/%3E%3C/svg%3E%0A");
|
|
1505
1309
|
}
|
|
1506
|
-
|
|
1507
1310
|
.svg-icon.svg-upload:before {
|
|
1508
1311
|
content: "";
|
|
1509
1312
|
display: block;
|
|
@@ -1513,12 +1316,10 @@
|
|
|
1513
1316
|
-webkit-mask-size: 100%;
|
|
1514
1317
|
mask-size: 100%;
|
|
1515
1318
|
}
|
|
1516
|
-
|
|
1517
1319
|
.svg-icon.svg-upload:before {
|
|
1518
1320
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M9,16V10H5L12,3L19,10H15V16H9M5,20V18H19V20H5Z'/%3E%3C/svg%3E%0A");
|
|
1519
1321
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M9,16V10H5L12,3L19,10H15V16H9M5,20V18H19V20H5Z'/%3E%3C/svg%3E%0A");
|
|
1520
1322
|
}
|
|
1521
|
-
|
|
1522
1323
|
.svg-icon.svg-wrong:before {
|
|
1523
1324
|
content: "";
|
|
1524
1325
|
display: block;
|
|
@@ -1528,7 +1329,6 @@
|
|
|
1528
1329
|
-webkit-mask-size: 100%;
|
|
1529
1330
|
mask-size: 100%;
|
|
1530
1331
|
}
|
|
1531
|
-
|
|
1532
1332
|
.svg-icon.svg-wrong:before {
|
|
1533
1333
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
1534
1334
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|