@univerjs/icons 0.1.43 → 0.1.45

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 (75) hide show
  1. package/dist/components/{cell-filter-single.d.ts → close-small-single.d.ts} +2 -2
  2. package/dist/components/doc.d.ts +4 -0
  3. package/dist/components/more-horizontal-single.d.ts +4 -0
  4. package/dist/components/notvalue-filter-single.d.ts +4 -0
  5. package/dist/components/organization-single.d.ts +4 -0
  6. package/dist/components/permission-setting-single.d.ts +4 -0
  7. package/dist/components/protect-single.d.ts +4 -0
  8. package/dist/components/reply-to-comment-single.d.ts +4 -0
  9. package/dist/components/resolved-single.d.ts +4 -0
  10. package/{esm/components/cell-filter-single.d.ts → dist/components/share-range-single.d.ts} +2 -2
  11. package/dist/components/slide.d.ts +4 -0
  12. package/dist/components/solve-single.d.ts +4 -0
  13. package/dist/components/value-filter-single.d.ts +4 -0
  14. package/dist/components/viwe-mode-single.d.ts +4 -0
  15. package/dist/components/xlsx.d.ts +4 -0
  16. package/dist/icons.d.ts +15 -1
  17. package/dist/index.js +1 -1
  18. package/dist/manifest.d.ts +6 -2
  19. package/esm/components/align-top-single.js +1 -1
  20. package/esm/components/align-top-single.js.map +1 -1
  21. package/esm/components/close-small-single.d.ts +4 -0
  22. package/esm/components/close-small-single.js +14 -0
  23. package/esm/components/close-small-single.js.map +1 -0
  24. package/esm/components/comment-single.js +1 -1
  25. package/esm/components/comment-single.js.map +1 -1
  26. package/esm/components/doc.d.ts +4 -0
  27. package/esm/components/doc.js +14 -0
  28. package/esm/components/doc.js.map +1 -0
  29. package/esm/components/more-horizontal-single.d.ts +4 -0
  30. package/esm/components/more-horizontal-single.js +14 -0
  31. package/esm/components/more-horizontal-single.js.map +1 -0
  32. package/esm/components/notvalue-filter-single.d.ts +4 -0
  33. package/esm/components/notvalue-filter-single.js +14 -0
  34. package/esm/components/notvalue-filter-single.js.map +1 -0
  35. package/esm/components/organization-single.d.ts +4 -0
  36. package/esm/components/organization-single.js +14 -0
  37. package/esm/components/organization-single.js.map +1 -0
  38. package/esm/components/permission-setting-single.d.ts +4 -0
  39. package/esm/components/permission-setting-single.js +14 -0
  40. package/esm/components/permission-setting-single.js.map +1 -0
  41. package/esm/components/protect-single.d.ts +4 -0
  42. package/esm/components/protect-single.js +14 -0
  43. package/esm/components/protect-single.js.map +1 -0
  44. package/esm/components/reply-to-comment-single.d.ts +4 -0
  45. package/esm/components/reply-to-comment-single.js +14 -0
  46. package/esm/components/reply-to-comment-single.js.map +1 -0
  47. package/esm/components/resolved-single.d.ts +4 -0
  48. package/esm/components/resolved-single.js +14 -0
  49. package/esm/components/resolved-single.js.map +1 -0
  50. package/esm/components/share-range-single.d.ts +4 -0
  51. package/esm/components/share-range-single.js +14 -0
  52. package/esm/components/share-range-single.js.map +1 -0
  53. package/esm/components/slide.d.ts +4 -0
  54. package/esm/components/slide.js +14 -0
  55. package/esm/components/slide.js.map +1 -0
  56. package/esm/components/solve-single.d.ts +4 -0
  57. package/esm/components/solve-single.js +14 -0
  58. package/esm/components/solve-single.js.map +1 -0
  59. package/esm/components/value-filter-single.d.ts +4 -0
  60. package/esm/components/{cell-filter-single.js → value-filter-single.js} +5 -5
  61. package/esm/components/value-filter-single.js.map +1 -0
  62. package/esm/components/viwe-mode-single.d.ts +4 -0
  63. package/esm/components/viwe-mode-single.js +14 -0
  64. package/esm/components/viwe-mode-single.js.map +1 -0
  65. package/esm/components/xlsx.d.ts +4 -0
  66. package/esm/components/xlsx.js +14 -0
  67. package/esm/components/xlsx.js.map +1 -0
  68. package/esm/icons.d.ts +15 -1
  69. package/esm/icons.js +15 -1
  70. package/esm/icons.js.map +1 -1
  71. package/esm/manifest.d.ts +6 -2
  72. package/esm/manifest.js +36 -16
  73. package/esm/manifest.js.map +1 -1
  74. package/package.json +1 -1
  75. package/esm/components/cell-filter-single.js.map +0 -1
@@ -10,6 +10,10 @@ export declare const singleDrawerPageManifest: {
10
10
  stem: string;
11
11
  icon: string;
12
12
  }[];
13
+ export declare const otherFileTypeManifest: {
14
+ stem: string;
15
+ icon: string;
16
+ }[];
13
17
  export declare const singleFeedbackManifest: {
14
18
  stem: string;
15
19
  icon: string;
@@ -22,11 +26,11 @@ export declare const singleUniverOfficialWebsiteMidManifest: {
22
26
  stem: string;
23
27
  icon: string;
24
28
  }[];
25
- export declare const singleDocumentOperationsManifest: {
29
+ export declare const singleUniverOfficialWebsiteWebManifest: {
26
30
  stem: string;
27
31
  icon: string;
28
32
  }[];
29
- export declare const singleUniverOfficialWebsiteWebManifest: {
33
+ export declare const singleDocumentOperationsManifest: {
30
34
  stem: string;
31
35
  icon: string;
32
36
  }[];
@@ -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": "mask", "attrs": { "id": "mask0_102_830", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "fill": "currentColor", "mask": "url(#mask0_102_830)" }, "children": [{ "tag": "path", "attrs": { "d": "M1.30457 14.0064C1.30457 13.6398 1.60172 13.3426 1.96828 13.3426H14.0315C14.398 13.3426 14.6952 13.6398 14.6952 14.0064 14.6952 14.3729 14.398 14.6701 14.0315 14.6701H1.96828C1.60172 14.6701 1.30457 14.3729 1.30457 14.0064zM7.99992 10.3675C7.60968 10.3675 7.29333 10.0646 7.29333 9.69086V3.64013L6.5725 4.33045C6.29656 4.59471 5.84917 4.59471 5.57323 4.33045 5.2973 4.06619 5.2973 3.63775 5.57323 3.37349L7.4997 1.52859 7.50492 1.52363C7.6324 1.40376 7.80714 1.32983 7.99992 1.32983 8.09649 1.32983 8.18853 1.34839 8.27237 1.38197 8.35307 1.41422 8.42879 1.46144 8.49491 1.52363L8.5001 1.52856 10.4266 3.37349C10.7025 3.63775 10.7025 4.0662 10.4266 4.33045 10.1507 4.59471 9.70328 4.59471 9.42734 4.33045L8.7065 3.64013V9.69086C8.7065 10.0646 8.39015 10.3675 7.99992 10.3675z" } }] }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_102_830", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "fill": "currentColor", "mask": "url(#mask0_102_830)" }, "children": [{ "tag": "path", "attrs": { "d": "M7.99997 14.672C7.60973 14.672 7.29338 14.369 7.29338 13.9953V7.94458L6.57255 8.63489C6.29661 8.89915 5.84923 8.89915 5.57329 8.63489 5.29735 8.37064 5.29735 7.94219 5.57329 7.67794L7.49975 5.83303 7.50497 5.82807C7.63246 5.70821 7.8072 5.63428 7.99997 5.63428 8.09654 5.63428 8.18858 5.65283 8.27243 5.68641 8.35313 5.71867 8.42885 5.76589 8.49497 5.82807L8.50016 5.833 10.4267 7.67794C10.7026 7.94219 10.7026 8.37064 10.4267 8.6349 10.1507 8.89915 9.70333 8.89915 9.42739 8.6349L8.70655 7.94458V13.9953C8.70655 14.369 8.39021 14.672 7.99997 14.672zM1.30457 1.99672C1.30457 1.63016 1.60172 1.33301 1.96828 1.33301H14.0315C14.398 1.33301 14.6952 1.63016 14.6952 1.99672 14.6952 2.36328 14.398 2.66044 14.0315 2.66044H1.96828C1.60172 2.66044 1.30457 2.36328 1.30457 1.99672z" } }] }] };
5
5
  export var AlignTopSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'align-top-single',
@@ -1 +1 @@
1
- {"version":3,"file":"align-top-single.js","sourceRoot":"","sources":["../../src/components/align-top-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,IAAI,EAAC,eAAe,EAAC,OAAO,EAAC,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,OAAO,EAAC,EAAE,EAAC,QAAQ,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,WAAW,EAAC,gBAAgB,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,MAAM,EAAC,qBAAqB,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,ywBAAywB,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC;AAEzsC,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"}
1
+ {"version":3,"file":"align-top-single.js","sourceRoot":"","sources":["../../src/components/align-top-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,IAAI,EAAC,eAAe,EAAC,OAAO,EAAC,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,OAAO,EAAC,EAAE,EAAC,QAAQ,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,WAAW,EAAC,gBAAgB,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,MAAM,EAAC,qBAAqB,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,uwBAAuwB,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC;AAEvsC,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 CloseSmallSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default CloseSmallSingle;
@@ -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 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M5.21243 5.62036L11.8791 12.287M5.21243 12.287L11.8791 5.62036", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.33 } }] };
5
+ export var CloseSmallSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'close-small-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ CloseSmallSingle.displayName = 'CloseSmallSingle';
13
+ export default CloseSmallSingle;
14
+ //# sourceMappingURL=close-small-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"close-small-single.js","sourceRoot":"","sources":["../../src/components/close-small-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,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,gEAAgE,EAAC,eAAe,EAAC,OAAO,EAAC,gBAAgB,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhT,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"}
@@ -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": "mask", "attrs": { "id": "mask0_102_574", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_574)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.78581 3.52367C1.78581 3.12402 2.09761 2.80005 2.48224 2.80005H13.5894C13.974 2.80005 14.2858 3.12402 14.2858 3.52367V11.2689C14.2858 11.6685 13.974 11.9925 13.5894 11.9925H7.96004L5.2053 13.4236C4.98942 13.5358 4.73303 13.5238 4.52771 13.392C4.3224 13.2601 4.19742 13.0272 4.19742 12.7764V11.9925H2.48224C2.09761 11.9925 1.78581 11.6685 1.78581 11.2689V3.52367ZM5.59028 11.6056L7.48418 10.8217C7.58088 10.7714 7.68752 10.7453 7.79563 10.7453H13.093V4.04728H2.97867V10.7453H4.89385C5.27848 10.7453 5.59028 10.8692 5.59028 11.2689V11.6056ZM5.18403 6.3704C5.56866 6.3704 5.88046 6.69438 5.88046 7.09402V7.99854C5.88046 8.39818 5.56866 8.72216 5.18403 8.72216C4.7994 8.72216 4.4876 8.39818 4.4876 7.99854V7.09402C4.4876 6.69438 4.7994 6.3704 5.18403 6.3704ZM8.08581 6.3704C8.47044 6.3704 8.78224 6.69438 8.78224 7.09402V7.99854C8.78224 8.39818 8.47044 8.72216 8.08581 8.72216C7.70119 8.72216 7.38939 8.39818 7.38939 7.99854V7.09402C7.38939 6.69438 7.70119 6.3704 8.08581 6.3704ZM10.9876 6.3704C11.3722 6.3704 11.684 6.69438 11.684 7.09402V7.99854C11.684 8.39818 11.3722 8.72216 10.9876 8.72216C10.603 8.72216 10.2912 8.39818 10.2912 7.99854V7.09402C10.2912 6.69438 10.603 6.3704 10.9876 6.3704Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.83725 6.78345C6.22188 6.78345 6.53368 7.10742 6.53368 7.50706V8.41159C6.53368 8.81123 6.22188 9.13521 5.83725 9.13521C5.45263 9.13521 5.14082 8.81123 5.14082 8.41159V7.50706C5.14082 7.10742 5.45263 6.78345 5.83725 6.78345ZM8.73904 6.78345C9.12366 6.78345 9.43546 7.10742 9.43546 7.50706V8.41159C9.43546 8.81123 9.12366 9.13521 8.73904 9.13521C8.35441 9.13521 8.04261 8.81123 8.04261 8.41159V7.50706C8.04261 7.10742 8.35441 6.78345 8.73904 6.78345ZM11.6408 6.78345C12.0254 6.78345 12.3372 7.10742 12.3372 7.50706V8.41159C12.3372 8.81123 12.0254 9.13521 11.6408 9.13521C11.2562 9.13521 10.9444 8.81123 10.9444 8.41159V7.50706C10.9444 7.10742 11.2562 6.78345 11.6408 6.78345Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.83725 6.78345C6.22188 6.78345 6.53368 7.10742 6.53368 7.50706V8.41159C6.53368 8.81123 6.22188 9.13521 5.83725 9.13521 5.45263 9.13521 5.14082 8.81123 5.14082 8.41159V7.50706C5.14082 7.10742 5.45263 6.78345 5.83725 6.78345zM8.73904 6.78345C9.12366 6.78345 9.43546 7.10742 9.43546 7.50706V8.41159C9.43546 8.81123 9.12366 9.13521 8.73904 9.13521 8.35441 9.13521 8.04261 8.81123 8.04261 8.41159V7.50706C8.04261 7.10742 8.35441 6.78345 8.73904 6.78345zM11.6408 6.78345C12.0254 6.78345 12.3372 7.10742 12.3372 7.50706V8.41159C12.3372 8.81123 12.0254 9.13521 11.6408 9.13521 11.2562 9.13521 10.9444 8.81123 10.9444 8.41159V7.50706C10.9444 7.10742 11.2562 6.78345 11.6408 6.78345z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.84351 3.41861C1.84351 3.01861 2.15531 2.69434 2.53993 2.69434H14.9381C15.3228 2.69434 15.6346 3.01861 15.6346 3.41861V12.4611C15.6346 12.8612 15.3228 13.1854 14.9381 13.1854H8.82117L6.06643 14.6179C5.85054 14.7301 5.59416 14.7181 5.38884 14.5862C5.18352 14.4542 5.05855 14.2211 5.05855 13.9701V13.1854H2.53993C2.15531 13.1854 1.84351 12.8612 1.84351 12.4611L1.84351 3.41861ZM6.45141 12.7982L8.34531 12.0135C8.44201 11.9632 8.54864 11.9371 8.65676 11.9371H14.2417C14.3522 11.9371 14.4417 11.8475 14.4417 11.7371V4.14271C14.4417 4.03225 14.3522 3.94271 14.2417 3.94271H3.23636C3.12591 3.94271 3.03636 4.03225 3.03636 4.14271L3.03636 11.7371C3.03636 11.8475 3.12591 11.9371 3.23636 11.9371L5.75498 11.9371C6.1396 11.9371 6.45141 12.0611 6.45141 12.4611V12.7982Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
5
  export var CommentSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'comment-single',
@@ -1 +1 @@
1
- {"version":3,"file":"comment-single.js","sourceRoot":"","sources":["../../src/components/comment-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,IAAI,EAAC,eAAe,EAAC,OAAO,EAAC,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,OAAO,EAAC,EAAE,EAAC,QAAQ,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,WAAW,EAAC,gBAAgB,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,qBAAqB,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2qCAA2qC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC;AAErpD,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":"comment-single.js","sourceRoot":"","sources":["../../src/components/comment-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,qqBAAqqB,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,qqBAAqqB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2vBAA2vB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE36E,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"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const Doc: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default Doc;
@@ -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": "#4B7DFF", "d": "M3.36396 1.12549C2.61066 1.12549 2 1.73615 2 2.48945V13.5104C2 14.2637 2.61066 14.8744 3.36396 14.8744H12.457C13.2103 14.8744 13.821 14.2637 13.821 13.5104V5.0992L9.91954 1.12549H3.36396Z" } }, { "tag": "path", "attrs": { "fill": "#fff", "d": "M4.48291 7.27974C4.48291 7.09565 4.63215 6.94641 4.81624 6.94641H10.1496C10.3337 6.94641 10.4829 7.09565 10.4829 7.27974 10.4829 7.46384 10.3337 7.61308 10.1496 7.61308H4.81624C4.63215 7.61308 4.48291 7.46384 4.48291 7.27974zM4.48291 9.62651C4.48291 9.44241 4.63215 9.29317 4.81624 9.29317H10.1496C10.3337 9.29317 10.4829 9.44241 10.4829 9.62651 10.4829 9.8106 10.3337 9.95984 10.1496 9.95984H4.81624C4.63215 9.95984 4.48291 9.8106 4.48291 9.62651zM4.81624 11.6399C4.63215 11.6399 4.48291 11.7892 4.48291 11.9733 4.48291 12.1574 4.63215 12.3066 4.81624 12.3066H7.48291C7.667 12.3066 7.81624 12.1574 7.81624 11.9733 7.81624 11.7892 7.667 11.6399 7.48291 11.6399H4.81624z" } }, { "tag": "path", "attrs": { "fill": "#305CFA", "d": "M9.91797 1.12549L13.8209 5.09842H10.5846C10.2164 5.09842 9.91797 4.79994 9.91797 4.43175V1.12549Z" } }] };
5
+ export var Doc = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'doc',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ Doc.displayName = 'Doc';
13
+ export default Doc;
14
+ //# sourceMappingURL=doc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"doc.js","sourceRoot":"","sources":["../../src/components/doc.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,SAAS,EAAC,GAAG,EAAC,6LAA6L,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,+pBAA+pB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,mGAAmG,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/rC,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 MoreHorizontalSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default MoreHorizontalSingle;
@@ -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": "M3 9C3.55228 9 4 8.55228 4 8 4 7.44772 3.55228 7 3 7 2.44772 7 2 7.44772 2 8 2 8.55228 2.44772 9 3 9zM8 9C8.55228 9 9 8.55228 9 8 9 7.44772 8.55228 7 8 7 7.44772 7 7 7.44772 7 8 7 8.55228 7.44772 9 8 9zM13 9C13.5523 9 14 8.55228 14 8 14 7.44772 13.5523 7 13 7 12.4477 7 12 7.44772 12 8 12 8.55228 12.4477 9 13 9z" } }] };
5
+ export var MoreHorizontalSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'more-horizontal-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ MoreHorizontalSingle.displayName = 'MoreHorizontalSingle';
13
+ export default MoreHorizontalSingle;
14
+ //# sourceMappingURL=more-horizontal-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"more-horizontal-single.js","sourceRoot":"","sources":["../../src/components/more-horizontal-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,0TAA0T,EAAC,EAAC,CAAC,EAAC,CAAC;AAEpe,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 NotvalueFilterSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default NotvalueFilterSingle;
@@ -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": "M3.30363 3C2.79117 3 2.51457 3.60097 2.84788 3.99024L6.8 8.60593V12.5662C6.8 12.7184 6.8864 12.8575 7.02289 12.9249L8.76717 13.7863C8.96655 13.8847 9.2 13.7396 9.2 13.5173V8.60593L13.1521 3.99024C13.4854 3.60097 13.2088 3 12.6964 3H3.30363Z" } }] };
5
+ export var NotvalueFilterSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'notvalue-filter-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ NotvalueFilterSingle.displayName = 'NotvalueFilterSingle';
13
+ export default NotvalueFilterSingle;
14
+ //# sourceMappingURL=notvalue-filter-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notvalue-filter-single.js","sourceRoot":"","sources":["../../src/components/notvalue-filter-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,kPAAkP,EAAC,EAAC,CAAC,EAAC,CAAC;AAE5Z,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 OrganizationSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default OrganizationSingle;
@@ -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": "M3.57494 6.95463C3.9181 6.82118 4.0881 6.43482 3.95465 6.09166C3.8212 5.74851 3.43484 5.57851 3.09168 5.71196L3.57494 6.95463ZM0.671589 9.25227C0.626839 9.61773 0.886826 9.95027 1.25229 9.99502C1.61775 10.0398 1.95029 9.77978 1.99504 9.41432L0.671589 9.25227ZM12.9083 5.71196C12.5651 5.57851 12.1788 5.74851 12.0453 6.09166C11.9119 6.43482 12.0819 6.82118 12.425 6.95463L12.9083 5.71196ZM14.0049 9.41432C14.0497 9.77978 14.3822 10.0398 14.7477 9.99502C15.1131 9.95027 15.3731 9.61773 15.3284 9.25227L14.0049 9.41432ZM6.15744 5.68549C5.79966 5.59853 5.43914 5.81806 5.35217 6.17584C5.26521 6.53361 5.48475 6.89414 5.84252 6.9811L6.15744 5.68549ZM10.1574 6.9811C10.5152 6.89414 10.7347 6.53361 10.6478 6.17584C10.5608 5.81806 10.2003 5.59853 9.84252 5.68549L10.1574 6.9811ZM6.78384 11.9896C7.1463 11.9249 7.38766 11.5786 7.32293 11.2161C7.25821 10.8536 6.91191 10.6123 6.54945 10.677L6.78384 11.9896ZM4.03602 13.1171C3.9166 13.4654 4.10214 13.8445 4.45043 13.9639C4.79872 14.0833 5.17786 13.8978 5.29728 13.5495L4.03602 13.1171ZM9.45051 10.677C9.08805 10.6123 8.74175 10.8536 8.67703 11.2161C8.6123 11.5786 8.85366 11.9249 9.21612 11.9896L9.45051 10.677ZM10.7027 13.5495C10.8221 13.8978 11.2012 14.0833 11.5495 13.9639C11.8978 13.8445 12.0834 13.4654 11.9639 13.1171L10.7027 13.5495ZM3.33331 6.33329C3.09168 5.71196 3.09133 5.71209 3.09098 5.71223C3.09085 5.71228 3.09049 5.71242 3.09023 5.71252C3.08972 5.71272 3.08919 5.71293 3.08862 5.71315C3.0875 5.7136 3.08626 5.71409 3.08492 5.71462C3.08224 5.71569 3.07914 5.71695 3.07562 5.71839C3.06859 5.72127 3.05991 5.7249 3.04968 5.72932C3.02923 5.73815 3.00253 5.75014 2.97042 5.76557C2.90625 5.7964 2.82002 5.84114 2.71837 5.90203C2.5155 6.02357 2.24819 6.2113 1.9721 6.48386C1.41334 7.03546 0.834736 7.91989 0.671589 9.25227L1.99504 9.41432C2.1176 8.41336 2.539 7.7978 2.90881 7.43273C3.097 7.24695 3.27612 7.12218 3.40361 7.04581C3.46715 7.00774 3.51708 6.98217 3.54777 6.96742C3.56309 6.96006 3.57351 6.95545 3.5783 6.95338C3.5807 6.95235 3.58168 6.95195 3.58115 6.95217C3.58089 6.95228 3.58025 6.95254 3.57922 6.95295C3.5787 6.95315 3.57809 6.9534 3.57738 6.95368C3.57702 6.95382 3.57664 6.95397 3.57624 6.95413C3.57603 6.95421 3.57571 6.95433 3.57561 6.95437C3.57528 6.9545 3.57494 6.95463 3.33331 6.33329ZM12.6666 6.33329C12.425 6.95463 12.4247 6.9545 12.4244 6.95437C12.4243 6.95433 12.4239 6.95421 12.4237 6.95413C12.4233 6.95397 12.4229 6.95382 12.4226 6.95368C12.4219 6.9534 12.4213 6.95315 12.4207 6.95295C12.4197 6.95254 12.4191 6.95228 12.4188 6.95217C12.4183 6.95195 12.4193 6.95235 12.4217 6.95338C12.4265 6.95545 12.4369 6.96006 12.4522 6.96742C12.4829 6.98217 12.5328 7.00774 12.5964 7.04581C12.7238 7.12219 12.903 7.24695 13.0912 7.43273C13.461 7.7978 13.8824 8.41336 14.0049 9.41432L15.3284 9.25227C15.1652 7.91989 14.5866 7.03546 14.0279 6.48386C13.7518 6.2113 13.4845 6.02357 13.2816 5.90203C13.1799 5.84113 13.0937 5.7964 13.0295 5.76557C12.9974 5.75014 12.9707 5.73815 12.9503 5.72932C12.94 5.7249 12.9314 5.72127 12.9243 5.71839C12.9208 5.71694 12.9177 5.71569 12.915 5.71462C12.9137 5.71409 12.9125 5.7136 12.9113 5.71315C12.9108 5.71293 12.9102 5.71272 12.9097 5.71252C12.9095 5.71242 12.9091 5.71228 12.909 5.71223C12.9086 5.71209 12.9083 5.71196 12.6666 6.33329ZM5.99998 6.33329C5.84252 6.9811 5.84218 6.98102 5.84185 6.98093C5.84175 6.98091 5.84142 6.98083 5.84121 6.98078C5.8408 6.98068 5.84041 6.98058 5.84004 6.98049C5.83931 6.98031 5.83866 6.98015 5.83811 6.98001C5.837 6.97973 5.83625 6.97953 5.83585 6.97943C5.83506 6.97922 5.83565 6.97937 5.83756 6.97991C5.84139 6.98098 5.85041 6.9836 5.86398 6.988C5.89122 6.99682 5.93622 7.01265 5.99403 7.03738C6.11031 7.08712 6.27378 7.1709 6.44788 7.30255C6.78763 7.55946 7.18407 8.00899 7.34699 8.80096L8.65297 8.5323C8.41589 7.37983 7.81233 6.6627 7.25208 6.23904C6.97618 6.03042 6.71465 5.89544 6.51843 5.8115C6.41999 5.76939 6.33687 5.73964 6.27504 5.71961C6.24409 5.70958 6.21834 5.70193 6.19853 5.69636C6.18862 5.69358 6.18018 5.6913 6.17331 5.68951C6.16987 5.68861 6.16682 5.68783 6.16417 5.68716C6.16285 5.68682 6.16162 5.68652 6.1605 5.68624C6.15994 5.6861 6.1594 5.68597 6.15889 5.68584C6.15864 5.68578 6.15827 5.68569 6.15815 5.68566C6.15779 5.68557 6.15744 5.68549 5.99998 6.33329ZM9.99998 6.33329C9.84252 5.68549 9.84217 5.68557 9.84181 5.68566C9.84169 5.68569 9.84132 5.68578 9.84107 5.68584C9.84056 5.68597 9.84002 5.6861 9.83946 5.68624C9.83834 5.68652 9.83711 5.68682 9.83579 5.68716C9.83314 5.68783 9.83009 5.68861 9.82665 5.68951C9.81978 5.6913 9.81134 5.69358 9.80143 5.69636C9.78162 5.70193 9.75587 5.70958 9.72492 5.71961C9.66309 5.73964 9.57997 5.76939 9.48153 5.8115C9.28531 5.89544 9.02378 6.03042 8.74788 6.23904C8.18763 6.6627 7.58407 7.37983 7.34699 8.5323L8.65297 8.80096C8.81589 8.00899 9.21233 7.55946 9.55208 7.30255C9.72618 7.1709 9.88965 7.08712 10.0059 7.03738C10.0637 7.01265 10.1087 6.99682 10.136 6.988C10.1496 6.9836 10.1586 6.98098 10.1624 6.97991C10.1643 6.97937 10.1649 6.97922 10.1641 6.97943C10.1637 6.97953 10.163 6.97973 10.1619 6.98001C10.1613 6.98015 10.1607 6.98031 10.1599 6.98049C10.1596 6.98058 10.1592 6.98068 10.1587 6.98078C10.1585 6.98083 10.1582 6.98091 10.1581 6.98093C10.1578 6.98102 10.1574 6.9811 9.99998 6.33329ZM6.66665 11.3333C6.54945 10.677 6.54908 10.6771 6.54871 10.6771C6.54857 10.6772 6.54819 10.6772 6.54793 10.6773C6.5474 10.6774 6.54684 10.6775 6.54627 10.6776C6.54512 10.6778 6.54388 10.678 6.54255 10.6783C6.53989 10.6788 6.53688 10.6794 6.53352 10.68C6.52681 10.6813 6.51872 10.683 6.50932 10.685C6.49051 10.6891 6.46642 10.6947 6.43762 10.7022C6.38008 10.7172 6.30333 10.7397 6.21209 10.7727C6.03001 10.8384 5.78725 10.9467 5.52374 11.1211C4.98931 11.4748 4.38862 12.0887 4.03602 13.1171L5.29728 13.5495C5.54468 12.8279 5.94398 12.4418 6.25956 12.233C6.42105 12.1261 6.56578 12.0625 6.66495 12.0267C6.71434 12.0089 6.75165 11.9982 6.77302 11.9927C6.78367 11.9899 6.79024 11.9884 6.79224 11.988C6.79323 11.9878 6.79308 11.9878 6.7917 11.9881C6.79101 11.9882 6.79002 11.9884 6.78871 11.9887C6.78806 11.9888 6.78733 11.9889 6.78652 11.9891C6.78611 11.9892 6.78568 11.9892 6.78524 11.9893C6.78502 11.9894 6.78467 11.9894 6.78455 11.9894C6.7842 11.9895 6.78384 11.9896 6.66665 11.3333ZM9.33331 11.3333C9.21612 11.9896 9.21576 11.9895 9.2154 11.9894C9.21529 11.9894 9.21494 11.9894 9.21472 11.9893C9.21428 11.9892 9.21385 11.9892 9.21344 11.9891C9.21263 11.9889 9.2119 11.9888 9.21125 11.9887C9.20994 11.9884 9.20895 11.9882 9.20826 11.9881C9.20688 11.9878 9.20672 11.9878 9.20772 11.988C9.20972 11.9884 9.21629 11.9899 9.22694 11.9927C9.24831 11.9982 9.28562 12.0089 9.33501 12.0267C9.43417 12.0625 9.57891 12.1261 9.7404 12.233C10.056 12.4418 10.4553 12.8279 10.7027 13.5495L11.9639 13.1171C11.6113 12.0887 11.0106 11.4748 10.4762 11.1211C10.2127 10.9467 9.96995 10.8384 9.78787 10.7727C9.69663 10.7397 9.61988 10.7172 9.56234 10.7022C9.53354 10.6947 9.50945 10.6891 9.49064 10.685C9.48124 10.683 9.47315 10.6813 9.46644 10.68C9.46308 10.6794 9.46007 10.6788 9.45741 10.6783C9.45608 10.678 9.45484 10.6778 9.45369 10.6776C9.45312 10.6775 9.45256 10.6774 9.45203 10.6773C9.45177 10.6772 9.45139 10.6772 9.45125 10.6771C9.45088 10.6771 9.45051 10.677 9.33331 11.3333ZM8.99998 10.3333C8.99998 10.8856 8.55226 11.3333 7.99998 11.3333V12.6666C9.28864 12.6666 10.3333 11.622 10.3333 10.3333H8.99998ZM7.99998 11.3333C7.4477 11.3333 6.99998 10.8856 6.99998 10.3333H5.66665C5.66665 11.622 6.71132 12.6666 7.99998 12.6666V11.3333ZM6.99998 10.3333C6.99998 9.78101 7.4477 9.33329 7.99998 9.33329V7.99996C6.71132 7.99996 5.66665 9.04463 5.66665 10.3333H6.99998ZM7.99998 9.33329C8.55227 9.33329 8.99998 9.78101 8.99998 10.3333H10.3333C10.3333 9.04463 9.28864 7.99996 7.99998 7.99996V9.33329ZM12.6666 4.66663C12.6666 5.40301 12.0697 5.99996 11.3333 5.99996V7.33329C12.8061 7.33329 14 6.13939 14 4.66663H12.6666ZM11.3333 5.99996C10.5969 5.99996 9.99998 5.40301 9.99998 4.66663H8.66665C8.66665 6.13939 9.86055 7.33329 11.3333 7.33329V5.99996ZM9.99998 4.66663C9.99998 3.93025 10.5969 3.33329 11.3333 3.33329V1.99996C9.86055 1.99996 8.66665 3.19387 8.66665 4.66663H9.99998ZM11.3333 3.33329C12.0697 3.33329 12.6666 3.93025 12.6666 4.66663H14C14 3.19387 12.8061 1.99996 11.3333 1.99996V3.33329ZM5.99998 4.66663C5.99998 5.40301 5.40303 5.99996 4.66665 5.99996V7.33329C6.13941 7.33329 7.33331 6.13939 7.33331 4.66663H5.99998ZM4.66665 5.99996C3.93027 5.99996 3.33331 5.40301 3.33331 4.66663H1.99998C1.99998 6.13939 3.19389 7.33329 4.66665 7.33329V5.99996ZM3.33331 4.66663C3.33331 3.93025 3.93027 3.33329 4.66665 3.33329V1.99996C3.19389 1.99996 1.99998 3.19387 1.99998 4.66663H3.33331ZM4.66665 3.33329C5.40303 3.33329 5.99998 3.93025 5.99998 4.66663H7.33331C7.33331 3.19387 6.13941 1.99996 4.66665 1.99996V3.33329Z" } }] };
5
+ export var OrganizationSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'organization-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ OrganizationSingle.displayName = 'OrganizationSingle';
13
+ export default OrganizationSingle;
14
+ //# sourceMappingURL=organization-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization-single.js","sourceRoot":"","sources":["../../src/components/organization-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,6+QAA6+Q,EAAC,EAAC,CAAC,EAAC,CAAC;AAEvpR,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 PermissionSettingSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PermissionSettingSingle;
@@ -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.00002 5.66663C6.71136 5.66663 5.66669 6.7113 5.66669 7.99996C5.66669 9.28862 6.71136 10.3333 8.00002 10.3333C9.28868 10.3333 10.3334 9.28862 10.3334 7.99996C10.3334 6.7113 9.28868 5.66663 8.00002 5.66663ZM7.00002 7.99996C7.00002 7.44768 7.44774 6.99996 8.00002 6.99996C8.5523 6.99996 9.00002 7.44768 9.00002 7.99996C9.00002 8.55224 8.5523 8.99996 8.00002 8.99996C7.44774 8.99996 7.00002 8.55224 7.00002 7.99996Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.66675 1.66663C4.43051 1.66663 4.21191 1.79165 4.09213 1.99527L0.758734 7.66194C0.636005 7.87058 0.636005 8.12934 0.758734 8.33798L4.09213 14.0046C4.21191 14.2083 4.43051 14.3333 4.66675 14.3333H11.3335C11.5697 14.3333 11.7883 14.2083 11.9081 14.0046L15.2413 8.33797C15.364 8.12934 15.364 7.87058 15.2413 7.66195L11.9081 1.99529C11.7883 1.79166 11.5697 1.66663 11.3335 1.66663H4.66675ZM2.10681 7.99996L5.04805 2.99996H10.9522L13.8932 7.99996L10.9522 13H5.04805L2.10681 7.99996Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var PermissionSettingSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'permission-setting-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PermissionSettingSingle.displayName = 'PermissionSettingSingle';
13
+ export default PermissionSettingSingle;
14
+ //# sourceMappingURL=permission-setting-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permission-setting-single.js","sourceRoot":"","sources":["../../src/components/permission-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,gaAAga,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,ieAAie,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEnrC,MAAM,CAAC,IAAM,uBAAuB,GAAG,UAAU,CAC/C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,2BAA2B;QAC/B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,uBAAuB,CAAC,WAAW,GAAG,yBAAyB,CAAC;AAEhE,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ProtectSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ProtectSingle;
@@ -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": { "stroke": "currentColor", "d": "M8.14424 13.6667H2.47757C1.92529 13.6667 1.47757 13.219 1.47757 12.6667V3C1.47757 2.44772 1.92529 2 2.47757 2H13.5224C14.0747 2 14.5224 2.44772 14.5224 3V7.63736", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.33 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M13.5224 11.3335H11.5224C10.9701 11.3335 10.5224 11.7812 10.5224 12.3335V13.0002C10.5224 13.5524 10.9701 14.0002 11.5224 14.0002H13.5224C14.0747 14.0002 14.5224 13.5524 14.5224 13.0002V12.3335C14.5224 11.7812 14.0747 11.3335 13.5224 11.3335zM12.5224 9.3335C13.0747 9.3335 13.5224 9.7812 13.5224 10.3335V11.3335H11.5224V10.3335C11.5224 9.7812 11.9701 9.3335 12.5224 9.3335z", "strokeLinejoin": "round", "strokeWidth": 1.33 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M5.82585 2.26904V6.17786M10.1741 2.26904V6.17786", "strokeLinecap": "round", "strokeWidth": 1.33 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M1.57254 6.17773H14.4275", "strokeWidth": 1.33 } }] };
5
+ export var ProtectSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'protect-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ProtectSingle.displayName = 'ProtectSingle';
13
+ export default ProtectSingle;
14
+ //# sourceMappingURL=protect-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protect-single.js","sourceRoot":"","sources":["../../src/components/protect-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,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,mKAAmK,EAAC,eAAe,EAAC,OAAO,EAAC,gBAAgB,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,sXAAsX,EAAC,gBAAgB,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,kDAAkD,EAAC,eAAe,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,0BAA0B,EAAC,aAAa,EAAC,IAAI,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjmC,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"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ReplyToCommentSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ReplyToCommentSingle;
@@ -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": "M6.33335 5.5C5.96516 5.5 5.66669 5.79848 5.66669 6.16667 5.66669 6.53486 5.96516 6.83333 6.33335 6.83333H6.66669C7.03488 6.83333 7.33335 6.53486 7.33335 6.16667 7.33335 5.79848 7.03488 5.5 6.66669 5.5H6.33335zM8.00018 6.16667C8.00018 5.79848 8.29866 5.5 8.66685 5.5H9.00018C9.36837 5.5 9.66685 5.79848 9.66685 6.16667 9.66685 6.53486 9.36837 6.83333 9.00018 6.83333H8.66685C8.29866 6.83333 8.00018 6.53486 8.00018 6.16667zM4.0001 5.5C3.63191 5.5 3.33344 5.79848 3.33344 6.16667 3.33344 6.53486 3.63191 6.83333 4.0001 6.83333H4.33344C4.70162 6.83333 5.0001 6.53486 5.0001 6.16667 5.0001 5.79848 4.70162 5.5 4.33344 5.5H4.0001z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M0.666687 2.16667C0.666687 1.79848 0.965164 1.5 1.33335 1.5H12C12.3682 1.5 12.6667 1.79848 12.6667 2.16667V6.83331H14.6667C15.0349 6.83331 15.3334 7.13179 15.3334 7.49998V12.8333C15.3334 13.2015 15.0349 13.5 14.6667 13.5H13.2762L12.4714 14.3047C12.2111 14.5651 11.789 14.5651 11.5286 14.3047L10.7239 13.5H7.33335C6.96516 13.5 6.66669 13.2015 6.66669 12.8333V10.8333H5.94283L4.80476 11.9714C4.54441 12.2318 4.1223 12.2318 3.86195 11.9714L2.72388 10.8333H1.33335C0.965164 10.8333 0.666687 10.5349 0.666687 10.1667V2.16667ZM12.6667 10.1666V8.16665H14V12.1666H13C12.8232 12.1666 12.6536 12.2369 12.5286 12.3619L12 12.8905L11.4714 12.3619C11.3464 12.2369 11.1768 12.1666 11 12.1666H8.00002V10.8333H12C12.3222 10.8333 12.591 10.6048 12.6531 10.301C12.662 10.2576 12.6667 10.2127 12.6667 10.1666ZM11.3334 2.83333L11.3334 9.49998H7.33335L7.32813 9.5H5.66669C5.48988 9.5 5.32031 9.57024 5.19528 9.69526L4.33335 10.5572L3.47143 9.69526C3.3464 9.57024 3.17683 9.5 3.00002 9.5H2.00002V2.83333H11.3334Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ReplyToCommentSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'reply-to-comment-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ReplyToCommentSingle.displayName = 'ReplyToCommentSingle';
13
+ export default ReplyToCommentSingle;
14
+ //# sourceMappingURL=reply-to-comment-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reply-to-comment-single.js","sourceRoot":"","sources":["../../src/components/reply-to-comment-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,mnBAAmnB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+9BAA+9B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE11D,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,yBAAyB;QAC7B,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 ResolvedSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ResolvedSingle;
@@ -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": "M12.9497 12.9497C11.683 14.2165 9.93298 15 8 15C6.06702 15 4.31702 14.2165 3.05025 12.9497C1.7835 11.683 1 9.93298 1 8C1 6.06702 1.7835 4.31702 3.05025 3.05025C4.31702 1.7835 6.06702 1 8 1C9.93298 1 11.683 1.7835 12.9497 3.05025C14.2165 4.31702 15 6.06702 15 8C15 9.93298 14.2165 11.683 12.9497 12.9497ZM11.8047 6.47132C12.065 6.21097 12.065 5.78886 11.8047 5.52851C11.5443 5.26816 11.1222 5.26816 10.8619 5.52851L7.33329 9.05711L5.8047 7.52851C5.54435 7.26816 5.12224 7.26816 4.86189 7.52851C4.60154 7.78886 4.60154 8.21097 4.86189 8.47132L6.86189 10.4713C7.12224 10.7317 7.54435 10.7317 7.8047 10.4713L11.8047 6.47132Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ResolvedSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'resolved-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ResolvedSingle.displayName = 'ResolvedSingle';
13
+ export default ResolvedSingle;
14
+ //# sourceMappingURL=resolved-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolved-single.js","sourceRoot":"","sources":["../../src/components/resolved-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,8mBAA8mB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEl0B,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 ShareRangeSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ShareRangeSingle;
@@ -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": { "stroke": "currentColor", "d": "M9.29716 2.1626H13.8373V6.70277M13.8373 9.77507V12.8644C13.8373 13.4018 13.4018 13.8373 12.8644 13.8373H3.13551C2.59819 13.8373 2.16261 13.4018 2.16261 12.8644V3.13549C2.16261 2.59818 2.59819 2.1626 3.13551 2.1626H6.05419M8.58366 7.41635L13.5454 2.45459", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.33 } }] };
5
+ export var ShareRangeSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'share-range-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ShareRangeSingle.displayName = 'ShareRangeSingle';
13
+ export default ShareRangeSingle;
14
+ //# sourceMappingURL=share-range-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-range-single.js","sourceRoot":"","sources":["../../src/components/share-range-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,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,+PAA+P,EAAC,eAAe,EAAC,OAAO,EAAC,gBAAgB,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/e,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 Slide: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default Slide;
@@ -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": "#FF6B4B", "d": "M3.36396 1.12561C2.61066 1.12561 2 1.73627 2 2.48957V13.5106C2 14.2638 2.61066 14.8745 3.36396 14.8745H12.457C13.2103 14.8745 13.821 14.2638 13.821 13.5106V5.09932L9.91954 1.12561H3.36396Z" } }, { "tag": "path", "attrs": { "fill": "#EC4F2D", "d": "M9.91797 1.12561L13.8209 5.09854H10.5846C10.2164 5.09854 9.91797 4.80006 9.91797 4.43187V1.12561Z" } }, { "tag": "path", "attrs": { "fill": "#fff", "d": "M7.67552 7.24523C7.67552 7.07955 7.54082 6.94359 7.37607 6.96111C6.92204 7.00941 6.48485 7.16701 6.10275 7.42233C5.6372 7.73339 5.27436 8.17552 5.06009 8.6928C4.84583 9.21008 4.78977 9.77928 4.899 10.3284C5.00823 10.8776 5.27785 11.382 5.67376 11.7779C6.06967 12.1738 6.57409 12.4434 7.12323 12.5527C7.67238 12.6619 8.24158 12.6058 8.75886 12.3916C9.27614 12.1773 9.71827 11.8145 10.0293 11.3489C10.2846 10.9668 10.4423 10.5296 10.4905 10.0756C10.5081 9.91084 10.3721 9.77614 10.2064 9.77614L7.97552 9.77614C7.80983 9.77614 7.67552 9.64183 7.67552 9.47614L7.67552 7.24523Z" } }, { "tag": "path", "attrs": { "fill": "#fff", "d": "M10.32 9.35194C10.4857 9.35194 10.6218 9.21715 10.6021 9.05264C10.5749 8.82499 10.5166 8.60166 10.4285 8.38897C10.302 8.08367 10.1166 7.80626 9.88298 7.5726C9.64931 7.33893 9.37191 7.15358 9.06661 7.02712C8.85392 6.93902 8.63058 6.8807 8.40293 6.85343C8.23842 6.83373 8.10364 6.96989 8.10364 7.13557V9.05194C8.10364 9.21762 8.23795 9.35194 8.40364 9.35194H10.32Z" } }] };
5
+ export var Slide = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'slide',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ Slide.displayName = 'Slide';
13
+ export default Slide;
14
+ //# sourceMappingURL=slide.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slide.js","sourceRoot":"","sources":["../../src/components/slide.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,SAAS,EAAC,GAAG,EAAC,8LAA8L,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,mGAAmG,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,8jBAA8jB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,4WAA4W,EAAC,EAAC,CAAC,EAAC,CAAC;AAEv/C,MAAM,CAAC,IAAM,KAAK,GAAG,UAAU,CAC7B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,OAAO;QACX,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,KAAK,CAAC,WAAW,GAAG,OAAO,CAAC;AAE5B,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const SolveSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default SolveSingle;
@@ -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": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#solve-single_clip0_824_11)" }, "children": [{ "tag": "path", "attrs": { "d": "M11.4713 6.47132C11.7317 6.21097 11.7317 5.78886 11.4713 5.52851C11.211 5.26816 10.7889 5.26816 10.5285 5.52851L6.99992 9.05711L5.47132 7.52851C5.21097 7.26816 4.78886 7.26816 4.52851 7.52851C4.26816 7.78886 4.26816 8.21097 4.52851 8.47132L6.52851 10.4713C6.78886 10.7317 7.21097 10.7317 7.47132 10.4713L11.4713 6.47132Z" } }, { "tag": "path", "attrs": { "d": "M7.99998 0.986328C6.06341 0.986328 4.30909 1.77209 3.04058 3.04057C1.7721 4.30908 0.986328 6.06341 0.986328 7.99998C0.986328 9.93655 1.77209 11.6909 3.04058 12.9594C4.30908 14.2279 6.06341 15.0136 7.99998 15.0136C9.93655 15.0136 11.6909 14.2279 12.9594 12.9594C14.2279 11.6909 15.0136 9.93655 15.0136 7.99998C15.0136 6.06341 14.2279 4.30908 12.9594 3.04058C11.6909 1.77209 9.93655 0.986328 7.99998 0.986328ZM3.98338 3.98339C5.01207 2.95472 6.43124 2.31966 7.99998 2.31966C9.56872 2.31966 10.9879 2.95472 12.0166 3.98339C13.0452 5.01207 13.6803 6.43124 13.6803 7.99998C13.6803 9.56872 13.0452 10.9879 12.0166 12.0166C10.9879 13.0452 9.56872 13.6803 7.99998 13.6803C6.43124 13.6803 5.01207 13.0452 3.98339 12.0166C2.95472 10.9879 2.31966 9.56872 2.31966 7.99998C2.31966 6.43124 2.95472 5.01208 3.98338 3.98339Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "solve-single_clip0_824_11" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["solve-single_clip0_824_11"] };
5
+ export var SolveSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'solve-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ SolveSingle.displayName = 'SolveSingle';
13
+ export default SolveSingle;
14
+ //# sourceMappingURL=solve-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solve-single.js","sourceRoot":"","sources":["../../src/components/solve-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,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,UAAU,EAAC,iCAAiC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,kUAAkU,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,0yBAA0yB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,2BAA2B,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,QAAQ,EAAC,CAAC,2BAA2B,CAAC,EAAC,CAAC;AAEloD,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 ValueFilterSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ValueFilterSingle;
@@ -2,13 +2,13 @@
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
4
  var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M3 4H13M4.5 8H11.5M6 12H10", "strokeLinecap": "round" } }] };
5
- export var CellFilterSingle = forwardRef(function (props, ref) {
5
+ export var ValueFilterSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
- id: 'cell-filter-single',
7
+ id: 'value-filter-single',
8
8
  ref: ref,
9
9
  icon: element,
10
10
  }));
11
11
  });
12
- CellFilterSingle.displayName = 'CellFilterSingle';
13
- export default CellFilterSingle;
14
- //# sourceMappingURL=cell-filter-single.js.map
12
+ ValueFilterSingle.displayName = 'ValueFilterSingle';
13
+ export default ValueFilterSingle;
14
+ //# sourceMappingURL=value-filter-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"value-filter-single.js","sourceRoot":"","sources":["../../src/components/value-filter-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,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,4BAA4B,EAAC,eAAe,EAAC,OAAO,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhO,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAU,CACzC,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,iBAAiB,CAAC,WAAW,GAAG,mBAAmB,CAAC;AAEpD,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ViweModeSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ViweModeSingle;
@@ -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.33331 9.00004C5.33331 7.52728 6.52722 6.33337 7.99998 6.33337C9.47274 6.33337 10.6666 7.52728 10.6666 9.00004C10.6666 10.4728 9.47274 11.6667 7.99998 11.6667C6.52722 11.6667 5.33331 10.4728 5.33331 9.00004ZM7.99998 7.66671C7.2636 7.66671 6.66665 8.26366 6.66665 9.00004C6.66665 9.73642 7.2636 10.3334 7.99998 10.3334C8.73636 10.3334 9.33331 9.73642 9.33331 9.00004C9.33331 8.26366 8.73636 7.66671 7.99998 7.66671Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.66958 2.33329C8.66958 1.9651 8.3711 1.66663 8.00291 1.66663C7.63472 1.66663 7.33624 1.9651 7.33624 2.33329V3.69989C6.69648 3.76402 6.08562 3.91817 5.51599 4.13845L4.96311 3.36699C4.74863 3.06772 4.33216 2.99899 4.03289 3.21346C3.73362 3.42794 3.66488 3.84442 3.87936 4.14369L4.30524 4.73794C3.95132 4.95449 3.62264 5.1951 3.32358 5.45135C2.16525 6.44383 1.33331 7.77887 1.33331 8.99996C1.33331 10.2211 2.16525 11.5561 3.32358 12.5486C4.50813 13.5635 6.15722 14.3333 7.99998 14.3333C9.84261 14.3333 11.4917 13.5641 12.6763 12.5494C13.8348 11.557 14.6666 10.2219 14.6666 8.99996C14.6666 7.77798 13.8348 6.44292 12.6763 5.45057C12.4565 5.26228 12.2207 5.08245 11.9707 4.91442L12.4169 4.29176C12.6314 3.99249 12.5626 3.57602 12.2634 3.36154C11.9641 3.14706 11.5476 3.21579 11.3332 3.51506L10.7946 4.2665C10.1402 3.9786 9.42506 3.77682 8.66958 3.70046V2.33329ZM4.19111 6.46385C3.17786 7.33203 2.66665 8.33032 2.66665 8.99996C2.66665 9.6696 3.17786 10.6679 4.19111 11.5361C5.17813 12.3818 6.52904 13 7.99998 13C9.47105 13 10.822 12.3821 11.8089 11.5367C12.822 10.6689 13.3333 9.67064 13.3333 8.99996C13.3333 8.32928 12.822 7.331 11.8089 6.46318C10.822 5.61777 9.47105 4.99996 7.99998 4.99996C6.52904 4.99996 5.17813 5.61815 4.19111 6.46385Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ViweModeSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'viwe-mode-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ViweModeSingle.displayName = 'ViweModeSingle';
13
+ export default ViweModeSingle;
14
+ //# sourceMappingURL=viwe-mode-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viwe-mode-single.js","sourceRoot":"","sources":["../../src/components/viwe-mode-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,kaAAka,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,utCAAutC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE36D,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 Xlsx: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default Xlsx;
@@ -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": "#35BD4B", "d": "M3.36396 1.12549C2.61066 1.12549 2 1.73615 2 2.48945V13.5104C2 14.2637 2.61066 14.8744 3.36396 14.8744H12.457C13.2103 14.8744 13.821 14.2637 13.821 13.5104V5.0992L9.91954 1.12549H3.36396Z" } }, { "tag": "path", "attrs": { "fill": "#32A846", "d": "M9.91797 1.12549L13.8209 5.09842H10.5846C10.2164 5.09842 9.91797 4.79994 9.91797 4.43175V1.12549Z" } }, { "tag": "path", "attrs": { "fill": "#fff", "d": "M7.71926 10.2949L6.28687 12.403C6.17306 12.5705 5.94501 12.614 5.77751 12.5002C5.61002 12.3864 5.56649 12.1584 5.6803 11.9909L7.27596 9.64252L5.85088 7.54519C5.73707 7.37769 5.78059 7.14964 5.94809 7.03583C6.11558 6.92202 6.34363 6.96555 6.45744 7.13304L7.71926 8.9901L8.98108 7.13304C9.09489 6.96555 9.32294 6.92202 9.49044 7.03583C9.65793 7.14964 9.70146 7.37769 9.58765 7.54519L8.16256 9.64252L9.75822 11.9909C9.87203 12.1584 9.82851 12.3864 9.66101 12.5002C9.49351 12.614 9.26547 12.5705 9.15166 12.403L7.71926 10.2949Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var Xlsx = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'xlsx',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ Xlsx.displayName = 'Xlsx';
13
+ export default Xlsx;
14
+ //# sourceMappingURL=xlsx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xlsx.js","sourceRoot":"","sources":["../../src/components/xlsx.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,SAAS,EAAC,GAAG,EAAC,6LAA6L,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,SAAS,EAAC,GAAG,EAAC,mGAAmG,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,6gBAA6gB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEvlC,MAAM,CAAC,IAAM,IAAI,GAAG,UAAU,CAC5B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,MAAM;QACV,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;AAE1B,eAAe,IAAI,CAAC"}