@nant-design/nant-icons
Version:
8 lines (6 loc) • 501 B
JSX
import React from 'react';
export const Terminal = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M432 32H80a64.07 64.07 0 0 0-64 64v320a64.07 64.07 0 0 0 64 64h352a64.07 64.07 0 0 0 64-64V96a64.07 64.07 0 0 0-64-64ZM96 256a16 16 0 0 1-10-28.49L150.39 176 86 124.49a16 16 0 1 1 20-25l80 64a16 16 0 0 1 0 25l-80 64A16 16 0 0 1 96 256Zm160 0h-64a16 16 0 0 1 0-32h64a16 16 0 0 1 0 32Z"/>
</svg>;
};