Files
Starlight_Lancher/apps/website/src/components/landing/OfflineModeIcon.vue

103 lines
2.6 KiB
Vue

<template>
<svg
class="dark-icon w-6 h-6"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
>
<g clip-path="url(#clip0_897_3802)">
<path
d="M4.39313 8.58984C2.31984 9.28359 0.75 10.9266 0.75 13.5C0.75 16.5938 3.28125 18.75 6.375 18.75H15.0173M21.9291 17.7066C22.7456 17.0297 23.25 16.013 23.25 14.625C23.25 11.8209 20.7656 10.605 18.75 10.5C18.3333 6.30281 15.4219 3.75 12 3.75C10.7738 3.75 9.71297 4.07484 8.83125 4.60031"
stroke="url(#paint0_linear_897_3802)"
stroke-width="2.34783"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M21 21L3 3"
stroke="url(#paint1_linear_897_3802)"
stroke-width="2.34783"
stroke-miterlimit="10"
stroke-linecap="round"
/>
</g>
<defs>
<linearGradient
id="paint0_linear_897_3802"
x1="12"
y1="3.75"
x2="12"
y2="18.75"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#C1E1B1" />
<stop offset="1" stop-color="#A7BDE6" />
</linearGradient>
<linearGradient
id="paint1_linear_897_3802"
x1="12"
y1="3"
x2="12"
y2="21"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#C1E1B1" />
<stop offset="1" stop-color="#A7BDE6" />
</linearGradient>
<clipPath id="clip0_897_3802">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
<svg
class="light-icon w-6 h-6"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 26 24"
fill="none"
>
<path
d="M5.39313 8.58984C3.31984 9.28359 1.75 10.9266 1.75 13.5C1.75 16.5938 4.28125 18.75 7.375 18.75H16.0173M22.9291 17.7066C23.7456 17.0297 24.25 16.013 24.25 14.625C24.25 11.8209 21.7656 10.605 19.75 10.5C19.3333 6.30281 16.4219 3.75 13 3.75C11.7738 3.75 10.713 4.07484 9.83125 4.60031"
stroke="url(#paint0_linear_944_4973)"
stroke-width="2.34783"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M22 21L4 3"
stroke="url(#paint1_linear_944_4973)"
stroke-width="2.34783"
stroke-miterlimit="10"
stroke-linecap="round"
/>
<defs>
<linearGradient
id="paint0_linear_944_4973"
x1="13"
y1="3.75"
x2="13"
y2="18.75"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#A7D0FF" />
<stop offset="0.414928" stop-color="#F472B6" />
</linearGradient>
<linearGradient
id="paint1_linear_944_4973"
x1="13"
y1="3"
x2="13"
y2="21"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#A7D0FF" />
<stop offset="0.414928" stop-color="#F472B6" />
</linearGradient>
</defs>
</svg>
</template>