import React from 'react'; import styles from './Icon.module.scss'; const Icon = ({ icon }) => ( ); export default Icon;