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