@univerjs/icons 0.1.65 → 0.1.67

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 (216) 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/ai-single.d.ts +4 -0
  4. package/dist/components/arrangement-single.d.ts +4 -0
  5. package/dist/components/auto-height-single.d.ts +4 -0
  6. package/dist/components/auto-width-single.d.ts +4 -0
  7. package/dist/components/autofill-single.d.ts +4 -0
  8. package/dist/components/board-fill.d.ts +4 -0
  9. package/dist/components/{lock-single-1.d.ts → board-single.d.ts} +2 -2
  10. package/dist/components/cut-single.d.ts +4 -0
  11. package/dist/components/dark-mode-single.d.ts +4 -0
  12. package/dist/components/delete-cell-move-down-single.d.ts +4 -0
  13. package/dist/components/delete-cell-right-single.d.ts +4 -0
  14. package/dist/components/delete-cell-shift-left-single.d.ts +4 -0
  15. package/dist/components/delete-cell-shift-up-single.d.ts +4 -0
  16. package/dist/components/delete-column-single.d.ts +4 -0
  17. package/dist/components/delete-row-single.d.ts +4 -0
  18. package/dist/components/doc-single.d.ts +4 -0
  19. package/dist/components/drag-frame-single.d.ts +4 -0
  20. package/dist/components/find-single.d.ts +4 -0
  21. package/dist/components/frame-size-single.d.ts +4 -0
  22. package/dist/components/fullscreen-single.d.ts +4 -0
  23. package/dist/components/help-single.d.ts +4 -0
  24. package/dist/components/hide-single.d.ts +4 -0
  25. package/dist/components/insert-cell-down-single.d.ts +4 -0
  26. package/dist/components/insert-cell-shift-right-single.d.ts +4 -0
  27. package/dist/components/insert-row-above-single.d.ts +4 -0
  28. package/dist/components/insert-row-below-single.d.ts +4 -0
  29. package/dist/components/insert-single.d.ts +4 -0
  30. package/dist/components/left-insert-column-single.d.ts +4 -0
  31. package/dist/components/light-mode-single.d.ts +4 -0
  32. package/dist/components/number-format-single.d.ts +4 -0
  33. package/dist/components/outline-single.d.ts +4 -0
  34. package/dist/components/paste-all-except-single.d.ts +4 -0
  35. package/dist/components/paste-format-only-single.d.ts +4 -0
  36. package/dist/components/paste-formula-only-single.d.ts +4 -0
  37. package/{esm/components/lock-single-1.d.ts → dist/components/paste-single.d.ts} +2 -2
  38. package/dist/components/paste-special-single.d.ts +4 -0
  39. package/dist/components/paste-values-only-single.d.ts +4 -0
  40. package/dist/components/paste-width-single.d.ts +4 -0
  41. package/dist/components/remind-single.d.ts +4 -0
  42. package/dist/components/right-insert-column-single.d.ts +4 -0
  43. package/dist/components/setting-single.d.ts +4 -0
  44. package/dist/components/sheet-single.d.ts +4 -0
  45. package/dist/components/slide-single.d.ts +4 -0
  46. package/dist/components/template-single.d.ts +4 -0
  47. package/dist/components/tree-diagram-fill-single.d.ts +4 -0
  48. package/dist/components/tree-diagram-single.d.ts +4 -0
  49. package/dist/components/unifile.d.ts +4 -0
  50. package/dist/icons.d.ts +49 -1
  51. package/dist/index.js +1 -1
  52. package/esm/components/adjust-height-single.d.ts +4 -0
  53. package/esm/components/adjust-height-single.js +14 -0
  54. package/esm/components/adjust-height-single.js.map +1 -0
  55. package/esm/components/adjust-width-single.d.ts +4 -0
  56. package/esm/components/adjust-width-single.js +14 -0
  57. package/esm/components/adjust-width-single.js.map +1 -0
  58. package/esm/components/ai-single.d.ts +4 -0
  59. package/esm/components/ai-single.js +14 -0
  60. package/esm/components/ai-single.js.map +1 -0
  61. package/esm/components/arrangement-single.d.ts +4 -0
  62. package/esm/components/arrangement-single.js +14 -0
  63. package/esm/components/arrangement-single.js.map +1 -0
  64. package/esm/components/auto-height-single.d.ts +4 -0
  65. package/esm/components/auto-height-single.js +14 -0
  66. package/esm/components/auto-height-single.js.map +1 -0
  67. package/esm/components/auto-width-single.d.ts +4 -0
  68. package/esm/components/auto-width-single.js +14 -0
  69. package/esm/components/auto-width-single.js.map +1 -0
  70. package/esm/components/autofill-single.d.ts +4 -0
  71. package/esm/components/autofill-single.js +14 -0
  72. package/esm/components/autofill-single.js.map +1 -0
  73. package/esm/components/board-fill.d.ts +4 -0
  74. package/esm/components/board-fill.js +14 -0
  75. package/esm/components/board-fill.js.map +1 -0
  76. package/esm/components/board-single.d.ts +4 -0
  77. package/esm/components/board-single.js +14 -0
  78. package/esm/components/board-single.js.map +1 -0
  79. package/esm/components/copy-single.js +1 -1
  80. package/esm/components/copy-single.js.map +1 -1
  81. package/esm/components/cut-single.d.ts +4 -0
  82. package/esm/components/cut-single.js +14 -0
  83. package/esm/components/cut-single.js.map +1 -0
  84. package/esm/components/dark-mode-single.d.ts +4 -0
  85. package/esm/components/dark-mode-single.js +14 -0
  86. package/esm/components/dark-mode-single.js.map +1 -0
  87. package/esm/components/delete-cell-move-down-single.d.ts +4 -0
  88. package/esm/components/delete-cell-move-down-single.js +14 -0
  89. package/esm/components/delete-cell-move-down-single.js.map +1 -0
  90. package/esm/components/delete-cell-right-single.d.ts +4 -0
  91. package/esm/components/delete-cell-right-single.js +14 -0
  92. package/esm/components/delete-cell-right-single.js.map +1 -0
  93. package/esm/components/delete-cell-shift-left-single.d.ts +4 -0
  94. package/esm/components/delete-cell-shift-left-single.js +14 -0
  95. package/esm/components/delete-cell-shift-left-single.js.map +1 -0
  96. package/esm/components/delete-cell-shift-up-single.d.ts +4 -0
  97. package/esm/components/delete-cell-shift-up-single.js +14 -0
  98. package/esm/components/delete-cell-shift-up-single.js.map +1 -0
  99. package/esm/components/delete-column-single.d.ts +4 -0
  100. package/esm/components/delete-column-single.js +14 -0
  101. package/esm/components/delete-column-single.js.map +1 -0
  102. package/esm/components/delete-row-single.d.ts +4 -0
  103. package/esm/components/delete-row-single.js +14 -0
  104. package/esm/components/delete-row-single.js.map +1 -0
  105. package/esm/components/doc-single.d.ts +4 -0
  106. package/esm/components/doc-single.js +14 -0
  107. package/esm/components/doc-single.js.map +1 -0
  108. package/esm/components/drag-frame-single.d.ts +4 -0
  109. package/esm/components/drag-frame-single.js +14 -0
  110. package/esm/components/drag-frame-single.js.map +1 -0
  111. package/esm/components/find-single.d.ts +4 -0
  112. package/esm/components/find-single.js +14 -0
  113. package/esm/components/find-single.js.map +1 -0
  114. package/esm/components/frame-size-single.d.ts +4 -0
  115. package/esm/components/frame-size-single.js +14 -0
  116. package/esm/components/frame-size-single.js.map +1 -0
  117. package/esm/components/fullscreen-single.d.ts +4 -0
  118. package/esm/components/fullscreen-single.js +14 -0
  119. package/esm/components/fullscreen-single.js.map +1 -0
  120. package/esm/components/help-single.d.ts +4 -0
  121. package/esm/components/help-single.js +14 -0
  122. package/esm/components/help-single.js.map +1 -0
  123. package/esm/components/hide-single.d.ts +4 -0
  124. package/esm/components/hide-single.js +14 -0
  125. package/esm/components/hide-single.js.map +1 -0
  126. package/esm/components/insert-cell-down-single.d.ts +4 -0
  127. package/esm/components/insert-cell-down-single.js +14 -0
  128. package/esm/components/insert-cell-down-single.js.map +1 -0
  129. package/esm/components/insert-cell-shift-right-single.d.ts +4 -0
  130. package/esm/components/insert-cell-shift-right-single.js +14 -0
  131. package/esm/components/insert-cell-shift-right-single.js.map +1 -0
  132. package/esm/components/insert-row-above-single.d.ts +4 -0
  133. package/esm/components/insert-row-above-single.js +14 -0
  134. package/esm/components/insert-row-above-single.js.map +1 -0
  135. package/esm/components/insert-row-below-single.d.ts +4 -0
  136. package/esm/components/insert-row-below-single.js +14 -0
  137. package/esm/components/insert-row-below-single.js.map +1 -0
  138. package/esm/components/insert-single.d.ts +4 -0
  139. package/esm/components/insert-single.js +14 -0
  140. package/esm/components/insert-single.js.map +1 -0
  141. package/esm/components/left-insert-column-single.d.ts +4 -0
  142. package/esm/components/left-insert-column-single.js +14 -0
  143. package/esm/components/left-insert-column-single.js.map +1 -0
  144. package/esm/components/light-mode-single.d.ts +4 -0
  145. package/esm/components/light-mode-single.js +14 -0
  146. package/esm/components/light-mode-single.js.map +1 -0
  147. package/esm/components/number-format-single.d.ts +4 -0
  148. package/esm/components/number-format-single.js +14 -0
  149. package/esm/components/number-format-single.js.map +1 -0
  150. package/esm/components/outline-single.d.ts +4 -0
  151. package/esm/components/outline-single.js +14 -0
  152. package/esm/components/outline-single.js.map +1 -0
  153. package/esm/components/paste-all-except-single.d.ts +4 -0
  154. package/esm/components/paste-all-except-single.js +14 -0
  155. package/esm/components/paste-all-except-single.js.map +1 -0
  156. package/esm/components/paste-format-only-single.d.ts +4 -0
  157. package/esm/components/paste-format-only-single.js +14 -0
  158. package/esm/components/paste-format-only-single.js.map +1 -0
  159. package/esm/components/paste-formula-only-single.d.ts +4 -0
  160. package/esm/components/paste-formula-only-single.js +14 -0
  161. package/esm/components/paste-formula-only-single.js.map +1 -0
  162. package/esm/components/paste-single.d.ts +4 -0
  163. package/esm/components/paste-single.js +14 -0
  164. package/esm/components/paste-single.js.map +1 -0
  165. package/esm/components/paste-special-single.d.ts +4 -0
  166. package/esm/components/paste-special-single.js +14 -0
  167. package/esm/components/paste-special-single.js.map +1 -0
  168. package/esm/components/paste-values-only-single.d.ts +4 -0
  169. package/esm/components/paste-values-only-single.js +14 -0
  170. package/esm/components/paste-values-only-single.js.map +1 -0
  171. package/esm/components/paste-width-single.d.ts +4 -0
  172. package/esm/components/paste-width-single.js +14 -0
  173. package/esm/components/paste-width-single.js.map +1 -0
  174. package/esm/components/print-single.js +1 -1
  175. package/esm/components/print-single.js.map +1 -1
  176. package/esm/components/reduce-single.js +1 -1
  177. package/esm/components/reduce-single.js.map +1 -1
  178. package/esm/components/remind-single.d.ts +4 -0
  179. package/esm/components/remind-single.js +14 -0
  180. package/esm/components/remind-single.js.map +1 -0
  181. package/esm/components/right-insert-column-single.d.ts +4 -0
  182. package/esm/components/right-insert-column-single.js +14 -0
  183. package/esm/components/right-insert-column-single.js.map +1 -0
  184. package/esm/components/setting-single.d.ts +4 -0
  185. package/esm/components/setting-single.js +14 -0
  186. package/esm/components/setting-single.js.map +1 -0
  187. package/esm/components/sheet-single.d.ts +4 -0
  188. package/esm/components/sheet-single.js +14 -0
  189. package/esm/components/sheet-single.js.map +1 -0
  190. package/esm/components/slide-single.d.ts +4 -0
  191. package/esm/components/slide-single.js +14 -0
  192. package/esm/components/slide-single.js.map +1 -0
  193. package/esm/components/template-single.d.ts +4 -0
  194. package/esm/components/template-single.js +14 -0
  195. package/esm/components/template-single.js.map +1 -0
  196. package/esm/components/tree-diagram-fill-single.d.ts +4 -0
  197. package/esm/components/tree-diagram-fill-single.js +14 -0
  198. package/esm/components/tree-diagram-fill-single.js.map +1 -0
  199. package/esm/components/tree-diagram-single.d.ts +4 -0
  200. package/esm/components/tree-diagram-single.js +14 -0
  201. package/esm/components/tree-diagram-single.js.map +1 -0
  202. package/esm/components/unifile.d.ts +4 -0
  203. package/esm/components/unifile.js +14 -0
  204. package/esm/components/unifile.js.map +1 -0
  205. package/esm/components/unlock-single.js +1 -1
  206. package/esm/components/unlock-single.js.map +1 -1
  207. package/esm/components/upload-single.js +1 -1
  208. package/esm/components/upload-single.js.map +1 -1
  209. package/esm/icons.d.ts +49 -1
  210. package/esm/icons.js +49 -1
  211. package/esm/icons.js.map +1 -1
  212. package/esm/manifest.js +50 -1
  213. package/esm/manifest.js.map +1 -1
  214. package/package.json +1 -1
  215. package/esm/components/lock-single-1.js +0 -14
  216. package/esm/components/lock-single-1.js.map +0 -1
@@ -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 AiSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AiSingle;
@@ -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.07253 15.1998C3.71104 15.1998 3.41799 14.9068 3.41799 14.5453 3.41799 14.1838 3.71104 13.8907 4.07253 13.8907 4.43403 13.8907 4.72708 14.1838 4.72708 14.5453 4.72708 14.9068 4.43403 15.1998 4.07253 15.1998zM11.9271 2.1089C11.5656 2.1089 11.2725 1.81585 11.2725 1.45435 11.2725 1.09285 11.5656.799805 11.9271.799805 12.2886.799805 12.5816 1.09285 12.5816 1.45435 12.5816 1.81585 12.2886 2.1089 11.9271 2.1089zM14.5453 4.72708C14.1838 4.72708 13.8907 4.43403 13.8907 4.07253 13.8907 3.71104 14.1838 3.41799 14.5453 3.41799 14.9068 3.41799 15.1998 3.71104 15.1998 4.07253 15.1998 4.43403 14.9068 4.72708 14.5453 4.72708zM7.14547 3.43537C7.36271 2.53946 8.6369 2.53946 8.85414 3.43537L9.45191 5.90053C9.52947 6.22039 9.77921 6.47014 10.0991 6.5477L12.5642 7.14547C13.4601 7.36271 13.4601 8.6369 12.5642 8.85414L10.0991 9.45191C9.77921 9.52947 9.52947 9.77921 9.45191 10.0991L8.85414 12.5642C8.6369 13.4601 7.36271 13.4601 7.14547 12.5642L6.5477 10.0991C6.47014 9.77921 6.22039 9.52947 5.90053 9.45191L3.43537 8.85414C2.53946 8.6369 2.53946 7.36271 3.43537 7.14547L5.90053 6.5477C6.22039 6.47014 6.47014 6.22039 6.5477 5.90053L7.14547 3.43537z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.7512 9.96039C15.0561 10.0742 15.2109 10.4135 15.0972 10.7183 14.3602 12.6927 12.8304 14.2786 10.8948 15.0887 10.5946 15.2143 10.2495 15.0728 10.1239 14.7727 9.99832 14.4726 10.1398 14.1274 10.4399 14.0018 12.076 13.3172 13.3705 11.9751 13.9934 10.3063 14.1071 10.0015 14.4464 9.84663 14.7512 9.96039zM6.04976 1.24793C6.16377 1.55265 6.00916 1.89209 5.70444 2.00609 4.02642 2.63388 2.67882 3.94352 1.99927 5.59804 1.87566 5.89899 1.53149 6.04276 1.23054 5.91915.929587 5.79554.785823 5.45137.909432 5.15042 1.71312 3.19367 3.30539 1.64569 5.2916.902608 5.59632.788606 5.93576.943212 6.04976 1.24793z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.45435 12.5816C1.09285 12.5816 0.799805 12.2886 0.799805 11.9271C0.799805 11.5656 1.09285 11.2725 1.45435 11.2725C1.81585 11.2725 2.1089 11.5656 2.1089 11.9271C2.1089 12.2886 1.81585 12.5816 1.45435 12.5816Z" } }] };
5
+ export var AiSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'ai-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ AiSingle.displayName = 'AiSingle';
13
+ export default AiSingle;
14
+ //# sourceMappingURL=ai-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-single.js","sourceRoot":"","sources":["../../src/components/ai-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,unCAAunC,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,4lBAA4lB,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,mNAAmN,EAAC,EAAC,CAAC,EAAC,CAAC;AAEluE,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,WAAW;QACf,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ArrangementSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ArrangementSingle;
@@ -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.74469 10.5333C8.74472 9.53923 9.55065 8.73336 10.5448 8.7334L12.8113 8.7335C13.8054 8.73354 14.6113 9.53942 14.6113 10.5335V12.7999C14.6113 13.794 13.8054 14.5999 12.8113 14.5999H10.5446C9.5505 14.5999 8.7446 13.794 8.74463 12.7999L8.74469 10.5333zM10.5447 9.9334C10.2133 9.93338 9.9447 10.202 9.94469 10.5334L9.94463 12.7999C9.94462 13.1313 10.2133 13.3999 10.5446 13.3999H12.8113C13.1426 13.3999 13.4113 13.1313 13.4113 12.7999V10.5335C13.4113 10.2021 13.1426 9.93351 12.8113 9.9335L10.5447 9.9334zM8.74469 3.19985C8.74472 2.20573 9.55065 1.39986 10.5448 1.3999L12.8113 1.4C13.8054 1.40004 14.6113 2.20592 14.6113 3.2V5.46642C14.6113 6.46054 13.8054 7.26642 12.8113 7.26642H10.5446C9.5505 7.26642 8.7446 6.46051 8.74463 5.46638L8.74469 3.19985zM10.5447 2.5999C10.2133 2.59989 9.9447 2.86851 9.94469 3.19989L9.94463 5.46641C9.94462 5.79779 10.2133 6.06642 10.5446 6.06642H12.8113C13.1426 6.06642 13.4113 5.7978 13.4113 5.46642V3.2C13.4113 2.86864 13.1426 2.60001 12.8113 2.6L10.5447 2.5999zM1.39996 3.19985C1.39999 2.20573 2.20592 1.39986 3.20004 1.3999L5.46661 1.4C6.4607 1.40004 7.26654 2.20592 7.26654 3.2V5.46642C7.26654 6.46054 6.46065 7.26642 5.46654 7.26642H3.1999C2.20577 7.26642 1.39988 6.46051 1.3999 5.46638L1.39996 3.19985zM3.19999 2.5999C2.86862 2.59989 2.59997 2.86851 2.59996 3.19989L2.5999 5.46641C2.59989 5.79779 2.86852 6.06642 3.1999 6.06642H5.46654C5.79791 6.06642 6.06654 5.7978 6.06654 5.46642V3.2C6.06654 2.86864 5.79792 2.60001 5.46656 2.6L3.19999 2.5999zM1.39996 10.5333C1.39999 9.53923 2.20592 8.73336 3.20004 8.7334L5.46661 8.7335C6.4607 8.73354 7.26654 9.53942 7.26654 10.5335V12.7999C7.26654 13.794 6.46065 14.5999 5.46654 14.5999H3.1999C2.20577 14.5999 1.39988 13.794 1.3999 12.7999L1.39996 10.5333zM3.19999 9.9334C2.86862 9.93338 2.59997 10.202 2.59996 10.5334L2.5999 12.7999C2.59989 13.1313 2.86852 13.3999 3.1999 13.3999H5.46654C5.79791 13.3999 6.06654 13.1313 6.06654 12.7999V10.5335C6.06654 10.2021 5.79792 9.93351 5.46656 9.9335L3.19999 9.9334z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ArrangementSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'arrangement-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ArrangementSingle.displayName = 'ArrangementSingle';
13
+ export default ArrangementSingle;
14
+ //# sourceMappingURL=arrangement-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrangement-single.js","sourceRoot":"","sources":["../../src/components/arrangement-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,k8DAAk8D,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtpE,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,oBAAoB;QACxB,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 BoardFill: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default BoardFill;
@@ -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.8246 5.54762C13.0157 5.2769 12.9512 4.90253 12.6804 4.71143 12.4097 4.52034 12.0353 4.58488 11.8442 4.8556L7.84424 10.5223C7.65315 10.793 7.7177 11.1674 7.98841 11.3585 8.25913 11.5496 8.63351 11.485 8.8246 11.2143L12.8246 5.54762zM3.66641 4.9375C3.99778 4.9375 4.26641 5.20613 4.26641 5.5375V6.87083C4.26641 7.2022 3.99778 7.47083 3.66641 7.47083 3.33504 7.47083 3.06641 7.2022 3.06641 6.87083V5.5375C3.06641 5.20613 3.33504 4.9375 3.66641 4.9375zM4.26641 8.80312C4.26641 8.47175 3.99778 8.20312 3.66641 8.20312 3.33504 8.20312 3.06641 8.47175 3.06641 8.80312 3.06641 9.1345 3.33504 9.40312 3.66641 9.40312 3.99778 9.40312 4.26641 9.1345 4.26641 8.80312zM3.66641 10.2031C3.99778 10.2031 4.26641 10.4718 4.26641 10.8031 4.26641 11.1345 3.99778 11.4031 3.66641 11.4031 3.33504 11.4031 3.06641 11.1345 3.06641 10.8031 3.06641 10.4718 3.33504 10.2031 3.66641 10.2031z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.6663 1.76172C14.1024 1.76145 15.2668 2.92559 15.2668 4.36172V11.6364C15.2668 13.0723 14.1027 14.2364 12.6668 14.2364L3.33438 14.2355C1.89844 14.2355 0.734375 13.0714 0.734375 11.6355V4.36172C0.734375 2.92565 1.89863 1.76154 3.3347 1.76172H12.6663ZM12.6665 2.96172C13.4398 2.96157 14.0668 3.58842 14.0668 4.36172V11.6364C14.0668 12.4096 13.44 13.0364 12.6668 13.0364H6.60104V2.96285L12.6665 2.96172Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M3.66561 4.93896C3.99698 4.93896 4.26561 5.20759 4.26561 5.53896V6.8723C4.26561 7.20367 3.99698 7.4723 3.66561 7.4723 3.33424 7.4723 3.06561 7.20367 3.06561 6.8723V5.53896C3.06561 5.20759 3.33424 4.93896 3.66561 4.93896zM4.26561 8.80459C4.26561 8.47322 3.99698 8.20459 3.66561 8.20459 3.33424 8.20459 3.06561 8.47322 3.06561 8.80459 3.06561 9.13596 3.33424 9.40459 3.66561 9.40459 3.99698 9.40459 4.26561 9.13596 4.26561 8.80459zM3.66561 10.2046C3.99698 10.2046 4.26561 10.4732 4.26561 10.8046 4.26561 11.136 3.99698 11.4046 3.66561 11.4046 3.33424 11.4046 3.06561 11.136 3.06561 10.8046 3.06561 10.4732 3.33424 10.2046 3.66561 10.2046z" } }] };
5
+ export var BoardFill = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'board-fill',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ BoardFill.displayName = 'BoardFill';
13
+ export default BoardFill;
14
+ //# sourceMappingURL=board-fill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"board-fill.js","sourceRoot":"","sources":["../../src/components/board-fill.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,oZAAoZ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,eAAe,EAAC,GAAG,EAAC,8nBAA8nB,EAAC,EAAC,CAAC,EAAC,CAAC;AAErrE,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 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 DarkModeSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DarkModeSingle;
@@ -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.10419 1.63214C8.94041 1.87949 8.9068 2.23355 9.10376 2.53198C9.59984 3.28365 9.88863 4.18338 9.88863 5.15241C9.88863 7.78356 7.75528 9.91691 5.12413 9.91691C4.23323 9.91691 3.40135 9.67303 2.68935 9.24875C2.38208 9.06565 2.02985 9.11558 1.7903 9.29061C1.54189 9.47211 1.37711 9.82204 1.51223 10.196C2.46591 12.8357 4.99351 14.7238 7.96441 14.7238C11.7525 14.7238 14.823 11.6533 14.823 7.86522C14.823 4.78371 12.7913 2.17821 9.99559 1.31257C9.61589 1.195 9.27403 1.37565 9.10419 1.63214ZM10.639 2.87714C12.4157 3.8318 13.623 5.7081 13.623 7.86522C13.623 10.9906 11.0898 13.5238 7.96441 13.5238C5.90003 13.5238 4.09326 12.4185 3.10485 10.7663C3.7358 10.9933 4.41585 11.1169 5.12413 11.1169C8.41802 11.1169 11.0886 8.4463 11.0886 5.15241C11.0886 4.3472 10.9287 3.5786 10.639 2.87714Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.73029 1.76608C5.67225 1.60922 5.4504 1.60922 5.39236 1.76608L5.18398 2.3292C5.00151 2.82233 4.6127 3.21114 4.11956 3.39362L3.55644 3.60199C3.39959 3.66003 3.39959 3.88188 3.55644 3.93992L4.11956 4.14829C4.6127 4.33077 5.00151 4.71958 5.18398 5.21272L5.39236 5.77584C5.4504 5.93269 5.67225 5.93269 5.73029 5.77584L5.93866 5.21272C6.12114 4.71958 6.50995 4.33077 7.00308 4.14829L7.5662 3.93992C7.72305 3.88188 7.72305 3.66003 7.5662 3.60199L7.00308 3.39362C6.50995 3.21114 6.12114 2.82233 5.93866 2.3292L5.73029 1.76608zM2.44447 5.60707C2.48212 5.50532 2.62603 5.50532 2.66368 5.60707L2.79885 5.97235C2.91722 6.29224 3.16943 6.54445 3.48932 6.66282L3.8546 6.79799C3.95635 6.83564 3.95635 6.97955 3.8546 7.0172L3.48932 7.15237C3.16943 7.27073 2.91722 7.52295 2.79885 7.84283L2.66368 8.20812C2.62603 8.30986 2.48212 8.30986 2.44447 8.20812L2.30931 7.84283C2.19094 7.52295 1.93873 7.27073 1.61884 7.15237L1.25356 7.0172C1.15181 6.97955 1.15181 6.83564 1.25356 6.79799L1.61884 6.66282C1.93873 6.54445 2.19094 6.29224 2.30931 5.97235L2.44447 5.60707z" } }] };
5
+ export var DarkModeSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'dark-mode-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DarkModeSingle.displayName = 'DarkModeSingle';
13
+ export default DarkModeSingle;
14
+ //# sourceMappingURL=dark-mode-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dark-mode-single.js","sourceRoot":"","sources":["../../src/components/dark-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,ixBAAixB,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,whCAAwhC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjjE,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 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;