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