UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 218 B
import type { JSX } from 'preact'; export type RefreshIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from refresh.svg */ export default function RefreshIcon(props: RefreshIconProps): JSX.Element;