New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ngxi/carbon

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxi/carbon

Icon set Carbon for Angular applications

latest
Source
npmnpm
Version
0.12.33
Version published
Weekly downloads
14
7.69%
Maintainers
1
Weekly downloads
 
Created
Source

@ngxi/carbon

npm version npm downloads bundle JSDocs License

Icon Set Info

  • Name: Carbon
  • Prefix: carbon
  • Icons: 2365
  • License: Apache 2.0
  • Author: IBM
  • Website: https://github.com/carbon-design-system/carbon/tree/main/packages/icons

Installation

pnpm add @ngxi/carbon

Usage

import { Component } from '@angular/core'
import { NgxiCarbon, carbonUserCertification } from '@ngxi/carbon'

@Component({
  imports: [NgxiCarbon],
  template: `<svg [ngxiCarbon]="carbonUserCertification"></svg>`
})
export class UsageIcon {
  protected carbonUserCertification = carbonUserCertification
}

Sponsors

License

Apache 2.0 License © 2025-PRESENT Adrián UB

Keywords

icon

FAQs

Package last updated on 29 Sep 2025

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