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