2
0

docs(lp): 💄 Refont LP for v2

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent c437211327
commit 21e926a477
131 changed files with 2834 additions and 3260 deletions

View File

@ -1,5 +1,5 @@
import Icon, { IconProps } from "@chakra-ui/icon";
import React, { SVGProps } from "react";
import Icon, { IconProps } from '@chakra-ui/icon'
import React from 'react'
export const ChevronDownIcon = (props: IconProps) => (
<Icon
@ -18,4 +18,4 @@ export const ChevronDownIcon = (props: IconProps) => (
d="M112 184l144 144 144-144"
/>
</Icon>
);
)