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