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