New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@norwaypost/mybring-iconsystem

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@norwaypost/mybring-iconsystem

Javascript resources for loading and displaying icons from the Mybring Design System

  • 1.8.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
497
decreased by-37.17%
Maintainers
3
Weekly downloads
 
Created
Source

Mybring Icon System

How to use with a React app

Install @norwaypost/mybring-iconsystem using npm or yarn.

import { ServiceIcon, Mybicon } from '@norwaypost/mybring-iconsystem'
<Mybicon name="mybicon-search" />
<Mybicon
  name="mybicon-search"
  className="optional-classname"
  iconTitle="optional-title"
  width="{16}"
  height="{16}"
/>
<ServiceIcon name="serviceicon-building" />
<ServiceIcon
  name="serviceicon-building"
  className="optional-classname"
  iconTitle="optional-title"
  width="{48}"
  height="{48}"
/>
Props:

The react component accepts the props name, className, iconTitle, width and height. Only name is required.

FAQs

Package last updated on 16 May 2024

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