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