1.0.5 • Published 11 months ago

wahednur-icons v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

wahednur-icons is a comprehensive icon collection that includes FontAwesome, Bootstrap icons, and custom icons by Wahed Nur. This package is perfect for all your web development needs, providing a wide range of icons to enhance your UI/UX design.

Installation You can install the package using npm:

npm install wahednur-icons

Or with yarn:

yarn add wahednur-icons

cdn:

<script src="https://cdn.jsdelivr.net/npm/wahednur-icons@1.0.4/index.min.js"></script>

CSS and CDN Link:

<link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/wahednur-icons@1.0.4/css/wahednur-icons.min.css"
    />
JS CDN: 
    <script src="https://cdn.jsdelivr.net/npm/wahednur-icons@1.0.4/js/wahednur.js"></script>

Usage To use the icons in your project, you can import them as follows:

FontAwesome Icons

<i class="fa-thin fa-bars"></i>

Bootstrap Icons

<i class="bi bi-alarm"></i>

Wahed Nur Custom Icons

<span class="icon-Action-camera"></span>
or
<i class="icon-Action-camera"></i>

Wahed Nur Custom Icons list

https://icons.wahednur.com/

Contributing Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License This project is licensed under the MIT License.

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago