@univerjs/icons-vue 1.14.0 → 1.15.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.
@@ -0,0 +1,61 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/slides-multi-icon.ts
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "fill": "#FF6B4B",
22
+ "d": "M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"
23
+ }
24
+ },
25
+ {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "fill": "#EC4F2D",
29
+ "d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "fill": "white",
36
+ "fill-rule": "evenodd",
37
+ "d": "M4.8 7.05C4.8 6.77386 5.02386 6.55 5.3 6.55H10.5C10.7761 6.55 11 6.77386 11 7.05V11.45C11 11.7261 10.7761 11.95 10.5 11.95H5.3C5.02386 11.95 4.8 11.7261 4.8 11.45V7.05ZM5.65 7.4V11.1H10.15V7.4H5.65Z",
38
+ "clip-rule": "evenodd"
39
+ }
40
+ }
41
+ ]
42
+ };
43
+ const SlidesMultiIcon = (0, vue.defineComponent)({
44
+ name: "SlidesMultiIcon",
45
+ inheritAttrs: false,
46
+ props: { extend: {
47
+ type: Object,
48
+ default: void 0
49
+ } },
50
+ setup(props, { attrs }) {
51
+ return () => (0, vue.h)(ts_base_js.IconBase, {
52
+ ...attrs,
53
+ extend: props.extend,
54
+ id: "slides-multi-icon",
55
+ icon: element
56
+ });
57
+ }
58
+ });
59
+ //#endregion
60
+ exports.SlidesMultiIcon = SlidesMultiIcon;
61
+ exports.default = SlidesMultiIcon;
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const BasesAppIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default BasesAppIcon;
@@ -0,0 +1,48 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/bases-app-icon.ts
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
+ "fill": "currentColor",
17
+ "fill-rule": "evenodd",
18
+ "d": "M8 4.2458C6.0794 4.2458 4.52365 4.90195 4.52365 5.71124V10.2929C4.52365 11.1022 6.0794 11.7583 8 11.7583C9.92061 11.7583 11.4764 11.1022 11.4764 10.2929V5.71124C11.4764 4.90195 9.92061 4.2458 8 4.2458ZM5.72365 7.11384V8.07361C6.28591 8.34369 7.10175 8.51603 8 8.51603C8.89825 8.51603 9.7141 8.34369 10.2764 8.07361V7.11384C9.6268 7.3462 8.80685 7.47669 8 7.47669C7.19316 7.47669 6.3732 7.3462 5.72365 7.11384ZM10.2764 9.33647C9.6268 9.56883 8.80685 9.69932 8 9.69932C7.19316 9.69932 6.3732 9.56883 5.72365 9.33647V10.1612C5.88069 10.2929 6.66899 10.5583 8 10.5583C9.33101 10.5583 10.1193 10.2929 10.2764 10.1612V9.33647ZM8 5.4458C6.66899 5.4458 5.88069 5.71123 5.72365 5.84289C5.88069 5.97456 6.66899 6.23998 8 6.23998C9.33101 6.23998 10.1193 5.97456 10.2764 5.84289C10.1193 5.71123 9.33101 5.4458 8 5.4458Z",
19
+ "clip-rule": "evenodd"
20
+ }
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "fill": "currentColor",
25
+ "fill-rule": "evenodd",
26
+ "d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V11.8216C1.10107 13.8098 2.71285 15.4216 4.70107 15.4216H14.0987C14.5406 15.4216 14.8987 15.0634 14.8987 14.6216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 11.8216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.2216H4.70107C3.37559 14.2216 2.30107 13.1471 2.30107 11.8216Z",
27
+ "clip-rule": "evenodd"
28
+ }
29
+ }]
30
+ };
31
+ const BasesAppIcon = defineComponent({
32
+ name: "BasesAppIcon",
33
+ inheritAttrs: false,
34
+ props: { extend: {
35
+ type: Object,
36
+ default: void 0
37
+ } },
38
+ setup(props, { attrs }) {
39
+ return () => h(IconBase, {
40
+ ...attrs,
41
+ extend: props.extend,
42
+ id: "bases-app-icon",
43
+ icon: element
44
+ });
45
+ }
46
+ });
47
+ //#endregion
48
+ export { BasesAppIcon, BasesAppIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const BasesMultiIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default BasesMultiIcon;
@@ -0,0 +1,68 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/bases-multi-icon.ts
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": "path",
16
+ "attrs": {
17
+ "fill": "#14B8A6",
18
+ "d": "M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"
19
+ }
20
+ },
21
+ {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "fill": "#0E9284",
25
+ "d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "fill": "white",
32
+ "d": "M7.9 6.55C6.24437 6.55 4.9 7.10222 4.9 7.78333V11.0167C4.9 11.6978 6.24437 12.25 7.9 12.25C9.55563 12.25 10.9 11.6978 10.9 11.0167V7.78333C10.9 7.10222 9.55563 6.55 7.9 6.55Z"
33
+ }
34
+ },
35
+ {
36
+ "tag": "path",
37
+ "attrs": {
38
+ "fill": "#14B8A6",
39
+ "d": "M5.05 8.42C5.671 8.72 6.709 8.89 7.9 8.89C9.091 8.89 10.129 8.72 10.75 8.42V9.02C10.129 9.32 9.091 9.49 7.9 9.49C6.709 9.49 5.671 9.32 5.05 9.02V8.42Z"
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "fill": "#14B8A6",
46
+ "d": "M5.05 10.02C5.671 10.32 6.709 10.49 7.9 10.49C9.091 10.49 10.129 10.32 10.75 10.02V10.62C10.129 10.92 9.091 11.09 7.9 11.09C6.709 11.09 5.671 10.92 5.05 10.62V10.02Z"
47
+ }
48
+ }
49
+ ]
50
+ };
51
+ const BasesMultiIcon = defineComponent({
52
+ name: "BasesMultiIcon",
53
+ inheritAttrs: false,
54
+ props: { extend: {
55
+ type: Object,
56
+ default: void 0
57
+ } },
58
+ setup(props, { attrs }) {
59
+ return () => h(IconBase, {
60
+ ...attrs,
61
+ extend: props.extend,
62
+ id: "bases-multi-icon",
63
+ icon: element
64
+ });
65
+ }
66
+ });
67
+ //#endregion
68
+ export { BasesMultiIcon, BasesMultiIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const BoardsAppIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default BoardsAppIcon;
@@ -0,0 +1,48 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/boards-app-icon.ts
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
+ "fill": "currentColor",
17
+ "fill-rule": "evenodd",
18
+ "d": "M4.24365 4.2458H10.1562C11.0398 4.2458 11.7562 4.96215 11.7562 5.8458V11.7583H5.84365C4.96 11.7583 4.24365 11.042 4.24365 10.1583V4.2458ZM5.44365 6.12V10.1583C5.44365 10.3792 5.62274 10.5583 5.84365 10.5583H10.5562V6.12H5.44365ZM6.1 4.9H7.55V5.72H6.1V4.9ZM8.45 4.9H9.9V5.72H8.45V4.9Z",
19
+ "clip-rule": "evenodd"
20
+ }
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "fill": "currentColor",
25
+ "fill-rule": "evenodd",
26
+ "d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V11.8216C1.10107 13.8098 2.71285 15.4216 4.70107 15.4216H14.0987C14.5406 15.4216 14.8987 15.0634 14.8987 14.6216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 11.8216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.2216H4.70107C3.37559 14.2216 2.30107 13.1471 2.30107 11.8216Z",
27
+ "clip-rule": "evenodd"
28
+ }
29
+ }]
30
+ };
31
+ const BoardsAppIcon = defineComponent({
32
+ name: "BoardsAppIcon",
33
+ inheritAttrs: false,
34
+ props: { extend: {
35
+ type: Object,
36
+ default: void 0
37
+ } },
38
+ setup(props, { attrs }) {
39
+ return () => h(IconBase, {
40
+ ...attrs,
41
+ extend: props.extend,
42
+ id: "boards-app-icon",
43
+ icon: element
44
+ });
45
+ }
46
+ });
47
+ //#endregion
48
+ export { BoardsAppIcon, BoardsAppIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const BoardsMultiIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default BoardsMultiIcon;
@@ -0,0 +1,70 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/boards-multi-icon.ts
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": "path",
16
+ "attrs": {
17
+ "fill": "#8B5CF6",
18
+ "d": "M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"
19
+ }
20
+ },
21
+ {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "fill": "#6D3FE8",
25
+ "d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "fill": "white",
32
+ "fill-rule": "evenodd",
33
+ "d": "M5 7.45H10.8V11.65H5V7.45ZM5.8 8.25V10.85H10V8.25H5.8Z",
34
+ "clip-rule": "evenodd"
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "fill": "white",
41
+ "d": "M5.8 6.25H7.25V7H5.8V6.25Z"
42
+ }
43
+ },
44
+ {
45
+ "tag": "path",
46
+ "attrs": {
47
+ "fill": "white",
48
+ "d": "M8.55 6.25H10V7H8.55V6.25Z"
49
+ }
50
+ }
51
+ ]
52
+ };
53
+ const BoardsMultiIcon = defineComponent({
54
+ name: "BoardsMultiIcon",
55
+ inheritAttrs: false,
56
+ props: { extend: {
57
+ type: Object,
58
+ default: void 0
59
+ } },
60
+ setup(props, { attrs }) {
61
+ return () => h(IconBase, {
62
+ ...attrs,
63
+ extend: props.extend,
64
+ id: "boards-multi-icon",
65
+ icon: element
66
+ });
67
+ }
68
+ });
69
+ //#endregion
70
+ export { BoardsMultiIcon, BoardsMultiIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const DocsAppIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default DocsAppIcon;
@@ -0,0 +1,48 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/docs-app-icon.ts
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
+ "fill": "currentColor",
17
+ "fill-rule": "evenodd",
18
+ "d": "M4.24365 4.2458H10.1562C11.0398 4.2458 11.7562 4.96215 11.7562 5.8458V11.7583H5.84365C4.96 11.7583 4.24365 11.042 4.24365 10.1583V4.2458ZM5.44365 5.4458V10.1583C5.44365 10.3792 5.62274 10.5583 5.84365 10.5583H10.5562V5.8458C10.5562 5.62489 10.3771 5.4458 10.1562 5.4458H5.44365ZM6.2 6.62H9.78V7.62H6.2V6.62ZM6.2 8.4H9.78V9.4H6.2V8.4Z",
19
+ "clip-rule": "evenodd"
20
+ }
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "fill": "currentColor",
25
+ "fill-rule": "evenodd",
26
+ "d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V11.8216C1.10107 13.8098 2.71285 15.4216 4.70107 15.4216H14.0987C14.5406 15.4216 14.8987 15.0634 14.8987 14.6216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 11.8216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.2216H4.70107C3.37559 14.2216 2.30107 13.1471 2.30107 11.8216Z",
27
+ "clip-rule": "evenodd"
28
+ }
29
+ }]
30
+ };
31
+ const DocsAppIcon = defineComponent({
32
+ name: "DocsAppIcon",
33
+ inheritAttrs: false,
34
+ props: { extend: {
35
+ type: Object,
36
+ default: void 0
37
+ } },
38
+ setup(props, { attrs }) {
39
+ return () => h(IconBase, {
40
+ ...attrs,
41
+ extend: props.extend,
42
+ id: "docs-app-icon",
43
+ icon: element
44
+ });
45
+ }
46
+ });
47
+ //#endregion
48
+ export { DocsAppIcon, DocsAppIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const DocsMultiIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default DocsMultiIcon;
@@ -0,0 +1,68 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/docs-multi-icon.ts
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": "path",
16
+ "attrs": {
17
+ "fill": "#4B7DFF",
18
+ "d": "M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"
19
+ }
20
+ },
21
+ {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "fill": "#305CFA",
25
+ "d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "fill": "white",
32
+ "d": "M4.57245 7.27962C4.57245 7.09553 4.72169 6.94629 4.90578 6.94629H10.2391C10.4232 6.94629 10.5724 7.09553 10.5724 7.27962C10.5724 7.46372 10.4232 7.61296 10.2391 7.61296H4.90578C4.72169 7.61296 4.57245 7.46372 4.57245 7.27962Z"
33
+ }
34
+ },
35
+ {
36
+ "tag": "path",
37
+ "attrs": {
38
+ "fill": "white",
39
+ "d": "M4.57245 9.62638C4.57245 9.44229 4.72169 9.29305 4.90578 9.29305H10.2391C10.4232 9.29305 10.5724 9.44229 10.5724 9.62638C10.5724 9.81048 10.4232 9.95972 10.2391 9.95972H4.90578C4.72169 9.95972 4.57245 9.81048 4.57245 9.62638Z"
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "fill": "white",
46
+ "d": "M4.90578 11.6398C4.72169 11.6398 4.57245 11.789 4.57245 11.9731C4.57245 12.1572 4.72169 12.3065 4.90578 12.3065H7.57245C7.75654 12.3065 7.90578 12.1572 7.90578 11.9731C7.90578 11.789 7.75654 11.6398 7.57245 11.6398H4.90578Z"
47
+ }
48
+ }
49
+ ]
50
+ };
51
+ const DocsMultiIcon = defineComponent({
52
+ name: "DocsMultiIcon",
53
+ inheritAttrs: false,
54
+ props: { extend: {
55
+ type: Object,
56
+ default: void 0
57
+ } },
58
+ setup(props, { attrs }) {
59
+ return () => h(IconBase, {
60
+ ...attrs,
61
+ extend: props.extend,
62
+ id: "docs-multi-icon",
63
+ icon: element
64
+ });
65
+ }
66
+ });
67
+ //#endregion
68
+ export { DocsMultiIcon, DocsMultiIcon as default };
@@ -21,6 +21,8 @@ export { AutowrapIcon } from './autowrap-icon.js';
21
21
  export { AvgIcon } from './avg-icon.js';
22
22
  export { BanIcon } from './ban-icon.js';
23
23
  export { BarChartIcon } from './bar-chart-icon.js';
24
+ export { BasesAppIcon } from './bases-app-icon.js';
25
+ export { BoardsAppIcon } from './boards-app-icon.js';
24
26
  export { BoldIcon } from './bold-icon.js';
25
27
  export { BottomIcon } from './bottom-icon.js';
26
28
  export { BoxplotIcon } from './boxplot-icon.js';
@@ -63,6 +65,7 @@ export { DescendingIcon } from './descending-icon.js';
63
65
  export { DirectExportIcon } from './direct-export-icon.js';
64
66
  export { DividerIcon } from './divider-icon.js';
65
67
  export { DocSettingIcon } from './doc-setting-icon.js';
68
+ export { DocsAppIcon } from './docs-app-icon.js';
66
69
  export { DollarIcon } from './dollar-icon.js';
67
70
  export { DownIcon } from './down-icon.js';
68
71
  export { DownloadIcon } from './download-icon.js';
@@ -389,9 +392,11 @@ export { ShapeWedgeRoundRectCalloutIcon } from './shape-wedge-round-rect-callout
389
392
  export { ShareIcon } from './share-icon.js';
390
393
  export { ShareRangeIcon } from './share-range-icon.js';
391
394
  export { SheetIcon } from './sheet-icon.js';
395
+ export { SheetsAppIcon } from './sheets-app-icon.js';
392
396
  export { ShortcutIcon } from './shortcut-icon.js';
393
397
  export { ShowDimensionsIcon } from './show-dimensions-icon.js';
394
398
  export { ShowToolbarIcon } from './show-toolbar-icon.js';
399
+ export { SlidesAppIcon } from './slides-app-icon.js';
395
400
  export { SlideshowPlayIcon } from './slideshow-play-icon.js';
396
401
  export { SlideshowThemeIcon } from './slideshow-theme-icon.js';
397
402
  export { StickyNoteIcon } from './sticky-note-icon.js';
@@ -428,9 +433,14 @@ export { WinlossSparklineIcon } from './winloss-sparkline-icon.js';
428
433
  export { WriteIcon } from './write-icon.js';
429
434
  export { ZoomInIcon } from './zoom-in-icon.js';
430
435
  export { ZoomOutIcon } from './zoom-out-icon.js';
436
+ export { BasesMultiIcon } from './bases-multi-icon.js';
437
+ export { BoardsMultiIcon } from './boards-multi-icon.js';
431
438
  export { DocMultiIcon } from './doc-multi-icon.js';
439
+ export { DocsMultiIcon } from './docs-multi-icon.js';
432
440
  export { LoadingMultiIcon } from './loading-multi-icon.js';
441
+ export { SheetsMultiIcon } from './sheets-multi-icon.js';
433
442
  export { SlideMultiIcon } from './slide-multi-icon.js';
443
+ export { SlidesMultiIcon } from './slides-multi-icon.js';
434
444
  export { UniverSdkMultiIcon } from './univer-sdk-multi-icon.js';
435
445
  export { XlsxMultiIcon } from './xlsx-multi-icon.js';
436
446
  export { AdjustHeightDoubleIcon } from './adjust-height-double-icon.js';