UNPKG

@icongo/pp

Version:
35 lines 1.4 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var PPPrinter = 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__*/_jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M5 7V3c0-.552.373-1 .833-1h8.334c.46 0 .833.448.833 1v4", clipRule: "evenodd" }), /*#__PURE__*/_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__*/_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__*/_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__*/_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__*/_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" })] })); export { PPPrinter };