D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
blade-ui-kit
/
blade-icons
/
src
/
Filename :
helpers.php
back
Copy
<?php declare(strict_types=1); use BladeUI\Icons\Factory; use BladeUI\Icons\Svg; if (! function_exists('svg')) { function svg(string $name, $class = '', array $attributes = []): Svg { return app(Factory::class)->svg($name, $class, $attributes); } }