bismillahcss
Version:
The next-gen utility-first CSS framework for modern, futuristic web development.
15 lines (13 loc) • 313 B
text/typescript
/**
* BismillahCSS Dynamic Icon Library
* High-fidelity SVG icons for futuristic interfaces.
*/
declare const bIcons: {
power: string;
glow: string;
cyber: string;
aurora: string;
matrix: string;
};
declare const getIcon: (name: keyof typeof bIcons) => string;
export { bIcons, getIcon };