@icongo/pp
Version:
Pepicons Icons
41 lines (40 loc) • 1.92 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPMicrophonePrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPMicrophonePrint = function PPMicrophonePrint(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.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M11.5 2.5A2.5 2.5 0 0 0 9 5v4a2.5 2.5 0 0 0 5 0V5a2.5 2.5 0 0 0-2.5-2.5ZM7 18c0 .792 1.666 1 4.5 1s4.5-.208 4.5-1c0-.69-1.264-.937-3.464-.989v-1.588C15.333 15 17.5 12.9 17.5 10.3V8.5a1 1 0 1 0-2 0v1.8c0 1.725-1.756 3.2-4 3.2-2.244 0-4-1.475-4-3.2V8.5a1 1 0 0 0-2 0v1.8c0 2.623 2.204 4.737 5.036 5.133v1.576C8.292 17.058 7 17.303 7 18Z",
clipRule: "evenodd",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M7.75 4.25a2.25 2.25 0 0 1 4.5 0v3.5a2.25 2.25 0 0 1-4.5 0v-3.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M10 17c-2.48 0-4-.217-4-1s1.52-1 4-1 4 .217 4 1-1.52 1-4 1Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M9.5 12.5h1V16h-1v-3.5Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M14 7.5a.5.5 0 0 1 1 0v1.65c0 2.421-2.254 4.35-5 4.35s-5-1.929-5-4.35V7.5a.5.5 0 0 1 1 0v1.65c0 1.831 1.775 3.35 4 3.35s4-1.519 4-3.35V7.5Z"
})]
}));
};
exports.PPMicrophonePrint = PPMicrophonePrint;