@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.28 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgPersonTwoFilled = function SvgPersonTwoFilled(_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: "M8 11.53c2.21 0 4-1.686 4-3.765 0-2.08-1.79-3.765-4-3.765s-4 1.686-4 3.765 1.79 3.764 4 3.764Zm9 0c1.657 0 3-1.265 3-2.824 0-1.56-1.343-2.824-3-2.824s-3 1.264-3 2.824c0 1.56 1.343 2.823 3 2.823Zm-12.75 1.882c-1.243 0-2.25.948-2.25 2.117v.236s0 4.235 6 4.235 6-4.235 6-4.235v-.236c0-1.17-1.007-2.117-2.25-2.117h-7.5Zm12.75 5.176c-1.171 0-2.068-.17-2.755-.431a5.006 5.006 0 0 0 .627-1.467 4.553 4.553 0 0 0 .125-.809l.003-.069v-.283c0-.82-.343-1.566-.902-2.115a2.32 2.32 0 0 1 .102-.002h5.6c1.215 0 2.2.927 2.2 2.07 0 0 0 3.106-5 3.106Z",
fill: color
}));
};
export { SvgPersonTwoFilled as S };