Add Bash, MongoDB, NodeJS & Symfony icons (#737)

* Add Bash icon

* Add Node.js icon

* Add MongoDB icon

* Add Symfony logo

* Update README
This commit is contained in:
kuubeu
2023-06-29 14:53:06 +02:00
committed by GitHub
parent ef49bc733b
commit 3668f38ffb
10 changed files with 137 additions and 91 deletions

5
images/svg/bash.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Bash" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#fff"/><path fill="#2A3238" d="m268 249q-16 12-16 30v148q0 22 19 21l153-93V176q-9-19-29-6m-88.1 106.1q1.7-1 2 2v10.3q7.6-2.8 12.3-1.3 1 .4.7 2.2l-2.8 11q-.5 2-3 1c-11-2-21 8-19.3 17s19-1 26 12-3 34-13.5 41.4l.3 11q0 2-1.2 3l-7 4q-2 1-2-2v-9.9q-8 3.4-14 1.6-2-.4-1.3-3l2.4-10q1-3 3-1.7c16 3 26-13 22-21s-19 0-25.2-10 0-30 12.7-39.5v-10.5q0-2.8 2-4"/><path fill="none" stroke="#2A3238" stroke-width="9" d="m109 139q-25 15-25 44v146q0 29 26 44l123 73q23 13 46 0l123-73q26-15 26-44V183q0-29-25-44L278 65q-23-12-44 0z"/><path fill="#4DA925" d="m342.4 364.7q-1.1.7-1.1 2v8c0 1.3.9 1.5 1.6 1l32-19.4q.9-.6.9-2.4v-7c0-1.5-1-1.4-1.6-1"/></svg>

After

Width:  |  Height:  |  Size: 766 B

5
images/svg/mongodb.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="MongoDB" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#00ed64"/><path fill="#001e2b" d="m249.7 460.8q-3-27-4.3-47c-2-1-168-126-24-311.7q19-23 34-44.5c.3-.4.8-.5 1.2 0q17 24 32 42c147 185-18 312-22 314q-2 25-4.4 47.2m-15.7-60.4q2 3 9.5 9.7 7-6 9.5-9.7l-9-202.2c0-.7-1-.7-1 0"/></svg>

After

Width:  |  Height:  |  Size: 359 B

5
images/svg/nodejs.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Node.js" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#fff"/><path fill="#539E43" d="m275 63q-19-12-38 0L95 145q-16 9-16 27v169q0 18 15 27l39 22c32 18 77 12 77-37V188q0-6-6-6h-16q-6 0-6 6v165c0 18-19 24-35 15l-40-23q-2-1-2-4V172q0-3 2-4l146-84q3-2 6 0l145 84q2 1 2 4v168q0 4-2 5l-145 84q-3 2-6 0l-37-22q-2-1-4 0-9 6-22 10-6 2 2 6l49 29q16 8 32 0l146-85q14-9 14-27V174q0-20-16-29M229 281q-5 0-5 5 0 54 79 54c55 0 75-28 71-58s-33-34-69-39-47-7-47-18 4-22 39-22 41 13 44 25q1 5 5 5h18c4 0 5-2 4-9s-3-47-71-47-68 40-68 49 0 36 56 42 63 11 60 27-24 21-60 18-32-27-34-30q-1-2-4-2"/></svg>

After

Width:  |  Height:  |  Size: 659 B

5
images/svg/symfony.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Symfony" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#fff"/><circle cx="256" cy="256" r="192"/><path fill="#fff" d="m144 260c7 1 13 7 12 17s-11 14-2 21 30 9 36-9-21-23-29-52 22-58 57-49 35 37 74 42q22 4 36-4 8-4 1-13c-3-5-2-12 7-16s20 6 15 20-30 26-61 21-38-20-53-31-33-15-42-3-1 22 6 29 22 22 22 40-20 44-56 38-41-31-39-39 6-13 16-12m35 91c11 0 17 7 17 17s-10 8-10 15 17 5 28-8 19-32 26-67 8-51 20-89 40-84 81-84 37 32 26 38q-4 2.5-10 2t-10-5-2.3-12c1.3-5 6.3-8 4.3-12s-11-6-21-1-21 17-29 57-12 83-28 123-55 76-89 69-24-43-3-43"/></svg>

After

Width:  |  Height:  |  Size: 615 B