import * as React from "react"; function TableIcon(props: React.SVGProps) { return ; } export default TableIcon;