import { IconProps, Icon } from "@chakra-ui/react";
export const PauseCircle = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><circle cx={12} cy={12} r={10} /><line x1={10} y1={15} x2={10} y2={9} /><line x1={14} y1={15} x2={14} y2={9} /></Icon>;