UNPKG

@untitledui/file-icons

Version:

Official React library for Untitled UI File Icons

10 lines (7 loc) 187 B
import { FC, SVGProps } from 'react'; interface Props extends SVGProps<SVGSVGElement> { size?: number; theme?: "light" | "dark"; } declare const Xml: FC<Props>; export { Xml };