UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 244 B
import type { JSX } from 'preact'; export type SpinnerSpokesIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from spinner--spokes.svg */ export default function SpinnerSpokesIcon(props: SpinnerSpokesIconProps): JSX.Element;