UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 1.49 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: "M10.7045 4.33984C10.7045 2.67984 9.36453 1.33984 7.70453 1.33984C7.08453 1.33984 6.51453 1.52984 6.03453 1.83984L10.1845 5.98984C10.5045 5.51984 10.7045 4.94984 10.7045 4.33984Z", key: "ul3yr5" } ], [ "path", { d: "M14.7045 5.33984C14.7045 4.23984 15.6045 3.33984 16.7045 3.33984C17.8045 3.33984 18.7045 4.23984 18.7045 5.33984V14.5098L20.7045 16.5098V5.33984C20.7045 3.12984 18.9145 1.33984 16.7045 1.33984C14.4945 1.33984 12.7045 3.12984 12.7045 5.33984V8.50984L14.7045 10.5098V5.33984Z", key: "xseneg" } ], [ "path", { d: "M2.80453 1.43984L1.39453 2.84984L5.87453 7.33984H4.70453L5.70453 17.3398H6.70453C6.70453 19.5498 8.49453 21.3398 10.7045 21.3398C12.9145 21.3398 14.7045 19.5498 14.7045 17.3398V16.1698L21.1945 22.6598L22.6045 21.2498L2.80453 1.43984ZM7.89453 15.3398H7.51453L6.91453 9.33984H7.87453L8.43453 9.89985L7.89453 15.3398ZM12.7045 17.3398C12.7045 18.4398 11.8045 19.3398 10.7045 19.3398C9.60453 19.3398 8.70453 18.4398 8.70453 17.3398H9.70453L10.2645 11.7298L12.7045 14.1698V17.3398Z", key: "tdrsjj" } ] ]); export { MicExternalOff as default }; //# sourceMappingURL=mic_external_off.js.map