iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 885 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Microphone1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2a4.75 4.75 0 00-4.75 4.75v4.5a4.75 4.75 0 109.5 0v-4.5A4.75 4.75 0 0012 2zM8.75 6.75a3.25 3.25 0 116.5 0v4.5a3.25 3.25 0 01-6.5 0v-4.5z", fill: "#323544" }),
React.createElement("path", { d: "M5.75 11.25a.75.75 0 00-1.5 0 7.75 7.75 0 007 7.714V20.5H10a.75.75 0 000 1.5h4a.75.75 0 000-1.5h-1.25v-1.536a7.75 7.75 0 007-7.714.75.75 0 00-1.5 0 6.25 6.25 0 11-12.5 0z", fill: "#323544" }));
exports.default = Microphone1;