clientjs/packages/dashboard-components/src/ui/index.js
changeset 5 b26c9c44dd84
parent 0 5f4fcbc80b37
child 6 819a7ab4e3fb
--- 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';