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