@icongo/pp
Version:
Pepicons Icons
39 lines (38 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPEnterPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPEnterPrint = function PPEnterPrint(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: 8.25,
y: 4,
fill: "currentColor",
opacity: 0.8,
rx: 1
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
d: "M10.5 10H3m12.5 7H6.3m9.2-14H6.326M6.25 17v-4m0-6V3m9.35 14V3"
})]
}));
};
exports.PPEnterPrint = PPEnterPrint;