From b56a4d1075cbc1773518dbaaf64b0fce4eb48bec Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 7 Oct 2022 03:29:36 +0100 Subject: [PATCH] feat: recover LaughIcon --- src/components/icons/LaughIcon.tsx | 21 +++++++++++++++++++++ src/pages/index.tsx | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 src/components/icons/LaughIcon.tsx diff --git a/src/components/icons/LaughIcon.tsx b/src/components/icons/LaughIcon.tsx new file mode 100644 index 00000000..7298de81 --- /dev/null +++ b/src/components/icons/LaughIcon.tsx @@ -0,0 +1,21 @@ +import React from "react" + +export const LaughIcon: React.FC> = ( + props, +) => { + return ( + + + + ) +} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6d4d9112..32608a0c 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,6 +8,7 @@ import { useAccount } from "wagmi" import { EllipsisHorizontalIcon } from "@heroicons/react/20/solid" import { LoveIcon } from "~/components/icons/LoveIcon" import { BlockchainIcon } from "~/components/icons/BlockchainIcon" +import { LaughIcon } from "~/components/icons/LaughIcon" import { Button } from "~/components/ui/Button" import { useConnectModal } from "@rainbow-me/rainbowkit" import { useRouter } from "next/router" @@ -56,7 +57,7 @@ export default function Home({ region }: { region: string | null }) { width: 3947, height: 1888, }, - icon: , + icon: , title: "Elegent", text: <>Out-of-the-box, good looking, no friction., },