import { IconProps, Icon } from "@chakra-ui/react";
export const StopCircle = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><circle cx={12} cy={12} r={10} /><rect x={9} y={9} width={6} height={6} /></Icon>;