Update sshico.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 15:21:55 +01:00 committed by GitHub
parent 670d3f2b8f
commit 2bae383748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,33 +1,9 @@
const SvgSshico = (props: SVGProps<SVGSVGElement>) => (
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 103.53">
<defs>
<style>
.cls-1,
.cls-2 {
fill-rule: evenodd;
}
.cls-2,
.cls-3 {
fill: #fff;
}
</style>
</defs>
<title>ssh</title>
<path class="cls-1" d="M5.47,0H117.41a5.48,5.48,0,0,1,5.47,5.47V98.06a5.48,5.48,0,0,1-5.47,5.47H5.47A5.48,5.48,0,0,1,0,98.06V5.47A5.48,5.48,0,0,1,5.47,0Z" />
<path class="cls-2" d="M122.88,26.19v8.14H97.27a4.07,4.07,0,1,1,0-8.14ZM0,34.33V26.19H44.17a4.07,4.07,0,1,1,0,8.14Z" />
<path
class="cls-3"
d="M15.83,88l1.44-8.49a35.39,35.39,0,0,0,8.51,1.19,49,49,0,0,0,6.09-.31V77.85l-4.63-.41q-6.27-.57-8.61-3T16.29,67.2q0-6.57,2.86-9.05t9.69-2.47A54.19,54.19,0,0,1,41.18,57L39.89,65.2a49.74,49.74,0,0,0-7.66-.77,39.52,39.52,0,0,0-4.88.25V67.2l3.7.36q6.73.68,9.31,3.22a9.5,9.5,0,0,1,2.57,7.07,14.89,14.89,0,0,1-.88,5.47A9.29,9.29,0,0,1,40,86.72a7.94,7.94,0,0,1-3.42,1.77,21.09,21.09,0,0,1-3.88.75c-1.12.08-2.6.13-4.45.13A54.28,54.28,0,0,1,15.83,88Zm30.83,0,1.44-8.49a35.39,35.39,0,0,0,8.51,1.19,49,49,0,0,0,6.09-.31V77.85l-4.63-.41q-6.27-.57-8.61-3T47.12,67.2q0-6.57,2.85-9.05t9.7-2.47A54.19,54.19,0,0,1,72,57L70.72,65.2a49.85,49.85,0,0,0-7.66-.77,39.81,39.81,0,0,0-4.89.25V67.2l3.71.36q6.74.68,9.3,3.22a9.46,9.46,0,0,1,2.57,7.07,15.12,15.12,0,0,1-.87,5.47,9.42,9.42,0,0,1-2.08,3.4,8,8,0,0,1-3.42,1.77,21.25,21.25,0,0,1-3.88.75c-1.12.08-2.6.13-4.45.13A54.28,54.28,0,0,1,46.66,88Zm50.11.56V77.23H89.05V88.59H78.77V56.46H89.05V67.82h7.72V56.46h10.28V88.59Z"
/>
<path class="cls-2" d="M16.41,7.94A5.08,5.08,0,1,1,11.33,13a5.08,5.08,0,0,1,5.08-5.08Z" />
<path class="cls-2" d="M35.65,7.94A5.08,5.08,0,1,1,30.57,13a5.08,5.08,0,0,1,5.08-5.08Z" />
<path
class="cls-3"
d="M64.79,11.57,78.57,25.84l1.64,1.63a1.23,1.23,0,0,1,0,1.75L78.6,30.88,64.68,45.64a1.25,1.25,0,0,1-1.76,0L59,41.8A1.25,1.25,0,0,1,59,40L70.37,28.41,59.12,17.23a1.26,1.26,0,0,1,0-1.76L63,11.56a1.23,1.23,0,0,1,1.75,0l0,0Z"
/>
</svg
<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>
);