import cx from 'classnames'; import * as React from 'react'; interface IconProps { icon: string; } export const Icon = (props: IconProps) => ( );