UNPKG

@untitledui/icons

Version:

Official React library for Untitled UI Icons

10 lines (7 loc) 187 B
import { FC, SVGProps } from 'react'; interface Props extends SVGProps<SVGSVGElement> { color?: string; size?: number; } declare const Target04: FC<Props>; export { Target04 };