import React from 'react'; export const Icon = ({ icon, size = 32 }: { icon: string, size?: number }) => ( );