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