UNPKG

ui-complex

Version:

8 lines (6 loc) 229 B
import { default as React } from 'react'; interface IProps { pathProps?: React.SVGProps<SVGPathElement>; } declare const LinkIcon: ({ pathProps }: IProps) => import("react/jsx-runtime").JSX.Element; export default LinkIcon;