@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Mic64 = (_a) => {
var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M23.833 14.667a8.167 8.167 0 1 1 16.334 0v16a8.167 8.167 0 0 1-16.334 0v-16ZM32 9.5a5.167 5.167 0 0 0-5.167 5.167v16a5.167 5.167 0 0 0 10.334 0v-16A5.167 5.167 0 0 0 32 9.5Zm.003 35.667H32c-8.008 0-14.5-6.492-14.5-14.5v-8a1.5 1.5 0 1 0-3 0v8c0 9.16 7.037 16.675 16 17.436V54.5H24a1.5 1.5 0 0 0 0 3h16a1.5 1.5 0 0 0 0-3h-6.5v-6.397c8.963-.76 16-8.277 16-17.436v-8a1.5 1.5 0 1 0-3 0v8c0 8.007-6.49 14.498-14.497 14.5Z" })));
};
exports.default = Mic64;