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