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