import * as React from "react";

interface Props {}

export const IconPicker = React.memo<Props>(function IconPicker({}) {
  return null;
});
