import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; import "./styles.sass"; export const ActionCard = ({ title, icon, onClick }) => { return (