@ldmjs/ui 1.0.0-dev-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +15 -0
- package/.eslintrc.json +299 -0
- package/.yarnrc.yml +1 -0
- package/README.md +1 -0
- package/config/webpack.config.build.js +130 -0
- package/config/webpack.config.dev.js +85 -0
- package/dist/main.umd.js +311 -0
- package/dist/main.umd.js.LICENSE.txt +13 -0
- package/index.html +18 -0
- package/main.ts +10 -0
- package/package.json +44 -0
- package/src/app.vue +12 -0
- package/src/index.ts +45 -0
- package/src/ld-icon/icons/access_control_24.svg +3 -0
- package/src/ld-icon/icons/account_tree_black_24.svg +3 -0
- package/src/ld-icon/icons/add_a_stage_24.svg +3 -0
- package/src/ld-icon/icons/add_column_24.svg +3 -0
- package/src/ld-icon/icons/add_outline_24.svg +3 -0
- package/src/ld-icon/icons/add_user_24.svg +3 -0
- package/src/ld-icon/icons/add_user_24_max.svg +3 -0
- package/src/ld-icon/icons/additional_zone_mode_24.svg +5 -0
- package/src/ld-icon/icons/additional_zone_mode_24_max.svg +3 -0
- package/src/ld-icon/icons/archive_24.svg +3 -0
- package/src/ld-icon/icons/archive_24_max.svg +3 -0
- package/src/ld-icon/icons/arrow_downward_24.svg +3 -0
- package/src/ld-icon/icons/arrow_downward_24_max.svg +3 -0
- package/src/ld-icon/icons/arrow_upward_24.svg +3 -0
- package/src/ld-icon/icons/arrow_upward_24_max.svg +3 -0
- package/src/ld-icon/icons/assignment_24.svg +3 -0
- package/src/ld-icon/icons/attach_file_outline_24_1.svg +3 -0
- package/src/ld-icon/icons/attach_file_outline_24_2.svg +3 -0
- package/src/ld-icon/icons/attach_file_outline_24_3.svg +3 -0
- package/src/ld-icon/icons/attach_file_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/attantion_outline_24.svg +3 -0
- package/src/ld-icon/icons/attribute_label_24.svg +3 -0
- package/src/ld-icon/icons/back_24.svg +3 -0
- package/src/ld-icon/icons/back_24_max.svg +3 -0
- package/src/ld-icon/icons/back_to_base_doc_24.svg +3 -0
- package/src/ld-icon/icons/burger_menu_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/business_processes_24.svg +3 -0
- package/src/ld-icon/icons/cancel_outline_24.svg +3 -0
- package/src/ld-icon/icons/change_user_24.svg +4 -0
- package/src/ld-icon/icons/chat_24.svg +3 -0
- package/src/ld-icon/icons/chat_24_max.svg +3 -0
- package/src/ld-icon/icons/class_24.svg +3 -0
- package/src/ld-icon/icons/class_24_max.svg +3 -0
- package/src/ld-icon/icons/clear_date_outline_24.svg +3 -0
- package/src/ld-icon/icons/clip_outline_24_max.svg +10 -0
- package/src/ld-icon/icons/clock_24.svg +3 -0
- package/src/ld-icon/icons/clock_24_max.svg +3 -0
- package/src/ld-icon/icons/clock_outline_24.svg +3 -0
- package/src/ld-icon/icons/close_24_max.svg +3 -0
- package/src/ld-icon/icons/close_fullscreen_24.svg +3 -0
- package/src/ld-icon/icons/close_fullscreen_24_max.svg +3 -0
- package/src/ld-icon/icons/collapse_16.svg +4 -0
- package/src/ld-icon/icons/collapse_24.svg +4 -0
- package/src/ld-icon/icons/collapse_accordion_24.svg +3 -0
- package/src/ld-icon/icons/collapse_panel_24.svg +3 -0
- package/src/ld-icon/icons/collapse_tree_24.svg +3 -0
- package/src/ld-icon/icons/collapse_window_24.svg +3 -0
- package/src/ld-icon/icons/color_design_24.svg +3 -0
- package/src/ld-icon/icons/column_view_24.svg +3 -0
- package/src/ld-icon/icons/column_view_24_max.svg +3 -0
- package/src/ld-icon/icons/component_24.svg +3 -0
- package/src/ld-icon/icons/content_24.svg +3 -0
- package/src/ld-icon/icons/content_24_max.svg +3 -0
- package/src/ld-icon/icons/content_storage_management_24.svg +3 -0
- package/src/ld-icon/icons/control_24.svg +3 -0
- package/src/ld-icon/icons/copy_24.svg +3 -0
- package/src/ld-icon/icons/correspondent_24.svg +3 -0
- package/src/ld-icon/icons/correspondent_24_max-1.svg +3 -0
- package/src/ld-icon/icons/correspondent_24_max.svg +3 -0
- package/src/ld-icon/icons/create_a_desktop_outline_24.svg +3 -0
- package/src/ld-icon/icons/create_a_desktop_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/date_range_24.svg +5 -0
- package/src/ld-icon/icons/date_range_24_max.svg +3 -0
- package/src/ld-icon/icons/delegate_24.svg +3 -0
- package/src/ld-icon/icons/delete_24.svg +3 -0
- package/src/ld-icon/icons/delete_24_max.svg +3 -0
- package/src/ld-icon/icons/delete_user_24.svg +3 -0
- package/src/ld-icon/icons/delete_user_24_max.svg +3 -0
- package/src/ld-icon/icons/denied_24.svg +4 -0
- package/src/ld-icon/icons/department_24.svg +3 -0
- package/src/ld-icon/icons/departments_24.svg +3 -0
- package/src/ld-icon/icons/deploy_grid_24.svg +3 -0
- package/src/ld-icon/icons/dev_24.svg +10 -0
- package/src/ld-icon/icons/document_24.svg +3 -0
- package/src/ld-icon/icons/document_24_max.svg +3 -0
- package/src/ld-icon/icons/done_outline_24.svg +3 -0
- package/src/ld-icon/icons/done_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/down_to_the_end_24.svg +3 -0
- package/src/ld-icon/icons/edit_24.svg +3 -0
- package/src/ld-icon/icons/edit_24_max.svg +3 -0
- package/src/ld-icon/icons/edit_grid_24.svg +3 -0
- package/src/ld-icon/icons/electronic_signature_24.svg +3 -0
- package/src/ld-icon/icons/email_24.svg +3 -0
- package/src/ld-icon/icons/email_24_max.svg +3 -0
- package/src/ld-icon/icons/email_outline_24.svg +3 -0
- package/src/ld-icon/icons/email_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/event_24.svg +3 -0
- package/src/ld-icon/icons/event_24_max.svg +3 -0
- package/src/ld-icon/icons/expand_16.svg +4 -0
- package/src/ld-icon/icons/expand_24.svg +5 -0
- package/src/ld-icon/icons/expand_accordion__24.svg +3 -0
- package/src/ld-icon/icons/expand_navigation_panel_24.svg +3 -0
- package/src/ld-icon/icons/expand_panel_24.svg +3 -0
- package/src/ld-icon/icons/expand_tree_24.svg +3 -0
- package/src/ld-icon/icons/favourites_24.svg +3 -0
- package/src/ld-icon/icons/favourites_24_max.svg +3 -0
- package/src/ld-icon/icons/file_24.svg +3 -0
- package/src/ld-icon/icons/file_24_max.svg +3 -0
- package/src/ld-icon/icons/file_outline_24.svg +3 -0
- package/src/ld-icon/icons/file_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/filter_list_24.svg +3 -0
- package/src/ld-icon/icons/filter_list_24_max.svg +3 -0
- package/src/ld-icon/icons/folder_24.svg +3 -0
- package/src/ld-icon/icons/folder_24_max.svg +3 -0
- package/src/ld-icon/icons/folder_back_24.svg +3 -0
- package/src/ld-icon/icons/folder_files_24.svg +3 -0
- package/src/ld-icon/icons/folder_outline_24.svg +3 -0
- package/src/ld-icon/icons/folder_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/forbidden_24.svg +3 -0
- package/src/ld-icon/icons/forward_24.svg +3 -0
- package/src/ld-icon/icons/forward_24_max.svg +3 -0
- package/src/ld-icon/icons/from_project_outline_24.svg +3 -0
- package/src/ld-icon/icons/get_app_24.svg +3 -0
- package/src/ld-icon/icons/get_app_24_max.svg +3 -0
- package/src/ld-icon/icons/help_24.svg +3 -0
- package/src/ld-icon/icons/history_outline_24.svg +3 -0
- package/src/ld-icon/icons/history_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/home_24.svg +3 -0
- package/src/ld-icon/icons/home_24_max.svg +3 -0
- package/src/ld-icon/icons/host_24.svg +3 -0
- package/src/ld-icon/icons/info_24-1.svg +3 -0
- package/src/ld-icon/icons/info_24.svg +3 -0
- package/src/ld-icon/icons/info_24_max.svg +3 -0
- package/src/ld-icon/icons/info_outline_24.svg +3 -0
- package/src/ld-icon/icons/input_marker_24.svg +3 -0
- package/src/ld-icon/icons/insert_diagonal_link_outline_24.svg +3 -0
- package/src/ld-icon/icons/insert_link_outline_24.svg +3 -0
- package/src/ld-icon/icons/interaction_management_24.svg +3 -0
- package/src/ld-icon/icons/label_outline_24.svg +3 -0
- package/src/ld-icon/icons/label_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/lamp_24.svg +3 -0
- package/src/ld-icon/icons/lamp_24_max.svg +3 -0
- package/src/ld-icon/icons/list_view_24.svg +3 -0
- package/src/ld-icon/icons/list_view_24_max.svg +3 -0
- package/src/ld-icon/icons/live_help_24_max.svg +3 -0
- package/src/ld-icon/icons/lock_24.svg +3 -0
- package/src/ld-icon/icons/lock_24_max.svg +3 -0
- package/src/ld-icon/icons/lock_open_outline_24.svg +3 -0
- package/src/ld-icon/icons/lock_open_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/logicgroup_24.svg +3 -0
- package/src/ld-icon/icons/logo_windows_24.svg +3 -0
- package/src/ld-icon/icons/mailing_group_department_24.svg +3 -0
- package/src/ld-icon/icons/mass_actions_24.svg +3 -0
- package/src/ld-icon/icons/maximize_window_outline_24.svg +6 -0
- package/src/ld-icon/icons/mini_pin_24.svg +3 -0
- package/src/ld-icon/icons/model_resolutions_24.svg +3 -0
- package/src/ld-icon/icons/monitor_24.svg +3 -0
- package/src/ld-icon/icons/more_vert_24_max.svg +3 -0
- package/src/ld-icon/icons/more_vert_24s.svg +3 -0
- package/src/ld-icon/icons/multi_volume_archive_24.svg +4 -0
- package/src/ld-icon/icons/negative_report_accepted_24.svg +4 -0
- package/src/ld-icon/icons/new_version_24.svg +3 -0
- package/src/ld-icon/icons/next_24.svg +4 -0
- package/src/ld-icon/icons/next_24_max.svg +3 -0
- package/src/ld-icon/icons/notyfications_24.svg +3 -0
- package/src/ld-icon/icons/notyfications_24_max.svg +3 -0
- package/src/ld-icon/icons/object_right.svg +4 -0
- package/src/ld-icon/icons/on_hold_24.svg +3 -0
- package/src/ld-icon/icons/on_hold_outline_24.svg +3 -0
- package/src/ld-icon/icons/open_in_full_24.svg +3 -0
- package/src/ld-icon/icons/open_in_full_24_max.svg +3 -0
- package/src/ld-icon/icons/open_modal_24.svg +3 -0
- package/src/ld-icon/icons/open_modal_24_max.svg +4 -0
- package/src/ld-icon/icons/pages_outline_24.svg +3 -0
- package/src/ld-icon/icons/pages_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/parallel_24.svg +3 -0
- package/src/ld-icon/icons/parallel_24_max.svg +3 -0
- package/src/ld-icon/icons/pause_18.svg +3 -0
- package/src/ld-icon/icons/photo_camera_24_max.svg +10 -0
- package/src/ld-icon/icons/pie_chart_24.svg +3 -0
- package/src/ld-icon/icons/pie_chart_24_max.svg +3 -0
- package/src/ld-icon/icons/pin_24.svg +3 -0
- package/src/ld-icon/icons/preview_mode_off_24.svg +3 -0
- package/src/ld-icon/icons/preview_mode_off_24_max.svg +3 -0
- package/src/ld-icon/icons/preview_mode_on_24.svg +3 -0
- package/src/ld-icon/icons/preview_mode_on_24_max.svg +3 -0
- package/src/ld-icon/icons/previous_24.svg +3 -0
- package/src/ld-icon/icons/previous_24_max.svg +3 -0
- package/src/ld-icon/icons/print_24.svg +3 -0
- package/src/ld-icon/icons/print_24_max.svg +3 -0
- package/src/ld-icon/icons/project_24.svg +3 -0
- package/src/ld-icon/icons/project_24_max.svg +3 -0
- package/src/ld-icon/icons/read_email_24.svg +3 -0
- package/src/ld-icon/icons/recipient_24.svg +3 -0
- package/src/ld-icon/icons/recipient_organization_24.svg +3 -0
- package/src/ld-icon/icons/redirect_24.svg +3 -0
- package/src/ld-icon/icons/redirect_24_max.svg +3 -0
- package/src/ld-icon/icons/refresh_outline_24.svg +3 -0
- package/src/ld-icon/icons/refresh_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/related_files_outline_24.svg +3 -0
- package/src/ld-icon/icons/remove_24.svg +3 -0
- package/src/ld-icon/icons/remove_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/rename_outline_24.svg +3 -0
- package/src/ld-icon/icons/repeat_report_for_user_24.svg +3 -0
- package/src/ld-icon/icons/reply_24.svg +3 -0
- package/src/ld-icon/icons/reply_24_max.svg +3 -0
- package/src/ld-icon/icons/restore_deleted_24.svg +3 -0
- package/src/ld-icon/icons/role_24.svg +3 -0
- package/src/ld-icon/icons/role_icon_24.svg +3 -0
- package/src/ld-icon/icons/roll_up_grid_24.svg +3 -0
- package/src/ld-icon/icons/save_24.svg +3 -0
- package/src/ld-icon/icons/save_24_max.svg +3 -0
- package/src/ld-icon/icons/scan_24.svg +3 -0
- package/src/ld-icon/icons/scheduler_24_1.svg +3 -0
- package/src/ld-icon/icons/scheduler_24_2.svg +3 -0
- package/src/ld-icon/icons/search_outline_24.svg +3 -0
- package/src/ld-icon/icons/search_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/select_the_widget_24.svg +3 -0
- package/src/ld-icon/icons/send_24.svg +3 -0
- package/src/ld-icon/icons/send_24_max.svg +3 -0
- package/src/ld-icon/icons/sequential_24.svg +3 -0
- package/src/ld-icon/icons/sequential_24_max.svg +3 -0
- package/src/ld-icon/icons/settings_24.svg +3 -0
- package/src/ld-icon/icons/settings_24_max.svg +3 -0
- package/src/ld-icon/icons/share_24.svg +3 -0
- package/src/ld-icon/icons/share_24_max.svg +3 -0
- package/src/ld-icon/icons/show_recipients_outline_24.svg +3 -0
- package/src/ld-icon/icons/sort_outline_24.svg +3 -0
- package/src/ld-icon/icons/stamp_24.svg +3 -0
- package/src/ld-icon/icons/star_outline_24.svg +3 -0
- package/src/ld-icon/icons/star_outline_24_max.svg +3 -0
- package/src/ld-icon/icons/start_the_route_24_max.svg +3 -0
- package/src/ld-icon/icons/statistics_24.svg +3 -0
- package/src/ld-icon/icons/stop_the_route_24.svg +3 -0
- package/src/ld-icon/icons/subsystem_24.svg +3 -0
- package/src/ld-icon/icons/successfully_24.svg +4 -0
- package/src/ld-icon/icons/table_view_24.svg +3 -0
- package/src/ld-icon/icons/table_view_24_max.svg +3 -0
- package/src/ld-icon/icons/tag_24.svg +3 -0
- package/src/ld-icon/icons/the_report_is_accepted_24.svg +3 -0
- package/src/ld-icon/icons/to_the_begining_24.svg +3 -0
- package/src/ld-icon/icons/to_the_end_24.svg +3 -0
- package/src/ld-icon/icons/typical__route_24_max.svg +7 -0
- package/src/ld-icon/icons/typical_route_24-1.svg +3 -0
- package/src/ld-icon/icons/typical_route_24.svg +3 -0
- package/src/ld-icon/icons/unarchive_24.svg +3 -0
- package/src/ld-icon/icons/undo_outline_24.svg +3 -0
- package/src/ld-icon/icons/unpin_navigation_panel_24.svg +3 -0
- package/src/ld-icon/icons/up_24.svg +3 -0
- package/src/ld-icon/icons/up_to_the_begining_24.svg +3 -0
- package/src/ld-icon/icons/user_icon_24.svg +3 -0
- package/src/ld-icon/icons/user_icon_24_max.svg +3 -0
- package/src/ld-icon/icons/user_rights_24.svg +3 -0
- package/src/ld-icon/icons/verified_user_24.svg +3 -0
- package/src/ld-icon/icons/verified_user_24_max.svg +3 -0
- package/src/ld-icon/icons/viewing_24.svg +7 -0
- package/src/ld-icon/icons/vocabulary_24.svg +3 -0
- package/src/ld-icon/icons/warning_24.svg +3 -0
- package/src/ld-icon/icons/warning_24_max.svg +3 -0
- package/src/ld-icon/icons/warning_outline_24.svg +3 -0
- package/src/ld-icon/icons/whats_new_24.svg +3 -0
- package/src/ld-icon/icons/work_outline_24.svg +3 -0
- package/src/ld-icon/icons/work_outline_24_max.svg +3 -0
- package/src/ld-icon/icons.html +37 -0
- package/src/ld-icon/icons.json +147 -0
- package/src/ld-icon/icons.md +2 -0
- package/src/ld-icon/ld-icon.ts +59 -0
- package/src/ld-icon/ld-icon.vue +1 -0
- package/src/ld-icon/svg-icon.ts +10 -0
- package/src/ld-icon/svg-icon.vue +6 -0
- package/tsconfig.json +32 -0
- package/typings/declarations.d.ts +2 -0
- package/typings/vue-shims.d.ts +19 -0
- package/typings/vue.d.ts +34 -0
package/dist/main.umd.js
ADDED
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("vue"), require("vue-class-component"), require("vue-property-decorator"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("ldm-ui", ["vue", "vue-class-component", "vue-property-decorator"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["ldm-ui"] = factory(require("vue"), require("vue-class-component"), require("vue-property-decorator"));
|
|
8
|
+
else
|
|
9
|
+
root["ldm-ui"] = factory(root["vue"], root["vue-class-component"], root["vue-property-decorator"]);
|
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__380__, __WEBPACK_EXTERNAL_MODULE__299__, __WEBPACK_EXTERNAL_MODULE__70__) => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 262:
|
|
16
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
17
|
+
|
|
18
|
+
var __webpack_unused_export__;
|
|
19
|
+
|
|
20
|
+
__webpack_unused_export__ = ({ value: true });
|
|
21
|
+
// runtime helper for setting properties on components
|
|
22
|
+
// in a tree-shakable way
|
|
23
|
+
exports.A = (sfc, props) => {
|
|
24
|
+
const target = sfc.__vccOpts || sfc;
|
|
25
|
+
for (const [key, val] of props) {
|
|
26
|
+
target[key] = val;
|
|
27
|
+
}
|
|
28
|
+
return target;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/***/ }),
|
|
33
|
+
|
|
34
|
+
/***/ 380:
|
|
35
|
+
/***/ ((module) => {
|
|
36
|
+
|
|
37
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__380__;
|
|
38
|
+
|
|
39
|
+
/***/ }),
|
|
40
|
+
|
|
41
|
+
/***/ 299:
|
|
42
|
+
/***/ ((module) => {
|
|
43
|
+
|
|
44
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__299__;
|
|
45
|
+
|
|
46
|
+
/***/ }),
|
|
47
|
+
|
|
48
|
+
/***/ 70:
|
|
49
|
+
/***/ ((module) => {
|
|
50
|
+
|
|
51
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__70__;
|
|
52
|
+
|
|
53
|
+
/***/ })
|
|
54
|
+
|
|
55
|
+
/******/ });
|
|
56
|
+
/************************************************************************/
|
|
57
|
+
/******/ // The module cache
|
|
58
|
+
/******/ var __webpack_module_cache__ = {};
|
|
59
|
+
/******/
|
|
60
|
+
/******/ // The require function
|
|
61
|
+
/******/ function __webpack_require__(moduleId) {
|
|
62
|
+
/******/ // Check if module is in cache
|
|
63
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
64
|
+
/******/ if (cachedModule !== undefined) {
|
|
65
|
+
/******/ return cachedModule.exports;
|
|
66
|
+
/******/ }
|
|
67
|
+
/******/ // Create a new module (and put it into the cache)
|
|
68
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
69
|
+
/******/ // no module.id needed
|
|
70
|
+
/******/ // no module.loaded needed
|
|
71
|
+
/******/ exports: {}
|
|
72
|
+
/******/ };
|
|
73
|
+
/******/
|
|
74
|
+
/******/ // Execute the module function
|
|
75
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
76
|
+
/******/
|
|
77
|
+
/******/ // Return the exports of the module
|
|
78
|
+
/******/ return module.exports;
|
|
79
|
+
/******/ }
|
|
80
|
+
/******/
|
|
81
|
+
/************************************************************************/
|
|
82
|
+
/******/ /* webpack/runtime/define property getters */
|
|
83
|
+
/******/ (() => {
|
|
84
|
+
/******/ // define getter functions for harmony exports
|
|
85
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
86
|
+
/******/ for(var key in definition) {
|
|
87
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
88
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
89
|
+
/******/ }
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/ };
|
|
92
|
+
/******/ })();
|
|
93
|
+
/******/
|
|
94
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
95
|
+
/******/ (() => {
|
|
96
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
97
|
+
/******/ })();
|
|
98
|
+
/******/
|
|
99
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
100
|
+
/******/ (() => {
|
|
101
|
+
/******/ // define __esModule on exports
|
|
102
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
103
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
104
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
105
|
+
/******/ }
|
|
106
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
107
|
+
/******/ };
|
|
108
|
+
/******/ })();
|
|
109
|
+
/******/
|
|
110
|
+
/************************************************************************/
|
|
111
|
+
var __webpack_exports__ = {};
|
|
112
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
113
|
+
(() => {
|
|
114
|
+
// ESM COMPAT FLAG
|
|
115
|
+
__webpack_require__.r(__webpack_exports__);
|
|
116
|
+
|
|
117
|
+
// EXPORTS
|
|
118
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
119
|
+
"default": () => (/* binding */ src)
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
// EXTERNAL MODULE: external "vue"
|
|
123
|
+
var external_vue_ = __webpack_require__(380);
|
|
124
|
+
// EXTERNAL MODULE: external "vue-class-component"
|
|
125
|
+
var external_vue_class_component_ = __webpack_require__(299);
|
|
126
|
+
// EXTERNAL MODULE: external "vue-property-decorator"
|
|
127
|
+
var external_vue_property_decorator_ = __webpack_require__(70);
|
|
128
|
+
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-icon/svg-icon.vue?vue&type=template&id=65e09608
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
const _hoisted_1 = { style: {"fill":"transparent","stroke":"transparent"} }
|
|
132
|
+
const _hoisted_2 = ["href"]
|
|
133
|
+
|
|
134
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
135
|
+
return ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("svg", _hoisted_1, [
|
|
136
|
+
(0,external_vue_.createElementVNode)("use", { href: _ctx.href }, null, 8 /* PROPS */, _hoisted_2)
|
|
137
|
+
]))
|
|
138
|
+
}
|
|
139
|
+
;// CONCATENATED MODULE: ./src/ld-icon/svg-icon.vue?vue&type=template&id=65e09608
|
|
140
|
+
|
|
141
|
+
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use[0]!./src/ld-icon/svg-icon.ts?vue&type=script&lang=js&external
|
|
142
|
+
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
143
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
144
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
145
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
146
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
147
|
+
};
|
|
148
|
+
var __metadata = (undefined && undefined.__metadata) || function (k, v) {
|
|
149
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
class SvgIconComponent extends external_vue_property_decorator_.Vue {
|
|
153
|
+
get href() {
|
|
154
|
+
return `${this.path}/${this.icon}.svg#${this.icon}`;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
__decorate([
|
|
158
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
159
|
+
__metadata("design:type", String)
|
|
160
|
+
], SvgIconComponent.prototype, "icon", void 0);
|
|
161
|
+
__decorate([
|
|
162
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
163
|
+
__metadata("design:type", String)
|
|
164
|
+
], SvgIconComponent.prototype, "path", void 0);
|
|
165
|
+
|
|
166
|
+
;// CONCATENATED MODULE: ./src/ld-icon/svg-icon.ts?vue&type=script&lang=js&external
|
|
167
|
+
|
|
168
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
169
|
+
var exportHelper = __webpack_require__(262);
|
|
170
|
+
;// CONCATENATED MODULE: ./src/ld-icon/svg-icon.vue
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
;
|
|
176
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.A)(SvgIconComponent, [['render',render]])
|
|
177
|
+
|
|
178
|
+
/* harmony default export */ const svg_icon = (__exports__);
|
|
179
|
+
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use[0]!./src/ld-icon/ld-icon.ts?vue&type=script&lang=js&external
|
|
180
|
+
var ld_iconvue_type_script_lang_js_external_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
181
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
182
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
183
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
184
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
185
|
+
};
|
|
186
|
+
var ld_iconvue_type_script_lang_js_external_metadata = (undefined && undefined.__metadata) || function (k, v) {
|
|
187
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
let IconButtonComponent = class IconButtonComponent extends external_vue_class_component_.Vue {
|
|
193
|
+
constructor() {
|
|
194
|
+
super(...arguments);
|
|
195
|
+
this.current = '';
|
|
196
|
+
}
|
|
197
|
+
onIconChange() {
|
|
198
|
+
this.current = this.icon.trim();
|
|
199
|
+
}
|
|
200
|
+
created() {
|
|
201
|
+
if (this.icon) {
|
|
202
|
+
this.current = this.icon.trim();
|
|
203
|
+
return;
|
|
204
|
+
}
|
|
205
|
+
if (this.$slots.default) {
|
|
206
|
+
const slot = this.$slots.default()?.[0];
|
|
207
|
+
if (slot && slot.children && typeof slot.children === 'string') {
|
|
208
|
+
this.current = slot.children.trim();
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
get props() {
|
|
213
|
+
return {
|
|
214
|
+
path: this.path,
|
|
215
|
+
width: this.width,
|
|
216
|
+
height: this.height,
|
|
217
|
+
};
|
|
218
|
+
}
|
|
219
|
+
get array() {
|
|
220
|
+
return this.map.icons.find((el) => el[0] === this.current) || [];
|
|
221
|
+
}
|
|
222
|
+
get className() {
|
|
223
|
+
if (this.color) {
|
|
224
|
+
return [`${this.color}--text`];
|
|
225
|
+
}
|
|
226
|
+
return [];
|
|
227
|
+
}
|
|
228
|
+
};
|
|
229
|
+
ld_iconvue_type_script_lang_js_external_decorate([
|
|
230
|
+
(0,external_vue_property_decorator_.Prop)({ default: () => ({ icons: [] }) }),
|
|
231
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:type", Object)
|
|
232
|
+
], IconButtonComponent.prototype, "map", void 0);
|
|
233
|
+
ld_iconvue_type_script_lang_js_external_decorate([
|
|
234
|
+
(0,external_vue_property_decorator_.Prop)({ default: 'icons' }),
|
|
235
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:type", String)
|
|
236
|
+
], IconButtonComponent.prototype, "path", void 0);
|
|
237
|
+
ld_iconvue_type_script_lang_js_external_decorate([
|
|
238
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
239
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:type", String)
|
|
240
|
+
], IconButtonComponent.prototype, "icon", void 0);
|
|
241
|
+
ld_iconvue_type_script_lang_js_external_decorate([
|
|
242
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
243
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:type", String)
|
|
244
|
+
], IconButtonComponent.prototype, "color", void 0);
|
|
245
|
+
ld_iconvue_type_script_lang_js_external_decorate([
|
|
246
|
+
(0,external_vue_property_decorator_.Prop)({ default: '24' }),
|
|
247
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:type", String)
|
|
248
|
+
], IconButtonComponent.prototype, "width", void 0);
|
|
249
|
+
ld_iconvue_type_script_lang_js_external_decorate([
|
|
250
|
+
(0,external_vue_property_decorator_.Prop)({ default: '24' }),
|
|
251
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:type", String)
|
|
252
|
+
], IconButtonComponent.prototype, "height", void 0);
|
|
253
|
+
ld_iconvue_type_script_lang_js_external_decorate([
|
|
254
|
+
(0,external_vue_property_decorator_.Watch)('icon'),
|
|
255
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:type", Function),
|
|
256
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:paramtypes", []),
|
|
257
|
+
ld_iconvue_type_script_lang_js_external_metadata("design:returntype", void 0)
|
|
258
|
+
], IconButtonComponent.prototype, "onIconChange", null);
|
|
259
|
+
IconButtonComponent = ld_iconvue_type_script_lang_js_external_decorate([
|
|
260
|
+
(0,external_vue_class_component_.Options)({
|
|
261
|
+
components: {
|
|
262
|
+
'svg-icon': svg_icon,
|
|
263
|
+
},
|
|
264
|
+
template: `
|
|
265
|
+
<svg-icon v-if="array" :icon="array[1]" :class="className" :path="path" v-bind="props" />
|
|
266
|
+
<span v-else> icon is not found: {{ current }} </span>
|
|
267
|
+
`,
|
|
268
|
+
})
|
|
269
|
+
], IconButtonComponent);
|
|
270
|
+
/* harmony default export */ const ld_iconvue_type_script_lang_js_external = (IconButtonComponent);
|
|
271
|
+
|
|
272
|
+
;// CONCATENATED MODULE: ./src/ld-icon/ld-icon.ts?vue&type=script&lang=js&external
|
|
273
|
+
|
|
274
|
+
;// CONCATENATED MODULE: ./src/ld-icon/ld-icon.vue
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
const ld_icon_exports_ = ld_iconvue_type_script_lang_js_external;
|
|
279
|
+
|
|
280
|
+
/* harmony default export */ const ld_icon = (ld_icon_exports_);
|
|
281
|
+
;// CONCATENATED MODULE: ./src/index.ts
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
const ldmuiPlugin = {
|
|
285
|
+
install(vue, options) {
|
|
286
|
+
if (false) {}
|
|
287
|
+
let cmp = (0,external_vue_.defineComponent)(ld_icon);
|
|
288
|
+
cmp = cmp.setup.__vccOpts;
|
|
289
|
+
cmp = {
|
|
290
|
+
...cmp,
|
|
291
|
+
props: {
|
|
292
|
+
...cmp.props,
|
|
293
|
+
path: {
|
|
294
|
+
default: options.LdIcon.path
|
|
295
|
+
},
|
|
296
|
+
map: {
|
|
297
|
+
default: options.LdIcon.map
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
};
|
|
301
|
+
vue.component('ld-icon', (0,external_vue_.defineComponent)(cmp));
|
|
302
|
+
},
|
|
303
|
+
};
|
|
304
|
+
/* harmony default export */ const src = (ldmuiPlugin);
|
|
305
|
+
|
|
306
|
+
})();
|
|
307
|
+
|
|
308
|
+
/******/ return __webpack_exports__;
|
|
309
|
+
/******/ })()
|
|
310
|
+
;
|
|
311
|
+
});
|
package/index.html
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
|
|
7
|
+
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
|
|
8
|
+
<meta http-equiv="Pragma" content="no-cache">
|
|
9
|
+
<title>LDM-UI</title>
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<noscript>
|
|
13
|
+
<!-- <strong>We're sorry but example doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> -->
|
|
14
|
+
<strong>Извините, приложение не может работать без включенного JavaScript. Пожалуйста, включите эту возможность!</strong>
|
|
15
|
+
</noscript>
|
|
16
|
+
<div id="app"></div>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
package/main.ts
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ldmjs/ui",
|
|
3
|
+
"version": "1.0.0-dev-1",
|
|
4
|
+
"description": "ldm ui",
|
|
5
|
+
"main": "dist/main.umd.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "webpack serve --config config/webpack.config.dev.js --progress --profile",
|
|
8
|
+
"build": "webpack --config config/webpack.config.build.js --stats-error-details"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/ldmjs/ui.git"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"ldm",
|
|
16
|
+
"ui"
|
|
17
|
+
],
|
|
18
|
+
"author": "ldmjs <nevezhin@lanit.ru>",
|
|
19
|
+
"license": "ISC",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/ldmjs/ui/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://github.com/ldmjs/ui#readme",
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@typescript-eslint/eslint-plugin": "5.41.0",
|
|
26
|
+
"@typescript-eslint/parser": "5.41.0",
|
|
27
|
+
"terser-webpack-plugin": "5.3.10",
|
|
28
|
+
"typescript": "4.9.5",
|
|
29
|
+
"vue": "3.4.21",
|
|
30
|
+
"vue-loader": "17.3.1",
|
|
31
|
+
"webpack": "5.90.2",
|
|
32
|
+
"webpack-cli": "5.1.4"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@types/eslint": "^8",
|
|
36
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
37
|
+
"eslint": "8.56.0",
|
|
38
|
+
"html-webpack-plugin": "5.6.0",
|
|
39
|
+
"ts-loader": "9.5.1",
|
|
40
|
+
"vue-class-component": "8.0.0-rc.1",
|
|
41
|
+
"vue-property-decorator": "10.0.0-rc.3",
|
|
42
|
+
"webpack-dev-server": "4.15.1"
|
|
43
|
+
}
|
|
44
|
+
}
|
package/src/app.vue
ADDED
package/src/index.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { App, defineComponent } from 'vue';
|
|
2
|
+
import ldicon from '@/ld-icon/ld-icon.vue';
|
|
3
|
+
|
|
4
|
+
const ldmuiPlugin = {
|
|
5
|
+
install(vue: App, options?: {
|
|
6
|
+
LdIcon: {
|
|
7
|
+
path: string;
|
|
8
|
+
map: {
|
|
9
|
+
icons: Array<[string, string]>;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}) {
|
|
13
|
+
if ($DEV) {
|
|
14
|
+
ldicon.props = {
|
|
15
|
+
...ldicon.props,
|
|
16
|
+
path: {
|
|
17
|
+
default: options?.LdIcon?.path ?? 'icons',
|
|
18
|
+
},
|
|
19
|
+
map: {
|
|
20
|
+
default: options?.LdIcon?.map ?? { icons: [] }
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
vue.component('ld-icon', ldicon);
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
let cmp: any = defineComponent(ldicon);
|
|
27
|
+
cmp = cmp.setup.__vccOpts;
|
|
28
|
+
cmp = {
|
|
29
|
+
...cmp,
|
|
30
|
+
props: {
|
|
31
|
+
...cmp.props,
|
|
32
|
+
path: {
|
|
33
|
+
default: options.LdIcon.path
|
|
34
|
+
},
|
|
35
|
+
map: {
|
|
36
|
+
default: options.LdIcon.map
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
vue.component('ld-icon', defineComponent(cmp));
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export default ldmuiPlugin;
|
|
45
|
+
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="access_control_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM14.5 13C16.433 13 18 11.433 18 9.5C18 7.567 16.433 6 14.5 6C12.567 6 11 7.567 11 9.5C11 9.93939 11.081 10.3599 11.2288 10.7473L6 16V18H8V17H10V15H11V14H12.5L13.4524 12.8405C13.7832 12.9441 14.1351 13 14.5 13ZM15.55 10.55C14.95 11.15 14.05 11.15 13.45 10.55C12.85 9.95 12.85 9.05 13.45 8.45C14.05 7.85 14.95 7.85 15.55 8.45C16.15 9.05 16.15 9.95 15.55 10.55Z" fill="currentColor"/>
|
|
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" id="account_tree_black_24">
|
|
2
|
+
<path d="M19.5 10C19.7761 10 20 9.77614 20 9.5V5.5C20 5.22386 19.7761 5 19.5 5H15.5C15.2239 5 15 5.22386 15 5.5V7H9V5.5C9 5.22386 8.77614 5 8.5 5H4.5C4.22386 5 4 5.22386 4 5.5V9.5C4 9.77614 4.22386 10 4.5 10H8.5C8.77614 10 9 9.77614 9 9.5V8H12V16C12 16.5523 12.4477 17 13 17H15V18.5C15 18.7761 15.2239 19 15.5 19H19.5C19.7761 19 20 18.7761 20 18.5V14.5C20 14.2239 19.7761 14 19.5 14H15.5C15.2239 14 15 14.2239 15 14.5V16H13V8H15V9.5C15 9.77614 15.2239 10 15.5 10H19.5Z" fill="currentColor"/>
|
|
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" id="add_a_stage_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 3H9V6H12V8H9V11H7V8H4V6H7V3ZM7.00781 19.5V13H9V19H18V8H14V6.01562H18.5312C19.3562 6.01562 20.0312 6.69063 20.0312 7.51562V19.5C20.0312 20.325 19.3562 21 18.5312 21H8.50781C7.68281 21 7.00781 20.325 7.00781 19.5Z" fill="currentColor"/>
|
|
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" id="add_column_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18H4.5C4.22386 18 4 17.7761 4 17.5V6.5C4 6.22386 4.22386 6 4.5 6H7.5ZM12.5 6C12.7761 6 13 6.22386 13 6.5V10.5C13 10.7761 12.7761 11 12.5 11H9.5C9.22386 11 9 10.7761 9 10.5V6.5C9 6.22386 9.22386 6 9.5 6H12.5ZM15 10H17V13H20V15H17V18H15V15H12V13H15V10Z" fill="currentColor"/>
|
|
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" id="add_outline_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 6C11.4477 6 11 6.44772 11 7V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H11V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H13V7C13 6.44772 12.5523 6 12 6Z" fill="currentColor"/>
|
|
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" id="add_user_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.50024 3C7.2241 3 7.00024 3.22386 7.00024 3.5V6H4.50024C4.2241 6 4.00024 6.22386 4.00024 6.5V7.5C4.00024 7.77614 4.2241 8 4.50024 8H7.00024V10.5C7.00024 10.7761 7.2241 11 7.50024 11H8.50024C8.77639 11 9.00024 10.7761 9.00024 10.5V8H11.5002C11.7764 8 12.0002 7.77614 12.0002 7.5V6.5C12.0002 6.22386 11.7764 6 11.5002 6H9.00024V3.5C9.00024 3.22386 8.77639 3 8.50024 3H7.50024ZM10.5 18.4468C10.8752 19.5625 13.3889 21 15.5 21C17.6111 21 20.219 19.4688 20.5 18.4468C20.5 16.8511 17.1667 16 15.5 16C13.8333 16 10.5 16.8511 10.5 18.4468ZM15.5 14C16.8807 14 18 12.8807 18 11.5C18 10.1193 16.8807 9 15.5 9C14.1193 9 13 10.1193 13 11.5C13 12.8807 14.1193 14 15.5 14Z" fill="currentColor"/>
|
|
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" id="add_user_24_max">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 1.5C6 1.22386 6.22386 1 6.5 1H7.5C7.77614 1 8 1.22386 8 1.5V5L11.499 5C11.7752 5 11.999 5.22386 11.999 5.5V6.5C11.999 6.77614 11.7752 7 11.499 7H8V10.5C8 10.7761 7.77614 11 7.5 11H6.5C6.22386 11 6 10.7761 6 10.5V7H2.49902C2.22288 7 1.99902 6.77614 1.99902 6.5V5.5C1.99902 5.22386 2.22288 5 2.49902 5L6 5V1.5ZM16 8C17.7 8 19 9.3 19 11C19 12.7 17.7 14 16 14C14.3 14 13 12.7 13 11C13 9.3 14.3 8 16 8ZM16 22.2C13.5 22.2 11.3 20.9 10 19C10 17 14 15.9 16 15.9C18 15.9 22 17 22 19C20.7 20.9 18.5 22.2 16 22.2Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="additional_zone_mode_24">
|
|
2
|
+
<path d="M13.01 9.99609H16.9983V11H13.01V9.99609ZM18.5022 6H5.49829C4.67329 6 3.99829 6.675 3.99829 7.5V17.5C3.99829 18.325 4.67329 19 5.49829 19H18.5022C19.3272 19 20.0022 18.325 20.0022 17.5V7.5C20.0022 6.675 19.3272 6 18.5022 6ZM18.0022 17H12V8H18.0022V17Z" fill="currentColor"/>
|
|
3
|
+
<path d="M16.9983 11.9961H13.01V13H16.9983V11.9961Z" fill="currentColor"/>
|
|
4
|
+
<path d="M16.9983 13.9961H13.01V15H16.9983V13.9961Z" fill="currentColor"/>
|
|
5
|
+
</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" id="additional_zone_mode_24_max">
|
|
2
|
+
<path d="M13 12H20V13.5H13V12ZM13 9.5H20V11H13V9.5ZM13 14.5H20V16H13V14.5ZM21 4H3C1.9 4 1 4.9 1 6V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V6C23 4.9 22.1 4 21 4ZM21 19H12V6H21V19Z" fill="currentColor"/>
|
|
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" id="archive_24">
|
|
2
|
+
<path d="M18.6422 6.73444L17.5611 5.42778C17.3511 5.16333 17.0322 5 16.6667 5H7.33333C6.96778 5 6.64889 5.16333 6.43111 5.42778L5.35778 6.73444C5.13222 6.99889 5 7.34889 5 7.72222V17.4444C5 18.3 5.7 19 6.55556 19H17.4444C18.3 19 19 18.3 19 17.4444V7.72222C19 7.34889 18.8678 6.99889 18.6422 6.73444ZM12 16L7.72222 12H10V10H14V12H16.2778L12 16ZM6.55556 7L7.5 6H16.5L17.5 7H6.55556Z" fill="currentColor"/>
|
|
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" id="archive_24_max">
|
|
2
|
+
<path d="M20.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V6.5C21 6.02 20.83 5.57 20.54 5.23ZM12 17.5L6.5 12H10V9H14V12H17.5L12 17.5ZM5.12 5L5.93 4H17.93L18.87 5H5.12Z" fill="currentColor"/>
|
|
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" id="arrow_downward_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 6C13 5.44771 12.5523 5 12 5C11.4477 5 11 5.44772 11 6L11 16.5858L7.70711 13.2929C7.31658 12.9024 6.68342 12.9024 6.29289 13.2929C5.90237 13.6834 5.90237 14.3166 6.29289 14.7071L11.2426 19.6569C11.6332 20.0474 12.2663 20.0474 12.6569 19.6569L17.6066 14.7071C17.9971 14.3166 17.9971 13.6834 17.6066 13.2929C17.2161 12.9024 16.5829 12.9024 16.1924 13.2929L13 16.4853L13 6Z" fill="currentColor"/>
|
|
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" id="arrow_downward_24_max">
|
|
2
|
+
<path d="M11 5.00002L11 16.17L6.12003 11.29C5.73003 10.9 5.09003 10.9 4.70003 11.29C4.31003 11.68 4.31003 12.31 4.70003 12.7L11.29 19.29C11.68 19.68 12.31 19.68 12.7 19.29L19.3 12.71C19.69 12.32 19.69 11.69 19.3 11.3C18.91 10.91 18.28 10.91 17.89 11.3L13 16.17L13 5.00002C13 4.45002 12.55 4.00002 12 4.00002C11.45 4.00002 11 4.45002 11 5.00002Z" fill="currentColor"/>
|
|
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" id="arrow_upward_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8995 18.9498C10.8995 19.5021 11.3472 19.9498 11.8995 19.9498C12.4518 19.9498 12.8995 19.5021 12.8995 18.9498L12.8995 8.364L16.1924 11.6569C16.5829 12.0474 17.2161 12.0474 17.6066 11.6569C17.9971 11.2664 17.9971 10.6332 17.6066 10.2427L12.6568 5.29291C12.2663 4.90239 11.6332 4.90239 11.2426 5.29291L6.29289 10.2427C5.90236 10.6332 5.90236 11.2664 6.29289 11.6569C6.68341 12.0474 7.31658 12.0474 7.7071 11.6569L10.8995 8.46447L10.8995 18.9498Z" fill="currentColor"/>
|
|
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" id="arrow_upward_24_max">
|
|
2
|
+
<path d="M13 19V7.82998L17.88 12.71C18.27 13.1 18.91 13.1 19.3 12.71C19.69 12.32 19.69 11.69 19.3 11.3L12.71 4.70998C12.32 4.31998 11.69 4.31998 11.3 4.70998L4.69997 11.29C4.30997 11.68 4.30997 12.31 4.69997 12.7C5.08997 13.09 5.71997 13.09 6.10997 12.7L11 7.82998V19C11 19.55 11.45 20 12 20C12.55 20 13 19.55 13 19Z" fill="currentColor"/>
|
|
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" id="assignment_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 5.00391H17.509C18.334 5.00391 19.009 5.67891 19.009 6.50391V18.5C19.009 19.325 18.334 20 17.509 20H6.5C5.675 20 5 19.325 5 18.5V6.50391C5 5.67891 5.61372 5.00391 6.43872 5.00391H10C10.315 4.13391 11.025 3.50391 12 3.50391C12.975 3.50391 13.685 4.13391 14 5.00391ZM8 16H16.0012V14H8V16ZM8 12H16.0012V10H8V12ZM12.0012 7C12.5535 7 13.0012 6.55228 13.0012 6C13.0012 5.44772 12.5535 5 12.0012 5C11.4489 5 11.0012 5.44772 11.0012 6C11.0012 6.55228 11.4489 7 12.0012 7Z" fill="currentColor"/>
|
|
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" id="attach_file_outline_24_1">
|
|
2
|
+
<path d="M15.5 8C15.2239 8 15 8.22386 15 8.5V16C15 17.6073 13.6575 19 12 19C10.3425 19 9 17.6073 9 16V7C9 5.99636 9.965 5 11 5C12.035 5 13 5.99636 13 7V14C13 14.4 12.5469 15 12 15C11.4469 15 11 14.4 11 14V8.5C11 8.22386 10.7761 8 10.5 8C10.2239 8 10 8.22386 10 8.5V14C10 15.0036 10.965 16 12 16C13.035 16 14 15.0036 14 14V7C14 5.39273 12.6575 4 11 4C9.3425 4 8 5.39273 8 7V16C8 18.2109 9.72 20 12 20C14.28 20 16 18.2109 16 16V8.5C16 8.22386 15.7761 8 15.5 8Z" fill="currentColor"/>
|
|
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" id="attach_file_outline_24_2">
|
|
2
|
+
<path d="M16.866 5.57178C15.4804 4.77178 13.6179 5.19761 12.7679 6.66985L8.76794 13.5981C8.21794 14.5507 8.54736 15.7801 9.49999 16.3301C10.4526 16.8801 11.682 16.5507 12.232 15.5981L15.482 9.96889C15.6201 9.72975 15.5382 9.42395 15.299 9.28588C15.0599 9.14781 14.7541 9.22975 14.616 9.46889L11.366 15.0981C11.066 15.6177 10.5196 15.7641 9.99999 15.4641C9.48038 15.1641 9.33396 14.6177 9.63396 14.0981L13.634 7.16985C14.184 6.21723 15.4134 5.8878 16.366 6.4378C17.3186 6.9878 17.6481 8.21723 17.0981 9.16985L12.5981 16.9641C11.7981 18.3497 9.97223 18.9122 8.49999 18.0622C7.11435 17.2622 6.60191 15.3497 7.40191 13.9641L11.1519 7.46889C11.29 7.22975 11.208 6.92395 10.9689 6.78588C10.7298 6.64781 10.424 6.72975 10.2859 6.96889L6.53589 13.4641C5.43589 15.3693 6.09473 17.8282 7.99999 18.9282C9.90525 20.0282 12.3641 19.3693 13.4641 17.4641L17.9641 9.66985C18.8141 8.19761 18.3383 6.42178 16.866 5.57178Z" fill="currentColor"/>
|
|
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" id="attach_file_outline_24_3">
|
|
2
|
+
<path d="M13 4C11.4 4 10 5.3 10 7V15C10 16.1 10.9 17 12 17C13.1 17 14 16.1 14 15V8.5C14 8.22386 13.7761 8 13.5 8C13.2239 8 13 8.22386 13 8.5V15C13 15.6 12.6 16 12 16C11.4 16 11 15.6 11 15V7C11 5.9 11.9 5 13 5C14.1 5 15 5.9 15 7V16C15 17.6 13.7 19 12 19C10.4 19 9 17.6 9 16V8.5C9 8.22386 8.77614 8 8.5 8C8.22386 8 8 8.22386 8 8.5V16C8 18.2 9.8 20 12 20C14.2 20 16 18.2 16 16V7C16 5.3 14.7 4 13 4Z" fill="currentColor"/>
|
|
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" id="attach_file_outline_24_max">
|
|
2
|
+
<path d="M17.25 6C16.8358 6 16.5 6.33579 16.5 6.75V17.5C16.5 19.71 14.71 21.5 12.5 21.5C10.29 21.5 8.5 19.71 8.5 17.5V5C8.5 3.62 9.62 2.5 11 2.5C12.38 2.5 13.5 3.62 13.5 5V15.5C13.5 16.05 13.05 16.5 12.5 16.5C11.95 16.5 11.5 16.05 11.5 15.5V6.75C11.5 6.33579 11.1642 6 10.75 6C10.3358 6 10 6.33579 10 6.75V15.5C10 16.88 11.12 18 12.5 18C13.88 18 15 16.88 15 15.5V5C15 2.79 13.21 1 11 1C8.79 1 7 2.79 7 5V17.5C7 20.54 9.46 23 12.5 23C15.54 23 18 20.54 18 17.5V6.75C18 6.33579 17.6642 6 17.25 6Z" fill="currentColor"/>
|
|
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" id="attantion_outline_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12ZM11.5 8C11.2239 8 11 8.22386 11 8.5V12.5C11 12.7761 11.2239 13 11.5 13H12.5C12.7761 13 13 12.7761 13 12.5V8.5C13 8.22386 12.7761 8 12.5 8H11.5ZM11 15.1C11 15.6 11.4 16 11.9 16H12.1C12.6 16 13 15.6 13 15.1V14.9C13 14.4 12.6 14 12.1 14H11.9C11.4 14 11 14.4 11 14.9V15.1Z" fill="currentColor"/>
|
|
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" id="attribute_label_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 6C4.67157 6 4 6.67157 4 7.5V16.5C4 17.3284 4.67157 18 5.5 18H18.5C19.3284 18 20 17.3284 20 16.5V7.5C20 6.67157 19.3284 6 18.5 6H5.5ZM14 9.5C14 10.8807 13.1046 12 12 12C10.8954 12 10 10.8807 10 9.5C10 8.11929 10.8954 7 12 7C13.1046 7 14 8.11929 14 9.5ZM7 16.9896C7 16.9896 7.00002 15.6985 7.47992 14.9937C9.00891 12.7484 12 12.9979 12 12.9979C12 12.9979 14.9911 12.7484 16.5201 14.9937C17 15.6985 17 16.9896 17 16.9896H12H7Z" fill="currentColor"/>
|
|
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" id="back_24">
|
|
2
|
+
<path d="M12 9V6.60355C12 6.38083 11.7307 6.26929 11.5732 6.42678L6.35355 11.6464C6.15829 11.8417 6.15829 12.1583 6.35355 12.3536L11.5732 17.5732C11.7307 17.7307 12 17.6192 12 17.3964V15H17C17.5523 15 18 14.5523 18 14V10C18 9.44772 17.5523 9 17 9H12Z" fill="currentColor"/>
|
|
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" id="back_24_max">
|
|
2
|
+
<path d="M12 8V4.60355C12 4.38083 11.7307 4.26929 11.5732 4.42678L4.35355 11.6464C4.15829 11.8417 4.15829 12.1583 4.35355 12.3536L11.5732 19.5732C11.7307 19.7307 12 19.6192 12 19.3964V16H19C19.5523 16 20 15.5523 20 15V9C20 8.44772 19.5523 8 19 8H12Z" fill="currentColor"/>
|
|
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" id="back_to_base_doc_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM7 12H10V17H14V12H17L12 6L7 12Z" fill="currentColor"/>
|
|
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" id="burger_menu_outline_24_max">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 6.5C3 6.22386 3.22386 6 3.5 6H20.5C20.7761 6 21 6.22386 21 6.5V7.5C21 7.77614 20.7761 8 20.5 8H3.5C3.22386 8 3 7.77614 3 7.5V6.5ZM3 11.5C3 11.2239 3.22386 11 3.5 11H20.5C20.7761 11 21 11.2239 21 11.5V12.5C21 12.7761 20.7761 13 20.5 13H3.5C3.22386 13 3 12.7761 3 12.5V11.5ZM21 16.5C21 16.2239 20.7761 16 20.5 16H3.5C3.22386 16 3 16.2239 3 16.5V17.5C3 17.7761 3.22386 18 3.5 18H20.5C20.7761 18 21 17.7761 21 17.5V16.5Z" fill="currentColor"/>
|
|
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" id="business_processes_24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3536 2.3536C12.1583 2.15834 11.8417 2.15834 11.6464 2.3536L8 6.00005H7.5C6.11929 6.00005 5 7.11933 5 8.50005V14H2.5C1.67157 14 1 14.6716 1 15.5V19.5C1 20.3285 1.67157 21 2.5 21H8.5C9.32843 21 10 20.3285 10 19.5V15.5C10 14.6716 9.32843 14 8.5 14H6V8.50005C6 7.67162 6.67157 7.00005 7.5 7.00005H8L11.6464 10.6465C11.8417 10.8418 12.1583 10.8418 12.3536 10.6465L16 7.00005H16.5C17.3284 7.00005 18 7.67162 18 8.50005V14H15.5C14.6716 14 14 14.6716 14 15.5V19.5C14 20.3285 14.6716 21 15.5 21H21.5C22.3284 21 23 20.3285 23 19.5V15.5C23 14.6716 22.3284 14 21.5 14H19V8.50005C19 7.11934 17.8807 6.00005 16.5 6.00005H16L12.3536 2.3536ZM3 19V16H8V19H3ZM16 16V19H21V16H16Z" fill="currentColor"/>
|
|
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" id="cancel_outline_24">
|
|
2
|
+
<path d="M15.8891 15.8891C16.1277 15.6505 16.1277 15.2635 15.8891 15.0249L12.8642 12L15.8891 8.97519C16.1277 8.73654 16.1277 8.3496 15.8891 8.11095C15.6504 7.8723 15.2635 7.8723 15.0248 8.11095L12 11.1358L8.97515 8.11095C8.7365 7.8723 8.34957 7.8723 8.11091 8.11095C7.87226 8.3496 7.87226 8.73654 8.11091 8.97519L11.1358 12L8.11091 15.0249C7.87226 15.2635 7.87226 15.6505 8.11091 15.8891C8.34957 16.1278 8.7365 16.1278 8.97515 15.8891L12 12.8643L15.0248 15.8891C15.2635 16.1278 15.6504 16.1278 15.8891 15.8891Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="change_user_24">
|
|
2
|
+
<path d="M16 7C17.7 7 19 8.3 19 10C19 11.7 17.7 13 16 13C14.3 13 13 11.7 13 10C13 8.3 14.3 7 16 7ZM16 21.2C13.5 21.2 11.3 19.9 10 18C10 16 14 14.9 16 14.9C18 14.9 22 16 22 18C20.7 19.9 18.5 21.2 16 21.2Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.66685 8.6759C6.6813 8.66434 6.69525 8.65188 6.70864 8.63849L11.6465 3.70067C11.8417 3.50541 11.8417 3.18883 11.6465 2.99357L10.9393 2.28646C10.7441 2.0912 10.4275 2.0912 10.2322 2.28646L5.84312 6.67558L3.86822 4.70068C3.67295 4.50542 3.35637 4.50542 3.16111 4.70068L2.454 5.40778C2.25874 5.60305 2.25874 5.91963 2.454 6.11489L5.48737 9.14826C5.68264 9.34353 5.99922 9.34353 6.19448 9.14826L6.66685 8.6759Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|