Exported icons
This commit is contained in:
parent
520ba17710
commit
b408fd0765
|
@ -42,7 +42,6 @@ export const CheckIcon = props => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Icon from FontAwesome https://fontawesome.com/icons/trash-alt,
|
* Icon from FontAwesome https://fontawesome.com/icons/trash-alt,
|
||||||
* licensed under the CC BY 4.0 license https://fontawesome.com/license
|
* licensed under the CC BY 4.0 license https://fontawesome.com/license
|
||||||
|
|
|
@ -3,5 +3,6 @@ export { default as createEnvironment } from './Environment';
|
||||||
export { default as I18n } from './i18n';
|
export { default as I18n } from './i18n';
|
||||||
export { default as WebAnnotation } from './WebAnnotation';
|
export { default as WebAnnotation } from './WebAnnotation';
|
||||||
|
|
||||||
|
export * from './Icons';
|
||||||
export * from './selection';
|
export * from './selection';
|
||||||
export * from './utils';
|
export * from './utils';
|
||||||
|
|
Loading…
Reference in New Issue