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