UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 590 B
/** * @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 HeadsetMic = createIcon("HeadsetMic", [ [ "path", { d: "M12 1C7.03 1 3 5.03 3 10V17C3 18.66 4.34 20 6 20H9V12H5V10C5 6.13 8.13 3 12 3C15.87 3 19 6.13 19 10V12H15V20H19V21H12V23H18C19.66 23 21 21.66 21 20V10C21 5.03 16.97 1 12 1Z", key: "1q1wj9" } ] ]); export { HeadsetMic as default }; //# sourceMappingURL=headset_mic.js.map