@icongo/pp
Version:
Pepicons Icons
27 lines • 996 B
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 PPMicrophone = 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__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M7.5 4.5a2.5 2.5 0 0 1 5 0v4a2.5 2.5 0 0 1-5 0v-4Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M10 18.5c-2.834 0-4.5-.208-4.5-1s1.666-1 4.5-1 4.5.208 4.5 1-1.666 1-4.5 1Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M9.036 13.5h2V18h-2v-4.5Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M14 8a1 1 0 1 1 2 0v1.8c0 2.914-2.721 5.2-6 5.2s-6-2.286-6-5.2V8a1 1 0 0 1 2 0v1.8c0 1.725 1.756 3.2 4 3.2 2.244 0 4-1.475 4-3.2V8Z"
})]
}));
export { PPMicrophone };