Skip to content

Commit

Permalink
Built new icons, icomoon.json and devicon.css (#675)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Thomas-Boi authored Jun 13, 2021
1 parent 3e3747a commit 515d81d
Show file tree
Hide file tree
Showing 70 changed files with 262 additions and 1,270 deletions.
157 changes: 149 additions & 8 deletions devicon.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'devicon';
src: url('fonts/devicon.eot?jsodij');
src: url('fonts/devicon.eot?jsodij#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?jsodij') format('truetype'),
url('fonts/devicon.woff?jsodij') format('woff'),
url('fonts/devicon.svg?jsodij#devicon') format('svg');
src: url('fonts/devicon.eot?f7gwp9');
src: url('fonts/devicon.eot?f7gwp9#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?f7gwp9') format('truetype'),
url('fonts/devicon.woff?f7gwp9') format('woff'),
url('fonts/devicon.svg?f7gwp9#devicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -25,6 +25,150 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-nixos-plain-wordmark:before {
content: "\e992";
}
.devicon-nixos-plain:before {
content: "\e9b2";
}
.devicon-perl-plain:before {
content: "\e9b3";
}
.devicon-tensorflow-line-wordmark:before {
content: "\e9b4";
}
.devicon-tensorflow-line:before {
content: "\e9b5";
}
.devicon-tensorflow-original-wordmark:before {
content: "\e9b6";
}
.devicon-tensorflow-original:before {
content: "\e9b7";
}
.devicon-zig-plain-wordmark:before {
content: "\e9b8";
}
.devicon-zig-original:before {
content: "\e9b9";
}
.devicon-raspberrypi-line-wordmark:before {
content: "\e9ba";
}
.devicon-raspberrypi-line:before {
content: "\e9bb";
}
.devicon-embeddedc-plain-wordmark:before {
content: "\e9bc";
}
.devicon-embeddedc-plain:before {
content: "\e9bd";
}
.devicon-labview-plain-wordmark:before {
content: "\e9be";
}
.devicon-labview-plain:before {
content: "\e9bf";
}
.devicon-modx-plain-wordmark:before {
content: "\e9c0";
}
.devicon-modx-plain:before {
content: "\e9c1";
}
.devicon-knockout-plain-wordmark:before {
content: "\e9c2";
}
.devicon-rstudio-plain:before {
content: "\e9c3";
}
.devicon-phalcon-plain:before {
content: "\e9c4";
}
.devicon-minitab-plain:before {
content: "\e9c5";
}
.devicon-bulma-plain:before {
content: "\e9c6";
}
.devicon-spss-plain:before {
content: "\e9c7";
}
.devicon-matlab-line:before {
content: "\e9c8";
}
.devicon-matlab-plain:before {
content: "\e9c9";
}
.devicon-karma-plain:before {
content: "\e9ca";
}
.devicon-jest-plain:before {
content: "\e9cb";
}
.devicon-circleci-plain-wordmark:before {
content: "\e9cc";
}
.devicon-circleci-plain:before {
content: "\e9cd";
}
.devicon-codecov-plain:before {
content: "\e9ce";
}
.devicon-magento-line:before {
content: "\e9cf";
}
.devicon-magento-original-wordmark:before {
content: "\e9d0";
}
.devicon-magento-original:before {
content: "\e9d1";
}
.devicon-shopware-original-wordmark:before {
content: "\e9d2";
}
.devicon-shopware-original:before {
content: "\e9d3";
}
.devicon-salesforce-plain:before {
content: "\e9d4";
}
.devicon-vuestorefront-plain:before {
content: "\e9d5";
}
.devicon-unix-original:before {
content: "\e9d6";
}
.devicon-godot-plain-wordmark:before {
content: "\e9d7";
}
.devicon-godot-plain:before {
content: "\e9d8";
}
.devicon-vscode-plain-wordmark:before {
content: "\e9d9";
}
.devicon-vscode-plain:before {
content: "\e9da";
}
.devicon-julia-plain-wordmark:before {
content: "\e9db";
}
.devicon-julia-plain:before {
content: "\e9dc";
}
.devicon-crystal-original-wordmark:before {
content: "\e9dd";
}
.devicon-crystal-original:before {
content: "\e9de";
}
.devicon-tailwindcss-plain:before {
content: "\e9df";
}
.devicon-tailwindcss-original-wordmark:before {
content: "\e9e0";
}
.devicon-weblate-plain-wordmark:before {
content: "\e999";
}
Expand Down Expand Up @@ -112,9 +256,6 @@
.devicon-ocaml-plain:before {
content: "\e991";
}
.devicon-matlab-plain:before {
content: "\e992";
}
.devicon-jupyter-plain-wordmark:before {
content: "\e993";
}
Expand Down
2 changes: 1 addition & 1 deletion devicon.min.css

Large diffs are not rendered by default.

Binary file modified fonts/devicon.eot
Binary file not shown.
49 changes: 48 additions & 1 deletion fonts/devicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/devicon.ttf
Binary file not shown.
Binary file modified fonts/devicon.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion icomoon.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion icons/bulma/bulma-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions icons/circleci/circleci-plain-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions icons/circleci/circleci-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 515d81d

Please sign in to comment.