avo 4.0.0.beta.2 → 4.0.0.beta.4
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/Gemfile.lock +1 -1
- data/app/assets/builds/avo/application.css +355 -51
- data/app/assets/builds/avo/application.js +166 -166
- data/app/assets/builds/avo/application.js.map +4 -4
- data/app/assets/stylesheets/application.css +2 -0
- data/app/assets/stylesheets/css/components/hotkey.css +50 -0
- data/app/assets/stylesheets/css/components/input.css +0 -6
- data/app/assets/stylesheets/css/components/ui/state.css +129 -0
- data/app/assets/stylesheets/css/layout.css +3 -4
- data/app/assets/stylesheets/css/pagination.css +12 -6
- data/app/assets/stylesheets/css/typography.css +18 -1
- data/app/assets/svgs/avo/circle-minus.svg +3 -0
- data/app/components/avo/alert_component.rb +4 -4
- data/app/components/avo/backtrace_alert_component.html.erb +1 -1
- data/app/components/avo/base_component.rb +9 -0
- data/app/components/avo/button_component.rb +2 -1
- data/app/components/avo/debug/status_component.html.erb +2 -2
- data/app/components/avo/empty_state_component.html.erb +15 -4
- data/app/components/avo/empty_state_component.rb +9 -0
- data/app/components/avo/fields/common/files/view_type/grid_item_component.html.erb +1 -1
- data/app/components/avo/fields/common/key_value_component.html.erb +1 -1
- data/app/components/avo/fields/common/stars_component.html.erb +1 -1
- data/app/components/avo/fields/common/status_viewer_component.html.erb +3 -3
- data/app/components/avo/fields/preview_field/index_component.rb +1 -1
- data/app/components/avo/fields/stars_field/edit_component.html.erb +1 -1
- data/app/components/avo/filters_component.html.erb +1 -1
- data/app/components/avo/items/switcher_component.html.erb +1 -1
- data/app/components/avo/keyboard_shortcuts_component.html.erb +29 -0
- data/app/components/avo/keyboard_shortcuts_component.rb +127 -0
- data/app/components/avo/media_library/item_details_component.html.erb +2 -2
- data/app/components/avo/media_library/list_component.html.erb +1 -1
- data/app/components/avo/media_library/list_item_component.html.erb +2 -2
- data/app/components/avo/modal_component.html.erb +39 -15
- data/app/components/avo/modal_component.rb +10 -0
- data/app/components/avo/paginator_component.html.erb +23 -17
- data/app/components/avo/paginator_component.rb +18 -0
- data/app/components/avo/resource_component.rb +14 -7
- data/app/components/avo/sidebar/group_component.html.erb +1 -1
- data/app/components/avo/sidebar/link_component.html.erb +13 -5
- data/app/components/avo/sidebar/link_component.rb +17 -0
- data/app/components/avo/sidebar/section_component.html.erb +1 -1
- data/app/components/avo/sidebar_component.html.erb +2 -2
- data/app/components/avo/sidebar_profile_component.html.erb +1 -1
- data/app/components/avo/u_i/search_input_component.html.erb +2 -2
- data/app/components/avo/views/resource_index_component.rb +1 -1
- data/app/javascript/application.js +12 -28
- data/app/javascript/js/controllers/base_modal_controller.js +65 -0
- data/app/javascript/js/controllers/confirm_dialog_controller.js +18 -0
- data/app/javascript/js/controllers/modal_controller.js +18 -26
- data/app/javascript/js/controllers/persistent_modal_controller.js +50 -0
- data/app/javascript/js/controllers/search_controller.js +0 -4
- data/app/javascript/js/controllers/sidebar_controller.js +22 -0
- data/app/javascript/js/controllers.js +4 -0
- data/app/javascript/js/global_hotkeys.js +77 -0
- data/app/javascript/js/helpers/toggle_hidden.js +7 -0
- data/app/views/avo/actions/show.html.erb +1 -1
- data/app/views/avo/base/_date_time_filter.html.erb +1 -1
- data/app/views/avo/base/preview.html.erb +1 -1
- data/app/views/avo/debug/_valid_indicator.html.erb +2 -2
- data/app/views/avo/home/failed_to_load.html.erb +40 -13
- data/app/views/avo/media_library/_form.html.erb +1 -1
- data/app/views/avo/partials/_color_scheme_switcher.html.erb +4 -4
- data/app/views/avo/partials/_confirm_dialog.html.erb +3 -3
- data/app/views/avo/partials/_custom_tools_alert.html.erb +3 -3
- data/app/views/avo/partials/_sortable_component.html.erb +3 -3
- data/app/views/avo/partials/_table_header.html.erb +1 -1
- data/app/views/avo/private/_links_and_buttons.html.erb +2 -2
- data/app/views/avo/private/design.html.erb +4 -4
- data/app/views/avo/sidebar/_license_warning.html.erb +2 -2
- data/app/views/layouts/avo/application.html.erb +1 -0
- data/lib/avo/resources/base.rb +1 -0
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/resource_generator.rb +3 -3
- data/lib/generators/avo/templates/initializer/avo.tt +4 -4
- data/lib/generators/avo/templates/resource_tools/partial.tt +1 -1
- metadata +11 -15
- data/app/assets/svgs/avo/arrow-circle-right.svg +0 -1
- data/app/assets/svgs/avo/bell.svg +0 -3
- data/app/assets/svgs/avo/color-swatch.svg +0 -1
- data/app/assets/svgs/avo/dashboards.svg +0 -6
- data/app/assets/svgs/avo/exclamation.svg +0 -1
- data/app/assets/svgs/avo/filter.svg +0 -1
- data/app/assets/svgs/avo/logout.svg +0 -3
- data/app/assets/svgs/avo/resources.svg +0 -13
- data/app/assets/svgs/avo/save.svg +0 -8
- data/app/assets/svgs/avo/selector.svg +0 -1
- data/app/assets/svgs/avo/sort-ascending.svg +0 -1
- data/app/assets/svgs/avo/sort-descending.svg +0 -1
- data/app/assets/svgs/avo/times.svg +0 -3
- data/app/assets/svgs/avo/tools.svg +0 -3
data/lib/avo/resources/base.rb
CHANGED
data/lib/avo/version.rb
CHANGED
|
@@ -341,8 +341,8 @@ module Generators
|
|
|
341
341
|
event: "tabler/outline/calendar-event",
|
|
342
342
|
notification: "tabler/outline/bell",
|
|
343
343
|
message: "tabler/outline/mail",
|
|
344
|
-
setting: "
|
|
345
|
-
report: "tabler/
|
|
344
|
+
setting: "heroicons/outline/cog",
|
|
345
|
+
report: "tabler/filled/chart-pie-4",
|
|
346
346
|
task: "tabler/outline/checklist",
|
|
347
347
|
review: "tabler/outline/star",
|
|
348
348
|
photo: "tabler/outline/photo",
|
|
@@ -356,7 +356,7 @@ module Generators
|
|
|
356
356
|
plan: "tabler/outline/list",
|
|
357
357
|
address: "tabler/outline/map-pin",
|
|
358
358
|
location: "tabler/outline/map-pin",
|
|
359
|
-
country: "tabler/outline/
|
|
359
|
+
country: "tabler/outline/world",
|
|
360
360
|
city: "tabler/outline/building-community",
|
|
361
361
|
account: "tabler/outline/user-circle",
|
|
362
362
|
}.freeze
|
|
@@ -141,19 +141,19 @@ Avo.configure do |config|
|
|
|
141
141
|
|
|
142
142
|
## == Menus ==
|
|
143
143
|
# config.main_menu = -> {
|
|
144
|
-
# section "Dashboards", icon: "
|
|
144
|
+
# section "Dashboards", icon: "tabler/outline/layout-dashboard" do
|
|
145
145
|
# all_dashboards
|
|
146
146
|
# end
|
|
147
147
|
|
|
148
|
-
# section "Resources", icon: "
|
|
148
|
+
# section "Resources", icon: "tabler/outline/chart-bar-popular" do
|
|
149
149
|
# all_resources
|
|
150
150
|
# end
|
|
151
151
|
|
|
152
|
-
# section "Tools", icon: "
|
|
152
|
+
# section "Tools", icon: "tabler/outline/tool" do
|
|
153
153
|
# all_tools
|
|
154
154
|
# end
|
|
155
155
|
# }
|
|
156
156
|
# config.profile_menu = -> {
|
|
157
|
-
# link "Profile", path: "/<%= options[:path] %>/profile", icon: "
|
|
157
|
+
# link "Profile", path: "/<%= options[:path] %>/profile", icon: "tabler/outline/user-circle"
|
|
158
158
|
# }
|
|
159
159
|
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="flex flex-col">
|
|
2
2
|
<%%= render ui.panel(title: "<%= human_name %>") do |panel| %>
|
|
3
3
|
<%% panel.with_controls do %>
|
|
4
|
-
<%%= a_link('/avo', icon: '
|
|
4
|
+
<%%= a_link('/avo', icon: 'tabler/outline/school', color: :primary, style: :primary) do %>
|
|
5
5
|
Dummy link
|
|
6
6
|
<%% end %>
|
|
7
7
|
<%% end %>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: avo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.0.beta.
|
|
4
|
+
version: 4.0.0.beta.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adrian Marin
|
|
@@ -262,6 +262,7 @@ files:
|
|
|
262
262
|
- app/assets/stylesheets/css/components/discreet_information.css
|
|
263
263
|
- app/assets/stylesheets/css/components/field-wrapper.css
|
|
264
264
|
- app/assets/stylesheets/css/components/grid.css
|
|
265
|
+
- app/assets/stylesheets/css/components/hotkey.css
|
|
265
266
|
- app/assets/stylesheets/css/components/input.css
|
|
266
267
|
- app/assets/stylesheets/css/components/modal.css
|
|
267
268
|
- app/assets/stylesheets/css/components/tooltip.css
|
|
@@ -275,6 +276,7 @@ files:
|
|
|
275
276
|
- app/assets/stylesheets/css/components/ui/panel.css
|
|
276
277
|
- app/assets/stylesheets/css/components/ui/panel_header.css
|
|
277
278
|
- app/assets/stylesheets/css/components/ui/radio.css
|
|
279
|
+
- app/assets/stylesheets/css/components/ui/state.css
|
|
278
280
|
- app/assets/stylesheets/css/components/ui/tabs.css
|
|
279
281
|
- app/assets/stylesheets/css/css-animations.css
|
|
280
282
|
- app/assets/stylesheets/css/fields/code.css
|
|
@@ -299,26 +301,21 @@ files:
|
|
|
299
301
|
- app/assets/stylesheets/css/tooltips.css
|
|
300
302
|
- app/assets/stylesheets/css/typography.css
|
|
301
303
|
- app/assets/stylesheets/css/variables.css
|
|
302
|
-
- app/assets/svgs/avo/arrow-circle-right.svg
|
|
303
304
|
- app/assets/svgs/avo/arrow-left.svg
|
|
304
305
|
- app/assets/svgs/avo/avocado.svg
|
|
305
306
|
- app/assets/svgs/avo/badge-check-sm.svg
|
|
306
|
-
- app/assets/svgs/avo/bell.svg
|
|
307
307
|
- app/assets/svgs/avo/check-circle.svg
|
|
308
308
|
- app/assets/svgs/avo/chevron-down.svg
|
|
309
309
|
- app/assets/svgs/avo/chevron-right.svg
|
|
310
310
|
- app/assets/svgs/avo/chevron-up.svg
|
|
311
|
+
- app/assets/svgs/avo/circle-minus.svg
|
|
311
312
|
- app/assets/svgs/avo/code.svg
|
|
312
|
-
- app/assets/svgs/avo/color-swatch.svg
|
|
313
|
-
- app/assets/svgs/avo/dashboards.svg
|
|
314
313
|
- app/assets/svgs/avo/document-text.svg
|
|
315
314
|
- app/assets/svgs/avo/download.svg
|
|
316
315
|
- app/assets/svgs/avo/editor-ordered-list.svg
|
|
317
316
|
- app/assets/svgs/avo/exclamation-circle-sm.svg
|
|
318
317
|
- app/assets/svgs/avo/exclamation-sm.svg
|
|
319
|
-
- app/assets/svgs/avo/exclamation.svg
|
|
320
318
|
- app/assets/svgs/avo/failed_to_load.svg
|
|
321
|
-
- app/assets/svgs/avo/filter.svg
|
|
322
319
|
- app/assets/svgs/avo/fire.svg
|
|
323
320
|
- app/assets/svgs/avo/font.svg
|
|
324
321
|
- app/assets/svgs/avo/game-board.svg
|
|
@@ -328,7 +325,6 @@ files:
|
|
|
328
325
|
- app/assets/svgs/avo/information-circle-sm.svg
|
|
329
326
|
- app/assets/svgs/avo/information-circle.svg
|
|
330
327
|
- app/assets/svgs/avo/library.svg
|
|
331
|
-
- app/assets/svgs/avo/logout.svg
|
|
332
328
|
- app/assets/svgs/avo/map-empty-state.svg
|
|
333
329
|
- app/assets/svgs/avo/map-view-type.svg
|
|
334
330
|
- app/assets/svgs/avo/menu-back.svg
|
|
@@ -339,11 +335,6 @@ files:
|
|
|
339
335
|
- app/assets/svgs/avo/plus-circle.svg
|
|
340
336
|
- app/assets/svgs/avo/plus.svg
|
|
341
337
|
- app/assets/svgs/avo/question-mark-circle.svg
|
|
342
|
-
- app/assets/svgs/avo/resources.svg
|
|
343
|
-
- app/assets/svgs/avo/save.svg
|
|
344
|
-
- app/assets/svgs/avo/selector.svg
|
|
345
|
-
- app/assets/svgs/avo/sort-ascending.svg
|
|
346
|
-
- app/assets/svgs/avo/sort-descending.svg
|
|
347
338
|
- app/assets/svgs/avo/square-kanban.svg
|
|
348
339
|
- app/assets/svgs/avo/switch-horizontal.svg
|
|
349
340
|
- app/assets/svgs/avo/switch-vertical.svg
|
|
@@ -352,8 +343,6 @@ files:
|
|
|
352
343
|
- app/assets/svgs/avo/three-dots.svg
|
|
353
344
|
- app/assets/svgs/avo/thumbs-down.svg
|
|
354
345
|
- app/assets/svgs/avo/thumbs-up.svg
|
|
355
|
-
- app/assets/svgs/avo/times.svg
|
|
356
|
-
- app/assets/svgs/avo/tools.svg
|
|
357
346
|
- app/assets/svgs/avo/triangle-up.svg
|
|
358
347
|
- app/assets/svgs/avo/user-circle.svg
|
|
359
348
|
- app/assets/svgs/avo/view-grid-add.svg
|
|
@@ -622,6 +611,8 @@ files:
|
|
|
622
611
|
- app/components/avo/items/switcher_component.rb
|
|
623
612
|
- app/components/avo/items/visible_items_component.html.erb
|
|
624
613
|
- app/components/avo/items/visible_items_component.rb
|
|
614
|
+
- app/components/avo/keyboard_shortcuts_component.html.erb
|
|
615
|
+
- app/components/avo/keyboard_shortcuts_component.rb
|
|
625
616
|
- app/components/avo/loading_component.html.erb
|
|
626
617
|
- app/components/avo/loading_component.rb
|
|
627
618
|
- app/components/avo/media_library/item_details_component.html.erb
|
|
@@ -735,9 +726,11 @@ files:
|
|
|
735
726
|
- app/javascript/js/controllers/actions_overflow_controller.js
|
|
736
727
|
- app/javascript/js/controllers/actions_picker_controller.js
|
|
737
728
|
- app/javascript/js/controllers/attachments_controller.js
|
|
729
|
+
- app/javascript/js/controllers/base_modal_controller.js
|
|
738
730
|
- app/javascript/js/controllers/boolean_filter_controller.js
|
|
739
731
|
- app/javascript/js/controllers/card_filters_controller.js
|
|
740
732
|
- app/javascript/js/controllers/color_scheme_switcher_controller.js
|
|
733
|
+
- app/javascript/js/controllers/confirm_dialog_controller.js
|
|
741
734
|
- app/javascript/js/controllers/copy_to_clipboard_controller.js
|
|
742
735
|
- app/javascript/js/controllers/dashboard_card_controller.js
|
|
743
736
|
- app/javascript/js/controllers/date_time_filter_controller.js
|
|
@@ -774,6 +767,7 @@ files:
|
|
|
774
767
|
- app/javascript/js/controllers/nested_form_controller.js
|
|
775
768
|
- app/javascript/js/controllers/password_visibility_controller.js
|
|
776
769
|
- app/javascript/js/controllers/per_page_controller.js
|
|
770
|
+
- app/javascript/js/controllers/persistent_modal_controller.js
|
|
777
771
|
- app/javascript/js/controllers/preview_controller.js
|
|
778
772
|
- app/javascript/js/controllers/record_selector_controller.js
|
|
779
773
|
- app/javascript/js/controllers/resource_edit_controller.js
|
|
@@ -794,9 +788,11 @@ files:
|
|
|
794
788
|
- app/javascript/js/controllers/trix_body_controller.js
|
|
795
789
|
- app/javascript/js/custom-confirm.js
|
|
796
790
|
- app/javascript/js/custom-stream-actions.js
|
|
791
|
+
- app/javascript/js/global_hotkeys.js
|
|
797
792
|
- app/javascript/js/helpers/cast_boolean.js
|
|
798
793
|
- app/javascript/js/helpers/debounce_promise.js
|
|
799
794
|
- app/javascript/js/helpers/index.js
|
|
795
|
+
- app/javascript/js/helpers/toggle_hidden.js
|
|
800
796
|
- app/javascript/js/local-storage-service.js
|
|
801
797
|
- app/javascript/late-registration.js
|
|
802
798
|
- app/views/avo/actions/show.html.erb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
2
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
|
|
3
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor"><path d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01"></path></svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.4 2H2V8.4H8.4V2Z" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M18 2H11.6V8.4H18V2Z" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M8.4 11.6001H2V18.0001H8.4V11.6001Z" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M18 11.6001H11.6V18.0001H18V11.6001Z" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor"><path d="M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z"></path></svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
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_47_764)">
|
|
3
|
-
<path d="M1.52386 18V11.1428H6.8572" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M19.0476 18H0" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M6.85718 18.0001V6.57153H12.1905" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
<path d="M17.5238 2H12.1905V18H17.5238V2Z" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<clipPath id="clip0_47_764">
|
|
10
|
-
<rect width="20" height="20" fill="white"/>
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 515 450" style="enable-background:new 0 0 515 450;" xml:space="preserve">
|
|
2
|
-
<path d="M438.4,116.4l-72.3-72.3c-7.8-7.8-18.3-12.1-29.2-12.1h-231C83,32,64.5,50.5,64.5,73.4v303.3c0,22.8,18.5,41.4,41.4,41.4
|
|
3
|
-
h303.3c22.8,0,41.4-18.5,41.4-41.4v-231C450.5,134.7,446.1,124.1,438.4,116.4L438.4,116.4z M298.9,73.4v68.9H188.6V73.4H298.9z
|
|
4
|
-
M404,376.6H111c-2.9,0-5.2-2.3-5.2-5.2V78.5c0-2.9,2.3-5.2,5.2-5.2h36.2V163c0,11.4,9.3,20.7,20.7,20.7h151.6
|
|
5
|
-
c11.4,0,20.7-9.3,20.7-20.7V76.7l67.4,67.4c1,1,1.5,2.3,1.5,3.7v223.7C409.1,374.3,406.8,376.6,404,376.6L404,376.6z M257.5,204.3
|
|
6
|
-
c-41.8,0-75.8,34-75.8,75.8s34,75.8,75.8,75.8s75.8-34,75.8-75.8S299.3,204.3,257.5,204.3z M257.5,314.6c-19,0-34.5-15.5-34.5-34.5
|
|
7
|
-
s15.5-34.5,34.5-34.5s34.5,15.5,34.5,34.5S276.5,314.6,257.5,314.6z"/>
|
|
8
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor"><path d="M8 9l4-4 4 4m0 6l-4 4-4-4"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor"><path d="M3 4h13M3 8h9m-9 4h6m4 0l4-4m0 0l4 4m-4-4v12"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor"><path d="M3 4h13M3 8h9m-9 4h9m5-4v12m0 0l-4-4m4 4l4-4"></path></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M17.5702 5.2533C18.0073 6.27384 18.1143 7.4055 17.8762 8.48986C17.6381 9.57423 17.0669 10.557 16.2425 11.3006C15.4182 12.0442 14.3819 12.5114 13.2788 12.6367C12.1757 12.7621 11.061 12.5394 10.0908 11.9997V11.9997L5.41832 17.4135C5.04279 17.789 4.53348 18 4.0024 18C3.47133 18 2.96201 17.789 2.58649 17.4135C2.21097 17.038 2 16.5287 2 15.9976C2 15.4665 2.21097 14.9572 2.58649 14.5817L8.00028 9.90916C7.46064 8.93895 7.23791 7.82427 7.36328 6.72119C7.48864 5.6181 7.95582 4.58183 8.69941 3.75746C9.443 2.93308 10.4258 2.36188 11.5101 2.12381C12.5945 1.88574 13.7262 1.99273 14.7467 2.4298L11.2486 5.91962L11.7233 8.2767L14.0804 8.75144L17.5702 5.2533Z" stroke="#757D8A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|