import { IconProps, Icon } from "@chakra-ui/react";
export const Grid = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><rect x={3} y={3} width={7} height={7} /><rect x={14} y={3} width={7} height={7} /><rect x={14} y={14} width={7} height={7} /><rect x={3} y={14} width={7} height={7} /></Icon>;