Skip to content

Buildstash/stashicons

Repository files navigation

Icon set for buildstash.com

Basic Usage

React

First, install stashicons/react from npm:

npm install stashicons/react

Now each icon can be imported individually as a React component:

import { CodeIcon } from 'stashicons/react/base'

function MyComponent() {
  return (
    <div>
      <CodeIcon className="size-4" />
      <p>...</p>
    </div>
  )
}

The icons can be imported from stashicons/react/base or stashicons/react/brand.

Icons use an upper camel case naming convention and are always suffixed with the word Icon.

License

This library is MIT licensed. See license file for terms and copyright notices.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published