@icongo/pp
Version:
Pepicons Icons
42 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPMicrophone2 = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
stroke: "currentColor",
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 11.663,
cy: 5.118,
r: 3,
strokeWidth: 2,
transform: "rotate(38.27 11.663 5.118)"
}), /*#__PURE__*/_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__*/_jsx("path", {
strokeWidth: 1.5,
d: "m9.617 2.867.821 1.25a5 5 0 0 0 2.483 1.959l1.407.507"
}), /*#__PURE__*/_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__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
export { PPMicrophone2 };