d3yii2/d3icon

Yii2 module for SVG and Font Awesome icons

Maintainers

Details

github.com/d3yii2/d3icon

Source

Issues

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

pkg:composer/d3yii2/d3icon

dev-main 2024-01-23 05:24 UTC

This package is auto-updated.

Last update: 2025-09-23 09:04:49 UTC


README

icons

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist d3yii2/d3icons "*"

or add

"d3yii2/d3labels": "*"

to the require section of your composer.json file.

Usage

by type

echo Icon::icon(d3yii2\d3icon\Icon::TYPE_SVG,d3yii2\d3icon\components\IconSvg::ALERT_CIRCLE);

direct method

echo d3yii2\d3icon\Icon::svg(d3yii2\d3icon\components\IconSvg::EYE);
echo Icon::fa('pencil)