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 🙏

© 2024 – Pkg Stats / Ryan Hefner

danx-icon

v1.0.2

Published

A collection of SVG icons from popular icon libraries

Downloads

15

Readme

Danx Icons

Danx Icons is an open-source npm package that provides a large set of free SVG icons from popular icon libraries such as Font Awesome and Heroicons. This package aims to make it easy for developers to access and use high-quality icons in their projects without the need for separate installations or licensing.

Installation

To install Danx Icons, use the following command:

yarn add danx-icons

Usage

To use an icon from Danx Icons, simply import the desired icon from the package and include it in your JSX or HTML:

import { FaUser } from 'danx-icons';

function MyComponent() {
  return (
    <div>
      <FaUser />
      <p>User Profile</p>
    </div>
  );
}

The imported icon will be an inline SVG element that you can style and manipulate as needed.

Icon Sources and Licensing

Danx Icons includes icons from the following open-source icon libraries:

Please note that while Danx Icons is free to use, each icon library may have its own licensing terms. Make sure to review and comply with the respective licenses of the icon libraries you use.

Contributing

Contributions to Danx Icons are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the GitHub repository.

If you would like to contribute icons or improvements to the package, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure that the icons are properly organized in the src directory.
  4. Update the README.md file if necessary.
  5. Submit a pull request describing your changes.

License

Danx Icons is released under the MIT License. You are free to use, modify, and distribute this package in accordance with the terms of the license.

However, please note that the individual icons within this package may have their own licensing terms. Please refer to the license files of the respective icon libraries for more information.

Acknowledgements

Danx Icons would not be possible without the incredible work of the icon library authors and contributors. We express our gratitude to the teams behind Font Awesome, Heroicons, and other icon libraries included in this package.

Disclaimer

Danx Icons is not affiliated with or endorsed by any of the icon libraries included in this package. The package maintainer is not responsible for any changes, updates, or issues related to the original icon libraries.