@milaboratories/uikit 2.1.2 → 2.2.0
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 +14 -0
- package/dist/pl-uikit.js +3118 -2901
- package/dist/pl-uikit.umd.cjs +10 -10
- package/dist/src/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts +78 -0
- package/dist/src/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts +1 -0
- package/dist/src/components/PlDropdownLegacy/index.d.ts +1 -0
- package/dist/src/components/PlDropdownRef/PlDropdownRef.vue.d.ts +2 -1
- package/dist/src/components/PlTooltip/PlTooltip.vue.d.ts +1 -1
- package/dist/src/composition/useEventListener.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/index.d.ts +28 -59
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/assets/base.scss +4 -0
- package/src/assets/icons/icon-assets/16_calendar.svg +7 -0
- package/src/assets/icons/icon-assets/16_caret-down.svg +3 -0
- package/src/assets/icons/icon-assets/16_caret-left.svg +3 -0
- package/src/assets/icons/icon-assets/16_caret-right.svg +3 -0
- package/src/assets/icons/icon-assets/16_caret-up.svg +3 -0
- package/src/assets/icons/icon-assets/16_clipboard-copied.svg +1 -3
- package/src/assets/icons/icon-assets/16_clipboard.svg +1 -11
- package/src/assets/icons/icon-assets/16_delete-bin.svg +2 -6
- package/src/assets/icons/icon-assets/16_delete-circle.svg +1 -2
- package/src/assets/icons/icon-assets/16_error.svg +1 -2
- package/src/assets/icons/icon-assets/16_help-outline.svg +1 -1
- package/src/assets/icons/icon-assets/16_link.svg +1 -2
- package/src/assets/icons/icon-assets/16_paper-clip.svg +3 -0
- package/src/assets/icons/icon-assets/16_renew.svg +3 -0
- package/src/assets/icons/icon-assets/16_restart.svg +1 -1
- package/src/assets/icons/icon-assets/16_settings.svg +1 -1
- package/src/assets/icons/icon-assets/16_stop.svg +1 -1
- package/src/assets/icons/icon-assets/16_success.svg +1 -2
- package/src/assets/icons/icon-assets/16_time.svg +10 -0
- package/src/assets/icons/icon-assets/16_zip.svg +1 -2
- package/src/assets/icons/icon-assets/24_annotate.svg +2 -2
- package/src/assets/icons/icon-assets/24_annotation.svg +6 -6
- package/src/assets/icons/icon-assets/24_calendar.svg +6 -0
- package/src/assets/icons/icon-assets/24_clipboard-copied.svg +1 -3
- package/src/assets/icons/icon-assets/24_clipboard.svg +2 -2
- package/src/assets/icons/icon-assets/24_cluster.svg +1 -1
- package/src/assets/icons/icon-assets/24_container.svg +7 -0
- package/src/assets/icons/icon-assets/24_cookie.svg +1 -1
- package/src/assets/icons/icon-assets/24_copy.svg +1 -1
- package/src/assets/icons/icon-assets/24_cpu.svg +1 -1
- package/src/assets/icons/icon-assets/24_debug.svg +1 -1
- package/src/assets/icons/icon-assets/24_file-doc-add.svg +4 -0
- package/src/assets/icons/icon-assets/24_file-doc-download.svg +4 -0
- package/src/assets/icons/icon-assets/24_file-doc-import.svg +4 -0
- package/src/assets/icons/icon-assets/24_file-doc.svg +5 -0
- package/src/assets/icons/icon-assets/24_fire-tips.svg +1 -1
- package/src/assets/icons/icon-assets/24_folder-parent.svg +1 -1
- package/src/assets/icons/icon-assets/24_generate.svg +1 -1
- package/src/assets/icons/icon-assets/24_heatmap.svg +10 -9
- package/src/assets/icons/icon-assets/24_link.svg +2 -2
- package/src/assets/icons/icon-assets/24_paper-clip.svg +1 -1
- package/src/assets/icons/icon-assets/24_pin.svg +1 -1
- package/src/assets/icons/icon-assets/24_product.svg +3 -0
- package/src/assets/icons/icon-assets/24_renew.svg +3 -0
- package/src/assets/icons/icon-assets/24_restart.svg +1 -1
- package/src/assets/icons/icon-assets/24_slice.svg +2 -2
- package/src/assets/icons/icon-assets/24_social-github.svg +1 -1
- package/src/assets/icons/icon-assets/24_social-twitter-X.svg +1 -1
- package/src/assets/icons/icon-assets/24_social-twitter-bird.svg +1 -1
- package/src/assets/icons/icon-assets/24_stop.svg +1 -1
- package/src/assets/icons/icon-assets/24_table-add.svg +3 -0
- package/src/assets/icons/icon-assets/24_table-alias.svg +3 -0
- package/src/assets/icons/icon-assets/24_table-import.svg +3 -0
- package/src/assets/icons/icon-assets/24_table.svg +1 -2
- package/src/assets/icons/icon-assets/24_theme-dark.svg +3 -0
- package/src/assets/icons/icon-assets/24_theme-light.svg +3 -0
- package/src/assets/icons/icon-assets/24_time.svg +3 -0
- package/src/assets/icons/icon-assets/24_view-hide.svg +3 -0
- package/src/assets/icons/icon-assets/24_view-show.svg +3 -0
- package/src/assets/icons/icon-assets/24_warning.svg +1 -3
- package/src/assets/icons/icon-assets/24_wetlab.svg +1 -1
- package/src/assets/icons/icon-assets/24_zip.svg +1 -2
- package/src/assets/icons/icon-assets-min/16_calendar.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_caret-down.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_caret-left.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_caret-right.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_caret-up.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_delete-bin.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_delete-circle.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_download.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_error.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_link.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_paper-clip.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_renew.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_restart.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_stop.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_success.svg +1 -1
- package/src/assets/icons/icon-assets-min/16_time.svg +1 -0
- package/src/assets/icons/icon-assets-min/16_zip.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_annotate.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_annotation.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_calendar.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_cluster.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_container.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_cookie.svg +1 -1
- 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_debug.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_download.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_file-doc-add.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_file-doc-download.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_file-doc-import.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_file-doc.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_fire-tips.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_folder-parent.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_generate.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_heatmap.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_link.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_paper-clip.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_pin.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_product.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_renew.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_restart.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_slice.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_social-github.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_social-twitter-X.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_social-twitter-bird.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_stop.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_table-add.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_table-alias.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_table-import.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_table.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_theme-dark.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_theme-light.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_time.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_view-hide.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_view-show.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_warning.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_wetlab.svg +1 -1
- package/src/assets/icons/icon-assets-min/24_zip.svg +1 -1
- package/src/assets/icons/icons-16-generated.json +9 -11
- package/src/assets/icons/icons-16-generated.scss +9 -11
- package/src/assets/icons/icons-24-generated.json +18 -48
- package/src/assets/icons/icons-24-generated.scss +18 -48
- package/src/assets/variables.scss +3 -1
- package/src/components/PlCheckbox/pl-checkbox.scss +2 -0
- package/src/components/PlChip/PlChip.vue +5 -5
- package/src/components/PlChip/pl-chip.scss +2 -2
- package/src/components/PlDropdown/PlDropdown.vue +61 -24
- package/src/components/PlDropdown/__tests__/PlDropdown.spec.ts +7 -6
- package/src/components/PlDropdown/pl-dropdown.scss +65 -67
- package/src/components/PlDropdownLegacy/PlDropdownLegacy.vue +372 -0
- package/src/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.ts +33 -0
- package/src/components/PlDropdownLegacy/index.ts +1 -0
- package/src/components/PlDropdownLegacy/pl-dropdown-legacy.scss +260 -0
- package/src/components/PlDropdownLine/PlDropdownLine.vue +81 -42
- package/src/components/PlDropdownLine/pl-dropdown-line.scss +5 -5
- package/src/components/PlDropdownMulti/PlDropdownMulti.vue +62 -27
- package/src/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.ts +12 -7
- package/src/components/PlDropdownMulti/pl-dropdown-multi.scss +11 -8
- package/src/components/PlDropdownRef/PlDropdownRef.vue +1 -0
- package/src/components/PlDropdownRef/__tests__/PlDropdownRef.spec.ts +11 -8
- package/src/components/PlFileInput/PlFileInput.vue +1 -1
- package/src/components/PlTextField/PlTextField.vue +1 -1
- package/src/composition/useEventListener.ts +3 -3
- package/src/composition/usePosition.ts +2 -2
- package/src/generated/icons-16.ts +9 -11
- package/src/generated/icons-24.ts +18 -48
- package/src/index.ts +1 -0
- package/src/assets/icons/icon-assets/16_clear.svg +0 -10
- package/src/assets/icons/icon-assets/16_comp.svg +0 -3
- package/src/assets/icons/icon-assets/16_compare.svg +0 -4
- package/src/assets/icons/icon-assets/16_delete.svg +0 -4
- package/src/assets/icons/icon-assets/16_filter-2.svg +0 -4
- package/src/assets/icons/icon-assets/16_link-arrow.svg +0 -3
- package/src/assets/icons/icon-assets/16_more-horizontal.svg +0 -5
- package/src/assets/icons/icon-assets/16_required.svg +0 -3
- package/src/assets/icons/icon-assets/16_settings-2.svg +0 -4
- package/src/assets/icons/icon-assets/16_sorter.svg +0 -9
- package/src/assets/icons/icon-assets/24_box-dot.svg +0 -6
- package/src/assets/icons/icon-assets/24_boxplot-1.svg +0 -5
- package/src/assets/icons/icon-assets/24_cloud-down.svg +0 -4
- package/src/assets/icons/icon-assets/24_cloud-up.svg +0 -4
- package/src/assets/icons/icon-assets/24_code-2.svg +0 -5
- package/src/assets/icons/icon-assets/24_cross-bars.svg +0 -13
- package/src/assets/icons/icon-assets/24_dark-mode.svg +0 -5
- package/src/assets/icons/icon-assets/24_delete.svg +0 -6
- package/src/assets/icons/icon-assets/24_dendrogram-X-1.svg +0 -8
- package/src/assets/icons/icon-assets/24_dendrogram-Y-1.svg +0 -8
- package/src/assets/icons/icon-assets/24_download-files.svg +0 -6
- package/src/assets/icons/icon-assets/24_export-2.svg +0 -4
- package/src/assets/icons/icon-assets/24_external-link.svg +0 -3
- package/src/assets/icons/icon-assets/24_fill-color.svg +0 -3
- package/src/assets/icons/icon-assets/24_filters-gate.svg +0 -11
- package/src/assets/icons/icon-assets/24_frame-type.svg +0 -11
- package/src/assets/icons/icon-assets/24_hide.svg +0 -5
- package/src/assets/icons/icon-assets/24_import-2.svg +0 -4
- package/src/assets/icons/icon-assets/24_import-download.svg +0 -4
- package/src/assets/icons/icon-assets/24_info-circle-outline.svg +0 -5
- package/src/assets/icons/icon-assets/24_light-mode.svg +0 -18
- package/src/assets/icons/icon-assets/24_linetype.svg +0 -13
- package/src/assets/icons/icon-assets/24_local.svg +0 -5
- package/src/assets/icons/icon-assets/24_logout.svg +0 -4
- package/src/assets/icons/icon-assets/24_mode-dark.svg +0 -5
- package/src/assets/icons/icon-assets/24_mode-light.svg +0 -18
- package/src/assets/icons/icon-assets/24_more-horizontal.svg +0 -5
- package/src/assets/icons/icon-assets/24_outlier-shape.svg +0 -28
- package/src/assets/icons/icon-assets/24_position.svg +0 -28
- package/src/assets/icons/icon-assets/24_progress-2.svg +0 -9
- package/src/assets/icons/icon-assets/24_progress.svg +0 -10
- package/src/assets/icons/icon-assets/24_radio-btn.svg +0 -29
- package/src/assets/icons/icon-assets/24_rotation.svg +0 -11
- package/src/assets/icons/icon-assets/24_save.svg +0 -3
- package/src/assets/icons/icon-assets/24_server-2.svg +0 -10
- package/src/assets/icons/icon-assets/24_settings-2.svg +0 -4
- package/src/assets/icons/icon-assets/24_show.svg +0 -4
- package/src/assets/icons/icon-assets/24_social-media.svg +0 -16
- package/src/assets/icons/icon-assets/24_stacked-bar.svg +0 -17
- package/src/assets/icons/icon-assets/24_stroke-non.svg +0 -6
- package/src/assets/icons/icon-assets/24_stroke.svg +0 -3
- package/src/assets/icons/icon-assets/24_table-upload.svg +0 -4
- package/src/assets/icons/icon-assets/24_title-position.svg +0 -15
- package/src/assets/icons/icon-assets/24_upload-files.svg +0 -6
- package/src/assets/icons/icon-assets/24_view-off.svg +0 -5
- package/src/assets/icons/icon-assets/24_view-on.svg +0 -4
- package/src/assets/icons/icon-assets-min/16_comp.svg +0 -1
- package/src/assets/icons/icon-assets-min/16_delete.svg +0 -1
- package/src/assets/icons/icon-assets-min/16_filter-2.svg +0 -1
- package/src/assets/icons/icon-assets-min/16_more-horizontal.svg +0 -1
- package/src/assets/icons/icon-assets-min/16_settings-2.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_box-dot.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_boxplot-1.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_cloud-down.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_cloud-up.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_code-2.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_cross-bars.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_dark-mode.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_delete.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_dendrogram-X-1.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_dendrogram-Y-1.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_download-files.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_fill-color.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_filters-gate.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_frame-type.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_import-2.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_import-download.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_info-circle-outline.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_light-mode.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_linetype.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_local.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_logout.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_mode-dark.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_mode-light.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_more-horizontal.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_outlier-shape.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_position.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_progress-2.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_progress.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_radio-btn.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_rotation.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_save.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_server-2.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_settings-2.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_social-media.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_stacked-bar.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_stroke-non.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_stroke.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_upload-files.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_view-off.svg +0 -1
- package/src/assets/icons/icon-assets-min/24_view-on.svg +0 -1
- /package/src/assets/icons/icon-assets/{16_import.svg → 16_download.svg} +0 -0
- /package/src/assets/icons/icon-assets/{24_import.svg → 24_download.svg} +0 -0
- /package/src/assets/icons/icon-assets/{24_frame-type--left.svg → 24_frame-type-left.svg} +0 -0
- /package/src/assets/icons/icon-assets-min/{24_frame-type--left.svg → 24_frame-type-left.svg} +0 -0
|
@@ -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 d="M11.2215 15.2214L13.5701 12.8728C15.2299 11.213 15.2299 8.52208 13.5701 6.86235C11.9104 5.20262 9.
|
|
3
|
-
<path d="M17.
|
|
2
|
+
<path d="M11.2215 15.2214L13.5701 12.8728C15.2299 11.213 15.2299 8.52208 13.5701 6.86235C11.9104 5.20262 9.21946 5.20262 7.55973 6.86235L3.31709 11.105C1.65736 12.7647 1.65736 15.4557 3.31709 17.1154C4.38619 18.1845 5.88315 18.5649 7.25677 18.2567L8.45261 19.4526C6.38306 20.2767 3.93154 19.8512 2.25643 18.1761C0.0109174 15.9305 0.0109177 12.2898 2.25643 10.0443L6.49907 5.80169C8.74459 3.55617 12.3853 3.55618 14.6308 5.80169C16.8763 8.0472 16.8763 11.6879 14.6308 13.9334L12.2821 16.2821L11.2215 15.2214Z" fill="#110529"/>
|
|
3
|
+
<path d="M17.4594 18.1761C15.2139 20.4216 11.5732 20.4216 9.32772 18.1761C7.08221 15.9305 7.08221 12.2898 9.32772 10.0443L11.686 7.68602L12.7467 8.74668L10.3884 11.105C8.72865 12.7647 8.72865 15.4557 10.3884 17.1154C12.0481 18.7751 14.7391 18.7751 16.3988 17.1154L20.6414 12.8728C22.3012 11.213 22.3012 8.52208 20.6414 6.86235C19.5764 5.79734 18.0868 5.41573 16.7175 5.7175L15.5197 4.51969C17.5864 3.70296 20.0307 4.1303 21.7021 5.80169C23.9476 8.0472 23.9476 11.6879 21.7021 13.9334L17.4594 18.1761Z" fill="#07AD3E"/>
|
|
4
4
|
</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="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5979 4.89862C16.3286 3.62942 14.2709 3.62942 13.0017 4.89862L6.6377 11.2626C4.58744 13.3128 4.58744 16.6369 6.6377 18.6872C8.68795 20.7375 12.0121 20.7375 14.0623 18.6872L19.0121 13.7375L20.0727 14.7981L15.123 19.7479C12.4869 22.3839 8.21307 22.3839 5.57704 19.7479C2.941 17.1118 2.941 12.838 5.57704 10.2019L11.941 3.83796C13.796 1.98297 16.8035 1.98297 18.6585 3.83796C20.5135 5.69295 20.5135 8.70048 18.6585 10.5555L12.2945 16.9194C11.2206 17.9934 9.4794 17.9934 8.40546 16.9194C7.33152 15.8455 7.33152 14.1043 8.40546 13.0303L13.3552 8.0806L14.4159 9.14126L9.46612 14.091C8.97797 14.5792 8.97797 15.3706 9.46612 15.8588C9.95428 16.3469 10.7457 16.3469 11.2339 15.8588L17.5979 9.49481C18.8671 8.22561 18.8671 6.16782 17.5979 4.89862Z" fill="#110529"/>
|
|
3
3
|
</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="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0356 3.15691L13.453 4.57435L9.67134 8.35603L5.53479 9.65414C4.65325 9.94798 4.38913 11.0668 5.04619 11.7239L7.95516 14.6328L2.65186 19.9361L3.71251 20.9968L9.01582 15.6935L11.9822 18.6599C12.6393 19.317 13.7581 19.0528 14.0519 18.1713L15.3282 14.0129L19.1099 10.2312L20.5209 11.6422L21.5815 10.5815L13.0962 2.09625L12.0356 3.15691ZM11.2445 8.90422L14.5137 5.63501L18.0492 9.17055L14.2812 12.9386C14.1078 13.112 13.9796 13.3252 13.9077 13.5596L12.7568 17.3132L6.39288 10.9492L10.0282 9.80926L12.4702 12.2513L13.5309 11.1906L11.2445 8.90422Z" fill="#110529"/>
|
|
3
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="M21 6C21 4.34315 19.6569 3 18 3H6C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6ZM6 4.5H9V7.5C9 8.32843 9.67157 9 10.5 9H13.5C14.3284 9 15 8.32843 15 7.5V4.5H18C18.8284 4.5 19.5 5.17157 19.5 6V18C19.5 18.8284 18.8284 19.5 18 19.5H6C5.17157 19.5 4.5 18.8284 4.5 18L4.5 6C4.5 5.17157 5.17157 4.5 6 4.5ZM10.5 7.5V4.5H13.5V7.5H10.5ZM9 13H6V14.5H9V13ZM6 17.75V16.25H12V17.75H6Z" 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="M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C9.32844 19.5 6.98313 18.1032 5.65456 16H5.76933H9V14.5H3V20.5H4.5V16.9767C6.11238 19.4017 8.86954 21 12 21C16.9706 21 21 16.9706 21 12H19.5ZM18.3454 8C17.0169 5.89683 14.6716 4.5 12 4.5C10.6747 4.5 9.42967 4.84376 8.34923 5.44697C8.05322 5.61223 7.76957 5.79697 7.5 5.99945C5.67833 7.36776 4.5 9.54627 4.5 12H3C3 8.66873 4.80989 5.76018 7.5 4.20404C7.77426 4.04539 8.05766 3.9008 8.34923 3.77125C9.46501 3.27549 10.7003 3 12 3C15.1305 3 17.8876 4.59826 19.5 7.02331V3.5H21V9.5H15V8H18.2307H18.3454Z" fill="#110529"/>
|
|
3
|
+
</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="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 8.86954 4.59826 6.11238 7.02331 4.5H6.73067H3.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 8.86954 4.59826 6.11238 7.02331 4.5H6.73067H3.5V3H9.5V9H8V5.65456C7.82851 5.76289 7.66172 5.87798 7.5 5.99945C5.67833 7.36776 4.5 9.54627 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" fill="#110529"/>
|
|
3
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
2
|
<path d="M2 5.25H5.25V2H6.75V5.25V6.75V17.25H17.25H18.75H22V18.75H18.75V22H17.25V18.75H6.75H6.25C5.69772 18.75 5.25 18.3023 5.25 17.75V17.25V6.75H2V5.25Z" fill="#110529"/>
|
|
3
|
-
<path d="
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.4678 3.
|
|
3
|
+
<path d="M17.25 6.75H9V5.25H17.25C18.0784 5.25 18.75 5.92157 18.75 6.75V15H17.25V6.75Z" fill="#110529"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.4678 3.59289L20.0928 4.96789L19.0322 3.90723L20.4072 2.53223L21.4678 3.59289ZM15.9678 9.09289L14.5928 10.4679L13.5322 9.40723L14.9072 8.03223L15.9678 9.09289ZM13.2178 11.8429L11.8428 13.2179L10.7822 12.1572L12.1572 10.7822L13.2178 11.8429ZM10.4678 14.5929L9.09282 15.9679L8.03217 14.9072L9.40717 13.5322L10.4678 14.5929ZM4.96783 20.0929L3.59283 21.4679L2.53217 20.4072L3.90717 19.0322L4.96783 20.0929Z" fill="#110529"/>
|
|
5
5
|
</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="M4.67495 3.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.67495 3.01806C4.8648 2.51541 5.3546 2.23418 5.84585 2.25827C7.26457 2.32783 8.30128 2.8342 9.40754 3.67193C10.1866 3.46893 11.1067 3.37494 12 3.37495C12.8933 3.37495 13.8134 3.46894 14.5925 3.67193C15.6987 2.8342 16.7354 2.32783 18.1541 2.25827C18.6454 2.23418 19.1352 2.51542 19.325 3.01807C19.7287 4.08698 19.718 5.44324 19.335 6.64225C19.868 7.45672 20.1641 8.18844 20.3234 8.85749C20.5001 9.59964 20.5 10.2355 20.5 10.7326V10.75C20.5 12.6216 19.6936 14.019 18.4664 14.9935C17.566 15.7085 16.4535 16.187 15.2908 16.4916C15.7502 17.3758 15.7501 18.2409 15.75 18.9675L15.75 22H14.25V19C14.25 18.0111 14.2365 17.2971 13.4697 16.5303L13.8767 15.2602C15.3078 15.0216 16.6076 14.5542 17.5336 13.8189C18.4314 13.1059 19 12.1283 19 10.75C19 10.2496 18.9979 9.76659 18.8641 9.20492C18.732 8.65014 18.4628 7.98824 17.8897 7.18589L17.6513 6.85218L17.8036 6.47141C18.1626 5.57405 18.2122 4.5443 17.9955 3.77326C16.9986 3.86974 16.2376 4.27035 15.2185 5.08561L14.8999 5.3405L14.5128 5.21147C13.8641 4.99524 12.9506 4.87495 12 4.87495C11.0494 4.87494 10.1359 4.99523 9.48718 5.21146L9.1001 5.3405L8.78148 5.08561C7.76241 4.27035 7.00143 3.86973 6.00448 3.77326C5.78783 4.54429 5.83741 5.57405 6.19636 6.47141L6.34866 6.85218L6.1103 7.18589C5.53719 7.98824 5.26795 8.65013 5.13585 9.20492C5.00212 9.76659 5 10.2496 5 10.75C5 12.1283 5.56857 13.1059 6.46641 13.8189C7.39242 14.5542 8.69219 15.0216 10.1233 15.2602L10.5303 16.5303C9.76351 17.2971 9.75 18.0111 9.75 19V22H8.25V20.7267C7.29892 20.666 6.14535 20.4665 5.13577 19.9056C4.47606 19.5391 3.86979 19.0137 3.4321 18.2716C2.99437 17.5293 2.75 16.6122 2.75 15.5H4.25C4.25 16.3878 4.44313 17.0331 4.72415 17.5096C5.00521 17.9862 5.39894 18.3358 5.86423 18.5943C6.58408 18.9943 7.45339 19.1638 8.25 19.223L8.25 18.9674C8.24989 18.2409 8.24977 17.3757 8.7092 16.4916C7.54651 16.187 6.43396 15.7085 5.53359 14.9935C4.30643 14.019 3.5 12.6216 3.5 10.75V10.7326C3.49998 10.2355 3.49994 9.59964 3.67665 8.85749C3.83594 8.18845 4.13195 7.45672 4.66503 6.64225C4.282 5.44324 4.27124 4.08697 4.67495 3.01806Z" fill="#110529"/>
|
|
3
3
|
</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 d="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7873 10.5498L8.00001 5.5H6.25001L11.3302 12.2736L12.2581 13.5108L16 18.5H17.75L12.7153 11.787L11.7873 10.5498ZM12.8639 9.48522L8.87001 4.16C8.79446 4.05928 8.67591 4 8.55001 4H4.85001C4.19077 4 3.81446 4.75261 4.21001 5.28L9.95622 12.9416L4.29264 19.6749C4.18322 19.805 4.2757 20.0036 4.4457 20.0036H5.78915C5.90721 20.0036 6.01924 19.9515 6.09525 19.8611L10.8801 14.1734L11.0581 14.4108L15.13 19.84C15.2055 19.9407 15.3241 20 15.45 20H19.15C19.8092 20 20.1855 19.2474 19.79 18.72L13.9153 10.887L13.7878 10.717L19.1601 4.3298C19.2696 4.19971 19.1771 4.00107 19.0071 4.00106L17.6639 4.00099C17.5458 4.00098 17.4337 4.05313 17.3577 4.14348L12.8639 9.48522Z" fill="#110529"/>
|
|
3
3
|
</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="M15.4925 4.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4925 4.90644C14.306 5.28881 13.25 6.40221 13.25 8.45024V9.72389H12.5C10.8333 9.72389 8.96408 9.15152 7.32732 8.25676C6.11149 7.5921 4.97524 6.7228 4.12514 5.71852C3.89568 6.45759 3.84204 7.31871 3.98938 8.12108C4.21538 9.35183 4.84252 10.1561 5.67104 10.3299L5.36308 11.798C4.9961 11.721 4.66717 11.5879 4.37423 11.4113C4.50007 11.9954 4.76152 12.4016 5.05271 12.686C5.61571 13.2359 6.41546 13.4537 7.0273 13.4537V14.9537C6.64331 14.9537 6.20169 14.8979 5.75076 14.7646C5.98621 15.2239 6.33634 15.5777 6.74371 15.836C7.52471 16.3311 8.51783 16.4724 9.3181 16.2724L9.95 17.6L9.5 17C9.95 17.6 9.95035 17.5997 9.95 17.6L9.94861 17.601L9.94702 17.6022L9.94328 17.605L9.93354 17.6121C9.92603 17.6175 9.9165 17.6243 9.90494 17.6323C9.8818 17.6484 9.85051 17.6696 9.81094 17.695C9.73179 17.7459 9.61955 17.814 9.47323 17.8929C9.18048 18.0508 8.75184 18.2521 8.17965 18.4472C7.37854 18.7205 6.30051 18.9803 4.9256 19.0941C5.72942 19.5745 6.72867 19.9165 7.83649 20.0993C9.67426 20.4026 11.6864 20.2446 13.317 19.6559C15.2297 18.9653 16.8875 17.7801 18.0708 16.0473C19.2543 14.3143 19.9934 11.9891 19.9934 8.97075V8.6442L20.2289 8.42498L20.233 8.42096C20.2391 8.41486 20.2508 8.40301 20.2671 8.38549C20.2997 8.3504 20.3506 8.29295 20.4124 8.21393C20.5364 8.05543 20.7017 7.81336 20.8526 7.49371C21.0662 7.04139 21.2539 6.42836 21.2499 5.66217C20.8176 5.85772 20.2851 6.07808 19.8056 6.21474L19.3189 6.35343L19.0081 5.95407C18.1676 4.87396 16.7305 4.5075 15.4925 4.90644ZM21.5262 3.86036C21.7347 3.74959 21.9833 3.74353 22.1971 3.84402C22.4108 3.94453 22.5647 4.13986 22.6125 4.37119C22.9437 5.97663 22.6245 7.25397 22.2091 8.13407C22.0029 8.57072 21.7746 8.90707 21.594 9.13793C21.5577 9.18435 21.5233 9.22662 21.4912 9.26472C21.4444 12.3975 20.6485 14.9325 19.3095 16.8932C17.9288 18.9151 16.0008 20.2817 13.8263 21.0667C11.933 21.7503 9.65933 21.9204 7.59225 21.5793C5.53982 21.2406 3.56483 20.3745 2.404 18.8548C2.229 18.6257 2.2008 18.3166 2.33146 18.0596C2.46213 17.8026 2.72852 17.6433 3.01674 17.6497C4.40321 17.6807 5.53274 17.5534 6.4229 17.3701C6.25749 17.2906 6.09625 17.2015 5.94051 17.1028C4.86045 16.418 4.04666 15.2682 3.94495 13.6995C3.07197 12.8087 2.59856 11.4582 2.87432 9.59641C2.70761 9.20862 2.58882 8.7992 2.51404 8.392C2.23395 6.86671 2.49897 5.08041 3.39675 3.82486C3.54506 3.61744 3.7886 3.49959 4.04329 3.51198C4.29798 3.52438 4.52892 3.66533 4.65639 3.88617C5.32165 5.03873 6.56736 6.13181 8.04683 6.94059C9.26145 7.60458 10.5742 8.04428 11.7551 8.1796C11.8495 5.66929 13.257 4.0509 15.0325 3.47874C16.66 2.95424 18.5579 3.33176 19.8352 4.62601C20.1542 4.50807 20.4908 4.36184 20.7876 4.224C21.0028 4.12406 21.189 4.03232 21.3211 3.96573C21.3871 3.93249 21.4393 3.90565 21.4745 3.88735L21.5143 3.86663L21.5238 3.8616L21.5262 3.86036C21.5262 3.86035 21.5261 3.86037 21.5262 3.86036Z" fill="#110529"/>
|
|
3
3
|
</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="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 6.5H6.5L6.5 17.5H17.5V6.5ZM6.5 5C5.67157 5 5 5.67157 5 6.5V17.5C5 18.3284 5.67157 19 6.5 19H17.5C18.3284 19 19 18.3284 19 17.5V6.5C19 5.67157 18.3284 5 17.5 5H6.5Z" fill="#110529"/>
|
|
3
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="M12 7.5H19.5V6C19.5 5.17157 18.8284 4.5 18 4.5H6C5.17157 4.5 4.5 5.17157 4.5 6V7.5H12ZM3 9V8.25V7.5V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V7.5V8.25V9V13.5V14.25V15V18C21 19.6569 19.6569 21 18 21H13V19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V15H13V13.5H19.5V9H12.75V11H11.25V9H4.5V11H3V9ZM8 16V12.5H6.5V16H3V17.5H6.5V21H8V17.5H11.5V16H8Z" 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="M12 7.5H19.5V6C19.5 5.17157 18.8284 4.5 18 4.5H6C5.17157 4.5 4.5 5.17157 4.5 6V7.5H12ZM3 9V8.25V7.5V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V7.5V8.25V9V13.5V14.25V15V18C21 19.6569 19.6569 21 18 21H13V19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V15H13V13.5H19.5V9H12.75V11H11.25V9H4.5V11H3V9ZM4.5 14.5H9.5V19.5H4.5V14.5ZM3 14.5C3 13.6716 3.67157 13 4.5 13H9.5C10.3284 13 11 13.6716 11 14.5V19.5C11 20.3284 10.3284 21 9.5 21H4.5C3.67157 21 3 20.3284 3 19.5V14.5Z" 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="M12 7.5H19.5V6C19.5 5.17157 18.8284 4.5 18 4.5H6C5.17157 4.5 4.5 5.17157 4.5 6V7.5H12ZM3 9V8.25V7.5V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V7.5V8.25V9V13.5V14.25V15V18C21 19.6569 19.6569 21 18 21H13V19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V15H13V13.5H19.5V9H12.75V11H11.25V9H4.5V11H3V9ZM3 15V13.5H10.5V21H9V16.0605L3.0605 22L2 20.9395L7.9395 15H3Z" fill="#110529"/>
|
|
3
|
+
</svg>
|
|
@@ -1,4 +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 d="M12
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.75 4.5C20.75 3.80964 20.1904 3.25 19.5 3.25H4.5C3.80964 3.25 3.25 3.80964 3.25 4.5V9.75H14.25V20.75H19.5C20.1904 20.75 20.75 20.1904 20.75 19.5V4.5ZM19.25 4.75V8.25H15.75V4.75H19.25ZM19.25 19.25V9.75H15.75V19.25H19.25ZM4.75 4.75V8.25H14.25V4.75H4.75Z" fill="#110529"/>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 7.5H19.5V6C19.5 5.17157 18.8284 4.5 18 4.5H6C5.17157 4.5 4.5 5.17157 4.5 6V7.5H12ZM3 9V8.25V7.5V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V7.5V8.25V9V13.5V14.25V15V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V9ZM19.5 13.5V9H12.75V13.5H19.5ZM12.75 15H19.5V18C19.5 18.8284 18.8284 19.5 18 19.5H12.75V15ZM11.25 13.5V9H4.5V13.5H11.25ZM4.5 15H11.25V19.5H6C5.17157 19.5 4.5 18.8284 4.5 18V15Z" fill="#110529"/>
|
|
4
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="M18.3578 4.67886C18.2104 4.60516 18.2104 4.3948 18.3578 4.32109L18.9404 4.02979C18.9791 4.01044 19.0105 3.97906 19.0298 3.94035L19.3211 3.35775C19.3948 3.21034 19.6052 3.21034 19.6789 3.35775L19.9702 3.94035C19.9895 3.97906 20.0209 4.01044 20.0596 4.02979L20.6422 4.32109C20.7896 4.3948 20.7896 4.60516 20.6422 4.67886L20.0596 4.97016C20.0209 4.98952 19.9895 5.0209 19.9702 5.05961L19.6789 5.64221C19.6052 5.78962 19.3948 5.78962 19.3211 5.64221L19.0298 5.05961C19.0105 5.0209 18.9791 4.98952 18.9404 4.97016L18.3578 4.67886ZM15.7321 5.58028L16.4602 7.4005C16.4856 7.46403 16.536 7.51436 16.5995 7.53977L18.4197 8.26786C18.6292 8.35167 18.6292 8.64828 18.4197 8.7321L16.5995 9.46019C16.536 9.4856 16.4856 9.53593 16.4602 9.59946L15.7321 11.4197C15.6483 11.6292 15.3517 11.6292 15.2679 11.4197L14.5398 9.59946C14.5144 9.53593 14.4641 9.4856 14.4005 9.46019L12.5803 8.7321C12.3708 8.64828 12.3708 8.35167 12.5803 8.26786L14.4005 7.53977C14.4641 7.51436 14.5144 7.46403 14.5398 7.4005L15.2679 5.58028C15.3517 5.37074 15.6483 5.37074 15.7321 5.58028ZM16 16.5C16.7628 16.5 17.5033 16.3992 18.2083 16.21C16.8583 18.1966 14.5802 19.5 12 19.5C7.85786 19.5 4.5 16.1422 4.5 12C4.5 9.41984 5.80343 7.14168 7.79007 5.79172C7.60082 6.4967 7.5 7.23722 7.5 8.00002C7.5 12.6944 11.3056 16.5 16 16.5ZM20.4845 15.0096C20.7207 14.3436 19.8778 13.8714 19.2523 14.2002C18.2806 14.711 17.174 15 16 15C12.134 15 9 11.866 9 8.00002C9 6.82598 9.28903 5.71946 9.79981 4.74771C10.1286 4.12218 9.6564 3.27928 8.99039 3.51554C5.49983 4.75376 3 8.08496 3 12C3 16.9706 7.02944 21 12 21C15.9151 21 19.2463 18.5002 20.4845 15.0096Z" 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="M12.75 5.5V1H11.25V5.5H12.75ZM12.75 23V18.5H11.25V23H12.75ZM5.5 12.75H1V11.25H5.5V12.75ZM18.5 12.75H23V11.25H18.5V12.75ZM17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12ZM15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12ZM6.96967 8.03033L4.96967 6.03033L6.03033 4.96967L8.03033 6.96967L6.96967 8.03033ZM17.0303 8.03033L19.0303 6.03033L17.9697 4.96967L15.9697 6.96967L17.0303 8.03033ZM4.96967 17.9697L6.96967 15.9697L8.03033 17.0303L6.03033 19.0303L4.96967 17.9697ZM17.9697 19.0303L15.9697 17.0303L17.0303 15.9697L19.0303 17.9697L17.9697 19.0303Z" 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="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12ZM11.25 12.3075L15.4425 16.5L16.5 15.4425L12.75 11.685V5.5H11.25V12.3075Z" 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="M2.99975 8.49995C2.29974 8.76919 2.29987 8.76951 2.3 8.76986L2.30032 8.77068L2.30113 8.77277L2.30345 8.77872L2.31094 8.79759C2.3172 8.81321 2.32601 8.83487 2.33742 8.86217C2.36023 8.91674 2.39345 8.99391 2.43748 9.09045C2.52547 9.2834 2.65696 9.55447 2.83513 9.87766C3.19063 10.5225 3.73663 11.3834 4.5005 12.2469C4.60665 12.3669 4.71718 12.4871 4.83214 12.6069L2.96942 14.4696L4.03008 15.5303L5.94026 13.6201C6.78788 14.2958 7.80206 14.894 8.99598 15.2831L8.27861 17.7939L9.7209 18.206L10.4563 15.6321C10.9457 15.7085 11.46 15.75 11.9998 15.75C12.5395 15.75 13.0538 15.7085 13.5432 15.6321L14.2786 18.206L15.7209 17.7939L15.0035 15.2831C16.1974 14.894 17.2116 14.2958 18.0592 13.6201L19.9694 15.5303L21.0301 14.4696L19.1674 12.6069C19.2823 12.4871 19.3929 12.3669 19.499 12.2469C20.2629 11.3834 20.8089 10.5225 21.1644 9.87766C21.3425 9.55447 21.474 9.2834 21.562 9.09045C21.606 8.99391 21.6393 8.91674 21.6621 8.86217C21.6735 8.83487 21.6823 8.81321 21.6886 8.79759L21.696 8.77872L21.6984 8.77277L21.6992 8.77068L21.6995 8.76986C21.6996 8.76951 21.6998 8.76919 20.9998 8.49995C20.2997 8.23072 20.2998 8.23044 20.2999 8.23019L20.2998 8.23061L20.2962 8.23961C20.2926 8.24858 20.2866 8.26342 20.2781 8.28373C20.2611 8.32437 20.2343 8.38685 20.1972 8.46805C20.1231 8.63056 20.0085 8.86731 19.8508 9.15349C19.5344 9.72739 19.0491 10.4915 18.3755 11.253C17.0301 12.7739 14.9692 14.25 11.9998 14.25C9.03029 14.25 6.96939 12.7739 5.624 11.253C4.95037 10.4915 4.46512 9.72739 4.14874 9.15349C3.99098 8.86731 3.87637 8.63056 3.80226 8.46805C3.76523 8.38685 3.73839 8.32437 3.72141 8.28373C3.71291 8.26342 3.70689 8.24858 3.7033 8.23961L3.69972 8.23061L3.69956 8.23019C3.69965 8.23044 3.69976 8.23072 2.99975 8.49995ZM3.69931 8.22955C3.69933 8.22962 3.69938 8.22974 3.69945 8.22992L3.69941 8.22982L3.69931 8.22955Z" 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="M11.9998 8.25002C11.46 8.25002 10.9457 8.29149 10.4563 8.36792L9.7209 5.79401L8.27861 6.20609L8.99598 8.71686C7.80206 9.10593 6.78787 9.70418 5.94024 10.3799L4.03008 8.46972L2.96942 9.53038L4.83213 11.3931C4.71717 11.5129 4.60665 11.6331 4.50051 11.7531C3.73663 12.6166 3.19063 13.4775 2.83514 14.1223C2.65697 14.4455 2.52548 14.7166 2.43748 14.9095C2.39346 15.0061 2.36023 15.0832 2.33742 15.1378C2.32602 15.1651 2.31721 15.1868 2.31095 15.2024L2.30345 15.2213L2.30113 15.2272L2.30032 15.2293L2.3 15.2301C2.29987 15.2305 2.29974 15.2308 2.99975 15.5C3.69976 15.7693 3.69966 15.7695 3.69956 15.7698L3.69973 15.7694L3.7033 15.7604C3.7069 15.7514 3.71292 15.7366 3.72141 15.7162C3.73839 15.6756 3.76523 15.6131 3.80226 15.5319C3.87637 15.3694 3.99098 15.1327 4.14875 14.8465C4.46513 14.2726 4.95037 13.5084 5.624 12.7469C6.96939 11.2261 9.0303 9.75002 11.9998 9.75002C14.9692 9.75002 17.0301 11.2261 18.3755 12.7469C19.0491 13.5084 19.5344 14.2726 19.8508 14.8465C20.0085 15.1327 20.1231 15.3694 20.1972 15.5319C20.2343 15.6131 20.2611 15.6756 20.2781 15.7162C20.2866 15.7366 20.2926 15.7514 20.2962 15.7604L20.2998 15.7694L20.2999 15.7698C20.2999 15.7695 20.2997 15.7693 20.9998 15.5C21.6998 15.2308 21.6996 15.2305 21.6995 15.2301L21.6992 15.2293L21.6984 15.2272L21.6961 15.2213L21.6886 15.2024C21.6823 15.1868 21.6735 15.1651 21.6621 15.1378C21.6393 15.0832 21.6061 15.0061 21.562 14.9095C21.474 14.7166 21.3425 14.4455 21.1644 14.1223C20.8089 13.4775 20.2629 12.6166 19.499 11.7531C19.3929 11.6331 19.2823 11.5129 19.1674 11.3931L21.0301 9.53038L19.9694 8.46972L18.0593 10.3799C17.2116 9.70418 16.1975 9.10593 15.0035 8.71686L15.7209 6.20609L14.2786 5.79401L13.5432 8.36792C13.0538 8.29149 12.5395 8.25002 11.9998 8.25002ZM14.5 15C14.5 16.3807 13.3807 17.5 12 17.5C10.6193 17.5 9.5 16.3807 9.5 15C9.5 13.6193 10.6193 12.5 12 12.5C13.3807 12.5 14.5 13.6193 14.5 15ZM16 15C16 17.2091 14.2091 19 12 19C9.79086 19 8 17.2091 8 15C8 12.7909 9.79086 11 12 11C14.2091 11 16 12.7909 16 15Z" fill="#110529"/>
|
|
3
|
+
</svg>
|
|
@@ -1,5 +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
|
|
3
|
-
<path d="M12.75 16.5V8H11.25V16.5H12.75Z" fill="#110529"/>
|
|
4
|
-
<path d="M11.25 20.5V19H12.75V20.5H11.25Z" fill="#110529"/>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.7942 16L13.732 5.5C12.9622 4.16667 11.0377 4.16667 10.2679 5.5L4.20577 16C3.43597 17.3333 4.39822 19 5.93782 19H8.5V20.5H5.93782C3.24352 20.5 1.55958 17.5833 2.90673 15.25L8.96891 4.75C10.3161 2.41667 13.6839 2.41667 15.0311 4.75L21.0933 15.25C22.4404 17.5833 20.7565 20.5 18.0622 20.5H15.5V19H18.0622C19.6018 19 20.564 17.3333 19.7942 16ZM12.75 8.5V16.5H11.25V8.5H12.75ZM11.25 19V20.5H12.75V19H11.25Z" fill="#110529"/>
|
|
5
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
2
|
<path d="M13 12.5C13.2761 12.5 13.5 12.2761 13.5 12C13.5 11.7239 13.2761 11.5 13 11.5C12.7239 11.5 12.5 11.7239 12.5 12C12.5 12.2761 12.7239 12.5 13 12.5Z" fill="#110529"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 19.5C8.96243 19.5 6.5 17.0376 6.5 14C6.5 13.7786 6.51308 13.5603 6.53852 13.3457C7.10828 13.1988 8.05414 13 9 13C10.5 13 12 13.5 12 13.5C12 13.5 12.8996 13.7999 14.0021 13.9351C14.0355 13.4131 14.4695 13 15 13C15.5305 13 15.9645 13.4131 15.9979 13.9351C16.589 13.8626 17.1218 13.7428 17.4889 13.6472C17.4963 13.7639 17.5 13.8815 17.5 14C17.5 17.0376 15.0376 19.5 12 19.5ZM9 16C9.55228 16 10 15.5523 10 15C10 14.4477 9.55228 14 9 14C8.44772 14 8 14.4477 8 15C8 15.5523 8.44772 16 9 16ZM11 17.5C11.2761 17.5 11.5 17.2761 11.5 17C11.5 16.7239 11.2761 16.5 11 16.5C10.7239 16.5 10.5 16.7239 10.5 17C10.5 17.2761 10.7239 17.5 11 17.5Z" fill="#110529"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.25C7.30964 1.25 6.75 1.80964 6.75 2.5V6C6.75 6.30168 6.85687 6.5784 7.03482 6.79436C4.7493 8.3722 3.25 11.0105 3.25 14C3.25 18.8325 7.16751 22.75 12 22.75C16.8325 22.75 20.75 18.8325 20.75 14C20.75 11.0105 19.2507 8.3722 16.9652 6.79436C17.1431 6.5784 17.25 6.30168 17.25 6V2.5C17.25 1.80964 16.6904 1.25 16 1.25H8ZM8.25 5.75V2.75H15.75V5.75H14.75H14.5V7.2L15.1715 7.47844C17.5877 8.65589 19.25 11.1345 19.25 14C19.25 18.0041 16.0041 21.25 12 21.25C7.99594 21.25 4.75 18.0041 4.75 14C4.75 11.1345 6.4123 8.65589 8.82855 7.47844L9.5 7.2V5.75H9.25H8.25ZM13.5 12C13.5 12.2761 13.2761 12.5 13 12.5C12.7239 12.5 12.5 12.2761 12.5 12C12.5 11.7239 12.7239 11.5 13 11.5C13.2761 11.5 13.5 11.7239 13.5 12ZM6.5 14C6.5 17.0376 8.96243 19.5 12 19.5C15.0376 19.5 17.5 17.0376 17.5 14C17.5 13.8815 17.4963 13.7639 17.4889 13.6472C17.1218 13.7428 16.589 13.8626 15.9979 13.9351C15.9645 13.4131 15.5305 13 15 13C14.4695 13 14.0355 13.4131 14.0021 13.9351C12.8996 13.7999 12 13.5 12 13.5C12 13.5 10.5 13 9 13C8.05414 13 7.10828 13.1988 6.53852 13.3457C6.51308 13.5603 6.5 13.7786 6.5 14ZM10 15C10 15.5523 9.55228 16 9 16C8.44772 16 8 15.5523 8 15C8 14.4477 8.44772 14 9 14C9.55228 14 10 14.4477 10 15ZM11 17.5C11.2761 17.5 11.5 17.2761 11.5 17C11.5 16.7239 11.2761 16.5 11 16.5C10.7239 16.5 10.5 16.7239 10.5 17C10.5 17.2761 10.7239 17.5 11 17.5Z" fill="#110529"/>
|
|
5
5
|
</svg>
|
|
@@ -1,4 +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="
|
|
3
|
-
<path d="M9.75 5.5V7H8.25V8.5H9.75V10H8.25V11.5H9.75V13H8.25V14.5H11.25V11.5H9.75V10H11.25V8.5H9.75V7H11.25V5.5H9.75Z" fill="#110529"/>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.25 5.5H17.5V18.5H6.5L6.5 5.5H9.75V7H8.25V8.5H9.75V10H8.25V11.5H9.75V13H8.25V14.5H11.25V11.5H9.75V10H11.25V8.5H9.75V7H11.25V5.5ZM5 5.5C5 4.67157 5.67157 4 6.5 4H17.5C18.3284 4 19 4.67157 19 5.5V18.5C19 19.3284 18.3284 20 17.5 20H6.5C5.67157 20 5 19.3284 5 18.5V5.5Z" fill="#110529"/>
|
|
4
3
|
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><rect width="12.5" height="12.5" x="1.75" y="1.75" stroke="#110529" stroke-width="1.5" rx="2.25"/><path fill="#110529" fill-rule="evenodd" d="M4.5 0v3.5H6V0zM10 0v3.5h1.5V0z" clip-rule="evenodd"/><path fill="#110529" d="M2 4.5V6h12V4.5z"/><path fill="#110529" fill-rule="evenodd" d="M4 9h1.5V7.5H4zm3 0h1.5V7.5H7z" clip-rule="evenodd"/><path fill="#110529" d="M5.5 12H4v-1.5h1.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#CFD1DB" d="M4.707 6a.5.5 0 0 0-.353.854l3.292 3.293a.5.5 0 0 0 .708 0l3.292-3.293A.5.5 0 0 0 11.293 6z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#CFD1DB" d="M10 4.623a.5.5 0 0 0-.834-.372L5.413 7.628a.5.5 0 0 0 0 .744l3.753 3.377a.5.5 0 0 0 .834-.372z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#CFD1DB" d="M6 11.377a.5.5 0 0 0 .834.372l3.753-3.377a.5.5 0 0 0 0-.744L6.834 4.251A.5.5 0 0 0 6 4.623z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#CFD1DB" d="M4.623 10a.5.5 0 0 1-.372-.834l3.377-3.753a.5.5 0 0 1 .744 0l3.377 3.753a.5.5 0 0 1-.372.834z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M8.75 1.5h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5M7.25 0a2.25 2.25 0 0 0 0 4.5h1.5a2.25 2.25 0 0 0 0-4.5zm.55 11.544 7.222-7.007-1.044-1.077L7.8 9.453 5.523 7.238 4.477 8.314zM1 4.5a3 3 0 0 1 2.5-2.959v1.544a1.5 1.5 0 0 0-1 1.415V13A1.5 1.5 0 0 0 4 14.5h8a1.5 1.5 0 0 0 1.5-1.5V9H15v4a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M8.75 1.5h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5M7.25 0a2.25 2.25 0 0 0 0 4.5h1.5a2.25 2.25 0 0 0 0-4.5zM3.5 1.541A3 3 0 0 0 1 4.5V13a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4.5a3 3 0 0 0-2.5-2.959v1.544a1.5 1.5 0 0 1 1 1.415V13a1.5 1.5 0 0 1-1.5 1.5H4A1.5 1.5 0 0 1 2.5 13V4.5a1.5 1.5 0 0 1 1-1.415zM5 8.25h6v-1.5H5zm6 3H5v-1.5h6z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M12 0H4v1.5h8zm3 3H1v1.5h1.5v7.75A3.75 3.75 0 0 0 6.25 16H8v-1.5H6.25A2.25 2.25 0 0 1 4 12.25V4.5h8V8h1.5V4.5H15zm-3.3 10-1.95-1.95L10.8 10l1.95 1.95L14.7 10l1.05 1.05L13.8 13l1.95 1.95L14.7 16l-1.95-1.95L10.8 16l-1.05-1.05z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M14.5 8a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.47-2.47L9.06 8l2.47 2.47-1.06 1.06L8 9.06l-2.47 2.47-1.06-1.06L6.94 8 4.47 5.53l1.06-1.06L8 6.94l2.47-2.47z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" d="M8 12.06 2.47 6.53l1.06-1.06 3.72 3.72V1h1.5v8.19l3.72-3.72 1.06 1.06zM2.25 13.25v1.5h11.5v-1.5z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><g
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><g clip-path="url(#a)"><path fill="#110529" fill-rule="evenodd" d="M14.5 8a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.53 4.47l6 6-1.06 1.06-6-6z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M3.972 11.979a5.6 5.6 0 0 0 1.062 1.429A4.083 4.083 0 0 1 1.327 6.52L4.157 3.69a4.083 4.083 0 0 1 6.634 4.513 4.1 4.1 0 0 1-.86 1.262l-1.183 1.183-1.06-1.06L8.87 8.405a2.583 2.583 0 1 0-3.653-3.653L2.388 7.58a2.583 2.583 0 0 0 1.584 4.399m2.215.454a4.086 4.086 0 0 0 5.63-.139l2.828-2.828a4.083 4.083 0 0 0-3.707-6.888l.053.052c.416.416.752.881 1.01 1.376a2.583 2.583 0 0 1 1.583 4.399l-2.828 2.829A2.583 2.583 0 0 1 7.102 7.58l1.173-1.173-1.06-1.06-1.173 1.172a4.083 4.083 0 0 0 .145 5.914" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M11.905 2.897a2.583 2.583 0 0 0-3.653 0L4.245 6.904a4.25 4.25 0 0 0 6.01 6.01l3.182-3.181 1.06 1.06-3.181 3.182a5.75 5.75 0 0 1-8.132-8.131l4.007-4.007a4.083 4.083 0 0 1 5.775 5.774l-3.89 3.89A2.417 2.417 0 0 1 5.66 8.083l3.064-3.064 1.06 1.06L6.72 9.143a.917.917 0 1 0 1.296 1.297l3.89-3.89a2.583 2.583 0 0 0 0-3.653" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M2.5 12.33v2.42H1v-5h5v1.5H3.562a5.5 5.5 0 0 0 9.915-2.75h1.505A7 7 0 0 1 2.5 12.33M8 1a7 7 0 0 0-6.982 6.5h1.504a5.5 5.5 0 0 1 9.916-2.75H10v1.5h5v-5h-1.5v2.42A6.99 6.99 0 0 0 8 1" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M5 3.39V6h1.5V1h-5v1.5h2.17A7 7 0 1 0 9 1.07v1.52A5.502 5.502 0 0 1 8 13.5 5.5 5.5 0 0 1 5 3.39" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M12.5 3.5h-9v9h9zM3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 12.5 2z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><g
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><g clip-path="url(#a)"><path fill="#110529" fill-rule="evenodd" d="m12.763 3.577.837-.838L14.66 3.8l-1 1.001-6.36 6.36L3.79 7.65l1.06-1.06L7.3 9.04zM14.5 8q-.001-.57-.095-1.116l1.242-1.242a8 8 0 1 1-3.373-4.406L11.181 2.33A6.5 6.5 0 1 0 14.5 8" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><g clip-path="url(#a)"><path fill="#110529" fill-rule="evenodd" d="M14.5 8a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.75.307 3.193 3.193 1.057-1.057-2.75-2.758V3h-1.5z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M8.25 2.5h4.25v11h-9v-11h3.25V4h-1.5v1.5h1.5V7h-1.5v1.5h1.5V10h-1.5v1.5h3v-3h-1.5V7h1.5V5.5h-1.5V4h1.5zM2 2.5A1.5 1.5 0 0 1 3.5 1h9A1.5 1.5 0 0 1 14 2.5v11a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M8.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M8.33 11.72C6.424 14.02 4.75 16.847 4.75 22h-1.5c0-5.56 1.835-8.716 3.926-11.237a17.6 17.6 0 0 1 2.874-2.764c.394-.299.724-.52.96-.668a9 9 0 0 1 .356-.214l.022-.012.007-.004.003-.002.356.66.354.661-.012.007-.056.032q-.077.044-.23.14a12 12 0 0 0-.853.595 16 16 0 0 0-2.626 2.527" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M18.234 2.014A1.245 1.245 0 0 1 19.5 3.271c-.034 2.367-.296 4.047-.559 5.15-.131.552-.262.958-.364 1.234a6 6 0 0 1-.167.406l-.013.027-.005.009-.002.004v.001s-.001.002-.668-.342l.667.344a.75.75 0 0 1-.667.406H15.71l.746 1.986a.75.75 0 0 1-.18.802c-2.17 2.104-5.152 3.677-8.403 4.202l-.24-1.48a14.4 14.4 0 0 0 7.242-3.466l-.95-2.53a.75.75 0 0 1 .702-1.014h2.588a10 10 0 0 0 .267-.936c.226-.949.466-2.433.513-4.555-5.456.144-8.511 1.84-10.234 4.058-1.776 2.289-2.257 5.285-2.257 8.183v.75h-1.5v-.75c0-3.017.49-6.421 2.573-9.103 2.108-2.716 5.73-4.543 11.657-4.643" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M16 22H7v-1.5h9zm2-1.5h3V22h-3z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><mask id="a" fill="#fff"><path fill-rule="evenodd" d="M4 9.5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zm6.5 0a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zM3 17a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm7.5-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1z" clip-rule="evenodd"/></mask><path fill="#fff" fill-rule="evenodd" d="M4 9.5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zm6.5 0a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zM3 17a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm7.5-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1z" clip-rule="evenodd"/><path fill="#110529" d="M4.5 10.5a.5.5 0 0 1-.5.5V8a2.5 2.5 0 0 0-2.5 2.5zm0 3v-3h-3v3zM4 13a.5.5 0 0 1 .5.5h-3A2.5 2.5 0 0 0 4 16zm3 0H4v3h3zm-.5.5A.5.5 0 0 1 7 13v3a2.5 2.5 0 0 0 2.5-2.5zm0-3v3h3v-3zm.5.5a.5.5 0 0 1-.5-.5h3A2.5 2.5 0 0 0 7 8zm-3 0h3V8H4zm7-.5a.5.5 0 0 1-.5.5V8A2.5 2.5 0 0 0 8 10.5zm0 3v-3H8v3zm-.5-.5a.5.5 0 0 1 .5.5H8a2.5 2.5 0 0 0 2.5 2.5zm3 0h-3v3h3zm-.5.5a.5.5 0 0 1 .5-.5v3a2.5 2.5 0 0 0 2.5-2.5zm0-3v3h3v-3zm.5.5a.5.5 0 0 1-.5-.5h3A2.5 2.5 0 0 0 13.5 8zm-3 0h3V8h-3zM4 14.5A2.5 2.5 0 0 0 1.5 17h3a.5.5 0 0 1-.5.5zm3 0H4v3h3zM9.5 17A2.5 2.5 0 0 0 7 14.5v3a.5.5 0 0 1-.5-.5zm0 3v-3h-3v3zM7 22.5A2.5 2.5 0 0 0 9.5 20h-3a.5.5 0 0 1 .5-.5zm-3 0h3v-3H4zM1.5 20A2.5 2.5 0 0 0 4 22.5v-3a.5.5 0 0 1 .5.5zm0-3v3h3v-3zm9.5 0a.5.5 0 0 1-.5.5v-3A2.5 2.5 0 0 0 8 17zm0 3v-3H8v3zm-.5-.5a.5.5 0 0 1 .5.5H8a2.5 2.5 0 0 0 2.5 2.5zm3 0h-3v3h3zm-.5.5a.5.5 0 0 1 .5-.5v3A2.5 2.5 0 0 0 16 20zm0-3v3h3v-3zm.5.5a.5.5 0 0 1-.5-.5h3a2.5 2.5 0 0 0-2.5-2.5zm-3 0h3v-3h-3z" mask="url(#a)"/><path fill="#07AD3E" fill-rule="evenodd" d="M4.5 6V4.5H13V6zM3 4a1 1 0 0 1 1-1h9.5a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm16.5 15.5H18V11h1.5zm-2 1.5a1 1 0 0 1-1-1v-9.5a1 1 0 0 1 1-1H20a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M7.5 1.5V6H9V1.5zm7.5 0V6h1.5V1.5z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M21 6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3zM6 4.5h12A1.5 1.5 0 0 1 19.5 6v12a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 18V6A1.5 1.5 0 0 1 6 4.5" clip-rule="evenodd"/><path fill="#110529" d="M4 7v1.5h16V7z"/><path fill="#110529" fill-rule="evenodd" d="M7.5 11.5H6V10h1.5zm-1.5 3h1.5V13H6zm4.5-3H9V10h1.5zm-1.5 3h1.5V13H9zm3-3h1.5V10H12z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M10.5 3.5h3a1 1 0 1 1 0 2h-3a1 1 0 0 1 0-2M8 4.5A2.5 2.5 0 0 1 10.5 2h3a2.5 2.5 0 0 1 0 5h-3A2.5 2.5 0 0 1 8 4.5m-2.187-1H6V5h-.187C5.088 5 4.5 5.588 4.5 6.313V18A1.5 1.5 0 0 0 6 19.5h12a1.5 1.5 0 0 0 1.5-1.5v-6H21v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.313A2.813 2.813 0 0 1 5.813 3.5M19.97 5.47l1.06 1.06-9.53 9.53-4.03-4.03 1.06-1.06 2.97 2.97z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M5.813 3.5H6V5h-.187C5.088 5 4.5 5.588 4.5 6.313V18A1.5 1.5 0 0 0 6 19.5h12a1.5 1.5 0 0 0 1.5-1.5V6.5A1.5 1.5 0 0 0 18 5V3.5a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.313A2.813 2.813 0 0 1 5.813 3.5"/><path fill="#110529" d="M16 12H8v-1.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M8 4.5A2.5 2.5 0 0 1 10.5 2h3a2.5 2.5 0 0 1 0 5h-3A2.5 2.5 0 0 1 8 4.5m2.5-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1 0-2" clip-rule="evenodd"/><path fill="#110529" d="M5.813 3.5H6V5h-.187C5.088 5 4.5 5.588 4.5 6.313V18A1.5 1.5 0 0 0 6 19.5h12a1.5 1.5 0 0 0 1.5-1.5V6.5A1.5 1.5 0 0 0 18 5V3.5a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.313A2.813 2.813 0 0 1 5.813 3.5"/><path fill="#110529" d="M16 12H8v-1.5h8zM16 16H8v-1.5h8z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M10.95 9.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M10.95 9.55c.3.3.675.45 1.05.45s.75-.15 1.05-.45L15.3 7.3c.3-.3.45-.675.45-1.05s-.15-.75-.45-1.05l-2.25-2.25c-.3-.3-.675-.45-1.05-.45s-.75.15-1.05.45L8.7 5.2c-.3.3-.45.675-.45 1.05S8.4 7 8.7 7.3zm-1.2-3.3L12 4l2.25 2.25L12 8.5zm6.95 9.05c.3.3.675.45 1.05.45s.75-.15 1.05-.45l2.25-2.25c.3-.3.45-.675.45-1.05s-.15-.75-.45-1.05L18.8 8.7c-.3-.3-.675-.45-1.05-.45s-.75.15-1.05.45l-2.25 2.25c-.3.3-.45.675-.45 1.05s.15.75.45 1.05zM15.5 12l2.25-2.25L20 12l-2.25 2.25zM12 21.5c-.375 0-.75-.15-1.05-.45L8.7 18.8c-.3-.3-.45-.675-.45-1.05s.15-.75.45-1.05l2.25-2.25c.3-.3.675-.45 1.05-.45s.75.15 1.05.45l2.25 2.25c.3.3.45.675.45 1.05s-.15.75-.45 1.05l-2.25 2.25c-.3.3-.675.45-1.05.45m0-6-2.25 2.25L12 20l2.25-2.25zm-6.8-.2c.3.3.675.45 1.05.45S7 15.6 7.3 15.3l2.25-2.25c.3-.3.45-.675.45-1.05s-.15-.75-.45-1.05L7.3 8.7c-.3-.3-.675-.45-1.05-.45s-.75.15-1.05.45l-2.25 2.25c-.3.3-.45.675-.45 1.05s.15.75.45 1.05zM4 12l2.25-2.25L8.5 12l-2.25 2.25z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M13.5 3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-7.5h-1.5V18a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 18V6A1.5 1.5 0 0 1 6 4.5h7.5zm-4.25 8.25v-2h2v2zM7.782 12a1 1 0 0 1-.032-.25v-3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2.5h2.5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-.25-.032 1 1 0 0 1-.25.032h-3a1 1 0 0 1-1-1v-3q0-.13.032-.25m4.968 2.75v-2h2v2zm-3.5-2h2v2h-2z" clip-rule="evenodd"/><mask id="a" fill="#fff"><rect width="5" height="5" x="16" y="3" rx="1"/></mask><rect width="5" height="5" x="16" y="3" stroke="#110529" stroke-width="3" mask="url(#a)" rx="1"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M16.5 9.25q.525 0 1.025-.096a3.25 3.25 0 0 0 2.975 2.837V12a8.5 8.5 0 1 1-9.497-8.442L11 3.75a5.5 5.5 0 0 0 5.5 5.5m2.507-.657c.028-.311-.041-.64-.262-.862a.9.9 0 0 0-.93-.202 4 4 0 0 1-5.22-4.655c.095-.419-.166-.874-.595-.874C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10q0-.603-.07-1.187c-.04-.338-.413-.513-.735-.404-.155.052-.314.091-.445.091a1.75 1.75 0 0 1-1.743-1.907M13 18v-1h-1v1zm8-14h1v1h-1zm-11 7v1h1v-1zm8 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M16.5 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-6 3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M8 17a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M4.5
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M4.5 7.5h12v12h-12zM3 7.5A1.5 1.5 0 0 1 4.5 6h12A1.5 1.5 0 0 1 18 7.5v12a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 3 19.5zm11.5-3H8V3h11.5A1.5 1.5 0 0 1 21 4.5V16h-1.5V4.5z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M7
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M7 3.5V2h1.5v1.5h2.75V2h1.5v1.5h2.75V2H17v1.5h.5a3 3 0 0 1 3 3V7H22v1.5h-1.5v2.75H22v1.5h-1.5v2.75H22V17h-1.5v.5a3 3 0 0 1-3 3H17V22h-1.5v-1.5h-2.75V22h-1.5v-1.5H8.5V22H7v-1.5h-.5a3 3 0 0 1-3-3V17H2v-1.5h1.5v-2.75H2v-1.5h1.5V8.5H2V7h1.5v-.5a3 3 0 0 1 3-3zM17 5H6.5A1.5 1.5 0 0 0 5 6.5v11A1.5 1.5 0 0 0 6.5 19h11a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 17.5 5zM8.5 8.5v7h7v-7zM8 7a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M15.853 2.765 16 3.5zl.735-.148.294 1.471-.734.147h-.001l-.014.003-.063.015a4.723 4.723 0 0 0-.984.355c-.283.141-.486.286-.62.43A4.25 4.25 0 0 1 16.25 8.5v.114c.74.233 1.333.801 1.599 1.527a2.08 2.08 0 0 0 1.414-1.296l.01-.033h.001l.18-.722 1.456.364-.182.728L20 9c.728.182.727.182.727.183v.003l-.002.004-.003.011a2.5 2.5 0 0 1-.157.424 3.6 3.6 0 0 1-.563.869c-.43.49-1.075.955-2.002 1.154v1.602h3.5v1.5H18V15q-.001.683-.146 1.323c1.005.18 1.696.667 2.148 1.183a3.6 3.6 0 0 1 .682 1.167l.038.126.003.01.002.005v.003L20 19l.728-.182.181.728-1.455.364-.18-.722-.005-.015-.006-.018a2.111 2.111 0 0 0-.39-.661c-.27-.31-.734-.656-1.546-.73A6 6 0 0 1 12 21a6 6 0 0 1-5.327-3.236c-.812.074-1.275.42-1.546.73a2.1 2.1 0 0 0-.39.661l-.01.033h-.001l-.18.722-1.456-.364.182-.728L4 19a61 61 0 0 1-.727-.183v-.003l.001-.004.003-.011a2 2 0 0 1 .04-.126c.025-.076.064-.178.118-.298a3.6 3.6 0 0 1 .563-.869c.452-.516 1.143-1.003 2.148-1.183A6 6 0 0 1 6 15v-.25H2.5v-1.5H6v-1.602c-.926-.199-1.572-.663-2.002-1.154a3.6 3.6 0 0 1-.682-1.167L3.277 9.2l-.003-.01v-.005l-.001-.002v-.001L4 9l-.728.182-.182-.728 1.456-.364.18.722.01.033q.017.051.063.155a2.076 2.076 0 0 0 1.352 1.141A2.5 2.5 0 0 1 7.75 8.614V8.5c0-1.428.704-2.692 1.785-3.462-.135-.144-.338-.289-.62-.43a4.7 4.7 0 0 0-1.048-.37l-.014-.002h-.001l-.735-.148.295-1.47.735.147L8 3.5l.148-.735h.004l.01.002.027.006.095.023a6.219 6.219 0 0 1 1.301.471c.422.21.988.57 1.34 1.12a4.26 4.26 0 0 1 2.15 0c.352-.55.918-.91 1.34-1.12a6.2 6.2 0 0 1 1.396-.494l.028-.006.009-.001.003-.001zM9.25 8.5h5.5a2.75 2.75 0 0 0-5.5 0m2 1.5v4.5h1.5V10h2.75a1 1 0 0 1 1 1v4a4.5 4.5 0 1 1-9 0v-4a1 1 0 0 1 1-1zm0 6v1.5h1.5V16z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="m12.53 16.53-.53.53-.53-.53-5.5-5.5 1.06-1.06 4.22 4.22V3h1.5v11.19l4.22-4.22 1.06 1.06zM4.5 18A1.5 1.5 0 0 0 6 19.5h12a1.5 1.5 0 0 0 1.5-1.5v-1H21v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-1h1.5z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M12.25 8.5v-4H7A1.5 1.5 0 0 0 5.5 6v5.5H4V6a3 3 0 0 1 3-3h6a2.41 2.41 0 0 1 1.707.707l4.586 4.586A2.42 2.42 0 0 1 20 10v8a3 3 0 0 1-3 3h-3.5v-1.5H17a1.5 1.5 0 0 0 1.5-1.5v-7.25h-4a2.25 2.25 0 0 1-2.25-2.25m1.5-3.629 4.379 4.379H14.5a.75.75 0 0 1-.75-.75zM9 16v-3.5H7.5V16H4v1.5h3.5V21H9v-3.5h3.5V16z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M9 12.5V16h3.5v1.5H9V21H7.5v-3.5H4V16h3.5v-3.5z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M12.25 4.5v4a2.25 2.25 0 0 0 2.25 2.25h4V18a1.5 1.5 0 0 1-1.5 1.5h-4V21h4a3 3 0 0 0 3-3v-8a2.41 2.41 0 0 0-.707-1.707l-4.586-4.586A2.41 2.41 0 0 0 13 3H7a3 3 0 0 0-3 3v5h1.5V6A1.5 1.5 0 0 1 7 4.5zm5.879 4.75L13.75 4.871V8.5c0 .414.336.75.75.75z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M7.25 18.69V11h1.5v7.69l2.72-2.72 1.06 1.06L8 21.56l-4.53-4.53 1.06-1.06z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M12.25 4.5v4a2.25 2.25 0 0 0 2.25 2.25h4V18a1.5 1.5 0 0 1-1.5 1.5h-4V21h4a3 3 0 0 0 3-3v-8a2.41 2.41 0 0 0-.707-1.707l-4.586-4.586A2.41 2.41 0 0 0 13 3H7a3 3 0 0 0-3 3v5h1.5V6A1.5 1.5 0 0 1 7 4.5zm5.879 4.75L13.75 4.871V8.5c0 .414.336.75.75.75z" clip-rule="evenodd"/><path fill="#110529" d="M3 13.5V15h4.94L2 20.94 3.06 22 9 16.06V21h1.5v-7.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M12.25 8.5v-4H7A1.5 1.5 0 0 0 5.5 6v12A1.5 1.5 0 0 0 7 19.5h10a1.5 1.5 0 0 0 1.5-1.5v-7.25h-4a2.25 2.25 0 0 1-2.25-2.25m7.63.75c.079.24.12.493.12.75v8a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h6a2.41 2.41 0 0 1 1.707.707l4.586 4.586c.27.27.47.6.588.957m-6.13-4.379 4.379 4.379H14.5a.75.75 0 0 1-.75-.75z" clip-rule="evenodd"/><path fill="#110529" d="M13 16.25H7v1.5h6zM7 13h3v1.5H7z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M17.098 7.165C18.672 8.96 20 11.148 20 14c0 4-3.118 8-8 8-4.744 0-8-4-8-8 0-3.207 1.26-6.835 6.473-10.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M17.098 7.165C18.672 8.96 20 11.148 20 14c0 4-3.118 8-8 8-4.744 0-8-4-8-8 0-3.207 1.26-6.835 6.473-10.882l.243-.187c.523-.398 1.258-.002 1.247.655l-.004.287C11.951 5.651 12.183 7.5 14 7.5c.438 0 .79-.128 1.07-.308.221-.143.397-.319.533-.491.23-.292.707-.391.962-.121q.27.285.534.585m-1 1.136C17.483 9.92 18.5 11.726 18.5 14c0 3.282-2.552 6.5-6.5 6.5-3.827 0-6.5-3.236-6.5-6.5 0-1.513.318-3.117 1.353-4.86.75-1.263 1.9-2.637 3.644-4.112q.027.362.086.719c.113.679.348 1.488.906 2.145.614.725 1.485 1.108 2.51 1.108a3.4 3.4 0 0 0 2.098-.699" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M12 12c-2.5 2-4 4.095-4 6s1.5 4 4 4 4-2.095 4-4-1.5-4-4-6m1.697 3.879c-.413-.608-.98-1.248-1.697-1.907-.717.659-1.284 1.3-1.697 1.907-.581.855-.803 1.564-.803 2.121 0 1.225.97 2.5 2.5 2.5s2.5-1.275 2.5-2.5c0-.557-.222-1.266-.803-2.121" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M2.5 6.25A2.75 2.75 0 0 1 5.25 3.5h5.146a1.5 1.5 0 0 1 .67.158L13.75 5h5a2.75 2.75 0 0 1 2.75 2.75v10a2.75 2.75 0 0 1-2.75 2.75H15.5V19h3.25c.69 0 1.25-.56 1.25-1.25v-10c0-.69-.56-1.25-1.25-1.25h-5.046a1.5 1.5 0 0 1-.67-.158L10.35 5h-5.1C4.56 5 4 5.56 4 6.25v11.5c0 .69.56 1.25 1.25 1.25h6v-6.19l-2.22 2.22-1.06-1.06L12 9.94l4.03 4.03-1.06 1.06-2.22-2.22v6.44c0 .69-.56 1.25-1.25 1.25H5.25a2.75 2.75 0 0 1-2.75-2.75z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="m14.546 4.679.4-3.8L13.454.72l-.4 3.8z"/><path fill="#110529" fill-rule="evenodd" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="m14.546 4.679.4-3.8L13.454.72l-.4 3.8z"/><path fill="#110529" fill-rule="evenodd" d="M10.228 3.807a1 1 0 0 0-1.073-.106l-.073.038a1 1 0 0 0-.545.93l.168 4.315-3.59 2.4a1 1 0 0 0-.432.988l.013.08a1 1 0 0 0 .716.807l4.156 1.173 1.173 4.156a1 1 0 0 0 .806.716l.081.013a1 1 0 0 0 .988-.432l2.4-3.59 4.315.168a1 1 0 0 0 .93-.545l.038-.073a1 1 0 0 0-.106-1.073L17.52 10.38l1.494-4.052a1 1 0 0 0-.231-1.053l-.058-.058a1 1 0 0 0-1.053-.231L13.62 6.48zm-.007 5.538-.147-3.75 2.947 2.323a.75.75 0 0 0 .724.114l3.52-1.298-1.298 3.521a.75.75 0 0 0 .115.724l2.322 2.947-3.749-.147a.75.75 0 0 0-.653.333l-2.085 3.12-1.02-3.612a.75.75 0 0 0-.517-.518l-3.611-1.019 3.119-2.085a.75.75 0 0 0 .333-.653" clip-rule="evenodd"/><path fill="#110529" d="m7.47 15.47-6 6 1.06 1.06 6-6zM4.135 5.73l3.2 1.6-.67 1.34-3.2-1.6zM23.279 10.546l-3.8.4-.157-1.492 3.8-.4zM15.33 17.335l1.6 3.2 1.34-.67-1.6-3.2z"/></svg>
|