UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.24 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.7104 3.34473C16.5804 3.34473 19.7104 6.47473 19.7104 10.3447V11.3447H15.7104V11.5147L17.5404 13.3447H19.7104V15.5147L21.7104 17.5147V10.3447C21.7104 5.37473 17.6804 1.34473 12.7104 1.34473C10.6904 1.34473 8.83039 2.01473 7.33039 3.14473L8.76039 4.57473C9.88039 3.79473 11.2404 3.34473 12.7104 3.34473Z", key: "1286ub" } ], [ "path", { d: "M2.81039 1.44473L1.40039 2.85473L4.73039 6.18473C4.08039 7.43473 3.71039 8.84473 3.71039 10.3447V17.3447C3.71039 18.4447 4.61039 19.3447 5.71039 19.3447H9.71039V11.3447H5.71039V10.3447C5.71039 9.40473 5.90039 8.51473 6.23039 7.69473L15.7104 17.1747V19.3447H17.8804L18.8804 20.3447H12.7104V22.3447H19.7104C20.0504 22.3447 20.3604 22.2547 20.6404 22.1047L21.1904 22.6547L22.6004 21.2447L2.81039 1.44473ZM7.71039 13.3447V17.3447H5.71039V13.3447H7.71039Z", key: "1x5r3t" } ] ]); export { HeadsetOff as default }; //# sourceMappingURL=headset_off.js.map