@sebgroup/seb-pictograms

This is CSS font library for SEB style pictograms that are provided in SEB Design Library.

Usage no npm install needed!

<script type="module">
  import sebgroupSebPictograms from 'https://cdn.skypack.dev/@sebgroup/seb-pictograms';
</script>

README

Build Status

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).

Demo app

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.