@scaleflex/icons
Version:
SVG icons as React components
37 lines • 2.81 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var NoPeople = intrinsicComponent(function (_ref, ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "NoPeople",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M28.8795 25.0572L38.0328 34.2105V30.6636C38.0328 26.659 34.9436 23.341 31.0534 22.8833L28.8795 25.0572Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M12.7468 30.6636V34.2105L21.9001 25.0572L19.6118 22.8833C15.7216 23.341 12.7468 26.659 12.7468 30.6636Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M12.7468 41.1899V46.4531C12.7468 47.3684 13.4333 48.0549 14.3486 48.0549H36.431C37.3463 48.0549 38.0328 47.3684 38.0328 46.4531V41.1899L25.447 28.6041L12.7468 41.1899Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.6461 20.8238C24.8749 20.8238 25.1038 20.8238 25.3326 20.8238C25.5614 20.8238 25.7903 20.8238 26.0191 20.8238L34.6003 12.2426C34.6003 12.0137 34.6003 11.7849 34.6003 11.5561C34.6003 6.40732 30.3669 2.17391 25.2182 2.17391C20.0694 2.17391 15.836 6.40732 15.836 11.5561C15.836 11.7849 15.836 12.0137 15.836 12.2426L24.6461 20.8238Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M27.1633 25.0572L49.9321 2.28833C50.161 2.0595 50.2754 1.71625 50.2754 1.373C50.2754 1.02975 50.161 0.686499 49.9321 0.457666C49.7033 0.228833 49.3601 0.114417 49.0168 0.114417C48.6736 0.114417 48.3303 0.228833 48.1015 0.457666L25.7903 22.7689H24.9893L2.67814 0.457666C2.33489 0.228833 1.99164 0 1.64839 0C1.30514 0 0.96189 0.228833 0.733057 0.457666C0.389807 0.686499 0.275391 1.02975 0.275391 1.373C0.275391 1.71625 0.389807 2.0595 0.61864 2.28833L21.2136 22.7689L23.5019 25.0572L0.733057 47.8261C0.504224 48.0549 0.389807 48.3982 0.389807 48.7414C0.389807 49.0847 0.504224 49.4279 0.733057 49.6567C0.96189 49.8856 1.30514 50 1.64839 50C1.99164 50 2.33489 49.8856 2.56372 49.6567L25.3326 26.8879L48.1015 49.6567C48.3303 49.8856 48.6736 50 49.0168 50C49.3601 50 49.7033 49.8856 49.9321 49.6567C50.161 49.4279 50.2754 49.0847 50.2754 48.7414C50.2754 48.3982 50.161 48.0549 49.9321 47.8261L27.1633 25.0572Z",
fill: color
}));
});
export default NoPeople;