chore(lp): 📦️ Import existing Landing page
This commit is contained in:
14
apps/landing-page/assets/icons/MapIcon.tsx
Normal file
14
apps/landing-page/assets/icons/MapIcon.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import Icon, { IconProps } from "@chakra-ui/icon";
|
||||
import React from "react";
|
||||
|
||||
export const MapIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 512 512"
|
||||
fill="currentcolor"
|
||||
{...props}
|
||||
>
|
||||
<title>Map</title>
|
||||
<path d="M48.17 113.34A32 32 0 0032 141.24V438a32 32 0 0047 28.37c.43-.23.85-.47 1.26-.74l84.14-55.05a8 8 0 003.63-6.72V46.45a8 8 0 00-12.51-6.63zM212.36 39.31A8 8 0 00200 46v357.56a8 8 0 003.63 6.72l96 62.42A8 8 0 00312 466V108.67a8 8 0 00-3.64-6.73zM464.53 46.47a31.64 31.64 0 00-31.5-.88 12.07 12.07 0 00-1.25.74l-84.15 55a8 8 0 00-3.63 6.72v357.46a8 8 0 0012.52 6.63l107.07-73.46a32 32 0 0016.41-28v-296a32.76 32.76 0 00-15.47-28.21z" />
|
||||
</Icon>
|
||||
);
|
Reference in New Issue
Block a user