Our iconography comes from the streamline icon set. The design team has designated a subset of those icons as common. We have added to that list for Build. You can see them here. This script will help import icons into builder-ui should more be added to the common set.
In the context of the UI redesign and migration from styled-components to Tailwind / ShadCN, we are now adding icons from the 2025 Platform Designs Figma. Like for the "current" UI, there's a script to help import these new icons into the new set. These script files will have to be modified once the redesign and migration are complete to avoid further confusion.
./app/src/icons/raw/node scripts/import-icons<Icons.* />./app/src/icons/raw-lowkey-ui/node scripts/import-icons/index-new.jsimport * as Icon from '../icons/index-new' . Your icons should now appear in the docs and be accessible through <Icon.* />