marcusvy/mv-icon

A Free collection of icons for PHP projects

1.0.0 2024-02-21 12:09 UTC

This package is not auto-updated.

Last update: 2024-05-30 15:54:34 UTC


README

A Free collection of icons for PHP projects. 😁 The main purpose is a independent icon svg render from javascript.

Usage

use Marcus\UX\Icon\Icon;

$icon = new Icon();
$svg = $icon->get('user');
echo $svg;

Collections

Console

MV Icon has a binary for automation tasks.

$ composer icon
# or
$ php bin/icon

Console Commands

NameDescription
compileCompile collection from icons folder.
searchSearch a icon

Developer Commands

NameDescription
compileCompile collection from icons folder.
previewStart a preview page in localhost:3000.
testUnit Test