Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2023
0 parents commit 9e2c473
Show file tree
Hide file tree
Showing 8 changed files with 650 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
icons.abapgit.org
Binary file added assets.zip
Binary file not shown.
87 changes: 87 additions & 0 deletions css/ag-icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
@font-face {
font-family: "ag-icons";
font-weight: normal;
font-style: normal;
src: url("../font/ag-icons.woff") format("woff");
}

.icon {
line-height: 1;
}

.icon:before {
font-family: ag-icons !important;
font-style: normal;
font-weight: normal !important;

display: inline-block;
text-decoration: none;
text-align: center;
vertical-align: text-top;
/* width: 1.1em; */
/* padding-right: 0.2em */

/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
}

.icon.large { font-size: 200%; }

.icon-abapgit:before { content: "\f101"; }
.icon-abaplint:before { content: "\f102"; }
.icon-arrow-circle-up:before { content: "\f103"; }
.icon-bars:before { content: "\f104"; }
.icon-bolt:before { content: "\f105"; }
.icon-box:before { content: "\f106"; }
.icon-briefcase:before { content: "\f107"; }
.icon-bug-solid:before { content: "\f108"; }
.icon-check:before { content: "\f109"; }
.icon-chevron-down:before { content: "\f10a"; }
.icon-chevron-left:before { content: "\f10b"; }
.icon-chevron-right:before { content: "\f10c"; }
.icon-chevron-up:before { content: "\f10d"; }
.icon-circle-solid:before { content: "\f10e"; }
.icon-cloud-commit:before { content: "\f10f"; }
.icon-cloud-solid:before { content: "\f110"; }
.icon-cloud-upload-alt:before { content: "\f111"; }
.icon-code-branch:before { content: "\f112"; }
.icon-code-commit:before { content: "\f113"; }
.icon-code-solid:before { content: "\f114"; }
.icon-cog:before { content: "\f115"; }
.icon-copy-solid:before { content: "\f116"; }
.icon-download-solid:before { content: "\f117"; }
.icon-edit-solid:before { content: "\f118"; }
.icon-exclamation-circle:before { content: "\f119"; }
.icon-exclamation-triangle:before { content: "\f11a"; }
.icon-file-alt:before { content: "\f11b"; }
.icon-file-code:before { content: "\f11c"; }
.icon-file-image:before { content: "\f11d"; }
.icon-file:before { content: "\f11e"; }
.icon-fire-alt:before { content: "\f11f"; }
.icon-flow:before { content: "\f120"; }
.icon-folder:before { content: "\f121"; }
.icon-git-alt:before { content: "\f122"; }
.icon-github:before { content: "\f123"; }
.icon-heart-regular:before { content: "\f124"; }
.icon-info-circle-solid:before { content: "\f125"; }
.icon-language-solid:before { content: "\f126"; }
.icon-lock:before { content: "\f127"; }
.icon-magnifying-glass-solid:before { content: "\f128"; }
.icon-markdown:before { content: "\f129"; }
.icon-paste-solid:before { content: "\f12a"; }
.icon-plug:before { content: "\f12b"; }
.icon-question-circle-solid:before { content: "\f12c"; }
.icon-redo-alt-solid:before { content: "\f12d"; }
.icon-server-solid:before { content: "\f12e"; }
.icon-sliders-h:before { content: "\f12f"; }
.icon-snowflake:before { content: "\f130"; }
.icon-star:before { content: "\f131"; }
.icon-tag-solid:before { content: "\f132"; }
.icon-times-solid:before { content: "\f133"; }
.icon-tools-solid:before { content: "\f134"; }
.icon-truck-solid:before { content: "\f135"; }
.icon-upload-solid:before { content: "\f136"; }
.icon-user-cog-solid:before { content: "\f137"; }
.icon-user-solid:before { content: "\f138"; }
.icon-vial-solid:before { content: "\f139"; }
183 changes: 183 additions & 0 deletions font/ag-icons.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 added font/ag-icons.ttf
Binary file not shown.
Binary file added font/ag-icons.woff
Binary file not shown.
Loading

0 comments on commit 9e2c473

Please sign in to comment.