@mui/icons-material 5.3.0 → 5.3.1
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 +52 -1
- 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 +655 -645
- package/index.js +81 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.3.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.3.0..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 24, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
12
|
+
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/icons-material@5.3.1`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 04 -->[icons] Fix naming typos (#30512) @MrHBS
|
|
17
|
+
- ​<!-- 03 -->[icons] Makes material-icons work with Joy (#30681) @siriwatknp
|
|
18
|
+
|
|
19
|
+
### `@mui/base@5.0.0-alpha.66`
|
|
20
|
+
|
|
21
|
+
- ​<!-- 02 -->[SliderUnstyled] Improve typings on some internal utils (#30614) @mnajdova
|
|
22
|
+
|
|
23
|
+
### Core
|
|
24
|
+
|
|
25
|
+
- ​<!-- 24 -->[core] Batch small changes (#30690) @oliviertassinari
|
|
26
|
+
- ​<!-- 23 -->[core] Add new structure to ignore list crowdin (#30608) @siriwatknp
|
|
27
|
+
- ​<!-- 22 -->[core] Correct version in package.json (#30677) @michaldudak
|
|
28
|
+
- ​<!-- 01 -->[test] Fix buildApiUtils tests on Windows (#30698) @michaldudak
|
|
29
|
+
|
|
30
|
+
### Docs
|
|
31
|
+
|
|
32
|
+
- ​<!-- 26 -->[blog] Enable blog index (#30724) @siriwatknp
|
|
33
|
+
- ​<!-- 25 -->[blog] Introducing the Row Grouping feature (#30598) @alexfauquette
|
|
34
|
+
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
35
|
+
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
36
|
+
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
37
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
38
|
+
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
39
|
+
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
40
|
+
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
41
|
+
- ​<!-- 14 -->[docs] Update remix example to restore from error pages (#30592) @mnajdova
|
|
42
|
+
- ​<!-- 13 -->[docs] Use new URLs when enable_redirects is true (#30704) @siriwatknp
|
|
43
|
+
- ​<!-- 12 -->[docs] Add a missing bracket in the migration-v4 guide (#30616) @chaosmirage
|
|
44
|
+
- ​<!-- 11 -->[docs] Add Checkbox color prop change (#30697) @aaneitchik
|
|
45
|
+
- ​<!-- 10 -->[docs] Fix migration to have singular urls (#30695) @siriwatknp
|
|
46
|
+
- ​<!-- 09 -->[docs] Update UXPin link to new landing page (#30691) @Evomatic
|
|
47
|
+
- ​<!-- 08 -->[docs] Close user menu on click in the responsive app bar demo (#30664) @NoahYarian
|
|
48
|
+
- ​<!-- 07 -->[docs] Clear the difference between UI and React components (#29930) @oliviertassinari
|
|
49
|
+
- ​<!-- 06 -->[docs] Make Autocomplete docs gender neutral (#30679) @exequielbc
|
|
50
|
+
- ​<!-- 05 -->[docs] Update doc structure for X components (#30684) @siriwatknp
|
|
51
|
+
|
|
52
|
+
All contributors of this release in alphabetical order: @aaneitchik, @alexfauquette, @chaosmirage, @ddecrulle, @Evomatic, @exequielbc, @michaldudak, @mnajdova, @MrHBS, @NoahYarian, @oliviertassinari, @siriwatknp
|
|
53
|
+
|
|
3
54
|
## 5.3.0
|
|
4
55
|
|
|
5
56
|
<!-- generated comparing v5.2.8..master -->
|
|
@@ -5757,7 +5808,7 @@ Here are some highlights ✨:
|
|
|
5757
5808
|
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/basics/)).
|
|
5758
5809
|
|
|
5759
5810
|
This change has been in our roadmap for more than a year.
|
|
5760
|
-
We announced it in the [v4 release blog post](https://
|
|
5811
|
+
We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
|
|
5761
5812
|
|
|
5762
5813
|
- 🛠 A first iteration on the unstyled components.
|
|
5763
5814
|
|
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';
|