@icongo/pp
Version:
Pepicons Icons
28 lines • 1.02 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 PPContract = 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("path", {
fill: "currentColor",
d: "M11.707 9.707a1 1 0 0 1-1.414-1.414l4-4a1 1 0 1 1 1.414 1.414l-4 4Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M11 10a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2h-4Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M12 9a1 1 0 1 1-2 0V5a1 1 0 1 1 2 0v4Zm-6.293 6.707a1 1 0 0 1-1.414-1.414l4-4a1 1 0 1 1 1.414 1.414l-4 4Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M10 15a1 1 0 1 1-2 0v-4a1 1 0 1 1 2 0v4Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M5 12a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2H5Z"
})]
}));
export { PPContract };