import React from 'react'; const Card = ({ children, className = '', title, icon: Icon }) => { return (