fix: update svg

This commit is contained in:
blueeon 2024-03-28 23:06:11 +08:00
parent 3251d713d4
commit f22273e351

View File

@ -4,8 +4,8 @@ export default function Logo({ className = '', ...props }) {
return ( return (
<span className=" bg-indigo-900 rounded-full p-2"> <span className=" bg-indigo-900 rounded-full p-2">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" className={className} <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" className={className}
fill="none" stroke="#ffffff" stroke-width="1" fill="none" stroke="#ffffff" strokeWidth="1"
stroke-linecap="round" stroke-linejoin="round"> strokeLinecap="round" strokeLinejoin="round">
<path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" /> <path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" />
</svg> </svg>
</span> </span>