/** * BismillahCSS Dynamic Icon Library * High-fidelity SVG icons for futuristic interfaces. */ export const bIcons = { power: ``, glow: ``, cyber: ``, aurora: ``, matrix: `` }; export const getIcon = (name: keyof typeof bIcons) => bIcons[name] || '';