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