UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 256 B
import type { JSX } from 'preact'; export type FolderOpenFilledIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from folder-open-filled.svg */ export default function FolderOpenFilledIcon(props: FolderOpenFilledIconProps): JSX.Element;