UNPKG

@icongo/pp

Version:
33 lines 1.05 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 PPOpenPrint = 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("rect", { width: 11, height: 11, x: 7, y: 6, fill: "currentColor", opacity: 0.8, rx: 1 }), /*#__PURE__*/_jsx("path", { fill: "#000", d: "M14.5 14.5v-3.25a.5.5 0 0 1 1 0V15a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 1 .5-.5h3.75a.5.5 0 0 1 0 1H5.5v9h9Z" }), /*#__PURE__*/_jsx("path", { fill: "#000", d: "M10.354 10.354a.5.5 0 0 1-.708-.708l5-5a.5.5 0 0 1 .708.708l-5 5Z" }), /*#__PURE__*/_jsx("path", { fill: "#000", d: "M15.5 8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 1 0v3.5Z" }), /*#__PURE__*/_jsx("path", { fill: "#000", d: "M11.5 5.5a.5.5 0 0 1 0-1H15a.5.5 0 0 1 0 1h-3.5Z" })] })); export { PPOpenPrint };