import { IconProps, Icon } from "@chakra-ui/react";
export const Check = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="20 6 9 17 4 12" /></Icon>;