Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1e7135

Browse files
committed
Add C, C++, C#, Redhat & Gimp icons
1 parent 36374c3 commit e1e7135

31 files changed

Lines changed: 551 additions & 157 deletions

devicon-colors.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@
4646
.devicon-bower-plain.colored {
4747
color: #ef5734;
4848
}
49+
.devicon-c-line-wordmark.colored,
50+
.devicon-c-line.colored,
51+
.devicon-c-plain-wordmark.colored,
52+
.devicon-c-plain.colored {
53+
color: #03599c;
54+
}
55+
.devicon-c-line-wordmark.colored,
56+
.devicon-c-line.colored,
57+
.devicon-c-plain-wordmark.colored,
58+
.devicon-c-plain.colored {
59+
color: #03599c;
60+
}
4961
.devicon-chrome-plain-wordmark.colored,
5062
.devicon-chrome-plain.colored {
5163
color: #ce4e4e;
@@ -60,6 +72,18 @@
6072
.devicon-coffeescript-plain.colored {
6173
color: #28334c;
6274
}
75+
.devicon-cplusplus-line-wordmark.colored,
76+
.devicon-cplusplus-line.colored,
77+
.devicon-cplusplus-plain-wordmark.colored,
78+
.devicon-cplusplus-plain.colored {
79+
color: #9c033a;
80+
}
81+
.devicon-csharp-line-wordmark.colored,
82+
.devicon-csharp-line.colored,
83+
.devicon-csharp-plain-wordmark.colored,
84+
.devicon-csharp-plain.colored {
85+
color: #68217a;
86+
}
6387
.devicon-css3-plain-wordmark.colored,
6488
.devicon-css3-plain.colored {
6589
color: #3d8fc6;
@@ -98,6 +122,10 @@
98122
.devicon-foundation-plain.colored {
99123
color: #008cba;
100124
}
125+
.devicon-gimp-plain-wordmark.colored,
126+
.devicon-gimp-plain.colored {
127+
color: #716955;
128+
}
101129
.devicon-git-plain-wordmark.colored,
102130
.devicon-git-plain.colored {
103131
color: #f34f29;
@@ -230,6 +258,12 @@
230258
.devicon-react-original.colored {
231259
color: #61dafb;
232260
}
261+
.devicon-redhat-plain-wordmark.colored,
262+
.devicon-redhat-plain.colored,
263+
.devicon-redhat-original-wordmark.colored,
264+
.devicon-redhat-original.colored {
265+
color: #e93442;
266+
}
233267
.devicon-redis-plain-wordmark.colored,
234268
.devicon-redis-plain.colored{
235269
color: #d82c20;

devicon.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,48 @@
2323
-moz-osx-font-smoothing: grayscale;
2424
}
2525

26+
.devicon-gimp-plain:before {
27+
content: "\e633";
28+
}
29+
30+
.devicon-redhat-plain-wordmark:before {
31+
content: "\e62a";
32+
}
33+
34+
.devicon-redhat-plain:before {
35+
content: "\e62b";
36+
}
37+
38+
.devicon-cplusplus-line:before,
39+
.devicon-cplusplus-line-wordmark:before {
40+
content: "\e634";
41+
}
42+
43+
.devicon-cplusplus-plain:before,
44+
.devicon-cplusplus-plain-wordmark:before {
45+
content: "\e635";
46+
}
47+
48+
.devicon-csharp-line:before,
49+
.devicon-csharp-line-wordmark:before {
50+
content: "\e636";
51+
}
52+
53+
.devicon-csharp-plain:before,
54+
.devicon-csharp-plain-wordmark:before {
55+
content: "\e637";
56+
}
57+
58+
.devicon-c-line:before,
59+
.devicon-c-line-wordmark:before {
60+
content: "\e638";
61+
}
62+
63+
.devicon-c-plain:before,
64+
.devicon-c-plain-wordmark:before {
65+
content: "\e639";
66+
}
67+
2668
.devicon-nodewebkit-line-wordmark:before {
2769
content: "\e611";
2870
}

devicon.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@
7979
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
8080
}
8181
},
82+
{
83+
"name": "c",
84+
"tags": ["language"],
85+
"versions": {
86+
"svg": ["original", "plain", "line"],
87+
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
88+
}
89+
},
8290
{
8391
"name": "chrome",
8492
"tags": ["browser"],
@@ -103,6 +111,22 @@
103111
"font": ["original", "original-wordmark"]
104112
}
105113
},
114+
{
115+
"name": "cplusplus",
116+
"tags": ["language"],
117+
"versions": {
118+
"svg": ["original", "plain", "line"],
119+
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
120+
}
121+
},
122+
{
123+
"name": "csharp",
124+
"tags": ["language"],
125+
"versions": {
126+
"svg": ["original", "plain", "line"],
127+
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
128+
}
129+
},
106130
{
107131
"name": "css3",
108132
"tags": ["language", "programming"],
@@ -175,6 +199,14 @@
175199
"font": ["plain", "plain-wordmark"]
176200
}
177201
},
202+
{
203+
"name": "gimp",
204+
"tags": ["graphic"],
205+
"versions": {
206+
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
207+
"font": ["plain"]
208+
}
209+
},
178210
{
179211
"name": "git",
180212
"tags": ["version-control"],
@@ -415,6 +447,14 @@
415447
"font": ["original", "original-wordmark"]
416448
}
417449
},
450+
{
451+
"name": "redhat",
452+
"tags": ["server", "linux"],
453+
"versions": {
454+
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
455+
"font": ["plain", "plain-wordmark"]
456+
}
457+
},
418458
{
419459
"name": "redis",
420460
"tags": ["server"],

devicon.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/devicon.eot

4.49 KB
Binary file not shown.

fonts/devicon.svg

Lines changed: 9 additions & 0 deletions
Loading

fonts/devicon.ttf

4.49 KB
Binary file not shown.

fonts/devicon.woff

4.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)