@mui/icons-material 5.10.16 → 5.11.0
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 +148 -0
- package/PhoneInTalk.d.ts +1 -0
- package/PhoneInTalk.js +13 -0
- package/PhoneInTalkOutlined.d.ts +1 -0
- package/PhoneInTalkOutlined.js +13 -0
- package/PhoneInTalkRounded.d.ts +1 -0
- package/PhoneInTalkRounded.js +13 -0
- package/PhoneInTalkSharp.d.ts +1 -0
- package/PhoneInTalkSharp.js +13 -0
- package/PhoneInTalkTwoTone.d.ts +1 -0
- package/PhoneInTalkTwoTone.js +16 -0
- package/esm/PhoneInTalk.js +5 -0
- package/esm/PhoneInTalkOutlined.js +5 -0
- package/esm/PhoneInTalkRounded.js +5 -0
- package/esm/PhoneInTalkSharp.js +5 -0
- package/esm/PhoneInTalkTwoTone.js +8 -0
- 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,153 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.11.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.10.17..master -->
|
|
6
|
+
|
|
7
|
+
_Dec 13, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🔥 @mnajdova enabled configuration of the `sx` prop in the `theme` (#35150)
|
|
12
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.11.0`
|
|
15
|
+
|
|
16
|
+
- [Alert] Update icon color in all variants (#35414) @danilo-leal
|
|
17
|
+
- [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
|
|
18
|
+
- [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware
|
|
19
|
+
|
|
20
|
+
### `@mui/icons-material@5.11.0`
|
|
21
|
+
|
|
22
|
+
- [icons] Restore the PhoneInTalk icons (#35409) @michaldudak
|
|
23
|
+
|
|
24
|
+
### `@mui/system@5.11.0`
|
|
25
|
+
|
|
26
|
+
#### BREAKING CHANGES
|
|
27
|
+
|
|
28
|
+
- [system] Enable configuring the `sx` prop in the `theme` (#35150) @mnajdova
|
|
29
|
+
|
|
30
|
+
The breaking change is regarding an experimental API:
|
|
31
|
+
|
|
32
|
+
```diff
|
|
33
|
+
-import { styled, experimental_sx } from '@mui/material/styles';
|
|
34
|
+
+import { styled } from '@mui/material/styles';
|
|
35
|
+
|
|
36
|
+
-const Component = styled('div)(experimental_sx({ p: 1 }});
|
|
37
|
+
+const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### `@mui/joy@5.0.0-alpha.58`
|
|
41
|
+
|
|
42
|
+
- [Joy] Miscellaneous fixes (#35447) @siriwatknp
|
|
43
|
+
|
|
44
|
+
### `@mui/base@5.0.0-alpha.110`
|
|
45
|
+
|
|
46
|
+
- [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @EduardoSCosta
|
|
47
|
+
|
|
48
|
+
### `@mui/material-next@6.0.0-alpha.66`
|
|
49
|
+
|
|
50
|
+
- [Material You] Add ripple on the button (#35299) @mnajdova
|
|
51
|
+
|
|
52
|
+
### Docs
|
|
53
|
+
|
|
54
|
+
- [docs] Simplify state management in Text Field demo page (#35051) @PratikDev
|
|
55
|
+
- [docs] Improve `Responsive App bar with Drawer` demo (#35418) @ZeeshanTamboli
|
|
56
|
+
- [docs] Improve line-height readability (#35387) @oliviertassinari
|
|
57
|
+
- [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
|
|
58
|
+
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
59
|
+
- [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
|
|
60
|
+
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
61
|
+
- [docs] Direct users from Material UI to MUI Base for duplicated components (#35293) @samuelsycamore
|
|
62
|
+
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
63
|
+
- [docs] Update callouts design (#35390) @danilo-leal
|
|
64
|
+
- [website] New wave of open roles (#35240) @mnajdova
|
|
65
|
+
- [website] Developer survey 2022 (#35407) @joserodolfofreitas
|
|
66
|
+
|
|
67
|
+
### Core
|
|
68
|
+
|
|
69
|
+
- [core] Fix @mui/material package building (#35324) @timbset
|
|
70
|
+
- [core] Fix leaking theme color override (#35444) @oliviertassinari
|
|
71
|
+
- [typescript] Add null to return type of OverridableComponent (#35311) @tsollbach
|
|
72
|
+
- [website] Migrate X page to use CSS theme variables (#34922) @jesrodri
|
|
73
|
+
- [website] Migrate `/core` page to use CSS variables (#35366) @siriwatknp
|
|
74
|
+
|
|
75
|
+
All contributors of this release in alphabetical order: @alexfauquette, @Armanio, @danilo-leal, @EduardoSCosta, @flaviendelangle, @jesrodri, @joserodolfofreitas, @kraftware, @michaldudak, @mnajdova, @oliviertassinari, @PratikDev, @samuelsycamore, @siriwatknp, @Spanishiwa, @timbset, @tsollbach, @vitorfrs-dev, @ZeeshanTamboli
|
|
76
|
+
|
|
77
|
+
## 5.10.17
|
|
78
|
+
|
|
79
|
+
<!-- generated comparing v5.10.16..master -->
|
|
80
|
+
|
|
81
|
+
_Dec 6, 2022_
|
|
82
|
+
|
|
83
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
84
|
+
|
|
85
|
+
- ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
|
|
86
|
+
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
|
|
87
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
88
|
+
|
|
89
|
+
### `@mui/material@5.10.17`
|
|
90
|
+
|
|
91
|
+
- ​<!-- 31 -->[Slider] Fix `markActive` theme class not getting applied (#35067) @ZeeshanTamboli
|
|
92
|
+
- ​<!-- 30 -->[SwipeableDrawer] Fix missing close animation when initial open is true (#35010) @sai6855
|
|
93
|
+
- ​<!-- 28 -->[material-ui] Add channel colors if possible (#35178) @siriwatknp
|
|
94
|
+
- ​<!-- 10 -->[Fab] Increase disabled styles precedence (#35304) @Uzwername
|
|
95
|
+
- ​<!-- 05 -->[Rating] Apply `labelEmptyValueActive` style overrides from theme (#35315) @sai6855
|
|
96
|
+
|
|
97
|
+
### `@mui/system@5.10.17`
|
|
98
|
+
|
|
99
|
+
- ​<!-- 04 -->[system] Add support for nested CssVarsProvider (#35277) @siriwatknp
|
|
100
|
+
|
|
101
|
+
### `@mui/joy@5.0.0-alpha.57`
|
|
102
|
+
|
|
103
|
+
#### BREAKING CHANGE
|
|
104
|
+
|
|
105
|
+
- ​<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
|
|
106
|
+
|
|
107
|
+
- Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
|
|
108
|
+
|
|
109
|
+
```diff
|
|
110
|
+
-<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
|
|
111
|
+
+<Autocomplete slots={{listbox: CustomListbox}} slotProps={{listbox: { className: 'custom-listbox' }}} />
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-components-to-slots) to help with the migration.
|
|
115
|
+
|
|
116
|
+
#### Changes
|
|
117
|
+
|
|
118
|
+
- ​<!-- 07 -->[Joy] Miscellaneous fixes (#35345) @siriwatknp
|
|
119
|
+
- ​<!-- 06 -->[Joy][textarea] Expose decorator classes (#35247) @zignis
|
|
120
|
+
|
|
121
|
+
### Docs
|
|
122
|
+
|
|
123
|
+
- ​<!-- 29 -->[docs] Improve spacing with ul (#35302) @oliviertassinari
|
|
124
|
+
- ​<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
|
|
125
|
+
- ​<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
|
|
126
|
+
- ​<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
|
|
127
|
+
- ​<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
|
|
128
|
+
- ​<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
|
|
129
|
+
- ​<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
|
|
130
|
+
- ​<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
|
|
131
|
+
- ​<!-- 16 -->[docs] Add Material You Button playground (#35222) @mnajdova
|
|
132
|
+
- ​<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
|
|
133
|
+
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
134
|
+
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
135
|
+
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
136
|
+
- ​<!-- 11 -->[docs] Update MUI Base docs with latest style conventions (#35034) @samuelsycamore
|
|
137
|
+
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
138
|
+
- ​<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
139
|
+
|
|
140
|
+
### Core
|
|
141
|
+
|
|
142
|
+
- ​<!-- 27 -->[core] Use componentStyles.name over componentName (#35303) @oliviertassinari
|
|
143
|
+
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
|
|
144
|
+
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
|
|
145
|
+
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
|
|
146
|
+
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
|
|
147
|
+
- ​<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
|
|
148
|
+
|
|
149
|
+
All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis
|
|
150
|
+
|
|
3
151
|
## 5.10.16
|
|
4
152
|
|
|
5
153
|
<!-- generated comparing v5.10.15..master -->
|
package/PhoneInTalk.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
package/PhoneInTalk.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z"
|
|
12
|
+
}), 'PhoneInTalk');
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"
|
|
12
|
+
}), 'PhoneInTalkOutlined');
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07.06.51.49.88.99.88.04 0 .08 0 .12-.01.55-.07.94-.57.87-1.12-.51-4.09-3.72-7.3-7.81-7.81-.55-.06-1.05.33-1.11.88-.07.55.32 1.05.87 1.11zm.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22c1.05.27 1.87 1.09 2.15 2.15.12.45.52.75.97.75.08 0 .17-.01.25-.03.53-.14.85-.69.72-1.22-.47-1.77-1.84-3.14-3.59-3.59zm5.97 8.1-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"
|
|
12
|
+
}), 'PhoneInTalkRounded');
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm-1.79 5.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"
|
|
12
|
+
}), 'PhoneInTalkSharp');
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M6.54 5h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58zm8.66 13.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19z",
|
|
12
|
+
opacity: ".3"
|
|
13
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
14
|
+
d: "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"
|
|
15
|
+
}, "1")], 'PhoneInTalkTwoTone');
|
|
16
|
+
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: "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z"
|
|
5
|
+
}), 'PhoneInTalk');
|
|
@@ -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: "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"
|
|
5
|
+
}), 'PhoneInTalkOutlined');
|
|
@@ -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: "M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07.06.51.49.88.99.88.04 0 .08 0 .12-.01.55-.07.94-.57.87-1.12-.51-4.09-3.72-7.3-7.81-7.81-.55-.06-1.05.33-1.11.88-.07.55.32 1.05.87 1.11zm.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22c1.05.27 1.87 1.09 2.15 2.15.12.45.52.75.97.75.08 0 .17-.01.25-.03.53-.14.85-.69.72-1.22-.47-1.77-1.84-3.14-3.59-3.59zm5.97 8.1-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"
|
|
5
|
+
}), 'PhoneInTalkRounded');
|
|
@@ -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 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm-1.79 5.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"
|
|
5
|
+
}), 'PhoneInTalkSharp');
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M6.54 5h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58zm8.66 13.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19z",
|
|
5
|
+
opacity: ".3"
|
|
6
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
7
|
+
d: "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"
|
|
8
|
+
}, "1")], 'PhoneInTalkTwoTone');
|
package/esm/index.js
CHANGED
|
@@ -6718,6 +6718,11 @@ export { default as PhoneForwardedOutlined } from './PhoneForwardedOutlined';
|
|
|
6718
6718
|
export { default as PhoneForwardedRounded } from './PhoneForwardedRounded';
|
|
6719
6719
|
export { default as PhoneForwardedSharp } from './PhoneForwardedSharp';
|
|
6720
6720
|
export { default as PhoneForwardedTwoTone } from './PhoneForwardedTwoTone';
|
|
6721
|
+
export { default as PhoneInTalk } from './PhoneInTalk';
|
|
6722
|
+
export { default as PhoneInTalkOutlined } from './PhoneInTalkOutlined';
|
|
6723
|
+
export { default as PhoneInTalkRounded } from './PhoneInTalkRounded';
|
|
6724
|
+
export { default as PhoneInTalkSharp } from './PhoneInTalkSharp';
|
|
6725
|
+
export { default as PhoneInTalkTwoTone } from './PhoneInTalkTwoTone';
|
|
6721
6726
|
export { default as PhoneIphone } from './PhoneIphone';
|
|
6722
6727
|
export { default as PhoneIphoneOutlined } from './PhoneIphoneOutlined';
|
|
6723
6728
|
export { default as PhoneIphoneRounded } from './PhoneIphoneRounded';
|
package/index.d.ts
CHANGED
|
@@ -6723,6 +6723,11 @@ export const PhoneForwardedOutlined: SvgIconComponent;
|
|
|
6723
6723
|
export const PhoneForwardedRounded: SvgIconComponent;
|
|
6724
6724
|
export const PhoneForwardedSharp: SvgIconComponent;
|
|
6725
6725
|
export const PhoneForwardedTwoTone: SvgIconComponent;
|
|
6726
|
+
export const PhoneInTalk: SvgIconComponent;
|
|
6727
|
+
export const PhoneInTalkOutlined: SvgIconComponent;
|
|
6728
|
+
export const PhoneInTalkRounded: SvgIconComponent;
|
|
6729
|
+
export const PhoneInTalkSharp: SvgIconComponent;
|
|
6730
|
+
export const PhoneInTalkTwoTone: SvgIconComponent;
|
|
6726
6731
|
export const PhoneIphone: SvgIconComponent;
|
|
6727
6732
|
export const PhoneIphoneOutlined: SvgIconComponent;
|
|
6728
6733
|
export const PhoneIphoneRounded: SvgIconComponent;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MUI v5.
|
|
1
|
+
/** @license MUI v5.11.0
|
|
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.
|
|
@@ -40329,6 +40329,36 @@ Object.defineProperty(exports, "PhoneForwardedTwoTone", {
|
|
|
40329
40329
|
return _PhoneForwardedTwoTone.default;
|
|
40330
40330
|
}
|
|
40331
40331
|
});
|
|
40332
|
+
Object.defineProperty(exports, "PhoneInTalk", {
|
|
40333
|
+
enumerable: true,
|
|
40334
|
+
get: function () {
|
|
40335
|
+
return _PhoneInTalk.default;
|
|
40336
|
+
}
|
|
40337
|
+
});
|
|
40338
|
+
Object.defineProperty(exports, "PhoneInTalkOutlined", {
|
|
40339
|
+
enumerable: true,
|
|
40340
|
+
get: function () {
|
|
40341
|
+
return _PhoneInTalkOutlined.default;
|
|
40342
|
+
}
|
|
40343
|
+
});
|
|
40344
|
+
Object.defineProperty(exports, "PhoneInTalkRounded", {
|
|
40345
|
+
enumerable: true,
|
|
40346
|
+
get: function () {
|
|
40347
|
+
return _PhoneInTalkRounded.default;
|
|
40348
|
+
}
|
|
40349
|
+
});
|
|
40350
|
+
Object.defineProperty(exports, "PhoneInTalkSharp", {
|
|
40351
|
+
enumerable: true,
|
|
40352
|
+
get: function () {
|
|
40353
|
+
return _PhoneInTalkSharp.default;
|
|
40354
|
+
}
|
|
40355
|
+
});
|
|
40356
|
+
Object.defineProperty(exports, "PhoneInTalkTwoTone", {
|
|
40357
|
+
enumerable: true,
|
|
40358
|
+
get: function () {
|
|
40359
|
+
return _PhoneInTalkTwoTone.default;
|
|
40360
|
+
}
|
|
40361
|
+
});
|
|
40332
40362
|
Object.defineProperty(exports, "PhoneIphone", {
|
|
40333
40363
|
enumerable: true,
|
|
40334
40364
|
get: function () {
|
|
@@ -70023,6 +70053,11 @@ var _PhoneForwardedOutlined = _interopRequireDefault(require("./PhoneForwardedOu
|
|
|
70023
70053
|
var _PhoneForwardedRounded = _interopRequireDefault(require("./PhoneForwardedRounded"));
|
|
70024
70054
|
var _PhoneForwardedSharp = _interopRequireDefault(require("./PhoneForwardedSharp"));
|
|
70025
70055
|
var _PhoneForwardedTwoTone = _interopRequireDefault(require("./PhoneForwardedTwoTone"));
|
|
70056
|
+
var _PhoneInTalk = _interopRequireDefault(require("./PhoneInTalk"));
|
|
70057
|
+
var _PhoneInTalkOutlined = _interopRequireDefault(require("./PhoneInTalkOutlined"));
|
|
70058
|
+
var _PhoneInTalkRounded = _interopRequireDefault(require("./PhoneInTalkRounded"));
|
|
70059
|
+
var _PhoneInTalkSharp = _interopRequireDefault(require("./PhoneInTalkSharp"));
|
|
70060
|
+
var _PhoneInTalkTwoTone = _interopRequireDefault(require("./PhoneInTalkTwoTone"));
|
|
70026
70061
|
var _PhoneIphone = _interopRequireDefault(require("./PhoneIphone"));
|
|
70027
70062
|
var _PhoneIphoneOutlined = _interopRequireDefault(require("./PhoneIphoneOutlined"));
|
|
70028
70063
|
var _PhoneIphoneRounded = _interopRequireDefault(require("./PhoneIphoneRounded"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.11.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@babel/runtime": "^7.20.
|
|
41
|
+
"@babel/runtime": "^7.20.6"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
44
|
"publishConfig": {
|