@icongo/pp
Version:
Pepicons Icons
31 lines • 862 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 PPLeavePrint = 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: 6,
y: 4,
fill: "currentColor",
opacity: 0.8,
rx: 1
}), /*#__PURE__*/_jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M15.667 7.5 17.75 10l-2.083-2.5Zm0 5L17.75 10l-2.083 2.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
stroke: "#000",
strokeLinecap: "round",
d: "M17 10H9.5M4 3h9M4 17h9m0-14v4m0 6v4M4 3v14"
})]
}));
export { PPLeavePrint };