@univerjs/icons 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 +38 -0
- package/dist/cjs/class-diagram-dashed-filled-arrow-connector-icon.cjs +50 -0
- package/dist/cjs/class-diagram-dashed-open-arrow-connector-icon.cjs +49 -0
- package/dist/cjs/class-diagram-filled-arrow-connector-icon.cjs +38 -0
- package/dist/cjs/class-diagram-filled-diamond-connector-icon.cjs +36 -0
- package/dist/cjs/class-diagram-hollow-diamond-connector-icon.cjs +38 -0
- package/dist/cjs/class-diagram-interface-icon.cjs +38 -0
- package/dist/cjs/component-diagram-assembly-connector-icon.cjs +47 -0
- package/dist/cjs/component-diagram-component-box-icon.cjs +47 -0
- package/dist/cjs/component-diagram-component-icon.cjs +38 -0
- package/dist/cjs/component-diagram-provided-interface-icon.cjs +38 -0
- package/dist/cjs/component-diagram-required-interface-icon.cjs +36 -0
- package/dist/cjs/conditional-color-icon.cjs +50 -0
- package/dist/cjs/connector-bar-crows-foot-marker-icon.cjs +38 -0
- package/dist/cjs/connector-bar-marker-icon.cjs +38 -0
- package/dist/cjs/connector-circle-bar-marker-icon.cjs +38 -0
- package/dist/cjs/connector-circle-crows-foot-marker-icon.cjs +38 -0
- package/dist/cjs/connector-circle-marker-icon.cjs +38 -0
- package/dist/cjs/connector-cross-marker-icon.cjs +38 -0
- package/dist/cjs/connector-crows-foot-marker-icon.cjs +38 -0
- package/dist/cjs/connector-filled-arrow-marker-icon.cjs +38 -0
- package/dist/cjs/connector-filled-circle-marker-icon.cjs +38 -0
- package/dist/cjs/connector-filled-diamond-marker-icon.cjs +38 -0
- package/dist/cjs/connector-hollow-diamond-marker-icon.cjs +38 -0
- package/dist/cjs/connector-hollow-triangle-marker-icon.cjs +38 -0
- package/dist/cjs/connector-none-marker-icon.cjs +38 -0
- package/dist/cjs/connector-open-arrow-marker-icon.cjs +38 -0
- package/dist/cjs/connector-rounded-elbow-icon.cjs +38 -0
- package/dist/cjs/connector-swap-markers-icon.cjs +64 -0
- package/dist/cjs/connector-x-marker-icon.cjs +38 -0
- package/dist/cjs/data-flow-circle-icon.cjs +39 -0
- package/dist/cjs/data-flow-data-storage1-icon.cjs +39 -0
- package/dist/cjs/data-flow-data-storage2-icon.cjs +39 -0
- package/dist/cjs/data-flow-data-storage3-icon.cjs +50 -0
- package/dist/cjs/data-flow-rounded-rectangle-icon.cjs +41 -0
- package/dist/cjs/data-flow-rounded-square-icon.cjs +41 -0
- package/dist/cjs/entity-relationship-entity-icon.cjs +38 -0
- package/dist/cjs/entity-relationship-field-type-icon.cjs +38 -0
- package/dist/cjs/entity-relationship-full-icon.cjs +38 -0
- package/dist/cjs/entity-relationship-key-field-icon.cjs +38 -0
- package/dist/cjs/index.cjs +406 -0
- package/dist/cjs/line-dashed-none-icon.cjs +38 -0
- package/dist/cjs/line-double-open-arrow-icon.cjs +41 -0
- package/dist/cjs/line-none-icon.cjs +37 -0
- package/dist/cjs/line-open-arrow-icon.cjs +35 -0
- package/dist/cjs/sequence-activation-bar-icon.cjs +40 -0
- package/dist/cjs/sequence-actor-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-alternative-fragment-icon.cjs +47 -0
- package/dist/cjs/sequence-boundary-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-collection-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-control-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-direct-access-storage-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-entity-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-fragment-icon.cjs +38 -0
- package/dist/cjs/sequence-magnetic-disk-lifeline-icon.cjs +47 -0
- package/dist/cjs/sequence-object-lifeline-icon.cjs +47 -0
- package/dist/cjs/status-diagram-final-state-icon.cjs +52 -0
- package/dist/cjs/status-diagram-initial-state-icon.cjs +38 -0
- package/dist/cjs/status-diagram-state-bar-icon.cjs +40 -0
- package/dist/esm/class-diagram-class-icon.d.ts +3 -0
- package/dist/esm/class-diagram-class-icon.js +33 -0
- package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.js +45 -0
- package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.js +44 -0
- package/dist/esm/class-diagram-filled-arrow-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-filled-arrow-connector-icon.js +33 -0
- package/dist/esm/class-diagram-filled-diamond-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-filled-diamond-connector-icon.js +31 -0
- package/dist/esm/class-diagram-hollow-diamond-connector-icon.d.ts +3 -0
- package/dist/esm/class-diagram-hollow-diamond-connector-icon.js +33 -0
- package/dist/esm/class-diagram-interface-icon.d.ts +3 -0
- package/dist/esm/class-diagram-interface-icon.js +33 -0
- package/dist/esm/component-diagram-assembly-connector-icon.d.ts +3 -0
- package/dist/esm/component-diagram-assembly-connector-icon.js +42 -0
- package/dist/esm/component-diagram-component-box-icon.d.ts +3 -0
- package/dist/esm/component-diagram-component-box-icon.js +42 -0
- package/dist/esm/component-diagram-component-icon.d.ts +3 -0
- package/dist/esm/component-diagram-component-icon.js +33 -0
- package/dist/esm/component-diagram-provided-interface-icon.d.ts +3 -0
- package/dist/esm/component-diagram-provided-interface-icon.js +33 -0
- package/dist/esm/component-diagram-required-interface-icon.d.ts +3 -0
- package/dist/esm/component-diagram-required-interface-icon.js +31 -0
- package/dist/esm/conditional-color-icon.d.ts +3 -0
- package/dist/esm/conditional-color-icon.js +45 -0
- package/dist/esm/connector-bar-crows-foot-marker-icon.d.ts +3 -0
- package/dist/esm/connector-bar-crows-foot-marker-icon.js +33 -0
- package/dist/esm/connector-bar-marker-icon.d.ts +3 -0
- package/dist/esm/connector-bar-marker-icon.js +33 -0
- package/dist/esm/connector-circle-bar-marker-icon.d.ts +3 -0
- package/dist/esm/connector-circle-bar-marker-icon.js +33 -0
- package/dist/esm/connector-circle-crows-foot-marker-icon.d.ts +3 -0
- package/dist/esm/connector-circle-crows-foot-marker-icon.js +33 -0
- package/dist/esm/connector-circle-marker-icon.d.ts +3 -0
- package/dist/esm/connector-circle-marker-icon.js +33 -0
- package/dist/esm/connector-cross-marker-icon.d.ts +3 -0
- package/dist/esm/connector-cross-marker-icon.js +33 -0
- package/dist/esm/connector-crows-foot-marker-icon.d.ts +3 -0
- package/dist/esm/connector-crows-foot-marker-icon.js +33 -0
- package/dist/esm/connector-filled-arrow-marker-icon.d.ts +3 -0
- package/dist/esm/connector-filled-arrow-marker-icon.js +33 -0
- package/dist/esm/connector-filled-circle-marker-icon.d.ts +3 -0
- package/dist/esm/connector-filled-circle-marker-icon.js +33 -0
- package/dist/esm/connector-filled-diamond-marker-icon.d.ts +3 -0
- package/dist/esm/connector-filled-diamond-marker-icon.js +33 -0
- package/dist/esm/connector-hollow-diamond-marker-icon.d.ts +3 -0
- package/dist/esm/connector-hollow-diamond-marker-icon.js +33 -0
- package/dist/esm/connector-hollow-triangle-marker-icon.d.ts +3 -0
- package/dist/esm/connector-hollow-triangle-marker-icon.js +33 -0
- package/dist/esm/connector-none-marker-icon.d.ts +3 -0
- package/dist/esm/connector-none-marker-icon.js +33 -0
- package/dist/esm/connector-open-arrow-marker-icon.d.ts +3 -0
- package/dist/esm/connector-open-arrow-marker-icon.js +33 -0
- package/dist/esm/connector-rounded-elbow-icon.d.ts +3 -0
- package/dist/esm/connector-rounded-elbow-icon.js +33 -0
- package/dist/esm/connector-swap-markers-icon.d.ts +3 -0
- package/dist/esm/connector-swap-markers-icon.js +59 -0
- package/dist/esm/connector-x-marker-icon.d.ts +3 -0
- package/dist/esm/connector-x-marker-icon.js +33 -0
- package/dist/esm/data-flow-circle-icon.d.ts +3 -0
- package/dist/esm/data-flow-circle-icon.js +34 -0
- package/dist/esm/data-flow-data-storage1-icon.d.ts +3 -0
- package/dist/esm/data-flow-data-storage1-icon.js +34 -0
- package/dist/esm/data-flow-data-storage2-icon.d.ts +3 -0
- package/dist/esm/data-flow-data-storage2-icon.js +34 -0
- package/dist/esm/data-flow-data-storage3-icon.d.ts +3 -0
- package/dist/esm/data-flow-data-storage3-icon.js +45 -0
- package/dist/esm/data-flow-rounded-rectangle-icon.d.ts +3 -0
- package/dist/esm/data-flow-rounded-rectangle-icon.js +36 -0
- package/dist/esm/data-flow-rounded-square-icon.d.ts +3 -0
- package/dist/esm/data-flow-rounded-square-icon.js +36 -0
- package/dist/esm/entity-relationship-entity-icon.d.ts +3 -0
- package/dist/esm/entity-relationship-entity-icon.js +33 -0
- package/dist/esm/entity-relationship-field-type-icon.d.ts +3 -0
- package/dist/esm/entity-relationship-field-type-icon.js +33 -0
- package/dist/esm/entity-relationship-full-icon.d.ts +3 -0
- package/dist/esm/entity-relationship-full-icon.js +33 -0
- package/dist/esm/entity-relationship-key-field-icon.d.ts +3 -0
- package/dist/esm/entity-relationship-key-field-icon.js +33 -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 +3 -0
- package/dist/esm/line-dashed-none-icon.js +33 -0
- package/dist/esm/line-double-open-arrow-icon.d.ts +3 -0
- package/dist/esm/line-double-open-arrow-icon.js +36 -0
- package/dist/esm/line-none-icon.d.ts +3 -0
- package/dist/esm/line-none-icon.js +32 -0
- package/dist/esm/line-open-arrow-icon.d.ts +3 -0
- package/dist/esm/line-open-arrow-icon.js +30 -0
- package/dist/esm/sequence-activation-bar-icon.d.ts +3 -0
- package/dist/esm/sequence-activation-bar-icon.js +35 -0
- package/dist/esm/sequence-actor-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-actor-lifeline-icon.js +42 -0
- package/dist/esm/sequence-alternative-fragment-icon.d.ts +3 -0
- package/dist/esm/sequence-alternative-fragment-icon.js +42 -0
- package/dist/esm/sequence-boundary-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-boundary-lifeline-icon.js +42 -0
- package/dist/esm/sequence-collection-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-collection-lifeline-icon.js +42 -0
- package/dist/esm/sequence-control-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-control-lifeline-icon.js +42 -0
- package/dist/esm/sequence-direct-access-storage-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-direct-access-storage-lifeline-icon.js +42 -0
- package/dist/esm/sequence-entity-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-entity-lifeline-icon.js +42 -0
- package/dist/esm/sequence-fragment-icon.d.ts +3 -0
- package/dist/esm/sequence-fragment-icon.js +33 -0
- package/dist/esm/sequence-magnetic-disk-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-magnetic-disk-lifeline-icon.js +42 -0
- package/dist/esm/sequence-object-lifeline-icon.d.ts +3 -0
- package/dist/esm/sequence-object-lifeline-icon.js +42 -0
- package/dist/esm/status-diagram-final-state-icon.d.ts +3 -0
- package/dist/esm/status-diagram-final-state-icon.js +47 -0
- package/dist/esm/status-diagram-initial-state-icon.d.ts +3 -0
- package/dist/esm/status-diagram-initial-state-icon.js +33 -0
- package/dist/esm/status-diagram-state-bar-icon.d.ts +3 -0
- package/dist/esm/status-diagram-state-bar-icon.js +35 -0
- package/package.json +2 -2
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-circle-bar-marker-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": "currentColor",
|
|
17
|
+
"d": "M7.75 8a.75.75 0 1 0-1.5 0v3.25H5a.75.75 0 0 0 0 1.5h1.25V16a.75.75 0 0 0 1.5 0v-3.25h1.576a3.751 3.751 0 0 0 7.35 0H19a.75.75 0 1 0 0-1.5h-2.325a3.751 3.751 0 0 0-7.35 0H7.75zm3 4a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorCircleBarMarkerIcon = forwardRef(function ConnectorCircleBarMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-circle-bar-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorCircleBarMarkerIcon.displayName = "ConnectorCircleBarMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorCircleBarMarkerIcon, ConnectorCircleBarMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-circle-crows-foot-marker-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": "currentColor",
|
|
17
|
+
"d": "M10.75 11.99a2.25 2.25 0 1 1 0 .02v-.02m-1.26-1.31a3.751 3.751 0 0 1 7.186.57H19a.75.75 0 0 1 0 1.5h-2.325a3.751 3.751 0 0 1-7.186.57L6.45 15.6a.75.75 0 1 1-.9-1.2l2.2-1.65H6.002a.75.75 0 0 1 0-1.5h1.75L5.55 9.6a.75.75 0 1 1 .9-1.2z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorCircleCrowsFootMarkerIcon = forwardRef(function ConnectorCircleCrowsFootMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-circle-crows-foot-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorCircleCrowsFootMarkerIcon.displayName = "ConnectorCircleCrowsFootMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorCircleCrowsFootMarkerIcon, ConnectorCircleCrowsFootMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-circle-marker-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": "currentColor",
|
|
17
|
+
"d": "M10.5 12a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m1.43.75A4.001 4.001 0 0 1 4 12a4 4 0 0 1 7.93-.75H19a.75.75 0 0 1 0 1.5z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorCircleMarkerIcon = forwardRef(function ConnectorCircleMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-circle-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorCircleMarkerIcon.displayName = "ConnectorCircleMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorCircleMarkerIcon, ConnectorCircleMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-cross-marker-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": "currentColor",
|
|
17
|
+
"d": "M10.751 8a.75.75 0 1 0-1.5 0v3.25h-4.25a.75.75 0 0 0 0 1.5h4.25V16a.75.75 0 1 0 1.5 0v-3.25h8.25a.75.75 0 1 0 0-1.5h-8.25z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorCrossMarkerIcon = forwardRef(function ConnectorCrossMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-cross-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorCrossMarkerIcon.displayName = "ConnectorCrossMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorCrossMarkerIcon, ConnectorCrossMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-crows-foot-marker-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": "currentColor",
|
|
17
|
+
"d": "M6.45 8.4a.75.75 0 0 0-.9 1.2l2.2 1.65H5.002a.75.75 0 0 0 0 1.5h2.75l-2.2 1.65a.75.75 0 0 0 .9 1.2l3.8-2.85H19a.75.75 0 1 0 0-1.5h-8.75z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorCrowsFootMarkerIcon = forwardRef(function ConnectorCrowsFootMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-crows-foot-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorCrowsFootMarkerIcon.displayName = "ConnectorCrowsFootMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorCrowsFootMarkerIcon, ConnectorCrowsFootMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-filled-arrow-marker-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": "currentColor",
|
|
17
|
+
"d": "M4.406 12.31a.357.357 0 0 1 0-.62l6.309-3.642a.357.357 0 0 1 .535.31v2.892h8a.75.75 0 0 1 0 1.5h-8v2.893a.357.357 0 0 1-.535.309z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorFilledArrowMarkerIcon = forwardRef(function ConnectorFilledArrowMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-filled-arrow-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorFilledArrowMarkerIcon.displayName = "ConnectorFilledArrowMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorFilledArrowMarkerIcon, ConnectorFilledArrowMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-filled-circle-marker-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": "currentColor",
|
|
17
|
+
"d": "M11.93 11.25h7.32a.75.75 0 0 1 0 1.5h-7.32A4.001 4.001 0 0 1 4 12a4 4 0 0 1 7.93-.75",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorFilledCircleMarkerIcon = forwardRef(function ConnectorFilledCircleMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-filled-circle-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorFilledCircleMarkerIcon.displayName = "ConnectorFilledCircleMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorFilledCircleMarkerIcon, ConnectorFilledCircleMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-filled-diamond-marker-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": "currentColor",
|
|
17
|
+
"d": "M11.875 11.25 8.5 9 4 12l4.5 3 3.375-2.25h7.043a.75.75 0 1 0 0-1.5z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorFilledDiamondMarkerIcon = forwardRef(function ConnectorFilledDiamondMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-filled-diamond-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorFilledDiamondMarkerIcon.displayName = "ConnectorFilledDiamondMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorFilledDiamondMarkerIcon, ConnectorFilledDiamondMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-hollow-diamond-marker-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": "currentColor",
|
|
17
|
+
"d": "M6.704 12 8.5 10.803 10.296 12 8.5 13.197zM8.5 9l3.148 2.099.227.151H19a.75.75 0 0 1 0 1.5h-7.125l-.227.151L8.5 15l-3.148-2.099L4 12l1.352-.901z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorHollowDiamondMarkerIcon = forwardRef(function ConnectorHollowDiamondMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-hollow-diamond-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorHollowDiamondMarkerIcon.displayName = "ConnectorHollowDiamondMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorHollowDiamondMarkerIcon, ConnectorHollowDiamondMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-hollow-triangle-marker-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": "currentColor",
|
|
17
|
+
"d": "m5.12 11.134-.023.014-.406.234-.535.309a.357.357 0 0 0 0 .618l.535.31.406.233.023.014 4.38 2.529.023.013.406.235.536.309a.357.357 0 0 0 .535-.31V12.75h8.25a.75.75 0 0 0 0-1.5H11V8.357a.357.357 0 0 0-.535-.309l-.536.31-.406.234-.023.013zM9.5 12v1.663L6.62 12l2.88-1.663z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorHollowTriangleMarkerIcon = forwardRef(function ConnectorHollowTriangleMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-hollow-triangle-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorHollowTriangleMarkerIcon.displayName = "ConnectorHollowTriangleMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorHollowTriangleMarkerIcon, ConnectorHollowTriangleMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-none-marker-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": "M4 12h16",
|
|
18
|
+
"transform": "scale(.83333)",
|
|
19
|
+
"strokeLinecap": "round",
|
|
20
|
+
"strokeWidth": 1.5
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorNoneMarkerIcon = forwardRef(function ConnectorNoneMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-none-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorNoneMarkerIcon.displayName = "ConnectorNoneMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorNoneMarkerIcon, ConnectorNoneMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-open-arrow-marker-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": "currentColor",
|
|
17
|
+
"d": "M6.419 12.75H19.25a.75.75 0 0 0 0-1.5H6.06l3.9-3.899a.75.75 0 0 0-1.061-1.06l-4.94 4.94-.028.03-.032.03a.75.75 0 0 0 0 1.06l4.94 4.94a.75.75 0 0 0 1.06-1.061z",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorOpenArrowMarkerIcon = forwardRef(function ConnectorOpenArrowMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-open-arrow-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorOpenArrowMarkerIcon.displayName = "ConnectorOpenArrowMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorOpenArrowMarkerIcon, ConnectorOpenArrowMarkerIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-rounded-elbow-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": "currentColor",
|
|
17
|
+
"d": "M14.25 8.025a1.1 1.1 0 0 0-1.1 1.1v5.75a2.9 2.9 0 0 1-2.9 2.9H5.16a.9.9 0 0 1 0-1.8h5.09a1.1 1.1 0 0 0 1.1-1.1v-5.75a2.9 2.9 0 0 1 2.9-2.9h5.09a.9.9 0 1 1 0 1.8z",
|
|
18
|
+
"transform": "scale(.83333) translate(-2.16 -2.16)scale(1.18)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorRoundedElbowIcon = forwardRef(function ConnectorRoundedElbowIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-rounded-elbow-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorRoundedElbowIcon.displayName = "ConnectorRoundedElbowIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorRoundedElbowIcon, ConnectorRoundedElbowIcon as default };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-swap-markers-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": "M3.73 4.009c-1.372.828-2.502 1.778-2.502 4.194 0 2.69 2.436 4.25 4.467 4.25h3.787",
|
|
19
|
+
"transform": "translate(2 2)",
|
|
20
|
+
"strokeWidth": 1.5
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"tag": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"fill": "currentColor",
|
|
27
|
+
"d": "M11.102 12.146a.36.36 0 0 1 0 .543l-1.825 1.588a.36.36 0 0 1-.597-.271v-3.177a.36.36 0 0 1 .597-.272z",
|
|
28
|
+
"transform": "translate(2 2)"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"tag": "path",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"stroke": "currentColor",
|
|
35
|
+
"d": "M12.182 12.017c1.374-.829 2.503-1.78 2.503-4.195 0-2.69-2.436-4.25-4.467-4.25H6.43",
|
|
36
|
+
"transform": "translate(2 2)",
|
|
37
|
+
"strokeWidth": 1.5
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"tag": "path",
|
|
42
|
+
"attrs": {
|
|
43
|
+
"fill": "currentColor",
|
|
44
|
+
"d": "M4.81 3.88a.36.36 0 0 1 0-.544l1.826-1.588a.36.36 0 0 1 .597.272v3.176a.36.36 0 0 1-.597.272z",
|
|
45
|
+
"transform": "translate(2 2)"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
};
|
|
50
|
+
const ConnectorSwapMarkersIcon = forwardRef(function ConnectorSwapMarkersIcon(props, ref) {
|
|
51
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
52
|
+
id: "connector-swap-markers-icon",
|
|
53
|
+
ref,
|
|
54
|
+
icon: element
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
ConnectorSwapMarkersIcon.displayName = "ConnectorSwapMarkersIcon";
|
|
58
|
+
//#endregion
|
|
59
|
+
export { ConnectorSwapMarkersIcon, ConnectorSwapMarkersIcon as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/connector-x-marker-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": "currentColor",
|
|
17
|
+
"d": "M5.642 15.359a.75.75 0 0 1 0-1.061L7.19 12.75H5a.75.75 0 0 1 0-1.5h2.19L5.642 9.702a.75.75 0 0 1 1.06-1.06l2.299 2.297 2.298-2.298a.75.75 0 0 1 1.06 1.06l-1.547 1.549H19a.75.75 0 0 1 0 1.5h-8.188l1.548 1.548a.75.75 0 0 1-1.061 1.06L9.001 13.06 6.703 15.36a.75.75 0 0 1-1.06 0",
|
|
18
|
+
"transform": "scale(.83333) rotate(180 12 12)",
|
|
19
|
+
"fillRule": "evenodd",
|
|
20
|
+
"clipRule": "evenodd"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ConnectorXMarkerIcon = forwardRef(function ConnectorXMarkerIcon(props, ref) {
|
|
25
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
26
|
+
id: "connector-x-marker-icon",
|
|
27
|
+
ref,
|
|
28
|
+
icon: element
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
ConnectorXMarkerIcon.displayName = "ConnectorXMarkerIcon";
|
|
32
|
+
//#endregion
|
|
33
|
+
export { ConnectorXMarkerIcon, ConnectorXMarkerIcon as default };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/data-flow-circle-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": "circle",
|
|
15
|
+
"attrs": {
|
|
16
|
+
"cx": 12,
|
|
17
|
+
"cy": 12,
|
|
18
|
+
"r": 6,
|
|
19
|
+
"stroke": "currentColor",
|
|
20
|
+
"transform": "scale(.83333)",
|
|
21
|
+
"strokeWidth": 2
|
|
22
|
+
}
|
|
23
|
+
}]
|
|
24
|
+
};
|
|
25
|
+
const DataFlowCircleIcon = forwardRef(function DataFlowCircleIcon(props, ref) {
|
|
26
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
27
|
+
id: "data-flow-circle-icon",
|
|
28
|
+
ref,
|
|
29
|
+
icon: element
|
|
30
|
+
}));
|
|
31
|
+
});
|
|
32
|
+
DataFlowCircleIcon.displayName = "DataFlowCircleIcon";
|
|
33
|
+
//#endregion
|
|
34
|
+
export { DataFlowCircleIcon, DataFlowCircleIcon as default };
|