UNPKG

@brizy/ui-icons

Version:
8 lines (7 loc) 726 B
import React from "react"; export const GridOutline = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", stroke: "currentColor", strokeWidth: 1.75, strokeLinecap: "round", strokeLinejoin: "round" }, React.createElement("g", { transform: "scale(0.666667)" }, React.createElement("rect", { x: 3, y: 3, width: 7, height: 7, rx: 1 }), React.createElement("rect", { x: 14, y: 3, width: 7, height: 7, rx: 1 }), React.createElement("rect", { x: 3, y: 14, width: 7, height: 7, rx: 1 }), React.createElement("rect", { x: 14, y: 14, width: 7, height: 7, rx: 1 }))));