UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

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