box-ui-elements-mlh
Version:
38 lines (35 loc) • 2.62 kB
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, 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
*/
var IconBoxApp512 = function IconBoxApp512(props) {
return /*#__PURE__*/React.createElement(AccessibleSVG, _extends({
width: 512,
height: 512,
viewBox: "0 0 512 512"
}, props), /*#__PURE__*/React.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("rect", {
fill: vars.bdlBoxBlue,
width: 512,
height: 512,
rx: 118
}), /*#__PURE__*/React.createElement("path", {
d: "M94.933 155.23c7.076 0 12.827 5.644 12.955 12.696v54.57c10.857-8.137 24.312-12.954 38.877-12.954 24.804 0 46.363 13.941 57.229 34.412 10.862-20.47 32.432-34.412 57.219-34.412 35.76 0 64.771 28.992 64.771 64.763 0 35.787-29.01 64.786-64.771 64.786-24.787 0-46.357-13.955-57.22-34.405-10.865 20.45-32.424 34.405-57.228 34.405-35.428 0-64.18-28.423-64.75-63.707H82V167.926c.162-7.052 5.857-12.697 12.933-12.697zm309.058 60.17c4.767-5.538 13.41-6.633 19.57-2.362 6.152 4.235 7.43 12.204 2.974 17.912l-35.251 43.27 35.208 43.186c4.465 5.724 3.181 13.671-2.972 17.923-6.16 4.252-14.8 3.17-19.572-2.377l-30.284-37.117-30.3 37.117c-4.718 5.547-13.414 6.63-19.556 2.377-6.141-4.252-7.425-12.199-2.946-17.923h-.012l35.187-43.186-35.187-43.27h.012c-4.479-5.708-3.195-13.674 2.946-17.912 6.142-4.27 14.838-3.176 19.555 2.363v-.01l30.301 37.169 30.327-37.168zm-142.778 20.073c-21.465 0-38.87 17.385-38.87 38.832 0 21.464 17.405 38.853 38.87 38.853 21.455 0 38.85-17.389 38.85-38.853 0-21.447-17.395-38.832-38.85-38.832zm-114.448 0c-21.46 0-38.877 17.385-38.877 38.84 0 21.46 17.416 38.845 38.877 38.845 21.458 0 38.838-17.389 38.838-38.853 0-21.447-17.38-38.832-38.838-38.832z",
fill: "#FFFFFE"
})));
};
export default IconBoxApp512;
//# sourceMappingURL=IconBoxApp512.js.map