diff options
Diffstat (limited to 'frontend/public/design-system/icons/terminal.svg')
| -rw-r--r-- | frontend/public/design-system/icons/terminal.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/public/design-system/icons/terminal.svg b/frontend/public/design-system/icons/terminal.svg new file mode 100644 index 0000000..a36c7bc --- /dev/null +++ b/frontend/public/design-system/icons/terminal.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <rect x="3" y="4" width="18" height="14" rx="1"></rect> + <path d="M3 8h18"></path> + <path d="M8 20h8"></path> + <path d="M12 18v2"></path> +</svg>
\ No newline at end of file |
