0.4.7 • Published 11 months ago

@raycast/icons v0.4.7

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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.

0.4.7

11 months ago

0.4.6

12 months ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago