@univerjs/icons 1.16.0 → 1.17.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/class-diagram-class-icon.cjs +38 -0
- package/dist/cjs/class-diagram-dashed-filled-arrow-connector-icon.cjs +50 -0
- package/dist/cjs/class-diagram-dashed-open-arrow-connector-icon.cjs +49 -0
- package/dist/cjs/class-diagram-filled-arrow-connector-icon.cjs +38 -0
- package/dist/cjs/class-diagram-filled-diamond-connector-icon.cjs +36 -0
- package/dist/cjs/class-diagram-hollow-diamond-connector-icon.cjs +38 -0
- package/dist/cjs/class-diagram-interface-icon.cjs +38 -0
- package/dist/cjs/component-diagram-assembly-connector-icon.cjs +47 -0
- package/dist/cjs/component-diagram-component-box-icon.cjs +47 -0
- package/dist/cjs/component-diagram-component-icon.cjs +38 -0
- package/dist/cjs/component-diagram-provided-interface-icon.cjs +38 -0
- package/dist/cjs/component-diagram-required-interface-icon.cjs +36 -0
- package/dist/cjs/conditional-color-icon.cjs +50 -0
- package/dist/cjs/connector-bar-crows-foot-marker-icon.cjs +38 -0
- package/dist/cjs/connector-bar-marker-icon.cjs +38 -0
- package/dist/cjs/connector-circle-bar-marker-icon.cjs +38 -0
- package/dist/cjs/connector-circle-crows-foot-marker-icon.cjs +38 -0
- package/dist/cjs/connector-circle-marker-icon.cjs +38 -0
- package/dist/cjs/connector-cross-marker-icon.cjs +38 -0
- package/dist/cjs/connector-crows-foot-marker-icon.cjs +38 -0
- package/dist/cjs/connector-filled-arrow-marker-icon.cjs +38 -0
- package/dist/cjs/connector-filled-circle-marker-icon.cjs +38 -0
- package/dist/cjs/connector-filled-diamond-marker-icon.cjs +38 -0
- package/dist/cjs/connector-hollow-diamond-marker-icon.cjs +38 -0
- package/dist/cjs/connector-hollow-triangle-marker-icon.cjs +38 -0
- package/dist/cjs/connector-none-marker-icon.cjs +38 -0
- package/dist/cjs/connector-open-arrow-marker-icon.cjs +38 -0
- package/dist/cjs/connector-rounded-elbow-icon.cjs +38 -0
- package/dist/cjs/connector-swap-markers-icon.cjs +64 -0
- package/dist/cjs/connector-x-marker-icon.cjs +38 -0
- package/dist/cjs/data-flow-circle-icon.cjs +39 -0
- package/dist/cjs/data-flow-data-storage1-icon.cjs +39 -0
- package/dist/cjs/data-flow-data-storage2-icon.cjs +39 -0
- package/dist/cjs/data-flow-data-storage3-icon.cjs +50 -0
- package/dist/cjs/data-flow-rounded-rectangle-icon.cjs +41 -0
- package/dist/cjs/data-flow-rounded-square-icon.cjs +41 -0
- package/dist/cjs/entity-relationship-entity-icon.cjs +38 -0
- package/dist/cjs/entity-relationship-field-type-icon.cjs +38 -0
- package/dist/cjs/entity-relationship-full-icon.cjs +38 -0
- package/dist/cjs/entity-relationship-key-field-icon.cjs +38 -0
- package/dist/cjs/index.cjs +406 -0
- package/dist/cjs/line-dashed-none-icon.cjs +38 -0
- package/dist/cjs/line-double-open-arrow-icon.cjs +41 -0
- package/dist/cjs/line-none-icon.cjs +37 -0
- package/dist/cjs/line-open-arrow-icon.cjs +35 -0
- package/dist/cjs/sequence-activation-bar-icon.cjs +40 -0
- package/dist/cjs/sequence-actor-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-alternative-fragment-icon.cjs +47 -0
- package/dist/cjs/sequence-boundary-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-collection-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-control-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-direct-access-storage-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-entity-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-fragment-icon.cjs +38 -0
- package/dist/cjs/sequence-magnetic-disk-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-object-lifeline-icon.cjs +47 -0
- package/dist/cjs/status-diagram-final-state-icon.cjs +52 -0
- package/dist/cjs/status-diagram-initial-state-icon.cjs +38 -0
- package/dist/cjs/status-diagram-state-bar-icon.cjs +40 -0
- package/dist/esm/class-diagram-class-icon.d.ts +3 -0
- package/dist/esm/class-diagram-class-icon.js +33 -0
- package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.js +45 -0
- package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.js +44 -0
- package/dist/esm/class-diagram-filled-arrow-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-filled-arrow-connector-icon.js +33 -0
- package/dist/esm/class-diagram-filled-diamond-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-filled-diamond-connector-icon.js +31 -0
- package/dist/esm/class-diagram-hollow-diamond-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-hollow-diamond-connector-icon.js +33 -0
- package/dist/esm/class-diagram-interface-icon.d.ts +3 -0
- package/dist/esm/class-diagram-interface-icon.js +33 -0
- package/dist/esm/component-diagram-assembly-connector-icon.d.ts +3 -0
- package/dist/esm/component-diagram-assembly-connector-icon.js +42 -0
- package/dist/esm/component-diagram-component-box-icon.d.ts +3 -0
- package/dist/esm/component-diagram-component-box-icon.js +42 -0
- package/dist/esm/component-diagram-component-icon.d.ts +3 -0
- package/dist/esm/component-diagram-component-icon.js +33 -0
- package/dist/esm/component-diagram-provided-interface-icon.d.ts +3 -0
- package/dist/esm/component-diagram-provided-interface-icon.js +33 -0
- package/dist/esm/component-diagram-required-interface-icon.d.ts +3 -0
- package/dist/esm/component-diagram-required-interface-icon.js +31 -0
- package/dist/esm/conditional-color-icon.d.ts +3 -0
- package/dist/esm/conditional-color-icon.js +45 -0
- package/dist/esm/connector-bar-crows-foot-marker-icon.d.ts +3 -0
- package/dist/esm/connector-bar-crows-foot-marker-icon.js +33 -0
- package/dist/esm/connector-bar-marker-icon.d.ts +3 -0
- package/dist/esm/connector-bar-marker-icon.js +33 -0
- package/dist/esm/connector-circle-bar-marker-icon.d.ts +3 -0
- package/dist/esm/connector-circle-bar-marker-icon.js +33 -0
- package/dist/esm/connector-circle-crows-foot-marker-icon.d.ts +3 -0
- package/dist/esm/connector-circle-crows-foot-marker-icon.js +33 -0
- package/dist/esm/connector-circle-marker-icon.d.ts +3 -0
- package/dist/esm/connector-circle-marker-icon.js +33 -0
- package/dist/esm/connector-cross-marker-icon.d.ts +3 -0
- package/dist/esm/connector-cross-marker-icon.js +33 -0
- package/dist/esm/connector-crows-foot-marker-icon.d.ts +3 -0
- package/dist/esm/connector-crows-foot-marker-icon.js +33 -0
- package/dist/esm/connector-filled-arrow-marker-icon.d.ts +3 -0
- package/dist/esm/connector-filled-arrow-marker-icon.js +33 -0
- package/dist/esm/connector-filled-circle-marker-icon.d.ts +3 -0
- package/dist/esm/connector-filled-circle-marker-icon.js +33 -0
- package/dist/esm/connector-filled-diamond-marker-icon.d.ts +3 -0
- package/dist/esm/connector-filled-diamond-marker-icon.js +33 -0
- package/dist/esm/connector-hollow-diamond-marker-icon.d.ts +3 -0
- package/dist/esm/connector-hollow-diamond-marker-icon.js +33 -0
- package/dist/esm/connector-hollow-triangle-marker-icon.d.ts +3 -0
- package/dist/esm/connector-hollow-triangle-marker-icon.js +33 -0
- package/dist/esm/connector-none-marker-icon.d.ts +3 -0
- package/dist/esm/connector-none-marker-icon.js +33 -0
- package/dist/esm/connector-open-arrow-marker-icon.d.ts +3 -0
- package/dist/esm/connector-open-arrow-marker-icon.js +33 -0
- package/dist/esm/connector-rounded-elbow-icon.d.ts +3 -0
- package/dist/esm/connector-rounded-elbow-icon.js +33 -0
- package/dist/esm/connector-swap-markers-icon.d.ts +3 -0
- package/dist/esm/connector-swap-markers-icon.js +59 -0
- package/dist/esm/connector-x-marker-icon.d.ts +3 -0
- package/dist/esm/connector-x-marker-icon.js +33 -0
- package/dist/esm/data-flow-circle-icon.d.ts +3 -0
- package/dist/esm/data-flow-circle-icon.js +34 -0
- package/dist/esm/data-flow-data-storage1-icon.d.ts +3 -0
- package/dist/esm/data-flow-data-storage1-icon.js +34 -0
- package/dist/esm/data-flow-data-storage2-icon.d.ts +3 -0
- package/dist/esm/data-flow-data-storage2-icon.js +34 -0
- package/dist/esm/data-flow-data-storage3-icon.d.ts +3 -0
- package/dist/esm/data-flow-data-storage3-icon.js +45 -0
- package/dist/esm/data-flow-rounded-rectangle-icon.d.ts +3 -0
- package/dist/esm/data-flow-rounded-rectangle-icon.js +36 -0
- package/dist/esm/data-flow-rounded-square-icon.d.ts +3 -0
- package/dist/esm/data-flow-rounded-square-icon.js +36 -0
- package/dist/esm/entity-relationship-entity-icon.d.ts +3 -0
- package/dist/esm/entity-relationship-entity-icon.js +33 -0
- package/dist/esm/entity-relationship-field-type-icon.d.ts +3 -0
- package/dist/esm/entity-relationship-field-type-icon.js +33 -0
- package/dist/esm/entity-relationship-full-icon.d.ts +3 -0
- package/dist/esm/entity-relationship-full-icon.js +33 -0
- package/dist/esm/entity-relationship-key-field-icon.d.ts +3 -0
- package/dist/esm/entity-relationship-key-field-icon.js +33 -0
- package/dist/esm/index.d.ts +58 -0
- package/dist/esm/index.js +59 -1
- package/dist/esm/line-dashed-none-icon.d.ts +3 -0
- package/dist/esm/line-dashed-none-icon.js +33 -0
- package/dist/esm/line-double-open-arrow-icon.d.ts +3 -0
- package/dist/esm/line-double-open-arrow-icon.js +36 -0
- package/dist/esm/line-none-icon.d.ts +3 -0
- package/dist/esm/line-none-icon.js +32 -0
- package/dist/esm/line-open-arrow-icon.d.ts +3 -0
- package/dist/esm/line-open-arrow-icon.js +30 -0
- package/dist/esm/sequence-activation-bar-icon.d.ts +3 -0
- package/dist/esm/sequence-activation-bar-icon.js +35 -0
- package/dist/esm/sequence-actor-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-actor-lifeline-icon.js +42 -0
- package/dist/esm/sequence-alternative-fragment-icon.d.ts +3 -0
- package/dist/esm/sequence-alternative-fragment-icon.js +42 -0
- package/dist/esm/sequence-boundary-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-boundary-lifeline-icon.js +42 -0
- package/dist/esm/sequence-collection-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-collection-lifeline-icon.js +42 -0
- package/dist/esm/sequence-control-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-control-lifeline-icon.js +42 -0
- package/dist/esm/sequence-direct-access-storage-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-direct-access-storage-lifeline-icon.js +42 -0
- package/dist/esm/sequence-entity-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-entity-lifeline-icon.js +42 -0
- package/dist/esm/sequence-fragment-icon.d.ts +3 -0
- package/dist/esm/sequence-fragment-icon.js +33 -0
- package/dist/esm/sequence-magnetic-disk-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-magnetic-disk-lifeline-icon.js +42 -0
- package/dist/esm/sequence-object-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-object-lifeline-icon.js +42 -0
- package/dist/esm/status-diagram-final-state-icon.d.ts +3 -0
- package/dist/esm/status-diagram-final-state-icon.js +47 -0
- package/dist/esm/status-diagram-initial-state-icon.d.ts +3 -0
- package/dist/esm/status-diagram-initial-state-icon.js +33 -0
- package/dist/esm/status-diagram-state-bar-icon.d.ts +3 -0
- package/dist/esm/status-diagram-state-bar-icon.js +35 -0
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -36,6 +36,13 @@ let ts_cancel_merge_icon_js = require("./cancel-merge-icon.js");
|
|
|
36
36
|
let ts_catalogue_icon_js = require("./catalogue-icon.js");
|
|
37
37
|
let ts_chart_icon_js = require("./chart-icon.js");
|
|
38
38
|
let ts_check_mark_icon_js = require("./check-mark-icon.js");
|
|
39
|
+
let ts_class_diagram_class_icon_js = require("./class-diagram-class-icon.js");
|
|
40
|
+
let ts_class_diagram_dashed_filled_arrow_connector_icon_js = require("./class-diagram-dashed-filled-arrow-connector-icon.js");
|
|
41
|
+
let ts_class_diagram_dashed_open_arrow_connector_icon_js = require("./class-diagram-dashed-open-arrow-connector-icon.js");
|
|
42
|
+
let ts_class_diagram_filled_arrow_connector_icon_js = require("./class-diagram-filled-arrow-connector-icon.js");
|
|
43
|
+
let ts_class_diagram_filled_diamond_connector_icon_js = require("./class-diagram-filled-diamond-connector-icon.js");
|
|
44
|
+
let ts_class_diagram_hollow_diamond_connector_icon_js = require("./class-diagram-hollow-diamond-connector-icon.js");
|
|
45
|
+
let ts_class_diagram_interface_icon_js = require("./class-diagram-interface-icon.js");
|
|
39
46
|
let ts_clock_icon_js = require("./clock-icon.js");
|
|
40
47
|
let ts_close_icon_js = require("./close-icon.js");
|
|
41
48
|
let ts_cloud_outline_icon_js = require("./cloud-outline-icon.js");
|
|
@@ -47,7 +54,30 @@ let ts_column_icon_js = require("./column-icon.js");
|
|
|
47
54
|
let ts_column_sparkline_icon_js = require("./column-sparkline-icon.js");
|
|
48
55
|
let ts_combo_chart_icon_js = require("./combo-chart-icon.js");
|
|
49
56
|
let ts_comment_icon_js = require("./comment-icon.js");
|
|
57
|
+
let ts_component_diagram_assembly_connector_icon_js = require("./component-diagram-assembly-connector-icon.js");
|
|
58
|
+
let ts_component_diagram_component_box_icon_js = require("./component-diagram-component-box-icon.js");
|
|
59
|
+
let ts_component_diagram_component_icon_js = require("./component-diagram-component-icon.js");
|
|
60
|
+
let ts_component_diagram_provided_interface_icon_js = require("./component-diagram-provided-interface-icon.js");
|
|
61
|
+
let ts_component_diagram_required_interface_icon_js = require("./component-diagram-required-interface-icon.js");
|
|
62
|
+
let ts_conditional_color_icon_js = require("./conditional-color-icon.js");
|
|
50
63
|
let ts_connection_line_icon_js = require("./connection-line-icon.js");
|
|
64
|
+
let ts_connector_bar_crows_foot_marker_icon_js = require("./connector-bar-crows-foot-marker-icon.js");
|
|
65
|
+
let ts_connector_bar_marker_icon_js = require("./connector-bar-marker-icon.js");
|
|
66
|
+
let ts_connector_circle_bar_marker_icon_js = require("./connector-circle-bar-marker-icon.js");
|
|
67
|
+
let ts_connector_circle_crows_foot_marker_icon_js = require("./connector-circle-crows-foot-marker-icon.js");
|
|
68
|
+
let ts_connector_circle_marker_icon_js = require("./connector-circle-marker-icon.js");
|
|
69
|
+
let ts_connector_cross_marker_icon_js = require("./connector-cross-marker-icon.js");
|
|
70
|
+
let ts_connector_crows_foot_marker_icon_js = require("./connector-crows-foot-marker-icon.js");
|
|
71
|
+
let ts_connector_filled_arrow_marker_icon_js = require("./connector-filled-arrow-marker-icon.js");
|
|
72
|
+
let ts_connector_filled_circle_marker_icon_js = require("./connector-filled-circle-marker-icon.js");
|
|
73
|
+
let ts_connector_filled_diamond_marker_icon_js = require("./connector-filled-diamond-marker-icon.js");
|
|
74
|
+
let ts_connector_hollow_diamond_marker_icon_js = require("./connector-hollow-diamond-marker-icon.js");
|
|
75
|
+
let ts_connector_hollow_triangle_marker_icon_js = require("./connector-hollow-triangle-marker-icon.js");
|
|
76
|
+
let ts_connector_none_marker_icon_js = require("./connector-none-marker-icon.js");
|
|
77
|
+
let ts_connector_open_arrow_marker_icon_js = require("./connector-open-arrow-marker-icon.js");
|
|
78
|
+
let ts_connector_rounded_elbow_icon_js = require("./connector-rounded-elbow-icon.js");
|
|
79
|
+
let ts_connector_swap_markers_icon_js = require("./connector-swap-markers-icon.js");
|
|
80
|
+
let ts_connector_x_marker_icon_js = require("./connector-x-marker-icon.js");
|
|
51
81
|
let ts_convert_icon_js = require("./convert-icon.js");
|
|
52
82
|
let ts_copy_icon_js = require("./copy-icon.js");
|
|
53
83
|
let ts_create_copy_icon_js = require("./create-copy-icon.js");
|
|
@@ -57,6 +87,12 @@ let ts_cross_icon_js = require("./cross-icon.js");
|
|
|
57
87
|
let ts_cursors_icon_js = require("./cursors-icon.js");
|
|
58
88
|
let ts_custom_sort_icon_js = require("./custom-sort-icon.js");
|
|
59
89
|
let ts_cut_icon_js = require("./cut-icon.js");
|
|
90
|
+
let ts_data_flow_circle_icon_js = require("./data-flow-circle-icon.js");
|
|
91
|
+
let ts_data_flow_data_storage1_icon_js = require("./data-flow-data-storage1-icon.js");
|
|
92
|
+
let ts_data_flow_data_storage2_icon_js = require("./data-flow-data-storage2-icon.js");
|
|
93
|
+
let ts_data_flow_data_storage3_icon_js = require("./data-flow-data-storage3-icon.js");
|
|
94
|
+
let ts_data_flow_rounded_rectangle_icon_js = require("./data-flow-rounded-rectangle-icon.js");
|
|
95
|
+
let ts_data_flow_rounded_square_icon_js = require("./data-flow-rounded-square-icon.js");
|
|
60
96
|
let ts_data_validation_icon_js = require("./data-validation-icon.js");
|
|
61
97
|
let ts_database_icon_js = require("./database-icon.js");
|
|
62
98
|
let ts_delete_empty_icon_js = require("./delete-empty-icon.js");
|
|
@@ -72,6 +108,10 @@ let ts_down_icon_js = require("./down-icon.js");
|
|
|
72
108
|
let ts_download_icon_js = require("./download-icon.js");
|
|
73
109
|
let ts_download_image_icon_js = require("./download-image-icon.js");
|
|
74
110
|
let ts_dropdown_icon_js = require("./dropdown-icon.js");
|
|
111
|
+
let ts_entity_relationship_entity_icon_js = require("./entity-relationship-entity-icon.js");
|
|
112
|
+
let ts_entity_relationship_field_type_icon_js = require("./entity-relationship-field-type-icon.js");
|
|
113
|
+
let ts_entity_relationship_full_icon_js = require("./entity-relationship-full-icon.js");
|
|
114
|
+
let ts_entity_relationship_key_field_icon_js = require("./entity-relationship-key-field-icon.js");
|
|
75
115
|
let ts_error_icon_js = require("./error-icon.js");
|
|
76
116
|
let ts_euro_icon_js = require("./euro-icon.js");
|
|
77
117
|
let ts_exclamation_icon_js = require("./exclamation-icon.js");
|
|
@@ -129,6 +169,10 @@ let ts_left_justifying_icon_js = require("./left-justifying-icon.js");
|
|
|
129
169
|
let ts_left_rotation_forty_five_degrees_icon_js = require("./left-rotation-forty-five-degrees-icon.js");
|
|
130
170
|
let ts_left_rotation_ninety_degrees_icon_js = require("./left-rotation-ninety-degrees-icon.js");
|
|
131
171
|
let ts_line_chart_icon_js = require("./line-chart-icon.js");
|
|
172
|
+
let ts_line_dashed_none_icon_js = require("./line-dashed-none-icon.js");
|
|
173
|
+
let ts_line_double_open_arrow_icon_js = require("./line-double-open-arrow-icon.js");
|
|
174
|
+
let ts_line_none_icon_js = require("./line-none-icon.js");
|
|
175
|
+
let ts_line_open_arrow_icon_js = require("./line-open-arrow-icon.js");
|
|
132
176
|
let ts_line_sparkline_icon_js = require("./line-sparkline-icon.js");
|
|
133
177
|
let ts_linear_icon_js = require("./linear-icon.js");
|
|
134
178
|
let ts_link_icon_js = require("./link-icon.js");
|
|
@@ -199,6 +243,17 @@ let ts_sankey_icon_js = require("./sankey-icon.js");
|
|
|
199
243
|
let ts_scatter_chart_icon_js = require("./scatter-chart-icon.js");
|
|
200
244
|
let ts_search_icon_js = require("./search-icon.js");
|
|
201
245
|
let ts_select_range_icon_js = require("./select-range-icon.js");
|
|
246
|
+
let ts_sequence_activation_bar_icon_js = require("./sequence-activation-bar-icon.js");
|
|
247
|
+
let ts_sequence_actor_lifeline_icon_js = require("./sequence-actor-lifeline-icon.js");
|
|
248
|
+
let ts_sequence_alternative_fragment_icon_js = require("./sequence-alternative-fragment-icon.js");
|
|
249
|
+
let ts_sequence_boundary_lifeline_icon_js = require("./sequence-boundary-lifeline-icon.js");
|
|
250
|
+
let ts_sequence_collection_lifeline_icon_js = require("./sequence-collection-lifeline-icon.js");
|
|
251
|
+
let ts_sequence_control_lifeline_icon_js = require("./sequence-control-lifeline-icon.js");
|
|
252
|
+
let ts_sequence_direct_access_storage_lifeline_icon_js = require("./sequence-direct-access-storage-lifeline-icon.js");
|
|
253
|
+
let ts_sequence_entity_lifeline_icon_js = require("./sequence-entity-lifeline-icon.js");
|
|
254
|
+
let ts_sequence_fragment_icon_js = require("./sequence-fragment-icon.js");
|
|
255
|
+
let ts_sequence_magnetic_disk_lifeline_icon_js = require("./sequence-magnetic-disk-lifeline-icon.js");
|
|
256
|
+
let ts_sequence_object_lifeline_icon_js = require("./sequence-object-lifeline-icon.js");
|
|
202
257
|
let ts_shape_accent_border_callout1_icon_js = require("./shape-accent-border-callout1-icon.js");
|
|
203
258
|
let ts_shape_accent_border_callout2_icon_js = require("./shape-accent-border-callout2-icon.js");
|
|
204
259
|
let ts_shape_accent_border_callout3_icon_js = require("./shape-accent-border-callout3-icon.js");
|
|
@@ -399,6 +454,9 @@ let ts_show_toolbar_icon_js = require("./show-toolbar-icon.js");
|
|
|
399
454
|
let ts_slides_app_icon_js = require("./slides-app-icon.js");
|
|
400
455
|
let ts_slideshow_play_icon_js = require("./slideshow-play-icon.js");
|
|
401
456
|
let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.js");
|
|
457
|
+
let ts_status_diagram_final_state_icon_js = require("./status-diagram-final-state-icon.js");
|
|
458
|
+
let ts_status_diagram_initial_state_icon_js = require("./status-diagram-initial-state-icon.js");
|
|
459
|
+
let ts_status_diagram_state_bar_icon_js = require("./status-diagram-state-bar-icon.js");
|
|
402
460
|
let ts_sticky_note_icon_js = require("./sticky-note-icon.js");
|
|
403
461
|
let ts_strikethrough_icon_js = require("./strikethrough-icon.js");
|
|
404
462
|
let ts_subscript_icon_js = require("./subscript-icon.js");
|
|
@@ -815,6 +873,48 @@ Object.defineProperty(exports, "CheckMarkIcon", {
|
|
|
815
873
|
return ts_check_mark_icon_js.CheckMarkIcon;
|
|
816
874
|
}
|
|
817
875
|
});
|
|
876
|
+
Object.defineProperty(exports, "ClassDiagramClassIcon", {
|
|
877
|
+
enumerable: true,
|
|
878
|
+
get: function() {
|
|
879
|
+
return ts_class_diagram_class_icon_js.ClassDiagramClassIcon;
|
|
880
|
+
}
|
|
881
|
+
});
|
|
882
|
+
Object.defineProperty(exports, "ClassDiagramDashedFilledArrowConnectorIcon", {
|
|
883
|
+
enumerable: true,
|
|
884
|
+
get: function() {
|
|
885
|
+
return ts_class_diagram_dashed_filled_arrow_connector_icon_js.ClassDiagramDashedFilledArrowConnectorIcon;
|
|
886
|
+
}
|
|
887
|
+
});
|
|
888
|
+
Object.defineProperty(exports, "ClassDiagramDashedOpenArrowConnectorIcon", {
|
|
889
|
+
enumerable: true,
|
|
890
|
+
get: function() {
|
|
891
|
+
return ts_class_diagram_dashed_open_arrow_connector_icon_js.ClassDiagramDashedOpenArrowConnectorIcon;
|
|
892
|
+
}
|
|
893
|
+
});
|
|
894
|
+
Object.defineProperty(exports, "ClassDiagramFilledArrowConnectorIcon", {
|
|
895
|
+
enumerable: true,
|
|
896
|
+
get: function() {
|
|
897
|
+
return ts_class_diagram_filled_arrow_connector_icon_js.ClassDiagramFilledArrowConnectorIcon;
|
|
898
|
+
}
|
|
899
|
+
});
|
|
900
|
+
Object.defineProperty(exports, "ClassDiagramFilledDiamondConnectorIcon", {
|
|
901
|
+
enumerable: true,
|
|
902
|
+
get: function() {
|
|
903
|
+
return ts_class_diagram_filled_diamond_connector_icon_js.ClassDiagramFilledDiamondConnectorIcon;
|
|
904
|
+
}
|
|
905
|
+
});
|
|
906
|
+
Object.defineProperty(exports, "ClassDiagramHollowDiamondConnectorIcon", {
|
|
907
|
+
enumerable: true,
|
|
908
|
+
get: function() {
|
|
909
|
+
return ts_class_diagram_hollow_diamond_connector_icon_js.ClassDiagramHollowDiamondConnectorIcon;
|
|
910
|
+
}
|
|
911
|
+
});
|
|
912
|
+
Object.defineProperty(exports, "ClassDiagramInterfaceIcon", {
|
|
913
|
+
enumerable: true,
|
|
914
|
+
get: function() {
|
|
915
|
+
return ts_class_diagram_interface_icon_js.ClassDiagramInterfaceIcon;
|
|
916
|
+
}
|
|
917
|
+
});
|
|
818
918
|
Object.defineProperty(exports, "ClearFormatDoubleIcon", {
|
|
819
919
|
enumerable: true,
|
|
820
920
|
get: function() {
|
|
@@ -887,6 +987,42 @@ Object.defineProperty(exports, "CommentIcon", {
|
|
|
887
987
|
return ts_comment_icon_js.CommentIcon;
|
|
888
988
|
}
|
|
889
989
|
});
|
|
990
|
+
Object.defineProperty(exports, "ComponentDiagramAssemblyConnectorIcon", {
|
|
991
|
+
enumerable: true,
|
|
992
|
+
get: function() {
|
|
993
|
+
return ts_component_diagram_assembly_connector_icon_js.ComponentDiagramAssemblyConnectorIcon;
|
|
994
|
+
}
|
|
995
|
+
});
|
|
996
|
+
Object.defineProperty(exports, "ComponentDiagramComponentBoxIcon", {
|
|
997
|
+
enumerable: true,
|
|
998
|
+
get: function() {
|
|
999
|
+
return ts_component_diagram_component_box_icon_js.ComponentDiagramComponentBoxIcon;
|
|
1000
|
+
}
|
|
1001
|
+
});
|
|
1002
|
+
Object.defineProperty(exports, "ComponentDiagramComponentIcon", {
|
|
1003
|
+
enumerable: true,
|
|
1004
|
+
get: function() {
|
|
1005
|
+
return ts_component_diagram_component_icon_js.ComponentDiagramComponentIcon;
|
|
1006
|
+
}
|
|
1007
|
+
});
|
|
1008
|
+
Object.defineProperty(exports, "ComponentDiagramProvidedInterfaceIcon", {
|
|
1009
|
+
enumerable: true,
|
|
1010
|
+
get: function() {
|
|
1011
|
+
return ts_component_diagram_provided_interface_icon_js.ComponentDiagramProvidedInterfaceIcon;
|
|
1012
|
+
}
|
|
1013
|
+
});
|
|
1014
|
+
Object.defineProperty(exports, "ComponentDiagramRequiredInterfaceIcon", {
|
|
1015
|
+
enumerable: true,
|
|
1016
|
+
get: function() {
|
|
1017
|
+
return ts_component_diagram_required_interface_icon_js.ComponentDiagramRequiredInterfaceIcon;
|
|
1018
|
+
}
|
|
1019
|
+
});
|
|
1020
|
+
Object.defineProperty(exports, "ConditionalColorIcon", {
|
|
1021
|
+
enumerable: true,
|
|
1022
|
+
get: function() {
|
|
1023
|
+
return ts_conditional_color_icon_js.ConditionalColorIcon;
|
|
1024
|
+
}
|
|
1025
|
+
});
|
|
890
1026
|
Object.defineProperty(exports, "ConditionsDoubleIcon", {
|
|
891
1027
|
enumerable: true,
|
|
892
1028
|
get: function() {
|
|
@@ -899,6 +1035,108 @@ Object.defineProperty(exports, "ConnectionLineIcon", {
|
|
|
899
1035
|
return ts_connection_line_icon_js.ConnectionLineIcon;
|
|
900
1036
|
}
|
|
901
1037
|
});
|
|
1038
|
+
Object.defineProperty(exports, "ConnectorBarCrowsFootMarkerIcon", {
|
|
1039
|
+
enumerable: true,
|
|
1040
|
+
get: function() {
|
|
1041
|
+
return ts_connector_bar_crows_foot_marker_icon_js.ConnectorBarCrowsFootMarkerIcon;
|
|
1042
|
+
}
|
|
1043
|
+
});
|
|
1044
|
+
Object.defineProperty(exports, "ConnectorBarMarkerIcon", {
|
|
1045
|
+
enumerable: true,
|
|
1046
|
+
get: function() {
|
|
1047
|
+
return ts_connector_bar_marker_icon_js.ConnectorBarMarkerIcon;
|
|
1048
|
+
}
|
|
1049
|
+
});
|
|
1050
|
+
Object.defineProperty(exports, "ConnectorCircleBarMarkerIcon", {
|
|
1051
|
+
enumerable: true,
|
|
1052
|
+
get: function() {
|
|
1053
|
+
return ts_connector_circle_bar_marker_icon_js.ConnectorCircleBarMarkerIcon;
|
|
1054
|
+
}
|
|
1055
|
+
});
|
|
1056
|
+
Object.defineProperty(exports, "ConnectorCircleCrowsFootMarkerIcon", {
|
|
1057
|
+
enumerable: true,
|
|
1058
|
+
get: function() {
|
|
1059
|
+
return ts_connector_circle_crows_foot_marker_icon_js.ConnectorCircleCrowsFootMarkerIcon;
|
|
1060
|
+
}
|
|
1061
|
+
});
|
|
1062
|
+
Object.defineProperty(exports, "ConnectorCircleMarkerIcon", {
|
|
1063
|
+
enumerable: true,
|
|
1064
|
+
get: function() {
|
|
1065
|
+
return ts_connector_circle_marker_icon_js.ConnectorCircleMarkerIcon;
|
|
1066
|
+
}
|
|
1067
|
+
});
|
|
1068
|
+
Object.defineProperty(exports, "ConnectorCrossMarkerIcon", {
|
|
1069
|
+
enumerable: true,
|
|
1070
|
+
get: function() {
|
|
1071
|
+
return ts_connector_cross_marker_icon_js.ConnectorCrossMarkerIcon;
|
|
1072
|
+
}
|
|
1073
|
+
});
|
|
1074
|
+
Object.defineProperty(exports, "ConnectorCrowsFootMarkerIcon", {
|
|
1075
|
+
enumerable: true,
|
|
1076
|
+
get: function() {
|
|
1077
|
+
return ts_connector_crows_foot_marker_icon_js.ConnectorCrowsFootMarkerIcon;
|
|
1078
|
+
}
|
|
1079
|
+
});
|
|
1080
|
+
Object.defineProperty(exports, "ConnectorFilledArrowMarkerIcon", {
|
|
1081
|
+
enumerable: true,
|
|
1082
|
+
get: function() {
|
|
1083
|
+
return ts_connector_filled_arrow_marker_icon_js.ConnectorFilledArrowMarkerIcon;
|
|
1084
|
+
}
|
|
1085
|
+
});
|
|
1086
|
+
Object.defineProperty(exports, "ConnectorFilledCircleMarkerIcon", {
|
|
1087
|
+
enumerable: true,
|
|
1088
|
+
get: function() {
|
|
1089
|
+
return ts_connector_filled_circle_marker_icon_js.ConnectorFilledCircleMarkerIcon;
|
|
1090
|
+
}
|
|
1091
|
+
});
|
|
1092
|
+
Object.defineProperty(exports, "ConnectorFilledDiamondMarkerIcon", {
|
|
1093
|
+
enumerable: true,
|
|
1094
|
+
get: function() {
|
|
1095
|
+
return ts_connector_filled_diamond_marker_icon_js.ConnectorFilledDiamondMarkerIcon;
|
|
1096
|
+
}
|
|
1097
|
+
});
|
|
1098
|
+
Object.defineProperty(exports, "ConnectorHollowDiamondMarkerIcon", {
|
|
1099
|
+
enumerable: true,
|
|
1100
|
+
get: function() {
|
|
1101
|
+
return ts_connector_hollow_diamond_marker_icon_js.ConnectorHollowDiamondMarkerIcon;
|
|
1102
|
+
}
|
|
1103
|
+
});
|
|
1104
|
+
Object.defineProperty(exports, "ConnectorHollowTriangleMarkerIcon", {
|
|
1105
|
+
enumerable: true,
|
|
1106
|
+
get: function() {
|
|
1107
|
+
return ts_connector_hollow_triangle_marker_icon_js.ConnectorHollowTriangleMarkerIcon;
|
|
1108
|
+
}
|
|
1109
|
+
});
|
|
1110
|
+
Object.defineProperty(exports, "ConnectorNoneMarkerIcon", {
|
|
1111
|
+
enumerable: true,
|
|
1112
|
+
get: function() {
|
|
1113
|
+
return ts_connector_none_marker_icon_js.ConnectorNoneMarkerIcon;
|
|
1114
|
+
}
|
|
1115
|
+
});
|
|
1116
|
+
Object.defineProperty(exports, "ConnectorOpenArrowMarkerIcon", {
|
|
1117
|
+
enumerable: true,
|
|
1118
|
+
get: function() {
|
|
1119
|
+
return ts_connector_open_arrow_marker_icon_js.ConnectorOpenArrowMarkerIcon;
|
|
1120
|
+
}
|
|
1121
|
+
});
|
|
1122
|
+
Object.defineProperty(exports, "ConnectorRoundedElbowIcon", {
|
|
1123
|
+
enumerable: true,
|
|
1124
|
+
get: function() {
|
|
1125
|
+
return ts_connector_rounded_elbow_icon_js.ConnectorRoundedElbowIcon;
|
|
1126
|
+
}
|
|
1127
|
+
});
|
|
1128
|
+
Object.defineProperty(exports, "ConnectorSwapMarkersIcon", {
|
|
1129
|
+
enumerable: true,
|
|
1130
|
+
get: function() {
|
|
1131
|
+
return ts_connector_swap_markers_icon_js.ConnectorSwapMarkersIcon;
|
|
1132
|
+
}
|
|
1133
|
+
});
|
|
1134
|
+
Object.defineProperty(exports, "ConnectorXMarkerIcon", {
|
|
1135
|
+
enumerable: true,
|
|
1136
|
+
get: function() {
|
|
1137
|
+
return ts_connector_x_marker_icon_js.ConnectorXMarkerIcon;
|
|
1138
|
+
}
|
|
1139
|
+
});
|
|
902
1140
|
Object.defineProperty(exports, "ConvertIcon", {
|
|
903
1141
|
enumerable: true,
|
|
904
1142
|
get: function() {
|
|
@@ -965,6 +1203,42 @@ Object.defineProperty(exports, "CutIcon", {
|
|
|
965
1203
|
return ts_cut_icon_js.CutIcon;
|
|
966
1204
|
}
|
|
967
1205
|
});
|
|
1206
|
+
Object.defineProperty(exports, "DataFlowCircleIcon", {
|
|
1207
|
+
enumerable: true,
|
|
1208
|
+
get: function() {
|
|
1209
|
+
return ts_data_flow_circle_icon_js.DataFlowCircleIcon;
|
|
1210
|
+
}
|
|
1211
|
+
});
|
|
1212
|
+
Object.defineProperty(exports, "DataFlowDataStorage1Icon", {
|
|
1213
|
+
enumerable: true,
|
|
1214
|
+
get: function() {
|
|
1215
|
+
return ts_data_flow_data_storage1_icon_js.DataFlowDataStorage1Icon;
|
|
1216
|
+
}
|
|
1217
|
+
});
|
|
1218
|
+
Object.defineProperty(exports, "DataFlowDataStorage2Icon", {
|
|
1219
|
+
enumerable: true,
|
|
1220
|
+
get: function() {
|
|
1221
|
+
return ts_data_flow_data_storage2_icon_js.DataFlowDataStorage2Icon;
|
|
1222
|
+
}
|
|
1223
|
+
});
|
|
1224
|
+
Object.defineProperty(exports, "DataFlowDataStorage3Icon", {
|
|
1225
|
+
enumerable: true,
|
|
1226
|
+
get: function() {
|
|
1227
|
+
return ts_data_flow_data_storage3_icon_js.DataFlowDataStorage3Icon;
|
|
1228
|
+
}
|
|
1229
|
+
});
|
|
1230
|
+
Object.defineProperty(exports, "DataFlowRoundedRectangleIcon", {
|
|
1231
|
+
enumerable: true,
|
|
1232
|
+
get: function() {
|
|
1233
|
+
return ts_data_flow_rounded_rectangle_icon_js.DataFlowRoundedRectangleIcon;
|
|
1234
|
+
}
|
|
1235
|
+
});
|
|
1236
|
+
Object.defineProperty(exports, "DataFlowRoundedSquareIcon", {
|
|
1237
|
+
enumerable: true,
|
|
1238
|
+
get: function() {
|
|
1239
|
+
return ts_data_flow_rounded_square_icon_js.DataFlowRoundedSquareIcon;
|
|
1240
|
+
}
|
|
1241
|
+
});
|
|
968
1242
|
Object.defineProperty(exports, "DataValidationIcon", {
|
|
969
1243
|
enumerable: true,
|
|
970
1244
|
get: function() {
|
|
@@ -1109,6 +1383,30 @@ Object.defineProperty(exports, "DropdownIcon", {
|
|
|
1109
1383
|
return ts_dropdown_icon_js.DropdownIcon;
|
|
1110
1384
|
}
|
|
1111
1385
|
});
|
|
1386
|
+
Object.defineProperty(exports, "EntityRelationshipEntityIcon", {
|
|
1387
|
+
enumerable: true,
|
|
1388
|
+
get: function() {
|
|
1389
|
+
return ts_entity_relationship_entity_icon_js.EntityRelationshipEntityIcon;
|
|
1390
|
+
}
|
|
1391
|
+
});
|
|
1392
|
+
Object.defineProperty(exports, "EntityRelationshipFieldTypeIcon", {
|
|
1393
|
+
enumerable: true,
|
|
1394
|
+
get: function() {
|
|
1395
|
+
return ts_entity_relationship_field_type_icon_js.EntityRelationshipFieldTypeIcon;
|
|
1396
|
+
}
|
|
1397
|
+
});
|
|
1398
|
+
Object.defineProperty(exports, "EntityRelationshipFullIcon", {
|
|
1399
|
+
enumerable: true,
|
|
1400
|
+
get: function() {
|
|
1401
|
+
return ts_entity_relationship_full_icon_js.EntityRelationshipFullIcon;
|
|
1402
|
+
}
|
|
1403
|
+
});
|
|
1404
|
+
Object.defineProperty(exports, "EntityRelationshipKeyFieldIcon", {
|
|
1405
|
+
enumerable: true,
|
|
1406
|
+
get: function() {
|
|
1407
|
+
return ts_entity_relationship_key_field_icon_js.EntityRelationshipKeyFieldIcon;
|
|
1408
|
+
}
|
|
1409
|
+
});
|
|
1112
1410
|
Object.defineProperty(exports, "ErrorIcon", {
|
|
1113
1411
|
enumerable: true,
|
|
1114
1412
|
get: function() {
|
|
@@ -1571,6 +1869,30 @@ Object.defineProperty(exports, "LineChartIcon", {
|
|
|
1571
1869
|
return ts_line_chart_icon_js.LineChartIcon;
|
|
1572
1870
|
}
|
|
1573
1871
|
});
|
|
1872
|
+
Object.defineProperty(exports, "LineDashedNoneIcon", {
|
|
1873
|
+
enumerable: true,
|
|
1874
|
+
get: function() {
|
|
1875
|
+
return ts_line_dashed_none_icon_js.LineDashedNoneIcon;
|
|
1876
|
+
}
|
|
1877
|
+
});
|
|
1878
|
+
Object.defineProperty(exports, "LineDoubleOpenArrowIcon", {
|
|
1879
|
+
enumerable: true,
|
|
1880
|
+
get: function() {
|
|
1881
|
+
return ts_line_double_open_arrow_icon_js.LineDoubleOpenArrowIcon;
|
|
1882
|
+
}
|
|
1883
|
+
});
|
|
1884
|
+
Object.defineProperty(exports, "LineNoneIcon", {
|
|
1885
|
+
enumerable: true,
|
|
1886
|
+
get: function() {
|
|
1887
|
+
return ts_line_none_icon_js.LineNoneIcon;
|
|
1888
|
+
}
|
|
1889
|
+
});
|
|
1890
|
+
Object.defineProperty(exports, "LineOpenArrowIcon", {
|
|
1891
|
+
enumerable: true,
|
|
1892
|
+
get: function() {
|
|
1893
|
+
return ts_line_open_arrow_icon_js.LineOpenArrowIcon;
|
|
1894
|
+
}
|
|
1895
|
+
});
|
|
1574
1896
|
Object.defineProperty(exports, "LineSparklineIcon", {
|
|
1575
1897
|
enumerable: true,
|
|
1576
1898
|
get: function() {
|
|
@@ -2093,6 +2415,72 @@ Object.defineProperty(exports, "SelectRangeIcon", {
|
|
|
2093
2415
|
return ts_select_range_icon_js.SelectRangeIcon;
|
|
2094
2416
|
}
|
|
2095
2417
|
});
|
|
2418
|
+
Object.defineProperty(exports, "SequenceActivationBarIcon", {
|
|
2419
|
+
enumerable: true,
|
|
2420
|
+
get: function() {
|
|
2421
|
+
return ts_sequence_activation_bar_icon_js.SequenceActivationBarIcon;
|
|
2422
|
+
}
|
|
2423
|
+
});
|
|
2424
|
+
Object.defineProperty(exports, "SequenceActorLifelineIcon", {
|
|
2425
|
+
enumerable: true,
|
|
2426
|
+
get: function() {
|
|
2427
|
+
return ts_sequence_actor_lifeline_icon_js.SequenceActorLifelineIcon;
|
|
2428
|
+
}
|
|
2429
|
+
});
|
|
2430
|
+
Object.defineProperty(exports, "SequenceAlternativeFragmentIcon", {
|
|
2431
|
+
enumerable: true,
|
|
2432
|
+
get: function() {
|
|
2433
|
+
return ts_sequence_alternative_fragment_icon_js.SequenceAlternativeFragmentIcon;
|
|
2434
|
+
}
|
|
2435
|
+
});
|
|
2436
|
+
Object.defineProperty(exports, "SequenceBoundaryLifelineIcon", {
|
|
2437
|
+
enumerable: true,
|
|
2438
|
+
get: function() {
|
|
2439
|
+
return ts_sequence_boundary_lifeline_icon_js.SequenceBoundaryLifelineIcon;
|
|
2440
|
+
}
|
|
2441
|
+
});
|
|
2442
|
+
Object.defineProperty(exports, "SequenceCollectionLifelineIcon", {
|
|
2443
|
+
enumerable: true,
|
|
2444
|
+
get: function() {
|
|
2445
|
+
return ts_sequence_collection_lifeline_icon_js.SequenceCollectionLifelineIcon;
|
|
2446
|
+
}
|
|
2447
|
+
});
|
|
2448
|
+
Object.defineProperty(exports, "SequenceControlLifelineIcon", {
|
|
2449
|
+
enumerable: true,
|
|
2450
|
+
get: function() {
|
|
2451
|
+
return ts_sequence_control_lifeline_icon_js.SequenceControlLifelineIcon;
|
|
2452
|
+
}
|
|
2453
|
+
});
|
|
2454
|
+
Object.defineProperty(exports, "SequenceDirectAccessStorageLifelineIcon", {
|
|
2455
|
+
enumerable: true,
|
|
2456
|
+
get: function() {
|
|
2457
|
+
return ts_sequence_direct_access_storage_lifeline_icon_js.SequenceDirectAccessStorageLifelineIcon;
|
|
2458
|
+
}
|
|
2459
|
+
});
|
|
2460
|
+
Object.defineProperty(exports, "SequenceEntityLifelineIcon", {
|
|
2461
|
+
enumerable: true,
|
|
2462
|
+
get: function() {
|
|
2463
|
+
return ts_sequence_entity_lifeline_icon_js.SequenceEntityLifelineIcon;
|
|
2464
|
+
}
|
|
2465
|
+
});
|
|
2466
|
+
Object.defineProperty(exports, "SequenceFragmentIcon", {
|
|
2467
|
+
enumerable: true,
|
|
2468
|
+
get: function() {
|
|
2469
|
+
return ts_sequence_fragment_icon_js.SequenceFragmentIcon;
|
|
2470
|
+
}
|
|
2471
|
+
});
|
|
2472
|
+
Object.defineProperty(exports, "SequenceMagneticDiskLifelineIcon", {
|
|
2473
|
+
enumerable: true,
|
|
2474
|
+
get: function() {
|
|
2475
|
+
return ts_sequence_magnetic_disk_lifeline_icon_js.SequenceMagneticDiskLifelineIcon;
|
|
2476
|
+
}
|
|
2477
|
+
});
|
|
2478
|
+
Object.defineProperty(exports, "SequenceObjectLifelineIcon", {
|
|
2479
|
+
enumerable: true,
|
|
2480
|
+
get: function() {
|
|
2481
|
+
return ts_sequence_object_lifeline_icon_js.SequenceObjectLifelineIcon;
|
|
2482
|
+
}
|
|
2483
|
+
});
|
|
2096
2484
|
Object.defineProperty(exports, "ShapeAccentBorderCallout1Icon", {
|
|
2097
2485
|
enumerable: true,
|
|
2098
2486
|
get: function() {
|
|
@@ -3377,6 +3765,24 @@ Object.defineProperty(exports, "StarIncompleteDoubleIcon", {
|
|
|
3377
3765
|
return ts_star_incomplete_double_icon_js.StarIncompleteDoubleIcon;
|
|
3378
3766
|
}
|
|
3379
3767
|
});
|
|
3768
|
+
Object.defineProperty(exports, "StatusDiagramFinalStateIcon", {
|
|
3769
|
+
enumerable: true,
|
|
3770
|
+
get: function() {
|
|
3771
|
+
return ts_status_diagram_final_state_icon_js.StatusDiagramFinalStateIcon;
|
|
3772
|
+
}
|
|
3773
|
+
});
|
|
3774
|
+
Object.defineProperty(exports, "StatusDiagramInitialStateIcon", {
|
|
3775
|
+
enumerable: true,
|
|
3776
|
+
get: function() {
|
|
3777
|
+
return ts_status_diagram_initial_state_icon_js.StatusDiagramInitialStateIcon;
|
|
3778
|
+
}
|
|
3779
|
+
});
|
|
3780
|
+
Object.defineProperty(exports, "StatusDiagramStateBarIcon", {
|
|
3781
|
+
enumerable: true,
|
|
3782
|
+
get: function() {
|
|
3783
|
+
return ts_status_diagram_state_bar_icon_js.StatusDiagramStateBarIcon;
|
|
3784
|
+
}
|
|
3785
|
+
});
|
|
3380
3786
|
Object.defineProperty(exports, "StickyNoteIcon", {
|
|
3381
3787
|
enumerable: true,
|
|
3382
3788
|
get: function() {
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/line-dashed-none-icon.tsx
|
|
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
|
+
"d": "M5 15.833L15.607 5.227",
|
|
22
|
+
"strokeDasharray": "3.2 3.2",
|
|
23
|
+
"strokeLinecap": "round",
|
|
24
|
+
"strokeWidth": 1.6
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const LineDashedNoneIcon = (0, react.forwardRef)(function LineDashedNoneIcon(props, ref) {
|
|
29
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
30
|
+
id: "line-dashed-none-icon",
|
|
31
|
+
ref,
|
|
32
|
+
icon: element
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
LineDashedNoneIcon.displayName = "LineDashedNoneIcon";
|
|
36
|
+
//#endregion
|
|
37
|
+
exports.LineDashedNoneIcon = LineDashedNoneIcon;
|
|
38
|
+
exports.default = LineDashedNoneIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/line-double-open-arrow-icon.tsx
|
|
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
|
+
"d": "M15.833 4.25C16.248 4.25 16.583 4.586 16.583 5V10C16.583 10.414 16.248 10.75 15.833 10.75C15.419 10.75 15.083 10.414 15.083 10V6.811L5.53 16.363C5.237 16.656 4.762 16.656 4.469 16.363C4.176 16.07 4.176 15.596 4.469 15.303L14.023 5.75H10.833C10.419 5.75 10.083 5.414 10.083 5C10.083 4.586 10.419 4.25 10.833 4.25H15.833Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"tag": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"fill": "currentColor",
|
|
27
|
+
"d": "M5.75 10.833C5.75 10.419 5.414 10.083 5 10.083C4.586 10.083 4.25 10.419 4.25 10.833V15.833C4.25 16.248 4.586 16.583 5 16.583H10C10.414 16.583 10.75 16.248 10.75 15.833C10.75 15.419 10.414 15.083 10 15.083H5.75V10.833Z"
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
};
|
|
31
|
+
const LineDoubleOpenArrowIcon = (0, react.forwardRef)(function LineDoubleOpenArrowIcon(props, ref) {
|
|
32
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
33
|
+
id: "line-double-open-arrow-icon",
|
|
34
|
+
ref,
|
|
35
|
+
icon: element
|
|
36
|
+
}));
|
|
37
|
+
});
|
|
38
|
+
LineDoubleOpenArrowIcon.displayName = "LineDoubleOpenArrowIcon";
|
|
39
|
+
//#endregion
|
|
40
|
+
exports.LineDoubleOpenArrowIcon = LineDoubleOpenArrowIcon;
|
|
41
|
+
exports.default = LineDoubleOpenArrowIcon;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/line-none-icon.tsx
|
|
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
|
+
"d": "M5 15.833L15.607 5.227",
|
|
22
|
+
"strokeLinecap": "round",
|
|
23
|
+
"strokeWidth": 1.6
|
|
24
|
+
}
|
|
25
|
+
}]
|
|
26
|
+
};
|
|
27
|
+
const LineNoneIcon = (0, react.forwardRef)(function LineNoneIcon(props, ref) {
|
|
28
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
29
|
+
id: "line-none-icon",
|
|
30
|
+
ref,
|
|
31
|
+
icon: element
|
|
32
|
+
}));
|
|
33
|
+
});
|
|
34
|
+
LineNoneIcon.displayName = "LineNoneIcon";
|
|
35
|
+
//#endregion
|
|
36
|
+
exports.LineNoneIcon = LineNoneIcon;
|
|
37
|
+
exports.default = LineNoneIcon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/line-open-arrow-icon.tsx
|
|
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
|
+
"d": "M15.833 4.25C16.248 4.25 16.583 4.586 16.583 5V10C16.583 10.414 16.248 10.75 15.833 10.75C15.419 10.75 15.083 10.414 15.083 10V6.811L5.53 16.363C5.237 16.656 4.762 16.656 4.469 16.363C4.176 16.07 4.176 15.596 4.469 15.303L14.023 5.75H10.833C10.419 5.75 10.083 5.414 10.083 5C10.083 4.586 10.419 4.25 10.833 4.25H15.833Z"
|
|
22
|
+
}
|
|
23
|
+
}]
|
|
24
|
+
};
|
|
25
|
+
const LineOpenArrowIcon = (0, react.forwardRef)(function LineOpenArrowIcon(props, ref) {
|
|
26
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
27
|
+
id: "line-open-arrow-icon",
|
|
28
|
+
ref,
|
|
29
|
+
icon: element
|
|
30
|
+
}));
|
|
31
|
+
});
|
|
32
|
+
LineOpenArrowIcon.displayName = "LineOpenArrowIcon";
|
|
33
|
+
//#endregion
|
|
34
|
+
exports.LineOpenArrowIcon = LineOpenArrowIcon;
|
|
35
|
+
exports.default = LineOpenArrowIcon;
|