Download Latest Version v2.1.10 source code.tar.gz (4.4 MB)
Email in envelope

Get an email when there's a new version of phosphor-react

Home / v2.1.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-16 2.0 kB
v2.1.8 source code.tar.gz 2025-05-16 4.4 MB
v2.1.8 source code.zip 2025-05-16 8.2 MB
Totals: 3 Items   12.7 MB 0

Enhancements

  • All exported icon components are now suffixed with the word "Icon". We think this will improve readability of JSX and avoid polluting the scope, name-squatting common app things like User and Settings. Old names are still valid, but are marked deprecated.

    :::tsx // ⚠️ This is still valid, but deprecated: import { User } from "@phosphor-icons/react";

    // ✅ This is the new name going forward: import { UserIcon } from "@phosphor-icons/react";

  • Bundle size reduced ~20% thanks to better minification

  • Potentially fixed TypeScript errors in some projects due to more explicit "exports" field and disambiguation between es and cjs builds

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

Source: README.md, updated 2025-05-16