Adding svg files (self-edited)

Resolving Issue #18871, by adding svg files for firebase, tailwind and mongodb
This commit is contained in:
Aryan Keluskar 2022-05-20 23:08:14 +05:30 committed by GitHub
parent b452a2c086
commit 7af76f06b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 0 deletions

9
svgs/brands/firebase.svg Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 144 144" width="144px" height="144px">
<g id="surface1496824">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(20%,20%,20%);fill-opacity:1;" d="M 24 111 L 69.703125 25.308594 C 70.664062 23.503906 73.269531 23.535156 74.183594 25.367188 L 90 57 Z M 24 111 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(20%,20%,20%);fill-opacity:1;" d="M 24 110.976562 L 40.636719 8.378906 C 41.074219 5.695312 44.679688 5.113281 45.9375 7.523438 L 78 68.976562 Z M 24 110.976562 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 24.023438 110.957031 L 24.625 110.488281 L 77.210938 67.464844 L 62.378906 39.035156 Z M 24.023438 110.957031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 24 111 L 103.996094 33.859375 C 105.675781 32.242188 108.472656 33.199219 108.816406 35.503906 L 120 111 L 75 137.230469 C 73.171875 138.253906 70.945312 138.253906 69.117188 137.230469 Z M 24 111 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

16
svgs/brands/mongodb.svg Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="192.000000pt" height="192.000000pt" viewBox="0 0 192.000000 192.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,192.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M947 1888 c-4 -15 -49 -68 -100 -120 -98 -98 -153 -171 -206 -276
-96 -189 -140 -444 -111 -632 32 -199 123 -366 292 -533 54 -54 103 -110 109
-125 6 -15 14 -62 17 -106 6 -69 10 -80 30 -87 22 -8 22 -7 22 69 1 127 5 136
121 253 118 118 184 219 229 351 58 169 64 374 15 542 -59 202 -135 338 -270
485 -47 52 -99 119 -114 149 -26 52 -28 54 -34 30z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 790 B

21
svgs/brands/tailwind.svg Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="225.000000pt" height="225.000000pt" viewBox="0 0 225.000000 225.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,225.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M972 1785 c-202 -46 -328 -170 -397 -395 -6 -20 6 -12 58 37 87 81
152 107 257 101 102 -6 139 -28 276 -158 133 -126 200 -173 298 -209 65 -24
85 -26 221 -26 120 0 161 4 205 19 161 54 267 161 330 333 l29 80 -57 -56
c-85 -85 -135 -106 -252 -106 -124 0 -141 9 -298 156 -198 185 -289 228 -492
235 -77 2 -136 -1 -178 -11z"/>
<path d="M390 1105 c-84 -24 -155 -62 -214 -116 -68 -62 -109 -125 -146 -226
l-29 -80 57 56 c76 76 137 104 231 109 81 5 138 -8 187 -42 17 -11 81 -68 143
-126 180 -170 279 -218 471 -227 303 -15 500 122 585 407 6 20 -5 13 -58 -37
-87 -81 -152 -107 -257 -101 -102 6 -139 28 -276 158 -203 193 -286 232 -504
237 -98 2 -150 -1 -190 -12z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB