Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 23, 2024
1 parent a141636 commit d8103ff
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .svelte-kit/generated/server/internal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 34 additions & 11 deletions src/lib/components/icons/Logo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,41 @@
</script>

{#if envPublic.PUBLIC_APP_ASSETS === "chatui"}
<svg
height="30"
width="30"
viewBox="0 0 30 30"
xmlns="http://www.w3.org/2000/svg"
class={classNames}
>
<path
d="M4.06151 14.1464C4.06151 11.8818 4.9611 9.71004 6.56237 8.10877C8.16364 6.5075 10.3354 5.60791 12.6 5.60791H16.5231C18.6254 5.60791 20.6416 6.44307 22.1282 7.92965C23.6148 9.41624 24.45 11.4325 24.45 13.5348C24.45 15.6372 23.6148 17.6534 22.1282 19.14C20.6416 20.6266 18.6254 21.4618 16.5231 21.4618H7.08459L4.63844 23.8387C4.59547 23.8942 4.53557 23.9343 4.4678 23.9527C4.40004 23.9712 4.32811 23.9671 4.2629 23.941C4.1977 23.9149 4.14276 23.8683 4.10643 23.8082C4.07009 23.7481 4.05432 23.6778 4.06151 23.6079V14.1464Z"
class="fill-primary-500"
/>
<svg height="30" width="30" viewBox="0 0 30 30" version="1.0" xmlns="http://www.w3.org/2000/svg">
<g
transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
fill="#000000"
stroke="none"
>
<path
d="M1808 4760 c-73 -22 -155 -99 -190 -178 -18 -41 -21 -74 -26 -269
l-5 -222 -501 -4 c-554 -4 -557 -5 -702 -71 -202 -94 -330 -264 -369 -493 -14
-79 -15 -249 -13 -1349 l3 -1259 23 -75 c38 -122 88 -207 172 -291 85 -86 187
-143 325 -182 l80 -22 1955 0 1955 0 80 22 c258 73 421 228 497 473 l23 75 3
1255 c2 846 -1 1278 -8 1325 -51 335 -278 549 -624 585 -50 5 -286 10 -523 10
l-433 0 0 168 c-1 283 -17 350 -104 430 -94 87 -42 82 -864 81 -400 0 -739 -4
-754 -9z m1455 -201 c47 -21 51 -40 55 -261 l4 -208 -756 0 -756 0 0 211 0
211 29 29 29 29 686 0 c466 0 693 -3 709 -11z m1302 -703 c165 -50 261 -140
317 -296 l23 -65 3 -1240 c2 -1107 1 -1249 -13 -1320 -21 -100 -57 -174 -115
-235 -59 -62 -119 -95 -215 -120 -77 -20 -110 -20 -2004 -20 -1672 0 -1934 2
-1989 15 -191 45 -307 166 -347 361 -14 70 -15 217 -13 1319 l3 1240 23 65
c66 184 186 278 397 310 28 4 910 7 1960 6 1811 -1 1913 -2 1970 -20z"
/>
<path
d="M2183 3284 c-82 -41 -92 -77 -93 -351 l0 -222 -244 -3 c-358 -4 -336
26 -336 -461 0 -396 1 -399 75 -442 41 -25 45 -25 273 -25 l231 0 3 -237 c3
-224 4 -240 25 -273 12 -19 37 -44 55 -55 31 -19 51 -20 388 -20 397 0 390 -1
440 73 25 35 25 40 28 274 l4 238 230 0 c228 0 232 0 273 25 74 43 75 46 75
440 0 384 -1 393 -64 438 -30 21 -41 22 -273 25 l-242 3 -3 237 c-3 263 -7
278 -70 324 -33 23 -34 23 -388 25 -307 3 -359 1 -387 -13z m629 -454 l3 -260
33 -32 32 -33 260 -3 260 -3 0 -255 0 -254 -253 0 c-267 0 -282 -2 -312 -49
-6 -9 -12 -129 -15 -276 l-5 -260 -255 0 -255 0 -5 260 c-3 147 -9 267 -15
276 -30 47 -45 49 -312 49 l-253 0 0 255 0 254 261 3 261 3 29 33 29 32 0 260
0 260 254 0 255 0 3 -260z"
/>
</g>
</svg>

{:else}
<img
class={classNames}
Expand Down

0 comments on commit d8103ff

Please sign in to comment.