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