@univerjs/icons-vue 1.16.0 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/class-diagram-class-icon.cjs +46 -0
- package/dist/cjs/class-diagram-dashed-filled-arrow-connector-icon.cjs +58 -0
- package/dist/cjs/class-diagram-dashed-open-arrow-connector-icon.cjs +57 -0
- package/dist/cjs/class-diagram-filled-arrow-connector-icon.cjs +46 -0
- package/dist/cjs/class-diagram-filled-diamond-connector-icon.cjs +44 -0
- package/dist/cjs/class-diagram-hollow-diamond-connector-icon.cjs +46 -0
- package/dist/cjs/class-diagram-interface-icon.cjs +46 -0
- package/dist/cjs/component-diagram-assembly-connector-icon.cjs +55 -0
- package/dist/cjs/component-diagram-component-box-icon.cjs +55 -0
- package/dist/cjs/component-diagram-component-icon.cjs +46 -0
- package/dist/cjs/component-diagram-provided-interface-icon.cjs +46 -0
- package/dist/cjs/component-diagram-required-interface-icon.cjs +44 -0
- package/dist/cjs/conditional-color-icon.cjs +58 -0
- package/dist/cjs/connector-bar-crows-foot-marker-icon.cjs +46 -0
- package/dist/cjs/connector-bar-marker-icon.cjs +46 -0
- package/dist/cjs/connector-circle-bar-marker-icon.cjs +46 -0
- package/dist/cjs/connector-circle-crows-foot-marker-icon.cjs +46 -0
- package/dist/cjs/connector-circle-marker-icon.cjs +46 -0
- package/dist/cjs/connector-cross-marker-icon.cjs +46 -0
- package/dist/cjs/connector-crows-foot-marker-icon.cjs +46 -0
- package/dist/cjs/connector-filled-arrow-marker-icon.cjs +46 -0
- package/dist/cjs/connector-filled-circle-marker-icon.cjs +46 -0
- package/dist/cjs/connector-filled-diamond-marker-icon.cjs +46 -0
- package/dist/cjs/connector-hollow-diamond-marker-icon.cjs +46 -0
- package/dist/cjs/connector-hollow-triangle-marker-icon.cjs +46 -0
- package/dist/cjs/connector-none-marker-icon.cjs +46 -0
- package/dist/cjs/connector-open-arrow-marker-icon.cjs +46 -0
- package/dist/cjs/connector-rounded-elbow-icon.cjs +46 -0
- package/dist/cjs/connector-swap-markers-icon.cjs +72 -0
- package/dist/cjs/connector-x-marker-icon.cjs +46 -0
- package/dist/cjs/data-flow-circle-icon.cjs +47 -0
- package/dist/cjs/data-flow-data-storage1-icon.cjs +47 -0
- package/dist/cjs/data-flow-data-storage2-icon.cjs +47 -0
- package/dist/cjs/data-flow-data-storage3-icon.cjs +58 -0
- package/dist/cjs/data-flow-rounded-rectangle-icon.cjs +49 -0
- package/dist/cjs/data-flow-rounded-square-icon.cjs +49 -0
- package/dist/cjs/entity-relationship-entity-icon.cjs +46 -0
- package/dist/cjs/entity-relationship-field-type-icon.cjs +46 -0
- package/dist/cjs/entity-relationship-full-icon.cjs +46 -0
- package/dist/cjs/entity-relationship-key-field-icon.cjs +46 -0
- package/dist/cjs/index.cjs +406 -0
- package/dist/cjs/line-dashed-none-icon.cjs +46 -0
- package/dist/cjs/line-double-open-arrow-icon.cjs +49 -0
- package/dist/cjs/line-none-icon.cjs +45 -0
- package/dist/cjs/line-open-arrow-icon.cjs +43 -0
- package/dist/cjs/sequence-activation-bar-icon.cjs +48 -0
- package/dist/cjs/sequence-actor-lifeline-icon.cjs +55 -0
- package/dist/cjs/sequence-alternative-fragment-icon.cjs +55 -0
- package/dist/cjs/sequence-boundary-lifeline-icon.cjs +55 -0
- package/dist/cjs/sequence-collection-lifeline-icon.cjs +55 -0
- package/dist/cjs/sequence-control-lifeline-icon.cjs +55 -0
- package/dist/cjs/sequence-direct-access-storage-lifeline-icon.cjs +55 -0
- package/dist/cjs/sequence-entity-lifeline-icon.cjs +55 -0
- package/dist/cjs/sequence-fragment-icon.cjs +46 -0
- package/dist/cjs/sequence-magnetic-disk-lifeline-icon.cjs +55 -0
- package/dist/cjs/sequence-object-lifeline-icon.cjs +55 -0
- package/dist/cjs/status-diagram-final-state-icon.cjs +60 -0
- package/dist/cjs/status-diagram-initial-state-icon.cjs +46 -0
- package/dist/cjs/status-diagram-state-bar-icon.cjs +48 -0
- package/dist/esm/class-diagram-class-icon.d.ts +18 -0
- package/dist/esm/class-diagram-class-icon.js +41 -0
- package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.d.ts +18 -0
- package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.js +53 -0
- package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.d.ts +18 -0
- package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.js +52 -0
- package/dist/esm/class-diagram-filled-arrow-connector-icon.d.ts +18 -0
- package/dist/esm/class-diagram-filled-arrow-connector-icon.js +41 -0
- package/dist/esm/class-diagram-filled-diamond-connector-icon.d.ts +18 -0
- package/dist/esm/class-diagram-filled-diamond-connector-icon.js +39 -0
- package/dist/esm/class-diagram-hollow-diamond-connector-icon.d.ts +18 -0
- package/dist/esm/class-diagram-hollow-diamond-connector-icon.js +41 -0
- package/dist/esm/class-diagram-interface-icon.d.ts +18 -0
- package/dist/esm/class-diagram-interface-icon.js +41 -0
- package/dist/esm/component-diagram-assembly-connector-icon.d.ts +18 -0
- package/dist/esm/component-diagram-assembly-connector-icon.js +50 -0
- package/dist/esm/component-diagram-component-box-icon.d.ts +18 -0
- package/dist/esm/component-diagram-component-box-icon.js +50 -0
- package/dist/esm/component-diagram-component-icon.d.ts +18 -0
- package/dist/esm/component-diagram-component-icon.js +41 -0
- package/dist/esm/component-diagram-provided-interface-icon.d.ts +18 -0
- package/dist/esm/component-diagram-provided-interface-icon.js +41 -0
- package/dist/esm/component-diagram-required-interface-icon.d.ts +18 -0
- package/dist/esm/component-diagram-required-interface-icon.js +39 -0
- package/dist/esm/conditional-color-icon.d.ts +18 -0
- package/dist/esm/conditional-color-icon.js +53 -0
- package/dist/esm/connector-bar-crows-foot-marker-icon.d.ts +18 -0
- package/dist/esm/connector-bar-crows-foot-marker-icon.js +41 -0
- package/dist/esm/connector-bar-marker-icon.d.ts +18 -0
- package/dist/esm/connector-bar-marker-icon.js +41 -0
- package/dist/esm/connector-circle-bar-marker-icon.d.ts +18 -0
- package/dist/esm/connector-circle-bar-marker-icon.js +41 -0
- package/dist/esm/connector-circle-crows-foot-marker-icon.d.ts +18 -0
- package/dist/esm/connector-circle-crows-foot-marker-icon.js +41 -0
- package/dist/esm/connector-circle-marker-icon.d.ts +18 -0
- package/dist/esm/connector-circle-marker-icon.js +41 -0
- package/dist/esm/connector-cross-marker-icon.d.ts +18 -0
- package/dist/esm/connector-cross-marker-icon.js +41 -0
- package/dist/esm/connector-crows-foot-marker-icon.d.ts +18 -0
- package/dist/esm/connector-crows-foot-marker-icon.js +41 -0
- package/dist/esm/connector-filled-arrow-marker-icon.d.ts +18 -0
- package/dist/esm/connector-filled-arrow-marker-icon.js +41 -0
- package/dist/esm/connector-filled-circle-marker-icon.d.ts +18 -0
- package/dist/esm/connector-filled-circle-marker-icon.js +41 -0
- package/dist/esm/connector-filled-diamond-marker-icon.d.ts +18 -0
- package/dist/esm/connector-filled-diamond-marker-icon.js +41 -0
- package/dist/esm/connector-hollow-diamond-marker-icon.d.ts +18 -0
- package/dist/esm/connector-hollow-diamond-marker-icon.js +41 -0
- package/dist/esm/connector-hollow-triangle-marker-icon.d.ts +18 -0
- package/dist/esm/connector-hollow-triangle-marker-icon.js +41 -0
- package/dist/esm/connector-none-marker-icon.d.ts +18 -0
- package/dist/esm/connector-none-marker-icon.js +41 -0
- package/dist/esm/connector-open-arrow-marker-icon.d.ts +18 -0
- package/dist/esm/connector-open-arrow-marker-icon.js +41 -0
- package/dist/esm/connector-rounded-elbow-icon.d.ts +18 -0
- package/dist/esm/connector-rounded-elbow-icon.js +41 -0
- package/dist/esm/connector-swap-markers-icon.d.ts +18 -0
- package/dist/esm/connector-swap-markers-icon.js +67 -0
- package/dist/esm/connector-x-marker-icon.d.ts +18 -0
- package/dist/esm/connector-x-marker-icon.js +41 -0
- package/dist/esm/data-flow-circle-icon.d.ts +18 -0
- package/dist/esm/data-flow-circle-icon.js +42 -0
- package/dist/esm/data-flow-data-storage1-icon.d.ts +18 -0
- package/dist/esm/data-flow-data-storage1-icon.js +42 -0
- package/dist/esm/data-flow-data-storage2-icon.d.ts +18 -0
- package/dist/esm/data-flow-data-storage2-icon.js +42 -0
- package/dist/esm/data-flow-data-storage3-icon.d.ts +18 -0
- package/dist/esm/data-flow-data-storage3-icon.js +53 -0
- package/dist/esm/data-flow-rounded-rectangle-icon.d.ts +18 -0
- package/dist/esm/data-flow-rounded-rectangle-icon.js +44 -0
- package/dist/esm/data-flow-rounded-square-icon.d.ts +18 -0
- package/dist/esm/data-flow-rounded-square-icon.js +44 -0
- package/dist/esm/entity-relationship-entity-icon.d.ts +18 -0
- package/dist/esm/entity-relationship-entity-icon.js +41 -0
- package/dist/esm/entity-relationship-field-type-icon.d.ts +18 -0
- package/dist/esm/entity-relationship-field-type-icon.js +41 -0
- package/dist/esm/entity-relationship-full-icon.d.ts +18 -0
- package/dist/esm/entity-relationship-full-icon.js +41 -0
- package/dist/esm/entity-relationship-key-field-icon.d.ts +18 -0
- package/dist/esm/entity-relationship-key-field-icon.js +41 -0
- package/dist/esm/index.d.ts +58 -0
- package/dist/esm/index.js +59 -1
- package/dist/esm/line-dashed-none-icon.d.ts +18 -0
- package/dist/esm/line-dashed-none-icon.js +41 -0
- package/dist/esm/line-double-open-arrow-icon.d.ts +18 -0
- package/dist/esm/line-double-open-arrow-icon.js +44 -0
- package/dist/esm/line-none-icon.d.ts +18 -0
- package/dist/esm/line-none-icon.js +40 -0
- package/dist/esm/line-open-arrow-icon.d.ts +18 -0
- package/dist/esm/line-open-arrow-icon.js +38 -0
- package/dist/esm/sequence-activation-bar-icon.d.ts +18 -0
- package/dist/esm/sequence-activation-bar-icon.js +43 -0
- package/dist/esm/sequence-actor-lifeline-icon.d.ts +18 -0
- package/dist/esm/sequence-actor-lifeline-icon.js +50 -0
- package/dist/esm/sequence-alternative-fragment-icon.d.ts +18 -0
- package/dist/esm/sequence-alternative-fragment-icon.js +50 -0
- package/dist/esm/sequence-boundary-lifeline-icon.d.ts +18 -0
- package/dist/esm/sequence-boundary-lifeline-icon.js +50 -0
- package/dist/esm/sequence-collection-lifeline-icon.d.ts +18 -0
- package/dist/esm/sequence-collection-lifeline-icon.js +50 -0
- package/dist/esm/sequence-control-lifeline-icon.d.ts +18 -0
- package/dist/esm/sequence-control-lifeline-icon.js +50 -0
- package/dist/esm/sequence-direct-access-storage-lifeline-icon.d.ts +18 -0
- package/dist/esm/sequence-direct-access-storage-lifeline-icon.js +50 -0
- package/dist/esm/sequence-entity-lifeline-icon.d.ts +18 -0
- package/dist/esm/sequence-entity-lifeline-icon.js +50 -0
- package/dist/esm/sequence-fragment-icon.d.ts +18 -0
- package/dist/esm/sequence-fragment-icon.js +41 -0
- package/dist/esm/sequence-magnetic-disk-lifeline-icon.d.ts +18 -0
- package/dist/esm/sequence-magnetic-disk-lifeline-icon.js +50 -0
- package/dist/esm/sequence-object-lifeline-icon.d.ts +18 -0
- package/dist/esm/sequence-object-lifeline-icon.js +50 -0
- package/dist/esm/status-diagram-final-state-icon.d.ts +18 -0
- package/dist/esm/status-diagram-final-state-icon.js +55 -0
- package/dist/esm/status-diagram-initial-state-icon.d.ts +18 -0
- package/dist/esm/status-diagram-initial-state-icon.js +41 -0
- package/dist/esm/status-diagram-state-bar-icon.d.ts +18 -0
- package/dist/esm/status-diagram-state-bar-icon.js +43 -0
- package/package.json +2 -2
|
@@ -0,0 +1,46 @@
|
|
|
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/class-diagram-class-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M3.8 6v2.683h16.4V6a.2.2 0 0 0-.2-.2H4a.2.2 0 0 0-.2.2m0 7.683v-3.2h16.4v3.2zm0 1.8V18c0 .11.09.2.2.2h16a.2.2 0 0 0 .2-.2v-2.517zM2 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "scale(.83333)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const ClassDiagramClassIcon = (0, vue.defineComponent)({
|
|
29
|
+
name: "ClassDiagramClassIcon",
|
|
30
|
+
inheritAttrs: false,
|
|
31
|
+
props: { extend: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: void 0
|
|
34
|
+
} },
|
|
35
|
+
setup(props, { attrs }) {
|
|
36
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
37
|
+
...attrs,
|
|
38
|
+
extend: props.extend,
|
|
39
|
+
id: "class-diagram-class-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ClassDiagramClassIcon = ClassDiagramClassIcon;
|
|
46
|
+
exports.default = ClassDiagramClassIcon;
|
|
@@ -0,0 +1,58 @@
|
|
|
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/class-diagram-dashed-filled-arrow-connector-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "g",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"stroke": "currentColor",
|
|
21
|
+
"stroke-width": 1.8
|
|
22
|
+
},
|
|
23
|
+
"children": [{
|
|
24
|
+
"tag": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"stroke-dasharray": "3.6 3.6",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"d": "m4 19.917 10.35-10.35",
|
|
29
|
+
"transform": "scale(.83333)"
|
|
30
|
+
}
|
|
31
|
+
}, {
|
|
32
|
+
"tag": "path",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"d": "M18.777 5.003a.2.2 0 0 1 .232.233l-1.292 7.116a.2.2 0 0 1-.338.106l-5.824-5.824a.2.2 0 0 1 .105-.338z",
|
|
35
|
+
"transform": "scale(.83333)"
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
}]
|
|
39
|
+
};
|
|
40
|
+
const ClassDiagramDashedFilledArrowConnectorIcon = (0, vue.defineComponent)({
|
|
41
|
+
name: "ClassDiagramDashedFilledArrowConnectorIcon",
|
|
42
|
+
inheritAttrs: false,
|
|
43
|
+
props: { extend: {
|
|
44
|
+
type: Object,
|
|
45
|
+
default: void 0
|
|
46
|
+
} },
|
|
47
|
+
setup(props, { attrs }) {
|
|
48
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
49
|
+
...attrs,
|
|
50
|
+
extend: props.extend,
|
|
51
|
+
id: "class-diagram-dashed-filled-arrow-connector-icon",
|
|
52
|
+
icon: element
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
//#endregion
|
|
57
|
+
exports.ClassDiagramDashedFilledArrowConnectorIcon = ClassDiagramDashedFilledArrowConnectorIcon;
|
|
58
|
+
exports.default = ClassDiagramDashedFilledArrowConnectorIcon;
|
|
@@ -0,0 +1,57 @@
|
|
|
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/class-diagram-dashed-open-arrow-connector-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"stroke": "currentColor",
|
|
21
|
+
"stroke-dasharray": "5 4",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-miterlimit": 3.52,
|
|
24
|
+
"stroke-width": 1.8,
|
|
25
|
+
"d": "M6 19 18.728 6.272",
|
|
26
|
+
"transform": "scale(.83333)"
|
|
27
|
+
}
|
|
28
|
+
}, {
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"fill": "currentColor",
|
|
32
|
+
"fill-rule": "evenodd",
|
|
33
|
+
"d": "M19.9 6a.9.9 0 0 0-.9-.9h-6a.9.9 0 1 0 0 1.8h5.1V12a.9.9 0 0 0 1.8 0z",
|
|
34
|
+
"clip-rule": "evenodd",
|
|
35
|
+
"transform": "scale(.83333)"
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
};
|
|
39
|
+
const ClassDiagramDashedOpenArrowConnectorIcon = (0, vue.defineComponent)({
|
|
40
|
+
name: "ClassDiagramDashedOpenArrowConnectorIcon",
|
|
41
|
+
inheritAttrs: false,
|
|
42
|
+
props: { extend: {
|
|
43
|
+
type: Object,
|
|
44
|
+
default: void 0
|
|
45
|
+
} },
|
|
46
|
+
setup(props, { attrs }) {
|
|
47
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
48
|
+
...attrs,
|
|
49
|
+
extend: props.extend,
|
|
50
|
+
id: "class-diagram-dashed-open-arrow-connector-icon",
|
|
51
|
+
icon: element
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
exports.ClassDiagramDashedOpenArrowConnectorIcon = ClassDiagramDashedOpenArrowConnectorIcon;
|
|
57
|
+
exports.default = ClassDiagramDashedOpenArrowConnectorIcon;
|
|
@@ -0,0 +1,46 @@
|
|
|
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/class-diagram-filled-arrow-connector-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M20.388 4.938A1.1 1.1 0 0 0 19.11 3.66l-7.116 1.292a1.1 1.1 0 0 0-.582 1.86L13.64 9.04l-9.782 9.782a.9.9 0 0 0 1.273 1.273l9.782-9.782 2.324 2.323a1.1 1.1 0 0 0 1.86-.58zM13.63 6.484l4.808-.873-.873 4.808z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "scale(.83333)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const ClassDiagramFilledArrowConnectorIcon = (0, vue.defineComponent)({
|
|
29
|
+
name: "ClassDiagramFilledArrowConnectorIcon",
|
|
30
|
+
inheritAttrs: false,
|
|
31
|
+
props: { extend: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: void 0
|
|
34
|
+
} },
|
|
35
|
+
setup(props, { attrs }) {
|
|
36
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
37
|
+
...attrs,
|
|
38
|
+
extend: props.extend,
|
|
39
|
+
id: "class-diagram-filled-arrow-connector-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ClassDiagramFilledArrowConnectorIcon = ClassDiagramFilledArrowConnectorIcon;
|
|
46
|
+
exports.default = ClassDiagramFilledArrowConnectorIcon;
|
|
@@ -0,0 +1,44 @@
|
|
|
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/class-diagram-filled-diamond-connector-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"d": "m20.338 3.67-6.836 1.247-.959 5.258-8.617 8.618a.9.9 0 0 0 1.272 1.273l8.594-8.593 5.3-.966z",
|
|
22
|
+
"transform": "scale(.83333)"
|
|
23
|
+
}
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
const ClassDiagramFilledDiamondConnectorIcon = (0, vue.defineComponent)({
|
|
27
|
+
name: "ClassDiagramFilledDiamondConnectorIcon",
|
|
28
|
+
inheritAttrs: false,
|
|
29
|
+
props: { extend: {
|
|
30
|
+
type: Object,
|
|
31
|
+
default: void 0
|
|
32
|
+
} },
|
|
33
|
+
setup(props, { attrs }) {
|
|
34
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
35
|
+
...attrs,
|
|
36
|
+
extend: props.extend,
|
|
37
|
+
id: "class-diagram-filled-diamond-connector-icon",
|
|
38
|
+
icon: element
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.ClassDiagramFilledDiamondConnectorIcon = ClassDiagramFilledDiamondConnectorIcon;
|
|
44
|
+
exports.default = ClassDiagramFilledDiamondConnectorIcon;
|
|
@@ -0,0 +1,46 @@
|
|
|
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/class-diagram-hollow-diamond-connector-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M20.611 3.39 12.66 4.84l-1.179 6.464-7.825 7.768a.9.9 0 0 0 1.268 1.277l7.912-7.853 6.326-1.154zm-6.993 6.993.707-3.877 3.877-.707-.707 3.877z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "scale(.83333)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const ClassDiagramHollowDiamondConnectorIcon = (0, vue.defineComponent)({
|
|
29
|
+
name: "ClassDiagramHollowDiamondConnectorIcon",
|
|
30
|
+
inheritAttrs: false,
|
|
31
|
+
props: { extend: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: void 0
|
|
34
|
+
} },
|
|
35
|
+
setup(props, { attrs }) {
|
|
36
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
37
|
+
...attrs,
|
|
38
|
+
extend: props.extend,
|
|
39
|
+
id: "class-diagram-hollow-diamond-connector-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ClassDiagramHollowDiamondConnectorIcon = ClassDiagramHollowDiamondConnectorIcon;
|
|
46
|
+
exports.default = ClassDiagramHollowDiamondConnectorIcon;
|
|
@@ -0,0 +1,46 @@
|
|
|
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/class-diagram-interface-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M3.8 8.683V6c0-.11.09-.2.2-.2h16c.11 0 .2.09.2.2v2.683zm0 1.8V18c0 .11.09.2.2.2h16a.2.2 0 0 0 .2-.2v-7.517zM4 20a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "scale(.83333)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const ClassDiagramInterfaceIcon = (0, vue.defineComponent)({
|
|
29
|
+
name: "ClassDiagramInterfaceIcon",
|
|
30
|
+
inheritAttrs: false,
|
|
31
|
+
props: { extend: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: void 0
|
|
34
|
+
} },
|
|
35
|
+
setup(props, { attrs }) {
|
|
36
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
37
|
+
...attrs,
|
|
38
|
+
extend: props.extend,
|
|
39
|
+
id: "class-diagram-interface-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ClassDiagramInterfaceIcon = ClassDiagramInterfaceIcon;
|
|
46
|
+
exports.default = ClassDiagramInterfaceIcon;
|
|
@@ -0,0 +1,55 @@
|
|
|
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/component-diagram-assembly-connector-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "g",
|
|
19
|
+
"attrs": { "fill": "currentColor" },
|
|
20
|
+
"children": [{
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M12.25 3.325a1.05 1.05 0 1 0 0 2.1 8.575 8.575 0 0 1 0 17.15 1.05 1.05 0 1 0 0 2.1c5.74 0 10.42-4.529 10.665-10.208h2.752a1.05 1.05 0 1 0 0-2.1H22.8c-.786-5.12-5.21-9.042-10.551-9.042",
|
|
24
|
+
"transform": "scale(.71429)"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"fill-rule": "evenodd",
|
|
30
|
+
"d": "M12.25 6.534a7.47 7.47 0 0 0-7.287 5.833h-2.63a1.05 1.05 0 1 0 0 2.1h2.465a7.467 7.467 0 1 0 7.452-7.933M6.883 14a5.367 5.367 0 1 1 10.734 0 5.367 5.367 0 0 1-10.734 0",
|
|
31
|
+
"clip-rule": "evenodd",
|
|
32
|
+
"transform": "scale(.71429)"
|
|
33
|
+
}
|
|
34
|
+
}]
|
|
35
|
+
}]
|
|
36
|
+
};
|
|
37
|
+
const ComponentDiagramAssemblyConnectorIcon = (0, vue.defineComponent)({
|
|
38
|
+
name: "ComponentDiagramAssemblyConnectorIcon",
|
|
39
|
+
inheritAttrs: false,
|
|
40
|
+
props: { extend: {
|
|
41
|
+
type: Object,
|
|
42
|
+
default: void 0
|
|
43
|
+
} },
|
|
44
|
+
setup(props, { attrs }) {
|
|
45
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
46
|
+
...attrs,
|
|
47
|
+
extend: props.extend,
|
|
48
|
+
id: "component-diagram-assembly-connector-icon",
|
|
49
|
+
icon: element
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
exports.ComponentDiagramAssemblyConnectorIcon = ComponentDiagramAssemblyConnectorIcon;
|
|
55
|
+
exports.default = ComponentDiagramAssemblyConnectorIcon;
|
|
@@ -0,0 +1,55 @@
|
|
|
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/component-diagram-component-box-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "g",
|
|
19
|
+
"attrs": { "fill": "currentColor" },
|
|
20
|
+
"children": [{
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M13 9.917c0-.967.672-1.75 1.5-1.75h3c.828 0 1.5.783 1.5 1.75 0 .966-.672 1.75-1.5 1.75h-3c-.828 0-1.5-.784-1.5-1.75",
|
|
24
|
+
"transform": "scale(.71429)"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"fill-rule": "evenodd",
|
|
30
|
+
"d": "M2 7c0-1.289.895-2.333 2-2.333h16c1.105 0 2 1.044 2 2.333v14c0 1.288-.895 2.333-2 2.333H4c-1.105 0-2-1.044-2-2.333zm2-.234h16c.11 0 .2.105.2.234v14c0 .129-.09.233-.2.233H4c-.11 0-.2-.104-.2-.233V7c0-.129.09-.234.2-.234",
|
|
31
|
+
"clip-rule": "evenodd",
|
|
32
|
+
"transform": "scale(.71429)"
|
|
33
|
+
}
|
|
34
|
+
}]
|
|
35
|
+
}]
|
|
36
|
+
};
|
|
37
|
+
const ComponentDiagramComponentBoxIcon = (0, vue.defineComponent)({
|
|
38
|
+
name: "ComponentDiagramComponentBoxIcon",
|
|
39
|
+
inheritAttrs: false,
|
|
40
|
+
props: { extend: {
|
|
41
|
+
type: Object,
|
|
42
|
+
default: void 0
|
|
43
|
+
} },
|
|
44
|
+
setup(props, { attrs }) {
|
|
45
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
46
|
+
...attrs,
|
|
47
|
+
extend: props.extend,
|
|
48
|
+
id: "component-diagram-component-box-icon",
|
|
49
|
+
icon: element
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
exports.ComponentDiagramComponentBoxIcon = ComponentDiagramComponentBoxIcon;
|
|
55
|
+
exports.default = ComponentDiagramComponentBoxIcon;
|
|
@@ -0,0 +1,46 @@
|
|
|
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/component-diagram-component-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M4.667 18.667V21A2.333 2.333 0 0 0 7 23.333h16.333A2.333 2.333 0 0 0 25.667 21V7a2.333 2.333 0 0 0-2.334-2.333H7A2.333 2.333 0 0 0 4.667 7v2.333h-.584a1.75 1.75 0 0 0 0 3.5h.584v2.333h-.584a1.75 1.75 0 1 0 0 3.5zm18.666-11.9H7A.233.233 0 0 0 6.767 7v2.333h.816a1.75 1.75 0 0 1 0 3.5h-.816v2.333h.816a1.75 1.75 0 1 1 0 3.5h-.816V21c0 .129.104.233.233.233h16.333a.233.233 0 0 0 .234-.233V7a.233.233 0 0 0-.234-.234",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "scale(.71429)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const ComponentDiagramComponentIcon = (0, vue.defineComponent)({
|
|
29
|
+
name: "ComponentDiagramComponentIcon",
|
|
30
|
+
inheritAttrs: false,
|
|
31
|
+
props: { extend: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: void 0
|
|
34
|
+
} },
|
|
35
|
+
setup(props, { attrs }) {
|
|
36
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
37
|
+
...attrs,
|
|
38
|
+
extend: props.extend,
|
|
39
|
+
id: "component-diagram-component-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ComponentDiagramComponentIcon = ComponentDiagramComponentIcon;
|
|
46
|
+
exports.default = ComponentDiagramComponentIcon;
|
|
@@ -0,0 +1,46 @@
|
|
|
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/component-diagram-provided-interface-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M8.705 15.398H3.293a1.05 1.05 0 1 1 0-2.1h5.412a8.516 8.516 0 0 1 16.966 1.05 8.515 8.515 0 0 1-16.966 1.05m2.036-1.05a6.415 6.415 0 1 1 12.83 0 6.415 6.415 0 0 1-12.83 0",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "scale(.71429)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const ComponentDiagramProvidedInterfaceIcon = (0, vue.defineComponent)({
|
|
29
|
+
name: "ComponentDiagramProvidedInterfaceIcon",
|
|
30
|
+
inheritAttrs: false,
|
|
31
|
+
props: { extend: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: void 0
|
|
34
|
+
} },
|
|
35
|
+
setup(props, { attrs }) {
|
|
36
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
37
|
+
...attrs,
|
|
38
|
+
extend: props.extend,
|
|
39
|
+
id: "component-diagram-provided-interface-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ComponentDiagramProvidedInterfaceIcon = ComponentDiagramProvidedInterfaceIcon;
|
|
46
|
+
exports.default = ComponentDiagramProvidedInterfaceIcon;
|
|
@@ -0,0 +1,44 @@
|
|
|
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/component-diagram-required-interface-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"d": "M6.883 3.5a1.05 1.05 0 0 0 0 2.1 8.283 8.283 0 0 1 0 16.567 1.05 1.05 0 0 0 0 2.1c5.385 0 9.812-4.1 10.333-9.347q.081.013.167.013h4.667a1.05 1.05 0 1 0 0-2.1h-4.667q-.086 0-.167.014C16.696 7.599 12.268 3.5 6.883 3.5",
|
|
22
|
+
"transform": "scale(.71429)"
|
|
23
|
+
}
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
const ComponentDiagramRequiredInterfaceIcon = (0, vue.defineComponent)({
|
|
27
|
+
name: "ComponentDiagramRequiredInterfaceIcon",
|
|
28
|
+
inheritAttrs: false,
|
|
29
|
+
props: { extend: {
|
|
30
|
+
type: Object,
|
|
31
|
+
default: void 0
|
|
32
|
+
} },
|
|
33
|
+
setup(props, { attrs }) {
|
|
34
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
35
|
+
...attrs,
|
|
36
|
+
extend: props.extend,
|
|
37
|
+
id: "component-diagram-required-interface-icon",
|
|
38
|
+
icon: element
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.ComponentDiagramRequiredInterfaceIcon = ComponentDiagramRequiredInterfaceIcon;
|
|
44
|
+
exports.default = ComponentDiagramRequiredInterfaceIcon;
|
|
@@ -0,0 +1,58 @@
|
|
|
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/conditional-color-icon.ts
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"stroke": "currentColor",
|
|
14
|
+
"stroke-linecap": "round",
|
|
15
|
+
"stroke-linejoin": "round",
|
|
16
|
+
"stroke-width": 1.6,
|
|
17
|
+
"viewBox": "0 0 20 20",
|
|
18
|
+
"width": "1em",
|
|
19
|
+
"height": "1em"
|
|
20
|
+
},
|
|
21
|
+
"children": [
|
|
22
|
+
{
|
|
23
|
+
"tag": "path",
|
|
24
|
+
"attrs": { "d": "M3.6 8.1L9.6 2.1L15.6 8.1L9.6 14.1L3.6 8.1Z" }
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": { "d": "M5.2 9.7H14" }
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"tag": "path",
|
|
32
|
+
"attrs": {
|
|
33
|
+
"fill": "currentColor",
|
|
34
|
+
"stroke": "none",
|
|
35
|
+
"d": "M14.6 15.2C14.6 16.35 15.42 17.15 16.4 17.15C17.38 17.15 18.2 16.35 18.2 15.2C18.2 14.3 17.28 13.15 16.72 12.52C16.55 12.33 16.25 12.33 16.08 12.52C15.52 13.15 14.6 14.3 14.6 15.2Z"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
};
|
|
40
|
+
const ConditionalColorIcon = (0, vue.defineComponent)({
|
|
41
|
+
name: "ConditionalColorIcon",
|
|
42
|
+
inheritAttrs: false,
|
|
43
|
+
props: { extend: {
|
|
44
|
+
type: Object,
|
|
45
|
+
default: void 0
|
|
46
|
+
} },
|
|
47
|
+
setup(props, { attrs }) {
|
|
48
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
49
|
+
...attrs,
|
|
50
|
+
extend: props.extend,
|
|
51
|
+
id: "conditional-color-icon",
|
|
52
|
+
icon: element
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
//#endregion
|
|
57
|
+
exports.ConditionalColorIcon = ConditionalColorIcon;
|
|
58
|
+
exports.default = ConditionalColorIcon;
|