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