UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 240 B
import type { JSX } from 'preact'; export type CcZeroFilledIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from cc-zero-filled.svg */ export default function CcZeroFilledIcon(props: CcZeroFilledIconProps): JSX.Element;