@loomhq/lens 11.3.0 → 11.4.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.
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgCreateTicket(): React.JSX.Element;
@@ -67,6 +67,7 @@ export { SvgConfluenceNeutral } from './confluence-neutral';
67
67
  export { SvgContactSupport } from './contact-support';
68
68
  export { SvgCopy } from './copy';
69
69
  export { SvgCreate } from './create';
70
+ export { SvgCreateTicket } from './create-ticket';
70
71
  export { SvgCrop169Expanded } from './crop169-expanded';
71
72
  export { SvgCut } from './cut';
72
73
  export { SvgDelete } from './delete';
@@ -214,6 +215,8 @@ export { SvgVolumeUp } from './volume-up';
214
215
  export { SvgVolumeX } from './volume-x';
215
216
  export { SvgWarningAlert } from './warning-alert';
216
217
  export { SvgWarningAmber } from './warning-amber';
218
+ export { SvgWriteDocument } from './write-document';
219
+ export { SvgWriteMessage } from './write-message';
217
220
  export { SvgXCircle } from './x-circle';
218
221
  export { SvgZap } from './zap';
219
222
  export { SvgZapOutline } from './zap-outline';
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgWriteDocument(): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgWriteMessage(): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgCreateTicket(): React.JSX.Element;
@@ -0,0 +1,26 @@
1
+ // src/components/icon/available-icons/create-ticket.tsx
2
+ import * as React from "react";
3
+ function SvgCreateTicket() {
4
+ return /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React.createElement(
5
+ "path",
6
+ {
7
+ d: "M19.9131 5.90222C19.9131 5.34994 19.4654 4.90222 18.9131 4.90222C18.3608 4.90222 17.9131 5.34994 17.9131 5.90222V7.40222L16.4131 7.40222C15.8608 7.40222 15.4131 7.84994 15.4131 8.40222C15.4131 8.95451 15.8608 9.40222 16.4131 9.40222H17.9131V10.9022C17.9131 11.4545 18.3608 11.9022 18.9131 11.9022C19.4654 11.9022 19.9131 11.4545 19.9131 10.9022V9.40222H21.4131C21.9654 9.40222 22.4131 8.95451 22.4131 8.40222C22.4131 7.84994 21.9654 7.40222 21.4131 7.40222L19.9131 7.40222V5.90222Z",
8
+ fill: "currentColor"
9
+ }
10
+ ), /* @__PURE__ */ React.createElement(
11
+ "path",
12
+ {
13
+ d: "M7.41309 6.92389H4.43481C3.88253 6.92389 3.43481 7.3716 3.43481 7.92389V8.09207C5.18431 8.53715 6.47829 10.1229 6.47829 12.0109C6.47829 13.899 5.18431 15.4847 3.43481 15.9298V16.0978C3.43481 16.6501 3.88253 17.0978 4.43481 17.0978H7.41309V16.5761C7.41309 16.0238 7.8608 15.5761 8.41309 15.5761C8.96537 15.5761 9.41309 16.0238 9.41309 16.5761V17.0978H19.5652C20.1175 17.0978 20.5652 16.6501 20.5652 16.0978V13.0544C20.5652 12.5021 21.013 12.0544 21.5652 12.0544C22.1175 12.0544 22.5652 12.5021 22.5652 13.0544V16.0978C22.5652 17.7547 21.2221 19.0978 19.5652 19.0978H4.43481C2.77796 19.0978 1.43481 17.7547 1.43481 16.0978V15.0544C1.43481 14.5021 1.88253 14.0544 2.43481 14.0544C3.5634 14.0544 4.47829 13.1395 4.47829 12.0109C4.47829 10.8824 3.5634 9.96746 2.43481 9.96746C1.88253 9.96746 1.43481 9.51975 1.43481 8.96746V7.92389C1.43481 6.26703 2.77796 4.92389 4.43481 4.92389H14.4348C14.9871 4.92389 15.4348 5.3716 15.4348 5.92389C15.4348 6.47617 14.9871 6.92389 14.4348 6.92389H9.41309V7.44563C9.41309 7.99791 8.96537 8.44563 8.41309 8.44563C7.8608 8.44563 7.41309 7.99791 7.41309 7.44563V6.92389Z",
14
+ fill: "currentColor"
15
+ }
16
+ ), /* @__PURE__ */ React.createElement(
17
+ "path",
18
+ {
19
+ d: "M9.41309 10.4891C9.41309 9.93682 8.96537 9.48911 8.41309 9.48911C7.8608 9.48911 7.41309 9.93682 7.41309 10.4891V13.5326C7.41309 14.0849 7.8608 14.5326 8.41309 14.5326C8.96537 14.5326 9.41309 14.0849 9.41309 13.5326V10.4891Z",
20
+ fill: "currentColor"
21
+ }
22
+ ));
23
+ }
24
+ export {
25
+ SvgCreateTicket
26
+ };
@@ -67,6 +67,7 @@ export { SvgConfluenceNeutral } from './confluence-neutral';
67
67
  export { SvgContactSupport } from './contact-support';
68
68
  export { SvgCopy } from './copy';
69
69
  export { SvgCreate } from './create';
70
+ export { SvgCreateTicket } from './create-ticket';
70
71
  export { SvgCrop169Expanded } from './crop169-expanded';
71
72
  export { SvgCut } from './cut';
72
73
  export { SvgDelete } from './delete';
@@ -214,6 +215,8 @@ export { SvgVolumeUp } from './volume-up';
214
215
  export { SvgVolumeX } from './volume-x';
215
216
  export { SvgWarningAlert } from './warning-alert';
216
217
  export { SvgWarningAmber } from './warning-amber';
218
+ export { SvgWriteDocument } from './write-document';
219
+ export { SvgWriteMessage } from './write-message';
217
220
  export { SvgXCircle } from './x-circle';
218
221
  export { SvgZap } from './zap';
219
222
  export { SvgZapOutline } from './zap-outline';