Exported icons

This commit is contained in:
Rainer Simon 2021-02-20 19:03:48 +01:00
parent 520ba17710
commit b408fd0765
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,6 @@ export const CheckIcon = props => {
)
}
/**
* Icon from FontAwesome https://fontawesome.com/icons/trash-alt,
* licensed under the CC BY 4.0 license https://fontawesome.com/license

View File

@ -3,5 +3,6 @@ export { default as createEnvironment } from './Environment';
export { default as I18n } from './i18n';
export { default as WebAnnotation } from './WebAnnotation';
export * from './Icons';
export * from './selection';
export * from './utils';