UNPKG

@icongo/cg

Version:
21 lines 664 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var CGDisplayGrid = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M7 7v4h4V7H7Zm6 0h4v4h-4V7Zm0 6v4h4v-4h-4Zm-6 0h4v4H7v-4Z" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 3h18v18H3V3Zm2 2v14h14V5H5Z", clipRule: "evenodd" })] })); export { CGDisplayGrid };