UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.26 kB
'use strict'; 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 Mic48 = (_a) => { var { fill, size = '3rem' } = _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 48 48" }), index.default.createElement("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M17.5 11a6.5 6.5 0 1 1 13 0v12a6.5 6.5 0 1 1-13 0V11ZM24 7.5a3.5 3.5 0 0 0-3.5 3.5v12a3.5 3.5 0 1 0 7 0V11A3.5 3.5 0 0 0 24 7.5Zm-1.5 28.918c-6.75-.747-12-6.47-12-13.418v-6a1.5 1.5 0 0 1 3 0v6c0 5.799 4.701 10.5 10.5 10.5S34.5 28.799 34.5 23v-6a1.5 1.5 0 0 1 3 0v6c0 6.949-5.25 12.671-12 13.418V40.5H30a1.5 1.5 0 0 1 0 3H18a1.5 1.5 0 0 1 0-3h4.5v-4.082Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "48", height: "48", fill: "#fff" }))))); }; exports.default = Mic48;