import React from 'react'; import './MaterialIcon.scss'; export const MaterialIcon = ({ type }) => (type ? : null);