@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.
Files changed (178) hide show
  1. package/dist/cjs/class-diagram-class-icon.cjs +38 -0
  2. package/dist/cjs/class-diagram-dashed-filled-arrow-connector-icon.cjs +50 -0
  3. package/dist/cjs/class-diagram-dashed-open-arrow-connector-icon.cjs +49 -0
  4. package/dist/cjs/class-diagram-filled-arrow-connector-icon.cjs +38 -0
  5. package/dist/cjs/class-diagram-filled-diamond-connector-icon.cjs +36 -0
  6. package/dist/cjs/class-diagram-hollow-diamond-connector-icon.cjs +38 -0
  7. package/dist/cjs/class-diagram-interface-icon.cjs +38 -0
  8. package/dist/cjs/component-diagram-assembly-connector-icon.cjs +47 -0
  9. package/dist/cjs/component-diagram-component-box-icon.cjs +47 -0
  10. package/dist/cjs/component-diagram-component-icon.cjs +38 -0
  11. package/dist/cjs/component-diagram-provided-interface-icon.cjs +38 -0
  12. package/dist/cjs/component-diagram-required-interface-icon.cjs +36 -0
  13. package/dist/cjs/conditional-color-icon.cjs +50 -0
  14. package/dist/cjs/connector-bar-crows-foot-marker-icon.cjs +38 -0
  15. package/dist/cjs/connector-bar-marker-icon.cjs +38 -0
  16. package/dist/cjs/connector-circle-bar-marker-icon.cjs +38 -0
  17. package/dist/cjs/connector-circle-crows-foot-marker-icon.cjs +38 -0
  18. package/dist/cjs/connector-circle-marker-icon.cjs +38 -0
  19. package/dist/cjs/connector-cross-marker-icon.cjs +38 -0
  20. package/dist/cjs/connector-crows-foot-marker-icon.cjs +38 -0
  21. package/dist/cjs/connector-filled-arrow-marker-icon.cjs +38 -0
  22. package/dist/cjs/connector-filled-circle-marker-icon.cjs +38 -0
  23. package/dist/cjs/connector-filled-diamond-marker-icon.cjs +38 -0
  24. package/dist/cjs/connector-hollow-diamond-marker-icon.cjs +38 -0
  25. package/dist/cjs/connector-hollow-triangle-marker-icon.cjs +38 -0
  26. package/dist/cjs/connector-none-marker-icon.cjs +38 -0
  27. package/dist/cjs/connector-open-arrow-marker-icon.cjs +38 -0
  28. package/dist/cjs/connector-rounded-elbow-icon.cjs +38 -0
  29. package/dist/cjs/connector-swap-markers-icon.cjs +64 -0
  30. package/dist/cjs/connector-x-marker-icon.cjs +38 -0
  31. package/dist/cjs/data-flow-circle-icon.cjs +39 -0
  32. package/dist/cjs/data-flow-data-storage1-icon.cjs +39 -0
  33. package/dist/cjs/data-flow-data-storage2-icon.cjs +39 -0
  34. package/dist/cjs/data-flow-data-storage3-icon.cjs +50 -0
  35. package/dist/cjs/data-flow-rounded-rectangle-icon.cjs +41 -0
  36. package/dist/cjs/data-flow-rounded-square-icon.cjs +41 -0
  37. package/dist/cjs/entity-relationship-entity-icon.cjs +38 -0
  38. package/dist/cjs/entity-relationship-field-type-icon.cjs +38 -0
  39. package/dist/cjs/entity-relationship-full-icon.cjs +38 -0
  40. package/dist/cjs/entity-relationship-key-field-icon.cjs +38 -0
  41. package/dist/cjs/index.cjs +406 -0
  42. package/dist/cjs/line-dashed-none-icon.cjs +38 -0
  43. package/dist/cjs/line-double-open-arrow-icon.cjs +41 -0
  44. package/dist/cjs/line-none-icon.cjs +37 -0
  45. package/dist/cjs/line-open-arrow-icon.cjs +35 -0
  46. package/dist/cjs/sequence-activation-bar-icon.cjs +40 -0
  47. package/dist/cjs/sequence-actor-lifeline-icon.cjs +47 -0
  48. package/dist/cjs/sequence-alternative-fragment-icon.cjs +47 -0
  49. package/dist/cjs/sequence-boundary-lifeline-icon.cjs +47 -0
  50. package/dist/cjs/sequence-collection-lifeline-icon.cjs +47 -0
  51. package/dist/cjs/sequence-control-lifeline-icon.cjs +47 -0
  52. package/dist/cjs/sequence-direct-access-storage-lifeline-icon.cjs +47 -0
  53. package/dist/cjs/sequence-entity-lifeline-icon.cjs +47 -0
  54. package/dist/cjs/sequence-fragment-icon.cjs +38 -0
  55. package/dist/cjs/sequence-magnetic-disk-lifeline-icon.cjs +47 -0
  56. package/dist/cjs/sequence-object-lifeline-icon.cjs +47 -0
  57. package/dist/cjs/status-diagram-final-state-icon.cjs +52 -0
  58. package/dist/cjs/status-diagram-initial-state-icon.cjs +38 -0
  59. package/dist/cjs/status-diagram-state-bar-icon.cjs +40 -0
  60. package/dist/esm/class-diagram-class-icon.d.ts +3 -0
  61. package/dist/esm/class-diagram-class-icon.js +33 -0
  62. package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.d.ts +3 -0
  63. package/dist/esm/class-diagram-dashed-filled-arrow-connector-icon.js +45 -0
  64. package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.d.ts +3 -0
  65. package/dist/esm/class-diagram-dashed-open-arrow-connector-icon.js +44 -0
  66. package/dist/esm/class-diagram-filled-arrow-connector-icon.d.ts +3 -0
  67. package/dist/esm/class-diagram-filled-arrow-connector-icon.js +33 -0
  68. package/dist/esm/class-diagram-filled-diamond-connector-icon.d.ts +3 -0
  69. package/dist/esm/class-diagram-filled-diamond-connector-icon.js +31 -0
  70. package/dist/esm/class-diagram-hollow-diamond-connector-icon.d.ts +3 -0
  71. package/dist/esm/class-diagram-hollow-diamond-connector-icon.js +33 -0
  72. package/dist/esm/class-diagram-interface-icon.d.ts +3 -0
  73. package/dist/esm/class-diagram-interface-icon.js +33 -0
  74. package/dist/esm/component-diagram-assembly-connector-icon.d.ts +3 -0
  75. package/dist/esm/component-diagram-assembly-connector-icon.js +42 -0
  76. package/dist/esm/component-diagram-component-box-icon.d.ts +3 -0
  77. package/dist/esm/component-diagram-component-box-icon.js +42 -0
  78. package/dist/esm/component-diagram-component-icon.d.ts +3 -0
  79. package/dist/esm/component-diagram-component-icon.js +33 -0
  80. package/dist/esm/component-diagram-provided-interface-icon.d.ts +3 -0
  81. package/dist/esm/component-diagram-provided-interface-icon.js +33 -0
  82. package/dist/esm/component-diagram-required-interface-icon.d.ts +3 -0
  83. package/dist/esm/component-diagram-required-interface-icon.js +31 -0
  84. package/dist/esm/conditional-color-icon.d.ts +3 -0
  85. package/dist/esm/conditional-color-icon.js +45 -0
  86. package/dist/esm/connector-bar-crows-foot-marker-icon.d.ts +3 -0
  87. package/dist/esm/connector-bar-crows-foot-marker-icon.js +33 -0
  88. package/dist/esm/connector-bar-marker-icon.d.ts +3 -0
  89. package/dist/esm/connector-bar-marker-icon.js +33 -0
  90. package/dist/esm/connector-circle-bar-marker-icon.d.ts +3 -0
  91. package/dist/esm/connector-circle-bar-marker-icon.js +33 -0
  92. package/dist/esm/connector-circle-crows-foot-marker-icon.d.ts +3 -0
  93. package/dist/esm/connector-circle-crows-foot-marker-icon.js +33 -0
  94. package/dist/esm/connector-circle-marker-icon.d.ts +3 -0
  95. package/dist/esm/connector-circle-marker-icon.js +33 -0
  96. package/dist/esm/connector-cross-marker-icon.d.ts +3 -0
  97. package/dist/esm/connector-cross-marker-icon.js +33 -0
  98. package/dist/esm/connector-crows-foot-marker-icon.d.ts +3 -0
  99. package/dist/esm/connector-crows-foot-marker-icon.js +33 -0
  100. package/dist/esm/connector-filled-arrow-marker-icon.d.ts +3 -0
  101. package/dist/esm/connector-filled-arrow-marker-icon.js +33 -0
  102. package/dist/esm/connector-filled-circle-marker-icon.d.ts +3 -0
  103. package/dist/esm/connector-filled-circle-marker-icon.js +33 -0
  104. package/dist/esm/connector-filled-diamond-marker-icon.d.ts +3 -0
  105. package/dist/esm/connector-filled-diamond-marker-icon.js +33 -0
  106. package/dist/esm/connector-hollow-diamond-marker-icon.d.ts +3 -0
  107. package/dist/esm/connector-hollow-diamond-marker-icon.js +33 -0
  108. package/dist/esm/connector-hollow-triangle-marker-icon.d.ts +3 -0
  109. package/dist/esm/connector-hollow-triangle-marker-icon.js +33 -0
  110. package/dist/esm/connector-none-marker-icon.d.ts +3 -0
  111. package/dist/esm/connector-none-marker-icon.js +33 -0
  112. package/dist/esm/connector-open-arrow-marker-icon.d.ts +3 -0
  113. package/dist/esm/connector-open-arrow-marker-icon.js +33 -0
  114. package/dist/esm/connector-rounded-elbow-icon.d.ts +3 -0
  115. package/dist/esm/connector-rounded-elbow-icon.js +33 -0
  116. package/dist/esm/connector-swap-markers-icon.d.ts +3 -0
  117. package/dist/esm/connector-swap-markers-icon.js +59 -0
  118. package/dist/esm/connector-x-marker-icon.d.ts +3 -0
  119. package/dist/esm/connector-x-marker-icon.js +33 -0
  120. package/dist/esm/data-flow-circle-icon.d.ts +3 -0
  121. package/dist/esm/data-flow-circle-icon.js +34 -0
  122. package/dist/esm/data-flow-data-storage1-icon.d.ts +3 -0
  123. package/dist/esm/data-flow-data-storage1-icon.js +34 -0
  124. package/dist/esm/data-flow-data-storage2-icon.d.ts +3 -0
  125. package/dist/esm/data-flow-data-storage2-icon.js +34 -0
  126. package/dist/esm/data-flow-data-storage3-icon.d.ts +3 -0
  127. package/dist/esm/data-flow-data-storage3-icon.js +45 -0
  128. package/dist/esm/data-flow-rounded-rectangle-icon.d.ts +3 -0
  129. package/dist/esm/data-flow-rounded-rectangle-icon.js +36 -0
  130. package/dist/esm/data-flow-rounded-square-icon.d.ts +3 -0
  131. package/dist/esm/data-flow-rounded-square-icon.js +36 -0
  132. package/dist/esm/entity-relationship-entity-icon.d.ts +3 -0
  133. package/dist/esm/entity-relationship-entity-icon.js +33 -0
  134. package/dist/esm/entity-relationship-field-type-icon.d.ts +3 -0
  135. package/dist/esm/entity-relationship-field-type-icon.js +33 -0
  136. package/dist/esm/entity-relationship-full-icon.d.ts +3 -0
  137. package/dist/esm/entity-relationship-full-icon.js +33 -0
  138. package/dist/esm/entity-relationship-key-field-icon.d.ts +3 -0
  139. package/dist/esm/entity-relationship-key-field-icon.js +33 -0
  140. package/dist/esm/index.d.ts +58 -0
  141. package/dist/esm/index.js +59 -1
  142. package/dist/esm/line-dashed-none-icon.d.ts +3 -0
  143. package/dist/esm/line-dashed-none-icon.js +33 -0
  144. package/dist/esm/line-double-open-arrow-icon.d.ts +3 -0
  145. package/dist/esm/line-double-open-arrow-icon.js +36 -0
  146. package/dist/esm/line-none-icon.d.ts +3 -0
  147. package/dist/esm/line-none-icon.js +32 -0
  148. package/dist/esm/line-open-arrow-icon.d.ts +3 -0
  149. package/dist/esm/line-open-arrow-icon.js +30 -0
  150. package/dist/esm/sequence-activation-bar-icon.d.ts +3 -0
  151. package/dist/esm/sequence-activation-bar-icon.js +35 -0
  152. package/dist/esm/sequence-actor-lifeline-icon.d.ts +3 -0
  153. package/dist/esm/sequence-actor-lifeline-icon.js +42 -0
  154. package/dist/esm/sequence-alternative-fragment-icon.d.ts +3 -0
  155. package/dist/esm/sequence-alternative-fragment-icon.js +42 -0
  156. package/dist/esm/sequence-boundary-lifeline-icon.d.ts +3 -0
  157. package/dist/esm/sequence-boundary-lifeline-icon.js +42 -0
  158. package/dist/esm/sequence-collection-lifeline-icon.d.ts +3 -0
  159. package/dist/esm/sequence-collection-lifeline-icon.js +42 -0
  160. package/dist/esm/sequence-control-lifeline-icon.d.ts +3 -0
  161. package/dist/esm/sequence-control-lifeline-icon.js +42 -0
  162. package/dist/esm/sequence-direct-access-storage-lifeline-icon.d.ts +3 -0
  163. package/dist/esm/sequence-direct-access-storage-lifeline-icon.js +42 -0
  164. package/dist/esm/sequence-entity-lifeline-icon.d.ts +3 -0
  165. package/dist/esm/sequence-entity-lifeline-icon.js +42 -0
  166. package/dist/esm/sequence-fragment-icon.d.ts +3 -0
  167. package/dist/esm/sequence-fragment-icon.js +33 -0
  168. package/dist/esm/sequence-magnetic-disk-lifeline-icon.d.ts +3 -0
  169. package/dist/esm/sequence-magnetic-disk-lifeline-icon.js +42 -0
  170. package/dist/esm/sequence-object-lifeline-icon.d.ts +3 -0
  171. package/dist/esm/sequence-object-lifeline-icon.js +42 -0
  172. package/dist/esm/status-diagram-final-state-icon.d.ts +3 -0
  173. package/dist/esm/status-diagram-final-state-icon.js +47 -0
  174. package/dist/esm/status-diagram-initial-state-icon.d.ts +3 -0
  175. package/dist/esm/status-diagram-initial-state-icon.js +33 -0
  176. package/dist/esm/status-diagram-state-bar-icon.d.ts +3 -0
  177. package/dist/esm/status-diagram-state-bar-icon.js +35 -0
  178. package/package.json +2 -2
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/class-diagram-class-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 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",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ClassDiagramClassIcon = forwardRef(function ClassDiagramClassIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "class-diagram-class-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ClassDiagramClassIcon.displayName = "ClassDiagramClassIcon";
32
+ //#endregion
33
+ export { ClassDiagramClassIcon, ClassDiagramClassIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ClassDiagramDashedFilledArrowConnectorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ClassDiagramDashedFilledArrowConnectorIcon;
@@ -0,0 +1,45 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/class-diagram-dashed-filled-arrow-connector-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
+ "strokeWidth": 1.8
18
+ },
19
+ "children": [{
20
+ "tag": "path",
21
+ "attrs": {
22
+ "d": "m4 19.917 10.35-10.35",
23
+ "transform": "scale(.83333)",
24
+ "strokeDasharray": "3.6 3.6",
25
+ "strokeLinecap": "round"
26
+ }
27
+ }, {
28
+ "tag": "path",
29
+ "attrs": {
30
+ "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",
31
+ "transform": "scale(.83333)"
32
+ }
33
+ }]
34
+ }]
35
+ };
36
+ const ClassDiagramDashedFilledArrowConnectorIcon = forwardRef(function ClassDiagramDashedFilledArrowConnectorIcon(props, ref) {
37
+ return createElement(IconBase, Object.assign({}, props, {
38
+ id: "class-diagram-dashed-filled-arrow-connector-icon",
39
+ ref,
40
+ icon: element
41
+ }));
42
+ });
43
+ ClassDiagramDashedFilledArrowConnectorIcon.displayName = "ClassDiagramDashedFilledArrowConnectorIcon";
44
+ //#endregion
45
+ export { ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedFilledArrowConnectorIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ClassDiagramDashedOpenArrowConnectorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ClassDiagramDashedOpenArrowConnectorIcon;
@@ -0,0 +1,44 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/class-diagram-dashed-open-arrow-connector-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": "M6 19 18.728 6.272",
18
+ "transform": "scale(.83333)",
19
+ "strokeDasharray": "5 4",
20
+ "strokeLinecap": "round",
21
+ "strokeMiterlimit": 3.52,
22
+ "strokeWidth": 1.8
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "fill": "currentColor",
28
+ "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",
29
+ "transform": "scale(.83333)",
30
+ "fillRule": "evenodd",
31
+ "clipRule": "evenodd"
32
+ }
33
+ }]
34
+ };
35
+ const ClassDiagramDashedOpenArrowConnectorIcon = forwardRef(function ClassDiagramDashedOpenArrowConnectorIcon(props, ref) {
36
+ return createElement(IconBase, Object.assign({}, props, {
37
+ id: "class-diagram-dashed-open-arrow-connector-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ ClassDiagramDashedOpenArrowConnectorIcon.displayName = "ClassDiagramDashedOpenArrowConnectorIcon";
43
+ //#endregion
44
+ export { ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ClassDiagramFilledArrowConnectorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ClassDiagramFilledArrowConnectorIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/class-diagram-filled-arrow-connector-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": "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",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ClassDiagramFilledArrowConnectorIcon = forwardRef(function ClassDiagramFilledArrowConnectorIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "class-diagram-filled-arrow-connector-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ClassDiagramFilledArrowConnectorIcon.displayName = "ClassDiagramFilledArrowConnectorIcon";
32
+ //#endregion
33
+ export { ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ClassDiagramFilledDiamondConnectorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ClassDiagramFilledDiamondConnectorIcon;
@@ -0,0 +1,31 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/class-diagram-filled-diamond-connector-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": "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",
18
+ "transform": "scale(.83333)"
19
+ }
20
+ }]
21
+ };
22
+ const ClassDiagramFilledDiamondConnectorIcon = forwardRef(function ClassDiagramFilledDiamondConnectorIcon(props, ref) {
23
+ return createElement(IconBase, Object.assign({}, props, {
24
+ id: "class-diagram-filled-diamond-connector-icon",
25
+ ref,
26
+ icon: element
27
+ }));
28
+ });
29
+ ClassDiagramFilledDiamondConnectorIcon.displayName = "ClassDiagramFilledDiamondConnectorIcon";
30
+ //#endregion
31
+ export { ClassDiagramFilledDiamondConnectorIcon, ClassDiagramFilledDiamondConnectorIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ClassDiagramHollowDiamondConnectorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ClassDiagramHollowDiamondConnectorIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/class-diagram-hollow-diamond-connector-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": "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",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ClassDiagramHollowDiamondConnectorIcon = forwardRef(function ClassDiagramHollowDiamondConnectorIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "class-diagram-hollow-diamond-connector-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ClassDiagramHollowDiamondConnectorIcon.displayName = "ClassDiagramHollowDiamondConnectorIcon";
32
+ //#endregion
33
+ export { ClassDiagramHollowDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ClassDiagramInterfaceIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ClassDiagramInterfaceIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/class-diagram-interface-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 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",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ClassDiagramInterfaceIcon = forwardRef(function ClassDiagramInterfaceIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "class-diagram-interface-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ClassDiagramInterfaceIcon.displayName = "ClassDiagramInterfaceIcon";
32
+ //#endregion
33
+ export { ClassDiagramInterfaceIcon, ClassDiagramInterfaceIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ComponentDiagramAssemblyConnectorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ComponentDiagramAssemblyConnectorIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/component-diagram-assembly-connector-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": { "fill": "currentColor" },
16
+ "children": [{
17
+ "tag": "path",
18
+ "attrs": {
19
+ "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",
20
+ "transform": "scale(.71429)"
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "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",
26
+ "transform": "scale(.71429)",
27
+ "fillRule": "evenodd",
28
+ "clipRule": "evenodd"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const ComponentDiagramAssemblyConnectorIcon = forwardRef(function ComponentDiagramAssemblyConnectorIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "component-diagram-assembly-connector-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ ComponentDiagramAssemblyConnectorIcon.displayName = "ComponentDiagramAssemblyConnectorIcon";
41
+ //#endregion
42
+ export { ComponentDiagramAssemblyConnectorIcon, ComponentDiagramAssemblyConnectorIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ComponentDiagramComponentBoxIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ComponentDiagramComponentBoxIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/component-diagram-component-box-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": { "fill": "currentColor" },
16
+ "children": [{
17
+ "tag": "path",
18
+ "attrs": {
19
+ "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",
20
+ "transform": "scale(.71429)"
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "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",
26
+ "transform": "scale(.71429)",
27
+ "fillRule": "evenodd",
28
+ "clipRule": "evenodd"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const ComponentDiagramComponentBoxIcon = forwardRef(function ComponentDiagramComponentBoxIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "component-diagram-component-box-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ ComponentDiagramComponentBoxIcon.displayName = "ComponentDiagramComponentBoxIcon";
41
+ //#endregion
42
+ export { ComponentDiagramComponentBoxIcon, ComponentDiagramComponentBoxIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ComponentDiagramComponentIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ComponentDiagramComponentIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/component-diagram-component-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.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",
18
+ "transform": "scale(.71429)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ComponentDiagramComponentIcon = forwardRef(function ComponentDiagramComponentIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "component-diagram-component-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ComponentDiagramComponentIcon.displayName = "ComponentDiagramComponentIcon";
32
+ //#endregion
33
+ export { ComponentDiagramComponentIcon, ComponentDiagramComponentIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ComponentDiagramProvidedInterfaceIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ComponentDiagramProvidedInterfaceIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/component-diagram-provided-interface-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": "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",
18
+ "transform": "scale(.71429)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ComponentDiagramProvidedInterfaceIcon = forwardRef(function ComponentDiagramProvidedInterfaceIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "component-diagram-provided-interface-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ComponentDiagramProvidedInterfaceIcon.displayName = "ComponentDiagramProvidedInterfaceIcon";
32
+ //#endregion
33
+ export { ComponentDiagramProvidedInterfaceIcon, ComponentDiagramProvidedInterfaceIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ComponentDiagramRequiredInterfaceIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ComponentDiagramRequiredInterfaceIcon;
@@ -0,0 +1,31 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/component-diagram-required-interface-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.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",
18
+ "transform": "scale(.71429)"
19
+ }
20
+ }]
21
+ };
22
+ const ComponentDiagramRequiredInterfaceIcon = forwardRef(function ComponentDiagramRequiredInterfaceIcon(props, ref) {
23
+ return createElement(IconBase, Object.assign({}, props, {
24
+ id: "component-diagram-required-interface-icon",
25
+ ref,
26
+ icon: element
27
+ }));
28
+ });
29
+ ComponentDiagramRequiredInterfaceIcon.displayName = "ComponentDiagramRequiredInterfaceIcon";
30
+ //#endregion
31
+ export { ComponentDiagramRequiredInterfaceIcon, ComponentDiagramRequiredInterfaceIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConditionalColorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConditionalColorIcon;
@@ -0,0 +1,45 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/conditional-color-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "stroke": "currentColor",
10
+ "viewBox": "0 0 20 20",
11
+ "strokeLinecap": "round",
12
+ "strokeLinejoin": "round",
13
+ "strokeWidth": 1.6,
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": { "d": "M3.6 8.1L9.6 2.1L15.6 8.1L9.6 14.1L3.6 8.1Z" }
21
+ },
22
+ {
23
+ "tag": "path",
24
+ "attrs": { "d": "M5.2 9.7H14" }
25
+ },
26
+ {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "fill": "currentColor",
30
+ "stroke": "none",
31
+ "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"
32
+ }
33
+ }
34
+ ]
35
+ };
36
+ const ConditionalColorIcon = forwardRef(function ConditionalColorIcon(props, ref) {
37
+ return createElement(IconBase, Object.assign({}, props, {
38
+ id: "conditional-color-icon",
39
+ ref,
40
+ icon: element
41
+ }));
42
+ });
43
+ ConditionalColorIcon.displayName = "ConditionalColorIcon";
44
+ //#endregion
45
+ export { ConditionalColorIcon, ConditionalColorIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectorBarCrowsFootMarkerIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectorBarCrowsFootMarkerIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/connector-bar-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": "M11.751 8a.75.75 0 1 0-1.5 0v3.25L6.45 8.4a.75.75 0 0 0-.9 1.2l2.2 1.65H5a.75.75 0 0 0 0 1.5h2.75l-2.2 1.65a.75.75 0 0 0 .9 1.2l3.8-2.85V16a.75.75 0 0 0 1.5 0v-3.25h7.25a.75.75 0 1 0 0-1.5h-7.25z",
18
+ "transform": "scale(.83333) rotate(180 12 12)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ConnectorBarCrowsFootMarkerIcon = forwardRef(function ConnectorBarCrowsFootMarkerIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "connector-bar-crows-foot-marker-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ConnectorBarCrowsFootMarkerIcon.displayName = "ConnectorBarCrowsFootMarkerIcon";
32
+ //#endregion
33
+ export { ConnectorBarCrowsFootMarkerIcon, ConnectorBarCrowsFootMarkerIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectorBarMarkerIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectorBarMarkerIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/connector-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": "M10.001 7.25a.75.75 0 0 1 .75.75v3.25h8.25a.75.75 0 1 1 0 1.5h-8.25V16a.75.75 0 1 1-1.5 0v-3.25h-1.5V16a.75.75 0 0 1-1.5 0v-3.25h-1.25a.75.75 0 0 1 0-1.5h1.25V8a.75.75 0 1 1 1.5 0v3.25h1.5V8a.75.75 0 0 1 .75-.75",
18
+ "transform": "scale(.83333) rotate(180 12 12)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ConnectorBarMarkerIcon = forwardRef(function ConnectorBarMarkerIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "connector-bar-marker-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ConnectorBarMarkerIcon.displayName = "ConnectorBarMarkerIcon";
32
+ //#endregion
33
+ export { ConnectorBarMarkerIcon, ConnectorBarMarkerIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectorCircleBarMarkerIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectorCircleBarMarkerIcon;