import * as React from 'react'; export interface DataTable64Props extends React.SVGProps { ariaLabel?: string } export default function DataTable64({ ariaLabel, ...props }: DataTable64Props) { return ( ); }