Skip to content

Commit f0e6110

Browse files
author
Adam Plesnik
committed
Update logo, favicon
1 parent 90afdaf commit f0e6110

7 files changed

+26
-22
lines changed
-6.52 KB
Loading
7.58 KB
Loading

docs/public/apple-touch-icon.png

-6 KB
Loading

docs/public/favicon-16x16.png

20 Bytes
Loading

docs/public/favicon-32x32.png

-143 Bytes
Loading

docs/public/favicon.ico

0 Bytes
Binary file not shown.

docs/src/components/Logo.tsx

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,46 @@ const Logo = ({ className }: HTMLAttributes<HTMLDivElement>) => {
55
return (
66
<svg
77
xmlns="http://www.w3.org/2000/svg"
8-
width="22"
9-
height="19"
10-
viewBox="0 0 22 19"
8+
width="24"
9+
height="24"
10+
viewBox="0 0 24 24"
1111
fill="none"
1212
className={'overflow-visible' + addWithSpace(className)}
1313
>
1414
<path
15-
fillRule="evenodd"
16-
clipRule="evenodd"
17-
d="M0.819513 0.793601C1.34288 0.284475 2.05084 0 2.7872 0H18.5773C19.3137 0 20.0217 0.284475 20.545 0.793601C21.0687 1.30302 21.3645 1.99582 21.3645 2.72009V5.7922C21.3645 6.16335 21.0593 6.46422 20.6827 6.46422C20.3061 6.46422 20.0009 6.16335 20.0009 5.7922V2.72009C20.0009 2.358 19.8531 2.00893 19.5871 1.75018C19.3208 1.49113 18.9577 1.34405 18.5773 1.34405H2.7872C2.40681 1.34405 2.04376 1.49113 1.77747 1.75018C1.51148 2.00893 1.36369 2.358 1.36369 2.72009V12.9604C1.36369 13.7075 1.9974 14.3365 2.7872 14.3365H6.99791C7.37448 14.3365 7.67975 14.6374 7.67975 15.0085C7.67975 15.3797 7.37448 15.6805 6.99791 15.6805H2.7872C1.26111 15.6805 0 14.4663 0 12.9604V2.72009C0 1.99582 0.295845 1.30302 0.819513 0.793601Z"
18-
fill="url(#paint0_linear_21_89)"
15+
d="M7 19H5C3.34315 19 2 17.6569 2 16V6C2 4.34315 3.34315 3 5 3H19C20.6569 3 22 4.34315 22 6V7"
16+
stroke="url(#paint0_linear_55_97)"
17+
strokeWidth="2"
18+
strokeLinecap="round"
1919
/>
20-
<path
21-
fillRule="evenodd"
22-
clipRule="evenodd"
23-
d="M12.0144 9.40776C11.2964 9.48213 10.6 10.2891 10.7228 11.44L11.13 15.2591C11.2528 16.4101 12.1042 17.0567 12.8221 16.9823L19.332 16.3079C20.05 16.2336 20.7464 15.4266 20.6236 14.2757L20.2163 10.4566C20.0936 9.30564 19.2422 8.65903 18.5243 8.7334L12.0144 9.40776ZM9.36655 11.5805C9.18939 9.91916 10.1929 8.24499 11.8718 8.07108L18.3817 7.39672C20.0606 7.2228 21.3954 8.65474 21.5726 10.3161L21.9798 14.1352C22.157 15.7965 21.1535 17.4707 19.4746 17.6446L12.9647 18.319C11.2858 18.4929 9.95099 17.061 9.77382 15.3996L9.36655 11.5805Z"
24-
fill="url(#paint1_linear_21_89)"
20+
<rect
21+
x="11"
22+
y="12.1498"
23+
width="11"
24+
height="9"
25+
rx="2"
26+
transform="rotate(-6 11 12.1498)"
27+
stroke="url(#paint1_linear_55_97)"
28+
strokeWidth="2"
2529
/>
2630
<defs>
2731
<linearGradient
28-
id="paint0_linear_21_89"
29-
x1="12.8987"
30-
y1="-3.82778"
31-
x2="6.46667"
32-
y2="27.5955"
32+
id="paint0_linear_55_97"
33+
x1="14.5"
34+
y1="-2.86667"
35+
x2="10.9123"
36+
y2="25.5153"
3337
gradientUnits="userSpaceOnUse"
3438
>
3539
<stop stopColor="#06B6D4" />
3640
<stop offset="1" stopColor="#D946EF" />
3741
</linearGradient>
3842
<linearGradient
39-
id="paint1_linear_21_89"
40-
x1="12.8987"
41-
y1="-3.82778"
42-
x2="6.46667"
43-
y2="27.5955"
43+
id="paint1_linear_55_97"
44+
x1="17.4009"
45+
y1="8.6499"
46+
x2="12.8235"
47+
y2="27.3284"
4448
gradientUnits="userSpaceOnUse"
4549
>
4650
<stop stopColor="#06B6D4" />

0 commit comments

Comments
 (0)