blockify / icons

Blockify 图标包。

dev-main 2024-06-17 10:32 UTC

This package is auto-updated.

Last update: 2024-09-17 11:14:56 UTC


README

Blockify 图标库。

安装

composer require blockify/icons

用法

PHP

首先,需要引入 Composer 的自动加载器

require_once __DIR__ . '/vendor/autoload.php';

然后,使用图标

use Blockify\Icons\Icon;

$icon = Icon::get_svg( 'wordpress', 'star' );