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