Minor Changes
- #1245
b6bfb8bdThanks @copilot-swe-agent! - Optimize@primer/octicons-reactfor codesplitting and tree-shaking. Each icon is now emitted as its own module and exposed via a./*subpath export, so icons can be dynamically imported and code-split (e.g.import('@primer/octicons-react/AlertIcon')). The generated icons are now finishedReact.forwardRefcomponents built on a sharedrenderOcticonruntime instead of runtimecreateIconComponentfactory calls. Existingimport {AlertIcon}andimport * as Octiconsusage continues to work unchanged.