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 🙏

© 2026 – Pkg Stats / Ryan Hefner

zxeicn-react-icons

v0.1.0

Published

ZxeiCnReact 图标库 React 组件版本

Readme

image npm stars downloads twitter

ZxeiCnReact Icon

ZxeiCnReact is a set of simple and exquisite open-source icon library. Whether you're a designer or a developer, it's perfect for use in web and mobile.Every icon is designed within a 24 x 24 grid, giving outline and filled styles, 2px stroke. Support for SVG,PNG and webfont.

Usage

Website

Head on to the website of ZxeiCnReact. Click the icons, you can adjust the color size, and then download the icons in SVG or PNG format.

Installation

Install npm package:

npm install ZxeiCnReact --save

Import CSS styles into the project entry file:

// main.js
import 'ZxeiCnReact/font/ZxeiCnReact.css'

Overwrite the initial color of the icon in the global style file:

// index.css
[class^='zxei_']::before,
[class*=' zxei_']::before {
  color: inherit !important;
}

React Components

For React projects, you can use our dedicated React component library:

# Using npm
npm install ZxeiCnReact

# Using yarn
yarn add ZxeiCnReact

# Using pnpm
pnpm add ZxeiCnReact

Basic Usage

import { AddCircleFill, AddCircleLine } from 'ZxeiCnReact';

const App = () => {
  return (
    <div>
      <AddCircleFill />
      <AddCircleLine size={32} color="red" />
    </div>
  );
};

Optimized Imports

For better tree-shaking, import from subpaths:

import { AddCircleFill } from 'ZxeiCnReact/react';

For more detailed usage examples and available props, please check README-zh.md.

Webfont

Copy the font files from /fonts and import the ZxeiCnReact.css file. Add icon with class name, class name rule: zxei_{name}_{style}

<span class="zxei_search_line"></span>
<span class="zxei_search_fill"></span>

Figma Plug

image

ZxeiCnReact Icons Figma plugin

ZXR Icon System

image

ZXR Icon System is a comprehensive collection of over 13,600 high-quality vector icons across nine styles: cute light, cute regular, cute filled, sharp, light, regular, filled, duotone, and two-tone.It is an upgraded version of ZxeiCnReact.

Animation

image

We have launched the ZxeiCnReact animation icons pack, which is a meticulously designed library of animated icons featuring lifelike lottie animations.

Preview

image

License

ZxeiCnReact icon is available under Apache-2.0 License. Feel free to use the set in both personal and commercial projects. Attribution is much appreciated but not required. The only thing we ask is that these icons are not for sale.