1.0.5 • Published 1 year ago

wahednur-icons v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago