@icongo/pp
Version:
Pepicons Icons
34 lines • 1.29 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 PPPowerPrint = 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", {
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M11.5 20a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M4.477 5.46a.6.6 0 1 1 .854.842 6.018 6.018 0 0 0-1.731 4.24c0 3.312 2.643 5.992 5.9 5.992 3.257 0 5.9-2.68 5.9-5.992a6.02 6.02 0 0 0-1.731-4.24.6.6 0 1 1 .854-.842 7.218 7.218 0 0 1 2.077 5.082c0 3.97-3.177 7.192-7.1 7.192-3.923 0-7.1-3.222-7.1-7.192 0-1.93.756-3.743 2.077-5.082Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M8.878 1.25a.6.6 0 0 1 1.2 0v7.085a.6.6 0 0 1-1.2 0V1.25Z"
})]
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
export { PPPowerPrint };