New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@raycast/icons

Package Overview
Dependencies
Maintainers
10
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raycast/icons

Icons library for Raycast frontend projects

  • 0.4.6
  • latest
  • npm
  • Socket score

Version published
Maintainers
10
Created
Source

Raycast Icons

This library contains Raycast Icons exported as React components.

Getting Started

First, install the library:

npm install @raycast/icons

Then, import the icons:

import { AddPersonIcon, CircleFilledIcon } from "@raycast/icons";

function MyComponent() {
  return (
    <div>
      <AddPersonIcon />
      <CircleFilledIcon />
    </div>
  );
}

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.

Keywords

FAQs

Package last updated on 29 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc