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