UNPKG

box-ui-elements-mlh

Version:
27 lines (23 loc) 634 B
**Annotation icons** ```jsx const IconsExample = require('../../../examples/src/IconsExample').default; const icons = [ { name: 'IconDrawAnnotation', component: require('./IconDrawAnnotation').default, }, { name: 'IconHighlightAnnotation', component: require('./IconHighlightAnnotation').default, }, { name: 'IconHighlightCommentAnnotation', component: require('./IconHighlightCommentAnnotation').default, }, { name: 'IconPointAnnotation', component: require('./IconPointAnnotation').default, }, ]; <IconsExample icons={icons} />; ```