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