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