import React from 'react'; import { Icon } from 'UI'; const TabItem = ({ active = false, onClick, icon, label }) => { return (