UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 727 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 MicExternalOn = createIcon("MicExternalOn", [ [ "path", { d: "M9.22 7H4.78C4.3 6.47 4 5.77 4 5C4 3.34 5.34 2 7 2C8.66 2 10 3.34 10 5C10 5.77 9.7 6.47 9.22 7ZM16 2C18.21 2 20 3.79 20 6V22H18V6C18 4.9 17.1 4 16 4C14.9 4 14 4.9 14 6V18C14 20.21 12.21 22 10 22C7.79 22 6 20.21 6 18H5L4 8H10L9 18H8C8 19.1 8.9 20 10 20C11.1 20 12 19.1 12 18V6C12 3.79 13.79 2 16 2Z", key: "ck4ns" } ] ]); export { MicExternalOn as default }; //# sourceMappingURL=mic_external_on.js.map