import { IconProps, Icon } from "@chakra-ui/react";
export const Pause = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><rect x={6} y={4} width={4} height={16} /><rect x={14} y={4} width={4} height={16} /></Icon>;