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