@mui/icons-material 6.0.0-alpha.4 → 6.0.0-alpha.6
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 +86 -0
- package/Emergency.d.ts +1 -0
- package/Emergency.js +13 -0
- package/EmergencyOutlined.d.ts +1 -0
- package/EmergencyOutlined.js +13 -0
- package/EmergencyRounded.d.ts +1 -0
- package/EmergencyRounded.js +13 -0
- package/EmergencySharp.d.ts +1 -0
- package/EmergencySharp.js +13 -0
- package/EmergencyTwoTone.d.ts +1 -0
- package/EmergencyTwoTone.js +16 -0
- package/InsertChartOutlined.js +1 -1
- package/esm/Emergency.js +7 -0
- package/esm/EmergencyOutlined.js +7 -0
- package/esm/EmergencyRounded.js +7 -0
- package/esm/EmergencySharp.js +7 -0
- package/esm/EmergencyTwoTone.js +10 -0
- package/esm/InsertChartOutlined.js +1 -1
- package/esm/index.js +5 -0
- package/index.d.ts +5 -0
- package/index.js +36 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,91 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.6
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.5..next -->
|
|
6
|
+
|
|
7
|
+
_May 8, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-alpha.6`
|
|
12
|
+
|
|
13
|
+
- [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
|
|
14
|
+
- Migrate components to support CSS extraction (#42001) @siriwatknp
|
|
15
|
+
- [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
|
|
16
|
+
|
|
17
|
+
### `@mui/codemod@6.0.0-alpha.6`
|
|
18
|
+
|
|
19
|
+
- Add `theme-v6` migration (#42056) @siriwatknp
|
|
20
|
+
|
|
21
|
+
### `@mui/icons-material@6.0.0-alpha.6`
|
|
22
|
+
|
|
23
|
+
- Add the Emergency icon (#42080) @danilo-leal
|
|
24
|
+
|
|
25
|
+
### Docs
|
|
26
|
+
|
|
27
|
+
- [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
|
|
28
|
+
- Fix SEO redirection issues @oliviertassinari
|
|
29
|
+
- [material-ui] Fix broken link (#42142) @aarongarciah
|
|
30
|
+
- [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
|
|
31
|
+
|
|
32
|
+
### Core
|
|
33
|
+
|
|
34
|
+
- [blog] Shorten title to fit @oliviertassinari
|
|
35
|
+
- [blog] Update Sync post OG image (#42114) @danilo-leal
|
|
36
|
+
- [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
|
|
37
|
+
- [code-infra] Add canary release scripts (#41949) @michaldudak
|
|
38
|
+
- [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
|
|
39
|
+
- [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
|
|
40
|
+
- [core] Restrict import path with ESLint (#41970) @oliviertassinari
|
|
41
|
+
- [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
|
|
42
|
+
- [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
|
|
43
|
+
- [website] Componentize a few Careers page sections (#42102) @danilo-leal
|
|
44
|
+
- [website] Refine the InfoCard design (#42116) @danilo-leal
|
|
45
|
+
- [website] Fix home page slider's track position (#42141) @aarongarciah
|
|
46
|
+
- [website] Closing the survey @oliviertassinari
|
|
47
|
+
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
|
|
48
|
+
|
|
49
|
+
All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
|
|
50
|
+
|
|
51
|
+
## v6.0.0-alpha.5
|
|
52
|
+
|
|
53
|
+
<!-- generated comparing v6.0.0-alpha.4..next -->
|
|
54
|
+
|
|
55
|
+
_May 1, 2024_
|
|
56
|
+
|
|
57
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
58
|
+
|
|
59
|
+
### `@mui/material@6.0.0-alpha.5`
|
|
60
|
+
|
|
61
|
+
- [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
|
|
62
|
+
- [PaginationItem] Deprecate components prop (#41777) @sai6855
|
|
63
|
+
- [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
|
|
64
|
+
|
|
65
|
+
### `@mui/base@5.0.0-beta.43`
|
|
66
|
+
|
|
67
|
+
- [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
|
|
68
|
+
|
|
69
|
+
### Docs
|
|
70
|
+
|
|
71
|
+
- Fix small SEO issues @oliviertassinari
|
|
72
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
|
|
73
|
+
- [material-ui] Update Figma plugin name (#41967) @danilo-leal
|
|
74
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
|
|
75
|
+
- [system] Update typo on the sx prop page (#42035) @bricker
|
|
76
|
+
|
|
77
|
+
### Core
|
|
78
|
+
|
|
79
|
+
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
|
|
80
|
+
- [docs-infra] Simplify docs demo (#42016) @oliviertassinari
|
|
81
|
+
- [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
|
|
82
|
+
- [website] Sync career roles (#42058) @oliviertassinari
|
|
83
|
+
- [website] Add Nadja on the about page (#42021) @mnajdova
|
|
84
|
+
- [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
|
|
85
|
+
- [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
|
|
86
|
+
|
|
87
|
+
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
88
|
+
|
|
3
89
|
## v6.0.0-alpha.4
|
|
4
90
|
|
|
5
91
|
<!-- generated comparing v6.0.0-alpha.3..next -->
|
package/Emergency.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
package/Emergency.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var _default = exports.default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
12
|
+
d: "m20.79 9.23-2-3.46L14 8.54V3h-4v5.54L5.21 5.77l-2 3.46L8 12l-4.79 2.77 2 3.46L10 15.46V21h4v-5.54l4.79 2.77 2-3.46L16 12z"
|
|
13
|
+
}), 'Emergency');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var _default = exports.default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
12
|
+
d: "M21.29 13.9 18 12l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46c-.28-.48-.89-.64-1.37-.37L15 6.8V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3.8L5.71 4.9c-.48-.27-1.09-.11-1.37.37l-2 3.46c-.28.48-.11 1.09.37 1.37L6 12l-3.29 1.9c-.48.28-.64.89-.37 1.37l2 3.46c.28.48.89.64 1.37.37L9 17.2V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.8l3.29 1.9c.48.28 1.09.11 1.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86 2.97-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7-1-1.73 4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7 1-1.73 4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7 1 1.73-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z"
|
|
13
|
+
}), 'EmergencyOutlined');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var _default = exports.default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
12
|
+
d: "m20.29 8.37-1-1.73c-.28-.48-.89-.64-1.37-.37L14 8.54V4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v4.54L6.07 6.27c-.48-.28-1.09-.11-1.36.36l-1 1.73c-.28.48-.12 1.1.36 1.37L8 12l-3.93 2.27c-.48.28-.64.89-.37 1.37l1 1.73c.28.48.89.64 1.37.37L10 15.46V20c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-4.54l3.93 2.27c.48.28 1.09.11 1.37-.37l1-1.73c.28-.48.11-1.09-.37-1.37L16 12l3.93-2.27c.48-.27.64-.89.36-1.36"
|
|
13
|
+
}), 'EmergencyRounded');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var _default = exports.default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
12
|
+
d: "m20.79 9.23-2-3.46L14 8.54V3h-4v5.54L5.21 5.77l-2 3.46L8 12l-4.79 2.77 2 3.46L10 15.46V21h4v-5.54l4.79 2.77 2-3.46L16 12z"
|
|
13
|
+
}), 'EmergencySharp');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var _default = exports.default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
12
|
+
d: "m18.43 16.87-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7-1-1.73 4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7 1-1.73 4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7 1 1.73-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z",
|
|
13
|
+
opacity: ".3"
|
|
14
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M21.29 13.9 18 12l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46c-.28-.48-.89-.64-1.37-.37L15 6.8V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3.8L5.71 4.9c-.48-.27-1.09-.11-1.37.37l-2 3.46c-.28.48-.11 1.09.37 1.37L6 12l-3.29 1.9c-.48.28-.64.89-.37 1.37l2 3.46c.28.48.89.64 1.37.37L9 17.2V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.8l3.29 1.9c.48.28 1.09.11 1.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86 2.97-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7-1-1.73 4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7 1-1.73 4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7 1 1.73-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z"
|
|
16
|
+
}, "1")], 'EmergencyTwoTone');
|
package/InsertChartOutlined.js
CHANGED
|
@@ -9,5 +9,5 @@ exports.default = void 0;
|
|
|
9
9
|
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
10
10
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
11
|
var _default = exports.default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
12
|
-
d: "
|
|
12
|
+
d: "M9 17H7v-7h2zm4 0h-2V7h2zm4 0h-2v-4h2zm2.5 2.1h-15V5h15zm0-16.1h-15c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"
|
|
13
13
|
}), 'InsertChartOutlined');
|
package/esm/Emergency.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
4
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "m20.79 9.23-2-3.46L14 8.54V3h-4v5.54L5.21 5.77l-2 3.46L8 12l-4.79 2.77 2 3.46L10 15.46V21h4v-5.54l4.79 2.77 2-3.46L16 12z"
|
|
7
|
+
}), 'Emergency');
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
4
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "M21.29 13.9 18 12l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46c-.28-.48-.89-.64-1.37-.37L15 6.8V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3.8L5.71 4.9c-.48-.27-1.09-.11-1.37.37l-2 3.46c-.28.48-.11 1.09.37 1.37L6 12l-3.29 1.9c-.48.28-.64.89-.37 1.37l2 3.46c.28.48.89.64 1.37.37L9 17.2V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.8l3.29 1.9c.48.28 1.09.11 1.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86 2.97-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7-1-1.73 4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7 1-1.73 4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7 1 1.73-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z"
|
|
7
|
+
}), 'EmergencyOutlined');
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
4
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "m20.29 8.37-1-1.73c-.28-.48-.89-.64-1.37-.37L14 8.54V4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v4.54L6.07 6.27c-.48-.28-1.09-.11-1.36.36l-1 1.73c-.28.48-.12 1.1.36 1.37L8 12l-3.93 2.27c-.48.28-.64.89-.37 1.37l1 1.73c.28.48.89.64 1.37.37L10 15.46V20c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-4.54l3.93 2.27c.48.28 1.09.11 1.37-.37l1-1.73c.28-.48.11-1.09-.37-1.37L16 12l3.93-2.27c.48-.27.64-.89.36-1.36"
|
|
7
|
+
}), 'EmergencyRounded');
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
4
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "m20.79 9.23-2-3.46L14 8.54V3h-4v5.54L5.21 5.77l-2 3.46L8 12l-4.79 2.77 2 3.46L10 15.46V21h4v-5.54l4.79 2.77 2-3.46L16 12z"
|
|
7
|
+
}), 'EmergencySharp');
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
4
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
6
|
+
d: "m18.43 16.87-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7-1-1.73 4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7 1-1.73 4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7 1 1.73-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z",
|
|
7
|
+
opacity: ".3"
|
|
8
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
9
|
+
d: "M21.29 13.9 18 12l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46c-.28-.48-.89-.64-1.37-.37L15 6.8V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3.8L5.71 4.9c-.48-.27-1.09-.11-1.37.37l-2 3.46c-.28.48-.11 1.09.37 1.37L6 12l-3.29 1.9c-.48.28-.64.89-.37 1.37l2 3.46c.28.48.89.64 1.37.37L9 17.2V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.8l3.29 1.9c.48.28 1.09.11 1.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86 2.97-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7-1-1.73 4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7 1-1.73 4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7 1 1.73-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z"
|
|
10
|
+
}, "1")], 'EmergencyTwoTone');
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
import createSvgIcon from './utils/createSvgIcon';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
6
|
-
d: "
|
|
6
|
+
d: "M9 17H7v-7h2zm4 0h-2V7h2zm4 0h-2v-4h2zm2.5 2.1h-15V5h15zm0-16.1h-15c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"
|
|
7
7
|
}), 'InsertChartOutlined');
|
package/esm/index.js
CHANGED
|
@@ -3029,16 +3029,21 @@ export { default as EmailOutlined } from './EmailOutlined';
|
|
|
3029
3029
|
export { default as EmailRounded } from './EmailRounded';
|
|
3030
3030
|
export { default as EmailSharp } from './EmailSharp';
|
|
3031
3031
|
export { default as EmailTwoTone } from './EmailTwoTone';
|
|
3032
|
+
export { default as Emergency } from './Emergency';
|
|
3033
|
+
export { default as EmergencyOutlined } from './EmergencyOutlined';
|
|
3032
3034
|
export { default as EmergencyRecording } from './EmergencyRecording';
|
|
3033
3035
|
export { default as EmergencyRecordingOutlined } from './EmergencyRecordingOutlined';
|
|
3034
3036
|
export { default as EmergencyRecordingRounded } from './EmergencyRecordingRounded';
|
|
3035
3037
|
export { default as EmergencyRecordingSharp } from './EmergencyRecordingSharp';
|
|
3036
3038
|
export { default as EmergencyRecordingTwoTone } from './EmergencyRecordingTwoTone';
|
|
3039
|
+
export { default as EmergencyRounded } from './EmergencyRounded';
|
|
3037
3040
|
export { default as EmergencyShare } from './EmergencyShare';
|
|
3038
3041
|
export { default as EmergencyShareOutlined } from './EmergencyShareOutlined';
|
|
3039
3042
|
export { default as EmergencyShareRounded } from './EmergencyShareRounded';
|
|
3040
3043
|
export { default as EmergencyShareSharp } from './EmergencyShareSharp';
|
|
3041
3044
|
export { default as EmergencyShareTwoTone } from './EmergencyShareTwoTone';
|
|
3045
|
+
export { default as EmergencySharp } from './EmergencySharp';
|
|
3046
|
+
export { default as EmergencyTwoTone } from './EmergencyTwoTone';
|
|
3042
3047
|
export { default as EmojiEmotions } from './EmojiEmotions';
|
|
3043
3048
|
export { default as EmojiEmotionsOutlined } from './EmojiEmotionsOutlined';
|
|
3044
3049
|
export { default as EmojiEmotionsRounded } from './EmojiEmotionsRounded';
|
package/index.d.ts
CHANGED
|
@@ -3034,16 +3034,21 @@ export const EmailOutlined: SvgIconComponent;
|
|
|
3034
3034
|
export const EmailRounded: SvgIconComponent;
|
|
3035
3035
|
export const EmailSharp: SvgIconComponent;
|
|
3036
3036
|
export const EmailTwoTone: SvgIconComponent;
|
|
3037
|
+
export const Emergency: SvgIconComponent;
|
|
3038
|
+
export const EmergencyOutlined: SvgIconComponent;
|
|
3037
3039
|
export const EmergencyRecording: SvgIconComponent;
|
|
3038
3040
|
export const EmergencyRecordingOutlined: SvgIconComponent;
|
|
3039
3041
|
export const EmergencyRecordingRounded: SvgIconComponent;
|
|
3040
3042
|
export const EmergencyRecordingSharp: SvgIconComponent;
|
|
3041
3043
|
export const EmergencyRecordingTwoTone: SvgIconComponent;
|
|
3044
|
+
export const EmergencyRounded: SvgIconComponent;
|
|
3042
3045
|
export const EmergencyShare: SvgIconComponent;
|
|
3043
3046
|
export const EmergencyShareOutlined: SvgIconComponent;
|
|
3044
3047
|
export const EmergencyShareRounded: SvgIconComponent;
|
|
3045
3048
|
export const EmergencyShareSharp: SvgIconComponent;
|
|
3046
3049
|
export const EmergencyShareTwoTone: SvgIconComponent;
|
|
3050
|
+
export const EmergencySharp: SvgIconComponent;
|
|
3051
|
+
export const EmergencyTwoTone: SvgIconComponent;
|
|
3047
3052
|
export const EmojiEmotions: SvgIconComponent;
|
|
3048
3053
|
export const EmojiEmotionsOutlined: SvgIconComponent;
|
|
3049
3054
|
export const EmojiEmotionsRounded: SvgIconComponent;
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/icons-material v6.0.0-alpha.
|
|
2
|
+
* @mui/icons-material v6.0.0-alpha.6
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -18197,6 +18197,18 @@ Object.defineProperty(exports, "EmailTwoTone", {
|
|
|
18197
18197
|
return _EmailTwoTone.default;
|
|
18198
18198
|
}
|
|
18199
18199
|
});
|
|
18200
|
+
Object.defineProperty(exports, "Emergency", {
|
|
18201
|
+
enumerable: true,
|
|
18202
|
+
get: function () {
|
|
18203
|
+
return _Emergency.default;
|
|
18204
|
+
}
|
|
18205
|
+
});
|
|
18206
|
+
Object.defineProperty(exports, "EmergencyOutlined", {
|
|
18207
|
+
enumerable: true,
|
|
18208
|
+
get: function () {
|
|
18209
|
+
return _EmergencyOutlined.default;
|
|
18210
|
+
}
|
|
18211
|
+
});
|
|
18200
18212
|
Object.defineProperty(exports, "EmergencyRecording", {
|
|
18201
18213
|
enumerable: true,
|
|
18202
18214
|
get: function () {
|
|
@@ -18227,6 +18239,12 @@ Object.defineProperty(exports, "EmergencyRecordingTwoTone", {
|
|
|
18227
18239
|
return _EmergencyRecordingTwoTone.default;
|
|
18228
18240
|
}
|
|
18229
18241
|
});
|
|
18242
|
+
Object.defineProperty(exports, "EmergencyRounded", {
|
|
18243
|
+
enumerable: true,
|
|
18244
|
+
get: function () {
|
|
18245
|
+
return _EmergencyRounded.default;
|
|
18246
|
+
}
|
|
18247
|
+
});
|
|
18230
18248
|
Object.defineProperty(exports, "EmergencyShare", {
|
|
18231
18249
|
enumerable: true,
|
|
18232
18250
|
get: function () {
|
|
@@ -18257,6 +18275,18 @@ Object.defineProperty(exports, "EmergencyShareTwoTone", {
|
|
|
18257
18275
|
return _EmergencyShareTwoTone.default;
|
|
18258
18276
|
}
|
|
18259
18277
|
});
|
|
18278
|
+
Object.defineProperty(exports, "EmergencySharp", {
|
|
18279
|
+
enumerable: true,
|
|
18280
|
+
get: function () {
|
|
18281
|
+
return _EmergencySharp.default;
|
|
18282
|
+
}
|
|
18283
|
+
});
|
|
18284
|
+
Object.defineProperty(exports, "EmergencyTwoTone", {
|
|
18285
|
+
enumerable: true,
|
|
18286
|
+
get: function () {
|
|
18287
|
+
return _EmergencyTwoTone.default;
|
|
18288
|
+
}
|
|
18289
|
+
});
|
|
18260
18290
|
Object.defineProperty(exports, "EmojiEmotions", {
|
|
18261
18291
|
enumerable: true,
|
|
18262
18292
|
get: function () {
|
|
@@ -66708,16 +66738,21 @@ var _EmailOutlined = _interopRequireDefault(require("./EmailOutlined"));
|
|
|
66708
66738
|
var _EmailRounded = _interopRequireDefault(require("./EmailRounded"));
|
|
66709
66739
|
var _EmailSharp = _interopRequireDefault(require("./EmailSharp"));
|
|
66710
66740
|
var _EmailTwoTone = _interopRequireDefault(require("./EmailTwoTone"));
|
|
66741
|
+
var _Emergency = _interopRequireDefault(require("./Emergency"));
|
|
66742
|
+
var _EmergencyOutlined = _interopRequireDefault(require("./EmergencyOutlined"));
|
|
66711
66743
|
var _EmergencyRecording = _interopRequireDefault(require("./EmergencyRecording"));
|
|
66712
66744
|
var _EmergencyRecordingOutlined = _interopRequireDefault(require("./EmergencyRecordingOutlined"));
|
|
66713
66745
|
var _EmergencyRecordingRounded = _interopRequireDefault(require("./EmergencyRecordingRounded"));
|
|
66714
66746
|
var _EmergencyRecordingSharp = _interopRequireDefault(require("./EmergencyRecordingSharp"));
|
|
66715
66747
|
var _EmergencyRecordingTwoTone = _interopRequireDefault(require("./EmergencyRecordingTwoTone"));
|
|
66748
|
+
var _EmergencyRounded = _interopRequireDefault(require("./EmergencyRounded"));
|
|
66716
66749
|
var _EmergencyShare = _interopRequireDefault(require("./EmergencyShare"));
|
|
66717
66750
|
var _EmergencyShareOutlined = _interopRequireDefault(require("./EmergencyShareOutlined"));
|
|
66718
66751
|
var _EmergencyShareRounded = _interopRequireDefault(require("./EmergencyShareRounded"));
|
|
66719
66752
|
var _EmergencyShareSharp = _interopRequireDefault(require("./EmergencyShareSharp"));
|
|
66720
66753
|
var _EmergencyShareTwoTone = _interopRequireDefault(require("./EmergencyShareTwoTone"));
|
|
66754
|
+
var _EmergencySharp = _interopRequireDefault(require("./EmergencySharp"));
|
|
66755
|
+
var _EmergencyTwoTone = _interopRequireDefault(require("./EmergencyTwoTone"));
|
|
66721
66756
|
var _EmojiEmotions = _interopRequireDefault(require("./EmojiEmotions"));
|
|
66722
66757
|
var _EmojiEmotionsOutlined = _interopRequireDefault(require("./EmojiEmotionsOutlined"));
|
|
66723
66758
|
var _EmojiEmotionsRounded = _interopRequireDefault(require("./EmojiEmotionsRounded"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
35
35
|
"react": "^17.0.0 || ^18.0.0",
|
|
36
|
-
"@mui/material": "^6.0.0-alpha.
|
|
36
|
+
"@mui/material": "^6.0.0-alpha.6"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|