@icongo/pp
Version:
Pepicons Icons
50 lines (49 loc) • 1.95 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPMicrophone2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPMicrophone2 = function PPMicrophone2(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
stroke: "currentColor",
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 11.663,
cy: 5.118,
r: 3,
strokeWidth: 2,
transform: "rotate(38.27 11.663 5.118)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
strokeLinecap: "round",
strokeWidth: 2,
d: "m8.544 5.842-4.562 6.59m7.703-4.112-5.348 5.97m-2.355-1.858 2.355 1.858"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
strokeWidth: 1.5,
d: "m9.617 2.867.821 1.25a5 5 0 0 0 2.483 1.959l1.407.507"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
strokeLinecap: "round",
strokeWidth: 2,
d: "M4.7 14s-1.034 1.328-1.158 2c-.144.774.135 1.287.514 1.586.379.299 1.211.388 1.993.299 2.134-.245 3.423-3.438 5.35-4.385 1.488-.73 1.385-.632 3-1 1.374-.313 2.699-.547 2.699-.547"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
};
exports.PPMicrophone2 = PPMicrophone2;