CheeseCake/templates/element/svgs/heroicons/outline/arrow-right-on-rectangle.php

14 lines
561 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="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"/>
</svg>