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