Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
inerba committed Nov 30, 2023
1 parent f1dfbba commit b044f55
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository is a fork of the original [renoki-co/blade-mdi](https://github.c

- Updated dependencies
- Added new icons
- Added fill=currentColor property to all icons
- Added fill=currentColor property to all icons (To make them work properly with [Tailwind CSS](https://tailwindcss.com/))

Please note that this repository is not associated with the original repository or its maintainers. If you have any questions or suggestions, you can open an issue in this repository.

Expand Down Expand Up @@ -36,14 +36,16 @@ Using [blade-ui-kit/blade-icons](https://github.com/blade-ui-kit/blade-icons), a

For a complete list of icons, check https://materialdesignicons.com

or search for an icon here: [Blade UI kit](https://blade-ui-kit.com/blade-icons?set=76#search)

## Updating Icons

If you wish to contribute and update the latest icons, you can fork the repo, run `download.sh` and submit a PR. What `download.sh` does is to download the `master` branch of https://github.com/Templarian/MaterialDesign and copy the distributables svgs to local svgs.

## 🐛 Testing

``` bash
vendor/bin/phpunit
php vendor/bin/phpunit
```

## 🤝 Contributing
Expand All @@ -52,10 +54,11 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## 🔒 Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## 🎉 Credits

- [Francesco Apruzzese](https://github.com/inerba)
- [Alex Renoki](https://github.com/rennokki)
- [All Contributors](../../contributors)

Expand Down

0 comments on commit b044f55

Please sign in to comment.