@icongo/pp
Version:
Pepicons Icons
49 lines (48 loc) • 2.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPPrinterPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPPrinterPrint = function PPPrinterPrint(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)("rect", {
width: 18,
height: 11,
x: 2,
y: 7.5,
fill: "currentColor",
opacity: 0.8,
rx: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M4.5 2a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v4.5h-11V2Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M5 6.5H4V2.1C4 1.234 4.612.5 5.417.5h9.166C15.388.5 16 1.234 16 2.1v4.4h-1V2.1c0-.35-.209-.6-.417-.6H5.417c-.208 0-.417.25-.417.6v4.4Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M16 6H4a3 3 0 0 0-3 3v5a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3ZM2 9a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M15.5 17.531a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V11.97h11v5.562Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M15 11.969h1v5.25c0 .97-.588 1.812-1.417 1.812H5.417C4.588 19.031 4 18.19 4 17.22v-5.25h1v5.25c0 .479.233.812.417.812h9.166c.184 0 .417-.333.417-.812v-5.25Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M13.5 15.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h7Zm0-2a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h7Z"
})]
}));
};
exports.PPPrinterPrint = PPPrinterPrint;