@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.
- package/LICENSE +21 -0
- package/README.md +117 -0
- package/dist/components/arrow-down-single.d.ts +3 -0
- package/dist/components/arrow-righe-single.d.ts +3 -0
- package/dist/components/arrow-tilt-down-single.d.ts +3 -0
- package/dist/components/arrow-tilt-up-single.d.ts +3 -0
- package/dist/components/arrow-up-single.d.ts +3 -0
- package/dist/components/cell-0.d.ts +3 -0
- package/dist/components/cell-100.d.ts +3 -0
- package/dist/components/cell-25.d.ts +3 -0
- package/dist/components/cell-50.d.ts +3 -0
- package/dist/components/cell-75.d.ts +3 -0
- package/dist/components/correct-single.d.ts +3 -0
- package/dist/components/correct.d.ts +3 -0
- package/dist/components/cross-single.d.ts +3 -0
- package/dist/components/dissatisfied.d.ts +3 -0
- package/dist/components/down-single.d.ts +3 -0
- package/dist/components/flag-single.d.ts +3 -0
- package/dist/components/guffaw.d.ts +3 -0
- package/dist/components/impatient.d.ts +3 -0
- package/dist/components/indicate.d.ts +3 -0
- package/dist/components/mistake-single.d.ts +3 -0
- package/dist/components/mistake.d.ts +3 -0
- package/dist/components/noninductive.d.ts +3 -0
- package/dist/components/progress-0-single.d.ts +3 -0
- package/dist/components/progress-100-single.d.ts +3 -0
- package/dist/components/progress-25-single.d.ts +3 -0
- package/dist/components/progress-50-single.d.ts +3 -0
- package/dist/components/progress-75-single.d.ts +3 -0
- package/dist/components/rhomboid-single.d.ts +3 -0
- package/dist/components/roundness-single.d.ts +3 -0
- package/dist/components/signal-0.d.ts +3 -0
- package/dist/components/signal-100.d.ts +3 -0
- package/dist/components/signal-25.d.ts +3 -0
- package/dist/components/signal-50.d.ts +3 -0
- package/dist/components/signal-75.d.ts +3 -0
- package/dist/components/smile.d.ts +3 -0
- package/dist/components/star-empty.d.ts +3 -0
- package/dist/components/star-full.d.ts +3 -0
- package/dist/components/star-incomplete.d.ts +3 -0
- package/dist/components/triangle-single.d.ts +3 -0
- package/dist/components/up-single.d.ts +3 -0
- package/dist/components/warn-single.d.ts +3 -0
- package/dist/components/warn.d.ts +3 -0
- package/dist/icons.d.ts +42 -0
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +2 -2
- package/esm/components/arrow-down-single.d.ts +3 -0
- package/esm/components/arrow-down-single.js +28 -0
- package/esm/components/arrow-down-single.js.map +1 -0
- package/esm/components/arrow-righe-single.d.ts +3 -0
- package/esm/components/arrow-righe-single.js +28 -0
- package/esm/components/arrow-righe-single.js.map +1 -0
- package/esm/components/arrow-tilt-down-single.d.ts +3 -0
- package/esm/components/arrow-tilt-down-single.js +28 -0
- package/esm/components/arrow-tilt-down-single.js.map +1 -0
- package/esm/components/arrow-tilt-up-single.d.ts +3 -0
- package/esm/components/arrow-tilt-up-single.js +28 -0
- package/esm/components/arrow-tilt-up-single.js.map +1 -0
- package/esm/components/arrow-up-single.d.ts +3 -0
- package/esm/components/arrow-up-single.js +28 -0
- package/esm/components/arrow-up-single.js.map +1 -0
- package/esm/components/cell-0.d.ts +3 -0
- package/esm/components/cell-0.js +42 -0
- package/esm/components/cell-0.js.map +1 -0
- package/esm/components/cell-100.d.ts +3 -0
- package/esm/components/cell-100.js +71 -0
- package/esm/components/cell-100.js.map +1 -0
- package/esm/components/cell-25.d.ts +3 -0
- package/esm/components/cell-25.js +51 -0
- package/esm/components/cell-25.js.map +1 -0
- package/esm/components/cell-50.d.ts +3 -0
- package/esm/components/cell-50.js +60 -0
- package/esm/components/cell-50.js.map +1 -0
- package/esm/components/cell-75.d.ts +3 -0
- package/esm/components/cell-75.js +69 -0
- package/esm/components/cell-75.js.map +1 -0
- package/esm/components/correct-single.d.ts +3 -0
- package/esm/components/correct-single.js +53 -0
- package/esm/components/correct-single.js.map +1 -0
- package/esm/components/correct.d.ts +3 -0
- package/esm/components/correct.js +33 -0
- package/esm/components/correct.js.map +1 -0
- package/esm/components/cross-single.d.ts +3 -0
- package/esm/components/cross-single.js +30 -0
- package/esm/components/cross-single.js.map +1 -0
- package/esm/components/dissatisfied.d.ts +3 -0
- package/esm/components/dissatisfied.js +61 -0
- package/esm/components/dissatisfied.js.map +1 -0
- package/esm/components/down-single.d.ts +3 -0
- package/esm/components/down-single.js +26 -0
- package/esm/components/down-single.js.map +1 -0
- package/esm/components/flag-single.d.ts +3 -0
- package/esm/components/flag-single.js +28 -0
- package/esm/components/flag-single.js.map +1 -0
- package/esm/components/guffaw.d.ts +3 -0
- package/esm/components/guffaw.js +59 -0
- package/esm/components/guffaw.js.map +1 -0
- package/esm/components/impatient.d.ts +3 -0
- package/esm/components/impatient.js +61 -0
- package/esm/components/impatient.js.map +1 -0
- package/esm/components/indicate.d.ts +3 -0
- package/esm/components/indicate.js +31 -0
- package/esm/components/indicate.js.map +1 -0
- package/esm/components/mistake-single.d.ts +3 -0
- package/esm/components/mistake-single.js +28 -0
- package/esm/components/mistake-single.js.map +1 -0
- package/esm/components/mistake.d.ts +3 -0
- package/esm/components/mistake.js +29 -0
- package/esm/components/mistake.js.map +1 -0
- package/esm/components/noninductive.d.ts +3 -0
- package/esm/components/noninductive.js +61 -0
- package/esm/components/noninductive.js.map +1 -0
- package/esm/components/progress-0-single.d.ts +3 -0
- package/esm/components/progress-0-single.js +29 -0
- package/esm/components/progress-0-single.js.map +1 -0
- package/esm/components/progress-100-single.d.ts +3 -0
- package/esm/components/progress-100-single.js +30 -0
- package/esm/components/progress-100-single.js.map +1 -0
- package/esm/components/progress-25-single.d.ts +3 -0
- package/esm/components/progress-25-single.js +36 -0
- package/esm/components/progress-25-single.js.map +1 -0
- package/esm/components/progress-50-single.d.ts +3 -0
- package/esm/components/progress-50-single.js +36 -0
- package/esm/components/progress-50-single.js.map +1 -0
- package/esm/components/progress-75-single.d.ts +3 -0
- package/esm/components/progress-75-single.js +36 -0
- package/esm/components/progress-75-single.js.map +1 -0
- package/esm/components/rhomboid-single.d.ts +3 -0
- package/esm/components/rhomboid-single.js +26 -0
- package/esm/components/rhomboid-single.js.map +1 -0
- package/esm/components/roundness-single.d.ts +3 -0
- package/esm/components/roundness-single.js +23 -0
- package/esm/components/roundness-single.js.map +1 -0
- package/esm/components/signal-0.d.ts +3 -0
- package/esm/components/signal-0.js +63 -0
- package/esm/components/signal-0.js.map +1 -0
- package/esm/components/signal-100.d.ts +3 -0
- package/esm/components/signal-100.js +63 -0
- package/esm/components/signal-100.js.map +1 -0
- package/esm/components/signal-25.d.ts +3 -0
- package/esm/components/signal-25.js +63 -0
- package/esm/components/signal-25.js.map +1 -0
- package/esm/components/signal-50.d.ts +3 -0
- package/esm/components/signal-50.js +63 -0
- package/esm/components/signal-50.js.map +1 -0
- package/esm/components/signal-75.d.ts +3 -0
- package/esm/components/signal-75.js +63 -0
- package/esm/components/signal-75.js.map +1 -0
- package/esm/components/smile.d.ts +3 -0
- package/esm/components/smile.js +61 -0
- package/esm/components/smile.js.map +1 -0
- package/esm/components/star-empty.d.ts +3 -0
- package/esm/components/star-empty.js +28 -0
- package/esm/components/star-empty.js.map +1 -0
- package/esm/components/star-full.d.ts +3 -0
- package/esm/components/star-full.js +28 -0
- package/esm/components/star-full.js.map +1 -0
- package/esm/components/star-incomplete.d.ts +3 -0
- package/esm/components/star-incomplete.js +107 -0
- package/esm/components/star-incomplete.js.map +1 -0
- package/esm/components/triangle-single.d.ts +3 -0
- package/esm/components/triangle-single.js +53 -0
- package/esm/components/triangle-single.js.map +1 -0
- package/esm/components/up-single.d.ts +3 -0
- package/esm/components/up-single.js +26 -0
- package/esm/components/up-single.js.map +1 -0
- package/esm/components/warn-single.d.ts +3 -0
- package/esm/components/warn-single.js +37 -0
- package/esm/components/warn-single.js.map +1 -0
- package/esm/components/warn.d.ts +3 -0
- package/esm/components/warn.js +38 -0
- package/esm/components/warn.js.map +1 -0
- package/esm/icons.d.ts +42 -0
- package/esm/icons.js +42 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +2 -2
- package/esm/manifest.js +61 -19
- package/esm/manifest.js.map +1 -1
- package/package.json +14 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smile.js","sourceRoot":"","sources":["../../src/components/smile.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,QAAQ;YACb,KAAK,EAAE;gBACL,EAAE,EAAE,EAAE;gBACN,EAAE,EAAE,EAAE;gBACN,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,WAAW,EAAE,GAAG;aACjB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,IAAI;gBACX,MAAM,EAAE,IAAI;gBACZ,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,cAAc;gBACpB,EAAE,EAAE,IAAI;aACT;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,IAAI;gBACX,MAAM,EAAE,IAAI;gBACZ,CAAC,EAAE,KAAK;gBACR,CAAC,EAAE,IAAI;gBACP,IAAI,EAAE,cAAc;gBACpB,EAAE,EAAE,IAAI;aACT;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,MAAM,EAAE,cAAc;gBACtB,CAAC,EAAE,2GAA2G;gBAC9G,aAAa,EAAE,OAAO;gBACtB,WAAW,EAAE,IAAI;aAClB;SACF;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,OAAO;QACX,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,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 20', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'path',
|
|
10
|
+
attrs: {
|
|
11
|
+
fill: 'colorChannel1',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
d: 'M10.3437 3.3312L11.6861 6.67412C11.8451 7.0699 12.2165 7.33978 12.6421 7.36863L16.2362 7.61233C16.5693 7.63492 16.7048 8.05202 16.4486 8.26608L13.6841 10.5758C13.3568 10.8493 13.215 11.2859 13.319 11.6996L14.1979 15.1931C14.2793 15.5168 13.9245 15.7746 13.6418 15.5971L10.5908 13.6817C10.2296 13.4549 9.77045 13.4549 9.40924 13.6817L6.35828 15.5971C6.07553 15.7746 5.72072 15.5168 5.80217 15.1931L6.68105 11.6996C6.7851 11.2859 6.64322 10.8493 6.31592 10.5758L3.55145 8.26607C3.29525 8.05202 3.43078 7.63492 3.76386 7.61233L7.358 7.36863C7.78352 7.33978 8.15498 7.0699 8.31391 6.67412L9.65633 3.3312C9.78074 3.0214 10.2193 3.0214 10.3437 3.3312Z',
|
|
14
|
+
strokeWidth: 0.74,
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
],
|
|
18
|
+
};
|
|
19
|
+
export var StarEmpty = forwardRef(function (props, ref) {
|
|
20
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
21
|
+
id: 'star-empty',
|
|
22
|
+
ref: ref,
|
|
23
|
+
icon: element,
|
|
24
|
+
}));
|
|
25
|
+
});
|
|
26
|
+
StarEmpty.displayName = 'StarEmpty';
|
|
27
|
+
export default StarEmpty;
|
|
28
|
+
//# sourceMappingURL=star-empty.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"star-empty.js","sourceRoot":"","sources":["../../src/components/star-empty.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,eAAe;gBACrB,MAAM,EAAE,cAAc;gBACtB,CAAC,EAAE,uoBAAuoB;gBAC1oB,WAAW,EAAE,IAAI;aAClB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,SAAS,GAAG,UAAU,CACjC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,YAAY;QAChB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AAEpC,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,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 20', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'path',
|
|
10
|
+
attrs: {
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
d: 'M10.3437 3.3312L11.6861 6.67412C11.8451 7.0699 12.2165 7.33978 12.6421 7.36863L16.2362 7.61233C16.5693 7.63492 16.7048 8.05202 16.4486 8.26608L13.6841 10.5758C13.3568 10.8493 13.215 11.2859 13.319 11.6996L14.1979 15.1931C14.2793 15.5168 13.9245 15.7746 13.6418 15.5971L10.5908 13.6817C10.2296 13.4549 9.77045 13.4549 9.40924 13.6817L6.35828 15.5971C6.07553 15.7746 5.72072 15.5168 5.80217 15.1931L6.68105 11.6996C6.7851 11.2859 6.64322 10.8493 6.31592 10.5758L3.55145 8.26607C3.29525 8.05202 3.43078 7.63492 3.76386 7.61233L7.358 7.36863C7.78352 7.33978 8.15498 7.0699 8.31391 6.67412L9.65633 3.3312C9.78074 3.0214 10.2193 3.0214 10.3437 3.3312Z',
|
|
14
|
+
strokeWidth: 0.74,
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
],
|
|
18
|
+
};
|
|
19
|
+
export var StarFull = forwardRef(function (props, ref) {
|
|
20
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
21
|
+
id: 'star-full',
|
|
22
|
+
ref: ref,
|
|
23
|
+
icon: element,
|
|
24
|
+
}));
|
|
25
|
+
});
|
|
26
|
+
StarFull.displayName = 'StarFull';
|
|
27
|
+
export default StarFull;
|
|
28
|
+
//# sourceMappingURL=star-full.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"star-full.js","sourceRoot":"","sources":["../../src/components/star-full.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,MAAM,EAAE,cAAc;gBACtB,CAAC,EAAE,uoBAAuoB;gBAC1oB,WAAW,EAAE,IAAI;aAClB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,WAAW;QACf,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,107 @@
|
|
|
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: 'g',
|
|
10
|
+
attrs: { clipPath: 'url(#star-incomplete_clip0_613_177)' },
|
|
11
|
+
children: [
|
|
12
|
+
{
|
|
13
|
+
tag: 'mask',
|
|
14
|
+
attrs: {
|
|
15
|
+
id: 'mask0_613_177',
|
|
16
|
+
style: { maskType: 'alpha' },
|
|
17
|
+
width: 10,
|
|
18
|
+
height: 20,
|
|
19
|
+
x: 10,
|
|
20
|
+
y: 0,
|
|
21
|
+
maskUnits: 'userSpaceOnUse',
|
|
22
|
+
},
|
|
23
|
+
children: [
|
|
24
|
+
{
|
|
25
|
+
tag: 'path',
|
|
26
|
+
attrs: {
|
|
27
|
+
fill: '#C4C4C4',
|
|
28
|
+
stroke: '#F7D564',
|
|
29
|
+
d: 'M10.37 0.37H19.63V19.630000000000003H10.37z',
|
|
30
|
+
strokeWidth: 0.74,
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
tag: 'g',
|
|
37
|
+
attrs: { mask: 'url(#mask0_613_177)' },
|
|
38
|
+
children: [
|
|
39
|
+
{
|
|
40
|
+
tag: 'path',
|
|
41
|
+
attrs: {
|
|
42
|
+
fill: 'colorChannel1',
|
|
43
|
+
stroke: 'currentColor',
|
|
44
|
+
d: 'M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z',
|
|
45
|
+
strokeWidth: 0.74,
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
tag: 'mask',
|
|
52
|
+
attrs: {
|
|
53
|
+
id: 'mask1_613_177',
|
|
54
|
+
style: { maskType: 'alpha' },
|
|
55
|
+
width: 10,
|
|
56
|
+
height: 20,
|
|
57
|
+
x: 0,
|
|
58
|
+
y: 0,
|
|
59
|
+
maskUnits: 'userSpaceOnUse',
|
|
60
|
+
},
|
|
61
|
+
children: [
|
|
62
|
+
{ tag: 'path', attrs: { fill: '#C4C4C4', d: 'M0 0H10V20H0z' } },
|
|
63
|
+
],
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
tag: 'g',
|
|
67
|
+
attrs: { mask: 'url(#mask1_613_177)' },
|
|
68
|
+
children: [
|
|
69
|
+
{
|
|
70
|
+
tag: 'path',
|
|
71
|
+
attrs: {
|
|
72
|
+
fill: 'currentColor',
|
|
73
|
+
stroke: 'currentColor',
|
|
74
|
+
d: 'M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z',
|
|
75
|
+
strokeWidth: 0.74,
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
},
|
|
80
|
+
],
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
tag: 'defs',
|
|
84
|
+
attrs: {},
|
|
85
|
+
children: [
|
|
86
|
+
{
|
|
87
|
+
tag: 'clipPath',
|
|
88
|
+
attrs: { id: 'star-incomplete_clip0_613_177' },
|
|
89
|
+
children: [
|
|
90
|
+
{ tag: 'path', attrs: { fill: '#fff', d: 'M0 0H20V20H0z' } },
|
|
91
|
+
],
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
},
|
|
95
|
+
],
|
|
96
|
+
defIds: ['star-incomplete_clip0_613_177'],
|
|
97
|
+
};
|
|
98
|
+
export var StarIncomplete = forwardRef(function (props, ref) {
|
|
99
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
100
|
+
id: 'star-incomplete',
|
|
101
|
+
ref: ref,
|
|
102
|
+
icon: element,
|
|
103
|
+
}));
|
|
104
|
+
});
|
|
105
|
+
StarIncomplete.displayName = 'StarIncomplete';
|
|
106
|
+
export default StarIncomplete;
|
|
107
|
+
//# sourceMappingURL=star-incomplete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"star-incomplete.js","sourceRoot":"","sources":["../../src/components/star-incomplete.tsx"],"names":[],"mappings":"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"}
|
|
@@ -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(#triangle-single_clip0_613_237)' },
|
|
11
|
+
children: [
|
|
12
|
+
{
|
|
13
|
+
tag: 'path',
|
|
14
|
+
attrs: {
|
|
15
|
+
fill: 'currentColor',
|
|
16
|
+
d: 'M9.32308 4.41301C9.58368 3.82623 10.4164 3.82623 10.677 4.413L15.9526 16.2917C16.1701 16.7815 15.8115 17.3331 15.2756 17.3331H4.72454C4.18858 17.3331 3.83002 16.7815 4.04756 16.2917L9.32308 4.41301Z',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
tag: 'defs',
|
|
23
|
+
attrs: {},
|
|
24
|
+
children: [
|
|
25
|
+
{
|
|
26
|
+
tag: 'clipPath',
|
|
27
|
+
attrs: { id: 'triangle-single_clip0_613_237' },
|
|
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: ['triangle-single_clip0_613_237'],
|
|
43
|
+
};
|
|
44
|
+
export var TriangleSingle = forwardRef(function (props, ref) {
|
|
45
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
46
|
+
id: 'triangle-single',
|
|
47
|
+
ref: ref,
|
|
48
|
+
icon: element,
|
|
49
|
+
}));
|
|
50
|
+
});
|
|
51
|
+
TriangleSingle.displayName = 'TriangleSingle';
|
|
52
|
+
export default TriangleSingle;
|
|
53
|
+
//# sourceMappingURL=triangle-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"triangle-single.js","sourceRoot":"","sources":["../../src/components/triangle-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,qCAAqC,EAAE;YAC1D,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,wMAAwM;qBAC5M;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,+BAA+B,EAAE;oBAC9C,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,+BAA+B,CAAC;CAC1C,CAAC;AAEF,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,26 @@
|
|
|
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: 'path',
|
|
10
|
+
attrs: {
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
d: 'M9.44533 5.81157C9.74012 5.47858 10.2598 5.47858 10.5546 5.81157L16.2868 12.2867C16.71 12.7647 16.3706 13.5184 15.7322 13.5184H4.26776C3.62933 13.5184 3.28995 12.7647 3.71313 12.2867L9.44533 5.81157Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
};
|
|
17
|
+
export var UpSingle = forwardRef(function (props, ref) {
|
|
18
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
19
|
+
id: 'up-single',
|
|
20
|
+
ref: ref,
|
|
21
|
+
icon: element,
|
|
22
|
+
}));
|
|
23
|
+
});
|
|
24
|
+
UpSingle.displayName = 'UpSingle';
|
|
25
|
+
export default UpSingle;
|
|
26
|
+
//# sourceMappingURL=up-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"up-single.js","sourceRoot":"","sources":["../../src/components/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,yMAAyM;aAC7M;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,WAAW;QACf,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.49778 5.00963C8.48513 4.56774 8.47881 4.3468 8.56086 4.17746C8.63301 4.02856 8.75124 3.90689 8.89802 3.83052C9.06494 3.74365 9.28597 3.74365 9.72805 3.74365H10.272C10.714 3.74365 10.9351 3.74365 11.102 3.83052C11.2488 3.9069 11.367 4.02856 11.4392 4.17746C11.5212 4.3468 11.5149 4.56775 11.5022 5.00964L11.2644 13.3173C11.2524 13.737 11.2464 13.9468 11.1609 14.1065C11.0857 14.2471 10.9687 14.3609 10.826 14.432C10.6639 14.5129 10.454 14.5129 10.0342 14.5129H9.96582C9.54601 14.5129 9.33611 14.5129 9.17397 14.432C9.0313 14.3609 8.91426 14.2471 8.83904 14.1065C8.75357 13.9468 8.74756 13.737 8.73555 13.3173L8.49778 5.00963Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
tag: 'rect',
|
|
17
|
+
attrs: {
|
|
18
|
+
width: 2.46,
|
|
19
|
+
height: 2.46,
|
|
20
|
+
x: 8.77,
|
|
21
|
+
y: 15.28,
|
|
22
|
+
fill: 'currentColor',
|
|
23
|
+
rx: 0.77,
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
};
|
|
28
|
+
export var WarnSingle = forwardRef(function (props, ref) {
|
|
29
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
30
|
+
id: 'warn-single',
|
|
31
|
+
ref: ref,
|
|
32
|
+
icon: element,
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
WarnSingle.displayName = 'WarnSingle';
|
|
36
|
+
export default WarnSingle;
|
|
37
|
+
//# sourceMappingURL=warn-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"warn-single.js","sourceRoot":"","sources":["../../src/components/warn-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,qnBAAqnB;aACznB;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,IAAI;gBACX,MAAM,EAAE,IAAI;gBACZ,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,KAAK;gBACR,IAAI,EAAE,cAAc;gBACpB,EAAE,EAAE,IAAI;aACT;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,UAAU,GAAG,UAAU,CAClC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,aAAa;QACjB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
{ tag: 'circle', attrs: { cx: 10, cy: 10, r: 7.04, fill: 'currentColor' } },
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
fill: 'colorChannel1',
|
|
13
|
+
d: 'M9.16817 6.67735C9.16646 6.61745 9.1656 6.5875 9.16653 6.56236C9.18103 6.16817 9.49136 5.84883 9.88497 5.82306C9.91008 5.82141 9.94004 5.82141 9.99996 5.82141V5.82141C10.0599 5.82141 10.0899 5.82141 10.115 5.82306C10.5086 5.84883 10.8189 6.16817 10.8334 6.56236C10.8343 6.5875 10.8335 6.61745 10.8318 6.67735L10.7043 11.131C10.6934 11.5121 10.3812 11.8154 9.99995 11.8154V11.8154C9.61866 11.8154 9.30655 11.5121 9.29564 11.131L9.16817 6.67735Z',
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
tag: 'rect',
|
|
18
|
+
attrs: {
|
|
19
|
+
width: 1.37,
|
|
20
|
+
height: 1.37,
|
|
21
|
+
x: 9.31,
|
|
22
|
+
y: 12.81,
|
|
23
|
+
fill: 'colorChannel1',
|
|
24
|
+
rx: 0.69,
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
};
|
|
29
|
+
export var Warn = forwardRef(function (props, ref) {
|
|
30
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
31
|
+
id: 'warn',
|
|
32
|
+
ref: ref,
|
|
33
|
+
icon: element,
|
|
34
|
+
}));
|
|
35
|
+
});
|
|
36
|
+
Warn.displayName = 'Warn';
|
|
37
|
+
export default Warn;
|
|
38
|
+
//# sourceMappingURL=warn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"warn.js","sourceRoot":"","sources":["../../src/components/warn.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,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE;QAC3E;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,eAAe;gBACrB,CAAC,EAAE,6bAA6b;aACjc;SACF;QACD;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,KAAK,EAAE,IAAI;gBACX,MAAM,EAAE,IAAI;gBACZ,CAAC,EAAE,IAAI;gBACP,CAAC,EAAE,KAAK;gBACR,IAAI,EAAE,eAAe;gBACrB,EAAE,EAAE,IAAI;aACT;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,IAAI,GAAG,UAAU,CAC5B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,MAAM;QACV,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;AAE1B,eAAe,IAAI,CAAC"}
|
package/esm/icons.d.ts
CHANGED
|
@@ -8,6 +8,11 @@ export { default as AlignTopSingle } from './components/align-top-single';
|
|
|
8
8
|
export { default as AllBorderSingle } from './components/all-border-single';
|
|
9
9
|
export { default as AmplifySingle } from './components/amplify-single';
|
|
10
10
|
export { default as ArchitectureSingle } from './components/architecture-single';
|
|
11
|
+
export { default as ArrowDownSingle } from './components/arrow-down-single';
|
|
12
|
+
export { default as ArrowRigheSingle } from './components/arrow-righe-single';
|
|
13
|
+
export { default as ArrowTiltDownSingle } from './components/arrow-tilt-down-single';
|
|
14
|
+
export { default as ArrowTiltUpSingle } from './components/arrow-tilt-up-single';
|
|
15
|
+
export { default as ArrowUpSingle } from './components/arrow-up-single';
|
|
11
16
|
export { default as AscendingOrder } from './components/ascending-order';
|
|
12
17
|
export { default as AutoHeight } from './components/auto-height';
|
|
13
18
|
export { default as AutoWidth } from './components/auto-width';
|
|
@@ -21,6 +26,11 @@ export { default as BonusPointsSingle20 } from './components/bonus-points-single
|
|
|
21
26
|
export { default as BrushSingle } from './components/brush-single';
|
|
22
27
|
export { default as CancelFreezeSingle } from './components/cancel-freeze-single';
|
|
23
28
|
export { default as CancelMergeSingle } from './components/cancel-merge-single';
|
|
29
|
+
export { default as Cell0 } from './components/cell-0';
|
|
30
|
+
export { default as Cell100 } from './components/cell-100';
|
|
31
|
+
export { default as Cell25 } from './components/cell-25';
|
|
32
|
+
export { default as Cell50 } from './components/cell-50';
|
|
33
|
+
export { default as Cell75 } from './components/cell-75';
|
|
24
34
|
export { default as CheckBoxPartSingle } from './components/check-box-part-single';
|
|
25
35
|
export { default as CheckMarkSingle } from './components/check-mark-single';
|
|
26
36
|
export { default as ChipSingle } from './components/chip-single';
|
|
@@ -34,7 +44,10 @@ export { default as ContentSingle16 } from './components/content-single-16';
|
|
|
34
44
|
export { default as ContentSingle20 } from './components/content-single-20';
|
|
35
45
|
export { default as ConvertSingle } from './components/convert-single';
|
|
36
46
|
export { default as Copy } from './components/copy';
|
|
47
|
+
export { default as CorrectSingle } from './components/correct-single';
|
|
48
|
+
export { default as Correct } from './components/correct';
|
|
37
49
|
export { default as CreateCopySingle } from './components/create-copy-single';
|
|
50
|
+
export { default as CrossSingle } from './components/cross-single';
|
|
38
51
|
export { default as CustomColorsSingle } from './components/custom-colors-single';
|
|
39
52
|
export { default as CustomSorting1 } from './components/custom-sorting-1';
|
|
40
53
|
export { default as CustomSorting } from './components/custom-sorting';
|
|
@@ -51,7 +64,9 @@ export { default as DetailsSingle } from './components/details-single';
|
|
|
51
64
|
export { default as DirectExportSingle } from './components/direct-export-single';
|
|
52
65
|
export { default as DiscordSingle24 } from './components/discord-single-24';
|
|
53
66
|
export { default as DiscordSingle40 } from './components/discord-single-40';
|
|
67
|
+
export { default as Dissatisfied } from './components/dissatisfied';
|
|
54
68
|
export { default as DownBorder } from './components/down-border';
|
|
69
|
+
export { default as DownSingle } from './components/down-single';
|
|
55
70
|
export { default as DropdownSingle } from './components/dropdown-single';
|
|
56
71
|
export { default as EditRegionSingle } from './components/edit-region-single';
|
|
57
72
|
export { default as EraserSingle } from './components/eraser-single';
|
|
@@ -59,6 +74,7 @@ export { default as ErrorSingle } from './components/error-single';
|
|
|
59
74
|
export { default as ExportSingle } from './components/export-single';
|
|
60
75
|
export { default as EyelashSingle } from './components/eyelash-single';
|
|
61
76
|
export { default as FileLockSingle } from './components/file-lock-single';
|
|
77
|
+
export { default as FlagSingle } from './components/flag-single';
|
|
62
78
|
export { default as FolderSingle } from './components/folder-single';
|
|
63
79
|
export { default as FontColor } from './components/font-color';
|
|
64
80
|
export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
|
|
@@ -73,6 +89,7 @@ export { default as FxSingle } from './components/fx-single';
|
|
|
73
89
|
export { default as GithubSingle24 } from './components/github-single-24';
|
|
74
90
|
export { default as GithubSingle40 } from './components/github-single-40';
|
|
75
91
|
export { default as GridSingle } from './components/grid-single';
|
|
92
|
+
export { default as Guffaw } from './components/guffaw';
|
|
76
93
|
export { default as Hide } from './components/hide';
|
|
77
94
|
export { default as HistoryOperations } from './components/history-operations';
|
|
78
95
|
export { default as HistorySingle } from './components/history-single';
|
|
@@ -80,7 +97,9 @@ export { default as HorizontalBorder } from './components/horizontal-border';
|
|
|
80
97
|
export { default as HorizontalMergeSingle } from './components/horizontal-merge-single';
|
|
81
98
|
export { default as HorizontallySingle } from './components/horizontally-single';
|
|
82
99
|
export { default as HourglassSingle } from './components/hourglass-single';
|
|
100
|
+
export { default as Impatient } from './components/impatient';
|
|
83
101
|
export { default as IncreaseSingle } from './components/increase-single';
|
|
102
|
+
export { default as Indicate } from './components/indicate';
|
|
84
103
|
export { default as InnerBorder } from './components/inner-border';
|
|
85
104
|
export { default as InsertCellDown } from './components/insert-cell-down';
|
|
86
105
|
export { default as InsertCellShiftRight } from './components/insert-cell-shift-right';
|
|
@@ -114,6 +133,8 @@ export { default as MergeByRowSingle } from './components/merge-by-row-single';
|
|
|
114
133
|
export { default as MergeCellCenterContentSingle } from './components/merge-cell-center-content-single';
|
|
115
134
|
export { default as MergeTextSingle } from './components/merge-text-single';
|
|
116
135
|
export { default as MinSingle } from './components/min-single';
|
|
136
|
+
export { default as MistakeSingle } from './components/mistake-single';
|
|
137
|
+
export { default as Mistake } from './components/mistake';
|
|
117
138
|
export { default as MoreDownSingle } from './components/more-down-single';
|
|
118
139
|
export { default as MoreFunctionSingle } from './components/more-function-single';
|
|
119
140
|
export { default as MoreLeftSingle } from './components/more-left-single';
|
|
@@ -128,6 +149,7 @@ export { default as NextSingle } from './components/next-single';
|
|
|
128
149
|
export { default as NoBorderSingle } from './components/no-border-single';
|
|
129
150
|
export { default as NoColor } from './components/no-color';
|
|
130
151
|
export { default as NoRotationSingle } from './components/no-rotation-single';
|
|
152
|
+
export { default as Noninductive } from './components/noninductive';
|
|
131
153
|
export { default as NoteSingle } from './components/note-single';
|
|
132
154
|
export { default as OffLineSingle } from './components/off-line-single';
|
|
133
155
|
export { default as OnLineSingle } from './components/on-line-single';
|
|
@@ -153,6 +175,11 @@ export { default as PositionSingle16 } from './components/position-single-16';
|
|
|
153
175
|
export { default as PositionSingle20 } from './components/position-single-20';
|
|
154
176
|
export { default as PrintSingle } from './components/print-single';
|
|
155
177
|
export { default as PrivacyViewing } from './components/privacy-viewing';
|
|
178
|
+
export { default as Progress0Single } from './components/progress-0-single';
|
|
179
|
+
export { default as Progress100Single } from './components/progress-100-single';
|
|
180
|
+
export { default as Progress25Single } from './components/progress-25-single';
|
|
181
|
+
export { default as Progress50Single } from './components/progress-50-single';
|
|
182
|
+
export { default as Progress75Single } from './components/progress-75-single';
|
|
156
183
|
export { default as RadioNotSingle } from './components/radio-not-single';
|
|
157
184
|
export { default as RadioYesSingle } from './components/radio-yes-single';
|
|
158
185
|
export { default as RecommendSingle } from './components/recommend-single';
|
|
@@ -162,6 +189,7 @@ export { default as ReduceSingle } from './components/reduce-single';
|
|
|
162
189
|
export { default as Reduce } from './components/reduce';
|
|
163
190
|
export { default as RenameSingle } from './components/rename-single';
|
|
164
191
|
export { default as RenewSingle } from './components/renew-single';
|
|
192
|
+
export { default as RhomboidSingle } from './components/rhomboid-single';
|
|
165
193
|
export { default as RightBorder } from './components/right-border';
|
|
166
194
|
export { default as RightDoubleDiagonalSingle } from './components/right-double-diagonal-single';
|
|
167
195
|
export { default as RightInsertColumn } from './components/right-insert-column';
|
|
@@ -169,6 +197,7 @@ export { default as RightJustifyingSingle } from './components/right-justifying-
|
|
|
169
197
|
export { default as RightRotationFortyFiveDegreesSingle } from './components/right-rotation-forty-five-degrees-single';
|
|
170
198
|
export { default as RightRotationNinetyDegreesSingle } from './components/right-rotation-ninety-degrees-single';
|
|
171
199
|
export { default as RmbSingle } from './components/rmb-single';
|
|
200
|
+
export { default as RoundnessSingle } from './components/roundness-single';
|
|
172
201
|
export { default as SaveSingle } from './components/save-single';
|
|
173
202
|
export { default as Screen } from './components/screen';
|
|
174
203
|
export { default as SearchSingle16 } from './components/search-single-16';
|
|
@@ -176,9 +205,18 @@ export { default as SelectRangeSingle } from './components/select-range-single';
|
|
|
176
205
|
export { default as SelectedSingle } from './components/selected-single';
|
|
177
206
|
export { default as ShareSingle } from './components/share-single';
|
|
178
207
|
export { default as Shear } from './components/shear';
|
|
208
|
+
export { default as Signal0 } from './components/signal-0';
|
|
209
|
+
export { default as Signal100 } from './components/signal-100';
|
|
210
|
+
export { default as Signal25 } from './components/signal-25';
|
|
211
|
+
export { default as Signal50 } from './components/signal-50';
|
|
212
|
+
export { default as Signal75 } from './components/signal-75';
|
|
179
213
|
export { default as SlashSingle } from './components/slash-single';
|
|
180
214
|
export { default as SmileSingle } from './components/smile-single';
|
|
215
|
+
export { default as Smile } from './components/smile';
|
|
181
216
|
export { default as Sort } from './components/sort';
|
|
217
|
+
export { default as StarEmpty } from './components/star-empty';
|
|
218
|
+
export { default as StarFull } from './components/star-full';
|
|
219
|
+
export { default as StarIncomplete } from './components/star-incomplete';
|
|
182
220
|
export { default as StarSingle } from './components/star-single';
|
|
183
221
|
export { default as StrikethroughSingle } from './components/strikethrough-single';
|
|
184
222
|
export { default as SubscriptSingle } from './components/subscript-single';
|
|
@@ -187,17 +225,21 @@ export { default as SumSingle } from './components/sum-single';
|
|
|
187
225
|
export { default as SuperscriptSingle } from './components/superscript-single';
|
|
188
226
|
export { default as SystemSingle } from './components/system-single';
|
|
189
227
|
export { default as TianZiGeSingle } from './components/tian-zi-ge-single';
|
|
228
|
+
export { default as TriangleSingle } from './components/triangle-single';
|
|
190
229
|
export { default as TruncationSingle } from './components/truncation-single';
|
|
191
230
|
export { default as UnderlineSingle } from './components/underline-single';
|
|
192
231
|
export { default as UndoSingle } from './components/undo-single';
|
|
193
232
|
export { default as UnlockSingle } from './components/unlock-single';
|
|
194
233
|
export { default as UnorderSingle } from './components/unorder-single';
|
|
195
234
|
export { default as UpBorder } from './components/up-border';
|
|
235
|
+
export { default as UpSingle } from './components/up-single';
|
|
196
236
|
export { default as VerticalBorder } from './components/vertical-border';
|
|
197
237
|
export { default as VerticalCenterSingle } from './components/vertical-center-single';
|
|
198
238
|
export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
|
|
199
239
|
export { default as VerticalMergeSingle } from './components/vertical-merge-single';
|
|
200
240
|
export { default as VerticalTextSingle } from './components/vertical-text-single';
|
|
241
|
+
export { default as WarnSingle } from './components/warn-single';
|
|
242
|
+
export { default as Warn } from './components/warn';
|
|
201
243
|
export { default as WarningSingle } from './components/warning-single';
|
|
202
244
|
export { default as WechatSingle24 } from './components/wechat-single-24';
|
|
203
245
|
export { default as WechatSingle40 } from './components/wechat-single-40';
|