CheeseCake/templates/element/svgs/heroicons/outline/arrow-trending-up.php

14 lines
519 B
PHP

<?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="M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941"/>
</svg>