diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..91921f5 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +icons.abapgit.org diff --git a/assets.zip b/assets.zip new file mode 100644 index 0000000..a720660 Binary files /dev/null and b/assets.zip differ diff --git a/css/ag-icons.css b/css/ag-icons.css new file mode 100644 index 0000000..a69f91c --- /dev/null +++ b/css/ag-icons.css @@ -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"; } diff --git a/font/ag-icons.svg b/font/ag-icons.svg new file mode 100644 index 0000000..d6c57e1 --- /dev/null +++ b/font/ag-icons.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/font/ag-icons.ttf b/font/ag-icons.ttf new file mode 100644 index 0000000..8ab506b Binary files /dev/null and b/font/ag-icons.ttf differ diff --git a/font/ag-icons.woff b/font/ag-icons.woff new file mode 100644 index 0000000..6b4b29b Binary files /dev/null and b/font/ag-icons.woff differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..0db8694 --- /dev/null +++ b/index.html @@ -0,0 +1,379 @@ + + + + + ag-icons + + + + +

abapGit icons

+

Find original repository at https://github.com/abapGit/icon-font

+

Download latest font and css

+
+
+ + + + abapgit +
+
+ + + + abaplint +
+
+ + + + arrow-circle-up +
+
+ + + + bars +
+
+ + + + bolt +
+
+ + + + box +
+
+ + + + briefcase +
+
+ + + + bug-solid +
+
+ + + + check +
+
+ + + + chevron-down +
+
+ + + + chevron-left +
+
+ + + + chevron-right +
+
+ + + + chevron-up +
+
+ + + + circle-solid +
+
+ + + + cloud-commit +
+
+ + + + cloud-solid +
+
+ + + + cloud-upload-alt +
+
+ + + + code-branch +
+
+ + + + code-commit +
+
+ + + + code-solid +
+
+ + + + cog +
+
+ + + + copy-solid +
+
+ + + + download-solid +
+
+ + + + edit-solid +
+
+ + + + exclamation-circle +
+
+ + + + exclamation-triangle +
+
+ + + + file-alt +
+
+ + + + file-code +
+
+ + + + file-image +
+
+ + + + file +
+
+ + + + fire-alt +
+
+ + + + flow +
+
+ + + + folder +
+
+ + + + git-alt +
+
+ + + + github +
+
+ + + + heart-regular +
+
+ + + + info-circle-solid +
+
+ + + + language-solid +
+
+ + + + lock +
+
+ + + + magnifying-glass-solid +
+
+ + + + markdown +
+
+ + + + paste-solid +
+
+ + + + plug +
+
+ + + + question-circle-solid +
+
+ + + + redo-alt-solid +
+
+ + + + server-solid +
+
+ + + + sliders-h +
+
+ + + + snowflake +
+
+ + + + star +
+
+ + + + tag-solid +
+
+ + + + times-solid +
+
+ + + + tools-solid +
+
+ + + + truck-solid +
+
+ + + + upload-solid +
+
+ + + + user-cog-solid +
+
+ + + + user-solid +
+
+ + + + vial-solid +
+ +