diff --git a/devicon.json b/devicon.json index a20801b9..c92929e1 100644 --- a/devicon.json +++ b/devicon.json @@ -227,6 +227,22 @@ "color": "#002A41", "aliases": [] }, + { + "name": "bash", + "tags": [ + "shell", + "command" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [] + }, + "color": "#293138", + "aliases": [] + }, { "name": "behance", "tags": [ diff --git a/icons/bash/bash-original.svg b/icons/bash/bash-original.svg new file mode 100644 index 00000000..c2515c10 --- /dev/null +++ b/icons/bash/bash-original.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/bash/bash-plain.svg b/icons/bash/bash-plain.svg new file mode 100644 index 00000000..22a98ff4 --- /dev/null +++ b/icons/bash/bash-plain.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/bash/bash.eps b/icons/bash/bash.eps new file mode 100644 index 00000000..5596f4a6 Binary files /dev/null and b/icons/bash/bash.eps differ