UNPKG

@icongo/pp

Version:
46 lines (45 loc) 1.83 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPTrashPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPTrashPrint = function PPTrashPrint(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.jsxs)("g", { fill: "currentColor", opacity: 0.8, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 10, height: 11.5, x: 7, y: 7, rx: 1 }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] })); }; exports.PPTrashPrint = PPTrashPrint;