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