UNPKG

@icongo/pp

Version:
43 lines (42 loc) 1.87 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPPrinter = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPPrinter = function PPPrinter(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: "#fff", fillRule: "evenodd", d: "M5 7V3c0-.552.373-1 .833-1h8.334c.46 0 .833.448.833 1v4", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M6 3v4a1 1 0 0 1-2 0V3c0-1.068.776-2 1.833-2h8.334C15.224 1 16 1.932 16 3v4a1 1 0 1 1-2 0V3H6Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M4 6h12a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", fillRule: "evenodd", d: "M5 12v4.8c0 .663.373 1.2.833 1.2h8.334c.46 0 .833-.537.833-1.2V12", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M6 16.8V12a1 1 0 1 0-2 0v4.8c0 1.154.727 2.2 1.833 2.2h8.334C15.273 19 16 17.954 16 16.8V12a1 1 0 1 0-2 0v4.8a.661.661 0 0 1-.029.2H6.029A.66.66 0 0 1 6 16.8Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M7 16a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H7Zm0-2a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H7Z" })] })); }; exports.PPPrinter = PPPrinter;