The urban library

v1.0.7
Why this library Our story Use cases
Figma library coming soon API coming soon How to install
Explore our platform
Categories

How to install @dtux/icons in your SJ project

This package is hosted on the private Surbana AWS CodeArtifact registry.

Not an SJ project?

You cannot install this package without registry access. Instead, browse the icons on this site and use the Copy SVG / JSX or Download PNG buttons in the sidebar on the right.

1. Fetch registry configuration

Run this command in the root of your project to create a .npmrc file that points to the private registry:

curl -s https://dev.24kstudio.surbana.tech/proxy/api/v1/auth/dtux-icon-config > .npmrc
2. Install the package

Use your preferred package manager to install the library:

pnpm add @dtux/icons

Or use npm install @dtux/icons or yarn add @dtux/icons.