box-ui-elements-mlh
Version:
41 lines (38 loc) • 1.69 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 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 CrosshairRegion32 = function CrosshairRegion32(props) {
return /*#__PURE__*/React.createElement(AccessibleSVG, _extends({
viewBox: "0 0 32 32",
width: 32,
height: 32
}, props), /*#__PURE__*/React.createElement("g", {
fillRule: "nonzero",
fill: "none"
}, /*#__PURE__*/React.createElement("path", {
fill: "#fff",
d: "M23 15h-6.01V9h-2.98v6H8v3h6.01v6h2.98v-6H23z"
}), /*#__PURE__*/React.createElement("path", {
fill: "#231F1F",
d: "M21.99 16.01h-6V10h-.98v6.01h-6v.98h6V23h.98v-6.01h6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M27 5h-8v8h8V5zm-3 3v2h-2V8h2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M26 6h-6v6h6V6zm-1 1v4h-4V7h4z",
fill: "#231F1F"
})));
};
export default CrosshairRegion32;
//# sourceMappingURL=CrosshairRegion32.js.map