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