UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.28 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 MicExternalOff = createIcon("MicExternalOff", [ [ "path", { d: "M21.8996 20.8853L3.51961 2.50531L2.09961 3.91531L5.87961 7.69531H4.70961L5.70961 17.6953H6.70961C6.70961 19.9053 8.49961 21.6953 10.7096 21.6953C12.9196 21.6953 14.7096 19.9053 14.7096 17.6953V16.5253L20.4896 22.3053L21.8996 20.8853ZM12.7096 17.6953C12.7096 18.7953 11.8096 19.6953 10.7096 19.6953C9.60961 19.6953 8.70961 18.7953 8.70961 17.6953H9.70961L10.2696 12.0853L12.7096 14.5253V17.6953ZM14.7096 5.69531V10.8653L12.7096 8.86531V5.69531C12.7096 3.48531 14.4996 1.69531 16.7096 1.69531C18.9196 1.69531 20.7096 3.48531 20.7096 5.69531V16.8653L18.7096 14.8653V5.69531C18.7096 4.59531 17.8096 3.69531 16.7096 3.69531C15.6096 3.69531 14.7096 4.59531 14.7096 5.69531ZM10.7096 4.69531C10.7096 5.31531 10.5096 5.87531 10.1896 6.35531L6.03961 2.20531C6.51961 1.88531 7.08961 1.69531 7.70961 1.69531C9.36961 1.69531 10.7096 3.03531 10.7096 4.69531Z", key: "xunr72" } ] ]); export { MicExternalOff as default }; //# sourceMappingURL=mic_external_off.js.map