// Figma /Design/components/IconWorld* — inlined as dual-layer SVG components. // Each icon has a dark backing (orange→yellow gradient) and a light overlay // (cream→white gradient), matching the Figma source exactly. const FigmaIcons = { Planet: () => ( ), Ghost: () => ( ), Tower: () => ( ), Shield: () => ( ), Scroll: () => ( ), Paper: () => ( ), Book: () => ( ), }; window.FigmaIcons = FigmaIcons;