diff -r df751568fda6 -r b26c9c44dd84 clientjs/packages/dashboard-components/src/ui/index.js --- a/clientjs/packages/dashboard-components/src/ui/index.js Mon Sep 17 01:35:46 2018 +0200 +++ b/clientjs/packages/dashboard-components/src/ui/index.js Mon Sep 17 10:47:06 2018 +0200 @@ -9,6 +9,7 @@ faFileAlt, faShareAlt, faGlobe, + faCircleNotch, } from '@fortawesome/free-solid-svg-icons'; import { faWikipediaW } from '@fortawesome/free-brands-svg-icons'; @@ -23,6 +24,7 @@ faShareAlt, faGlobe, faWikipediaW, + faCircleNotch, ); export { default as Annotation } from './Annotation';