export function SecondaryIconButton(props: SecondaryIconButtonProps) {
  return <BaseButton {...props} className={cx("p-1", props.className)} />;
}