@icongo/pp
Version:
Pepicons Icons
63 lines (62 loc) • 1.86 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPListPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPListPrint = function PPListPrint(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.jsxs)("g", {
opacity: 0.8,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 6,
cy: 7.25,
r: 1.5,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 6,
cy: 11.25,
r: 1.5,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 6,
cy: 15.25,
r: 1.5,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
d: "M9.5 7.25h7m-7 4h7m-7 4h7"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 5,
cy: 6,
r: 1.5,
fill: "#000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 5,
cy: 10,
r: 1.5,
fill: "#000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 5,
cy: 14,
r: 1.5,
fill: "#000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
d: "M8 6.5h8m-8 4h8m-8 4h8"
})]
}));
};
exports.PPListPrint = PPListPrint;