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