marcusvy/mv-icon

A Free collection of icons for PHP projects

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/marcusvy/mv-icon

1.0.0 2024-02-21 12:09 UTC

This package is not auto-updated.

Last update: 2025-10-16 22:36:07 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