diff --git a/meta/cube-rotate.svg b/.github/cube-rotate.svg similarity index 100% rename from meta/cube-rotate.svg rename to .github/cube-rotate.svg diff --git a/meta/phosphor-mark-tight-yellow.png b/.github/phosphor-mark-tight-yellow.png similarity index 100% rename from meta/phosphor-mark-tight-yellow.png rename to .github/phosphor-mark-tight-yellow.png diff --git a/README.md b/README.md index 261f4994cd..3cb80d9b0b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ > [!IMPORTANT] > As part of a major update, we will be replacing the existing `phosphor-react` package with `@phosphor-icons/react`. We recommend using this new version, as it has improved performance and a significantly smaller bundle size. No APIs have been changed, so drop-in replacement should be straightforward. The legacy package will continue to receive maintenance, but will not be updated with new icons upstream. [Take me to the legacy version ➜](https://github.com/phosphor-icons/react/tree/legacy) - - # @phosphor-icons/react + + + + Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really. Explore all our icons at [phosphoricons.com](https://phosphoricons.com). [![NPM](https://img.shields.io/npm/v/@phosphor-icons/react.svg?style=flat-square)](https://www.npmjs.com/package/@phosphor-icons/react) [![Travis](https://img.shields.io/github/actions/workflow/status/phosphor-icons/react/main.yml?branch=vite&style=flat-square)](https://travis-ci.com/github/phosphor-icons/react) @@ -100,7 +102,7 @@ You may create multiple Contexts for styling icons differently in separate regio ### Composability - + Components can accept arbitrary SVG elements as children, so long as they are valid children of the `` element. This can be used to modify an icon with background layers or shapes, filters, animations, and more. The children will be placed _below_ the normal icon contents.