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