@icongo/pp
Version:
Pepicons Icons
61 lines • 1.58 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 PPChainPrint = 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", {
strokeLinecap: "round",
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/_jsxs("g", {
fill: "currentColor",
stroke: "currentColor",
strokeWidth: 2,
opacity: 0.8,
children: [/*#__PURE__*/_jsx("rect", {
width: 6,
height: 10,
x: 14.784,
y: 3.384,
rx: 3,
transform: "rotate(33.038 14.784 3.384)"
}), /*#__PURE__*/_jsx("rect", {
width: 6,
height: 10,
x: 9.836,
y: 7.323,
rx: 3,
transform: "rotate(33.038 9.836 7.323)"
})]
}), /*#__PURE__*/_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__*/_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__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
export { PPChainPrint };