//Choice Icon by name in list
import React from "react";
const Icons = ({ icon }) => {
console.log(icon);
return null;
};
export default Icons;