imelgrat / nimbus-icons

Nimbus Icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nimbus Icons

License:MIT License


Languages

Language:JavaScript 100.0%