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