import styles from './UIcon.module.css' const UIcon = ({ url, name }) => { return ( {`${name} ) } export default UIcon