@univerjs/icons 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/cjs/ai-assistant-multi-icon.cjs +87 -0
  2. package/dist/cjs/configure-tab-icon.cjs +49 -0
  3. package/dist/cjs/first-tab-icon.cjs +60 -0
  4. package/dist/cjs/index.cjs +98 -7
  5. package/dist/cjs/locate-fixed-icon.cjs +58 -0
  6. package/dist/cjs/quick-add-icon.cjs +38 -0
  7. package/dist/cjs/row-height-extra-tall-icon.cjs +70 -0
  8. package/dist/cjs/row-height-medium-icon.cjs +81 -0
  9. package/dist/cjs/row-height-short-icon.cjs +92 -0
  10. package/dist/cjs/row-height-tall-icon.cjs +81 -0
  11. package/dist/cjs/table-border-style-dashed-icon.cjs +38 -0
  12. package/dist/cjs/table-border-style-dotted-icon.cjs +38 -0
  13. package/dist/cjs/table-border-style-icon.cjs +61 -0
  14. package/dist/cjs/table-border-style-solid-icon.cjs +37 -0
  15. package/dist/cjs/table-border-width-icon.cjs +69 -0
  16. package/dist/esm/ai-assistant-multi-icon.d.ts +3 -0
  17. package/dist/esm/ai-assistant-multi-icon.js +82 -0
  18. package/dist/esm/configure-tab-icon.d.ts +3 -0
  19. package/dist/esm/configure-tab-icon.js +44 -0
  20. package/dist/esm/{dropdown-icon.d.ts → first-tab-icon.d.ts} +2 -2
  21. package/dist/esm/first-tab-icon.js +55 -0
  22. package/dist/esm/index.d.ts +14 -1
  23. package/dist/esm/index.js +15 -2
  24. package/dist/esm/locate-fixed-icon.d.ts +3 -0
  25. package/dist/esm/locate-fixed-icon.js +53 -0
  26. package/dist/esm/quick-add-icon.d.ts +3 -0
  27. package/dist/esm/quick-add-icon.js +33 -0
  28. package/dist/esm/row-height-extra-tall-icon.d.ts +3 -0
  29. package/dist/esm/row-height-extra-tall-icon.js +65 -0
  30. package/dist/esm/row-height-medium-icon.d.ts +3 -0
  31. package/dist/esm/row-height-medium-icon.js +76 -0
  32. package/dist/esm/row-height-short-icon.d.ts +3 -0
  33. package/dist/esm/row-height-short-icon.js +87 -0
  34. package/dist/esm/row-height-tall-icon.d.ts +3 -0
  35. package/dist/esm/row-height-tall-icon.js +76 -0
  36. package/dist/esm/table-border-style-dashed-icon.d.ts +3 -0
  37. package/dist/esm/table-border-style-dashed-icon.js +33 -0
  38. package/dist/esm/table-border-style-dotted-icon.d.ts +3 -0
  39. package/dist/esm/table-border-style-dotted-icon.js +33 -0
  40. package/dist/esm/table-border-style-icon.d.ts +3 -0
  41. package/dist/esm/table-border-style-icon.js +56 -0
  42. package/dist/esm/table-border-style-solid-icon.d.ts +3 -0
  43. package/dist/esm/table-border-style-solid-icon.js +32 -0
  44. package/dist/esm/table-border-width-icon.d.ts +3 -0
  45. package/dist/esm/table-border-width-icon.js +64 -0
  46. package/package.json +2 -2
  47. package/dist/cjs/dropdown-icon.cjs +0 -35
  48. package/dist/esm/dropdown-icon.js +0 -30
@@ -0,0 +1,92 @@
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/row-height-short-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
+ {
19
+ "tag": "rect",
20
+ "attrs": {
21
+ "width": 8.3,
22
+ "height": 1.7,
23
+ "x": 1.5,
24
+ "y": 5,
25
+ "fill": "currentColor",
26
+ "rx": .85
27
+ }
28
+ },
29
+ {
30
+ "tag": "rect",
31
+ "attrs": {
32
+ "width": 6,
33
+ "height": 1.7,
34
+ "x": 1.5,
35
+ "y": 10,
36
+ "fill": "currentColor",
37
+ "rx": .85
38
+ }
39
+ },
40
+ {
41
+ "tag": "rect",
42
+ "attrs": {
43
+ "width": 8.3,
44
+ "height": 1.7,
45
+ "x": 1.5,
46
+ "y": 15,
47
+ "fill": "currentColor",
48
+ "rx": .85
49
+ }
50
+ },
51
+ {
52
+ "tag": "path",
53
+ "attrs": {
54
+ "stroke": "currentColor",
55
+ "d": "M14.2 4.2v11.6",
56
+ "strokeLinecap": "round",
57
+ "strokeWidth": 1.6
58
+ }
59
+ },
60
+ {
61
+ "tag": "path",
62
+ "attrs": {
63
+ "stroke": "currentColor",
64
+ "d": "m12 6.5 2.2-2.3 2.2 2.3",
65
+ "strokeLinecap": "round",
66
+ "strokeLinejoin": "round",
67
+ "strokeWidth": 1.6
68
+ }
69
+ },
70
+ {
71
+ "tag": "path",
72
+ "attrs": {
73
+ "stroke": "currentColor",
74
+ "d": "m12 13.5 2.2 2.3 2.2-2.3",
75
+ "strokeLinecap": "round",
76
+ "strokeLinejoin": "round",
77
+ "strokeWidth": 1.6
78
+ }
79
+ }
80
+ ]
81
+ };
82
+ const RowHeightShortIcon = (0, react.forwardRef)(function RowHeightShortIcon(props, ref) {
83
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
84
+ id: "row-height-short-icon",
85
+ ref,
86
+ icon: element
87
+ }));
88
+ });
89
+ RowHeightShortIcon.displayName = "RowHeightShortIcon";
90
+ //#endregion
91
+ exports.RowHeightShortIcon = RowHeightShortIcon;
92
+ exports.default = RowHeightShortIcon;
@@ -0,0 +1,81 @@
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/row-height-tall-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
+ {
19
+ "tag": "rect",
20
+ "attrs": {
21
+ "width": 8.3,
22
+ "height": 3.6,
23
+ "x": 1.5,
24
+ "y": 4,
25
+ "fill": "currentColor",
26
+ "rx": 1.8
27
+ }
28
+ },
29
+ {
30
+ "tag": "rect",
31
+ "attrs": {
32
+ "width": 8.3,
33
+ "height": 3.6,
34
+ "x": 1.5,
35
+ "y": 12.4,
36
+ "fill": "currentColor",
37
+ "rx": 1.8
38
+ }
39
+ },
40
+ {
41
+ "tag": "path",
42
+ "attrs": {
43
+ "stroke": "currentColor",
44
+ "d": "M14.2 4.2v11.6",
45
+ "strokeLinecap": "round",
46
+ "strokeWidth": 1.6
47
+ }
48
+ },
49
+ {
50
+ "tag": "path",
51
+ "attrs": {
52
+ "stroke": "currentColor",
53
+ "d": "m12 6.5 2.2-2.3 2.2 2.3",
54
+ "strokeLinecap": "round",
55
+ "strokeLinejoin": "round",
56
+ "strokeWidth": 1.6
57
+ }
58
+ },
59
+ {
60
+ "tag": "path",
61
+ "attrs": {
62
+ "stroke": "currentColor",
63
+ "d": "m12 13.5 2.2 2.3 2.2-2.3",
64
+ "strokeLinecap": "round",
65
+ "strokeLinejoin": "round",
66
+ "strokeWidth": 1.6
67
+ }
68
+ }
69
+ ]
70
+ };
71
+ const RowHeightTallIcon = (0, react.forwardRef)(function RowHeightTallIcon(props, ref) {
72
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
73
+ id: "row-height-tall-icon",
74
+ ref,
75
+ icon: element
76
+ }));
77
+ });
78
+ RowHeightTallIcon.displayName = "RowHeightTallIcon";
79
+ //#endregion
80
+ exports.RowHeightTallIcon = RowHeightTallIcon;
81
+ exports.default = RowHeightTallIcon;
@@ -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/table-border-style-dashed-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": "M4.5 10h11",
22
+ "strokeDasharray": "3.2 2.2",
23
+ "strokeLinecap": "round",
24
+ "strokeWidth": 1.6
25
+ }
26
+ }]
27
+ };
28
+ const TableBorderStyleDashedIcon = (0, react.forwardRef)(function TableBorderStyleDashedIcon(props, ref) {
29
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
30
+ id: "table-border-style-dashed-icon",
31
+ ref,
32
+ icon: element
33
+ }));
34
+ });
35
+ TableBorderStyleDashedIcon.displayName = "TableBorderStyleDashedIcon";
36
+ //#endregion
37
+ exports.TableBorderStyleDashedIcon = TableBorderStyleDashedIcon;
38
+ exports.default = TableBorderStyleDashedIcon;
@@ -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/table-border-style-dotted-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": "M4.5 10h11",
22
+ "strokeDasharray": "1 2.4",
23
+ "strokeLinecap": "round",
24
+ "strokeWidth": 1.6
25
+ }
26
+ }]
27
+ };
28
+ const TableBorderStyleDottedIcon = (0, react.forwardRef)(function TableBorderStyleDottedIcon(props, ref) {
29
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
30
+ id: "table-border-style-dotted-icon",
31
+ ref,
32
+ icon: element
33
+ }));
34
+ });
35
+ TableBorderStyleDottedIcon.displayName = "TableBorderStyleDottedIcon";
36
+ //#endregion
37
+ exports.TableBorderStyleDottedIcon = TableBorderStyleDottedIcon;
38
+ exports.default = TableBorderStyleDottedIcon;
@@ -0,0 +1,61 @@
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/table-border-style-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": "g",
19
+ "attrs": {
20
+ "stroke": "currentColor",
21
+ "strokeLinecap": "round",
22
+ "strokeWidth": 1.5
23
+ },
24
+ "children": [
25
+ {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "d": "M3 3.5H13",
29
+ "transform": "translate(2 2)"
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "d": "M3 8H13",
36
+ "transform": "translate(2 2)",
37
+ "strokeDasharray": "1.2 2.2"
38
+ }
39
+ },
40
+ {
41
+ "tag": "path",
42
+ "attrs": {
43
+ "d": "M3 12.5H13",
44
+ "transform": "translate(2 2)",
45
+ "strokeDasharray": "3 2"
46
+ }
47
+ }
48
+ ]
49
+ }]
50
+ };
51
+ const TableBorderStyleIcon = (0, react.forwardRef)(function TableBorderStyleIcon(props, ref) {
52
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
53
+ id: "table-border-style-icon",
54
+ ref,
55
+ icon: element
56
+ }));
57
+ });
58
+ TableBorderStyleIcon.displayName = "TableBorderStyleIcon";
59
+ //#endregion
60
+ exports.TableBorderStyleIcon = TableBorderStyleIcon;
61
+ exports.default = TableBorderStyleIcon;
@@ -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/table-border-style-solid-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": "M4.5 10h11",
22
+ "strokeLinecap": "round",
23
+ "strokeWidth": 1.6
24
+ }
25
+ }]
26
+ };
27
+ const TableBorderStyleSolidIcon = (0, react.forwardRef)(function TableBorderStyleSolidIcon(props, ref) {
28
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
29
+ id: "table-border-style-solid-icon",
30
+ ref,
31
+ icon: element
32
+ }));
33
+ });
34
+ TableBorderStyleSolidIcon.displayName = "TableBorderStyleSolidIcon";
35
+ //#endregion
36
+ exports.TableBorderStyleSolidIcon = TableBorderStyleSolidIcon;
37
+ exports.default = TableBorderStyleSolidIcon;
@@ -0,0 +1,69 @@
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/table-border-width-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": "g",
19
+ "attrs": {
20
+ "stroke": "currentColor",
21
+ "strokeLinecap": "round"
22
+ },
23
+ "children": [
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "d": "M3 3.25H13",
28
+ "transform": "translate(2 2)",
29
+ "strokeWidth": 1.1
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "d": "M3 6.5H13",
36
+ "transform": "translate(2 2)",
37
+ "strokeWidth": 1.4
38
+ }
39
+ },
40
+ {
41
+ "tag": "path",
42
+ "attrs": {
43
+ "d": "M3 10H13",
44
+ "transform": "translate(2 2)",
45
+ "strokeWidth": 1.8
46
+ }
47
+ },
48
+ {
49
+ "tag": "path",
50
+ "attrs": {
51
+ "d": "M3 13.25H13",
52
+ "transform": "translate(2 2)",
53
+ "strokeWidth": 2.2
54
+ }
55
+ }
56
+ ]
57
+ }]
58
+ };
59
+ const TableBorderWidthIcon = (0, react.forwardRef)(function TableBorderWidthIcon(props, ref) {
60
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
61
+ id: "table-border-width-icon",
62
+ ref,
63
+ icon: element
64
+ }));
65
+ });
66
+ TableBorderWidthIcon.displayName = "TableBorderWidthIcon";
67
+ //#endregion
68
+ exports.TableBorderWidthIcon = TableBorderWidthIcon;
69
+ exports.default = TableBorderWidthIcon;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const AiAssistantMultiIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default AiAssistantMultiIcon;
@@ -0,0 +1,82 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/ai-assistant-multi-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 20 20",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [{
14
+ "tag": "path",
15
+ "attrs": {
16
+ "fill": "url(#ai-assistant-multi-icon_paint0_linear_236_415)",
17
+ "d": "M9.18035 2.34502C9.21605 2.15386 9.31749 1.9812 9.46709 1.85695C9.6167 1.7327 9.80504 1.66469 9.99951 1.66469C10.194 1.66469 10.3823 1.7327 10.5319 1.85695C10.6815 1.9812 10.783 2.15386 10.8187 2.34502L11.6945 6.97669C11.7567 7.30598 11.9167 7.60887 12.1537 7.84583C12.3907 8.08279 12.6936 8.24282 13.0228 8.30502L17.6545 9.18085C17.8457 9.21656 18.0183 9.318 18.1426 9.4676C18.2668 9.6172 18.3348 9.80555 18.3348 10C18.3348 10.1945 18.2668 10.3828 18.1426 10.5324C18.0183 10.682 17.8457 10.7835 17.6545 10.8192L13.0228 11.695C12.6936 11.7572 12.3907 11.9172 12.1537 12.1542C11.9167 12.3912 11.7567 12.6941 11.6945 13.0234L10.8187 17.655C10.783 17.8462 10.6815 18.0188 10.5319 18.1431C10.3823 18.2673 10.194 18.3353 9.99951 18.3353C9.80504 18.3353 9.6167 18.2673 9.46709 18.1431C9.31749 18.0188 9.21605 17.8462 9.18035 17.655L8.30451 13.0234C8.24231 12.6941 8.08228 12.3912 7.84532 12.1542C7.60836 11.9172 7.30547 11.7572 6.97618 11.695L2.34451 10.8192C2.15335 10.7835 1.98069 10.682 1.85645 10.5324C1.7322 10.3828 1.66418 10.1945 1.66418 10C1.66418 9.80555 1.7322 9.6172 1.85645 9.4676C1.98069 9.318 2.15335 9.21656 2.34451 9.18085L6.97618 8.30502C7.30547 8.24282 7.60836 8.08279 7.84532 7.84583C8.08228 7.60887 8.24231 7.30598 8.30451 6.97669L9.18035 2.34502Z"
18
+ }
19
+ }, {
20
+ "tag": "defs",
21
+ "attrs": {},
22
+ "children": [{
23
+ "tag": "linearGradient",
24
+ "attrs": {
25
+ "id": "ai-assistant-multi-icon_paint0_linear_236_415",
26
+ "x1": 1.66,
27
+ "x2": 18.18,
28
+ "y1": 7.09,
29
+ "y2": 6.77,
30
+ "gradientUnits": "userSpaceOnUse"
31
+ },
32
+ "children": [
33
+ {
34
+ "tag": "stop",
35
+ "attrs": {
36
+ "offset": 0,
37
+ "stopColor": "#0b00d0"
38
+ }
39
+ },
40
+ {
41
+ "tag": "stop",
42
+ "attrs": {
43
+ "offset": .49,
44
+ "stopColor": "#0492ed"
45
+ }
46
+ },
47
+ {
48
+ "tag": "stop",
49
+ "attrs": {
50
+ "offset": .65,
51
+ "stopColor": "#029dce"
52
+ }
53
+ },
54
+ {
55
+ "tag": "stop",
56
+ "attrs": {
57
+ "offset": .88,
58
+ "stopColor": "#00aba6"
59
+ }
60
+ },
61
+ {
62
+ "tag": "stop",
63
+ "attrs": {
64
+ "offset": 1,
65
+ "stopColor": "#00b197"
66
+ }
67
+ }
68
+ ]
69
+ }]
70
+ }],
71
+ "defIds": ["ai-assistant-multi-icon_paint0_linear_236_415"]
72
+ };
73
+ const AiAssistantMultiIcon = forwardRef(function AiAssistantMultiIcon(props, ref) {
74
+ return createElement(IconBase, Object.assign({}, props, {
75
+ id: "ai-assistant-multi-icon",
76
+ ref,
77
+ icon: element
78
+ }));
79
+ });
80
+ AiAssistantMultiIcon.displayName = "AiAssistantMultiIcon";
81
+ //#endregion
82
+ export { AiAssistantMultiIcon, AiAssistantMultiIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConfigureTabIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConfigureTabIcon;
@@ -0,0 +1,44 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/configure-tab-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 20 20",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [{
14
+ "tag": "path",
15
+ "attrs": {
16
+ "stroke": "currentColor",
17
+ "d": "M8.7 3.2h2.6l.4 1.7 1.4.6 1.5-.9 1.8 1.8-.9 1.5.6 1.4 1.7.4v2.6l-1.7.4-.6 1.4.9 1.5-1.8 1.8-1.5-.9-1.4.6-.4 1.7H8.7l-.4-1.7-1.4-.6-1.5.9-1.8-1.8.9-1.5-.6-1.4-1.7-.4V9.7l1.7-.4.6-1.4-.9-1.5 1.8-1.8 1.5.9 1.4-.6.4-1.7Z",
18
+ "strokeLinecap": "round",
19
+ "strokeLinejoin": "round",
20
+ "strokeWidth": 1.6
21
+ }
22
+ }, {
23
+ "tag": "circle",
24
+ "attrs": {
25
+ "cx": 10,
26
+ "cy": 11,
27
+ "r": 2.2,
28
+ "stroke": "currentColor",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 1.6
32
+ }
33
+ }]
34
+ };
35
+ const ConfigureTabIcon = forwardRef(function ConfigureTabIcon(props, ref) {
36
+ return createElement(IconBase, Object.assign({}, props, {
37
+ id: "configure-tab-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ ConfigureTabIcon.displayName = "ConfigureTabIcon";
43
+ //#endregion
44
+ export { ConfigureTabIcon, ConfigureTabIcon as default };
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from './base.js';
2
- export declare const DropdownIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default DropdownIcon;
2
+ export declare const FirstTabIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default FirstTabIcon;
@@ -0,0 +1,55 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/first-tab-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 20 20",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "stroke": "currentColor",
18
+ "d": "M5 4v12",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 1.6
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M15 10H7",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 1.6
32
+ }
33
+ },
34
+ {
35
+ "tag": "path",
36
+ "attrs": {
37
+ "stroke": "currentColor",
38
+ "d": "M10 7l-3 3 3 3",
39
+ "strokeLinecap": "round",
40
+ "strokeLinejoin": "round",
41
+ "strokeWidth": 1.6
42
+ }
43
+ }
44
+ ]
45
+ };
46
+ const FirstTabIcon = forwardRef(function FirstTabIcon(props, ref) {
47
+ return createElement(IconBase, Object.assign({}, props, {
48
+ id: "first-tab-icon",
49
+ ref,
50
+ icon: element
51
+ }));
52
+ });
53
+ FirstTabIcon.displayName = "FirstTabIcon";
54
+ //#endregion
55
+ export { FirstTabIcon, FirstTabIcon as default };