@icongo/pp
Version:
Pepicons Icons
25 lines • 948 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 PPDuplicatePrint = 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("path", {
fill: "currentColor",
d: "M15 9h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-2H7a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v2Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M15 7.5H8a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5Zm-6.5 7v-6h6v6h-6Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M5.5 11.5h3v1H5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v3.5h-1v-3h-6v6Z"
})]
}));
export { PPDuplicatePrint };