import React from "react" export const TalentPoolIcon = React.forwardRef< SVGSVGElement, React.SVGProps >((props, ref) => { return ( ) })