@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
34 lines (27 loc) • 1.19 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MicFill = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var MicFill = function MicFill(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props), {}, {
className: "btfont ".concat(props.className ? props.className : ''),
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z",
fillRule: "evenodd"
})]
}));
};
exports.MicFill = MicFill;
//# sourceMappingURL=MicFill.js.map
;