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