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