3v324v23's picture
Зафиксирована рабочая версия TEN-Agent для HuggingFace Space
87337b1
raw
history blame contribute delete
213 Bytes
import { IconProps } from "../types"
import TranscriptionSvg from "@/assets/transcription.svg"
export const TranscriptionIcon = (props: IconProps) => {
return <TranscriptionSvg {...props}></TranscriptionSvg>
}