UNPKG

@braineet/ui

Version:

Braineet design system

25 lines 1.09 kB
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); } import * as React from 'react'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; function Grid(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 20C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6ZM18 18H6V6H18V18Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 8H16V11H13V8ZM11 13H8V16H11V13ZM16 13H13V16H16V13ZM11 8H8V11H11V8Z", fill: "currentColor" })] })); } export default Grid;