Icônes is an amazing icon resource site. There are tens of thousands of free-to-use icons which are easy to browse and find. I guess it’s like an alternate UI to Iconify, making it ultra-fast to get the icon in a format you want it in, like a quick download of SVG or PNG, copying to your clipboard in one of those formats, or as a basic component in many of the most popular frameworks.
Featured
Satisfies in TypeScript
The `satisfies` keyword allows you to assert that a certain value “satisfies” a given type, while preventing a wider type from being inferred.
