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