Add C, C++, C#, Redhat & Gimp icons
@ -46,6 +46,18 @@
|
||||
.devicon-bower-plain.colored {
|
||||
color: #ef5734;
|
||||
}
|
||||
.devicon-c-line-wordmark.colored,
|
||||
.devicon-c-line.colored,
|
||||
.devicon-c-plain-wordmark.colored,
|
||||
.devicon-c-plain.colored {
|
||||
color: #03599c;
|
||||
}
|
||||
.devicon-c-line-wordmark.colored,
|
||||
.devicon-c-line.colored,
|
||||
.devicon-c-plain-wordmark.colored,
|
||||
.devicon-c-plain.colored {
|
||||
color: #03599c;
|
||||
}
|
||||
.devicon-chrome-plain-wordmark.colored,
|
||||
.devicon-chrome-plain.colored {
|
||||
color: #ce4e4e;
|
||||
@ -60,6 +72,18 @@
|
||||
.devicon-coffeescript-plain.colored {
|
||||
color: #28334c;
|
||||
}
|
||||
.devicon-cplusplus-line-wordmark.colored,
|
||||
.devicon-cplusplus-line.colored,
|
||||
.devicon-cplusplus-plain-wordmark.colored,
|
||||
.devicon-cplusplus-plain.colored {
|
||||
color: #9c033a;
|
||||
}
|
||||
.devicon-csharp-line-wordmark.colored,
|
||||
.devicon-csharp-line.colored,
|
||||
.devicon-csharp-plain-wordmark.colored,
|
||||
.devicon-csharp-plain.colored {
|
||||
color: #68217a;
|
||||
}
|
||||
.devicon-css3-plain-wordmark.colored,
|
||||
.devicon-css3-plain.colored {
|
||||
color: #3d8fc6;
|
||||
@ -98,6 +122,10 @@
|
||||
.devicon-foundation-plain.colored {
|
||||
color: #008cba;
|
||||
}
|
||||
.devicon-gimp-plain-wordmark.colored,
|
||||
.devicon-gimp-plain.colored {
|
||||
color: #716955;
|
||||
}
|
||||
.devicon-git-plain-wordmark.colored,
|
||||
.devicon-git-plain.colored {
|
||||
color: #f34f29;
|
||||
@ -230,6 +258,12 @@
|
||||
.devicon-react-original.colored {
|
||||
color: #61dafb;
|
||||
}
|
||||
.devicon-redhat-plain-wordmark.colored,
|
||||
.devicon-redhat-plain.colored,
|
||||
.devicon-redhat-original-wordmark.colored,
|
||||
.devicon-redhat-original.colored {
|
||||
color: #e93442;
|
||||
}
|
||||
.devicon-redis-plain-wordmark.colored,
|
||||
.devicon-redis-plain.colored{
|
||||
color: #d82c20;
|
||||
|
42
devicon.css
@ -23,6 +23,48 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.devicon-gimp-plain:before {
|
||||
content: "\e633";
|
||||
}
|
||||
|
||||
.devicon-redhat-plain-wordmark:before {
|
||||
content: "\e62a";
|
||||
}
|
||||
|
||||
.devicon-redhat-plain:before {
|
||||
content: "\e62b";
|
||||
}
|
||||
|
||||
.devicon-cplusplus-line:before,
|
||||
.devicon-cplusplus-line-wordmark:before {
|
||||
content: "\e634";
|
||||
}
|
||||
|
||||
.devicon-cplusplus-plain:before,
|
||||
.devicon-cplusplus-plain-wordmark:before {
|
||||
content: "\e635";
|
||||
}
|
||||
|
||||
.devicon-csharp-line:before,
|
||||
.devicon-csharp-line-wordmark:before {
|
||||
content: "\e636";
|
||||
}
|
||||
|
||||
.devicon-csharp-plain:before,
|
||||
.devicon-csharp-plain-wordmark:before {
|
||||
content: "\e637";
|
||||
}
|
||||
|
||||
.devicon-c-line:before,
|
||||
.devicon-c-line-wordmark:before {
|
||||
content: "\e638";
|
||||
}
|
||||
|
||||
.devicon-c-plain:before,
|
||||
.devicon-c-plain-wordmark:before {
|
||||
content: "\e639";
|
||||
}
|
||||
|
||||
.devicon-nodewebkit-line-wordmark:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
40
devicon.json
@ -79,6 +79,14 @@
|
||||
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "c",
|
||||
"tags": ["language"],
|
||||
"versions": {
|
||||
"svg": ["original", "plain", "line"],
|
||||
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "chrome",
|
||||
"tags": ["browser"],
|
||||
@ -103,6 +111,22 @@
|
||||
"font": ["original", "original-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cplusplus",
|
||||
"tags": ["language"],
|
||||
"versions": {
|
||||
"svg": ["original", "plain", "line"],
|
||||
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "csharp",
|
||||
"tags": ["language"],
|
||||
"versions": {
|
||||
"svg": ["original", "plain", "line"],
|
||||
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "css3",
|
||||
"tags": ["language", "programming"],
|
||||
@ -175,6 +199,14 @@
|
||||
"font": ["plain", "plain-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "gimp",
|
||||
"tags": ["graphic"],
|
||||
"versions": {
|
||||
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
|
||||
"font": ["plain"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "git",
|
||||
"tags": ["version-control"],
|
||||
@ -415,6 +447,14 @@
|
||||
"font": ["original", "original-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "redhat",
|
||||
"tags": ["server", "linux"],
|
||||
"versions": {
|
||||
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
|
||||
"font": ["plain", "plain-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "redis",
|
||||
"tags": ["server"],
|
||||
|
2
devicon.min.css
vendored
Before Width: | Height: | Size: 469 KiB After Width: | Height: | Size: 481 KiB |
564
icomoon.json
1
icons/c/c-line.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#03599C"><path d="M116.5 32.3c-.6-1.1-1.4-2.1-2.3-2.6l-48.1-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48.5 27.8c-1.7 1-3.4 3.5-3.4 5.4v55.7c0 1.1.7 2.3 1.4 3.4l.1.1c.5.8 1.3 1.5 2 1.9l48.3 27.9c.8.5 2 .7 3.2.7 1.2 0 2.3-.3 3.1-.7l47.5-27.9c1.7-1 2.4-3.5 2.4-5.4v-55.7c0-.8.4-1.8 0-2.6l.5-.2zm-4.2 2.1c0 .3-.3.5-.3.7v55.7c0 .8-.2 1.7-.4 2l-47.6 27.8c-.1.1-.5.2-1.1.2-.6 0-1-.1-1.1-.2l-48.2-27.8s-.1-.1-.2-.1l-.6-.6c-.4-.7.2-1.1-.8-1.2v-55.7c1-.5.9-1.7 1.4-1.9l48.3-27.9c.1 0 .6-.2 1.2-.2s1 .1 1.1.2l48 27.7.4.9c.1.1-.1.3-.1.4zM63 38.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5z"/></g></svg>
|
After Width: | Height: | Size: 831 B |
1
icons/c/c-original.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#659AD3" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"/><path fill="#03599C" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"/><path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"/></g></svg>
|
After Width: | Height: | Size: 668 B |
1
icons/c/c-plain.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#03599C" d="M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.8c.1-.8 0-1.7-.4-2.6zm-53.5 55c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5s17.7-39.5 39.5-39.5c14.7 0 27.5 8.1 34.3 20l-13 7.5c-4.2-7.5-12.2-12.5-21.3-12.5-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5z"/></svg>
|
After Width: | Height: | Size: 595 B |
BIN
icons/c/c.eps
Normal file
1
icons/cplusplus/cplusplus-line.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#9C033A"><path d="M87 70v-5h5v-4h-5v-5h-5v5h-5v4h5v5zM105 56h-4v5h-6v4h6v5h4v-5h5v-4h-5zM116.5 32.3c-.6-1.1-1.4-2.1-2.3-2.6l-48.1-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48.5 27.8c-1.7 1-3.4 3.5-3.4 5.4v55.7c0 1.1.7 2.3 1.4 3.4l.1.1c.5.8 1.3 1.5 2 1.9l48.3 27.9c.8.5 2 .7 3.2.7 1.2 0 2.3-.3 3.1-.7l47.5-27.9c1.7-1 2.4-3.5 2.4-5.4v-55.7c0-.8.4-1.8 0-2.6l.5-.2zm-4.2 2.1c0 .3-.3.5-.3.7v55.7c0 .8-.2 1.7-.4 2l-47.6 27.8c-.1.1-.5.2-1.1.2-.6 0-1-.1-1.1-.2l-48.2-27.8s-.1-.1-.2-.1l-.6-.6c-.4-.7.2-1.1-.8-1.2v-55.7c1-.5.9-1.7 1.4-1.9l48.3-27.9c.1 0 .6-.2 1.2-.2s1 .1 1.1.2l48 27.7.4.9c.1.1-.1.3-.1.4zM63 87.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6c-4.2 7.4-12.2 12.4-21.3 12.4z"/></g></svg>
|
After Width: | Height: | Size: 902 B |
1
icons/cplusplus/cplusplus-original.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#D26383" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"/><path fill="#9C033A" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"/><path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"/><g fill="#fff"><path d="M82.1 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4zM100.6 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4z"/></g></g></svg>
|
After Width: | Height: | Size: 830 B |
1
icons/cplusplus/cplusplus-plain.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#9C033A" d="M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.8c.1-.8 0-1.7-.4-2.6zm-35.5 32.5v-4h5v-5h5v5h5v4h-5v5h-5v-5h-5zm3.3-14c-4.2-7.5-12.2-12.5-21.3-12.5-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5s17.7-39.5 39.5-39.5c14.7 0 27.5 8.1 34.3 20l-13 7.5zm29.7 14h-5v5h-4v-5h-6v-4h6v-5h4v5h5v4z"/></svg>
|
After Width: | Height: | Size: 674 B |
BIN
icons/cplusplus/cplusplus.eps
Normal file
1
icons/csharp/csharp-line.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#68217A"><path d="M109 50h-4.8l-1.2 6h-3.8l1.2-6h-4.9l-1.2 6h-5.3v5h4.4l-.9 4h-3.5v5h2.5l-1.2 6h4.8l1.2-6h3.8l-1.2 6h4.9l1.2-6h5v-5h-4.1l.9-4h3.2v-5h-2.2l1.2-6zm-7.9 15h-3.8l.9-4h3.8l-.9 4zM116.5 32.3c-.6-1.1-1.4-2.1-2.3-2.6l-48.1-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48.5 27.8c-1.7 1-3.4 3.5-3.4 5.4v55.7c0 1.1.7 2.3 1.4 3.4l.1.1c.5.8 1.3 1.5 2 1.9l48.3 27.9c.8.5 2 .7 3.2.7 1.2 0 2.3-.3 3.1-.7l47.5-27.9c1.7-1 2.4-3.5 2.4-5.4v-55.7c0-.8.4-1.8 0-2.6l.5-.2zm-4.2 2.1c0 .3-.3.5-.3.7v55.7c0 .8-.2 1.7-.4 2l-47.6 27.8c-.1.1-.5.2-1.1.2-.6 0-1-.1-1.1-.2l-48.2-27.8s-.1-.1-.2-.1l-.6-.6c-.4-.7.2-1.1-.8-1.2v-55.7c1-.5.9-1.7 1.4-1.9l48.3-27.9c.1 0 .6-.2 1.2-.2s1 .1 1.1.2l48 27.7.4.9c.1.1-.1.3-.1.4zM63 87.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6c-4.2 7.4-12.2 12.4-21.3 12.4z"/></g></svg>
|
After Width: | Height: | Size: 1003 B |
1
icons/csharp/csharp-original.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#9B4F96" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"/><path fill="#68217A" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"/><path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6zM97 66.2l.9-4.3h-4.2v-4.7h5.1l1.2-6.2h4.9l-1.2 6.1h3.8l1.2-6.1h4.8l-1.2 6.1h2.4v4.7h-3.3l-.9 4.3h4.2v4.7h-5.1l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.4v-4.7h3.3zm4.8 0h3.8l.9-4.3h-3.8l-.9 4.3z"/></g></svg>
|
After Width: | Height: | Size: 864 B |
1
icons/csharp/csharp-plain.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#68217A"><path d="M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.8c.1-.8 0-1.7-.4-2.6zm-53.5 70c-21.8 0-39.5-17.7-39.5-39.5s17.7-39.5 39.5-39.5c14.7 0 27.5 8.1 34.3 20l-13 7.5c-4.2-7.5-12.2-12.5-21.3-12.5-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8zm51-41.5h-3.2l-.9 4h4.1v5h-5l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.5v-5h3.5l.9-4h-4.4v-5h5.3l1.2-6h4.9l-1.2 6h3.8l1.2-6h4.8l-1.2 6h2.2v5zM102.3 66h3.8l.9-4h-3.8z"/></g></svg>
|
After Width: | Height: | Size: 770 B |
BIN
icons/csharp/csharp.eps
Normal file
1
icons/gimp/gimp-original-wordmark.svg
Normal file
After Width: | Height: | Size: 7.2 KiB |
1
icons/gimp/gimp-original.svg
Normal file
After Width: | Height: | Size: 6.8 KiB |
1
icons/gimp/gimp-plain-wordmark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" enable-background="new 0 0 128 128"><g fill="#716955"><path d="M38.8 37.3c-1 0-2-.6-2.5-1.5l-.8-1.4-.1 1.6-.1.7c0 3 2.4 5.4 5.4 5.4 3 0 5.4-2.4 5.4-5.4 0-2.9-2.2-5.2-5.1-5.4l-1.6-.1 1.2 1c.7.5 1.1 1.3 1.1 2.2 0 1.7-1.3 2.9-2.9 2.9zM38.3 25.2c4.6 0 8.4 3.1 9.7 7.2.7-2 1.9-3.7 3.5-5.1-14.9-1-21.3-14.2-21.3-14.2l-.4 16.7c1.8-2.8 5-4.6 8.5-4.6zM61.9 44.2c3.4 0 6.1-2.8 6.1-6.1s-2.6-6-5.8-6.1l-1.4-.1 1.1.9c.8.7 1.3 1.7 1.3 2.7 0 1.9-1.6 3.5-3.5 3.5-1.3 0-2.4-.7-3.1-1.8l-.6-1.3-.2 1.4-.1.8c.1 3.4 2.8 6.1 6.2 6.1zM120.5 87.3l-1.1-3.8c-2.3-8.2-4.1-14.6-11.2-14-1.1.1-2 .4-2.8 1l-7.2-4.5h-.2l-.6-1.7-1.1.7c-2.2-1.4-4.8-2.8-7.3-3.9 8.2-9.8 12.7-27 9.5-55.2-.3-2.5-1.6-2.9-2.5-.3-.8 2.4-5.6 16.7-30.5 20.8 3.3 2.1 5.5 5.8 5.5 10 0 6.5-5.3 11.8-11.8 11.8-5.6 0-10.3-3.9-11.5-9.1-1.5 3.7-5.1 6.2-9.3 6.2-4.2 0-7.8-2.6-9.3-6.2l-.3.5-.4-.6c-4.9-6.8-12.7-9.4-17.6-6-4.8 3.5-4.8 11.8.1 18.6 4.1 5.7 10.2 8.4 14.9 7.2 13.9 10.2 39.2 19.1 56.3 8.2 3.4 1.9 7.2 3.8 10.7 5v.1l.3 1.1 1.5-.6.2.2 8 2.9c.1 2.5 1.6 5.3 4.9 6.6 6.1 2.3 11.9 5.3 12 5.4l.9.5-.1-.9zm-101.5-47.5c0 2.9-2 5.3-4.4 5.3-2.4 0-4.4-2.4-4.4-5.3s2-5.3 4.4-5.3 4.4 2.4 4.4 5.3zm60.2 17.3c-2.9-1-5.1-1.7-5.6-1.8-1.8-.8-3.5-.3-4.1 1.1-.4 1 0 2.2.8 3.1-5.7 2.5-15 1.4-26.9-2.8 16.7 3.3 25.2.2 30.2-3.6-1.3-1.7-3.6-3.6-3.6-3.6s5.8 1.6 7.9 4.3c1.1 1.3 1.3 2.2 1.3 3.3zM32.1 85.1l-4.8 27.8 9-.2-.7 2.5-9 .4-.9 6.2 15.7-.5 6.2-36.3-15.5.1zm5.3 21l-3.1.1 2.5-14.3 3-.1-2.4 14.3zM49.2 91.2l-4.4 26.8h5.9l4.8-26.9zM59.4 85l-5.8 32.4 6.5.1 4.4-25.6 2.8.2-4.5 25.9h6.3l4.6-25.7 2.9-.1-4.6 25.3 6.2-.1 5.6-32.1zM80.5 122h6.2l.7-4.1 9.2-.2 5.9-32-15.5-.2-6.5 36.5zm11.6-30.1l2.8-.1-3.4 19.7-3 .1 3.6-19.7zM56.8 82h-6l-1 6h6.3z"/></g></svg>
|
After Width: | Height: | Size: 1.7 KiB |
1
icons/gimp/gimp-plain.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" enable-background="new 0 0 128 128"><g fill="#716955"><path d="M36.4 54.4c-1.1 0-2.2-.6-2.7-1.6l-.8-1.6-.3 1.8-.1.8c0 3.3 2.6 5.9 5.9 5.9 3.3 0 5.9-2.6 5.9-5.9 0-3.1-2.5-5.7-5.6-5.9l-1.7-.1 1.4 1.1c.7.6 1.2 1.5 1.2 2.4-.1 1.7-1.5 3.1-3.2 3.1zM35.9 41c5 0 9.3 3.4 10.6 7.9.8-2.2 2.1-4.1 3.8-5.6-16.3-1-23.3-15.5-23.3-15.5l-.4 18.3c1.9-3 5.3-5.1 9.3-5.1zM61.7 62c3.7 0 6.7-3 6.7-6.7 0-3.6-2.8-6.6-6.4-6.7l-1.5-.1 1.2.9c.9.7 1.4 1.8 1.4 3 0 2.1-1.7 3.8-3.8 3.8-1.4 0-2.7-.8-3.4-2l-.7-1.3-.2 1.5-.1.9c.1 3.6 3.1 6.7 6.8 6.7zM126 109.2c-.4-1.4-.8-2.8-1.2-4.1-2.5-9-4.4-16-12.3-15.3-1.2.1-2.2.5-3.1 1.1l-7.9-5h-.3l-.6-1.9-1.2.8c-2.5-1.6-5.3-3-8.1-4.3 9-10.7 13.9-29.6 10.5-60.5-.3-2.7-1.8-3.1-2.8-.2-.8 2.5-6.1 18.3-33.4 22.7 3.6 2.3 6 6.3 6 10.9 0 7.2-5.8 13-13 13-6.1 0-11.3-4.3-12.6-10-1.7 4-5.6 6.8-10.2 6.8s-8.5-2.8-10.2-6.8c-.1.2-.2.4-.3.5-.1-.2-.3-.4-.4-.7-5.4-7.4-14-10.4-19.3-6.6-5.3 3.9-5.2 13 .2 20.4 4.5 6.2 11.2 9.3 16.4 7.9 15.1 11.2 43 20.9 61.7 9 3.7 2.1 7.9 4.1 11.8 5.5v.1l.4 1.2 1.6-.6.2.2 8.8 3.2c.1 2.8 1.8 5.9 5.4 7.3 6.7 2.6 13.1 5.8 13.1 5.9l1 .5-.2-1zm-121-52.1c0-3.2 2.2-5.8 4.8-5.8 2.7 0 4.8 2.6 4.8 5.8 0 3.2-2.2 5.8-4.8 5.8-2.7 0-4.8-2.6-4.8-5.8zm36.6 18.6c18.3 3.7 27.7.3 33.1-4-1.4-1.9-3.9-3.9-3.9-3.9s6.4 1.8 8.7 4.7c1 1.3 1.3 2.4 1.2 3.5-3.2-1.1-5.6-1.8-6.1-2-2-.9-3.9-.3-4.4 1.2-.4 1.1-.1 2.4.9 3.4-6.3 2.9-16.6 1.7-29.5-2.9z"/></g></svg>
|
After Width: | Height: | Size: 1.4 KiB |
BIN
icons/gimp/gimp.eps
Normal file
1
icons/redhat/redhat-original-wordmark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#fff" d="M101.2 69.8c-1.7-.4-3.5-.6-5.3-.6-3.1 0-6 .5-8.1 1.4-.2.1-.4.4-.4.6 0 .1 0 .2.1.3.2.7-.2 1.5-2.2 1.9-3 .7-4.9 3.8-6 4.8-1.3 1.2-4.9 2-4.3 1.2.4-.6 2.1-2.3 3-4.2.9-1.7 1.7-2.2 2.8-3.8.3-.5 1.6-2.2 1.9-3.5.4-1.3.3-2.9.4-3.6.2-1 1.1-3.1 1.2-4.2 0-.7-2.8 1-4.1 1-1.3 0-2.7-.8-3.9-.9-1.5-.1-2.4 1.1-3.8.9-.8-.1-1.4-.8-2.8-.8-1.9-.1-4.2 1.1-8.6.9-4.3-.1-8.3-5.5-8.8-6.3-.6-1-1.4-1-2.3-.2-.8.8-1.9.2-2.2-.4-.6-1-2.1-3.9-4.4-4.5-3.2-.8-4.9 1.8-4.7 3.9.2 2.1 1.6 2.7 2.2 3.9.6 1.1 1 1.9 2.2 2.4.9.4 1.2.9.9 1.6-.2.6-1.1.7-1.7.8-1.2.1-2.1-.3-2.7-.7-.7-.5-1.3-1.1-2-2.2-.7-1.2-1.9-1.7-3.3-1.7-.6 0-1.3.2-1.8.4-2.1 1.1-4.7 1.8-7.4 1.8h-3.1c5.9 17.4 22.5 30 42 30 15.6 0 29.3-8.1 37.2-20.2"/><path d="M101.2 69.8c-1.7-.4-3.5-.6-5.3-.6-3.1 0-6 .5-8.1 1.4-.2.1-.4.4-.4.6 0 .1 0 .2.1.3.2.7-.2 1.5-2.2 2-3 .7-4.9 3.8-6 4.8-1.3 1.2-4.9 2-4.3 1.2.4-.6 2.1-2.3 3-4.2.9-1.7 1.7-2.2 2.8-3.8.3-.5 1.6-2.2 1.9-3.5.4-1.3.3-2.9.4-3.6.2-1 1.1-3.1 1.2-4.2 0-.7-2.8 1-4.1 1-1.3 0-2.7-.8-3.9-.9-1.5-.1-2.4 1.1-3.8.9-.8-.1-1.4-.8-2.8-.8-1.9-.1-4.2 1.1-8.6.9-4.3-.1-8.3-5.4-8.8-6.3-.6-1-1.4-1-2.3-.2-.8.8-1.9.2-2.2-.4-.6-1-2.1-3.9-4.4-4.5-3.2-.8-4.9 1.8-4.7 3.9.2 2.1 1.6 2.7 2.2 3.9.6 1.1 1 1.9 2.2 2.4.9.4 1.2.9.9 1.6-.2.6-1.1.7-1.7.8-1.2.1-2.1-.3-2.7-.7-.7-.5-1.3-1.1-2-2.2-.7-1.2-1.9-1.7-3.3-1.7-.6 0-1.3.2-1.8.4-2.1 1.1-4.7 1.8-7.4 1.8h-3.1c-1.5-4.4-2.3-9.2-2.3-14.1 0-24.7 19.8-44.5 44.3-44.5 24.5 0 44.3 19.8 44.3 44.3 0 8.8-2.6 17-7.1 24M73.8 65.7c.2.2.6 1 .1 1.9-.3.5-.6.9-1.1 1.3-.6.5-1.8 1.1-3.5 0-.9-.6-1-.8-2.2-.6-.9.1-1.2-.8-.9-1.5.3-.7 1.6-1.3 3.3-.4.7.4 1.9 1.3 2.9.5.4-.3.7-.5 1.2-1.2h.2"/><path fill="#E93442" d="M60.6 22.5c-5.1.4-5.6.9-6.6 1.9-1.3 1.4-3.1-1.9-3.1-1.9-1.1-.2-2.4-1.9-1.7-3.6.7-1.6 2-1.1 2.4-.6.4.7 1.4 1.7 2.8 1.7 1.3 0 2.9-.3 5.1-.3 2.2 0 3.7.8 3.7 1.5 0 .6-.2 1.2-2.6 1.3m5.3-8.4c-.1 0-.2-.1-.2-.1 0-.1 0-.1.1-.1 1-.5 2.5-.9 4.2-1.1.5-.1 1-.1 1.5-.1h.3c2.8.1 5.1 1.2 5.1 2.5s-2.4 2.3-5.2 2.3c-.9 0-1.8-.2-2.5-.4-.1 0-.2-.1-.2-.2s.1-.2.2-.2c1.8-.4 3-1.1 2.9-1.7-.1-.8-2.4-1.3-5.2-1-.4 0-.7 0-1 .1m23.1 19.8c-.4 1.5-1.1 3.3-3.8 4.8-.4.2-.6-.1-.4-.4 1-1.8 1.2-2.2 1.5-2.9.4-1 .7-2.5-.2-5.5-1.7-6-5.1-14-7.7-16.6-2.4-2.6-6.8-3.3-10.8-2.3-1.5.4-4.3 1.9-9.7.7-9.2-2.1-10.6 2.5-11.1 4.6-.5 2-1.8 7.7-1.8 7.7-.4 2.3-1 6.4 13.4 9.1 6.7 1.3 7 3 7.3 4.2.5 2.2 1.4 3.5 2.3 4.1 1 .6 0 1.2-1.1 1.3-2.8.3-13.3-2.7-19.5-6.2-5.1-3.1-5.2-5.9-4-8.3-7.7-.8-13.5.7-14.5 4.4-1.8 6.2 13.7 16.9 31.4 22.2 18.5 5.6 37.6 1.7 39.7-10 1-5.2-3.5-9.2-11-10.9"/><path d="M1.9 109.8c0-3.2-.1-5.5-.2-7.7h5.3l.2 4.5h.2c1.2-3.4 4-5.1 6.5-5.1.6 0 .9 0 1.4.1v5.7c-.6-.1-1.1-.2-1.8-.2-2.9 0-4.9 1.8-5.4 4.6-.1.5-.2 1.2-.2 1.8v12.5h-6v-16.2zM22.6 115.7c.2 4.3 3.5 6.2 7.4 6.2 2.8 0 4.8-.4 6.6-1.1l.9 4.1c-2 .9-4.9 1.5-8.3 1.5-7.7 0-12.3-4.8-12.3-12.1 0-6.6 4-12.8 11.7-12.8 7.7 0 10.3 6.4 10.3 11.6 0 1.1-.1 2-.2 2.6h-16.1zm10.4-4.2c0-2.2-.9-5.8-5-5.8-3.7 0-5.3 3.4-5.5 5.8h10.5zM58.7 115.7c0 .6 0 1.2-.2 1.8-.6 2.6-2.7 4.3-5.2 4.3-3.8 0-6-3.2-6-7.6 0-4.4 2.2-7.8 6-7.8 2.7 0 4.7 1.9 5.2 4.2.1.5.1 1.1.1 1.6.1-.1.1 3.5.1 3.5zm6-22.7l-6-1.7v13.4h-.1c-1.1-1.8-3.4-3.1-6.7-3.1-5.7 0-10.7 4.7-10.7 12.7 0 7.3 4.5 12.2 10.2 12.2 3.4 0 6.3-1.6 7.7-4.3h.1l.3 3.8h5.4c-.1-1.6-.2-4.2-.2-6.7v-26.3zM80.6 101.6c-1.8 0-3.4.5-4.8 1.4-1.4.8-2.6 2.1-3.3 3.4h-.1v-11.1l-2.4-.7v31.4h2.4v-14.6c0-1 .1-1.6.3-2.3 1-3 3.8-5.4 7.2-5.4 4.9 0 6.6 3.9 6.6 8.2v14.1h2.4v-14.4c0-8.9-6-10-8.3-10"/><path d="M110.1 120.3c0 1.9.1 3.8.3 5.7h-2.2l-.3-3.4h-.1c-1.2 1.8-3.8 4-7.6 4-4.8 0-7-3.4-7-6.6 0-5.5 4.9-8.8 14.6-8.7v-.6c0-2.4-.5-7.1-6.1-7-2.1 0-4.3.6-6 1.8l-.7-1.7c2.2-1.5 4.8-2.1 7-2.1 6.9 0 8.2 5.2 8.2 9.4-.1-.1-.1 9.2-.1 9.2zm-2.4-7c-5.2-.1-12.1.6-12.1 6.4 0 3.4 2.3 5 4.7 5 4 0 6.2-2.5 7.1-4.8.2-.5.2-1 .2-1.4.1-.1.1-5.2.1-5.2zM119.5 96.9v5.3h6.8v1.9h-6.8v15.5c0 3 .9 4.9 3.5 4.9 1.2 0 2.1-.2 2.7-.4l.3 1.8c-.8.3-1.9.6-3.3.6-1.7 0-3.2-.5-4.1-1.7-1.1-1.3-1.4-3.3-1.4-5.7v-15.1h-4v-1.9h4v-4.4l2.3-.8z"/></g></svg>
|
After Width: | Height: | Size: 3.8 KiB |
1
icons/redhat/redhat-original.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#fff" d="M116.4 97.9c-2.4-.5-5-.9-7.5-.9-4.4 0-8.4.8-11.4 2-.3.2-.6.5-.6.9 0 .1 0 .3.1.4.3 1-.2 2.1-3.1 2.7-4.3.9-6.9 5.3-8.5 6.8-1.8 1.7-6.9 2.8-6.1 1.7.6-.8 2.9-3.3 4.3-6 1.3-2.4 2.4-3.1 3.9-5.4.5-.7 2.2-3 2.7-4.9.6-1.8.4-4.1.6-5.1.3-1.4 1.6-4.3 1.7-6 .1-.9-3.9 1.4-5.8 1.4s-3.7-1.1-5.4-1.2c-2.1-.1-3.4 1.6-5.3 1.3-1.1-.2-2-1.1-3.9-1.2-2.7-.1-6 1.5-12.2 1.3-6.1-.2-11.7-7.7-12.5-8.9-.9-1.4-2-1.4-3.2-.3-1.2 1.1-2.7.2-3.1-.5-.8-1.4-2.9-5.5-6.2-6.3-4.6-1.2-6.9 2.5-6.6 5.5.3 3 2.2 3.8 3.1 5.4.9 1.6 1.4 2.6 3 3.3 1.2.5 1.6 1.2 1.3 2.2-.3.9-1.6 1.1-2.4 1.1-1.7.1-3-.4-3.8-1-1-.7-1.9-1.6-2.8-3.1-1-1.7-2.7-2.5-4.6-2.5-.9 0-1.8.2-2.5.6-3 1.6-6.6 2.5-10.4 2.5h-4.3c8.3 24.7 31.7 42.4 59.2 42.4 21.9.3 41.2-11 52.3-28.2"/><path d="M116.4 97.9c-2.4-.6-5-.9-7.5-.9-4.4 0-8.4.8-11.4 2-.3.2-.6.5-.6.9 0 .1 0 .3.1.4.3 1-.2 2.1-3.1 2.8-4.3.9-6.9 5.3-8.5 6.8-1.8 1.7-6.9 2.8-6.1 1.7.6-.8 2.9-3.3 4.3-6 1.3-2.4 2.4-3.1 3.9-5.4.5-.7 2.2-3 2.7-4.9.6-1.8.4-4.1.6-5.1.3-1.4 1.6-4.3 1.7-6 .1-.9-3.9 1.3-5.8 1.3s-3.7-1.1-5.4-1.2c-2.1-.1-3.4 1.6-5.3 1.3-1.1-.2-2-1.1-3.9-1.2-2.7-.1-6 1.5-12.2 1.3-6.1-.2-11.7-7.7-12.5-8.9-.9-1.4-2-1.4-3.2-.3-1.2 1.1-2.7.2-3.1-.5-.8-1.4-2.9-5.5-6.2-6.3-4.6-1.2-6.9 2.5-6.6 5.5.3 3 2.2 3.8 3.1 5.4.9 1.6 1.4 2.6 3 3.3 1.2.5 1.6 1.2 1.3 2.2-.3.9-1.6 1.1-2.4 1.1-1.7.1-3-.4-3.8-1-1-.7-1.9-1.6-2.8-3.1-1-1.7-2.7-2.5-4.6-2.5-.9 0-1.8.2-2.5.6-3 1.6-6.6 2.5-10.4 2.5h-4.4c-2.1-6-3.2-12.7-3.2-19.7 0-34.5 27.9-62.4 62.4-62.4s62.4 27.9 62.4 62.4c0 12.5-3.7 24.1-10 33.9M77.7 92.2c.3.3.9 1.4.2 2.7-.4.7-.8 1.2-1.5 1.8-.9.7-2.6 1.5-4.9 0-1.3-.8-1.3-1.1-3.1-.8-1.2.2-1.7-1.1-1.3-2.1.5-1 2.3-1.9 4.6-.5 1 .6 2.6 1.9 4 .7.6-.5.9-.8 1.7-1.7l.1-.1c.2-.1.2 0 .2 0"/><path fill="#E93442" d="M59.1 31.3c-7.2.5-8 1.3-9.3 2.7-1.9 2-4.4-2.6-4.4-2.6-1.5-.3-3.3-2.7-2.3-5 1-2.2 2.8-1.6 3.3-.9.7.8 2.1 2.2 4 2.2 1.9-.1 4.1-.4 7.1-.4 3.1 0 5.2 1.1 5.3 2.1.1.9-.2 1.7-3.7 1.9m7.6-11.9c-.1 0-.2-.1-.2-.2s0-.1.1-.2c1.4-.7 3.5-1.3 5.9-1.6.7-.1 1.4-.1 2.1-.1h.4c4 .1 7.2 1.7 7.2 3.6-.1 1.9-3.3 3.3-7.3 3.2-1.3 0-2.5-.2-3.6-.5-.1 0-.2-.1-.2-.3 0-.1.1-.2.2-.3 2.5-.6 4.2-1.5 4.1-2.4-.2-1.2-3.4-1.8-7.3-1.4-.6.1-1 .2-1.4.2m32.5 28c-.6 2.1-1.5 4.7-5.4 6.7-.6.3-.8-.2-.5-.6 1.5-2.5 1.7-3.1 2.2-4.1.6-1.4.9-3.5-.3-7.8-2.3-8.4-7.2-19.7-10.8-23.4-3.4-3.5-9.7-4.5-15.3-3.1-2.1.5-6.1 2.6-13.6.9-13-2.9-14.9 3.6-15.7 6.4-.8 2.8-2.5 10.9-2.5 10.9-.6 3.3-1.4 9 18.8 12.8 9.4 1.8 9.9 4.2 10.3 6 .7 3.1 1.9 4.9 3.3 5.8 1.3.9 0 1.6-1.5 1.8-4 .4-18.8-3.8-27.6-8.8-7.2-4.4-7.3-8.3-5.6-11.7-10.8-1.2-19 1-20.4 6.1-2.6 9 19.2 24 44.1 31.5 26.1 7.9 53 2.4 56-14 1.4-7.5-4.9-13-15.5-15.4"/></g></svg>
|
After Width: | Height: | Size: 2.6 KiB |
1
icons/redhat/redhat-plain-wordmark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#E93442"><path d="M72.9 68.9c.5-.4.8-.8 1.1-1.3.5-1 .1-1.7-.1-1.9h-.2c-.6.7-.8.9-1.2 1.2-1 .8-2.1-.1-2.9-.5-1.6-1-2.9-.4-3.3.4-.3.7 0 1.6.9 1.5 1.2-.2 1.3 0 2.2.6 1.7 1.1 2.9.5 3.5 0zM59.6 19.7c-2.2 0-3.7.3-5.1.3-1.3 0-2.4-1-2.9-1.6-.4-.5-1.7-1-2.4.6s.6 3.3 1.7 3.6c0 0 1.8 3.3 3.1 1.9 1-1 1.5-1.6 6.6-1.9 2.4-.2 2.7-.7 2.6-1.3 0-.8-1.5-1.6-3.6-1.6zM72.1 15c.1.6-1.1 1.3-2.9 1.7-.1 0-.2.1-.2.2s.1.2.2.2c.7.2 1.6.3 2.5.4 2.8.1 5.2-.8 5.2-2.1s-2.2-2.3-5.1-2.3h-.3c-.5 0-1-.2-1.5-.1-1.7.2-3.2.5-4.2 1h-.1c0 .1.1 0 .1 0 .3 0 .6 0 .9-.1 3-.2 5.3.2 5.4 1.1zM44.1 61.5c.3-.7-.1-1.2-.9-1.6-1.2-.5-1.5-1.2-2.2-2.4-.6-1.1-2-1.7-2.2-3.9-.2-2.1 1.4-4.7 4.7-3.9 2.3.6 3.9 3.5 4.4 4.5.3.5 1.3 1.1 2.2.4.8-.8 1.6-.8 2.3.2.5.8 4.5 6.1 8.8 6.3 4.4.1 6.7-1 8.6-.9 1.3.1 2 .7 2.8.8 1.3.2 2.3-1 3.8-.9 1.2.1 2.5.9 3.9.9s4.2-1.6 4.1-1c-.1 1.2-1 3.3-1.2 4.2-.2.7 0 2.3-.4 3.6-.4 1.3-1.6 3-1.9 3.5-1.1 1.6-1.9 2.1-2.8 3.8-1 1.9-2.6 3.7-3 4.2-.5.7 3.1 0 4.3-1.2 1.1-1 3-4.1 6-4.8 2-.4 2.4-1.2 2.2-2l-.1-.3c0-.3.2-.5.4-.6 2.1-.9 5-1.4 8.1-1.4 1.8 0 3.6.2 5.3.6 4.5-6.9 7.1-15.2 7.1-24.1 0-24.4-19.8-44.3-44.3-44.3-24.5 0-44.3 19.9-44.3 44.3 0 4.9.8 9.2 2.3 14.2h3.1c2.7 0 5.3-.7 7.4-1.8.5-.3 1.1-.5 1.8-.5 1.4 0 2.5.5 3.3 1.7.6 1.1 1.2 1.7 2 2.2.6.4 1.5.7 2.7.7.6.3 1.5.1 1.7-.5zm-15.1-28.9c1-3.6 6.8-5.2 14.5-4.4-1.2 2.4-1.1 5.2 4 8.3 6.2 3.5 16.7 6.5 19.6 6.2 1.1-.1 2-.6 1.1-1.3-1-.6-1.8-1.9-2.3-4.1-.3-1.2-.6-3-7.3-4.2-14.3-2.7-13.8-6.8-13.4-9.1 0 0 1.3-5.7 1.8-7.7s1.9-6.6 11.1-4.6c5.3 1.2 8.2-.3 9.7-.7 4-1 8.4-.3 10.8 2.2 2.5 2.6 6 10.6 7.7 16.6.8 3 .6 4.5.2 5.5-.3.7-.5 1.1-1.5 2.9-.2.3 0 .7.4.4 2.8-1.4 3.4-3.3 3.8-4.8 7.5 1.7 12 5.6 11 10.9-2.1 11.7-21.2 15.6-39.7 10-17.8-5.2-33.3-15.9-31.5-22.1zM7.5 107h-.2l-.2-5h-5.2c.1 2 .2 4.6.2 7.7l-.1 16.3h6v-12.3c0-.6.1-1.3.2-1.8.5-2.7 2.3-4.6 5.2-4.6.7 0 1.6.1 1.6.2v-5.7c0-.1-.6 0-1.2 0-2.6 0-5.1 1.2-6.3 5.2zM28.6 101.6c-7.7 0-11.7 6.2-11.7 12.8 0 7.3 4.5 12.1 12.3 12.1 3.5 0 6.3-.6 8.3-1.5l-.9-4.1c-1.8.7-3.8 1.1-6.6 1.1-3.9 0-7.2-1.9-7.4-6.2h15.9c.1-.6.2-1.5.2-2.6.1-5.2-2.4-11.6-10.1-11.6zm-5.9 10.4c.3-3 1.8-5.8 5.5-5.8 4 0 5 2.8 5 5.8h-10.5zM65 93l-6-1.7v13.7h-.3c-1.1-2-3.4-3.2-6.7-3.2-5.7 0-10.7 4.7-10.7 12.7 0 7.3 4.5 12 10.2 12 3.4 0 6.3-1.5 7.7-4.5h.1l.3 4h5.4c-.1-2 0-4.2 0-6.7v-26.3zm-6 22.7c0 .6-.2 1.2-.3 1.8-.6 2.6-2.8 4.3-5.3 4.3-3.8 0-6-3.2-6-7.6 0-4.4 2.1-7.8 6-7.8 2.7 0 4.8 1.9 5.3 4.2.1.5.2 1.1.2 1.6v3.5zM80.7 101.6c-1.8 0-3.4.3-4.8 1.2-1.4.8-2.6 2.2-3.3 3.2h-.6v-10.7l-2-.7v31.4h2v-14.6c0-1 .4-1.6.6-2.3 1-3 4.1-5.4 7.5-5.4 4.9 0 6.9 3.9 6.9 8.2v14.1h2v-14.4c0-8.9-6-10-8.3-10zM110 111c0-4.3-1.2-9.4-8.1-9.4-2.2 0-4.8.6-7 2.1l.8 1.7c1.7-1.2 4-1.8 6.1-1.8 5.6 0 6.2 4.7 6.2 7v.6c-10-.1-14.6 3.2-14.6 8.7 0 3.2 2.2 6.8 7 6.8 3.8 0 6.4-2.8 7.6-3.8h.1l.3 3h2.2c-.3-2-.5-3.8-.5-5.7v-9.2zm-2 7.4c0 .4-.2.9-.3 1.4-.8 2.3-3.1 4.8-7.1 4.8-2.5 0-4.7-1.5-4.7-5 0-5.7 7.1-6.5 12.1-6.4v5.2zM126 104v-2h-7v-5.1l-2 .9v4.2h-4v2h4v15.2c0 2.4.5 4.4 1.6 5.7.9 1.1 2.4 1.7 4.2 1.7 1.4 0 2.5-.2 3.3-.6l-.3-1.8c-.6.2-1.8.4-3 .4-2.6 0-3.8-1.9-3.8-4.9v-15.7h7z"/></g></svg>
|
After Width: | Height: | Size: 3.0 KiB |
1
icons/redhat/redhat-plain.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#E93442"><path d="M77.6 92.4c-.1 0-.1 0-.1.1-.8.9-1.2 1.3-1.7 1.7-1.4 1.1-3-.1-4-.7-2.3-1.3-4.1-.5-4.6.5-.4 1 .1 2.3 1.3 2.1 1.7-.2 1.8 0 3.1.8 2.4 1.5 4.1.7 4.9 0 .7-.6 1.1-1.1 1.5-1.8.7-1.3.1-2.4-.2-2.7h-.2zM74.9 17h-.4c-.7 0-1.4.3-2.1.4-2.4.2-4.5 1-5.9 1.7-.1 0-.1-.1-.1-.1l.2-.1 1.2.2c3.9-.4 7.1.4 7.3 1.6.1.9-1.6 1.9-4.1 2.5-.1 0-.2.2-.2.3 0 .1.1.3.2.3 1 .3 2.3.5 3.6.5 4 .1 7.3-1.6 7.3-3.5.2-1.8-3-3.8-7-3.8zM64 1.8c-34.5 0-62.4 27.9-62.4 62.3 0 7 1.1 13.9 3.3 19.9h4.3c3.8 0 7.4-.9 10.4-2.4.8-.4 1.6-.6 2.5-.6 1.9 0 3.6.8 4.6 2.5.9 1.6 1.7 2.5 2.8 3.1.9.6 2.1 1 3.8 1 .8 0 2.1-.2 2.4-1.1.4-1-.1-1.7-1.3-2.2-1.7-.7-2.1-1.7-3-3.3-.9-1.6-2.8-2.4-3.1-5.4-.3-3 2-6.7 6.6-5.5 3.3.9 5.4 4.9 6.2 6.3.4.7 1.9 1.6 3.1.5 1.2-1.1 2.3-1.1 3.2.3.8 1.2 6.4 8.7 12.5 8.9 6.2.2 9.5-1.4 12.2-1.3 1.9.1 2.8 1 3.9 1.2 1.9.3 3.2-1.4 5.3-1.3 1.7.1 3.5 1.2 5.4 1.2s5.9-2.3 5.8-1.3c-.1 1.7-1.4 4.6-1.7 6-.2.9 0 3.2-.6 5.1-.5 1.9-2.2 4.2-2.7 4.9-1.5 2.3-2.6 3-3.9 5.4-1.4 2.7-3.7 5.2-4.3 6-.8 1 4.3 0 6.1-1.7 1.5-1.4 4.2-5.8 8.5-6.8 2.9-.6 3.4-1.7 3.1-2.8-.1-.1-.1-.3-.1-.4 0-.4.2-.7.6-.9 3-1.2 7-2 11.4-2 2.6 0 5.1.3 7.5.9 6.3-9.8 10-21.4 10-33.9 0-34.6-27.9-62.6-62.4-62.6zm50.8 61.2c-3 16.4-29.9 21.9-56 14-25-7.5-46.8-22.5-44.3-31.3 1.5-5.1 9.6-7.3 20.4-6.1-1.6 3.3-1.5 7.3 5.6 11.7 8.8 5 23.6 9.2 27.6 8.8 1.5-.1 2.8-.9 1.5-1.8-1.3-.9-2.5-2.7-3.3-5.8-.4-1.7-.9-4.2-10.3-6-20.2-3.9-19.4-9.6-18.8-12.8 0 0 1.8-8.1 2.5-10.9.7-2.8 2.7-9.3 15.7-6.4 7.5 1.7 11.6-.4 13.6-.9 5.6-1.4 11.9-.4 15.3 3.1 3.6 3.7 8.5 14.9 10.8 23.4 1.2 4.3.9 6.3.3 7.8-.4 1-.7 1.6-2.2 4.1-.3.4 0 .9.5.6 3.9-2 4.8-4.7 5.4-6.7 10.7 2.2 17 7.7 15.7 15.2zM57.6 27.5c-3 0-5.2.4-7.1.4s-3.4-1.3-4-2.2c-.6-.7-2.4-1.4-3.3.9-1 2.3.8 4.7 2.3 5 0 0 2.5 4.7 4.4 2.6 1.3-1.4 2.1-2.2 9.3-2.7 3.4-.3 3.8-1 3.7-1.9-.2-1-2.3-2.1-5.3-2.1z"/></g></svg>
|
After Width: | Height: | Size: 1.8 KiB |