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