@icongo/pp
Version:
Pepicons Icons
39 lines (38 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPLeavePrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPLeavePrint = function PPLeavePrint(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)("rect", {
width: 10,
height: 15,
x: 6,
y: 4,
fill: "currentColor",
opacity: 0.8,
rx: 1
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
d: "M17 10H9.5M4 3h9M4 17h9m0-14v4m0 6v4M4 3v14"
})]
}));
};
exports.PPLeavePrint = PPLeavePrint;