diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/WarningBox.js b/monkey/monkey_island/cc/ui/src/components/configuration-components/WarningBox.js index 5192cac5e..de5b352b4 100644 --- a/monkey/monkey_island/cc/ui/src/components/configuration-components/WarningBox.js +++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/WarningBox.js @@ -1,12 +1,13 @@ import * as React from 'react'; -import WarningIcon from '../ui-components/WarningIcon'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons/faExclamationTriangle'; class WarningBox extends React.Component { render() { return ( -