UNPKG

@orfeas126/box-ui-elements

Version:
13 lines (12 loc) 360 B
import * as React from 'react'; import { TwoTonedIcon } from '../iconTypes'; declare class IconHighlightAnnotation extends React.Component<TwoTonedIcon> { static defaultProps: { className: string; height: number; width: number; }; idPrefix: string; render(): React.JSX.Element; } export default IconHighlightAnnotation;