UNPKG

@demandjump/trinity

Version:

Public Demandjump React Components and UIKit

8 lines (7 loc) 253 B
import { SVGProps } from "react"; interface SVGRProps { title?: string; titleId?: string; } declare const SvgIconUserProfile: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element; export default SvgIconUserProfile;