v1.0.0 initial release
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user