import type React from "react" export function AppleIcon(props: React.SVGProps) { return ( ) } export default AppleIcon