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