@icongo/pp
Version:
Pepicons Icons
33 lines • 823 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 PPChain = 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("rect", {
width: 6,
height: 10,
x: 12.784,
y: 2.384,
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
rx: 3,
transform: "rotate(33.038 12.784 2.384)"
}), /*#__PURE__*/_jsx("rect", {
width: 6,
height: 10,
x: 7.836,
y: 6.323,
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
rx: 3,
transform: "rotate(33.038 7.836 6.323)"
})]
}));
export { PPChain };