Socket
Book a DemoInstallSign in
Socket

ngx-fluent-ui-icons

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-fluent-ui-icons

Fluent UI icons library for angular

1.0.2
latest
Source
npmnpm
Version published
Weekly downloads
16
6.67%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

NGX Fluent UI

Microsoft's Fluent UI icons library for Angular applications

LIVE Demo View Demo . Report Bug . Request Feature


licence npm version


Installation

npm install ngx-fluent-ui-icons

Usage

  • Import Fluent UI icon module
import { NgModule } from '@angular/core';

import { FluentUiIconsModule } from 'ngx-fluent-ui-icons';
import { heart_24_filled, heart_24_regular } from 'ngx-fluent-ui-icons';

@NgModule({
  imports: [
    FluentUiIconsModule.pick({ heart_24_filled, heart_24_regular })
  ]
})
export class AppModule { }

Note: Only the icons you pick will be bundled in the final build

  • Use it in the html template
<fluent-ui-icon name="heart_24_filled" class="beat" style="fill: red;"></fluent-ui-icon>
<!-- OR -->
<fui name="heart_24_regular" class="beat" style="color: red;"></fui>

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

Authors

Keywords

angular

FAQs

Package last updated on 22 Mar 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.