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