@orfeas126/box-ui-elements
Version:
Box UI Elements
61 lines (59 loc) • 4.54 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* eslint-disable react/jsx-sort-props */
import * as React from 'react';
import * as vars from '../styles/variables';
import AccessibleSVG from '../components/accessible-svg/AccessibleSVG';
/**
* This is an auto-generated component and should not be edited
* manually in contributor pull requests.
*
* If you have problems with this component:
* - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
*
* If there are missing features in this component:
* - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
*/
const UserOrbit56 = props => /*#__PURE__*/React.createElement(AccessibleSVG, _extends({
width: 56,
height: 56,
viewBox: "0 0 56 56"
}, props), /*#__PURE__*/React.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("circle", {
cx: 16,
cy: 48,
r: 4,
fill: vars.bdlBoxBlue10
}), /*#__PURE__*/React.createElement("circle", {
cx: 18,
cy: 10,
r: 6,
fill: vars.bdlBoxBlue10
}), /*#__PURE__*/React.createElement("path", {
fill: vars.bdlBoxBlue,
fillRule: "nonzero",
d: "M33.676 4.253c2.645.675 4.72 2.63 6.138 5.451 6.966 1.52 12.252 5.432 13.761 11.009 1.148 4.242-.084 8.732-3.056 12.735a5 5 0 11-7.389 6.717c-2.585 1.65-5.547 3.038-8.791 4.053-4.158 5.638-9.363 8.717-14.015 7.53-3.163-.809-5.513-3.446-6.895-7.208-5.583-1.865-9.702-5.438-11.004-10.253-.86-3.177-.385-6.492 1.156-9.638a5 5 0 016.353-7.698c2.703-2.2 5.996-4.088 9.718-5.48l.336-.124c4.101-5.36 9.157-8.251 13.688-7.094zm-.939 40.43l-.082.022c-6.457 1.713-12.791 1.669-18.01.208 1.295 3.1 3.32 5.239 5.938 5.908 3.905.997 8.38-1.465 12.154-6.138zm-8.875-32.455a37.348 37.348 0 00-4.304 1.423c-2.062 3.117-3.816 6.923-5.01 11.17-.518 1.84-.9 3.659-1.156 5.43A3.996 3.996 0 0116 34a4.003 4.003 0 01-2.918 3.852c.123 1.69.382 3.276.77 4.72 5.061 1.748 11.568 1.98 18.286.2a37.525 37.525 0 002.527-.765c1.965-3.05 3.637-6.735 4.787-10.827 1.1-3.911 1.592-7.726 1.545-11.18a3 3 0 01-.686-5.92 19.86 19.86 0 00-.71-2.376c-4.612-1.046-10.101-.97-15.739.524zm-5.906 2.11l-.271.126c-2.4 1.125-4.552 2.469-6.4 3.959A5 5 0 015.291 25.7c-1.268 2.678-1.646 5.45-.937 8.066 1.008 3.72 4.08 6.629 8.361 8.379a26.922 26.922 0 01-.625-4.146L12 38c-2.21 0-4-1.79-4-4a3.999 3.999 0 014.417-3.979 43.47 43.47 0 011.166-5.447c1.07-3.802 2.581-7.273 4.373-10.236zm22.802-2.342l.004.01c.214.642.4 1.313.56 2.012a3 3 0 01.672 5.813c.058 3.181-.332 6.647-1.21 10.204l-.148.583-.22.808c-1.044 3.715-2.511 7.113-4.249 10.03a33.8 33.8 0 006.03-3.064 5 5 0 016.651-6.039c2.673-3.561 3.781-7.491 2.798-11.12-1.197-4.417-5.304-7.69-10.888-9.237zM49.9 34.245l-.185.224c-1.555 1.864-3.493 3.604-5.745 5.141a3.999 3.999 0 105.93-5.365zM47 33a3.999 3.999 0 00-3.92 4.8c2.01-1.397 3.733-2.96 5.113-4.619A3.989 3.989 0 0047 33zm-35-1a2 2 0 100 4h.003c-.017-1.288.04-2.623.171-3.991A1.633 1.633 0 0012 32zm1.146.36l-.008.077A36.091 36.091 0 0013 35.732a1.999 1.999 0 00.146-3.372zm-2.639-13.284l-.213.185c-1.928 1.715-3.468 3.594-4.542 5.54a3.999 3.999 0 004.755-5.725zM7 17a3.999 3.999 0 00-2.93 6.722c1.216-2.165 2.937-4.233 5.07-6.1A3.956 3.956 0 007 17zm14.722-6.237a41.182 41.182 0 011.623-.468c5.343-1.418 10.601-1.632 15.214-.836-1.273-2.217-3.01-3.735-5.142-4.28-3.748-.956-8.02 1.273-11.695 5.584z"
}), /*#__PURE__*/React.createElement("path", {
fill: vars.bdlBoxBlue10,
fillRule: "nonzero",
d: "M27.5 20a7.5 7.5 0 100 15 7.5 7.5 0 000-15z"
}), /*#__PURE__*/React.createElement("path", {
fill: vars.bdlBoxBlue,
fillRule: "nonzero",
d: "M27.5 18c5.247 0 9.5 4.253 9.5 9.5S32.747 37 27.5 37 18 32.747 18 27.5s4.253-9.5 9.5-9.5zm0 2a7.5 7.5 0 00-5.25 12.856 5.503 5.503 0 0110.5-.001A7.5 7.5 0 0027.5 20zm0 3a2.5 2.5 0 010 5 2.5 2.5 0 010-5z"
}), /*#__PURE__*/React.createElement("path", {
fill: vars.bdlBoxBlue10,
fillRule: "nonzero",
d: "M47 33c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"
}), /*#__PURE__*/React.createElement("path", {
fill: vars.white,
fillRule: "nonzero",
d: "M7 17c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"
}), /*#__PURE__*/React.createElement("path", {
fill: vars.bdlBoxBlue10,
fillRule: "nonzero",
d: "M12 32a2 2 0 11.001 3.999A2 2 0 0112 32z"
})));
export default UserOrbit56;
//# sourceMappingURL=UserOrbit56.js.map