@icongo/pp
Version:
Pepicons Icons
47 lines (46 loc) • 2.63 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPPersons = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPPersons = function PPPersons(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",
fillRule: "evenodd",
clipPath: "url(#prefix__a)",
clipRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.236 10.055a4.954 4.954 0 0 0-.832 2.748v.697a1 1 0 0 1-2 0v-.697c0-1.373.406-2.715 1.168-3.858l1.664 1.11Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.207 9c-.792 0-1.532.396-1.971 1.055l-1.664-1.11A4.369 4.369 0 0 1 6.207 7h.197a1 1 0 0 1 0 2h-.197Zm2.211 1.055c.543.813.832 1.77.832 2.748v.697a1 1 0 0 0 2 0v-.697a6.955 6.955 0 0 0-1.168-3.858l-1.664 1.11Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.447 9c.792 0 1.532.396 1.971 1.055l1.664-1.11A4.369 4.369 0 0 0 6.447 7H6.25a1 1 0 0 0 0 2h.197Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.25 6.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm0 2a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5Zm5.236 5.055a4.954 4.954 0 0 0-.832 2.748v.697a1 1 0 0 1-2 0v-.697c0-1.373.406-2.715 1.168-3.858l1.664 1.11Zm1.971-1.055c-.792 0-1.532.396-1.971 1.055l-1.664-1.11a4.369 4.369 0 0 1 3.635-1.945h.197a1 1 0 0 1 0 2h-.197Zm2.211 1.055c.543.813.832 1.77.832 2.748v.697a1 1 0 0 0 2 0v-.697a6.955 6.955 0 0 0-1.168-3.858l-1.664 1.11Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.697 12.25c.792 0 1.532.396 1.971 1.055l1.664-1.11a4.369 4.369 0 0 0-3.635-1.945H13.5a1 1 0 1 0 0 2h.197Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.5 9.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm0 2a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5Z"
})]
}), /*#__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.PPPersons = PPPersons;