Make pnpm process-icons
remove icons no longer in assets
#50864
Labels
developer-experience
Addressing these issues will improve the experience of developers working on Teleport
ui
I noticed that after running
pnpm process-icons
, not all files inweb/packages/design/src/Icon/Icons/
get updated. We should dorm web/packages/design/src/Icon/Icons/*
before generating icon files.Some icons are still used in the project:
From what Bartosz has found,
MobileCamera
got renamed toDeviceMobileCamera
.InfoFilled
is basicallyInfo
, but usingfill
instead ofcolor
for the icon color, so we need to replace it and just make sure it doesn’t appear odd.The text was updated successfully, but these errors were encountered: