import React from "react"; import type { SVGIcon } from "./types"; const Grid = (props: SVGIcon) => ( ); export default Grid;