Merge remote-tracking branch 'upstream/develop' into develop
10
README.md
@@ -269,10 +269,10 @@ https://www.python.org/downloads/
|
||||
> **Note**
|
||||
> Make sure your Python install includes [pip](https://pypi.org/project/pip/)
|
||||
|
||||
<h3>Install Selenium</h3>
|
||||
<h3>Install Dependencies</h3>
|
||||
|
||||
```bash
|
||||
python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1
|
||||
python -m pip install -r ./.github/scripts/requirements.txt
|
||||
```
|
||||
|
||||
<h3 id="building-icons">Build the new icons</h3>
|
||||
@@ -281,11 +281,7 @@ python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.
|
||||
Usually, this is done on each release, but you can have a sneak peek before a release.</p>
|
||||
|
||||
```bash
|
||||
# Linux/Unix
|
||||
npm run build-icons
|
||||
|
||||
# Windows
|
||||
python3 ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./ --headless
|
||||
```
|
||||
|
||||
<i>The process might take a while, depending on your operating system's speed and the amount of icons.</i>
|
||||
@@ -311,7 +307,7 @@ npm run dev # Will run on port 8000
|
||||
<p>Or this command, which does exactly the same, but the port can be customized.</p>
|
||||
|
||||
```bash
|
||||
python3 -m http.server <port>
|
||||
python -m http.server <port>
|
||||
```
|
||||
|
||||
<p>You're done now! :tada: Your build of Devicons should be available at <code>https://localhost:8000</code> (or the desired port).</p>
|
||||
|
373
devicon.json
@@ -104,6 +104,67 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aerospike",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"data",
|
||||
"database",
|
||||
"nosql"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"original",
|
||||
"original-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#c21417",
|
||||
"aliases": [
|
||||
{
|
||||
"base": "original",
|
||||
"alias": "plain"
|
||||
},
|
||||
{
|
||||
"base": "original-wordmark",
|
||||
"alias": "plain-wordmark"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aframe",
|
||||
"altnames": [
|
||||
"a-frame"
|
||||
],
|
||||
"tags": [
|
||||
"framework",
|
||||
"html",
|
||||
"javascript",
|
||||
"js",
|
||||
"web"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain"
|
||||
],
|
||||
"font": [
|
||||
"original-wordmark",
|
||||
"plain"
|
||||
]
|
||||
},
|
||||
"color": "#ee295f",
|
||||
"aliases": [
|
||||
{
|
||||
"base": "original-wordmark",
|
||||
"alias": "plain-wordmark"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aftereffects",
|
||||
"altnames": [
|
||||
@@ -559,6 +620,42 @@
|
||||
"color": "#24a148",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "apollographql",
|
||||
"altnames": [
|
||||
"Apollo"
|
||||
],
|
||||
"tags": [
|
||||
"platform",
|
||||
"graphql",
|
||||
"api"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#112B49",
|
||||
"aliases": [
|
||||
{
|
||||
"base": "original",
|
||||
"alias": "plain"
|
||||
},
|
||||
{
|
||||
"base": "original-wordmark",
|
||||
"alias": "plain-wordmark"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appcelerator",
|
||||
"altnames": [],
|
||||
@@ -905,6 +1002,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "babylonjs",
|
||||
"altnames": [
|
||||
"babylon.js"
|
||||
],
|
||||
"tags": [
|
||||
"3d",
|
||||
"javascript",
|
||||
"library",
|
||||
"web"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#bb464b",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "backbonejs",
|
||||
"altnames": [],
|
||||
@@ -1971,7 +2094,9 @@
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark"
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
@@ -2895,6 +3020,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "entityframeworkcore",
|
||||
"altnames": [
|
||||
"ef core",
|
||||
"entity framework core"
|
||||
],
|
||||
"tags": [
|
||||
"dotnet",
|
||||
".net",
|
||||
"framework",
|
||||
"database"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"plain",
|
||||
"line"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"line"
|
||||
]
|
||||
},
|
||||
"color": "#512bd4",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "envoy",
|
||||
"altnames": [
|
||||
@@ -4177,6 +4328,34 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "harbor",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"docker",
|
||||
"artifact",
|
||||
"oci",
|
||||
"registry"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#666666",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "hardhat",
|
||||
"altnames": [],
|
||||
@@ -4407,33 +4586,91 @@
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "hugo",
|
||||
"name": "htmx",
|
||||
"altnames": [
|
||||
"gohugo"
|
||||
"html ui framework"
|
||||
],
|
||||
"tags": [
|
||||
"framework",
|
||||
"ssg",
|
||||
"static-site-generator",
|
||||
"go",
|
||||
"web",
|
||||
"html",
|
||||
"css"
|
||||
"ui"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#FF4088",
|
||||
"color": "#333333",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "hyperv",
|
||||
"altnames": [
|
||||
"hyper-v"
|
||||
],
|
||||
"tags": [
|
||||
"hypervisor",
|
||||
"operating-system"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain"
|
||||
],
|
||||
"font": [
|
||||
"original-wordmark",
|
||||
"plain"
|
||||
]
|
||||
},
|
||||
"color": "#00188f",
|
||||
"aliases": [
|
||||
{
|
||||
"base": "original-wordmark",
|
||||
"alias": "plain-wordmark"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "hyperv",
|
||||
"altnames": [
|
||||
"hyper-v"
|
||||
],
|
||||
"tags": [
|
||||
"hypervisor",
|
||||
"operating-system"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain"
|
||||
],
|
||||
"font": [
|
||||
"original-wordmark",
|
||||
"plain"
|
||||
]
|
||||
},
|
||||
"color": "#00188f",
|
||||
"aliases": [
|
||||
{
|
||||
"base": "original-wordmark",
|
||||
"alias": "plain-wordmark"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ie10",
|
||||
"altnames": [
|
||||
@@ -8376,6 +8613,34 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "qtest",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"testing"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"original",
|
||||
"original-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#1a62b3",
|
||||
"aliases": [
|
||||
{
|
||||
"base": "original",
|
||||
"alias": "plain"
|
||||
},
|
||||
{
|
||||
"base": "original-wordmark",
|
||||
"alias": "plain-wordmark"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "quarkus",
|
||||
"altnames": [],
|
||||
@@ -8491,6 +8756,48 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "racket",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"programming",
|
||||
"language"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"plain",
|
||||
"line"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"line"
|
||||
]
|
||||
},
|
||||
"color": "#9f1d20",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "radstudio",
|
||||
"altnames": [
|
||||
"RAD Studio"
|
||||
],
|
||||
"tags": [
|
||||
"editor",
|
||||
"IDE"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"plain"
|
||||
],
|
||||
"font": [
|
||||
"plain"
|
||||
]
|
||||
},
|
||||
"color": "#f42434",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "rails",
|
||||
"altnames": [
|
||||
@@ -9763,6 +10070,29 @@
|
||||
"color": "#0F3A80",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "spicedb",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"database",
|
||||
"authorization",
|
||||
"access-control",
|
||||
"Zanzibar"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"plain",
|
||||
"line"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"line"
|
||||
]
|
||||
},
|
||||
"color": "#FB5B62",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "splunk",
|
||||
"altnames": [],
|
||||
@@ -10455,6 +10785,29 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tmux",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"cli",
|
||||
"terminal",
|
||||
"multiplexer"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#1bb91f",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "tomcat",
|
||||
"altnames": [],
|
||||
|
1
icons/aframe/aframe-original-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 128 128"><path fill="#ee295f" d="M127.625 53.47h-9.883v9.405h8.554v1.057h-8.554V74.53H128v1.09h-11.45V52.38h11.245zm-17.687 22.15h-1.159l-1.26-11.586q-.852-8.077-1.057-10.598l-6.475 19.356h-1.124L92.25 53.436q-.102 1.465-.715 7.258l-.307 3.067-1.159 11.86h-1.158l2.385-23.242h1.772l6.373 18.982 6.236-18.982h1.806zm-27.876-6.713H71.6l-2.25 6.714h-1.192l7.974-23.242h1.465l7.975 23.242H84.31zm-.375-1.09-4.84-14.484-4.873 14.484zM58.24 64.784h-5.385V75.62h-1.193V52.379h5.283q7.872 0 7.872 6.134 0 2.556-1.363 4.022-1.363 1.465-3.92 2.044l6.476 11.042h-1.5zm-1.057-1.09q3.101 0 4.737-1.262 1.636-1.295 1.636-3.919 0-2.556-1.568-3.817-1.567-1.26-5.146-1.26h-3.987v10.257zM46.45 53.47h-9.712v9.883h8.383v1.056h-8.383V75.62h-1.193V52.379H46.62zM20.413 64.409h8.554v1.09h-8.554zm-6.509 4.498H3.442l-2.25 6.714H0l7.974-23.242H9.44l7.974 23.242h-1.26zm-.375-1.09L8.69 53.333 3.817 67.817z"/></svg>
|
After Width: | Height: | Size: 965 B |
1
icons/aframe/aframe-original.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 128 128"><path fill="#ee295f" d="M0 0h128v128H0z"/><path fill="#fff" d="M82.11 85.431H41.958l-8.365 26.07H25.09l31.926-95.5h10.456l31.787 95.5h-8.783zm-2.23-7.11L62.173 22.833 44.189 78.321z"/></svg>
|
After Width: | Height: | Size: 274 B |
1
icons/aframe/aframe-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 128 128"><path fill="#ee295f" d="M0 0v128h128V0H0zm57.016 16.002H67.47l31.787 95.5h-8.783l-8.366-26.07H41.96l-8.365 26.07H25.09l31.926-95.5zm5.158 6.832L44.189 78.32h35.69L62.174 22.834z"/></svg>
|
After Width: | Height: | Size: 270 B |
1
icons/apollographql/apollographql-line-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#112b49" d="m16.945 55.426-.119.318-5.777 14.992h4.527l.893-2.433h4.752l-1.291-3.666h-2.26l1.514-4.192 1.478 4.192 1.291 3.666.861 2.433h4.534l-5.899-15.31zm.684.99h3.139l5.134 13.33h-2.384l-4.32-12.25-2.95 8.137h2.887l.59 1.678h-3.95l-.89 2.435h-2.39zm44.523 1.574a5.106 5.106 0 0 0-5.102 5.102c0 2.814 2.289 5.1 5.102 5.1a5.103 5.103 0 0 0 5.102-5.1 5.106 5.106 0 0 0-5.102-5.102zm0 .99v.003a4.098 4.098 0 0 1 4.111 4.109 4.098 4.098 0 0 1-4.111 4.11 4.096 4.096 0 0 1-4.11-4.11 4.098 4.098 0 0 1 4.11-4.111zm0-3.788c-4.356 0-7.9 3.544-7.9 7.9s3.544 7.898 7.9 7.898c4.355 0 7.9-3.542 7.9-7.898s-3.545-7.9-7.9-7.9zm0 .99a6.906 6.906 0 0 1 6.91 6.91 6.9 6.9 0 0 1-6.91 6.902c-3.818 0-6.908-3.083-6.908-6.902s3.089-6.91 6.908-6.91zM120.1 57.99a5.106 5.106 0 0 0-5.102 5.102c0 2.814 2.289 5.1 5.102 5.1a5.103 5.103 0 0 0 5.101-5.1 5.106 5.106 0 0 0-5.101-5.102zm0 .99v.002a4.098 4.098 0 0 1 4.11 4.11 4.098 4.098 0 0 1-4.11 4.11 4.096 4.096 0 0 1-4.11-4.11 4.098 4.098 0 0 1 4.11-4.111zm0-3.789c-4.356 0-7.9 3.545-7.9 7.9s3.544 7.9 7.9 7.9c4.355 0 7.9-3.543 7.9-7.9s-3.545-7.9-7.9-7.9zm0 .99a6.906 6.906 0 0 1 6.91 6.91 6.9 6.9 0 0 1-6.91 6.903c-3.818 0-6.909-3.083-6.909-6.902s3.09-6.91 6.909-6.91zM19.143 44.845C8.578 44.844 0 53.423 0 64.004c0 10.58 8.578 19.152 19.158 19.152 5.908 0 11.179-2.673 14.696-6.885.226-.23.373-.534.373-.886v-.02c-.026-.702-.59-1.28-1.295-1.28-.425 0-.822.206-1.057.544l.035-.047s-.686.78-1.03 1.14a16.612 16.612 0 0 1-5.267 3.557 16.36 16.36 0 0 1-6.455 1.301 16.65 16.65 0 0 1-6.457-1.3h-.004a16.451 16.451 0 0 1-5.26-3.555 16.612 16.612 0 0 1-3.556-5.268 16.36 16.36 0 0 1-1.3-6.453c0-2.246.444-4.413 1.3-6.461a16.137 16.137 0 0 1 3.537-5.262l.004-.006a16.611 16.611 0 0 1 5.266-3.554 16.358 16.358 0 0 1 6.455-1.295c2.246 0 4.409.443 6.457 1.299v-.004c1.353.575 2.592 1.34 3.74 2.24-.022.13-.07.243-.07.385 0 1.336 1.094 2.43 2.431 2.43s2.432-1.094 2.432-2.43A2.435 2.435 0 0 0 31.7 48.92c-.22 0-.432.074-.648.139-3.275-2.613-7.39-4.215-11.91-4.215zm0 .992a18.06 18.06 0 0 1 11.507 4.12l.25.202.288-.142c.136-.068.304-.106.513-.106.802 0 1.44.635 1.44 1.436a1.431 1.431 0 0 1-1.44 1.44 1.428 1.428 0 0 1-1.35-1.915l.11-.322-.27-.215a17.61 17.61 0 0 0-4.203-2.525h-.006a17.645 17.645 0 0 0-6.84-1.375 17.36 17.36 0 0 0-6.843 1.375 17.635 17.635 0 0 0-5.58 3.77 17.177 17.177 0 0 0-3.754 5.583 17.644 17.644 0 0 0-1.375 6.842c0 2.374.452 4.675 1.375 6.844a17.634 17.634 0 0 0 3.77 5.578 17.421 17.421 0 0 0 5.58 3.765v.006a17.666 17.666 0 0 0 6.843 1.375 17.38 17.38 0 0 0 6.844-1.38 17.62 17.62 0 0 0 5.58-3.766l.01-.01a51.543 51.543 0 0 0 1.066-1.176l.02-.02.015-.025a.28.28 0 0 1 .239-.119c.14 0 .288.144.298.319a.345.345 0 0 1-.083.19l-.032.028c-3.337 4.01-8.337 6.551-13.957 6.551C9.113 82.164.996 74.05.996 64.004s8.118-18.168 18.147-18.168zm63.582 9.588-4.06.002v15.31h10.112v-3.68h-6.052zm-3.065.992h2.074v11.63h6.051v1.7H79.66zm20.764-.992-4.07.002v15.31h10.123v-3.68h-6.053zm-3.078.992h2.086v11.63h6.052v1.7h-8.138zm-59.239 1.809v4.777h4.13c1.293 0 2.3-1.134 2.3-2.397 0-1.264-1.01-2.38-2.3-2.38zm.99.992h3.14c.69 0 1.31.67 1.31 1.388 0 .717-.625 1.405-1.31 1.405h-3.14zm-4.038-3.791v15.31h4.04v-4.935h3.137c2.826 0 5.102-2.38 5.102-5.196 0-2.8-2.276-5.18-5.102-5.18zm.99.99h6.187c2.266 0 4.112 1.927 4.112 4.19 0 2.278-1.845 4.205-4.112 4.205h-4.129v4.935h-2.056z"/></svg>
|
After Width: | Height: | Size: 3.3 KiB |
1
icons/apollographql/apollographql-line.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#112b49" d="M64 .0005c-35.2872 0-64 28.7123-64 64 0 35.2872 28.7128 63.999 64 63.999s64-28.7118 64-63.999c0-5.786-.7837-11.5447-2.3307-17.1158-.525-1.8902-2.4854-3.0046-4.3833-2.4776-1.8913.525-3.0028 2.49-2.4776 4.3813a56.8527 56.8527 0 0 1 2.071 15.212c0 31.366-25.5135 56.8785-56.8794 56.8785-31.3659 0-56.8794-25.5126-56.8794-56.8784C7.1206 32.634 32.6341 7.121 64 7.121c13.231 0 26.0326 4.6863 36.1595 13.0214-.362.9261-.5778 1.9272-.5778 2.9806 0 4.5348 3.681 8.216 8.216 8.216 4.5348 0 8.2169-3.6812 8.2169-8.216 0-4.535-3.682-8.217-8.217-8.217-.8223 0-1.608.1435-2.357.3687C93.9337 5.504 79.2187.0005 64 .0005Zm0 .498c15.137 0 29.7778 5.4856 41.2082 15.2267l.105.0895.1323-.0418a7.7022 7.7022 0 0 1 2.3522-.3687c4.2657 0 7.7188 3.4531 7.7188 7.7188 0 4.2658-3.4531 7.718-7.7188 7.718-4.2658 0-7.718-3.4522-7.718-7.718a7.689 7.689 0 0 1 .5973-2.9786l.071-.1702-.142-.1177C90.371 11.3838 77.4033 6.6231 64 6.6231c-31.636 0-57.3774 25.741-57.3774 57.3774 0 31.636 25.7414 57.3764 57.3774 57.3764 31.636 0 57.3774-25.7404 57.3774-57.3764a57.351 57.351 0 0 0-2.0895-15.3453c-.453-1.6319.4994-3.3154 2.1314-3.7685 1.6393-.4552 3.3172.4993 3.7704 2.1313a63.4751 63.4751 0 0 1 2.3123 16.9825c0 35.017-28.485 63.501-63.502 63.501S.498 99.0175.498 64.0005C.498 28.9829 28.983.4985 64 .4985Zm-7.5418 31.4018L34.2986 89.411h14.2987l3.5895-9.6576h20.9348l-3.932-11.1848H55.7024l8.5312-23.5419 15.641 44.3843h14.3006L72.0156 31.9003Zm.3424.498h14.8726L93.4494 88.913H80.2276L64.2403 43.5472l-9.249 25.5194h13.8453l3.5817 10.1888H51.8405l-3.5895 9.6575H35.0243Z"/></svg>
|
After Width: | Height: | Size: 1.6 KiB |
1
icons/apollographql/apollographql-original-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#112b49" d="M18.791 45.193C8.414 45.193 0 53.607 0 64c0 10.393 8.413 18.807 18.807 18.807 5.814 0 10.995-2.63 14.449-6.782a.808.808 0 0 0 .238-.554c-.016-.444-.38-.809-.808-.809a.783.783 0 0 0-.65.334s-.697.792-1.061 1.172a17.263 17.263 0 0 1-5.467 3.691 16.995 16.995 0 0 1-6.701 1.348c-2.33 0-4.58-.46-6.703-1.348a17.071 17.071 0 0 1-5.465-3.691 17.263 17.263 0 0 1-3.692-5.467 16.995 16.995 0 0 1-1.347-6.7c0-2.33.46-4.58 1.347-6.702a16.79 16.79 0 0 1 3.676-5.467 17.255 17.255 0 0 1 5.465-3.691 17.002 17.002 0 0 1 6.703-1.348c2.329 0 4.578.46 6.701 1.348a17.243 17.243 0 0 1 4.12 2.47c-.064.19-.112.413-.112.635-.0011 1.0774.8726 1.9511 1.95 1.95 1.0766 0 1.9491-.8734 1.948-1.95.0006-1.0766-.8724-1.9496-1.949-1.949-.27 0-.522.047-.744.158a18.708 18.708 0 0 0-11.914-4.262zM62.14 55.62c-4.121.0017-7.4613 3.342-7.463 7.463.0017 4.1207 3.3423 7.4604 7.463 7.461 4.1207-.0006 7.4613-3.3403 7.463-7.461-.0017-4.121-3.342-7.4613-7.463-7.463zm58.398 0c-6.6498-.0009-9.9794 8.0383-5.2779 12.7399 4.7016 4.7015 12.7408 1.3719 12.7399-5.2779-.002-4.121-3.342-7.4613-7.463-7.463zm-103.615.236L11.36 70.29h3.486l.902-2.455h5.26l-.95-2.693h-3.47l2.25-6.211 4.008 11.36h3.486l-5.56-14.434zm18.41 0V70.29h3.072v-4.975h3.66c2.567 0 4.643-2.17 4.643-4.736 0-2.55-2.076-4.723-4.642-4.723zm43.95 0V70.29h9.189v-2.71h-6.1V55.856Zm17.824 0V70.29h9.205v-2.71h-6.1V55.856ZM62.139 58.44c2.5642-.0011 4.6431 2.0778 4.642 4.642.0017 2.564-2.078 4.6428-4.642 4.64-2.5645.0033-4.6447-2.0755-4.643-4.64.0039-2.5627 2.0803-4.6391 4.643-4.643zm58.398 0c2.5646-.0017 4.6441 2.0774 4.643 4.642.002 2.5645-2.0785 4.6433-4.643 4.64-2.5635.0022-4.6422-2.0765-4.64-4.64-.003-2.5645 2.0755-4.6447 4.64-4.643zm-82.133.236h3.66c.999 0 1.823.904 1.823 1.902 0 .998-.824 1.916-1.823 1.916h-3.66z"/></svg>
|
After Width: | Height: | Size: 1.8 KiB |
1
icons/apollographql/apollographql-original.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#112b49" d="M80.1135 89.2596h13.815L71.875 32.0246H56.6005L34.547 89.2595h13.816l3.604-9.695h20.8375l-3.772-10.728h-13.72l8.925-24.627zm45.556-42.3754c-.491-1.768-2.317-2.8064-4.0925-2.3134-1.7685.491-2.805 2.323-2.314 4.0915a57.3228 57.3228 0 0 1 2.089 15.338c0 31.624-25.728 57.351-57.352 57.351-31.624 0-57.3515-25.727-57.3515-57.351C6.6485 32.3756 32.376 6.6482 64 6.6482c13.3965 0 26.359 4.759 36.5895 13.228a7.9689 7.9689 0 0 0-.619 3.0864c0 4.4175 3.581 7.9985 7.9985 7.9985s7.9985-3.581 7.9985-7.9985-3.581-7.9985-7.9985-7.9985c-.8505 0-1.669.1355-2.438.3815C94.011 5.5282 79.2565.0003 64 .0003c-35.2895 0-64 28.71-64 64 0 35.2895 28.7105 63.9995 64 63.9995 35.2895 0 64-28.71 64-63.9995a63.975 63.975 0 0 0-2.3305-17.116z"/></svg>
|
After Width: | Height: | Size: 814 B |
1
icons/babylonjs/babylonjs-original-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#e0684b" d="m23.388 53.49-4.174 2.41 4.34 2.506 4.174-2.41zM18.039 50.401l-4.175-2.41L0 55.996l4.175 2.41zM13.864 69.01l4.34-2.505L13.864 64l-4.339 2.505z" class="cls-3"/><path fill="#bb464b" d="M32.887 55.969v12.3c0 1.251 0 2.499-.022 3.727h2.61a8.465 8.465 0 0 0 .109-1.207c.549.9 1.36 1.47 3.07 1.47 3.223 0 4.912-2.806 4.912-6.116 0-3.223-1.623-5.68-4.605-5.68-1.907 0-2.873.79-3.356 1.601V55.97h-2.718zm5.285 6.709c1.776 0 2.607 1.468 2.607 3.529 0 2.325-.942 3.86-2.652 3.86-2.017 0-2.652-1.602-2.652-3.663 0-2.411.723-3.726 2.697-3.726zM50.121 60.463c-3.354-.021-4.516 1.667-4.67 3.508h2.604c.154-.833.46-1.512 1.953-1.512 1.687 0 1.972.921 1.972 1.797v.767h-1.707c-3.31 0-5.35 1.185-5.35 3.729 0 1.732 1.142 3.508 3.839 3.508 2.06 0 2.871-.811 3.265-1.49.023.416.089.985.176 1.226h2.61c-.067-.285-.155-1.71-.155-2.762V64.28c0-2.631-1.599-3.794-4.537-3.816zm.416 6.27h1.469l-.004.33c0 1.665-.285 3.2-2.522 3.2-1.205 0-1.82-.746-1.82-1.667 0-1.272.876-1.864 2.877-1.864zM57.115 55.969v12.3c0 1.251 0 2.499-.021 3.727H59.7a8.443 8.443 0 0 0 .111-1.207c.548.9 1.36 1.47 3.069 1.47 3.223 0 4.912-2.806 4.912-6.116 0-3.223-1.623-5.68-4.606-5.68-1.907 0-2.87.79-3.353 1.601V55.97h-2.719zm5.283 6.709c1.776 0 2.61 1.468 2.61 3.529 0 2.325-.942 3.86-2.653 3.86-2.017 0-2.654-1.602-2.654-3.663 0-2.411.725-3.726 2.697-3.726zM71.213 60.727c1.404 4.406 2.412 7.695 2.627 8.792h.027c.286-1.184.987-3.728 2.502-8.792h2.719L75.21 72.39c-1.104 3.267-1.982 4.194-4.547 4.194a11.757 11.757 0 0 1-1.375-.088v-2.243c.24.023.57.044.855.044 1.227 0 1.797-.46 2.301-1.928l-4.143-11.643zM80.29 71.997V55.968h2.719v16.029zM90.51 60.46c-3.508 0-5.55 2.5-5.55 5.92 0 3.378 1.998 5.88 5.417 5.88 3.53 0 5.502-2.566 5.502-5.92 0-3.53-2.104-5.877-5.37-5.88zm-.112 2.17c1.754 0 2.696 1.32 2.696 3.755 0 2.28-.943 3.703-2.653 3.703-1.688 0-2.718-1.447-2.718-3.727 0-2.455 1.01-3.728 2.675-3.73zM97.852 63.555c0-.965 0-1.974-.021-2.828h2.626a12.057 12.057 0 0 1 .11 1.578c.395-.789 1.316-1.842 3.355-1.842 2.215 0 3.752 1.447 3.752 4.341v7.193h-2.718v-6.879c0-1.403-.5-2.412-2.001-2.412-1.601 0-2.39 1.03-2.39 3.114v6.183h-2.713zM110.263 71.997v-3.64h2.915v3.64zM116.203 58.117v-2.258h1.47v2.258zM117.673 60.968v11.62c0 3.002-.724 4.013-2.877 4.013-.087 0-.525-.023-.679-.044v-1.316a3.31 3.31 0 0 0 .46.023c1.47 0 1.626-.79 1.626-2.457V60.968zM121.005 68.905c.351 1.316 1.316 2.126 2.939 2.126 1.797 0 2.521-.81 2.521-1.95 0-1.163-.5-1.71-2.806-2.26-3.002-.722-3.685-1.644-3.685-3.112 0-1.535 1.163-3.002 3.794-3.002 2.654 0 3.837 1.578 4.012 3.135h-1.447c-.175-.833-.833-1.907-2.61-1.907-1.75 0-2.257.856-2.257 1.666 0 .922.482 1.382 2.587 1.886 3.223.767 3.947 1.841 3.947 3.486 0 1.973-1.578 3.29-4.1 3.29-2.675 0-4.078-1.383-4.363-3.355z"/><path fill="#bb464b" d="M9.525 61.494v5.011L13.864 64l4.34 2.505v-5.011l-4.34-2.506z" class="cls-1"/><path fill="#e0ded8" d="M18.204 61.494v5.011l-4.34 2.505v6.177l9.69-5.594V58.406z" class="cls-4"/><path fill="#d5d2ca" d="M9.525 61.494v5.011l4.339 2.505v6.177l-9.69-5.594V58.406z" class="cls-5"/><path fill="#fff" d="m13.864 58.988-4.339 2.506-5.35-3.088L18.039 50.4l5.349 3.09-4.174 2.41 4.34 2.505-5.35 3.088z" class="cls-2"/><path fill="#bb464b" d="M4.175 69.593V58.406L0 55.996v16.007l13.864 8.005 13.864-8.005V55.996l-4.175 2.41v11.187l-9.689 5.594z"/></svg>
|
After Width: | Height: | Size: 3.3 KiB |
1
icons/babylonjs/babylonjs-original.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#e0684b" d="m119.427 32.001-17.35-10.015L85.39 31.62l17.346 10.016zM25.263 41.637 80.691 9.635 64 0 8.573 32.001zM46.654 74.018 64 84.033l17.35-10.015L64 64.002z" class="cls-3"/><path fill="#bb464b" d="M46.654 74.018 64 64.002l17.35 10.016V53.982L64 43.967 46.654 53.982z" class="cls-1"/><path fill="#e0ded8" d="M81.35 74.018 64 84.033v24.696l38.737-22.366V41.637L81.35 53.982z" class="cls-4"/><path fill="#d5d2ca" d="M46.654 74.018 64 84.033v24.696L25.263 86.363V41.637l21.391 12.345z" class="cls-5"/><path fill="#fff" d="M81.35 53.982 64 43.967 46.654 53.982l-21.39-12.345L80.69 9.635l21.385 12.35-16.685 9.636 17.346 10.016z" class="cls-2"/><path fill="#bb464b" d="M25.263 86.363V41.637L8.573 32V96L64 128l55.427-32.001V32l-16.69 9.636v44.726L64 108.73z"/></svg>
|
After Width: | Height: | Size: 840 B |
1
icons/babylonjs/babylonjs-plain-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#bb464b" d="M121.005 68.905c.351 1.316 1.316 2.126 2.939 2.126 1.797 0 2.521-.81 2.521-1.95 0-1.163-.5-1.71-2.806-2.26-3.002-.722-3.685-1.644-3.685-3.112 0-1.535 1.163-3.002 3.794-3.002 2.654 0 3.837 1.578 4.012 3.135h-1.447c-.175-.833-.833-1.907-2.61-1.907-1.75 0-2.257.856-2.257 1.666 0 .922.482 1.382 2.587 1.886 3.223.767 3.947 1.841 3.947 3.486 0 1.973-1.578 3.29-4.1 3.29-2.675 0-4.078-1.383-4.363-3.355zm-3.332-7.937v11.62c0 3.002-.724 4.013-2.877 4.013-.087 0-.525-.023-.679-.044v-1.316a3.31 3.31 0 0 0 .46.023c1.47 0 1.626-.79 1.626-2.457V60.968zm-1.47-2.851v-2.258h1.47v2.258zm-5.94 13.88v-3.64h2.915v3.64zm-12.411-8.442c0-.965 0-1.974-.021-2.828h2.626a12.057 12.057 0 0 1 .11 1.578c.395-.789 1.316-1.842 3.355-1.842 2.215 0 3.752 1.447 3.752 4.341v7.193h-2.718v-6.879c0-1.403-.5-2.412-2.001-2.412-1.601 0-2.39 1.03-2.39 3.114v6.183h-2.713zM90.51 60.46c-3.508 0-5.55 2.5-5.55 5.92 0 3.377 1.998 5.879 5.417 5.879 3.53 0 5.502-2.566 5.502-5.92 0-3.53-2.104-5.877-5.37-5.88zm-.112 2.17c1.754 0 2.696 1.32 2.696 3.754 0 2.28-.943 3.703-2.653 3.703-1.688 0-2.718-1.447-2.718-3.727 0-2.455 1.01-3.728 2.675-3.73zM80.29 71.997V55.968h2.719v16.029zm-9.077-11.27c1.404 4.406 2.412 7.695 2.627 8.792h.027c.286-1.184.987-3.728 2.502-8.792h2.719L75.21 72.39c-1.104 3.267-1.982 4.194-4.547 4.194a11.757 11.757 0 0 1-1.375-.088v-2.243c.24.023.57.044.855.044 1.227 0 1.797-.46 2.301-1.928l-4.143-11.643zm-14.098-4.758v12.3c0 1.251 0 2.499-.021 3.727H59.7a8.443 8.443 0 0 0 .111-1.207c.548.9 1.36 1.47 3.069 1.47 3.223 0 4.912-2.806 4.912-6.116 0-3.223-1.623-5.68-4.606-5.68-1.907 0-2.87.79-3.353 1.601V55.97zm5.283 6.709c1.776 0 2.61 1.468 2.61 3.529 0 2.325-.942 3.86-2.653 3.86-2.017 0-2.654-1.602-2.654-3.663 0-2.411.725-3.726 2.697-3.726zm-12.277-2.215c-3.354-.021-4.516 1.667-4.67 3.508h2.604c.154-.833.46-1.512 1.953-1.512 1.687 0 1.972.921 1.972 1.797v.767h-1.707c-3.31 0-5.35 1.185-5.35 3.729 0 1.732 1.142 3.508 3.839 3.508 2.06 0 2.871-.811 3.265-1.49.023.416.089.985.176 1.226h2.61c-.067-.285-.155-1.71-.155-2.762V64.28c0-2.631-1.599-3.794-4.537-3.816zm.416 6.27h1.469l-.004.33c0 1.665-.285 3.2-2.522 3.2-1.205 0-1.82-.746-1.82-1.667 0-1.272.876-1.864 2.877-1.864zm-17.65-10.764v12.3c0 1.251 0 2.499-.022 3.727h2.61a8.465 8.465 0 0 0 .109-1.207c.549.9 1.36 1.47 3.07 1.47 3.223 0 4.912-2.806 4.912-6.116 0-3.223-1.623-5.68-4.605-5.68-1.907 0-2.873.79-3.356 1.601V55.97zm5.285 6.709c1.776 0 2.607 1.468 2.607 3.529 0 2.325-.942 3.86-2.652 3.86-2.017 0-2.652-1.602-2.652-3.663 0-2.411.723-3.726 2.697-3.726zm-24.309-3.69-4.338 2.506v5.012l4.338 2.504 4.34-2.504v-5.012zm0-10.998L0 55.996v16.008l13.863 8.004 13.866-8.004V55.996l-4.34-2.506-4.174 2.41 4.338 2.506v11.188l-9.69 5.593-9.687-5.593V58.406L18.039 50.4z"/></svg>
|
After Width: | Height: | Size: 2.7 KiB |
1
icons/babylonjs/babylonjs-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#bb464b" d="M63.996 43.968 46.654 53.986v20.036l17.342 10.01 17.35-10.01V53.986zm0-43.968L8.573 32.006v63.996L63.996 128l55.43-31.998V32.006l-17.35-10.018-16.685 9.635 17.342 10.018v44.726l-38.737 22.362-38.729-22.362V41.64L80.69 9.635z"/></svg>
|
After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 16 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M105.825 58.635c5.491 22.449-8.458 45.049-31.156 50.48-22.695 5.429-45.547-8.365-51.036-30.815-5.492-22.449 8.458-45.049 31.153-50.48l.078-.018c22.588-5.46 45.374 8.223 50.896 30.565l.065.268Z" fill="#59B3D8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M58.747 85.194c-.013-6.137-5.055-11.1-11.259-11.085h-1.701c1.442-5.932-2.248-11.895-8.246-13.322a11.182 11.182 0 0 0-2.703-.306H23.162c-2.525 12.851 1.246 26.127 10.174 35.796h14.149c6.205.015 11.247-4.948 11.262-11.083ZM72.69 39.233c0 .649.085 1.296.255 1.925h-4.861c-6.445 0-11.667 5.168-11.667 11.543 0 6.372 5.222 11.54 11.667 11.54h38.645c-1.258-13.787-9.486-26.01-21.862-32.477h-4.605c-4.177-.002-7.562 3.339-7.572 7.469Zm34.043 33.587H83.679c-5.259-.013-9.531 4.187-9.552 9.385a9.241 9.241 0 0 0 1.148 4.471c-5.003 1.546-7.792 6.814-6.228 11.765 1.242 3.934 4.938 6.607 9.106 6.589h6.427c12.314-6.454 20.607-18.51 22.153-32.21Z" fill="#B6DEEC"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.382 40.624a1.286 1.286 0 0 1-1.3-1.275v-.003c-.021-8.064-6.637-14.587-14.79-14.579A1.286 1.286 0 0 1 0 23.489c0-.703.579-1.275 1.292-1.275 8.143.007 14.756-6.503 14.79-14.554a1.29 1.29 0 0 1 1.356-1.227c.672.028 1.21.56 1.241 1.227.021 8.061 6.639 14.584 14.792 14.577.713 0 1.292.572 1.292 1.277 0 .706-.579 1.279-1.292 1.279-8.148-.011-14.766 6.507-14.792 14.566-.01.7-.589 1.265-1.297 1.265Z" fill="#B7D332"/><path fill-rule="evenodd" clip-rule="evenodd" d="M108.6 122.793a.764.764 0 0 1-.768-.759c-.018-4.821-3.98-8.719-8.854-8.709a.762.762 0 0 1-.77-.756c0-.419.342-.759.765-.759h.005c4.872.002 8.826-3.893 8.844-8.711a.77.77 0 0 1 .778-.767.77.77 0 0 1 .775.767c.018 4.818 3.972 8.713 8.843 8.711a.761.761 0 0 1 .77.756.759.759 0 0 1-.765.759h-.005c-4.871-.002-8.828 3.893-8.843 8.714a.764.764 0 0 1-.773.754h-.002Z" fill="#0072C5"/><path fill-rule="evenodd" clip-rule="evenodd" d="M126.317 30.84c-4.035-6.539-14.175-8.049-29.306-4.384a121.688 121.688 0 0 0-13.893 4.384 42.829 42.829 0 0 1 8.187 5.173c2.574-.836 5.101-1.59 7.512-2.173a53.33 53.33 0 0 1 12.335-1.727c4.957 0 7.691 1.211 8.606 2.686 1.496 2.423.119 8.816-8.681 18.871-1.566 1.789-3.326 3.601-5.179 5.423a175.936 175.936 0 0 1-31.843 24.149 176.032 176.032 0 0 1-36.329 17.105c-15.317 4.936-25.773 4.836-28.119 1.048-2.342-3.788 2.344-13.048 13.776-24.29a41.005 41.005 0 0 1-.938-9.735c-18.2 16.271-24.09 30.365-19.387 37.981 2.463 3.985 7.844 6.229 15.705 6.229a80.772 80.772 0 0 0 27.183-5.932 194.648 194.648 0 0 0 32.11-15.926 193.405 193.405 0 0 0 28.884-21.148 118.565 118.565 0 0 0 9.947-9.941c10.207-11.655 13.466-21.268 9.43-27.793Z" fill="#000"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#59b3d8" d="M105.824 58.024c5.492 22.45-8.457 45.047-31.156 50.48-22.695 5.427-45.547-8.366-51.035-30.816-5.492-22.45 8.457-45.05 31.152-50.48l.078-.02c22.59-5.457 45.375 8.227 50.9 30.567zm0 0"/><path fill="#b6deec" d="M58.746 84.583c-.012-6.137-5.055-11.102-11.258-11.086h-1.703c1.445-5.933-2.246-11.894-8.246-13.32a11.01 11.01 0 0 0-2.7-.31H23.16c-2.523 12.853 1.246 26.13 10.176 35.798h14.148c6.207.016 11.246-4.95 11.262-11.082zm13.945-45.96c0 .648.082 1.296.254 1.925h-4.86c-6.444 0-11.667 5.168-11.667 11.543 0 6.37 5.223 11.539 11.668 11.539h38.644c-1.257-13.79-9.488-26.012-21.863-32.477h-4.605c-4.176-.004-7.563 3.34-7.57 7.47zm34.043 33.585H83.68c-5.258-.012-9.532 4.188-9.55 9.387a9.21 9.21 0 0 0 1.143 4.469c-5 1.546-7.789 6.816-6.226 11.765 1.242 3.934 4.937 6.606 9.105 6.59h6.426c12.317-6.453 20.61-18.512 22.156-32.211zm0 0"/><path fill="#b7d332" d="M17.383 40.013a1.271 1.271 0 0 1-.914-.367 1.275 1.275 0 0 1-.387-.907v-.004c-.02-8.066-6.637-14.59-14.789-14.578-.71 0-1.29-.57-1.293-1.281 0-.703.578-1.273 1.293-1.273 8.14.007 14.754-6.504 14.79-14.555a1.285 1.285 0 0 1 1.354-1.227 1.297 1.297 0 0 1 1.243 1.227c.02 8.062 6.636 14.586 14.793 14.578.71 0 1.29.57 1.29 1.277 0 .703-.579 1.278-1.29 1.278-8.149-.012-14.77 6.508-14.793 14.566-.012.7-.59 1.266-1.297 1.266zm0 0"/><path d="M126.316 30.228c-4.035-6.54-14.175-8.047-29.304-4.383a122.492 122.492 0 0 0-13.895 4.383 42.642 42.642 0 0 1 8.188 5.175c2.574-.84 5.101-1.593 7.511-2.175a53.496 53.496 0 0 1 12.336-1.727c4.957 0 7.692 1.21 8.606 2.688 1.496 2.42.12 8.816-8.68 18.87-1.566 1.79-3.328 3.602-5.18 5.422a175.886 175.886 0 0 1-31.843 24.15 175.924 175.924 0 0 1-36.328 17.105c-15.317 4.938-25.774 4.836-28.122 1.047-2.34-3.785 2.344-13.047 13.778-24.29a40.939 40.939 0 0 1-.938-9.73C4.246 83.029-1.645 97.124 3.06 104.74c2.46 3.985 7.843 6.23 15.703 6.23a80.773 80.773 0 0 0 27.183-5.933 194.341 194.341 0 0 0 32.11-15.926 193.161 193.161 0 0 0 28.886-21.148 118.24 118.24 0 0 0 9.946-9.941c10.207-11.653 13.465-21.266 9.43-27.793zm0 0"/><path fill="#0072c5" d="M108.602 122.18a.764.764 0 0 1-.77-.757c-.02-4.82-3.98-8.72-8.855-8.711a.755.755 0 0 1-.54-.215.773.773 0 0 1-.23-.54c0-.417.344-.757.766-.757h.004c4.875 0 8.828-3.894 8.843-8.71a.8.8 0 0 1 .23-.548.788.788 0 0 1 1.098 0c.145.145.227.34.227.547.02 4.817 3.973 8.71 8.844 8.71a.753.753 0 0 1 .543 1.294.737.737 0 0 1-.54.219h-.003c-4.87 0-8.828 3.894-8.844 8.715a.761.761 0 0 1-.773.754zm0 0"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><path fill-rule="evenodd" clip-rule="evenodd" fill="#59B3D8" d="M105.825 58.635c5.491 22.449-8.458 45.049-31.156 50.48-22.695 5.429-45.547-8.365-51.036-30.815-5.492-22.449 8.458-45.049 31.153-50.48l.078-.018c22.588-5.46 45.374 8.223 50.896 30.565l.065.268ZM58.747 85.194c-.013-6.137-5.055-11.1-11.259-11.085h-1.701c1.442-5.932-2.248-11.895-8.246-13.322a11.182 11.182 0 0 0-2.703-.306H23.162c-2.525 12.851 1.246 26.127 10.174 35.796h14.149c6.205.015 11.247-4.948 11.262-11.083ZM72.69 39.233c0 .649.085 1.296.255 1.925h-4.861c-6.445 0-11.667 5.168-11.667 11.543 0 6.372 5.222 11.54 11.667 11.54h38.645c-1.258-13.787-9.486-26.01-21.862-32.477h-4.605c-4.177-.002-7.562 3.339-7.572 7.469Zm34.043 33.587H83.679c-5.259-.013-9.531 4.187-9.552 9.385a9.241 9.241 0 0 0 1.148 4.471c-5.003 1.546-7.792 6.814-6.228 11.765 1.242 3.934 4.938 6.607 9.106 6.589h6.427c12.314-6.454 20.607-18.51 22.153-32.21ZM17.382 40.624a1.286 1.286 0 0 1-1.3-1.275v-.003c-.021-8.064-6.637-14.587-14.79-14.579A1.286 1.286 0 0 1 0 23.489c0-.703.579-1.275 1.292-1.275 8.143.007 14.756-6.503 14.79-14.554a1.29 1.29 0 0 1 1.356-1.227c.672.028 1.21.56 1.241 1.227.021 8.061 6.639 14.584 14.792 14.577.713 0 1.292.572 1.292 1.277 0 .706-.579 1.279-1.292 1.279-8.148-.011-14.766 6.507-14.792 14.566-.01.7-.589 1.265-1.297 1.265Zm91.218 82.169a.764.764 0 0 1-.768-.759c-.018-4.821-3.98-8.719-8.854-8.709a.762.762 0 0 1-.77-.756c0-.419.342-.759.765-.759h.005c4.872.002 8.826-3.893 8.844-8.711a.77.77 0 0 1 .778-.767.77.77 0 0 1 .775.767c.018 4.818 3.972 8.713 8.843 8.711a.761.761 0 0 1 .77.756.759.759 0 0 1-.765.759h-.005c-4.871-.002-8.828 3.893-8.843 8.714a.764.764 0 0 1-.773.754h-.002Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M126.317 30.84c-4.035-6.539-14.175-8.049-29.306-4.384a121.688 121.688 0 0 0-13.893 4.384 42.829 42.829 0 0 1 8.187 5.173c2.574-.836 5.101-1.59 7.512-2.173a53.33 53.33 0 0 1 12.335-1.727c4.957 0 7.691 1.211 8.606 2.686 1.496 2.423.119 8.816-8.681 18.871-1.566 1.789-3.326 3.601-5.179 5.423a175.936 175.936 0 0 1-31.843 24.149 176.032 176.032 0 0 1-36.329 17.105c-15.317 4.936-25.773 4.836-28.119 1.048-2.342-3.788 2.344-13.048 13.776-24.29a41.005 41.005 0 0 1-.938-9.735c-18.2 16.271-24.09 30.365-19.387 37.981 2.463 3.985 7.844 6.229 15.705 6.229a80.772 80.772 0 0 0 27.183-5.932 194.648 194.648 0 0 0 32.11-15.926 193.405 193.405 0 0 0 28.884-21.148 118.565 118.565 0 0 0 9.947-9.941c10.207-11.655 13.466-21.268 9.43-27.793Z" fill="#59B3D8"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#59b3d8" d="M17.438 5.82a1.29 1.29 0 0 0-1.356 1.227c-.034 8.051-6.646 14.562-14.789 14.555-.713 0-1.293.57-1.293 1.273a1.286 1.286 0 0 0 1.293 1.28c8.153-.008 14.768 6.514 14.79 14.578v.004a1.286 1.286 0 0 0 1.3 1.273 1.29 1.29 0 0 0 1.297-1.263c.026-8.06 6.643-14.578 14.791-14.567.713 0 1.293-.573 1.293-1.28 0-.704-.58-1.277-1.293-1.277-8.153.007-14.77-6.515-14.791-14.576a1.292 1.292 0 0 0-1.242-1.227zm94.432 18.075c-4.211-.073-9.183.573-14.857 1.947a121.69 121.69 0 0 0-13.764 4.338 42.354 42.354 0 0 0-28.385-2.99l-.078.017c-16.587 3.97-28.49 17.112-31.56 32.661h11.612a11.182 11.182 0 0 1 2.703.307c5.998 1.427 9.689 7.39 8.247 13.322h1.7c6.205-.015 11.246 4.947 11.259 11.084-.008 3.175-1.368 6.03-3.533 8.05a176.034 176.034 0 0 1-6.667 2.983c-.35.032-.704.052-1.062.051H33.336A41.256 41.256 0 0 1 24.72 81.36c2.542 7.395 7.026 13.69 12.744 18.454-15.167 4.846-25.523 4.734-27.855.968C7.268 97 11.942 87.755 23.346 76.53c.085.389.19.773.287 1.158-.097-.394-.173-.79-.258-1.185l.008-.01a41.005 41.005 0 0 1-.76-4.84 41.005 41.005 0 0 1-.17-4.705c.051-2.4.317-4.765.774-7.08h-.065a40.945 40.945 0 0 0-.748 6.918C4.24 83.045-1.642 97.128 3.06 104.74c2.463 3.985 7.844 6.228 15.705 6.228a80.773 80.773 0 0 0 26.856-5.82 42.523 42.523 0 0 0 29.05 3.355c19.356-4.63 32.338-21.747 32.34-40.608a118.566 118.566 0 0 0 9.878-9.875c10.207-11.655 13.466-21.268 9.43-27.793-2.522-4.087-7.428-6.21-14.448-6.332zM23.633 77.688zm.49 1.803c.122.415.256.824.389 1.233-.136-.41-.265-.82-.389-1.233zm.389 1.233c.07.211.133.426.207.636-.072-.21-.138-.424-.207-.636zm55.75-49.573h4.518a42.83 42.83 0 0 1 6.526 4.25l.078-.024a41.06 41.06 0 0 1 8.584 9.268 41.717 41.717 0 0 0-8.518-9.289c2.524-.817 5.002-1.557 7.368-2.129a53.33 53.33 0 0 1 12.336-1.727c4.957 0 7.69 1.211 8.605 2.686 1.496 2.423.118 8.816-8.682 18.871-1.56 1.782-3.311 3.588-5.156 5.403-.034-.146-.06-.292-.096-.438l-.064-.267c-.103-.415-.224-.82-.338-1.229.177.642.348 1.286.494 1.938l-.017.017a175.938 175.938 0 0 1-5.813 5.147H68.085c-6.445 0-11.666-5.167-11.666-11.54 0-6.374 5.22-11.543 11.666-11.543h4.861a7.383 7.383 0 0 1-.256-1.925c.01-4.13 3.396-7.471 7.573-7.47zm25.161 25.375c-.06-.217-.114-.435-.178-.65.064.214.118.434.178.65zm-.178-.65zm-.55-1.705zm-.465-1.274zm-.524-1.322c-.143-.339-.297-.672-.449-1.006.152.334.306.666.45 1.006zm-.449-1.006zm-.543-1.16zm-.436-.86zm-.73-1.337c-.126-.22-.249-.442-.379-.66.13.217.254.44.379.66zm-.379-.66zM83.681 72.207h5.793a175.938 175.938 0 0 1-15.231 10.3 9.241 9.241 0 0 1-.115-.915c.02-5.198 4.294-9.398 9.553-9.385zm18.154 0h4.899c-1.546 13.7-9.839 25.755-22.153 32.21h-6.428c-4.168.017-7.863-2.655-9.105-6.589a9.265 9.265 0 0 1-.41-3.302 194.65 194.65 0 0 0 9.42-5.417 193.407 193.407 0 0 0 23.777-16.902Zm6.766 29.512a.77.77 0 0 0-.778.768c-.018 4.818-3.971 8.713-8.843 8.71h-.006a.761.761 0 0 0-.766.758.762.762 0 0 0 .772.756c4.874-.01 8.835 3.888 8.853 8.71a.764.764 0 0 0 .768.76h.002a.764.764 0 0 0 .773-.755c.015-4.82 3.973-8.717 8.844-8.715h.004a.759.759 0 0 0 .766-.758.761.761 0 0 0-.77-.755c-4.87.002-8.826-3.893-8.844-8.711a.77.77 0 0 0-.775-.768z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.1 KiB |
1
icons/entityframeworkcore/entityframeworkcore-line.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#512bd4" d="M73.022 80.632h-5.415V47.368H86.4v4.596H73.022V62.34h12.514v4.574H73.022v13.72zm-12.582 0H41.601V47.368h18.84v4.596H47.06v9.033h12.537v4.573H47.062v10.443H60.44v4.62zM0 0v128h128V0zm5.46 5.46H122.54V122.54H5.461z"/></svg>
|
After Width: | Height: | Size: 308 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#512bd4" d="M0 0h128v128H0z"/><path fill="#fff" d="M73.022 80.632h-5.415V47.368H86.4v4.596H73.022V62.34h12.514v4.574H73.022v13.72zm-12.582 0H41.601V47.368h18.84v4.596H47.06v9.033h12.537v4.573H47.062v10.443H60.44v4.62z"/></svg>
|
After Width: | Height: | Size: 301 B |
1
icons/entityframeworkcore/entityframeworkcore-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#512bd4" d="M0 0v128h128V0H0zm41.602 47.37h18.837v4.595H47.063v9.031h12.535v4.574H47.063v10.444h13.376v4.617H41.602V47.369zm26.005 0H86.4v4.595H73.021V62.34h12.514v4.572H73.021v13.719h-5.414V47.369z"/></svg>
|
After Width: | Height: | Size: 282 B |
1
icons/harbor/harbor-line-wordmark.svg
Normal file
After Width: | Height: | Size: 48 KiB |
1
icons/harbor/harbor-line.svg
Normal file
After Width: | Height: | Size: 29 KiB |
1
icons/harbor/harbor-original-wordmark.svg
Normal file
After Width: | Height: | Size: 14 KiB |
1
icons/harbor/harbor-original.svg
Normal file
After Width: | Height: | Size: 7.3 KiB |
1
icons/harbor/harbor-plain-wordmark.svg
Normal file
After Width: | Height: | Size: 7.7 KiB |
1
icons/harbor/harbor-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M60.6357 127.9215C38.2103 126.7585 18.0812 113.9 7.4152 93.9242c-1.8545-3.4731-3.5017-7.4454-4.6398-11.1888C.0303 73.706-.6884 64.2158.6596 54.795 3.766 33.083 18.0502 14.3387 38.3126 5.3845 45.7412 2.1018 53.6118.3152 61.8701.0371c19.9264-.671 38.6635 7.777 51.5119 23.2248 4.1165 4.9494 7.6746 10.9636 10.15 17.1566 5.7285 14.3318 5.96 30.8088.6373 45.3775-6.6341 18.1585-21.2016 32.4378-39.465 38.6843-7.7409 2.6476-16.1602 3.8513-24.0686 3.4412zm8.4332-11.955c1.7252-.1845 3.9192-.5248 5.5169-.856 12.308-2.5505 23.3439-9.5556 31.0257-19.6935 3.2808-4.3297 5.9664-9.3762 7.7067-14.4816.7064-2.0725 1.5487-5.0677 1.5487-5.5075 0-.0714-9.953-3.5662-26.9407-9.4597-14.8174-5.1405-26.9305-9.3549-26.918-9.3653.0126-.01 12.0862.849 26.8303 1.9098 14.7442 1.0607 26.9288 1.93 27.0769 1.932.2506.0036.2676-.0167.2445-.2838-.144-1.6699-.3524-3.386-.568-4.6773-.2631-1.577-.5622-3.0569-.6319-3.1265-.0207-.0208-11.7355.361-26.0329.8483-14.2973.4873-26.0077.8733-26.0232.8578-.0155-.0155 10.5335-3.4203 23.4422-7.5664 12.9087-4.146 23.4859-7.5513 23.505-7.5674.0573-.0482-1.2863-2.291-2.1364-3.5666-.9744-1.4619-2.0202-2.8796-3.175-4.3037l-.8754-1.0798-.6337.3186c-.7714.3878-38.0045 19.6496-39.8072 20.5934l-1.2807.6706.3975-.4523c.2186-.2487 7.075-7.3928 15.2365-15.8757s14.8491-15.452 14.8614-15.487c.0279-.0795-1.4029-.9368-3.0254-1.8128-4.1868-2.2604-9.3323-4.1052-14.1962-5.0897-8.1802-1.6558-16.8953-1.2713-24.9326 1.1-3.0426.8976-5.5733 1.8941-8.4358 3.3217-5.345 2.6658-9.4343 5.6189-13.74 9.9224-3.311 3.3092-5.6125 6.2464-7.963 10.1617-3.9722 6.6169-6.3326 13.8625-7.1505 21.9495-.2191 2.1664-.22 7.2707-.0015 9.451.264 2.6361.7354 5.4226 1.3073 7.7288 2.793 11.2623 9.2323 21.2327 18.4057 28.4987 1.1384.9018 3.3218 2.4801 3.3675 2.4344.0153-.0154.208-2.0496.4283-4.5207.2202-2.4711.411-4.5036.424-4.5166.0328-.0327 25.0872 11.0064 25.1806 11.0948.0416.0393.1926 1.516.3355 3.2817.143 1.7656.2786 3.265.3014 3.332.0576.169 5.456.0824 7.3254-.1174zm-20.5363-15.125c-6.777-2.9868-12.332-5.4408-12.3445-5.4533-.0267-.0265.3233-3.959.3549-3.9875.0336-.0303 23.861 10.4797 23.9481 10.5634.0776.0744.4311 3.882.3864 4.1625-.0183.1154-2.5777-.9802-12.3449-5.285zm.0095-7.2336c-6.4317-2.8357-11.7092-5.171-11.7278-5.1896-.0342-.0342.307-3.9624.3467-3.9914.0292-.0214 22.4688 9.8754 22.6494 9.9893.1165.0736.1743.4618.3085 2.0737.0909 1.0908.1544 2.0486.1412 2.1285-.019.1152-2.4462-.9226-11.718-5.0105zm.0133-7.231c-6.0843-2.6819-11.0836-4.8973-11.1095-4.9232-.056-.056.2822-3.871.3492-3.938.0255-.0255 4.8619 2.0759 10.7476 4.6697 7.9752 3.5147 10.7188 4.7612 10.7703 4.893.0733.1882.3908 4.0976.3367 4.146-.0175.0156-5.01-2.1657-11.0943-4.8475zm.0656-7.2092c-5.7082-2.5154-10.43-4.6064-10.493-4.6466-.0926-.0592-.046-.8384.2428-4.066.1966-2.196.3574-4.094.3574-4.2176v-.2249h-3.1798v-5.918H37.58V47.9937h-2.0316l.0041-1.7886.0041-1.7887 5.649-5.5152 5.649-5.5152v-.4718c0-.8838.3662-1.3495 1.0612-1.3495.7464 0 1.147.4896 1.147 1.402v.4269l5.653 5.539 5.653 5.539v3.5221h-2.0316v12.1009H60.3687v5.918h-1.369c-.753 0-1.3691.02-1.3691.0446 0 .0245.3196 3.9478.7104 8.7185.3907 4.7706.6987 8.7395.6845 8.8197-.0207.1164-2.1215-.7777-10.4044-4.4277Zm-4.3988-22.0983c.027-2.73.0463-3.064.1975-3.4227.6109-1.4498 1.7649-2.3242 3.2298-2.447 1.92-.161 3.6634 1.2027 3.9752 3.1095.0477.2915.087 1.7133.0872 3.1596l.0005 2.6297 1.6562-.024 1.6561-.024.0227-6.0283.0227-6.0284h-14.222v12.1009h3.344z" style="fill:#666;fill-opacity:1;stroke-width:.0886776;stroke-miterlimit:4;stroke-dasharray:none"/></svg>
|
After Width: | Height: | Size: 3.5 KiB |
1
icons/hyperv/hyperv-original-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 128 128"><path fill="#00188f" d="m128 45.429-10.294 27.798h-3.586L104.04 45.43h3.625l7.696 22.041q.368 1.066.562 2.462H116q.155-1.163.64-2.5l7.851-22.003zm-23.226 17.99H94.19v-2.501h10.584zm-9.95-6.824q-.834-.64-2.404-.64-2.036 0-3.412 1.92-1.357 1.918-1.357 5.233v10.12h-3.18V53.376h3.18v4.09h.078q.678-2.093 2.074-3.257 1.396-1.182 3.12-1.182 1.242 0 1.9.271zM81.58 64.097H67.564q.078 3.315 1.784 5.118 1.706 1.802 4.691 1.802 3.354 0 6.165-2.21v2.986q-2.617 1.9-6.921 1.9-4.207 0-6.61-2.695-2.404-2.714-2.404-7.618 0-4.633 2.617-7.541 2.636-2.927 6.533-2.927 3.896 0 6.029 2.52 2.132 2.52 2.132 6.998zm-3.257-2.695q-.02-2.752-1.337-4.284-1.3-1.531-3.625-1.531-2.25 0-3.82 1.609-1.57 1.609-1.938 4.206zm-31.017 8.956h-.077v12h-3.18V53.377h3.18v3.49h.077q2.346-3.955 6.863-3.955 3.838 0 5.99 2.675 2.152 2.656 2.152 7.134 0 4.982-2.423 7.986-2.424 2.986-6.63 2.986-3.858 0-5.952-3.335zm-.077-8.006v2.772q0 2.462 1.59 4.188 1.608 1.705 4.07 1.705 2.889 0 4.517-2.21 1.648-2.21 1.648-6.145 0-3.314-1.531-5.195-1.532-1.88-4.149-1.88-2.772 0-4.459 1.938-1.686 1.92-1.686 4.827zm-4.827-8.975-9.13 23.03q-2.443 6.164-6.863 6.164-1.24 0-2.074-.252v-2.85q1.027.35 1.88.35 2.404 0 3.606-2.87l1.59-3.76-7.755-19.812h3.528l5.37 15.275q.097.291.407 1.513h.116q.097-.466.388-1.474l5.641-15.314zm-21.505 19.85h-3.256V60.55H3.257v12.678H0V45.43h3.257v12.193H17.64V45.43h3.256z"/></svg>
|
After Width: | Height: | Size: 1.4 KiB |
1
icons/hyperv/hyperv-original.svg
Normal file
After Width: | Height: | Size: 12 KiB |
1
icons/hyperv/hyperv-plain.svg
Normal file
After Width: | Height: | Size: 5.2 KiB |
1
icons/qtest/qtest-original-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 128 128"><path fill="#1a62b3" d="M17.242 56.744h9.116a2.599 2.599 0 0 1 2.605 2.605v9.302a2.599 2.599 0 0 1-2.605 2.605h-9.116a2.599 2.599 0 0 1-2.605-2.605V59.35a2.599 2.599 0 0 1 2.605-2.605zm19.243 14.35V53.819a4.678 4.678 0 0 0-4.688-4.688H11.803a4.678 4.678 0 0 0-4.688 4.688v20.362a4.678 4.678 0 0 0 4.688 4.688h31.785a7.814 7.814 0 0 1-7.802 7.201H7.814A7.797 7.797 0 0 1 0 78.256V49.744a7.797 7.797 0 0 1 7.814-7.814h27.972a7.797 7.797 0 0 1 7.814 7.814v21.35zM128 72.672v-3.47h-1.321c-1.315 0-2.298-1.046-2.298-2.421v-8.397h3.589v-3.34h-3.816l-.882-2.736h-3.012v16.526c0 2.701 1.6 3.838 3.682 3.838zm-15.795-3.726c-1.743.533-5.396.353-8.186-1.134v3.78c2.898 1.443 8.39 1.212 10.06.622 2.63-.928 3.746-2.243 3.746-5.278 0-2.887-1.231-5.177-5.043-5.127l-3.405.044c-2.489.032-2.908-2.822-.511-3.451 1.762-.462 5.395-.353 8.185 1.133v-3.78c-2.898-1.442-8.39-1.211-10.06-.622-2.63.929-3.746 2.244-3.746 5.279 0 2.886 1.211 5.007 4.978 5.018l3.6.01c2.358.006 2.272 2.926.382 3.506zm-18.3-13.887c-3.915 0-8.273 2.147-8.135 8.742.066 3.162 1.268 6.945 4.719 8.235 2.487.93 7.637.705 10.733.187v-3.695c-4.894 1.344-10.789 1.312-11.037-2.916h11.364c.402-2.597.44-7.295-2.215-9.232-1.241-.906-3.23-1.322-5.429-1.321zm.053 3.427c1.576 0 3.61.646 3.364 3.888H90.26c.074-2.107 1.426-3.888 3.697-3.888zm-23.855-9.793v4.016h6.909v19.963h4.29V52.71h6.907v-4.016zm-8.916 6.368c-3.044.04-5.605.709-7.334 2.727-2.222 2.592-2.338 9.27-.17 12.14 2.47 3.273 7.463 3.309 10.863 1.971v7.242h4.452V55.763c-2.786-.386-5.444-.734-7.811-.702zm-.065 3.608a8.59 8.59 0 0 1 3.424.69v8.786c-1.953.828-5.36 1.275-6.778-.17-1.433-1.462-2.033-5.563-.427-7.746.802-1.09 2.254-1.547 3.78-1.56z"/></svg>
|
After Width: | Height: | Size: 1.7 KiB |
1
icons/qtest/qtest-original.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 128 128"><path fill="#1a62b3" d="M50.782 42.96h26.436a7.536 7.536 0 0 1 7.553 7.552v26.976a7.536 7.536 0 0 1-7.553 7.552H50.782a7.536 7.536 0 0 1-7.553-7.552V50.512a7.536 7.536 0 0 1 7.553-7.553zm55.803 41.611V34.477A13.566 13.566 0 0 0 92.99 20.88H35.01a13.566 13.566 0 0 0-13.595 13.596v59.046a13.566 13.566 0 0 0 13.595 13.595l92.171.002c-.935 11.716-10.67 20.88-22.623 20.88H23.442A22.61 22.61 0 0 1 .783 105.341V22.66a22.61 22.61 0 0 1 22.66-22.66h81.115a22.61 22.61 0 0 1 22.659 22.66V84.57z"/></svg>
|
After Width: | Height: | Size: 581 B |
1
icons/radstudio/radstudio-original.svg
Normal file
After Width: | Height: | Size: 8.5 KiB |
1
icons/radstudio/radstudio-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 128 128"><path fill="#f42434" d="M64 0A64 64 0 0 0 0 64a64 64 0 0 0 64 64 64 64 0 0 0 64-64A64 64 0 0 0 64 0zM20.771 40.63c1.79-.001 3.58.008 5.37.03 4.003.05 7.414 1.52 10.154 4.467 5.252 5.647 4.674 14.144-.705 19.363 1.15 1.202 2.07 2.413 2.76 4.051l4.447 10.555a4.106 4.106 0 0 1-2.108 5.37 4.05 4.05 0 0 1-5.392-2.13c-1.38-3.255-2.827-6.48-4.129-9.766-1.385-3.496-4.627-4.37-6.758-4.37h-5.043v12.452c0 2.31-1.846 4.121-4.168 4.121-2.588 0-4.003-2.083-4.004-4.328L11.19 44.77c0-2.57 1.91-4.083 4.215-4.106 1.79-.018 3.578-.031 5.367-.033zm70.295.026 7.772.012c11.552.017 20.256 9.394 21.244 19.031 1.45 14.138-8.85 25.072-21.816 25.072l-7.024-.001c-2.393-.002-4.162-1.768-4.162-4.168l.004-35.801c0-2.42 1.725-4.148 3.982-4.145zm-26.267.112c1.802 0 3.31 1.012 3.933 2.673 4.456 11.867 8.91 23.733 13.354 35.604.678 1.81-.056 3.714-.84 4.521-2.045 2.104-5.694 1.326-6.74-1.433-.892-2.353-1.935-5.05-2.815-7.408H57.906c-.879 2.357-1.922 5.055-2.814 7.408-1.047 2.759-4.698 3.537-6.742 1.433-.785-.807-1.516-2.71-.838-4.521 4.444-11.87 8.898-23.737 13.353-35.604.624-1.661 2.131-2.673 3.934-2.673zm-45.416 8.06v11.203l6.869-.011c3.532-.006 6.109-3.508 5.37-6.708-.612-2.645-2.91-4.484-5.485-4.484h-6.754zm75.879.022v27.744h3.174c3.352 0 7.105-1.586 9.011-3.492 7.642-7.642 4.644-17.548-.17-20.997-1.46-1.045-4.394-3.255-9.17-3.255h-2.845zm-30.485 7.355-3.916 10.397h7.834l-3.918-10.397z"/></svg>
|
After Width: | Height: | Size: 1.4 KiB |
1
icons/spicedb/spicedb-line.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#fb5b62" d="M63.45 19.191c-1.901.031-3.816.173-5.745.417-4.175.528-7.46 1.678-11.255 3.157-1.287.502-2.944 1.334-4.114 2.005a48.983 48.983 0 0 0-7.5 5.258c-1.13.966-1.393 2.387-.965 3.554.43 1.167 1.533 2.11 3.004 2.248l47.381 4.447a2.14 2.14 0 0 1 1.479 3.496l-.002.002-26.425 33.789c-.629.782-.542 1.815-.08 2.538.462.724 1.402 1.208 2.343.832 10.777-4.325 21.24-9.568 31.588-14.77 8.673-4.362 17.185-10.244 24.758-16.234 3.286-2.6 6.446-5.929 8.72-9.517l.035-.027.049-.074c1.292-2.056 1.61-4.105.932-5.794-.678-1.69-2.324-2.939-4.692-3.502-5.287-1.258-9.778-.747-15.103-.008-1.354.189-1.855.55-2.266.81-.635.4-.937 1.128-.905 1.83.032.701.523 1.447 1.384 1.59l.025.005.025.002c1.253.078 3.755-.02 6.207-.031 1.227-.006 2.433.01 3.436.077 1.003.067 1.824.209 2.153.355.577.256.778.515.841.777.063.262-.013.638-.298 1.12-.57.964-1.913 2.207-3.49 3.41-1.578 1.204-3.392 2.392-4.93 3.372-1.539.98-2.77 1.725-3.322 2.165a3.1 3.1 0 0 1-.643.417c-.156.067-.226.065-.277.052-.103-.026-.35-.244-.652-.915-5.082-11.3-13.396-19.35-24.967-23.902-5.45-2.143-11.028-3.045-16.73-2.95Zm.015.99c5.585-.093 11.025.79 16.35 2.884 11.351 4.465 19.44 12.294 24.428 23.386h-.002c.341.758.691 1.31 1.308 1.47.309.078.63.022.917-.102.288-.123.564-.31.868-.552.399-.317 1.692-1.119 3.238-2.104 1.547-.986 3.381-2.186 5-3.42 1.62-1.236 3.024-2.484 3.74-3.694.358-.606.56-1.238.41-1.859-.151-.62-.655-1.12-1.402-1.451-.599-.266-1.443-.368-2.488-.438s-2.27-.085-3.508-.08c-2.457.011-4.972.1-6.096.033-.422-.074-.532-.298-.549-.653-.016-.358.179-.778.442-.944.474-.3.634-.494 1.872-.666 5.312-.738 9.632-1.225 14.738-.01 2.151.512 3.466 1.573 4.001 2.907.534 1.33.32 3.014-.845 4.878l-.015.023c-2.203 3.505-5.334 6.804-8.57 9.364-7.537 5.961-16.003 11.805-24.589 16.123-10.347 5.202-20.787 10.433-31.512 14.737-.482.192-.87-.025-1.137-.444-.268-.419-.314-.971.019-1.385l.002-.002 26.423-33.789c1.552-1.934.31-4.873-2.159-5.104L36.97 34.84c-1.104-.103-1.865-.785-2.165-1.602-.3-.818-.157-1.743.678-2.457a48.009 48.009 0 0 1 7.346-5.151h.002c1.125-.646 2.772-1.47 3.98-1.942 3.777-1.471 6.957-2.583 11.02-3.097 1.894-.239 3.773-.38 5.635-.41zm2.612 27.313-42.92 5.14c-1.5.18-2.76 1.27-3.068 2.766-1.668 8.158-1 16.39 2.136 24.604.29.762.51 1.335.62 1.734.11.4.083.58.062.622-.021.042-.102.127-.463.223-.362.095-.937.175-1.72.271h-.001c-.413.052-.825.106-1.237.163-2.365.32-4.675.623-6.931-.017h-.002c-.668-.19-1.08-.429-1.3-.652-.221-.223-.285-.415-.274-.688.022-.544.527-1.414 1.29-2.315.765-.901 1.748-1.846 2.592-2.721.843-.874 1.565-1.62 1.798-2.432v-.002c.154-.537.09-1.065-.155-1.471-.245-.406-.64-.678-1.077-.831-.875-.307-1.965-.188-2.837.428C7.876 75.643 3.35 79.553.528 84.763l-.004.006-.004.008c-.673 1.343-.587 2.89-.33 3.813.454 1.634 1.69 2.782 3.257 3.537 1.567.755 3.484 1.154 5.468 1.345 3.97.381 8.203-.076 10.337-.46 5.453-.98 9.437-1.339 14.801-2.978.74-.226 1.213-.418 1.729-.837.512-.416 1.071-1.028 2.159-2.15l.004-.003c11.28-10.472 21.56-24.69 30.8-34.27l.006-.007.134-.138v-.15c.771-1.02.879-2.285.372-3.284a3.126 3.126 0 0 0-3.18-1.701zm.118.986c1.023-.122 1.795.41 2.178 1.165.383.754.355 1.69-.345 2.442 0 0 0 .002-.002.003l-.027.03-.106.112v.006c-9.29 9.664-19.509 23.76-30.628 34.083l-.01.01-.008.007c-1.111 1.145-1.676 1.753-2.09 2.09-.415.336-.681.439-1.392.656-5.272 1.611-9.195 1.964-14.69 2.952-2.042.367-6.238.817-10.063.45-1.912-.185-3.733-.577-5.135-1.252-1.402-.676-2.366-1.601-2.73-2.91-.187-.673-.248-2.08.26-3.098 2.71-4.997 7.1-8.812 11.754-12.098.59-.416 1.402-.492 1.938-.304.268.094.456.24.556.407.1.166.143.363.05.686-.1.352-.735 1.163-1.56 2.017-.823.854-1.82 1.81-2.633 2.77-.813.958-1.485 1.904-1.525 2.916a1.92 1.92 0 0 0 .56 1.426c.394.398.964.69 1.735.909h.002c2.505.711 4.97.366 7.336.044h.002c.407-.056.815-.11 1.223-.16.787-.097 1.381-.172 1.853-.297.471-.124.887-.323 1.095-.732.207-.41.142-.848.01-1.334-.134-.486-.361-1.066-.652-1.827-3.074-8.05-3.722-16.071-2.09-24.05v-.001c.219-1.064 1.118-1.847 2.214-1.979zm41.668 16.236c-.199.01-.371.066-.54.137-.676.285-1.401.862-2.12 1.225-13.951 7.043-27.786 14.318-40.824 23.03-4.46 2.98-8.993 5.992-12.212 10.625-1.365 1.963-1.443 3.917-.591 5.426.852 1.51 2.542 2.556 4.562 3.006l.015.004.018.002c5.345.82 10.154.968 16.706-.208h.004c13.172-2.472 23.541-10.627 29.723-21.058 3.694-6.232 5.861-13.434 6.248-20.662.03-.566-.003-1.008-.365-1.322a.905.905 0 0 0-.623-.205zm-.023 1.011c-.027-.013.041.061.02.463-.378 7.066-2.499 14.12-6.109 20.209-6.049 10.207-16.176 18.17-29.05 20.588-6.446 1.156-11.091 1.01-16.358.205-1.807-.405-3.236-1.339-3.903-2.521-.668-1.185-.665-2.636.543-4.372 3.084-4.44 7.487-7.385 11.947-10.366 12.98-8.673 26.777-15.931 40.718-22.97.841-.424 1.634-1.015 2.06-1.195.07-.03.096-.032.132-.04z"/></svg>
|
After Width: | Height: | Size: 4.7 KiB |
1
icons/spicedb/spicedb-original.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#a13974" d="M108.699 66.234c-.385 7.202-2.546 14.386-6.227 20.595-6.164 10.401-16.493 18.525-29.62 20.988-6.553 1.177-11.32 1.027-16.673.207-3.862-.86-6.293-3.997-3.7-7.725 3.177-4.572 7.68-7.574 12.175-10.578 13.111-8.761 27.037-16.084 41.092-23.181 1.572-.792 3.064-2.36 2.953-.306z"/><path fill="#fb5b62" d="M118.026 49.426c3.302-2.611 6.492-5.967 8.75-9.561l.005-.004.004-.003c2.486-3.958 1.074-7.532-3.481-8.616-5.237-1.246-9.678-.744-15.038 0-1.306.182-1.64.463-2.085.745-.905.57-1.005 2.314.298 2.53 2.383.15 10.189-.383 12.06.448 5.335 2.367-9.262 10.252-11.18 11.778-1.15.914-1.702.804-2.35-.635-5.074-11.284-13.34-19.286-24.892-23.83-7.24-2.847-14.698-3.497-22.405-2.525-4.151.526-7.409 1.665-11.224 3.152-1.258.49-2.923 1.326-4.08 1.99a48.874 48.874 0 0 0-7.482 5.245c-1.98 1.694-.818 4.726 1.776 4.969l47.754 4.483c2.12.198 3.166 2.675 1.834 4.334L59.656 77.982c-.969 1.206.268 3.195 1.705 2.62 10.835-4.348 21.369-9.626 31.799-14.87 8.697-4.373 17.25-10.282 24.866-16.306z"/><path fill="#efa16d" fill-rule="evenodd" d="M68.417 52.337c1.7-1.82.204-4.772-2.27-4.476l-43.258 5.18c-1.308.157-2.397 1.1-2.662 2.39-1.663 8.133-.999 16.323 2.13 24.52 1.173 3.07 1.246 3.158-1.918 3.547-.412.051-.825.107-1.24.163-2.385.324-4.793.65-7.192-.031-5.803-1.654 3.12-7.149 3.794-9.497.498-1.734-1.859-2.383-3.333-1.343C7.746 76.124 3.251 80.017.463 85.163c-.597 1.191-.522 2.68-.299 3.487 1.651 5.93 14.431 4.854 18.641 4.098 5.517-.992 9.502-1.35 14.862-2.989 1.461-.446 1.488-.595 3.722-2.896 11.316-10.505 21.672-24.826 31.028-34.525z"/></svg>
|
After Width: | Height: | Size: 1.6 KiB |
1
icons/spicedb/spicedb-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#fb5b62" d="M68.417 52.337c1.7-1.82.204-4.772-2.27-4.476l-43.258 5.18c-1.308.157-2.397 1.1-2.662 2.39-1.663 8.133-.999 16.323 2.13 24.52 1.173 3.07 1.246 3.158-1.918 3.547a98.718 98.718 0 0 0-1.24.163c-2.385.324-4.792.65-7.192-.031-5.803-1.654 3.121-7.149 3.794-9.497.498-1.734-1.859-2.383-3.333-1.343C7.746 76.124 3.251 80.017.463 85.163c-.596 1.19-.522 2.68-.299 3.487 1.652 5.93 14.432 4.854 18.642 4.098 5.516-.992 9.5-1.35 14.861-2.989 1.461-.446 1.489-.595 3.722-2.896 11.316-10.505 21.672-24.826 31.028-34.525ZM108.7 66.234c-.385 7.202-2.546 14.386-6.227 20.595-6.164 10.401-16.493 18.525-29.62 20.988-6.554 1.177-11.32 1.027-16.673.207-3.862-.86-6.292-3.997-3.7-7.725 3.177-4.572 7.68-7.574 12.175-10.578 13.111-8.761 27.036-16.084 41.092-23.18 1.572-.794 3.063-2.36 2.953-.307zm9.327-16.808c3.302-2.611 6.492-5.967 8.75-9.561l.005-.003.004-.004c2.486-3.958 1.074-7.532-3.482-8.616-5.237-1.246-9.677-.744-15.037 0-1.306.182-1.64.463-2.085.745-.905.57-1.005 2.314.297 2.531 2.384.15 10.19-.384 12.061.447 5.334 2.367-9.262 10.252-11.18 11.778-1.15.914-1.702.805-2.35-.635-5.074-11.284-13.34-19.286-24.892-23.83-7.24-2.847-14.698-3.497-22.405-2.525-4.151.526-7.409 1.665-11.224 3.152-1.258.49-2.923 1.326-4.08 1.99a48.874 48.874 0 0 0-7.482 5.245c-1.98 1.694-.817 4.726 1.777 4.969l47.753 4.483c2.12.198 3.166 2.675 1.834 4.334L59.656 77.982c-.969 1.206.268 3.195 1.705 2.62 10.835-4.348 21.369-9.626 31.798-14.87 8.698-4.373 17.252-10.282 24.867-16.306Z" style="stroke-width:1.04387"/></svg>
|
After Width: | Height: | Size: 1.5 KiB |
1
icons/tmux/tmux-original-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="none" fill-rule="evenodd"><path fill="#1bb91f" d="M0 71.58h33.692v6.107a3.16 3.16 0 0 1-3.158 3.16H3.158a3.158 3.158 0 0 1-3.159-3.16Zm0 0h33.692v6.318H0Z"/><path fill="#3c3c3c" d="M17.478 61.894v-14.74h-1.264v30.744h1.264v-14.74h16.214v-1.264ZM-.001 50.314a3.16 3.16 0 0 1 3.159-3.16h27.376a3.16 3.16 0 0 1 3.158 3.16v27.584H0Z"/><path fill="#1bb91f" d="M50.912 78.285c-2.3 0-4.03-.604-5.19-1.812-1.162-1.208-1.742-2.996-1.742-5.365V60.204H39.8V57.07h4.18v-6.967h3.483v6.967h7.664v3.135h-7.664v10.94c0 1.37.337 2.374 1.01 3.013.674.638 1.557.958 2.648.958.511 0 1.08-.059 1.707-.175.627-.116 1.266-.29 1.916-.522l.697 3.065c-.79.28-1.562.482-2.317.61-.755.128-1.492.192-2.212.192zm11.146-.314h-3.484V57.07h3.484v3.484s2.12-2.09 3.153-2.787c1.033-.697 2.247-1.045 3.64-1.045 1.231 0 2.282.342 3.153 1.027.871.685 1.492 1.62 1.864 2.805 0 0 2.345-2.09 3.414-2.787 1.068-.697 2.334-1.045 3.797-1.045 1.626 0 2.926.598 3.902 1.794.975 1.196 1.463 2.804 1.463 4.825V77.97H82.96V63.897c0-1.393-.267-2.386-.801-2.979-.534-.592-1.3-.888-2.3-.888-.998 0-1.99.302-2.978.906-.987.604-1.864 1.405-2.63 2.404V77.97h-3.484V63.897c0-1.393-.267-2.386-.8-2.979-.535-.592-1.301-.888-2.3-.888-.999 0-1.992.302-2.979.906-.987.604-1.863 1.405-2.63 2.404zm30.376-1.602c-1.23-1.3-1.846-3.031-1.846-5.191V57.069h3.483v13.412c0 1.487.349 2.613 1.045 3.38.697.766 1.72 1.149 3.066 1.149 1.068 0 2.131-.308 3.188-.923 1.056-.616 2.107-1.527 3.152-2.735V57.07h3.484v20.902h-3.484v-3.484s-2.363 2.09-3.466 2.787c-1.103.697-2.34 1.046-3.71 1.046-2.044 0-3.681-.65-4.912-1.951zm31.526 1.602-5.087-7.873-4.772 7.873h-3.867l6.967-10.486-6.723-10.416h3.901l4.843 7.525 4.912-7.525H128l-7.037 10.207 6.897 10.695z"/></g></svg>
|
After Width: | Height: | Size: 1.7 KiB |
1
icons/tmux/tmux-original.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="none" fill-rule="evenodd"><path fill="#1bb91f" d="M0 92.8h128v23.197c0 6.629-5.378 12.003-11.999 12.003H12C5.372 128 0 122.635 0 115.997Zm0 0h128v24H0Z"/><path fill="#3c3c3c" d="M66.4 56V0h-4.8v116.8h4.8v-56H128V56ZM0 12.005C0 5.375 5.378 0 11.999 0H116C122.628 0 128 5.38 128 12.005V116.8H0Z"/></g></svg>
|
After Width: | Height: | Size: 377 B |
1
icons/tmux/tmux-plain-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#3c3c3c" fill-rule="evenodd"><path d="M.42 77.687a2.736 2.736 0 0 0 2.738 2.738h27.376a2.739 2.739 0 0 0 2.737-2.738m.421 0a3.16 3.16 0 0 1-3.158 3.16H3.158a3.157 3.157 0 0 1-3.159-3.16m.421.211-.42-.42h33.692l-.42.42m.42 0H0"/><path d="M17.478 61.894v-14.74h-1.264v30.744h1.264v-14.74h16.214v-1.264ZM-.001 50.314a3.16 3.16 0 0 1 3.159-3.16h27.376a3.16 3.16 0 0 1 3.158 3.16v27.584H0ZM50.96 78.32c-2.347-.035-4.077-.64-5.239-1.847-1.16-1.208-1.741-2.996-1.71-5.365V60.21h-4.212v-3.16h4.212v-6.948h3.37v6.949l7.79.018v3.135l-7.79.006v10.933c.082 1.37.419 2.375 1.093 3.014.673.638 1.556.958 2.647.958.511 0 1.08-.059 1.707-.175.627-.116 1.266-.29 1.916-.522l.697 3.065c-.79.28-1.562.482-2.317.61-.755.128-1.492.192-2.212.192zm11.16-.422h-3.546l-.033-20.829h3.58v3.484s2.056-2.09 3.09-2.787c1.033-.697 2.247-1.045 3.64-1.045 1.231 0 2.282.342 3.153 1.027.871.685 1.492 1.62 1.864 2.805 0 0 2.345-2.09 3.414-2.787 1.068-.697 2.334-1.045 3.797-1.045 1.626 0 2.926.598 3.902 1.794.975 1.196 1.463 2.804 1.357 4.824v14.56h-3.37l-.008-14.002c0-1.393-.267-2.386-.801-2.979-.534-.592-1.3-.888-2.3-.888-.998 0-1.99.302-2.978.906a8.336 8.336 0 0 0-2.547 2.404v14.558h-3.567V63.897c0-1.393-.267-2.386-.8-2.979-.535-.592-1.301-.888-2.3-.888-.999 0-1.992.302-2.979.906a8.646 8.646 0 0 0-2.567 2.404zm30.314-1.53c-1.23-1.3-1.846-3.03-1.885-5.208V57.05h3.58v13.432c-.058 1.486.29 2.612.987 3.378.697.767 1.72 1.15 3.066 1.15 1.068 0 2.131-.308 3.188-.923 1.056-.616 2.107-1.527 3.078-2.735V57.07l3.58-.018-.022 20.847h-3.558v-3.41s-2.289 2.09-3.392 2.786c-1.103.697-2.34 1.046-3.71 1.046-2.044 0-3.681-.65-4.912-1.951zm31.526 1.53-5.087-7.8-4.772 7.8h-3.867l6.967-10.413-6.723-10.434h3.901l4.843 7.543 4.912-7.543H128l-7.037 10.225 6.897 10.622Z"/></g></svg>
|
After Width: | Height: | Size: 1.8 KiB |
1
icons/tmux/tmux-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#3c3c3c" fill-rule="evenodd"><path d="M1.6 115.997c0 5.751 4.653 10.403 10.399 10.403H116c5.74 0 10.399-4.66 10.399-10.403m1.6 0c0 6.629-5.378 12.003-11.999 12.003H12C5.372 128 0 122.635 0 115.997m1.6.803L0 115.2h128l-1.6 1.6m1.6 0H0"/><path d="M66.4 56V0h-4.8v116.8h4.8v-56H128V56ZM0 12.005C0 5.375 5.378 0 11.999 0H116C122.628 0 128 5.38 128 12.005V116.8H0Z"/></g></svg>
|
After Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
18
package-lock.json
generated
@@ -15,6 +15,7 @@
|
||||
"gulp-sass": "^5.0.0",
|
||||
"gulp-svgmin": "^3.0.0",
|
||||
"open": "^10.0.3",
|
||||
"run-script-os": "^1.1.6",
|
||||
"sass": "^1.26.10",
|
||||
"yargs": "^17.0.0"
|
||||
}
|
||||
@@ -4190,6 +4191,17 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/run-script-os": {
|
||||
"version": "1.1.6",
|
||||
"resolved": "https://registry.npmjs.org/run-script-os/-/run-script-os-1.1.6.tgz",
|
||||
"integrity": "sha512-ql6P2LzhBTTDfzKts+Qo4H94VUKpxKDFz6QxxwaUZN0mwvi7L3lpOI7BqPCq7lgDh3XLl0dpeXwfcVIitlrYrw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"run-os": "index.js",
|
||||
"run-script-os": "index.js"
|
||||
}
|
||||
},
|
||||
"node_modules/rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
@@ -8700,6 +8712,12 @@
|
||||
"integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
|
||||
"dev": true
|
||||
},
|
||||
"run-script-os": {
|
||||
"version": "1.1.6",
|
||||
"resolved": "https://registry.npmjs.org/run-script-os/-/run-script-os-1.1.6.tgz",
|
||||
"integrity": "sha512-ql6P2LzhBTTDfzKts+Qo4H94VUKpxKDFz6QxxwaUZN0mwvi7L3lpOI7BqPCq7lgDh3XLl0dpeXwfcVIitlrYrw==",
|
||||
"dev": true
|
||||
},
|
||||
"rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
|
@@ -8,9 +8,12 @@
|
||||
"peek-test": "python ./.github/scripts/icomoon_peek.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --pr_title \"$PR_TITLE\"",
|
||||
"optimize-svg": "gulp optimizeSvg",
|
||||
"bump": "gulp bumpVersion",
|
||||
"build-icons": "python3 ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --headless",
|
||||
"build-icons": "run-script-os",
|
||||
"build-icons:linux:macOS": "python ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --headless",
|
||||
"build-icons:windows": "python ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./ --headless",
|
||||
"build-icons:default": "echo 'Unsupported OS' && exit 1",
|
||||
"dev": "concurrently \"npm:open-browser\" \"npm:start-local-server\"",
|
||||
"start-local-server": "python3 -m http.server 8000",
|
||||
"start-local-server": "python -m http.server 8000",
|
||||
"open-browser": "node -e \"import('open').then(pkg => pkg.default('http://localhost:8000/docs'))\""
|
||||
},
|
||||
"repository": {
|
||||
@@ -36,6 +39,7 @@
|
||||
"gulp-sass": "^5.0.0",
|
||||
"gulp-svgmin": "^3.0.0",
|
||||
"open": "^10.0.3",
|
||||
"run-script-os": "^1.1.6",
|
||||
"sass": "^1.26.10",
|
||||
"yargs": "^17.0.0"
|
||||
}
|
||||
|