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