bytic/icons

1.0.10 2024-02-11 19:45 UTC

This package is auto-updated.

Last update: 2024-04-11 20:06:06 UTC


README

Fonts provided

https://github.com/icons8/line-awesome

Installation

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require bytic/icons "@dev"

or add

"bytic/icons": "@dev"

to the require section of your composer.json file.

Usage

use ByTIC\Icons\Icon;
Icon::user();  

Inspiration