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).
To install using NPM use this command:
npm install @sebgroup/seb-pictograms
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.
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.
The library is released via semantic-release.