test correct folder structure for plugin elements to be recognized
This commit is contained in:
13
Template/element/svgs/heroicons/solid/paper-airplane.php
Normal file
13
Template/element/svgs/heroicons/solid/paper-airplane.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* @var \App\View\AppView $this
|
||||
* @var string|null $class
|
||||
* @var int|null $size
|
||||
*/
|
||||
|
||||
$size = $size ?? 6;
|
||||
$class = $class ?? '';
|
||||
?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="size-<?= $size ?? 6; ?> <?= $class ?? ''; ?>">
|
||||
<path d="M3.478 2.404a.75.75 0 0 0-.926.941l2.432 7.905H13.5a.75.75 0 0 1 0 1.5H4.984l-2.432 7.905a.75.75 0 0 0 .926.94 60.519 60.519 0 0 0 18.445-8.986.75.75 0 0 0 0-1.218A60.517 60.517 0 0 0 3.478 2.404Z"/>
|
||||
</svg>
|
||||
Reference in New Issue
Block a user