codingwithrk / rk-brand-icons
In this package there are lot of brand icons.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^7.3|^8.0
- laravel/framework: ^8.0|^9.0|^10.0|^11.0
README
Introduction
Hello fellow developers, using this package you can display Branded Icons.
How to Install
composer require codingwithrk/rk-brand-icons
How to use
<x-rk-icons::icon name="dotenv" />
Add color to icon
<x-rk-icons::icon name="dotenv" color="#512BD4"/>
Add width & height (default width & height is 32x32)
<x-rk-icons::icon name="dotenv" color="#512BD4" width="40" height="40"/>
License
This is open-sourced software licensed under the MIT license.