import { IconProps, Icon } from "@chakra-ui/react";
export const CircleFill = (props: IconProps) => <Icon viewBox="0 0 16 16" {...props}><circle cx={8} cy={8} r={8} /></Icon>;