diff --git a/src/Icons.js b/src/Icons.js index 40fe762..0a58412 100644 --- a/src/Icons.js +++ b/src/Icons.js @@ -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 diff --git a/src/index.js b/src/index.js index 6cff55c..4914301 100644 --- a/src/index.js +++ b/src/index.js @@ -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';