Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nrk/core-icons

Package Overview
Dependencies
Maintainers
95
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrk/core-icons

The official icons for NRK.

  • 3.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.3K
decreased by-42.44%
Maintainers
95
Weekly downloads
 
Created
Source

@nrk/core-icons

Core icons for web services and native apps.

Installation

Install via static.nrk.no (preferred)

Use the latest version:

<script src="https://static.nrk.no/core-icons/latest/core-icons.min.js"></script>

Or choose a specific version:

<script src="https://static.nrk.no/core-icons/X.X.X/core-icons.min.js"></script>

Install via npm

npm install @nrk/core-icons --save
import coreIcons from '@nrk/core-icons'    // Vanilla JS
import CoreIcon from '@nrk/core-icons/jsx' // ...or React/Preact compatible JSX

Local development

First clone @nrk/core-icons and install its dependencies:

git clone git@github.com:nrkno/core-icons.git
cd core-icons
npm install
npm start # Your browser will open documentation with hot reloading

Building and committing

After having applied changes, remember to build before pushing the changes upstream.

git checkout -b feature/my-changes
# update the source code
npm run build
git commit -am "Add my changes"
git push origin feature/my-changes
# then make a PR to the master branch,
# and assign another developer to review your code

NOTE! Please also make sure to keep commits small and clean (that the commit message actually refers to the updated files).
Stylistically, make sure the commit message is Capitalized and starts with a verb in the present tense (for example Add minification support).

FAQs

Package last updated on 03 Jul 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc