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