@icongo/mc
Version:
Micon Icons
13 lines • 921 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMicClipping = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1258 1664q57 0 108-22t88.5-59.5 59.5-88.5 22-108v-362h128v362q0 84-32 158t-87 129-129 87-158 32h-234v128h256v128H640v-128h256v-128H662q-84 0-158-32t-129-87-87-129-32-158v-362h128v362q0 57 22 108t59.5 88.5T554 1642t108 22h596zm339-1367-58-114 320-160 58 114zm-1274 0L3 137 61 23l320 160zm58 288L61 745 3 631l320-160zm1216-114 320 160-58 114-320-160zM1024 96 512 352V192q0-40 15-75t41-61 61-41 75-15h512q40 0 75 15t61 41 41 61 15 75v32l-384 192V96zM704 1536q-40 0-75-15t-61-41-41-61-15-75V544l384-192v320l512-256v928q0 40-15 75t-41 61-61 41-75 15H704z"
})
}));
export { MCMdlMicClipping };