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