@univerjs/icons 0.1.64 → 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 (202) 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/filter-none-sort-asc-single.d.ts +4 -0
  17. package/dist/components/filter-none-sort-desc-single.d.ts +4 -0
  18. package/dist/components/filtered-sort-asc-single.d.ts +4 -0
  19. package/dist/components/filtered-sort-desc-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/number-format-single.d.ts +4 -0
  32. package/dist/components/paste-all-except-single.d.ts +4 -0
  33. package/dist/components/paste-format-only-single.d.ts +4 -0
  34. package/dist/components/paste-formula-only-single.d.ts +4 -0
  35. package/{esm/components/lock-single-1.d.ts → dist/components/paste-single.d.ts} +2 -2
  36. package/dist/components/paste-special-single.d.ts +4 -0
  37. package/dist/components/paste-values-only-single.d.ts +4 -0
  38. package/dist/components/paste-width-single.d.ts +4 -0
  39. package/dist/components/remind-single.d.ts +4 -0
  40. package/dist/components/right-insert-column-single.d.ts +4 -0
  41. package/dist/components/setting-single.d.ts +4 -0
  42. package/dist/components/sheet-single.d.ts +4 -0
  43. package/dist/components/slide-single.d.ts +4 -0
  44. package/dist/components/template-single.d.ts +4 -0
  45. package/dist/components/tree-diagram-single.d.ts +4 -0
  46. package/dist/icons.d.ts +45 -1
  47. package/dist/index.js +1 -1
  48. package/dist/manifest.d.ts +2 -2
  49. package/esm/components/adjust-height-single.d.ts +4 -0
  50. package/esm/components/adjust-height-single.js +14 -0
  51. package/esm/components/adjust-height-single.js.map +1 -0
  52. package/esm/components/adjust-width-single.d.ts +4 -0
  53. package/esm/components/adjust-width-single.js +14 -0
  54. package/esm/components/adjust-width-single.js.map +1 -0
  55. package/esm/components/auto-height-single.d.ts +4 -0
  56. package/esm/components/auto-height-single.js +14 -0
  57. package/esm/components/auto-height-single.js.map +1 -0
  58. package/esm/components/auto-width-single.d.ts +4 -0
  59. package/esm/components/auto-width-single.js +14 -0
  60. package/esm/components/auto-width-single.js.map +1 -0
  61. package/esm/components/autofill-single.d.ts +4 -0
  62. package/esm/components/autofill-single.js +14 -0
  63. package/esm/components/autofill-single.js.map +1 -0
  64. package/esm/components/board-single.d.ts +4 -0
  65. package/esm/components/board-single.js +14 -0
  66. package/esm/components/board-single.js.map +1 -0
  67. package/esm/components/copy-single.js +1 -1
  68. package/esm/components/copy-single.js.map +1 -1
  69. package/esm/components/cut-single.d.ts +4 -0
  70. package/esm/components/cut-single.js +14 -0
  71. package/esm/components/cut-single.js.map +1 -0
  72. package/esm/components/delete-cell-move-down-single.d.ts +4 -0
  73. package/esm/components/delete-cell-move-down-single.js +14 -0
  74. package/esm/components/delete-cell-move-down-single.js.map +1 -0
  75. package/esm/components/delete-cell-right-single.d.ts +4 -0
  76. package/esm/components/delete-cell-right-single.js +14 -0
  77. package/esm/components/delete-cell-right-single.js.map +1 -0
  78. package/esm/components/delete-cell-shift-left-single.d.ts +4 -0
  79. package/esm/components/delete-cell-shift-left-single.js +14 -0
  80. package/esm/components/delete-cell-shift-left-single.js.map +1 -0
  81. package/esm/components/delete-cell-shift-up-single.d.ts +4 -0
  82. package/esm/components/delete-cell-shift-up-single.js +14 -0
  83. package/esm/components/delete-cell-shift-up-single.js.map +1 -0
  84. package/esm/components/delete-column-single.d.ts +4 -0
  85. package/esm/components/delete-column-single.js +14 -0
  86. package/esm/components/delete-column-single.js.map +1 -0
  87. package/esm/components/delete-row-single.d.ts +4 -0
  88. package/esm/components/delete-row-single.js +14 -0
  89. package/esm/components/delete-row-single.js.map +1 -0
  90. package/esm/components/doc-single.d.ts +4 -0
  91. package/esm/components/doc-single.js +14 -0
  92. package/esm/components/doc-single.js.map +1 -0
  93. package/esm/components/drag-frame-single.d.ts +4 -0
  94. package/esm/components/drag-frame-single.js +14 -0
  95. package/esm/components/drag-frame-single.js.map +1 -0
  96. package/esm/components/filter-none-sort-asc-single.d.ts +4 -0
  97. package/esm/components/filter-none-sort-asc-single.js +14 -0
  98. package/esm/components/filter-none-sort-asc-single.js.map +1 -0
  99. package/esm/components/filter-none-sort-desc-single.d.ts +4 -0
  100. package/esm/components/filter-none-sort-desc-single.js +14 -0
  101. package/esm/components/filter-none-sort-desc-single.js.map +1 -0
  102. package/esm/components/filtered-sort-asc-single.d.ts +4 -0
  103. package/esm/components/filtered-sort-asc-single.js +14 -0
  104. package/esm/components/filtered-sort-asc-single.js.map +1 -0
  105. package/esm/components/filtered-sort-desc-single.d.ts +4 -0
  106. package/esm/components/filtered-sort-desc-single.js +14 -0
  107. package/esm/components/filtered-sort-desc-single.js.map +1 -0
  108. package/esm/components/find-single.d.ts +4 -0
  109. package/esm/components/find-single.js +14 -0
  110. package/esm/components/find-single.js.map +1 -0
  111. package/esm/components/frame-size-single.d.ts +4 -0
  112. package/esm/components/frame-size-single.js +14 -0
  113. package/esm/components/frame-size-single.js.map +1 -0
  114. package/esm/components/fullscreen-single.d.ts +4 -0
  115. package/esm/components/fullscreen-single.js +14 -0
  116. package/esm/components/fullscreen-single.js.map +1 -0
  117. package/esm/components/help-single.d.ts +4 -0
  118. package/esm/components/help-single.js +14 -0
  119. package/esm/components/help-single.js.map +1 -0
  120. package/esm/components/hide-single.d.ts +4 -0
  121. package/esm/components/hide-single.js +14 -0
  122. package/esm/components/hide-single.js.map +1 -0
  123. package/esm/components/insert-cell-down-single.d.ts +4 -0
  124. package/esm/components/insert-cell-down-single.js +14 -0
  125. package/esm/components/insert-cell-down-single.js.map +1 -0
  126. package/esm/components/insert-cell-shift-right-single.d.ts +4 -0
  127. package/esm/components/insert-cell-shift-right-single.js +14 -0
  128. package/esm/components/insert-cell-shift-right-single.js.map +1 -0
  129. package/esm/components/insert-row-above-single.d.ts +4 -0
  130. package/esm/components/insert-row-above-single.js +14 -0
  131. package/esm/components/insert-row-above-single.js.map +1 -0
  132. package/esm/components/insert-row-below-single.d.ts +4 -0
  133. package/esm/components/insert-row-below-single.js +14 -0
  134. package/esm/components/insert-row-below-single.js.map +1 -0
  135. package/esm/components/insert-single.d.ts +4 -0
  136. package/esm/components/insert-single.js +14 -0
  137. package/esm/components/insert-single.js.map +1 -0
  138. package/esm/components/left-insert-column-single.d.ts +4 -0
  139. package/esm/components/left-insert-column-single.js +14 -0
  140. package/esm/components/left-insert-column-single.js.map +1 -0
  141. package/esm/components/number-format-single.d.ts +4 -0
  142. package/esm/components/number-format-single.js +14 -0
  143. package/esm/components/number-format-single.js.map +1 -0
  144. package/esm/components/paste-all-except-single.d.ts +4 -0
  145. package/esm/components/paste-all-except-single.js +14 -0
  146. package/esm/components/paste-all-except-single.js.map +1 -0
  147. package/esm/components/paste-format-only-single.d.ts +4 -0
  148. package/esm/components/paste-format-only-single.js +14 -0
  149. package/esm/components/paste-format-only-single.js.map +1 -0
  150. package/esm/components/paste-formula-only-single.d.ts +4 -0
  151. package/esm/components/paste-formula-only-single.js +14 -0
  152. package/esm/components/paste-formula-only-single.js.map +1 -0
  153. package/esm/components/paste-single.d.ts +4 -0
  154. package/esm/components/paste-single.js +14 -0
  155. package/esm/components/paste-single.js.map +1 -0
  156. package/esm/components/paste-special-single.d.ts +4 -0
  157. package/esm/components/paste-special-single.js +14 -0
  158. package/esm/components/paste-special-single.js.map +1 -0
  159. package/esm/components/paste-values-only-single.d.ts +4 -0
  160. package/esm/components/paste-values-only-single.js +14 -0
  161. package/esm/components/paste-values-only-single.js.map +1 -0
  162. package/esm/components/paste-width-single.d.ts +4 -0
  163. package/esm/components/paste-width-single.js +14 -0
  164. package/esm/components/paste-width-single.js.map +1 -0
  165. package/esm/components/print-single.js +1 -1
  166. package/esm/components/print-single.js.map +1 -1
  167. package/esm/components/reduce-single.js +1 -1
  168. package/esm/components/reduce-single.js.map +1 -1
  169. package/esm/components/remind-single.d.ts +4 -0
  170. package/esm/components/remind-single.js +14 -0
  171. package/esm/components/remind-single.js.map +1 -0
  172. package/esm/components/right-insert-column-single.d.ts +4 -0
  173. package/esm/components/right-insert-column-single.js +14 -0
  174. package/esm/components/right-insert-column-single.js.map +1 -0
  175. package/esm/components/setting-single.d.ts +4 -0
  176. package/esm/components/setting-single.js +14 -0
  177. package/esm/components/setting-single.js.map +1 -0
  178. package/esm/components/sheet-single.d.ts +4 -0
  179. package/esm/components/sheet-single.js +14 -0
  180. package/esm/components/sheet-single.js.map +1 -0
  181. package/esm/components/slide-single.d.ts +4 -0
  182. package/esm/components/slide-single.js +14 -0
  183. package/esm/components/slide-single.js.map +1 -0
  184. package/esm/components/template-single.d.ts +4 -0
  185. package/esm/components/template-single.js +14 -0
  186. package/esm/components/template-single.js.map +1 -0
  187. package/esm/components/tree-diagram-single.d.ts +4 -0
  188. package/esm/components/tree-diagram-single.js +14 -0
  189. package/esm/components/tree-diagram-single.js.map +1 -0
  190. package/esm/components/unlock-single.js +1 -1
  191. package/esm/components/unlock-single.js.map +1 -1
  192. package/esm/components/upload-single.js +1 -1
  193. package/esm/components/upload-single.js.map +1 -1
  194. package/esm/icons.d.ts +45 -1
  195. package/esm/icons.js +45 -1
  196. package/esm/icons.js.map +1 -1
  197. package/esm/manifest.d.ts +2 -2
  198. package/esm/manifest.js +94 -49
  199. package/esm/manifest.js.map +1 -1
  200. package/package.json +1 -1
  201. package/esm/components/lock-single-1.js +0 -14
  202. package/esm/components/lock-single-1.js.map +0 -1
@@ -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"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const RightInsertColumnSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RightInsertColumnSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.1544 7.99957C14.1544 8.33094 13.8857 8.59957 13.5544 8.59957H11.9184V10.2356C11.9184 10.5669 11.6497 10.8356 11.3184 10.8356C10.987 10.8356 10.7184 10.5669 10.7184 10.2356V8.59957H9.08236C8.75098 8.59957 8.48236 8.33094 8.48236 7.99957C8.48236 7.6682 8.75098 7.39957 9.08236 7.39957H10.7184V5.76357C10.7184 5.4322 10.987 5.16357 11.3184 5.16357C11.6497 5.16357 11.9184 5.4322 11.9184 5.76357V7.39957H13.5544C13.8857 7.39957 14.1544 7.6682 14.1544 7.99957Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.84473 2.83877L1.84475 5.90688L1.84473 5.9125L1.84475 5.91813L1.84479 10.0777L1.84473 10.0863L1.84479 10.095L1.84481 13.1607C1.84482 14.0996 2.60594 14.8607 3.54481 14.8607H5.34472C6.2836 14.8607 7.04472 14.0996 7.04472 13.1607V10.0897L7.04473 10.0863L7.04472 10.083V5.91583L7.04473 5.9125L7.04472 5.90917V2.83867C7.04472 1.89976 6.28355 1.13863 5.34464 1.13867L3.54465 1.13876C2.60579 1.1388 1.84472 1.89991 1.84473 2.83877ZM5.84472 9.48633V6.5125H3.04476L3.04478 9.48633H5.84472ZM3.04479 10.6863L3.04481 13.1607C3.04482 13.4368 3.26867 13.6607 3.54481 13.6607H5.34472C5.62086 13.6607 5.84472 13.4368 5.84472 13.1607V10.6863H3.04479ZM5.84472 2.83867V5.3125H3.04475L3.04473 2.83876C3.04472 2.56263 3.26857 2.33877 3.5447 2.33876L5.34469 2.33867C5.62084 2.33866 5.84472 2.56252 5.84472 2.83867Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var RightInsertColumnSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'right-insert-column-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RightInsertColumnSingle.displayName = 'RightInsertColumnSingle';
13
+ export default RightInsertColumnSingle;
14
+ //# sourceMappingURL=right-insert-column-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"right-insert-column-single.js","sourceRoot":"","sources":["../../src/components/right-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,6cAA6c,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6xBAA6xB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEl/C,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,4BAA4B;QAChC,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 SettingSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default SettingSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "fill": "currentColor", "fillRule": "evenodd", "clipPath": "url(#setting-single_clip0_1359_33)", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "d": "M8.00089 5.38672C6.55713 5.38672 5.38672 6.55713 5.38672 8.00089C5.38672 9.44466 6.55713 10.6151 8.00089 10.6151C9.44466 10.6151 10.6151 9.44466 10.6151 8.00089C10.6151 6.55713 9.44466 5.38672 8.00089 5.38672ZM6.58672 8.00089C6.58672 7.21987 7.21987 6.58672 8.00089 6.58672C8.78192 6.58672 9.41507 7.21987 9.41507 8.00089C9.41507 8.78192 8.78192 9.41507 8.00089 9.41507C7.21987 9.41507 6.58672 8.78192 6.58672 8.00089Z" } }, { "tag": "path", "attrs": { "d": "M9.13226 1.43347C8.50742 0.808634 7.49436 0.808634 6.86952 1.43347L5.81561 2.48738C5.7406 2.56239 5.63886 2.60454 5.53277 2.60454H4.20844C3.32479 2.60454 2.60844 3.32088 2.60844 4.20454V5.52886C2.60844 5.63495 2.5663 5.73669 2.49129 5.81171L1.43738 6.86561C0.81254 7.49045 0.81254 8.50352 1.43738 9.12836L2.49129 10.1823C2.5663 10.2573 2.60844 10.359 2.60844 10.4651V11.7894C2.60844 12.6731 3.32479 13.3894 4.20844 13.3894H5.53277C5.63886 13.3894 5.7406 13.4316 5.81561 13.5066L6.86952 14.5605C7.49436 15.1853 8.50742 15.1853 9.13226 14.5605L10.1862 13.5066C10.2612 13.4316 10.3629 13.3894 10.469 13.3894H11.7933C12.677 13.3894 13.3933 12.6731 13.3933 11.7894V10.4651C13.3933 10.359 13.4355 10.2573 13.5105 10.1823L14.5644 9.12836C15.1892 8.50352 15.1892 7.49045 14.5644 6.86561L13.5105 5.81171C13.4355 5.73669 13.3933 5.63495 13.3933 5.52887V4.20454C13.3933 3.32088 12.677 2.60454 11.7933 2.60454H10.469C10.3629 2.60454 10.2612 2.56239 10.1862 2.48738L9.13226 1.43347ZM7.71805 2.282C7.87426 2.12579 8.12752 2.12579 8.28373 2.282L9.33764 3.33591C9.6377 3.63597 10.0447 3.80454 10.469 3.80454H11.7933C12.0143 3.80454 12.1933 3.98362 12.1933 4.20454V5.52887C12.1933 5.95321 12.3619 6.36018 12.662 6.66024L13.7159 7.71414C13.8721 7.87035 13.8721 8.12362 13.7159 8.27983L12.662 9.33373C12.3619 9.63379 12.1933 10.0408 12.1933 10.4651V11.7894C12.1933 12.0103 12.0143 12.1894 11.7933 12.1894H10.469C10.0447 12.1894 9.6377 12.358 9.33764 12.6581L8.28373 13.712C8.12752 13.8682 7.87426 13.8682 7.71805 13.712L6.66414 12.6581C6.36408 12.358 5.95712 12.1894 5.53277 12.1894H4.20844C3.98753 12.1894 3.80844 12.0103 3.80844 11.7894V10.4651C3.80844 10.0408 3.63987 9.63379 3.33981 9.33373L2.28591 8.27983C2.1297 8.12362 2.1297 7.87035 2.28591 7.71414L3.33981 6.66024C3.63987 6.36018 3.80844 5.95321 3.80844 5.52886V4.20454C3.80844 3.98362 3.98753 3.80454 4.20844 3.80454H5.53277C5.95712 3.80454 6.36408 3.63597 6.66414 3.33591L7.71805 2.282Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "setting-single_clip0_1359_33" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["setting-single_clip0_1359_33"] };
5
+ export var SettingSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'setting-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ SettingSingle.displayName = 'SettingSingle';
13
+ export default SettingSingle;
14
+ //# sourceMappingURL=setting-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setting-single.js","sourceRoot":"","sources":["../../src/components/setting-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,oCAAoC,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,oaAAoa,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,04DAA04D,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,8BAA8B,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,QAAQ,EAAC,CAAC,8BAA8B,CAAC,EAAC,CAAC;AAE70F,MAAM,CAAC,IAAM,aAAa,GAAG,UAAU,CACrC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,gBAAgB;QACpB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,eAAe,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const SheetSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default SheetSingle;
@@ -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.1562 4.2458H4.24365V10.1583C4.24365 11.042 4.96 11.7583 5.84365 11.7583H11.7562V5.8458C11.7562 4.96215 11.0398 4.2458 10.1562 4.2458ZM5.44365 10.1583V8.53174H7.3999V10.5583H5.84365C5.62274 10.5583 5.44365 10.3792 5.44365 10.1583ZM7.3999 7.33174H5.44365V5.4458H7.3999V7.33174ZM8.5999 10.5583V8.53174H10.5562V10.5583H8.5999ZM8.5999 7.33174H10.5562V5.8458C10.5562 5.62489 10.3771 5.4458 10.1562 5.4458H8.5999V7.33174Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V11.8216C1.10107 13.8098 2.71285 15.4216 4.70107 15.4216H14.0987C14.5406 15.4216 14.8987 15.0634 14.8987 14.6216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 11.8216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.2216H4.70107C3.37559 14.2216 2.30107 13.1471 2.30107 11.8216Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var SheetSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'sheet-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ SheetSingle.displayName = 'SheetSingle';
13
+ export default SheetSingle;
14
+ //# sourceMappingURL=sheet-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sheet-single.js","sourceRoot":"","sources":["../../src/components/sheet-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,oaAAoa,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,wYAAwY,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9lC,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 SlideSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default SlideSingle;
@@ -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.79043 4.69338C6.44443 4.25639 7.21334 4.02314 7.9999 4.02314H8.1999C8.42082 4.02314 8.5999 4.20223 8.5999 4.42314V7.4001H11.5769C11.7978 7.4001 11.9769 7.57918 11.9769 7.8001V8.0001C11.9769 8.78666 11.7436 9.55557 11.3066 10.2096C10.8696 10.8636 10.2485 11.3733 9.52182 11.6743C8.79512 11.9753 7.99549 12.0541 7.22404 11.9006C6.45259 11.7472 5.74396 11.3684 5.18777 10.8122C4.63159 10.256 4.25282 9.54742 4.09937 8.77596C3.94592 8.00451 4.02467 7.20488 4.32568 6.47818C4.62668 5.75149 5.13642 5.13038 5.79043 4.69338ZM7.3999 5.28874C7.06508 5.36283 6.74514 5.49869 6.45711 5.69115C6.00044 5.99628 5.64451 6.42998 5.43433 6.9374C5.22415 7.44483 5.16916 8.00318 5.27631 8.54185C5.38346 9.08053 5.64794 9.57534 6.0363 9.9637C6.42466 10.3521 6.91947 10.6165 7.45815 10.7237C7.99682 10.8308 8.55518 10.7758 9.0626 10.5657C9.57002 10.3555 10.0037 9.99956 10.3089 9.54289C10.5013 9.25486 10.6372 8.93492 10.7113 8.6001H7.7999C7.57899 8.6001 7.3999 8.42101 7.3999 8.2001V5.28874Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.5761 6.66963C11.797 6.66963 11.9792 6.48954 11.9459 6.27115C11.9138 6.06071 11.8565 5.85442 11.7746 5.65686C11.6416 5.33578 11.4467 5.04403 11.2009 4.79828C10.9552 4.55253 10.6634 4.35759 10.3424 4.2246C10.1448 4.14276 9.93851 4.08537 9.72807 4.05332C9.50968 4.02005 9.32959 4.20223 9.32959 4.42314V6.66963H11.5761Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V11.8216C1.10107 13.8098 2.71285 15.4216 4.70107 15.4216H14.0987C14.5406 15.4216 14.8987 15.0634 14.8987 14.6216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 11.8216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.2216H4.70107C3.37559 14.2216 2.30107 13.1471 2.30107 11.8216Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var SlideSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'slide-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ SlideSingle.displayName = 'SlideSingle';
13
+ export default SlideSingle;
14
+ //# sourceMappingURL=slide-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slide-single.js","sourceRoot":"","sources":["../../src/components/slide-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,g9BAAg9B,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,iUAAiU,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;AAE//D,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 TemplateSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default TemplateSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M11.9999 2.00055L3.99783 2.0005C2.89315 2.00049 1.99767 2.89608 1.99782 4.00076L1.99885 12.0003C1.99899 13.1048 2.89438 14 3.99885 14H11.9999C13.1044 14 13.9999 13.1046 13.9999 12V4.00055C13.9999 2.89598 13.1045 2.00055 11.9999 2.00055Z", "strokeLinejoin": "round", "strokeWidth": 1.2 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M2 9.3335H8M8 6.6665H14M2 8.3335V10.3335M14 5.6665V7.6665M8 14V2M7 2H9M7 14H9", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.2 } }] };
5
+ export var TemplateSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'template-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ TemplateSingle.displayName = 'TemplateSingle';
13
+ export default TemplateSingle;
14
+ //# sourceMappingURL=template-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"template-single.js","sourceRoot":"","sources":["../../src/components/template-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,8OAA8O,EAAC,gBAAgB,EAAC,OAAO,EAAC,aAAa,EAAC,GAAG,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,+EAA+E,EAAC,eAAe,EAAC,OAAO,EAAC,gBAAgB,EAAC,OAAO,EAAC,aAAa,EAAC,GAAG,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7oB,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 TreeDiagramSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default TreeDiagramSingle;
@@ -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.29678 2.45508H11.0226C11.2784 1.63789 12.0414 1.04492 12.9429 1.04492C14.054 1.04492 14.9547 1.94562 14.9547 3.05668C14.9547 4.16774 14.054 5.06843 12.9429 5.06843C12.0402 5.06843 11.2764 4.47392 11.0216 3.65508H8.29678C8.07586 3.65508 7.89678 3.83416 7.89678 4.05508V7.39648H11.0226C11.2784 6.5793 12.0414 5.98633 12.9429 5.98633C14.054 5.98633 14.9547 6.88702 14.9547 7.99808C14.9547 9.10915 14.054 10.0098 12.9429 10.0098C12.0402 10.0098 11.2764 9.41532 11.0216 8.59648H7.89678V11.9374C7.89678 12.1583 8.07586 12.3374 8.29678 12.3374H11.0228C11.2787 11.5205 12.0416 10.9277 12.9429 10.9277C14.054 10.9277 14.9547 11.8284 14.9547 12.9395C14.9547 14.0506 14.054 14.9512 12.9429 14.9512C12.04 14.9512 11.2761 14.3565 11.0215 13.5374H8.29678C7.41312 13.5374 6.69678 12.821 6.69678 11.9374V8.59648H4.98136C4.72659 9.41532 3.96277 10.0098 3.0601 10.0098C1.94903 10.0098 1.04834 9.10915 1.04834 7.99808C1.04834 6.88702 1.94903 5.98633 3.0601 5.98633C3.9616 5.98633 4.7246 6.5793 4.98036 7.39648H6.69678V4.05508C6.69678 3.17142 7.41312 2.45508 8.29678 2.45508ZM3.87129 7.96758C3.85525 7.53339 3.4982 7.18633 3.0601 7.18633C2.61178 7.18633 2.24834 7.54976 2.24834 7.99808C2.24834 8.4464 2.61178 8.80984 3.0601 8.80984C3.49882 8.80984 3.85626 8.46179 3.87136 8.02675C3.87086 8.01672 3.87061 8.00663 3.87061 7.99648C3.87061 7.98679 3.87084 7.97716 3.87129 7.96758ZM12.9429 2.24492C12.5033 2.24492 12.1453 2.5944 12.1316 3.03071C12.1319 3.03879 12.132 3.04691 12.132 3.05508C12.132 3.0637 12.1319 3.07228 12.1315 3.08081C12.1443 3.51797 12.5027 3.86843 12.9429 3.86843C13.3912 3.86843 13.7547 3.505 13.7547 3.05668C13.7547 2.60836 13.3912 2.24492 12.9429 2.24492ZM12.1319 12.9496C12.1318 12.9542 12.1317 12.9588 12.1315 12.9633C12.1441 13.4006 12.5026 13.7512 12.9429 13.7512C13.3912 13.7512 13.7547 13.3878 13.7547 12.9395C13.7547 12.4912 13.3912 12.1277 12.9429 12.1277C12.5034 12.1277 12.1454 12.4771 12.1316 12.9132C12.1319 12.9212 12.132 12.9293 12.132 12.9374C12.132 12.9415 12.132 12.9455 12.1319 12.9496ZM12.9429 7.18633C12.4946 7.18633 12.1312 7.54976 12.1312 7.99808C12.1312 8.4464 12.4946 8.80984 12.9429 8.80984C13.3912 8.80984 13.7547 8.4464 13.7547 7.99808C13.7547 7.54976 13.3912 7.18633 12.9429 7.18633Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var TreeDiagramSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'tree-diagram-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ TreeDiagramSingle.displayName = 'TreeDiagramSingle';
13
+ export default TreeDiagramSingle;
14
+ //# sourceMappingURL=tree-diagram-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree-diagram-single.js","sourceRoot":"","sources":["../../src/components/tree-diagram-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,uqEAAuqE,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE33E,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"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.66683 9.74906C8.66683 9.38087 8.36835 9.0824 8.00016 9.0824C7.63197 9.0824 7.3335 9.38087 7.3335 9.74906V11.5238C7.3335 11.892 7.63197 12.1904 8.00016 12.1904C8.36835 12.1904 8.66683 11.892 8.66683 11.5238V9.74906Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.94246 2.76018C6.70068 2.76018 5.69401 3.76684 5.69401 5.00862V6.73059H12.4362C13.131 6.73059 13.6943 7.29388 13.6943 7.98873V13.312C13.6943 14.0068 13.131 14.5701 12.4362 14.5701H3.56405C2.8692 14.5701 2.30591 14.0068 2.30591 13.312V7.98873C2.30591 7.29388 2.8692 6.73059 3.56405 6.73059H4.36401V5.00862C4.36401 3.0323 5.96614 1.43018 7.94246 1.43018H8.34665C10.0997 1.43018 11.5209 2.85134 11.5209 4.60442C11.5209 4.97169 11.2232 5.26942 10.8559 5.26942C10.4886 5.26942 10.1909 4.97169 10.1909 4.60442C10.1909 3.58587 9.3652 2.76018 8.34665 2.76018H7.94246ZM3.63924 8.06392V13.2368H12.361V8.06392H3.63924Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.60039 10.0668C8.60039 9.73539 8.33176 9.46676 8.00039 9.46676C7.66902 9.46676 7.40039 9.73539 7.40039 10.0668V12.0827C7.40039 12.414 7.66902 12.6827 8.00039 12.6827C8.33176 12.6827 8.60039 12.414 8.60039 12.0827V10.0668Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.2172 2.25005L8.00002 2.25005C6.69848 2.25004 5.64336 3.30513 5.64336 4.60667V6.52902H13.3755C14.0779 6.52902 14.6474 7.0985 14.6474 7.80099V13.6782C14.6474 14.3806 14.0779 14.9501 13.3755 14.9501H2.62402C1.92153 14.9501 1.35205 14.3806 1.35205 13.6782V7.80099C1.35205 7.0985 1.92153 6.52902 2.62402 6.52902H4.44336V4.60667C4.44336 2.64239 6.03573 1.05004 8 1.05005L8.21719 1.05005C10.0615 1.05003 11.5567 2.54515 11.5567 4.38948C11.5567 4.72085 11.288 4.98948 10.9567 4.98948C10.6253 4.98948 10.3567 4.72085 10.3567 4.38948C10.3567 3.2079 9.39879 2.25004 8.2172 2.25005ZM2.62402 7.72902C2.58427 7.72902 2.55205 7.76124 2.55205 7.80099V13.6782C2.55205 13.7179 2.58427 13.7501 2.62402 13.7501H13.3755C13.4152 13.7501 13.4474 13.7179 13.4474 13.6782V7.80099C13.4474 7.76124 13.4152 7.72902 13.3755 7.72902H2.62402Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
5
  export var UnlockSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'unlock-single',
@@ -1 +1 @@
1
- {"version":3,"file":"unlock-single.js","sourceRoot":"","sources":["../../src/components/unlock-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,2NAA2N,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,mmBAAmmB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtkC,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":"unlock-single.js","sourceRoot":"","sources":["../../src/components/unlock-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,iOAAiO,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,gzBAAgzB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzxC,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}
@@ -1,7 +1,7 @@
1
1
  // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#upload-single_clip0_995_163)" }, "children": [{ "tag": "path", "attrs": { "d": "M7.05462 1.17499C7.61739 0.762959 8.38222 0.762959 8.94499 1.17499L11.341 2.9292C11.6083 3.12495 11.6664 3.50039 11.4706 3.76776C11.2749 4.03513 10.8995 4.09319 10.6321 3.89743L8.5999 2.40958V11.3868C8.5999 11.7181 8.33127 11.9868 7.9999 11.9868C7.66853 11.9868 7.3999 11.7181 7.3999 11.3868V2.40944L5.36753 3.89743C5.10016 4.09319 4.72472 4.03513 4.52897 3.76776C4.33321 3.50039 4.39127 3.12495 4.65864 2.9292L7.05462 1.17499Z" } }, { "tag": "path", "attrs": { "d": "M3.08443 6.64615C3.27987 6.91374 3.22138 7.28911 2.95379 7.48456L2.81092 7.5889C2.19224 8.04078 1.82646 8.76087 1.82646 9.52701V12.7735C1.82646 13.5467 2.45327 14.1735 3.22646 14.1735H12.7733C13.5465 14.1735 14.1733 13.5467 14.1733 12.7735V9.5295C14.1733 8.76085 13.8052 8.0387 13.1831 7.58719L13.0475 7.48873C12.7793 7.29408 12.7197 6.91889 12.9143 6.65071C13.109 6.38254 13.4842 6.32293 13.7523 6.51758L13.888 6.61604C14.8211 7.29331 15.3733 8.37652 15.3733 9.5295V12.7735C15.3733 14.2094 14.2093 15.3735 12.7733 15.3735H3.22646C1.79052 15.3735 0.626465 14.2094 0.626465 12.7735V9.52701C0.626465 8.37781 1.17512 7.29766 2.10315 6.61985L2.24602 6.51551C2.51361 6.32006 2.88898 6.37855 3.08443 6.64615Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "upload-single_clip0_995_163" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["upload-single_clip0_995_163"] };
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.86902 1.45203C7.49386 0.82719 8.50692 0.827188 9.13176 1.45203L11.8114 4.13164C12.0457 4.36595 12.0457 4.74585 11.8114 4.98017C11.5771 5.21448 11.1972 5.21448 10.9628 4.98017L8.60039 2.61771V11.3295C8.60039 11.6609 8.33176 11.9295 8.00039 11.9295C7.66902 11.9295 7.40039 11.6609 7.40039 11.3295V2.61771L5.03794 4.98017C4.80362 5.21448 4.42372 5.21448 4.18941 4.98017C3.95509 4.74585 3.95509 4.36595 4.18941 4.13164L6.86902 1.45203Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.6734 7.34277C15.0048 7.34277 15.2734 7.6114 15.2734 7.94277V12.4162C15.2734 13.8522 14.1094 15.0162 12.6734 15.0162H3.32656C1.89062 15.0162 0.726562 13.8522 0.726562 12.4162V7.9459C0.726562 7.61453 0.995192 7.3459 1.32656 7.3459C1.65793 7.3459 1.92656 7.61453 1.92656 7.9459V12.4162C1.92656 13.1894 2.55336 13.8162 3.32656 13.8162H12.6734C13.4466 13.8162 14.0734 13.1894 14.0734 12.4162V7.94277C14.0734 7.6114 14.3421 7.34277 14.6734 7.34277Z" } }] };
5
5
  export var UploadSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'upload-single',
@@ -1 +1 @@
1
- {"version":3,"file":"upload-single.js","sourceRoot":"","sources":["../../src/components/upload-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,UAAU,EAAC,mCAAmC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,6aAA6a,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,gsBAAgsB,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,6BAA6B,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,QAAQ,EAAC,CAAC,6BAA6B,CAAC,EAAC,CAAC;AAE/lD,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":"upload-single.js","sourceRoot":"","sources":["../../src/components/upload-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,obAAob,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,gcAAgc,EAAC,EAAC,CAAC,EAAC,CAAC;AAEllC,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"}
package/esm/icons.d.ts CHANGED
@@ -2,7 +2,9 @@ export { default as AddDigitsSingle } from './components/add-digits-single';
2
2
  export { default as AddImageSingle } from './components/add-image-single';
3
3
  export { default as AddProtection } from './components/add-protection';
4
4
  export { default as AdditionAndSubtractionSingle } from './components/addition-and-subtraction-single';
5
+ export { default as AdjustHeightSingle } from './components/adjust-height-single';
5
6
  export { default as AdjustHeight } from './components/adjust-height';
7
+ export { default as AdjustWidthSingle } from './components/adjust-width-single';
6
8
  export { default as AdjustWidth } from './components/adjust-width';
7
9
  export { default as AlignBottomSingle } from './components/align-bottom-single';
8
10
  export { default as AlignTextBothSingle } from './components/align-text-both-single';
@@ -18,13 +20,17 @@ export { default as ArrowTiltUpSingle } from './components/arrow-tilt-up-single'
18
20
  export { default as ArrowUpSingle } from './components/arrow-up-single';
19
21
  export { default as AscendingSingle } from './components/ascending- single';
20
22
  export { default as AscendingOrder } from './components/ascending-order';
23
+ export { default as AutoHeightSingle } from './components/auto-height-single';
21
24
  export { default as AutoHeight } from './components/auto-height';
25
+ export { default as AutoWidthSingle } from './components/auto-width-single';
22
26
  export { default as AutoWidth } from './components/auto-width';
27
+ export { default as AutofillSingle } from './components/autofill-single';
23
28
  export { default as Autofill } from './components/autofill';
24
29
  export { default as AutowrapSingle } from './components/autowrap-single';
25
30
  export { default as AvgSingle } from './components/avg-single';
26
31
  export { default as BackSingle } from './components/back-single';
27
32
  export { default as BackSlashSingle } from './components/back-slash-single';
33
+ export { default as BoardSingle } from './components/board-single';
28
34
  export { default as BoldSingle } from './components/bold-single';
29
35
  export { default as BonusPointsSingle16 } from './components/bonus-points-single-16';
30
36
  export { default as BonusPointsSingle20 } from './components/bonus-points-single-20';
@@ -69,14 +75,21 @@ export { default as CustomCompletion } from './components/custom-completion';
69
75
  export { default as CustomSortSingle } from './components/custom-sort-single';
70
76
  export { default as CustomSorting1 } from './components/custom-sorting-1';
71
77
  export { default as CustomSorting } from './components/custom-sorting';
78
+ export { default as CutSingle } from './components/cut-single';
72
79
  export { default as DataValidationSingle } from './components/data-validation-single';
73
80
  export { default as DateSingle } from './components/date-single';
81
+ export { default as DeleteCellMoveDownSingle } from './components/delete-cell-move-down-single';
74
82
  export { default as DeleteCellMoveDown } from './components/delete-cell-move-down';
83
+ export { default as DeleteCellRightSingle } from './components/delete-cell-right-single';
84
+ export { default as DeleteCellShiftLeftSingle } from './components/delete-cell-shift-left-single';
75
85
  export { default as DeleteCellShiftLeft } from './components/delete-cell-shift-left';
76
86
  export { default as DeleteCellShiftRight } from './components/delete-cell-shift-right';
87
+ export { default as DeleteCellShiftUpSingle } from './components/delete-cell-shift-up-single';
77
88
  export { default as DeleteCellShiftUp } from './components/delete-cell-shift-up';
89
+ export { default as DeleteColumnSingle } from './components/delete-column-single';
78
90
  export { default as DeleteColumn } from './components/delete-column';
79
91
  export { default as DeleteEmptySingle } from './components/delete-empty-single';
92
+ export { default as DeleteRowSingle } from './components/delete-row-single';
80
93
  export { default as DeleteRow } from './components/delete-row';
81
94
  export { default as DeleteSingle } from './components/delete-single';
82
95
  export { default as DescendingOrder } from './components/descending-order';
@@ -86,11 +99,13 @@ export { default as DirectExportSingle } from './components/direct-export-single
86
99
  export { default as DiscordSingle24 } from './components/discord-single-24';
87
100
  export { default as DiscordSingle40 } from './components/discord-single-40';
88
101
  export { default as Dissatisfied } from './components/dissatisfied';
102
+ export { default as DocSingle } from './components/doc-single';
89
103
  export { default as Doc } from './components/doc';
90
104
  export { default as DownBorder } from './components/down-border';
91
105
  export { default as DownSingle } from './components/down-single';
92
106
  export { default as DownloadImageSingle } from './components/download-image-single';
93
107
  export { default as DownloadSingle } from './components/download-single';
108
+ export { default as DragFrameSingle } from './components/drag-frame-single';
94
109
  export { default as DropdownSingle } from './components/dropdown-single';
95
110
  export { default as EditRegionSingle } from './components/edit-region-single';
96
111
  export { default as EmailSingle } from './components/email-single';
@@ -107,7 +122,12 @@ export { default as ExportSingle } from './components/export-single';
107
122
  export { default as EyelashSingle } from './components/eyelash-single';
108
123
  export { default as FallSingle } from './components/fall-single';
109
124
  export { default as FileLockSingle } from './components/file-lock-single';
125
+ export { default as FilterNoneSortAscSingle } from './components/filter-none-sort-asc-single';
126
+ export { default as FilterNoneSortDescSingle } from './components/filter-none-sort-desc-single';
110
127
  export { default as FilterSingle } from './components/filter-single';
128
+ export { default as FilteredSortAscSingle } from './components/filtered-sort-asc-single';
129
+ export { default as FilteredSortDescSingle } from './components/filtered-sort-desc-single';
130
+ export { default as FindSingle } from './components/find-single';
111
131
  export { default as FlagSingle } from './components/flag-single';
112
132
  export { default as FolderFillSingle } from './components/folder-fill-single';
113
133
  export { default as FolderSingle } from './components/folder-single';
@@ -115,11 +135,13 @@ export { default as FontColor } from './components/font-color';
115
135
  export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
116
136
  export { default as FontSizeReduceSingleSingle } from './components/font-size-reduce-single-single';
117
137
  export { default as FontSizeReduceSingle } from './components/font-size-reduce-single';
138
+ export { default as FrameSizeSingle } from './components/frame-size-single';
118
139
  export { default as FreezeColumnSingle } from './components/freeze-column-single';
119
140
  export { default as FreezeRowSingle } from './components/freeze-row-single';
120
141
  export { default as FreezeToSelectedSingle } from './components/freeze-to-selected-single';
121
142
  export { default as FromAToZ } from './components/from-a-to-z';
122
143
  export { default as FromZToA } from './components/from-z-to-a';
144
+ export { default as FullscreenSingle } from './components/fullscreen-single';
123
145
  export { default as FunctionSingle } from './components/function-single';
124
146
  export { default as FxSingle } from './components/fx-single';
125
147
  export { default as GithubSingle24 } from './components/github-single-24';
@@ -130,6 +152,8 @@ export { default as GroupSingle } from './components/group-single';
130
152
  export { default as Guffaw } from './components/guffaw';
131
153
  export { default as GuideSingle } from './components/guide-single';
132
154
  export { default as HeaderFooterSingle } from './components/header-footer-single';
155
+ export { default as HelpSingle } from './components/help-single';
156
+ export { default as HideSingle } from './components/hide-single';
133
157
  export { default as Hide } from './components/hide';
134
158
  export { default as HistoryOperations } from './components/history-operations';
135
159
  export { default as HistorySingle } from './components/history-single';
@@ -143,12 +167,17 @@ export { default as Impatient } from './components/impatient';
143
167
  export { default as IncreaseSingle } from './components/increase-single';
144
168
  export { default as Indicate } from './components/indicate';
145
169
  export { default as InnerBorder } from './components/inner-border';
170
+ export { default as InsertCellDownSingle } from './components/insert-cell-down-single';
146
171
  export { default as InsertCellDown } from './components/insert-cell-down';
172
+ export { default as InsertCellShiftRightSingle } from './components/insert-cell-shift-right-single';
147
173
  export { default as InsertCellShiftRight } from './components/insert-cell-shift-right';
148
174
  export { default as InsertComment } from './components/insert-comment';
149
175
  export { default as InsertLink } from './components/insert-link';
176
+ export { default as InsertRowAboveSingle } from './components/insert-row-above-single';
150
177
  export { default as InsertRowAbove } from './components/insert-row-above';
178
+ export { default as InsertRowBelowSingle } from './components/insert-row-below-single';
151
179
  export { default as InsertRowBelow } from './components/insert-row-below';
180
+ export { default as InsertSingle } from './components/insert-single';
152
181
  export { default as Insert } from './components/insert';
153
182
  export { default as ItalicSingle } from './components/italic-single';
154
183
  export { default as KeyboardSingle } from './components/keyboard-single';
@@ -156,6 +185,7 @@ export { default as LanguageSingle } from './components/language-single';
156
185
  export { default as Lateral } from './components/lateral';
157
186
  export { default as LeftBorder } from './components/left-border';
158
187
  export { default as LeftDoubleDiagonalSingle } from './components/left-double-diagonal-single';
188
+ export { default as LeftInsertColumnSingle } from './components/left-insert-column-single';
159
189
  export { default as LeftInsertColumn } from './components/left-insert-column';
160
190
  export { default as LeftJustifyingSingle } from './components/left-justifying-single';
161
191
  export { default as LeftRotationFortyFiveDegreesSingle } from './components/left-rotation-forty-five-degrees-single';
@@ -164,7 +194,6 @@ export { default as LeftTridiagonalSingle } from './components/left-tridiagonal-
164
194
  export { default as LinkSingle } from './components/link-single';
165
195
  export { default as LiveShareSingle } from './components/live-share-single';
166
196
  export { default as Loading } from './components/loading';
167
- export { default as LockSingle1 } from './components/lock-single-1';
168
197
  export { default as LockSingle } from './components/lock-single';
169
198
  export { default as Longitudinal } from './components/longitudinal';
170
199
  export { default as MagnifierSingle } from './components/magnifier-single';
@@ -198,6 +227,7 @@ export { default as NoRotationSingle } from './components/no-rotation-single';
198
227
  export { default as Noninductive } from './components/noninductive';
199
228
  export { default as NoteSingle } from './components/note-single';
200
229
  export { default as NotvalueFilterSingle } from './components/notvalue-filter-single';
230
+ export { default as NumberFormatSingle } from './components/number-format-single';
201
231
  export { default as NumberSingle } from './components/number-single';
202
232
  export { default as OffLineSingle } from './components/off-line-single';
203
233
  export { default as OnLineSingle } from './components/on-line-single';
@@ -208,15 +238,22 @@ export { default as OverflowSingle } from './components/overflow-single';
208
238
  export { default as PaintBucket } from './components/paint-bucket';
209
239
  export { default as PaintingSingle } from './components/painting-single';
210
240
  export { default as PaletteSingle } from './components/palette-single';
241
+ export { default as PasteAllExceptSingle } from './components/paste-all-except-single';
211
242
  export { default as PasteAllExcept } from './components/paste-all-except';
212
243
  export { default as PasteColumnWidthOnly } from './components/paste-column-width-only';
213
244
  export { default as PasteConditionsOnly } from './components/paste-conditions-only';
214
245
  export { default as PasteDataOnly } from './components/paste-data-only';
246
+ export { default as PasteFormatOnlySingle } from './components/paste-format-only-single';
215
247
  export { default as PasteFormatOnly } from './components/paste-format-only';
248
+ export { default as PasteFormulaOnlySingle } from './components/paste-formula-only-single';
216
249
  export { default as PasteFormulaOnly } from './components/paste-formula-only';
250
+ export { default as PasteSingle } from './components/paste-single';
251
+ export { default as PasteSpecialSingle } from './components/paste-special-single';
217
252
  export { default as PasteSpecial } from './components/paste-special';
218
253
  export { default as PasteTransposedContent } from './components/paste-transposed-content';
254
+ export { default as PasteValuesOnlySingle } from './components/paste-values-only-single';
219
255
  export { default as PasteValuesOnly } from './components/paste-values-only';
256
+ export { default as PasteWidthSingle } from './components/paste-width-single';
220
257
  export { default as Paste } from './components/paste';
221
258
  export { default as PercentSingle } from './components/percent-single';
222
259
  export { default as PermissionSettingSingle } from './components/permission-setting-single';
@@ -240,6 +277,7 @@ export { default as RedoSingle } from './components/redo-single';
240
277
  export { default as ReduceDigitsSingle } from './components/reduce-digits-single';
241
278
  export { default as ReduceSingle } from './components/reduce-single';
242
279
  export { default as Reduce } from './components/reduce';
280
+ export { default as RemindSingle } from './components/remind-single';
243
281
  export { default as RenameSingle } from './components/rename-single';
244
282
  export { default as RenewSingle } from './components/renew-single';
245
283
  export { default as ReplyToCommentSingle } from './components/reply-to-comment-single';
@@ -249,6 +287,7 @@ export { default as ReturnSingle } from './components/return-single';
249
287
  export { default as RhomboidSingle } from './components/rhomboid-single';
250
288
  export { default as RightBorder } from './components/right-border';
251
289
  export { default as RightDoubleDiagonalSingle } from './components/right-double-diagonal-single';
290
+ export { default as RightInsertColumnSingle } from './components/right-insert-column-single';
252
291
  export { default as RightInsertColumn } from './components/right-insert-column';
253
292
  export { default as RightJustifyingSingle } from './components/right-justifying-single';
254
293
  export { default as RightRotationFortyFiveDegreesSingle } from './components/right-rotation-forty-five-degrees-single';
@@ -262,15 +301,18 @@ export { default as SearchSingle16 } from './components/search-single-16';
262
301
  export { default as SelectRangeSingle } from './components/select-range-single';
263
302
  export { default as SelectedSingle } from './components/selected-single';
264
303
  export { default as SequenceSingle } from './components/sequence-single';
304
+ export { default as SettingSingle } from './components/setting-single';
265
305
  export { default as ShareRangeSingle } from './components/share-range-single';
266
306
  export { default as ShareSingle } from './components/share-single';
267
307
  export { default as Shear } from './components/shear';
308
+ export { default as SheetSingle } from './components/sheet-single';
268
309
  export { default as Signal0 } from './components/signal-0';
269
310
  export { default as Signal100 } from './components/signal-100';
270
311
  export { default as Signal25 } from './components/signal-25';
271
312
  export { default as Signal50 } from './components/signal-50';
272
313
  export { default as Signal75 } from './components/signal-75';
273
314
  export { default as SlashSingle } from './components/slash-single';
315
+ export { default as SlideSingle } from './components/slide-single';
274
316
  export { default as Slide } from './components/slide';
275
317
  export { default as SmileSingle } from './components/smile-single';
276
318
  export { default as Smile } from './components/smile';
@@ -287,11 +329,13 @@ export { default as SuccessSingle } from './components/success-single';
287
329
  export { default as SumSingle } from './components/sum-single';
288
330
  export { default as SuperscriptSingle } from './components/superscript-single';
289
331
  export { default as SystemSingle } from './components/system-single';
332
+ export { default as TemplateSingle } from './components/template-single';
290
333
  export { default as TextSingle } from './components/text-single';
291
334
  export { default as TianZiGeSingle } from './components/tian-zi-ge-single';
292
335
  export { default as TopmostSingle } from './components/topmost-single';
293
336
  export { default as TrashFillSingle } from './components/trash-fill-single';
294
337
  export { default as TrashSingle } from './components/trash-single';
338
+ export { default as TreeDiagramSingle } from './components/tree-diagram-single';
295
339
  export { default as TriangleSingle } from './components/triangle-single';
296
340
  export { default as TruncationSingle } from './components/truncation-single';
297
341
  export { default as TurnOnSingle } from './components/turn-on-single';