1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-16 11:35:11 +02:00

added SVGs and updated devicon.json

This commit is contained in:
ThisIsEmma
2024-04-23 18:54:43 -04:00
parent c0cb488e83
commit 742899bf6e
4 changed files with 72 additions and 0 deletions

View File

@@ -1695,6 +1695,32 @@
"color": "#ea9344",
"aliases": []
},
{
"name": "cloudrun",
"altnames": [
"Cloud Run"
],
"tags": [
"platform",
"serverless",
"deploy",
"cloud-computing-platform"
],
"versions": {
"svg": [
"original",
"plain",
"line"
],
"font": [
"original",
"plain",
"line"
]
},
"color": "#4285f4",
"aliases": []
},
{
"name": "cmake",
"altnames": [],

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="128px" height="128px" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" style="background-color: transparent;">
<defs>
<style>.cls-1{fill:none;stroke:#4285f4;stroke-width:0.1px;}</style>
</defs>
<title>CloudRun_line_icon</title>
<g data-name="Product Icons" transform="translate(48, 48)">
<g>
<polygon class="cls-1" points="8.9 2.63 12.02 12 21.38 11.9 8.9 2.63"/>
<polygon class="cls-1" points="21.38 12 12.02 12 8.9 21.38 21.38 12"/>
<polygon class="cls-1" points="3.44 21.38 6.57 19.81 8.9 12 5.78 12 3.44 21.38"/>
<polygon class="cls-1" points="3.44 2.63 5.78 12 8.9 12 6.57 4.19 3.44 2.63"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 718 B

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="128px" height="128px" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" style="background-color: transparent;">
<defs>
<style>.cls-1{fill:#aecbfa;}.cls-1,.cls-2{fill-rule:evenodd;}.cls-2{fill:#4285f4;}</style>
</defs>
<title>CloudRun_original_icon</title>
<g data-name="Product Icons" transform="translate(48, 48)">
<g >
<polygon class="cls-1" points="8.9 2.63 12.02 12 21.38 12 8.9 2.63"/>
<polygon class="cls-2" points="21.38 12 12.02 12 8.9 21.38 21.38 12"/>
<polygon class="cls-2" points="3.44 21.38 6.57 19.81 8.9 12 5.78 12 3.44 21.38"/>
<polygon class="cls-1" points="3.44 2.63 5.78 12 8.9 12 6.57 4.19 3.44 2.63"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 791 B

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="128px" height="128px" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" style="background-color: transparent;">
<defs>
<style>.cls-1{fill:#4285f4;}</style>
</defs>
<title>CloudRun_plain_icon</title>
<g data-name="Product Icons" transform="translate(48, 48)">
<g>
<polygon class="cls-1" points="8.9 2.63 12.02 12 21.38 12 8.9 2.63"/>
<polygon class="cls-1" points="21.38 12 12.02 12 8.9 21.38 21.38 12"/>
<polygon class="cls-1" points="3.44 21.38 6.57 19.81 8.9 12 5.78 12 3.44 21.38"/>
<polygon class="cls-1" points="3.44 2.63 5.78 12 8.9 12 6.57 4.19 3.44 2.63"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 686 B