@artsy/icons
TypeScript icon, indicating that this package has built-in type declarations

3.19.0 • Public • Published

@artsy/icons

@artsy/icons is the canonical source for icons used at Artsy, and serves as an automatic build pipeline for generating JSX representations of .svg sources that can easily be imported into React apps.

You can view available icons here and click to copy the import path of the desired icon.

Meta

Build Status

Installation and Usage

yarn add @artsy/icons

And then later, import icons like so:

import ArtsyLogo from "@artsy/icons/ArtsyLogo"

const MyApp = () => {
  return <ArtsyLogo />
}

Alternatively, visit the docs and select individual icons, which will copy the import path to your clipboard.

Adding New Icons

We've setup the repo so that adding new icons and publishing to NPM is as automated as can be:

  1. Clone the repo: git clone https://github.com/artsy/icons.git
  2. Create a new branch: git checkout -b add-new-icon
  3. Copy your new icon .svg file into the src folder (and follow pre-existing naming conventions! 🙏)
  4. Push your branch up to GitHub and open a PR. This should automatically be tagged with a minor label indicating a new feature addition
  5. Merge PR. This will automatically generate JSX components and publish to NPM, and additionally update the docs
  6. Once published, a new comment will be added to the PR announcing the new version.

Development

yarn install
yarn build
yarn docs

Readme

Keywords

none

Package Sidebar

Install

npm i @artsy/icons

Weekly Downloads

3,608

Version

3.19.0

License

MIT

Unpacked Size

572 kB

Total Files

479

Last publish

Collaborators

  • joeyaghion
  • artsy-engineering
  • damassi
  • anandaroop
  • mzikherman
  • dblandin