kaui 3.0.9 → 4.0.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.
- checksums.yaml +4 -4
- data/app/assets/images/kaui/account/authorize.svg +4 -0
- data/app/assets/images/kaui/account/credit.svg +4 -0
- data/app/assets/images/kaui/account/down-arrow.svg +3 -0
- data/app/assets/images/kaui/account/edit.svg +4 -0
- data/app/assets/images/kaui/account/pay-all.svg +5 -0
- data/app/assets/images/kaui/account/plus.svg +3 -0
- data/app/assets/images/kaui/account/purchase.svg +5 -0
- data/app/assets/images/kaui/account/refresh.svg +5 -0
- data/app/assets/images/kaui/arrow.svg +3 -0
- data/app/assets/images/kaui/card.svg +5 -0
- data/app/assets/images/kaui/copy.svg +12 -0
- data/app/assets/images/kaui/dashboard/aviate.svg +6 -0
- data/app/assets/images/kaui/dashboard/custom-field.svg +5 -0
- data/app/assets/images/kaui/dashboard/kaui-doc-img.png +0 -0
- data/app/assets/images/kaui/dashboard/plugins.svg +7 -0
- data/app/assets/images/kaui/dashboard/tags.svg +4 -0
- data/app/assets/images/kaui/dashboard/users.svg +6 -0
- data/app/assets/images/kaui/delete.svg +6 -0
- data/app/assets/images/kaui/dots.svg +5 -0
- data/app/assets/images/kaui/download-csv.svg +5 -0
- data/app/assets/images/kaui/download.svg +4 -0
- data/app/assets/images/kaui/eye-off.svg +9 -0
- data/app/assets/images/kaui/eye.svg +7 -0
- data/app/assets/images/kaui/file-upload.svg +34 -0
- data/app/assets/images/kaui/generate.svg +5 -0
- data/app/assets/images/kaui/header/account.svg +4 -0
- data/app/assets/images/kaui/header/cog_icon.svg +4 -0
- data/app/assets/images/kaui/header/invoice.svg +5 -0
- data/app/assets/images/kaui/header/payment.svg +5 -0
- data/app/assets/images/kaui/header/search_icon.svg +4 -0
- data/app/assets/images/kaui/header/subscription.svg +6 -0
- data/app/assets/images/kaui/logout.svg +4 -0
- data/app/assets/images/kaui/modal/close.svg +3 -0
- data/app/assets/images/kaui/modal/plus.svg +3 -0
- data/app/assets/images/kaui/modal/red-close.svg +10 -0
- data/app/assets/images/kaui/modal/search.svg +4 -0
- data/app/assets/images/kaui/payment/payment.svg +4 -0
- data/app/assets/images/kaui/payment/refund.svg +4 -0
- data/app/assets/images/kaui/plus.svg +3 -0
- data/app/assets/images/kaui/search.svg +4 -0
- data/app/assets/images/kaui/setting/account.svg +10 -0
- data/app/assets/images/kaui/setting/analytics.svg +7 -0
- data/app/assets/images/kaui/setting/custom-field.svg +5 -0
- data/app/assets/images/kaui/setting/e-notifications.svg +6 -0
- data/app/assets/images/kaui/setting/plugins.svg +7 -0
- data/app/assets/images/kaui/setting/plus.svg +3 -0
- data/app/assets/images/kaui/setting/reset.svg +4 -0
- data/app/assets/images/kaui/setting/tag-definitions.svg +5 -0
- data/app/assets/images/kaui/setting/tags.svg +4 -0
- data/app/assets/images/kaui/setting/tenants.svg +6 -0
- data/app/assets/images/kaui/setting/users.svg +6 -0
- data/app/assets/images/kaui/setting.svg +4 -0
- data/app/assets/images/kaui/sidebar/account.svg +4 -0
- data/app/assets/images/kaui/sidebar/audit.svg +5 -0
- data/app/assets/images/kaui/sidebar/custom-fields.svg +5 -0
- data/app/assets/images/kaui/sidebar/invoices.svg +5 -0
- data/app/assets/images/kaui/sidebar/payments.svg +5 -0
- data/app/assets/images/kaui/sidebar/queues.svg +5 -0
- data/app/assets/images/kaui/sidebar/subscriptions.svg +6 -0
- data/app/assets/images/kaui/sidebar/tags.svg +5 -0
- data/app/assets/images/kaui/sidebar/timeline.svg +5 -0
- data/app/assets/images/kaui/sign_in_background.svg +57 -0
- data/app/assets/images/kaui/sort-down.svg +3 -0
- data/app/assets/images/kaui/sort-up.svg +3 -0
- data/app/assets/images/kaui/subscription/add-on.svg +7 -0
- data/app/assets/images/kaui/subscription/cancel.svg +6 -0
- data/app/assets/images/kaui/subscription/change.svg +6 -0
- data/app/assets/images/kaui/subscription/date.svg +6 -0
- data/app/assets/images/kaui/subscription/pause.svg +4 -0
- data/app/assets/images/kaui/timeline/authorize.svg +5 -0
- data/app/assets/images/kaui/timeline/capture.svg +5 -0
- data/app/assets/images/kaui/timeline/chargeback.svg +3 -0
- data/app/assets/images/kaui/timeline/credit.svg +6 -0
- data/app/assets/images/kaui/timeline/invoice.svg +5 -0
- data/app/assets/images/kaui/timeline/purchase.svg +5 -0
- data/app/assets/images/kaui/timeline/refund.svg +4 -0
- data/app/assets/images/kaui/timeline/void.svg +4 -0
- data/app/assets/images/kaui/view-doc.svg +6 -0
- data/app/assets/images/kaui/warning.png +0 -0
- data/app/assets/javascripts/application.js +2 -2
- data/app/assets/javascripts/kaui/kaui_override.js +232 -0
- data/app/assets/javascripts/kaui/multi_functions_bar_utils.js +125 -24
- data/app/assets/stylesheets/application.css +13 -1
- data/app/assets/stylesheets/kaui/account.css +2028 -14
- data/app/assets/stylesheets/kaui/account_timeline.css +183 -0
- data/app/assets/stylesheets/kaui/admin_allowed_users.css +260 -0
- data/app/assets/stylesheets/kaui/audit.css +26 -16
- data/app/assets/stylesheets/kaui/audit_logs.css +443 -0
- data/app/assets/stylesheets/kaui/auth_pages.css +72 -0
- data/app/assets/stylesheets/kaui/breadcrumb.css +38 -0
- data/app/assets/stylesheets/kaui/chargebacks.css +118 -0
- data/app/assets/stylesheets/kaui/clock.css +103 -0
- data/app/assets/stylesheets/kaui/common.css +1744 -401
- data/app/assets/stylesheets/kaui/custom_fields.css +546 -0
- data/app/assets/stylesheets/kaui/dashboard.css +26 -0
- data/app/assets/stylesheets/kaui/datatable.css +114 -56
- data/app/assets/stylesheets/kaui/header.css +221 -114
- data/app/assets/stylesheets/kaui/home.css +89 -62
- data/app/assets/stylesheets/kaui/invoice.css +1061 -27
- data/app/assets/stylesheets/kaui/kaui.css +217 -145
- data/app/assets/stylesheets/kaui/overdue.css +5 -3
- data/app/assets/stylesheets/kaui/payment.css +1102 -13
- data/app/assets/stylesheets/kaui/queues.css +269 -0
- data/app/assets/stylesheets/kaui/refunds.css +185 -0
- data/app/assets/stylesheets/kaui/role_definitions.css +111 -0
- data/app/assets/stylesheets/kaui/sidebar.css +122 -0
- data/app/assets/stylesheets/kaui/subscription.css +677 -0
- data/app/assets/stylesheets/kaui/tag_definitions.css +524 -0
- data/app/assets/stylesheets/kaui/tags.css +592 -121
- data/app/assets/stylesheets/kaui/tenants.css +1478 -0
- data/app/assets/stylesheets/kaui/tooltip.css +9 -5
- data/app/assets/stylesheets/kaui/wallets.css +121 -0
- data/app/controllers/kaui/accounts_controller.rb +3 -2
- data/app/controllers/kaui/admin_tenants_controller.rb +33 -0
- data/app/controllers/kaui/custom_fields_controller.rb +1 -1
- data/app/controllers/kaui/engine_controller.rb +1 -2
- data/app/controllers/kaui/engine_controller_util.rb +5 -7
- data/app/controllers/kaui/home_controller.rb +24 -17
- data/app/controllers/kaui/invoices_controller.rb +4 -15
- data/app/controllers/kaui/payments_controller.rb +1 -1
- data/app/controllers/kaui/sessions_controller.rb +1 -0
- data/app/controllers/kaui/tag_definitions_controller.rb +1 -0
- data/app/helpers/kaui/account_helper.rb +13 -0
- data/app/helpers/kaui/plugin_helper.rb +27 -0
- data/app/views/kaui/account_custom_fields/index.html.erb +95 -29
- data/app/views/kaui/account_emails/_account_emails_table.html.erb +13 -3
- data/app/views/kaui/account_emails/_form.html.erb +23 -6
- data/app/views/kaui/account_emails/new.html.erb +12 -6
- data/app/views/kaui/account_tags/_form_bar.html.erb +10 -1
- data/app/views/kaui/account_tags/index.html.erb +103 -24
- data/app/views/kaui/account_timelines/_multi_functions_bar.html.erb +302 -69
- data/app/views/kaui/account_timelines/show.html.erb +360 -254
- data/app/views/kaui/accounts/_account_details.html.erb +165 -0
- data/app/views/kaui/accounts/_account_filterbar.html.erb +70 -80
- data/app/views/kaui/accounts/_add_parent.html.erb +26 -0
- data/app/views/kaui/accounts/_billing_details.html.erb +196 -0
- data/app/views/kaui/accounts/_close_account_modal.html.erb +62 -40
- data/app/views/kaui/accounts/_form_account.html.erb +157 -0
- data/app/views/kaui/accounts/_functions_bar.html.erb +606 -0
- data/app/views/kaui/accounts/_link_parent_modal.html.erb +1 -1
- data/app/views/kaui/accounts/_link_parent_to_modal.html.erb +62 -0
- data/app/views/kaui/accounts/_multi_functions_bar.html.erb +67 -28
- data/app/views/kaui/accounts/_payment_gateways.html.erb +43 -0
- data/app/views/kaui/accounts/_personal_details.html.erb +67 -0
- data/app/views/kaui/accounts/edit.html.erb +15 -9
- data/app/views/kaui/accounts/index.html.erb +77 -27
- data/app/views/kaui/accounts/new.html.erb +14 -8
- data/app/views/kaui/accounts/show.html.erb +17 -11
- data/app/views/kaui/admin/index.html.erb +44 -19
- data/app/views/kaui/admin_allowed_users/_form.html.erb +123 -31
- data/app/views/kaui/admin_allowed_users/edit.html.erb +15 -9
- data/app/views/kaui/admin_allowed_users/index.html.erb +150 -30
- data/app/views/kaui/admin_allowed_users/new.html.erb +14 -8
- data/app/views/kaui/admin_allowed_users/show.html.erb +137 -32
- data/app/views/kaui/admin_tenants/_add_allowed_user_modal.html.erb +42 -15
- data/app/views/kaui/admin_tenants/_clock.html.erb +72 -0
- data/app/views/kaui/admin_tenants/_form.html.erb +32 -20
- data/app/views/kaui/admin_tenants/_form_catalog_translation.erb +21 -8
- data/app/views/kaui/admin_tenants/_form_invoice_template.erb +25 -9
- data/app/views/kaui/admin_tenants/_form_invoice_translation.erb +36 -20
- data/app/views/kaui/admin_tenants/_form_plugin_config.erb +16 -20
- data/app/views/kaui/admin_tenants/_show_catalog.erb +13 -6
- data/app/views/kaui/admin_tenants/_show_catalog_simple.erb +95 -46
- data/app/views/kaui/admin_tenants/_show_catalog_xml.erb +62 -37
- data/app/views/kaui/admin_tenants/_show_overdue.erb +91 -75
- data/app/views/kaui/admin_tenants/_tenant_details.html.erb +106 -17
- data/app/views/kaui/admin_tenants/_tenants_table.html.erb +67 -6
- data/app/views/kaui/admin_tenants/_useful_links.html.erb +21 -16
- data/app/views/kaui/admin_tenants/index.html.erb +35 -11
- data/app/views/kaui/admin_tenants/index.js.erb +3 -0
- data/app/views/kaui/admin_tenants/new.html.erb +19 -13
- data/app/views/kaui/admin_tenants/new_catalog.html.erb +230 -98
- data/app/views/kaui/admin_tenants/new_overdue_config.html.erb +152 -80
- data/app/views/kaui/admin_tenants/new_plan_currency.html.erb +44 -30
- data/app/views/kaui/admin_tenants/show.html.erb +211 -78
- data/app/views/kaui/admin_tenants/show.js.erb +3 -0
- data/app/views/kaui/audit_logs/_multi_functions_bar.html.erb +298 -101
- data/app/views/kaui/audit_logs/index.html.erb +137 -38
- data/app/views/kaui/bundle_tags/_form_bar.html.erb +11 -4
- data/app/views/kaui/bundles/_bundle_details.html.erb +24 -12
- data/app/views/kaui/bundles/index.html.erb +79 -104
- data/app/views/kaui/bundles/pause_resume.html.erb +73 -38
- data/app/views/kaui/chargebacks/_form.html.erb +35 -18
- data/app/views/kaui/chargebacks/new.html.erb +16 -9
- data/app/views/kaui/charges/_form.html.erb +54 -42
- data/app/views/kaui/charges/new.html.erb +15 -8
- data/app/views/kaui/components/breadcrumb/_breadcrumb.html.erb +146 -0
- data/app/views/kaui/components/button/_button.html.erb +16 -0
- data/app/views/kaui/components/dashboard/_card.html.erb +15 -0
- data/app/views/kaui/components/dashboard/_setting.html.erb +15 -0
- data/app/views/kaui/components/form_input/_form_input.html.erb +4 -0
- data/app/views/kaui/components/form_password/_form_password.html.erb +6 -0
- data/app/views/kaui/components/logo/_logo.html.erb +1 -0
- data/app/views/kaui/components/menu_dropdown/_menu_dropdown.html.erb +59 -0
- data/app/views/kaui/components/search_input/_search_input.html.erb +81 -0
- data/app/views/kaui/credits/_form.html.erb +42 -25
- data/app/views/kaui/credits/new.html.erb +15 -8
- data/app/views/kaui/custom_fields/_form.html.erb +37 -25
- data/app/views/kaui/custom_fields/_list_bar.html.erb +11 -10
- data/app/views/kaui/custom_fields/index.html.erb +121 -27
- data/app/views/kaui/custom_fields/new.html.erb +19 -8
- data/app/views/kaui/errors/500.html.erb +1 -1
- data/app/views/kaui/home/index.html.erb +77 -30
- data/app/views/kaui/invoice_items/_edit_form.html.erb +30 -14
- data/app/views/kaui/invoice_items/edit.html.erb +15 -7
- data/app/views/kaui/invoice_tags/_form_bar.html.erb +13 -3
- data/app/views/kaui/invoices/_invoice_filterbar.html.erb +53 -69
- data/app/views/kaui/invoices/_invoice_table.html.erb +77 -92
- data/app/views/kaui/invoices/_multi_functions_bar.html.erb +351 -140
- data/app/views/kaui/invoices/index.html.erb +89 -27
- data/app/views/kaui/invoices/show.html.erb +392 -80
- data/app/views/kaui/layouts/kaui_account_sidebar.html.erb +42 -0
- data/app/views/kaui/layouts/kaui_application.html.erb +29 -15
- data/app/views/kaui/layouts/kaui_flash.html.erb +82 -31
- data/app/views/kaui/layouts/kaui_navbar.html.erb +109 -82
- data/app/views/kaui/layouts/kaui_setting_sidebar.html.erb +36 -0
- data/app/views/kaui/payment_methods/_form.html.erb +32 -11
- data/app/views/kaui/payment_methods/_new_creditcard_payment_method.html.erb +35 -34
- data/app/views/kaui/payment_methods/_payment_methods_details_table.html.erb +27 -29
- data/app/views/kaui/payment_methods/_payment_methods_table.html.erb +116 -38
- data/app/views/kaui/payment_methods/_plugin_properties.html.erb +19 -9
- data/app/views/kaui/payment_methods/new.html.erb +14 -8
- data/app/views/kaui/payments/_form.html.erb +30 -13
- data/app/views/kaui/payments/_multi_functions_bar.html.erb +351 -141
- data/app/views/kaui/payments/_payment_filterbar.html.erb +63 -79
- data/app/views/kaui/payments/_payment_invoice_table.html.erb +105 -0
- data/app/views/kaui/payments/_payment_table.html.erb +4 -67
- data/app/views/kaui/payments/index.html.erb +90 -26
- data/app/views/kaui/payments/new.html.erb +15 -8
- data/app/views/kaui/payments/show.html.erb +222 -28
- data/app/views/kaui/queues/index.html.erb +329 -111
- data/app/views/kaui/refunds/_form.html.erb +68 -45
- data/app/views/kaui/refunds/new.html.erb +15 -8
- data/app/views/kaui/role_definitions/_form.html.erb +104 -17
- data/app/views/kaui/role_definitions/new.html.erb +15 -8
- data/app/views/kaui/sessions/_form.html.erb +9 -19
- data/app/views/kaui/sessions/new.html.erb +10 -9
- data/app/views/kaui/subscriptions/_cancel_by_date_modal.html.erb +65 -35
- data/app/views/kaui/subscriptions/_edit_form.html.erb +66 -35
- data/app/views/kaui/subscriptions/_form.html.erb +63 -32
- data/app/views/kaui/subscriptions/_subscriptions_table.html.erb +215 -57
- data/app/views/kaui/subscriptions/edit.html.erb +19 -8
- data/app/views/kaui/subscriptions/edit_bcd.erb +46 -16
- data/app/views/kaui/subscriptions/new.html.erb +22 -15
- data/app/views/kaui/tag_definitions/_form.html.erb +51 -30
- data/app/views/kaui/tag_definitions/index.html.erb +151 -40
- data/app/views/kaui/tag_definitions/new.html.erb +15 -8
- data/app/views/kaui/tags/index.html.erb +136 -47
- data/app/views/kaui/tenants/_form.html.erb +8 -5
- data/app/views/kaui/tenants/index.html.erb +15 -9
- data/app/views/kaui/transactions/_control_plugin_names.html.erb +18 -10
- data/app/views/kaui/transactions/_form.html.erb +86 -25
- data/app/views/kaui/transactions/new.html.erb +15 -9
- data/config/routes.rb +1 -0
- data/lib/kaui/engine.rb +11 -0
- data/lib/kaui/version.rb +1 -1
- data/lib/kaui.rb +0 -1
- metadata +120 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '084a507ed535ba0e0842c207d1d833625b9a52feec94aad728b7c881122d8bc4'
|
|
4
|
+
data.tar.gz: 27e06bf3e19f4584ad9d3df00a218b4999055df1f1602a95ce10229c9b9dd23b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e840715b2a2fbbff3a27714a1864d707c731ddd59f1970eb9eca0bd70b4aed7fa5488a155d3a64d6c499431996a356ea8a98d43b15a6e24ba309e39c57679432
|
|
7
|
+
data.tar.gz: 18bb3c79694d475e2100b7e8c574280403186c3b06d2386df905a6b3f77ad088ae433fef037574572c00b4c0459814ca6eee18b5b6eff1f3d05a1ddfcc782c82
|
|
@@ -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.66675 11.6668L11.3334 13.3335L14.6667 9.3335" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M1.33325 5.99984H14.6666M7.66659 13.3332H2.66659C1.93021 13.3332 1.33325 12.7362 1.33325 11.9998V3.99984C1.33325 3.26346 1.93021 2.6665 2.66659 2.6665H13.3333C14.0697 2.6665 14.6666 3.26346 14.6666 3.99984V6.99984" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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="M1.33325 5.99984H14.6666M8.33325 13.3332H2.66659C1.93021 13.3332 1.33325 12.7362 1.33325 11.9998V3.99984C1.33325 3.26346 1.93021 2.6665 2.66659 2.6665H13.3333C14.0697 2.6665 14.6666 3.26346 14.6666 3.99984V7.33317" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M14.6667 10.9998H10M12.3333 8.6665V13.3332" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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.33341 4.66673L3.59455 10.4056C3.42368 10.5765 3.30245 10.7906 3.24384 11.025L2.66675 13.3334L4.97513 12.7563C5.20957 12.6977 5.42368 12.5765 5.59455 12.4056L11.3334 6.66673M9.33341 4.66673L10.862 3.13814C11.1223 2.87778 11.5445 2.87778 11.8048 3.13814L12.862 4.19532C13.1223 4.45568 13.1223 4.87778 12.862 5.13814L11.3334 6.66673M9.33341 4.66673L11.3334 6.66673" stroke="#84CAFF" stroke-width="1.25" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M7.66675 13.3333H11.6667" stroke="#84CAFF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.66675 7.33325H5.66675" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M9.66675 4.66675H5.66675" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M13.3334 14.3333V2.66659C13.3334 1.93021 12.7365 1.33325 12.0001 1.33325H4.00008C3.2637 1.33325 2.66675 1.93021 2.66675 2.66659V14.3333L5.33341 12.9999L8.00008 14.6666L10.6667 12.9999L13.3334 14.3333Z" stroke="#A4A7AE" stroke-width="1.25" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.66659 5.3335H13.9999C14.3681 5.3335 14.6666 5.63198 14.6666 6.00016V7.3335L13.6666 7.66683L13.5263 8.3335M4.99992 5.3335H1.99992C1.63173 5.3335 1.33325 5.63198 1.33325 6.00016V7.3335L2.33325 7.66683L3.55515 13.4708C3.62009 13.7794 3.89226 14.0002 4.20751 14.0002H8.33325" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.66675 6.66667L6.00008 2M10.3334 2L11.3334 5" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M14.6667 10L11.3333 14L10 12.6667" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.66667 1.33301L10.3333 3.03177C9.5386 2.60711 8.63073 2.36637 7.66667 2.36637C4.53705 2.36637 2 4.90342 2 8.03303C2 9.2271 2.36933 10.4194 3 11.333" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.66667 14.6665L5 12.9677C5.79477 13.3923 6.7026 13.6331 7.66667 13.6331C10.7963 13.6331 13.3333 11.0961 13.3333 7.96646C13.3333 6.77233 12.964 5.58006 12.3333 4.6665" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
5
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.3333 2.66638H2.6667C1.93033 2.66638 1.33337 3.26333 1.33337 3.99971V11.9997C1.33337 12.7361 1.93033 13.333 2.6667 13.333H13.3333C14.0697 13.333 14.6667 12.7361 14.6667 11.9997V3.99971C14.6667 3.26333 14.0697 2.66638 13.3333 2.66638Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6.66663 10.6664H7.66663M9.66667 10.6664H11.9999" stroke="#A4A7AE" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M1.33337 6H14.6667" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="mx-2"
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
style="cursor: pointer;"
|
|
9
|
+
>
|
|
10
|
+
<path d="M11.3332 5.94864V2.66659C11.3332 1.93021 10.7363 1.33325 9.99989 1.33325H2.66659C1.93021 1.33325 1.33325 1.93021 1.33325 2.66659V9.99992C1.33325 10.7363 1.93021 11.3333 2.66659 11.3333H5.94864" stroke="#717680" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M13.3333 6C14.0697 6 14.6666 6.59695 14.6666 7.33333M7.33331 6C6.59695 6 6 6.59695 6 7.33333M13.3333 14.6667C14.0697 14.6667 14.6666 14.0697 14.6666 13.3333M7.33331 14.6667C6.59695 14.6667 6 14.0697 6 13.3333M9.33331 6H11.3333M9.33331 14.6667H11.3333M14.6666 9.33333V11.3333M6 9.33333V11.3333" stroke="#717680" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.375 2.5V8.75M17.5 5.625H11.25" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M7.91667 2.5H3.33333C2.8731 2.5 2.5 2.8731 2.5 3.33333V7.91667C2.5 8.37692 2.8731 8.75 3.33333 8.75H7.91667C8.37692 8.75 8.75 8.37692 8.75 7.91667V3.33333C8.75 2.8731 8.37692 2.5 7.91667 2.5Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7.91667 11.25H3.33333C2.8731 11.25 2.5 11.6231 2.5 12.0833V16.6667C2.5 17.1269 2.8731 17.5 3.33333 17.5H7.91667C8.37692 17.5 8.75 17.1269 8.75 16.6667V12.0833C8.75 11.6231 8.37692 11.25 7.91667 11.25Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M16.6667 11.25H12.0833C11.6231 11.25 11.25 11.6231 11.25 12.0833V16.6667C11.25 17.1269 11.6231 17.5 12.0833 17.5H16.6667C17.1269 17.5 17.5 17.1269 17.5 16.6667V12.0833C17.5 11.6231 17.1269 11.25 16.6667 11.25Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.66663 5.83329C1.66663 4.91282 2.41282 4.16663 3.33329 4.16663H16.6666C17.5871 4.16663 18.3333 4.91282 18.3333 5.83329V14.1666C18.3333 15.0871 17.5871 15.8333 16.6666 15.8333H3.33329C2.41282 15.8333 1.66663 15.0871 1.66663 14.1666V5.83329Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11.6666 8.75004L13.3333 7.08337L15 8.75004M11.6666 11.25L13.3333 12.9167L15 11.25" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M5 10H8.33333" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.25 3.75004L17.9167 2.08337" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M2.08331 17.9167L3.74998 16.25" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M9.82744 13.5774L6.00595 9.7559C5.6805 9.43049 5.15287 9.43049 4.82743 9.7559L2.91669 11.6667V14.3097C2.91669 14.7517 3.09228 15.1756 3.40485 15.4882L4.0952 16.1785C4.40776 16.4911 4.83168 16.6667 5.27371 16.6667H7.91669L9.82744 14.7559C10.1529 14.4305 10.1529 13.9028 9.82744 13.5774Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10.1726 5.24412C9.84717 5.56956 9.84717 6.09719 10.1726 6.42263L13.9941 10.2441C14.3195 10.5695 14.8472 10.5695 15.1726 10.2441L17.0833 8.33337V5.6904C17.0833 5.24837 16.9078 4.82445 16.5952 4.51188L15.9048 3.82153C15.5923 3.50897 15.1683 3.33337 14.7263 3.33337H12.0833L10.1726 5.24412Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M7.08331 10.4167L8.74998 8.75M9.58331 12.9167L11.25 11.25" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.0789 8.33329C12.78 7.86711 13.4023 7.11905 13.789 6.18873C14.5873 4.26798 14.0786 2.29766 12.653 1.78791C11.2272 1.27815 9.42423 2.42199 8.62598 4.34275C8.49248 4.66385 8.39556 4.98634 8.33331 5.30315" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M8.33331 16.6667V8.8052C8.33331 8.51245 8.4869 8.24122 8.7379 8.09062L11.6666 6.33336M8.33331 16.6667V17.5C8.33331 17.9603 8.7064 18.3334 9.16665 18.3334H15.8333C16.2936 18.3334 16.6666 17.9603 16.6666 17.5V8.8052C16.6666 8.51245 16.5131 8.24122 16.2621 8.09062L12.9287 6.09062C12.6648 5.93227 12.3351 5.93227 12.0712 6.09062L11.6666 6.33336M8.33331 16.6667L4.23285 15.9833C3.7497 15.9028 3.43987 15.4249 3.56351 14.9509L5.71156 6.71674C5.78688 6.42804 6.0108 6.20163 6.29865 6.12312L9.93256 5.13205C10.2304 5.05083 10.5486 5.14087 10.7598 5.36606L11.6666 6.33336" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.8334 5.83333C10.8334 7.67428 9.34094 9.16667 7.50002 9.16667C5.65907 9.16667 4.16669 7.67428 4.16669 5.83333C4.16669 3.99238 5.65907 2.5 7.50002 2.5C9.34094 2.5 10.8334 3.99238 10.8334 5.83333Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.5 9.16667C14.3409 9.16667 15.8333 7.67428 15.8333 5.83333C15.8333 3.99238 14.3409 2.5 12.5 2.5" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M13.3334 15.8333C13.3334 13.5321 11.4679 11.6666 9.16669 11.6666H5.83335C3.53217 11.6666 1.66669 13.5321 1.66669 15.8333V17.5H13.3334V15.8333Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M15.8334 17.5H18.3334V15.8333C18.3334 13.5321 16.4679 11.6666 14.1667 11.6666" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -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="M13 3.66699L12.4093 13.4143C12.3666 14.1181 11.7834 14.667 11.0783 14.667H4.92164C4.21659 14.667 3.6334 14.1181 3.59075 13.4143L3 3.66699" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M2 3.66634H5.33333M5.33333 3.66634L6.16017 1.73706C6.26522 1.49194 6.50625 1.33301 6.77293 1.33301H9.22707C9.49373 1.33301 9.7348 1.49194 9.8398 1.73706L10.6667 3.66634M5.33333 3.66634H10.6667M14 3.66634H10.6667" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6.33325 11V7" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M9.66675 11V7" stroke="#A4A7AE" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.0001 10.8335C10.4603 10.8335 10.8334 10.4604 10.8334 10.0002C10.8334 9.53993 10.4603 9.16683 10.0001 9.16683C9.53984 9.16683 9.16675 9.53993 9.16675 10.0002C9.16675 10.4604 9.53984 10.8335 10.0001 10.8335Z" stroke="#A4A7AE" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M10.0001 5.00016C10.4603 5.00016 10.8334 4.62707 10.8334 4.16683C10.8334 3.70659 10.4603 3.3335 10.0001 3.3335C9.53984 3.3335 9.16675 3.70659 9.16675 4.16683C9.16675 4.62707 9.53984 5.00016 10.0001 5.00016Z" stroke="#A4A7AE" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M10.0001 16.6668C10.4603 16.6668 10.8334 16.2937 10.8334 15.8335C10.8334 15.3733 10.4603 15.0002 10.0001 15.0002C9.53984 15.0002 9.16675 15.3733 9.16675 15.8335C9.16675 16.2937 9.53984 16.6668 10.0001 16.6668Z" stroke="#A4A7AE" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.59637 1.6665H15C15.9205 1.6665 16.6667 2.4127 16.6667 3.33317V12.5119L10.8322 18.3344H5.00004C4.07957 18.3344 3.33337 17.5883 3.33337 16.6678V9.99984" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.33337 5.83317L5.83337 8.33317L8.33337 5.83317M5.83337 1.6665V7.82585" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M16.6667 12.5H12.5C11.5795 12.5 10.8334 13.2462 10.8334 14.1667V18.3333" stroke="#414651" stroke-width="1.5" stroke-linejoin="round"/>
|
|
5
|
+
</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="M6.33337 8.33325L8.00004 9.99992L9.66671 8.33325M8.00004 3.33325V9.59405" stroke="#A4A7AE" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.33337 12.6667H12.6667" stroke="#A4A7AE" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
+
width="16" height="16" viewBox="0 0 24 24"
|
|
3
|
+
fill="none" stroke="#717680" stroke-width="2"
|
|
4
|
+
stroke-linecap="round" stroke-linejoin="round">
|
|
5
|
+
<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a19.48 19.48 0 0 1 5.09-5.94"/>
|
|
6
|
+
<path d="M9.9 4.24A9.77 9.77 0 0 1 12 4c7 0 11 8 11 8a19.5 19.5 0 0 1-4.07 5.06"/>
|
|
7
|
+
<path d="M14.12 14.12a3 3 0 0 1-4.24-4.24"/>
|
|
8
|
+
<line x1="1" y1="1" x2="23" y2="23"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
+
width="16" height="16" viewBox="0 0 24 24"
|
|
3
|
+
fill="none" stroke="#717680" stroke-width="2"
|
|
4
|
+
stroke-linecap="round" stroke-linejoin="round">
|
|
5
|
+
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/>
|
|
6
|
+
<circle cx="12" cy="12" r="3"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<svg width="45" height="44" viewBox="0 0 45 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_213_50)">
|
|
3
|
+
<g filter="url(#filter0_ddi_213_50)">
|
|
4
|
+
<path d="M10.5 1.5H34.5C38.6421 1.5 42 4.85786 42 9V33C42 37.1421 38.6421 40.5 34.5 40.5H10.5C6.35786 40.5 3 37.1421 3 33V9C3 4.85786 6.35786 1.5 10.5 1.5Z" stroke="#D5D7DA"/>
|
|
5
|
+
<path d="M27.0646 18.5092C27.0708 18.5092 27.077 18.5092 27.0833 18.5092C29.1544 18.5092 30.8333 20.1912 30.8333 22.2661C30.8333 24.1998 29.375 25.7923 27.5 26M27.0646 18.5092C27.077 18.3717 27.0833 18.2325 27.0833 18.0917C27.0833 15.5558 25.0313 13.5 22.5 13.5C20.1027 13.5 18.1352 15.3439 17.9336 17.6933M27.0646 18.5092C26.9794 19.4563 26.6071 20.3205 26.0356 21.0138M17.9336 17.6933C15.8199 17.8948 14.1666 19.6782 14.1666 21.8486C14.1666 23.8681 15.5981 25.5527 17.5 25.9394M17.9336 17.6933C18.0652 17.6807 18.1985 17.6743 18.3333 17.6743C19.2715 17.6743 20.1372 17.985 20.8337 18.5092" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M20.4166 24.3333L22.5 22.25L24.5833 24.3333M22.5 28.5V22.7573" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<filter id="filter0_ddi_213_50" x="0.5" y="-1" width="44" height="45" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
11
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
12
|
+
<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"/>
|
|
13
|
+
<feOffset dy="1"/>
|
|
14
|
+
<feGaussianBlur stdDeviation="1"/>
|
|
15
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0392157 0 0 0 0 0.0496732 0 0 0 0 0.0705882 0 0 0 0.05 0"/>
|
|
16
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_213_50"/>
|
|
17
|
+
<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"/>
|
|
18
|
+
<feOffset dy="-2"/>
|
|
19
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
20
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0392157 0 0 0 0 0.0496732 0 0 0 0 0.0705882 0 0 0 0.05 0"/>
|
|
21
|
+
<feBlend mode="normal" in2="effect1_dropShadow_213_50" result="effect2_dropShadow_213_50"/>
|
|
22
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_213_50" result="shape"/>
|
|
23
|
+
<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"/>
|
|
24
|
+
<feOffset/>
|
|
25
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
26
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
27
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0392157 0 0 0 0 0.0496732 0 0 0 0 0.0705882 0 0 0 0.18 0"/>
|
|
28
|
+
<feBlend mode="normal" in2="shape" result="effect3_innerShadow_213_50"/>
|
|
29
|
+
</filter>
|
|
30
|
+
<clipPath id="clip0_213_50">
|
|
31
|
+
<rect width="45" height="44" fill="white"/>
|
|
32
|
+
</clipPath>
|
|
33
|
+
</defs>
|
|
34
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.1278 6.53511L12.3223 5.34064C12.7815 4.88142 12.7815 4.13689 12.3223 3.67767C11.8631 3.21845 11.1185 3.21845 10.6593 3.67767L9.4648 4.87214M11.1278 6.53511L4.00739 13.6555C3.54817 14.1147 2.80364 14.1147 2.34442 13.6555C1.8852 13.1963 1.8852 12.4517 2.34442 11.9925L9.4648 4.87214M11.1278 6.53511L9.4648 4.87214" stroke="#84CAFF" stroke-width="1.25" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11.9825 9.3476C11.9863 9.32847 12.0137 9.32847 12.0176 9.3476C12.2202 10.3387 12.9946 11.1131 13.9857 11.3157C14.0048 11.3196 14.0048 11.3469 13.9857 11.3508C12.9946 11.5534 12.2202 12.3279 12.0176 13.3189C12.0137 13.3381 11.9863 13.3381 11.9825 13.3189C11.7799 12.3279 11.0054 11.5534 10.0143 11.3508C9.99522 11.3469 9.99522 11.3196 10.0143 11.3157C11.0054 11.1131 11.7799 10.3387 11.9825 9.3476Z" stroke="#84CAFF" stroke-width="1.5" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M5.41375 2.20644C5.47002 1.93119 5.86331 1.93119 5.91958 2.20644C6.04384 2.81439 6.51894 3.28949 7.12687 3.41375C7.40213 3.47002 7.40213 3.86331 7.12687 3.91958C6.51894 4.04384 6.04384 4.51894 5.91958 5.12688C5.86331 5.40214 5.47002 5.40214 5.41375 5.12688C5.28949 4.51894 4.81439 4.04384 4.20645 3.91958C3.93119 3.86331 3.93119 3.47002 4.20645 3.41375C4.81439 3.28949 5.28949 2.81439 5.41375 2.20644Z" fill="#84CAFF"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.3334 5.83333C13.3334 7.67428 11.841 9.16667 10.0001 9.16667C8.15913 9.16667 6.66675 7.67428 6.66675 5.83333C6.66675 3.99238 8.15913 2.5 10.0001 2.5C11.841 2.5 13.3334 3.99238 13.3334 5.83333Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M15.8334 15.8332C15.8334 13.532 13.9679 11.6665 11.6667 11.6665H8.33341C6.03223 11.6665 4.16675 13.532 4.16675 15.8332V17.4998H15.8334V15.8332Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.9163 9.99967C12.9163 11.6105 11.6105 12.9163 9.99967 12.9163C8.38884 12.9163 7.08301 11.6105 7.08301 9.99967C7.08301 8.38884 8.38884 7.08301 9.99967 7.08301C11.6105 7.08301 12.9163 8.38884 12.9163 9.99967Z" stroke="#A4A7AE" stroke-width="1.5"/>
|
|
3
|
+
<path d="M8.14378 2.2368L7.50038 4.16699L6.20051 4.98913L4.07368 4.46288C3.71712 4.37466 3.34485 4.53028 3.15718 4.84603L2.02034 6.7586C1.81548 7.10327 1.8851 7.54496 2.18605 7.80988L3.67783 9.12316V10.8775L2.18652 12.1907C1.88563 12.4557 1.81606 12.8973 2.0209 13.2419L3.15778 15.1546C3.34545 15.4703 3.71773 15.626 4.07428 15.5377L6.20112 15.0115L7.43253 15.7021L8.02033 17.7321C8.1235 18.0884 8.44979 18.3337 8.82079 18.3337H11.1806C11.5515 18.3337 11.8779 18.0884 11.981 17.7321L12.5689 15.7021L13.7996 15.0115L15.9265 15.5377C16.283 15.626 16.6553 15.4703 16.843 15.1546L18.0013 13.2058C18.1964 12.8777 18.1435 12.4588 17.873 12.1895L16.3678 10.6909L16.3684 9.30974L17.8735 7.81114C18.1441 7.54178 18.197 7.123 18.002 6.79482L16.8435 4.84603C16.6559 4.53028 16.2836 4.37466 15.927 4.46288L13.8002 4.98913L12.5004 4.16699L11.857 2.2368C11.7435 1.89652 11.4251 1.66699 11.0664 1.66699H8.93438C8.57563 1.66699 8.2572 1.89652 8.14378 2.2368Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.66675 7.33337H5.66675" stroke="#414651" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M9.66675 4.66663H5.66675" stroke="#414651" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M13.3334 14.3334V2.66671C13.3334 1.93033 12.7365 1.33337 12.0001 1.33337H4.00008C3.2637 1.33337 2.66675 1.93033 2.66675 2.66671V14.3334L5.33341 13L8.00008 14.6667L10.6667 13L13.3334 14.3334Z" stroke="#414651" stroke-width="1.25" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.3333 2.66663H2.66659C1.93021 2.66663 1.33325 3.26358 1.33325 3.99996V12C1.33325 12.7364 1.93021 13.3333 2.66659 13.3333H13.3333C14.0697 13.3333 14.6666 12.7364 14.6666 12V3.99996C14.6666 3.26358 14.0697 2.66663 13.3333 2.66663Z" stroke="#414651" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6.66675 10.6666H7.66675M9.66675 10.6666H12.0001" stroke="#414651" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M1.33325 6H14.6666" stroke="#414651" stroke-width="1.25" stroke-linecap="square" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.1666 14.1666L17.5 17.5" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M15.8333 9.16667C15.8333 5.48477 12.8486 2.5 9.16667 2.5C5.48477 2.5 2.5 5.48477 2.5 9.16667C2.5 12.8486 5.48477 15.8333 9.16667 15.8333C12.8486 15.8333 15.8333 12.8486 15.8333 9.16667Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -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="M7.33325 9.33337H10.6666M5.33325 9.33337H5.33924M8.66659 12H5.33325M10.6666 12H10.6606" stroke="#414651" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11 1.33337V4.00004M5 1.33337V4.00004" stroke="#414651" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.6667 2.66663H3.33333C2.59695 2.66663 2 3.26358 2 3.99996V13.3333C2 14.0697 2.59695 14.6666 3.33333 14.6666H12.6667C13.4031 14.6666 14 14.0697 14 13.3333V3.99996C14 3.26358 13.4031 2.66663 12.6667 2.66663Z" stroke="#414651" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M2 6.66663H14" stroke="#414651" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.33301 2.5L3.33301 5V15L8.33301 17.5" stroke="#A4A7AE" stroke-width="1.5"/>
|
|
3
|
+
<path d="M8.33301 10H16.0532M14.1662 7.5L16.6663 10L14.1662 12.5" stroke="#A4A7AE" stroke-width="1.5"/>
|
|
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_394_22701)">
|
|
3
|
+
<path d="M12.6668 3.3335L3.3335 12.6668M3.3335 3.3335L12.6668 12.6668" stroke="#D92D20" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_394_22701">
|
|
7
|
+
<rect width="16" height="16" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.1665 14.1665L17.4998 17.4998" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M15.8333 9.16667C15.8333 5.48477 12.8486 2.5 9.16667 2.5C5.48477 2.5 2.5 5.48477 2.5 9.16667C2.5 12.8486 5.48477 15.8333 9.16667 15.8333C12.8486 15.8333 15.8333 12.8486 15.8333 9.16667Z" stroke="#414651" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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.66675 11.6663L11.3334 13.333L14.6667 9.33301" stroke="#84CAFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M1.33325 6.00033H14.6666M7.66659 13.3337H2.66659C1.93021 13.3337 1.33325 12.7367 1.33325 12.0003V4.00033C1.33325 3.26395 1.93021 2.66699 2.66659 2.66699H13.3333C14.0697 2.66699 14.6666 3.26395 14.6666 4.00033V7.00033" stroke="#84CAFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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="M1.33325 7.99967C1.33325 11.6815 4.31802 14.6663 7.99993 14.6663C11.6818 14.6663 14.6666 11.6815 14.6666 7.99967C14.6666 4.31777 11.6818 1.33301 7.99993 1.33301C5.26616 1.33301 2.91672 2.97847 1.88797 5.33301M1.33325 2.99967L1.66659 5.66634L4.33325 4.99967" stroke="#84CAFF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M9.81775 6.70707C9.75175 6.19863 9.16908 5.37715 8.12135 5.37713C6.90395 5.37711 6.39172 6.05265 6.28777 6.39041C6.12562 6.84221 6.15805 7.77107 7.58495 7.87234C9.36868 7.99901 10.0833 8.20994 9.99235 9.30367C9.90148 10.3973 8.90715 10.6337 8.12135 10.6083C7.33555 10.583 6.04989 10.2213 6 9.24854M7.99661 4.33301V5.37955M7.99661 10.6017V11.6663" stroke="#84CAFF" stroke-width="1.25" stroke-linecap="round"/>
|
|
4
|
+
</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="M11.3334 11.3333L14 13.9999" stroke="#A4A7AE" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333Z" stroke="#A4A7AE" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1036_7703)">
|
|
3
|
+
<path d="M4.43033 16.199C4.93727 15.0047 6.12085 14.167 7.50008 14.167H12.5001C13.8793 14.167 15.0629 15.0047 15.5698 16.199M13.3334 7.91699C13.3334 9.75794 11.841 11.2503 10.0001 11.2503C8.15913 11.2503 6.66675 9.75794 6.66675 7.91699C6.66675 6.07604 8.15913 4.58366 10.0001 4.58366C11.841 4.58366 13.3334 6.07604 13.3334 7.91699ZM18.3334 10.0003C18.3334 14.6027 14.6025 18.3337 10.0001 18.3337C5.39771 18.3337 1.66675 14.6027 1.66675 10.0003C1.66675 5.39795 5.39771 1.66699 10.0001 1.66699C14.6025 1.66699 18.3334 5.39795 18.3334 10.0003Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1036_7703">
|
|
7
|
+
<rect width="20" height="20" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.25 2.08301H3.74998C2.8295 2.08301 2.08331 2.8292 2.08331 3.74967V16.2497C2.08331 17.1702 2.8295 17.9163 3.74998 17.9163H16.25C17.1705 17.9163 17.9166 17.1702 17.9166 16.2497V3.74967C17.9166 2.8292 17.1705 2.08301 16.25 2.08301Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M2.08331 7.5H17.9166" stroke="#A4A7AE" stroke-width="1.5" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M14.1666 14.1667C14.1666 11.8655 12.3011 10 9.99998 10C7.6988 10 5.83331 11.8655 5.83331 14.1667" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round"/>
|
|
5
|
+
<path d="M10.4167 12.5L9.16669 13.75" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M9.1629 5H9.1704M5.83331 5H5.84079" stroke="#A4A7AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.66675 5.83341C1.66675 4.91294 2.41294 4.16675 3.33341 4.16675H16.6667C17.5872 4.16675 18.3334 4.91294 18.3334 5.83341V14.1667C18.3334 15.0872 17.5872 15.8334 16.6667 15.8334H3.33341C2.41294 15.8334 1.66675 15.0872 1.66675 14.1667V5.83341Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11.6667 8.74992L13.3334 7.08325L15.0001 8.74992M11.6667 11.2499L13.3334 12.9166L15.0001 11.2499" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M5 10H8.33333" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.58301 2.91699H3.84227C2.87066 2.91699 2.08301 3.70464 2.08301 4.67625V16.1577C2.08301 17.1293 2.87066 17.917 3.84227 17.917H15.3238C16.2953 17.917 17.083 17.1293 17.083 16.1577V10.417" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M17.9163 4.99967C17.9163 6.61051 16.6105 7.91634 14.9997 7.91634C13.3888 7.91634 12.083 6.61051 12.083 4.99967C12.083 3.38884 13.3888 2.08301 14.9997 2.08301C16.6105 2.08301 17.9163 3.38884 17.9163 4.99967Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6.25 10.417H9.58333" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M6.25 13.75H12.9167" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.25 3.74967L17.9167 2.08301" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M2.08331 17.9167L3.74998 16.25" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M9.82744 13.5773L6.00595 9.75578C5.6805 9.43036 5.15287 9.43036 4.82743 9.75578L2.91669 11.6665V14.3095C2.91669 14.7515 3.09228 15.1754 3.40485 15.488L4.0952 16.1784C4.40776 16.4909 4.83168 16.6665 5.27371 16.6665H7.91669L9.82744 14.7558C10.1529 14.4304 10.1529 13.9027 9.82744 13.5773Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10.1726 5.24375C9.84717 5.56919 9.84717 6.09682 10.1726 6.42227L13.9941 10.2438C14.3195 10.5692 14.8472 10.5692 15.1726 10.2438L17.0833 8.33301V5.69003C17.0833 5.248 16.9078 4.82408 16.5952 4.51152L15.9048 3.82117C15.5923 3.5086 15.1683 3.33301 14.7263 3.33301H12.0833L10.1726 5.24375Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M7.08331 10.4167L8.74998 8.75M9.58331 12.9167L11.25 11.25" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
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.66667 1.33301L10.3333 3.03177C9.5386 2.60711 8.63073 2.36637 7.66667 2.36637C4.53705 2.36637 2 4.90342 2 8.03303C2 9.2271 2.36933 10.4194 3 11.333" stroke="#1570EF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.66667 14.667L5 12.9682C5.79477 13.3928 6.7026 13.6336 7.66667 13.6336C10.7963 13.6336 13.3333 11.0966 13.3333 7.96695C13.3333 6.77282 12.964 5.58055 12.3333 4.66699" stroke="#1570EF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.66669 11.667L8.33444 13.3368" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M15 5.00033L18.3333 1.66699" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7.98819 17.1545L2.84521 12.0115C2.19434 11.3607 2.19434 10.3053 2.84521 9.65451L8.67853 3.82117C8.99111 3.5086 9.41503 3.33301 9.85703 3.33301H16.6667V10.1427C16.6667 10.5847 16.4911 11.0086 16.1785 11.3212L10.3452 17.1545C9.69436 17.8053 8.63903 17.8053 7.98819 17.1545Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.0789 8.33366C12.78 7.86747 13.4023 7.11942 13.789 6.1891C14.5873 4.26834 14.0786 2.29803 12.653 1.78828C11.2272 1.27852 9.42423 2.42236 8.62598 4.34312C8.49248 4.66422 8.39556 4.98671 8.33331 5.30352" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M8.33331 16.6666V8.80508C8.33331 8.51233 8.4869 8.24109 8.7379 8.09049L11.6666 6.33324M8.33331 16.6666V17.4999C8.33331 17.9602 8.7064 18.3332 9.16665 18.3332H15.8333C16.2936 18.3332 16.6666 17.9602 16.6666 17.4999V8.80508C16.6666 8.51233 16.5131 8.24109 16.2621 8.09049L12.9287 6.09049C12.6648 5.93215 12.3351 5.93215 12.0712 6.09049L11.6666 6.33324M8.33331 16.6666L4.23285 15.9832C3.7497 15.9027 3.43987 15.4247 3.56351 14.9508L5.71156 6.71662C5.78688 6.42792 6.0108 6.20151 6.29865 6.123L9.93256 5.13193C10.2304 5.05071 10.5486 5.14075 10.7598 5.36594L11.6666 6.33324" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.8334 5.83333C10.8334 7.67428 9.34094 9.16667 7.50002 9.16667C5.65907 9.16667 4.16669 7.67428 4.16669 5.83333C4.16669 3.99238 5.65907 2.5 7.50002 2.5C9.34094 2.5 10.8334 3.99238 10.8334 5.83333Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.5 9.16667C14.3409 9.16667 15.8333 7.67428 15.8333 5.83333C15.8333 3.99238 14.3409 2.5 12.5 2.5" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M13.3334 15.8337C13.3334 13.5325 11.4679 11.667 9.16669 11.667H5.83335C3.53217 11.667 1.66669 13.5325 1.66669 15.8337V17.5003H13.3334V15.8337Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M15.8334 17.5003H18.3334V15.8337C18.3334 13.5325 16.4679 11.667 14.1667 11.667" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 6.24967C10 7.86051 8.69419 9.16634 7.08335 9.16634C5.47252 9.16634 4.16669 7.86051 4.16669 6.24967C4.16669 4.63884 5.47252 3.33301 7.08335 3.33301C8.69419 3.33301 10 4.63884 10 6.24967Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11.25 9.16634C12.8608 9.16634 14.1667 7.86051 14.1667 6.24967C14.1667 4.63884 12.8608 3.33301 11.25 3.33301" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M10.8334 16.667H1.66669V15.0003C1.66669 13.1594 3.15907 11.667 5.00002 11.667H9.16669C9.77385 11.667 10.3431 11.8293 10.8334 12.1129" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M15.8333 11.667V16.667M18.3333 14.167H13.3333" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</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="M10.3333 8.00008C10.3333 9.28875 9.28863 10.3334 7.99996 10.3334C6.71129 10.3334 5.66663 9.28875 5.66663 8.00008C5.66663 6.71141 6.71129 5.66675 7.99996 5.66675C9.28863 5.66675 10.3333 6.71141 10.3333 8.00008Z" stroke="#A4A7AE" stroke-width="1.2"/>
|
|
3
|
+
<path d="M6.5147 1.7891L5.99998 3.33325L4.96009 3.99096L3.25862 3.56996C2.97338 3.49939 2.67556 3.62389 2.52542 3.87648L1.61596 5.40654C1.45207 5.68227 1.50776 6.03563 1.74852 6.24757L2.94194 7.29819V8.70165L1.7489 9.75225C1.50819 9.96419 1.45253 10.3175 1.6164 10.5932L2.5259 12.1233C2.67604 12.3759 2.97386 12.5005 3.2591 12.4299L4.96058 12.0089L5.9457 12.5613L6.41594 14.1853C6.49848 14.4704 6.75952 14.6666 7.05632 14.6666H8.94418C9.24092 14.6666 9.50198 14.4704 9.58452 14.1853L10.0548 12.5613L11.0394 12.0089L12.7408 12.4299C13.0261 12.5005 13.3239 12.3759 13.474 12.1233L14.4007 10.5643C14.5568 10.3018 14.5144 9.96672 14.298 9.75125L13.0939 8.55239L13.0944 7.44745L14.2985 6.24857C14.515 6.03308 14.5573 5.69806 14.4012 5.43551L13.4745 3.87648C13.3244 3.62389 13.0266 3.49939 12.7413 3.56996L11.0398 3.99096L9.99998 3.33325L9.48525 1.7891C9.39452 1.51687 9.13978 1.33325 8.85278 1.33325H7.14718C6.86018 1.33325 6.60544 1.51687 6.5147 1.7891Z" stroke="#A4A7AE" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.3334 5.83333C13.3334 7.67428 11.841 9.16667 10.0001 9.16667C8.15913 9.16667 6.66675 7.67428 6.66675 5.83333C6.66675 3.99238 8.15913 2.5 10.0001 2.5C11.841 2.5 13.3334 3.99238 13.3334 5.83333Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M15.8334 15.8334C15.8334 13.5322 13.9679 11.6667 11.6667 11.6667H8.33341C6.03223 11.6667 4.16675 13.5322 4.16675 15.8334V17.5001H15.8334V15.8334Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.16667 18.3334H4.16667C3.24619 18.3334 2.5 17.5872 2.5 16.6667V3.33341C2.5 2.41294 3.24619 1.66675 4.16667 1.66675H14.1667C15.0872 1.66675 15.8333 2.41294 15.8333 3.33341V9.16675" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6.25 5.83325H12.0833M6.25 9.16659H8.75" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M17.4999 18.3334L15.8123 16.6458M15.8123 16.6458C16.3401 16.118 16.6666 15.3888 16.6666 14.5834C16.6666 12.9726 15.3608 11.6667 13.7499 11.6667C12.1391 11.6667 10.8333 12.9726 10.8333 14.5834C10.8333 16.1942 12.1391 17.5001 13.7499 17.5001C14.5553 17.5001 15.2845 17.1736 15.8123 16.6458Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.66675 5.83341C1.66675 4.91294 2.41294 4.16675 3.33341 4.16675H16.6667C17.5872 4.16675 18.3334 4.91294 18.3334 5.83341V14.1667C18.3334 15.0872 17.5872 15.8334 16.6667 15.8334H3.33341C2.41294 15.8334 1.66675 15.0872 1.66675 14.1667V5.83341Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11.6667 8.74992L13.3334 7.08325L15.0001 8.74992M11.6667 11.2499L13.3334 12.9166L15.0001 11.2499" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M5 10H8.33333" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.58325 9.16675H7.08325" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.0833 5.83325H7.08325" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M16.6666 17.9167V3.33341C16.6666 2.41294 15.9204 1.66675 14.9999 1.66675H4.99992C4.07944 1.66675 3.33325 2.41294 3.33325 3.33341V17.9167L6.66659 16.2501L9.99992 18.3334L13.3333 16.2501L16.6666 17.9167Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.6667 3.33325H3.33341C2.41294 3.33325 1.66675 4.07944 1.66675 4.99992V14.9999C1.66675 15.9204 2.41294 16.6666 3.33341 16.6666H16.6667C17.5872 16.6666 18.3334 15.9204 18.3334 14.9999V4.99992C18.3334 4.07944 17.5872 3.33325 16.6667 3.33325Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M8.33325 13.3333H9.58325M12.0833 13.3333H14.9999" stroke="#A4A7AE" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M1.66675 7.5H18.3334" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.33325 14.1667V12.5001C3.33325 12.0398 3.70635 11.6667 4.16659 11.6667H15.8333C16.2935 11.6667 16.6666 12.0398 16.6666 12.5001V14.1667C16.6666 14.627 16.2935 15.0001 15.8333 15.0001H4.16659C3.70635 15.0001 3.33325 14.627 3.33325 14.1667Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.33325 8.33325H16.6666" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M3.33325 5H16.6666" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.16675 11.6667H13.3334M6.66675 11.6667H6.67423M10.8334 15.0001H6.66675M13.3334 15.0001H13.3259" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M13.75 1.66675V5.00008M6.25 1.66675V5.00008" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M15.8333 3.33325H4.16667C3.24619 3.33325 2.5 4.07944 2.5 4.99992V16.6666C2.5 17.5871 3.24619 18.3333 4.16667 18.3333H15.8333C16.7538 18.3333 17.5 17.5871 17.5 16.6666V4.99992C17.5 4.07944 16.7538 3.33325 15.8333 3.33325Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M2.5 8.33325H17.5" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.66675 11.6667L8.3345 13.3366" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M15 5.00008L18.3333 1.66675" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7.98807 17.1548L2.84508 12.0118C2.19422 11.3609 2.19422 10.3056 2.84508 9.65475L8.67841 3.82141C8.99099 3.50884 9.41491 3.33325 9.85691 3.33325H16.6666V10.1429C16.6666 10.5849 16.491 11.0088 16.1784 11.3214L10.3451 17.1548C9.69424 17.8056 8.63891 17.8056 7.98807 17.1548Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.8552 18.2901C10.5741 18.3187 10.2887 18.3334 10.0001 18.3334C5.39771 18.3334 1.66675 14.6024 1.66675 10.0001C1.66675 5.39771 5.39771 1.66675 10.0001 1.66675C14.6024 1.66675 18.3334 5.39771 18.3334 10.0001C18.3334 10.5708 18.276 11.1282 18.1667 11.6667" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M10 6.66675V10.0001L11.25 11.2501" stroke="#A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M18.2919 15.3392C18.347 15.3714 18.3471 15.4519 18.292 15.4843L13.4577 18.3218C13.3922 18.3602 13.3144 18.2968 13.3373 18.2238L14.2217 15.4117L13.3374 12.6096C13.3144 12.5367 13.3921 12.4733 13.4576 12.5115L18.2919 15.3392Z" stroke="#A4A7AE" stroke-width="1.5" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|