Skip to content
On this page

Linearicons Premium

Installation

INFO

This package requires PHP 8.2 or later, and it supports Laravel 10 or later.

To get the latest version, simply require the project using Composer:

bash
$ composer require faustbrian/blade-icons-linearicons-premium

Usage

INFO

The prefix for all icon families in this package is linearicons. Please refer to the resources/svg directory for a list of available styles and icons.

View Component

blade
<x-linearicons:{{ style }}-{{ icon }} />

Dynamic Component

blade
<x-dynamic-component component="linearicons:{{ $style }}-{{ $icon }}" />