@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/line-dashed-none-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": "M5 15.833L15.607 5.227",
18
+ "strokeDasharray": "3.2 3.2",
19
+ "strokeLinecap": "round",
20
+ "strokeWidth": 1.6
21
+ }
22
+ }]
23
+ };
24
+ const LineDashedNoneIcon = forwardRef(function LineDashedNoneIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "line-dashed-none-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ LineDashedNoneIcon.displayName = "LineDashedNoneIcon";
32
+ //#endregion
33
+ export { LineDashedNoneIcon, LineDashedNoneIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const LineDoubleOpenArrowIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default LineDoubleOpenArrowIcon;
@@ -0,0 +1,36 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/line-double-open-arrow-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": "M15.833 4.25C16.248 4.25 16.583 4.586 16.583 5V10C16.583 10.414 16.248 10.75 15.833 10.75C15.419 10.75 15.083 10.414 15.083 10V6.811L5.53 16.363C5.237 16.656 4.762 16.656 4.469 16.363C4.176 16.07 4.176 15.596 4.469 15.303L14.023 5.75H10.833C10.419 5.75 10.083 5.414 10.083 5C10.083 4.586 10.419 4.25 10.833 4.25H15.833Z"
18
+ }
19
+ }, {
20
+ "tag": "path",
21
+ "attrs": {
22
+ "fill": "currentColor",
23
+ "d": "M5.75 10.833C5.75 10.419 5.414 10.083 5 10.083C4.586 10.083 4.25 10.419 4.25 10.833V15.833C4.25 16.248 4.586 16.583 5 16.583H10C10.414 16.583 10.75 16.248 10.75 15.833C10.75 15.419 10.414 15.083 10 15.083H5.75V10.833Z"
24
+ }
25
+ }]
26
+ };
27
+ const LineDoubleOpenArrowIcon = forwardRef(function LineDoubleOpenArrowIcon(props, ref) {
28
+ return createElement(IconBase, Object.assign({}, props, {
29
+ id: "line-double-open-arrow-icon",
30
+ ref,
31
+ icon: element
32
+ }));
33
+ });
34
+ LineDoubleOpenArrowIcon.displayName = "LineDoubleOpenArrowIcon";
35
+ //#endregion
36
+ export { LineDoubleOpenArrowIcon, LineDoubleOpenArrowIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const LineNoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default LineNoneIcon;
@@ -0,0 +1,32 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/line-none-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": "M5 15.833L15.607 5.227",
18
+ "strokeLinecap": "round",
19
+ "strokeWidth": 1.6
20
+ }
21
+ }]
22
+ };
23
+ const LineNoneIcon = forwardRef(function LineNoneIcon(props, ref) {
24
+ return createElement(IconBase, Object.assign({}, props, {
25
+ id: "line-none-icon",
26
+ ref,
27
+ icon: element
28
+ }));
29
+ });
30
+ LineNoneIcon.displayName = "LineNoneIcon";
31
+ //#endregion
32
+ export { LineNoneIcon, LineNoneIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const LineOpenArrowIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default LineOpenArrowIcon;
@@ -0,0 +1,30 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/line-open-arrow-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": "M15.833 4.25C16.248 4.25 16.583 4.586 16.583 5V10C16.583 10.414 16.248 10.75 15.833 10.75C15.419 10.75 15.083 10.414 15.083 10V6.811L5.53 16.363C5.237 16.656 4.762 16.656 4.469 16.363C4.176 16.07 4.176 15.596 4.469 15.303L14.023 5.75H10.833C10.419 5.75 10.083 5.414 10.083 5C10.083 4.586 10.419 4.25 10.833 4.25H15.833Z"
18
+ }
19
+ }]
20
+ };
21
+ const LineOpenArrowIcon = forwardRef(function LineOpenArrowIcon(props, ref) {
22
+ return createElement(IconBase, Object.assign({}, props, {
23
+ id: "line-open-arrow-icon",
24
+ ref,
25
+ icon: element
26
+ }));
27
+ });
28
+ LineOpenArrowIcon.displayName = "LineOpenArrowIcon";
29
+ //#endregion
30
+ export { LineOpenArrowIcon, LineOpenArrowIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceActivationBarIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceActivationBarIcon;
@@ -0,0 +1,35 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-activation-bar-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": 8,
17
+ "height": 18,
18
+ "x": 8,
19
+ "y": 3,
20
+ "fill": "currentColor",
21
+ "rx": 2,
22
+ "transform": "scale(.83333)"
23
+ }
24
+ }]
25
+ };
26
+ const SequenceActivationBarIcon = forwardRef(function SequenceActivationBarIcon(props, ref) {
27
+ return createElement(IconBase, Object.assign({}, props, {
28
+ id: "sequence-activation-bar-icon",
29
+ ref,
30
+ icon: element
31
+ }));
32
+ });
33
+ SequenceActivationBarIcon.displayName = "SequenceActivationBarIcon";
34
+ //#endregion
35
+ export { SequenceActivationBarIcon, SequenceActivationBarIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceActorLifelineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceActorLifelineIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-actor-lifeline-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 1.2c-1.99 0-3.657 1.557-3.657 3.545 0 1.714 1.24 3.108 2.857 3.46v.475H7a.8.8 0 1 0 0 1.6h4.2v2.537l-3.917 2.51a.8.8 0 1 0 .863 1.347L11 14.845v.655h1.8v-.843l3.436 2.032a.8.8 0 1 0 .814-1.378L12.8 12.8V10.28H17a.8.8 0 0 0 0-1.6h-4.2v-.476c1.617-.35 2.857-1.745 2.857-3.459C15.657 2.757 13.99 1.2 12 1.2M9.943 4.745c0-1.044.89-1.945 2.057-1.945s2.057.9 2.057 1.945S13.167 6.69 12 6.69s-2.057-.9-2.057-1.945",
20
+ "transform": "scale(.83333)",
21
+ "fillRule": "evenodd",
22
+ "clipRule": "evenodd"
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "d": "M11 17v1.5h1.8V17zM11 20v1.5a.9.9 0 0 0 1.8 0V20z",
28
+ "transform": "scale(.83333)"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const SequenceActorLifelineIcon = forwardRef(function SequenceActorLifelineIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "sequence-actor-lifeline-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ SequenceActorLifelineIcon.displayName = "SequenceActorLifelineIcon";
41
+ //#endregion
42
+ export { SequenceActorLifelineIcon, SequenceActorLifelineIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceAlternativeFragmentIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceAlternativeFragmentIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-alternative-fragment-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": "M5.7 13h1.8v-1.8H5.7zM9.3 13h1.8v-1.8H9.3zM12.9 13h1.8v-1.8h-1.8zM16.5 13h1.8v-1.8h-1.8z",
20
+ "transform": "scale(.83333)"
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "d": "M22 5.882C22 4.842 21.186 4 20.182 4H3.818C2.814 4 2 4.843 2 5.882v12.236C2 19.158 2.814 20 3.818 20h16.364C21.186 20 22 19.157 22 18.118zm-1.818-.188H11.09v1.837c0 .15-.058.293-.16.4L9.432 9.48a.54.54 0 0 1-.385.166h-5.41V11.2H3.9V13h-.264v5.118c0 .104.082.188.182.188h16.364c.1 0 .182-.084.182-.188V13H20.1v-1.8h.264V5.882a.185.185 0 0 0-.182-.188m-16.364 0h5.637v1.369l-.86.89H3.636v-2.07c0-.105.082-.189.182-.189",
26
+ "transform": "scale(.83333)",
27
+ "fillRule": "evenodd",
28
+ "clipRule": "evenodd"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const SequenceAlternativeFragmentIcon = forwardRef(function SequenceAlternativeFragmentIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "sequence-alternative-fragment-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ SequenceAlternativeFragmentIcon.displayName = "SequenceAlternativeFragmentIcon";
41
+ //#endregion
42
+ export { SequenceAlternativeFragmentIcon, SequenceAlternativeFragmentIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceBoundaryLifelineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceBoundaryLifelineIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-boundary-lifeline-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.8 13.993a6 6 0 1 0-6.237-6.868A1 1 0 0 0 7.35 7.1H6.3V2.9a.9.9 0 0 0-1.8 0v10.2a.9.9 0 1 0 1.8 0V8.9h1.05a1 1 0 0 0 .213-.025A6.01 6.01 0 0 0 12 13.81V15.5h1.8zM17.7 8a4.2 4.2 0 1 1-8.4 0 4.2 4.2 0 0 1 8.4 0",
20
+ "transform": "scale(.83333)",
21
+ "fillRule": "evenodd",
22
+ "clipRule": "evenodd"
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "d": "M12 17v1.5h1.8V17zM12 20v1.5a.9.9 0 1 0 1.8 0V20z",
28
+ "transform": "scale(.83333)"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const SequenceBoundaryLifelineIcon = forwardRef(function SequenceBoundaryLifelineIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "sequence-boundary-lifeline-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ SequenceBoundaryLifelineIcon.displayName = "SequenceBoundaryLifelineIcon";
41
+ //#endregion
42
+ export { SequenceBoundaryLifelineIcon, SequenceBoundaryLifelineIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceCollectionLifelineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceCollectionLifelineIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-collection-lifeline-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": "M6.1 4.6c0-1.447 1.248-2.5 2.633-2.5h9.534c1.385 0 2.633 1.053 2.633 2.5v4.8c0 1.447-1.248 2.5-2.633 2.5H18v.1a2 2 0 0 1-2 2h-3.7v1.5h-1.8V14H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h.1zm12.167 5.5H18V7a2 2 0 0 0-2-2H7.9v-.4c0-.32.304-.7.833-.7h9.534c.53 0 .833.38.833.7v4.8c0 .32-.304.7-.833.7M16 6.8H6a.2.2 0 0 0-.2.2v5c0 .11.09.2.2.2h10a.2.2 0 0 0 .2-.2V7a.2.2 0 0 0-.2-.2",
20
+ "transform": "scale(.83333)",
21
+ "fillRule": "evenodd",
22
+ "clipRule": "evenodd"
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "d": "M10.5 17v1.5h1.8V17zM10.5 20v1.5a.9.9 0 1 0 1.8 0V20z",
28
+ "transform": "scale(.83333)"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const SequenceCollectionLifelineIcon = forwardRef(function SequenceCollectionLifelineIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "sequence-collection-lifeline-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ SequenceCollectionLifelineIcon.displayName = "SequenceCollectionLifelineIcon";
41
+ //#endregion
42
+ export { SequenceCollectionLifelineIcon, SequenceCollectionLifelineIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceControlLifelineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceControlLifelineIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-control-lifeline-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": "M18 8.577c0-2.62-1.68-4.85-4.022-5.667l.85-.85A.9.9 0 1 0 13.557.786L11.76 2.582a6 6 0 0 0-.725 11.918H11V16h1.8v-1.476A6 6 0 0 0 18 8.577m-1.8 0a4.2 4.2 0 1 1-4.877-4.146l.92 2.757a.9.9 0 1 0 1.707-.569l-.683-2.047A4.2 4.2 0 0 1 16.2 8.577",
20
+ "transform": "scale(.83333)",
21
+ "fillRule": "evenodd",
22
+ "clipRule": "evenodd"
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "d": "M11 17.5V19h1.8v-1.5zM11 20.5V22a.9.9 0 1 0 1.8 0v-1.5z",
28
+ "transform": "scale(.83333)"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const SequenceControlLifelineIcon = forwardRef(function SequenceControlLifelineIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "sequence-control-lifeline-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ SequenceControlLifelineIcon.displayName = "SequenceControlLifelineIcon";
41
+ //#endregion
42
+ export { SequenceControlLifelineIcon, SequenceControlLifelineIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceDirectAccessStorageLifelineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceDirectAccessStorageLifelineIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-direct-access-storage-lifeline-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": "M17 14q.346-.002.67-.15C19.006 13.24 20 10.853 20 8s-.995-5.24-2.33-5.85A1.6 1.6 0 0 0 17 2H7a1.6 1.6 0 0 0-.66.146 2.1 2.1 0 0 0-.469.293c-.374.304-.711.756-.992 1.318C4.336 4.843 4 6.343 4 8s.336 3.157.879 4.243l.002.004c.28.56.617 1.01.99 1.314q.226.183.469.293A1.6 1.6 0 0 0 7 14h4v1.5h1.8V14zm-.063-10.2h-.075l-.388.792c-.387.789-.674 1.99-.674 3.408s.287 2.62.674 3.408l.388.792h.075c.056-.03.28-.174.574-.762.394-.787.689-2 .689-3.438s-.295-2.65-.689-3.438c-.294-.588-.518-.732-.574-.762m-2.08 8.4a8 8 0 0 1-.607-1.8C14.09 9.665 14 8.853 14 8s.09-1.665.25-2.4a8 8 0 0 1 .608-1.8H7.063l-.03.018c-.085.057-.288.232-.544.744-.394.787-.689 2-.689 3.438s.295 2.65.689 3.438c.294.588.518.732.574.762z",
20
+ "transform": "scale(.83333)",
21
+ "fillRule": "evenodd",
22
+ "clipRule": "evenodd"
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "d": "M11 17v1.5h1.8V17zM11 20v1.5a.9.9 0 0 0 1.8 0V20z",
28
+ "transform": "scale(.83333)"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const SequenceDirectAccessStorageLifelineIcon = forwardRef(function SequenceDirectAccessStorageLifelineIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "sequence-direct-access-storage-lifeline-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ SequenceDirectAccessStorageLifelineIcon.displayName = "SequenceDirectAccessStorageLifelineIcon";
41
+ //#endregion
42
+ export { SequenceDirectAccessStorageLifelineIcon, SequenceDirectAccessStorageLifelineIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceEntityLifelineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceEntityLifelineIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-entity-lifeline-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": "M18 8a6 6 0 0 1-2.608 4.95H18a.9.9 0 1 1 0 1.8h-5.2V16H11v-1.25H6a.9.9 0 0 1 0-1.8h2.608A6 6 0 1 1 18 8m-6 4.2a4.2 4.2 0 1 0 0-8.4 4.2 4.2 0 0 0 0 8.4",
20
+ "transform": "scale(.83333)",
21
+ "fillRule": "evenodd",
22
+ "clipRule": "evenodd"
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "d": "M11 17.5V19h1.8v-1.5zM11 20.5V22a.9.9 0 1 0 1.8 0v-1.5z",
28
+ "transform": "scale(.83333)"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const SequenceEntityLifelineIcon = forwardRef(function SequenceEntityLifelineIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "sequence-entity-lifeline-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ SequenceEntityLifelineIcon.displayName = "SequenceEntityLifelineIcon";
41
+ //#endregion
42
+ export { SequenceEntityLifelineIcon, SequenceEntityLifelineIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceFragmentIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceFragmentIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-fragment-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.182 4C21.186 4 22 4.843 22 5.882v12.236c0 1.04-.814 1.882-1.818 1.882H3.818C2.814 20 2 19.157 2 18.118V5.882C2 4.842 2.814 4 3.818 4zM11.09 5.694h9.09c.101 0 .183.084.183.188v12.236a.185.185 0 0 1-.182.188H3.818a.185.185 0 0 1-.182-.188v-8.47h5.41c.145 0 .284-.06.386-.166l1.5-1.552a.57.57 0 0 0 .159-.4zm-1.636 0H3.818c-.1 0-.182.084-.182.188v2.07h4.959l.86-.889z",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const SequenceFragmentIcon = forwardRef(function SequenceFragmentIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "sequence-fragment-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ SequenceFragmentIcon.displayName = "SequenceFragmentIcon";
32
+ //#endregion
33
+ export { SequenceFragmentIcon, SequenceFragmentIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceMagneticDiskLifelineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceMagneticDiskLifelineIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sequence-magnetic-disk-lifeline-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": "M19 5.5a1.8 1.8 0 0 0-.12-.647C18.275 3.23 15.425 2 12 2S5.726 3.23 5.12 4.853A1.8 1.8 0 0 0 5 5.6v4.999l.001.001.002.001q.02.333.157.647.149.338.42.648c.363.418.886.794 1.53 1.108l.007.004c1.036.504 2.383.85 3.883.957V15.5h1.8v-1.523c1.58-.09 3.001-.443 4.083-.969.647-.315 1.172-.692 1.538-1.112a2.5 2.5 0 0 0 .42-.65q.136-.313.156-.645h.001l.002-.002V5.5m-12.2.094.001-.047V5.51l.001-.006c.016-.048.139-.413 1.053-.87.968-.484 2.43-.835 4.145-.835s3.177.351 4.145.835c.914.457 1.037.822 1.053.87l.002.006-.001.036v.047l.001.006v.185l-.873.484c-.953.529-2.491.931-4.327.931s-3.374-.402-4.327-.931L6.8 5.785v-.191m9.295 5.796c.942-.459 1.084-.84 1.103-.89l.002-.006v-2.65a8.3 8.3 0 0 1-1.8.716c-1.007.28-2.166.44-3.4.44s-2.393-.16-3.4-.44a8.4 8.4 0 0 1-1.8-.717v2.651l.002.006c.02.05.161.431 1.103.89.97.471 2.412.81 4.095.81s3.126-.339 4.095-.81",
20
+ "transform": "scale(.83333)",
21
+ "fillRule": "evenodd",
22
+ "clipRule": "evenodd"
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "d": "M11 17v1.5h1.8V17zM11 20v1.5a.9.9 0 0 0 1.8 0V20z",
28
+ "transform": "scale(.83333)"
29
+ }
30
+ }]
31
+ }]
32
+ };
33
+ const SequenceMagneticDiskLifelineIcon = forwardRef(function SequenceMagneticDiskLifelineIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "sequence-magnetic-disk-lifeline-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ SequenceMagneticDiskLifelineIcon.displayName = "SequenceMagneticDiskLifelineIcon";
41
+ //#endregion
42
+ export { SequenceMagneticDiskLifelineIcon, SequenceMagneticDiskLifelineIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SequenceObjectLifelineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SequenceObjectLifelineIcon;