npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@clarium/ezui-icons

v0.0.1-beta

Published

A lightweight and customizable icon library for Angular and framework-agnostic applications, designed for seamless integration and performance.

Readme

EzUI Icons

Lightweight, scalable, and easy-to-use icon library for modern web apps.

EzUI Icons is a scalable icon library powered by custom icon fonts. Designed for performance and simplicity, it offers flexible usage through both component-based and class-based options. With sharp, resolution-independent rendering and full customization support, it adapts easily to modern design systems and workflows.


Contents


Overview

EzUI Icons is a lightweight, high-performance icon library that uses custom icon fonts to deliver sharp, scalable vector icons. It provides flexible usage options through both reusable components and classic CSS classes, allowing easy integration into a wide range of front-end projects.

Built for speed and customization, EzUI Icons enables developers to extend or modify icon sets effortlessly to match any design system. Its modular design keeps your bundle size minimal while ensuring consistent, crisp visuals across all modern browsers and screen sizes.


Key Features

  • Lightweight – Load only the icons you need
  • Scalable – Crisp vector rendering at any size
  • Flexible – Use as reusable components or class-based icons
  • Customizable – Add your own icons easily with Fontello
  • Framework-Friendly – Built to integrate smoothly with any modern front-end framework

Installation

Install the package via npm:

npm install @clarium/ezui-icons

Module Import

To use <ezui-icon> in your app, import the module into your AppModule:

import { EzuiIconModule } from '@clarium/ezui-icons';

@NgModule({
  imports: [EzuiIconModule],
})
export class AppModule {}

Use the icons in your templates:

<ezui-icon name="home"></ezui-icon>

Usage

EzUI Icons can be used in two ways: as an Angular component or via CSS classes.

Component-Based Usage Use the component in your templates:

<ezui-icon name="home-outline"></ezui-icon>
<ezui-icon name="user-circle"></ezui-icon>
<ezui-icon name="dashboard"></ezui-icon>

Class-Based Usage Apply icon classes directly to HTML elements:

<i class="ezui-home-outline"></i>
<i class="ezui-user-circle"></i>   
<i class="ezui-dashboard"></i>

Customization

You can customize the icons by applying CSS styles directly to the <ezui-icon> component or the icon classes.

For example:

<ezui-icon name="home" color="red" size="2rem"></ezui-icon>

Icon Preview

Explore the full collection of available icons, their names, and usage examples on our dedicated icon gallery:

View the EzUI-Icons Gallery

The gallery provides:

  • Visual previews of every icon
  • Icon names for use with the <ezui-icon> component or CSS classes
  • Search and filter functionality for easy browsing
  • Usage tips and customization examples

Check it out to find the perfect icon for your project!

Compatibility

EzUI supports Angular versions 16 through 20, ensuring seamless integration with the latest features and ecosystem improvements.

The library works with TypeScript 4.8 and above, giving you the latest language enhancements and strict type safety.

For Node.js, EzUI is tested and compatible with versions 16, 18, and 20, aligning with common Angular development environments.


Browser Support

EzUI components run flawlessly on all major modern browsers, including:

  • Google Chrome

  • Mozilla Firefox

  • Microsoft Edge

  • Apple Safari

License

EzUI Icons is licensed under the MIT and SIL License.

See the LICENSE.txt file for full details.