Merge branch 'develop' into panquesito7/improve/build
31
.github/scripts/svgo.config.js
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
{
|
||||
name: 'preset-default'
|
||||
},
|
||||
{
|
||||
name: 'removeDimensions',
|
||||
params: {
|
||||
overrides: {
|
||||
removeDimensions: true,
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'removeScriptElement',
|
||||
params: {
|
||||
overrides: {
|
||||
removeScriptElement: true,
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "removeAttrs",
|
||||
params: {
|
||||
attrs: [
|
||||
'path:fill:none'
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
21
.github/workflows/optimize_icons.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Optimize icons
|
||||
on:
|
||||
- pull_request
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
optimize:
|
||||
runs-on: ubuntu-latest
|
||||
name: Optimize icons with SVGO
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: ericcornelissen/svgo-action@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
svgo-config: ./.github/scripts/svgo.config.js
|
||||
svgo-version: 3
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Icons optimized by SVGO
|
135
devicon.json
@@ -1091,6 +1091,34 @@
|
||||
"color": "#ef5734",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "browserstack",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"website",
|
||||
"app",
|
||||
"testing",
|
||||
"tool"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#0070f0",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "bulma",
|
||||
"altnames": [
|
||||
@@ -3109,14 +3137,29 @@
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"plain"
|
||||
"plain",
|
||||
"line"
|
||||
],
|
||||
"font": [
|
||||
"plain"
|
||||
"plain",
|
||||
"line"
|
||||
]
|
||||
},
|
||||
"color": "#ffcfab",
|
||||
"aliases": []
|
||||
"aliases": [
|
||||
{
|
||||
"base": "original",
|
||||
"alias": "original-wordmark"
|
||||
},
|
||||
{
|
||||
"base": "plain",
|
||||
"alias": "plain-wordmark"
|
||||
},
|
||||
{
|
||||
"base": "line",
|
||||
"alias": "line-wordmark"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gentoo",
|
||||
@@ -3912,6 +3955,35 @@
|
||||
"color": "#bcae79",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "homebrew",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"package",
|
||||
"manager",
|
||||
"linux",
|
||||
"apple",
|
||||
"os"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#fbb040",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "html5",
|
||||
"altnames": [
|
||||
@@ -4089,6 +4161,32 @@
|
||||
"color": "#000000",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "insomnia",
|
||||
"altnames": [
|
||||
"Insomnia Rest Client"
|
||||
],
|
||||
"tags": [
|
||||
"open-source",
|
||||
"Rest API",
|
||||
"Soap API",
|
||||
"JSON-XML"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#4000bf",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "intellij",
|
||||
"altnames": [
|
||||
@@ -4710,7 +4808,7 @@
|
||||
},
|
||||
"color": "#d00000",
|
||||
"aliases": []
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "kibana",
|
||||
"altnames": [],
|
||||
@@ -8412,6 +8510,35 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "stackoverflow",
|
||||
"altnames": [
|
||||
"Stack Overflow"
|
||||
],
|
||||
"tags": [
|
||||
"website",
|
||||
"development",
|
||||
"community"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark",
|
||||
"line",
|
||||
"line-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#F58025",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "stata",
|
||||
"altnames": [],
|
||||
|
1
icons/browserstack/browserstack-line-wordmark.svg
Normal file
After Width: | Height: | Size: 22 KiB |
1
icons/browserstack/browserstack-line.svg
Normal file
After Width: | Height: | Size: 8.3 KiB |
1
icons/browserstack/browserstack-original-wordmark.svg
Normal file
After Width: | Height: | Size: 10 KiB |
1
icons/browserstack/browserstack-original.svg
Normal file
After Width: | Height: | Size: 4.9 KiB |
1
icons/browserstack/browserstack-plain-wordmark.svg
Normal file
After Width: | Height: | Size: 8.1 KiB |
1
icons/browserstack/browserstack-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M65.029 30.012a22.364 22.364 0 0 0-22.364 22.364A22.364 22.364 0 0 0 65.029 74.74a22.364 22.364 0 0 0 22.364-22.364 22.364 22.364 0 0 0-22.364-22.364zm10.707 7.575a4.414 7.062 24.166 0 1 1.14.248 4.414 7.062 24.166 0 1 1.136 8.25 4.414 7.062 24.166 0 1-6.918 4.637 4.414 7.062 24.166 0 1-1.135-8.25 4.414 7.062 24.166 0 1 5.776-4.884zM65.618.293a50.022 50.022 0 0 0-50.023 50.023 50.022 50.022 0 0 0 28.11 44.9 50.022 50.022 0 0 1-.58-.239 42.667 42.667 0 0 0 2.764 1.247 42.667 42.667 0 0 1-8.81-7.57 42.667 42.667 0 0 0 29.129 11.685 42.667 42.667 0 0 0 42.665-42.665A42.667 42.667 0 0 0 98.2 29.514a42.667 42.667 0 0 1 13.223 30.71 42.667 42.667 0 0 1-7.394 23.896 45.903 45.903 0 0 0 11.316-29.978 45.903 45.903 0 0 0-45.9-45.903 45.903 45.903 0 0 0-32.019 13.268 45.903 45.903 0 0 1 .245-.262A45.903 45.903 0 0 1 71.995 5.687a45.903 45.903 0 0 1 45.9 45.903 45.903 45.903 0 0 1-3.06 16.154 57.673 57.673 0 0 1-57.162 50.151A57.673 57.673 0 0 1 .609 68.531a63.852 63.852 0 0 0 63.538 59.467 63.852 63.852 0 0 0 63.852-63.852 63.852 63.852 0 0 0-51.165-62.58A50.022 50.022 0 0 0 65.619.294zm-3.14 11.87a30.014 30.014 0 0 1 21.61 9.4 30.014 30.014 0 0 0-19.06-6.851 30.014 30.014 0 0 0-30.011 30.014 30.014 30.014 0 0 0 6.949 18.891 24.401 24.401 0 0 1-2.288-10.292 24.401 24.401 0 0 1 24.398-24.4 24.401 24.401 0 0 1 24.404 24.4 24.401 24.401 0 0 1-24.404 24.402 24.401 24.401 0 0 1-21.77-13.487 30.014 30.014 0 0 1-9.84-22.065A30.014 30.014 0 0 1 62.478 12.16zm8.926 7.943h.002a26.189 26.189 0 0 1 26.187 26.19 26.189 26.189 0 0 1-8.255 18.87 26.189 26.189 0 0 0 5.705-16.32 26.189 26.189 0 0 0-26.189-26.19 26.189 26.189 0 0 0-16.245 5.662 26.189 26.189 0 0 1 18.794-8.212zm-37.97 6.334a35.604 35.604 0 0 0-9.6 24.17 35.604 35.604 0 0 0 35.603 35.604 35.604 35.604 0 0 0 24.397-9.785 35.604 35.604 0 0 1-26.947 12.336 35.604 35.604 0 0 1-31.489-19.172 35.604 35.604 0 0 1-.002 0 35.604 35.604 0 0 1-4.11-16.431 35.604 35.604 0 0 1 10.896-25.518 45.903 45.903 0 0 1 .007-.01 35.604 35.604 0 0 1 1.245-1.193zm55.802 38.828a26.189 26.189 0 0 1-1.076 1.116 26.189 26.189 0 0 1-.4.358 26.189 26.189 0 0 0 1.475-1.474zm-4.998 4.648a26.189 26.189 0 0 1-.763.478 26.189 26.189 0 0 0 .763-.478zm-4.715 2.769a26.189 26.189 0 0 1-1.218.426 26.189 26.189 0 0 0 1.218-.426zM57.672 0A57.673 57.673 0 0 0 0 57.673a57.673 57.673 0 0 0 57.67 57.673 57.673 57.673 0 0 0 55.916-44.498 45.903 45.903 0 0 1-9.762 13.537 42.667 42.667 0 0 1-35.07 18.503 42.667 42.667 0 0 1-18.777-4.43 50.022 50.022 0 0 1-36.937-48.143A50.022 50.022 0 0 1 62.996.297a57.673 57.673 0 0 0-5.324-.295zm6.474.293a63.852 63.852 0 0 0-.488.018 50.022 50.022 0 0 1 1.024.026 50.022 50.022 0 0 1 .614-.028 63.852 63.852 0 0 0-1.15-.016zM47.65 33.678a26.189 26.189 0 0 0-.148.235 26.189 26.189 0 0 1 .148-.235z"/></svg>
|
After Width: | Height: | Size: 2.8 KiB |
1
icons/gcc/gcc-line.svg
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 16 KiB |
1
icons/homebrew/homebrew-line-wordmark.svg
Normal file
After Width: | Height: | Size: 11 KiB |
1
icons/homebrew/homebrew-line.svg
Normal file
After Width: | Height: | Size: 5.5 KiB |
1
icons/homebrew/homebrew-original-wordmark.svg
Normal file
After Width: | Height: | Size: 13 KiB |
1
icons/homebrew/homebrew-original.svg
Normal file
After Width: | Height: | Size: 12 KiB |
1
icons/homebrew/homebrew-plain-wordmark.svg
Normal file
After Width: | Height: | Size: 8.5 KiB |
1
icons/homebrew/homebrew-plain.svg
Normal file
After Width: | Height: | Size: 6.7 KiB |
1
icons/insomnia/insomnia-original-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><defs><linearGradient id="a" x1="16.181" x2="16.181" y1="28.39" y2="5.61" gradientTransform="translate(0 45.903) scale(1.06453)" gradientUnits="userSpaceOnUse"><stop stop-color="#7400E1"/><stop offset="1" stop-color="#4000BF"/></linearGradient></defs><path fill="#fff" d="M17.033 80.167c8.928 0 16.166-7.238 16.166-16.167 0-8.928-7.238-16.166-16.166-16.166C8.104 47.834.866 55.072.866 64c0 8.929 7.238 16.167 16.167 16.167z"/><path fill="#4000bf" d="M17.033 46.967C7.626 46.967 0 54.593 0 64s7.626 17.033 17.033 17.033S34.065 73.407 34.065 64 26.44 46.967 17.033 46.967zm0 1.733c8.45 0 15.3 6.85 15.3 15.3 0 8.45-6.85 15.3-15.3 15.3-8.45 0-15.3-6.85-15.3-15.3 0-8.45 6.85-15.3 15.3-15.3z"/><path fill="url(#a)" d="M17.225 51.875c6.697 0 12.125 5.429 12.125 12.125s-5.428 12.125-12.125 12.125C10.53 76.125 5.1 70.696 5.1 64c0-1.637.325-3.197.912-4.622a4.715 4.715 0 1 0 6.591-6.591 12.09 12.09 0 0 1 4.622-.912z"/><path fill="#fff" d="M50.473 56.451h-2.102v13.936h2.102zm4.934 7.73c0-1.667 1.02-2.62 2.436-2.62 1.38 0 2.218.906 2.218 2.423v6.403h2.034V63.74c0-2.586-1.422-3.94-3.558-3.94-1.572 0-2.6.728-3.083 1.838h-.13v-1.702h-1.952v10.452h2.035zm17.249-1.694c-.422-1.626-1.694-2.688-3.953-2.688-2.362 0-4.035 1.246-4.035 3.096 0 1.484.898 2.47 2.857 2.906l1.77.388c1.007.224 1.476.673 1.476 1.327 0 .81-.864 1.442-2.198 1.442-1.218 0-2-.524-2.245-1.551l-1.967.3c.34 1.85 1.878 2.891 4.226 2.891 2.524 0 4.273-1.34 4.273-3.232 0-1.477-.939-2.388-2.858-2.83l-1.66-.382c-1.15-.272-1.647-.66-1.64-1.367-.006-.803.864-1.375 2.021-1.375 1.266 0 1.85.7 2.089 1.402zm6.844 8.111c2.946 0 4.872-2.157 4.872-5.389 0-3.253-1.926-5.41-4.872-5.41-2.947 0-4.872 2.157-4.872 5.41 0 3.232 1.925 5.39 4.872 5.39zm.006-1.708c-1.926 0-2.824-1.68-2.824-3.688 0-2 .898-3.702 2.824-3.702 1.912 0 2.81 1.702 2.81 3.702 0 2.007-.898 3.688-2.81 3.688zm7.136 1.497h2.035v-6.444c0-1.408.986-2.388 2.143-2.388 1.13 0 1.912.748 1.912 1.885v6.947h2.028v-6.661c0-1.26.769-2.171 2.096-2.171 1.075 0 1.96.599 1.96 2.014v6.818h2.034V63.38c0-2.389-1.334-3.58-3.226-3.58-1.503 0-2.633.722-3.136 1.838h-.11c-.455-1.144-1.415-1.838-2.81-1.838-1.38 0-2.408.688-2.844 1.838h-.13v-1.702h-1.952zm18.97-6.205c0-1.668 1.02-2.62 2.435-2.62 1.382 0 2.219.905 2.219 2.422v6.403h2.034V63.74c0-2.586-1.422-3.94-3.559-3.94-1.572 0-2.599.728-3.082 1.838h-.13v-1.702h-1.952v10.452h2.034zm9.416 6.205h2.036V59.935h-2.036zm1.028-12.064c.701 0 1.287-.545 1.287-1.211 0-.667-.586-1.218-1.287-1.218-.707 0-1.286.55-1.286 1.218 0 .666.579 1.21 1.286 1.21zm6.786 12.296c1.729 0 2.702-.878 3.09-1.66h.081v1.428H128v-6.94c0-3.042-2.395-3.648-4.056-3.648-1.892 0-3.633.762-4.314 2.668l1.912.435c.3-.742 1.062-1.456 2.43-1.456 1.313 0 1.987.687 1.987 1.871v.048c0 .742-.762.728-2.641.946-1.98.231-4.008.748-4.008 3.123 0 2.055 1.545 3.185 3.532 3.185zm.442-1.634c-1.15 0-1.98-.517-1.98-1.524 0-1.088.966-1.476 2.144-1.633.66-.088 2.225-.265 2.517-.558v1.347c0 1.239-.986 2.368-2.681 2.368z"/></svg>
|
After Width: | Height: | Size: 2.9 KiB |
1
icons/insomnia/insomnia-original.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><defs><linearGradient id="a" x1="16.181" x2="16.181" y1="28.39" y2="5.61" gradientTransform="matrix(4 0 0 4 0 -4)" gradientUnits="userSpaceOnUse"><stop stop-color="#7400E1"/><stop offset="1" stop-color="#4000BF"/></linearGradient></defs><path fill="#fff" d="M64 124.746c33.549 0 60.746-27.197 60.746-60.746 0-33.549-27.197-60.746-60.746-60.746C30.45 3.254 3.254 30.451 3.254 64c0 33.55 27.197 60.746 60.746 60.746z"/><path fill="#4000bf" d="M64 0C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64Zm0 6.509c31.752 0 57.492 25.74 57.492 57.491 0 31.752-25.74 57.492-57.492 57.492S6.508 95.752 6.508 64 32.248 6.509 64 6.509z"/><path fill="url(#a)" d="M64.723 18.44c25.162 0 45.56 20.398 45.56 45.56 0 25.162-20.398 45.56-45.56 45.56-25.161 0-45.559-20.398-45.559-45.56a45.41 45.41 0 0 1 3.427-17.366c3.224 4.391 8.425 7.242 14.29 7.242 9.786 0 17.718-7.932 17.718-17.718 0-5.866-2.85-11.066-7.242-14.29a45.426 45.426 0 0 1 17.366-3.427z"/></svg>
|
After Width: | Height: | Size: 1.0 KiB |
1
icons/insomnia/insomnia-plain-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M17.033 46.967C7.626 46.967 0 54.593 0 64s7.626 17.033 17.033 17.033S34.064 73.407 34.064 64s-7.624-17.033-17.03-17.033zm0 1.732c8.45 0 15.301 6.85 15.301 15.301 0 8.45-6.85 15.3-15.3 15.3-8.451 0-15.302-6.85-15.302-15.3 0-8.45 6.851-15.3 15.301-15.3zm.192 3.176c-1.637 0-3.197.324-4.621.912a4.716 4.716 0 1 1-6.592 6.592A12.085 12.085 0 0 0 5.1 64c0 6.696 5.428 12.125 12.125 12.125 6.696 0 12.125-5.429 12.125-12.125s-5.43-12.125-12.125-12.125zm98.832 4.018c-.707 0-1.287.552-1.287 1.218 0 .667.58 1.211 1.287 1.211.701 0 1.285-.544 1.285-1.21 0-.667-.584-1.22-1.285-1.22zm-67.686.558v13.936h2.102V56.45H48.37zM58.537 59.8c-1.572 0-2.599.729-3.082 1.838h-.13v-1.701H53.37v10.45h2.035v-6.204c0-1.668 1.02-2.62 2.436-2.62 1.381 0 2.219.905 2.219 2.422v6.403h2.035v-6.649c0-2.585-1.422-3.94-3.559-3.94zm10.166 0c-2.361 0-4.035 1.245-4.035 3.096 0 1.483.898 2.47 2.857 2.906l1.77.388c1.007.225 1.476.673 1.476 1.327 0 .81-.863 1.443-2.197 1.443-1.218 0-2-.525-2.246-1.553l-1.967.301c.34 1.85 1.88 2.89 4.227 2.89 2.524 0 4.271-1.34 4.271-3.232 0-1.476-.938-2.388-2.857-2.83l-1.66-.38c-1.15-.273-1.648-.66-1.64-1.368-.007-.803.864-1.375 2.02-1.375 1.266 0 1.852.702 2.09 1.402l1.844-.328c-.422-1.626-1.694-2.687-3.953-2.687zm10.797 0c-2.946 0-4.873 2.157-4.873 5.41 0 3.232 1.927 5.389 4.873 5.389s4.871-2.157 4.871-5.389c0-3.253-1.925-5.41-4.871-5.41zm12.068 0c-1.381 0-2.408.688-2.843 1.838h-.13v-1.701h-1.952v10.45h2.033v-6.443c0-1.408.987-2.388 2.144-2.388 1.13 0 1.912.748 1.912 1.884v6.948h2.028v-6.662c0-1.26.769-2.17 2.095-2.17 1.076 0 1.96.598 1.96 2.013v6.819h2.035V63.38c0-2.388-1.333-3.58-3.225-3.58-1.504 0-2.633.722-3.137 1.838h-.11c-.455-1.143-1.415-1.838-2.81-1.838zm17.174 0c-1.572 0-2.6.729-3.084 1.838h-.129v-1.701h-1.953v10.45h2.035v-6.204c0-1.668 1.021-2.62 2.436-2.62 1.382 0 2.219.905 2.219 2.422v6.403h2.035v-6.649c0-2.585-1.422-3.94-3.559-3.94zm15.201 0c-1.891 0-3.632.762-4.312 2.668l1.912.435c.3-.741 1.06-1.457 2.428-1.457 1.313 0 1.988.687 1.988 1.871v.05c0 .74-.762.727-2.64.945-1.98.23-4.008.748-4.008 3.123 0 2.054 1.543 3.185 3.53 3.185 1.73 0 2.703-.877 3.09-1.66h.083v1.428H128v-6.94c0-3.041-2.396-3.648-4.057-3.648zm-8.914.137v10.45h2.035v-10.45h-2.035zM79.506 61.5c1.912 0 2.81 1.703 2.81 3.703 0 2.007-.898 3.688-2.81 3.688-1.926 0-2.824-1.68-2.824-3.688 0-2 .898-3.703 2.824-3.703zm46.459 3.77v1.347c0 1.239-.987 2.37-2.682 2.37-1.15 0-1.978-.519-1.978-1.526 0-1.089.965-1.476 2.142-1.633.66-.088 2.225-.266 2.518-.558z"/></svg>
|
After Width: | Height: | Size: 2.5 KiB |
1
icons/insomnia/insomnia-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M64 0C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64zm0 6.508c31.752 0 57.492 25.74 57.492 57.492S95.752 121.492 64 121.492 6.508 95.752 6.508 64 32.248 6.508 64 6.508zm.723 11.933a45.42 45.42 0 0 0-17.366 3.426c4.392 3.225 7.243 8.425 7.243 14.291 0 9.785-7.934 17.719-17.72 17.719-5.865 0-11.066-2.851-14.29-7.242A45.417 45.417 0 0 0 19.164 64c0 25.162 20.397 45.56 45.559 45.56s45.56-20.398 45.56-45.56c0-25.162-20.398-45.559-45.56-45.559z"/></svg>
|
After Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 10 KiB |
1
icons/stackoverflow/stackoverflow-line-wordmark.svg
Normal file
After Width: | Height: | Size: 9.3 KiB |
1
icons/stackoverflow/stackoverflow-line.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="m83.693 0-.398.296-9.478 7.042 34.354 46.17 9.874-7.337Zm-.205 1.385 33.172 44.58-8.284 6.158-33.173-44.58ZM62.701 18.054l-.316.379-7.56 9.071 44.24 36.825 7.874-9.454zm.127 1.395 42.715 35.553-6.606 7.932-42.715-35.558zm-16.96 22.229-.209.449-4.984 10.702 52.18 24.294 5.2-11.151zm.482 1.316 50.39 23.458-4.364 9.355L41.992 52.35ZM35.955 67.433l-.102.483-2.433 11.556 56.332 11.83 2.53-12.031Zm.764 1.174 54.39 11.428-2.121 10.095-54.393-11.422ZM9.955 81.943V128h102.442V81.943h-12.262l-.002 33.799H22.221V81.943H10.45Zm.99.99H21.23v33.8h79.894l.002-33.8h10.28v44.076H10.946Zm22.052 10.274v.989l-.494-.494v11.763h57.35V93.207h-56.36zm.497.99h55.368v10.277H33.494Z"/></svg>
|
After Width: | Height: | Size: 745 B |
1
icons/stackoverflow/stackoverflow-original-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#1e1b1d" d="m5.944 121.145-1.824-.161c-1.437-.116-1.992-.696-1.992-1.672 0-1.16.878-1.88 2.544-1.88 1.181 0 2.225.28 3.034.905l1.087-1.09c-1.02-.834-2.477-1.229-4.096-1.229-2.43 0-4.186 1.253-4.186 3.342 0 1.88 1.18 2.875 3.4 3.06l1.876.166c1.314.116 1.896.673 1.896 1.672 0 1.347-1.158 2.018-3.034 2.018-1.41 0-2.635-.371-3.539-1.324L0 126.067c1.249 1.208 2.753 1.647 4.672 1.647 2.754 0 4.626-1.276 4.626-3.48 0-2.137-1.363-2.902-3.354-3.089zm14.247-5.126c-1.829 0-2.977.359-3.984 1.638-.017.02 1.09 1.098 1.09 1.098.67-.951 1.413-1.3 2.871-1.3 2.081 0 2.914.834 2.914 2.505v1.094H19.66c-2.544 0-3.934 1.3-3.934 3.295a3.306 3.306 0 0 0 .857 2.322c.718.743 1.643 1.042 3.215 1.042 1.528 0 2.361-.3 3.286-1.228v1.09h1.667v-7.753c0-2.48-1.505-3.804-4.559-3.804zm2.892 7.52c0 .951-.186 1.6-.576 1.972-.72.697-1.577.765-2.548.765-1.806 0-2.615-.624-2.615-1.947s.833-2.019 2.548-2.019h3.19zm8.192-6.036c1.085 0 1.757.324 2.61 1.276 0 0 1.118-1.086 1.11-1.098-1.17-1.251-2.16-1.663-3.72-1.663-2.872 0-5.044 1.952-5.044 5.85 0 3.898 2.172 5.85 5.044 5.85 1.572 0 2.567-.419 3.748-1.695l-1.134-1.094c-.857.952-1.529 1.3-2.614 1.3a3.076 3.076 0 0 1-2.64-1.3c-.532-.742-.738-1.624-.738-3.06 0-1.442.206-2.323.738-3.066a3.076 3.076 0 0 1 2.64-1.3zm14.267-1.363h-2.078l-5.163 5.04.008-10.13h-1.666v16.525h1.666l-.008-4.167 2.022-2.034 3.816 6.201h2.062l-4.724-7.358zm7.693-.28c-1.706 0-2.86.668-3.567 1.422-1.041 1.091-1.311 2.401-1.311 4.495 0 2.114.269 3.424 1.311 4.515.708.755 1.86 1.422 3.567 1.422 1.71 0 2.883-.667 3.594-1.422 1.044-1.09 1.307-2.401 1.307-4.515 0-2.093-.263-3.405-1.307-4.495-.71-.754-1.884-1.422-3.594-1.422zm1.355 8.742c-.364.35-.853.532-1.355.51a1.754 1.754 0 0 1-1.327-.51c-.6-.601-.668-1.624-.668-2.825 0-1.2.067-2.204.668-2.804a1.77 1.77 0 0 1 1.327-.51c.502-.023.991.159 1.355.51.597.6.664 1.603.664 2.804 0 1.2-.068 2.224-.664 2.825zm11.22-8.611-2.325 7.165-2.35-7.165h-3.038l4.258 11.588h2.26l4.233-11.588zm7.944-.13c-2.994 0-5.032 2.133-5.032 5.916 0 4.692 2.615 5.936 5.344 5.936 2.082 0 3.215-.643 4.388-1.824l-1.749-1.71c-.735.734-1.355 1.09-2.619 1.09-1.62 0-2.528-1.09-2.528-2.584h7.228v-1.287c0-3.18-1.817-5.538-5.032-5.538zm-2.196 4.846a3.145 3.145 0 0 1 .268-1.244 2.152 2.152 0 0 1 1.928-1.201c.817 0 1.565.466 1.928 1.201.174.39.265.817.269 1.244zm11.482-3.602v-1.114h-2.816v11.588h2.883v-6.983c0-1.469.976-2.137 1.861-2.137a1.892 1.892 0 0 1 1.52.683l2.184-2.192c-.797-.802-1.596-1.09-2.73-1.09a3.895 3.895 0 0 0-2.901 1.244zm6.525-2.323v12.785h2.883v-9.135h2.129v-2.2h-2.129v-1.269c0-.667.332-1.046 1.02-1.046h1.109v-2.45h-1.643c-2.35 0-3.37 1.672-3.37 3.315zm16.878 1.074c-1.707 0-2.86.668-3.57 1.426-1.04 1.091-1.308 2.401-1.308 4.491 0 2.114.268 3.424 1.307 4.52.711.753 1.864 1.42 3.57 1.42 1.706 0 2.883-.666 3.594-1.42 1.04-1.092 1.308-2.407 1.308-4.52 0-2.09-.268-3.4-1.308-4.49-.71-.758-1.888-1.426-3.593-1.426zm1.354 8.746a1.843 1.843 0 0 1-1.354.51 1.784 1.784 0 0 1-1.332-.51c-.597-.605-.663-1.628-.663-2.829 0-1.2.067-2.2.663-2.8a1.772 1.772 0 0 1 1.332-.514c.501-.023.99.162 1.354.514.597.6.664 1.6.664 2.8 0 1.2-.068 2.224-.664 2.829zm17.166-8.611-1.865 7.165-2.373-7.165h-2.105l-2.35 7.165-1.86-7.165h-3.062l3.547 11.588h2.374l2.416-7.27 2.418 7.27h2.37L128 115.991Zm-26.135 8.097v-12.62h-2.88v12.798c0 1.647.995 3.313 3.369 3.313h1.64v-2.445H99.85c-.73 0-1.02-.355-1.02-1.046zm-84.909-6.135 1.54-1.544h-3.151v-3.76H10.64v11.86c0 1.696.97 3.066 2.915 3.066h1.181v-1.438h-.881c-1.062 0-1.547-.626-1.547-1.67v-6.514zm0 0"/><path fill="#bbb" d="M89.376 62.392h8.507v34.245h-76.59V62.392h8.512v25.686h59.57zm0 0"/><path fill="#f58025" d="m39.08 59.85 41.796 8.835 1.757-8.406-41.796-8.84Zm5.528-20.132 38.72 18.136 3.607-7.788-38.72-18.138Zm10.716-19.11 32.824 27.494 5.466-6.6-32.821-27.498zM76.511.282 69.654 5.41l25.491 34.477L102 34.76ZM38.317 79.515h42.547v-8.56H38.317Zm0 0"/></svg>
|
After Width: | Height: | Size: 3.8 KiB |
1
icons/stackoverflow/stackoverflow-original.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#bbb" d="M101.072 82.51h11.378V128H10.05V82.51h11.377v34.117h79.644zm0 0"/><path fill="#f58025" d="m33.826 79.13 55.88 11.738 2.348-11.166-55.876-11.745Zm7.394-26.748 51.765 24.1 4.824-10.349-51.768-24.1Zm14.324-25.384L99.428 63.53l7.309-8.775-43.885-36.527ZM83.874 0l-9.167 6.81 34.08 45.802 9.163-6.81Zm-51.07 105.254h56.89V93.881h-56.89Zm0 0"/></svg>
|
After Width: | Height: | Size: 428 B |
1
icons/stackoverflow/stackoverflow-plain-wordmark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="m76.512.281-6.858 5.127 25.49 34.479 6.854-5.127L76.512.28zM60.793 14.004l-5.469 6.603 32.824 27.495 5.465-6.6-32.82-27.498zM48.215 31.928l-3.608 7.789 38.721 18.137 3.608-7.788-38.721-18.138zm-7.38 19.511-1.755 8.41 41.795 8.837 1.758-8.407-41.797-8.84zM21.294 62.393v34.244h76.59V62.393h-8.508v25.685h-59.57V62.393h-8.512zm17.023 8.562v8.56h42.547v-8.56H38.316zm-1.673 40.094v16.527h1.666l-.008-4.168 2.021-2.035 3.817 6.203h2.06l-4.724-7.36 4.064-4.075h-2.078l-5.162 5.04.008-10.132h-1.666zm56.29.42c-2.35 0-3.369 1.671-3.369 3.314v12.783h2.885v-9.134h2.127v-2.202H92.45v-1.267c0-.667.33-1.047 1.018-1.047h1.11v-2.447h-1.643zm3.014 0v12.797c0 1.647.995 3.314 3.37 3.314h1.64v-2.445H99.85c-.73 0-1.02-.357-1.02-1.047h-.002v-12.62h-2.88zm-85.306 1.18v11.86c0 1.696.971 3.067 2.916 3.067h1.181v-1.44h-.883c-1.061 0-1.546-.626-1.546-1.67v-6.513h1.61l1.54-1.543h-3.152v-3.762H10.64zm95.802 3.206c-1.706 0-2.86.668-3.57 1.426-1.04 1.091-1.309 2.402-1.309 4.492 0 2.114.27 3.425 1.31 4.52.71.754 1.862 1.42 3.567 1.42 1.707 0 2.883-.666 3.594-1.42 1.04-1.091 1.309-2.408 1.309-4.522 0-2.089-.27-3.398-1.309-4.488-.71-.758-1.886-1.426-3.592-1.426v-.002zm-53.207.004c-1.706 0-2.86.668-3.568 1.422-1.042 1.091-1.31 2.402-1.31 4.496 0 2.114.267 3.425 1.31 4.516.708.754 1.862 1.42 3.568 1.42 1.71 0 2.881-.666 3.592-1.42 1.044-1.091 1.309-2.402 1.309-4.516 0-2.093-.265-3.406-1.309-4.496-.71-.754-1.882-1.422-3.592-1.422zm20.518 0c-2.994 0-5.031 2.135-5.031 5.918 0 4.692 2.614 5.936 5.343 5.936 2.082 0 3.216-.643 4.39-1.824l-1.75-1.71c-.736.735-1.356 1.09-2.62 1.09-1.62 0-2.527-1.09-2.527-2.583h7.226v-1.288c0-3.18-1.817-5.539-5.031-5.539zm12.19 0a3.895 3.895 0 0 0-2.903 1.245l-.002.001v-1.115h-2.814v11.59h2.882v-6.984c0-1.47.977-2.137 1.862-2.137a1.892 1.892 0 0 1 1.52.684l2.183-2.192c-.797-.802-1.595-1.092-2.729-1.092zm-27.846.131 4.257 11.59h2.26l4.233-11.59H65.81l-2.327 7.166-2.35-7.166h-3.036zm53.25 0 3.547 11.59h2.375l2.416-7.271 2.418 7.271h2.369L128 115.99h-3.037l-1.865 7.166-2.373-7.166h-2.106l-2.35 7.166-1.859-7.166h-3.062zm-106.65.028c-2.43 0-4.188 1.252-4.188 3.341 0 1.881 1.18 2.876 3.4 3.06l1.877.167c1.315.115 1.897.673 1.897 1.672 0 1.347-1.16 2.017-3.036 2.017-1.41 0-2.635-.37-3.539-1.322L0 126.066c1.249 1.209 2.753 1.647 4.672 1.647 2.753 0 4.627-1.274 4.627-3.479 0-2.136-1.363-2.903-3.354-3.09l-1.824-.16c-1.438-.115-1.992-.696-1.992-1.671 0-1.161.877-1.881 2.543-1.881 1.18 0 2.224.28 3.033.904l1.088-1.09c-1.02-.833-2.477-1.228-4.096-1.228zm15.493 0v.002c-1.829 0-2.977.357-3.984 1.636-.016.02 1.09 1.1 1.09 1.1.671-.952 1.413-1.3 2.871-1.3 2.08 0 2.914.834 2.914 2.505v1.094h-3.424c-2.544 0-3.933 1.3-3.933 3.295a3.306 3.306 0 0 0 .857 2.322c.718.742 1.643 1.04 3.215 1.04 1.528 0 2.362-.3 3.287-1.228v1.092h1.666v-7.754c0-2.48-1.505-3.804-4.559-3.804zm11.084 0c-2.871 0-5.045 1.952-5.045 5.851 0 3.898 2.174 5.85 5.045 5.85 1.573 0 2.567-.42 3.748-1.696l-1.134-1.093c-.858.951-1.528 1.299-2.614 1.299a3.076 3.076 0 0 1-2.64-1.3c-.533-.741-.739-1.623-.739-3.06 0-1.442.206-2.323.739-3.066a3.076 3.076 0 0 1 2.64-1.3c1.086 0 1.756.324 2.61 1.276 0 0 1.118-1.085 1.111-1.097-1.17-1.252-2.16-1.664-3.72-1.664zm42.479 2.244c.817 0 1.565.466 1.928 1.2.174.391.265.818.27 1.245H71.56a3.145 3.145 0 0 1 .267-1.244 2.152 2.152 0 0 1 1.928-1.201zm32.69.197c.5-.023.989.162 1.353.514.596.6.664 1.6.664 2.8 0 1.2-.069 2.224-.664 2.829a1.84 1.84 0 0 1-1.354.51 1.784 1.784 0 0 1-1.332-.51c-.596-.605-.664-1.628-.664-2.829 0-1.2.069-2.2.664-2.8a1.772 1.772 0 0 1 1.332-.514zm-53.208.004c.502-.023.99.159 1.354.51.596.6.664 1.603.664 2.804 0 1.2-.069 2.224-.664 2.825a1.83 1.83 0 0 1-1.354.51 1.754 1.754 0 0 1-1.328-.51c-.6-.601-.668-1.624-.668-2.825 0-1.2.068-2.204.668-2.804a1.77 1.77 0 0 1 1.328-.51zm-33.343 3.848h3.189l.002 1.228c0 .952-.186 1.599-.576 1.97-.72.698-1.578.766-2.549.766-1.806 0-2.615-.623-2.615-1.947 0-1.322.834-2.017 2.549-2.017z"/></svg>
|
After Width: | Height: | Size: 3.9 KiB |
1
icons/stackoverflow/stackoverflow-plain.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="m83.873 0-9.166 6.81 34.08 45.801 9.164-6.81L83.873 0zM62.852 18.227l-7.309 8.771 43.885 36.531 7.308-8.775-43.884-36.527zM46.04 42.033l-4.82 10.35 51.763 24.1 4.825-10.35-51.768-24.1zm-9.863 25.924-2.352 11.174 55.881 11.736 2.348-11.166-55.877-11.744zm-26.13 14.555V128H112.45V82.512h-11.377l-.002 34.115H21.428V82.512h-11.38zM32.806 93.88v11.373h56.888V93.88H32.805z"/></svg>
|
After Width: | Height: | Size: 450 B |