Part of my research was to understand which icons were the most used and which weren't used at all. This would help in multiple ways: prioritize which icons to work on first, which I could safely deprecate, and how much impact icon improvements would have.
Luckily, Ink was already tracking component usage, providing how often components were referenced in Carta's Github repositories. The problem was this usage was only at the component level, and icon types were defined as a property.
So I extended the tracking to allow you to click on a component's property, and see a list of the possible values, and how often they were refrenced.
This feature is now commonly used by our team to understand the impact of changes, helping us make more data-driven decisions.