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