@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.57 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgPeopleFilled = function SvgPeopleFilled(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14.754 10.222c.966 0 1.75.697 1.75 1.556v4.221c0 2.21-2.015 4.001-4.501 4.001s-4.501-1.791-4.501-4v-4.222c0-.86.783-1.556 1.75-1.556h5.502Zm-7.623 0c-.35.375-.575.845-.62 1.36l-.01.196v4.221c0 .753.192 1.466.534 2.102-.33.08-.676.121-1.034.121-2.21 0-4.001-1.592-4.001-3.556v-2.888c0-.816.707-1.486 1.606-1.55l.144-.006h3.381Zm9.744 0h3.375c.966 0 1.75.697 1.75 1.556v2.889c0 1.963-1.79 3.555-4 3.555-.356 0-.702-.041-1.03-.119.3-.558.484-1.174.525-1.824l.009-.28v-4.221c0-.592-.236-1.134-.63-1.557Zm-4.875-6.222c1.657 0 3 1.194 3 2.667 0 1.472-1.343 2.666-3 2.666s-3-1.194-3-2.666c0-1.473 1.343-2.667 3-2.667Zm6.5.889c1.38 0 2.5.995 2.5 2.222 0 1.227-1.12 2.222-2.5 2.222s-2.5-.995-2.5-2.222c0-1.227 1.12-2.222 2.5-2.222Zm-13 0c1.38 0 2.5.995 2.5 2.222 0 1.227-1.12 2.222-2.5 2.222s-2.5-.995-2.5-2.222c0-1.227 1.12-2.222 2.5-2.222Z",
fill: color
}));
};
export { SvgPeopleFilled as S };