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