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

@adereksisusanto/icons

v1.0.6

Published

All Icon From Web Fonts

Downloads

24

Readme

Icons from web

GitHub package.json version

Instalation

  • Via NPM

    $ npm install @adereksisusanto/icons
  • Via Composer

    $ composer require adereksisusanto/icons

Use

<!-- Online -->
<!-- All Icons -->

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/all.icons.min.css"
/>

<!-- Local -->
<!-- All Icons -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/all.icons.min.css"
/>

Fonts

| Package | Version | Docs | | ----------------------------------------------- | :-----------: | :-------------------------------------------------------------: | | Bootstrap Icons | 1.4.0 | Read Docs | | Crypto Icons | 1.0.65 | Read Docs | | Feather Icons | 4.28.0 | Read Docs | | Flag Icons | 3.5.0 | Read Docs | | Fontawesome Free [Updated] | 5.15.3 | Read Docs | | Ion Icons [Updated] | 5.5.1 | Read Docs | | Line Awesome [New] | 1.3.0 | Read Docs | | Material Design Icons | 5.9.55 | Read Docs | | Material Icons | 0.5.4 | Read Docs | | Simple Line Icons | 2.5.5 | Read Docs | | Themify Icons | 1.0.1-alpha.3 | Read Docs | | Weather Icons | 1.3.2 | Read Docs |

Bootstrap Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/bootstrap.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/bootstrap.icons.min.css"
/>

<!-- Use -->
<i class="bi bi-alarm-fill"></i>

Crypto Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/crypto.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/crypto.icons.min.css"
/>

<!-- Use -->
<i class="ci ci-byts"></i>

Feather Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/feather.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/feather.icons.min.css"
/>

<!-- Use -->
<i class="feather feather-activity"></i>

Flag Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/feather.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/feather.icons.min.css"
/>

<!-- Use -->
<i class="flag-icon flag-icon-id"></i>
<i class="flag-icon flag-icon-id flag-icon-squared"></i>

Fontawesome Free

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/fontawesome.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/fontawesome.icons.min.css"
/>

<!-- Use -->
<i class="fab fa-500px"></i>

Ion Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/ion.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/ion.icons.min.css"
/>

<!-- Use -->
<i class="ionicons ionicons-accessibility"></i>

Line Awesome

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/lineawesome.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/lineawesome.icons.min.css"
/>

<!-- Use -->
<i class="las la-battery-three-quarters"></i>

Material Design Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/material-design.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/material-design.icons.min.css"
/>

<!-- Use -->
<i class="mdi mdi-ab-testing"></i>

Material Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/material.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/material.icons.min.css"
/>

<!-- Use -->
To display an icon, use:

<span class="material-icons">home</span>
To display outlined, round, sharp and two tone icons, use:

<span class="material-icons-outlined">home</span>
<span class="material-icons-round">home</span>
<span class="material-icons-sharp">home</span>
<span class="material-icons-two-tone">home</span>

Simple Line Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/simple-line.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/simple-line.icons.min.css"
/>

<!-- Use -->
<i class="sli-user"></i>

Themify Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/themify.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/themify.icons.min.css"
/>

<!-- Use -->
<i class="ti ti-arrow-up"></i>

Weather Icons

<!-- Online -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@adereksisusanto/[email protected]/dist/css/weather.icons.min.css"
/>

<!-- Local -->
<link
  rel="stylesheet"
  href="node_modules/@adereksisusanto/icons/dist/css/weather.icons.min.css"
/>

<!-- Use -->
<i class="wi wi-day-cloudy-gusts"></i>

Change Log

License

GitHub