Icons library for Raycast frontend projects
npm install @raycast/iconsThis library contains Raycast Icons exported as React components.
First, install the library:
```
npm install @raycast/icons
Then, import the icons:
`tsx
import { AddPersonIcon, CircleFilledIcon } from "@raycast/icons";
function MyComponent() {
return (
Publishing
1. Increase the version in
package.json
2. Run npm run build
3. Run npm publish`Make sure you have the correct permissions to publish to the npm registry and is logged in with the account in both the cli and the npm website.