Fontawesome icon wrapper for Danielle Fence websites

1.0.0 2025-06-23 13:08 UTC

This package is auto-updated.

Last update: 2025-06-23 13:40:45 UTC


README

Latest Version on Packagist Total Downloads Tests

A Blade component package for rendering inline SVG icons in Laravel applications. Designed for flexibility and seamless integration with Tailwind CSS or other utility frameworks. Each icon is exposed as a Blade component and automatically accepts custom attributes (e.g., classes, roles, titles).

Installation

You can install the package via Composer:

composer require daniellefence/icons

Publish the icons if needed:

php artisan vendor:publish --tag=icons

Usage

Call any icon as a Blade component using the icon's filename (without extension):

<x-icon.chevron-down class="w-4 h-4 text-gray-600" />

All SVGs automatically inherit attributes:

Testing

Run the test suite using:

composer test

Contributing

Please read the CONTRIBUTING guide for details.

Security

If you discover a security vulnerability, please email sbarron@daniellefence.net instead of using the issue tracker.

Credits

Developed and maintained by the IT/Marketing department at Danielle Fence and Outdoor Living.

License

The MIT License (MIT). See License File for details.