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