@univerjs/icons 0.2.32 → 0.2.34

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 (68) hide show
  1. package/dist/components/book-open-single.d.ts +4 -0
  2. package/dist/components/bubble-single.d.ts +4 -0
  3. package/dist/components/csv.d.ts +4 -0
  4. package/dist/components/file-folder-single.d.ts +4 -0
  5. package/dist/components/general-setting-single.d.ts +4 -0
  6. package/dist/components/guides-single.d.ts +4 -0
  7. package/dist/components/me-single.d.ts +4 -0
  8. package/dist/components/relationship-single.d.ts +4 -0
  9. package/dist/components/retry-single.d.ts +4 -0
  10. package/dist/components/upload-file-single.d.ts +4 -0
  11. package/dist/components/xls.d.ts +4 -0
  12. package/dist/icons.d.ts +11 -0
  13. package/dist/index.js +1 -1
  14. package/dist/manifest.d.ts +7 -7
  15. package/esm/components/book-open-single.d.ts +4 -0
  16. package/esm/components/book-open-single.js +14 -0
  17. package/esm/components/book-open-single.js.map +1 -0
  18. package/esm/components/bubble-single.d.ts +4 -0
  19. package/esm/components/bubble-single.js +14 -0
  20. package/esm/components/bubble-single.js.map +1 -0
  21. package/esm/components/chart-single.js +1 -1
  22. package/esm/components/chart-single.js.map +1 -1
  23. package/esm/components/chat-single.js +1 -1
  24. package/esm/components/chat-single.js.map +1 -1
  25. package/esm/components/csv.d.ts +4 -0
  26. package/esm/components/csv.js +14 -0
  27. package/esm/components/csv.js.map +1 -0
  28. package/esm/components/file-folder-single.d.ts +4 -0
  29. package/esm/components/file-folder-single.js +14 -0
  30. package/esm/components/file-folder-single.js.map +1 -0
  31. package/esm/components/general-setting-single.d.ts +4 -0
  32. package/esm/components/general-setting-single.js +14 -0
  33. package/esm/components/general-setting-single.js.map +1 -0
  34. package/esm/components/guides-single.d.ts +4 -0
  35. package/esm/components/guides-single.js +14 -0
  36. package/esm/components/guides-single.js.map +1 -0
  37. package/esm/components/keyboard-single.js +1 -1
  38. package/esm/components/keyboard-single.js.map +1 -1
  39. package/esm/components/me-single.d.ts +4 -0
  40. package/esm/components/me-single.js +14 -0
  41. package/esm/components/me-single.js.map +1 -0
  42. package/esm/components/relationship-single.d.ts +4 -0
  43. package/esm/components/relationship-single.js +14 -0
  44. package/esm/components/relationship-single.js.map +1 -0
  45. package/esm/components/retry-single.d.ts +4 -0
  46. package/esm/components/retry-single.js +14 -0
  47. package/esm/components/retry-single.js.map +1 -0
  48. package/esm/components/success-single.js +1 -1
  49. package/esm/components/success-single.js.map +1 -1
  50. package/esm/components/table-single.js +1 -1
  51. package/esm/components/table-single.js.map +1 -1
  52. package/esm/components/trash-single.js +1 -1
  53. package/esm/components/trash-single.js.map +1 -1
  54. package/esm/components/upload-file-single.d.ts +4 -0
  55. package/esm/components/upload-file-single.js +14 -0
  56. package/esm/components/upload-file-single.js.map +1 -0
  57. package/esm/components/upload-single.js +1 -1
  58. package/esm/components/upload-single.js.map +1 -1
  59. package/esm/components/xls.d.ts +4 -0
  60. package/esm/components/xls.js +14 -0
  61. package/esm/components/xls.js.map +1 -0
  62. package/esm/icons.d.ts +11 -0
  63. package/esm/icons.js +11 -0
  64. package/esm/icons.js.map +1 -1
  65. package/esm/manifest.d.ts +7 -7
  66. package/esm/manifest.js +55 -37
  67. package/esm/manifest.js.map +1 -1
  68. package/package.json +1 -1
@@ -22,15 +22,15 @@ export declare const binaryUnivergoManifest: {
22
22
  stem: string;
23
23
  icon: string;
24
24
  }[];
25
- export declare const otherUniverAiChatManifest: {
25
+ export declare const otherFileTypeManifest: {
26
26
  stem: string;
27
27
  icon: string;
28
28
  }[];
29
- export declare const otherFileTypeManifest: {
29
+ export declare const singleFeedbackManifest: {
30
30
  stem: string;
31
31
  icon: string;
32
32
  }[];
33
- export declare const singleFeedbackManifest: {
33
+ export declare const otherUniverAiChatManifest: {
34
34
  stem: string;
35
35
  icon: string;
36
36
  }[];
@@ -50,10 +50,6 @@ export declare const singleDocumentOperationsManifest: {
50
50
  stem: string;
51
51
  icon: string;
52
52
  }[];
53
- export declare const singleUniverAiChatManifest: {
54
- stem: string;
55
- icon: string;
56
- }[];
57
53
  export declare const singleWordCloudManifest: {
58
54
  stem: string;
59
55
  icon: string;
@@ -70,6 +66,10 @@ export declare const singleUniverOfficialWebsiteWebManifest: {
70
66
  stem: string;
71
67
  icon: string;
72
68
  }[];
69
+ export declare const singleUniverAiChatManifest: {
70
+ stem: string;
71
+ icon: string;
72
+ }[];
73
73
  export declare const binaryRightClickManifest: {
74
74
  stem: string;
75
75
  icon: string;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const BookOpenSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default BookOpenSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.44238 4.42119C1.44238 3.43444 2.2423 2.63452 3.22905 2.63452H5.51969C7.25782 2.63452 8.66683 4.04353 8.66683 5.78166V13.3532C8.66683 13.7214 8.36835 14.0199 8.00016 14.0199C7.63197 14.0199 7.3335 13.7214 7.3335 13.3532C7.3335 13.1847 7.29954 13.1246 7.29192 13.1126C7.28741 13.1056 7.2733 13.0834 7.20453 13.0555C7.01256 12.9776 6.69086 12.9596 6.13981 12.9596H3.22905C2.2423 12.9596 1.44238 12.1596 1.44238 11.1729V4.42119ZM7.3335 11.7091V5.78166C7.3335 4.77991 6.52144 3.96785 5.51969 3.96785H3.22905C2.97868 3.96785 2.77572 4.17082 2.77572 4.42119V11.1729C2.77572 11.4233 2.97868 11.6262 3.22905 11.6262H6.151C6.50859 11.6262 6.93883 11.6262 7.3335 11.7091Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.33301 5.78166C7.33301 4.04353 8.74202 2.63452 10.4801 2.63452H12.7708C13.7575 2.63452 14.5575 3.43444 14.5575 4.42119V11.1729C14.5575 12.1596 13.7575 12.9596 12.7708 12.9596H9.86003C9.30898 12.9596 8.98727 12.9776 8.79531 13.0555C8.72654 13.0834 8.71259 13.1053 8.70807 13.1124C8.70046 13.1243 8.66634 13.1847 8.66634 13.3532C8.66634 13.7214 8.36786 14.0199 7.99967 14.0199C7.63148 14.0199 7.33301 13.7214 7.33301 13.3532V5.78166ZM8.66634 11.7091C9.06101 11.6262 9.49125 11.6262 9.84884 11.6262H12.7708C13.0212 11.6262 13.2241 11.4233 13.2241 11.1729V4.42119C13.2241 4.17082 13.0212 3.96785 12.7708 3.96785H10.4801C9.4784 3.96785 8.66634 4.77991 8.66634 5.78166V11.7091Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var BookOpenSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'book-open-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ BookOpenSingle.displayName = 'BookOpenSingle';
13
+ export default BookOpenSingle;
14
+ //# sourceMappingURL=book-open-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"book-open-single.js","sourceRoot":"","sources":["../../src/components/book-open-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ypBAAypB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,mqBAAmqB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9mD,MAAM,CAAC,IAAM,cAAc,GAAG,UAAU,CACtC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,kBAAkB;QACtB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const BubbleSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default BubbleSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.59355 2.1415C2.59355 1.81013 2.32493 1.5415 1.99355 1.5415C1.66218 1.5415 1.39355 1.81013 1.39355 2.1415V11.8589C1.39355 13.2949 2.55761 14.4589 3.99355 14.4589H13.9936C14.3249 14.4589 14.5936 14.1903 14.5936 13.8589C14.5936 13.5275 14.3249 13.2589 13.9936 13.2589H3.99355C3.22036 13.2589 2.59355 12.6321 2.59355 11.8589V2.1415Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.4466 1.83691C11.2538 1.83691 10.2868 2.80388 10.2868 3.99672 10.2868 5.18956 11.2538 6.15653 12.4466 6.15653 13.6394 6.15653 14.6065 5.18956 14.6065 3.99672 14.6065 2.80388 13.6394 1.83691 12.4466 1.83691zM11.4868 3.99672C11.4868 3.46665 11.9165 3.03691 12.4466 3.03691 12.9767 3.03691 13.4065 3.46665 13.4065 3.99672 13.4065 4.52679 12.9767 4.95653 12.4466 4.95653 11.9165 4.95653 11.4868 4.52679 11.4868 3.99672zM5.42285 5.79336C5.42285 4.91778 6.13267 4.20801 7.00822 4.20801 7.88378 4.20801 8.59359 4.91778 8.59359 5.79336 8.59359 6.66893 7.88378 7.37871 7.00822 7.37871 6.13266 7.37871 5.42285 6.66893 5.42285 5.79336zM7.00822 5.40801C6.79538 5.40801 6.62285 5.58055 6.62285 5.79336 6.62285 6.00616 6.79538 6.17871 7.00822 6.17871 7.22107 6.17871 7.39359 6.00616 7.39359 5.79336 7.39359 5.58055 7.22107 5.40801 7.00822 5.40801zM3.87939 10.3876C3.87939 9.36881 4.70528 8.54297 5.72402 8.54297 6.74276 8.54297 7.56865 9.36881 7.56865 10.3876 7.56865 11.4063 6.74276 12.2322 5.72402 12.2322 4.70528 12.2322 3.87939 11.4063 3.87939 10.3876zM5.72402 9.74297C5.368 9.74297 5.07939 10.0316 5.07939 10.3876 5.07939 10.7436 5.368 11.0322 5.72402 11.0322 6.08005 11.0322 6.36865 10.7436 6.36865 10.3876 6.36865 10.0316 6.08005 9.74297 5.72402 9.74297zM8.97998 9.04309C8.97998 8.13557 9.71569 7.3999 10.6232 7.3999 11.5307 7.3999 12.2664 8.13557 12.2664 9.04309 12.2664 9.95061 11.5307 10.6863 10.6232 10.6863 9.71569 10.6863 8.97998 9.95061 8.97998 9.04309zM10.6232 8.5999C10.3784 8.5999 10.18 8.79834 10.18 9.04309 10.18 9.28784 10.3784 9.48628 10.6232 9.48628 10.868 9.48628 11.0664 9.28784 11.0664 9.04309 11.0664 8.79834 10.868 8.5999 10.6232 8.5999z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var BubbleSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'bubble-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ BubbleSingle.displayName = 'BubbleSingle';
13
+ export default BubbleSingle;
14
+ //# sourceMappingURL=bubble-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bubble-single.js","sourceRoot":"","sources":["../../src/components/bubble-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6UAA6U,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,unDAAunD,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE5sE,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M0.399902 14.4076C0.399902 14.0762 0.668532 13.8076 0.999902 13.8076H14.9999C15.3313 13.8076 15.5999 14.0762 15.5999 14.4076C15.5999 14.739 15.3313 15.0076 14.9999 15.0076H0.999902C0.668532 15.0076 0.399902 14.739 0.399902 14.4076Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "rect", "attrs": { "width": 2.6, "height": 5.72, "x": 1.94, "y": 6.47, "stroke": "currentColor", "rx": 1.3, "strokeWidth": 1.2 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M9.29961 5.6002V10.892C9.29961 11.61 8.71758 12.192 7.99961 12.192C7.28164 12.192 6.69961 11.61 6.69961 10.892V5.6002C6.69961 4.88222 7.28164 4.3002 7.99961 4.3002C8.71758 4.3002 9.29961 4.88223 9.29961 5.6002Z", "strokeWidth": 1.2 } }, { "tag": "rect", "attrs": { "width": 2.6, "height": 10.6, "x": 11.46, "y": 1.59, "stroke": "currentColor", "rx": 1.3, "strokeWidth": 1.2 } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.1258 1.5863C9.92327 1.5227 9.70259 1.55933 9.53149 1.68493C9.3604 1.81052 9.25933 2.01009 9.25933 2.22234V6.07419C9.25933 6.44238 9.55781 6.74085 9.926 6.74085H13.7779C13.9901 6.74085 14.1897 6.63979 14.3153 6.46869C14.4409 6.2976 14.4775 6.07692 14.4139 5.87443C13.7734 3.83528 12.1649 2.22675 10.1258 1.5863Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.63086 8.00007C1.63086 4.48263 4.48231 1.63118 7.99975 1.63118C8.32621 1.63118 8.59086 1.89583 8.59086 2.2223V7.40896H13.7775C14.104 7.40896 14.3686 7.67361 14.3686 8.00007C14.3686 11.5175 11.5172 14.369 7.99975 14.369C4.48231 14.369 1.63086 11.5175 1.63086 8.00007ZM7.40864 2.84672C4.82247 3.14012 2.81308 5.33543 2.81308 8.00007C2.81308 10.8646 5.13523 13.1867 7.99975 13.1867C10.6644 13.1867 12.8597 11.1774 13.1531 8.59118H7.99975C7.67329 8.59118 7.40864 8.32654 7.40864 8.00007V2.84672Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
5
  export var ChartSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'chart-single',
@@ -1 +1 @@
1
- {"version":3,"file":"chart-single.js","sourceRoot":"","sources":["../../src/components/chart-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,yOAAyO,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,OAAO,EAAC,GAAG,EAAC,QAAQ,EAAC,IAAI,EAAC,GAAG,EAAC,IAAI,EAAC,GAAG,EAAC,IAAI,EAAC,QAAQ,EAAC,cAAc,EAAC,IAAI,EAAC,GAAG,EAAC,aAAa,EAAC,GAAG,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,oNAAoN,EAAC,aAAa,EAAC,GAAG,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,OAAO,EAAC,GAAG,EAAC,QAAQ,EAAC,IAAI,EAAC,GAAG,EAAC,KAAK,EAAC,GAAG,EAAC,IAAI,EAAC,QAAQ,EAAC,cAAc,EAAC,IAAI,EAAC,GAAG,EAAC,aAAa,EAAC,GAAG,EAAC,EAAC,CAAC,EAAC,CAAC;AAE18B,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"chart-single.js","sourceRoot":"","sources":["../../src/components/chart-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,4TAA4T,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+eAA+e,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEnjC,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.33324 7.33325C5.20139 7.33325 5.0725 7.37235 4.96286 7.44561C4.85323 7.51886 4.76778 7.62298 4.71732 7.7448C4.66687 7.86661 4.65366 8.00066 4.67939 8.12998C4.70511 8.2593 4.7686 8.37809 4.86184 8.47132C4.95507 8.56456 5.07386 8.62805 5.20318 8.65378C5.3325 8.6795 5.46655 8.6663 5.58837 8.61584C5.71018 8.56538 5.8143 8.47993 5.88756 8.3703C5.96081 8.26067 5.99991 8.13177 5.99991 7.99992C5.99991 7.82311 5.92967 7.65354 5.80465 7.52851C5.67962 7.40349 5.51005 7.33325 5.33324 7.33325ZM7.99991 7.33325C7.86806 7.33325 7.73916 7.37235 7.62953 7.44561C7.5199 7.51886 7.43445 7.62298 7.38399 7.7448C7.33353 7.86661 7.32033 8.00066 7.34605 8.12998C7.37178 8.2593 7.43527 8.37809 7.52851 8.47132C7.62174 8.56456 7.74053 8.62805 7.86985 8.65378C7.99917 8.6795 8.13322 8.6663 8.25503 8.61584C8.37685 8.56538 8.48097 8.47993 8.55422 8.3703C8.62748 8.26067 8.66658 8.13177 8.66658 7.99992C8.66658 7.82311 8.59634 7.65354 8.47131 7.52851C8.34629 7.40349 8.17672 7.33325 7.99991 7.33325ZM10.6666 7.33325C10.5347 7.33325 10.4058 7.37235 10.2962 7.44561C10.1866 7.51886 10.1011 7.62298 10.0507 7.7448C10.0002 7.86661 9.987 8.00066 10.0127 8.12998C10.0384 8.2593 10.1019 8.37809 10.1952 8.47132C10.2884 8.56456 10.4072 8.62805 10.5365 8.65378C10.6658 8.6795 10.7999 8.6663 10.9217 8.61584C11.0435 8.56538 11.1476 8.47993 11.2209 8.3703C11.2941 8.26067 11.3332 8.13177 11.3332 7.99992C11.3332 7.82311 11.263 7.65354 11.138 7.52851C11.013 7.40349 10.8434 7.33325 10.6666 7.33325ZM7.99991 1.33325C7.12443 1.33325 6.25752 1.50569 5.44869 1.84072C4.63985 2.17575 3.90492 2.66682 3.28587 3.28587C2.03562 4.53612 1.33324 6.23181 1.33324 7.99992C1.32742 9.53934 1.86044 11.0323 2.83991 12.2199L1.50658 13.5533C1.41407 13.647 1.35141 13.766 1.32649 13.8954C1.30158 14.0247 1.31552 14.1585 1.36658 14.2799C1.42195 14.3999 1.51171 14.5007 1.62448 14.5695C1.73724 14.6384 1.86791 14.6721 1.99991 14.6666H7.99991C9.76802 14.6666 11.4637 13.9642 12.714 12.714C13.9642 11.4637 14.6666 9.76803 14.6666 7.99992C14.6666 6.23181 13.9642 4.53612 12.714 3.28587C11.4637 2.03563 9.76802 1.33325 7.99991 1.33325ZM7.99991 13.3333H3.60658L4.22658 12.7133C4.28957 12.6515 4.33968 12.5779 4.37401 12.4966C4.40834 12.4154 4.42621 12.3281 4.42658 12.2399C4.42407 12.0641 4.35219 11.8963 4.22658 11.7733C3.35363 10.9013 2.81003 9.75361 2.68837 8.52578C2.56672 7.29795 2.87454 6.06592 3.5594 5.0396C4.24425 4.01328 5.26377 3.25616 6.44425 2.89723C7.62474 2.53831 8.89315 2.59979 10.0334 3.07119C11.1736 3.5426 12.1151 4.39477 12.6975 5.48251C13.2799 6.57026 13.4672 7.82628 13.2273 9.03659C12.9875 10.2469 12.3354 11.3366 11.3823 12.1201C10.4291 12.9035 9.23375 13.3323 7.99991 13.3333Z" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.7398 12.7934C14.1575 12.2333 14.4443 11.5866 14.5787 10.901C14.7132 10.2153 14.692 9.50824 14.5166 8.83189C14.3413 8.15553 14.0164 7.52718 13.5657 6.9932C13.1151 6.45922 12.5503 6.03324 11.9131 5.7467C11.7743 4.9481 11.4553 4.19165 10.9803 3.53482C10.5053 2.87798 9.88689 2.33805 9.17198 1.95606C8.45706 1.57406 7.66448 1.36004 6.85445 1.33026C6.04443 1.30048 5.23827 1.45573 4.49724 1.78421C3.75621 2.11269 3.0998 2.60575 2.57788 3.22594C2.05596 3.84612 1.68228 4.57711 1.48521 5.36337C1.28815 6.14962 1.27289 6.97045 1.4406 7.76348C1.60831 8.55651 1.95458 9.30088 2.45308 9.94004L1.52642 10.86C1.43391 10.9538 1.37125 11.0728 1.34633 11.2022C1.32142 11.3315 1.33536 11.4653 1.38642 11.5867C1.43643 11.7084 1.52136 11.8127 1.63051 11.8862C1.73966 11.9598 1.86813 11.9994 1.99975 12H5.79308C6.17085 12.7964 6.76644 13.4696 7.51091 13.9415C8.25539 14.4134 9.1183 14.6649 9.99975 14.6667H13.9997C14.1314 14.666 14.2598 14.6264 14.369 14.5529C14.4781 14.4793 14.5631 14.3751 14.6131 14.2534C14.6641 14.132 14.6781 13.9982 14.6532 13.8688C14.6283 13.7395 14.5656 13.6205 14.4731 13.5267L13.7398 12.7934ZM5.33308 10C5.334 10.2233 5.35183 10.4461 5.38642 10.6667H3.60642L3.83975 10.44C3.90224 10.3781 3.95183 10.3043 3.98568 10.2231C4.01952 10.1418 4.03695 10.0547 4.03695 9.9667C4.03695 9.87869 4.01952 9.79156 3.98568 9.71032C3.95183 9.62908 3.90224 9.55534 3.83975 9.49337C3.46612 9.12384 3.16992 8.68353 2.96845 8.19818C2.76699 7.71284 2.66431 7.1922 2.66642 6.6667C2.66642 5.60584 3.08784 4.58842 3.83799 3.83828C4.58814 3.08813 5.60555 2.6667 6.66642 2.6667C7.49421 2.66173 8.30274 2.91629 8.97837 3.39461C9.654 3.87293 10.1627 4.55095 10.4331 5.33337C10.2864 5.33337 10.1464 5.33337 9.99975 5.33337C8.76207 5.33337 7.57509 5.82503 6.69992 6.7002C5.82475 7.57537 5.33308 8.76236 5.33308 10ZM12.3598 13.3334L12.3931 13.3667H9.99975C9.22864 13.3653 8.48186 13.0966 7.88663 12.6064C7.2914 12.1162 6.88453 11.4348 6.73535 10.6783C6.58616 9.92172 6.70389 9.13686 7.06847 8.45738C7.43305 7.7779 8.02193 7.24584 8.73479 6.95184C9.44765 6.65783 10.2404 6.62007 10.978 6.84499C11.7155 7.06991 12.3523 7.54359 12.7798 8.18534C13.2074 8.82709 13.3991 9.59721 13.3225 10.3645C13.2459 11.1318 12.9057 11.8488 12.3598 12.3934C12.2341 12.5165 12.1623 12.6842 12.1597 12.86C12.1601 12.9482 12.178 13.0355 12.2123 13.1167C12.2466 13.198 12.2968 13.2716 12.3598 13.3334V13.3334Z" } }] };
5
5
  export var ChatSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'chat-single',
@@ -1 +1 @@
1
- {"version":3,"file":"chat-single.js","sourceRoot":"","sources":["../../src/components/chat-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,slFAAslF,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhwF,MAAM,CAAC,IAAM,UAAU,GAAG,UAAU,CAClC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,aAAa;QACjB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"chat-single.js","sourceRoot":"","sources":["../../src/components/chat-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,8zEAA8zE,EAAC,EAAC,CAAC,EAAC,CAAC;AAEx+E,MAAM,CAAC,IAAM,UAAU,GAAG,UAAU,CAClC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,aAAa;QACjB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const Csv: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default Csv;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M4.57129 2C4.57129 0.895431 5.216 0 6.01129 0H9.24196C9.6137 0 9.97104 0.199667 10.2392 0.557225L13.1285 4.40966C13.4114 4.78681 13.5713 5.30785 13.5713 5.85244V14C13.5713 15.1046 12.9266 16 12.1313 16H6.01129C5.216 16 4.57129 15.1046 4.57129 14V2Z" } }, { "tag": "path", "attrs": { "fill": "#CDD0D8", "d": "M4.28613 15.165H12.7861C13.4295 15.165 13.9511 14.6434 13.9511 14V5.85244C13.9511 5.53521 13.8218 5.23171 13.5929 5.01202L9.57998 1.15958C9.36302 0.951306 9.07393 0.835 8.77318 0.835H4.28613C3.64272 0.835 3.12113 1.35659 3.12113 2V14C3.12113 14.6434 3.64272 15.165 4.28613 15.165ZM4.28613 0C3.18156 0 2.28613 0.895431 2.28613 2V14C2.28613 15.1046 3.18156 16 4.28613 16H12.7861C13.8907 16 14.7861 15.1046 14.7861 14V5.85244C14.7861 5.30785 14.5641 4.78681 14.1712 4.40966L10.1582 0.557225C9.78579 0.199667 9.28948 0 8.77318 0H4.28613Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "#CDD0D8", "d": "M8.61584 0.0964355C8.84642 0.0964404 9.03334 0.283365 9.03333 0.513944L9.03324 4.82548C9.03324 5.14719 9.29403 5.408 9.61574 5.408H14.2749C14.5054 5.408 14.6924 5.59492 14.6924 5.8255C14.6924 6.05608 14.5054 6.243 14.2749 6.243H9.61574C8.83287 6.243 8.19823 5.60834 8.19824 4.82547L8.19833 0.513927C8.19834 0.283348 8.38526 0.0964307 8.61584 0.0964355Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "#2C3040", "d": "M1 9C1 8.44772 1.44772 8 2 8H10.4C10.9523 8 11.4 8.44772 11.4 9V12.2C11.4 12.7523 10.9523 13.2 10.4 13.2H2C1.44772 13.2 1 12.7523 1 12.2V9Z" } }, { "tag": "path", "attrs": { "fill": "#fff", "d": "M4.25416 10.1691H4.86798C4.84836 10.0028 4.80352 9.85514 4.73345 9.72621 4.66431 9.59728 4.57462 9.48844 4.46437 9.39968 4.35413 9.30999 4.22753 9.24179 4.08459 9.19507 3.94257 9.14836 3.78842 9.125 3.62212 9.125 3.36986 9.125 3.14283 9.18293 2.94102 9.29878 2.73922 9.41369 2.57946 9.58093 2.46174 9.80049 2.34402 10.02 2.28516 10.2863 2.28516 10.5993 2.28516 10.9114 2.34308 11.1772 2.45893 11.3967 2.57572 11.6163 2.73455 11.784 2.93542 11.8998 3.13722 12.0157 3.36612 12.0736 3.62212 12.0736 3.80617 12.0736 3.97107 12.046 4.11682 11.9909 4.2635 11.9349 4.38963 11.8592 4.4952 11.7639 4.60171 11.6677 4.68626 11.5588 4.74886 11.4374 4.81239 11.315 4.8521 11.1879 4.86798 11.0562L4.25416 11.0534C4.24014 11.13 4.21492 11.1982 4.17848 11.258 4.14298 11.3178 4.09813 11.3687 4.04394 11.4107 3.98976 11.4518 3.92763 11.4831 3.85755 11.5046 3.78842 11.5261 3.71321 11.5369 3.63193 11.5369 3.48711 11.5369 3.35958 11.5014 3.24934 11.4303 3.13909 11.3593 3.05314 11.2542 2.99147 11.115 2.93075 10.9758 2.90038 10.8039 2.90038 10.5993 2.90038 10.4003 2.93075 10.2312 2.99147 10.092 3.0522 9.95184 3.13769 9.84533 3.24794 9.77246 3.35818 9.69865 3.48758 9.66175 3.63613 9.66175 3.71835 9.66175 3.79449 9.67342 3.86456 9.69678 3.93557 9.72014 3.99816 9.75377 4.05235 9.79768 4.10654 9.8416 4.15092 9.89485 4.18549 9.95745 4.22006 10.0191 4.24295 10.0896 4.25416 10.1691zM6.78131 9.98968C6.7701 9.87663 6.72199 9.78881 6.63697 9.72621 6.55195 9.66361 6.43656 9.63232 6.29081 9.63232 6.19178 9.63232 6.10816 9.64633 6.03996 9.67436 5.97176 9.70145 5.91944 9.73929 5.883 9.78787 5.8475 9.83646 5.82975 9.89158 5.82975 9.95324 5.82788 10.0046 5.83862 10.0495 5.86198 10.0878 5.88627 10.1261 5.91944 10.1593 5.96148 10.1873 6.00352 10.2144 6.0521 10.2382 6.10723 10.2588 6.16235 10.2784 6.22121 10.2952 6.28381 10.3092L6.54167 10.3709C6.66686 10.3989 6.78178 10.4363 6.88642 10.483 6.99106 10.5297 7.08169 10.5872 7.1583 10.6554 7.23491 10.7236 7.29424 10.8039 7.33628 10.8964 7.37925 10.9889 7.40121 11.0949 7.40214 11.2145 7.40121 11.3902 7.35636 11.5425 7.26761 11.6714 7.17979 11.7994 7.05272 11.8989 6.88642 11.9699 6.72105 12.04 6.52158 12.075 6.28801 12.075 6.05631 12.075 5.8545 12.0395 5.6826 11.9685 5.51162 11.8975 5.37802 11.7924 5.28179 11.6532 5.18649 11.513 5.13651 11.3397 5.13184 11.1332H5.71903C5.72557 11.2295 5.75313 11.3098 5.80172 11.3743 5.85123 11.4378 5.9171 11.4859 5.99932 11.5186 6.08247 11.5504 6.17636 11.5663 6.281 11.5663 6.38378 11.5663 6.473 11.5513 6.54868 11.5214 6.62529 11.4915 6.68461 11.45 6.72666 11.3967 6.7687 11.3435 6.78972 11.2823 6.78972 11.2131 6.78972 11.1487 6.77057 11.0945 6.73226 11.0506 6.69489 11.0066 6.63977 10.9693 6.5669 10.9384 6.49496 10.9076 6.40667 10.8796 6.30203 10.8544L5.98951 10.7759C5.74753 10.717 5.55647 10.625 5.41633 10.4998 5.27618 10.3746 5.20658 10.206 5.20751 9.99388 5.20658 9.82011 5.25283 9.66829 5.34625 9.53842 5.44062 9.40856 5.57001 9.30719 5.73445 9.23431 5.89888 9.16144 6.08574 9.125 6.29502 9.125 6.50804 9.125 6.69396 9.16144 6.85279 9.23431 7.01255 9.30719 7.13681 9.40856 7.22557 9.53842 7.31432 9.66829 7.3601 9.81871 7.3629 9.98968H6.78131zM8.24977 9.16418L8.94347 11.3448H8.9701L9.66521 9.16418H10.3379L9.34849 12.0343H8.56649L7.57568 9.16418H8.24977z" } }] };
5
+ export var Csv = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'csv',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ Csv.displayName = 'Csv';
13
+ export default Csv;
14
+ //# sourceMappingURL=csv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"csv.js","sourceRoot":"","sources":["../../src/components/csv.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,0PAA0P,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,uhBAAuhB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,kWAAkW,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,6IAA6I,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,oqGAAoqG,EAAC,EAAC,CAAC,EAAC,CAAC;AAEn1J,MAAM,CAAC,IAAM,GAAG,GAAG,UAAU,CAC3B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,KAAK;QACT,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,GAAG,CAAC,WAAW,GAAG,KAAK,CAAC;AAExB,eAAe,GAAG,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const FileFolderSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default FileFolderSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M14 5.95992C13.9931 5.89868 13.9796 5.83834 13.96 5.77992V5.71992C13.9279 5.65137 13.8852 5.58836 13.8333 5.53325V5.53325L9.83333 1.53325C9.77822 1.4814 9.71521 1.43864 9.64667 1.40659C9.62677 1.40376 9.60657 1.40376 9.58667 1.40659C9.51894 1.36775 9.44415 1.34281 9.36667 1.33325H6.66667C6.13623 1.33325 5.62753 1.54397 5.25245 1.91904C4.87738 2.29411 4.66667 2.80282 4.66667 3.33325V3.99992H4C3.46957 3.99992 2.96086 4.21063 2.58579 4.58571C2.21071 4.96078 2 5.46949 2 5.99992V12.6666C2 13.197 2.21071 13.7057 2.58579 14.0808C2.96086 14.4559 3.46957 14.6666 4 14.6666H9.33333C9.86377 14.6666 10.3725 14.4559 10.7475 14.0808C11.1226 13.7057 11.3333 13.197 11.3333 12.6666V11.9999H12C12.5304 11.9999 13.0391 11.7892 13.4142 11.4141C13.7893 11.0391 14 10.5304 14 9.99992V5.99992C14 5.99992 14 5.99992 14 5.95992ZM10 3.60659L11.7267 5.33325H10.6667C10.4899 5.33325 10.3203 5.26301 10.1953 5.13799C10.0702 5.01297 10 4.8434 10 4.66659V3.60659ZM10 12.6666C10 12.8434 9.92976 13.013 9.80474 13.138C9.67971 13.263 9.51014 13.3333 9.33333 13.3333H4C3.82319 13.3333 3.65362 13.263 3.5286 13.138C3.40357 13.013 3.33333 12.8434 3.33333 12.6666V5.99992C3.33333 5.82311 3.40357 5.65354 3.5286 5.52851C3.65362 5.40349 3.82319 5.33325 4 5.33325H4.66667V9.99992C4.66667 10.5304 4.87738 11.0391 5.25245 11.4141C5.62753 11.7892 6.13623 11.9999 6.66667 11.9999H10V12.6666ZM12.6667 9.99992C12.6667 10.1767 12.5964 10.3463 12.4714 10.4713C12.3464 10.5963 12.1768 10.6666 12 10.6666H6.66667C6.48986 10.6666 6.32029 10.5963 6.19526 10.4713C6.07024 10.3463 6 10.1767 6 9.99992V3.33325C6 3.15644 6.07024 2.98687 6.19526 2.86185C6.32029 2.73682 6.48986 2.66659 6.66667 2.66659H8.66667V4.66659C8.66667 5.19702 8.87738 5.70573 9.25245 6.0808C9.62753 6.45587 10.1362 6.66659 10.6667 6.66659H12.6667V9.99992Z" } }] };
5
+ export var FileFolderSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'file-folder-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ FileFolderSingle.displayName = 'FileFolderSingle';
13
+ export default FileFolderSingle;
14
+ //# sourceMappingURL=file-folder-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-folder-single.js","sourceRoot":"","sources":["../../src/components/file-folder-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,qvDAAqvD,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/5D,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAU,CACxC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,oBAAoB;QACxB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const GeneralSettingSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default GeneralSettingSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.99961 5.0001C6.34275 5.0001 4.99961 6.34324 4.99961 8.0001C4.99961 9.65695 6.34275 11.0001 7.99961 11.0001C9.65647 11.0001 10.9996 9.65695 10.9996 8.0001C10.9996 6.34324 9.65647 5.0001 7.99961 5.0001ZM6.33294 8.0001C6.33294 7.07962 7.07913 6.33343 7.99961 6.33343C8.92009 6.33343 9.66628 7.07962 9.66628 8.0001C9.66628 8.92057 8.92009 9.66676 7.99961 9.66676C7.07913 9.66676 6.33294 8.92057 6.33294 8.0001Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.81057 1.2715C6.66664 0.989379 6.34409 0.847463 6.03886 0.931956C4.88954 1.25011 3.85439 1.84055 3.00692 2.62856C2.79124 2.82911 2.7327 3.14742 2.86293 3.41157C2.95008 3.58834 2.99935 3.78752 2.99935 4.00011C2.99935 4.73649 2.4024 5.33345 1.66602 5.33345L1.64746 5.33331C1.35275 5.32911 1.09025 5.51893 1.00192 5.80013C0.783507 6.49546 0.666016 7.2347 0.666016 8.00011C0.666016 8.50531 0.717195 8.9992 0.814867 9.47674C0.883288 9.81126 1.1934 10.04 1.53321 10.0066C1.57687 10.0023 1.62117 10.0001 1.66602 10.0001C2.4024 10.0001 2.99935 10.5971 2.99935 11.3334C2.99935 11.6614 2.88181 11.9602 2.68578 12.1925C2.46558 12.4535 2.47817 12.8387 2.71495 13.0847C3.5803 13.9839 4.67389 14.6633 5.90372 15.0295C6.25161 15.133 6.61843 14.9393 6.72896 14.5935C6.90103 14.0552 7.4057 13.6668 7.99935 13.6668C8.59299 13.6668 9.09766 14.0552 9.26974 14.5935C9.38027 14.9393 9.74709 15.133 10.095 15.0295C11.3248 14.6633 12.4184 13.9839 13.2837 13.0847C13.5205 12.8387 13.5331 12.4535 13.3129 12.1925C13.1169 11.9602 12.9993 11.6614 12.9993 11.3334C12.9993 10.5971 13.5963 10.0001 14.3327 10.0001C14.3775 10.0001 14.4218 10.0023 14.4655 10.0066C14.8053 10.04 15.1154 9.81126 15.1838 9.47674C15.2815 8.9992 15.3327 8.50531 15.3327 8.00011C15.3327 7.23469 15.2152 6.49546 14.9968 5.80014C14.9085 5.51893 14.6459 5.3291 14.3512 5.33331L14.3327 5.33345C13.5963 5.33345 12.9993 4.73649 12.9993 4.00011C12.9993 3.78752 13.0486 3.58834 13.1358 3.41157C13.266 3.14742 13.2075 2.82911 12.9918 2.62856C12.1443 1.84055 11.1092 1.25011 9.95984 0.931956C9.65461 0.847463 9.33206 0.989379 9.18813 1.2715C8.96678 1.70537 8.5169 2.00012 7.99935 2.00012C7.4818 2.00012 7.03191 1.70537 6.81057 1.2715ZM4.33268 4.00011C4.33268 3.7654 4.30221 3.53723 4.2449 3.31963C4.75006 2.91383 5.32192 2.58839 5.94113 2.36226C6.4297 2.9547 7.16994 3.33346 7.99935 3.33346C8.82876 3.33346 9.56899 2.9547 10.0576 2.36226C10.6768 2.58839 11.2486 2.91383 11.7538 3.31964C11.6965 3.53723 11.666 3.7654 11.666 4.00011C11.666 5.30466 12.6028 6.39043 13.8403 6.62142C13.9443 7.06359 13.9993 7.52506 13.9993 8.00011C13.9993 8.23454 13.9859 8.4656 13.9599 8.69263C12.6636 8.87397 11.666 9.98721 11.666 11.3334C11.666 11.7596 11.7664 12.1631 11.9445 12.5208C11.4445 12.9576 10.8717 13.3125 10.2471 13.5651C9.77362 12.8248 8.94442 12.3334 7.99935 12.3334C7.05428 12.3334 6.22508 12.8248 5.75156 13.5651C5.12697 13.3125 4.55422 12.9576 4.05421 12.5208C4.23235 12.1631 4.33268 11.7596 4.33268 11.3334C4.33268 9.98721 3.33509 8.87397 2.03882 8.69263C2.01276 8.46561 1.99935 8.23454 1.99935 8.00011C1.99935 7.52506 2.05443 7.06358 2.15835 6.62142C3.39591 6.39043 4.33268 5.30467 4.33268 4.00011Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var GeneralSettingSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'general-setting-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ GeneralSettingSingle.displayName = 'GeneralSettingSingle';
13
+ export default GeneralSettingSingle;
14
+ //# sourceMappingURL=general-setting-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"general-setting-single.js","sourceRoot":"","sources":["../../src/components/general-setting-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2ZAA2Z,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6kFAA6kF,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1xG,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,wBAAwB;QAC5B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const GuidesSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default GuidesSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.66895 1.33561C5.66895 0.967422 5.96742 0.668945 6.33561 0.668945H9.66894C10.0371 0.668945 10.3356 0.967422 10.3356 1.33561C10.3356 1.7038 10.0371 2.00228 9.66894 2.00228H6.33561C5.96742 2.00228 5.66895 1.7038 5.66895 1.33561Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.57883 6.33591C8.46013 6.12819 8.23924 6 8 6C7.76076 6 7.53987 6.12819 7.42117 6.33591L6.08784 8.66924C5.97072 8.8742 5.97072 9.1258 6.08784 9.33076L7.42117 11.6641C7.53987 11.8718 7.76076 12 8 12C8.23924 12 8.46013 11.8718 8.57883 11.6641L9.91216 9.33076C10.0293 9.1258 10.0293 8.8742 9.91216 8.66924L8.57883 6.33591ZM8 9.98962L7.4345 9L8 8.01038L8.5655 9L8 9.98962Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.00228 2.66895C4.50449 2.66895 1.66895 5.50449 1.66895 9.00228C1.66895 12.5001 4.50449 15.3356 8.00228 15.3356C11.5001 15.3356 14.3356 12.5001 14.3356 9.00228C14.3356 5.50449 11.5001 2.66895 8.00228 2.66895ZM7.3296 4.04714C5.10614 4.34614 3.34586 6.10656 3.04708 8.33008H3.6671C4.03529 8.33008 4.33376 8.62856 4.33376 8.99675C4.33376 9.36494 4.03529 9.66342 3.6671 9.66342H3.0456C3.34003 11.8922 5.10246 13.6579 7.3296 13.9574V13.3342C7.3296 12.9661 7.62807 12.6676 7.99626 12.6676C8.36445 12.6676 8.66293 12.9661 8.66293 13.3342V13.959C10.8958 13.6643 12.664 11.8962 12.959 9.66342H12.3338C11.9656 9.66342 11.6671 9.36494 11.6671 8.99675C11.6671 8.62856 11.9656 8.33008 12.3338 8.33008H12.9575C12.6582 6.10255 10.8921 4.33979 8.66293 4.04554V4.66758C8.66293 5.03577 8.36445 5.33425 7.99626 5.33425C7.62807 5.33425 7.3296 5.03577 7.3296 4.66758V4.04714Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var GuidesSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'guides-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ GuidesSingle.displayName = 'GuidesSingle';
13
+ export default GuidesSingle;
14
+ //# sourceMappingURL=guides-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"guides-single.js","sourceRoot":"","sources":["../../src/components/guides-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,sOAAsO,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,mXAAmX,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,y1BAAy1B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAExxD,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.39986 6.33339C3.39986 6.00202 3.66849 5.73339 3.99986 5.73339H4.66652C4.99789 5.73339 5.26652 6.00202 5.26652 6.33339 5.26652 6.66476 4.99789 6.93339 4.66652 6.93339H3.99986C3.66849 6.93339 3.39986 6.66476 3.39986 6.33339zM6.99986 5.73339C6.66849 5.73339 6.39986 6.00202 6.39986 6.33339 6.39986 6.66476 6.66849 6.93339 6.99986 6.93339H7.66652C7.99789 6.93339 8.26652 6.66476 8.26652 6.33339 8.26652 6.00202 7.99789 5.73339 7.66652 5.73339H6.99986zM9.06636 6.33339C9.06636 6.00202 9.33499 5.73339 9.66636 5.73339H11.9997C12.3311 5.73339 12.5997 6.00202 12.5997 6.33339 12.5997 6.66476 12.3311 6.93339 11.9997 6.93339H9.66636C9.33499 6.93339 9.06636 6.66476 9.06636 6.33339zM3.99986 8.73339C3.66849 8.73339 3.39986 9.00202 3.39986 9.33339 3.39986 9.66476 3.66849 9.93339 3.99986 9.93339H11.9999C12.3312 9.93339 12.5999 9.66476 12.5999 9.33339 12.5999 9.00202 12.3312 8.73339 11.9999 8.73339H3.99986z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.33338 1.73345L12.6667 1.7334C14.1026 1.73339 15.2667 2.89745 15.2667 4.3334V11C15.2667 12.4359 14.1027 13.6 12.6667 13.6H3.33355C1.89763 13.6 0.733583 12.4359 0.73355 11L0.733398 4.33351C0.733366 2.89755 1.89742 1.73346 3.33338 1.73345ZM12.6667 2.9334L3.33339 2.93345C2.56018 2.93346 1.93338 3.56028 1.9334 4.33348L1.93355 11C1.93357 11.7732 2.56036 12.4 3.33355 12.4H12.6667C13.4399 12.4 14.0667 11.7732 14.0667 11V4.3334C14.0667 3.5602 13.4399 2.93339 12.6667 2.9334Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.66628 8.66683C5.03447 8.66683 5.33294 8.36835 5.33294 8.00016 5.33294 7.63197 5.03447 7.3335 4.66628 7.3335 4.29809 7.3335 3.99961 7.63197 3.99961 8.00016 3.99961 8.36835 4.29809 8.66683 4.66628 8.66683zM5.99935 10.0002C5.99935 10.3684 5.70087 10.6668 5.33268 10.6668 4.96449 10.6668 4.66602 10.3684 4.66602 10.0002 4.66602 9.63197 4.96449 9.3335 5.33268 9.3335 5.70087 9.3335 5.99935 9.63197 5.99935 10.0002zM3.33268 10.6668C3.70087 10.6668 3.99935 10.3684 3.99935 10.0002 3.99935 9.63197 3.70087 9.3335 3.33268 9.3335 2.96449 9.3335 2.66602 9.63197 2.66602 10.0002 2.66602 10.3684 2.96449 10.6668 3.33268 10.6668zM7.33294 8.00016C7.33294 8.36835 7.03447 8.66683 6.66628 8.66683 6.29809 8.66683 5.99961 8.36835 5.99961 8.00016 5.99961 7.63197 6.29809 7.3335 6.66628 7.3335 7.03447 7.3335 7.33294 7.63197 7.33294 8.00016zM7.33268 10.6668C7.70087 10.6668 7.99935 10.3684 7.99935 10.0002 7.99935 9.63197 7.70087 9.3335 7.33268 9.3335 6.96449 9.3335 6.66602 9.63197 6.66602 10.0002 6.66602 10.3684 6.96449 10.6668 7.33268 10.6668zM9.33294 8.00016C9.33294 8.36835 9.03447 8.66683 8.66628 8.66683 8.29809 8.66683 7.99961 8.36835 7.99961 8.00016 7.99961 7.63197 8.29809 7.3335 8.66628 7.3335 9.03447 7.3335 9.33294 7.63197 9.33294 8.00016zM9.33268 10.6668C9.70087 10.6668 9.99935 10.3684 9.99935 10.0002 9.99935 9.63197 9.70087 9.3335 9.33268 9.3335 8.96449 9.3335 8.66602 9.63197 8.66602 10.0002 8.66602 10.3684 8.96449 10.6668 9.33268 10.6668zM11.3329 8.00016C11.3329 8.36835 11.0345 8.66683 10.6663 8.66683 10.2981 8.66683 9.99961 8.36835 9.99961 8.00016 9.99961 7.63197 10.2981 7.3335 10.6663 7.3335 11.0345 7.3335 11.3329 7.63197 11.3329 8.00016zM11.3327 10.6668C11.7009 10.6668 11.9993 10.3684 11.9993 10.0002 11.9993 9.63197 11.7009 9.3335 11.3327 9.3335 10.9645 9.3335 10.666 9.63197 10.666 10.0002 10.666 10.3684 10.9645 10.6668 11.3327 10.6668zM13.3329 8.00016C13.3329 8.36835 13.0345 8.66683 12.6663 8.66683 12.2981 8.66683 11.9996 8.36835 11.9996 8.00016 11.9996 7.63197 12.2981 7.3335 12.6663 7.3335 13.0345 7.3335 13.3329 7.63197 13.3329 8.00016zM4.99961 12.0002C4.99961 11.632 5.29809 11.3335 5.66628 11.3335H10.3329C10.7011 11.3335 10.9996 11.632 10.9996 12.0002 10.9996 12.3684 10.7011 12.6668 10.3329 12.6668H5.66628C5.29809 12.6668 4.99961 12.3684 4.99961 12.0002z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9999 2.00016C13.9999 1.63197 13.7014 1.3335 13.3332 1.3335C12.965 1.3335 12.6665 1.63197 12.6665 2.00016V3.37516H11.3332C10.7809 3.37516 10.3332 3.82287 10.3332 4.37516V5.3335H1.99935C1.26297 5.3335 0.666016 5.93045 0.666016 6.66683V13.3335C0.666016 14.0699 1.26297 14.6668 1.99935 14.6668H13.9993C14.7357 14.6668 15.3327 14.0699 15.3327 13.3335V6.66683C15.3327 5.93045 14.7357 5.3335 13.9993 5.3335H11.6665V4.7085H12.9999C13.5522 4.7085 13.9999 4.26079 13.9999 3.7085V2.00016ZM1.99935 6.66683V13.3335H13.9993V6.66683H1.99935Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
5
  export var KeyboardSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'keyboard-single',
@@ -1 +1 @@
1
- {"version":3,"file":"keyboard-single.js","sourceRoot":"","sources":["../../src/components/keyboard-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,s4BAAs4B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,0dAA0d,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAExmD,MAAM,CAAC,IAAM,cAAc,GAAG,UAAU,CACtC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,iBAAiB;QACrB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"keyboard-single.js","sourceRoot":"","sources":["../../src/components/keyboard-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,0uEAA0uE,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ohBAAohB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtgG,MAAM,CAAC,IAAM,cAAc,GAAG,UAAU,CACtC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,iBAAiB;QACrB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const MeSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default MeSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.66602 5.99984C5.66602 4.71118 6.71069 3.6665 7.99935 3.6665C9.28801 3.6665 10.3327 4.71118 10.3327 5.99984C10.3327 7.28849 9.28801 8.33317 7.99935 8.33317C6.71069 8.33317 5.66602 7.28849 5.66602 5.99984ZM7.99935 4.99984C7.44707 4.99984 6.99935 5.44756 6.99935 5.99984C6.99935 6.55211 7.44707 6.99984 7.99935 6.99984C8.55163 6.99984 8.99935 6.55211 8.99935 5.99984C8.99935 5.44756 8.55163 4.99984 7.99935 4.99984Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M0.666016 7.99984C0.666016 3.94975 3.94926 0.666504 7.99935 0.666504C12.0494 0.666504 15.3327 3.94975 15.3327 7.99984C15.3327 10.0378 14.5014 11.8816 13.1594 13.2106C13.137 13.236 13.1127 13.2598 13.0867 13.2816C11.7681 14.552 9.97495 15.3332 7.99935 15.3332C6.04206 15.3332 4.26387 14.5664 2.9488 13.3168C2.89668 13.2789 2.85039 13.2336 2.81133 13.1827C1.48577 11.8559 0.666016 10.0236 0.666016 7.99984ZM4.04434 12.5119C5.10032 13.4383 6.48425 13.9998 7.99935 13.9998C9.51488 13.9998 10.8992 13.4379 11.9553 12.5111C11.7259 11.2721 10.6389 10.3332 9.33319 10.3332H6.66652C5.36049 10.3332 4.27338 11.2724 4.04434 12.5119ZM12.9779 11.3497C12.3494 9.9637 10.954 8.9999 9.33319 8.9999H6.66652C5.04533 8.9999 3.64968 9.96413 3.02142 11.3506C2.37608 10.3937 1.99935 9.24079 1.99935 7.99984C1.99935 4.68613 4.68564 1.99984 7.99935 1.99984C11.3131 1.99984 13.9993 4.68613 13.9993 7.99984C13.9993 9.24039 13.6229 10.393 12.9779 11.3497Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var MeSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'me-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ MeSingle.displayName = 'MeSingle';
13
+ export default MeSingle;
14
+ //# sourceMappingURL=me-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"me-single.js","sourceRoot":"","sources":["../../src/components/me-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,iaAAia,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,k6BAAk6B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAErnD,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,WAAW;QACf,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const RelationshipSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RelationshipSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.22536 1.76245C3.32694 1.8261 2.65023 2.60601 2.71388 3.50443C2.76081 4.16675 3.197 4.70858 3.78298 4.92211L3.86932 5.72939C3.32504 5.98533 2.94824 6.53861 2.94824 7.17988C2.94824 7.60494 3.11378 7.99133 3.38391 8.27811L3.06889 8.73642C2.9299 8.69958 2.7839 8.67994 2.63331 8.67994C1.69701 8.67994 0.937988 9.43897 0.937988 10.3753C0.937988 11.3116 1.69701 12.0706 2.63331 12.0706C3.56962 12.0706 4.32864 11.3116 4.32864 10.3753C4.32864 10.0276 4.22401 9.70445 4.04453 9.43547L4.49444 8.78092C4.51296 8.78156 4.53156 8.78188 4.55023 8.78188C5.01274 8.78188 5.42946 8.58588 5.72188 8.27242L6.83246 8.5862C6.85289 9.62311 7.59276 10.4836 8.57348 10.6892L8.67095 11.6613C8.1275 11.9777 7.76221 12.5666 7.76221 13.2408C7.76221 14.2495 8.57993 15.0672 9.58864 15.0672C10.5974 15.0672 11.4151 14.2495 11.4151 13.2408C11.4151 12.3222 10.737 11.562 9.85413 11.4335L9.77116 10.606C10.1041 10.4857 10.3997 10.2871 10.6356 10.0325L11.7255 10.5479C11.7146 10.625 11.709 10.7039 11.709 10.784C11.709 11.7098 12.4595 12.4603 13.3853 12.4603C14.3111 12.4603 15.0616 11.7098 15.0616 10.784C15.0616 9.85818 14.3111 9.10768 13.3853 9.10768C12.9764 9.10768 12.6017 9.25407 12.3108 9.49729L11.1793 8.96222C11.2057 8.82626 11.2195 8.68581 11.2195 8.54214C11.2195 7.98627 11.0128 7.47868 10.672 7.09208L11.1225 6.38444C11.3639 6.44574 11.621 6.46161 11.8828 6.42369C12.9504 6.26901 13.6905 5.27817 13.5358 4.21057C13.3811 3.14298 12.3903 2.40292 11.3227 2.55759C10.2551 2.71227 9.51504 3.70311 9.66971 4.7707C9.7238 5.14403 9.88014 5.47731 10.1063 5.74628L9.66304 6.44239C9.46136 6.38127 9.24741 6.3484 9.02577 6.3484C8.22204 6.3484 7.51926 6.78063 7.1372 7.42532L6.15189 7.14694C6.138 6.45813 5.68936 5.87603 5.06915 5.6638L4.98609 4.88728C5.60512 4.62059 6.01767 3.9843 5.96734 3.27393C5.90369 2.37551 5.12378 1.6988 4.22536 1.76245ZM3.91088 3.41962C3.89407 3.18229 4.07283 2.97626 4.31017 2.95945C4.5475 2.94263 4.75353 3.1214 4.77034 3.35873C4.78716 3.59606 4.60839 3.80209 4.37106 3.8189C4.13372 3.83572 3.9277 3.65695 3.91088 3.41962ZM4.55023 6.77789C4.32822 6.77789 4.14824 6.95787 4.14824 7.17988C4.14824 7.4019 4.32822 7.58188 4.55023 7.58188C4.77225 7.58188 4.95223 7.4019 4.95223 7.17988C4.95223 6.95787 4.77225 6.77789 4.55023 6.77789ZM8.03203 8.54214C8.03203 7.99331 8.47694 7.5484 9.02577 7.5484C9.5746 7.5484 10.0195 7.99331 10.0195 8.54214C10.0195 9.09097 9.5746 9.53588 9.02577 9.53588C8.47694 9.53588 8.03203 9.09097 8.03203 8.54214ZM2.63331 9.87994C2.35975 9.87994 2.13799 10.1017 2.13799 10.3753C2.13799 10.6488 2.35975 10.8706 2.63331 10.8706C2.90687 10.8706 3.12864 10.6488 3.12864 10.3753C3.12864 10.1017 2.90687 9.87994 2.63331 9.87994ZM10.8573 4.59864C10.7977 4.18694 11.0831 3.80484 11.4948 3.74519C11.9065 3.68555 12.2886 3.97094 12.3482 4.38264C12.4079 4.79434 12.1225 5.17644 11.7108 5.23608C11.2991 5.29573 10.917 5.01034 10.8573 4.59864ZM13.3853 10.3077C13.1222 10.3077 12.909 10.5209 12.909 10.784C12.909 11.047 13.1222 11.2603 13.3853 11.2603C13.6483 11.2603 13.8616 11.047 13.8616 10.784C13.8616 10.5209 13.6483 10.3077 13.3853 10.3077ZM8.96221 13.2408C8.96221 12.8948 9.24267 12.6143 9.58864 12.6143C9.93461 12.6143 10.2151 12.8948 10.2151 13.2408C10.2151 13.5867 9.93461 13.8672 9.58864 13.8672C9.24267 13.8672 8.96221 13.5867 8.96221 13.2408Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var RelationshipSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'relationship-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RelationshipSingle.displayName = 'RelationshipSingle';
13
+ export default RelationshipSingle;
14
+ //# sourceMappingURL=relationship-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relationship-single.js","sourceRoot":"","sources":["../../src/components/relationship-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6rGAA6rG,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEj5G,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAU,CAC1C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,qBAAqB;QACzB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const RetrySingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RetrySingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.99967 2.66659C5.05416 2.66659 2.66634 5.05441 2.66634 7.99992C2.66634 10.9454 5.05416 13.3333 7.99967 13.3333C9.47263 13.3333 10.805 12.737 11.7709 11.7712C12.0312 11.5108 12.4534 11.5108 12.7137 11.7711C12.9741 12.0315 12.9741 12.4536 12.7137 12.7139C11.508 13.9197 9.84045 14.6666 7.99967 14.6666C4.31778 14.6666 1.33301 11.6818 1.33301 7.99992C1.33301 4.31803 4.31778 1.33325 7.99967 1.33325C9.84045 1.33325 11.508 2.08017 12.7137 3.28588C13.0033 3.57544 13.4531 4.06452 13.8221 4.47131C14.0084 4.67679 14.1773 4.86476 14.2995 5.00134C14.3607 5.06965 14.4102 5.12517 14.4445 5.16367L14.4979 5.22362C14.7424 5.49893 14.7176 5.9206 14.4423 6.16508C14.167 6.40955 13.7457 6.38456 13.5012 6.10925L13.4491 6.05076C13.4154 6.0129 13.3665 5.95812 13.3061 5.89061C13.1852 5.75555 13.0183 5.56983 12.8344 5.36706C12.4629 4.95737 12.034 4.4918 11.7709 4.22869C10.8051 3.26282 9.47263 2.66659 7.99967 2.66659Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9997 2C14.3679 2 14.6663 2.29848 14.6663 2.66667V5.66667C14.6663 6.03486 14.3679 6.33333 13.9997 6.33333H10.9997C10.6315 6.33333 10.333 6.03486 10.333 5.66667C10.333 5.29848 10.6315 5 10.9997 5H13.333V2.66667C13.333 2.29848 13.6315 2 13.9997 2Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var RetrySingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'retry-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RetrySingle.displayName = 'RetrySingle';
13
+ export default RetrySingle;
14
+ //# sourceMappingURL=retry-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retry-single.js","sourceRoot":"","sources":["../../src/components/retry-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,04BAA04B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,0PAA0P,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEt7C,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM11.7245 6.42417C11.9588 6.18985 11.9588 5.80995 11.7245 5.57564C11.4901 5.34132 11.1102 5.34132 10.8759 5.57564L7.3002 9.15137L5.72446 7.57564C5.49014 7.34132 5.11025 7.34132 4.87593 7.57564C4.64162 7.80995 4.64162 8.18985 4.87593 8.42417L6.87593 10.4242C7.11025 10.6585 7.49014 10.6585 7.72446 10.4242L11.7245 6.42417Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8 1C6.61553 1 5.26215 1.41054 4.11101 2.17971C2.95987 2.94888 2.06266 4.04213 1.53285 5.32121C1.00303 6.6003 0.86441 8.00776 1.13451 9.36563C1.4046 10.7235 2.07129 11.9708 3.05026 12.9497C4.02922 13.9287 5.2765 14.5954 6.63437 14.8655C7.99224 15.1356 9.3997 14.997 10.6788 14.4672C11.9579 13.9373 13.0511 13.0401 13.8203 11.889C14.5895 10.7378 15 9.38447 15 8C14.998 6.14411 14.2598 4.36482 12.9475 3.0525C11.6352 1.74019 9.85589 1.00204 8 1ZM10.5949 7.0949L7.7949 9.8949C7.66363 10.0261 7.48562 10.0998 7.3 10.0998C7.11439 10.0998 6.93637 10.0261 6.8051 9.8949L5.4051 8.4949C5.27759 8.36288 5.20704 8.18606 5.20863 8.00252C5.21023 7.81898 5.28384 7.64341 5.41363 7.51363C5.54341 7.38384 5.71898 7.31022 5.90252 7.30863C6.08606 7.30703 6.26288 7.37759 6.3949 7.5051L7.3 8.4102L9.6051 6.1051C9.73712 5.97759 9.91394 5.90703 10.0975 5.90863C10.281 5.91022 10.4566 5.98384 10.5864 6.11363C10.7162 6.24341 10.7898 6.41898 10.7914 6.60252C10.793 6.78606 10.7224 6.96288 10.5949 7.0949Z" } }] };
5
5
  export var SuccessSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'success-single',
@@ -1 +1 @@
1
- {"version":3,"file":"success-single.js","sourceRoot":"","sources":["../../src/components/success-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,0aAA0a,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9nB,MAAM,CAAC,IAAM,aAAa,GAAG,UAAU,CACrC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,gBAAgB;QACpB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"success-single.js","sourceRoot":"","sources":["../../src/components/success-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,u9BAAu9B,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjoC,MAAM,CAAC,IAAM,aAAa,GAAG,UAAU,CACrC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,gBAAgB;QACpB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,eAAe,aAAa,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9997 1.33325H1.99967C1.59967 1.33325 1.33301 1.59992 1.33301 1.99992V13.9999C1.33301 14.3999 1.59967 14.6666 1.99967 14.6666H13.9997C14.3997 14.6666 14.6663 14.3999 14.6663 13.9999V1.99992C14.6663 1.59992 14.3997 1.33325 13.9997 1.33325ZM6.66634 13.3333V10.6666H9.33301V13.3333H6.66634ZM6.66634 9.33325V6.66659H9.33301V9.33325H6.66634ZM2.66634 6.66659H5.33301V9.33325H2.66634V6.66659ZM6.66634 5.33325V2.66659H9.33301V5.33325H6.66634ZM10.6663 6.66659H13.333V9.33325H10.6663V6.66659ZM13.333 5.33325H10.6663V2.66659H13.333V5.33325ZM5.33301 2.66659V5.33325H2.66634V2.66659H5.33301ZM2.66634 10.6666H5.33301V13.3333H2.66634V10.6666ZM10.6663 13.3333V10.6666H13.333V13.3333H10.6663Z" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.7643 4.13354C1.7643 2.82523 2.82488 1.76465 4.13319 1.76465H11.8665C13.1748 1.76465 14.2354 2.82524 14.2354 4.13354V11.8669C14.2354 13.1752 13.1748 14.2358 11.8665 14.2358H4.13318C2.82488 14.2358 1.7643 13.1752 1.7643 11.8669V6.1462C1.76388 6.13711 1.76367 6.12797 1.76367 6.11878C1.76367 6.10959 1.76388 6.10045 1.7643 6.09136V4.13354ZM2.94652 6.70989V11.8669C2.94652 12.5222 3.47781 13.0535 4.13318 13.0535H5.52732V6.70989H2.94652ZM5.52732 5.52767H2.94652V4.13354C2.94652 3.47816 3.47781 2.94687 4.13319 2.94687H5.52732V5.52767ZM6.70954 6.70989V13.0535H11.8665C12.5219 13.0535 13.0532 12.5222 13.0532 11.8669V6.70989L6.70954 6.70989ZM13.0532 5.52767L6.70954 5.52767V2.94687H11.8665C12.5219 2.94687 13.0532 3.47816 13.0532 4.13354V5.52767Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
5
  export var TableSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'table-single',
@@ -1 +1 @@
1
- {"version":3,"file":"table-single.js","sourceRoot":"","sources":["../../src/components/table-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wqBAAwqB,EAAC,EAAC,CAAC,EAAC,CAAC;AAEl1B,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"table-single.js","sourceRoot":"","sources":["../../src/components/table-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,yuBAAyuB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE77B,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.34316 9.30957C6.01179 9.30957 5.74316 9.5782 5.74316 9.90957C5.74316 10.2409 6.01179 10.5096 6.34316 10.5096H9.65646C9.98783 10.5096 10.2565 10.2409 10.2565 9.90957C10.2565 9.5782 9.98783 9.30957 9.65646 9.30957H6.34316Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.4671 2.63768L11.6587 4.07458H14.3616C14.693 4.07458 14.9616 4.34321 14.9616 4.67458C14.9616 5.00596 14.693 5.27458 14.3616 5.27458H12.8404L11.8844 13.339C11.7889 14.1441 11.1063 14.7506 10.2955 14.7506H5.70593C4.89522 14.7506 4.21264 14.1443 4.11708 13.3392L3.15978 5.27458H1.63857C1.3072 5.27458 1.03857 5.00596 1.03857 4.67458C1.03857 4.34321 1.3072 4.07458 1.63857 4.07458H4.3413L4.53289 2.63768C4.63888 1.8428 5.31693 1.24915 6.11886 1.24915H9.88114C10.6831 1.24915 11.3611 1.84279 11.4671 2.63768ZM5.72237 2.79628C5.74886 2.59756 5.91838 2.44915 6.11886 2.44915H9.88114C10.0816 2.44915 10.2511 2.59756 10.2776 2.79628L10.4481 4.07458H5.55192L5.72237 2.79628ZM4.36821 5.27458H11.632L10.6927 13.1977C10.6689 13.399 10.4982 13.5506 10.2955 13.5506H5.70593C5.50325 13.5506 5.33261 13.399 5.30871 13.1978L4.36821 5.27458Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.3333 4.14027H10.6667V2.73676C10.6667 2.36453 10.5262 2.00754 10.2761 1.74433C10.0261 1.48112 9.68696 1.33325 9.33333 1.33325H6.66667C6.31304 1.33325 5.97391 1.48112 5.72386 1.74433C5.47381 2.00754 5.33333 2.36453 5.33333 2.73676V4.14027H2.66667C2.48986 4.14027 2.32029 4.2142 2.19526 4.34581C2.07024 4.47741 2 4.65591 2 4.84202C2 5.02814 2.07024 5.20663 2.19526 5.33824C2.32029 5.46984 2.48986 5.54378 2.66667 5.54378H3.33333V13.2631C3.33333 13.6353 3.47381 13.9923 3.72386 14.2555C3.97391 14.5187 4.31304 14.6666 4.66667 14.6666H11.3333C11.687 14.6666 12.0261 14.5187 12.2761 14.2555C12.5262 13.9923 12.6667 13.6353 12.6667 13.2631V5.54378H13.3333C13.5101 5.54378 13.6797 5.46984 13.8047 5.33824C13.9298 5.20663 14 5.02814 14 4.84202C14 4.65591 13.9298 4.47741 13.8047 4.34581C13.6797 4.2142 13.5101 4.14027 13.3333 4.14027ZM6.66667 2.73676H9.33333V4.14027H6.66667V2.73676ZM11.3333 13.2631H4.66667V5.54378H11.3333V13.2631Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.66667 6.24553C6.48986 6.24553 6.32029 6.31947 6.19526 6.45107 6.07024 6.58268 6 6.76117 6 6.94729V11.8596C6 12.0457 6.07024 12.2242 6.19526 12.3558 6.32029 12.4874 6.48986 12.5613 6.66667 12.5613 6.84348 12.5613 7.01305 12.4874 7.13807 12.3558 7.2631 12.2242 7.33333 12.0457 7.33333 11.8596V6.94729C7.33333 6.76117 7.2631 6.58268 7.13807 6.45107 7.01305 6.31947 6.84348 6.24553 6.66667 6.24553zM9.33333 6.24553C9.15652 6.24553 8.98695 6.31947 8.86193 6.45107 8.7369 6.58268 8.66667 6.76117 8.66667 6.94729V11.8596C8.66667 12.0457 8.7369 12.2242 8.86193 12.3558 8.98695 12.4874 9.15652 12.5613 9.33333 12.5613 9.51014 12.5613 9.67971 12.4874 9.80474 12.3558 9.92976 12.2242 10 12.0457 10 11.8596V6.94729C10 6.76117 9.92976 6.58268 9.80474 6.45107 9.67971 6.31947 9.51014 6.24553 9.33333 6.24553z" } }] };
5
5
  export var TrashSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'trash-single',
@@ -1 +1 @@
1
- {"version":3,"file":"trash-single.js","sourceRoot":"","sources":["../../src/components/trash-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,iOAAiO,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2zBAA2zB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEpyC,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"trash-single.js","sourceRoot":"","sources":["../../src/components/trash-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,i6BAAi6B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+xBAA+xB,EAAC,EAAC,CAAC,EAAC,CAAC;AAE95D,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const UploadFileSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default UploadFileSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.47366 7.52658C8.41026 7.46589 8.33549 7.41831 8.25366 7.38658C8.09135 7.31991 7.9093 7.31991 7.74699 7.38658C7.66516 7.41831 7.59039 7.46589 7.52699 7.52658L6.19366 8.85992C6.06812 8.98545 5.9976 9.15572 5.9976 9.33325C5.9976 9.51079 6.06812 9.68105 6.19366 9.80658C6.31919 9.93212 6.48946 10.0026 6.66699 10.0026C6.84453 10.0026 7.01479 9.93212 7.14033 9.80658L7.33366 9.60658V11.3333C7.33366 11.5101 7.4039 11.6796 7.52892 11.8047C7.65395 11.9297 7.82351 11.9999 8.00033 11.9999C8.17714 11.9999 8.34671 11.9297 8.47173 11.8047C8.59675 11.6796 8.66699 11.5101 8.66699 11.3333V9.60658L8.86033 9.80658C8.9223 9.86907 8.99604 9.91867 9.07727 9.95251C9.15851 9.98636 9.24565 10.0038 9.33366 10.0038C9.42167 10.0038 9.5088 9.98636 9.59004 9.95251C9.67128 9.91867 9.74502 9.86907 9.80699 9.80658C9.86948 9.74461 9.91907 9.67088 9.95292 9.58964C9.98677 9.5084 10.0042 9.42126 10.0042 9.33325C10.0042 9.24524 9.98677 9.15811 9.95292 9.07687C9.91907 8.99563 9.86948 8.92189 9.80699 8.85992L8.47366 7.52658ZM13.3337 5.95992C13.3267 5.89867 13.3133 5.83834 13.2937 5.77992V5.71992C13.2616 5.65137 13.2188 5.58836 13.167 5.53325V5.53325L9.16699 1.53325C9.11188 1.4814 9.04887 1.43864 8.98033 1.40659H8.91366C8.84883 1.37192 8.77917 1.3472 8.70699 1.33325H4.66699C4.13656 1.33325 3.62785 1.54397 3.25278 1.91904C2.87771 2.29411 2.66699 2.80282 2.66699 3.33325V12.6666C2.66699 13.197 2.87771 13.7057 3.25278 14.0808C3.62785 14.4559 4.13656 14.6666 4.66699 14.6666H11.3337C11.8641 14.6666 12.3728 14.4559 12.7479 14.0808C13.1229 13.7057 13.3337 13.197 13.3337 12.6666V5.99992C13.3337 5.99992 13.3337 5.99992 13.3337 5.95992ZM9.33366 3.60659L11.0603 5.33325H10.0003C9.82351 5.33325 9.65395 5.26301 9.52892 5.13799C9.4039 5.01297 9.33366 4.8434 9.33366 4.66659V3.60659ZM12.0003 12.6666C12.0003 12.8434 11.9301 13.013 11.8051 13.138C11.68 13.263 11.5105 13.3333 11.3337 13.3333H4.66699C4.49018 13.3333 4.32061 13.263 4.19559 13.138C4.07056 13.013 4.00033 12.8434 4.00033 12.6666V3.33325C4.00033 3.15644 4.07056 2.98687 4.19559 2.86185C4.32061 2.73682 4.49018 2.66659 4.66699 2.66659H8.00033V4.66659C8.00033 5.19702 8.21104 5.70573 8.58611 6.0808C8.96118 6.45587 9.46989 6.66658 10.0003 6.66658H12.0003V12.6666Z" } }] };
5
+ export var UploadFileSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'upload-file-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ UploadFileSingle.displayName = 'UploadFileSingle';
13
+ export default UploadFileSingle;
14
+ //# sourceMappingURL=upload-file-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-file-single.js","sourceRoot":"","sources":["../../src/components/upload-file-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,spEAAspE,EAAC,EAAC,CAAC,EAAC,CAAC;AAEh0E,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAU,CACxC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,oBAAoB;QACxB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,eAAe,gBAAgB,CAAC"}