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