Icône d'échange de réact Fontawesome


import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faExchangeAlt } from "@fortawesome/free-solid-svg-icons";

<FontAwesomeIcon icon={faExchangeAlt} />
KostasX