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