@mui/icons-material 5.2.5 → 5.4.2
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 +545 -60
- package/EighteenMp.d.ts +1 -0
- package/EighteenMp.js +18 -0
- package/EighteenMpOutlined.d.ts +1 -0
- package/EighteenMpOutlined.js +22 -0
- package/EighteenMpRounded.d.ts +1 -0
- package/EighteenMpRounded.js +22 -0
- package/EighteenMpSharp.d.ts +1 -0
- package/EighteenMpSharp.js +22 -0
- package/EighteenMpTwoTone.d.ts +1 -0
- package/EighteenMpTwoTone.js +31 -0
- package/FifteenMp.d.ts +1 -0
- package/FifteenMp.js +18 -0
- package/FifteenMpOutlined.d.ts +1 -0
- package/FifteenMpOutlined.js +22 -0
- package/FifteenMpRounded.d.ts +1 -0
- package/FifteenMpRounded.js +20 -0
- package/FifteenMpSharp.d.ts +1 -0
- package/FifteenMpSharp.js +20 -0
- package/FifteenMpTwoTone.d.ts +1 -0
- package/FifteenMpTwoTone.js +28 -0
- package/esm/EighteenMp.js +5 -0
- package/esm/EighteenMpOutlined.js +9 -0
- package/esm/EighteenMpRounded.js +9 -0
- package/esm/EighteenMpSharp.js +9 -0
- package/esm/EighteenMpTwoTone.js +18 -0
- package/esm/FifteenMp.js +5 -0
- package/esm/FifteenMpOutlined.js +9 -0
- package/esm/FifteenMpRounded.js +7 -0
- package/esm/FifteenMpSharp.js +7 -0
- package/esm/FifteenMpTwoTone.js +15 -0
- package/esm/index.js +10 -0
- package/index.d.ts +10 -0
- package/index.js +81 -1
- package/package.json +5 -5
package/EighteenMp.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
package/EighteenMp.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm-3 0H15V9h-1.5v1.5zm0-2.5H15V6.5h-1.5V8zm2 6H17v1.5h-1.5z"
|
|
16
|
+
}), 'EighteenMp');
|
|
17
|
+
|
|
18
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"
|
|
16
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
|
|
18
|
+
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M8.5 11.5H10v-6H7V7h1.5zm4.5 0h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H15V8h-1.5V6.5zm0 2.5H15v1.5h-1.5V9z"
|
|
20
|
+
}, "2")], 'EighteenMpOutlined');
|
|
21
|
+
|
|
22
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M13.5 9H15v1.5h-1.5z"
|
|
16
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM12 10.5v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1zm6 5.5c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"
|
|
18
|
+
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M13.5 6.5H15V8h-1.5zM15 14h1.5v1.5H15z"
|
|
20
|
+
}, "2")], 'EighteenMpRounded');
|
|
21
|
+
|
|
22
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M13.5 9H15v1.5h-1.5zm0-2.5H15V8h-1.5z"
|
|
16
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M3 3v18h18V3H3zm9 2.5h4.5v6H12v-6zm-5 0h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"
|
|
18
|
+
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M15 14h1.5v1.5H15z"
|
|
20
|
+
}, "2")], 'EighteenMpSharp');
|
|
21
|
+
|
|
22
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M13.5 6.5H15V8h-1.5zm0 2.5H15v1.5h-1.5z",
|
|
16
|
+
opacity: ".3"
|
|
17
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
d: "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-6-7c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4zm-5-1h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z",
|
|
19
|
+
opacity: ".3"
|
|
20
|
+
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
+
d: "M15 14h1.5v1.5H15z",
|
|
22
|
+
opacity: ".3"
|
|
23
|
+
}, "2"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
d: "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"
|
|
25
|
+
}, "3"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
|
|
27
|
+
}, "4"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
+
d: "M8.5 11.5H10v-6H7V7h1.5zm4.5 0h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H15V8h-1.5V6.5zm0 2.5H15v1.5h-1.5V9z"
|
|
29
|
+
}, "5")], 'EighteenMpTwoTone');
|
|
30
|
+
|
|
31
|
+
exports.default = _default;
|
package/FifteenMp.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
package/FifteenMp.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zM16.5 7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10h3V9h-3V5.5h4.5V7zm-1 7H17v1.5h-1.5z"
|
|
16
|
+
}), 'FifteenMp');
|
|
17
|
+
|
|
18
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"
|
|
16
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
|
|
18
|
+
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M8.5 11.5H10v-6H7V7h1.5zm8-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H12V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"
|
|
20
|
+
}, "2")], 'FifteenMpOutlined');
|
|
21
|
+
|
|
22
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm-.5-7c0-.41.34-.75.75-.75H15V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75s-.34.75-.75.75H13.5v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"
|
|
16
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M15 14h1.5v1.5H15z"
|
|
18
|
+
}, "1")], 'FifteenMpRounded');
|
|
19
|
+
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M15 14h1.5v1.5H15z"
|
|
16
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M3 3v18h18V3H3zm9 7h3V9h-3V5.5h4.5V7h-3v1h3v3.5H12V10zM7 5.5h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"
|
|
18
|
+
}, "1")], 'FifteenMpSharp');
|
|
19
|
+
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM12 10h3V9h-3V5.5h4.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10zM7 5.5h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z",
|
|
16
|
+
opacity: ".3"
|
|
17
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
d: "M15 14h1.5v1.5H15z",
|
|
19
|
+
opacity: ".3"
|
|
20
|
+
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
+
d: "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"
|
|
22
|
+
}, "2"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
|
|
24
|
+
}, "3"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
25
|
+
d: "M8.5 11.5H10v-6H7V7h1.5zm8-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H12V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"
|
|
26
|
+
}, "4")], 'FifteenMpTwoTone');
|
|
27
|
+
|
|
28
|
+
exports.default = _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm-3 0H15V9h-1.5v1.5zm0-2.5H15V6.5h-1.5V8zm2 6H17v1.5h-1.5z"
|
|
5
|
+
}), 'EighteenMp');
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"
|
|
5
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
|
|
7
|
+
}, "1"), /*#__PURE__*/_jsx("path", {
|
|
8
|
+
d: "M8.5 11.5H10v-6H7V7h1.5zm4.5 0h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H15V8h-1.5V6.5zm0 2.5H15v1.5h-1.5V9z"
|
|
9
|
+
}, "2")], 'EighteenMpOutlined');
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M13.5 9H15v1.5h-1.5z"
|
|
5
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM12 10.5v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1zm6 5.5c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"
|
|
7
|
+
}, "1"), /*#__PURE__*/_jsx("path", {
|
|
8
|
+
d: "M13.5 6.5H15V8h-1.5zM15 14h1.5v1.5H15z"
|
|
9
|
+
}, "2")], 'EighteenMpRounded');
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M13.5 9H15v1.5h-1.5zm0-2.5H15V8h-1.5z"
|
|
5
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "M3 3v18h18V3H3zm9 2.5h4.5v6H12v-6zm-5 0h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"
|
|
7
|
+
}, "1"), /*#__PURE__*/_jsx("path", {
|
|
8
|
+
d: "M15 14h1.5v1.5H15z"
|
|
9
|
+
}, "2")], 'EighteenMpSharp');
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M13.5 6.5H15V8h-1.5zm0 2.5H15v1.5h-1.5z",
|
|
5
|
+
opacity: ".3"
|
|
6
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
7
|
+
d: "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-6-7c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4zm-5-1h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z",
|
|
8
|
+
opacity: ".3"
|
|
9
|
+
}, "1"), /*#__PURE__*/_jsx("path", {
|
|
10
|
+
d: "M15 14h1.5v1.5H15z",
|
|
11
|
+
opacity: ".3"
|
|
12
|
+
}, "2"), /*#__PURE__*/_jsx("path", {
|
|
13
|
+
d: "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"
|
|
14
|
+
}, "3"), /*#__PURE__*/_jsx("path", {
|
|
15
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
|
|
16
|
+
}, "4"), /*#__PURE__*/_jsx("path", {
|
|
17
|
+
d: "M8.5 11.5H10v-6H7V7h1.5zm4.5 0h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H15V8h-1.5V6.5zm0 2.5H15v1.5h-1.5V9z"
|
|
18
|
+
}, "5")], 'EighteenMpTwoTone');
|
package/esm/FifteenMp.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zM16.5 7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10h3V9h-3V5.5h4.5V7zm-1 7H17v1.5h-1.5z"
|
|
5
|
+
}), 'FifteenMp');
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"
|
|
5
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
|
|
7
|
+
}, "1"), /*#__PURE__*/_jsx("path", {
|
|
8
|
+
d: "M8.5 11.5H10v-6H7V7h1.5zm8-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H12V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"
|
|
9
|
+
}, "2")], 'FifteenMpOutlined');
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm-.5-7c0-.41.34-.75.75-.75H15V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75s-.34.75-.75.75H13.5v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"
|
|
5
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "M15 14h1.5v1.5H15z"
|
|
7
|
+
}, "1")], 'FifteenMpRounded');
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M15 14h1.5v1.5H15z"
|
|
5
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "M3 3v18h18V3H3zm9 7h3V9h-3V5.5h4.5V7h-3v1h3v3.5H12V10zM7 5.5h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"
|
|
7
|
+
}, "1")], 'FifteenMpSharp');
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM12 10h3V9h-3V5.5h4.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10zM7 5.5h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z",
|
|
5
|
+
opacity: ".3"
|
|
6
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
7
|
+
d: "M15 14h1.5v1.5H15z",
|
|
8
|
+
opacity: ".3"
|
|
9
|
+
}, "1"), /*#__PURE__*/_jsx("path", {
|
|
10
|
+
d: "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"
|
|
11
|
+
}, "2"), /*#__PURE__*/_jsx("path", {
|
|
12
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
|
|
13
|
+
}, "3"), /*#__PURE__*/_jsx("path", {
|
|
14
|
+
d: "M8.5 11.5H10v-6H7V7h1.5zm8-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H12V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"
|
|
15
|
+
}, "4")], 'FifteenMpTwoTone');
|
package/esm/index.js
CHANGED
|
@@ -2719,6 +2719,11 @@ export { default as EggOutlined } from './EggOutlined';
|
|
|
2719
2719
|
export { default as EggRounded } from './EggRounded';
|
|
2720
2720
|
export { default as EggSharp } from './EggSharp';
|
|
2721
2721
|
export { default as EggTwoTone } from './EggTwoTone';
|
|
2722
|
+
export { default as EighteenMp } from './EighteenMp';
|
|
2723
|
+
export { default as EighteenMpOutlined } from './EighteenMpOutlined';
|
|
2724
|
+
export { default as EighteenMpRounded } from './EighteenMpRounded';
|
|
2725
|
+
export { default as EighteenMpSharp } from './EighteenMpSharp';
|
|
2726
|
+
export { default as EighteenMpTwoTone } from './EighteenMpTwoTone';
|
|
2722
2727
|
export { default as EightK } from './EightK';
|
|
2723
2728
|
export { default as EightKOutlined } from './EightKOutlined';
|
|
2724
2729
|
export { default as EightKPlus } from './EightKPlus';
|
|
@@ -3109,6 +3114,11 @@ export { default as FiberSmartRecordOutlined } from './FiberSmartRecordOutlined'
|
|
|
3109
3114
|
export { default as FiberSmartRecordRounded } from './FiberSmartRecordRounded';
|
|
3110
3115
|
export { default as FiberSmartRecordSharp } from './FiberSmartRecordSharp';
|
|
3111
3116
|
export { default as FiberSmartRecordTwoTone } from './FiberSmartRecordTwoTone';
|
|
3117
|
+
export { default as FifteenMp } from './FifteenMp';
|
|
3118
|
+
export { default as FifteenMpOutlined } from './FifteenMpOutlined';
|
|
3119
|
+
export { default as FifteenMpRounded } from './FifteenMpRounded';
|
|
3120
|
+
export { default as FifteenMpSharp } from './FifteenMpSharp';
|
|
3121
|
+
export { default as FifteenMpTwoTone } from './FifteenMpTwoTone';
|
|
3112
3122
|
export { default as FileCopy } from './FileCopy';
|
|
3113
3123
|
export { default as FileCopyOutlined } from './FileCopyOutlined';
|
|
3114
3124
|
export { default as FileCopyRounded } from './FileCopyRounded';
|
package/index.d.ts
CHANGED
|
@@ -2724,6 +2724,11 @@ export const EggOutlined: SvgIconComponent;
|
|
|
2724
2724
|
export const EggRounded: SvgIconComponent;
|
|
2725
2725
|
export const EggSharp: SvgIconComponent;
|
|
2726
2726
|
export const EggTwoTone: SvgIconComponent;
|
|
2727
|
+
export const EighteenMp: SvgIconComponent;
|
|
2728
|
+
export const EighteenMpOutlined: SvgIconComponent;
|
|
2729
|
+
export const EighteenMpRounded: SvgIconComponent;
|
|
2730
|
+
export const EighteenMpSharp: SvgIconComponent;
|
|
2731
|
+
export const EighteenMpTwoTone: SvgIconComponent;
|
|
2727
2732
|
export const EightK: SvgIconComponent;
|
|
2728
2733
|
export const EightKOutlined: SvgIconComponent;
|
|
2729
2734
|
export const EightKPlus: SvgIconComponent;
|
|
@@ -3114,6 +3119,11 @@ export const FiberSmartRecordOutlined: SvgIconComponent;
|
|
|
3114
3119
|
export const FiberSmartRecordRounded: SvgIconComponent;
|
|
3115
3120
|
export const FiberSmartRecordSharp: SvgIconComponent;
|
|
3116
3121
|
export const FiberSmartRecordTwoTone: SvgIconComponent;
|
|
3122
|
+
export const FifteenMp: SvgIconComponent;
|
|
3123
|
+
export const FifteenMpOutlined: SvgIconComponent;
|
|
3124
|
+
export const FifteenMpRounded: SvgIconComponent;
|
|
3125
|
+
export const FifteenMpSharp: SvgIconComponent;
|
|
3126
|
+
export const FifteenMpTwoTone: SvgIconComponent;
|
|
3117
3127
|
export const FileCopy: SvgIconComponent;
|
|
3118
3128
|
export const FileCopyOutlined: SvgIconComponent;
|
|
3119
3129
|
export const FileCopyRounded: SvgIconComponent;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MUI v5.2
|
|
1
|
+
/** @license MUI v5.4.2
|
|
2
2
|
*
|
|
3
3
|
* This source code is licensed under the MIT license found in the
|
|
4
4
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -16456,6 +16456,36 @@ Object.defineProperty(exports, "EightMpTwoTone", {
|
|
|
16456
16456
|
return _EightMpTwoTone.default;
|
|
16457
16457
|
}
|
|
16458
16458
|
});
|
|
16459
|
+
Object.defineProperty(exports, "EighteenMp", {
|
|
16460
|
+
enumerable: true,
|
|
16461
|
+
get: function () {
|
|
16462
|
+
return _EighteenMp.default;
|
|
16463
|
+
}
|
|
16464
|
+
});
|
|
16465
|
+
Object.defineProperty(exports, "EighteenMpOutlined", {
|
|
16466
|
+
enumerable: true,
|
|
16467
|
+
get: function () {
|
|
16468
|
+
return _EighteenMpOutlined.default;
|
|
16469
|
+
}
|
|
16470
|
+
});
|
|
16471
|
+
Object.defineProperty(exports, "EighteenMpRounded", {
|
|
16472
|
+
enumerable: true,
|
|
16473
|
+
get: function () {
|
|
16474
|
+
return _EighteenMpRounded.default;
|
|
16475
|
+
}
|
|
16476
|
+
});
|
|
16477
|
+
Object.defineProperty(exports, "EighteenMpSharp", {
|
|
16478
|
+
enumerable: true,
|
|
16479
|
+
get: function () {
|
|
16480
|
+
return _EighteenMpSharp.default;
|
|
16481
|
+
}
|
|
16482
|
+
});
|
|
16483
|
+
Object.defineProperty(exports, "EighteenMpTwoTone", {
|
|
16484
|
+
enumerable: true,
|
|
16485
|
+
get: function () {
|
|
16486
|
+
return _EighteenMpTwoTone.default;
|
|
16487
|
+
}
|
|
16488
|
+
});
|
|
16459
16489
|
Object.defineProperty(exports, "EightteenMp", {
|
|
16460
16490
|
enumerable: true,
|
|
16461
16491
|
get: function () {
|
|
@@ -18676,6 +18706,36 @@ Object.defineProperty(exports, "FiberSmartRecordTwoTone", {
|
|
|
18676
18706
|
return _FiberSmartRecordTwoTone.default;
|
|
18677
18707
|
}
|
|
18678
18708
|
});
|
|
18709
|
+
Object.defineProperty(exports, "FifteenMp", {
|
|
18710
|
+
enumerable: true,
|
|
18711
|
+
get: function () {
|
|
18712
|
+
return _FifteenMp.default;
|
|
18713
|
+
}
|
|
18714
|
+
});
|
|
18715
|
+
Object.defineProperty(exports, "FifteenMpOutlined", {
|
|
18716
|
+
enumerable: true,
|
|
18717
|
+
get: function () {
|
|
18718
|
+
return _FifteenMpOutlined.default;
|
|
18719
|
+
}
|
|
18720
|
+
});
|
|
18721
|
+
Object.defineProperty(exports, "FifteenMpRounded", {
|
|
18722
|
+
enumerable: true,
|
|
18723
|
+
get: function () {
|
|
18724
|
+
return _FifteenMpRounded.default;
|
|
18725
|
+
}
|
|
18726
|
+
});
|
|
18727
|
+
Object.defineProperty(exports, "FifteenMpSharp", {
|
|
18728
|
+
enumerable: true,
|
|
18729
|
+
get: function () {
|
|
18730
|
+
return _FifteenMpSharp.default;
|
|
18731
|
+
}
|
|
18732
|
+
});
|
|
18733
|
+
Object.defineProperty(exports, "FifteenMpTwoTone", {
|
|
18734
|
+
enumerable: true,
|
|
18735
|
+
get: function () {
|
|
18736
|
+
return _FifteenMpTwoTone.default;
|
|
18737
|
+
}
|
|
18738
|
+
});
|
|
18679
18739
|
Object.defineProperty(exports, "FileCopy", {
|
|
18680
18740
|
enumerable: true,
|
|
18681
18741
|
get: function () {
|
|
@@ -64781,6 +64841,16 @@ var _EggSharp = _interopRequireDefault(require("./EggSharp"));
|
|
|
64781
64841
|
|
|
64782
64842
|
var _EggTwoTone = _interopRequireDefault(require("./EggTwoTone"));
|
|
64783
64843
|
|
|
64844
|
+
var _EighteenMp = _interopRequireDefault(require("./EighteenMp"));
|
|
64845
|
+
|
|
64846
|
+
var _EighteenMpOutlined = _interopRequireDefault(require("./EighteenMpOutlined"));
|
|
64847
|
+
|
|
64848
|
+
var _EighteenMpRounded = _interopRequireDefault(require("./EighteenMpRounded"));
|
|
64849
|
+
|
|
64850
|
+
var _EighteenMpSharp = _interopRequireDefault(require("./EighteenMpSharp"));
|
|
64851
|
+
|
|
64852
|
+
var _EighteenMpTwoTone = _interopRequireDefault(require("./EighteenMpTwoTone"));
|
|
64853
|
+
|
|
64784
64854
|
var _EightK = _interopRequireDefault(require("./EightK"));
|
|
64785
64855
|
|
|
64786
64856
|
var _EightKOutlined = _interopRequireDefault(require("./EightKOutlined"));
|
|
@@ -65561,6 +65631,16 @@ var _FiberSmartRecordSharp = _interopRequireDefault(require("./FiberSmartRecordS
|
|
|
65561
65631
|
|
|
65562
65632
|
var _FiberSmartRecordTwoTone = _interopRequireDefault(require("./FiberSmartRecordTwoTone"));
|
|
65563
65633
|
|
|
65634
|
+
var _FifteenMp = _interopRequireDefault(require("./FifteenMp"));
|
|
65635
|
+
|
|
65636
|
+
var _FifteenMpOutlined = _interopRequireDefault(require("./FifteenMpOutlined"));
|
|
65637
|
+
|
|
65638
|
+
var _FifteenMpRounded = _interopRequireDefault(require("./FifteenMpRounded"));
|
|
65639
|
+
|
|
65640
|
+
var _FifteenMpSharp = _interopRequireDefault(require("./FifteenMpSharp"));
|
|
65641
|
+
|
|
65642
|
+
var _FifteenMpTwoTone = _interopRequireDefault(require("./FifteenMpTwoTone"));
|
|
65643
|
+
|
|
65564
65644
|
var _FileCopy = _interopRequireDefault(require("./FileCopy"));
|
|
65565
65645
|
|
|
65566
65646
|
var _FileCopyOutlined = _interopRequireDefault(require("./FileCopyOutlined"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.2
|
|
3
|
+
"version": "5.4.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
],
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "https://github.com/mui
|
|
18
|
+
"url": "https://github.com/mui/material-ui.git",
|
|
19
19
|
"directory": "packages/mui-icons-material"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"bugs": {
|
|
23
|
-
"url": "https://github.com/mui
|
|
23
|
+
"url": "https://github.com/mui/material-ui/issues"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://mui.com/components/material-icons/",
|
|
26
26
|
"funding": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@mui/material": "^5.0.0",
|
|
32
32
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
33
|
-
"react": "^17.0.
|
|
33
|
+
"react": "^17.0.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"@types/react": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@babel/runtime": "^7.
|
|
41
|
+
"@babel/runtime": "^7.17.0"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
44
|
"publishConfig": {
|