UNPKG

box-ui-elements-mlh

Version:
37 lines (34 loc) 1.91 kB
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 PlatformSandbox32 = function PlatformSandbox32(props) { return /*#__PURE__*/React.createElement(AccessibleSVG, _extends({ width: 32, height: 32, viewBox: "0 0 32 32" }, props), /*#__PURE__*/React.createElement("g", { fill: "none" }, /*#__PURE__*/React.createElement("rect", { width: 32, height: 32, fill: vars.bdlLightBlue, rx: 6 }), /*#__PURE__*/React.createElement("path", { fill: vars.white, d: "M9 12v3.223a.93.93 0 00.939 1c.599 0 .999-.64 1.578-.73a1.937 1.937 0 011.907 2.968c-.41.64-1.156.98-1.907.87-.62-.09-.999-.72-1.578-.73a.938.938 0 00-.939 1V23h11v-3.459c.1-.5.635-1 1.204-1 .57 0 1 .64 1.578.73a1.937 1.937 0 001.907-2.967 1.937 1.937 0 00-1.907-.87c-.629.09-.998.719-1.578.729C20.676 16.13 20 15.529 20 15v-3h-3.466c-.529.001-.701-.646-.733-1.175 0-.56.59-.88.71-1.45a1.946 1.946 0 10-3.825-.13c.09.63.718 1 .738 1.58.002.634-.347 1.175-.998 1.175H9z" }))); }; export default PlatformSandbox32; //# sourceMappingURL=PlatformSandbox32.js.map