@univerjs/icons 0.1.30 → 0.1.32

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 (180) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +117 -0
  3. package/dist/components/arrow-down-single.d.ts +3 -0
  4. package/dist/components/arrow-righe-single.d.ts +3 -0
  5. package/dist/components/arrow-tilt-down-single.d.ts +3 -0
  6. package/dist/components/arrow-tilt-up-single.d.ts +3 -0
  7. package/dist/components/arrow-up-single.d.ts +3 -0
  8. package/dist/components/cell-0.d.ts +3 -0
  9. package/dist/components/cell-100.d.ts +3 -0
  10. package/dist/components/cell-25.d.ts +3 -0
  11. package/dist/components/cell-50.d.ts +3 -0
  12. package/dist/components/cell-75.d.ts +3 -0
  13. package/dist/components/correct-single.d.ts +3 -0
  14. package/dist/components/correct.d.ts +3 -0
  15. package/dist/components/cross-single.d.ts +3 -0
  16. package/dist/components/dissatisfied.d.ts +3 -0
  17. package/dist/components/down-single.d.ts +3 -0
  18. package/dist/components/flag-single.d.ts +3 -0
  19. package/dist/components/guffaw.d.ts +3 -0
  20. package/dist/components/impatient.d.ts +3 -0
  21. package/dist/components/indicate.d.ts +3 -0
  22. package/dist/components/mistake-single.d.ts +3 -0
  23. package/dist/components/mistake.d.ts +3 -0
  24. package/dist/components/noninductive.d.ts +3 -0
  25. package/dist/components/progress-0-single.d.ts +3 -0
  26. package/dist/components/progress-100-single.d.ts +3 -0
  27. package/dist/components/progress-25-single.d.ts +3 -0
  28. package/dist/components/progress-50-single.d.ts +3 -0
  29. package/dist/components/progress-75-single.d.ts +3 -0
  30. package/dist/components/rhomboid-single.d.ts +3 -0
  31. package/dist/components/roundness-single.d.ts +3 -0
  32. package/dist/components/signal-0.d.ts +3 -0
  33. package/dist/components/signal-100.d.ts +3 -0
  34. package/dist/components/signal-25.d.ts +3 -0
  35. package/dist/components/signal-50.d.ts +3 -0
  36. package/dist/components/signal-75.d.ts +3 -0
  37. package/dist/components/smile.d.ts +3 -0
  38. package/dist/components/star-empty.d.ts +3 -0
  39. package/dist/components/star-full.d.ts +3 -0
  40. package/dist/components/star-incomplete.d.ts +3 -0
  41. package/dist/components/triangle-single.d.ts +3 -0
  42. package/dist/components/up-single.d.ts +3 -0
  43. package/dist/components/warn-single.d.ts +3 -0
  44. package/dist/components/warn.d.ts +3 -0
  45. package/dist/icons.d.ts +42 -0
  46. package/dist/index.js +1 -1
  47. package/dist/manifest.d.ts +2 -2
  48. package/esm/components/arrow-down-single.d.ts +3 -0
  49. package/esm/components/arrow-down-single.js +28 -0
  50. package/esm/components/arrow-down-single.js.map +1 -0
  51. package/esm/components/arrow-righe-single.d.ts +3 -0
  52. package/esm/components/arrow-righe-single.js +28 -0
  53. package/esm/components/arrow-righe-single.js.map +1 -0
  54. package/esm/components/arrow-tilt-down-single.d.ts +3 -0
  55. package/esm/components/arrow-tilt-down-single.js +28 -0
  56. package/esm/components/arrow-tilt-down-single.js.map +1 -0
  57. package/esm/components/arrow-tilt-up-single.d.ts +3 -0
  58. package/esm/components/arrow-tilt-up-single.js +28 -0
  59. package/esm/components/arrow-tilt-up-single.js.map +1 -0
  60. package/esm/components/arrow-up-single.d.ts +3 -0
  61. package/esm/components/arrow-up-single.js +28 -0
  62. package/esm/components/arrow-up-single.js.map +1 -0
  63. package/esm/components/cell-0.d.ts +3 -0
  64. package/esm/components/cell-0.js +42 -0
  65. package/esm/components/cell-0.js.map +1 -0
  66. package/esm/components/cell-100.d.ts +3 -0
  67. package/esm/components/cell-100.js +71 -0
  68. package/esm/components/cell-100.js.map +1 -0
  69. package/esm/components/cell-25.d.ts +3 -0
  70. package/esm/components/cell-25.js +51 -0
  71. package/esm/components/cell-25.js.map +1 -0
  72. package/esm/components/cell-50.d.ts +3 -0
  73. package/esm/components/cell-50.js +60 -0
  74. package/esm/components/cell-50.js.map +1 -0
  75. package/esm/components/cell-75.d.ts +3 -0
  76. package/esm/components/cell-75.js +69 -0
  77. package/esm/components/cell-75.js.map +1 -0
  78. package/esm/components/correct-single.d.ts +3 -0
  79. package/esm/components/correct-single.js +53 -0
  80. package/esm/components/correct-single.js.map +1 -0
  81. package/esm/components/correct.d.ts +3 -0
  82. package/esm/components/correct.js +33 -0
  83. package/esm/components/correct.js.map +1 -0
  84. package/esm/components/cross-single.d.ts +3 -0
  85. package/esm/components/cross-single.js +30 -0
  86. package/esm/components/cross-single.js.map +1 -0
  87. package/esm/components/dissatisfied.d.ts +3 -0
  88. package/esm/components/dissatisfied.js +61 -0
  89. package/esm/components/dissatisfied.js.map +1 -0
  90. package/esm/components/down-single.d.ts +3 -0
  91. package/esm/components/down-single.js +26 -0
  92. package/esm/components/down-single.js.map +1 -0
  93. package/esm/components/flag-single.d.ts +3 -0
  94. package/esm/components/flag-single.js +28 -0
  95. package/esm/components/flag-single.js.map +1 -0
  96. package/esm/components/guffaw.d.ts +3 -0
  97. package/esm/components/guffaw.js +59 -0
  98. package/esm/components/guffaw.js.map +1 -0
  99. package/esm/components/impatient.d.ts +3 -0
  100. package/esm/components/impatient.js +61 -0
  101. package/esm/components/impatient.js.map +1 -0
  102. package/esm/components/indicate.d.ts +3 -0
  103. package/esm/components/indicate.js +31 -0
  104. package/esm/components/indicate.js.map +1 -0
  105. package/esm/components/mistake-single.d.ts +3 -0
  106. package/esm/components/mistake-single.js +28 -0
  107. package/esm/components/mistake-single.js.map +1 -0
  108. package/esm/components/mistake.d.ts +3 -0
  109. package/esm/components/mistake.js +29 -0
  110. package/esm/components/mistake.js.map +1 -0
  111. package/esm/components/noninductive.d.ts +3 -0
  112. package/esm/components/noninductive.js +61 -0
  113. package/esm/components/noninductive.js.map +1 -0
  114. package/esm/components/progress-0-single.d.ts +3 -0
  115. package/esm/components/progress-0-single.js +29 -0
  116. package/esm/components/progress-0-single.js.map +1 -0
  117. package/esm/components/progress-100-single.d.ts +3 -0
  118. package/esm/components/progress-100-single.js +30 -0
  119. package/esm/components/progress-100-single.js.map +1 -0
  120. package/esm/components/progress-25-single.d.ts +3 -0
  121. package/esm/components/progress-25-single.js +36 -0
  122. package/esm/components/progress-25-single.js.map +1 -0
  123. package/esm/components/progress-50-single.d.ts +3 -0
  124. package/esm/components/progress-50-single.js +36 -0
  125. package/esm/components/progress-50-single.js.map +1 -0
  126. package/esm/components/progress-75-single.d.ts +3 -0
  127. package/esm/components/progress-75-single.js +36 -0
  128. package/esm/components/progress-75-single.js.map +1 -0
  129. package/esm/components/rhomboid-single.d.ts +3 -0
  130. package/esm/components/rhomboid-single.js +26 -0
  131. package/esm/components/rhomboid-single.js.map +1 -0
  132. package/esm/components/roundness-single.d.ts +3 -0
  133. package/esm/components/roundness-single.js +23 -0
  134. package/esm/components/roundness-single.js.map +1 -0
  135. package/esm/components/signal-0.d.ts +3 -0
  136. package/esm/components/signal-0.js +63 -0
  137. package/esm/components/signal-0.js.map +1 -0
  138. package/esm/components/signal-100.d.ts +3 -0
  139. package/esm/components/signal-100.js +63 -0
  140. package/esm/components/signal-100.js.map +1 -0
  141. package/esm/components/signal-25.d.ts +3 -0
  142. package/esm/components/signal-25.js +63 -0
  143. package/esm/components/signal-25.js.map +1 -0
  144. package/esm/components/signal-50.d.ts +3 -0
  145. package/esm/components/signal-50.js +63 -0
  146. package/esm/components/signal-50.js.map +1 -0
  147. package/esm/components/signal-75.d.ts +3 -0
  148. package/esm/components/signal-75.js +63 -0
  149. package/esm/components/signal-75.js.map +1 -0
  150. package/esm/components/smile.d.ts +3 -0
  151. package/esm/components/smile.js +61 -0
  152. package/esm/components/smile.js.map +1 -0
  153. package/esm/components/star-empty.d.ts +3 -0
  154. package/esm/components/star-empty.js +28 -0
  155. package/esm/components/star-empty.js.map +1 -0
  156. package/esm/components/star-full.d.ts +3 -0
  157. package/esm/components/star-full.js +28 -0
  158. package/esm/components/star-full.js.map +1 -0
  159. package/esm/components/star-incomplete.d.ts +3 -0
  160. package/esm/components/star-incomplete.js +107 -0
  161. package/esm/components/star-incomplete.js.map +1 -0
  162. package/esm/components/triangle-single.d.ts +3 -0
  163. package/esm/components/triangle-single.js +53 -0
  164. package/esm/components/triangle-single.js.map +1 -0
  165. package/esm/components/up-single.d.ts +3 -0
  166. package/esm/components/up-single.js +26 -0
  167. package/esm/components/up-single.js.map +1 -0
  168. package/esm/components/warn-single.d.ts +3 -0
  169. package/esm/components/warn-single.js +37 -0
  170. package/esm/components/warn-single.js.map +1 -0
  171. package/esm/components/warn.d.ts +3 -0
  172. package/esm/components/warn.js +38 -0
  173. package/esm/components/warn.js.map +1 -0
  174. package/esm/icons.d.ts +42 -0
  175. package/esm/icons.js +42 -0
  176. package/esm/icons.js.map +1 -1
  177. package/esm/manifest.d.ts +2 -2
  178. package/esm/manifest.js +61 -19
  179. package/esm/manifest.js.map +1 -1
  180. package/package.json +14 -2
@@ -30,11 +30,11 @@ export declare const singleUniverOfficialWebsiteWebManifest: {
30
30
  stem: string;
31
31
  icon: string;
32
32
  }[];
33
- export declare const binaryStartPageManifest: {
33
+ export declare const singleGlobalFunctionalityManifest: {
34
34
  stem: string;
35
35
  icon: string;
36
36
  }[];
37
- export declare const singleGlobalFunctionalityManifest: {
37
+ export declare const binaryStartPageManifest: {
38
38
  stem: string;
39
39
  icon: string;
40
40
  }[];
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const ArrowDownSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ArrowDownSingle;
@@ -0,0 +1,28 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 21', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'path',
10
+ attrs: {
11
+ fill: 'currentColor',
12
+ d: 'M8.90467 3.99244C8.84611 4.1338 8.84611 4.31301 8.84611 4.67143V13.716L5.92068 10.7906C5.66724 10.5371 5.54052 10.4104 5.39916 10.3519C5.21067 10.2738 4.9989 10.2738 4.81041 10.3519C4.66905 10.4104 4.54233 10.5371 4.28889 10.7906C4.03545 11.044 3.90873 11.1707 3.85018 11.3121C3.77211 11.5006 3.77211 11.7124 3.85018 11.9008C3.90873 12.0422 4.03545 12.1689 4.28889 12.4224L9.03476 17.1682C9.07839 17.2127 9.12737 17.2617 9.18231 17.3166L9.18239 17.3167L9.18241 17.3167C9.40545 17.5398 9.53035 17.6647 9.65346 17.7313C9.67085 17.7408 9.6882 17.7492 9.70577 17.7564C9.89425 17.8345 10.106 17.8345 10.2945 17.7564C10.4359 17.6979 10.5626 17.5712 10.816 17.3177C10.8986 17.2352 10.9677 17.1661 11.0253 17.1056L15.7095 12.4214L15.7095 12.4213C15.963 12.1679 16.0897 12.0412 16.1482 11.8998C16.2263 11.7114 16.2263 11.4996 16.1482 11.3111C16.0897 11.1697 15.963 11.043 15.7095 10.7896C15.4561 10.5361 15.3294 10.4094 15.188 10.3509C14.9995 10.2728 14.7878 10.2728 14.5993 10.3509C14.4579 10.4094 14.3312 10.5361 14.0778 10.7896L14.0777 10.7896L11.1538 13.7135V4.67142C11.1538 4.31301 11.1538 4.1338 11.0953 3.99244C11.0172 3.80395 10.8674 3.6542 10.6789 3.57613C10.5376 3.51758 10.3584 3.51758 9.99996 3.51758C9.64154 3.51758 9.46233 3.51758 9.32097 3.57613C9.13249 3.6542 8.98274 3.80395 8.90467 3.99244Z',
13
+ fillRule: 'evenodd',
14
+ clipRule: 'evenodd',
15
+ },
16
+ },
17
+ ],
18
+ };
19
+ export var ArrowDownSingle = forwardRef(function (props, ref) {
20
+ return createElement(IconBase, Object.assign({}, props, {
21
+ id: 'arrow-down-single',
22
+ ref: ref,
23
+ icon: element,
24
+ }));
25
+ });
26
+ ArrowDownSingle.displayName = 'ArrowDownSingle';
27
+ export default ArrowDownSingle;
28
+ //# sourceMappingURL=arrow-down-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-down-single.js","sourceRoot":"","sources":["../../src/components/arrow-down-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,cAAc;gBACpB,CAAC,EAAE,qxCAAqxC;gBACxxC,QAAQ,EAAE,SAAS;gBACnB,QAAQ,EAAE,SAAS;aACpB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const ArrowRigheSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ArrowRigheSingle;
@@ -0,0 +1,28 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 21', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'path',
10
+ attrs: {
11
+ fill: 'currentColor',
12
+ d: 'M3.32508 11.7609C3.46644 11.8194 3.64565 11.8194 4.00407 11.8194H13.049L10.1235 14.745C9.87002 14.9984 9.7433 15.1251 9.68475 15.2665C9.60668 15.455 9.60668 15.6668 9.68475 15.8552C9.7433 15.9966 9.87002 16.1233 10.1235 16.3768C10.3769 16.6302 10.5036 16.7569 10.645 16.8155C10.8335 16.8935 11.0452 16.8935 11.2337 16.8155C11.3751 16.7569 11.5018 16.6302 11.7552 16.3768L16.5105 11.6215C16.5524 11.5803 16.5983 11.5344 16.6493 11.4834L16.6495 11.4831C16.8561 11.2765 16.9785 11.1542 17.0484 11.0394C17.0648 11.0128 17.0782 10.9866 17.0893 10.9599C17.1674 10.7714 17.1674 10.5596 17.0893 10.3711C17.0308 10.2298 16.904 10.1031 16.6506 9.84962C16.5685 9.76752 16.4997 9.69872 16.4394 9.64123L11.7542 4.95601C11.5007 4.70257 11.374 4.57585 11.2327 4.5173C11.0442 4.43923 10.8324 4.43923 10.6439 4.5173C10.5026 4.57585 10.3758 4.70257 10.1224 4.95601L10.1224 4.95601C9.86895 5.20945 9.74223 5.33617 9.68368 5.47753C9.60561 5.66601 9.60561 5.87779 9.68368 6.06627C9.74223 6.20764 9.86895 6.33436 10.1224 6.5878L13.0463 9.51175H4.00407C3.64565 9.51175 3.46644 9.51175 3.32508 9.5703C3.1366 9.64837 2.98685 9.79812 2.90877 9.98661C2.85022 10.128 2.85022 10.3072 2.85022 10.6656C2.85022 11.024 2.85022 11.2032 2.90877 11.3446C2.98685 11.5331 3.1366 11.6828 3.32508 11.7609Z',
13
+ fillRule: 'evenodd',
14
+ clipRule: 'evenodd',
15
+ },
16
+ },
17
+ ],
18
+ };
19
+ export var ArrowRigheSingle = forwardRef(function (props, ref) {
20
+ return createElement(IconBase, Object.assign({}, props, {
21
+ id: 'arrow-righe-single',
22
+ ref: ref,
23
+ icon: element,
24
+ }));
25
+ });
26
+ ArrowRigheSingle.displayName = 'ArrowRigheSingle';
27
+ export default ArrowRigheSingle;
28
+ //# sourceMappingURL=arrow-righe-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-righe-single.js","sourceRoot":"","sources":["../../src/components/arrow-righe-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;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,cAAc;gBACpB,CAAC,EAAE,mvCAAmvC;gBACtvC,QAAQ,EAAE,SAAS;gBACnB,QAAQ,EAAE,SAAS;aACpB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAU,CACxC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,oBAAoB;QACxB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const ArrowTiltDownSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ArrowTiltDownSingle;
@@ -0,0 +1,28 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 21', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'path',
10
+ attrs: {
11
+ fill: 'currentColor',
12
+ d: 'M4.5062 6.72126C4.56476 6.86262 4.69148 6.98934 4.94492 7.24278L11.3404 13.6382L7.20313 13.6382C6.84471 13.6382 6.66551 13.6382 6.52414 13.6968C6.33566 13.7749 6.18591 13.9246 6.10784 14.1131C6.04928 14.2545 6.04928 14.4337 6.04928 14.7921C6.04928 15.1505 6.04928 15.3297 6.10784 15.4711C6.18591 15.6596 6.33566 15.8093 6.52414 15.8874C6.66551 15.9459 6.84471 15.9459 7.20313 15.9459L13.9194 15.9459C13.9805 15.9465 14.0484 15.9465 14.1243 15.9465H14.1243C14.4353 15.9465 14.6114 15.9465 14.7449 15.9082C14.7659 15.9023 14.7859 15.8954 14.8052 15.8874C14.9937 15.8093 15.1434 15.6596 15.2215 15.4711C15.2801 15.3297 15.2801 15.1505 15.2801 14.7921C15.2801 14.6767 15.2801 14.5799 15.2781 14.497L15.2781 7.86957C15.2781 7.51115 15.2781 7.33194 15.2195 7.19058C15.1415 7.0021 14.9917 6.85235 14.8032 6.77428C14.6619 6.71572 14.4827 6.71572 14.1243 6.71572C13.7658 6.71572 13.5866 6.71572 13.4453 6.77428C13.2568 6.85235 13.107 7.0021 13.029 7.19058C12.9704 7.33194 12.9704 7.51115 12.9704 7.86957L12.9704 12.0047L6.5767 5.61099C6.32326 5.35755 6.19654 5.23083 6.05518 5.17228C5.8667 5.09421 5.65492 5.09421 5.46644 5.17228C5.32508 5.23083 5.19836 5.35755 4.94492 5.61099C4.69148 5.86443 4.56476 5.99115 4.5062 6.13251C4.42813 6.32099 4.42813 6.53277 4.5062 6.72126Z',
13
+ fillRule: 'evenodd',
14
+ clipRule: 'evenodd',
15
+ },
16
+ },
17
+ ],
18
+ };
19
+ export var ArrowTiltDownSingle = forwardRef(function (props, ref) {
20
+ return createElement(IconBase, Object.assign({}, props, {
21
+ id: 'arrow-tilt-down-single',
22
+ ref: ref,
23
+ icon: element,
24
+ }));
25
+ });
26
+ ArrowTiltDownSingle.displayName = 'ArrowTiltDownSingle';
27
+ export default ArrowTiltDownSingle;
28
+ //# sourceMappingURL=arrow-tilt-down-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-tilt-down-single.js","sourceRoot":"","sources":["../../src/components/arrow-tilt-down-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,cAAc;gBACpB,CAAC,EAAE,ivCAAivC;gBACpvC,QAAQ,EAAE,SAAS;gBACnB,QAAQ,EAAE,SAAS;aACpB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,mBAAmB,GAAG,UAAU,CAC3C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,wBAAwB;QAC5B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,mBAAmB,CAAC,WAAW,GAAG,qBAAqB,CAAC;AAExD,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const ArrowTiltUpSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ArrowTiltUpSingle;
@@ -0,0 +1,28 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 21', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'path',
10
+ attrs: {
11
+ fill: 'currentColor',
12
+ d: 'M6.05431 16.1597C6.19567 16.1012 6.32239 15.9745 6.57583 15.721L12.9712 9.32568L12.9712 13.4626C12.9712 13.821 12.9712 14.0002 13.0297 14.1416C13.1078 14.3301 13.2576 14.4798 13.446 14.5579C13.5874 14.6164 13.7666 14.6164 14.125 14.6164C14.4834 14.6164 14.6626 14.6164 14.804 14.5579C14.9925 14.4798 15.1422 14.3301 15.2203 14.1416C15.2789 14.0002 15.2789 13.821 15.2789 13.4626L15.2789 6.75233C15.2795 6.68972 15.2795 6.62004 15.2795 6.54182L15.2795 6.54157C15.2795 6.22585 15.2795 6.04918 15.2395 5.91495C15.2339 5.89605 15.2276 5.878 15.2203 5.86053C15.1422 5.67204 14.9925 5.52229 14.804 5.44422C14.6626 5.38567 14.4834 5.38567 14.125 5.38567L14.125 5.38567C14.0075 5.38567 13.9093 5.38567 13.8254 5.38773L7.20256 5.38773C6.84414 5.38773 6.66493 5.38773 6.52357 5.44628C6.33509 5.52436 6.18534 5.6741 6.10727 5.86259C6.04871 6.00395 6.04871 6.18315 6.04871 6.54156V6.54157L6.04871 6.54159C6.04871 6.9 6.04871 7.0792 6.10727 7.22056C6.18534 7.40905 6.33509 7.55879 6.52357 7.63687C6.66493 7.69542 6.84414 7.69542 7.20256 7.69542H11.3379L4.94405 14.0892C4.69061 14.3427 4.56389 14.4694 4.50533 14.6108C4.42726 14.7992 4.42726 15.011 4.50533 15.1995C4.56389 15.3409 4.69061 15.4676 4.94405 15.721C5.19749 15.9745 5.32421 16.1012 5.46557 16.1597C5.65405 16.2378 5.86583 16.2378 6.05431 16.1597Z',
13
+ fillRule: 'evenodd',
14
+ clipRule: 'evenodd',
15
+ },
16
+ },
17
+ ],
18
+ };
19
+ export var ArrowTiltUpSingle = forwardRef(function (props, ref) {
20
+ return createElement(IconBase, Object.assign({}, props, {
21
+ id: 'arrow-tilt-up-single',
22
+ ref: ref,
23
+ icon: element,
24
+ }));
25
+ });
26
+ ArrowTiltUpSingle.displayName = 'ArrowTiltUpSingle';
27
+ export default ArrowTiltUpSingle;
28
+ //# sourceMappingURL=arrow-tilt-up-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-tilt-up-single.js","sourceRoot":"","sources":["../../src/components/arrow-tilt-up-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,cAAc;gBACpB,CAAC,EAAE,gxCAAgxC;gBACnxC,QAAQ,EAAE,SAAS;gBACnB,QAAQ,EAAE,SAAS;aACpB;SACF;KACF;CACF,CAAC;AAEF,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,sBAAsB;QAC1B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,iBAAiB,CAAC,WAAW,GAAG,mBAAmB,CAAC;AAEpD,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const ArrowUpSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ArrowUpSingle;
@@ -0,0 +1,28 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 21', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'path',
10
+ attrs: {
11
+ fill: 'currentColor',
12
+ d: 'M11.0936 17.3406C11.1522 17.1992 11.1522 17.02 11.1522 16.6616V7.61701L14.0776 10.5424C14.3311 10.7959 14.4578 10.9226 14.5991 10.9811C14.7876 11.0592 14.9994 11.0592 15.1879 10.9811C15.3292 10.9226 15.456 10.7959 15.7094 10.5424C15.9628 10.289 16.0896 10.1623 16.1481 10.0209C16.2262 9.83243 16.2262 9.62066 16.1481 9.43217C16.0896 9.29081 15.9628 9.16409 15.7094 8.91065L10.9645 4.16576C10.9207 4.12105 10.8714 4.07178 10.8161 4.01648L10.8159 4.0163C10.5916 3.792 10.4666 3.66696 10.3428 3.60058C10.3261 3.59154 10.3094 3.58358 10.2925 3.57658C10.104 3.49851 9.89226 3.49851 9.70378 3.57658C9.56242 3.63514 9.4357 3.76186 9.18226 4.0153C9.09955 4.09801 9.03034 4.16722 8.97258 4.22785L4.28878 8.91166C4.03534 9.1651 3.90862 9.29182 3.85006 9.43318C3.77199 9.62166 3.77199 9.83344 3.85006 10.0219C3.90862 10.1633 4.03534 10.29 4.28878 10.5434C4.54221 10.7969 4.66893 10.9236 4.8103 10.9822C4.99878 11.0602 5.21056 11.0602 5.39904 10.9822C5.5404 10.9236 5.66712 10.7969 5.92056 10.5434L5.92056 10.5434L8.84449 7.61951V16.6616C8.84449 17.02 8.84449 17.1992 8.90305 17.3406C8.98112 17.5291 9.13087 17.6788 9.31935 17.7569C9.46072 17.8154 9.63992 17.8154 9.99834 17.8154C10.3568 17.8154 10.536 17.8154 10.6773 17.7569C10.8658 17.6788 11.0156 17.5291 11.0936 17.3406Z',
13
+ fillRule: 'evenodd',
14
+ clipRule: 'evenodd',
15
+ },
16
+ },
17
+ ],
18
+ };
19
+ export var ArrowUpSingle = forwardRef(function (props, ref) {
20
+ return createElement(IconBase, Object.assign({}, props, {
21
+ id: 'arrow-up-single',
22
+ ref: ref,
23
+ icon: element,
24
+ }));
25
+ });
26
+ ArrowUpSingle.displayName = 'ArrowUpSingle';
27
+ export default ArrowUpSingle;
28
+ //# sourceMappingURL=arrow-up-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-up-single.js","sourceRoot":"","sources":["../../src/components/arrow-up-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,cAAc;gBACpB,CAAC,EAAE,ivCAAivC;gBACpvC,QAAQ,EAAE,SAAS;gBACnB,QAAQ,EAAE,SAAS;aACpB;SACF;KACF;CACF,CAAC;AAEF,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,iBAAiB;QACrB,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,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Cell0: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Cell0;
@@ -0,0 +1,42 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 20', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'rect',
10
+ attrs: { width: 5, height: 5, x: 4, y: 11, fill: 'colorChannel1', rx: 1 },
11
+ },
12
+ {
13
+ tag: 'rect',
14
+ attrs: {
15
+ width: 5,
16
+ height: 5,
17
+ x: 11,
18
+ y: 11,
19
+ fill: 'colorChannel1',
20
+ rx: 1,
21
+ },
22
+ },
23
+ {
24
+ tag: 'rect',
25
+ attrs: { width: 5, height: 5, x: 4, y: 4, fill: 'colorChannel1', rx: 1 },
26
+ },
27
+ {
28
+ tag: 'rect',
29
+ attrs: { width: 5, height: 5, x: 11, y: 4, fill: 'colorChannel1', rx: 1 },
30
+ },
31
+ ],
32
+ };
33
+ export var Cell0 = forwardRef(function (props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: 'cell-0',
36
+ ref: ref,
37
+ icon: element,
38
+ }));
39
+ });
40
+ Cell0.displayName = 'Cell0';
41
+ export default Cell0;
42
+ //# sourceMappingURL=cell-0.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-0.js","sourceRoot":"","sources":["../../src/components/cell-0.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;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,EAAE;SAC1E;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE,CAAC;gBACT,CAAC,EAAE,EAAE;gBACL,CAAC,EAAE,EAAE;gBACL,IAAI,EAAE,eAAe;gBACrB,EAAE,EAAE,CAAC;aACN;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,EAAE;SACzE;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,EAAE;SAC1E;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,KAAK,GAAG,UAAU,CAC7B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,QAAQ;QACZ,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,KAAK,CAAC,WAAW,GAAG,OAAO,CAAC;AAE5B,eAAe,KAAK,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Cell100: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Cell100;
@@ -0,0 +1,71 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 20', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'rect',
10
+ attrs: {
11
+ width: 4.5,
12
+ height: 4.5,
13
+ x: 4.25,
14
+ y: 11.25,
15
+ fill: 'colorChannel1',
16
+ stroke: 'currentColor',
17
+ rx: 0.75,
18
+ strokeWidth: 0.5,
19
+ },
20
+ },
21
+ {
22
+ tag: 'rect',
23
+ attrs: {
24
+ width: 4.5,
25
+ height: 4.5,
26
+ x: 11.25,
27
+ y: 11.25,
28
+ fill: 'colorChannel1',
29
+ stroke: 'currentColor',
30
+ rx: 0.75,
31
+ strokeWidth: 0.5,
32
+ },
33
+ },
34
+ {
35
+ tag: 'rect',
36
+ attrs: {
37
+ width: 4.5,
38
+ height: 4.5,
39
+ x: 4.25,
40
+ y: 4.25,
41
+ fill: 'colorChannel1',
42
+ stroke: 'currentColor',
43
+ rx: 0.75,
44
+ strokeWidth: 0.5,
45
+ },
46
+ },
47
+ {
48
+ tag: 'rect',
49
+ attrs: {
50
+ width: 4.5,
51
+ height: 4.5,
52
+ x: 11.25,
53
+ y: 4.25,
54
+ fill: 'colorChannel1',
55
+ stroke: 'currentColor',
56
+ rx: 0.75,
57
+ strokeWidth: 0.5,
58
+ },
59
+ },
60
+ ],
61
+ };
62
+ export var Cell100 = forwardRef(function (props, ref) {
63
+ return createElement(IconBase, Object.assign({}, props, {
64
+ id: 'cell-100',
65
+ ref: ref,
66
+ icon: element,
67
+ }));
68
+ });
69
+ Cell100.displayName = 'Cell100';
70
+ export default Cell100;
71
+ //# sourceMappingURL=cell-100.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-100.js","sourceRoot":"","sources":["../../src/components/cell-100.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;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,KAAK;gBACR,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,KAAK;gBACR,CAAC,EAAE,KAAK;gBACR,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,KAAK;gBACR,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,OAAO,GAAG,UAAU,CAC/B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,UAAU;QACd,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC;AAEhC,eAAe,OAAO,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Cell25: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Cell25;
@@ -0,0 +1,51 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 20', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'rect',
10
+ attrs: { width: 5, height: 5, x: 4, y: 11, fill: 'colorChannel1', rx: 1 },
11
+ },
12
+ {
13
+ tag: 'rect',
14
+ attrs: {
15
+ width: 5,
16
+ height: 5,
17
+ x: 11,
18
+ y: 11,
19
+ fill: 'colorChannel1',
20
+ rx: 1,
21
+ },
22
+ },
23
+ {
24
+ tag: 'rect',
25
+ attrs: {
26
+ width: 4.5,
27
+ height: 4.5,
28
+ x: 4.25,
29
+ y: 4.25,
30
+ fill: 'colorChannel1',
31
+ stroke: 'currentColor',
32
+ rx: 0.75,
33
+ strokeWidth: 0.5,
34
+ },
35
+ },
36
+ {
37
+ tag: 'rect',
38
+ attrs: { width: 5, height: 5, x: 11, y: 4, fill: 'colorChannel1', rx: 1 },
39
+ },
40
+ ],
41
+ };
42
+ export var Cell25 = forwardRef(function (props, ref) {
43
+ return createElement(IconBase, Object.assign({}, props, {
44
+ id: 'cell-25',
45
+ ref: ref,
46
+ icon: element,
47
+ }));
48
+ });
49
+ Cell25.displayName = 'Cell25';
50
+ export default Cell25;
51
+ //# sourceMappingURL=cell-25.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-25.js","sourceRoot":"","sources":["../../src/components/cell-25.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;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,EAAE;SAC1E;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE,CAAC;gBACT,CAAC,EAAE,EAAE;gBACL,CAAC,EAAE,EAAE;gBACL,IAAI,EAAE,eAAe;gBACrB,EAAE,EAAE,CAAC;aACN;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,EAAE;SAC1E;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAAG,UAAU,CAC9B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,SAAS;QACb,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,eAAe,MAAM,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Cell50: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Cell50;
@@ -0,0 +1,60 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 20', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'rect',
10
+ attrs: { width: 5, height: 5, x: 4, y: 11, fill: 'colorChannel1', rx: 1 },
11
+ },
12
+ {
13
+ tag: 'rect',
14
+ attrs: {
15
+ width: 5,
16
+ height: 5,
17
+ x: 11,
18
+ y: 11,
19
+ fill: 'colorChannel1',
20
+ rx: 1,
21
+ },
22
+ },
23
+ {
24
+ tag: 'rect',
25
+ attrs: {
26
+ width: 4.5,
27
+ height: 4.5,
28
+ x: 4.25,
29
+ y: 4.25,
30
+ fill: 'colorChannel1',
31
+ stroke: 'currentColor',
32
+ rx: 0.75,
33
+ strokeWidth: 0.5,
34
+ },
35
+ },
36
+ {
37
+ tag: 'rect',
38
+ attrs: {
39
+ width: 4.5,
40
+ height: 4.5,
41
+ x: 11.25,
42
+ y: 4.25,
43
+ fill: 'colorChannel1',
44
+ stroke: 'currentColor',
45
+ rx: 0.75,
46
+ strokeWidth: 0.5,
47
+ },
48
+ },
49
+ ],
50
+ };
51
+ export var Cell50 = forwardRef(function (props, ref) {
52
+ return createElement(IconBase, Object.assign({}, props, {
53
+ id: 'cell-50',
54
+ ref: ref,
55
+ icon: element,
56
+ }));
57
+ });
58
+ Cell50.displayName = 'Cell50';
59
+ export default Cell50;
60
+ //# sourceMappingURL=cell-50.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-50.js","sourceRoot":"","sources":["../../src/components/cell-50.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;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,EAAE;SAC1E;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE,CAAC;gBACT,CAAC,EAAE,EAAE;gBACL,CAAC,EAAE,EAAE;gBACL,IAAI,EAAE,eAAe;gBACrB,EAAE,EAAE,CAAC;aACN;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,KAAK;gBACR,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAAG,UAAU,CAC9B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,SAAS;QACb,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,eAAe,MAAM,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Cell75: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Cell75;
@@ -0,0 +1,69 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 20', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'rect',
10
+ attrs: {
11
+ width: 4.5,
12
+ height: 4.5,
13
+ x: 4.25,
14
+ y: 11.25,
15
+ fill: 'colorChannel1',
16
+ stroke: 'currentColor',
17
+ rx: 0.75,
18
+ strokeWidth: 0.5,
19
+ },
20
+ },
21
+ {
22
+ tag: 'rect',
23
+ attrs: {
24
+ width: 5,
25
+ height: 5,
26
+ x: 11,
27
+ y: 11,
28
+ fill: 'colorChannel1',
29
+ rx: 1,
30
+ },
31
+ },
32
+ {
33
+ tag: 'rect',
34
+ attrs: {
35
+ width: 4.5,
36
+ height: 4.5,
37
+ x: 4.25,
38
+ y: 4.25,
39
+ fill: 'colorChannel1',
40
+ stroke: 'currentColor',
41
+ rx: 0.75,
42
+ strokeWidth: 0.5,
43
+ },
44
+ },
45
+ {
46
+ tag: 'rect',
47
+ attrs: {
48
+ width: 4.5,
49
+ height: 4.5,
50
+ x: 11.25,
51
+ y: 4.25,
52
+ fill: 'colorChannel1',
53
+ stroke: 'currentColor',
54
+ rx: 0.75,
55
+ strokeWidth: 0.5,
56
+ },
57
+ },
58
+ ],
59
+ };
60
+ export var Cell75 = forwardRef(function (props, ref) {
61
+ return createElement(IconBase, Object.assign({}, props, {
62
+ id: 'cell-75',
63
+ ref: ref,
64
+ icon: element,
65
+ }));
66
+ });
67
+ Cell75.displayName = 'Cell75';
68
+ export default Cell75;
69
+ //# sourceMappingURL=cell-75.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-75.js","sourceRoot":"","sources":["../../src/components/cell-75.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;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,KAAK;gBACR,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE,CAAC;gBACT,CAAC,EAAE,EAAE;gBACL,CAAC,EAAE,EAAE;gBACL,IAAI,EAAE,eAAe;gBACrB,EAAE,EAAE,CAAC;aACN;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,CAAC,EAAE,KAAK;gBACR,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,EAAE,EAAE,IAAI;gBACR,WAAW,EAAE,GAAG;aACjB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAAG,UAAU,CAC9B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,SAAS;QACb,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,eAAe,MAAM,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const CorrectSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default CorrectSingle;
@@ -0,0 +1,53 @@
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 = {
5
+ tag: 'svg',
6
+ attrs: { fill: 'none', viewBox: '0 0 20 21', width: '1em', height: '1em' },
7
+ children: [
8
+ {
9
+ tag: 'g',
10
+ attrs: { clipPath: 'url(#correct-single_clip0_613_248)' },
11
+ children: [
12
+ {
13
+ tag: 'path',
14
+ attrs: {
15
+ fill: 'currentColor',
16
+ d: 'M15.689 5.69723C15.5476 5.75578 15.4209 5.8825 15.1675 6.13594L7.82436 13.4791L4.83279 10.4875C4.57935 10.2341 4.45263 10.1073 4.31127 10.0488C4.12278 9.97071 3.91101 9.97071 3.72252 10.0488C3.58116 10.1073 3.45444 10.2341 3.201 10.4875C2.94756 10.7409 2.82084 10.8676 2.76229 11.009C2.68422 11.1975 2.68422 11.4093 2.76229 11.5978C2.82084 11.7391 2.94756 11.8658 3.201 12.1193L7.0085 15.9268C7.26194 16.1802 7.38866 16.3069 7.53002 16.3655C7.7185 16.4436 7.93028 16.4436 8.11876 16.3655C8.26013 16.3069 8.38685 16.1802 8.64028 15.9268C8.66387 15.9032 8.68636 15.8807 8.7078 15.8592L16.7993 7.76772C17.0527 7.51428 17.1794 7.38756 17.238 7.2462C17.3161 7.05772 17.3161 6.84594 17.238 6.65746C17.1794 6.5161 17.0527 6.38938 16.7993 6.13594C16.5458 5.8825 16.4191 5.75578 16.2777 5.69723C16.0893 5.61915 15.8775 5.61915 15.689 5.69723Z',
17
+ },
18
+ },
19
+ ],
20
+ },
21
+ {
22
+ tag: 'defs',
23
+ attrs: {},
24
+ children: [
25
+ {
26
+ tag: 'clipPath',
27
+ attrs: { id: 'correct-single_clip0_613_248' },
28
+ children: [
29
+ {
30
+ tag: 'path',
31
+ attrs: {
32
+ fill: '#fff',
33
+ d: 'M0 0H20V20H0z',
34
+ transform: 'translate(0 .67)',
35
+ },
36
+ },
37
+ ],
38
+ },
39
+ ],
40
+ },
41
+ ],
42
+ defIds: ['correct-single_clip0_613_248'],
43
+ };
44
+ export var CorrectSingle = forwardRef(function (props, ref) {
45
+ return createElement(IconBase, Object.assign({}, props, {
46
+ id: 'correct-single',
47
+ ref: ref,
48
+ icon: element,
49
+ }));
50
+ });
51
+ CorrectSingle.displayName = 'CorrectSingle';
52
+ export default CorrectSingle;
53
+ //# sourceMappingURL=correct-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"correct-single.js","sourceRoot":"","sources":["../../src/components/correct-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;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,QAAQ,EAAE,oCAAoC,EAAE;YACzD,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,m0BAAm0B;qBACv0B;iBACF;aACF;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE,EAAE;YACT,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,UAAU;oBACf,KAAK,EAAE,EAAE,EAAE,EAAE,8BAA8B,EAAE;oBAC7C,QAAQ,EAAE;wBACR;4BACE,GAAG,EAAE,MAAM;4BACX,KAAK,EAAE;gCACL,IAAI,EAAE,MAAM;gCACZ,CAAC,EAAE,eAAe;gCAClB,SAAS,EAAE,kBAAkB;6BAC9B;yBACF;qBACF;iBACF;aACF;SACF;KACF;IACD,MAAM,EAAE,CAAC,8BAA8B,CAAC;CACzC,CAAC;AAEF,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,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Correct: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Correct;