@noundation/icons
v0.1.1
Published
SVG-based ReactJS icon componenents for @NounsDAO as part of the Noundation Design System, Chapter 1: Icons
Downloads
1
Readme
# Noundation Design System, Ch. 1: Icons
Latest icon components for self-hosted icon assets for @TheNoundation, a CC0 design system create for @NounsDAO.
Installation
Install the latest version using:
npm install @noundation/icons
Usage
Import in JS:
import { NounsGlassesSharp } from '@noundation/icons';
To display an icon in ReactJS, use one of the following:
<NounsGlassesSharp/> <!-- Sharp -->
<NounsGlassesRounded/> <!-- Rounded -->
<NounsGlassesDotted/> <!-- Dotted -->
Available Icons
For a visual list of available icons, see
noundation.wtf