UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.5 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgPersonPlusFilled = function SvgPersonPlusFilled(_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: "M10.57 16.76c0-1.228.357-2.372.973-3.335l-7.4.001c-1.184 0-2.143.96-2.143 2.142v.877c0 .544.17 1.076.486 1.52 1.47 2.061 3.872 3.082 7.131 3.082.887 0 1.71-.075 2.469-.228a6.167 6.167 0 0 1-1.517-4.059Zm3.81-9.997a4.763 4.763 0 1 0-9.526 0 4.763 4.763 0 0 0 9.526 0Zm7.62 9.997a5.239 5.239 0 1 0-10.478 0 5.239 5.239 0 0 0 10.478 0Zm-5.325-3.326.086-.008.086.008a.477.477 0 0 1 .383.383l.007.085v2.382h2.385l.086.007a.477.477 0 0 1 .383.383l.008.086-.008.086a.477.477 0 0 1-.383.383l-.086.007h-2.386l.001 2.382-.007.085a.477.477 0 0 1-.383.383l-.086.008-.086-.008a.477.477 0 0 1-.383-.383l-.007-.085-.001-2.382h-2.377l-.085-.007a.477.477 0 0 1-.383-.383l-.008-.086.008-.086a.477.477 0 0 1 .383-.383l.085-.007h2.377v-2.382l.008-.085a.477.477 0 0 1 .383-.383Z", fill: color })); }; export { SvgPersonPlusFilled as S };