UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 235 B
import type { JSX } from 'preact'; export type GoogleDriveIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from google-drive.svg */ export default function GoogleDriveIcon(props: GoogleDriveIconProps): JSX.Element;