chore(lp): 📦️ Import existing Landing page
This commit is contained in:
14
apps/landing-page/assets/icons/BuildIcon.tsx
Normal file
14
apps/landing-page/assets/icons/BuildIcon.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import Icon, { IconProps } from "@chakra-ui/icon";
|
||||
import React from "react";
|
||||
|
||||
export const BuildIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 512 512"
|
||||
fill="currentcolor"
|
||||
{...props}
|
||||
>
|
||||
<title>Build</title>
|
||||
<path d="M469.54 120.52a16 16 0 00-25.54-4L382.56 178a16.12 16.12 0 01-22.63 0l-26.56-26.6a16 16 0 010-22.63l61.18-61.19a16 16 0 00-4.78-25.92C343.56 21 285.88 31.78 249.51 67.88c-30.9 30.68-40.11 78.62-25.25 131.53a15.89 15.89 0 01-4.49 16L53.29 367.46a64.17 64.17 0 1090.6 90.64l153.68-166.85a15.9 15.9 0 0115.77-4.57 179.3 179.3 0 0046.22 6.37c33.4 0 62.71-10.81 83.85-31.64 39.15-38.57 45.12-103.99 26.13-140.89zM99.48 447.15a32 32 0 1128.34-28.35 32 32 0 01-28.34 28.35z" />
|
||||
</Icon>
|
||||
);
|
Reference in New Issue
Block a user