@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
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const HelpSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default HelpSingle;
@@ -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.48242 6.2793C5.48242 4.88888 6.60958 3.76172 8 3.76172 9.39042 3.76172 10.5176 4.88888 10.5176 6.2793 10.5176 7.46294 9.70073 8.45581 8.6 8.72494V9.47526C8.6 9.80663 8.33137 10.0753 8 10.0753 7.66863 10.0753 7.4 9.80663 7.4 9.47526V8.19687C7.4 7.8655 7.66863 7.59687 8 7.59687 8.72768 7.59687 9.31758 7.00697 9.31758 6.2793 9.31758 5.55162 8.72768 4.96172 8 4.96172 7.27232 4.96172 6.68242 5.55162 6.68242 6.2793 6.68242 6.61067 6.41379 6.8793 6.08242 6.8793 5.75105 6.8793 5.48242 6.61067 5.48242 6.2793zM8.79915 11.5568C8.79915 11.9981 8.44143 12.3558 8.00016 12.3558 7.5589 12.3558 7.20117 11.9981 7.20117 11.5568 7.20117 11.1155 7.5589 10.7578 8.00016 10.7578 8.44143 10.7578 8.79915 11.1155 8.79915 11.5568z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.0557 3.0557C4.32035 1.79107 6.06915 1.00781 7.99974 1.00781C9.93033 1.00781 11.6791 1.79107 12.9438 3.0557C14.2084 4.32034 14.9917 6.06915 14.9917 7.99974C14.9917 9.93033 14.2084 11.6791 12.9438 12.9438C11.6791 14.2084 9.93033 14.9917 7.99974 14.9917C6.06915 14.9917 4.32035 14.2084 3.0557 12.9438C1.79107 11.6791 1.00781 9.93033 1.00781 7.99974C1.00781 6.06915 1.79108 4.32034 3.0557 3.0557ZM7.99974 2.20781C6.40019 2.20781 4.95303 2.85544 3.90422 3.90423C2.85543 4.95304 2.20781 6.40019 2.20781 7.99974C2.20781 9.59929 2.85544 11.0464 3.90423 12.0952C4.95303 13.144 6.4002 13.7917 7.99974 13.7917C9.59928 13.7917 11.0464 13.144 12.0952 12.0952C13.144 11.0464 13.7917 9.59928 13.7917 7.99974C13.7917 6.4002 13.144 4.95303 12.0952 3.90423C11.0464 2.85544 9.59929 2.20781 7.99974 2.20781Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var HelpSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'help-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ HelpSingle.displayName = 'HelpSingle';
13
+ export default HelpSingle;
14
+ //# sourceMappingURL=help-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"help-single.js","sourceRoot":"","sources":["../../src/components/help-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,6sBAA6sB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wxBAAwxB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7uD,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 HideSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default HideSingle;
@@ -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.42514 2.37642C3.19083 2.1421 2.81093 2.1421 2.57661 2.37642C2.3423 2.61073 2.3423 2.99063 2.57661 3.22495L6.10616 6.75449C5.87075 7.11191 5.7334 7.54042 5.7334 8.00016C5.7334 9.252 6.74823 10.2668 8.00007 10.2668C8.45992 10.2668 8.88834 10.1294 9.24572 9.89405L12.5766 13.2249C12.8109 13.4593 13.1908 13.4593 13.4251 13.2249C13.6595 12.9906 13.6595 12.6107 13.4251 12.3764L3.42514 2.37642ZM8.35734 9.00568L6.99454 7.64287C6.95491 7.75447 6.9334 7.87467 6.9334 8.00016C6.9334 8.58926 7.41097 9.06683 8.00007 9.06683C8.12551 9.06683 8.24571 9.04532 8.35734 9.00568Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.99993 4.5999C7.60078 4.5999 7.2071 4.65323 6.82176 4.74889 6.50015 4.82873 6.17471 4.63274 6.09487 4.31113 6.01503 3.98952 6.21103 3.66408 6.53264 3.58424 7.00236 3.46764 7.49335 3.3999 7.99993 3.3999 10.6597 3.3999 12.9156 5.26247 14.1045 6.46122 14.9601 7.32381 14.9595 8.67664 14.1042 9.53892 13.8192 9.82627 13.4807 10.1437 13.0969 10.4618 12.8417 10.6733 12.4635 10.6379 12.252 10.3828 12.0406 10.1277 12.0759 9.74943 12.3311 9.53796 12.6804 9.24842 12.9901 8.9581 13.2522 8.69384 13.6438 8.29909 13.6438 7.70075 13.2525 7.30627 12.0938 6.13804 10.1413 4.5999 7.99993 4.5999zM3.74782 5.617C3.95929 5.87213 3.92391 6.25037 3.66878 6.46184 3.31948 6.75138 3.00974 7.0417 2.74762 7.30596 2.35606 7.70071 2.35605 8.29905 2.74731 8.69353 3.90602 9.86176 5.85854 11.3999 7.99993 11.3999 8.40241 11.3999 8.7993 11.3457 9.18766 11.2485 9.50912 11.1681 9.83491 11.3635 9.91533 11.685 9.99574 12.0065 9.80034 12.3323 9.47887 12.4127 9.00563 12.531 8.51072 12.5999 7.99993 12.5999 5.34021 12.5999 3.0843 10.7373 1.89532 9.53858 1.03975 8.67599 1.04034 7.32317 1.89565 6.46089 2.18068 6.17354 2.51913 5.85614 2.90299 5.53796 3.15811 5.32649 3.53636 5.36188 3.74782 5.617z" } }] };
5
+ export var HideSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'hide-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ HideSingle.displayName = 'HideSingle';
13
+ export default HideSingle;
14
+ //# sourceMappingURL=hide-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hide-single.js","sourceRoot":"","sources":["../../src/components/hide-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,wjBAAwjB,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,ipCAAipC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEj9D,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 InsertCellDownSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default InsertCellDownSingle;
@@ -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.2189L14.6093 11.2431C14.8436 11.0088 15.2235 11.0088 15.4579 11.2431C15.6922 11.4774 15.6922 11.8573 15.4579 12.0916L13.4579 14.0916C13.2235 14.326 12.8436 14.326 12.6093 14.0916L10.6093 12.0916C10.375 11.8573 10.375 11.4774 10.6093 11.2431C10.8436 11.0088 11.2235 11.0088 11.4579 11.2431L12.4336 12.2189L12.4336 2.33242C12.4336 2.00105 12.7022 1.73242 13.0336 1.73242Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.86664 3.3999L2.06667 3.39999C1.12778 3.4 0.366674 4.16114 0.366699 5.10003L0.366774 7.93809L0.366699 7.94766L0.366774 7.95726L0.366852 10.8999C0.366877 11.8388 1.12799 12.5999 2.06685 12.5999H4.9506C4.95595 12.6 4.96132 12.6001 4.9667 12.6001C4.97208 12.6001 4.97745 12.6 4.9828 12.5999H7.86667C8.80555 12.5999 9.56667 11.8388 9.56667 10.8999V7.95358L9.5667 7.94766L9.56667 7.94174V5.0999C9.56667 4.16101 8.80554 3.39989 7.86664 3.3999ZM5.5667 11.3999H7.86667C8.14281 11.3999 8.36667 11.176 8.36667 10.8999V8.54766H5.5667V11.3999ZM5.5667 7.34766H8.36667V5.0999C8.36667 4.82376 8.14281 4.5999 7.86666 4.5999L5.5667 4.59994V7.34766ZM4.3667 4.59995V7.34766H1.56676L1.5667 5.1C1.56669 4.82386 1.79055 4.59999 2.06669 4.59999L4.3667 4.59995ZM4.3667 8.54766V11.3999H2.06685C1.79071 11.3999 1.56686 11.176 1.56685 10.8999L1.56679 8.54766H4.3667Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var InsertCellDownSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'insert-cell-down-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ InsertCellDownSingle.displayName = 'InsertCellDownSingle';
13
+ export default InsertCellDownSingle;
14
+ //# sourceMappingURL=insert-cell-down-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-cell-down-single.js","sourceRoot":"","sources":["../../src/components/insert-cell-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,8bAA8b,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,20BAA20B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjhD,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const InsertCellShiftRightSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default InsertCellShiftRightSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.94793 0.366699L7.93667 0.366803L5.10054 0.366728C4.16165 0.366703 3.40051 1.12781 3.40049 2.0667L3.40045 4.95816C3.40041 4.961 3.40039 4.96385 3.40039 4.9667C3.40039 4.96954 3.40041 4.97239 3.40045 4.97522L3.40041 7.86667C3.40039 8.80557 4.16151 9.5667 5.10041 9.5667H10.9004C11.8393 9.5667 12.6004 8.80558 12.6004 7.8667V2.06688C12.6004 1.12801 11.8393 0.366906 10.9004 0.366881L7.95923 0.366803L7.94793 0.366699ZM11.4004 4.3667V2.06688C11.4004 1.79074 11.1765 1.56689 10.9004 1.56688L8.54793 1.56682V4.3667H11.4004ZM8.54793 5.5667H11.4004V7.8667C11.4004 8.14284 11.1765 8.3667 10.9004 8.3667H8.54793V5.5667ZM7.34793 4.3667V1.56679L5.10051 1.56673C4.82436 1.56672 4.6005 1.79058 4.60049 2.06672L4.60046 4.3667H7.34793ZM4.60044 5.5667H7.34793V8.3667H5.10041C4.82426 8.3667 4.6004 8.14284 4.60041 7.86669L4.60044 5.5667Z", "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 InsertCellShiftRightSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'insert-cell-shift-right-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ InsertCellShiftRightSingle.displayName = 'InsertCellShiftRightSingle';
13
+ export default InsertCellShiftRightSingle;
14
+ //# sourceMappingURL=insert-cell-shift-right-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-cell-shift-right-single.js","sourceRoot":"","sources":["../../src/components/insert-cell-shift-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,wzBAAwzB,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;AAE//C,MAAM,CAAC,IAAM,0BAA0B,GAAG,UAAU,CAClD,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,gCAAgC;QACpC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,0BAA0B,CAAC,WAAW,GAAG,4BAA4B,CAAC;AAEtE,eAAe,0BAA0B,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const InsertRowAboveSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default InsertRowAboveSingle;
@@ -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.00006 1.84521C8.33143 1.84521 8.60006 2.11384 8.60006 2.44521V4.08122H10.2361C10.5674 4.08122 10.8361 4.34985 10.8361 4.68122C10.8361 5.01259 10.5674 5.28122 10.2361 5.28122H8.60006V6.91722C8.60006 7.24859 8.33143 7.51722 8.00006 7.51722C7.66869 7.51722 7.40006 7.24859 7.40006 6.91722V5.28122H5.76406C5.43268 5.28122 5.16406 5.01259 5.16406 4.68122C5.16406 4.34985 5.43268 4.08122 5.76406 4.08122H7.40006V2.44521C7.40006 2.11384 7.66869 1.84521 8.00006 1.84521Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.83926 14.1549L5.90761 14.1548L5.91323 14.1549L5.91887 14.1548L10.0784 14.1548L10.0871 14.1549L10.0957 14.1548L13.1612 14.1548C14.1001 14.1548 14.8612 13.3936 14.8612 12.4548V10.6549C14.8612 9.71598 14.1001 8.95486 13.1612 8.95486H10.0904L10.0871 8.95485L10.0837 8.95486H5.91656L5.91323 8.95485L5.9099 8.95486H2.83916C1.90025 8.95486 1.13912 9.71602 1.13916 10.6549L1.13924 12.4549C1.13929 13.3938 1.9004 14.1549 2.83926 14.1549ZM9.48706 10.1549H6.51323V12.9548L9.48706 12.9548V10.1549ZM10.6871 12.9548L13.1612 12.9548C13.4373 12.9548 13.6612 12.7309 13.6612 12.4548V10.6549C13.6612 10.3787 13.4373 10.1549 13.1612 10.1549H10.6871V12.9548ZM2.83916 10.1549H5.31323V12.9548L2.83925 12.9549C2.56311 12.9549 2.33926 12.731 2.33924 12.4549L2.33916 10.6549C2.33915 10.3787 2.56301 10.1549 2.83916 10.1549Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var InsertRowAboveSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'insert-row-above-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ InsertRowAboveSingle.displayName = 'InsertRowAboveSingle';
13
+ export default InsertRowAboveSingle;
14
+ //# sourceMappingURL=insert-row-above-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-row-above-single.js","sourceRoot":"","sources":["../../src/components/insert-row-above-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,mdAAmd,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,myBAAmyB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9/C,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const InsertRowBelowSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default InsertRowBelowSingle;
@@ -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.00028 14.1549C7.66891 14.1549 7.40028 13.8862 7.40028 13.5549V11.9188H5.76428C5.43291 11.9188 5.16428 11.6502 5.16428 11.3188C5.16428 10.9875 5.43291 10.7188 5.76428 10.7188H7.40028V9.08284C7.40028 8.75147 7.66891 8.48284 8.00028 8.48284C8.33165 8.48284 8.60028 8.75147 8.60028 9.08284V10.7188H10.2363C10.5677 10.7188 10.8363 10.9875 10.8363 11.3188C10.8363 11.6502 10.5677 11.9188 10.2363 11.9188H8.60028V13.5549C8.60028 13.8862 8.33165 14.1549 8.00028 14.1549Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.1611 1.84521L10.093 1.84524L10.0874 1.84521L10.0817 1.84524L5.92215 1.84528L5.91352 1.84521L5.90488 1.84528L2.83915 1.8453C1.90027 1.84531 1.13916 2.60642 1.13916 3.5453V5.34521C1.13916 6.28409 1.90028 7.04521 2.83916 7.04521H5.91019L5.91352 7.04521L5.91685 7.04521H10.084L10.0874 7.04521L10.0907 7.04521H13.1612C14.1001 7.04521 14.8612 6.28404 14.8612 5.34513L14.8611 3.54513C14.8611 2.60628 14.0999 1.84521 13.1611 1.84521ZM6.51352 5.84521H9.48735V3.04525L6.51352 3.04527V5.84521ZM5.31352 3.04528L2.83916 3.0453C2.56302 3.0453 2.33916 3.26916 2.33916 3.5453V5.34521C2.33916 5.62135 2.56302 5.84521 2.83916 5.84521H5.31352V3.04528ZM13.1612 5.84521H10.6874V3.04524L13.1611 3.04521C13.4372 3.04521 13.6611 3.26906 13.6611 3.54519L13.6612 5.34518C13.6612 5.62133 13.4373 5.84521 13.1612 5.84521Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var InsertRowBelowSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'insert-row-below-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ InsertRowBelowSingle.displayName = 'InsertRowBelowSingle';
13
+ export default InsertRowBelowSingle;
14
+ //# sourceMappingURL=insert-row-below-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-row-below-single.js","sourceRoot":"","sources":["../../src/components/insert-row-below-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,mdAAmd,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+xBAA+xB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1/C,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const InsertSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default InsertSingle;
@@ -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.9999zM9.49336 10.4244C9.25905 10.19 9.25905 9.81015 9.49336 9.57583L10.4691 8.6001 4.08291 8.6001C3.75154 8.6001 3.48291 8.33147 3.48291 8.0001 3.48291 7.66873 3.75154 7.4001 4.08291 7.4001L10.4691 7.4001 9.49336 6.42436C9.25905 6.19005 9.25905 5.81015 9.49336 5.57583 9.72767 5.34152 10.1076 5.34152 10.3419 5.57583L12.3419 7.57583C12.5762 7.81015 12.5762 8.19005 12.3419 8.42436L10.3419 10.4244C10.1076 10.6587 9.72767 10.6587 9.49336 10.4244z" } }] };
5
+ export var InsertSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'insert-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ InsertSingle.displayName = 'InsertSingle';
13
+ export default InsertSingle;
14
+ //# sourceMappingURL=insert-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-single.js","sourceRoot":"","sources":["../../src/components/insert-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,u2BAAu2B,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjhC,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const LeftInsertColumnSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default LeftInsertColumnSingle;
@@ -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.71596 14.8607 8.95479 14.0996 8.95479 13.1607V2.83867C8.95479 1.89979 9.71591 1.13867 10.6548 1.13867H12.4547C13.3936 1.13867 14.1547 1.89978 14.1547 2.83866L14.1547 5.90355L14.1548 5.91284L14.1547 5.92212L14.1548 10.0801L14.1548 10.0867L14.1548 10.0932L14.1548 13.1606C14.1548 14.0995 13.3937 14.8606 12.4549 14.8606ZM12.9547 6.51284L12.9548 9.48667H10.1548V6.51284H12.9547ZM12.9547 5.31284L10.1548 5.31284V2.83867C10.1548 2.56253 10.3787 2.33867 10.6548 2.33867H12.4547C12.7308 2.33867 12.9547 2.56253 12.9547 2.83867L12.9547 5.31284ZM12.9548 10.6867H10.1548V13.1607C10.1548 13.4368 10.3787 13.6607 10.6548 13.6607L12.4548 13.6606C12.7309 13.6606 12.9548 13.4367 12.9548 13.1606L12.9548 10.6867Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.84546 7.99979C1.84546 7.66842 2.11409 7.39979 2.44546 7.39979H4.08146V5.76379C4.08146 5.43242 4.35009 5.16379 4.68146 5.16379C5.01283 5.16379 5.28146 5.43242 5.28146 5.76379V7.39979H6.91747C7.24884 7.39979 7.51747 7.66842 7.51747 7.99979C7.51747 8.33116 7.24884 8.59979 6.91747 8.59979H5.28146V10.2358C5.28146 10.5672 5.01283 10.8358 4.68146 10.8358C4.35009 10.8358 4.08146 10.5672 4.08146 10.2358V8.59979H2.44546C2.11409 8.59979 1.84546 8.33116 1.84546 7.99979Z" } }] };
5
+ export var LeftInsertColumnSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'left-insert-column-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ LeftInsertColumnSingle.displayName = 'LeftInsertColumnSingle';
13
+ export default LeftInsertColumnSingle;
14
+ //# sourceMappingURL=left-insert-column-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"left-insert-column-single.js","sourceRoot":"","sources":["../../src/components/left-insert-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,8tBAA8tB,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,mdAAmd,EAAC,EAAC,CAAC,EAAC,CAAC;AAEz7C,MAAM,CAAC,IAAM,sBAAsB,GAAG,UAAU,CAC9C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,2BAA2B;QAC/B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,sBAAsB,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAE9D,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const NumberFormatSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default NumberFormatSingle;
@@ -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.85059 4.06725C1.85059 2.84302 2.84302 1.85059 4.06725 1.85059 5.29148 1.85059 6.28392 2.84302 6.28392 4.06725 6.28392 5.29148 5.29148 6.28392 4.06725 6.28392 2.84302 6.28392 1.85059 5.29148 1.85059 4.06725zM4.06725 2.95059C3.45053 2.95059 2.95059 3.45053 2.95059 4.06725 2.95059 4.68397 3.45053 5.18392 4.06725 5.18392 4.68397 5.18392 5.18392 4.68397 5.18392 4.06725 5.18392 3.45053 4.68397 2.95059 4.06725 2.95059zM9.7168 11.933C9.7168 10.7087 10.7092 9.71631 11.9335 9.71631 13.1577 9.71631 14.1501 10.7087 14.1501 11.933 14.1501 13.1572 13.1577 14.1496 11.9335 14.1496 10.7092 14.1496 9.7168 13.1572 9.7168 11.933zM11.9335 10.8163C11.3167 10.8163 10.8168 11.3163 10.8168 11.933 10.8168 12.5497 11.3167 13.0496 11.9335 13.0496 12.5502 13.0496 13.0501 12.5497 13.0501 11.933 13.0501 11.3163 12.5502 10.8163 11.9335 10.8163z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.5241 3.32407C13.7584 3.08975 13.7584 2.70986 13.5241 2.47554C13.2898 2.24123 12.9099 2.24123 12.6755 2.47554L2.47554 12.6755C2.24123 12.9099 2.24123 13.2898 2.47554 13.5241C2.70986 13.7584 3.08975 13.7584 3.32407 13.5241L13.5241 3.32407Z" } }] };
5
+ export var NumberFormatSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'number-format-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ NumberFormatSingle.displayName = 'NumberFormatSingle';
13
+ export default NumberFormatSingle;
14
+ //# sourceMappingURL=number-format-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"number-format-single.js","sourceRoot":"","sources":["../../src/components/number-format-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,6zBAA6zB,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,mPAAmP,EAAC,EAAC,CAAC,EAAC,CAAC;AAExzC,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 PasteAllExceptSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PasteAllExceptSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.75576 5.98633C5.42439 5.98633 5.15576 6.25496 5.15576 6.58633 5.15576 6.9177 5.42439 7.18633 5.75576 7.18633H11.5542C11.8856 7.18633 12.1542 6.9177 12.1542 6.58633 12.1542 6.25496 11.8856 5.98633 11.5542 5.98633H5.75576zM6.15527 9.07607C6.15527 8.7447 6.4239 8.47607 6.75527 8.47607H10.5553C10.8866 8.47607 11.1553 8.7447 11.1553 9.07607 11.1553 9.40744 10.8866 9.67607 10.5553 9.67607H6.75527C6.4239 9.67607 6.15527 9.40744 6.15527 9.07607zM7.75527 10.9653C7.4239 10.9653 7.15527 11.234 7.15527 11.5653 7.15527 11.8967 7.4239 12.1653 7.75527 12.1653H9.55527C9.88664 12.1653 10.1553 11.8967 10.1553 11.5653 10.1553 11.234 9.88664 10.9653 9.55527 10.9653H7.75527z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.6552 1.8999H11.3388C11.1014 1.31354 10.5266 0.899902 9.85508 0.899902H7.45508C6.7836 0.899902 6.20874 1.31354 5.97138 1.8999H5.65518C4.21924 1.8999 3.05518 3.06396 3.05518 4.4999V12.4999C3.05518 13.9358 4.21924 15.0999 5.65518 15.0999H11.6552C13.0911 15.0999 14.2552 13.9358 14.2552 12.4999V4.4999C14.2552 3.06396 13.0911 1.8999 11.6552 1.8999ZM5.65518 3.0999H5.97138C6.20874 3.68627 6.7836 4.0999 7.45508 4.0999H9.85508C10.5266 4.0999 11.1014 3.68627 11.3388 3.0999H11.6552C12.4284 3.0999 13.0552 3.7267 13.0552 4.4999V12.4999C13.0552 13.2731 12.4284 13.8999 11.6552 13.8999H5.65518C4.88198 13.8999 4.25518 13.2731 4.25518 12.4999V4.4999C4.25518 3.7267 4.88198 3.0999 5.65518 3.0999ZM7.45508 2.0999C7.23416 2.0999 7.05508 2.27899 7.05508 2.4999C7.05508 2.72082 7.23416 2.8999 7.45508 2.8999H9.85508C10.076 2.8999 10.2551 2.72082 10.2551 2.4999C10.2551 2.27899 10.076 2.0999 9.85508 2.0999H7.45508Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var PasteAllExceptSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'paste-all-except-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PasteAllExceptSingle.displayName = 'PasteAllExceptSingle';
13
+ export default PasteAllExceptSingle;
14
+ //# sourceMappingURL=paste-all-except-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-all-except-single.js","sourceRoot":"","sources":["../../src/components/paste-all-except-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,2pBAA2pB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,w4BAAw4B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE3yD,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const PasteFormatOnlySingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PasteFormatOnlySingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.061 6.58997C7.38151 5.71545 8.61836 5.71545 8.93886 6.58997L10.5634 11.0226C10.6774 11.3338 10.5176 11.6784 10.2065 11.7925C9.89538 11.9065 9.55072 11.7467 9.43669 11.4356L8.95497 10.1212H7.04489L6.56318 11.4356C6.44915 11.7467 6.10449 11.9065 5.79336 11.7925C5.48222 11.6784 5.32244 11.3338 5.43646 11.0226L7.061 6.58997ZM7.48468 8.92119H8.51518L7.99993 7.51529L7.48468 8.92119Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.6835 1.8999H10.9999C12.4358 1.8999 13.5999 3.06396 13.5999 4.4999V12.4999C13.5999 13.9358 12.4358 15.0999 10.9999 15.0999H4.9999C3.56396 15.0999 2.3999 13.9358 2.3999 12.4999V4.4999C2.3999 3.06396 3.56396 1.8999 4.9999 1.8999H5.31611C5.55346 1.31354 6.12833 0.899902 6.7998 0.899902H9.1998C9.87128 0.899902 10.4461 1.31354 10.6835 1.8999ZM5.31611 3.0999H4.9999C4.2267 3.0999 3.5999 3.7267 3.5999 4.4999V12.4999C3.5999 13.2731 4.2267 13.8999 4.9999 13.8999H10.9999C11.7731 13.8999 12.3999 13.2731 12.3999 12.4999V4.4999C12.3999 3.7267 11.7731 3.0999 10.9999 3.0999H10.6835C10.4461 3.68627 9.87128 4.0999 9.1998 4.0999H6.7998C6.12833 4.0999 5.55346 3.68627 5.31611 3.0999ZM6.3998 2.4999C6.3998 2.27899 6.57889 2.0999 6.7998 2.0999H9.1998C9.42072 2.0999 9.5998 2.27899 9.5998 2.4999C9.5998 2.72082 9.42072 2.8999 9.1998 2.8999H6.7998C6.57889 2.8999 6.3998 2.72082 6.3998 2.4999Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var PasteFormatOnlySingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'paste-format-only-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PasteFormatOnlySingle.displayName = 'PasteFormatOnlySingle';
13
+ export default PasteFormatOnlySingle;
14
+ //# sourceMappingURL=paste-format-only-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-format-only-single.js","sourceRoot":"","sources":["../../src/components/paste-format-only-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,gYAAgY,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,i3BAAi3B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEniD,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 PasteFormulaOnlySingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PasteFormulaOnlySingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.17185 6.05078C5.92714 6.05078 5.30136 7.55348 6.17814 8.43696L6.82289 9.08663L6.17814 9.7363C5.30135 10.6198 5.92715 12.1225 7.17185 12.1225H8.57355C9.09954 12.1225 9.60377 11.9125 9.97429 11.5392C10.2077 11.3039 10.2063 10.9241 9.97107 10.6906C9.73586 10.4572 9.35597 10.4586 9.12254 10.6939C8.97733 10.8402 8.7797 10.9225 8.57355 10.9225H7.17185C6.99403 10.9225 6.90463 10.7078 7.02989 10.5816L7.74455 9.86148C8.17019 9.43259 8.17019 8.74066 7.74455 8.31177L7.02989 7.59166C6.90463 7.46545 6.99403 7.25078 7.17185 7.25078H8.57355C8.7797 7.25078 8.97733 7.33308 9.12254 7.4794C9.35597 7.71461 9.73586 7.71605 9.97107 7.48263C10.2063 7.24921 10.2077 6.86931 9.97429 6.63411C9.60377 6.26076 9.09954 6.05078 8.57355 6.05078H7.17185Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.9999 1.8999H10.6835C10.4461 1.31354 9.87128 0.899902 9.1998 0.899902H6.7998C6.12833 0.899902 5.55346 1.31354 5.31611 1.8999H4.9999C3.56396 1.8999 2.3999 3.06396 2.3999 4.4999V12.4999C2.3999 13.9358 3.56396 15.0999 4.9999 15.0999H10.9999C12.4358 15.0999 13.5999 13.9358 13.5999 12.4999V4.4999C13.5999 3.06396 12.4358 1.8999 10.9999 1.8999ZM4.9999 3.0999H5.31611C5.55346 3.68627 6.12833 4.0999 6.7998 4.0999H9.1998C9.87128 4.0999 10.4461 3.68627 10.6835 3.0999H10.9999C11.7731 3.0999 12.3999 3.7267 12.3999 4.4999V12.4999C12.3999 13.2731 11.7731 13.8999 10.9999 13.8999H4.9999C4.2267 13.8999 3.5999 13.2731 3.5999 12.4999V4.4999C3.5999 3.7267 4.2267 3.0999 4.9999 3.0999ZM6.7998 2.0999C6.57889 2.0999 6.3998 2.27899 6.3998 2.4999C6.3998 2.72082 6.57889 2.8999 6.7998 2.8999H9.1998C9.42072 2.8999 9.5998 2.72082 9.5998 2.4999C9.5998 2.27899 9.42072 2.0999 9.1998 2.0999H6.7998Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var PasteFormulaOnlySingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'paste-formula-only-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PasteFormulaOnlySingle.displayName = 'PasteFormulaOnlySingle';
13
+ export default PasteFormulaOnlySingle;
14
+ //# sourceMappingURL=paste-formula-only-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-formula-only-single.js","sourceRoot":"","sources":["../../src/components/paste-formula-only-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,+tBAA+tB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,g3BAAg3B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEv1D,MAAM,CAAC,IAAM,sBAAsB,GAAG,UAAU,CAC9C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,2BAA2B;QAC/B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,sBAAsB,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAE9D,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const PasteSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PasteSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.31483 1.22998C6.98346 1.22998 6.71483 1.49861 6.71483 1.82998 6.71483 2.16135 6.98346 2.42998 7.31483 2.42998H9.58483C9.9162 2.42998 10.1848 2.16135 10.1848 1.82998 10.1848 1.49861 9.9162 1.22998 9.58483 1.22998H7.31483zM2.77983 6.96498C2.77983 6.63361 2.5112 6.36498 2.17983 6.36498 1.84846 6.36498 1.57983 6.63361 1.57983 6.96498V9.23498C1.57983 9.56635 1.84846 9.83498 2.17983 9.83498 2.5112 9.83498 2.77983 9.56635 2.77983 9.23498V6.96498zM4.18975 2.43965C3.41655 2.43965 2.78975 3.06645 2.78975 3.83965V4.16965C2.78975 4.50102 2.52112 4.76965 2.18975 4.76965 1.85838 4.76965 1.58975 4.50102 1.58975 4.16965V3.83965C1.58975 2.40371 2.75381 1.23965 4.18975 1.23965H4.51975C4.85112 1.23965 5.11975 1.50828 5.11975 1.83965 5.11975 2.17102 4.85112 2.43965 4.51975 2.43965H4.18975z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.22012 6.16973C4.22012 4.73379 5.38418 3.56973 6.82012 3.56973H11.8201C13.2561 3.56973 14.4201 4.73379 14.4201 6.16973V12.1697C14.4201 13.6057 13.2561 14.7697 11.8201 14.7697H6.82012C5.38418 14.7697 4.22012 13.6057 4.22012 12.1697V6.16973ZM6.82012 4.76973C6.04692 4.76973 5.42012 5.39653 5.42012 6.16973V12.1697C5.42012 12.9429 6.04692 13.5697 6.82012 13.5697H11.8201C12.5933 13.5697 13.2201 12.9429 13.2201 12.1697V6.16973C13.2201 5.39653 12.5933 4.76973 11.8201 4.76973H6.82012Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var PasteSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'paste-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PasteSingle.displayName = 'PasteSingle';
13
+ export default PasteSingle;
14
+ //# sourceMappingURL=paste-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-single.js","sourceRoot":"","sources":["../../src/components/paste-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,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,oeAAoe,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7/C,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const PasteSpecialSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PasteSpecialSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.32142 1.22314C6.99005 1.22314 6.72142 1.49177 6.72142 1.82314 6.72142 2.15452 6.99005 2.42314 7.32142 2.42314H9.59142C9.92279 2.42314 10.1914 2.15452 10.1914 1.82314 10.1914 1.49177 9.92279 1.22314 9.59142 1.22314H7.32142zM2.78643 6.95814C2.78643 6.62677 2.5178 6.35814 2.18643 6.35814 1.85505 6.35814 1.58643 6.62677 1.58643 6.95814V9.22814C1.58643 9.55951 1.85505 9.82814 2.18643 9.82814 2.5178 9.82814 2.78643 9.55951 2.78643 9.22814V6.95814zM2.79668 3.83291C2.79668 3.05971 3.42348 2.43291 4.19668 2.43291H4.52668C4.85805 2.43291 5.12668 2.16428 5.12668 1.83291 5.12668 1.50154 4.85805 1.23291 4.52668 1.23291H4.19668C2.76074 1.23291 1.59668 2.39697 1.59668 3.83291V4.16291C1.59668 4.49428 1.86531 4.76291 2.19668 4.76291 2.52805 4.76291 2.79668 4.49428 2.79668 4.16291V3.83291zM7.2748 6.3125C6.94343 6.3125 6.6748 6.58113 6.6748 6.9125 6.6748 7.24387 6.94343 7.5125 7.2748 7.5125H11.0748C11.4062 7.5125 11.6748 7.24387 11.6748 6.9125 11.6748 6.58113 11.4062 6.3125 11.0748 6.3125H7.2748zM6.6748 9.20889C6.6748 8.87752 6.94343 8.60889 7.2748 8.60889H9.2748C9.60618 8.60889 9.87481 8.87752 9.87481 9.20889 9.87481 9.54026 9.60618 9.80889 9.2748 9.80889H7.2748C6.94343 9.80889 6.6748 9.54026 6.6748 9.20889zM7.2748 10.9053C6.94343 10.9053 6.6748 11.1739 6.6748 11.5053 6.6748 11.8366 6.94343 12.1053 7.2748 12.1053H8.2748C8.60618 12.1053 8.8748 11.8366 8.8748 11.5053 8.8748 11.1739 8.60618 10.9053 8.2748 10.9053H7.2748z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.21387 6.17764C4.21387 4.7417 5.37793 3.57764 6.81387 3.57764H11.8139C13.2498 3.57764 14.4139 4.7417 14.4139 6.17764V12.1776C14.4139 13.6136 13.2498 14.7776 11.8139 14.7776H6.81387C5.37793 14.7776 4.21387 13.6136 4.21387 12.1776V6.17764ZM6.81387 4.77764C6.04067 4.77764 5.41387 5.40444 5.41387 6.17764V12.1776C5.41387 12.9508 6.04067 13.5776 6.81387 13.5776H11.8139C12.5871 13.5776 13.2139 12.9508 13.2139 12.1776V6.17764C13.2139 5.40444 12.5871 4.77764 11.8139 4.77764H6.81387Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var PasteSpecialSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'paste-special-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PasteSpecialSingle.displayName = 'PasteSpecialSingle';
13
+ export default PasteSpecialSingle;
14
+ //# sourceMappingURL=paste-special-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-special-single.js","sourceRoot":"","sources":["../../src/components/paste-special-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,o5CAAo5C,EAAC,EAAC,EAAC,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,CAAC,EAAC,CAAC;AAE9nE,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 PasteValuesOnlySingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PasteValuesOnlySingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.99483 11.7556H6.73428C6.40291 11.7556 6.13428 11.487 6.13428 11.1556C6.13428 10.8243 6.40291 10.5556 6.73428 10.5556H7.3999V7.87363L7.27713 7.94566C6.99131 8.11333 6.62368 8.01755 6.45601 7.73173C6.28834 7.44591 6.38412 7.07828 6.66994 6.91061L7.39511 6.4852C7.92842 6.17235 8.5999 6.55693 8.5999 7.17523V10.5556H9.26553C9.5969 10.5556 9.86553 10.8243 9.86553 11.1556C9.86553 11.487 9.5969 11.7556 9.26553 11.7556H8.00497L7.9999 11.7556L7.99483 11.7556Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.6835 1.8999H10.9999C12.4358 1.8999 13.5999 3.06396 13.5999 4.4999V12.4999C13.5999 13.9358 12.4358 15.0999 10.9999 15.0999H4.9999C3.56396 15.0999 2.3999 13.9358 2.3999 12.4999V4.4999C2.3999 3.06396 3.56396 1.8999 4.9999 1.8999H5.31611C5.55346 1.31354 6.12833 0.899902 6.7998 0.899902H9.1998C9.87128 0.899902 10.4461 1.31354 10.6835 1.8999ZM5.31611 3.0999H4.9999C4.2267 3.0999 3.5999 3.7267 3.5999 4.4999V12.4999C3.5999 13.2731 4.2267 13.8999 4.9999 13.8999H10.9999C11.7731 13.8999 12.3999 13.2731 12.3999 12.4999V4.4999C12.3999 3.7267 11.7731 3.0999 10.9999 3.0999H10.6835C10.4461 3.68627 9.87128 4.0999 9.1998 4.0999H6.7998C6.12833 4.0999 5.55346 3.68627 5.31611 3.0999ZM6.3998 2.4999C6.3998 2.27899 6.57889 2.0999 6.7998 2.0999H9.1998C9.42072 2.0999 9.5998 2.27899 9.5998 2.4999C9.5998 2.72082 9.42072 2.8999 9.1998 2.8999H6.7998C6.57889 2.8999 6.3998 2.72082 6.3998 2.4999Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var PasteValuesOnlySingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'paste-values-only-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PasteValuesOnlySingle.displayName = 'PasteValuesOnlySingle';
13
+ export default PasteValuesOnlySingle;
14
+ //# sourceMappingURL=paste-values-only-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-values-only-single.js","sourceRoot":"","sources":["../../src/components/paste-values-only-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,0cAA0c,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,i3BAAi3B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEnkD,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 PasteWidthSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PasteWidthSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.73276 7.91684C6.96707 7.68253 6.96707 7.30263 6.73276 7.06831C6.49845 6.834 6.11855 6.834 5.88423 7.06831L4.67622 8.27632C4.5637 8.38884 4.50049 8.54146 4.50049 8.70059C4.50049 8.85972 4.5637 9.01233 4.67622 9.12485L5.88423 10.3329C6.11855 10.5672 6.49845 10.5672 6.73276 10.3329C6.96707 10.0985 6.96707 9.71864 6.73276 9.48433L6.54902 9.30059H9.4504L9.26665 9.48433C9.03234 9.71864 9.03234 10.0985 9.26665 10.3329C9.50097 10.5672 9.88087 10.5672 10.1152 10.3329L11.3232 9.12485C11.5575 8.89053 11.5575 8.51064 11.3232 8.27632L10.1152 7.06831C9.88087 6.834 9.50097 6.834 9.26665 7.06831C9.03234 7.30263 9.03234 7.68253 9.26665 7.91684L9.4504 8.10059H6.54902L6.73276 7.91684Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.9999 1.8999H10.6835C10.4461 1.31354 9.87128 0.899902 9.1998 0.899902H6.7998C6.12833 0.899902 5.55346 1.31354 5.31611 1.8999H4.9999C3.56396 1.8999 2.3999 3.06396 2.3999 4.4999V12.4999C2.3999 13.9358 3.56396 15.0999 4.9999 15.0999H10.9999C12.4358 15.0999 13.5999 13.9358 13.5999 12.4999V4.4999C13.5999 3.06396 12.4358 1.8999 10.9999 1.8999ZM4.9999 3.0999H5.31611C5.55346 3.68627 6.12833 4.0999 6.7998 4.0999H9.1998C9.87128 4.0999 10.4461 3.68627 10.6835 3.0999H10.9999C11.7731 3.0999 12.3999 3.7267 12.3999 4.4999V12.4999C12.3999 13.2731 11.7731 13.8999 10.9999 13.8999H4.9999C4.2267 13.8999 3.5999 13.2731 3.5999 12.4999V4.4999C3.5999 3.7267 4.2267 3.0999 4.9999 3.0999ZM6.7998 2.0999C6.57889 2.0999 6.3998 2.27899 6.3998 2.4999C6.3998 2.72082 6.57889 2.8999 6.7998 2.8999H9.1998C9.42072 2.8999 9.5998 2.72082 9.5998 2.4999C9.5998 2.27899 9.42072 2.0999 9.1998 2.0999H6.7998Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var PasteWidthSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'paste-width-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PasteWidthSingle.displayName = 'PasteWidthSingle';
13
+ export default PasteWidthSingle;
14
+ //# sourceMappingURL=paste-width-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-width-single.js","sourceRoot":"","sources":["../../src/components/paste-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,uqBAAuqB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,g3BAAg3B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/xD,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAU,CACxC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,oBAAoB;QACxB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,eAAe,gBAAgB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.75635 11.5388C6.75635 11.2075 7.02498 10.9388 7.35635 10.9388H8.64321C8.97458 10.9388 9.24321 11.2075 9.24321 11.5388C9.24321 11.8702 8.97458 12.1388 8.64321 12.1388H7.35635C7.02498 12.1388 6.75635 11.8702 6.75635 11.5388Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.82617 1.88735C4.82617 1.55598 5.0948 1.28735 5.42617 1.28735H10.5736C10.905 1.28735 11.1736 1.55598 11.1736 1.88735V3.86121H13.791C14.4778 3.86121 15.0345 4.4179 15.0345 5.10464V10.2521C15.0345 10.9388 14.4778 11.4955 13.791 11.4955H11.1736V14.1126C11.1736 14.4439 10.905 14.7126 10.5736 14.7126H5.42617C5.0948 14.7126 4.82617 14.4439 4.82617 14.1126V11.4955H2.20901C1.52228 11.4955 0.965576 10.9388 0.965576 10.2521V5.10464C0.965576 4.41789 1.52228 3.86121 2.20901 3.86121H4.82617V1.88735ZM4.82617 10.2955V9.60855C4.82617 9.59394 4.82669 9.57946 4.82772 9.56511H4.46108C4.12971 9.56511 3.86108 9.29648 3.86108 8.96511C3.86108 8.63374 4.12971 8.36511 4.46108 8.36511H11.5388C11.8702 8.36511 12.1388 8.63374 12.1388 8.96511C12.1388 9.29648 11.8702 9.56511 11.5388 9.56511H11.1721C11.1731 9.57946 11.1736 9.59394 11.1736 9.60855V10.2955H13.791C13.815 10.2955 13.8345 10.2761 13.8345 10.2521V5.10464C13.8345 5.08064 13.815 5.06121 13.791 5.06121H12.4605V6.3915C12.4605 6.72287 12.1918 6.9915 11.8605 6.9915H4.13931C3.80794 6.9915 3.53931 6.72287 3.53931 6.3915V5.06121H2.20901C2.18501 5.06121 2.16558 5.08065 2.16558 5.10464V10.2521C2.16558 10.2761 2.18501 10.2955 2.20901 10.2955H4.82617ZM9.97516 9.56511H6.02462C6.02565 9.57946 6.02617 9.59394 6.02617 9.60855V13.5126H9.97362V9.60855C9.97362 9.59394 9.97414 9.57946 9.97516 9.56511ZM9.97362 4.46108C9.97362 4.69542 10.108 4.89838 10.3038 4.99715C10.385 5.03813 10.4767 5.06121 10.5739 5.06121H11.2605V5.7915H4.73931V5.06121H5.42616C5.73749 5.06121 5.99344 4.82409 6.02326 4.5206C6.02518 4.50102 6.02617 4.48116 6.02617 4.46108V2.48735H9.97362V4.46108Z", "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.20039 8.06641C3.86902 8.06641 3.60039 8.33504 3.60039 8.66641C3.60039 8.99778 3.86902 9.26641 4.20039 9.26641H5.20039C5.53176 9.26641 5.80039 8.99778 5.80039 8.66641C5.80039 8.33504 5.53176 8.06641 5.20039 8.06641H4.20039Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.1297 3.19844C13.1297 2.20418 12.3236 1.39824 11.3293 1.39844L4.66878 1.39977C3.67481 1.39997 2.86914 2.2058 2.86914 3.19977V5.49756C2.03331 5.65308 1.4005 6.38619 1.40049 7.26709L1.40039 12.7996C1.40037 13.7937 2.20626 14.5997 3.20039 14.5997L6.62542 14.5997C6.63896 14.6006 6.65263 14.601 6.66641 14.601C6.68018 14.601 6.69385 14.6006 6.70739 14.5997L11.6256 14.5997C11.6391 14.6006 11.6527 14.601 11.6664 14.601C11.6801 14.601 11.6937 14.6006 11.7072 14.5997L12.7996 14.5997C13.7937 14.5997 14.5996 13.7938 14.5996 12.7997V7.26641C14.5996 6.38503 13.9662 5.65161 13.1297 5.4966V3.19844ZM11.0664 13.3997L7.26641 13.3997V12.3344C7.26641 12.1135 7.44549 11.9344 7.66641 11.9344H10.6664C10.8873 11.9344 11.0664 12.1135 11.0664 12.3344V13.3997ZM12.2664 12.3344V13.3997L12.7996 13.3997C13.131 13.3997 13.3996 13.1311 13.3996 12.7997V7.26641C13.3996 6.93502 13.131 6.66638 12.7996 6.66641L3.20044 6.66712C2.86909 6.66715 2.60049 6.93576 2.60049 7.26711L2.60039 12.7996C2.60038 13.131 2.86901 13.3997 3.20039 13.3997L6.06641 13.3997V12.3344C6.06641 11.4507 6.78275 10.7344 7.66641 10.7344H10.6664C11.5501 10.7344 12.2664 11.4507 12.2664 12.3344ZM11.9297 5.46647V3.19844C11.9297 2.86702 11.661 2.59837 11.3296 2.59844L4.66902 2.59977C4.3377 2.59984 4.06914 2.86845 4.06914 3.19977V5.46706L11.9297 5.46647Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
5
  export var PrintSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'print-single',
@@ -1 +1 @@
1
- {"version":3,"file":"print-single.js","sourceRoot":"","sources":["../../src/components/print-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,mOAAmO,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,qkDAAqkD,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhjE,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"print-single.js","sourceRoot":"","sources":["../../src/components/print-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,mOAAmO,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wxCAAwxC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEnwD,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.3999 7.9999C1.3999 7.66853 1.66853 7.3999 1.9999 7.3999H13.9999C14.3313 7.3999 14.5999 7.66853 14.5999 7.9999C14.5999 8.33127 14.3313 8.5999 13.9999 8.5999H1.9999C1.66853 8.5999 1.3999 8.33127 1.3999 7.9999Z", "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": "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.9999zM10.5293 5.47066C10.295 5.23634 9.91513 5.23634 9.68081 5.47066L8 7.15147 6.31918 5.47066C6.08487 5.23634 5.70497 5.23634 5.47065 5.47066 5.23634 5.70497 5.23634 6.08487 5.47065 6.31918L7.15147 8 5.47065 9.68082C5.23634 9.91513 5.23634 10.295 5.47065 10.5293 5.70497 10.7637 6.08487 10.7637 6.31918 10.5293L8 8.84853 9.68081 10.5293C9.91513 10.7637 10.295 10.7637 10.5293 10.5293 10.7637 10.295 10.7637 9.91513 10.5293 9.68082L8.84852 8 10.5293 6.31918C10.7637 6.08487 10.7637 5.70497 10.5293 5.47066z" } }] };
5
5
  export var ReduceSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'reduce-single',
@@ -1 +1 @@
1
- {"version":3,"file":"reduce-single.js","sourceRoot":"","sources":["../../src/components/reduce-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,oNAAoN,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAExa,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"reduce-single.js","sourceRoot":"","sources":["../../src/components/reduce-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,o6BAAo6B,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9kC,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const RemindSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RemindSingle;
@@ -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.7497 13.0395H1.6332C1.30183 13.0395 1.0332 12.7709 1.0332 12.4395C1.0332 12.1082 1.30183 11.8395 1.6332 11.8395H2.8332V6.06506C2.8332 3.24426 5.11679 1.00293 7.99987 1.00293C10.8829 1.00293 13.1665 3.24426 13.1665 6.06506V11.8395H14.3665C14.6979 11.8395 14.9665 12.1082 14.9665 12.4395C14.9665 12.7709 14.6979 13.0395 14.3665 13.0395H10.2494C10.1119 14.152 9.14693 14.9975 7.99958 14.9975C6.85222 14.9975 5.88725 14.152 5.7497 13.0395ZM4.0332 6.06506C4.0332 3.95712 5.72828 2.20293 7.99987 2.20293C10.2715 2.20293 11.9665 3.95712 11.9665 6.06506V11.8395H9.68094C9.67605 11.8394 9.67116 11.8394 9.66624 11.8394H6.33291C6.328 11.8394 6.3231 11.8394 6.31821 11.8395H4.0332V6.06506ZM6.97122 13.0395C7.09416 13.4703 7.50006 13.7975 7.99958 13.7975C8.4991 13.7975 8.905 13.4703 9.02794 13.0395H6.97122Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var RemindSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'remind-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RemindSingle.displayName = 'RemindSingle';
13
+ export default RemindSingle;
14
+ //# sourceMappingURL=remind-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remind-single.js","sourceRoot":"","sources":["../../src/components/remind-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,iyBAAiyB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEr/B,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}