Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sb1/ffe-icons

Package Overview
Dependencies
Maintainers
4
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sb1/ffe-icons

Felles Front End Icons

latest
Source
npmnpm
Version
101.0.4
Version published
Weekly downloads
249
-44.67%
Maintainers
4
Weekly downloads
 
Created
Source

@sb1/ffe-icons

This package contains CSS-styling for the Icon-component in @sb1/ffe-icons-react-package, and SVG-files of all allowed variants of Material Symbols icons.

Install

npm install --save @sb1/ffe-icons

Usage

Full documentation on icon usage is available at https://design.sparebank1.no/komponenter/ikoner/.

Importing compiled CSS

If your project does not use Less, you can import the compiled styling:

@import '~@sb1/ffe-icons/css/ffe-icons.css';

See also @sb1/ffe-icons-react.

Updating available icons

Running npm run build:icons or the Github action: update ffe-icons svgs will run the bin/build.js-script.

The script will:

  • Set available variants, like size, weight and fill/no fill
  • Get the names of all icons available in Material Symbols
  • Compare available names with existing SVG-files. If an icon has been deleted since last update, it'll delete all SVG-files of the removed icon.
  • Download SVG-files for all missing variants/icons, and place it in the right folder.

FAQs

Package last updated on 13 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts