@milaboratories/uikit 2.0.4 → 2.0.6
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/CHANGELOG.md +12 -0
- package/dist/pl-uikit.js +4015 -4423
- package/dist/pl-uikit.umd.cjs +10 -10
- package/dist/src/components/GridTable/index.vue.d.ts +2 -2
- package/dist/src/components/PlAlert/PlAlert.vue.d.ts +1 -1
- package/dist/src/components/PlDropdownRef/PlDropdownRef.vue.d.ts +1 -1
- package/dist/src/components/{MaskIcon16.vue.d.ts → PlIcon16/PlIcon16.vue.d.ts} +1 -1
- package/dist/src/components/PlIcon16/index.d.ts +1 -0
- package/dist/src/components/{MaskIcon24.vue.d.ts → PlIcon24/PlIcon24.vue.d.ts} +1 -1
- package/dist/src/components/PlIcon24/index.d.ts +1 -0
- package/dist/src/components/PlLogView/PlLogView.vue.d.ts +8 -0
- package/dist/src/components/PlLogView/useLogHandle.d.ts +1 -0
- package/dist/src/components/PlMaskIcon16/PlMaskIcon16.vue.d.ts +9 -0
- package/dist/src/components/PlMaskIcon16/index.d.ts +1 -0
- package/dist/src/components/PlMaskIcon24/PlMaskIcon24.vue.d.ts +9 -0
- package/dist/src/components/PlMaskIcon24/index.d.ts +1 -0
- package/dist/src/components/PlTooltip/PlTooltip.vue.d.ts +1 -1
- package/dist/src/generated/icons-16.d.ts +1 -1
- package/dist/src/generated/icons-24.d.ts +1 -1
- package/dist/src/helpers/dom.d.ts +1 -1
- package/dist/src/index.d.ts +115 -7
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/scripts/parse-icons.js +8 -0
- package/src/assets/icons/icon-assets/16_arrow-link.svg +3 -0
- package/src/assets/icons/icon-assets/16_box.svg +3 -0
- package/src/assets/icons/icon-assets/16_cell-type-num.svg +1 -1
- package/src/assets/icons/icon-assets/16_cell-type-txt.svg +2 -2
- package/src/assets/icons/icon-assets/16_clipboard-copied.svg +3 -3
- package/src/assets/icons/icon-assets/16_clipboard.svg +9 -2
- package/src/assets/icons/icon-assets/16_copy.svg +8 -2
- package/src/assets/icons/icon-assets/16_delete-bin.svg +7 -0
- package/src/assets/icons/icon-assets/16_delete-circle.svg +4 -0
- package/src/assets/icons/icon-assets/16_delete-clear.svg +10 -0
- package/src/assets/icons/icon-assets/16_duplicate.svg +10 -0
- package/src/assets/icons/icon-assets/16_filter-on.svg +4 -0
- package/src/assets/icons/icon-assets/16_help-outline.svg +12 -0
- package/src/assets/icons/icon-assets/16_info-outline.svg +12 -0
- package/src/assets/icons/icon-assets/16_info.svg +10 -3
- package/src/assets/icons/icon-assets/16_jump-link.svg +3 -0
- package/src/assets/icons/icon-assets/16_link.svg +2 -2
- package/src/assets/icons/icon-assets/16_lock.svg +1 -2
- package/src/assets/icons/icon-assets/16_more.svg +5 -0
- package/src/assets/icons/icon-assets/16_play.svg +1 -1
- package/src/assets/icons/icon-assets/16_reverse.svg +4 -0
- package/src/assets/icons/icon-assets/16_settings.svg +3 -0
- package/src/assets/icons/icon-assets/16_sort.svg +3 -7
- package/src/assets/icons/icon-assets/16_success.svg +2 -2
- package/src/assets/icons/icon-assets/16_tune.svg +6 -0
- package/src/assets/icons/icon-assets/16_y-axis.svg +1 -1
- package/src/assets/icons/icon-assets/24_add-layer.svg +1 -1
- package/src/assets/icons/icon-assets/24_align-center.svg +5 -0
- package/src/assets/icons/icon-assets/24_align-left.svg +5 -0
- package/src/assets/icons/icon-assets/24_align-right.svg +5 -0
- package/src/assets/icons/icon-assets/24_area.svg +2 -2
- package/src/assets/icons/icon-assets/24_arrow-link.svg +3 -0
- package/src/assets/icons/icon-assets/24_axes.svg +2 -2
- package/src/assets/icons/icon-assets/24_bar-cross.svg +13 -0
- package/src/assets/icons/icon-assets/24_bar-stacked.svg +17 -0
- package/src/assets/icons/icon-assets/24_bar-trend.svg +1 -1
- package/src/assets/icons/icon-assets/24_box.svg +3 -0
- package/src/assets/icons/icon-assets/24_cell-type-num.svg +3 -0
- package/src/assets/icons/icon-assets/24_cell-type-txt.svg +4 -0
- package/src/assets/icons/icon-assets/24_checkbox-checked.svg +4 -0
- package/src/assets/icons/icon-assets/24_checkbox-intermediate.svg +4 -0
- package/src/assets/icons/icon-assets/24_checkbox.svg +2 -51
- package/src/assets/icons/icon-assets/24_chevron-first.svg +3 -0
- package/src/assets/icons/icon-assets/24_chevron-last.svg +3 -0
- package/src/assets/icons/icon-assets/24_clipboard-copied.svg +2 -2
- package/src/assets/icons/icon-assets/24_clipboard.svg +4 -4
- package/src/assets/icons/icon-assets/24_close.svg +1 -1
- package/src/assets/icons/icon-assets/24_cloud-download.svg +4 -0
- package/src/assets/icons/icon-assets/24_cloud-upload.svg +4 -0
- package/src/assets/icons/icon-assets/24_cluster.svg +3 -0
- package/src/assets/icons/icon-assets/24_code.svg +1 -3
- package/src/assets/icons/icon-assets/24_color-fill.svg +3 -0
- package/src/assets/icons/icon-assets/24_color-none.svg +6 -0
- package/src/assets/icons/icon-assets/24_color-stroke.svg +3 -0
- package/src/assets/icons/icon-assets/24_columns.svg +2 -2
- package/src/assets/icons/icon-assets/24_cookie.svg +3 -0
- package/src/assets/icons/icon-assets/24_copy.svg +1 -2
- package/src/assets/icons/icon-assets/24_cpu.svg +1 -1
- package/src/assets/icons/icon-assets/24_data-dimentions.svg +3 -0
- package/src/assets/icons/icon-assets/24_debug.svg +3 -0
- package/src/assets/icons/icon-assets/24_delete-circle.svg +4 -0
- package/src/assets/icons/icon-assets/24_delete-clear.svg +3 -0
- package/src/assets/icons/icon-assets/24_dendrogram-X-line.svg +8 -0
- package/src/assets/icons/icon-assets/24_dendrogram-Y-line.svg +8 -0
- package/src/assets/icons/icon-assets/24_drag-dots.svg +8 -0
- package/src/assets/icons/icon-assets/24_drag-horizontal.svg +3 -0
- package/src/assets/icons/icon-assets/24_drag-vertical.svg +3 -0
- package/src/assets/icons/icon-assets/24_duplicate.svg +1 -3
- package/src/assets/icons/icon-assets/24_edit.svg +1 -2
- package/src/assets/icons/icon-assets/24_expand-left.svg +1 -1
- package/src/assets/icons/icon-assets/24_expand-right.svg +1 -1
- package/src/assets/icons/icon-assets/24_export.svg +1 -2
- package/src/assets/icons/icon-assets/24_files-export.svg +6 -0
- package/src/assets/icons/icon-assets/24_files-import.svg +6 -0
- package/src/assets/icons/icon-assets/24_filter-on.svg +3 -4
- package/src/assets/icons/icon-assets/24_filter.svg +3 -2
- package/src/assets/icons/icon-assets/24_folder-parent.svg +1 -1
- package/src/assets/icons/icon-assets/24_frame-type--left.svg +4 -0
- package/src/assets/icons/icon-assets/24_frame-type-all.svg +3 -0
- package/src/assets/icons/icon-assets/24_frame-type-bottom.svg +4 -0
- package/src/assets/icons/icon-assets/24_frame-type-left-bottom.svg +4 -0
- package/src/assets/icons/icon-assets/24_frame-type-none.svg +3 -0
- package/src/assets/icons/icon-assets/24_help-outline.svg +5 -0
- package/src/assets/icons/icon-assets/24_help.svg +3 -3
- package/src/assets/icons/icon-assets/24_import.svg +3 -0
- package/src/assets/icons/icon-assets/24_info-outline.svg +5 -0
- package/src/assets/icons/icon-assets/24_info.svg +5 -0
- package/src/assets/icons/icon-assets/24_jump-link.svg +3 -0
- package/src/assets/icons/icon-assets/24_lasso.svg +3 -0
- package/src/assets/icons/icon-assets/24_legend-box-dot.svg +6 -0
- package/src/assets/icons/icon-assets/24_legend-box.svg +5 -0
- package/src/assets/icons/icon-assets/24_legend.svg +1 -1
- package/src/assets/icons/icon-assets/24_line.svg +1 -1
- package/src/assets/icons/icon-assets/24_linetype-dashed.svg +3 -0
- package/src/assets/icons/icon-assets/24_linetype-dotdash.svg +3 -0
- package/src/assets/icons/icon-assets/24_linetype-dotted.svg +7 -0
- package/src/assets/icons/icon-assets/24_linetype-longdash.svg +3 -0
- package/src/assets/icons/icon-assets/24_linetype-solid.svg +3 -0
- package/src/assets/icons/icon-assets/24_linetype-twodash.svg +3 -0
- package/src/assets/icons/icon-assets/24_link.svg +2 -2
- package/src/assets/icons/icon-assets/24_loading.svg +1 -1
- package/src/assets/icons/icon-assets/24_lock.svg +3 -0
- package/src/assets/icons/icon-assets/24_maximize.svg +3 -0
- package/src/assets/icons/icon-assets/24_menu.svg +6 -6
- package/src/assets/icons/icon-assets/24_minimize.svg +3 -0
- package/src/assets/icons/icon-assets/24_mode-dark.svg +5 -0
- package/src/assets/icons/icon-assets/24_mode-light.svg +18 -0
- package/src/assets/icons/icon-assets/24_more.svg +5 -0
- package/src/assets/icons/icon-assets/24_paper-clip.svg +1 -1
- package/src/assets/icons/icon-assets/24_pause.svg +4 -0
- package/src/assets/icons/icon-assets/24_play.svg +3 -0
- package/src/assets/icons/icon-assets/24_position-bottom-annotation.svg +5 -0
- package/src/assets/icons/icon-assets/24_position-bottom.svg +5 -0
- package/src/assets/icons/icon-assets/24_position-left-annotation.svg +5 -0
- package/src/assets/icons/icon-assets/24_position-left.svg +8 -0
- package/src/assets/icons/icon-assets/24_position-right-annotation.svg +5 -0
- package/src/assets/icons/icon-assets/24_position-right.svg +3 -0
- package/src/assets/icons/icon-assets/24_position-top-annotation.svg +5 -0
- package/src/assets/icons/icon-assets/24_position-top.svg +5 -0
- package/src/assets/icons/icon-assets/24_radio-button-checked.svg +4 -0
- package/src/assets/icons/icon-assets/24_radio-button.svg +3 -0
- package/src/assets/icons/icon-assets/24_restart.svg +1 -1
- package/src/assets/icons/icon-assets/24_reverse.svg +2 -2
- package/src/assets/icons/icon-assets/24_rotation-0.svg +4 -0
- package/src/assets/icons/icon-assets/24_rotation-45.svg +5 -0
- package/src/assets/icons/icon-assets/24_rotation-90.svg +5 -0
- package/src/assets/icons/icon-assets/24_server-on.svg +9 -0
- package/src/assets/icons/icon-assets/24_server.svg +9 -0
- package/src/assets/icons/icon-assets/24_settings.svg +4 -0
- package/src/assets/icons/icon-assets/24_slice.svg +5 -0
- package/src/assets/icons/icon-assets/24_social-github.svg +3 -0
- package/src/assets/icons/icon-assets/24_social-linkedin.svg +6 -0
- package/src/assets/icons/icon-assets/24_social-twitter-X.svg +3 -0
- package/src/assets/icons/icon-assets/24_social-twitter-bird.svg +3 -0
- package/src/assets/icons/icon-assets/24_social-youtube.svg +4 -0
- package/src/assets/icons/icon-assets/24_sort-list-down.svg +7 -0
- package/src/assets/icons/icon-assets/24_sort-list-up.svg +7 -0
- package/src/assets/icons/icon-assets/24_sort.svg +2 -2
- package/src/assets/icons/icon-assets/24_statistics.svg +1 -1
- package/src/assets/icons/icon-assets/24_stop.svg +3 -0
- package/src/assets/icons/icon-assets/24_terminal.svg +6 -0
- package/src/assets/icons/icon-assets/24_text-align-center.svg +3 -0
- package/src/assets/icons/icon-assets/24_text-align-left.svg +3 -0
- package/src/assets/icons/icon-assets/24_text-align-right.svg +3 -0
- package/src/assets/icons/icon-assets/24_tune.svg +11 -0
- package/src/assets/icons/icon-assets/24_venn.svg +1 -1
- package/src/assets/icons/icon-assets/24_view-off.svg +5 -0
- package/src/assets/icons/icon-assets/24_view-on.svg +4 -0
- package/src/assets/icons/icon-assets/24_windows-collapse.svg +4 -0
- package/src/assets/icons/icon-assets/24_windows-expand.svg +3 -0
- package/src/assets/icons/icon-assets/24_x-axis.svg +4 -0
- package/src/assets/icons/icon-assets/24_y-axis.svg +4 -0
- package/src/assets/icons/icon-assets/24_zip.svg +4 -0
- package/src/assets/icons/icon-assets/24_zoom-out.svg +5 -0
- package/src/assets/icons/icon-assets-min/16_arrow-link.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_box.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_clipboard-copied.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_clipboard.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_copy.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_delete-bin.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_delete-circle.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_delete-clear.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_duplicate.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_filter-on.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_help-outline.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_info-outline.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_info.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_jump-link.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_link.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_lock.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_more.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_reverse.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_settings.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_sort.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_tune.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_align-center.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_align-left.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_align-right.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_area.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_arrow-link.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_bar-cross.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_bar-stacked.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_bar-trend.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_box.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_cell-type-num.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_cell-type-txt.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_checkbox-checked.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_checkbox-intermediate.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_checkbox.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_chevron-first.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_chevron-last.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_clipboard-copied.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_clipboard.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_cloud-download.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_cloud-upload.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_cluster.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_code.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_color-fill.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_color-none.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_color-stroke.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_columns.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_cookie.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_copy.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_cpu.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_data-dimentions.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_debug.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_delete-circle.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_delete-clear.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_dendrogram-X-line.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_dendrogram-Y-line.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_drag-dots.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_drag-horizontal.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_drag-vertical.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_duplicate.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_edit.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_export.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_files-export.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_files-import.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_filter-on.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_filter.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_folder-parent.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_frame-type--left.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_frame-type-all.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_frame-type-bottom.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_frame-type-left-bottom.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_frame-type-none.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_help-outline.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_help.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_import.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_info-outline.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_info.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_jump-link.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_lasso.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_legend-box-dot.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_legend-box.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_line.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_linetype-dashed.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_linetype-dotdash.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_linetype-dotted.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_linetype-longdash.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_linetype-solid.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_linetype-twodash.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_link.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_loading.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_lock.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_maximize.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_menu.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_minimize.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_mode-dark.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_mode-light.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_more.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_paper-clip.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_pause.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_play.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_position-bottom-annotation.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_position-bottom.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_position-left-annotation.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_position-left.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_position-right-annotation.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_position-right.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_position-top-annotation.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_position-top.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_radio-button-checked.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_radio-button.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_restart.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_reverse.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_rotation-0.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_rotation-45.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_rotation-90.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_server-on.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_server.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_settings.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_slice.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_social-github.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_social-linkedin.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_social-twitter-X.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_social-twitter-bird.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_social-youtube.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_sort-list-down.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_sort-list-up.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_sort.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_stop.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_terminal.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_text-align-center.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_text-align-left.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_text-align-right.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_tune.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_venn.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_view-off.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_view-on.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_windows-collapse.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_windows-expand.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_x-axis.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_y-axis.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_zip.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_zoom-out.svg +1 -0
- package/src/assets/icons/icons-16-generated.json +14 -0
- package/src/assets/icons/icons-16-generated.scss +14 -0
- package/src/assets/icons/icons-24-generated.json +97 -1
- package/src/assets/icons/icons-24-generated.scss +97 -1
- package/src/base/BtnBase.vue +3 -3
- package/src/components/PlBtnGhost/PlBtnGhost.vue +4 -4
- package/src/components/PlBtnGhost/pl-btn-ghost.scss +2 -1
- package/src/components/PlFileInput/PlFileInput.vue +6 -6
- package/src/components/PlIcon16/PlIcon16.vue +23 -0
- package/src/components/PlIcon16/index.ts +1 -0
- package/src/components/PlIcon24/PlIcon24.vue +21 -0
- package/src/components/PlIcon24/index.ts +1 -0
- package/src/components/PlLogView/PlLogView.vue +6 -2
- package/src/components/PlLogView/useLogHandle.ts +18 -4
- package/src/components/PlMaskIcon16/index.ts +1 -0
- package/src/components/PlMaskIcon24/index.ts +1 -0
- package/src/generated/icons-16.ts +14 -0
- package/src/generated/icons-24.ts +96 -0
- package/src/index.ts +6 -9
- /package/src/components/{MaskIcon16.vue → PlMaskIcon16/PlMaskIcon16.vue} +0 -0
- /package/src/components/{MaskIcon24.vue → PlMaskIcon24/PlMaskIcon24.vue} +0 -0
package/package.json
CHANGED
package/scripts/parse-icons.js
CHANGED
|
@@ -17,6 +17,10 @@ async function generateSCSS() {
|
|
|
17
17
|
const dict = {};
|
|
18
18
|
|
|
19
19
|
for await (const dirent of await fp.readdir(iconsFolder, { withFileTypes: true })) {
|
|
20
|
+
if (dirent.name.startsWith('.')) {
|
|
21
|
+
continue;
|
|
22
|
+
}
|
|
23
|
+
|
|
20
24
|
const parts = dirent.name.split('_');
|
|
21
25
|
|
|
22
26
|
if (parts.length !== 2) {
|
|
@@ -30,6 +34,10 @@ async function generateSCSS() {
|
|
|
30
34
|
dict[size].push(icon);
|
|
31
35
|
}
|
|
32
36
|
|
|
37
|
+
console.log('dict', JSON.stringify(dict, null, 2));
|
|
38
|
+
// eslint-disable-next-line no-undef
|
|
39
|
+
process.exit(0);
|
|
40
|
+
|
|
33
41
|
for (const [size, lst] of Object.entries(dict)) {
|
|
34
42
|
const json = {};
|
|
35
43
|
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 0.288668C7.8094 0.110035 8.19059 0.110035 8.5 0.288668L14.4282 3.71132C14.7376 3.88995 14.9282 4.22008 14.9282 4.57734V11.4226C14.9282 11.7799 14.7376 12.11 14.4282 12.2887L8.5 15.7113C8.19059 15.89 7.8094 15.89 7.5 15.7113L1.57179 12.2887C1.26239 12.11 1.07179 11.7799 1.07179 11.4226V4.57734C1.07179 4.22008 1.26239 3.88995 1.57179 3.71132L7.5 0.288668ZM3.34785 4.41796L8 1.73204L12.6521 4.41796L8 7.13172L3.34785 4.41796ZM2.57179 5.70182V11.134L7.25 13.8349V8.43077L2.57179 5.70182ZM8.75 13.8349L13.4282 11.134V5.70182L8.75 8.43077V13.8349Z" fill="#110529"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4.22886 12.993H5.65686L6.41286 10.158H8.33786L7.58886 12.993H9.01686L9.77286 10.158H12.4189L12.7829 8.
|
|
2
|
+
<path d="M4.22886 12.993H5.65686L6.41286 10.158H8.33786L7.58886 12.993H9.01686L9.77286 10.158H12.4189L12.7829 8.765H10.1439L10.6409 6.924H13.2869L13.6509 5.545H11.0119L11.7189 2.92H10.2839L9.57686 5.545H7.65186L8.35886 2.92H6.92386L6.21686 5.545H3.58486L3.20686 6.924H5.84586L5.36286 8.765H2.71686L2.34586 10.158H4.98486L4.22886 12.993ZM6.79086 8.765L7.28086 6.924H9.20586L8.70886 8.765H6.79086Z" fill="#07AD3E"/>
|
|
3
3
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0.0372314 13H1.55623L2.29123 10.725H6.42823L7.17723 13H8.69623L5.42023 2.
|
|
3
|
-
<path d="M11.3871 13.21C12.6121 13.21 13.4871 12.79 14.1101 11.901V13H15.4051V8.
|
|
2
|
+
<path d="M0.0372314 13H1.55623L2.29123 10.725H6.42823L7.17723 13H8.69623L5.42023 2.92H3.31323L0.0372314 13ZM2.73923 9.353L4.34923 4.383L5.98023 9.353H2.73923Z" fill="#07AD3E"/>
|
|
3
|
+
<path d="M11.3871 13.21C12.6121 13.21 13.4871 12.79 14.1101 11.901V13H15.4051V8.345C15.4051 7.715 15.3771 7.169 15.1391 6.672C14.6701 5.678 13.6201 5.23 12.2691 5.23C10.5191 5.23 9.46908 6.056 9.10508 7.351L10.4701 7.771C10.7291 6.931 11.4571 6.581 12.2551 6.581C13.4381 6.581 13.9141 7.071 13.9631 8.114C12.7381 8.282 11.4921 8.443 10.6171 8.702C9.44808 9.073 8.83208 9.801 8.83208 10.942C8.83208 12.174 9.71408 13.21 11.3871 13.21ZM10.2811 10.928C10.2811 10.333 10.7221 10.011 11.3241 9.808C11.9611 9.619 12.8081 9.5 13.9491 9.332C13.9421 9.682 13.9141 10.165 13.7951 10.515C13.6271 11.25 12.8921 12.013 11.6461 12.013C10.7081 12.013 10.2811 11.516 10.2811 10.928Z" fill="#07AD3E"/>
|
|
4
4
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
3
|
-
<
|
|
4
|
-
<path d="M7.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 1.54147C2.08114 1.77951 1 3.0135 1 4.49999V13C1 14.6568 2.34315 16 4 16H12C13.6569 16 15 14.6568 15 13V8.99999H13.5V13C13.5 13.8284 12.8284 14.5 12 14.5H4C3.17157 14.5 2.5 13.8284 2.5 13V4.49999C2.5 3.84688 2.9174 3.29127 3.5 3.08535V1.54147Z" fill="#110529"/>
|
|
3
|
+
<rect x="5.75" y="0.75" width="4.5" height="3" rx="1.5" stroke="#110529" stroke-width="1.5"/>
|
|
4
|
+
<path d="M7.79942 11.5438L15.0222 4.5366L13.9777 3.45999L7.80054 9.4528L5.52279 7.23833L4.47717 8.31382L7.79942 11.5438Z" fill="#110529"/>
|
|
5
5
|
</svg>
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<path d="M2.75 4.5C2.75 4.08579 3.08579 3.75 3.5 3.75V2.25C2.25736 2.25 1.25 3.25736 1.25 4.5V12C1.25 13.5188 2.48122 14.75 4 14.75H12C13.5188 14.75 14.75 13.5188 14.75 12V4.5C14.75 3.25736 13.7426 2.25 12.5 2.25V3.75C12.9142 3.75 13.25 4.08579 13.25 4.5V12C13.25 12.6904 12.6904 13.25 12 13.25H4C3.30964 13.25 2.75 12.6904 2.75 12V4.5Z" fill="#110529"/>
|
|
2
|
+
<g clip-path="url(#clip0_5809_11470)">
|
|
4
3
|
<path d="M11 8.25H5V6.75H11V8.25Z" fill="#110529"/>
|
|
5
4
|
<path d="M5 11.25H11V9.75H5V11.25Z" fill="#110529"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 1.54147C2.08114 1.77951 1 3.0135 1 4.49999V13C1 14.6568 2.34315 16 4 16H12C13.6569 16 15 14.6568 15 13V4.49999C15 3.0135 13.9189 1.77951 12.5 1.54147V3.08535C13.0826 3.29127 13.5 3.84688 13.5 4.49999V13C13.5 13.8284 12.8284 14.5 12 14.5H4C3.17157 14.5 2.5 13.8284 2.5 13V4.49999C2.5 3.84688 2.9174 3.29127 3.5 3.08535V1.54147Z" fill="#110529"/>
|
|
6
|
+
<rect x="5.75" y="0.75" width="4.5" height="3" rx="1.5" stroke="#110529" stroke-width="1.5"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_5809_11470">
|
|
10
|
+
<rect width="16" height="16" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
6
13
|
</svg>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<path d="M1.5
|
|
2
|
+
<g clip-path="url(#clip0_5527_55430)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 4.5H11.5V14.5H1.5V4.5ZM0 4.5C0 3.67157 0.671573 3 1.5 3H11.5C12.3284 3 13 3.67157 13 4.5V14.5C13 15.3284 12.3284 16 11.5 16H1.5C0.671574 16 0 15.3284 0 14.5V4.5ZM9.5 1.5H3V0H9.5H14.5C15.3284 0 16 0.671573 16 1.5V6.5L16 13H14.5L14.5 6.5V1.5H9.5Z" fill="#110529"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_5527_55430">
|
|
7
|
+
<rect width="16" height="16" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
4
10
|
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.00006H15V4.50006L13.5 4.50006H12L4 4.50004H2.5L1 4.5V3L8 3.00006Z" fill="#110529"/>
|
|
3
|
+
<path d="M12 4.50006V8H13.5V4.50006H12Z" fill="#110529"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 12.25C4 13.4926 5.00736 14.5 6.25 14.5H8V16H6.25C4.17893 16 2.5 14.3211 2.5 12.25V4.50004H4V12.25Z" fill="#110529"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6897 13.0303L9.72 11.0607L10.7807 10L12.7503 11.9697L14.72 10L15.7807 11.0607L13.811 13.0303L15.7807 15L14.72 16.0607L12.7503 14.091L10.7807 16.0607L9.72 15L11.6897 13.0303Z" fill="#110529"/>
|
|
6
|
+
<rect x="4" width="8" height="1.5" fill="#110529"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.06066 8L11.5303 5.53033L10.4697 4.46967L8 6.93934L5.53033 4.46967L4.46967 5.53033L6.93934 8L4.46967 10.4697L5.53033 11.5303L8 9.06066L10.4697 11.5303L11.5303 10.4697L9.06066 8Z" fill="#110529"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.25C3.71979 0.25 0.25 3.71979 0.25 8C0.25 12.2802 3.71979 15.75 8 15.75C12.2802 15.75 15.75 12.2802 15.75 8C15.75 3.71979 12.2802 0.25 8 0.25ZM1.75 8C1.75 4.54822 4.54822 1.75 8 1.75C11.4518 1.75 14.25 4.54822 14.25 8C14.25 11.4518 11.4518 14.25 8 14.25C4.54822 14.25 1.75 11.4518 1.75 8Z" fill="#110529"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_586_7851)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM4.46967 5.53033L6.93934 8L4.46967 10.4697L5.53033 11.5303L8 9.06066L10.4697 11.5303L11.5303 10.4697L9.06066 8L11.5303 5.53033L10.4697 4.46967L8 6.93934L5.53033 4.46967L4.46967 5.53033Z" fill="#CFD1DB"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_586_7851">
|
|
7
|
+
<rect width="16" height="16" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_6943_960)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 4.5H1.5V14.5H11.5V4.5ZM1.5 3C0.671573 3 0 3.67157 0 4.5V14.5C0 15.3284 0.671574 16 1.5 16H11.5C12.3284 16 13 15.3284 13 14.5V4.5C13 3.67157 12.3284 3 11.5 3H1.5ZM7.25 6.5V8.75H9.5V10.25H7.25V12.5H5.75V10.25H3.5V8.75H5.75V6.5H7.25ZM6 1.5H3V0H6V1.5ZM11 0V1.5H8V0H11ZM14.5 1.5H13V0H14.5C15.3284 0 16 0.671573 16 1.5V3H14.5V1.5ZM14.5 8V5H16V8H14.5ZM14.5 13V10H16V13H14.5Z" fill="#110529"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_6943_960">
|
|
7
|
+
<rect width="16" height="16" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.3148 3.25H1V4.75H8.00614C8.03201 4.22459 8.13899 3.7205 8.3148 3.25ZM8.53365 7.25H3.5V8.75H9.69272C9.21724 8.33033 8.82218 7.82164 8.53365 7.25ZM10 11.25V12.75H6V11.25H10Z" fill="#110529"/>
|
|
3
|
+
<path d="M16 5C16 6.65685 14.6569 8 13 8C11.3431 8 10 6.65685 10 5C10 3.34315 11.3431 2 13 2C14.6569 2 16 3.34315 16 5Z" fill="#49CC49"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_6965_712)">
|
|
3
|
+
<path d="M7.25 14H8.75V15.5H7.25V14Z" fill="#110529"/>
|
|
4
|
+
<path d="M5 8C5 6.5 6 5 8 5C10 5 11.0148 6.5 11 8C10.9865 9.3695 10.1641 10.739 8.49898 10.9669C8.22539 11.0044 8 11.2238 8 11.5C8 11.9782 8 12.5 8 12.5" stroke="#110529" stroke-width="1.5"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 13.4782C13.3042 12.3231 14.5 10.3012 14.5 8C14.5 4.41015 11.5899 1.5 8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 10.3012 2.69584 12.3231 4.5 13.4782V15.1958C1.83576 13.8975 0 11.1631 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 11.1631 14.1642 13.8975 11.5 15.1958V13.4782Z" fill="#110529"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_6965_712">
|
|
9
|
+
<rect width="16" height="16" rx="8" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_6965_711)">
|
|
3
|
+
<path d="M7.25 0H8.75V1.5H7.25V0Z" fill="#110529"/>
|
|
4
|
+
<path d="M7 4.5L7.579 4.307C8.00214 4.16595 8.42578 4.51952 8.36271 4.96106L7.63729 10.0389C7.57422 10.4805 7.99786 10.834 8.421 10.693L9 10.5" stroke="#110529" stroke-width="1.5" stroke-linecap="square"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 0.80426C1.83576 2.10255 0 4.83691 0 8.00003C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8.00003C16 4.83691 14.1642 2.10255 11.5 0.80426V2.52185C13.3042 3.67691 14.5 5.69882 14.5 8.00003C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8.00003C1.5 5.69882 2.69584 3.67691 4.5 2.52185V0.80426Z" fill="#110529"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_6965_711">
|
|
9
|
+
<rect width="16" height="16" rx="8" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<path d="
|
|
2
|
+
<g clip-path="url(#clip0_38_328)">
|
|
3
|
+
<circle cx="8" cy="8" r="8" fill="#D0F0C0"/>
|
|
4
|
+
<path d="M7.25 3.5H8.75V5H7.25V3.5Z" fill="#110529"/>
|
|
5
|
+
<path d="M6.60991 8.01968L7.48306 7.89033L6.98346 11.221C6.8589 12.0514 7.5722 12.766 8.40281 12.643L9.60991 12.4641L9.39009 10.9803L8.51694 11.1097L9.01655 7.77898C9.14111 6.94858 8.42781 6.23399 7.59719 6.35705L6.39009 6.53588L6.60991 8.01968Z" fill="#110529"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_38_328">
|
|
9
|
+
<rect width="16" height="16" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
5
12
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.25001L10 3.25001C10.6904 3.25001 11.25 3.80965 11.25 4.50001L11.25 11.1893L13.4697 8.96968L14.5303 10.0303L10.5 14.0607L6.46967 10.0303L7.53033 8.96968L9.75 11.1893L9.75 4.75001L2 4.75001L2 3.25001Z" fill="#110529"/>
|
|
3
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.68627 9.
|
|
3
|
-
<path d="M11.8164 12.
|
|
2
|
+
<path d="M7.68627 9.58873L8.86999 8.40502C9.87884 7.39617 9.87884 5.76049 8.86999 4.75164C7.86113 3.74278 6.22546 3.74278 5.2166 4.75164L2.38818 7.58006C1.37932 8.58892 1.37932 10.2246 2.38818 11.2334C2.94545 11.7907 3.69398 12.0402 4.42247 11.9818L5.6655 13.2248C4.20913 13.7772 2.50035 13.4669 1.32752 12.2941C-0.267126 10.6995 -0.267121 8.11404 1.32752 6.5194L4.15594 3.69098C5.75058 2.09634 8.33601 2.09633 9.93065 3.69098C11.5253 5.28562 11.5253 7.87104 9.93065 9.46568L8.74694 10.6494L7.68627 9.58873Z" fill="#110529"/>
|
|
3
|
+
<path d="M11.8164 12.2941C10.2218 13.8888 7.63635 13.8888 6.04171 12.2941C4.44707 10.6995 4.44707 8.11405 6.04171 6.51941L7.21478 5.34635L8.27544 6.40701L7.10237 7.58007C6.09352 8.58893 6.09351 10.2246 7.10237 11.2335C8.11122 12.2423 9.7469 12.2423 10.7558 11.2335L13.5842 8.40504C14.593 7.39618 14.593 5.7605 13.5842 4.75165C13.0219 4.18937 12.2649 3.94047 11.5302 4.00496L10.2915 2.76617C11.7512 2.20575 13.4679 2.51402 14.6448 3.69099C16.2395 5.28563 16.2395 7.87106 14.6448 9.4657L11.8164 12.2941Z" fill="#110529"/>
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00003 2.5C6.48125 2.5 5.5 3.73121 5.5 5.24999V6H4V5.24999C4 2.90278 5.65282 1 8.00003 1C10.3472 1 12 2.90279 12 5.24999V6H10.5V5.25C10.5 3.73121 9.51881 2.5 8.00003 2.5Z" fill="#110529"/>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00003 2.5C6.48125 2.5 5.5 3.73121 5.5 5.24999V6H10.5V5.25C10.5 3.73121 9.51881 2.5 8.00003 2.5ZM4 5.24999V6L3.50003 6C2.6716 6 2.00003 6.67157 2.00003 7.5L2 13.5C2 14.3284 2.67157 15 3.5 15H12.5C13.3284 15 14 14.3284 14 13.5L14 7.5C14 6.67157 13.3285 6 12.5 6L12 6V5.24999C12 2.90279 10.3472 1 8.00003 1C5.65282 1 4 2.90278 4 5.24999ZM3.5 7.5H12.5V13.5H3.5V7.5ZM7.25 9V12H8.75V9H7.25Z" fill="#110529"/>
|
|
4
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.3 12.3884L12.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.3 12.3884L12.823 8L5.3 3.61156V12.3884ZM3.8 13.259V2.74104C3.8 1.96925 4.63721 1.48838 5.30387 1.87726L14.3192 7.13622C14.9807 7.5221 14.9807 8.4779 14.3192 8.86378L5.30387 14.1227C4.63721 14.5116 3.8 14.0308 3.8 13.259Z" fill="#110529"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.96969 7.46967L12.1894 5.25L2.00002 5.25L2.00002 3.75L12.1894 3.75L9.96969 1.53033L11.0304 0.469666L15.0607 4.5L11.0304 8.53033L9.96969 7.46967Z" fill="#110529"/>
|
|
3
|
+
<path d="M6.03035 14.4697L3.81068 12.25L14 12.25V10.75L3.81068 10.75L6.03035 8.53032L4.96969 7.46967L0.939362 11.5L4.96969 15.5303L6.03035 14.4697Z" fill="#110529"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.73206L13.4282 4.86603V11.134L8 14.268L2.57179 11.134V4.86603L8 1.73206ZM7.25 0.433018C7.7141 0.165068 8.28589 0.165068 8.75 0.433018L14.1782 3.56699C14.6423 3.83494 14.9282 4.33013 14.9282 4.86603V11.134C14.9282 11.6699 14.6423 12.1651 14.1782 12.433L8.75 15.567C8.28589 15.8349 7.7141 15.8349 7.25 15.567L1.82179 12.433C1.35769 12.1651 1.07179 11.6699 1.07179 11.134V4.86603C1.07179 4.33013 1.35769 3.83494 1.82179 3.56699L7.25 0.433018ZM9.5 8C9.5 8.82843 8.82843 9.5 8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5C8.82843 6.5 9.5 7.17157 9.5 8ZM11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8Z" fill="#110529"/>
|
|
3
|
+
</svg>
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<path d="M107 17.6227C107 17.1898 106.487 16.9614 106.166 17.251L102.413 20.6284C102.192 20.827 102.192 21.173 102.413 21.3716L106.166 24.749C106.487 25.0386 107 24.8102 107 24.3773V17.6227Z" fill="#CFD1DB"/>
|
|
5
|
-
<path d="M75 24.3773C75 24.8102 75.5127 25.0386 75.8345 24.749L79.5871 21.3716C79.8077 21.173 79.8077 20.827 79.5871 20.6284L75.8345 17.251C75.5127 16.9614 75 17.1898 75 17.6227V24.3773Z" fill="#CFD1DB"/>
|
|
6
|
-
<path d="M45.7071 19.0002C45.2617 19.0002 45.0386 19.5388 45.3536 19.8537L48.6464 23.1466C48.8417 23.3419 49.1583 23.3419 49.3536 23.1466L52.6464 19.8537C52.9614 19.5388 52.7383 19.0002 52.2929 19.0002H45.7071Z" fill="#CFD1DB"/>
|
|
7
|
-
<path d="M17.6227 23C17.1898 23 16.9614 22.4873 17.251 22.1655L20.6284 18.4129C20.827 18.1923 21.173 18.1923 21.3716 18.4129L24.749 22.1655C25.0386 22.4873 24.8102 23 24.3773 23H17.6227Z" fill="#CFD1DB"/>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.4697 6.03034L5.25003 3.81067L5.25003 14L3.75003 14L3.75003 3.81067L1.53036 6.03034L0.469696 4.96968L4.50003 0.939348L8.53036 4.96968L7.4697 6.03034Z" fill="#110529"/>
|
|
3
|
+
<path d="M14.4697 9.96968L12.25 12.1893L12.25 2.00001L10.75 2.00001L10.75 12.1893L8.53036 9.96968L7.4697 11.0303L11.5 15.0607L15.5304 11.0303L14.4697 9.96968Z" fill="#110529"/>
|
|
8
4
|
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g clip-path="url(#clip0_5855_11729)">
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="M14.
|
|
3
|
+
<path d="M7.99998 1.75C4.54821 1.75 1.74998 4.54822 1.74998 8C1.74998 11.4518 4.54821 14.25 7.99998 14.25C11.4518 14.25 14.25 11.4518 14.25 8C14.25 7.68358 14.2265 7.37265 14.1811 7.06887L15.4371 5.81288C15.6407 6.5065 15.75 7.24049 15.75 8C15.75 12.2802 12.2802 15.75 7.99998 15.75C3.71978 15.75 0.249985 12.2802 0.249985 8C0.249985 3.71979 3.71978 0.25 7.99998 0.25C9.51273 0.25 10.9242 0.683415 12.1171 1.43284L11.0221 2.5279C10.1264 2.03219 9.09615 1.75 7.99998 1.75Z" fill="#110529"/>
|
|
4
|
+
<path d="M14.6606 3.79999L13.6 2.73933L7.29997 9.03933L4.84997 6.58933L3.78931 7.64999L7.29997 11.1607L14.6606 3.79999Z" fill="#110529"/>
|
|
5
5
|
</g>
|
|
6
6
|
<defs>
|
|
7
7
|
<clipPath id="clip0_5855_11729">
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.75 4.25V2H11.25V8H12.75V5.75H16V4.25H12.75Z" fill="#110529"/>
|
|
3
|
+
<path d="M9.5 5.75H0V4.25H9.5V5.75Z" fill="#110529"/>
|
|
4
|
+
<path d="M3.25 8V10.25H0V11.75H3.25V14H4.75V8H3.25Z" fill="#110529"/>
|
|
5
|
+
<path d="M16 10.25H6.5V11.75H16V10.25Z" fill="#110529"/>
|
|
6
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 1.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 1.93935L8.53033 5.46968L7.46967 6.53034L5.75 4.81067L5.75 14H4.25L4.25 4.81067L2.53033 6.53034L1.46967 5.46968L5 1.93935Z" fill="#110529"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.75 10.8107L8.46967 8.53033L9.53033 7.46967L11.5 9.43934L13.4697 7.46967L14.5303 8.53033L12.25 10.8107V14H10.75V10.8107Z" fill="#07AD3E"/>
|
|
4
4
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2.
|
|
2
|
+
<path d="M2.37503 15.1251L11.9999 21.25L21.625 15.1249L21.6744 15.1563C22.2919 15.5493 22.2919 16.4507 21.6744 16.8436L12.5371 22.6583C12.2095 22.8668 11.7909 22.8668 11.4633 22.6583L2.32594 16.8436C1.70845 16.4507 1.70844 15.5493 2.32594 15.1563L2.37503 15.1251Z" fill="#07AD3E"/>
|
|
3
3
|
<path d="M11.25 12V7.75H7V6.25H11.25V2H12.75V6.25H17V7.75H12.75V12H11.25Z" fill="#110529"/>
|
|
4
4
|
<path d="M2.32592 12.8437C1.70842 12.4507 1.70842 11.5493 2.32592 11.1563L4.07215 10.0451L5.45919 10.912L3.74951 12L11.9995 17.25L20.2495 12L18.5403 10.9123L19.928 10.045L21.6744 11.1563C22.2919 11.5493 22.2919 12.4507 21.6744 12.8437L12.537 18.6583C12.2095 18.8668 11.7909 18.8668 11.4633 18.6583L2.32592 12.8437Z" fill="#110529"/>
|
|
5
5
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 8.5V9.5H11.25H12.75H17.5V8.5H12.75H11.25H6.5ZM6 7C5.44772 7 5 7.44772 5 8V10C5 10.5523 5.44772 11 6 11H18C18.5523 11 19 10.5523 19 10V8C19 7.44772 18.5523 7 18 7H6Z" fill="#110529"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 14.5V15.5H11.25H12.75H15.5V14.5H12.75H11.25H8.5ZM8 13C7.44772 13 7 13.4477 7 14V16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16V14C17 13.4477 16.5523 13 16 13H8Z" fill="#110529"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.25 14.5V9.5H12.75V14.5H11.25ZM11.25 15.5V21H12.75V15.5H11.25ZM12.75 8.5H11.25V3H12.75V8.5Z" fill="#110529"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 8.5V9.5H19.5V8.5H8.5ZM8 7C7.44772 7 7 7.44772 7 8V10C7 10.5523 7.44772 11 8 11H20C20.5523 11 21 10.5523 21 10V8C21 7.44772 20.5523 7 20 7H8Z" fill="#110529"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 14.5V15.5H15.5V14.5H8.5ZM8 13C7.44772 13 7 13.4477 7 14V16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16V14C17 13.4477 16.5523 13 16 13H8Z" fill="#110529"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 21V3H4.75V21H3.25Z" fill="#110529"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 8.5V9.5H15.5V8.5H4.5ZM4 7C3.44772 7 3 7.44772 3 8V10C3 10.5523 3.44772 11 4 11H16C16.5523 11 17 10.5523 17 10V8C17 7.44772 16.5523 7 16 7H4Z" fill="#110529"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 14.5V15.5H15.5V14.5H8.5ZM8 13C7.44772 13 7 13.4477 7 14V16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16V14C17 13.4477 16.5523 13 16 13H8Z" fill="#110529"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.25 21V3H20.75V21H19.25Z" fill="#110529"/>
|
|
5
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7119 2.
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4838 9.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7119 2.68933C12.4173 2.32113 11.9056 2.20872 11.4838 2.4196L2.80279 6.76006C2.464 6.92945 2.25 7.27572 2.25 7.65449L2.25 12.5365L2.66459 12.3292L3.75 11.7865L3.75 7.96351L11.7931 3.94201L15.2985 8.32373C15.5737 8.66777 16.0417 8.79114 16.4508 8.62751L20.25 7.10777V10.9922L20.7215 10.8036L21.75 10.3922V6.36924C21.75 5.66178 21.0355 5.17801 20.3786 5.44077L16.2381 7.09703L12.7119 2.68933Z" fill="#07AD3E"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4838 9.4196C11.9056 9.20872 12.4173 9.32113 12.7119 9.68933L16.2381 14.097L20.3786 12.4408C21.0355 12.1781 21.75 12.6618 21.75 13.3693V20.75C21.75 21.3023 21.3023 21.75 20.75 21.75H3.25C2.69772 21.75 2.25 21.3023 2.25 20.75V14.6545C2.25 14.2758 2.464 13.9295 2.80279 13.7601L11.4838 9.4196ZM11.7931 10.942L3.75 14.9636V20.25H20.25V14.1078L16.4507 15.6275C16.0417 15.7911 15.5737 15.6678 15.2985 15.3237L11.7931 10.942Z" fill="#110529"/>
|
|
4
4
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.25 5.75V2H12.75V5.75H14V7.25H12.75V11.25H16.75V10H18.25V11.25H22V12.75H18.25V14H16.75V12.75H12.75V16.75H14V18.25H12.75V22H11.25V18.25H10V16.75H11.25V12.75H7.25V14H5.75V12.75H2V11.25H5.75V10H7.25V11.25H11.25V7.25H10V5.75H11.25Z" fill="#110529"/>
|
|
3
|
-
<path d="M3.46967 3.
|
|
4
|
-
<path d="M15.4697 16.
|
|
3
|
+
<path d="M3.46967 3.53039L5.75 5.81072V8.00006H7.25V5.81072L9.53033 3.53039L8.46967 2.46973L6.5 4.4394L4.53033 2.46973L3.46967 3.53039Z" fill="#07AD3E"/>
|
|
4
|
+
<path d="M15.4697 16.5304L17.4393 18.5001L15.4697 20.4697L16.5303 21.5304L18.5 19.5607L20.4697 21.5304L21.5303 20.4697L19.5607 18.5001L21.5303 16.5304L20.4697 15.4697L18.5 17.4394L16.5303 15.4697L15.4697 16.5304Z" fill="#07AD3E"/>
|
|
5
5
|
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 20.5H21.75V22H2.25V20.5Z" fill="#110529"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 2.5L3.75 4L2.25 4L2.25 2.5L3.75 2.5Z" fill="#110529"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 5.5L3.75 7H2.25L2.25 5.5H3.75Z" fill="#110529"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 8.5L3.75 10H2.25L2.25 8.5H3.75Z" fill="#110529"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 11.5L3.75 13H2.25L2.25 11.5H3.75Z" fill="#110529"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 14.5L3.75 16H2.25L2.25 14.5H3.75Z" fill="#110529"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 17.5L3.75 19H2.25L2.25 17.5H3.75Z" fill="#110529"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.5 17.5V5.5H18.5V17.5H15.5ZM15 19C14.4477 19 14 18.5523 14 18V5C14 4.44772 14.4477 4 15 4H19C19.5523 4 20 4.44771 20 5V18C20 18.5523 19.5523 19 19 19H15Z" fill="#110529"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.75 8.25L14.25 8.25V9.75L19.75 9.75V8.25Z" fill="#110529"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 17.5V10.5H10.5V17.5H7.5ZM7 19C6.44772 19 6 18.5523 6 18V10C6 9.44771 6.44772 9 7 9H11C11.5523 9 12 9.44771 12 10V18C12 18.5523 11.5523 19 11 19H7Z" fill="#07AD3E"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.75 13.25L6.25 13.25V14.75L11.75 14.75V13.25Z" fill="#07AD3E"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 20.5H21.75V22H2.25V20.5Z" fill="#110529"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 2.5L3.75 4L2.25 4L2.25 2.5L3.75 2.5Z" fill="#110529"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 5.5L3.75 7H2.25L2.25 5.5H3.75Z" fill="#110529"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 8.5L3.75 10H2.25L2.25 8.5H3.75Z" fill="#110529"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 11.5L3.75 13H2.25L2.25 11.5H3.75Z" fill="#110529"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 14.5L3.75 16H2.25L2.25 14.5H3.75Z" fill="#110529"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 17.5L3.75 19H2.25L2.25 17.5H3.75Z" fill="#110529"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.75 14L11.75 19H10.25L10.25 14H11.75Z" fill="#110529"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 7L15.75 19H14.25L14.25 7L15.75 7Z" fill="#110529"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.75 11L7.75 19H6.25L6.25 11H7.75Z" fill="#110529"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.75 11V19H18.25V11H19.75Z" fill="#110529"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.75 8.5V12.5H10.25V8.5H11.75Z" fill="#07AD3E"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 2.5V5.5H14.25V2.5L15.75 2.5Z" fill="#07AD3E"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.75 6.5L7.75 9.5H6.25L6.25 6.5H7.75Z" fill="#07AD3E"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.75 5.5V9.5H18.25V5.5H19.75Z" fill="#07AD3E"/>
|
|
17
|
+
</svg>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 11.5L3.75 13H2.25L2.25 11.5H3.75Z" fill="#110529"/>
|
|
7
7
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 14.5L3.75 16H2.25L2.25 14.5H3.75Z" fill="#110529"/>
|
|
8
8
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 17.5L3.75 19H2.25L2.25 17.5H3.75Z" fill="#110529"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9657 7.47357L19.9695 2.46973L21.0302 3.53039L16.0263 8.53423C15.4679 9.09263 14.5722 9.12246 13.9779 8.60244L11.034 6.02654L6.03016 11.0304L4.9695 9.96973L9.97335 4.96588C10.5317 4.40748 11.4275 4.37765 12.0218 4.89767L14.9657 7.47357Z" fill="#07AD3E"/>
|
|
10
10
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.25 19V14H7.75V19H6.25Z" fill="#110529"/>
|
|
11
11
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 19L10.25 10L11.75 10V19H10.25Z" fill="#110529"/>
|
|
12
12
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.25 19V12H15.75V19H14.25Z" fill="#110529"/>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.4103 7.43302L12 3.73206L5.58975 7.43302L12 11.134L18.4103 7.43302ZM4.83975 8.73206L4.83975 16.134L11.25 19.8349L11.25 12.433L4.83975 8.73206ZM12.75 19.8349L19.1603 16.134V8.73207L12.75 12.433L12.75 19.8349ZM11.25 2.43302C11.7141 2.16507 12.2859 2.16507 12.75 2.43302L19.9103 6.56699C20.3744 6.83494 20.6603 7.33013 20.6603 7.86603V16.134C20.6603 16.6699 20.3744 17.1651 19.9103 17.433L12.75 21.567C12.2859 21.8349 11.7141 21.8349 11.25 21.567L4.08975 17.433C3.62565 17.1651 3.33975 16.6699 3.33975 16.134V7.86603C3.33975 7.33013 3.62565 6.83494 4.08975 6.56699L11.25 2.43302Z" fill="#110529"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.09417 16.9927L8.87717 14.0565H6.14392L6.52817 12.6137H9.26867L9.76892 10.707H7.03567L7.42717 9.27875H10.1532L10.8854 6.56H12.3717L11.6394 9.27875H13.6332L14.3654 6.56H15.8517L15.1194 9.27875H17.8527L17.4757 10.707H14.7352L14.2204 12.6137H16.9537L16.5767 14.0565H13.8362L13.0532 16.9927H11.5742L12.3499 14.0565H10.3562L9.57317 16.9927H8.09417ZM10.7477 12.6137H12.7342L13.2489 10.707H11.2552L10.7477 12.6137Z" fill="#07AD3E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 17L7.393 6.56H9.57525L12.9683 17H11.395L10.6193 14.6437H6.3345L5.57325 17H4ZM6.7985 13.2227H10.1553L8.466 8.07525L6.7985 13.2227Z" fill="#07AD3E"/>
|
|
3
|
+
<path d="M15.9002 17.2175C14.1674 17.2175 13.2539 16.1445 13.2539 14.8685C13.2539 13.6867 13.8919 12.9327 15.1027 12.5485C16.0089 12.2802 17.2994 12.1135 18.5682 11.9395C18.5174 10.8592 18.0244 10.3517 16.7992 10.3517C15.9727 10.3517 15.2187 10.7142 14.9504 11.5842L13.5367 11.1492C13.9137 9.808 15.0012 8.9525 16.8137 8.9525C18.2129 8.9525 19.3004 9.4165 19.7862 10.446C20.0327 10.9607 20.0617 11.5262 20.0617 12.1787V17H18.7204V15.8617C18.0752 16.7825 17.1689 17.2175 15.9002 17.2175ZM14.7547 14.854C14.7547 15.463 15.1969 15.9777 16.1684 15.9777C17.4589 15.9777 18.2202 15.1875 18.3942 14.4262C18.5174 14.0637 18.5464 13.5635 18.5537 13.201C17.3719 13.375 16.4947 13.4982 15.8349 13.694C15.2114 13.9042 14.7547 14.2377 14.7547 14.854Z" fill="#07AD3E"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="3" y="3" width="18" height="18" rx="2" fill="#110529"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5431 8.51727L10.3333 16.0875L6.4569 12.0173L7.5431 10.9828L10.3333 13.9125L16.4569 7.48279L17.5431 8.51727Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -1,52 +1,3 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.5 29.5H29.5L29.5 44.5H44.5V29.5ZM29.5 28C28.6716 28 28 28.6716 28 29.5V44.5C28 45.3284 28.6716 46 29.5 46H44.5C45.3284 46 46 45.3284 46 44.5V29.5C46 28.6716 45.3284 28 44.5 28H29.5Z" fill="#110529"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M174.5 29.5H159.5L159.5 44.5H174.5V29.5ZM159.5 28C158.672 28 158 28.6716 158 29.5V44.5C158 45.3284 158.672 46 159.5 46H174.5C175.328 46 176 45.3284 176 44.5V29.5C176 28.6716 175.328 28 174.5 28H159.5Z" fill="#DFE0E6"/>
|
|
5
|
-
<path d="M17 85C17 73.9543 25.9543 65 37 65C48.0457 65 57 73.9543 57 85C57 96.0457 48.0457 105 37 105C25.9543 105 17 96.0457 17 85Z" fill="#9BABCC" fill-opacity="0.16"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.5 77.5H29.5L29.5 92.5H44.5V77.5ZM29.5 76C28.6716 76 28 76.6716 28 77.5V92.5C28 93.3284 28.6716 94 29.5 94H44.5C45.3284 94 46 93.3284 46 92.5V77.5C46 76.6716 45.3284 76 44.5 76H29.5Z" fill="#110529"/>
|
|
7
|
-
<path d="M147 85C147 73.9543 155.954 65 167 65C178.046 65 187 73.9543 187 85C187 96.0457 178.046 105 167 105C155.954 105 147 96.0457 147 85Z" fill="#38383D"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M174.5 77.5H159.5L159.5 92.5H174.5V77.5ZM159.5 76C158.672 76 158 76.6716 158 77.5V92.5C158 93.3284 158.672 94 159.5 94H174.5C175.328 94 176 93.3284 176 92.5V77.5C176 76.6716 175.328 76 174.5 76H159.5Z" fill="white"/>
|
|
9
|
-
<g clip-path="url(#clip0_1776_51322)">
|
|
10
|
-
<rect x="25" y="121" width="24" height="24" rx="4" fill="white"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.5 125.5H29.5L29.5 140.5H44.5V125.5ZM29.5 124C28.6716 124 28 124.672 28 125.5V140.5C28 141.328 28.6716 142 29.5 142H44.5C45.3284 142 46 141.328 46 140.5V125.5C46 124.672 45.3284 124 44.5 124H29.5Z" fill="#110529"/>
|
|
12
|
-
</g>
|
|
13
|
-
<rect x="24" y="120" width="26" height="26" rx="5" stroke="#49CC49" stroke-width="2"/>
|
|
14
|
-
<rect x="154" y="120" width="26" height="26" rx="5" stroke="#49CC49" stroke-width="2"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M174.5 125.5H159.5L159.5 140.5H174.5V125.5ZM159.5 124C158.672 124 158 124.672 158 125.5V140.5C158 141.328 158.672 142 159.5 142H174.5C175.328 142 176 141.328 176 140.5V125.5C176 124.672 175.328 124 174.5 124H159.5Z" fill="white"/>
|
|
16
|
-
<rect x="56" y="28" width="18" height="18" rx="2" fill="#110529"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M70.5431 33.5172L63.3333 41.0875L59.4569 37.0172L60.5431 35.9828L63.3333 38.9125L69.4569 32.4828L70.5431 33.5172Z" fill="white"/>
|
|
18
|
-
<rect x="84" y="28" width="18" height="18" rx="2" fill="#110529"/>
|
|
19
|
-
<path d="M88 37H98" stroke="white" stroke-width="1.5"/>
|
|
20
|
-
<rect x="214" y="28" width="18" height="18" rx="2" fill="#DFE0E6"/>
|
|
21
|
-
<path d="M218 37H228" stroke="#110529" stroke-width="1.5"/>
|
|
22
|
-
<rect x="186" y="28" width="18" height="18" rx="2" fill="#DFE0E6"/>
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M200.543 33.5172L193.333 41.0875L189.457 37.0172L190.543 35.9828L193.333 38.9125L199.457 32.4828L200.543 33.5172Z" fill="#110529"/>
|
|
24
|
-
<path d="M65 85C65 73.9543 73.9543 65 85 65C96.0457 65 105 73.9543 105 85C105 96.0457 96.0457 105 85 105C73.9543 105 65 96.0457 65 85Z" fill="#9BABCC" fill-opacity="0.16"/>
|
|
25
|
-
<rect x="76.75" y="76.75" width="16.5" height="16.5" rx="1.25" fill="#110529" stroke="#110529" stroke-width="1.5"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.5431 81.5172L83.3333 89.0875L79.4569 85.0172L80.5431 83.9828L83.3333 86.9125L89.4569 80.4828L90.5431 81.5172Z" fill="white"/>
|
|
27
|
-
<path d="M195 85C195 73.9543 203.954 65 215 65C226.046 65 235 73.9543 235 85C235 96.0457 226.046 105 215 105C203.954 105 195 96.0457 195 85Z" fill="#38383D"/>
|
|
28
|
-
<rect x="206.75" y="76.75" width="16.5" height="16.5" rx="1.25" fill="white" stroke="white" stroke-width="1.5"/>
|
|
29
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M220.543 81.5172L213.333 89.0875L209.457 85.0172L210.543 83.9828L213.333 86.9125L219.457 80.4828L220.543 81.5172Z" fill="#110529"/>
|
|
30
|
-
<g filter="url(#filter0_d_1776_51322)">
|
|
31
|
-
<rect x="72" y="120" width="26" height="26" rx="5" stroke="#49CC49" stroke-width="2"/>
|
|
32
|
-
<rect x="76" y="124" width="18" height="18" rx="2" fill="#110529"/>
|
|
33
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.5431 129.517L83.3333 137.087L79.4569 133.017L80.5431 131.983L83.3333 134.912L89.4569 128.483L90.5431 129.517Z" fill="white"/>
|
|
34
|
-
</g>
|
|
35
|
-
<rect x="202" y="120" width="26" height="26" rx="5" stroke="#49CC49" stroke-width="2"/>
|
|
36
|
-
<rect x="206" y="124" width="18" height="18" rx="2" fill="white"/>
|
|
37
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M220.543 129.517L213.333 137.087L209.457 133.017L210.543 131.983L213.333 134.912L219.457 128.483L220.543 129.517Z" fill="#110529"/>
|
|
38
|
-
<defs>
|
|
39
|
-
<filter id="filter0_d_1776_51322" x="67" y="115" width="36" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
40
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
41
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
42
|
-
<feMorphology radius="4" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_1776_51322"/>
|
|
43
|
-
<feOffset/>
|
|
44
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.286275 0 0 0 0 0.8 0 0 0 0 0.286275 0 0 0 0.24 0"/>
|
|
45
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1776_51322"/>
|
|
46
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1776_51322" result="shape"/>
|
|
47
|
-
</filter>
|
|
48
|
-
<clipPath id="clip0_1776_51322">
|
|
49
|
-
<rect x="25" y="121" width="24" height="24" rx="4" fill="white"/>
|
|
50
|
-
</clipPath>
|
|
51
|
-
</defs>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5 4.5H4.5L4.5 19.5H19.5V4.5ZM4.5 3C3.67157 3 3 3.67157 3 4.5V19.5C3 20.3284 3.67157 21 4.5 21H19.5C20.3284 21 21 20.3284 21 19.5V4.5C21 3.67157 20.3284 3 19.5 3H4.5Z" fill="#110529"/>
|
|
52
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 5H7.5V19H6V5ZM17.0303 6.53033L15.9697 5.46967L9.43934 12L15.9697 18.5303L17.0303 17.4697L11.5607 12L17.0303 6.53033Z" fill="#110529"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 5H18V19H16.5V5ZM6.96973 6.53033L8.03039 5.46967L14.5607 12L8.03039 18.5303L6.96973 17.4697L12.4394 12L6.96973 6.53033Z" fill="#110529"/>
|
|
3
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
<path d="M6 3.5H5.8125C4.2592 3.5 3 4.7592 3 6.3125V18.5C3 20.1569 4.34315 21.5 6 21.5H18C19.6569 21.5 21 20.1569 21 18.5V12H19.5V18.5C19.5 19.3284 18.8284 20 18 20H6C5.17157 20 4.5 19.3284 4.5 18.5V6.3125C4.5 5.58763 5.08763 5 5.8125 5H6V3.5Z" fill="#110529"/>
|
|
2
|
+
<path d="M6 3.5H5.8125C4.2592 3.5 3 4.7592 3 6.3125V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V12H19.5V18C19.5 18.8284 18.8284 19.5 18 19.5H6C5.17157 19.5 4.5 18.8284 4.5 18V6.3125C4.5 5.58763 5.08763 5 5.8125 5H6V3.5Z" fill="#110529"/>
|
|
4
3
|
<path d="M21.0303 6.53033L19.9697 5.46967L11.5 13.9393L8.53033 10.9697L7.46967 12.0303L11.5 16.0607L21.0303 6.53033Z" fill="#110529"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 3.5H10.5C9.94772 3.5 9.5 3.94772 9.5 4.5C9.5 5.05228 9.94772 5.5 10.5 5.5H13.5C14.0523 5.5 14.5 5.05228 14.5 4.5C14.5 3.94772 14.0523 3.5 13.5 3.5ZM10.5 2C9.11929 2 8 3.11929 8 4.5C8 5.88071 9.11929 7 10.5 7H13.5C14.8807 7 16 5.88071 16 4.5C16 3.11929 14.8807 2 13.5 2H10.5Z" fill="#110529"/>
|
|
5
5
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
2
|
+
<path d="M5.8125 3.5H6V5H5.8125C5.08763 5 4.5 5.58763 4.5 6.3125V18C4.5 18.8284 5.17157 19.5 6 19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V6.5C19.5 5.67157 18.8284 5 18 5V3.5C19.6569 3.5 21 4.84315 21 6.5V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6.3125C3 4.7592 4.2592 3.5 5.8125 3.5Z" fill="#110529"/>
|
|
3
|
+
<path d="M16 12H8V10.5H16V12Z" fill="#110529"/>
|
|
4
|
+
<path d="M8 16H16V14.5H8V16Z" fill="#110529"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 3.5H10.5C9.94772 3.5 9.5 3.94772 9.5 4.5C9.5 5.05228 9.94772 5.5 10.5 5.5H13.5C14.0523 5.5 14.5 5.05228 14.5 4.5C14.5 3.94772 14.0523 3.5 13.5 3.5ZM10.5 2C9.11929 2 8 3.11929 8 4.5C8 5.88071 9.11929 7 10.5 7H13.5C14.8807 7 16 5.88071 16 4.5C16 3.11929 14.8807 2 13.5 2H10.5Z" fill="#110529"/>
|
|
6
6
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9996 13.0606L17.4692 18.5303L18.5299 17.4696L13.0602 12L18.5299 6.5303L17.4692 5.46964L11.9996 10.9393L6.52988 5.46964L5.46922 6.5303L10.9389 12L5.46922 17.4696L6.52988 18.5303L11.9996 13.0606Z" fill="#110529"/>
|
|
3
3
|
</svg>
|