UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.04 kB
/** * @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 HeadsetOff = createIcon("HeadsetOff", [ [ "path", { d: "M12.3652 3.64035C16.2352 3.64035 19.3652 6.77035 19.3652 10.6404V12.6404H16.4452L21.3652 17.5604V10.6404C21.3652 5.67035 17.3352 1.64035 12.3652 1.64035C10.4152 1.64035 8.60523 2.26035 7.13523 3.32035L8.57523 4.76035C9.66523 4.05035 10.9652 3.64035 12.3652 3.64035ZM2.63523 1.36035L1.36523 2.64035L4.69523 5.96035C3.85523 7.32035 3.36523 8.93035 3.36523 10.6404V17.6404C3.36523 19.3004 4.70523 20.6404 6.36523 20.6404H9.36523V12.6404H5.36523V10.6404C5.36523 9.47035 5.65523 8.38035 6.15523 7.42035L15.3652 16.6404V20.6404H18.3652C18.6652 20.6404 18.9552 20.5804 19.2252 20.5004L21.3652 22.6404L22.6352 21.3704L2.63523 1.36035Z", key: "iumw3o" } ] ]); export { HeadsetOff as default }; //# sourceMappingURL=headset_off.js.map