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 EditorTextItalicIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from editor-text-italic.svg */ export default function EditorTextItalicIcon(props: EditorTextItalicIconProps): JSX.Element;