change app-logo
This commit is contained in:
@@ -1,8 +1,37 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 42" {{ $attributes }}>
|
||||
<path
|
||||
fill="currentColor"
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
d="M17.2 5.633 8.6.855 0 5.633v26.51l16.2 9 16.2-9v-8.442l7.6-4.223V9.856l-8.6-4.777-8.6 4.777V18.3l-5.6 3.111V5.633ZM38 18.301l-5.6 3.11v-6.157l5.6-3.11V18.3Zm-1.06-7.856-5.54 3.078-5.54-3.079 5.54-3.078 5.54 3.079ZM24.8 18.3v-6.157l5.6 3.111v6.158L24.8 18.3Zm-1 1.732 5.54 3.078-13.14 7.302-5.54-3.078 13.14-7.3v-.002Zm-16.2 7.89 7.6 4.222V38.3L2 30.966V7.92l5.6 3.111v16.892ZM8.6 9.3 3.06 6.222 8.6 3.143l5.54 3.08L8.6 9.3Zm21.8 15.51-13.2 7.334V38.3l13.2-7.334v-6.156ZM9.6 11.034l5.6-3.11v14.6l-5.6 3.11v-14.6Z"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" {{ $attributes }}>
|
||||
<defs>
|
||||
<linearGradient id="shieldGlow" x1="4" x2="44" y1="6" y2="42" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#34d399" />
|
||||
<stop offset="0.5" stop-color="#22d3ee" />
|
||||
<stop offset="1" stop-color="#6366f1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path
|
||||
d="M24 3 7 9.5v13.1c0 10.4 7.4 20.18 17 22.4 9.6-2.22 17-12 17-22.4V9.5L24 3Z"
|
||||
fill="url(#shieldGlow)"
|
||||
opacity="0.18"
|
||||
/>
|
||||
<path
|
||||
d="M24 3 7 9.5v13.1c0 10.4 7.4 20.18 17 22.4 9.6-2.22 17-12 17-22.4V9.5L24 3Z"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
fill="none"
|
||||
/>
|
||||
<path
|
||||
d="M17 20.5c0-3.32 2.68-6 6-6s6 2.68 6 6c0 5-6 8.5-6 8.5s-6-3.5-6-8.5Z"
|
||||
fill="currentColor"
|
||||
opacity="0.18"
|
||||
/>
|
||||
<path
|
||||
d="M17 20.5c0-3.32 2.68-6 6-6s6 2.68 6 6c0 5-6 8.5-6 8.5s-6-3.5-6-8.5Zm6 2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M15 29c2.5 3.4 6 5.8 9 6 3-.2 6.5-2.6 9-6"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
opacity="0.6"
|
||||
/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 1.2 KiB |
@@ -1,5 +1,5 @@
|
||||
<div class="flex aspect-square size-8 items-center justify-center rounded-md bg-accent-content text-accent-foreground">
|
||||
<x-app-logo-icon class="size-5 fill-current text-white dark:text-black" />
|
||||
<div class="flex aspect-square size-9 items-center justify-center rounded-xl bg-gradient-to-br from-emerald-500 via-slate-900 to-indigo-500 text-white shadow-lg shadow-emerald-500/20">
|
||||
<x-app-logo-icon class="size-5 text-white" />
|
||||
</div>
|
||||
<div class="ms-1 grid flex-1 text-start text-sm">
|
||||
<span class="mb-0.5 truncate leading-tight font-semibold">Trusted AI Platform</span>
|
||||
|
||||
Reference in New Issue
Block a user