import classNames from 'classnames'; const Icon = ({ icon, ...props }) => { const svg = icon.replace('data:image/svg+xml;utf8,', ''); return (