@univerjs/icons-vue 1.12.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/arrow-left-icon.cjs +46 -0
- package/dist/cjs/boxplot-icon.cjs +30 -22
- package/dist/cjs/connection-line-icon.cjs +55 -0
- package/dist/cjs/crop-icon.cjs +1 -1
- package/dist/cjs/{zoom-reduce-icon.cjs → cursors-icon.cjs} +10 -10
- package/dist/cjs/{warn-icon.cjs → exclamation-icon.cjs} +6 -6
- package/dist/cjs/export-icon.cjs +2 -2
- package/dist/cjs/fountain-pen-icon.cjs +85 -0
- package/dist/cjs/grip-horizontal-icon.cjs +92 -0
- package/dist/cjs/hand-icon.cjs +78 -0
- package/dist/cjs/import-icon.cjs +49 -0
- package/dist/cjs/index.cjs +134 -85
- package/dist/cjs/mermaid-diagram-icon.cjs +96 -0
- package/dist/cjs/mind-map-icon.cjs +75 -0
- package/dist/cjs/{more-function-icon.cjs → more-vertical-icon.cjs} +6 -6
- package/dist/cjs/paint-icon.cjs +84 -0
- package/dist/cjs/precise-selection-icon.cjs +49 -0
- package/dist/cjs/resources-icon.cjs +53 -0
- package/dist/cjs/ruler-icon.cjs +83 -0
- package/dist/cjs/show-dimensions-icon.cjs +119 -0
- package/dist/cjs/{more-icon.cjs → show-toolbar-icon.cjs} +13 -7
- package/dist/cjs/sticky-note-icon.cjs +52 -0
- package/dist/cjs/{solve-icon.cjs → success-outline-icon.cjs} +6 -6
- package/dist/cjs/transitions-icon.cjs +76 -0
- package/dist/cjs/typography-icon.cjs +6 -6
- package/dist/esm/arrow-left-icon.d.ts +18 -0
- package/dist/esm/arrow-left-icon.js +41 -0
- package/dist/esm/boxplot-icon.js +30 -22
- package/dist/esm/connection-line-icon.d.ts +18 -0
- package/dist/esm/connection-line-icon.js +50 -0
- package/dist/esm/crop-icon.js +1 -1
- package/dist/esm/{mistake-icon.d.ts → cursors-icon.d.ts} +2 -2
- package/dist/esm/{zoom-reduce-icon.js → cursors-icon.js} +9 -9
- package/dist/esm/exclamation-icon.d.ts +18 -0
- package/dist/esm/{warn-icon.js → exclamation-icon.js} +5 -5
- package/dist/esm/export-icon.js +2 -2
- package/dist/esm/fountain-pen-icon.d.ts +18 -0
- package/dist/esm/fountain-pen-icon.js +80 -0
- package/dist/esm/grip-horizontal-icon.d.ts +18 -0
- package/dist/esm/grip-horizontal-icon.js +87 -0
- package/dist/esm/{left-icon.d.ts → hand-icon.d.ts} +2 -2
- package/dist/esm/hand-icon.js +73 -0
- package/dist/esm/{back-icon.d.ts → import-icon.d.ts} +2 -2
- package/dist/esm/import-icon.js +44 -0
- package/dist/esm/index.d.ts +20 -13
- package/dist/esm/index.js +21 -14
- package/dist/esm/mermaid-diagram-icon.d.ts +18 -0
- package/dist/esm/mermaid-diagram-icon.js +91 -0
- package/dist/esm/{correct-icon.d.ts → mind-map-icon.d.ts} +2 -2
- package/dist/esm/mind-map-icon.js +70 -0
- package/dist/esm/{more-function-icon.d.ts → more-vertical-icon.d.ts} +2 -2
- package/dist/esm/{more-function-icon.js → more-vertical-icon.js} +5 -5
- package/dist/esm/{solve-icon.d.ts → paint-icon.d.ts} +2 -2
- package/dist/esm/paint-icon.js +79 -0
- package/dist/esm/precise-selection-icon.d.ts +18 -0
- package/dist/esm/precise-selection-icon.js +44 -0
- package/dist/esm/resources-icon.d.ts +18 -0
- package/dist/esm/resources-icon.js +48 -0
- package/dist/esm/{guide-icon.d.ts → ruler-icon.d.ts} +2 -2
- package/dist/esm/ruler-icon.js +78 -0
- package/dist/esm/show-dimensions-icon.d.ts +18 -0
- package/dist/esm/show-dimensions-icon.js +114 -0
- package/dist/esm/show-toolbar-icon.d.ts +18 -0
- package/dist/esm/{guide-icon.js → show-toolbar-icon.js} +12 -6
- package/dist/esm/{zoom-reduce-icon.d.ts → sticky-note-icon.d.ts} +2 -2
- package/dist/esm/sticky-note-icon.js +47 -0
- package/dist/esm/success-outline-icon.d.ts +18 -0
- package/dist/esm/{solve-icon.js → success-outline-icon.js} +5 -5
- package/dist/esm/transitions-icon.d.ts +18 -0
- package/dist/esm/transitions-icon.js +71 -0
- package/dist/esm/typography-icon.js +6 -6
- package/package.json +7 -7
- package/dist/cjs/back-icon.cjs +0 -43
- package/dist/cjs/correct-icon.cjs +0 -45
- package/dist/cjs/guide-icon.cjs +0 -45
- package/dist/cjs/left-icon.cjs +0 -45
- package/dist/cjs/mistake-icon.cjs +0 -43
- package/dist/cjs/resolved-icon.cjs +0 -45
- package/dist/cjs/zen-icon.cjs +0 -43
- package/dist/cjs/zoom-increase-icon.cjs +0 -43
- package/dist/esm/back-icon.js +0 -38
- package/dist/esm/correct-icon.js +0 -40
- package/dist/esm/left-icon.js +0 -40
- package/dist/esm/mistake-icon.js +0 -38
- package/dist/esm/more-icon.d.ts +0 -18
- package/dist/esm/more-icon.js +0 -40
- package/dist/esm/resolved-icon.d.ts +0 -18
- package/dist/esm/resolved-icon.js +0 -40
- package/dist/esm/warn-icon.d.ts +0 -18
- package/dist/esm/zen-icon.d.ts +0 -18
- package/dist/esm/zen-icon.js +0 -38
- package/dist/esm/zoom-increase-icon.d.ts +0 -18
- package/dist/esm/zoom-increase-icon.js +0 -38
package/dist/cjs/index.cjs
CHANGED
|
@@ -12,6 +12,7 @@ let ts_all_border_icon_js = require("./all-border-icon.cjs");
|
|
|
12
12
|
let ts_amplify_icon_js = require("./amplify-icon.cjs");
|
|
13
13
|
let ts_area_chart_icon_js = require("./area-chart-icon.cjs");
|
|
14
14
|
let ts_arrow_down_icon_js = require("./arrow-down-icon.cjs");
|
|
15
|
+
let ts_arrow_left_icon_js = require("./arrow-left-icon.cjs");
|
|
15
16
|
let ts_arrow_right_icon_js = require("./arrow-right-icon.cjs");
|
|
16
17
|
let ts_arrow_tilt_down_icon_js = require("./arrow-tilt-down-icon.cjs");
|
|
17
18
|
let ts_arrow_tilt_up_icon_js = require("./arrow-tilt-up-icon.cjs");
|
|
@@ -19,7 +20,6 @@ let ts_arrow_up_icon_js = require("./arrow-up-icon.cjs");
|
|
|
19
20
|
let ts_ascending_icon_js = require("./ascending-icon.cjs");
|
|
20
21
|
let ts_autowrap_icon_js = require("./autowrap-icon.cjs");
|
|
21
22
|
let ts_avg_icon_js = require("./avg-icon.cjs");
|
|
22
|
-
let ts_back_icon_js = require("./back-icon.cjs");
|
|
23
23
|
let ts_ban_icon_js = require("./ban-icon.cjs");
|
|
24
24
|
let ts_bar_chart_icon_js = require("./bar-chart-icon.cjs");
|
|
25
25
|
let ts_bold_icon_js = require("./bold-icon.cjs");
|
|
@@ -45,13 +45,14 @@ let ts_column_icon_js = require("./column-icon.cjs");
|
|
|
45
45
|
let ts_column_sparkline_icon_js = require("./column-sparkline-icon.cjs");
|
|
46
46
|
let ts_combo_chart_icon_js = require("./combo-chart-icon.cjs");
|
|
47
47
|
let ts_comment_icon_js = require("./comment-icon.cjs");
|
|
48
|
+
let ts_connection_line_icon_js = require("./connection-line-icon.cjs");
|
|
48
49
|
let ts_convert_icon_js = require("./convert-icon.cjs");
|
|
49
50
|
let ts_copy_icon_js = require("./copy-icon.cjs");
|
|
50
|
-
let ts_correct_icon_js = require("./correct-icon.cjs");
|
|
51
51
|
let ts_create_copy_icon_js = require("./create-copy-icon.cjs");
|
|
52
52
|
let ts_crop_icon_js = require("./crop-icon.cjs");
|
|
53
53
|
let ts_cross_highlighting_icon_js = require("./cross-highlighting-icon.cjs");
|
|
54
54
|
let ts_cross_icon_js = require("./cross-icon.cjs");
|
|
55
|
+
let ts_cursors_icon_js = require("./cursors-icon.cjs");
|
|
55
56
|
let ts_custom_sort_icon_js = require("./custom-sort-icon.cjs");
|
|
56
57
|
let ts_cut_icon_js = require("./cut-icon.cjs");
|
|
57
58
|
let ts_data_validation_icon_js = require("./data-validation-icon.cjs");
|
|
@@ -70,6 +71,7 @@ let ts_download_image_icon_js = require("./download-image-icon.cjs");
|
|
|
70
71
|
let ts_dropdown_icon_js = require("./dropdown-icon.cjs");
|
|
71
72
|
let ts_error_icon_js = require("./error-icon.cjs");
|
|
72
73
|
let ts_euro_icon_js = require("./euro-icon.cjs");
|
|
74
|
+
let ts_exclamation_icon_js = require("./exclamation-icon.cjs");
|
|
73
75
|
let ts_expand_ascending_icon_js = require("./expand-ascending-icon.cjs");
|
|
74
76
|
let ts_expand_descending_icon_js = require("./expand-descending-icon.cjs");
|
|
75
77
|
let ts_exponential_icon_js = require("./exponential-icon.cjs");
|
|
@@ -85,6 +87,7 @@ let ts_folder_icon_js = require("./folder-icon.cjs");
|
|
|
85
87
|
let ts_font_size_increase_icon_js = require("./font-size-increase-icon.cjs");
|
|
86
88
|
let ts_font_size_reduce_icon_js = require("./font-size-reduce-icon.cjs");
|
|
87
89
|
let ts_foods_icon_js = require("./foods-icon.cjs");
|
|
90
|
+
let ts_fountain_pen_icon_js = require("./fountain-pen-icon.cjs");
|
|
88
91
|
let ts_freeze_column_icon_js = require("./freeze-column-icon.cjs");
|
|
89
92
|
let ts_freeze_row_icon_js = require("./freeze-row-icon.cjs");
|
|
90
93
|
let ts_freeze_to_selected_icon_js = require("./freeze-to-selected-icon.cjs");
|
|
@@ -95,16 +98,17 @@ let ts_fx_icon_js = require("./fx-icon.cjs");
|
|
|
95
98
|
let ts_graph_icon_js = require("./graph-icon.cjs");
|
|
96
99
|
let ts_grid_icon_js = require("./grid-icon.cjs");
|
|
97
100
|
let ts_grid_outline_icon_js = require("./grid-outline-icon.cjs");
|
|
101
|
+
let ts_grip_horizontal_icon_js = require("./grip-horizontal-icon.cjs");
|
|
98
102
|
let ts_grip_vertical_icon_js = require("./grip-vertical-icon.cjs");
|
|
99
103
|
let ts_group_icon_js = require("./group-icon.cjs");
|
|
100
104
|
let ts_group_sparkline_icon_js = require("./group-sparkline-icon.cjs");
|
|
101
|
-
let ts_guide_icon_js = require("./guide-icon.cjs");
|
|
102
105
|
let ts_h1_icon_js = require("./h1-icon.cjs");
|
|
103
106
|
let ts_h2_icon_js = require("./h2-icon.cjs");
|
|
104
107
|
let ts_h3_icon_js = require("./h3-icon.cjs");
|
|
105
108
|
let ts_h4_icon_js = require("./h4-icon.cjs");
|
|
106
109
|
let ts_h5_icon_js = require("./h5-icon.cjs");
|
|
107
110
|
let ts_h6_icon_js = require("./h6-icon.cjs");
|
|
111
|
+
let ts_hand_icon_js = require("./hand-icon.cjs");
|
|
108
112
|
let ts_header_footer_icon_js = require("./header-footer-icon.cjs");
|
|
109
113
|
let ts_heatmap_icon_js = require("./heatmap-icon.cjs");
|
|
110
114
|
let ts_help_icon_js = require("./help-icon.cjs");
|
|
@@ -113,12 +117,12 @@ let ts_history_icon_js = require("./history-icon.cjs");
|
|
|
113
117
|
let ts_home_icon_js = require("./home-icon.cjs");
|
|
114
118
|
let ts_horizontal_merge_icon_js = require("./horizontal-merge-icon.cjs");
|
|
115
119
|
let ts_horizontally_icon_js = require("./horizontally-icon.cjs");
|
|
120
|
+
let ts_import_icon_js = require("./import-icon.cjs");
|
|
116
121
|
let ts_increase_icon_js = require("./increase-icon.cjs");
|
|
117
122
|
let ts_info_icon_js = require("./info-icon.cjs");
|
|
118
123
|
let ts_insert_icon_js = require("./insert-icon.cjs");
|
|
119
124
|
let ts_italic_icon_js = require("./italic-icon.cjs");
|
|
120
125
|
let ts_keyboard_icon_js = require("./keyboard-icon.cjs");
|
|
121
|
-
let ts_left_icon_js = require("./left-icon.cjs");
|
|
122
126
|
let ts_left_justifying_icon_js = require("./left-justifying-icon.cjs");
|
|
123
127
|
let ts_left_rotation_forty_five_degrees_icon_js = require("./left-rotation-forty-five-degrees-icon.cjs");
|
|
124
128
|
let ts_left_rotation_ninety_degrees_icon_js = require("./left-rotation-ninety-degrees-icon.cjs");
|
|
@@ -132,15 +136,15 @@ let ts_logarithmic_icon_js = require("./logarithmic-icon.cjs");
|
|
|
132
136
|
let ts_max_icon_js = require("./max-icon.cjs");
|
|
133
137
|
let ts_menu_icon_js = require("./menu-icon.cjs");
|
|
134
138
|
let ts_merge_all_icon_js = require("./merge-all-icon.cjs");
|
|
139
|
+
let ts_mermaid_diagram_icon_js = require("./mermaid-diagram-icon.cjs");
|
|
135
140
|
let ts_min_icon_js = require("./min-icon.cjs");
|
|
136
|
-
let
|
|
141
|
+
let ts_mind_map_icon_js = require("./mind-map-icon.cjs");
|
|
137
142
|
let ts_more_down_icon_js = require("./more-down-icon.cjs");
|
|
138
|
-
let ts_more_function_icon_js = require("./more-function-icon.cjs");
|
|
139
143
|
let ts_more_horizontal_icon_js = require("./more-horizontal-icon.cjs");
|
|
140
|
-
let ts_more_icon_js = require("./more-icon.cjs");
|
|
141
144
|
let ts_more_left_icon_js = require("./more-left-icon.cjs");
|
|
142
145
|
let ts_more_right_icon_js = require("./more-right-icon.cjs");
|
|
143
146
|
let ts_more_up_icon_js = require("./more-up-icon.cjs");
|
|
147
|
+
let ts_more_vertical_icon_js = require("./more-vertical-icon.cjs");
|
|
144
148
|
let ts_move_down_icon_js = require("./move-down-icon.cjs");
|
|
145
149
|
let ts_move_up_icon_js = require("./move-up-icon.cjs");
|
|
146
150
|
let ts_moving_average_icon_js = require("./moving-average-icon.cjs");
|
|
@@ -154,6 +158,7 @@ let ts_on_line_icon_js = require("./on-line-icon.cjs");
|
|
|
154
158
|
let ts_one_to_one_icon_js = require("./one-to-one-icon.cjs");
|
|
155
159
|
let ts_order_icon_js = require("./order-icon.cjs");
|
|
156
160
|
let ts_overflow_icon_js = require("./overflow-icon.cjs");
|
|
161
|
+
let ts_paint_icon_js = require("./paint-icon.cjs");
|
|
157
162
|
let ts_pen_icon_js = require("./pen-icon.cjs");
|
|
158
163
|
let ts_people_icon_js = require("./people-icon.cjs");
|
|
159
164
|
let ts_percent_icon_js = require("./percent-icon.cjs");
|
|
@@ -163,6 +168,7 @@ let ts_pivot_table_icon_js = require("./pivot-table-icon.cjs");
|
|
|
163
168
|
let ts_places_icon_js = require("./places-icon.cjs");
|
|
164
169
|
let ts_polynomial_icon_js = require("./polynomial-icon.cjs");
|
|
165
170
|
let ts_power_line_icon_js = require("./power-line-icon.cjs");
|
|
171
|
+
let ts_precise_selection_icon_js = require("./precise-selection-icon.cjs");
|
|
166
172
|
let ts_print_icon_js = require("./print-icon.cjs");
|
|
167
173
|
let ts_protect_icon_js = require("./protect-icon.cjs");
|
|
168
174
|
let ts_quote_icon_js = require("./quote-icon.cjs");
|
|
@@ -176,7 +182,7 @@ let ts_reduce_icon_js = require("./reduce-icon.cjs");
|
|
|
176
182
|
let ts_relationship_icon_js = require("./relationship-icon.cjs");
|
|
177
183
|
let ts_rename_icon_js = require("./rename-icon.cjs");
|
|
178
184
|
let ts_reply_to_comment_icon_js = require("./reply-to-comment-icon.cjs");
|
|
179
|
-
let
|
|
185
|
+
let ts_resources_icon_js = require("./resources-icon.cjs");
|
|
180
186
|
let ts_restore_icon_js = require("./restore-icon.cjs");
|
|
181
187
|
let ts_rhomboid_icon_js = require("./rhomboid-icon.cjs");
|
|
182
188
|
let ts_right_justifying_icon_js = require("./right-justifying-icon.cjs");
|
|
@@ -186,6 +192,7 @@ let ts_rmb_icon_js = require("./rmb-icon.cjs");
|
|
|
186
192
|
let ts_rouble_icon_js = require("./rouble-icon.cjs");
|
|
187
193
|
let ts_roundness_icon_js = require("./roundness-icon.cjs");
|
|
188
194
|
let ts_row_icon_js = require("./row-icon.cjs");
|
|
195
|
+
let ts_ruler_icon_js = require("./ruler-icon.cjs");
|
|
189
196
|
let ts_sankey_icon_js = require("./sankey-icon.cjs");
|
|
190
197
|
let ts_scatter_chart_icon_js = require("./scatter-chart-icon.cjs");
|
|
191
198
|
let ts_search_icon_js = require("./search-icon.cjs");
|
|
@@ -384,12 +391,15 @@ let ts_share_icon_js = require("./share-icon.cjs");
|
|
|
384
391
|
let ts_share_range_icon_js = require("./share-range-icon.cjs");
|
|
385
392
|
let ts_sheet_icon_js = require("./sheet-icon.cjs");
|
|
386
393
|
let ts_shortcut_icon_js = require("./shortcut-icon.cjs");
|
|
394
|
+
let ts_show_dimensions_icon_js = require("./show-dimensions-icon.cjs");
|
|
395
|
+
let ts_show_toolbar_icon_js = require("./show-toolbar-icon.cjs");
|
|
387
396
|
let ts_slideshow_play_icon_js = require("./slideshow-play-icon.cjs");
|
|
388
397
|
let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.cjs");
|
|
389
|
-
let
|
|
398
|
+
let ts_sticky_note_icon_js = require("./sticky-note-icon.cjs");
|
|
390
399
|
let ts_strikethrough_icon_js = require("./strikethrough-icon.cjs");
|
|
391
400
|
let ts_subscript_icon_js = require("./subscript-icon.cjs");
|
|
392
401
|
let ts_success_icon_js = require("./success-icon.cjs");
|
|
402
|
+
let ts_success_outline_icon_js = require("./success-outline-icon.cjs");
|
|
393
403
|
let ts_sum_icon_js = require("./sum-icon.cjs");
|
|
394
404
|
let ts_superscript_icon_js = require("./superscript-icon.cjs");
|
|
395
405
|
let ts_symbols_icon_js = require("./symbols-icon.cjs");
|
|
@@ -398,6 +408,7 @@ let ts_text_icon_js = require("./text-icon.cjs");
|
|
|
398
408
|
let ts_text_type_icon_js = require("./text-type-icon.cjs");
|
|
399
409
|
let ts_text_wrap_shape_icon_js = require("./text-wrap-shape-icon.cjs");
|
|
400
410
|
let ts_topmost_icon_js = require("./topmost-icon.cjs");
|
|
411
|
+
let ts_transitions_icon_js = require("./transitions-icon.cjs");
|
|
401
412
|
let ts_triangle_icon_js = require("./triangle-icon.cjs");
|
|
402
413
|
let ts_truncation_icon_js = require("./truncation-icon.cjs");
|
|
403
414
|
let ts_typography_icon_js = require("./typography-icon.cjs");
|
|
@@ -412,16 +423,12 @@ let ts_up_icon_js = require("./up-icon.cjs");
|
|
|
412
423
|
let ts_vertical_center_icon_js = require("./vertical-center-icon.cjs");
|
|
413
424
|
let ts_vertical_integration_icon_js = require("./vertical-integration-icon.cjs");
|
|
414
425
|
let ts_vertical_text_icon_js = require("./vertical-text-icon.cjs");
|
|
415
|
-
let ts_warn_icon_js = require("./warn-icon.cjs");
|
|
416
426
|
let ts_warning_icon_js = require("./warning-icon.cjs");
|
|
417
427
|
let ts_waterfall_chart_icon_js = require("./waterfall-chart-icon.cjs");
|
|
418
428
|
let ts_winloss_sparkline_icon_js = require("./winloss-sparkline-icon.cjs");
|
|
419
429
|
let ts_write_icon_js = require("./write-icon.cjs");
|
|
420
|
-
let ts_zen_icon_js = require("./zen-icon.cjs");
|
|
421
430
|
let ts_zoom_in_icon_js = require("./zoom-in-icon.cjs");
|
|
422
|
-
let ts_zoom_increase_icon_js = require("./zoom-increase-icon.cjs");
|
|
423
431
|
let ts_zoom_out_icon_js = require("./zoom-out-icon.cjs");
|
|
424
|
-
let ts_zoom_reduce_icon_js = require("./zoom-reduce-icon.cjs");
|
|
425
432
|
let ts_doc_multi_icon_js = require("./doc-multi-icon.cjs");
|
|
426
433
|
let ts_loading_multi_icon_js = require("./loading-multi-icon.cjs");
|
|
427
434
|
let ts_slide_multi_icon_js = require("./slide-multi-icon.cjs");
|
|
@@ -592,6 +599,12 @@ Object.defineProperty(exports, "ArrowDownIcon", {
|
|
|
592
599
|
return ts_arrow_down_icon_js.ArrowDownIcon;
|
|
593
600
|
}
|
|
594
601
|
});
|
|
602
|
+
Object.defineProperty(exports, "ArrowLeftIcon", {
|
|
603
|
+
enumerable: true,
|
|
604
|
+
get: function() {
|
|
605
|
+
return ts_arrow_left_icon_js.ArrowLeftIcon;
|
|
606
|
+
}
|
|
607
|
+
});
|
|
595
608
|
Object.defineProperty(exports, "ArrowRightIcon", {
|
|
596
609
|
enumerable: true,
|
|
597
610
|
get: function() {
|
|
@@ -652,12 +665,6 @@ Object.defineProperty(exports, "AvgIcon", {
|
|
|
652
665
|
return ts_avg_icon_js.AvgIcon;
|
|
653
666
|
}
|
|
654
667
|
});
|
|
655
|
-
Object.defineProperty(exports, "BackIcon", {
|
|
656
|
-
enumerable: true,
|
|
657
|
-
get: function() {
|
|
658
|
-
return ts_back_icon_js.BackIcon;
|
|
659
|
-
}
|
|
660
|
-
});
|
|
661
668
|
Object.defineProperty(exports, "BackSlashDoubleIcon", {
|
|
662
669
|
enumerable: true,
|
|
663
670
|
get: function() {
|
|
@@ -856,6 +863,12 @@ Object.defineProperty(exports, "ConditionsDoubleIcon", {
|
|
|
856
863
|
return ts_conditions_double_icon_js.ConditionsDoubleIcon;
|
|
857
864
|
}
|
|
858
865
|
});
|
|
866
|
+
Object.defineProperty(exports, "ConnectionLineIcon", {
|
|
867
|
+
enumerable: true,
|
|
868
|
+
get: function() {
|
|
869
|
+
return ts_connection_line_icon_js.ConnectionLineIcon;
|
|
870
|
+
}
|
|
871
|
+
});
|
|
859
872
|
Object.defineProperty(exports, "ConvertIcon", {
|
|
860
873
|
enumerable: true,
|
|
861
874
|
get: function() {
|
|
@@ -880,12 +893,6 @@ Object.defineProperty(exports, "CorrectDoubleIcon", {
|
|
|
880
893
|
return ts_correct_double_icon_js.CorrectDoubleIcon;
|
|
881
894
|
}
|
|
882
895
|
});
|
|
883
|
-
Object.defineProperty(exports, "CorrectIcon", {
|
|
884
|
-
enumerable: true,
|
|
885
|
-
get: function() {
|
|
886
|
-
return ts_correct_icon_js.CorrectIcon;
|
|
887
|
-
}
|
|
888
|
-
});
|
|
889
896
|
Object.defineProperty(exports, "CreateCopyIcon", {
|
|
890
897
|
enumerable: true,
|
|
891
898
|
get: function() {
|
|
@@ -910,6 +917,12 @@ Object.defineProperty(exports, "CrossIcon", {
|
|
|
910
917
|
return ts_cross_icon_js.CrossIcon;
|
|
911
918
|
}
|
|
912
919
|
});
|
|
920
|
+
Object.defineProperty(exports, "CursorsIcon", {
|
|
921
|
+
enumerable: true,
|
|
922
|
+
get: function() {
|
|
923
|
+
return ts_cursors_icon_js.CursorsIcon;
|
|
924
|
+
}
|
|
925
|
+
});
|
|
913
926
|
Object.defineProperty(exports, "CustomSortIcon", {
|
|
914
927
|
enumerable: true,
|
|
915
928
|
get: function() {
|
|
@@ -1072,6 +1085,12 @@ Object.defineProperty(exports, "EuroIcon", {
|
|
|
1072
1085
|
return ts_euro_icon_js.EuroIcon;
|
|
1073
1086
|
}
|
|
1074
1087
|
});
|
|
1088
|
+
Object.defineProperty(exports, "ExclamationIcon", {
|
|
1089
|
+
enumerable: true,
|
|
1090
|
+
get: function() {
|
|
1091
|
+
return ts_exclamation_icon_js.ExclamationIcon;
|
|
1092
|
+
}
|
|
1093
|
+
});
|
|
1075
1094
|
Object.defineProperty(exports, "ExpandAscendingIcon", {
|
|
1076
1095
|
enumerable: true,
|
|
1077
1096
|
get: function() {
|
|
@@ -1168,6 +1187,12 @@ Object.defineProperty(exports, "FoodsIcon", {
|
|
|
1168
1187
|
return ts_foods_icon_js.FoodsIcon;
|
|
1169
1188
|
}
|
|
1170
1189
|
});
|
|
1190
|
+
Object.defineProperty(exports, "FountainPenIcon", {
|
|
1191
|
+
enumerable: true,
|
|
1192
|
+
get: function() {
|
|
1193
|
+
return ts_fountain_pen_icon_js.FountainPenIcon;
|
|
1194
|
+
}
|
|
1195
|
+
});
|
|
1171
1196
|
Object.defineProperty(exports, "FreezeColumnIcon", {
|
|
1172
1197
|
enumerable: true,
|
|
1173
1198
|
get: function() {
|
|
@@ -1228,6 +1253,12 @@ Object.defineProperty(exports, "GridOutlineIcon", {
|
|
|
1228
1253
|
return ts_grid_outline_icon_js.GridOutlineIcon;
|
|
1229
1254
|
}
|
|
1230
1255
|
});
|
|
1256
|
+
Object.defineProperty(exports, "GripHorizontalIcon", {
|
|
1257
|
+
enumerable: true,
|
|
1258
|
+
get: function() {
|
|
1259
|
+
return ts_grip_horizontal_icon_js.GripHorizontalIcon;
|
|
1260
|
+
}
|
|
1261
|
+
});
|
|
1231
1262
|
Object.defineProperty(exports, "GripVerticalIcon", {
|
|
1232
1263
|
enumerable: true,
|
|
1233
1264
|
get: function() {
|
|
@@ -1258,12 +1289,6 @@ Object.defineProperty(exports, "GuffawDoubleIcon", {
|
|
|
1258
1289
|
return ts_guffaw_double_icon_js.GuffawDoubleIcon;
|
|
1259
1290
|
}
|
|
1260
1291
|
});
|
|
1261
|
-
Object.defineProperty(exports, "GuideIcon", {
|
|
1262
|
-
enumerable: true,
|
|
1263
|
-
get: function() {
|
|
1264
|
-
return ts_guide_icon_js.GuideIcon;
|
|
1265
|
-
}
|
|
1266
|
-
});
|
|
1267
1292
|
Object.defineProperty(exports, "H1Icon", {
|
|
1268
1293
|
enumerable: true,
|
|
1269
1294
|
get: function() {
|
|
@@ -1300,6 +1325,12 @@ Object.defineProperty(exports, "H6Icon", {
|
|
|
1300
1325
|
return ts_h6_icon_js.H6Icon;
|
|
1301
1326
|
}
|
|
1302
1327
|
});
|
|
1328
|
+
Object.defineProperty(exports, "HandIcon", {
|
|
1329
|
+
enumerable: true,
|
|
1330
|
+
get: function() {
|
|
1331
|
+
return ts_hand_icon_js.HandIcon;
|
|
1332
|
+
}
|
|
1333
|
+
});
|
|
1303
1334
|
Object.defineProperty(exports, "HeaderFooterIcon", {
|
|
1304
1335
|
enumerable: true,
|
|
1305
1336
|
get: function() {
|
|
@@ -1372,6 +1403,12 @@ Object.defineProperty(exports, "ImpatientDoubleIcon", {
|
|
|
1372
1403
|
return ts_impatient_double_icon_js.ImpatientDoubleIcon;
|
|
1373
1404
|
}
|
|
1374
1405
|
});
|
|
1406
|
+
Object.defineProperty(exports, "ImportIcon", {
|
|
1407
|
+
enumerable: true,
|
|
1408
|
+
get: function() {
|
|
1409
|
+
return ts_import_icon_js.ImportIcon;
|
|
1410
|
+
}
|
|
1411
|
+
});
|
|
1375
1412
|
Object.defineProperty(exports, "IncreaseIcon", {
|
|
1376
1413
|
enumerable: true,
|
|
1377
1414
|
get: function() {
|
|
@@ -1468,12 +1505,6 @@ Object.defineProperty(exports, "LeftDoubleDiagonalDoubleIcon", {
|
|
|
1468
1505
|
return ts_left_double_diagonal_double_icon_js.LeftDoubleDiagonalDoubleIcon;
|
|
1469
1506
|
}
|
|
1470
1507
|
});
|
|
1471
|
-
Object.defineProperty(exports, "LeftIcon", {
|
|
1472
|
-
enumerable: true,
|
|
1473
|
-
get: function() {
|
|
1474
|
-
return ts_left_icon_js.LeftIcon;
|
|
1475
|
-
}
|
|
1476
|
-
});
|
|
1477
1508
|
Object.defineProperty(exports, "LeftInsertColumnDoubleIcon", {
|
|
1478
1509
|
enumerable: true,
|
|
1479
1510
|
get: function() {
|
|
@@ -1570,34 +1601,34 @@ Object.defineProperty(exports, "MergeAllIcon", {
|
|
|
1570
1601
|
return ts_merge_all_icon_js.MergeAllIcon;
|
|
1571
1602
|
}
|
|
1572
1603
|
});
|
|
1573
|
-
Object.defineProperty(exports, "
|
|
1604
|
+
Object.defineProperty(exports, "MermaidDiagramIcon", {
|
|
1574
1605
|
enumerable: true,
|
|
1575
1606
|
get: function() {
|
|
1576
|
-
return
|
|
1607
|
+
return ts_mermaid_diagram_icon_js.MermaidDiagramIcon;
|
|
1577
1608
|
}
|
|
1578
1609
|
});
|
|
1579
|
-
Object.defineProperty(exports, "
|
|
1610
|
+
Object.defineProperty(exports, "MinIcon", {
|
|
1580
1611
|
enumerable: true,
|
|
1581
1612
|
get: function() {
|
|
1582
|
-
return
|
|
1613
|
+
return ts_min_icon_js.MinIcon;
|
|
1583
1614
|
}
|
|
1584
1615
|
});
|
|
1585
|
-
Object.defineProperty(exports, "
|
|
1616
|
+
Object.defineProperty(exports, "MindMapIcon", {
|
|
1586
1617
|
enumerable: true,
|
|
1587
1618
|
get: function() {
|
|
1588
|
-
return
|
|
1619
|
+
return ts_mind_map_icon_js.MindMapIcon;
|
|
1589
1620
|
}
|
|
1590
1621
|
});
|
|
1591
|
-
Object.defineProperty(exports, "
|
|
1622
|
+
Object.defineProperty(exports, "MistakeDoubleIcon", {
|
|
1592
1623
|
enumerable: true,
|
|
1593
1624
|
get: function() {
|
|
1594
|
-
return
|
|
1625
|
+
return ts_mistake_double_icon_js.MistakeDoubleIcon;
|
|
1595
1626
|
}
|
|
1596
1627
|
});
|
|
1597
|
-
Object.defineProperty(exports, "
|
|
1628
|
+
Object.defineProperty(exports, "MoreDownIcon", {
|
|
1598
1629
|
enumerable: true,
|
|
1599
1630
|
get: function() {
|
|
1600
|
-
return
|
|
1631
|
+
return ts_more_down_icon_js.MoreDownIcon;
|
|
1601
1632
|
}
|
|
1602
1633
|
});
|
|
1603
1634
|
Object.defineProperty(exports, "MoreHorizontalIcon", {
|
|
@@ -1606,12 +1637,6 @@ Object.defineProperty(exports, "MoreHorizontalIcon", {
|
|
|
1606
1637
|
return ts_more_horizontal_icon_js.MoreHorizontalIcon;
|
|
1607
1638
|
}
|
|
1608
1639
|
});
|
|
1609
|
-
Object.defineProperty(exports, "MoreIcon", {
|
|
1610
|
-
enumerable: true,
|
|
1611
|
-
get: function() {
|
|
1612
|
-
return ts_more_icon_js.MoreIcon;
|
|
1613
|
-
}
|
|
1614
|
-
});
|
|
1615
1640
|
Object.defineProperty(exports, "MoreLeftIcon", {
|
|
1616
1641
|
enumerable: true,
|
|
1617
1642
|
get: function() {
|
|
@@ -1630,6 +1655,12 @@ Object.defineProperty(exports, "MoreUpIcon", {
|
|
|
1630
1655
|
return ts_more_up_icon_js.MoreUpIcon;
|
|
1631
1656
|
}
|
|
1632
1657
|
});
|
|
1658
|
+
Object.defineProperty(exports, "MoreVerticalIcon", {
|
|
1659
|
+
enumerable: true,
|
|
1660
|
+
get: function() {
|
|
1661
|
+
return ts_more_vertical_icon_js.MoreVerticalIcon;
|
|
1662
|
+
}
|
|
1663
|
+
});
|
|
1633
1664
|
Object.defineProperty(exports, "MoveDownIcon", {
|
|
1634
1665
|
enumerable: true,
|
|
1635
1666
|
get: function() {
|
|
@@ -1732,6 +1763,12 @@ Object.defineProperty(exports, "PaintBucketDoubleIcon", {
|
|
|
1732
1763
|
return ts_paint_bucket_double_icon_js.PaintBucketDoubleIcon;
|
|
1733
1764
|
}
|
|
1734
1765
|
});
|
|
1766
|
+
Object.defineProperty(exports, "PaintIcon", {
|
|
1767
|
+
enumerable: true,
|
|
1768
|
+
get: function() {
|
|
1769
|
+
return ts_paint_icon_js.PaintIcon;
|
|
1770
|
+
}
|
|
1771
|
+
});
|
|
1735
1772
|
Object.defineProperty(exports, "PasteSpecialDoubleIcon", {
|
|
1736
1773
|
enumerable: true,
|
|
1737
1774
|
get: function() {
|
|
@@ -1798,6 +1835,12 @@ Object.defineProperty(exports, "PowerLineIcon", {
|
|
|
1798
1835
|
return ts_power_line_icon_js.PowerLineIcon;
|
|
1799
1836
|
}
|
|
1800
1837
|
});
|
|
1838
|
+
Object.defineProperty(exports, "PreciseSelectionIcon", {
|
|
1839
|
+
enumerable: true,
|
|
1840
|
+
get: function() {
|
|
1841
|
+
return ts_precise_selection_icon_js.PreciseSelectionIcon;
|
|
1842
|
+
}
|
|
1843
|
+
});
|
|
1801
1844
|
Object.defineProperty(exports, "PrintIcon", {
|
|
1802
1845
|
enumerable: true,
|
|
1803
1846
|
get: function() {
|
|
@@ -1912,10 +1955,10 @@ Object.defineProperty(exports, "ReplyToCommentIcon", {
|
|
|
1912
1955
|
return ts_reply_to_comment_icon_js.ReplyToCommentIcon;
|
|
1913
1956
|
}
|
|
1914
1957
|
});
|
|
1915
|
-
Object.defineProperty(exports, "
|
|
1958
|
+
Object.defineProperty(exports, "ResourcesIcon", {
|
|
1916
1959
|
enumerable: true,
|
|
1917
1960
|
get: function() {
|
|
1918
|
-
return
|
|
1961
|
+
return ts_resources_icon_js.ResourcesIcon;
|
|
1919
1962
|
}
|
|
1920
1963
|
});
|
|
1921
1964
|
Object.defineProperty(exports, "RestoreIcon", {
|
|
@@ -1990,6 +2033,12 @@ Object.defineProperty(exports, "RowIcon", {
|
|
|
1990
2033
|
return ts_row_icon_js.RowIcon;
|
|
1991
2034
|
}
|
|
1992
2035
|
});
|
|
2036
|
+
Object.defineProperty(exports, "RulerIcon", {
|
|
2037
|
+
enumerable: true,
|
|
2038
|
+
get: function() {
|
|
2039
|
+
return ts_ruler_icon_js.RulerIcon;
|
|
2040
|
+
}
|
|
2041
|
+
});
|
|
1993
2042
|
Object.defineProperty(exports, "SankeyIcon", {
|
|
1994
2043
|
enumerable: true,
|
|
1995
2044
|
get: function() {
|
|
@@ -3190,6 +3239,18 @@ Object.defineProperty(exports, "ShortcutIcon", {
|
|
|
3190
3239
|
return ts_shortcut_icon_js.ShortcutIcon;
|
|
3191
3240
|
}
|
|
3192
3241
|
});
|
|
3242
|
+
Object.defineProperty(exports, "ShowDimensionsIcon", {
|
|
3243
|
+
enumerable: true,
|
|
3244
|
+
get: function() {
|
|
3245
|
+
return ts_show_dimensions_icon_js.ShowDimensionsIcon;
|
|
3246
|
+
}
|
|
3247
|
+
});
|
|
3248
|
+
Object.defineProperty(exports, "ShowToolbarIcon", {
|
|
3249
|
+
enumerable: true,
|
|
3250
|
+
get: function() {
|
|
3251
|
+
return ts_show_toolbar_icon_js.ShowToolbarIcon;
|
|
3252
|
+
}
|
|
3253
|
+
});
|
|
3193
3254
|
Object.defineProperty(exports, "Signal0DoubleIcon", {
|
|
3194
3255
|
enumerable: true,
|
|
3195
3256
|
get: function() {
|
|
@@ -3250,12 +3311,6 @@ Object.defineProperty(exports, "SmileDoubleIcon", {
|
|
|
3250
3311
|
return ts_smile_double_icon_js.SmileDoubleIcon;
|
|
3251
3312
|
}
|
|
3252
3313
|
});
|
|
3253
|
-
Object.defineProperty(exports, "SolveIcon", {
|
|
3254
|
-
enumerable: true,
|
|
3255
|
-
get: function() {
|
|
3256
|
-
return ts_solve_icon_js.SolveIcon;
|
|
3257
|
-
}
|
|
3258
|
-
});
|
|
3259
3314
|
Object.defineProperty(exports, "StarEmptyDoubleIcon", {
|
|
3260
3315
|
enumerable: true,
|
|
3261
3316
|
get: function() {
|
|
@@ -3274,6 +3329,12 @@ Object.defineProperty(exports, "StarIncompleteDoubleIcon", {
|
|
|
3274
3329
|
return ts_star_incomplete_double_icon_js.StarIncompleteDoubleIcon;
|
|
3275
3330
|
}
|
|
3276
3331
|
});
|
|
3332
|
+
Object.defineProperty(exports, "StickyNoteIcon", {
|
|
3333
|
+
enumerable: true,
|
|
3334
|
+
get: function() {
|
|
3335
|
+
return ts_sticky_note_icon_js.StickyNoteIcon;
|
|
3336
|
+
}
|
|
3337
|
+
});
|
|
3277
3338
|
Object.defineProperty(exports, "StrikethroughIcon", {
|
|
3278
3339
|
enumerable: true,
|
|
3279
3340
|
get: function() {
|
|
@@ -3292,6 +3353,12 @@ Object.defineProperty(exports, "SuccessIcon", {
|
|
|
3292
3353
|
return ts_success_icon_js.SuccessIcon;
|
|
3293
3354
|
}
|
|
3294
3355
|
});
|
|
3356
|
+
Object.defineProperty(exports, "SuccessOutlineIcon", {
|
|
3357
|
+
enumerable: true,
|
|
3358
|
+
get: function() {
|
|
3359
|
+
return ts_success_outline_icon_js.SuccessOutlineIcon;
|
|
3360
|
+
}
|
|
3361
|
+
});
|
|
3295
3362
|
Object.defineProperty(exports, "SumIcon", {
|
|
3296
3363
|
enumerable: true,
|
|
3297
3364
|
get: function() {
|
|
@@ -3346,6 +3413,12 @@ Object.defineProperty(exports, "TopmostIcon", {
|
|
|
3346
3413
|
return ts_topmost_icon_js.TopmostIcon;
|
|
3347
3414
|
}
|
|
3348
3415
|
});
|
|
3416
|
+
Object.defineProperty(exports, "TransitionsIcon", {
|
|
3417
|
+
enumerable: true,
|
|
3418
|
+
get: function() {
|
|
3419
|
+
return ts_transitions_icon_js.TransitionsIcon;
|
|
3420
|
+
}
|
|
3421
|
+
});
|
|
3349
3422
|
Object.defineProperty(exports, "TriangleIcon", {
|
|
3350
3423
|
enumerable: true,
|
|
3351
3424
|
get: function() {
|
|
@@ -3454,12 +3527,6 @@ Object.defineProperty(exports, "WarnDoubleIcon", {
|
|
|
3454
3527
|
return ts_warn_double_icon_js.WarnDoubleIcon;
|
|
3455
3528
|
}
|
|
3456
3529
|
});
|
|
3457
|
-
Object.defineProperty(exports, "WarnIcon", {
|
|
3458
|
-
enumerable: true,
|
|
3459
|
-
get: function() {
|
|
3460
|
-
return ts_warn_icon_js.WarnIcon;
|
|
3461
|
-
}
|
|
3462
|
-
});
|
|
3463
3530
|
Object.defineProperty(exports, "WarningIcon", {
|
|
3464
3531
|
enumerable: true,
|
|
3465
3532
|
get: function() {
|
|
@@ -3490,33 +3557,15 @@ Object.defineProperty(exports, "XlsxMultiIcon", {
|
|
|
3490
3557
|
return ts_xlsx_multi_icon_js.XlsxMultiIcon;
|
|
3491
3558
|
}
|
|
3492
3559
|
});
|
|
3493
|
-
Object.defineProperty(exports, "ZenIcon", {
|
|
3494
|
-
enumerable: true,
|
|
3495
|
-
get: function() {
|
|
3496
|
-
return ts_zen_icon_js.ZenIcon;
|
|
3497
|
-
}
|
|
3498
|
-
});
|
|
3499
3560
|
Object.defineProperty(exports, "ZoomInIcon", {
|
|
3500
3561
|
enumerable: true,
|
|
3501
3562
|
get: function() {
|
|
3502
3563
|
return ts_zoom_in_icon_js.ZoomInIcon;
|
|
3503
3564
|
}
|
|
3504
3565
|
});
|
|
3505
|
-
Object.defineProperty(exports, "ZoomIncreaseIcon", {
|
|
3506
|
-
enumerable: true,
|
|
3507
|
-
get: function() {
|
|
3508
|
-
return ts_zoom_increase_icon_js.ZoomIncreaseIcon;
|
|
3509
|
-
}
|
|
3510
|
-
});
|
|
3511
3566
|
Object.defineProperty(exports, "ZoomOutIcon", {
|
|
3512
3567
|
enumerable: true,
|
|
3513
3568
|
get: function() {
|
|
3514
3569
|
return ts_zoom_out_icon_js.ZoomOutIcon;
|
|
3515
3570
|
}
|
|
3516
3571
|
});
|
|
3517
|
-
Object.defineProperty(exports, "ZoomReduceIcon", {
|
|
3518
|
-
enumerable: true,
|
|
3519
|
-
get: function() {
|
|
3520
|
-
return ts_zoom_reduce_icon_js.ZoomReduceIcon;
|
|
3521
|
-
}
|
|
3522
|
-
});
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let vue = require("vue");
|
|
6
|
+
let ts_base_js = require("./base.cjs");
|
|
7
|
+
//#region ts/mermaid-diagram-icon.ts
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "rect",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"width": 4.6,
|
|
22
|
+
"height": 3.4,
|
|
23
|
+
"x": 7.7,
|
|
24
|
+
"y": 2.6,
|
|
25
|
+
"stroke": "currentColor",
|
|
26
|
+
"stroke-linejoin": "round",
|
|
27
|
+
"stroke-width": 1.6,
|
|
28
|
+
"rx": .6
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"tag": "rect",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"width": 4.6,
|
|
35
|
+
"height": 3.4,
|
|
36
|
+
"x": 2.6,
|
|
37
|
+
"y": 14,
|
|
38
|
+
"stroke": "currentColor",
|
|
39
|
+
"stroke-linejoin": "round",
|
|
40
|
+
"stroke-width": 1.6,
|
|
41
|
+
"rx": .6
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"tag": "rect",
|
|
46
|
+
"attrs": {
|
|
47
|
+
"width": 4.6,
|
|
48
|
+
"height": 3.4,
|
|
49
|
+
"x": 12.8,
|
|
50
|
+
"y": 14,
|
|
51
|
+
"stroke": "currentColor",
|
|
52
|
+
"stroke-linejoin": "round",
|
|
53
|
+
"stroke-width": 1.6,
|
|
54
|
+
"rx": .6
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"tag": "path",
|
|
59
|
+
"attrs": {
|
|
60
|
+
"stroke": "currentColor",
|
|
61
|
+
"stroke-linecap": "round",
|
|
62
|
+
"stroke-width": 1.6,
|
|
63
|
+
"d": "M10 6V10.2"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"tag": "path",
|
|
68
|
+
"attrs": {
|
|
69
|
+
"stroke": "currentColor",
|
|
70
|
+
"stroke-linecap": "round",
|
|
71
|
+
"stroke-linejoin": "round",
|
|
72
|
+
"stroke-width": 1.6,
|
|
73
|
+
"d": "M4.9 14V10.2H15.1V14"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
};
|
|
78
|
+
const MermaidDiagramIcon = (0, vue.defineComponent)({
|
|
79
|
+
name: "MermaidDiagramIcon",
|
|
80
|
+
inheritAttrs: false,
|
|
81
|
+
props: { extend: {
|
|
82
|
+
type: Object,
|
|
83
|
+
default: void 0
|
|
84
|
+
} },
|
|
85
|
+
setup(props, { attrs }) {
|
|
86
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
87
|
+
...attrs,
|
|
88
|
+
extend: props.extend,
|
|
89
|
+
id: "mermaid-diagram-icon",
|
|
90
|
+
icon: element
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
//#endregion
|
|
95
|
+
exports.MermaidDiagramIcon = MermaidDiagramIcon;
|
|
96
|
+
exports.default = MermaidDiagramIcon;
|