@univerjs/icons 0.1.65 → 0.1.66

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 (186) hide show
  1. package/dist/components/adjust-height-single.d.ts +4 -0
  2. package/dist/components/adjust-width-single.d.ts +4 -0
  3. package/dist/components/auto-height-single.d.ts +4 -0
  4. package/dist/components/auto-width-single.d.ts +4 -0
  5. package/dist/components/autofill-single.d.ts +4 -0
  6. package/dist/components/{lock-single-1.d.ts → board-single.d.ts} +2 -2
  7. package/dist/components/cut-single.d.ts +4 -0
  8. package/dist/components/delete-cell-move-down-single.d.ts +4 -0
  9. package/dist/components/delete-cell-right-single.d.ts +4 -0
  10. package/dist/components/delete-cell-shift-left-single.d.ts +4 -0
  11. package/dist/components/delete-cell-shift-up-single.d.ts +4 -0
  12. package/dist/components/delete-column-single.d.ts +4 -0
  13. package/dist/components/delete-row-single.d.ts +4 -0
  14. package/dist/components/doc-single.d.ts +4 -0
  15. package/dist/components/drag-frame-single.d.ts +4 -0
  16. package/dist/components/find-single.d.ts +4 -0
  17. package/dist/components/frame-size-single.d.ts +4 -0
  18. package/dist/components/fullscreen-single.d.ts +4 -0
  19. package/dist/components/help-single.d.ts +4 -0
  20. package/dist/components/hide-single.d.ts +4 -0
  21. package/dist/components/insert-cell-down-single.d.ts +4 -0
  22. package/dist/components/insert-cell-shift-right-single.d.ts +4 -0
  23. package/dist/components/insert-row-above-single.d.ts +4 -0
  24. package/dist/components/insert-row-below-single.d.ts +4 -0
  25. package/dist/components/insert-single.d.ts +4 -0
  26. package/dist/components/left-insert-column-single.d.ts +4 -0
  27. package/dist/components/number-format-single.d.ts +4 -0
  28. package/dist/components/paste-all-except-single.d.ts +4 -0
  29. package/dist/components/paste-format-only-single.d.ts +4 -0
  30. package/dist/components/paste-formula-only-single.d.ts +4 -0
  31. package/{esm/components/lock-single-1.d.ts → dist/components/paste-single.d.ts} +2 -2
  32. package/dist/components/paste-special-single.d.ts +4 -0
  33. package/dist/components/paste-values-only-single.d.ts +4 -0
  34. package/dist/components/paste-width-single.d.ts +4 -0
  35. package/dist/components/remind-single.d.ts +4 -0
  36. package/dist/components/right-insert-column-single.d.ts +4 -0
  37. package/dist/components/setting-single.d.ts +4 -0
  38. package/dist/components/sheet-single.d.ts +4 -0
  39. package/dist/components/slide-single.d.ts +4 -0
  40. package/dist/components/template-single.d.ts +4 -0
  41. package/dist/components/tree-diagram-single.d.ts +4 -0
  42. package/dist/icons.d.ts +41 -1
  43. package/dist/index.js +1 -1
  44. package/dist/manifest.d.ts +2 -2
  45. package/esm/components/adjust-height-single.d.ts +4 -0
  46. package/esm/components/adjust-height-single.js +14 -0
  47. package/esm/components/adjust-height-single.js.map +1 -0
  48. package/esm/components/adjust-width-single.d.ts +4 -0
  49. package/esm/components/adjust-width-single.js +14 -0
  50. package/esm/components/adjust-width-single.js.map +1 -0
  51. package/esm/components/auto-height-single.d.ts +4 -0
  52. package/esm/components/auto-height-single.js +14 -0
  53. package/esm/components/auto-height-single.js.map +1 -0
  54. package/esm/components/auto-width-single.d.ts +4 -0
  55. package/esm/components/auto-width-single.js +14 -0
  56. package/esm/components/auto-width-single.js.map +1 -0
  57. package/esm/components/autofill-single.d.ts +4 -0
  58. package/esm/components/autofill-single.js +14 -0
  59. package/esm/components/autofill-single.js.map +1 -0
  60. package/esm/components/board-single.d.ts +4 -0
  61. package/esm/components/board-single.js +14 -0
  62. package/esm/components/board-single.js.map +1 -0
  63. package/esm/components/copy-single.js +1 -1
  64. package/esm/components/copy-single.js.map +1 -1
  65. package/esm/components/cut-single.d.ts +4 -0
  66. package/esm/components/cut-single.js +14 -0
  67. package/esm/components/cut-single.js.map +1 -0
  68. package/esm/components/delete-cell-move-down-single.d.ts +4 -0
  69. package/esm/components/delete-cell-move-down-single.js +14 -0
  70. package/esm/components/delete-cell-move-down-single.js.map +1 -0
  71. package/esm/components/delete-cell-right-single.d.ts +4 -0
  72. package/esm/components/delete-cell-right-single.js +14 -0
  73. package/esm/components/delete-cell-right-single.js.map +1 -0
  74. package/esm/components/delete-cell-shift-left-single.d.ts +4 -0
  75. package/esm/components/delete-cell-shift-left-single.js +14 -0
  76. package/esm/components/delete-cell-shift-left-single.js.map +1 -0
  77. package/esm/components/delete-cell-shift-up-single.d.ts +4 -0
  78. package/esm/components/delete-cell-shift-up-single.js +14 -0
  79. package/esm/components/delete-cell-shift-up-single.js.map +1 -0
  80. package/esm/components/delete-column-single.d.ts +4 -0
  81. package/esm/components/delete-column-single.js +14 -0
  82. package/esm/components/delete-column-single.js.map +1 -0
  83. package/esm/components/delete-row-single.d.ts +4 -0
  84. package/esm/components/delete-row-single.js +14 -0
  85. package/esm/components/delete-row-single.js.map +1 -0
  86. package/esm/components/doc-single.d.ts +4 -0
  87. package/esm/components/doc-single.js +14 -0
  88. package/esm/components/doc-single.js.map +1 -0
  89. package/esm/components/drag-frame-single.d.ts +4 -0
  90. package/esm/components/drag-frame-single.js +14 -0
  91. package/esm/components/drag-frame-single.js.map +1 -0
  92. package/esm/components/find-single.d.ts +4 -0
  93. package/esm/components/find-single.js +14 -0
  94. package/esm/components/find-single.js.map +1 -0
  95. package/esm/components/frame-size-single.d.ts +4 -0
  96. package/esm/components/frame-size-single.js +14 -0
  97. package/esm/components/frame-size-single.js.map +1 -0
  98. package/esm/components/fullscreen-single.d.ts +4 -0
  99. package/esm/components/fullscreen-single.js +14 -0
  100. package/esm/components/fullscreen-single.js.map +1 -0
  101. package/esm/components/help-single.d.ts +4 -0
  102. package/esm/components/help-single.js +14 -0
  103. package/esm/components/help-single.js.map +1 -0
  104. package/esm/components/hide-single.d.ts +4 -0
  105. package/esm/components/hide-single.js +14 -0
  106. package/esm/components/hide-single.js.map +1 -0
  107. package/esm/components/insert-cell-down-single.d.ts +4 -0
  108. package/esm/components/insert-cell-down-single.js +14 -0
  109. package/esm/components/insert-cell-down-single.js.map +1 -0
  110. package/esm/components/insert-cell-shift-right-single.d.ts +4 -0
  111. package/esm/components/insert-cell-shift-right-single.js +14 -0
  112. package/esm/components/insert-cell-shift-right-single.js.map +1 -0
  113. package/esm/components/insert-row-above-single.d.ts +4 -0
  114. package/esm/components/insert-row-above-single.js +14 -0
  115. package/esm/components/insert-row-above-single.js.map +1 -0
  116. package/esm/components/insert-row-below-single.d.ts +4 -0
  117. package/esm/components/insert-row-below-single.js +14 -0
  118. package/esm/components/insert-row-below-single.js.map +1 -0
  119. package/esm/components/insert-single.d.ts +4 -0
  120. package/esm/components/insert-single.js +14 -0
  121. package/esm/components/insert-single.js.map +1 -0
  122. package/esm/components/left-insert-column-single.d.ts +4 -0
  123. package/esm/components/left-insert-column-single.js +14 -0
  124. package/esm/components/left-insert-column-single.js.map +1 -0
  125. package/esm/components/number-format-single.d.ts +4 -0
  126. package/esm/components/number-format-single.js +14 -0
  127. package/esm/components/number-format-single.js.map +1 -0
  128. package/esm/components/paste-all-except-single.d.ts +4 -0
  129. package/esm/components/paste-all-except-single.js +14 -0
  130. package/esm/components/paste-all-except-single.js.map +1 -0
  131. package/esm/components/paste-format-only-single.d.ts +4 -0
  132. package/esm/components/paste-format-only-single.js +14 -0
  133. package/esm/components/paste-format-only-single.js.map +1 -0
  134. package/esm/components/paste-formula-only-single.d.ts +4 -0
  135. package/esm/components/paste-formula-only-single.js +14 -0
  136. package/esm/components/paste-formula-only-single.js.map +1 -0
  137. package/esm/components/paste-single.d.ts +4 -0
  138. package/esm/components/paste-single.js +14 -0
  139. package/esm/components/paste-single.js.map +1 -0
  140. package/esm/components/paste-special-single.d.ts +4 -0
  141. package/esm/components/paste-special-single.js +14 -0
  142. package/esm/components/paste-special-single.js.map +1 -0
  143. package/esm/components/paste-values-only-single.d.ts +4 -0
  144. package/esm/components/paste-values-only-single.js +14 -0
  145. package/esm/components/paste-values-only-single.js.map +1 -0
  146. package/esm/components/paste-width-single.d.ts +4 -0
  147. package/esm/components/paste-width-single.js +14 -0
  148. package/esm/components/paste-width-single.js.map +1 -0
  149. package/esm/components/print-single.js +1 -1
  150. package/esm/components/print-single.js.map +1 -1
  151. package/esm/components/reduce-single.js +1 -1
  152. package/esm/components/reduce-single.js.map +1 -1
  153. package/esm/components/remind-single.d.ts +4 -0
  154. package/esm/components/remind-single.js +14 -0
  155. package/esm/components/remind-single.js.map +1 -0
  156. package/esm/components/right-insert-column-single.d.ts +4 -0
  157. package/esm/components/right-insert-column-single.js +14 -0
  158. package/esm/components/right-insert-column-single.js.map +1 -0
  159. package/esm/components/setting-single.d.ts +4 -0
  160. package/esm/components/setting-single.js +14 -0
  161. package/esm/components/setting-single.js.map +1 -0
  162. package/esm/components/sheet-single.d.ts +4 -0
  163. package/esm/components/sheet-single.js +14 -0
  164. package/esm/components/sheet-single.js.map +1 -0
  165. package/esm/components/slide-single.d.ts +4 -0
  166. package/esm/components/slide-single.js +14 -0
  167. package/esm/components/slide-single.js.map +1 -0
  168. package/esm/components/template-single.d.ts +4 -0
  169. package/esm/components/template-single.js +14 -0
  170. package/esm/components/template-single.js.map +1 -0
  171. package/esm/components/tree-diagram-single.d.ts +4 -0
  172. package/esm/components/tree-diagram-single.js +14 -0
  173. package/esm/components/tree-diagram-single.js.map +1 -0
  174. package/esm/components/unlock-single.js +1 -1
  175. package/esm/components/unlock-single.js.map +1 -1
  176. package/esm/components/upload-single.js +1 -1
  177. package/esm/components/upload-single.js.map +1 -1
  178. package/esm/icons.d.ts +41 -1
  179. package/esm/icons.js +41 -1
  180. package/esm/icons.js.map +1 -1
  181. package/esm/manifest.d.ts +2 -2
  182. package/esm/manifest.js +90 -49
  183. package/esm/manifest.js.map +1 -1
  184. package/package.json +1 -1
  185. package/esm/components/lock-single-1.js +0 -14
  186. package/esm/components/lock-single-1.js.map +0 -1
@@ -38,11 +38,11 @@ export declare const singleGlobalFunctionalityManifest: {
38
38
  stem: string;
39
39
  icon: string;
40
40
  }[];
41
- export declare const binaryRightClickManifest: {
41
+ export declare const binaryStartPageManifest: {
42
42
  stem: string;
43
43
  icon: string;
44
44
  }[];
45
- export declare const binaryStartPageManifest: {
45
+ export declare const binaryRightClickManifest: {
46
46
  stem: string;
47
47
  icon: string;
48
48
  }[];
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const AdjustHeightSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AdjustHeightSingle;
@@ -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.3999 1.9667C1.3999 1.63533 1.66853 1.3667 1.9999 1.3667H13.9999C14.3313 1.3667 14.5999 1.63533 14.5999 1.9667 14.5999 2.29807 14.3313 2.5667 13.9999 2.5667H1.9999C1.66853 2.5667 1.3999 2.29807 1.3999 1.9667zM1.3999 14.0334C1.3999 13.7021 1.66853 13.4334 1.9999 13.4334H13.9999C14.3313 13.4334 14.5999 13.7021 14.5999 14.0334 14.5999 14.3648 14.3313 14.6334 13.9999 14.6334H1.9999C1.66853 14.6334 1.3999 14.3648 1.3999 14.0334zM6.75766 9.40931C6.52335 9.175 6.14345 9.175 5.90913 9.40931 5.67482 9.64363 5.67482 10.0235 5.90913 10.2578L7.5758 11.9245C7.68832 12.037 7.84093 12.1002 8.00006 12.1002 8.15919 12.1002 8.31181 12.037 8.42433 11.9245L10.091 10.2578C10.3253 10.0235 10.3253 9.64363 10.091 9.40931 9.85668 9.175 9.47678 9.175 9.24247 9.40931L8.60006 10.0517V5.94877L9.24247 6.59117C9.47678 6.82549 9.85668 6.82549 10.091 6.59117 10.3253 6.35686 10.3253 5.97696 10.091 5.74264L8.42433 4.07598C8.19001 3.84166 7.81012 3.84166 7.5758 4.07598L5.90913 5.74264C5.67482 5.97696 5.67482 6.35686 5.90913 6.59117 6.14345 6.82549 6.52335 6.82549 6.75766 6.59117L7.40006 5.94877V10.0517L6.75766 9.40931z" } }] };
5
+ export var AdjustHeightSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'adjust-height-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ AdjustHeightSingle.displayName = 'AdjustHeightSingle';
13
+ export default AdjustHeightSingle;
14
+ //# sourceMappingURL=adjust-height-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adjust-height-single.js","sourceRoot":"","sources":["../../src/components/adjust-height-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,glCAAglC,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1vC,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,sBAAsB;QAC1B,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 AdjustWidthSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AdjustWidthSingle;
@@ -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.7665 2.06641C2.09787 2.06641 2.3665 2.33504 2.3665 2.66641V13.3331C2.3665 13.6644 2.09787 13.9331 1.7665 13.9331 1.43513 13.9331 1.1665 13.6644 1.1665 13.3331V2.66641C1.1665 2.33504 1.43513 2.06641 1.7665 2.06641zM14.2333 2.06641C14.5647 2.06641 14.8333 2.33504 14.8333 2.66641V13.3331C14.8333 13.6644 14.5647 13.9331 14.2333 13.9331 13.9019 13.9331 13.6333 13.6644 13.6333 13.3331V2.66641C13.6333 2.33504 13.9019 2.06641 14.2333 2.06641zM6.59083 6.75717C6.82515 6.52286 6.82515 6.14296 6.59083 5.90865 6.35652 5.67433 5.97662 5.67433 5.7423 5.90865L4.07564 7.57531C3.96312 7.68783 3.8999 7.84045 3.8999 7.99958 3.8999 8.15871 3.96312 8.31132 4.07564 8.42384L5.7423 10.0905C5.97662 10.3248 6.35652 10.3248 6.59083 10.0905 6.82515 9.85619 6.82515 9.47629 6.59083 9.24198L5.94843 8.59958H10.0514L9.40897 9.24198C9.17466 9.47629 9.17466 9.85619 9.40897 10.0905 9.64329 10.3248 10.0232 10.3248 10.2575 10.0905L11.9242 8.42384C12.1585 8.18953 12.1585 7.80963 11.9242 7.57531L10.2575 5.90865C10.0232 5.67433 9.64329 5.67433 9.40897 5.90865 9.17466 6.14296 9.17466 6.52286 9.40897 6.75717L10.0514 7.39958H5.94843L6.59083 6.75717z" } }] };
5
+ export var AdjustWidthSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'adjust-width-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ AdjustWidthSingle.displayName = 'AdjustWidthSingle';
13
+ export default AdjustWidthSingle;
14
+ //# sourceMappingURL=adjust-width-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adjust-width-single.js","sourceRoot":"","sources":["../../src/components/adjust-width-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,umCAAumC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjxC,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 AutoHeightSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AutoHeightSingle;
@@ -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.9999 1.3667C1.66853 1.3667 1.3999 1.63533 1.3999 1.9667 1.3999 2.29807 1.66853 2.5667 1.9999 2.5667H13.9999C14.3313 2.5667 14.5999 2.29807 14.5999 1.9667 14.5999 1.63533 14.3313 1.3667 13.9999 1.3667H1.9999zM1.9999 13.4334C1.66853 13.4334 1.3999 13.7021 1.3999 14.0334 1.3999 14.3648 1.66853 14.6334 1.9999 14.6334H13.9999C14.3313 14.6334 14.5999 14.3648 14.5999 14.0334 14.5999 13.7021 14.3313 13.4334 13.9999 13.4334H1.9999z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.06133 4.69803C7.38184 3.82351 8.61869 3.82351 8.93919 4.69803L11.3636 11.3133C11.4776 11.6244 11.3179 11.9691 11.0067 12.0831C10.6956 12.1971 10.3509 12.0373 10.2369 11.7262L9.50488 9.72881H6.58158C6.55313 9.72881 6.52516 9.72683 6.49777 9.723L5.76362 11.7262C5.64959 12.0373 5.30493 12.1971 4.99379 12.0831C4.68266 11.9691 4.52288 11.6244 4.6369 11.3133L7.06133 4.69803ZM6.93543 8.52881H9.06509L8.00026 5.62335L6.93543 8.52881Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var AutoHeightSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'auto-height-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ AutoHeightSingle.displayName = 'AutoHeightSingle';
13
+ export default AutoHeightSingle;
14
+ //# sourceMappingURL=auto-height-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-height-single.js","sourceRoot":"","sources":["../../src/components/auto-height-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,+aAA+a,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ibAAib,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAExmC,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 AutoWidthSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AutoWidthSingle;
@@ -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.3665 2.66738C2.3665 2.33601 2.09787 2.06738 1.7665 2.06738 1.43513 2.06738 1.1665 2.33601 1.1665 2.66738V13.3341C1.1665 13.6654 1.43513 13.9341 1.7665 13.9341 2.09787 13.9341 2.3665 13.6654 2.3665 13.3341V2.66738zM14.8333 2.66738C14.8333 2.33601 14.5647 2.06738 14.2333 2.06738 13.9019 2.06738 13.6333 2.33601 13.6333 2.66738V13.3341C13.6333 13.6654 13.9019 13.9341 14.2333 13.9341 14.5647 13.9341 14.8333 13.6654 14.8333 13.3341V2.66738z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.06133 4.79896C7.38184 3.92444 8.61869 3.92444 8.93919 4.79896L11.3636 11.4142C11.4776 11.7253 11.3179 12.07 11.0067 12.184C10.6956 12.298 10.3509 12.1383 10.2369 11.8271L9.50488 9.82974H6.58158C6.55313 9.82974 6.52516 9.82776 6.49777 9.82393L5.76362 11.8271C5.64959 12.1383 5.30493 12.298 4.99379 12.184C4.68266 12.07 4.52288 11.7253 4.6369 11.4142L7.06133 4.79896ZM6.93543 8.62974H9.06509L8.00026 5.72428L6.93543 8.62974Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var AutoWidthSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'auto-width-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ AutoWidthSingle.displayName = 'AutoWidthSingle';
13
+ export default AutoWidthSingle;
14
+ //# sourceMappingURL=auto-width-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-width-single.js","sourceRoot":"","sources":["../../src/components/auto-width-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,2bAA2b,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2aAA2a,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9mC,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const AutofillSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AutofillSingle;
@@ -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.04922 1.47803C2.16556 1.47803 1.44922 2.19437 1.44922 3.07803V5.67803C1.44922 6.56168 2.16556 7.27803 3.04922 7.27803H5.64922C6.53287 7.27803 7.24922 6.56168 7.24922 5.67803V3.07803C7.24922 2.19437 6.53288 1.47803 5.64922 1.47803H3.04922ZM2.64922 3.07803C2.64922 2.85711 2.8283 2.67803 3.04922 2.67803H5.64922C5.87013 2.67803 6.04922 2.85711 6.04922 3.07803V5.67803C6.04922 5.89894 5.87013 6.07803 5.64922 6.07803H3.04922C2.8283 6.07803 2.64922 5.89894 2.64922 5.67803V3.07803Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.6505 8.7211C11.9818 8.7211 12.2505 8.98973 12.2505 9.3211V11.0216H13.951C14.2823 11.0216 14.551 11.2902 14.551 11.6216C14.551 11.953 14.2823 12.2216 13.951 12.2216H12.2505V13.9221C12.2505 14.2534 11.9818 14.5221 11.6505 14.5221C11.3191 14.5221 11.0505 14.2534 11.0505 13.9221V12.2216H9.34999C9.01862 12.2216 8.74999 11.953 8.74999 11.6216C8.74999 11.2902 9.01862 11.0216 9.34999 11.0216H11.0505V9.3211C11.0505 8.98973 11.3191 8.7211 11.6505 8.7211Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.75049 3.07803C8.75049 2.19437 9.46683 1.47803 10.3505 1.47803H12.9505C13.8341 1.47803 14.5505 2.19437 14.5505 3.07803V5.67803C14.5505 6.56168 13.8341 7.27803 12.9505 7.27803H10.3505C9.46683 7.27803 8.75049 6.56168 8.75049 5.67803V3.07803zM10.3505 2.67803C10.1296 2.67803 9.95049 2.85711 9.95049 3.07803V5.67803C9.95049 5.89894 10.1296 6.07803 10.3505 6.07803H12.9505C13.1714 6.07803 13.3505 5.89894 13.3505 5.67803V3.07803C13.3505 2.85711 13.1714 2.67803 12.9505 2.67803H10.3505zM3.04922 8.72168C2.16556 8.72168 1.44922 9.43802 1.44922 10.3217V12.9217C1.44922 13.8053 2.16556 14.5217 3.04922 14.5217H5.64922C6.53287 14.5217 7.24922 13.8053 7.24922 12.9217V10.3217C7.24922 9.43802 6.53288 8.72168 5.64922 8.72168H3.04922zM2.64922 10.3217C2.64922 10.1008 2.8283 9.92168 3.04922 9.92168H5.64922C5.87013 9.92168 6.04922 10.1008 6.04922 10.3217V12.9217C6.04922 13.1426 5.87013 13.3217 5.64922 13.3217H3.04922C2.8283 13.3217 2.64922 13.1426 2.64922 12.9217V10.3217z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var AutofillSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'autofill-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ AutofillSingle.displayName = 'AutofillSingle';
13
+ export default AutofillSingle;
14
+ //# sourceMappingURL=autofill-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autofill-single.js","sourceRoot":"","sources":["../../src/components/autofill-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,keAAke,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,scAAsc,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,o8BAAo8B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEltE,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 BoardSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default BoardSingle;
@@ -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.8236 5.54909C13.0147 5.27837 12.9502 4.90399 12.6795 4.7129 12.4087 4.5218 12.0344 4.58635 11.8433 4.85707L7.84327 10.5237C7.65217 10.7945 7.71672 11.1688 7.98744 11.3599 8.25816 11.551 8.63253 11.4865 8.82363 11.2158L12.8236 5.54909zM3.66543 4.93896C3.9968 4.93896 4.26543 5.20759 4.26543 5.53896V6.8723C4.26543 7.20367 3.9968 7.4723 3.66543 7.4723 3.33406 7.4723 3.06543 7.20367 3.06543 6.8723V5.53896C3.06543 5.20759 3.33406 4.93896 3.66543 4.93896zM4.26543 8.80459C4.26543 8.47322 3.9968 8.20459 3.66543 8.20459 3.33406 8.20459 3.06543 8.47322 3.06543 8.80459 3.06543 9.13596 3.33406 9.40459 3.66543 9.40459 3.9968 9.40459 4.26543 9.13596 4.26543 8.80459zM3.66543 10.2046C3.9968 10.2046 4.26543 10.4732 4.26543 10.8046 4.26543 11.136 3.9968 11.4046 3.66543 11.4046 3.33406 11.4046 3.06543 11.136 3.06543 10.8046 3.06543 10.4732 3.33406 10.2046 3.66543 10.2046z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.6653 1.76318C14.1014 1.76291 15.2658 2.92705 15.2658 4.36318V11.6379C15.2658 13.0738 14.1017 14.2379 12.6658 14.2379L3.3334 14.237C1.89746 14.237 0.733398 13.0729 0.733398 11.637V4.36319C0.733398 2.92712 1.89766 1.763 3.33373 1.76318H12.6653ZM12.6655 2.96318C13.4388 2.96304 14.0658 3.58988 14.0658 4.36318V11.6379C14.0658 12.4111 13.439 13.0379 12.6658 13.0379H6.60007V2.96432L12.6655 2.96318ZM1.9334 4.36319C1.9334 3.58992 2.56031 2.96309 3.33358 2.96318L5.40007 2.96344V13.037H3.3334C2.5602 13.037 1.9334 12.4102 1.9334 11.637V4.36319Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var BoardSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'board-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ BoardSingle.displayName = 'BoardSingle';
13
+ export default BoardSingle;
14
+ //# sourceMappingURL=board-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"board-single.js","sourceRoot":"","sources":["../../src/components/board-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,s2BAAs2B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,giBAAgiB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9oD,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 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.02547 12.4251C5.15328 13.7417 6.26305 14.7708 7.61318 14.7708H12.6132C14.0491 14.7708 15.2132 13.6067 15.2132 12.1708V6.1708C15.2132 4.78586 14.1303 3.65383 12.7651 3.57517C12.6373 2.25858 11.5275 1.22949 10.1774 1.22949H5.17739C3.74145 1.22949 2.57739 2.39355 2.57739 3.82949V9.82949C2.57739 11.2144 3.66024 12.3465 5.02547 12.4251ZM11.5535 3.5708H7.61318C6.17724 3.5708 5.01318 4.73486 5.01318 6.1708V11.22C4.31736 11.1387 3.77739 10.5471 3.77739 9.82949V3.82949C3.77739 3.05629 4.40419 2.42949 5.17739 2.42949H10.1774C10.8622 2.42949 11.4322 2.92119 11.5535 3.5708ZM14.0132 6.1708C14.0132 5.3976 13.3864 4.7708 12.6132 4.7708H7.61318C6.83998 4.7708 6.21318 5.3976 6.21318 6.1708V12.1708C6.21318 12.944 6.83998 13.5708 7.61318 13.5708H12.6132C13.3864 13.5708 14.0132 12.944 14.0132 12.1708V6.1708Z", "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.1302 12.4251C4.25802 13.7417 5.36779 14.7708 6.71792 14.7708H11.7179C13.1539 14.7708 14.3179 13.6067 14.3179 12.1708V6.1708C14.3179 4.78586 13.2351 3.65383 11.8698 3.57517C11.742 2.25858 10.6323 1.22949 9.28213 1.22949H4.28213C2.84619 1.22949 1.68213 2.39355 1.68213 3.82949V9.82949C1.68213 11.2144 2.76497 12.3465 4.1302 12.4251ZM10.6583 3.5708H6.71792C5.28198 3.5708 4.11792 4.73486 4.11792 6.1708V11.22C3.4221 11.1387 2.88213 10.5471 2.88213 9.82949V3.82949C2.88213 3.05629 3.50893 2.42949 4.28213 2.42949H9.28213C9.96695 2.42949 10.5369 2.92119 10.6583 3.5708ZM13.1179 6.1708C13.1179 5.3976 12.4911 4.7708 11.7179 4.7708H6.71792C5.94472 4.7708 5.31792 5.3976 5.31792 6.1708V12.1708C5.31792 12.944 5.94472 13.5708 6.71792 13.5708H11.7179C12.4911 13.5708 13.1179 12.944 13.1179 12.1708V6.1708Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
5
  export var CopySingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'copy-single',
@@ -1 +1 @@
1
- {"version":3,"file":"copy-single.js","sourceRoot":"","sources":["../../src/components/copy-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,oyBAAoyB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEx/B,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":"copy-single.js","sourceRoot":"","sources":["../../src/components/copy-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,gyBAAgyB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEp/B,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 CutSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default CutSingle;
@@ -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.50095 1.84399C2.73322 1.60765 3.11311 1.60435 3.34945 1.83662L8.00012 6.40726L12.6508 1.83662C12.8871 1.60435 13.267 1.60765 13.4993 1.84399C13.7316 2.08032 13.7283 2.46021 13.4919 2.69248L8.85611 7.24852L10.8941 9.25146C11.1382 9.17563 11.3976 9.13477 11.6667 9.13477C13.1026 9.13477 14.2667 10.2988 14.2667 11.7348C14.2667 13.1707 13.1026 14.3348 11.6667 14.3348C10.2307 14.3348 9.06665 13.1707 9.06665 11.7348C9.06665 11.0143 9.35973 10.3622 9.83319 9.89129L8.00012 8.08978L6.16708 9.89127C6.64055 10.3622 6.93364 11.0142 6.93364 11.7348C6.93364 13.1707 5.76958 14.3348 4.33364 14.3348C2.8977 14.3348 1.73364 13.1707 1.73364 11.7348C1.73364 10.2988 2.8977 9.13477 4.33364 9.13477C4.60263 9.13477 4.86208 9.17562 5.10612 9.25145L7.14413 7.24852L2.50831 2.69248C2.27197 2.46021 2.26868 2.08032 2.50095 1.84399ZM2.93364 11.7348C2.93364 10.9616 3.56044 10.3348 4.33364 10.3348C5.10684 10.3348 5.73364 10.9616 5.73364 11.7348C5.73364 12.508 5.10684 13.1348 4.33364 13.1348C3.56044 13.1348 2.93364 12.508 2.93364 11.7348ZM10.2667 11.7348C10.2667 10.9616 10.8935 10.3348 11.6667 10.3348C12.4398 10.3348 13.0667 10.9616 13.0667 11.7348C13.0667 12.508 12.4398 13.1348 11.6667 13.1348C10.8935 13.1348 10.2667 12.508 10.2667 11.7348Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var CutSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'cut-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ CutSingle.displayName = 'CutSingle';
13
+ export default CutSingle;
14
+ //# sourceMappingURL=cut-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cut-single.js","sourceRoot":"","sources":["../../src/components/cut-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,8sCAA8sC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEl6C,MAAM,CAAC,IAAM,SAAS,GAAG,UAAU,CACjC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,YAAY;QAChB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AAEpC,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const DeleteCellMoveDownSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DeleteCellMoveDownSingle;
@@ -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.99502 2.96131C6.22933 2.727 6.60923 2.727 6.84354 2.96131L8.00037 4.11814L9.1572 2.96131C9.39152 2.727 9.77142 2.727 10.0057 2.96131C10.24 3.19563 10.24 3.57553 10.0057 3.80984L8.8489 4.96667L10.0057 6.1235C10.24 6.35781 10.24 6.73771 10.0057 6.97203C9.77142 7.20634 9.39152 7.20634 9.1572 6.97203L8.00037 5.8152L6.84354 6.97203C6.60923 7.20634 6.22933 7.20634 5.99502 6.97203C5.7607 6.73771 5.7607 6.35781 5.99502 6.1235L7.15185 4.96667L5.99502 3.80984C5.7607 3.57553 5.7607 3.19563 5.99502 2.96131Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.40039 7.86664L3.40048 2.06667C3.40049 1.12778 4.16163 0.366674 5.10052 0.366699L10.9004 0.366852C11.8393 0.366877 12.6004 1.12799 12.6004 2.06685V7.86667C12.6004 8.80555 11.8393 9.56667 10.9004 9.56667H5.10039C4.1615 9.56667 3.40038 8.80554 3.40039 7.86664ZM4.60048 2.06669L4.60039 7.86666C4.60039 8.14281 4.82425 8.36667 5.10039 8.36667H10.9004C11.1765 8.36667 11.4004 8.14281 11.4004 7.86667V2.06685C11.4004 1.79071 11.1765 1.56686 10.9004 1.56685L5.10049 1.5667C4.82435 1.56669 4.60048 1.79055 4.60048 2.06669Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.2434 10.6088C11.009 10.8432 11.009 11.2231 11.2434 11.4574L12.2191 12.4331L2.33291 12.4331C2.00154 12.4331 1.73291 12.7017 1.73291 13.0331C1.73291 13.3645 2.00154 13.6331 2.33291 13.6331L12.2191 13.6331L11.2434 14.6088C11.009 14.8432 11.009 15.2231 11.2434 15.4574C11.4777 15.6917 11.8576 15.6917 12.0919 15.4574L14.0919 13.4574C14.3262 13.2231 14.3262 12.8432 14.0919 12.6088L12.0919 10.6088C11.8576 10.3745 11.4777 10.3745 11.2434 10.6088Z" } }] };
5
+ export var DeleteCellMoveDownSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'delete-cell-move-down-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DeleteCellMoveDownSingle.displayName = 'DeleteCellMoveDownSingle';
13
+ export default DeleteCellMoveDownSingle;
14
+ //# sourceMappingURL=delete-cell-move-down-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-cell-move-down-single.js","sourceRoot":"","sources":["../../src/components/delete-cell-move-down-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,yfAAyf,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,sgBAAsgB,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,+bAA+b,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1vD,MAAM,CAAC,IAAM,wBAAwB,GAAG,UAAU,CAChD,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,8BAA8B;QAClC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,wBAAwB,CAAC,WAAW,GAAG,0BAA0B,CAAC;AAElE,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const DeleteCellRightSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DeleteCellRightSingle;
@@ -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": "M13.0336 1.73242C13.365 1.73242 13.6336 2.00105 13.6336 2.33242L13.6336 12.2186 14.6093 11.2429C14.8436 11.0086 15.2235 11.0086 15.4579 11.2429 15.6922 11.4772 15.6922 11.8571 15.4579 12.0914L13.4579 14.0914C13.2235 14.3257 12.8436 14.3257 12.6093 14.0914L10.6093 12.0914C10.375 11.8571 10.375 11.4772 10.6093 11.2429 10.8436 11.0086 11.2235 11.0086 11.4579 11.2429L12.4336 12.2186 12.4336 2.33242C12.4336 2.00105 12.7022 1.73242 13.0336 1.73242zM2.96131 5.99477C3.19563 5.76046 3.57553 5.76046 3.80984 5.99477L4.96667 7.1516 6.1235 5.99477C6.35781 5.76046 6.73771 5.76046 6.97203 5.99477 7.20634 6.22909 7.20634 6.60899 6.97203 6.8433L5.8152 8.00013 6.97203 9.15696C7.20634 9.39127 7.20634 9.77117 6.97203 10.0055 6.73771 10.2398 6.35781 10.2398 6.1235 10.0055L4.96667 8.84866 3.80984 10.0055C3.57553 10.2398 3.19563 10.2398 2.96131 10.0055 2.727 9.77117 2.727 9.39127 2.96131 9.15696L4.11814 8.00013 2.96131 6.8433C2.727 6.60899 2.727 6.22909 2.96131 5.99477z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.86664 3.3999L2.06667 3.39999C1.12778 3.4 0.366674 4.16114 0.366699 5.10003L0.366852 10.8999C0.366877 11.8388 1.12799 12.5999 2.06685 12.5999H7.86667C8.80555 12.5999 9.56667 11.8388 9.56667 10.8999V5.0999C9.56667 4.16101 8.80554 3.39989 7.86664 3.3999ZM2.06669 4.59999L7.86666 4.5999C8.14281 4.5999 8.36667 4.82376 8.36667 5.0999V10.8999C8.36667 11.176 8.14281 11.3999 7.86667 11.3999H2.06685C1.79071 11.3999 1.56686 11.176 1.56685 10.8999L1.5667 5.1C1.56669 4.82386 1.79055 4.59999 2.06669 4.59999Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var DeleteCellRightSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'delete-cell-right-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DeleteCellRightSingle.displayName = 'DeleteCellRightSingle';
13
+ export default DeleteCellRightSingle;
14
+ //# sourceMappingURL=delete-cell-right-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-cell-right-single.js","sourceRoot":"","sources":["../../src/components/delete-cell-right-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,m8BAAm8B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ufAAuf,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAElsD,MAAM,CAAC,IAAM,qBAAqB,GAAG,UAAU,CAC7C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,0BAA0B;QAC9B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,qBAAqB,CAAC,WAAW,GAAG,uBAAuB,CAAC;AAE5D,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const DeleteCellShiftLeftSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DeleteCellShiftLeftSingle;
@@ -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": "M10.0054 2.96131C9.77113 2.727 9.39123 2.727 9.15692 2.96131L8.00009 4.11814L6.84326 2.96131C6.60895 2.727 6.22905 2.727 5.99473 2.96131C5.76042 3.19563 5.76042 3.57553 5.99473 3.80984L7.15156 4.96667L5.99473 6.1235C5.76042 6.35781 5.76042 6.73771 5.99473 6.97203C6.22905 7.20634 6.60895 7.20634 6.84326 6.97203L8.00009 5.8152L9.15692 6.97203C9.39123 7.20634 9.77113 7.20634 10.0054 6.97203C10.2398 6.73771 10.2398 6.35781 10.0054 6.1235L8.84862 4.96667L10.0054 3.80984C10.2398 3.57553 10.2398 3.19563 10.0054 2.96131Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.6001 7.86664L12.6001 2.06667C12.6 1.12778 11.8389 0.366674 10.9 0.366699L5.10012 0.366852C4.16125 0.366877 3.40016 1.12799 3.40016 2.06685V7.86667C3.40016 8.80555 4.16128 9.56667 5.10016 9.56667H10.9001C11.839 9.56667 12.6002 8.80554 12.6001 7.86664ZM11.4001 2.06669L11.4001 7.86666C11.4002 8.14281 11.1763 8.36667 10.9001 8.36667H5.10016C4.82402 8.36667 4.60016 8.14281 4.60016 7.86667V2.06685C4.60016 1.79071 4.82401 1.56686 5.10015 1.56685L10.9 1.5667C11.1762 1.56669 11.4001 1.79055 11.4001 2.06669Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.75717 10.6093C4.99149 10.8436 4.99149 11.2235 4.75717 11.4579L3.78144 12.4336L13.6676 12.4336C13.999 12.4336 14.2676 12.7022 14.2676 13.0336C14.2676 13.365 13.999 13.6336 13.6676 13.6336L3.78144 13.6336L4.75717 14.6093C4.99149 14.8436 4.99149 15.2235 4.75717 15.4579C4.52286 15.6922 4.14296 15.6922 3.90865 15.4579L1.90865 13.4579C1.67433 13.2235 1.67433 12.8436 1.90865 12.6093L3.90865 10.6093C4.14296 10.375 4.52286 10.375 4.75717 10.6093Z" } }] };
5
+ export var DeleteCellShiftLeftSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'delete-cell-shift-left-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DeleteCellShiftLeftSingle.displayName = 'DeleteCellShiftLeftSingle';
13
+ export default DeleteCellShiftLeftSingle;
14
+ //# sourceMappingURL=delete-cell-shift-left-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-cell-shift-left-single.js","sourceRoot":"","sources":["../../src/components/delete-cell-shift-left-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,wgBAAwgB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6fAA6f,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,8bAA8b,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/vD,MAAM,CAAC,IAAM,yBAAyB,GAAG,UAAU,CACjD,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,+BAA+B;QACnC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,yBAAyB,CAAC,WAAW,GAAG,2BAA2B,CAAC;AAEpE,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const DeleteCellShiftUpSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DeleteCellShiftUpSingle;
@@ -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": "M10.6093 4.75717C10.8436 4.99149 11.2235 4.99149 11.4579 4.75717L12.4336 3.78144 12.4336 13.6676C12.4336 13.999 12.7022 14.2676 13.0336 14.2676 13.365 14.2676 13.6336 13.999 13.6336 13.6676L13.6336 3.78144 14.6093 4.75717C14.8436 4.99149 15.2235 4.99149 15.4579 4.75717 15.6922 4.52286 15.6922 4.14296 15.4579 3.90865L13.4579 1.90865C13.2235 1.67433 12.8436 1.67433 12.6093 1.90865L10.6093 3.90865C10.375 4.14296 10.375 4.52286 10.6093 4.75717zM2.96131 10.0053C3.19563 10.2396 3.57553 10.2396 3.80984 10.0053L4.96667 8.84845 6.1235 10.0053C6.35781 10.2396 6.73771 10.2396 6.97203 10.0053 7.20634 9.77096 7.20634 9.39106 6.97203 9.15675L5.8152 7.99992 6.97203 6.84309C7.20634 6.60878 7.20634 6.22888 6.97203 5.99456 6.73771 5.76025 6.35781 5.76025 6.1235 5.99456L4.96667 7.15139 3.80984 5.99456C3.57553 5.76025 3.19563 5.76025 2.96131 5.99456 2.727 6.22888 2.727 6.60878 2.96131 6.84309L4.11814 7.99992 2.96131 9.15675C2.727 9.39106 2.727 9.77096 2.96131 10.0053z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.86664 12.6001L2.06667 12.6001C1.12778 12.6 0.366674 11.8389 0.366699 10.9L0.366852 5.10012C0.366877 4.16125 1.12799 3.40016 2.06685 3.40016H7.86667C8.80555 3.40016 9.56667 4.16128 9.56667 5.10016V10.9001C9.56667 11.839 8.80554 12.6002 7.86664 12.6001ZM2.06669 11.4001L7.86666 11.4001C8.14281 11.4002 8.36667 11.1763 8.36667 10.9001V5.10016C8.36667 4.82402 8.14281 4.60016 7.86667 4.60016H2.06685C1.79071 4.60016 1.56686 4.82401 1.56685 5.10015L1.5667 10.9C1.56669 11.1762 1.79055 11.4001 2.06669 11.4001Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var DeleteCellShiftUpSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'delete-cell-shift-up-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DeleteCellShiftUpSingle.displayName = 'DeleteCellShiftUpSingle';
13
+ export default DeleteCellShiftUpSingle;
14
+ //# sourceMappingURL=delete-cell-shift-up-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-cell-shift-up-single.js","sourceRoot":"","sources":["../../src/components/delete-cell-shift-up-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,o8BAAo8B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6fAA6f,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzsD,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,6BAA6B;QACjC,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 DeleteColumnSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DeleteColumnSingle;
@@ -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.4549 14.8606L10.6549 14.8607C9.71601 14.8607 8.95484 14.0996 8.95484 13.1607V2.83867C8.95484 1.89979 9.71596 1.13867 10.6548 1.13867H12.4547C13.3936 1.13867 14.1547 1.89978 14.1547 2.83866L14.1548 5.90355L14.1548 5.91284L14.1548 5.92212L14.1548 10.0801L14.1548 10.0867L14.1548 10.0932L14.1548 13.1606C14.1548 14.0995 13.3938 14.8606 12.4549 14.8606ZM12.9548 6.51284L12.9548 9.48667H10.1548V6.51284H12.9548ZM12.9548 5.31284L10.1548 5.31284V2.83867C10.1548 2.56253 10.3787 2.33867 10.6548 2.33867H12.4547C12.7309 2.33867 12.9547 2.56253 12.9547 2.83867L12.9548 5.31284ZM12.9548 10.6867H10.1548V13.1607C10.1548 13.4368 10.3787 13.6607 10.6549 13.6607L12.4549 13.6606C12.731 13.6606 12.9548 13.4367 12.9548 13.1606L12.9548 10.6867Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.67622 5.99449C2.91054 5.76018 3.29044 5.76018 3.52475 5.99449L4.68158 7.15132L5.83841 5.99449C6.07273 5.76018 6.45262 5.76018 6.68694 5.99449C6.92125 6.22881 6.92125 6.60871 6.68694 6.84302L5.53011 7.99985L6.68694 9.15668C6.92125 9.391 6.92125 9.77089 6.68694 10.0052C6.45262 10.2395 6.07273 10.2395 5.83841 10.0052L4.68158 8.84838L3.52475 10.0052C3.29044 10.2395 2.91054 10.2395 2.67622 10.0052C2.44191 9.77089 2.44191 9.391 2.67622 9.15668L3.83305 7.99985L2.67622 6.84302C2.44191 6.60871 2.44191 6.22881 2.67622 5.99449Z" } }] };
5
+ export var DeleteColumnSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'delete-column-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DeleteColumnSingle.displayName = 'DeleteColumnSingle';
13
+ export default DeleteColumnSingle;
14
+ //# sourceMappingURL=delete-column-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-column-single.js","sourceRoot":"","sources":["../../src/components/delete-column-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,6tBAA6tB,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,+gBAA+gB,EAAC,EAAC,CAAC,EAAC,CAAC;AAEp/C,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,sBAAsB;QAC1B,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 DeleteRowSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DeleteRowSingle;
@@ -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.99452 2.67574C6.22884 2.44142 6.60874 2.44142 6.84305 2.67574L7.99988 3.83257L9.15671 2.67574C9.39103 2.44142 9.77092 2.44142 10.0052 2.67574C10.2396 2.91005 10.2396 3.28995 10.0052 3.52426L8.84841 4.68109L10.0052 5.83792C10.2396 6.07224 10.2396 6.45214 10.0052 6.68645C9.77092 6.92077 9.39103 6.92077 9.15671 6.68645L7.99988 5.52962L6.84305 6.68645C6.60874 6.92077 6.22884 6.92077 5.99452 6.68645C5.76021 6.45214 5.76021 6.07224 5.99452 5.83792L7.15135 4.68109L5.99452 3.52426C5.76021 3.28995 5.76021 2.91005 5.99452 2.67574Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.13924 12.4548L1.13916 10.6548C1.13912 9.71589 1.90025 8.95473 2.83916 8.95473H13.1612C14.1001 8.95473 14.8612 9.71584 14.8612 10.6547V12.4546C14.8612 13.3935 14.1001 14.1546 13.1612 14.1546L10.0963 14.1547L10.087 14.1547L10.0777 14.1547L5.91977 14.1547L5.91318 14.1547L5.9066 14.1547L2.83926 14.1547C1.9004 14.1547 1.13929 13.3937 1.13924 12.4548ZM10.687 12.9547L13.1612 12.9546C13.4373 12.9546 13.6612 12.7308 13.6612 12.4546V10.6547C13.6612 10.3786 13.4373 10.1547 13.1612 10.1547H10.687V12.9547ZM9.48701 10.1547V12.9547L6.51318 12.9547V10.1547H9.48701ZM2.83916 10.1547H5.31318V12.9547L2.83925 12.9547C2.56311 12.9547 2.33926 12.7309 2.33924 12.4547L2.33916 10.6547C2.33915 10.3786 2.56301 10.1547 2.83916 10.1547Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var DeleteRowSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'delete-row-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DeleteRowSingle.displayName = 'DeleteRowSingle';
13
+ export default DeleteRowSingle;
14
+ //# sourceMappingURL=delete-row-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-row-single.js","sourceRoot":"","sources":["../../src/components/delete-row-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,mhBAAmhB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,itBAAitB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE5+C,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const DocSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DocSingle;
@@ -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.41357 5.23252C4.41357 4.90115 4.6822 4.63252 5.01357 4.63252H10.9862C11.3176 4.63252 11.5862 4.90115 11.5862 5.23252 11.5862 5.56389 11.3176 5.83252 10.9862 5.83252H5.01357C4.6822 5.83252 4.41357 5.56389 4.41357 5.23252zM4.41357 7.97861C4.41357 7.64724 4.6822 7.37861 5.01357 7.37861H10.9862C11.3176 7.37861 11.5862 7.64724 11.5862 7.97861 11.5862 8.30999 11.3176 8.57861 10.9862 8.57861H5.01357C4.6822 8.57861 4.41357 8.30999 4.41357 7.97861zM4.41357 10.7716C4.41357 10.4402 4.6822 10.1716 5.01357 10.1716H8.17178C8.50315 10.1716 8.77178 10.4402 8.77178 10.7716 8.77178 11.103 8.50315 11.3716 8.17178 11.3716H5.01357C4.6822 11.3716 4.41357 11.103 4.41357 10.7716z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V12.0216C1.10107 14.0098 2.71285 15.6216 4.70107 15.6216H14.0987C14.5406 15.6216 14.8987 15.2634 14.8987 14.8216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 12.0216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.4216H4.70107C3.37559 14.4216 2.30107 13.3471 2.30107 12.0216Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var DocSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'doc-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DocSingle.displayName = 'DocSingle';
13
+ export default DocSingle;
14
+ //# sourceMappingURL=doc-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"doc-single.js","sourceRoot":"","sources":["../../src/components/doc-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,6pBAA6pB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wYAAwY,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7yC,MAAM,CAAC,IAAM,SAAS,GAAG,UAAU,CACjC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,YAAY;QAChB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AAEpC,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const DragFrameSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DragFrameSingle;
@@ -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.74063 1.14062C2.3046 1.14062 1.14051 2.30481 1.14063 3.74083L1.14131 12.2572C1.14143 13.6931 2.30545 14.857 3.74131 14.857H6.95517C7.28654 14.857 7.55517 14.5884 7.55517 14.257C7.55517 13.9256 7.28654 13.657 6.95517 13.657H3.74131C2.96816 13.657 2.34137 13.0303 2.34131 12.2571L2.34063 3.74074C2.34056 2.9675 2.96738 2.34063 3.74063 2.34063H12.2568C13.03 2.34063 13.6568 2.96743 13.6568 3.74063V7.30303C13.6568 7.6344 13.9255 7.90303 14.2568 7.90303C14.5882 7.90303 14.8568 7.6344 14.8568 7.30303V3.74063C14.8568 2.30469 13.6928 1.14062 12.2568 1.14062H3.74063Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.50674 8.80072C9.31003 8.76138 9.10666 8.82295 8.96481 8.96481C8.82295 9.10666 8.76138 9.31003 8.80072 9.50674L9.77428 14.3745C9.82187 14.6125 10.0081 14.7983 10.2462 14.8454C10.4843 14.8925 10.7272 14.7916 10.8619 14.5897L11.4294 13.7383L12.3722 14.6811C12.6066 14.9154 12.9865 14.9154 13.2208 14.6811L14.6811 13.2208C14.9154 12.9865 14.9154 12.6066 14.6811 12.3722L13.7383 11.4294L14.5897 10.8619C14.7916 10.7272 14.8925 10.4843 14.8454 10.2462C14.7983 10.0081 14.6125 9.82187 14.3745 9.77428L9.50674 8.80072ZM10.6669 12.7188L10.1539 10.1539L12.7188 10.6669L12.4637 10.837C12.3141 10.9367 12.2171 11.0982 12.1994 11.2771C12.1817 11.4559 12.2451 11.6333 12.3722 11.7604L13.4083 12.7965L12.7965 13.4083L11.7604 12.3722C11.6333 12.2451 11.4559 12.1817 11.2771 12.1994C11.0982 12.2171 10.9367 12.3141 10.837 12.4637L10.6669 12.7188Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var DragFrameSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'drag-frame-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DragFrameSingle.displayName = 'DragFrameSingle';
13
+ export default DragFrameSingle;
14
+ //# sourceMappingURL=drag-frame-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drag-frame-single.js","sourceRoot":"","sources":["../../src/components/drag-frame-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,sjBAAsjB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,k0BAAk0B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhoD,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const FindSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default FindSingle;
@@ -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": "M.733398 2.33438C.733398 2.003 1.00203 1.73438 1.3334 1.73438H14.6667C14.9981 1.73438 15.2667 2.003 15.2667 2.33438 15.2667 2.66575 14.9981 2.93438 14.6667 2.93438H1.3334C1.00203 2.93438.733398 2.66575.733398 2.33438zM.733398 7.66641C.733398 7.33504 1.00203 7.06641 1.3334 7.06641H5.00007C5.33144 7.06641 5.60007 7.33504 5.60007 7.66641 5.60007 7.99778 5.33144 8.26641 5.00007 8.26641H1.3334C1.00203 8.26641.733398 7.99778.733398 7.66641zM1.3334 12.3984C1.00203 12.3984.733398 12.6671.733398 12.9984.733398 13.3298 1.00203 13.5984 1.3334 13.5984H5.00007C5.33144 13.5984 5.60007 13.3298 5.60007 12.9984 5.60007 12.6671 5.33144 12.3984 5.00007 12.3984H1.3334z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.06641 8.49974C7.06641 6.60357 8.60357 5.06641 10.4997 5.06641C12.3959 5.06641 13.9331 6.60357 13.9331 8.49974C13.9331 9.31728 13.6473 10.0681 13.1703 10.6577L15.0925 12.5938C15.326 12.829 15.3246 13.2089 15.0895 13.4424C14.8543 13.6758 14.4744 13.6745 14.2409 13.4393L12.2625 11.4466C11.7472 11.7555 11.1442 11.9331 10.4997 11.9331C8.60357 11.9331 7.06641 10.3959 7.06641 8.49974ZM10.4997 6.26641C9.26631 6.26641 8.26641 7.26631 8.26641 8.49974C8.26641 9.73317 9.26631 10.7331 10.4997 10.7331C11.7332 10.7331 12.7331 9.73317 12.7331 8.49974C12.7331 7.26631 11.7332 6.26641 10.4997 6.26641Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var FindSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'find-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ FindSingle.displayName = 'FindSingle';
13
+ export default FindSingle;
14
+ //# sourceMappingURL=find-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"find-single.js","sourceRoot":"","sources":["../../src/components/find-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,mpBAAmpB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,klBAAklB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7+C,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 FrameSizeSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default FrameSizeSingle;
@@ -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": "M9.16162 4.03506C9.16162 3.70369 9.43025 3.43506 9.76162 3.43506H11.5239C12.0986 3.43506 12.5645 3.90095 12.5645 4.47564V6.23795C12.5645 6.56932 12.2959 6.83795 11.9645 6.83795 11.6331 6.83795 11.3645 6.56932 11.3645 6.23795V4.63506H9.76162C9.43025 4.63506 9.16162 4.36643 9.16162 4.03506zM4.03311 9.16553C4.36448 9.16553 4.63311 9.43416 4.63311 9.76553V11.3684H6.236C6.56737 11.3684 6.836 11.637 6.836 11.9684 6.836 12.2998 6.56737 12.5684 6.236 12.5684H4.47368C3.89899 12.5684 3.43311 12.1025 3.43311 11.5278V9.76553C3.43311 9.43416 3.70173 9.16553 4.03311 9.16553z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.9999 1.3999C2.56396 1.3999 1.3999 2.56396 1.3999 3.9999V11.9999C1.3999 13.4358 2.56396 14.5999 3.9999 14.5999H11.9999C13.4358 14.5999 14.5999 13.4358 14.5999 11.9999V3.9999C14.5999 2.56396 13.4358 1.3999 11.9999 1.3999H3.9999ZM2.5999 3.9999C2.5999 3.2267 3.2267 2.5999 3.9999 2.5999H11.9999C12.7731 2.5999 13.3999 3.2267 13.3999 3.9999V11.9999C13.3999 12.7731 12.7731 13.3999 11.9999 13.3999H3.9999C3.2267 13.3999 2.5999 12.7731 2.5999 11.9999V3.9999Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var FrameSizeSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'frame-size-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ FrameSizeSingle.displayName = 'FrameSizeSingle';
13
+ export default FrameSizeSingle;
14
+ //# sourceMappingURL=frame-size-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frame-size-single.js","sourceRoot":"","sources":["../../src/components/frame-size-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,yjBAAyjB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wcAAwc,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzwC,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const FullscreenSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default FullscreenSingle;
@@ -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": "M10.4004 1.99844C10.4004 1.66707 10.669 1.39844 11.0004 1.39844H14.0004C14.3318 1.39844 14.6004 1.66707 14.6004 1.99844V4.99844C14.6004 5.32981 14.3318 5.59844 14.0004 5.59844 13.669 5.59844 13.4004 5.32981 13.4004 4.99844V3.41281L11.0907 5.72253C10.8564 5.95685 10.4765 5.95685 10.2421 5.72253 10.0078 5.48822 10.0078 5.10832 10.2421 4.87401L12.5177 2.59844H11.0004C10.669 2.59844 10.4004 2.32981 10.4004 1.99844zM10.2763 10.2421C10.5106 10.0078 10.8905 10.0078 11.1248 10.2421L13.4004 12.5177V10.9984C13.4004 10.6671 13.669 10.3984 14.0004 10.3984 14.3318 10.3984 14.6004 10.6671 14.6004 10.9984V13.9984C14.6004 14.3298 14.3318 14.5984 14.0004 14.5984H11.0004C10.669 14.5984 10.4004 14.3298 10.4004 13.9984 10.4004 13.6671 10.669 13.3984 11.0004 13.3984H12.5841L10.2763 11.0907C10.042 10.8564 10.042 10.4765 10.2763 10.2421zM5.75584 11.0928C5.99133 10.8597 5.99325 10.4798 5.76012 10.2443 5.527 10.0088 5.1471 10.0069 4.91161 10.24L2.60039 12.528V10.9984C2.60039 10.6671 2.33176 10.3984 2.00039 10.3984 1.66902 10.3984 1.40039 10.6671 1.40039 10.9984V13.9984C1.40039 14.3298 1.66902 14.5984 2.00039 14.5984H5.00039C5.33176 14.5984 5.60039 14.3298 5.60039 13.9984 5.60039 13.6671 5.33176 13.3984 5.00039 13.3984H3.4268L5.75584 11.0928zM1.40039 1.99844C1.40039 1.91762 1.41637 1.84053 1.44534 1.77017L1.56982 1.58058 1.57399 1.57632C1.6316 1.51812 1.69818 1.47419 1.76932 1.44455 1.84044 1.41484 1.91852 1.39844 2.00041 1.39844H5.00039C5.33176 1.39844 5.60039 1.66707 5.60039 1.99844 5.60039 2.32981 5.33176 2.59844 5.00039 2.59844H3.45933L5.75584 4.87187C5.99133 5.105 5.99325 5.48489 5.76013 5.72039 5.527 5.95588 5.1471 5.9578 4.91161 5.72467L2.60039 3.43668V4.99844C2.60039 5.32981 2.33176 5.59844 2.00039 5.59844 1.66902 5.59844 1.40039 5.32981 1.40039 4.99844V1.99844z" } }] };
5
+ export var FullscreenSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'fullscreen-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ FullscreenSingle.displayName = 'FullscreenSingle';
13
+ export default FullscreenSingle;
14
+ //# sourceMappingURL=fullscreen-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fullscreen-single.js","sourceRoot":"","sources":["../../src/components/fullscreen-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,gvDAAgvD,EAAC,EAAC,CAAC,EAAC,CAAC;AAE15D,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,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,eAAe,gBAAgB,CAAC"}