add heroicons icon set

This commit is contained in:
2026-01-02 22:04:03 -08:00
parent d2b733bd0e
commit 7f6ed72807
652 changed files with 8591 additions and 4 deletions

View 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" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="size-<?= $size ?? 6; ?> <?= $class ?? ''; ?>">
<path stroke-linecap="round" stroke-linejoin="round" d="m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3"/>
</svg>