import { IconProps, Icon } from "@chakra-ui/react";
export const Minus = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><line x1={5} y1={12} x2={19} y2={12} /></Icon>;