From b408fd0765dacc9eb71be3fdcce159bd87812e16 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sat, 20 Feb 2021 19:03:48 +0100 Subject: [PATCH] Exported icons --- src/Icons.js | 1 - src/index.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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';