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