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