Hello fellow developers, using this package you can display Branded Icons.
composer require codingwithrk/rk-brand-icons
<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"/>
This is open-sourced software licensed under the MIT license.