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