/** * Every icon CBAR draws, one module per Figma category. * * GENERATED FILE — do not edit by hand. Regenerate with: * node tools/figma-cbar/gen-icons.js */ export * from './general'; export * from './interface'; export * from './navigation'; export * from './communication'; export * from './media'; export * from './files'; export * from './devices'; export * from './status'; export * from './brands'; export { iconManifest, iconCategories, type IconManifestEntry, type IconCategory } from './manifest';