Nimbus-icons is an open source icon system built by Nuvemshop / Tiendanube.
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) |
import { CloudIcon, AlertIcon, StoreIcon } from "@tiendanube/icons";
<CloudIcon />
<AlertIcon size="large" />
<StoreIcon size="medium" aria-label="Store" />
Do you want to contribute? Excellent! You have two ways to do it.
- You can request a new icon through an icon request or
- Create and upload an icon following the instructions in our contribution guide.
Thanks for contributing! ❤️
Copyright 2020 Linkedstore S.A.
Code License: MIT Applies to all other files