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