JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4094
  • Score
    100M100P100Q124533F
  • License MIT

Nimbus Icons

Package Exports

  • @tiendanube/icons
  • @tiendanube/icons/dist/index.esm.js
  • @tiendanube/icons/dist/index.umd.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tiendanube/icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nimbus

☁️ Nimbus Icons

Nimbus-icons is an open source icon system built by Nuvemshop / Tiendanube.

How to use

You can download the whole set of icons or just the icons that you need from the nimbus-icons.dev site.

You can also use them for react development, using yarn to install.

Property Type
aria-label string (optional)
size number
'small' = 16px (default)
'medium' = 24px
'large' = 32px
'fixed'
(optional)

Example

import { CloudIcon, AlertIcon, StoreIcon } from "@tiendanube/icons";

<CloudIcon />
<AlertIcon size="large" />
<StoreIcon size="medium" aria-label="Store" />

Contributing

Do you want to contribute? Excellent! You have two ways to do it.

  1. You can request a new icon through an icon request or
  2. Create and upload an icon following the instructions in our contribution guide.

Thanks for contributing! ❤️

License

Copyright 2020 Linkedstore S.A.

Code License: MIT Applies to all other files