@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,53 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/locate-fixed-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": "M10 2.8v2.5M10 14.7v2.5M2.8 10h2.5M14.7 10h2.5",
19
+ "strokeLinecap": "round",
20
+ "strokeWidth": 1.6
21
+ }
22
+ },
23
+ {
24
+ "tag": "circle",
25
+ "attrs": {
26
+ "cx": 10,
27
+ "cy": 10,
28
+ "r": 4.2,
29
+ "stroke": "currentColor",
30
+ "strokeWidth": 1.6
31
+ }
32
+ },
33
+ {
34
+ "tag": "circle",
35
+ "attrs": {
36
+ "cx": 10,
37
+ "cy": 10,
38
+ "r": 1.35,
39
+ "fill": "currentColor"
40
+ }
41
+ }
42
+ ]
43
+ };
44
+ const LocateFixedIcon = forwardRef(function LocateFixedIcon(props, ref) {
45
+ return createElement(IconBase, Object.assign({}, props, {
46
+ id: "locate-fixed-icon",
47
+ ref,
48
+ icon: element
49
+ }));
50
+ });
51
+ LocateFixedIcon.displayName = "LocateFixedIcon";
52
+ //#endregion
53
+ export { LocateFixedIcon, LocateFixedIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const QuickAddIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default QuickAddIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/quick-add-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": "M13.518 3.816a.51.51 0 0 1 0 .72l-.798.797.797.798a.51.51 0 0 1-.72.72L12 6.054l-.797.797a.51.51 0 0 1-.72-.72l.797-.798-.798-.797a.51.51 0 0 1 .72-.72l.798.797.797-.797a.51.51 0 0 1 .72 0M9.25 8.25a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1zm4.268 9.62a.51.51 0 0 0-.72-.72l-.798.797-.797-.798a.51.51 0 0 0-.72.72l.797.798-.798.797a.51.51 0 0 0 .72.72l.798-.797.797.797a.51.51 0 0 0 .72-.72l-.797-.797zM6.85 10.482a.51.51 0 0 1 0 .72L6.053 12l.798.797a.51.51 0 0 1-.72.72l-.798-.797-.797.798a.51.51 0 1 1-.72-.72L4.613 12l-.797-.797a.51.51 0 1 1 .72-.72l.797.797.798-.797a.51.51 0 0 1 .72 0m13.333.72a.51.51 0 1 0-.72-.72l-.797.797-.798-.797a.51.51 0 1 0-.72.72l.797.797-.797.797a.51.51 0 1 0 .72.72l.798-.797.797.798a.51.51 0 1 0 .72-.72L19.387 12zM9.75 9.75v4.5h4.5v-4.5z",
18
+ "transform": "scale(.83333)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const QuickAddIcon = forwardRef(function QuickAddIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "quick-add-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ QuickAddIcon.displayName = "QuickAddIcon";
32
+ //#endregion
33
+ export { QuickAddIcon, QuickAddIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const RowHeightExtraTallIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default RowHeightExtraTallIcon;
@@ -0,0 +1,65 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/row-height-extra-tall-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": "rect",
16
+ "attrs": {
17
+ "width": 8.3,
18
+ "height": 11.6,
19
+ "x": 1.5,
20
+ "y": 4.2,
21
+ "fill": "currentColor",
22
+ "rx": 1.8
23
+ }
24
+ },
25
+ {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "stroke": "currentColor",
29
+ "d": "M14.2 4.2v11.6",
30
+ "strokeLinecap": "round",
31
+ "strokeWidth": 1.6
32
+ }
33
+ },
34
+ {
35
+ "tag": "path",
36
+ "attrs": {
37
+ "stroke": "currentColor",
38
+ "d": "m12 6.5 2.2-2.3 2.2 2.3",
39
+ "strokeLinecap": "round",
40
+ "strokeLinejoin": "round",
41
+ "strokeWidth": 1.6
42
+ }
43
+ },
44
+ {
45
+ "tag": "path",
46
+ "attrs": {
47
+ "stroke": "currentColor",
48
+ "d": "m12 13.5 2.2 2.3 2.2-2.3",
49
+ "strokeLinecap": "round",
50
+ "strokeLinejoin": "round",
51
+ "strokeWidth": 1.6
52
+ }
53
+ }
54
+ ]
55
+ };
56
+ const RowHeightExtraTallIcon = forwardRef(function RowHeightExtraTallIcon(props, ref) {
57
+ return createElement(IconBase, Object.assign({}, props, {
58
+ id: "row-height-extra-tall-icon",
59
+ ref,
60
+ icon: element
61
+ }));
62
+ });
63
+ RowHeightExtraTallIcon.displayName = "RowHeightExtraTallIcon";
64
+ //#endregion
65
+ export { RowHeightExtraTallIcon, RowHeightExtraTallIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const RowHeightMediumIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default RowHeightMediumIcon;
@@ -0,0 +1,76 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/row-height-medium-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": "rect",
16
+ "attrs": {
17
+ "width": 8.3,
18
+ "height": 2.2,
19
+ "x": 1.5,
20
+ "y": 5,
21
+ "fill": "currentColor",
22
+ "rx": 1.1
23
+ }
24
+ },
25
+ {
26
+ "tag": "rect",
27
+ "attrs": {
28
+ "width": 8.3,
29
+ "height": 2.2,
30
+ "x": 1.5,
31
+ "y": 13,
32
+ "fill": "currentColor",
33
+ "rx": 1.1
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "stroke": "currentColor",
40
+ "d": "M14.2 4.2v11.6",
41
+ "strokeLinecap": "round",
42
+ "strokeWidth": 1.6
43
+ }
44
+ },
45
+ {
46
+ "tag": "path",
47
+ "attrs": {
48
+ "stroke": "currentColor",
49
+ "d": "m12 6.5 2.2-2.3 2.2 2.3",
50
+ "strokeLinecap": "round",
51
+ "strokeLinejoin": "round",
52
+ "strokeWidth": 1.6
53
+ }
54
+ },
55
+ {
56
+ "tag": "path",
57
+ "attrs": {
58
+ "stroke": "currentColor",
59
+ "d": "m12 13.5 2.2 2.3 2.2-2.3",
60
+ "strokeLinecap": "round",
61
+ "strokeLinejoin": "round",
62
+ "strokeWidth": 1.6
63
+ }
64
+ }
65
+ ]
66
+ };
67
+ const RowHeightMediumIcon = forwardRef(function RowHeightMediumIcon(props, ref) {
68
+ return createElement(IconBase, Object.assign({}, props, {
69
+ id: "row-height-medium-icon",
70
+ ref,
71
+ icon: element
72
+ }));
73
+ });
74
+ RowHeightMediumIcon.displayName = "RowHeightMediumIcon";
75
+ //#endregion
76
+ export { RowHeightMediumIcon, RowHeightMediumIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const RowHeightShortIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default RowHeightShortIcon;
@@ -0,0 +1,87 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/row-height-short-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": "rect",
16
+ "attrs": {
17
+ "width": 8.3,
18
+ "height": 1.7,
19
+ "x": 1.5,
20
+ "y": 5,
21
+ "fill": "currentColor",
22
+ "rx": .85
23
+ }
24
+ },
25
+ {
26
+ "tag": "rect",
27
+ "attrs": {
28
+ "width": 6,
29
+ "height": 1.7,
30
+ "x": 1.5,
31
+ "y": 10,
32
+ "fill": "currentColor",
33
+ "rx": .85
34
+ }
35
+ },
36
+ {
37
+ "tag": "rect",
38
+ "attrs": {
39
+ "width": 8.3,
40
+ "height": 1.7,
41
+ "x": 1.5,
42
+ "y": 15,
43
+ "fill": "currentColor",
44
+ "rx": .85
45
+ }
46
+ },
47
+ {
48
+ "tag": "path",
49
+ "attrs": {
50
+ "stroke": "currentColor",
51
+ "d": "M14.2 4.2v11.6",
52
+ "strokeLinecap": "round",
53
+ "strokeWidth": 1.6
54
+ }
55
+ },
56
+ {
57
+ "tag": "path",
58
+ "attrs": {
59
+ "stroke": "currentColor",
60
+ "d": "m12 6.5 2.2-2.3 2.2 2.3",
61
+ "strokeLinecap": "round",
62
+ "strokeLinejoin": "round",
63
+ "strokeWidth": 1.6
64
+ }
65
+ },
66
+ {
67
+ "tag": "path",
68
+ "attrs": {
69
+ "stroke": "currentColor",
70
+ "d": "m12 13.5 2.2 2.3 2.2-2.3",
71
+ "strokeLinecap": "round",
72
+ "strokeLinejoin": "round",
73
+ "strokeWidth": 1.6
74
+ }
75
+ }
76
+ ]
77
+ };
78
+ const RowHeightShortIcon = forwardRef(function RowHeightShortIcon(props, ref) {
79
+ return createElement(IconBase, Object.assign({}, props, {
80
+ id: "row-height-short-icon",
81
+ ref,
82
+ icon: element
83
+ }));
84
+ });
85
+ RowHeightShortIcon.displayName = "RowHeightShortIcon";
86
+ //#endregion
87
+ export { RowHeightShortIcon, RowHeightShortIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const RowHeightTallIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default RowHeightTallIcon;
@@ -0,0 +1,76 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/row-height-tall-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": "rect",
16
+ "attrs": {
17
+ "width": 8.3,
18
+ "height": 3.6,
19
+ "x": 1.5,
20
+ "y": 4,
21
+ "fill": "currentColor",
22
+ "rx": 1.8
23
+ }
24
+ },
25
+ {
26
+ "tag": "rect",
27
+ "attrs": {
28
+ "width": 8.3,
29
+ "height": 3.6,
30
+ "x": 1.5,
31
+ "y": 12.4,
32
+ "fill": "currentColor",
33
+ "rx": 1.8
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "stroke": "currentColor",
40
+ "d": "M14.2 4.2v11.6",
41
+ "strokeLinecap": "round",
42
+ "strokeWidth": 1.6
43
+ }
44
+ },
45
+ {
46
+ "tag": "path",
47
+ "attrs": {
48
+ "stroke": "currentColor",
49
+ "d": "m12 6.5 2.2-2.3 2.2 2.3",
50
+ "strokeLinecap": "round",
51
+ "strokeLinejoin": "round",
52
+ "strokeWidth": 1.6
53
+ }
54
+ },
55
+ {
56
+ "tag": "path",
57
+ "attrs": {
58
+ "stroke": "currentColor",
59
+ "d": "m12 13.5 2.2 2.3 2.2-2.3",
60
+ "strokeLinecap": "round",
61
+ "strokeLinejoin": "round",
62
+ "strokeWidth": 1.6
63
+ }
64
+ }
65
+ ]
66
+ };
67
+ const RowHeightTallIcon = forwardRef(function RowHeightTallIcon(props, ref) {
68
+ return createElement(IconBase, Object.assign({}, props, {
69
+ id: "row-height-tall-icon",
70
+ ref,
71
+ icon: element
72
+ }));
73
+ });
74
+ RowHeightTallIcon.displayName = "RowHeightTallIcon";
75
+ //#endregion
76
+ export { RowHeightTallIcon, RowHeightTallIcon 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;