@univerjs/icons-vue 1.17.0 → 1.18.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.
Files changed (46) hide show
  1. package/dist/cjs/ai-assistant-multi-icon.cjs +95 -0
  2. package/dist/cjs/configure-tab-icon.cjs +57 -0
  3. package/dist/cjs/first-tab-icon.cjs +68 -0
  4. package/dist/cjs/index.cjs +98 -7
  5. package/dist/cjs/locate-fixed-icon.cjs +66 -0
  6. package/dist/cjs/quick-add-icon.cjs +46 -0
  7. package/dist/cjs/row-height-extra-tall-icon.cjs +78 -0
  8. package/dist/cjs/row-height-medium-icon.cjs +89 -0
  9. package/dist/cjs/row-height-short-icon.cjs +100 -0
  10. package/dist/cjs/row-height-tall-icon.cjs +89 -0
  11. package/dist/cjs/{dropdown-icon.cjs → table-border-style-dashed-icon.cjs} +12 -9
  12. package/dist/cjs/table-border-style-dotted-icon.cjs +46 -0
  13. package/dist/cjs/table-border-style-icon.cjs +69 -0
  14. package/dist/cjs/table-border-style-solid-icon.cjs +45 -0
  15. package/dist/cjs/table-border-width-icon.cjs +77 -0
  16. package/dist/esm/ai-assistant-multi-icon.d.ts +18 -0
  17. package/dist/esm/ai-assistant-multi-icon.js +90 -0
  18. package/dist/esm/configure-tab-icon.d.ts +18 -0
  19. package/dist/esm/configure-tab-icon.js +52 -0
  20. package/dist/esm/{dropdown-icon.d.ts → first-tab-icon.d.ts} +2 -2
  21. package/dist/esm/first-tab-icon.js +63 -0
  22. package/dist/esm/index.d.ts +14 -1
  23. package/dist/esm/index.js +15 -2
  24. package/dist/esm/locate-fixed-icon.d.ts +18 -0
  25. package/dist/esm/locate-fixed-icon.js +61 -0
  26. package/dist/esm/quick-add-icon.d.ts +18 -0
  27. package/dist/esm/quick-add-icon.js +41 -0
  28. package/dist/esm/row-height-extra-tall-icon.d.ts +18 -0
  29. package/dist/esm/row-height-extra-tall-icon.js +73 -0
  30. package/dist/esm/row-height-medium-icon.d.ts +18 -0
  31. package/dist/esm/row-height-medium-icon.js +84 -0
  32. package/dist/esm/row-height-short-icon.d.ts +18 -0
  33. package/dist/esm/row-height-short-icon.js +95 -0
  34. package/dist/esm/row-height-tall-icon.d.ts +18 -0
  35. package/dist/esm/row-height-tall-icon.js +84 -0
  36. package/dist/esm/table-border-style-dashed-icon.d.ts +18 -0
  37. package/dist/esm/{dropdown-icon.js → table-border-style-dashed-icon.js} +11 -8
  38. package/dist/esm/table-border-style-dotted-icon.d.ts +18 -0
  39. package/dist/esm/table-border-style-dotted-icon.js +41 -0
  40. package/dist/esm/table-border-style-icon.d.ts +18 -0
  41. package/dist/esm/table-border-style-icon.js +64 -0
  42. package/dist/esm/table-border-style-solid-icon.d.ts +18 -0
  43. package/dist/esm/table-border-style-solid-icon.js +40 -0
  44. package/dist/esm/table-border-width-icon.d.ts +18 -0
  45. package/dist/esm/table-border-width-icon.js +72 -0
  46. package/package.json +2 -2
@@ -0,0 +1,95 @@
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/ai-assistant-multi-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
+ "tag": "path",
19
+ "attrs": {
20
+ "fill": "url(#ai-assistant-multi-icon_paint0_linear_236_415)",
21
+ "d": "M9.18035 2.34502C9.21605 2.15386 9.31749 1.9812 9.46709 1.85695C9.6167 1.7327 9.80504 1.66469 9.99951 1.66469C10.194 1.66469 10.3823 1.7327 10.5319 1.85695C10.6815 1.9812 10.783 2.15386 10.8187 2.34502L11.6945 6.97669C11.7567 7.30598 11.9167 7.60887 12.1537 7.84583C12.3907 8.08279 12.6936 8.24282 13.0228 8.30502L17.6545 9.18085C17.8457 9.21656 18.0183 9.318 18.1426 9.4676C18.2668 9.6172 18.3348 9.80555 18.3348 10C18.3348 10.1945 18.2668 10.3828 18.1426 10.5324C18.0183 10.682 17.8457 10.7835 17.6545 10.8192L13.0228 11.695C12.6936 11.7572 12.3907 11.9172 12.1537 12.1542C11.9167 12.3912 11.7567 12.6941 11.6945 13.0234L10.8187 17.655C10.783 17.8462 10.6815 18.0188 10.5319 18.1431C10.3823 18.2673 10.194 18.3353 9.99951 18.3353C9.80504 18.3353 9.6167 18.2673 9.46709 18.1431C9.31749 18.0188 9.21605 17.8462 9.18035 17.655L8.30451 13.0234C8.24231 12.6941 8.08228 12.3912 7.84532 12.1542C7.60836 11.9172 7.30547 11.7572 6.97618 11.695L2.34451 10.8192C2.15335 10.7835 1.98069 10.682 1.85645 10.5324C1.7322 10.3828 1.66418 10.1945 1.66418 10C1.66418 9.80555 1.7322 9.6172 1.85645 9.4676C1.98069 9.318 2.15335 9.21656 2.34451 9.18085L6.97618 8.30502C7.30547 8.24282 7.60836 8.08279 7.84532 7.84583C8.08228 7.60887 8.24231 7.30598 8.30451 6.97669L9.18035 2.34502Z"
22
+ }
23
+ }, {
24
+ "tag": "defs",
25
+ "attrs": {},
26
+ "children": [{
27
+ "tag": "linearGradient",
28
+ "attrs": {
29
+ "id": "ai-assistant-multi-icon_paint0_linear_236_415",
30
+ "x1": 1.66,
31
+ "x2": 18.18,
32
+ "y1": 7.09,
33
+ "y2": 6.77,
34
+ "gradientUnits": "userSpaceOnUse"
35
+ },
36
+ "children": [
37
+ {
38
+ "tag": "stop",
39
+ "attrs": {
40
+ "offset": 0,
41
+ "stop-color": "#0b00d0"
42
+ }
43
+ },
44
+ {
45
+ "tag": "stop",
46
+ "attrs": {
47
+ "offset": .49,
48
+ "stop-color": "#0492ed"
49
+ }
50
+ },
51
+ {
52
+ "tag": "stop",
53
+ "attrs": {
54
+ "offset": .65,
55
+ "stop-color": "#029dce"
56
+ }
57
+ },
58
+ {
59
+ "tag": "stop",
60
+ "attrs": {
61
+ "offset": .88,
62
+ "stop-color": "#00aba6"
63
+ }
64
+ },
65
+ {
66
+ "tag": "stop",
67
+ "attrs": {
68
+ "offset": 1,
69
+ "stop-color": "#00b197"
70
+ }
71
+ }
72
+ ]
73
+ }]
74
+ }],
75
+ "defIds": ["ai-assistant-multi-icon_paint0_linear_236_415"]
76
+ };
77
+ const AiAssistantMultiIcon = (0, vue.defineComponent)({
78
+ name: "AiAssistantMultiIcon",
79
+ inheritAttrs: false,
80
+ props: { extend: {
81
+ type: Object,
82
+ default: void 0
83
+ } },
84
+ setup(props, { attrs }) {
85
+ return () => (0, vue.h)(ts_base_js.IconBase, {
86
+ ...attrs,
87
+ extend: props.extend,
88
+ id: "ai-assistant-multi-icon",
89
+ icon: element
90
+ });
91
+ }
92
+ });
93
+ //#endregion
94
+ exports.AiAssistantMultiIcon = AiAssistantMultiIcon;
95
+ exports.default = AiAssistantMultiIcon;
@@ -0,0 +1,57 @@
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/configure-tab-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
+ "tag": "path",
19
+ "attrs": {
20
+ "stroke": "currentColor",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round",
23
+ "stroke-width": 1.6,
24
+ "d": "M8.7 3.2h2.6l.4 1.7 1.4.6 1.5-.9 1.8 1.8-.9 1.5.6 1.4 1.7.4v2.6l-1.7.4-.6 1.4.9 1.5-1.8 1.8-1.5-.9-1.4.6-.4 1.7H8.7l-.4-1.7-1.4-.6-1.5.9-1.8-1.8.9-1.5-.6-1.4-1.7-.4V9.7l1.7-.4.6-1.4-.9-1.5 1.8-1.8 1.5.9 1.4-.6.4-1.7Z"
25
+ }
26
+ }, {
27
+ "tag": "circle",
28
+ "attrs": {
29
+ "cx": 10,
30
+ "cy": 11,
31
+ "r": 2.2,
32
+ "stroke": "currentColor",
33
+ "stroke-linecap": "round",
34
+ "stroke-linejoin": "round",
35
+ "stroke-width": 1.6
36
+ }
37
+ }]
38
+ };
39
+ const ConfigureTabIcon = (0, vue.defineComponent)({
40
+ name: "ConfigureTabIcon",
41
+ inheritAttrs: false,
42
+ props: { extend: {
43
+ type: Object,
44
+ default: void 0
45
+ } },
46
+ setup(props, { attrs }) {
47
+ return () => (0, vue.h)(ts_base_js.IconBase, {
48
+ ...attrs,
49
+ extend: props.extend,
50
+ id: "configure-tab-icon",
51
+ icon: element
52
+ });
53
+ }
54
+ });
55
+ //#endregion
56
+ exports.ConfigureTabIcon = ConfigureTabIcon;
57
+ exports.default = ConfigureTabIcon;
@@ -0,0 +1,68 @@
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/first-tab-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": "path",
20
+ "attrs": {
21
+ "stroke": "currentColor",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ "stroke-width": 1.6,
25
+ "d": "M5 4v12"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "stroke-linecap": "round",
33
+ "stroke-linejoin": "round",
34
+ "stroke-width": 1.6,
35
+ "d": "M15 10H7"
36
+ }
37
+ },
38
+ {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "stroke": "currentColor",
42
+ "stroke-linecap": "round",
43
+ "stroke-linejoin": "round",
44
+ "stroke-width": 1.6,
45
+ "d": "M10 7l-3 3 3 3"
46
+ }
47
+ }
48
+ ]
49
+ };
50
+ const FirstTabIcon = (0, vue.defineComponent)({
51
+ name: "FirstTabIcon",
52
+ inheritAttrs: false,
53
+ props: { extend: {
54
+ type: Object,
55
+ default: void 0
56
+ } },
57
+ setup(props, { attrs }) {
58
+ return () => (0, vue.h)(ts_base_js.IconBase, {
59
+ ...attrs,
60
+ extend: props.extend,
61
+ id: "first-tab-icon",
62
+ icon: element
63
+ });
64
+ }
65
+ });
66
+ //#endregion
67
+ exports.FirstTabIcon = FirstTabIcon;
68
+ exports.default = FirstTabIcon;
@@ -60,6 +60,7 @@ let ts_component_diagram_component_icon_js = require("./component-diagram-compon
60
60
  let ts_component_diagram_provided_interface_icon_js = require("./component-diagram-provided-interface-icon.cjs");
61
61
  let ts_component_diagram_required_interface_icon_js = require("./component-diagram-required-interface-icon.cjs");
62
62
  let ts_conditional_color_icon_js = require("./conditional-color-icon.cjs");
63
+ let ts_configure_tab_icon_js = require("./configure-tab-icon.cjs");
63
64
  let ts_connection_line_icon_js = require("./connection-line-icon.cjs");
64
65
  let ts_connector_bar_crows_foot_marker_icon_js = require("./connector-bar-crows-foot-marker-icon.cjs");
65
66
  let ts_connector_bar_marker_icon_js = require("./connector-bar-marker-icon.cjs");
@@ -107,7 +108,6 @@ let ts_dollar_icon_js = require("./dollar-icon.cjs");
107
108
  let ts_down_icon_js = require("./down-icon.cjs");
108
109
  let ts_download_icon_js = require("./download-icon.cjs");
109
110
  let ts_download_image_icon_js = require("./download-image-icon.cjs");
110
- let ts_dropdown_icon_js = require("./dropdown-icon.cjs");
111
111
  let ts_entity_relationship_entity_icon_js = require("./entity-relationship-entity-icon.cjs");
112
112
  let ts_entity_relationship_field_type_icon_js = require("./entity-relationship-field-type-icon.cjs");
113
113
  let ts_entity_relationship_full_icon_js = require("./entity-relationship-full-icon.cjs");
@@ -122,6 +122,7 @@ let ts_export_icon_js = require("./export-icon.cjs");
122
122
  let ts_eye_icon_js = require("./eye-icon.cjs");
123
123
  let ts_eyelash_icon_js = require("./eyelash-icon.cjs");
124
124
  let ts_filter_icon_js = require("./filter-icon.cjs");
125
+ let ts_first_tab_icon_js = require("./first-tab-icon.cjs");
125
126
  let ts_flag_icon_js = require("./flag-icon.cjs");
126
127
  let ts_flip_horizontal_icon_js = require("./flip-horizontal-icon.cjs");
127
128
  let ts_flip_vertical_icon_js = require("./flip-vertical-icon.cjs");
@@ -177,6 +178,7 @@ let ts_line_sparkline_icon_js = require("./line-sparkline-icon.cjs");
177
178
  let ts_linear_icon_js = require("./linear-icon.cjs");
178
179
  let ts_link_icon_js = require("./link-icon.cjs");
179
180
  let ts_live_share_icon_js = require("./live-share-icon.cjs");
181
+ let ts_locate_fixed_icon_js = require("./locate-fixed-icon.cjs");
180
182
  let ts_lock_icon_js = require("./lock-icon.cjs");
181
183
  let ts_logarithmic_icon_js = require("./logarithmic-icon.cjs");
182
184
  let ts_max_icon_js = require("./max-icon.cjs");
@@ -217,6 +219,7 @@ let ts_power_line_icon_js = require("./power-line-icon.cjs");
217
219
  let ts_precise_selection_icon_js = require("./precise-selection-icon.cjs");
218
220
  let ts_print_icon_js = require("./print-icon.cjs");
219
221
  let ts_protect_icon_js = require("./protect-icon.cjs");
222
+ let ts_quick_add_icon_js = require("./quick-add-icon.cjs");
220
223
  let ts_quote_icon_js = require("./quote-icon.cjs");
221
224
  let ts_radar_chart_icon_js = require("./radar-chart-icon.cjs");
222
225
  let ts_random_icon_js = require("./random-icon.cjs");
@@ -237,6 +240,10 @@ let ts_right_rotation_ninety_degrees_icon_js = require("./right-rotation-ninety-
237
240
  let ts_rmb_icon_js = require("./rmb-icon.cjs");
238
241
  let ts_rouble_icon_js = require("./rouble-icon.cjs");
239
242
  let ts_roundness_icon_js = require("./roundness-icon.cjs");
243
+ let ts_row_height_extra_tall_icon_js = require("./row-height-extra-tall-icon.cjs");
244
+ let ts_row_height_medium_icon_js = require("./row-height-medium-icon.cjs");
245
+ let ts_row_height_short_icon_js = require("./row-height-short-icon.cjs");
246
+ let ts_row_height_tall_icon_js = require("./row-height-tall-icon.cjs");
240
247
  let ts_row_icon_js = require("./row-icon.cjs");
241
248
  let ts_ruler_icon_js = require("./ruler-icon.cjs");
242
249
  let ts_sankey_icon_js = require("./sankey-icon.cjs");
@@ -465,6 +472,11 @@ let ts_success_outline_icon_js = require("./success-outline-icon.cjs");
465
472
  let ts_sum_icon_js = require("./sum-icon.cjs");
466
473
  let ts_superscript_icon_js = require("./superscript-icon.cjs");
467
474
  let ts_symbols_icon_js = require("./symbols-icon.cjs");
475
+ let ts_table_border_style_dashed_icon_js = require("./table-border-style-dashed-icon.cjs");
476
+ let ts_table_border_style_dotted_icon_js = require("./table-border-style-dotted-icon.cjs");
477
+ let ts_table_border_style_icon_js = require("./table-border-style-icon.cjs");
478
+ let ts_table_border_style_solid_icon_js = require("./table-border-style-solid-icon.cjs");
479
+ let ts_table_border_width_icon_js = require("./table-border-width-icon.cjs");
468
480
  let ts_table_icon_js = require("./table-icon.cjs");
469
481
  let ts_text_icon_js = require("./text-icon.cjs");
470
482
  let ts_text_type_icon_js = require("./text-type-icon.cjs");
@@ -491,6 +503,7 @@ let ts_winloss_sparkline_icon_js = require("./winloss-sparkline-icon.cjs");
491
503
  let ts_write_icon_js = require("./write-icon.cjs");
492
504
  let ts_zoom_in_icon_js = require("./zoom-in-icon.cjs");
493
505
  let ts_zoom_out_icon_js = require("./zoom-out-icon.cjs");
506
+ let ts_ai_assistant_multi_icon_js = require("./ai-assistant-multi-icon.cjs");
494
507
  let ts_bases_multi_icon_js = require("./bases-multi-icon.cjs");
495
508
  let ts_boards_multi_icon_js = require("./boards-multi-icon.cjs");
496
509
  let ts_docs_multi_icon_js = require("./docs-multi-icon.cjs");
@@ -621,6 +634,12 @@ Object.defineProperty(exports, "AdjustWidthDoubleIcon", {
621
634
  return ts_adjust_width_double_icon_js.AdjustWidthDoubleIcon;
622
635
  }
623
636
  });
637
+ Object.defineProperty(exports, "AiAssistantMultiIcon", {
638
+ enumerable: true,
639
+ get: function() {
640
+ return ts_ai_assistant_multi_icon_js.AiAssistantMultiIcon;
641
+ }
642
+ });
624
643
  Object.defineProperty(exports, "AlignBottomIcon", {
625
644
  enumerable: true,
626
645
  get: function() {
@@ -1029,6 +1048,12 @@ Object.defineProperty(exports, "ConditionsDoubleIcon", {
1029
1048
  return ts_conditions_double_icon_js.ConditionsDoubleIcon;
1030
1049
  }
1031
1050
  });
1051
+ Object.defineProperty(exports, "ConfigureTabIcon", {
1052
+ enumerable: true,
1053
+ get: function() {
1054
+ return ts_configure_tab_icon_js.ConfigureTabIcon;
1055
+ }
1056
+ });
1032
1057
  Object.defineProperty(exports, "ConnectionLineIcon", {
1033
1058
  enumerable: true,
1034
1059
  get: function() {
@@ -1377,12 +1402,6 @@ Object.defineProperty(exports, "DownloadImageIcon", {
1377
1402
  return ts_download_image_icon_js.DownloadImageIcon;
1378
1403
  }
1379
1404
  });
1380
- Object.defineProperty(exports, "DropdownIcon", {
1381
- enumerable: true,
1382
- get: function() {
1383
- return ts_dropdown_icon_js.DropdownIcon;
1384
- }
1385
- });
1386
1405
  Object.defineProperty(exports, "EntityRelationshipEntityIcon", {
1387
1406
  enumerable: true,
1388
1407
  get: function() {
@@ -1467,6 +1486,12 @@ Object.defineProperty(exports, "FilterIcon", {
1467
1486
  return ts_filter_icon_js.FilterIcon;
1468
1487
  }
1469
1488
  });
1489
+ Object.defineProperty(exports, "FirstTabIcon", {
1490
+ enumerable: true,
1491
+ get: function() {
1492
+ return ts_first_tab_icon_js.FirstTabIcon;
1493
+ }
1494
+ });
1470
1495
  Object.defineProperty(exports, "FlagIcon", {
1471
1496
  enumerable: true,
1472
1497
  get: function() {
@@ -1923,6 +1948,12 @@ Object.defineProperty(exports, "LoadingMultiIcon", {
1923
1948
  return ts_loading_multi_icon_js.LoadingMultiIcon;
1924
1949
  }
1925
1950
  });
1951
+ Object.defineProperty(exports, "LocateFixedIcon", {
1952
+ enumerable: true,
1953
+ get: function() {
1954
+ return ts_locate_fixed_icon_js.LocateFixedIcon;
1955
+ }
1956
+ });
1926
1957
  Object.defineProperty(exports, "LockIcon", {
1927
1958
  enumerable: true,
1928
1959
  get: function() {
@@ -2235,6 +2266,12 @@ Object.defineProperty(exports, "ProtectIcon", {
2235
2266
  return ts_protect_icon_js.ProtectIcon;
2236
2267
  }
2237
2268
  });
2269
+ Object.defineProperty(exports, "QuickAddIcon", {
2270
+ enumerable: true,
2271
+ get: function() {
2272
+ return ts_quick_add_icon_js.QuickAddIcon;
2273
+ }
2274
+ });
2238
2275
  Object.defineProperty(exports, "QuoteIcon", {
2239
2276
  enumerable: true,
2240
2277
  get: function() {
@@ -2379,6 +2416,30 @@ Object.defineProperty(exports, "RoundnessIcon", {
2379
2416
  return ts_roundness_icon_js.RoundnessIcon;
2380
2417
  }
2381
2418
  });
2419
+ Object.defineProperty(exports, "RowHeightExtraTallIcon", {
2420
+ enumerable: true,
2421
+ get: function() {
2422
+ return ts_row_height_extra_tall_icon_js.RowHeightExtraTallIcon;
2423
+ }
2424
+ });
2425
+ Object.defineProperty(exports, "RowHeightMediumIcon", {
2426
+ enumerable: true,
2427
+ get: function() {
2428
+ return ts_row_height_medium_icon_js.RowHeightMediumIcon;
2429
+ }
2430
+ });
2431
+ Object.defineProperty(exports, "RowHeightShortIcon", {
2432
+ enumerable: true,
2433
+ get: function() {
2434
+ return ts_row_height_short_icon_js.RowHeightShortIcon;
2435
+ }
2436
+ });
2437
+ Object.defineProperty(exports, "RowHeightTallIcon", {
2438
+ enumerable: true,
2439
+ get: function() {
2440
+ return ts_row_height_tall_icon_js.RowHeightTallIcon;
2441
+ }
2442
+ });
2382
2443
  Object.defineProperty(exports, "RowIcon", {
2383
2444
  enumerable: true,
2384
2445
  get: function() {
@@ -3831,6 +3892,36 @@ Object.defineProperty(exports, "SymbolsIcon", {
3831
3892
  return ts_symbols_icon_js.SymbolsIcon;
3832
3893
  }
3833
3894
  });
3895
+ Object.defineProperty(exports, "TableBorderStyleDashedIcon", {
3896
+ enumerable: true,
3897
+ get: function() {
3898
+ return ts_table_border_style_dashed_icon_js.TableBorderStyleDashedIcon;
3899
+ }
3900
+ });
3901
+ Object.defineProperty(exports, "TableBorderStyleDottedIcon", {
3902
+ enumerable: true,
3903
+ get: function() {
3904
+ return ts_table_border_style_dotted_icon_js.TableBorderStyleDottedIcon;
3905
+ }
3906
+ });
3907
+ Object.defineProperty(exports, "TableBorderStyleIcon", {
3908
+ enumerable: true,
3909
+ get: function() {
3910
+ return ts_table_border_style_icon_js.TableBorderStyleIcon;
3911
+ }
3912
+ });
3913
+ Object.defineProperty(exports, "TableBorderStyleSolidIcon", {
3914
+ enumerable: true,
3915
+ get: function() {
3916
+ return ts_table_border_style_solid_icon_js.TableBorderStyleSolidIcon;
3917
+ }
3918
+ });
3919
+ Object.defineProperty(exports, "TableBorderWidthIcon", {
3920
+ enumerable: true,
3921
+ get: function() {
3922
+ return ts_table_border_width_icon_js.TableBorderWidthIcon;
3923
+ }
3924
+ });
3834
3925
  Object.defineProperty(exports, "TableIcon", {
3835
3926
  enumerable: true,
3836
3927
  get: function() {
@@ -0,0 +1,66 @@
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/locate-fixed-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": "path",
20
+ "attrs": {
21
+ "stroke": "currentColor",
22
+ "stroke-linecap": "round",
23
+ "stroke-width": 1.6,
24
+ "d": "M10 2.8v2.5M10 14.7v2.5M2.8 10h2.5M14.7 10h2.5"
25
+ }
26
+ },
27
+ {
28
+ "tag": "circle",
29
+ "attrs": {
30
+ "cx": 10,
31
+ "cy": 10,
32
+ "r": 4.2,
33
+ "stroke": "currentColor",
34
+ "stroke-width": 1.6
35
+ }
36
+ },
37
+ {
38
+ "tag": "circle",
39
+ "attrs": {
40
+ "cx": 10,
41
+ "cy": 10,
42
+ "r": 1.35,
43
+ "fill": "currentColor"
44
+ }
45
+ }
46
+ ]
47
+ };
48
+ const LocateFixedIcon = (0, vue.defineComponent)({
49
+ name: "LocateFixedIcon",
50
+ inheritAttrs: false,
51
+ props: { extend: {
52
+ type: Object,
53
+ default: void 0
54
+ } },
55
+ setup(props, { attrs }) {
56
+ return () => (0, vue.h)(ts_base_js.IconBase, {
57
+ ...attrs,
58
+ extend: props.extend,
59
+ id: "locate-fixed-icon",
60
+ icon: element
61
+ });
62
+ }
63
+ });
64
+ //#endregion
65
+ exports.LocateFixedIcon = LocateFixedIcon;
66
+ exports.default = LocateFixedIcon;
@@ -0,0 +1,46 @@
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/quick-add-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
+ "tag": "path",
19
+ "attrs": {
20
+ "fill": "currentColor",
21
+ "fill-rule": "evenodd",
22
+ "d": "M13.518 3.816a.51.51 0 0 1 0 .72l-.798.797.797.798a.51.51 0 0 1-.72.72L12 6.054l-.797.797a.51.51 0 0 1-.72-.72l.797-.798-.798-.797a.51.51 0 0 1 .72-.72l.798.797.797-.797a.51.51 0 0 1 .72 0M9.25 8.25a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1zm4.268 9.62a.51.51 0 0 0-.72-.72l-.798.797-.797-.798a.51.51 0 0 0-.72.72l.797.798-.798.797a.51.51 0 0 0 .72.72l.798-.797.797.797a.51.51 0 0 0 .72-.72l-.797-.797zM6.85 10.482a.51.51 0 0 1 0 .72L6.053 12l.798.797a.51.51 0 0 1-.72.72l-.798-.797-.797.798a.51.51 0 1 1-.72-.72L4.613 12l-.797-.797a.51.51 0 1 1 .72-.72l.797.797.798-.797a.51.51 0 0 1 .72 0m13.333.72a.51.51 0 1 0-.72-.72l-.797.797-.798-.797a.51.51 0 1 0-.72.72l.797.797-.797.797a.51.51 0 1 0 .72.72l.798-.797.797.798a.51.51 0 1 0 .72-.72L19.387 12zM9.75 9.75v4.5h4.5v-4.5z",
23
+ "clip-rule": "evenodd",
24
+ "transform": "scale(.83333)"
25
+ }
26
+ }]
27
+ };
28
+ const QuickAddIcon = (0, vue.defineComponent)({
29
+ name: "QuickAddIcon",
30
+ inheritAttrs: false,
31
+ props: { extend: {
32
+ type: Object,
33
+ default: void 0
34
+ } },
35
+ setup(props, { attrs }) {
36
+ return () => (0, vue.h)(ts_base_js.IconBase, {
37
+ ...attrs,
38
+ extend: props.extend,
39
+ id: "quick-add-icon",
40
+ icon: element
41
+ });
42
+ }
43
+ });
44
+ //#endregion
45
+ exports.QuickAddIcon = QuickAddIcon;
46
+ exports.default = QuickAddIcon;
@@ -0,0 +1,78 @@
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/row-height-extra-tall-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": 8.3,
22
+ "height": 11.6,
23
+ "x": 1.5,
24
+ "y": 4.2,
25
+ "fill": "currentColor",
26
+ "rx": 1.8
27
+ }
28
+ },
29
+ {
30
+ "tag": "path",
31
+ "attrs": {
32
+ "stroke": "currentColor",
33
+ "stroke-linecap": "round",
34
+ "stroke-width": 1.6,
35
+ "d": "M14.2 4.2v11.6"
36
+ }
37
+ },
38
+ {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "stroke": "currentColor",
42
+ "stroke-linecap": "round",
43
+ "stroke-linejoin": "round",
44
+ "stroke-width": 1.6,
45
+ "d": "m12 6.5 2.2-2.3 2.2 2.3"
46
+ }
47
+ },
48
+ {
49
+ "tag": "path",
50
+ "attrs": {
51
+ "stroke": "currentColor",
52
+ "stroke-linecap": "round",
53
+ "stroke-linejoin": "round",
54
+ "stroke-width": 1.6,
55
+ "d": "m12 13.5 2.2 2.3 2.2-2.3"
56
+ }
57
+ }
58
+ ]
59
+ };
60
+ const RowHeightExtraTallIcon = (0, vue.defineComponent)({
61
+ name: "RowHeightExtraTallIcon",
62
+ inheritAttrs: false,
63
+ props: { extend: {
64
+ type: Object,
65
+ default: void 0
66
+ } },
67
+ setup(props, { attrs }) {
68
+ return () => (0, vue.h)(ts_base_js.IconBase, {
69
+ ...attrs,
70
+ extend: props.extend,
71
+ id: "row-height-extra-tall-icon",
72
+ icon: element
73
+ });
74
+ }
75
+ });
76
+ //#endregion
77
+ exports.RowHeightExtraTallIcon = RowHeightExtraTallIcon;
78
+ exports.default = RowHeightExtraTallIcon;