18 lines
616 B
PHP
18 lines
616 B
PHP
<div class="flex items-center gap-2">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="h-7 w-7 shrink-0" fill="none">
|
|
{{-- Shield body --}}
|
|
<path
|
|
d="M16 2L4 7v8c0 8.5 5.1 16.4 12 18 6.9-1.6 12-9.5 12-18V7L16 2z"
|
|
class="fill-primary-600 dark:fill-primary-500"
|
|
/>
|
|
{{-- Checkmark --}}
|
|
<path
|
|
d="M13 17.5l-3-3 1.4-1.4L13 14.7l5.6-5.6L20 10.5l-7 7z"
|
|
class="fill-white"
|
|
/>
|
|
</svg>
|
|
<span class="text-lg font-bold tracking-tight text-gray-950 dark:text-white">
|
|
TenantPilot
|
|
</span>
|
|
</div>
|