import type { IconFC } from "./types.js"; export const InfoIcon: IconFC = (props) => { return ( ); };