import { IconProps, Icon } from "@chakra-ui/react";
export const Award = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><circle cx={12} cy={8} r={7} /><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88" /></Icon>;