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