import { SVGAttributes } from "react"; export function AppleIcon(props: SVGAttributes) { return ( ); }