UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 219 B
import type { JSX } from 'preact'; export type CaretUpIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from caret-up.svg */ export default function CaretUpIcon(props: CaretUpIconProps): JSX.Element;