@icongo/pp
Version:
Pepicons Icons
38 lines • 1.35 kB
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 PPTrashPrint = 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__*/_jsxs("g", {
fill: "currentColor",
opacity: 0.8,
children: [/*#__PURE__*/_jsx("rect", {
width: 10,
height: 11.5,
x: 7,
y: 7,
rx: 1
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M10.016 4.25A2.003 2.003 0 0 1 12 2.5c1.018 0 1.86.765 1.984 1.75H17a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h3.016Z",
clipRule: "evenodd"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M8.5 14.999a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 1 0v6Zm2 0a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 1 0v6Zm2 0a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 1 0v6Zm-1-10.5h-3a1.501 1.501 0 0 1 3-.001Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M4.5 4.999a.5.5 0 1 1 0-1h11a.5.5 0 0 1 0 1h-11Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M14.5 5.5h-9A.5.5 0 0 0 5 6v11a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5ZM6 16.5v-10h8v10H6Z",
clipRule: "evenodd"
})]
}));
export { PPTrashPrint };