UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 247 B
import type { JSX } from 'preact'; export type SocialFacebookIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from social-facebook.svg */ export default function SocialFacebookIcon(props: SocialFacebookIconProps): JSX.Element;