UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 239 B
import type { JSX } from 'preact'; export type DottedCircleIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from dotted-circle.svg */ export default function DottedCircleIcon(props: DottedCircleIconProps): JSX.Element;