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