shopping cart small icon code react-bootstrap 4.6 fa fas

import { FaShoppingCart } from 'react-icons/fa';

const ShoppingCartIcon = () => {
  return (
    <FaShoppingCart />
  );
}