/* Witch silhouette — production brand asset for MacFleek. Three render modes: silhouette (solid), chrome (gradient), monochrome (single color). ViewBox 386×383, witch on broom with optional stars + chrome metallic fill. */ const Witch = ({ size = 240, variant = "chrome", stars = false, animate = false }) => { const id = React.useId().replace(/:/g, ""); return ( ); }; /* Tiny squircle-bg AppIcon — chrome witch on purple gradient square */ const AppIcon = ({ size = 96 }) => (