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