@icongo/pp
Version:
Pepicons Icons
31 lines • 881 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPEnterPrint = 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: 10,
height: 15,
x: 8.25,
y: 4,
fill: "currentColor",
opacity: 0.8,
rx: 1
}), /*#__PURE__*/_jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M8.867 7.5 10.95 10 8.867 7.5Zm0 5L10.95 10l-2.083 2.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
stroke: "#000",
strokeLinecap: "round",
d: "M10.5 10H3m12.5 7H6.3m9.2-14H6.326M6.25 17v-4m0-6V3m9.35 14V3"
})]
}));
export { PPEnterPrint };