CheeseCake/templates/element/svgs/heroicons/solid/arrow-up-left.php

14 lines
510 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" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="size-<?= $size ?? 6; ?> <?= $class ?? ''; ?>">
<path fill-rule="evenodd" d="M5.25 6.31v9.44a.75.75 0 0 1-1.5 0V4.5a.75.75 0 0 1 .75-.75h11.25a.75.75 0 0 1 0 1.5H6.31l13.72 13.72a.75.75 0 1 1-1.06 1.06L5.25 6.31Z" clip-rule="evenodd"/>
</svg>