google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.15 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const PhoneDisabled = createIcon("PhoneDisabled", [
[
"path",
{
d: "M18.0501 13.8301L16.6201 12.4001C17.1801 11.6701 17.6701 10.9001 18.0901 10.0801L15.8901 7.8801C15.6101 7.6001 15.5301 7.2101 15.6401 6.8601C16.0101 5.7401 16.2101 4.5401 16.2101 3.2901C16.2101 2.7401 16.6601 2.2901 17.2101 2.2901H20.7101C21.2601 2.2901 21.7101 2.7401 21.7101 3.2901C21.7101 7.2701 20.3401 10.9301 18.0501 13.8301ZM15.2301 16.6401C12.3401 18.9301 8.6801 20.2901 4.7101 20.2901C4.1601 20.2901 3.7101 19.8401 3.7101 19.2901V15.8001C3.7101 15.2501 4.1601 14.8001 4.7101 14.8001C5.9501 14.8001 7.1601 14.6001 8.2801 14.2301C8.6301 14.1101 9.0301 14.2001 9.3001 14.4701L11.5001 16.6701C12.3101 16.2501 13.0801 15.7701 13.8001 15.2101L2.1001 3.5101L3.5201 2.1001L21.9001 20.4901L20.4901 21.9001L15.2301 16.6401Z",
key: "1in7sc"
}
]
]);
export { PhoneDisabled as default };
//# sourceMappingURL=phone_disabled.js.map