// GENERATE BY script // DON NOT EDIT IT MANUALLY import * as React from 'react' import data from './OpenllmText.json' import IconBase from '@/app/components/base/icons/IconBase' import type { IconData } from '@/app/components/base/icons/IconBase' const Icon = ( { ref, ...props }: React.MutableRefObject & { ref?: React.RefObject>; }, ) => Icon.displayName = 'OpenllmText' export default Icon