@univerjs/icons 1.22.0 → 1.24.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 (40) hide show
  1. package/dist/cjs/convert-to-number-icon.cjs +46 -0
  2. package/dist/cjs/database-function-icon.cjs +49 -0
  3. package/dist/cjs/date-function-icon.cjs +71 -0
  4. package/dist/cjs/delete-table-double-icon.cjs +46 -0
  5. package/dist/cjs/engineering-function-icon.cjs +49 -0
  6. package/dist/cjs/financial-function-icon.cjs +49 -0
  7. package/dist/cjs/index.cjs +84 -0
  8. package/dist/cjs/information-function-icon.cjs +48 -0
  9. package/dist/cjs/logical-function-icon.cjs +49 -0
  10. package/dist/cjs/lookup-function-icon.cjs +70 -0
  11. package/dist/cjs/math-function-icon.cjs +49 -0
  12. package/dist/cjs/statistical-function-icon.cjs +49 -0
  13. package/dist/cjs/text-function-icon.cjs +49 -0
  14. package/dist/esm/convert-to-number-icon.d.ts +3 -0
  15. package/dist/esm/convert-to-number-icon.js +41 -0
  16. package/dist/esm/database-function-icon.d.ts +3 -0
  17. package/dist/esm/database-function-icon.js +44 -0
  18. package/dist/esm/date-function-icon.d.ts +3 -0
  19. package/dist/esm/date-function-icon.js +66 -0
  20. package/dist/esm/delete-table-double-icon.d.ts +3 -0
  21. package/dist/esm/delete-table-double-icon.js +41 -0
  22. package/dist/esm/engineering-function-icon.d.ts +3 -0
  23. package/dist/esm/engineering-function-icon.js +44 -0
  24. package/dist/esm/financial-function-icon.d.ts +3 -0
  25. package/dist/esm/financial-function-icon.js +44 -0
  26. package/dist/esm/index.d.ts +12 -0
  27. package/dist/esm/index.js +13 -1
  28. package/dist/esm/information-function-icon.d.ts +3 -0
  29. package/dist/esm/information-function-icon.js +43 -0
  30. package/dist/esm/logical-function-icon.d.ts +3 -0
  31. package/dist/esm/logical-function-icon.js +44 -0
  32. package/dist/esm/lookup-function-icon.d.ts +3 -0
  33. package/dist/esm/lookup-function-icon.js +65 -0
  34. package/dist/esm/math-function-icon.d.ts +3 -0
  35. package/dist/esm/math-function-icon.js +44 -0
  36. package/dist/esm/statistical-function-icon.d.ts +3 -0
  37. package/dist/esm/statistical-function-icon.js +44 -0
  38. package/dist/esm/text-function-icon.d.ts +3 -0
  39. package/dist/esm/text-function-icon.js +44 -0
  40. package/package.json +2 -2
@@ -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;
@@ -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/math-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 12H11M5.1 7.6H6.1L7 9.7L8.35 4.9H10.9",
33
+ "strokeLinecap": "round",
34
+ "strokeLinejoin": "round",
35
+ "strokeWidth": 1.2
36
+ }
37
+ }]
38
+ };
39
+ const MathFunctionIcon = (0, react.forwardRef)(function MathFunctionIcon(props, ref) {
40
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
41
+ id: "math-function-icon",
42
+ ref,
43
+ icon: element
44
+ }));
45
+ });
46
+ MathFunctionIcon.displayName = "MathFunctionIcon";
47
+ //#endregion
48
+ exports.MathFunctionIcon = MathFunctionIcon;
49
+ exports.default = MathFunctionIcon;
@@ -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/statistical-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 12H11M5.5 9.7V7.8M8 9.7V5M10.5 9.7V6.5M5 9.7H11",
33
+ "strokeLinecap": "round",
34
+ "strokeLinejoin": "round",
35
+ "strokeWidth": 1.2
36
+ }
37
+ }]
38
+ };
39
+ const StatisticalFunctionIcon = (0, react.forwardRef)(function StatisticalFunctionIcon(props, ref) {
40
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
41
+ id: "statistical-function-icon",
42
+ ref,
43
+ icon: element
44
+ }));
45
+ });
46
+ StatisticalFunctionIcon.displayName = "StatisticalFunctionIcon";
47
+ //#endregion
48
+ exports.StatisticalFunctionIcon = StatisticalFunctionIcon;
49
+ exports.default = StatisticalFunctionIcon;
@@ -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/text-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 12H11M5.3 4.4H10.7M8 4.4V9.6M6.6 9.6H9.4",
33
+ "strokeLinecap": "round",
34
+ "strokeLinejoin": "round",
35
+ "strokeWidth": 1.2
36
+ }
37
+ }]
38
+ };
39
+ const TextFunctionIcon = (0, react.forwardRef)(function TextFunctionIcon(props, ref) {
40
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
41
+ id: "text-function-icon",
42
+ ref,
43
+ icon: element
44
+ }));
45
+ });
46
+ TextFunctionIcon.displayName = "TextFunctionIcon";
47
+ //#endregion
48
+ exports.TextFunctionIcon = TextFunctionIcon;
49
+ exports.default = TextFunctionIcon;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConvertToNumberIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConvertToNumberIcon;
@@ -0,0 +1,41 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/convert-to-number-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [{
14
+ "tag": "path",
15
+ "attrs": {
16
+ "stroke": "currentColor",
17
+ "d": "M2 3.5V6.2C2 7.2 2.8 8 3.8 8H6.4M4.8 6.2L6.6 8L4.8 9.8",
18
+ "strokeLinecap": "round",
19
+ "strokeLinejoin": "round",
20
+ "strokeWidth": 1.2
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "stroke": "currentColor",
26
+ "d": "M9.8 3.2L8.8 12.8M13.2 3.2L12.2 12.8M8 6.2H14M7.7 9.8H13.7",
27
+ "strokeLinecap": "round",
28
+ "strokeWidth": 1.2
29
+ }
30
+ }]
31
+ };
32
+ const ConvertToNumberIcon = forwardRef(function ConvertToNumberIcon(props, ref) {
33
+ return createElement(IconBase, Object.assign({}, props, {
34
+ id: "convert-to-number-icon",
35
+ ref,
36
+ icon: element
37
+ }));
38
+ });
39
+ ConvertToNumberIcon.displayName = "ConvertToNumberIcon";
40
+ //#endregion
41
+ export { ConvertToNumberIcon, ConvertToNumberIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DatabaseFunctionIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DatabaseFunctionIcon;
@@ -0,0 +1,44 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/database-function-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [{
14
+ "tag": "rect",
15
+ "attrs": {
16
+ "width": 11.2,
17
+ "height": 13.2,
18
+ "x": 2.4,
19
+ "y": 1.4,
20
+ "stroke": "currentColor",
21
+ "rx": 1.6,
22
+ "strokeWidth": 1.2
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M5 12H11M5.4 5.1C5.4 4.55 6.55 4.1 8 4.1C9.45 4.1 10.6 4.55 10.6 5.1C10.6 5.65 9.45 6.1 8 6.1C6.55 6.1 5.4 5.65 5.4 5.1ZM5.4 5.1V8.9C5.4 9.45 6.55 9.9 8 9.9C9.45 9.9 10.6 9.45 10.6 8.9V5.1M5.4 7C5.4 7.55 6.55 8 8 8C9.45 8 10.6 7.55 10.6 7",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 1.2
32
+ }
33
+ }]
34
+ };
35
+ const DatabaseFunctionIcon = forwardRef(function DatabaseFunctionIcon(props, ref) {
36
+ return createElement(IconBase, Object.assign({}, props, {
37
+ id: "database-function-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ DatabaseFunctionIcon.displayName = "DatabaseFunctionIcon";
43
+ //#endregion
44
+ export { DatabaseFunctionIcon, DatabaseFunctionIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DateFunctionIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DateFunctionIcon;
@@ -0,0 +1,66 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/date-function-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "rect",
16
+ "attrs": {
17
+ "width": 11.2,
18
+ "height": 13.2,
19
+ "x": 2.4,
20
+ "y": 1.4,
21
+ "stroke": "currentColor",
22
+ "rx": 1.6,
23
+ "strokeWidth": 1.2
24
+ }
25
+ },
26
+ {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "stroke": "currentColor",
30
+ "d": "M5 12H11",
31
+ "strokeLinecap": "round",
32
+ "strokeWidth": 1.2
33
+ }
34
+ },
35
+ {
36
+ "tag": "circle",
37
+ "attrs": {
38
+ "cx": 8,
39
+ "cy": 7.1,
40
+ "r": 2.65,
41
+ "stroke": "currentColor",
42
+ "strokeWidth": 1.2
43
+ }
44
+ },
45
+ {
46
+ "tag": "path",
47
+ "attrs": {
48
+ "stroke": "currentColor",
49
+ "d": "M8 5.5V7.35L9.25 8.2",
50
+ "strokeLinecap": "round",
51
+ "strokeLinejoin": "round",
52
+ "strokeWidth": 1.2
53
+ }
54
+ }
55
+ ]
56
+ };
57
+ const DateFunctionIcon = forwardRef(function DateFunctionIcon(props, ref) {
58
+ return createElement(IconBase, Object.assign({}, props, {
59
+ id: "date-function-icon",
60
+ ref,
61
+ icon: element
62
+ }));
63
+ });
64
+ DateFunctionIcon.displayName = "DateFunctionIcon";
65
+ //#endregion
66
+ export { DateFunctionIcon, DateFunctionIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DeleteTableDoubleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DeleteTableDoubleIcon;
@@ -0,0 +1,41 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/delete-table-double-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [{
14
+ "tag": "path",
15
+ "attrs": {
16
+ "stroke": "currentColor",
17
+ "d": "M1.5 1.5H13.5M1.5 1.5V13.5M5.5 1.5V13.5M9.5 1.5V8M1.5 5.5H13.5M1.5 9.5H8M13.5 1.5V8M1.5 13.5H8",
18
+ "strokeLinecap": "round",
19
+ "strokeLinejoin": "round",
20
+ "strokeWidth": 1.2
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "stroke": "colorChannel1",
26
+ "d": "M9.7 9.7L14.5 14.5M14.5 9.7L9.7 14.5",
27
+ "strokeLinecap": "round",
28
+ "strokeWidth": 1.3
29
+ }
30
+ }]
31
+ };
32
+ const DeleteTableDoubleIcon = forwardRef(function DeleteTableDoubleIcon(props, ref) {
33
+ return createElement(IconBase, Object.assign({}, props, {
34
+ id: "delete-table-double-icon",
35
+ ref,
36
+ icon: element
37
+ }));
38
+ });
39
+ DeleteTableDoubleIcon.displayName = "DeleteTableDoubleIcon";
40
+ //#endregion
41
+ export { DeleteTableDoubleIcon, DeleteTableDoubleIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const EngineeringFunctionIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default EngineeringFunctionIcon;
@@ -0,0 +1,44 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/engineering-function-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [{
14
+ "tag": "rect",
15
+ "attrs": {
16
+ "width": 11.2,
17
+ "height": 13.2,
18
+ "x": 2.4,
19
+ "y": 1.4,
20
+ "stroke": "currentColor",
21
+ "rx": 1.6,
22
+ "strokeWidth": 1.2
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M5 12H11M5.4 9.8L10.5 4.7V9.8H5.4ZM7.1 9.5V8.3M8.4 9.5V7",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 1.2
32
+ }
33
+ }]
34
+ };
35
+ const EngineeringFunctionIcon = forwardRef(function EngineeringFunctionIcon(props, ref) {
36
+ return createElement(IconBase, Object.assign({}, props, {
37
+ id: "engineering-function-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ EngineeringFunctionIcon.displayName = "EngineeringFunctionIcon";
43
+ //#endregion
44
+ export { EngineeringFunctionIcon, EngineeringFunctionIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const FinancialFunctionIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default FinancialFunctionIcon;
@@ -0,0 +1,44 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/financial-function-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [{
14
+ "tag": "rect",
15
+ "attrs": {
16
+ "width": 11.2,
17
+ "height": 13.2,
18
+ "x": 2.4,
19
+ "y": 1.4,
20
+ "stroke": "currentColor",
21
+ "rx": 1.6,
22
+ "strokeWidth": 1.2
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M5 12H11M8 3.9V10M9.7 5.1C9.25 4.72 8.65 4.52 8 4.52C6.98 4.52 6.32 4.95 6.32 5.6C6.32 7.28 9.8 6.3 9.8 7.98C9.8 8.7 9.1 9.18 8 9.18C7.27 9.18 6.58 8.98 6.02 8.6",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 1.2
32
+ }
33
+ }]
34
+ };
35
+ const FinancialFunctionIcon = forwardRef(function FinancialFunctionIcon(props, ref) {
36
+ return createElement(IconBase, Object.assign({}, props, {
37
+ id: "financial-function-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ FinancialFunctionIcon.displayName = "FinancialFunctionIcon";
43
+ //#endregion
44
+ export { FinancialFunctionIcon, FinancialFunctionIcon as default };
@@ -79,6 +79,7 @@ export { ConnectorRoundedElbowIcon } from './connector-rounded-elbow-icon.js';
79
79
  export { ConnectorSwapMarkersIcon } from './connector-swap-markers-icon.js';
80
80
  export { ConnectorXMarkerIcon } from './connector-x-marker-icon.js';
81
81
  export { ConvertIcon } from './convert-icon.js';
82
+ export { ConvertToNumberIcon } from './convert-to-number-icon.js';
82
83
  export { CopyIcon } from './copy-icon.js';
83
84
  export { CreateCopyIcon } from './create-copy-icon.js';
84
85
  export { CropIcon } from './crop-icon.js';
@@ -94,7 +95,9 @@ export { DataFlowDataStorage3Icon } from './data-flow-data-storage3-icon.js';
94
95
  export { DataFlowRoundedRectangleIcon } from './data-flow-rounded-rectangle-icon.js';
95
96
  export { DataFlowRoundedSquareIcon } from './data-flow-rounded-square-icon.js';
96
97
  export { DataValidationIcon } from './data-validation-icon.js';
98
+ export { DatabaseFunctionIcon } from './database-function-icon.js';
97
99
  export { DatabaseIcon } from './database-icon.js';
100
+ export { DateFunctionIcon } from './date-function-icon.js';
98
101
  export { DeleteEmptyIcon } from './delete-empty-icon.js';
99
102
  export { DeleteIcon } from './delete-icon.js';
100
103
  export { DeleteNoteIcon } from './delete-note-icon.js';
@@ -107,6 +110,7 @@ export { DollarIcon } from './dollar-icon.js';
107
110
  export { DownIcon } from './down-icon.js';
108
111
  export { DownloadIcon } from './download-icon.js';
109
112
  export { DownloadImageIcon } from './download-image-icon.js';
113
+ export { EngineeringFunctionIcon } from './engineering-function-icon.js';
110
114
  export { EntityRelationshipEntityIcon } from './entity-relationship-entity-icon.js';
111
115
  export { EntityRelationshipFieldTypeIcon } from './entity-relationship-field-type-icon.js';
112
116
  export { EntityRelationshipFullIcon } from './entity-relationship-full-icon.js';
@@ -121,6 +125,7 @@ export { ExportIcon } from './export-icon.js';
121
125
  export { EyeIcon } from './eye-icon.js';
122
126
  export { EyelashIcon } from './eyelash-icon.js';
123
127
  export { FilterIcon } from './filter-icon.js';
128
+ export { FinancialFunctionIcon } from './financial-function-icon.js';
124
129
  export { FirstTabIcon } from './first-tab-icon.js';
125
130
  export { FlagIcon } from './flag-icon.js';
126
131
  export { FlipHorizontalIcon } from './flip-horizontal-icon.js';
@@ -173,6 +178,7 @@ export { HorizontallyIcon } from './horizontally-icon.js';
173
178
  export { ImportIcon } from './import-icon.js';
174
179
  export { IncreaseIcon } from './increase-icon.js';
175
180
  export { InfoIcon } from './info-icon.js';
181
+ export { InformationFunctionIcon } from './information-function-icon.js';
176
182
  export { InsertIcon } from './insert-icon.js';
177
183
  export { ItalicIcon } from './italic-icon.js';
178
184
  export { KeyboardIcon } from './keyboard-icon.js';
@@ -193,6 +199,9 @@ export { LiveShareIcon } from './live-share-icon.js';
193
199
  export { LocateFixedIcon } from './locate-fixed-icon.js';
194
200
  export { LockIcon } from './lock-icon.js';
195
201
  export { LogarithmicIcon } from './logarithmic-icon.js';
202
+ export { LogicalFunctionIcon } from './logical-function-icon.js';
203
+ export { LookupFunctionIcon } from './lookup-function-icon.js';
204
+ export { MathFunctionIcon } from './math-function-icon.js';
196
205
  export { MaxIcon } from './max-icon.js';
197
206
  export { MenuIcon } from './menu-icon.js';
198
207
  export { MergeAllIcon } from './merge-all-icon.js';
@@ -474,6 +483,7 @@ export { ShrinkToFitIcon } from './shrink-to-fit-icon.js';
474
483
  export { SlidesAppIcon } from './slides-app-icon.js';
475
484
  export { SlideshowPlayIcon } from './slideshow-play-icon.js';
476
485
  export { SlideshowThemeIcon } from './slideshow-theme-icon.js';
486
+ export { StatisticalFunctionIcon } from './statistical-function-icon.js';
477
487
  export { StatusDiagramFinalStateIcon } from './status-diagram-final-state-icon.js';
478
488
  export { StatusDiagramInitialStateIcon } from './status-diagram-initial-state-icon.js';
479
489
  export { StatusDiagramStateBarIcon } from './status-diagram-state-bar-icon.js';
@@ -496,6 +506,7 @@ export { TableBorderStyleIcon } from './table-border-style-icon.js';
496
506
  export { TableBorderStyleSolidIcon } from './table-border-style-solid-icon.js';
497
507
  export { TableBorderWidthIcon } from './table-border-width-icon.js';
498
508
  export { TableIcon } from './table-icon.js';
509
+ export { TextFunctionIcon } from './text-function-icon.js';
499
510
  export { TextIcon } from './text-icon.js';
500
511
  export { TextTypeIcon } from './text-type-icon.js';
501
512
  export { TextWrapShapeIcon } from './text-wrap-shape-icon.js';
@@ -551,6 +562,7 @@ export { DeleteCellShiftRightDoubleIcon } from './delete-cell-shift-right-double
551
562
  export { DeleteCellShiftUpDoubleIcon } from './delete-cell-shift-up-double-icon.js';
552
563
  export { DeleteColumnDoubleIcon } from './delete-column-double-icon.js';
553
564
  export { DeleteRowDoubleIcon } from './delete-row-double-icon.js';
565
+ export { DeleteTableDoubleIcon } from './delete-table-double-icon.js';
554
566
  export { DissatisfiedDoubleIcon } from './dissatisfied-double-icon.js';
555
567
  export { DownBorderDoubleIcon } from './down-border-double-icon.js';
556
568
  export { FontColorDoubleIcon } from './font-color-double-icon.js';