import React from 'react'; import cn from 'classnames'; import { Icon } from 'UI'; function IconCard({ className, title, text, icon, avatarIcon }) { return (