byos_laravel/resources/views/components/app-logo-icon.blade.php
2025-03-04 16:45:30 +01:00

33 lines
2.1 KiB
PHP

@if(config('services.trmnl.override_orig_icon'))
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" {{ $attributes }}>
<g clip-path="url(#clip0_870_1047)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M8.02194 2.11328L15.8863 5.07445L14.4259 8.98481L6.56152 6.02364L8.02194 2.11328Z"
fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M20.6315 1.14647L23.2291 9.16642L19.2738 10.458L16.6761 2.43807L20.6315 1.14647Z"
fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M29.2441 10.4452L24.619 17.4848L21.1471 15.185L25.7723 8.14549L29.2441 10.4452Z"
fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M27.3739 23.0034L19.0088 23.7616L18.6349 19.6023L27 18.8441L27.3739 23.0034Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.4296 29.3638L10.6236 23.2697L13.6292 20.3828L19.4351 26.4769L16.4296 29.3638Z"
fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M4.65232 24.7423L5.77753 16.3849L9.89932 16.9443L8.77411 25.3017L4.65232 24.7423Z"
fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M0.910558 12.6074L8.11961 8.28L10.2539 11.8645L3.04481 16.192L0.910558 12.6074Z"
fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_870_1047">
<rect width="30" height="30" fill="currentColor"/>
</clipPath>
</defs>
</svg>
@else
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-trello"><rect width="18" height="18" x="3" y="3" rx="2" ry="2"/><rect width="3" height="9" x="7" y="7"/><rect width="3" height="5" x="14" y="7"/></svg>
@endif