openpanel/documentation/src/assets/integration-icons/sshico.tsx
2024-02-28 15:21:55 +01:00

11 lines
420 B
XML

const SvgSshico = (props: SVGProps<SVGSVGElement>) => (
<svg fill="#000000" width="24px" height="24px" viewBox="-5.5 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
<title>terminal</title>
<path d="M0 24.344v-16.25h21.25v16.25h-21.25zM1.844 13.625l3.781-1.469v-0.844l-3.781-1.5v0.938l2.688 0.969-2.688 1v0.906zM5.969 14.719h3.719v-0.938h-3.719v0.938z"></path>
</svg>
);
export default SvgSshico;