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