add octicons (github icons) used under SIL OFL license for fonts and MIT license for code
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/d29517f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d29517f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d29517f0 Branch: refs/heads/master Commit: d29517f00af50f502fa48f2218b6654b5be1f194 Parents: ad35d39 Author: Alex Heneveld <[email protected]> Authored: Tue Jan 13 11:53:22 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Tue Jan 13 15:36:30 2015 +0000 ---------------------------------------------------------------------- docs/_includes/base-head.html | 1 + docs/style/deps/octicons/LICENSE.txt | 9 + docs/style/deps/octicons/README.md | 1 + docs/style/deps/octicons/octicons-local.ttf | Bin 0 -> 52764 bytes docs/style/deps/octicons/octicons.css | 235 +++++++++++++++++++ docs/style/deps/octicons/octicons.eot | Bin 0 -> 31440 bytes docs/style/deps/octicons/octicons.less | 233 ++++++++++++++++++ docs/style/deps/octicons/octicons.svg | 198 ++++++++++++++++ docs/style/deps/octicons/octicons.ttf | Bin 0 -> 31272 bytes docs/style/deps/octicons/octicons.woff | Bin 0 -> 17492 bytes .../style/deps/octicons/sprockets-octicons.scss | 230 ++++++++++++++++++ 11 files changed, 907 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d29517f0/docs/_includes/base-head.html ---------------------------------------------------------------------- diff --git a/docs/_includes/base-head.html b/docs/_includes/base-head.html index ed15d08..2cdc852 100644 --- a/docs/_includes/base-head.html +++ b/docs/_includes/base-head.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="{% dependency_url bootstrap.css %}" rel="stylesheet"> +<link href="{{site.path.style}}/deps/octicons/octicons.css" rel="stylesheet"> <link href="{{site.path.style}}/deps/bootstrap-theme.css" rel="stylesheet"> <link rel="stylesheet" href="{{ site.path.style }}/css/code.css" type="text/css" media="screen" /> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d29517f0/docs/style/deps/octicons/LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/style/deps/octicons/LICENSE.txt b/docs/style/deps/octicons/LICENSE.txt new file mode 100644 index 0000000..259b43d --- /dev/null +++ b/docs/style/deps/octicons/LICENSE.txt @@ -0,0 +1,9 @@ +(c) 2012-2014 GitHub + +When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos) + +Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL) +Applies to all font files + +Code License: MIT (http://choosealicense.com/licenses/mit/) +Applies to all other files http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d29517f0/docs/style/deps/octicons/README.md ---------------------------------------------------------------------- diff --git a/docs/style/deps/octicons/README.md b/docs/style/deps/octicons/README.md new file mode 100644 index 0000000..1007073 --- /dev/null +++ b/docs/style/deps/octicons/README.md @@ -0,0 +1 @@ +If you intend to install Octicons locally, install `octicons-local.ttf`. It should appear as âgithub-octiconsâ in your font list. It is specially designed not to conflict with GitHub's web fonts. http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d29517f0/docs/style/deps/octicons/octicons-local.ttf ---------------------------------------------------------------------- diff --git a/docs/style/deps/octicons/octicons-local.ttf b/docs/style/deps/octicons/octicons-local.ttf new file mode 100644 index 0000000..03d78cc Binary files /dev/null and b/docs/style/deps/octicons/octicons-local.ttf differ http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d29517f0/docs/style/deps/octicons/octicons.css ---------------------------------------------------------------------- diff --git a/docs/style/deps/octicons/octicons.css b/docs/style/deps/octicons/octicons.css new file mode 100644 index 0000000..a5dcd15 --- /dev/null +++ b/docs/style/deps/octicons/octicons.css @@ -0,0 +1,235 @@ +@font-face { + font-family: 'octicons'; + src: url('octicons.eot?#iefix') format('embedded-opentype'), + url('octicons.woff') format('woff'), + url('octicons.ttf') format('truetype'), + url('octicons.svg#octicons') format('svg'); + font-weight: normal; + font-style: normal; +} + +/* + +.octicon is optimized for 16px. +.mega-octicon is optimized for 32px but can be used larger. + +*/ +.octicon, .mega-octicon { + font: normal normal normal 16px/1 octicons; + display: inline-block; + text-decoration: none; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.mega-octicon { font-size: 32px; } + + +.octicon-alert:before { content: '\f02d'} /* ï */ +.octicon-alignment-align:before { content: '\f08a'} /* ï */ +.octicon-alignment-aligned-to:before { content: '\f08e'} /* ï */ +.octicon-alignment-unalign:before { content: '\f08b'} /* ï */ +.octicon-arrow-down:before { content: '\f03f'} /* ï¿ */ +.octicon-arrow-left:before { content: '\f040'} /* ï */ +.octicon-arrow-right:before { content: '\f03e'} /* ï¾ */ +.octicon-arrow-small-down:before { content: '\f0a0'} /* ï */ +.octicon-arrow-small-left:before { content: '\f0a1'} /* ï¡ */ +.octicon-arrow-small-right:before { content: '\f071'} /* ï± */ +.octicon-arrow-small-up:before { content: '\f09f'} /* ï */ +.octicon-arrow-up:before { content: '\f03d'} /* ï½ */ +.octicon-beer:before { content: '\f069'} /* ï© */ +.octicon-book:before { content: '\f007'} /* ï */ +.octicon-bookmark:before { content: '\f07b'} /* ï» */ +.octicon-briefcase:before { content: '\f0d3'} /* ï */ +.octicon-broadcast:before { content: '\f048'} /* ï */ +.octicon-browser:before { content: '\f0c5'} /* ï */ +.octicon-bug:before { content: '\f091'} /* ï */ +.octicon-calendar:before { content: '\f068'} /* ï¨ */ +.octicon-check:before { content: '\f03a'} /* ïº */ +.octicon-checklist:before { content: '\f076'} /* ï¶ */ +.octicon-chevron-down:before { content: '\f0a3'} /* ï£ */ +.octicon-chevron-left:before { content: '\f0a4'} /* ï¤ */ +.octicon-chevron-right:before { content: '\f078'} /* ï¸ */ +.octicon-chevron-up:before { content: '\f0a2'} /* ï¢ */ +.octicon-circle-slash:before { content: '\f084'} /* ï */ +.octicon-circuit-board:before { content: '\f0d6'} /* ï */ +.octicon-clippy:before { content: '\f035'} /* ïµ */ +.octicon-clock:before { content: '\f046'} /* ï */ +.octicon-cloud-download:before { content: '\f00b'} /* ï */ +.octicon-cloud-upload:before { content: '\f00c'} /* ï */ +.octicon-code:before { content: '\f05f'} /* ï */ +.octicon-color-mode:before { content: '\f065'} /* ï¥ */ +.octicon-comment-add:before, +.octicon-comment:before { content: '\f02b'} /* ï« */ +.octicon-comment-discussion:before { content: '\f04f'} /* ï */ +.octicon-credit-card:before { content: '\f045'} /* ï */ +.octicon-dash:before { content: '\f0ca'} /* ï */ +.octicon-dashboard:before { content: '\f07d'} /* ï½ */ +.octicon-database:before { content: '\f096'} /* ï */ +.octicon-device-camera:before { content: '\f056'} /* ï */ +.octicon-device-camera-video:before { content: '\f057'} /* ï */ +.octicon-device-desktop:before { content: '\f27c'} /* ï¼ */ +.octicon-device-mobile:before { content: '\f038'} /* ï¸ */ +.octicon-diff:before { content: '\f04d'} /* ï */ +.octicon-diff-added:before { content: '\f06b'} /* ï« */ +.octicon-diff-ignored:before { content: '\f099'} /* ï */ +.octicon-diff-modified:before { content: '\f06d'} /* ï */ +.octicon-diff-removed:before { content: '\f06c'} /* ï¬ */ +.octicon-diff-renamed:before { content: '\f06e'} /* ï® */ +.octicon-ellipsis:before { content: '\f09a'} /* ï */ +.octicon-eye-unwatch:before, +.octicon-eye-watch:before, +.octicon-eye:before { content: '\f04e'} /* ï */ +.octicon-file-binary:before { content: '\f094'} /* ï */ +.octicon-file-code:before { content: '\f010'} /* ï */ +.octicon-file-directory:before { content: '\f016'} /* ï */ +.octicon-file-media:before { content: '\f012'} /* ï */ +.octicon-file-pdf:before { content: '\f014'} /* ï */ +.octicon-file-submodule:before { content: '\f017'} /* ï */ +.octicon-file-symlink-directory:before { content: '\f0b1'} /* ï± */ +.octicon-file-symlink-file:before { content: '\f0b0'} /* ï° */ +.octicon-file-text:before { content: '\f011'} /* ï */ +.octicon-file-zip:before { content: '\f013'} /* ï */ +.octicon-flame:before { content: '\f0d2'} /* ï */ +.octicon-fold:before { content: '\f0cc'} /* ï */ +.octicon-gear:before { content: '\f02f'} /* ï¯ */ +.octicon-gift:before { content: '\f042'} /* ï */ +.octicon-gist:before { content: '\f00e'} /* ï */ +.octicon-gist-secret:before { content: '\f08c'} /* ï */ +.octicon-git-branch-create:before, +.octicon-git-branch-delete:before, +.octicon-git-branch:before { content: '\f020'} /* ï */ +.octicon-git-commit:before { content: '\f01f'} /* ï */ +.octicon-git-compare:before { content: '\f0ac'} /* ï¬ */ +.octicon-git-merge:before { content: '\f023'} /* ï£ */ +.octicon-git-pull-request-abandoned:before, +.octicon-git-pull-request:before { content: '\f009'} /* ï */ +.octicon-globe:before { content: '\f0b6'} /* ï¶ */ +.octicon-graph:before { content: '\f043'} /* ï */ +.octicon-heart:before { content: '\2665'} /* ⥠*/ +.octicon-history:before { content: '\f07e'} /* ï¾ */ +.octicon-home:before { content: '\f08d'} /* ï */ +.octicon-horizontal-rule:before { content: '\f070'} /* ï° */ +.octicon-hourglass:before { content: '\f09e'} /* ï */ +.octicon-hubot:before { content: '\f09d'} /* ï */ +.octicon-inbox:before { content: '\f0cf'} /* ï */ +.octicon-info:before { content: '\f059'} /* ï */ +.octicon-issue-closed:before { content: '\f028'} /* ï¨ */ +.octicon-issue-opened:before { content: '\f026'} /* ï¦ */ +.octicon-issue-reopened:before { content: '\f027'} /* ï§ */ +.octicon-jersey:before { content: '\f019'} /* ï */ +.octicon-jump-down:before { content: '\f072'} /* ï² */ +.octicon-jump-left:before { content: '\f0a5'} /* ï¥ */ +.octicon-jump-right:before { content: '\f0a6'} /* ï¦ */ +.octicon-jump-up:before { content: '\f073'} /* ï³ */ +.octicon-key:before { content: '\f049'} /* ï */ +.octicon-keyboard:before { content: '\f00d'} /* ï */ +.octicon-law:before { content: '\f0d8'} /* */ +.octicon-light-bulb:before { content: '\f000'} /* ï */ +.octicon-link:before { content: '\f05c'} /* ï */ +.octicon-link-external:before { content: '\f07f'} /* ï¿ */ +.octicon-list-ordered:before { content: '\f062'} /* ï¢ */ +.octicon-list-unordered:before { content: '\f061'} /* ï¡ */ +.octicon-location:before { content: '\f060'} /* ï */ +.octicon-gist-private:before, +.octicon-mirror-private:before, +.octicon-git-fork-private:before, +.octicon-lock:before { content: '\f06a'} /* ïª */ +.octicon-logo-github:before { content: '\f092'} /* ï */ +.octicon-mail:before { content: '\f03b'} /* ï» */ +.octicon-mail-read:before { content: '\f03c'} /* ï¼ */ +.octicon-mail-reply:before { content: '\f051'} /* ï */ +.octicon-mark-github:before { content: '\f00a'} /* ï */ +.octicon-markdown:before { content: '\f0c9'} /* ï */ +.octicon-megaphone:before { content: '\f077'} /* ï· */ +.octicon-mention:before { content: '\f0be'} /* ï¾ */ +.octicon-microscope:before { content: '\f089'} /* ï */ +.octicon-milestone:before { content: '\f075'} /* ïµ */ +.octicon-mirror-public:before, +.octicon-mirror:before { content: '\f024'} /* ï¤ */ +.octicon-mortar-board:before { content: '\f0d7'} /* */ +.octicon-move-down:before { content: '\f0a8'} /* ï¨ */ +.octicon-move-left:before { content: '\f074'} /* ï´ */ +.octicon-move-right:before { content: '\f0a9'} /* ï© */ +.octicon-move-up:before { content: '\f0a7'} /* ï§ */ +.octicon-mute:before { content: '\f080'} /* ï */ +.octicon-no-newline:before { content: '\f09c'} /* ï */ +.octicon-octoface:before { content: '\f008'} /* ï */ +.octicon-organization:before { content: '\f037'} /* ï· */ +.octicon-package:before { content: '\f0c4'} /* ï */ +.octicon-paintcan:before { content: '\f0d1'} /* ï */ +.octicon-pencil:before { content: '\f058'} /* ï */ +.octicon-person-add:before, +.octicon-person-follow:before, +.octicon-person:before { content: '\f018'} /* ï */ +.octicon-pin:before { content: '\f041'} /* ï */ +.octicon-playback-fast-forward:before { content: '\f0bd'} /* ï½ */ +.octicon-playback-pause:before { content: '\f0bb'} /* ï» */ +.octicon-playback-play:before { content: '\f0bf'} /* ï¿ */ +.octicon-playback-rewind:before { content: '\f0bc'} /* ï¼ */ +.octicon-plug:before { content: '\f0d4'} /* ï */ +.octicon-repo-create:before, +.octicon-gist-new:before, +.octicon-file-directory-create:before, +.octicon-file-add:before, +.octicon-plus:before { content: '\f05d'} /* ï */ +.octicon-podium:before { content: '\f0af'} /* ï¯ */ +.octicon-primitive-dot:before { content: '\f052'} /* ï */ +.octicon-primitive-square:before { content: '\f053'} /* ï */ +.octicon-pulse:before { content: '\f085'} /* ï */ +.octicon-puzzle:before { content: '\f0c0'} /* ï */ +.octicon-question:before { content: '\f02c'} /* ï¬ */ +.octicon-quote:before { content: '\f063'} /* ï£ */ +.octicon-radio-tower:before { content: '\f030'} /* ï° */ +.octicon-repo-delete:before, +.octicon-repo:before { content: '\f001'} /* ï */ +.octicon-repo-clone:before { content: '\f04c'} /* ï */ +.octicon-repo-force-push:before { content: '\f04a'} /* ï */ +.octicon-gist-fork:before, +.octicon-repo-forked:before { content: '\f002'} /* ï */ +.octicon-repo-pull:before { content: '\f006'} /* ï */ +.octicon-repo-push:before { content: '\f005'} /* ï */ +.octicon-rocket:before { content: '\f033'} /* ï³ */ +.octicon-rss:before { content: '\f034'} /* ï´ */ +.octicon-ruby:before { content: '\f047'} /* ï */ +.octicon-screen-full:before { content: '\f066'} /* ï¦ */ +.octicon-screen-normal:before { content: '\f067'} /* ï§ */ +.octicon-search-save:before, +.octicon-search:before { content: '\f02e'} /* ï® */ +.octicon-server:before { content: '\f097'} /* ï */ +.octicon-settings:before { content: '\f07c'} /* ï¼ */ +.octicon-log-in:before, +.octicon-sign-in:before { content: '\f036'} /* ï¶ */ +.octicon-log-out:before, +.octicon-sign-out:before { content: '\f032'} /* ï² */ +.octicon-split:before { content: '\f0c6'} /* ï */ +.octicon-squirrel:before { content: '\f0b2'} /* ï² */ +.octicon-star-add:before, +.octicon-star-delete:before, +.octicon-star:before { content: '\f02a'} /* ïª */ +.octicon-steps:before { content: '\f0c7'} /* ï */ +.octicon-stop:before { content: '\f08f'} /* ï */ +.octicon-repo-sync:before, +.octicon-sync:before { content: '\f087'} /* ï */ +.octicon-tag-remove:before, +.octicon-tag-add:before, +.octicon-tag:before { content: '\f015'} /* ï */ +.octicon-telescope:before { content: '\f088'} /* ï */ +.octicon-terminal:before { content: '\f0c8'} /* ï */ +.octicon-three-bars:before { content: '\f05e'} /* ï */ +.octicon-tools:before { content: '\f031'} /* ï± */ +.octicon-trashcan:before { content: '\f0d0'} /* ï */ +.octicon-triangle-down:before { content: '\f05b'} /* ï */ +.octicon-triangle-left:before { content: '\f044'} /* ï */ +.octicon-triangle-right:before { content: '\f05a'} /* ï */ +.octicon-triangle-up:before { content: '\f0aa'} /* ïª */ +.octicon-unfold:before { content: '\f039'} /* ï¹ */ +.octicon-unmute:before { content: '\f0ba'} /* ïº */ +.octicon-versions:before { content: '\f064'} /* ï¤ */ +.octicon-remove-close:before, +.octicon-x:before { content: '\f081'} /* ï */ +.octicon-zap:before { content: '\26A1'} /* â¡ */ http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d29517f0/docs/style/deps/octicons/octicons.eot ---------------------------------------------------------------------- diff --git a/docs/style/deps/octicons/octicons.eot b/docs/style/deps/octicons/octicons.eot new file mode 100644 index 0000000..22881a8 Binary files /dev/null and b/docs/style/deps/octicons/octicons.eot differ http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d29517f0/docs/style/deps/octicons/octicons.less ---------------------------------------------------------------------- diff --git a/docs/style/deps/octicons/octicons.less b/docs/style/deps/octicons/octicons.less new file mode 100644 index 0000000..b054eb8 --- /dev/null +++ b/docs/style/deps/octicons/octicons.less @@ -0,0 +1,233 @@ +@octicons-font-path: "."; +@octicons-version: "a594b5fd4cae0b2afd156bca8dad8d27ac3d7594"; + +@font-face { + font-family: 'octicons'; + src: ~"url('@{octicons-font-path}/octicons.eot?#iefix&v=@{octicons-version}') format('embedded-opentype')", + ~"url('@{octicons-font-path}/octicons.woff?v=@{octicons-version}') format('woff')", + ~"url('@{octicons-font-path}/octicons.ttf?v=@{octicons-version}') format('truetype')", + ~"url('@{octicons-font-path}/octicons.svg?v=@{octicons-version}#octicons') format('svg')"; + font-weight: normal; + font-style: normal; +} + +// .octicon is optimized for 16px. +// .mega-octicon is optimized for 32px but can be used larger. +.octicon, .mega-octicon { + font: normal normal normal 16px/1 octicons; + display: inline-block; + text-decoration: none; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.mega-octicon { font-size: 32px; } + +.octicon-alert:before { content: '\f02d'} /* ï */ +.octicon-alignment-align:before { content: '\f08a'} /* ï */ +.octicon-alignment-aligned-to:before { content: '\f08e'} /* ï */ +.octicon-alignment-unalign:before { content: '\f08b'} /* ï */ +.octicon-arrow-down:before { content: '\f03f'} /* ï¿ */ +.octicon-arrow-left:before { content: '\f040'} /* ï */ +.octicon-arrow-right:before { content: '\f03e'} /* ï¾ */ +.octicon-arrow-small-down:before { content: '\f0a0'} /* ï */ +.octicon-arrow-small-left:before { content: '\f0a1'} /* ï¡ */ +.octicon-arrow-small-right:before { content: '\f071'} /* ï± */ +.octicon-arrow-small-up:before { content: '\f09f'} /* ï */ +.octicon-arrow-up:before { content: '\f03d'} /* ï½ */ +.octicon-beer:before { content: '\f069'} /* ï© */ +.octicon-book:before { content: '\f007'} /* ï */ +.octicon-bookmark:before { content: '\f07b'} /* ï» */ +.octicon-briefcase:before { content: '\f0d3'} /* ï */ +.octicon-broadcast:before { content: '\f048'} /* ï */ +.octicon-browser:before { content: '\f0c5'} /* ï */ +.octicon-bug:before { content: '\f091'} /* ï */ +.octicon-calendar:before { content: '\f068'} /* ï¨ */ +.octicon-check:before { content: '\f03a'} /* ïº */ +.octicon-checklist:before { content: '\f076'} /* ï¶ */ +.octicon-chevron-down:before { content: '\f0a3'} /* ï£ */ +.octicon-chevron-left:before { content: '\f0a4'} /* ï¤ */ +.octicon-chevron-right:before { content: '\f078'} /* ï¸ */ +.octicon-chevron-up:before { content: '\f0a2'} /* ï¢ */ +.octicon-circle-slash:before { content: '\f084'} /* ï */ +.octicon-circuit-board:before { content: '\f0d6'} /* ï */ +.octicon-clippy:before { content: '\f035'} /* ïµ */ +.octicon-clock:before { content: '\f046'} /* ï */ +.octicon-cloud-download:before { content: '\f00b'} /* ï */ +.octicon-cloud-upload:before { content: '\f00c'} /* ï */ +.octicon-code:before { content: '\f05f'} /* ï */ +.octicon-color-mode:before { content: '\f065'} /* ï¥ */ +.octicon-comment-add:before, +.octicon-comment:before { content: '\f02b'} /* ï« */ +.octicon-comment-discussion:before { content: '\f04f'} /* ï */ +.octicon-credit-card:before { content: '\f045'} /* ï */ +.octicon-dash:before { content: '\f0ca'} /* ï */ +.octicon-dashboard:before { content: '\f07d'} /* ï½ */ +.octicon-database:before { content: '\f096'} /* ï */ +.octicon-device-camera:before { content: '\f056'} /* ï */ +.octicon-device-camera-video:before { content: '\f057'} /* ï */ +.octicon-device-desktop:before { content: '\f27c'} /* ï¼ */ +.octicon-device-mobile:before { content: '\f038'} /* ï¸ */ +.octicon-diff:before { content: '\f04d'} /* ï */ +.octicon-diff-added:before { content: '\f06b'} /* ï« */ +.octicon-diff-ignored:before { content: '\f099'} /* ï */ +.octicon-diff-modified:before { content: '\f06d'} /* ï */ +.octicon-diff-removed:before { content: '\f06c'} /* ï¬ */ +.octicon-diff-renamed:before { content: '\f06e'} /* ï® */ +.octicon-ellipsis:before { content: '\f09a'} /* ï */ +.octicon-eye-unwatch:before, +.octicon-eye-watch:before, +.octicon-eye:before { content: '\f04e'} /* ï */ +.octicon-file-binary:before { content: '\f094'} /* ï */ +.octicon-file-code:before { content: '\f010'} /* ï */ +.octicon-file-directory:before { content: '\f016'} /* ï */ +.octicon-file-media:before { content: '\f012'} /* ï */ +.octicon-file-pdf:before { content: '\f014'} /* ï */ +.octicon-file-submodule:before { content: '\f017'} /* ï */ +.octicon-file-symlink-directory:before { content: '\f0b1'} /* ï± */ +.octicon-file-symlink-file:before { content: '\f0b0'} /* ï° */ +.octicon-file-text:before { content: '\f011'} /* ï */ +.octicon-file-zip:before { content: '\f013'} /* ï */ +.octicon-flame:before { content: '\f0d2'} /* ï */ +.octicon-fold:before { content: '\f0cc'} /* ï */ +.octicon-gear:before { content: '\f02f'} /* ï¯ */ +.octicon-gift:before { content: '\f042'} /* ï */ +.octicon-gist:before { content: '\f00e'} /* ï */ +.octicon-gist-secret:before { content: '\f08c'} /* ï */ +.octicon-git-branch-create:before, +.octicon-git-branch-delete:before, +.octicon-git-branch:before { content: '\f020'} /* ï */ +.octicon-git-commit:before { content: '\f01f'} /* ï */ +.octicon-git-compare:before { content: '\f0ac'} /* ï¬ */ +.octicon-git-merge:before { content: '\f023'} /* ï£ */ +.octicon-git-pull-request-abandoned:before, +.octicon-git-pull-request:before { content: '\f009'} /* ï */ +.octicon-globe:before { content: '\f0b6'} /* ï¶ */ +.octicon-graph:before { content: '\f043'} /* ï */ +.octicon-heart:before { content: '\2665'} /* ⥠*/ +.octicon-history:before { content: '\f07e'} /* ï¾ */ +.octicon-home:before { content: '\f08d'} /* ï */ +.octicon-horizontal-rule:before { content: '\f070'} /* ï° */ +.octicon-hourglass:before { content: '\f09e'} /* ï */ +.octicon-hubot:before { content: '\f09d'} /* ï */ +.octicon-inbox:before { content: '\f0cf'} /* ï */ +.octicon-info:before { content: '\f059'} /* ï */ +.octicon-issue-closed:before { content: '\f028'} /* ï¨ */ +.octicon-issue-opened:before { content: '\f026'} /* ï¦ */ +.octicon-issue-reopened:before { content: '\f027'} /* ï§ */ +.octicon-jersey:before { content: '\f019'} /* ï */ +.octicon-jump-down:before { content: '\f072'} /* ï² */ +.octicon-jump-left:before { content: '\f0a5'} /* ï¥ */ +.octicon-jump-right:before { content: '\f0a6'} /* ï¦ */ +.octicon-jump-up:before { content: '\f073'} /* ï³ */ +.octicon-key:before { content: '\f049'} /* ï */ +.octicon-keyboard:before { content: '\f00d'} /* ï */ +.octicon-law:before { content: '\f0d8'} /* */ +.octicon-light-bulb:before { content: '\f000'} /* ï */ +.octicon-link:before { content: '\f05c'} /* ï */ +.octicon-link-external:before { content: '\f07f'} /* ï¿ */ +.octicon-list-ordered:before { content: '\f062'} /* ï¢ */ +.octicon-list-unordered:before { content: '\f061'} /* ï¡ */ +.octicon-location:before { content: '\f060'} /* ï */ +.octicon-gist-private:before, +.octicon-mirror-private:before, +.octicon-git-fork-private:before, +.octicon-lock:before { content: '\f06a'} /* ïª */ +.octicon-logo-github:before { content: '\f092'} /* ï */ +.octicon-mail:before { content: '\f03b'} /* ï» */ +.octicon-mail-read:before { content: '\f03c'} /* ï¼ */ +.octicon-mail-reply:before { content: '\f051'} /* ï */ +.octicon-mark-github:before { content: '\f00a'} /* ï */ +.octicon-markdown:before { content: '\f0c9'} /* ï */ +.octicon-megaphone:before { content: '\f077'} /* ï· */ +.octicon-mention:before { content: '\f0be'} /* ï¾ */ +.octicon-microscope:before { content: '\f089'} /* ï */ +.octicon-milestone:before { content: '\f075'} /* ïµ */ +.octicon-mirror-public:before, +.octicon-mirror:before { content: '\f024'} /* ï¤ */ +.octicon-mortar-board:before { content: '\f0d7'} /* */ +.octicon-move-down:before { content: '\f0a8'} /* ï¨ */ +.octicon-move-left:before { content: '\f074'} /* ï´ */ +.octicon-move-right:before { content: '\f0a9'} /* ï© */ +.octicon-move-up:before { content: '\f0a7'} /* ï§ */ +.octicon-mute:before { content: '\f080'} /* ï */ +.octicon-no-newline:before { content: '\f09c'} /* ï */ +.octicon-octoface:before { content: '\f008'} /* ï */ +.octicon-organization:before { content: '\f037'} /* ï· */ +.octicon-package:before { content: '\f0c4'} /* ï */ +.octicon-paintcan:before { content: '\f0d1'} /* ï */ +.octicon-pencil:before { content: '\f058'} /* ï */ +.octicon-person-add:before, +.octicon-person-follow:before, +.octicon-person:before { content: '\f018'} /* ï */ +.octicon-pin:before { content: '\f041'} /* ï */ +.octicon-playback-fast-forward:before { content: '\f0bd'} /* ï½ */ +.octicon-playback-pause:before { content: '\f0bb'} /* ï» */ +.octicon-playback-play:before { content: '\f0bf'} /* ï¿ */ +.octicon-playback-rewind:before { content: '\f0bc'} /* ï¼ */ +.octicon-plug:before { content: '\f0d4'} /* ï */ +.octicon-repo-create:before, +.octicon-gist-new:before, +.octicon-file-directory-create:before, +.octicon-file-add:before, +.octicon-plus:before { content: '\f05d'} /* ï */ +.octicon-podium:before { content: '\f0af'} /* ï¯ */ +.octicon-primitive-dot:before { content: '\f052'} /* ï */ +.octicon-primitive-square:before { content: '\f053'} /* ï */ +.octicon-pulse:before { content: '\f085'} /* ï */ +.octicon-puzzle:before { content: '\f0c0'} /* ï */ +.octicon-question:before { content: '\f02c'} /* ï¬ */ +.octicon-quote:before { content: '\f063'} /* ï£ */ +.octicon-radio-tower:before { content: '\f030'} /* ï° */ +.octicon-repo-delete:before, +.octicon-repo:before { content: '\f001'} /* ï */ +.octicon-repo-clone:before { content: '\f04c'} /* ï */ +.octicon-repo-force-push:before { content: '\f04a'} /* ï */ +.octicon-gist-fork:before, +.octicon-repo-forked:before { content: '\f002'} /* ï */ +.octicon-repo-pull:before { content: '\f006'} /* ï */ +.octicon-repo-push:before { content: '\f005'} /* ï */ +.octicon-rocket:before { content: '\f033'} /* ï³ */ +.octicon-rss:before { content: '\f034'} /* ï´ */ +.octicon-ruby:before { content: '\f047'} /* ï */ +.octicon-screen-full:before { content: '\f066'} /* ï¦ */ +.octicon-screen-normal:before { content: '\f067'} /* ï§ */ +.octicon-search-save:before, +.octicon-search:before { content: '\f02e'} /* ï® */ +.octicon-server:before { content: '\f097'} /* ï */ +.octicon-settings:before { content: '\f07c'} /* ï¼ */ +.octicon-log-in:before, +.octicon-sign-in:before { content: '\f036'} /* ï¶ */ +.octicon-log-out:before, +.octicon-sign-out:before { content: '\f032'} /* ï² */ +.octicon-split:before { content: '\f0c6'} /* ï */ +.octicon-squirrel:before { content: '\f0b2'} /* ï² */ +.octicon-star-add:before, +.octicon-star-delete:before, +.octicon-star:before { content: '\f02a'} /* ïª */ +.octicon-steps:before { content: '\f0c7'} /* ï */ +.octicon-stop:before { content: '\f08f'} /* ï */ +.octicon-repo-sync:before, +.octicon-sync:before { content: '\f087'} /* ï */ +.octicon-tag-remove:before, +.octicon-tag-add:before, +.octicon-tag:before { content: '\f015'} /* ï */ +.octicon-telescope:before { content: '\f088'} /* ï */ +.octicon-terminal:before { content: '\f0c8'} /* ï */ +.octicon-three-bars:before { content: '\f05e'} /* ï */ +.octicon-tools:before { content: '\f031'} /* ï± */ +.octicon-trashcan:before { content: '\f0d0'} /* ï */ +.octicon-triangle-down:before { content: '\f05b'} /* ï */ +.octicon-triangle-left:before { content: '\f044'} /* ï */ +.octicon-triangle-right:before { content: '\f05a'} /* ï */ +.octicon-triangle-up:before { content: '\f0aa'} /* ïª */ +.octicon-unfold:before { content: '\f039'} /* ï¹ */ +.octicon-unmute:before { content: '\f0ba'} /* ïº */ +.octicon-versions:before { content: '\f064'} /* ï¤ */ +.octicon-remove-close:before, +.octicon-x:before { content: '\f081'} /* ï */ +.octicon-zap:before { content: '\26A1'} /* â¡ */
