Skip to content

Commit b00c032

Browse files
Build preparation for release v2.15.0 (devicons#1079)
* Remove outdated dropwized.eps * Built new icons, icomoon.json and devicon.css (devicons#1078) Co-authored-by: Thomas-Boi <[email protected]> * bump npm version to v2.15.0” * Add log.txt to gitignore * bump npm version to v2.15.0” Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Thomas-Boi <[email protected]>
1 parent f77c4f8 commit b00c032

File tree

144 files changed

+5675
-1333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+5675
-1333
lines changed

.gitignore

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
node_modules
2-
.DS_Store
3-
.idea
4-
geckodriver.log
5-
__pycache__
6-
*.pyc
7-
new_icons.png
8-
screenshots/
9-
release_message.txt
1+
node_modules
2+
.DS_Store
3+
.idea
4+
geckodriver.log
5+
__pycache__
6+
*.pyc
7+
new_icons.png
8+
screenshots/
9+
release_message.txt
10+
log.txt

devicon-base.css

Lines changed: 275 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'devicon';
3-
src: url('fonts/devicon.eot?rgb6be');
4-
src: url('fonts/devicon.eot?rgb6be#iefix') format('embedded-opentype'),
5-
url('fonts/devicon.ttf?rgb6be') format('truetype'),
6-
url('fonts/devicon.woff?rgb6be') format('woff'),
7-
url('fonts/devicon.svg?rgb6be#devicon') format('svg');
3+
src: url('fonts/devicon.eot?biu5f3');
4+
src: url('fonts/devicon.eot?biu5f3#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?biu5f3') format('truetype'),
6+
url('fonts/devicon.woff?biu5f3') format('woff'),
7+
url('fonts/devicon.svg?biu5f3#devicon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -25,6 +25,276 @@
2525
-moz-osx-font-smoothing: grayscale;
2626
}
2727

28+
.devicon-openal-plain:before {
29+
content: "\e90b";
30+
}
31+
.devicon-kaggle-original-wordmark:before {
32+
content: "\e90c";
33+
}
34+
.devicon-kaggle-original:before {
35+
content: "\e90d";
36+
}
37+
.devicon-pytest-plain-wordmark:before {
38+
content: "\e90e";
39+
}
40+
.devicon-pytest-plain:before {
41+
content: "\e916";
42+
}
43+
.devicon-fastapi-plain-wordmark:before {
44+
content: "\e917";
45+
}
46+
.devicon-fastapi-plain:before {
47+
content: "\e936";
48+
}
49+
.devicon-opencv-plain-wordmark:before {
50+
content: "\e937";
51+
}
52+
.devicon-opencv-plain:before {
53+
content: "\ea14";
54+
}
55+
.devicon-k3s-plain-wordmark:before {
56+
content: "\ea15";
57+
}
58+
.devicon-k3s-original:before {
59+
content: "\ea16";
60+
}
61+
.devicon-packer-original-wordmark:before {
62+
content: "\ea17";
63+
}
64+
.devicon-packer-original:before {
65+
content: "\ea1d";
66+
}
67+
.devicon-anaconda-original-wordmark:before {
68+
content: "\ea1e";
69+
}
70+
.devicon-anaconda-original:before {
71+
content: "\ea1f";
72+
}
73+
.devicon-prometheus-original-wordmark:before {
74+
content: "\ea20";
75+
}
76+
.devicon-prometheus-original:before {
77+
content: "\ea21";
78+
}
79+
.devicon-rspec-original-wordmark:before {
80+
content: "\ea22";
81+
}
82+
.devicon-rspec-original:before {
83+
content: "\ea23";
84+
}
85+
.devicon-argocd-plain-wordmark:before {
86+
content: "\ea24";
87+
}
88+
.devicon-argocd-plain:before {
89+
content: "\ea25";
90+
}
91+
.devicon-blender-original-wordmark:before {
92+
content: "\ea26";
93+
}
94+
.devicon-blender-original:before {
95+
content: "\ea27";
96+
}
97+
.devicon-jetbrains-plain:before {
98+
content: "\ea28";
99+
}
100+
.devicon-cmake-plain-wordmark:before {
101+
content: "\ea29";
102+
}
103+
.devicon-cmake-plain:before {
104+
content: "\ea2a";
105+
}
106+
.devicon-dropwizard-plain:before {
107+
content: "\ea2b";
108+
}
109+
.devicon-nuget-original-wordmark:before {
110+
content: "\ea2c";
111+
}
112+
.devicon-nuget-original:before {
113+
content: "\ea2d";
114+
}
115+
.devicon-podman-plain-wordmark:before {
116+
content: "\ea2e";
117+
}
118+
.devicon-podman-plain:before {
119+
content: "\ea2f";
120+
}
121+
.devicon-networkx-original:before {
122+
content: "\ea30";
123+
}
124+
.devicon-sqlite-plain-wordmark:before {
125+
content: "\ea31";
126+
}
127+
.devicon-sqlite-plain:before {
128+
content: "\ea32";
129+
}
130+
.devicon-discordjs-plain-wordmark:before {
131+
content: "\ea33";
132+
}
133+
.devicon-discordjs-plain:before {
134+
content: "\ea34";
135+
}
136+
.devicon-unrealengine-original-wordmark:before {
137+
content: "\ea35";
138+
}
139+
.devicon-unrealengine-original:before {
140+
content: "\ea36";
141+
}
142+
.devicon-django-plain-wordmark:before {
143+
content: "\ea37";
144+
}
145+
.devicon-django-plain:before {
146+
content: "\ea38";
147+
}
148+
.devicon-devicon-line-wordmark:before {
149+
content: "\ea39";
150+
}
151+
.devicon-devicon-line:before {
152+
content: "\ea3a";
153+
}
154+
.devicon-devicon-plain-wordmark:before {
155+
content: "\ea3b";
156+
}
157+
.devicon-devicon-plain:before {
158+
content: "\ea3c";
159+
}
160+
.devicon-bootstrap-plain-wordmark:before {
161+
content: "\ea3d";
162+
}
163+
.devicon-bootstrap-plain:before {
164+
content: "\ea3e";
165+
}
166+
.devicon-solidity-plain:before {
167+
content: "\ea3f";
168+
}
169+
.devicon-polygon-plain:before {
170+
content: "\ea40";
171+
}
172+
.devicon-maya-plain-wordmark:before {
173+
content: "\ea41";
174+
}
175+
.devicon-maya-plain:before {
176+
content: "\ea42";
177+
}
178+
.devicon-xcode-plain:before {
179+
content: "\ea43";
180+
}
181+
.devicon-selenium-original:before {
182+
content: "\ea44";
183+
}
184+
.devicon-ifttt-original:before {
185+
content: "\ea45";
186+
}
187+
.devicon-pytorch-plain-wordmark:before {
188+
content: "\ea46";
189+
}
190+
.devicon-pytorch-original:before {
191+
content: "\ea47";
192+
}
193+
.devicon-xamarin-original-wordmark:before {
194+
content: "\ea48";
195+
}
196+
.devicon-xamarin-original:before {
197+
content: "\ea49";
198+
}
199+
.devicon-hugo-plain-wordmark:before {
200+
content: "\ea4a";
201+
}
202+
.devicon-hugo-plain:before {
203+
content: "\ea4b";
204+
}
205+
.devicon-grafana-original-wordmark:before {
206+
content: "\ea4c";
207+
}
208+
.devicon-grafana-original:before {
209+
content: "\ea4d";
210+
}
211+
.devicon-ansible-plain-wordmark:before {
212+
content: "\ea4e";
213+
}
214+
.devicon-ansible-plain:before {
215+
content: "\ea4f";
216+
}
217+
.devicon-shotgrid-original-wordmark:before {
218+
content: "\ea50";
219+
}
220+
.devicon-shotgrid-plain:before {
221+
content: "\ea51";
222+
}
223+
.devicon-androidstudio-plain-wordmark:before {
224+
content: "\ea52";
225+
}
226+
.devicon-androidstudio-plain:before {
227+
content: "\ea53";
228+
}
229+
.devicon-eslint-original-wordmark:before {
230+
content: "\ea54";
231+
}
232+
.devicon-eslint-original:before {
233+
content: "\ea55";
234+
}
235+
.devicon-latex-original:before {
236+
content: "\ea56";
237+
}
238+
.devicon-vuetify-plain:before {
239+
content: "\ea57";
240+
}
241+
.devicon-vuetify-line:before {
242+
content: "\ea58";
243+
}
244+
.devicon-sdl-plain:before {
245+
content: "\ea59";
246+
}
247+
.devicon-bitbucket-original-wordmark:before {
248+
content: "\ea5a";
249+
}
250+
.devicon-bitbucket-original:before {
251+
content: "\ea5b";
252+
}
253+
.devicon-confluence-original-wordmark:before {
254+
content: "\ea5c";
255+
}
256+
.devicon-confluence-original:before {
257+
content: "\ea5d";
258+
}
259+
.devicon-fedora-plain:before {
260+
content: "\ea5e";
261+
}
262+
.devicon-rect-plain:before {
263+
content: "\ea5f";
264+
}
265+
.devicon-bamboo-original-wordmark:before {
266+
content: "\ea60";
267+
}
268+
.devicon-bamboo-original:before {
269+
content: "\ea61";
270+
}
271+
.devicon-jira-plain-wordmark:before {
272+
content: "\ea62";
273+
}
274+
.devicon-jira-plain:before {
275+
content: "\ea63";
276+
}
277+
.devicon-terraform-plain-wordmark:before {
278+
content: "\ea64";
279+
}
280+
.devicon-terraform-plain:before {
281+
content: "\ea65";
282+
}
283+
.devicon-webflow-original:before {
284+
content: "\ea66";
285+
}
286+
.devicon-gentoo-plain:before {
287+
content: "\ea67";
288+
}
289+
.devicon-gentoo-plain-wordmark:before {
290+
content: "\ea68";
291+
}
292+
.devicon-opensuse-plain-wordmark:before {
293+
content: "\ea69";
294+
}
295+
.devicon-opensuse-plain:before {
296+
content: "\ea6a";
297+
}
28298
.devicon-storybook-plain-wordmark:before {
29299
content: "\e900";
30300
}
@@ -58,18 +328,6 @@
58328
.devicon-go-original-wordmark:before {
59329
content: "\e90a";
60330
}
61-
.devicon-devicon-line-wordmark:before {
62-
content: "\e90b";
63-
}
64-
.devicon-devicon-line:before {
65-
content: "\e90c";
66-
}
67-
.devicon-devicon-plain-wordmark:before {
68-
content: "\e90d";
69-
}
70-
.devicon-devicon-plain:before {
71-
content: "\e90e";
72-
}
73331
.devicon-msdos-line:before {
74332
content: "\e90f";
75333
}
@@ -91,12 +349,6 @@
91349
.devicon-svelte-plain:before {
92350
content: "\e915";
93351
}
94-
.devicon-jira-plain-wordmark:before {
95-
content: "\e916";
96-
}
97-
.devicon-jira-plain:before {
98-
content: "\e917";
99-
}
100352
.devicon-slack-plain-wordmark:before {
101353
content: "\e918";
102354
}
@@ -187,12 +439,6 @@
187439
.devicon-processing-plain:before {
188440
content: "\e935";
189441
}
190-
.devicon-bootstrap-plain-wordmark:before {
191-
content: "\e936";
192-
}
193-
.devicon-bootstrap-plain:before {
194-
content: "\e937";
195-
}
196442
.devicon-feathersjs-original:before {
197443
content: "\e938";
198444
}
@@ -853,18 +1099,6 @@
8531099
.devicon-d3js-original:before {
8541100
content: "\ea13";
8551101
}
856-
.devicon-confluence-original:before {
857-
content: "\ea14";
858-
}
859-
.devicon-confluence-original-wordmark:before {
860-
content: "\ea15";
861-
}
862-
.devicon-bitbucket-original:before {
863-
content: "\ea16";
864-
}
865-
.devicon-bitbucket-original-wordmark:before {
866-
content: "\ea17";
867-
}
8681102
.devicon-gradle-plain:before {
8691103
content: "\ea18";
8701104
}
@@ -895,15 +1129,6 @@
8951129
.devicon-safari-plain:before {
8961130
content: "\e63c";
8971131
}
898-
.devicon-jetbrains-plain:before {
899-
content: "\e63d";
900-
}
901-
.devicon-django-line:before {
902-
content: "\e63e";
903-
}
904-
.devicon-django-plain:before {
905-
content: "\e63f";
906-
}
9071132
.devicon-gimp-plain:before {
9081133
content: "\e633";
9091134
}

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

60.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)