@surveycake/rc 3.0.0-alpha.179 → 3.0.0-alpha.180
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/CHANGELOG.md +7 -0
- package/dist/V2/Icon/Customize/TypeHandwriting.d.ts +3 -0
- package/dist/V2/Icon/Customize/index.d.ts +1 -0
- package/dist/V2/Icon/index.d.ts +1 -0
- package/dist/rc.cjs.development.js +13 -0
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +13 -0
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rc.esm.js
CHANGED
|
@@ -2939,6 +2939,18 @@ forwardRef(function (props, ref) {
|
|
|
2939
2939
|
});
|
|
2940
2940
|
TypeVariableNumber.displayName = 'TypeVariableNumber';
|
|
2941
2941
|
|
|
2942
|
+
var TypeHandwriting =
|
|
2943
|
+
/*#__PURE__*/
|
|
2944
|
+
forwardRef(function (props, ref) {
|
|
2945
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2946
|
+
ref: ref,
|
|
2947
|
+
viewBox: "0 0 16 16"
|
|
2948
|
+
}), React.createElement("path", {
|
|
2949
|
+
d: "M12 9.33333C11.4 9.33333 11 9.13333 10.6667 8.86667C10.3333 9.13333 9.93333 9.33333 9.33333 9.33333C8.66667 9.33333 8.06667 9 7.53333 8.53333C6.86667 9 6.13333 9.33333 5.33333 9.33333C4.46667 9.33333 3.6 8.93333 2.93333 8.26667C2.06667 8.93333 1.06667 9.33333 0 9.33333V8C0.733333 8 1.46667 7.73333 2 7.26667C1.2 6.13333 0.733333 4.66667 0.666667 3.33333C0.6 2.06667 0.866667 1.2 1.4 0.6C1.8 0.2 2.33333 0 2.93333 0C3.53333 0 4.06667 0.2 4.46667 0.6C5.26667 1.46667 5.33333 2.8 5.33333 3.33333C5.33333 4.73333 4.73333 6.13333 3.86667 7.26667C4.33333 7.66667 4.86667 7.93333 5.33333 7.93333C5.8 7.93333 6.26667 7.73333 6.66667 7.4C6.26667 6.73333 6 5.93333 6 5.26667C6 4.06667 6.66667 3.26667 7.66667 3.26667C8.66667 3.33333 9.33333 4.13333 9.33333 5.33333C9.33333 6.06667 9 6.86667 8.46667 7.6C8.73333 7.86667 9.06667 8 9.33333 8C9.86667 8 10 7.66667 10 7.33333C10 7 10.3333 6.66667 10.6667 6.66667C11 6.66667 11.3333 6.93333 11.3333 7.33333C11.3333 7.66667 11.4667 8 12 8V9.33333ZM7.66667 4.66667C7.33333 4.66667 7.33333 5.2 7.33333 5.33333C7.33333 5.66667 7.46667 6.06667 7.6 6.46667C7.86667 6.06667 8 5.66667 8 5.33333C8 5.2 8 4.66667 7.66667 4.66667ZM2.93333 1.33333C2.6 1.33333 2.46667 1.46667 2.4 1.53333C2.2 1.66667 1.93333 2.13333 2 3.33333C2.06667 4.33333 2.4 5.4 3 6.26667C3.6 5.4 4 4.33333 4 3.33333C4 2.73333 3.86667 1.93333 3.53333 1.6C3.4 1.4 3.2 1.33333 2.93333 1.33333ZM0 10.6667H12V12H0V10.6667Z"
|
|
2950
|
+
}));
|
|
2951
|
+
});
|
|
2952
|
+
TypeHandwriting.displayName = 'TypeHandwriting';
|
|
2953
|
+
|
|
2942
2954
|
var JCB =
|
|
2943
2955
|
/*#__PURE__*/
|
|
2944
2956
|
forwardRef(function (props, ref) {
|
|
@@ -3639,6 +3651,7 @@ var Icons = {
|
|
|
3639
3651
|
TypeDigitSlide: TypeDigitSlide,
|
|
3640
3652
|
TypeDivider: TypeDivider,
|
|
3641
3653
|
TypeFileUpload: TypeFileUpload,
|
|
3654
|
+
TypeHandwriting: TypeHandwriting,
|
|
3642
3655
|
TypeItemSort: TypeItemSort,
|
|
3643
3656
|
TypeNPS: TypeNPS,
|
|
3644
3657
|
TypeNest: TypeNest,
|