UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 211 B
import type { JSX } from 'preact'; export type CcStdIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from cc-std.svg */ export default function CcStdIcon(props: CcStdIconProps): JSX.Element;