UNPKG

@icongo/pp

Version:
69 lines (68 loc) 2.15 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPChainPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPChainPrint = function PPChainPrint(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", { strokeLinecap: "round", clipPath: "url(#prefix__a)", children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "currentColor", stroke: "currentColor", strokeWidth: 2, opacity: 0.8, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 6, height: 10, x: 14.784, y: 3.384, rx: 3, transform: "rotate(33.038 14.784 3.384)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 6, height: 10, x: 9.836, y: 7.323, rx: 3, transform: "rotate(33.038 9.836 7.323)" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 7, height: 11, x: 13.137, y: 1.192, stroke: "#000", rx: 3.5, transform: "rotate(33.038 13.137 1.192)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 7, height: 11, x: 8.189, y: 5.131, stroke: "#000", rx: 3.5, transform: "rotate(33.038 8.189 5.131)" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", { id: "prefix__a", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) })] })); }; exports.PPChainPrint = PPChainPrint;