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