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

Skip to content

Commit 9697394

Browse files
committed
Add bower and grunt plain icons
1 parent 2e59587 commit 9697394

12 files changed

Lines changed: 1648 additions & 1010 deletions

font/devicon.eot

4.23 KB
Binary file not shown.

font/devicon.svg

Lines changed: 5 additions & 2 deletions
Loading

font/devicon.ttf

4.23 KB
Binary file not shown.

font/devicon.woff

2.05 KB
Binary file not shown.

illustrator/devIcon.ai

Lines changed: 1319 additions & 921 deletions
Large diffs are not rendered by default.

scss/devicon.scss

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ $illustrator-color: #faa625;
8585
color: $laravel-color;
8686
}
8787
.devicon-laravel-text:before {
88-
content: "\e606";
88+
content: "\e61f";
8989
}
9090
.devicon-laravel-text-color:before {
91-
content: "\e606";
91+
content: "\e61f";
9292
color: $laravel-color;
9393
}
9494
.devicon-js:before {
@@ -140,6 +140,20 @@ $illustrator-color: #faa625;
140140
content: "\e61c";
141141
color: $bower-color;
142142
}
143+
.devicon-bower-plain:before {
144+
content: "\e61c";
145+
}
146+
.devicon-bower-plain-color:before {
147+
content: "\e61c";
148+
color: $bower-color;
149+
}
150+
.devicon-bower-plain-text:before {
151+
content: "\e606";
152+
}
153+
.devicon-bower-plain-text-color:before {
154+
content: "\e606";
155+
color: $bower-color;
156+
}
143157
.devicon-css3:before {
144158
content: "\e60e";
145159
}
@@ -196,6 +210,20 @@ $illustrator-color: #faa625;
196210
content: "\e613";
197211
color: $grunt-color;
198212
}
213+
.devicon-grunt-plain:before {
214+
content: "\e61e";
215+
}
216+
.devicon-grunt-plain-color:before {
217+
content: "\e61e";
218+
color: $grunt-color;
219+
}
220+
.devicon-grunt-plain-text:before {
221+
content: "\e61d";
222+
}
223+
.devicon-grunt-plain-text-color:before {
224+
content: "\e61d";
225+
color: $bower-color;
226+
}
199227
.devicon-angularjs:before {
200228
content: "\e615";
201229
}
@@ -245,3 +273,4 @@ $illustrator-color: #faa625;
245273
content: "\e61b";
246274
color: $illustrator-color;
247275
}
276+

svg/bower-plain-text.svg

Lines changed: 66 additions & 0 deletions
Loading

svg/bower-plain.svg

Lines changed: 29 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)