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