@univerjs/icons 1.16.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 (221) hide show
  1. package/dist/cjs/ai-assistant-multi-icon.cjs +87 -0
  2. package/dist/cjs/class-diagram-class-icon.cjs +38 -0
  3. package/dist/cjs/class-diagram-dashed-filled-arrow-connector-icon.cjs +50 -0
  4. package/dist/cjs/class-diagram-dashed-open-arrow-connector-icon.cjs +49 -0
  5. package/dist/cjs/class-diagram-filled-arrow-connector-icon.cjs +38 -0
  6. package/dist/cjs/class-diagram-filled-diamond-connector-icon.cjs +36 -0
  7. package/dist/cjs/class-diagram-hollow-diamond-connector-icon.cjs +38 -0
  8. package/dist/cjs/class-diagram-interface-icon.cjs +38 -0
  9. package/dist/cjs/component-diagram-assembly-connector-icon.cjs +47 -0
  10. package/dist/cjs/component-diagram-component-box-icon.cjs +47 -0
  11. package/dist/cjs/component-diagram-component-icon.cjs +38 -0
  12. package/dist/cjs/component-diagram-provided-interface-icon.cjs +38 -0
  13. package/dist/cjs/component-diagram-required-interface-icon.cjs +36 -0
  14. package/dist/cjs/conditional-color-icon.cjs +50 -0
  15. package/dist/cjs/configure-tab-icon.cjs +49 -0
  16. package/dist/cjs/connector-bar-crows-foot-marker-icon.cjs +38 -0
  17. package/dist/cjs/connector-bar-marker-icon.cjs +38 -0
  18. package/dist/cjs/connector-circle-bar-marker-icon.cjs +38 -0
  19. package/dist/cjs/connector-circle-crows-foot-marker-icon.cjs +38 -0
  20. package/dist/cjs/connector-circle-marker-icon.cjs +38 -0
  21. package/dist/cjs/connector-cross-marker-icon.cjs +38 -0
  22. package/dist/cjs/connector-crows-foot-marker-icon.cjs +38 -0
  23. package/dist/cjs/connector-filled-arrow-marker-icon.cjs +38 -0
  24. package/dist/cjs/connector-filled-circle-marker-icon.cjs +38 -0
  25. package/dist/cjs/connector-filled-diamond-marker-icon.cjs +38 -0
  26. package/dist/cjs/connector-hollow-diamond-marker-icon.cjs +38 -0
  27. package/dist/cjs/connector-hollow-triangle-marker-icon.cjs +38 -0
  28. package/dist/cjs/connector-none-marker-icon.cjs +38 -0
  29. package/dist/cjs/connector-open-arrow-marker-icon.cjs +38 -0
  30. package/dist/cjs/connector-rounded-elbow-icon.cjs +38 -0
  31. package/dist/cjs/connector-swap-markers-icon.cjs +64 -0
  32. package/dist/cjs/connector-x-marker-icon.cjs +38 -0
  33. package/dist/cjs/data-flow-circle-icon.cjs +39 -0
  34. package/dist/cjs/data-flow-data-storage1-icon.cjs +39 -0
  35. package/dist/cjs/data-flow-data-storage2-icon.cjs +39 -0
  36. package/dist/cjs/data-flow-data-storage3-icon.cjs +50 -0
  37. package/dist/cjs/data-flow-rounded-rectangle-icon.cjs +41 -0
  38. package/dist/cjs/data-flow-rounded-square-icon.cjs +41 -0
  39. package/dist/cjs/entity-relationship-entity-icon.cjs +38 -0
  40. package/dist/cjs/entity-relationship-field-type-icon.cjs +38 -0
  41. package/dist/cjs/entity-relationship-full-icon.cjs +38 -0
  42. package/dist/cjs/entity-relationship-key-field-icon.cjs +38 -0
  43. package/dist/cjs/first-tab-icon.cjs +60 -0
  44. package/dist/cjs/index.cjs +500 -3
  45. package/dist/cjs/line-dashed-none-icon.cjs +38 -0
  46. package/dist/cjs/line-double-open-arrow-icon.cjs +41 -0
  47. package/dist/cjs/{dropdown-icon.cjs → line-none-icon.cjs} +11 -9
  48. package/dist/cjs/line-open-arrow-icon.cjs +35 -0
  49. package/dist/cjs/locate-fixed-icon.cjs +58 -0
  50. package/dist/cjs/quick-add-icon.cjs +38 -0
  51. package/dist/cjs/row-height-extra-tall-icon.cjs +70 -0
  52. package/dist/cjs/row-height-medium-icon.cjs +81 -0
  53. package/dist/cjs/row-height-short-icon.cjs +92 -0
  54. package/dist/cjs/row-height-tall-icon.cjs +81 -0
  55. package/dist/cjs/sequence-activation-bar-icon.cjs +40 -0
  56. package/dist/cjs/sequence-actor-lifeline-icon.cjs +47 -0
  57. package/dist/cjs/sequence-alternative-fragment-icon.cjs +47 -0
  58. package/dist/cjs/sequence-boundary-lifeline-icon.cjs +47 -0
  59. package/dist/cjs/sequence-collection-lifeline-icon.cjs +47 -0
  60. package/dist/cjs/sequence-control-lifeline-icon.cjs +47 -0
  61. package/dist/cjs/sequence-direct-access-storage-lifeline-icon.cjs +47 -0
  62. package/dist/cjs/sequence-entity-lifeline-icon.cjs +47 -0
  63. package/dist/cjs/sequence-fragment-icon.cjs +38 -0
  64. package/dist/cjs/sequence-magnetic-disk-lifeline-icon.cjs +47 -0
  65. package/dist/cjs/sequence-object-lifeline-icon.cjs +47 -0
  66. package/dist/cjs/status-diagram-final-state-icon.cjs +52 -0
  67. package/dist/cjs/status-diagram-initial-state-icon.cjs +38 -0
  68. package/dist/cjs/status-diagram-state-bar-icon.cjs +40 -0
  69. package/dist/cjs/table-border-style-dashed-icon.cjs +38 -0
  70. package/dist/cjs/table-border-style-dotted-icon.cjs +38 -0
  71. package/dist/cjs/table-border-style-icon.cjs +61 -0
  72. package/dist/cjs/table-border-style-solid-icon.cjs +37 -0
  73. package/dist/cjs/table-border-width-icon.cjs +69 -0
  74. package/dist/esm/ai-assistant-multi-icon.d.ts +3 -0
  75. package/dist/esm/ai-assistant-multi-icon.js +82 -0
  76. package/dist/esm/class-diagram-class-icon.d.ts +3 -0
  77. package/dist/esm/class-diagram-class-icon.js +33 -0
  78. package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.d.ts +3 -0
  79. package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.js +45 -0
  80. package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.d.ts +3 -0
  81. package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.js +44 -0
  82. package/dist/esm/class-diagram-filled-arrow-connector-icon.d.ts +3 -0
  83. package/dist/esm/class-diagram-filled-arrow-connector-icon.js +33 -0
  84. package/dist/esm/class-diagram-filled-diamond-connector-icon.d.ts +3 -0
  85. package/dist/esm/class-diagram-filled-diamond-connector-icon.js +31 -0
  86. package/dist/esm/class-diagram-hollow-diamond-connector-icon.d.ts +3 -0
  87. package/dist/esm/class-diagram-hollow-diamond-connector-icon.js +33 -0
  88. package/dist/esm/class-diagram-interface-icon.d.ts +3 -0
  89. package/dist/esm/class-diagram-interface-icon.js +33 -0
  90. package/dist/esm/component-diagram-assembly-connector-icon.d.ts +3 -0
  91. package/dist/esm/component-diagram-assembly-connector-icon.js +42 -0
  92. package/dist/esm/component-diagram-component-box-icon.d.ts +3 -0
  93. package/dist/esm/component-diagram-component-box-icon.js +42 -0
  94. package/dist/esm/component-diagram-component-icon.d.ts +3 -0
  95. package/dist/esm/component-diagram-component-icon.js +33 -0
  96. package/dist/esm/component-diagram-provided-interface-icon.d.ts +3 -0
  97. package/dist/esm/component-diagram-provided-interface-icon.js +33 -0
  98. package/dist/esm/component-diagram-required-interface-icon.d.ts +3 -0
  99. package/dist/esm/component-diagram-required-interface-icon.js +31 -0
  100. package/dist/esm/conditional-color-icon.d.ts +3 -0
  101. package/dist/esm/conditional-color-icon.js +45 -0
  102. package/dist/esm/configure-tab-icon.d.ts +3 -0
  103. package/dist/esm/configure-tab-icon.js +44 -0
  104. package/dist/esm/connector-bar-crows-foot-marker-icon.d.ts +3 -0
  105. package/dist/esm/connector-bar-crows-foot-marker-icon.js +33 -0
  106. package/dist/esm/connector-bar-marker-icon.d.ts +3 -0
  107. package/dist/esm/connector-bar-marker-icon.js +33 -0
  108. package/dist/esm/connector-circle-bar-marker-icon.d.ts +3 -0
  109. package/dist/esm/connector-circle-bar-marker-icon.js +33 -0
  110. package/dist/esm/connector-circle-crows-foot-marker-icon.d.ts +3 -0
  111. package/dist/esm/connector-circle-crows-foot-marker-icon.js +33 -0
  112. package/dist/esm/connector-circle-marker-icon.d.ts +3 -0
  113. package/dist/esm/connector-circle-marker-icon.js +33 -0
  114. package/dist/esm/connector-cross-marker-icon.d.ts +3 -0
  115. package/dist/esm/connector-cross-marker-icon.js +33 -0
  116. package/dist/esm/connector-crows-foot-marker-icon.d.ts +3 -0
  117. package/dist/esm/connector-crows-foot-marker-icon.js +33 -0
  118. package/dist/esm/connector-filled-arrow-marker-icon.d.ts +3 -0
  119. package/dist/esm/connector-filled-arrow-marker-icon.js +33 -0
  120. package/dist/esm/connector-filled-circle-marker-icon.d.ts +3 -0
  121. package/dist/esm/connector-filled-circle-marker-icon.js +33 -0
  122. package/dist/esm/connector-filled-diamond-marker-icon.d.ts +3 -0
  123. package/dist/esm/connector-filled-diamond-marker-icon.js +33 -0
  124. package/dist/esm/connector-hollow-diamond-marker-icon.d.ts +3 -0
  125. package/dist/esm/connector-hollow-diamond-marker-icon.js +33 -0
  126. package/dist/esm/connector-hollow-triangle-marker-icon.d.ts +3 -0
  127. package/dist/esm/connector-hollow-triangle-marker-icon.js +33 -0
  128. package/dist/esm/connector-none-marker-icon.d.ts +3 -0
  129. package/dist/esm/connector-none-marker-icon.js +33 -0
  130. package/dist/esm/connector-open-arrow-marker-icon.d.ts +3 -0
  131. package/dist/esm/connector-open-arrow-marker-icon.js +33 -0
  132. package/dist/esm/connector-rounded-elbow-icon.d.ts +3 -0
  133. package/dist/esm/connector-rounded-elbow-icon.js +33 -0
  134. package/dist/esm/connector-swap-markers-icon.d.ts +3 -0
  135. package/dist/esm/connector-swap-markers-icon.js +59 -0
  136. package/dist/esm/connector-x-marker-icon.d.ts +3 -0
  137. package/dist/esm/connector-x-marker-icon.js +33 -0
  138. package/dist/esm/data-flow-circle-icon.d.ts +3 -0
  139. package/dist/esm/data-flow-circle-icon.js +34 -0
  140. package/dist/esm/data-flow-data-storage1-icon.d.ts +3 -0
  141. package/dist/esm/data-flow-data-storage1-icon.js +34 -0
  142. package/dist/esm/data-flow-data-storage2-icon.d.ts +3 -0
  143. package/dist/esm/data-flow-data-storage2-icon.js +34 -0
  144. package/dist/esm/data-flow-data-storage3-icon.d.ts +3 -0
  145. package/dist/esm/data-flow-data-storage3-icon.js +45 -0
  146. package/dist/esm/data-flow-rounded-rectangle-icon.d.ts +3 -0
  147. package/dist/esm/data-flow-rounded-rectangle-icon.js +36 -0
  148. package/dist/esm/data-flow-rounded-square-icon.d.ts +3 -0
  149. package/dist/esm/data-flow-rounded-square-icon.js +36 -0
  150. package/dist/esm/entity-relationship-entity-icon.d.ts +3 -0
  151. package/dist/esm/entity-relationship-entity-icon.js +33 -0
  152. package/dist/esm/entity-relationship-field-type-icon.d.ts +3 -0
  153. package/dist/esm/entity-relationship-field-type-icon.js +33 -0
  154. package/dist/esm/entity-relationship-full-icon.d.ts +3 -0
  155. package/dist/esm/entity-relationship-full-icon.js +33 -0
  156. package/dist/esm/entity-relationship-key-field-icon.d.ts +3 -0
  157. package/dist/esm/entity-relationship-key-field-icon.js +33 -0
  158. package/dist/esm/{dropdown-icon.d.ts → first-tab-icon.d.ts} +2 -2
  159. package/dist/esm/first-tab-icon.js +55 -0
  160. package/dist/esm/index.d.ts +72 -1
  161. package/dist/esm/index.js +73 -2
  162. package/dist/esm/line-dashed-none-icon.d.ts +3 -0
  163. package/dist/esm/line-dashed-none-icon.js +33 -0
  164. package/dist/esm/line-double-open-arrow-icon.d.ts +3 -0
  165. package/dist/esm/line-double-open-arrow-icon.js +36 -0
  166. package/dist/esm/line-none-icon.d.ts +3 -0
  167. package/dist/esm/line-none-icon.js +32 -0
  168. package/dist/esm/line-open-arrow-icon.d.ts +3 -0
  169. package/dist/esm/line-open-arrow-icon.js +30 -0
  170. package/dist/esm/locate-fixed-icon.d.ts +3 -0
  171. package/dist/esm/locate-fixed-icon.js +53 -0
  172. package/dist/esm/quick-add-icon.d.ts +3 -0
  173. package/dist/esm/quick-add-icon.js +33 -0
  174. package/dist/esm/row-height-extra-tall-icon.d.ts +3 -0
  175. package/dist/esm/row-height-extra-tall-icon.js +65 -0
  176. package/dist/esm/row-height-medium-icon.d.ts +3 -0
  177. package/dist/esm/row-height-medium-icon.js +76 -0
  178. package/dist/esm/row-height-short-icon.d.ts +3 -0
  179. package/dist/esm/row-height-short-icon.js +87 -0
  180. package/dist/esm/row-height-tall-icon.d.ts +3 -0
  181. package/dist/esm/row-height-tall-icon.js +76 -0
  182. package/dist/esm/sequence-activation-bar-icon.d.ts +3 -0
  183. package/dist/esm/sequence-activation-bar-icon.js +35 -0
  184. package/dist/esm/sequence-actor-lifeline-icon.d.ts +3 -0
  185. package/dist/esm/sequence-actor-lifeline-icon.js +42 -0
  186. package/dist/esm/sequence-alternative-fragment-icon.d.ts +3 -0
  187. package/dist/esm/sequence-alternative-fragment-icon.js +42 -0
  188. package/dist/esm/sequence-boundary-lifeline-icon.d.ts +3 -0
  189. package/dist/esm/sequence-boundary-lifeline-icon.js +42 -0
  190. package/dist/esm/sequence-collection-lifeline-icon.d.ts +3 -0
  191. package/dist/esm/sequence-collection-lifeline-icon.js +42 -0
  192. package/dist/esm/sequence-control-lifeline-icon.d.ts +3 -0
  193. package/dist/esm/sequence-control-lifeline-icon.js +42 -0
  194. package/dist/esm/sequence-direct-access-storage-lifeline-icon.d.ts +3 -0
  195. package/dist/esm/sequence-direct-access-storage-lifeline-icon.js +42 -0
  196. package/dist/esm/sequence-entity-lifeline-icon.d.ts +3 -0
  197. package/dist/esm/sequence-entity-lifeline-icon.js +42 -0
  198. package/dist/esm/sequence-fragment-icon.d.ts +3 -0
  199. package/dist/esm/sequence-fragment-icon.js +33 -0
  200. package/dist/esm/sequence-magnetic-disk-lifeline-icon.d.ts +3 -0
  201. package/dist/esm/sequence-magnetic-disk-lifeline-icon.js +42 -0
  202. package/dist/esm/sequence-object-lifeline-icon.d.ts +3 -0
  203. package/dist/esm/sequence-object-lifeline-icon.js +42 -0
  204. package/dist/esm/status-diagram-final-state-icon.d.ts +3 -0
  205. package/dist/esm/status-diagram-final-state-icon.js +47 -0
  206. package/dist/esm/status-diagram-initial-state-icon.d.ts +3 -0
  207. package/dist/esm/status-diagram-initial-state-icon.js +33 -0
  208. package/dist/esm/status-diagram-state-bar-icon.d.ts +3 -0
  209. package/dist/esm/status-diagram-state-bar-icon.js +35 -0
  210. package/dist/esm/table-border-style-dashed-icon.d.ts +3 -0
  211. package/dist/esm/table-border-style-dashed-icon.js +33 -0
  212. package/dist/esm/table-border-style-dotted-icon.d.ts +3 -0
  213. package/dist/esm/table-border-style-dotted-icon.js +33 -0
  214. package/dist/esm/table-border-style-icon.d.ts +3 -0
  215. package/dist/esm/table-border-style-icon.js +56 -0
  216. package/dist/esm/table-border-style-solid-icon.d.ts +3 -0
  217. package/dist/esm/table-border-style-solid-icon.js +32 -0
  218. package/dist/esm/table-border-width-icon.d.ts +3 -0
  219. package/dist/esm/table-border-width-icon.js +64 -0
  220. package/package.json +2 -2
  221. package/dist/esm/dropdown-icon.js +0 -30
@@ -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,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectorNoneMarkerIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectorNoneMarkerIcon;
@@ -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,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectorOpenArrowMarkerIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectorOpenArrowMarkerIcon;
@@ -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,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectorRoundedElbowIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectorRoundedElbowIcon;
@@ -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,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectorSwapMarkersIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectorSwapMarkersIcon;
@@ -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,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectorXMarkerIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectorXMarkerIcon;
@@ -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,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DataFlowCircleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DataFlowCircleIcon;
@@ -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 };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DataFlowDataStorage1Icon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DataFlowDataStorage1Icon;
@@ -0,0 +1,34 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/data-flow-data-storage1-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": "M20 7H7.2A3.2 3.2 0 0 0 4 10.2v3.6A3.2 3.2 0 0 0 7.2 17H20",
18
+ "transform": "scale(.83333)",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 2
22
+ }
23
+ }]
24
+ };
25
+ const DataFlowDataStorage1Icon = forwardRef(function DataFlowDataStorage1Icon(props, ref) {
26
+ return createElement(IconBase, Object.assign({}, props, {
27
+ id: "data-flow-data-storage1-icon",
28
+ ref,
29
+ icon: element
30
+ }));
31
+ });
32
+ DataFlowDataStorage1Icon.displayName = "DataFlowDataStorage1Icon";
33
+ //#endregion
34
+ export { DataFlowDataStorage1Icon, DataFlowDataStorage1Icon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DataFlowDataStorage2Icon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DataFlowDataStorage2Icon;
@@ -0,0 +1,34 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/data-flow-data-storage2-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": "M20 7H7.2A3.2 3.2 0 0 0 4 10.2v3.6A3.2 3.2 0 0 0 7.2 17H20M9 7v10",
18
+ "transform": "scale(.83333)",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 2
22
+ }
23
+ }]
24
+ };
25
+ const DataFlowDataStorage2Icon = forwardRef(function DataFlowDataStorage2Icon(props, ref) {
26
+ return createElement(IconBase, Object.assign({}, props, {
27
+ id: "data-flow-data-storage2-icon",
28
+ ref,
29
+ icon: element
30
+ }));
31
+ });
32
+ DataFlowDataStorage2Icon.displayName = "DataFlowDataStorage2Icon";
33
+ //#endregion
34
+ export { DataFlowDataStorage2Icon, DataFlowDataStorage2Icon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DataFlowDataStorage3Icon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DataFlowDataStorage3Icon;
@@ -0,0 +1,45 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/data-flow-data-storage3-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": "g",
15
+ "attrs": {
16
+ "stroke": "currentColor",
17
+ "strokeLinecap": "round",
18
+ "strokeWidth": 2
19
+ },
20
+ "children": [{
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M4 7h16M4 17h16",
24
+ "transform": "scale(.83333)",
25
+ "strokeLinejoin": "round"
26
+ }
27
+ }, {
28
+ "tag": "path",
29
+ "attrs": {
30
+ "d": "M8 12h.01M12 12h.01M16 12h.01",
31
+ "transform": "scale(.83333)"
32
+ }
33
+ }]
34
+ }]
35
+ };
36
+ const DataFlowDataStorage3Icon = forwardRef(function DataFlowDataStorage3Icon(props, ref) {
37
+ return createElement(IconBase, Object.assign({}, props, {
38
+ id: "data-flow-data-storage3-icon",
39
+ ref,
40
+ icon: element
41
+ }));
42
+ });
43
+ DataFlowDataStorage3Icon.displayName = "DataFlowDataStorage3Icon";
44
+ //#endregion
45
+ export { DataFlowDataStorage3Icon, DataFlowDataStorage3Icon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DataFlowRoundedRectangleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DataFlowRoundedRectangleIcon;
@@ -0,0 +1,36 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/data-flow-rounded-rectangle-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": "rect",
15
+ "attrs": {
16
+ "width": 16,
17
+ "height": 10,
18
+ "x": 4,
19
+ "y": 7,
20
+ "stroke": "currentColor",
21
+ "rx": 3,
22
+ "transform": "scale(.83333)",
23
+ "strokeWidth": 2
24
+ }
25
+ }]
26
+ };
27
+ const DataFlowRoundedRectangleIcon = forwardRef(function DataFlowRoundedRectangleIcon(props, ref) {
28
+ return createElement(IconBase, Object.assign({}, props, {
29
+ id: "data-flow-rounded-rectangle-icon",
30
+ ref,
31
+ icon: element
32
+ }));
33
+ });
34
+ DataFlowRoundedRectangleIcon.displayName = "DataFlowRoundedRectangleIcon";
35
+ //#endregion
36
+ export { DataFlowRoundedRectangleIcon, DataFlowRoundedRectangleIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DataFlowRoundedSquareIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DataFlowRoundedSquareIcon;
@@ -0,0 +1,36 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/data-flow-rounded-square-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": "rect",
15
+ "attrs": {
16
+ "width": 12,
17
+ "height": 12,
18
+ "x": 6,
19
+ "y": 6,
20
+ "stroke": "currentColor",
21
+ "rx": 3,
22
+ "transform": "scale(.83333)",
23
+ "strokeWidth": 2
24
+ }
25
+ }]
26
+ };
27
+ const DataFlowRoundedSquareIcon = forwardRef(function DataFlowRoundedSquareIcon(props, ref) {
28
+ return createElement(IconBase, Object.assign({}, props, {
29
+ id: "data-flow-rounded-square-icon",
30
+ ref,
31
+ icon: element
32
+ }));
33
+ });
34
+ DataFlowRoundedSquareIcon.displayName = "DataFlowRoundedSquareIcon";
35
+ //#endregion
36
+ export { DataFlowRoundedSquareIcon, DataFlowRoundedSquareIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const EntityRelationshipEntityIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default EntityRelationshipEntityIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/entity-relationship-entity-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": "M3.8 9.1V6c0-.11.09-.2.2-.2h16c.11 0 .2.09.2.2v3.1zm0 1.8V18c0 .11.09.2.2.2h16a.2.2 0 0 0 .2-.2v-7.1zM4 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",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const EntityRelationshipEntityIcon = forwardRef(function EntityRelationshipEntityIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "entity-relationship-entity-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ EntityRelationshipEntityIcon.displayName = "EntityRelationshipEntityIcon";
32
+ //#endregion
33
+ export { EntityRelationshipEntityIcon, EntityRelationshipEntityIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const EntityRelationshipFieldTypeIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default EntityRelationshipFieldTypeIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/entity-relationship-field-type-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": "M3.8 6v3.1h16.4V6a.2.2 0 0 0-.2-.2H4a.2.2 0 0 0-.2.2m0 12v-7.1h7.4v7.3H4a.2.2 0 0 1-.2-.2m9.2.2h7a.2.2 0 0 0 .2-.2v-7.1H13zM2 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",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const EntityRelationshipFieldTypeIcon = forwardRef(function EntityRelationshipFieldTypeIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "entity-relationship-field-type-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ EntityRelationshipFieldTypeIcon.displayName = "EntityRelationshipFieldTypeIcon";
32
+ //#endregion
33
+ export { EntityRelationshipFieldTypeIcon, EntityRelationshipFieldTypeIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const EntityRelationshipFullIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default EntityRelationshipFullIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/entity-relationship-full-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": "M3.8 9.1V6c0-.11.09-.2.2-.2h16c.11 0 .2.09.2.2v3.1zm0 1.8V18c0 .11.09.2.2.2h4.2v-7.3zm10.4 7.3H10v-7.3h4.2zm1.8 0h4a.2.2 0 0 0 .2-.2v-7.1H16zM4 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",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const EntityRelationshipFullIcon = forwardRef(function EntityRelationshipFullIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "entity-relationship-full-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ EntityRelationshipFullIcon.displayName = "EntityRelationshipFullIcon";
32
+ //#endregion
33
+ export { EntityRelationshipFullIcon, EntityRelationshipFullIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const EntityRelationshipKeyFieldIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default EntityRelationshipKeyFieldIcon;