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