UNPKG

box-ui-elements

Version:
22 lines 930 B
import * as React from 'react'; import { bdlGray50 } from '../../styles/variables'; import AccessibleSVG from '../accessible-svg'; const IconGridViewInverted = ({ className = '', color = bdlGray50, height = 16, title, width = 16 }) => /*#__PURE__*/React.createElement(AccessibleSVG, { className: `icon-grid-view-inverted ${className}`, title: title, width: width, height: height, viewBox: "0 0 16 16" }, /*#__PURE__*/React.createElement("path", { d: "M2.5 2h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5zm7 0h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5zm-7 7h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5zm7 0h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5z", fill: color, fillRule: "nonzero" })); export default IconGridViewInverted; //# sourceMappingURL=IconGridViewInverted.js.map