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