This commit is contained in:
smanylov
2025-12-27 11:54:54 +07:00
parent ab6e385984
commit aaa95091d2
10 changed files with 134 additions and 187 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
import style from "@/app/styles/ui.module.scss"
export default function LogoIcon() {
return (
<div className={`${style['logo-icon']}`}>
<div className="logo-icon">
<svg viewBox="0 0 24 24">
<path d="M12 2L2 7v10c0 5.55 3.84 9.74 9 11 5.16-1.26 9-5.45 9-11V7l-10-5z"></path>
</svg>