mirror of
https://github.com/konpa/devicon.git
synced 2025-08-18 20:31:31 +02:00
added SVGs and updated devicon.json
This commit is contained in:
26
devicon.json
26
devicon.json
@@ -1695,6 +1695,32 @@
|
|||||||
"color": "#ea9344",
|
"color": "#ea9344",
|
||||||
"aliases": []
|
"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",
|
"name": "cmake",
|
||||||
"altnames": [],
|
"altnames": [],
|
||||||
|
15
icons/cloudrun/cloudrun-line.svg
Normal file
15
icons/cloudrun/cloudrun-line.svg
Normal 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 |
16
icons/cloudrun/cloudrun-original.svg
Normal file
16
icons/cloudrun/cloudrun-original.svg
Normal 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 |
15
icons/cloudrun/cloudrun-plain.svg
Normal file
15
icons/cloudrun/cloudrun-plain.svg
Normal 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 |
Reference in New Issue
Block a user