import React from 'react'; import classNames from 'classnames'; export const Icon: React.FC = ({onClick, align, styles, children}) => { return(