@sebgroup/seb-pictograms
v1.3.0
Published
[![Build Status](https://travis-ci.com/sebgroup/seb-pictograms.svg?token=o3pCqnRaRpu27HBJhsyh&branch=master)](https://travis-ci.com/sebgroup/seb-pictograms)
Downloads
256
Readme
SEB Pictograms CSS library
This is CSS font library for SEB style pictograms that are provided in SEB Design Library.
According to SEB Design Library guidelines, these pictograms are differentiated from icons and should be used from 32px size (and up).
Installation
To install using NPM use this command:
npm install @sebgroup/seb-pictograms
Usage
Installed NPM package includes:
- compiled CSS file (use
pictograms.css
) - raw SCSS files (use
pictograms.scss
) - raw SVG files
- fonts built from SVG files
To use these pictograms, include them in your preferred way to your project.
Development server
Angular demo application is available.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Releasing
The library is released via semantic-release.