@univerjs/icons 1.21.0 → 1.23.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 (67) hide show
  1. package/dist/cjs/database-function-icon.cjs +49 -0
  2. package/dist/cjs/date-function-icon.cjs +71 -0
  3. package/dist/cjs/engineering-function-icon.cjs +49 -0
  4. package/dist/cjs/financial-function-icon.cjs +49 -0
  5. package/dist/cjs/formula-accent-icon.cjs +53 -0
  6. package/dist/cjs/formula-bracket-icon.cjs +58 -0
  7. package/dist/cjs/formula-fraction-icon.cjs +53 -0
  8. package/dist/cjs/formula-function-icon.cjs +58 -0
  9. package/dist/cjs/formula-integral-icon.cjs +58 -0
  10. package/dist/cjs/formula-large-operator-icon.cjs +65 -0
  11. package/dist/cjs/formula-limit-logarithm-icon.cjs +72 -0
  12. package/dist/cjs/formula-matrix-icon.cjs +68 -0
  13. package/dist/cjs/formula-operator-icon.cjs +43 -0
  14. package/dist/cjs/formula-radical-icon.cjs +62 -0
  15. package/dist/cjs/formula-script-icon.cjs +41 -0
  16. package/dist/cjs/index.cjs +147 -0
  17. package/dist/cjs/information-function-icon.cjs +48 -0
  18. package/dist/cjs/logical-function-icon.cjs +49 -0
  19. package/dist/cjs/lookup-function-icon.cjs +70 -0
  20. package/dist/cjs/math-function-icon.cjs +49 -0
  21. package/dist/cjs/statistical-function-icon.cjs +49 -0
  22. package/dist/cjs/text-function-icon.cjs +49 -0
  23. package/dist/esm/database-function-icon.d.ts +3 -0
  24. package/dist/esm/database-function-icon.js +44 -0
  25. package/dist/esm/date-function-icon.d.ts +3 -0
  26. package/dist/esm/date-function-icon.js +66 -0
  27. package/dist/esm/engineering-function-icon.d.ts +3 -0
  28. package/dist/esm/engineering-function-icon.js +44 -0
  29. package/dist/esm/financial-function-icon.d.ts +3 -0
  30. package/dist/esm/financial-function-icon.js +44 -0
  31. package/dist/esm/formula-accent-icon.d.ts +3 -0
  32. package/dist/esm/formula-accent-icon.js +48 -0
  33. package/dist/esm/formula-bracket-icon.d.ts +3 -0
  34. package/dist/esm/formula-bracket-icon.js +53 -0
  35. package/dist/esm/formula-fraction-icon.d.ts +3 -0
  36. package/dist/esm/formula-fraction-icon.js +48 -0
  37. package/dist/esm/formula-function-icon.d.ts +3 -0
  38. package/dist/esm/formula-function-icon.js +53 -0
  39. package/dist/esm/formula-integral-icon.d.ts +3 -0
  40. package/dist/esm/formula-integral-icon.js +53 -0
  41. package/dist/esm/formula-large-operator-icon.d.ts +3 -0
  42. package/dist/esm/formula-large-operator-icon.js +60 -0
  43. package/dist/esm/formula-limit-logarithm-icon.d.ts +3 -0
  44. package/dist/esm/formula-limit-logarithm-icon.js +67 -0
  45. package/dist/esm/formula-matrix-icon.d.ts +3 -0
  46. package/dist/esm/formula-matrix-icon.js +63 -0
  47. package/dist/esm/formula-operator-icon.d.ts +3 -0
  48. package/dist/esm/formula-operator-icon.js +38 -0
  49. package/dist/esm/formula-radical-icon.d.ts +3 -0
  50. package/dist/esm/formula-radical-icon.js +57 -0
  51. package/dist/esm/formula-script-icon.d.ts +3 -0
  52. package/dist/esm/formula-script-icon.js +36 -0
  53. package/dist/esm/index.d.ts +21 -0
  54. package/dist/esm/index.js +22 -1
  55. package/dist/esm/information-function-icon.d.ts +3 -0
  56. package/dist/esm/information-function-icon.js +43 -0
  57. package/dist/esm/logical-function-icon.d.ts +3 -0
  58. package/dist/esm/logical-function-icon.js +44 -0
  59. package/dist/esm/lookup-function-icon.d.ts +3 -0
  60. package/dist/esm/lookup-function-icon.js +65 -0
  61. package/dist/esm/math-function-icon.d.ts +3 -0
  62. package/dist/esm/math-function-icon.js +44 -0
  63. package/dist/esm/statistical-function-icon.d.ts +3 -0
  64. package/dist/esm/statistical-function-icon.js +44 -0
  65. package/dist/esm/text-function-icon.d.ts +3 -0
  66. package/dist/esm/text-function-icon.js +44 -0
  67. package/package.json +2 -2
@@ -0,0 +1,68 @@
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/formula-matrix-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "currentColor",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "fill": "none",
22
+ "stroke": "currentColor",
23
+ "d": "M2.2 .5H.6V15.5H2.2M13.8 .5H15.4V15.5H13.8",
24
+ "transform": "matrix(1.03 0 0 1.02 -.24 -.16)",
25
+ "strokeWidth": .75
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "d": "M426 0V28C334 28 297 46 297 95V639H268L74 584V551C105 561 156 567 176 567C201 567 209 553 209 518V95C209 45 174 28 80 28V0Z",
32
+ "transform": "matrix(1.03 0 0 1.02 -.24 -.16) matrix(.0078 0 0 -.0078 3.32 7.2)"
33
+ }
34
+ },
35
+ {
36
+ "tag": "path",
37
+ "attrs": {
38
+ "d": "M468 317C468 523 378 642 249 642C104 642 27 510 27 320C27 143 86 -11 247 -11C404 -11 468 146 468 317ZM371 311C371 119 326 25 247 25C167 25 123 121 123 315C123 513 167 608 246 608C328 608 371 514 371 311Z",
39
+ "transform": "matrix(1.03 0 0 1.02 -.24 -.16) matrix(.0078 0 0 -.0078 8.82 7.2)"
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "d": "M468 317C468 523 378 642 249 642C104 642 27 510 27 320C27 143 86 -11 247 -11C404 -11 468 146 468 317ZM371 311C371 119 326 25 247 25C167 25 123 121 123 315C123 513 167 608 246 608C328 608 371 514 371 311Z",
46
+ "transform": "matrix(1.03 0 0 1.02 -.24 -.16) matrix(.0078 0 0 -.0078 3.32 14.3)"
47
+ }
48
+ },
49
+ {
50
+ "tag": "path",
51
+ "attrs": {
52
+ "d": "M426 0V28C334 28 297 46 297 95V639H268L74 584V551C105 561 156 567 176 567C201 567 209 553 209 518V95C209 45 174 28 80 28V0Z",
53
+ "transform": "matrix(1.03 0 0 1.02 -.24 -.16) matrix(.0078 0 0 -.0078 8.82 14.3)"
54
+ }
55
+ }
56
+ ]
57
+ };
58
+ const FormulaMatrixIcon = (0, react.forwardRef)(function FormulaMatrixIcon(props, ref) {
59
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
60
+ id: "formula-matrix-icon",
61
+ ref,
62
+ icon: element
63
+ }));
64
+ });
65
+ FormulaMatrixIcon.displayName = "FormulaMatrixIcon";
66
+ //#endregion
67
+ exports.FormulaMatrixIcon = FormulaMatrixIcon;
68
+ exports.default = FormulaMatrixIcon;
@@ -0,0 +1,43 @@
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/formula-operator-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "currentColor",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "path",
19
+ "attrs": {
20
+ "d": "M1136 -130 587 830 36 -130ZM1019 -63H152L587 694Z",
21
+ "transform": "matrix(1 0 0 1.1 0 -.8) matrix(.0094 0 0 -.0094 2.8 8.7)"
22
+ }
23
+ }, {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "stroke": "currentColor",
27
+ "d": "M.3 12H15.7M.3 13.55H15.7",
28
+ "transform": "matrix(1 0 0 1.1 0 -.8)",
29
+ "strokeWidth": .75
30
+ }
31
+ }]
32
+ };
33
+ const FormulaOperatorIcon = (0, react.forwardRef)(function FormulaOperatorIcon(props, ref) {
34
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
35
+ id: "formula-operator-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ FormulaOperatorIcon.displayName = "FormulaOperatorIcon";
41
+ //#endregion
42
+ exports.FormulaOperatorIcon = FormulaOperatorIcon;
43
+ exports.default = FormulaOperatorIcon;
@@ -0,0 +1,62 @@
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/formula-radical-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "currentColor",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "d": "M521 112C506 93 481 60 447 60C433 60 428 68 428 79C428 91 430 103 430 103L487 334C490 348 496 382 496 408C496 444 481 479 430 479C312 479 227 334 185 259H177L227 476H205L66 465V438C66 438 86 440 99 440C122 440 131 430 131 413C131 398 128 380 128 380L47 0H129L165 158C197 227 307 407 380 407C403 407 410 390 410 367C410 347 403 319 403 319L344 88C343 83 339 65 339 49C339 19 354 -10 404 -10C476 -10 516 60 542 97Z",
22
+ "transform": "matrix(.0072 0 0 -.0072 1.1 5.5)"
23
+ }
24
+ },
25
+ {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "fill": "none",
29
+ "stroke": "currentColor",
30
+ "d": "M3.1 7.6L4.1 6.9L6.1 12.4L8.2 2.5",
31
+ "strokeLinecap": "square",
32
+ "strokeWidth": 1.05
33
+ }
34
+ },
35
+ {
36
+ "tag": "path",
37
+ "attrs": {
38
+ "stroke": "currentColor",
39
+ "d": "M7.9 2.5H15.6",
40
+ "strokeWidth": .72
41
+ }
42
+ },
43
+ {
44
+ "tag": "path",
45
+ "attrs": {
46
+ "d": "M315 298H312L300 349C286 403 267 447 243 475H228L89 459V429C89 429 104 432 120 432C186 433 203 406 230 322L258 231L186 126C147 70 129 69 125 69C108 69 84 82 62 82C38 82 23 60 23 40C23 15 38 -9 81 -9C141 -9 174 38 206 90L270 194H274L299 93C313 28 335 -10 381 -10C449 -10 491 58 520 102L499 118C472 82 453 62 427 62C396 62 376 99 348 191L327 259L388 356C405 384 419 398 442 398C455 398 478 388 494 388C521 388 540 411 540 435C540 463 528 479 490 479C431 479 391 430 364 382Z",
47
+ "transform": "matrix(.0135 0 0 -.017 8.5 12.8)"
48
+ }
49
+ }
50
+ ]
51
+ };
52
+ const FormulaRadicalIcon = (0, react.forwardRef)(function FormulaRadicalIcon(props, ref) {
53
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
54
+ id: "formula-radical-icon",
55
+ ref,
56
+ icon: element
57
+ }));
58
+ });
59
+ FormulaRadicalIcon.displayName = "FormulaRadicalIcon";
60
+ //#endregion
61
+ exports.FormulaRadicalIcon = FormulaRadicalIcon;
62
+ exports.default = FormulaRadicalIcon;
@@ -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/formula-script-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "currentColor",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "path",
19
+ "attrs": {
20
+ "d": "M357 122C317 72 262 57 216 57C149 57 112 88 112 189V202C228 211 404 262 404 390C404 467 339 479 296 479C139 479 28 319 28 164C28 84 58 -12 177 -12C243 -12 315 17 375 107ZM114 231C133 330 202 448 276 448C306 448 318 428 318 393C318 298 227 238 114 231Z",
21
+ "transform": "matrix(.0255 0 0 -.024 .2 15)"
22
+ }
23
+ }, {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "d": "M315 298H312L300 349C286 403 267 447 243 475H228L89 459V429C89 429 104 432 120 432C186 433 203 406 230 322L258 231L186 126C147 70 129 69 125 69C108 69 84 82 62 82C38 82 23 60 23 40C23 15 38 -9 81 -9C141 -9 174 38 206 90L270 194H274L299 93C313 28 335 -10 381 -10C449 -10 491 58 520 102L499 118C472 82 453 62 427 62C396 62 376 99 348 191L327 259L388 356C405 384 419 398 442 398C455 398 478 388 494 388C521 388 540 411 540 435C540 463 528 479 490 479C431 479 391 430 364 382Z",
27
+ "transform": "matrix(.0085 0 0 -.0105 11 5.2)"
28
+ }
29
+ }]
30
+ };
31
+ const FormulaScriptIcon = (0, react.forwardRef)(function FormulaScriptIcon(props, ref) {
32
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
33
+ id: "formula-script-icon",
34
+ ref,
35
+ icon: element
36
+ }));
37
+ });
38
+ FormulaScriptIcon.displayName = "FormulaScriptIcon";
39
+ //#endregion
40
+ exports.FormulaScriptIcon = FormulaScriptIcon;
41
+ exports.default = FormulaScriptIcon;
@@ -95,7 +95,9 @@ let ts_data_flow_data_storage3_icon_js = require("./data-flow-data-storage3-icon
95
95
  let ts_data_flow_rounded_rectangle_icon_js = require("./data-flow-rounded-rectangle-icon.js");
96
96
  let ts_data_flow_rounded_square_icon_js = require("./data-flow-rounded-square-icon.js");
97
97
  let ts_data_validation_icon_js = require("./data-validation-icon.js");
98
+ let ts_database_function_icon_js = require("./database-function-icon.js");
98
99
  let ts_database_icon_js = require("./database-icon.js");
100
+ let ts_date_function_icon_js = require("./date-function-icon.js");
99
101
  let ts_delete_empty_icon_js = require("./delete-empty-icon.js");
100
102
  let ts_delete_icon_js = require("./delete-icon.js");
101
103
  let ts_delete_note_icon_js = require("./delete-note-icon.js");
@@ -108,6 +110,7 @@ let ts_dollar_icon_js = require("./dollar-icon.js");
108
110
  let ts_down_icon_js = require("./down-icon.js");
109
111
  let ts_download_icon_js = require("./download-icon.js");
110
112
  let ts_download_image_icon_js = require("./download-image-icon.js");
113
+ let ts_engineering_function_icon_js = require("./engineering-function-icon.js");
111
114
  let ts_entity_relationship_entity_icon_js = require("./entity-relationship-entity-icon.js");
112
115
  let ts_entity_relationship_field_type_icon_js = require("./entity-relationship-field-type-icon.js");
113
116
  let ts_entity_relationship_full_icon_js = require("./entity-relationship-full-icon.js");
@@ -122,6 +125,7 @@ let ts_export_icon_js = require("./export-icon.js");
122
125
  let ts_eye_icon_js = require("./eye-icon.js");
123
126
  let ts_eyelash_icon_js = require("./eyelash-icon.js");
124
127
  let ts_filter_icon_js = require("./filter-icon.js");
128
+ let ts_financial_function_icon_js = require("./financial-function-icon.js");
125
129
  let ts_first_tab_icon_js = require("./first-tab-icon.js");
126
130
  let ts_flag_icon_js = require("./flag-icon.js");
127
131
  let ts_flip_horizontal_icon_js = require("./flip-horizontal-icon.js");
@@ -130,6 +134,17 @@ let ts_folder_icon_js = require("./folder-icon.js");
130
134
  let ts_font_size_increase_icon_js = require("./font-size-increase-icon.js");
131
135
  let ts_font_size_reduce_icon_js = require("./font-size-reduce-icon.js");
132
136
  let ts_foods_icon_js = require("./foods-icon.js");
137
+ let ts_formula_accent_icon_js = require("./formula-accent-icon.js");
138
+ let ts_formula_bracket_icon_js = require("./formula-bracket-icon.js");
139
+ let ts_formula_fraction_icon_js = require("./formula-fraction-icon.js");
140
+ let ts_formula_function_icon_js = require("./formula-function-icon.js");
141
+ let ts_formula_integral_icon_js = require("./formula-integral-icon.js");
142
+ let ts_formula_large_operator_icon_js = require("./formula-large-operator-icon.js");
143
+ let ts_formula_limit_logarithm_icon_js = require("./formula-limit-logarithm-icon.js");
144
+ let ts_formula_matrix_icon_js = require("./formula-matrix-icon.js");
145
+ let ts_formula_operator_icon_js = require("./formula-operator-icon.js");
146
+ let ts_formula_radical_icon_js = require("./formula-radical-icon.js");
147
+ let ts_formula_script_icon_js = require("./formula-script-icon.js");
133
148
  let ts_fountain_pen_icon_js = require("./fountain-pen-icon.js");
134
149
  let ts_freeze_column_icon_js = require("./freeze-column-icon.js");
135
150
  let ts_freeze_row_icon_js = require("./freeze-row-icon.js");
@@ -163,6 +178,7 @@ let ts_horizontally_icon_js = require("./horizontally-icon.js");
163
178
  let ts_import_icon_js = require("./import-icon.js");
164
179
  let ts_increase_icon_js = require("./increase-icon.js");
165
180
  let ts_info_icon_js = require("./info-icon.js");
181
+ let ts_information_function_icon_js = require("./information-function-icon.js");
166
182
  let ts_insert_icon_js = require("./insert-icon.js");
167
183
  let ts_italic_icon_js = require("./italic-icon.js");
168
184
  let ts_keyboard_icon_js = require("./keyboard-icon.js");
@@ -183,6 +199,9 @@ let ts_live_share_icon_js = require("./live-share-icon.js");
183
199
  let ts_locate_fixed_icon_js = require("./locate-fixed-icon.js");
184
200
  let ts_lock_icon_js = require("./lock-icon.js");
185
201
  let ts_logarithmic_icon_js = require("./logarithmic-icon.js");
202
+ let ts_logical_function_icon_js = require("./logical-function-icon.js");
203
+ let ts_lookup_function_icon_js = require("./lookup-function-icon.js");
204
+ let ts_math_function_icon_js = require("./math-function-icon.js");
186
205
  let ts_max_icon_js = require("./max-icon.js");
187
206
  let ts_menu_icon_js = require("./menu-icon.js");
188
207
  let ts_merge_all_icon_js = require("./merge-all-icon.js");
@@ -464,6 +483,7 @@ let ts_shrink_to_fit_icon_js = require("./shrink-to-fit-icon.js");
464
483
  let ts_slides_app_icon_js = require("./slides-app-icon.js");
465
484
  let ts_slideshow_play_icon_js = require("./slideshow-play-icon.js");
466
485
  let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.js");
486
+ let ts_statistical_function_icon_js = require("./statistical-function-icon.js");
467
487
  let ts_status_diagram_final_state_icon_js = require("./status-diagram-final-state-icon.js");
468
488
  let ts_status_diagram_initial_state_icon_js = require("./status-diagram-initial-state-icon.js");
469
489
  let ts_status_diagram_state_bar_icon_js = require("./status-diagram-state-bar-icon.js");
@@ -486,6 +506,7 @@ let ts_table_border_style_icon_js = require("./table-border-style-icon.js");
486
506
  let ts_table_border_style_solid_icon_js = require("./table-border-style-solid-icon.js");
487
507
  let ts_table_border_width_icon_js = require("./table-border-width-icon.js");
488
508
  let ts_table_icon_js = require("./table-icon.js");
509
+ let ts_text_function_icon_js = require("./text-function-icon.js");
489
510
  let ts_text_icon_js = require("./text-icon.js");
490
511
  let ts_text_type_icon_js = require("./text-type-icon.js");
491
512
  let ts_text_wrap_shape_icon_js = require("./text-wrap-shape-icon.js");
@@ -1285,12 +1306,24 @@ Object.defineProperty(exports, "DataValidationIcon", {
1285
1306
  return ts_data_validation_icon_js.DataValidationIcon;
1286
1307
  }
1287
1308
  });
1309
+ Object.defineProperty(exports, "DatabaseFunctionIcon", {
1310
+ enumerable: true,
1311
+ get: function() {
1312
+ return ts_database_function_icon_js.DatabaseFunctionIcon;
1313
+ }
1314
+ });
1288
1315
  Object.defineProperty(exports, "DatabaseIcon", {
1289
1316
  enumerable: true,
1290
1317
  get: function() {
1291
1318
  return ts_database_icon_js.DatabaseIcon;
1292
1319
  }
1293
1320
  });
1321
+ Object.defineProperty(exports, "DateFunctionIcon", {
1322
+ enumerable: true,
1323
+ get: function() {
1324
+ return ts_date_function_icon_js.DateFunctionIcon;
1325
+ }
1326
+ });
1294
1327
  Object.defineProperty(exports, "DeleteCellMoveDownDoubleIcon", {
1295
1328
  enumerable: true,
1296
1329
  get: function() {
@@ -1417,6 +1450,12 @@ Object.defineProperty(exports, "DownloadImageIcon", {
1417
1450
  return ts_download_image_icon_js.DownloadImageIcon;
1418
1451
  }
1419
1452
  });
1453
+ Object.defineProperty(exports, "EngineeringFunctionIcon", {
1454
+ enumerable: true,
1455
+ get: function() {
1456
+ return ts_engineering_function_icon_js.EngineeringFunctionIcon;
1457
+ }
1458
+ });
1420
1459
  Object.defineProperty(exports, "EntityRelationshipEntityIcon", {
1421
1460
  enumerable: true,
1422
1461
  get: function() {
@@ -1501,6 +1540,12 @@ Object.defineProperty(exports, "FilterIcon", {
1501
1540
  return ts_filter_icon_js.FilterIcon;
1502
1541
  }
1503
1542
  });
1543
+ Object.defineProperty(exports, "FinancialFunctionIcon", {
1544
+ enumerable: true,
1545
+ get: function() {
1546
+ return ts_financial_function_icon_js.FinancialFunctionIcon;
1547
+ }
1548
+ });
1504
1549
  Object.defineProperty(exports, "FirstTabIcon", {
1505
1550
  enumerable: true,
1506
1551
  get: function() {
@@ -1555,6 +1600,72 @@ Object.defineProperty(exports, "FoodsIcon", {
1555
1600
  return ts_foods_icon_js.FoodsIcon;
1556
1601
  }
1557
1602
  });
1603
+ Object.defineProperty(exports, "FormulaAccentIcon", {
1604
+ enumerable: true,
1605
+ get: function() {
1606
+ return ts_formula_accent_icon_js.FormulaAccentIcon;
1607
+ }
1608
+ });
1609
+ Object.defineProperty(exports, "FormulaBracketIcon", {
1610
+ enumerable: true,
1611
+ get: function() {
1612
+ return ts_formula_bracket_icon_js.FormulaBracketIcon;
1613
+ }
1614
+ });
1615
+ Object.defineProperty(exports, "FormulaFractionIcon", {
1616
+ enumerable: true,
1617
+ get: function() {
1618
+ return ts_formula_fraction_icon_js.FormulaFractionIcon;
1619
+ }
1620
+ });
1621
+ Object.defineProperty(exports, "FormulaFunctionIcon", {
1622
+ enumerable: true,
1623
+ get: function() {
1624
+ return ts_formula_function_icon_js.FormulaFunctionIcon;
1625
+ }
1626
+ });
1627
+ Object.defineProperty(exports, "FormulaIntegralIcon", {
1628
+ enumerable: true,
1629
+ get: function() {
1630
+ return ts_formula_integral_icon_js.FormulaIntegralIcon;
1631
+ }
1632
+ });
1633
+ Object.defineProperty(exports, "FormulaLargeOperatorIcon", {
1634
+ enumerable: true,
1635
+ get: function() {
1636
+ return ts_formula_large_operator_icon_js.FormulaLargeOperatorIcon;
1637
+ }
1638
+ });
1639
+ Object.defineProperty(exports, "FormulaLimitLogarithmIcon", {
1640
+ enumerable: true,
1641
+ get: function() {
1642
+ return ts_formula_limit_logarithm_icon_js.FormulaLimitLogarithmIcon;
1643
+ }
1644
+ });
1645
+ Object.defineProperty(exports, "FormulaMatrixIcon", {
1646
+ enumerable: true,
1647
+ get: function() {
1648
+ return ts_formula_matrix_icon_js.FormulaMatrixIcon;
1649
+ }
1650
+ });
1651
+ Object.defineProperty(exports, "FormulaOperatorIcon", {
1652
+ enumerable: true,
1653
+ get: function() {
1654
+ return ts_formula_operator_icon_js.FormulaOperatorIcon;
1655
+ }
1656
+ });
1657
+ Object.defineProperty(exports, "FormulaRadicalIcon", {
1658
+ enumerable: true,
1659
+ get: function() {
1660
+ return ts_formula_radical_icon_js.FormulaRadicalIcon;
1661
+ }
1662
+ });
1663
+ Object.defineProperty(exports, "FormulaScriptIcon", {
1664
+ enumerable: true,
1665
+ get: function() {
1666
+ return ts_formula_script_icon_js.FormulaScriptIcon;
1667
+ }
1668
+ });
1558
1669
  Object.defineProperty(exports, "FountainPenIcon", {
1559
1670
  enumerable: true,
1560
1671
  get: function() {
@@ -1795,6 +1906,12 @@ Object.defineProperty(exports, "InfoIcon", {
1795
1906
  return ts_info_icon_js.InfoIcon;
1796
1907
  }
1797
1908
  });
1909
+ Object.defineProperty(exports, "InformationFunctionIcon", {
1910
+ enumerable: true,
1911
+ get: function() {
1912
+ return ts_information_function_icon_js.InformationFunctionIcon;
1913
+ }
1914
+ });
1798
1915
  Object.defineProperty(exports, "InnerBorderDoubleIcon", {
1799
1916
  enumerable: true,
1800
1917
  get: function() {
@@ -1993,6 +2110,24 @@ Object.defineProperty(exports, "LogarithmicIcon", {
1993
2110
  return ts_logarithmic_icon_js.LogarithmicIcon;
1994
2111
  }
1995
2112
  });
2113
+ Object.defineProperty(exports, "LogicalFunctionIcon", {
2114
+ enumerable: true,
2115
+ get: function() {
2116
+ return ts_logical_function_icon_js.LogicalFunctionIcon;
2117
+ }
2118
+ });
2119
+ Object.defineProperty(exports, "LookupFunctionIcon", {
2120
+ enumerable: true,
2121
+ get: function() {
2122
+ return ts_lookup_function_icon_js.LookupFunctionIcon;
2123
+ }
2124
+ });
2125
+ Object.defineProperty(exports, "MathFunctionIcon", {
2126
+ enumerable: true,
2127
+ get: function() {
2128
+ return ts_math_function_icon_js.MathFunctionIcon;
2129
+ }
2130
+ });
1996
2131
  Object.defineProperty(exports, "MaxIcon", {
1997
2132
  enumerable: true,
1998
2133
  get: function() {
@@ -3859,6 +3994,12 @@ Object.defineProperty(exports, "StarIncompleteDoubleIcon", {
3859
3994
  return ts_star_incomplete_double_icon_js.StarIncompleteDoubleIcon;
3860
3995
  }
3861
3996
  });
3997
+ Object.defineProperty(exports, "StatisticalFunctionIcon", {
3998
+ enumerable: true,
3999
+ get: function() {
4000
+ return ts_statistical_function_icon_js.StatisticalFunctionIcon;
4001
+ }
4002
+ });
3862
4003
  Object.defineProperty(exports, "StatusDiagramFinalStateIcon", {
3863
4004
  enumerable: true,
3864
4005
  get: function() {
@@ -3991,6 +4132,12 @@ Object.defineProperty(exports, "TableIcon", {
3991
4132
  return ts_table_icon_js.TableIcon;
3992
4133
  }
3993
4134
  });
4135
+ Object.defineProperty(exports, "TextFunctionIcon", {
4136
+ enumerable: true,
4137
+ get: function() {
4138
+ return ts_text_function_icon_js.TextFunctionIcon;
4139
+ }
4140
+ });
3994
4141
  Object.defineProperty(exports, "TextIcon", {
3995
4142
  enumerable: true,
3996
4143
  get: function() {
@@ -0,0 +1,48 @@
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/information-function-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 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "rect",
19
+ "attrs": {
20
+ "width": 11.2,
21
+ "height": 13.2,
22
+ "x": 2.4,
23
+ "y": 1.4,
24
+ "stroke": "currentColor",
25
+ "rx": 1.6,
26
+ "strokeWidth": 1.2
27
+ }
28
+ }, {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "d": "M5 12H11M8 6.5V9.5M8 4.7H8.01",
33
+ "strokeLinecap": "round",
34
+ "strokeWidth": 1.2
35
+ }
36
+ }]
37
+ };
38
+ const InformationFunctionIcon = (0, react.forwardRef)(function InformationFunctionIcon(props, ref) {
39
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
40
+ id: "information-function-icon",
41
+ ref,
42
+ icon: element
43
+ }));
44
+ });
45
+ InformationFunctionIcon.displayName = "InformationFunctionIcon";
46
+ //#endregion
47
+ exports.InformationFunctionIcon = InformationFunctionIcon;
48
+ exports.default = InformationFunctionIcon;
@@ -0,0 +1,49 @@
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/logical-function-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 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "rect",
19
+ "attrs": {
20
+ "width": 11.2,
21
+ "height": 13.2,
22
+ "x": 2.4,
23
+ "y": 1.4,
24
+ "stroke": "currentColor",
25
+ "rx": 1.6,
26
+ "strokeWidth": 1.2
27
+ }
28
+ }, {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "d": "M5 12H11M6.35 5.45C6.35 4.4 7.05 3.78 8.05 3.78C9.05 3.78 9.75 4.4 9.75 5.3C9.75 6.08 9.28 6.48 8.68 6.88C8.2 7.2 8 7.6 8 8.18M8 9.75H8.01",
33
+ "strokeLinecap": "round",
34
+ "strokeLinejoin": "round",
35
+ "strokeWidth": 1.2
36
+ }
37
+ }]
38
+ };
39
+ const LogicalFunctionIcon = (0, react.forwardRef)(function LogicalFunctionIcon(props, ref) {
40
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
41
+ id: "logical-function-icon",
42
+ ref,
43
+ icon: element
44
+ }));
45
+ });
46
+ LogicalFunctionIcon.displayName = "LogicalFunctionIcon";
47
+ //#endregion
48
+ exports.LogicalFunctionIcon = LogicalFunctionIcon;
49
+ exports.default = LogicalFunctionIcon;
@@ -0,0 +1,70 @@
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/lookup-function-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 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "rect",
20
+ "attrs": {
21
+ "width": 11.2,
22
+ "height": 13.2,
23
+ "x": 2.4,
24
+ "y": 1.4,
25
+ "stroke": "currentColor",
26
+ "rx": 1.6,
27
+ "strokeWidth": 1.2
28
+ }
29
+ },
30
+ {
31
+ "tag": "path",
32
+ "attrs": {
33
+ "stroke": "currentColor",
34
+ "d": "M5 12H11",
35
+ "strokeLinecap": "round",
36
+ "strokeWidth": 1.2
37
+ }
38
+ },
39
+ {
40
+ "tag": "circle",
41
+ "attrs": {
42
+ "cx": 7.35,
43
+ "cy": 6.8,
44
+ "r": 2.25,
45
+ "stroke": "currentColor",
46
+ "strokeWidth": 1.2
47
+ }
48
+ },
49
+ {
50
+ "tag": "path",
51
+ "attrs": {
52
+ "stroke": "currentColor",
53
+ "d": "M9 8.45L10.65 10.1",
54
+ "strokeLinecap": "round",
55
+ "strokeWidth": 1.2
56
+ }
57
+ }
58
+ ]
59
+ };
60
+ const LookupFunctionIcon = (0, react.forwardRef)(function LookupFunctionIcon(props, ref) {
61
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
62
+ id: "lookup-function-icon",
63
+ ref,
64
+ icon: element
65
+ }));
66
+ });
67
+ LookupFunctionIcon.displayName = "LookupFunctionIcon";
68
+ //#endregion
69
+ exports.LookupFunctionIcon = LookupFunctionIcon;
70
+ exports.default = LookupFunctionIcon;