UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.66 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgPersonPlus = function SvgPersonPlus(_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: "M16.761 11.521a5.24 5.24 0 1 1 0 10.479 5.24 5.24 0 0 1 0-10.479Zm-5.218 1.905a6.17 6.17 0 0 0-.675 1.43h-6.726a.713.713 0 0 0-.713.713v.55c0 .51.182 1.004.513 1.392 1.194 1.398 3.067 2.108 5.675 2.108.568 0 1.101-.033 1.6-.1.234.471.527.908.869 1.301-.758.153-1.582.228-2.469.228-2.997 0-5.27-.862-6.761-2.61a3.572 3.572 0 0 1-.856-2.319v-.55c0-1.183.96-2.142 2.142-2.142l7.401-.001Zm5.218 0-.086.008a.477.477 0 0 0-.383.383l-.007.086-.001 2.382h-2.377l-.085.007a.477.477 0 0 0-.383.383l-.008.086.008.085a.477.477 0 0 0 .383.383l.085.008h2.377v2.382l.008.085a.477.477 0 0 0 .383.383l.086.008.086-.008a.477.477 0 0 0 .383-.383l.007-.085v-2.382h2.385l.086-.008a.477.477 0 0 0 .383-.383l.008-.085-.008-.086a.477.477 0 0 0-.383-.383l-.086-.008h-2.386l.001-2.381-.007-.086a.477.477 0 0 0-.383-.383l-.086-.007Zm-7.144-11.426a4.763 4.763 0 1 1 0 9.526 4.763 4.763 0 0 1 0-9.526Zm0 1.429a3.334 3.334 0 1 0 0 6.668 3.334 3.334 0 0 0 0-6.668Z", fill: color })); }; export { SvgPersonPlus as S };