export function Like(props) {
  const Styled = glamorous(Reaction)({right: margin})
  return <Styled type="like" {...props} />
}