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