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