mirror of
https://github.com/konpa/devicon.git
synced 2025-04-20 21:01:52 +02:00
new icon: ktor (original, original-wordmark, plain, plain-wordmark) (#1321)
* new icon: ktor (original, original-wordmark, plain, plain-wordmark) - contributes to #1125 * ktor| moved object in devicon.json
This commit is contained in:
parent
f50c47055e
commit
2eaae16ff8
21
devicon.json
21
devicon.json
@ -3886,6 +3886,27 @@
|
||||
"color": "#0081C2",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "ktor",
|
||||
"altnames": [],
|
||||
"tags": [
|
||||
"jetbrains",
|
||||
"kotlin",
|
||||
"framework"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#fc801d",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "kubernetes",
|
||||
"altnames": [],
|
||||
|
16
icons/ktor/ktor-original-wordmark.svg
Normal file
16
icons/ktor/ktor-original-wordmark.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<defs>
|
||||
<linearGradient id="a" x1="34.379" x2="64.784" y1="21.379" y2="51.784" gradientTransform="translate(0 40) scale(.45714)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#07c3f2"/>
|
||||
<stop offset="1" stop-color="#6b57ff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b" x1="65.723" x2="94.471" y1="52.723" y2="81.471" gradientTransform="translate(0 40) scale(.45714)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#b74af7"/>
|
||||
<stop offset=".492" stop-color="#fc801d"/>
|
||||
<stop offset="1" stop-color="#fc801d"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill="url(#a)" d="M36.57 56.914 22.855 43.2l-7.238 7.242-6.472 6.473 13.71 13.715Zm0 0"/>
|
||||
<path fill="url(#b)" d="m22.855 70.629 6.832 6.828 6.883 6.887 13.715-13.715L36.57 56.914Zm0 0"/>
|
||||
<path d="M36.57 56.914H22.855V70.63H36.57Zm39.188-2.266H70.82l-7.367 7.997v-7.997H59.43v18.286h4.023v-5.59l2.117-2.192 5.668 7.782h4.832l-7.785-10.528Zm5.773.625H77.56v3.579h-1.672v3.394h1.672v6.637c0 3.238 1.644 4.207 4.074 4.207a5.859 5.859 0 0 0 3.137-.813v-3.183a4.04 4.04 0 0 1-1.961.496c-.887 0-1.278-.445-1.278-1.36v-5.984h3.29v-3.394h-3.29Zm12.223 3.239c-4.363 0-7.602 3.265-7.602 7.289v.05c0 4.024 3.215 7.239 7.551 7.239 4.363 0 7.602-3.266 7.602-7.29v-.05c0-4.023-3.215-7.238-7.551-7.238Zm3.633 7.34c0 2.066-1.36 3.816-3.633 3.816-2.192 0-3.684-1.805-3.684-3.867v-.051c0-2.066 1.36-3.816 3.633-3.816 2.195 0 3.684 1.804 3.684 3.867Zm10.011-4.098v-2.82h-3.972v14h3.972v-5.172c0-3.344 1.618-4.938 4.258-4.938h.207v-4.152c-2.351-.106-3.656 1.148-4.465 3.082Zm0 0"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
19
icons/ktor/ktor-original.svg
Normal file
19
icons/ktor/ktor-original.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<defs>
|
||||
<linearGradient id="a" x1="24.941" x2="52.306" y1="24.941" y2="52.306" gradientTransform="rotate(.104) scale(1.21905)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".296" stop-color="#00afff"/>
|
||||
<stop offset=".694" stop-color="#5282ff"/>
|
||||
<stop offset="1" stop-color="#945dff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b" x1="53.151" x2="79.023" y1="53.151" y2="79.023" gradientTransform="rotate(.104) scale(1.21905)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".108" stop-color="#c757bc"/>
|
||||
<stop offset=".173" stop-color="#cd5ca9"/>
|
||||
<stop offset=".492" stop-color="#e8744f"/>
|
||||
<stop offset=".716" stop-color="#f88316"/>
|
||||
<stop offset=".823" stop-color="#ff8900"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill="url(#a)" d="M80.457 47.543 47.543 14.629 14.629 47.543l32.914 32.914Zm0 0"/>
|
||||
<path fill="url(#b)" d="m47.543 80.457 32.914 32.914 32.914-32.914-32.914-32.914Zm0 0"/>
|
||||
<path d="M80.457 47.543H47.543v32.914h32.914Zm0 0"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
3
icons/ktor/ktor-plain-wordmark.svg
Normal file
3
icons/ktor/ktor-plain-wordmark.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m22.855 43.2-7.238 7.241-6.472 6.473 13.21 13.215V56.414H36.07L22.855 43.2zM59.43 54.647v18.286h4.023v-5.59l2.117-2.192 5.668 7.782h4.832l-7.785-10.528 7.473-7.758H70.82l-7.367 7.997v-7.997H59.43zm18.13.625v3.579h-1.67v3.394h1.672v6.637c0 3.238 1.644 4.207 4.074 4.207a5.859 5.859 0 0 0 3.136-.813v-3.183a4.04 4.04 0 0 1-1.96.496c-.887 0-1.28-.445-1.28-1.36v-5.984h3.291v-3.394h-3.29v-3.579H77.56zm-54.205 2.141V70.13H36.07V57.414H23.355zm13.715 0V71.13H23.355l6.332 6.326 6.883 6.887 13.715-13.715L37.07 57.414zm56.684 1.098c-4.363 0-7.602 3.265-7.602 7.289v.05c0 4.025 3.215 7.239 7.551 7.239 4.363 0 7.602-3.265 7.602-7.29v-.05c0-4.023-3.215-7.238-7.551-7.238zm17.68.156c-2.084.057-3.277 1.273-4.036 3.086v-2.82h-3.972v14h3.972v-5.172c0-3.344 1.618-4.938 4.258-4.938h.207v-4.152a5.927 5.927 0 0 0-.43-.004zm-17.73 3.266c2.194 0 3.683 1.804 3.683 3.867v.05c0 2.067-1.36 3.817-3.633 3.817-2.192 0-3.684-1.805-3.684-3.867v-.051c0-2.066 1.36-3.816 3.633-3.816z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
3
icons/ktor/ktor-plain.svg
Normal file
3
icons/ktor/ktor-plain.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill="#fc801d" d="M47.543 14.629 14.629 47.543l32.414 32.414V47.043h32.914L47.543 14.629zm.5 33.414v31.914h31.914V48.043H48.043zm32.914 0v32.914H48.043l32.414 32.414 32.914-32.914-32.414-32.414z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 276 B |
Loading…
x
Reference in New Issue
Block a user