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