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