@icongo/pp
Version:
Pepicons Icons
55 lines • 1.31 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 PPListPrint = 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", {
opacity: 0.8,
children: [/*#__PURE__*/_jsx("circle", {
cx: 6,
cy: 7.25,
r: 1.5,
fill: "currentColor"
}), /*#__PURE__*/_jsx("circle", {
cx: 6,
cy: 11.25,
r: 1.5,
fill: "currentColor"
}), /*#__PURE__*/_jsx("circle", {
cx: 6,
cy: 15.25,
r: 1.5,
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
d: "M9.5 7.25h7m-7 4h7m-7 4h7"
})]
}), /*#__PURE__*/_jsx("circle", {
cx: 5,
cy: 6,
r: 1.5,
fill: "#000"
}), /*#__PURE__*/_jsx("circle", {
cx: 5,
cy: 10,
r: 1.5,
fill: "#000"
}), /*#__PURE__*/_jsx("circle", {
cx: 5,
cy: 14,
r: 1.5,
fill: "#000"
}), /*#__PURE__*/_jsx("path", {
stroke: "#000",
strokeLinecap: "round",
d: "M8 6.5h8m-8 4h8m-8 4h8"
})]
}));
export { PPListPrint };