Resolved the issue of having unused imports being flagged when running npm run build-icons. In conjunction with this fix, I also removed the ArrowForward and ArrowForwardUp icons as their equivalent icons are ArrowRight and ArrowDiagonal.
⚙️ Test Data and/or Report
Verified that the unused import errors mentioned in the related ticket are no longer present when executing npm run build-icons
🗒️ Summary
Resolved the issue of having unused imports being flagged when running
npm run build-icons
. In conjunction with this fix, I also removed the ArrowForward and ArrowForwardUp icons as their equivalent icons are ArrowRight and ArrowDiagonal.⚙️ Test Data and/or Report
Verified that the unused import errors mentioned in the related ticket are no longer present when executing
npm run build-icons
♻️ Related Issues