@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 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';
@@ -112,6 +127,7 @@ export { default as FilterNoneSortDescSingle } from './components/filter-none-so
112
127
  export { default as FilterSingle } from './components/filter-single';
113
128
  export { default as FilteredSortAscSingle } from './components/filtered-sort-asc-single';
114
129
  export { default as FilteredSortDescSingle } from './components/filtered-sort-desc-single';
130
+ export { default as FindSingle } from './components/find-single';
115
131
  export { default as FlagSingle } from './components/flag-single';
116
132
  export { default as FolderFillSingle } from './components/folder-fill-single';
117
133
  export { default as FolderSingle } from './components/folder-single';
@@ -119,11 +135,13 @@ export { default as FontColor } from './components/font-color';
119
135
  export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
120
136
  export { default as FontSizeReduceSingleSingle } from './components/font-size-reduce-single-single';
121
137
  export { default as FontSizeReduceSingle } from './components/font-size-reduce-single';
138
+ export { default as FrameSizeSingle } from './components/frame-size-single';
122
139
  export { default as FreezeColumnSingle } from './components/freeze-column-single';
123
140
  export { default as FreezeRowSingle } from './components/freeze-row-single';
124
141
  export { default as FreezeToSelectedSingle } from './components/freeze-to-selected-single';
125
142
  export { default as FromAToZ } from './components/from-a-to-z';
126
143
  export { default as FromZToA } from './components/from-z-to-a';
144
+ export { default as FullscreenSingle } from './components/fullscreen-single';
127
145
  export { default as FunctionSingle } from './components/function-single';
128
146
  export { default as FxSingle } from './components/fx-single';
129
147
  export { default as GithubSingle24 } from './components/github-single-24';
@@ -134,6 +152,8 @@ export { default as GroupSingle } from './components/group-single';
134
152
  export { default as Guffaw } from './components/guffaw';
135
153
  export { default as GuideSingle } from './components/guide-single';
136
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';
137
157
  export { default as Hide } from './components/hide';
138
158
  export { default as HistoryOperations } from './components/history-operations';
139
159
  export { default as HistorySingle } from './components/history-single';
@@ -147,12 +167,17 @@ export { default as Impatient } from './components/impatient';
147
167
  export { default as IncreaseSingle } from './components/increase-single';
148
168
  export { default as Indicate } from './components/indicate';
149
169
  export { default as InnerBorder } from './components/inner-border';
170
+ export { default as InsertCellDownSingle } from './components/insert-cell-down-single';
150
171
  export { default as InsertCellDown } from './components/insert-cell-down';
172
+ export { default as InsertCellShiftRightSingle } from './components/insert-cell-shift-right-single';
151
173
  export { default as InsertCellShiftRight } from './components/insert-cell-shift-right';
152
174
  export { default as InsertComment } from './components/insert-comment';
153
175
  export { default as InsertLink } from './components/insert-link';
176
+ export { default as InsertRowAboveSingle } from './components/insert-row-above-single';
154
177
  export { default as InsertRowAbove } from './components/insert-row-above';
178
+ export { default as InsertRowBelowSingle } from './components/insert-row-below-single';
155
179
  export { default as InsertRowBelow } from './components/insert-row-below';
180
+ export { default as InsertSingle } from './components/insert-single';
156
181
  export { default as Insert } from './components/insert';
157
182
  export { default as ItalicSingle } from './components/italic-single';
158
183
  export { default as KeyboardSingle } from './components/keyboard-single';
@@ -160,6 +185,7 @@ export { default as LanguageSingle } from './components/language-single';
160
185
  export { default as Lateral } from './components/lateral';
161
186
  export { default as LeftBorder } from './components/left-border';
162
187
  export { default as LeftDoubleDiagonalSingle } from './components/left-double-diagonal-single';
188
+ export { default as LeftInsertColumnSingle } from './components/left-insert-column-single';
163
189
  export { default as LeftInsertColumn } from './components/left-insert-column';
164
190
  export { default as LeftJustifyingSingle } from './components/left-justifying-single';
165
191
  export { default as LeftRotationFortyFiveDegreesSingle } from './components/left-rotation-forty-five-degrees-single';
@@ -168,7 +194,6 @@ export { default as LeftTridiagonalSingle } from './components/left-tridiagonal-
168
194
  export { default as LinkSingle } from './components/link-single';
169
195
  export { default as LiveShareSingle } from './components/live-share-single';
170
196
  export { default as Loading } from './components/loading';
171
- export { default as LockSingle1 } from './components/lock-single-1';
172
197
  export { default as LockSingle } from './components/lock-single';
173
198
  export { default as Longitudinal } from './components/longitudinal';
174
199
  export { default as MagnifierSingle } from './components/magnifier-single';
@@ -202,6 +227,7 @@ export { default as NoRotationSingle } from './components/no-rotation-single';
202
227
  export { default as Noninductive } from './components/noninductive';
203
228
  export { default as NoteSingle } from './components/note-single';
204
229
  export { default as NotvalueFilterSingle } from './components/notvalue-filter-single';
230
+ export { default as NumberFormatSingle } from './components/number-format-single';
205
231
  export { default as NumberSingle } from './components/number-single';
206
232
  export { default as OffLineSingle } from './components/off-line-single';
207
233
  export { default as OnLineSingle } from './components/on-line-single';
@@ -212,15 +238,22 @@ export { default as OverflowSingle } from './components/overflow-single';
212
238
  export { default as PaintBucket } from './components/paint-bucket';
213
239
  export { default as PaintingSingle } from './components/painting-single';
214
240
  export { default as PaletteSingle } from './components/palette-single';
241
+ export { default as PasteAllExceptSingle } from './components/paste-all-except-single';
215
242
  export { default as PasteAllExcept } from './components/paste-all-except';
216
243
  export { default as PasteColumnWidthOnly } from './components/paste-column-width-only';
217
244
  export { default as PasteConditionsOnly } from './components/paste-conditions-only';
218
245
  export { default as PasteDataOnly } from './components/paste-data-only';
246
+ export { default as PasteFormatOnlySingle } from './components/paste-format-only-single';
219
247
  export { default as PasteFormatOnly } from './components/paste-format-only';
248
+ export { default as PasteFormulaOnlySingle } from './components/paste-formula-only-single';
220
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';
221
252
  export { default as PasteSpecial } from './components/paste-special';
222
253
  export { default as PasteTransposedContent } from './components/paste-transposed-content';
254
+ export { default as PasteValuesOnlySingle } from './components/paste-values-only-single';
223
255
  export { default as PasteValuesOnly } from './components/paste-values-only';
256
+ export { default as PasteWidthSingle } from './components/paste-width-single';
224
257
  export { default as Paste } from './components/paste';
225
258
  export { default as PercentSingle } from './components/percent-single';
226
259
  export { default as PermissionSettingSingle } from './components/permission-setting-single';
@@ -244,6 +277,7 @@ export { default as RedoSingle } from './components/redo-single';
244
277
  export { default as ReduceDigitsSingle } from './components/reduce-digits-single';
245
278
  export { default as ReduceSingle } from './components/reduce-single';
246
279
  export { default as Reduce } from './components/reduce';
280
+ export { default as RemindSingle } from './components/remind-single';
247
281
  export { default as RenameSingle } from './components/rename-single';
248
282
  export { default as RenewSingle } from './components/renew-single';
249
283
  export { default as ReplyToCommentSingle } from './components/reply-to-comment-single';
@@ -253,6 +287,7 @@ export { default as ReturnSingle } from './components/return-single';
253
287
  export { default as RhomboidSingle } from './components/rhomboid-single';
254
288
  export { default as RightBorder } from './components/right-border';
255
289
  export { default as RightDoubleDiagonalSingle } from './components/right-double-diagonal-single';
290
+ export { default as RightInsertColumnSingle } from './components/right-insert-column-single';
256
291
  export { default as RightInsertColumn } from './components/right-insert-column';
257
292
  export { default as RightJustifyingSingle } from './components/right-justifying-single';
258
293
  export { default as RightRotationFortyFiveDegreesSingle } from './components/right-rotation-forty-five-degrees-single';
@@ -266,15 +301,18 @@ export { default as SearchSingle16 } from './components/search-single-16';
266
301
  export { default as SelectRangeSingle } from './components/select-range-single';
267
302
  export { default as SelectedSingle } from './components/selected-single';
268
303
  export { default as SequenceSingle } from './components/sequence-single';
304
+ export { default as SettingSingle } from './components/setting-single';
269
305
  export { default as ShareRangeSingle } from './components/share-range-single';
270
306
  export { default as ShareSingle } from './components/share-single';
271
307
  export { default as Shear } from './components/shear';
308
+ export { default as SheetSingle } from './components/sheet-single';
272
309
  export { default as Signal0 } from './components/signal-0';
273
310
  export { default as Signal100 } from './components/signal-100';
274
311
  export { default as Signal25 } from './components/signal-25';
275
312
  export { default as Signal50 } from './components/signal-50';
276
313
  export { default as Signal75 } from './components/signal-75';
277
314
  export { default as SlashSingle } from './components/slash-single';
315
+ export { default as SlideSingle } from './components/slide-single';
278
316
  export { default as Slide } from './components/slide';
279
317
  export { default as SmileSingle } from './components/smile-single';
280
318
  export { default as Smile } from './components/smile';
@@ -291,11 +329,13 @@ export { default as SuccessSingle } from './components/success-single';
291
329
  export { default as SumSingle } from './components/sum-single';
292
330
  export { default as SuperscriptSingle } from './components/superscript-single';
293
331
  export { default as SystemSingle } from './components/system-single';
332
+ export { default as TemplateSingle } from './components/template-single';
294
333
  export { default as TextSingle } from './components/text-single';
295
334
  export { default as TianZiGeSingle } from './components/tian-zi-ge-single';
296
335
  export { default as TopmostSingle } from './components/topmost-single';
297
336
  export { default as TrashFillSingle } from './components/trash-fill-single';
298
337
  export { default as TrashSingle } from './components/trash-single';
338
+ export { default as TreeDiagramSingle } from './components/tree-diagram-single';
299
339
  export { default as TriangleSingle } from './components/triangle-single';
300
340
  export { default as TruncationSingle } from './components/truncation-single';
301
341
  export { default as TurnOnSingle } from './components/turn-on-single';