[Showoff Saturday] Built an AI icon generator because I got tired of inconsistent icon sets
so this was my problem: every project I start, I need icons. I grab some free set, it looks fine, then 3 months later I need one more icon and it doesnt exist in that set.so I switch sets. now my app looks inconsistent.rinse and repeat.eventually I just built my own thing. its an AI icon generator where you describe what you want, it generates a consistent pack with a name, and you can edit them in browser before exporting as SVG, PNG, or code.the whole thing runs on Gemini with a tracing pipeline that keeps the SVGs actually usable, not blobby vector messes.its called Icora, check it out: https://icora.iotech stack is Next.js, Firebase, and Cloudflare Workers if anyone cares about that stuff.still early but its been useful for my own projects. curious if anyone else deals with this icon consistency headache or if its just me being picky about design details lol