chore(lp): 📦️ Import existing Landing page
This commit is contained in:
21
apps/landing-page/assets/icons/ChevronRightIcon.tsx
Normal file
21
apps/landing-page/assets/icons/ChevronRightIcon.tsx
Normal file
@ -0,0 +1,21 @@
|
||||
import Icon, { IconProps } from "@chakra-ui/icon";
|
||||
import React from "react";
|
||||
|
||||
export const ChevronRightIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 512 512"
|
||||
width="18px"
|
||||
{...props}
|
||||
>
|
||||
<title>Chevron Forward</title>
|
||||
<path
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth="48"
|
||||
d="M184 112l144 144-144 144"
|
||||
/>
|
||||
</Icon>
|
||||
);
|
Reference in New Issue
Block a user