| borgbutler-webapp/src/components/general/IconComponents.jsx | ●●●●● patch | view | raw | blame | history |
borgbutler-webapp/src/components/general/IconComponents.jsx
@@ -30,6 +30,12 @@ ); } function IconCancelJob() { return ( <FontAwesomeIcon icon={faTimes} color={'red'} size={'lg'}/> ); } function IconCheck() { return ( <FontAwesomeIcon icon={faCheck}/> @@ -111,6 +117,7 @@ export { IconAdd, IconCancel, IconCancelJob, IconCheck, IconCollapseClose, IconCollapseOpen,