@surveycake/rc 3.0.0-alpha.174 → 3.0.0-alpha.175
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/EmailFilled.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 +14 -1
- 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 +14 -1
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rc.esm.js
CHANGED
|
@@ -40,6 +40,7 @@ import DraftsOutlined from '@material-ui/icons/DraftsOutlined';
|
|
|
40
40
|
import DragIndicator from '@material-ui/icons/DragIndicator';
|
|
41
41
|
import Edit from '@material-ui/icons/Edit';
|
|
42
42
|
import EmailOutlined from '@material-ui/icons/EmailOutlined';
|
|
43
|
+
import SvgIcon from '@material-ui/core/SvgIcon';
|
|
43
44
|
import ErrorOutline from '@material-ui/icons/ErrorOutline';
|
|
44
45
|
import ExpandMore from '@material-ui/icons/ExpandMore';
|
|
45
46
|
import FileCopyOutlinedIcon from '@material-ui/icons/FileCopyOutlined';
|
|
@@ -121,7 +122,6 @@ import VisibilityOffOutlined from '@material-ui/icons/VisibilityOffOutlined';
|
|
|
121
122
|
import WatchLater from '@material-ui/icons/WatchLater';
|
|
122
123
|
import WebAsset from '@material-ui/icons/WebAsset';
|
|
123
124
|
import Warning from '@material-ui/icons/Warning';
|
|
124
|
-
import SvgIcon from '@material-ui/core/SvgIcon';
|
|
125
125
|
import CheckBoxOutlined from '@material-ui/icons/CheckBoxOutlined';
|
|
126
126
|
import CloudUploadOutlined from '@material-ui/icons/CloudUploadOutlined';
|
|
127
127
|
import FormatListNumberedRtl from '@material-ui/icons/FormatListNumberedRtl';
|
|
@@ -1829,6 +1829,18 @@ var AccordionSelectItem = function AccordionSelectItem(_ref) {
|
|
|
1829
1829
|
}, text));
|
|
1830
1830
|
};
|
|
1831
1831
|
|
|
1832
|
+
var EmailFilled =
|
|
1833
|
+
/*#__PURE__*/
|
|
1834
|
+
forwardRef(function (props, ref) {
|
|
1835
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1836
|
+
ref: ref,
|
|
1837
|
+
viewBox: "0 0 20 20"
|
|
1838
|
+
}), React.createElement("path", {
|
|
1839
|
+
d: "M1.66699 3.33331V4.79165L10.0003 9.99998L18.3337 4.79165V3.33331H1.66699ZM1.66699 6.45994V16.6666H18.3337V6.45994L10.0003 11.6666L1.66699 6.45994Z"
|
|
1840
|
+
}));
|
|
1841
|
+
});
|
|
1842
|
+
EmailFilled.displayName = 'EmailFilled';
|
|
1843
|
+
|
|
1832
1844
|
var Advertisement =
|
|
1833
1845
|
/*#__PURE__*/
|
|
1834
1846
|
forwardRef(function (props, ref) {
|
|
@@ -3479,6 +3491,7 @@ var Icons = {
|
|
|
3479
3491
|
DraftsOutlined: DraftsOutlined,
|
|
3480
3492
|
DragIndicator: DragIndicator,
|
|
3481
3493
|
Edit: Edit,
|
|
3494
|
+
EmailFilled: EmailFilled,
|
|
3482
3495
|
EmailOutlined: EmailOutlined,
|
|
3483
3496
|
EmbedCode: EmbedCode,
|
|
3484
3497
|
ErrorOutline: ErrorOutline,
|