pax_global_header00006660000000000000000000000064126574067730014533gustar00rootroot0000000000000052 comment=accaab3b0161b207caf28723fbcb0df69d288e7c octicons-3.5.0/000077500000000000000000000000001265740677300133615ustar00rootroot00000000000000octicons-3.5.0/.gitignore000066400000000000000000000000201265740677300153410ustar00rootroot00000000000000.* node_modules octicons-3.5.0/CHANGELOG.md000066400000000000000000000067151265740677300152030ustar00rootroot00000000000000### 3.5.0 (February 12, 2016) Adds: - `unverified` Refines: - `verified` ### 3.4.1 (January 24, 2016) This includes various SVG viewport refinements. Refines: - `thumbs-down` - `logo-github` ### 3.4.0 (January 22, 2016) Adds: - `verified` - `smiley` Removes: - `color-mode` Refines: - `primitive-dot` - `horizontal-rule` - `triangle-down` - `triangle-up` - `triangle-left` - `triangle-right` - `globe` - `flame` - `comment-discussion` ### 3.3.0 (November 12, 2015) Adds: - `logo-gist` Resizes all our SVG to be 16x16 instead of 1024x1024 ### 3.2.0 (November 6, 2015) Adds: - `bold` - `text-size` - `italic` - `tasklist` It also normalizes some styling in: - `list-unordered` - `list-ordered` - `quote` - `mention` - `bookmark` - `threebars` Removes - `screen-normal` - `screen-full` ### 3.1.0 (August 13, 2015) Adds - `shield` This thickens stroke widths slightly on the following icons: - `circle-slash` - `clock` - `cloud-upload` - `cloud-download` - `dashboard` - `info` - `issue-closed` - `issue` - `issue-reopened` - `history` - `question` - `search` Fills `comment-discussion` Thickens `x` to match `checkmark` ### 3.0.1 (August 10, 2015) Some files were missing in `3.0.0` ### 3.0.0 (August 10, 2015) Removes - `microscope` - `beer` - `split` - `puzzle` - `steps` - `podium` - `timer` - all `alignment` icons - all `move` icons - all `playback` icons - all `jump` icons Adds - `beaker` - `bell` - `desktop-download` - `watch` Line-weight changes, sizing normalization, and new drawings - `circle-slash` - `lock` - `cloud-upload` - `cloud-download` - `plus` - `✕` - `broadcast` - `lock` - all `repo` icons - organization - person - all `chevrons` & `triangles` - all `diff` icons - `clippy` - all `issue` and circular icons - `rss` - `ruby` - `cancel` - `settings` - `mirror` - `external-link` - `history` - `gear` - `settings` - `info` - `history` - `package` - `gist-secret` - `rocket` - `law` - `telescope` - `search` - `tag` - `normal-screen` - `iphone` - `no-new-line` - `desktop` - all `git` icons - `circuit-board` - `heart` - `home` - `briefcase` - `wiki` - `bookmark` - `briefcase` - `calendar` - `color-mode` - `comment` - `discussions` - `credit-card` - `dashboard` - `camera` - `video` - `bug` - `desktop` - `ellipses` - `eye` - all `files` & `folders` - `fold` - `unfold` - `gift` - `graph` - `hubot` - `inbox` - `jersey` - `keyboard` - `light-bulb` - `link` - `location` - `mail` - `mail-read` - `marker` - `plug` - `mute` - `pencil` - `push-pin` - `fullscreen` - `unfullscreen` - `server` - `sign-in` - `sign-out` - `tag` - `terminal` - `thumbs-up` - `thumbs-down` - `trash` - `unmute` - `versions` - `gist` - `key` - `megaphone` - `checklist` ## 2.4.1 (June 2, 2015) - Add the scss file I forgot to include ## 2.4.0 (June 2, 2015) - Add `octicons.scss` - Revert path changes to `sprockets-octicons.scss`, as they broke octicons in sprockets. ## 2.3.0 (May 28, 2015) - Add a path variable to `sprockets-octicons.scss` to be consistent with octicons.less` ## 2.2.3 (May 21, 2015) - Use SPDX license identifiers in package.json ## 2.2.2 (April 1, 2015) Fixes file icons for - `file-binary` - `file-code` - `file-media` - `file-pdf` - `file-symlink-file` - `file-text` - `file-zip` ## 2.2.1 (March 30, 2015) - Fix vector artifact and smooth curves in `mark-github` ## 2.2.0 (Feb 18, 2015) - Add two new icons: `thumbsup` and `thumbsdown` ## 2.0.1 (June 16, 2014) - Add mention of github.com/logos to the license ## 2.0.0 (June 16, 2014) - Hello world octicons-3.5.0/CONTRIBUTING.md000066400000000000000000000004061265740677300156120ustar00rootroot00000000000000The contents of */octicons* */svg* are generated by an automated process. Changes to these files may be accepted, but may also be overwritten. Octicons is GitHub's icon font. At this time, new icons will only add icons when they are needed for GitHub products. octicons-3.5.0/LICENSE.txt000066400000000000000000000004451265740677300152070ustar00rootroot00000000000000(c) 2012-2016 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 octicons-3.5.0/README.md000066400000000000000000000074131265740677300146450ustar00rootroot00000000000000# Octicons! This is the [Bower][bower] package for [GitHub Octicons][octicons]. ## Add Octicons to your project 1. Create a new file called *bower.json* (if you don't have one already). 2. Add a new line for the Octicon dependency, pointing to the correct repository: ``` json { "name": "my_great_project", "dependencies": { "octicons": "*" } } ``` 3. Run `bower install`. The Octicons styles will be downloaded to *bower_components/octicons*. 4. Link to the `octicons.css` stylesheet in the `` of your `` page: ``` html ``` 4. Simply use an icon in your HTML page: ``` html ``` ### Rails' asset pipeline Octicons includes a stylesheet specifically for [Rails 4/Sprockets][sprockets]. 1. Create a new file called *vendor/assets/bower.json* (if you don't have one already). 2. Add a new line for the Octicon dependency, pointing to the correct repository: ``` json { "name": "my_great_project", "dependencies": { "octicons": "*" } } ``` 3. `cd` into `vendor/assets` and run `bower install`. The Octicons styles will be downloaded to *vendor/assets/bower_components/octicons*. 4. Open your config/application.rb, and add this line inside your Application: ``` ruby config.assets.precompile += %w(*.svg *.eot *.woff *.ttf) ``` 5. In your application stylesheet, require `sprockets-octicons`: ``` css /* = require sprockets-octicons */ ``` 6. Simply use an icon in your HTML page: ``` html ``` 7. If you want a view helper, add something like this to *app/helpers/application_helper.rb*: ``` ruby def octicon(code) content_tag :span, '', :class => "octicon octicon-#{code.to_s.dasherize}" end ``` ## Installing locally It's easy to install octicons locally if you have [Homebrew](http://brew.sh/) installed. Simply run the following commands: ``` brew install caskroom/cask/brew-cask brew tap "caskroom/fonts" brew cask install "font-octicons" ``` ## Best practices - Octicons look best in sizes that are multiples of 16px. You can update the size using the `font-size` CSS property. For example: ``` css .octicon { font-size: 32px; } ``` - Octicons are not monospaced. This lets them work well next to type, but it means they won’t stack nicely by default. If you intend to stack octicons, such as in navigation, you will want to add some CSS to make them the same width, and centered. For example: ``` css .navigation .octicon { width: 16px; text-align: center; } ``` ### Resources - [octicons.github.com](http://octicons.github.com/) - the Octicons website - Read why [icon fonts are awesome](http://css-tricks.com/examples/IconFont/) - How to compose your [HTML for icon font usage](http://css-tricks.com/html-for-icon-font-usage/) - [sketch-octicons](https://github.com/JuanitoFatas/sketch-octicons) - Octicons icons as Sketch Symbols ## Why can't I see the characters in Font Book?? Give this a try, you should be all set: ![](http://cl.ly/image/2r1B1F2l3Q0D/content#png) ## FAQ Check out [issues with the FAQ label](https://github.com/github/octicons/issues?q=is%3Aclosed+is%3Aissue+label%3AFAQ). ## Versions Octicons operates similarly to [Semver](http://semver.org/) with the following version convention: - Major: Breaking changes — removed icons, markup changes, unicode switches, css renames, icon redesigns - Minor: Non-breaking changes — new icons, new aliases, minor icon changes - Patch: Unnoticeable tweaks — slight visual changes, package updates [octicons]: http://octicons.github.com [bower]: http://bower.io/ [sprockets]: http://guides.rubyonrails.org/asset_pipeline.html octicons-3.5.0/bower.json000066400000000000000000000010201265740677300153630ustar00rootroot00000000000000{ "name": "octicons", "description": "GitHub's icon font", "license": [ "OFL-1.1", "MIT" ], "homepage": "https://octicons.github.com", "authors": [ "GitHub " ], "main": [ "octicons/sprockets-octicons.scss", "octicons/octicons.eot", "octicons/octicons.svg", "octicons/octicons.ttf", "octicons/octicons.woff" ], "keywords": [ "GitHub", "icons", "font", "web font", "icon font" ], "ignore": [ "**/.*", "bower_components" ] } octicons-3.5.0/octicons/000077500000000000000000000000001265740677300152025ustar00rootroot00000000000000octicons-3.5.0/octicons/README.md000066400000000000000000000003101265740677300164530ustar00rootroot00000000000000If 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. octicons-3.5.0/octicons/octicons-local.ttf000066400000000000000000001465001265740677300206400ustar00rootroot00000000000000  OS/2VS(VcmapNrglyf <head6hhea p$hmtxlocaD,maxp& nameSpostnw 8@@\ @ * 3 _< hh? *G 2PfEd@ |@@\G @@pX@}&e& $(JOSdhnqx| &e&#&*LQVhjpu{|ٿa_^YWVUTSQNMLIGEDA@?>=<;:542/,)$"!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^nnN.~^>nN .  ~ ^ >  nN.~^>nN.~^>nN.~ ^ !>!"""#n#$N$%.%&&~&'^'(>())R)f)***+*++,z,-:-.*.f..//p/0*0V001h122233b3334N4|45566@667$7^8.8d8899\9p9999:t:::;;D;<F>v>>???n???@2@A\AABBC"CRCCCDD4DDDE*EEF8FfFFFGGPGGHHFHIJ0JK0KbKKL>LNL`LrLLLLM$MNN@NOPPPQQDQ|QQRRRRS*SnSSTlTU8UVVLVVWWJWWWX&XYYYW@C65'&7.&67>7.'>7.7462>767&hG%&(%X ZDI>>IDY@ڬ6 _F+  ,7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!&'&'.'$7>'&'1\.F12D1[c772@<#88#wEZ8oo8ZE<@@!!@@@18!5>7>7.#4'.'&'.'>72!.`(?8 @ 8?(T)+  +)!z;iR*!b@ X;;X@.l&gc6@@6cg&l.$)AX66XA)$Z!m'I]3!Z;8GG@@ $,0#535#35#35#3%!'5#.'>7!!353!!!@@@@@@@@$``$$$?@@@@@@$``$$$e@@-6?H'5>5.'>74&'575>5..462.462.4627H##H77H##H77H##HI ,,@,, ,,@,, ,,@,,H7$9RR9$7HH7$9rr9$7HH7$9rr9$7H,@,,@,,@,,@,,@,,@,@@.#5335#333!!5!5!5#!#3#3>7.@@@@@@$$A$$@@@@@$$@@@@@$$@@ '/37;5!5!5%#33!'5#.'>7!#5!!!353!#35#335#@@@@$``$$$@@@@@@@@@@@@@$``$$$@@@@@@  -27!!!5!!5!!!!!!!!'!.'>7!7!'!!!!$@@$$`@@`$  @@@@@@@@$@@$@$@@$; @ .8B>'6.".7$74&&'4676>>4&%>4& kr0efe0rk ',,," 4dd4 "!++!!++!!++! ,+*qSJ  JSq*kAAkI%C+  +C%IG@aAAa@@aAAa@@$>GP%4=.'#553>74&.462.'>74&'>"&462.462rK@@&#H77H#] ,,@,,`H77H##H77H##3,@,,@,L ,,@,,nbKr&n9$7HH7$9,@,,@,7HH7$9\9$7HH7$99 ,,@,,,@,,@,W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!@3!3'3376&'35#.7&6735>736'#3267.@{x_a``K%$LSxRwUS-zg@ gsqSUYSEf[M4\a0Spptm3#7##6&'35#.7&6735>736'#3267.@{x_a``K%$LSxRwUS-zg@ gsqSUYSEf[M4\a0Spptm #'7;?CGKOSW[_c#53#3%#3%#335#%35##3#37#335#%!.'>7!!!35#5#335#!5!%35##3%35#35+3!35#@@@@@@@@@@@@@@$$$$?@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@$$@$$@@@@@@@@@@@@@@ '7/7'7>7!!.7!!ࠠ0pp0pp$$$$?0pp00pp0$$@$$ !!>7!!'73'7' $$$@`` ``$$$`a`@?a` "!5!!5!!5!!5!!.'>7!'!!@@@$$$@@@@@$$$3#%!.'>7!'!7$$$@$$$@@  "&*6:!!>7!3353%53#3#53#3#53!5.'5##5 $$$@@@@@@@@@@@#H7@$$$`@@@@@@@@@@@@@R9$@@7H@@@ $7H!!>7%!>!"'67676?>7275.'".'>'6 $$$@  ` >!,?=m>Ky,F,`/+]  -%*Q, !$$$`&o732 3#: DZ2&%:+*ZD :|&2-*+:x!56#!!>7.%!5!@A$$$$%@@@@$$$$@ &*!!>7!!5!!56#!3>7!35.%!5!@$@A$$$$$%@@$@@@@@$$$$$@@@+7!33>753.#5####!.'>.'>7$$$$@@@@lRRllRRl7HH77HH$$$@$RllRRll.H77HH77H@@@ #6>B37'#3%&7#"&5#!>7&'!>'3>'3%37'#3 @@1`/)\&&[0@W-@D^^D@ 3/ @@ @ Єl&&l &&@ 00KpsKP)_ @ @ @.'#3>735.'>7[[[[@GP.'>5.'>7&'>76367>7#>%"&46.462.462H77H#L2O1#H77H##H77H!$dL&(# ,,@,, ,,@,,` ,,@,,7HH7$92L09$7HH7$9\9$7HH74# L'g39,@,,@,,@,,@,,@,,@,2;DM"5.'.'>5.'>74&'553>7."&462.462.462$93k*%AH77H##H77H#AR*f.9$7HH,@,,@,L ,,@,, ,,@,,# V)37HH7$9\9$7HH7$9C)#H77H ,,@,,,@,,@,,@,,@,@@ !  4&%5#3!55!'7@@.@@@- `PP@ ` .'>7>7.#3#3ΛΛ~ΛΛW@3#335#!#.'47#>73'>7365.''`3YTj>f`3XTj>f@`AKΛ!!XMf`AKΛ!!XMf '%3##37'.'>77.'>7`@@ΛY3;>ja"@ @SΛKA;MWav % %LJ;;))ѕ/`!37!>7.!5#!@$$$$@$$$$*6%3#'#>7326=4&+"#>7'.'>7>7.p$ @rKKrΛΛ`d?$@ KrVΛΛW?%."3!2>4%#535#3J " JlJ ""/@?$'>5.'26726764%.'>7"%٣٣>q/  S/q>٣%" 2+5/7'/#'73?7'7.'>7|8HtF,f(GvH:{|8HtF,f(GvH;RllRRllf)FvH:{|8HtF,f)FvH:{|8HtFclRRllRRl,'3GSVZo64'&4764&"2&"264'.46764>7.'&"27>4&1"'37!3#7327>4&'&"3    ! ---, ! ! ! `,;;,,;; ! ! ! ! ,--/(%_76_$(@@@@L     ! !V" " FJE r /sys/ " "TYT" ";,,;;,,;E " "TYS# " /szs@@@@ ! '+! " FJF ?A".7'7'&6.'26764''?"$8l Wp8| z{+.w֕&'&S29?Y 8o!$%:s :tZ}!9t-/i U!#;"\B:@@!5!5!5!%!35.'!5!>7#@$$]$@@$$( $@A *.'676.'#37>775767>7.&1DKgBD7o5":,@,M-#5S">@gLC2=#S5#Y!,@,3!5p6 3#533.7HE@@ـHI@i@@5G7!!!!55!5%#335#3!.'>73>73#5!!!.'#."#@@@@@$$$H77H$@$@$$6$$@$@@@@@@$$$7HH7$$$6$$6$$@@@"!3!%.5>7!#5!7!!@$$@$@$ $$@@ ,8Eqw2673>7.'.'&'26%>3"&'6'.'>.4672!3>7533>7533>75>75.#5#53#5####!##30IXI;$7HH7'eFFe'7HH7$;^ # ,,@+7II77II ,, # +`$$$@$@$$@$@$$$e@@@@@@@@$$%H77HASSAH77H%,@,* I77II77I,@, *4$$$$@$$@$$$$A@@!!>7..4627!!@$$$$#//F//@$$$$./F//F/@!(/!53'!3!.'7'>7!#!7#5!353'3##7#$@$$$ $@@$$@@$@` 7``!>7.'!  777-$$$$?@``@@$$$$@` `` @"'*-0#53!!%!.'6?5>7373 %!-% @@$$e$MM$eA  @@_$$!H%$$%H `` 3!3@ !!@@!# @@5 5!# 6753>'& @%@3%3@% %0@PTX\`#>76'.+&'.+"#3!>735.%67>732#'>32#.'&6!!5!5!!!7!5!@X ',3((3/' X$@$@$@$$  $   @@@@@ A& .. &A $$$@$9#   #}  $8# I@@@@@ !3%#3#3#3@@@@@ !5!!.'>7!!!!!!!$$$$?@@$$@$$@@@ 3!.'3'.'>7>7.$@ΛΛ@$@mΛΛW 3 ! '!@@@`@@#'/Ga#>75.'##33>7535.'3####537.'.5>75675>7.'.'67@@$$@$$@$@$@$@$@@@@@bb"zz"tZkkZt$@$$@$$$$$@@bb%[3zz3[%>C9rr9C>ތ"&'3753535373>7&.4625Hmly@@@@Fm&11L11Hmy@@@@@@Gmm1L11L1@@ *###7##!!5!5!5#!#3#3>7.$$@$$@$$@@@@@$$ @@ $:BFJ!3353>7.#53#535!!#535#53'!5!375!>75!!5##573#7#53$@@$$@@@@@@@@$$``@$@@@@@@@@$@@$$A@@@@@@@@@$$``$@@@@@@@@ ",3##5#5353!5!!.'>7'!!"+!3@@@ $$$@@`@@@@@$$$@  #67&.'>77.'>7  mmmH77HH77HPPmmmm7HH77HH@+2!!37!>75353>7.!5#!3%#'!!$$$@$@@$$e`$`@$$$$$$``$@`` 56.'\2z@ >7.mmmm@mmm@%!!@&2!.'!!>7.!5!.'>77.'>7$$$$$$ ___AZDDZZDDZ$$$$$@$@____DZZDDZZ5.'!!>7567.$$$$M!!z$$$$ f 53'#533'762@@SS2f@@SSf2&2&462".'#3;267#>7.'.'>$6$$6[&@&@&@&@@ΛΛ6$$6$&&&&,͛ΛX @ ;3#.'>7!5>7.'!%#3!.'>75!>7.@@KrtIItI6#M11MLr@@2LM11M#6ItIItr@ZZZEpJH(@^^@@^@^@@^^@(HJpEZZZ !#!5!3!@@@@ )!"&7&63!2!"&7&63!2!2#!"&7&6L    L    1  L  ############  7'7```  ```@@`@@ %67.&'>72.'>7PP٣b AuZ0 H77HH77H@ȔWahHz-Tf97HH77HH )7ES3+"&7&6;2!26'6&#!"#";26'6&#";26'6&!"3!26'6&!"3!26'6& 4  4   L  4  4  4  4  eL    L    #############@############ )6Or!#!"&7&63!2!26'6&#!"!"3!26'6&#3#35#">7.#">23'56'4&#>32#2#&'2674& L   %  L  L    .06@ -/')% >./*1+-%#  '=)8############# *77?&-% B)%8%"% )  0 +#&$J#62.'4762.'47ts ?_WH[c ts ?_WH[cuIOKNX ZvIOKNX Z!/!!>7.!!%3#3#.'>3#3#.'>@$$$$[@@@@$$@@@@$$$$$$@@@$$?@@$$@#'+/37;?CGKOSW[_cgkosw#+"&=#+"&=#!>7.!!%#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53@@$$$$@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@````$@$$$@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%)-1!#53!.'>735>73%!5.'!!#3#3@@$$$@mm@$P<7.!!#53533##@$$$$@$$$$@!!>7.!!!5!@$$$$$$$$@!!>7.!!>7.@$$$$lRRllRRl$$$$RllRRll#535 !.'>7!!!@$$$$?$$$$ !33##5#3!5#75##535#3535!5!@@@@@@@@@@@@@%#3@@@#53!.'5>7!%#33#$$@$$@ #'+/37 '7 !.'>7!'&"!5!!5!35##35#35#35#3`` 3$$$33Z@@@@@@@@@@@ `` 3$@$$`32@@@@@@@"&*."&7353>7.&/?!!%5MPFvvF#Bv'%%%; U+ 2JWWJ*R ##)8@@@@@ '7'7``@``@A !"%4&/?'&3?32@#@@Uw.xx.w--@#@#W VV W  #/;#335#3#35##3#3#3>4&%#3>4&#3>4&@@@@@@@@@@@@@@@@$$$$%$$$$%$$$$@$6$$6$$6$$6$$6$$6$@ !?#53#3#3#3'&#3>75%.'>727.#674'@@@@@@@@@@ `$$@$੩:i.<9K&@@@@ $@$$;_;?੩<',dV&!#!#'!'>7.'47#>7.@@j>f`3XΛTXMf`AKΛΛ!!%3!.'>73#!7@$$$`А$$$@`А/#.'5>7376''77'7$$7D~~D~~D~~D~h!$$D~~D~~D~~D~ ''7'77____@____ >7.2.5>"&'?p/$'Λ?p/$'N'$/p?*'$/p? ' #3735୍FȘ::f@fsF`!'7%7$7>'%>&&6 &/JSK&Tvk<7JSK&Tvk<7q &g?x0F4I'QTe@@@@@@@@@@X # YJO^ MvU @@@@@ ; *"r 5)w $%!7'37!!'!'326?6&%;'@@0P@@"$$"΀`@@@@0,80,'#'3!>7### @$$@LLL$$@L!!!'7!%3#3#@@@@`@?C%35#57'5.'54&'735##'#3'#373733>757'#53$Bs&sB$$@@@@@$ˀ@@B<>@$@!B@@B!@$@>@$@@@$@>6574'.'&7>7>5&'##&'#;673367&'264&&'#";265#&7&'#7>7365&%5&'#;26?67..=>76%"#.=36=4&+54+"37>=&')  ^%,8ivJ7!'!!#3#35#%3#735#3#735#@@@$$$@@@@@@@@@@@@@@ $$$@@@@@'5@.'567 67'.'547167 671'.'5>7267. "" ٣""٣٣٣mڐI6*55*6II6 *55* 6II66II66I?$$$$/37;?CSW[_c!!>75.#53#53#53#53!!>75.#53#53#53#53#53!!>75.#53#53#53#53$$$$@@@@@@@@$$$$@@@@@@@@@@$$$$@@@@@@@@$$$$$$$$@@$$$$!!>7.!!#53@$$$$``$$$$``!!>7.#53#53#53$$$$%$$$$@ '#'735.'>7&'%&'>$mmmmc /;Rl/;Rl$mmm lR;;;/l"1:!>75.'#'#'537373!!!>7.!>7$$$$P`PP`P0PP`PP0$$ץ$$$$pPPPP0PPPP@$$ D ʘ33535##5 535@''``@``@ %77@``@```````@% @@">G%#.'>5.'37'"&464=.'#553>74&.462@@&#H77H#rK@ ,,@,,rK@@&#H77H#] ,,@,,@&9$7HH7$9nKr ,@,,@,bKr&n9$7HH7$9,@,,@,@(1Xp3#.7&6725.'267##75"&54&"26.7&6725.#"&'3>'6&'%5#5372675#"&53-Z,yffy<]9fNOr%C77,+F.2H1D!K$hUHjH+9M5JU&p[Jh$Edd]A  /1 D٥ln;49/+$!&/ < Y84G -#%5 < \<>G 7I@9)-8 !!>7!!% 5&>3 $$$@_r$$$` ]e!!56#!!>7.%!!5&>35@A$$$$@_r@@@$$$$A@]e:C.4&".&7&'#!67.'&667."&462m D g a1( (Q/00*'.75&6764.'"./.7."&'&6&676'&6'&>766&666'&6&.672>>7..672>&?>7>.76.67&'.'&76.*     "0   % ,0"$  )   $   -#+  -" >$ 9 ?!*U/ * J   V ,   & -J& &      * O3 +      "    &  ! ! ! 6  m # %av 6     *6'>4&'7#367.>4&>4&(#++#($$77c+>EE>+FOO,-22-,4;;?5\$+FRF+#\9$$!!+>>+Fչ+-uu,+4@3@267'#.'>7"&?#.#3>73267.'"&'>7254&'%&%%77757'%7```/""oo""oo"fg+o+~f#""o"o #3#'3#'3#!!5!5!3.'!!>7@@@@@@@@$$$$@@@@@@@$$$$ %!!#7'!.'>7!!!0$$$$?@0$$$$"!!>7.#5'#373'3533**l**k``````****{{`!5@ /##5##5##%.'#3!'3'#37#7!#3>7'$@@@$$@@$@@$@@$$@@$%.'!!>7#!"&/.+!#"H##H$$  Y@@X7$$9:@/3#.'##!>7>75.!33333337!5!$$$$$$$$[@@@@@@@@@@$$$@$$$@$@$@@@@ALY>7>75."&=4&""&=4&""&'5.'5267'"&'>2'1>7.$$$6$$,,$R~~~~R@٣@$6II6@$@   $$@$ss$####I66IT,'.776>'.7'.76&'C&.16N=lpPFDN!' t1H8N+ C,g,0`GnD>kdgF9&<"m}j[O55?@k)5.'#!!>7.'%3#!#5!3!53@$$$$$$@@@@@$$@$$$$@@@@5!5##35>7335!5!52B @Rl@H7@ C1@@E:@lR7H@9F@@V>2"&%."26."26!3>"&'#'.'&675#3>"&'#!>7.$6$$6$$6$$6$$6$$6$#P1%4 NB'=O2$4 &'$$@P1%4 NB'=K@$$$$6$$$$6$$$$6$$#&' 4%D`& '& 4$2O$$@&' 4%D`& $$ -6%'2675'&2754'>&'57%64'"&462ڐ o p 9$$6$$L0000L#q$$]b4CFI.462#.'#.'#3!>73>73###.'#53>7!3#3!')66R66H7@7H@$@)@))@)@$@H7@7H@$$@`@``@6R66R67HH7$$$$$$7HH7@$$@@?@'B#0#7.'"+33!6765.#!'>7>'&67;2fY5" *.A*5II5n\:z ?F8S'kk@Y/9)+R !!?K (2E_.4/I55I7 8A}9D!@@7@~J&EB!!@A'B.!"#323>7'213>76#".76&'.'7!2> z:l\n5II5*A.* "5Yf8E" R+)9/Y@k'S@K}A8 7I55J/4.^E1* K?D9E!BE&K~@7@@!?@&333 !!!!5!!!.'!>7.$$V EFFE V$$@@$$DD$@$@@!%35!3!>7!'3#'#5353##53@@ #$$#KP@P@@@@@@@@@f@@!77G@@@@@%!576?>>26>7!/# 0 $6$ 1 #j7HH@@@%'L$$L'H77H@@#/3#3!.'5.'>75>7!.'>@hW$$WhhW$$Wh?@@l3t$$t3ll3t$$t3l@@ 6776&'.5>7@KccKI H65J I@ 5 6II6 5 0!36#!>'4&#2654&+z83AQPIKKdsU[ZVsVh8\[Nro9280?@<8~#'!#'##33.'#%#~==,-Ӡ< Ha`@Еfj0 %C[h3#>72"&s/%+0$*#/" %-"@ !/!"&7&63!2"&7&63!2#%7 !2#!"&7&6     q  t  &ZfZ&     ####@####Sf Z####@@7='&/./&/&"2?6?>?6?64'7E /"mVBVm"/ EE /"mVBVm"/ E`@`|Vm"/ EE /"mVBVm"/ EE /"mVB`@c@@ ,<H67&".4>25>73#.%5>73#."&'&67!!!Z?6?64+"&=46;27#567>7>54&#"#467>32E /"mVBVm"/ EE /"mVBVm"/ E@@  @d   l    0@&*B-|Vm"/ EE /"mVBVm"/ EE /"mVB@       " 0 !!!.'!>7.!!$$V EFFE V$$$$DD$@$&&5<K Ze +t  L   * H f | V & (c) 2012-2016 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 github-octiconsRegulargithub-octiconsgithub-octiconsVersion 1.0github-octiconsGenerated by svg2ttf from Fontello project.http://fontello.com (c) 2012-2016 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 github-octiconsRegulargithub-octiconsgithub-octiconsVersion 1.0github-octiconsGenerated by svg2ttf from Fontello project.http://fontello.com       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}heartzap light-bulbrepo repo-forked repo-push repo-pullbookoctofacegit-pull-request mark-githubcloud-download cloud-uploadkeyboardgist file-code file-text file-mediafile-zipfile-pdftagfile-directoryfile-submodulepersonjersey git-commit git-branch git-mergemirror issue-openedissue-reopened issue-closedstarcommentquestionalertsearchgear radio-towertoolssign-outrocketrssclippysign-in organization device-mobileunfoldcheckmail mail-readarrow-up arrow-right arrow-down arrow-leftpingiftgraph triangle-left credit-cardclockruby broadcastkeyrepo-force-push repo-clonediffeyecomment-discussion mail-reply primitive-dotprimitive-square device-cameradevice-camera-videopencilinfotriangle-right triangle-downlinkplus three-barscodelocationlist-unordered list-orderedquoteversionscalendarlock diff-added diff-removed diff-modified diff-renamedhorizontal-rulearrow-small-right milestone checklist megaphone chevron-rightbookmarksettings dashboardhistory link-externalmutex circle-slashpulsesync telescope gist-secrethomestopbug logo-github file-binarydatabaseserver diff-ignoredellipsis no-newlinehubotarrow-small-uparrow-small-downarrow-small-left chevron-up chevron-down chevron-left triangle-up git-compare logo-gistfile-symlink-filefile-symlink-directorysquirrelglobeunmutementionpackagebrowserterminalmarkdowndashfoldinboxtrashcanpaintcanflame briefcaseplug circuit-board mortar-boardlawthumbsup thumbsdowndesktop-downloadbeakerbellwatchshieldbold text-sizeitalictasklistverifiedsmiley unverifieddevice-desktopocticons-3.5.0/octicons/octicons.css000066400000000000000000000252301265740677300175370ustar00rootroot00000000000000@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-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-microscope:before, .octicon-beaker:before { content: '\f0dd'} /*  */ .octicon-bell:before { content: '\f0de'} /*  */ .octicon-bold:before { content: '\f0e2'} /*  */ .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-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-clone:before, .octicon-desktop-download:before { content: '\f0dc'} /*  */ .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-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-italic:before { content: '\f0e4'} /*  */ .octicon-jersey:before { content: '\f019'} /*  */ .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-gist:before { content: '\f0ad'} /*  */ .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-milestone:before { content: '\f075'} /*  */ .octicon-mirror-public:before, .octicon-mirror:before { content: '\f024'} /*  */ .octicon-mortar-board:before { content: '\f0d7'} /*  */ .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-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-primitive-dot:before { content: '\f052'} /*  */ .octicon-primitive-square:before { content: '\f053'} /*  */ .octicon-pulse:before { content: '\f085'} /*  */ .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-search-save:before, .octicon-search:before { content: '\f02e'} /*  */ .octicon-server:before { content: '\f097'} /*  */ .octicon-settings:before { content: '\f07c'} /*  */ .octicon-shield:before { content: '\f0e1'} /*  */ .octicon-log-in:before, .octicon-sign-in:before { content: '\f036'} /*  */ .octicon-log-out:before, .octicon-sign-out:before { content: '\f032'} /*  */ .octicon-smiley:before { content: '\f0e7'} /*  */ .octicon-squirrel:before { content: '\f0b2'} /*  */ .octicon-star-add:before, .octicon-star-delete:before, .octicon-star:before { content: '\f02a'} /*  */ .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-tasklist:before { content: '\f0e5'} /*  */ .octicon-telescope:before { content: '\f088'} /*  */ .octicon-terminal:before { content: '\f0c8'} /*  */ .octicon-text-size:before { content: '\f0e3'} /*  */ .octicon-three-bars:before { content: '\f05e'} /*  */ .octicon-thumbsdown:before { content: '\f0db'} /*  */ .octicon-thumbsup:before { content: '\f0da'} /*  */ .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-unverified:before { content: '\f0e8'} /*  */ .octicon-verified:before { content: '\f0e6'} /*  */ .octicon-versions:before { content: '\f064'} /*  */ .octicon-watch:before { content: '\f0e0'} /*  */ .octicon-remove-close:before, .octicon-x:before { content: '\f081'} /*  */ .octicon-zap:before { content: '\26A1'} /* ⚡ */ octicons-3.5.0/octicons/octicons.eot000066400000000000000000000742001265740677300175370ustar00rootroot00000000000000xwLP_octiconsRegularVersion 1.0octicons  OS/2|SZ(Vcmapx glyf}bxhead6hhea $hmtx:loca$$ Rmaxp nameg5jxpost#0ڬp@@\ @ *__< hh? *G e2PfEd@&e|@@\G @@hV@&e& $(JOSdhnqx|&e&#&*LQVhjpu{|ٜa+nbzL:z2d:zJ l & ^  F V  V t~P,4n(`d.<BP^<8<rFX2DzHB`4f!*!!"""#,#######$$t%%T%%'D'((V(()))`))*z*++4+,,,-X--..`..//"/v/0T11<W@C65'&7.&67>7.'>7.7462>767&hG%&(%X ZDI>>IDY@ڬ6 _F+  ,7 " g*D H6 // 6H D*g /$ 6!&'&'.'$7>'&'1\.F12D1[c772@<#88#wEZ8oo8ZE<@@!!@@@18!5>7>7.#4'.'&'.'>72!.`(?8 @ 8?(T)+  +)!z;iR*!b@ X;;X@.l&gc6@@6cg&l.$)AX66XA)$Z!m'I]3!Z;8GG@@ $,0#535#35#35#3%!'5#.'>7!!353!!!@@@@@@@@$``$$$?@@@@@@$``$$$e@@-6?H'5>5.'>74&'575>5..462.462.4627H##H77H##H77H##HI ,,@,, ,,@,, ,,@,,H7$9RR9$7HH7$9rr9$7HH7$9rr9$7H,@,,@,,@,,@,,@,,@,@@.#5335#333!!5!5!5#!#3#3>7.@@@@@@$$A$$@@@@@$$@@@@@$$@@ '/37;5!5!5%#33!'5#.'>7!#5!!!353!#35#335#@@@@$``$$$@@@@@@@@@@@@@$``$$$@@@@@@  -27!!!5!!5!!!!!!!!'!.'>7!7!'!!!!$@@$$`@@`$  @@@@@@@@$@@$@$@@$; @ .8B>'6.".7$74&&'4676>>4&%>4& kr0efe0rk ',,," 4dd4 "!++!!++!!++! ,+*qSJ  JSq*kAAkI%C+  +C%IG@aAAa@@aAAa@@$>GP%4=.'#553>74&.462.'>74&'>"&462.462rK@@&#H77H#] ,,@,,`H77H##H77H##3,@,,@,L ,,@,,nbKr&n9$7HH7$9,@,,@,7HH7$9\9$7HH7$99 ,,@,,,@,,@,W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!@3!3'3376&'35#.7&6735>736'#3267.@{x_a``K%$LSxRwUS-zg@ gsqSUYSEf[M4\a0Spptm3#7##6&'35#.7&6735>736'#3267.@{x_a``K%$LSxRwUS-zg@ gsqSUYSEf[M4\a0Spptm #'7;?CGKOSW[_c#53#3%#3%#335#%35##3#37#335#%!.'>7!!!35#5#335#!5!%35##3%35#35+3!35#@@@@@@@@@@@@@@$$$$?@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@$$@$$@@@@@@@@@@@@@@ '7/7'7>7!!.7!!ࠠ0pp0pp$$$$?0pp00pp0$$@$$ !!>7!!'73'7' $$$@`` ``$$$`a`@?a` "!5!!5!!5!!5!!.'>7!'!!@@@$$$@@@@@$$$3#%!.'>7!'!7$$$@$$$@@  "&*6:!!>7!3353%53#3#53#3#53!5.'5##5 $$$@@@@@@@@@@@#H7@$$$`@@@@@@@@@@@@@R9$@@7H@@@ $7H!!>7%!>!"'67676?>7275.'".'>'6 $$$@  ` >!,?=m>Ky,F,`/+]  -%*Q, !$$$`&o732 3#: DZ2&%:+*ZD :|&2-*+:x!56#!!>7.%!5!@A$$$$%@@@@$$$$@ &*!!>7!!5!!56#!3>7!35.%!5!@$@A$$$$$%@@$@@@@@$$$$$@@@+7!33>753.#5####!.'>.'>7$$$$@@@@lRRllRRl7HH77HH$$$@$RllRRll.H77HH77H@@@ #6>B37'#3%&7#"&5#!>7&'!>'3>'3%37'#3 @@1`/)\&&[0@W-@D^^D@ 3/ @@ @ Єl&&l &&@ 00KpsKP)_ @ @ @.'#3>735.'>7[[[[@GP.'>5.'>7&'>76367>7#>%"&46.462.462H77H#L2O1#H77H##H77H!$dL&(# ,,@,, ,,@,,` ,,@,,7HH7$92L09$7HH7$9\9$7HH74# L'g39,@,,@,,@,,@,,@,,@,2;DM"5.'.'>5.'>74&'553>7."&462.462.462$93k*%AH77H##H77H#AR*f.9$7HH,@,,@,L ,,@,, ,,@,,# V)37HH7$9\9$7HH7$9C)#H77H ,,@,,,@,,@,,@,,@,@@ !  4&%5#3!55!'7@@.@@@- `PP@ ` .'>7>7.#3#3ΛΛ~ΛΛW@3#335#!#.'47#>73'>7365.''`3YTj>f`3XTj>f@`AKΛ!!XMf`AKΛ!!XMf '%3##37'.'>77.'>7`@@ΛY3;>ja"@ @SΛKA;MWav % %LJ;;))ѕ/`!37!>7.!5#!@$$$$@$$$$*6%3#'#>7326=4&+"#>7'.'>7>7.p$ @rKKrΛΛ`d?$@ KrVΛΛW?%."3!2>4%#535#3J " JlJ ""/@?$'>5.'26726764%.'>7"%٣٣>q/  S/q>٣%" 2+5/7'/#'73?7'7.'>7|8HtF,f(GvH:{|8HtF,f(GvH;RllRRllf)FvH:{|8HtF,f)FvH:{|8HtFclRRllRRl,'3GSVZo64'&4764&"2&"264'.46764>7.'&"27>4&1"'37!3#7327>4&'&"3    ! ---, ! ! ! `,;;,,;; ! ! ! ! ,--/(%_76_$(@@@@L     ! !V" " FJE r /sys/ " "TYT" ";,,;;,,;E " "TYS# " /szs@@@@ ! '+! " FJF ?A".7'7'&6.'26764''?"$8l Wp8| z{+.w֕&'&S29?Y 8o!$%:s :tZ}!9t-/i U!#;"\B:@@!5!5!5!%!35.'!5!>7#@$$]$@@$$( $@A *.'676.'#37>775767>7.&1DKgBD7o5":,@,M-#5S">@gLC2=#S5#Y!,@,3!5p6 3#533.7HE@@ـHI@i@@5G7!!!!55!5%#335#3!.'>73>73#5!!!.'#."#@@@@@$$$H77H$@$@$$6$$@$@@@@@@$$$7HH7$$$6$$6$$@@@"!3!%.5>7!#5!7!!@$$@$@$ $$@@ ,8Eqw2673>7.'.'&'26%>3"&'6'.'>.4672!3>7533>7533>75>75.#5#53#5####!##30IXI;$7HH7'eFFe'7HH7$;^ # ,,@+7II77II ,, # +`$$$@$@$$@$@$$$e@@@@@@@@$$%H77HASSAH77H%,@,* I77II77I,@, *4$$$$@$$@$$$$A@@!!>7..4627!!@$$$$#//F//@$$$$./F//F/@!(/!53'!3!.'7'>7!#!7#5!353'3##7#$@$$$ $@@$$@@$@` 7``!>7.'!  777-$$$$?@``@@$$$$@` `` @"'*-0#53!!%!.'6?5>7373 %!-% @@$$e$MM$eA  @@_$$!H%$$%H `` 3!3@ !!@@!# @@5 5!# 6753>'& @%@3%3@% %0@PTX\`#>76'.+&'.+"#3!>735.%67>732#'>32#.'&6!!5!5!!!7!5!@X ',3((3/' X$@$@$@$$  $   @@@@@ A& .. &A $$$@$9#   #}  $8# I@@@@@ !3%#3#3#3@@@@@ !5!!.'>7!!!!!!!$$$$?@@$$@$$@@@ 3!.'3'.'>7>7.$@ΛΛ@$@mΛΛW 3 ! '!@@@`@@#'/Ga#>75.'##33>7535.'3####537.'.5>75675>7.'.'67@@$$@$$@$@$@$@$@@@@@bb"zz"tZkkZt$@$$@$$$$$@@bb%[3zz3[%>C9rr9C>ތ"&'3753535373>7&.4625Hmly@@@@Fm&11L11Hmy@@@@@@Gmm1L11L1@@ *###7##!!5!5!5#!#3#3>7.$$@$$@$$@@@@@$$ @@ $:BFJ!3353>7.#53#535!!#535#53'!5!375!>75!!5##573#7#53$@@$$@@@@@@@@$$``@$@@@@@@@@$@@$$A@@@@@@@@@$$``$@@@@@@@@ ",3##5#5353!5!!.'>7'!!"+!3@@@ $$$@@`@@@@@$$$@  #67&.'>77.'>7  mmmH77HH77HPPmmmm7HH77HH@+2!!37!>75353>7.!5#!3%#'!!$$$@$@@$$e`$`@$$$$$$``$@`` 56.'\2z@ >7.mmmm@mmm@%!!@&2!.'!!>7.!5!.'>77.'>7$$$$$$ ___AZDDZZDDZ$$$$$@$@____DZZDDZZ5.'!!>7567.$$$$M!!z$$$$ f 53'#533'762@@SS2f@@SSf2&2&462".'#3;267#>7.'.'>$6$$6[&@&@&@&@@ΛΛ6$$6$&&&&,͛ΛX @ ;3#.'>7!5>7.'!%#3!.'>75!>7.@@KrtIItI6#M11MLr@@2LM11M#6ItIItr@ZZZEpJH(@^^@@^@^@@^^@(HJpEZZZ !#!5!3!@@@@ )!"&7&63!2!"&7&63!2!2#!"&7&6L    L    1  L  ############  7'7```  ```@@`@@ %67.&'>72.'>7PP٣b AuZ0 H77HH77H@ȔWahHz-Tf97HH77HH )7ES3+"&7&6;2!26'6&#!"#";26'6&#";26'6&!"3!26'6&!"3!26'6& 4  4   L  4  4  4  4  eL    L    #############@############ )6Or!#!"&7&63!2!26'6&#!"!"3!26'6&#3#35#">7.#">23'56'4&#>32#2#&'2674& L   %  L  L    .06@ -/')% >./*1+-%#  '=)8############# *77?&-% B)%8%"% )  0 +#&$J#62.'4762.'47ts ?_WH[c ts ?_WH[cuIOKNX ZvIOKNX Z!/!!>7.!!%3#3#.'>3#3#.'>@$$$$[@@@@$$@@@@$$$$$$@@@$$?@@$$@#'+/37;?CGKOSW[_cgkosw#+"&=#+"&=#!>7.!!%#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53@@$$$$@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@````$@$$$@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%)-1!#53!.'>735>73%!5.'!!#3#3@@$$$@mm@$P<7.!!#53533##@$$$$@$$$$@!!>7.!!!5!@$$$$$$$$@!!>7.!!>7.@$$$$lRRllRRl$$$$RllRRll#535 !.'>7!!!@$$$$?$$$$ !33##5#3!5#75##535#3535!5!@@@@@@@@@@@@@%#3@@@#53!.'5>7!%#33#$$@$$@ #'+/37 '7 !.'>7!'&"!5!!5!35##35#35#35#3`` 3$$$33Z@@@@@@@@@@@ `` 3$@$$`32@@@@@@@"&*."&7353>7.&/?!!%5MPFvvF#Bv'%%%; U+ 2JWWJ*R ##)8@@@@@ '7'7``@``@A !"%4&/?'&3?32@#@@Uw.xx.w--@#@#W VV W  #/;#335#3#35##3#3#3>4&%#3>4&#3>4&@@@@@@@@@@@@@@@@$$$$%$$$$%$$$$@$6$$6$$6$$6$$6$$6$@ !?#53#3#3#3'&#3>75%.'>727.#674'@@@@@@@@@@ `$$@$੩:i.<9K&@@@@ $@$$;_;?੩<',dV&!#!#'!'>7.'47#>7.@@j>f`3XΛTXMf`AKΛΛ!!%3!.'>73#!7@$$$`А$$$@`А/#.'5>7376''77'7$$7D~~D~~D~~D~h!$$D~~D~~D~~D~ ''7'77____@____ >7.2.5>"&'?p/$'Λ?p/$'N'$/p?*'$/p? ' #3735୍FȘ::f@fsF`!'7%7$7>'%>&&6 &/JSK&Tvk<7JSK&Tvk<7q &g?x0F4I'QTe@@@@@@@@@@X # YJO^ MvU @@@@@ ; *"r 5)w $%!7'37!!'!'326?6&%;'@@0P@@"$$"΀`@@@@0,80,'#'3!>7### @$$@LLL$$@L!!!'7!%3#3#@@@@`@?C%35#57'5.'54&'735##'#3'#373733>757'#53$Bs&sB$$@@@@@$ˀ@@B<>@$@!B@@B!@$@>@$@@@$@>6574'.'&7>7>5&'##&'#;673367&'264&&'#";265#&7&'#7>7365&%5&'#;26?67..=>76%"#.=36=4&+54+"37>=&')  ^%,8ivJ7!'!!#3#35#%3#735#3#735#@@@$$$@@@@@@@@@@@@@@ $$$@@@@@'5@.'567 67'.'547167 671'.'5>7267. "" ٣""٣٣٣mڐI6*55*6II6 *55* 6II66II66I?$$$$/37;?CSW[_c!!>75.#53#53#53#53!!>75.#53#53#53#53#53!!>75.#53#53#53#53$$$$@@@@@@@@$$$$@@@@@@@@@@$$$$@@@@@@@@$$$$$$$$@@$$$$!!>7.!!#53@$$$$``$$$$``!!>7.#53#53#53$$$$%$$$$@ '#'735.'>7&'%&'>$mmmmc /;Rl/;Rl$mmm lR;;;/l"1:!>75.'#'#'537373!!!>7.!>7$$$$P`PP`P0PP`PP0$$ץ$$$$pPPPP0PPPP@$$ D ʘ33535##5 535@''``@``@ %77@``@```````@% @@">G%#.'>5.'37'"&464=.'#553>74&.462@@&#H77H#rK@ ,,@,,rK@@&#H77H#] ,,@,,@&9$7HH7$9nKr ,@,,@,bKr&n9$7HH7$9,@,,@,@(1Xp3#.7&6725.'267##75"&54&"26.7&6725.#"&'3>'6&'%5#5372675#"&53-Z,yffy<]9fNOr%C77,+F.2H1D!K$hUHjH+9M5JU&p[Jh$Edd]A  /1 D٥ln;49/+$!&/ < Y84G -#%5 < \<>G 7I@9)-8 !!>7!!% 5&>3 $$$@_r$$$` ]e!!56#!!>7.%!!5&>35@A$$$$@_r@@@$$$$A@]e:C.4&".&7&'#!67.'&667."&462m D g a1( (Q/00*'.75&6764.'"./.7."&'&6&676'&6'&>766&666'&6&.672>>7..672>&?>7>.76.67&'.'&76.*     "0   % ,0"$  )   $   -#+  -" >$ 9 ?!*U/ * J   V ,   & -J& &      * O3 +      "    &  ! ! ! 6  m # %av 6     *6'>4&'7#367.>4&>4&(#++#($$77c+>EE>+FOO,-22-,4;;?5\$+FRF+#\9$$!!+>>+Fչ+-uu,+4@3@267'#.'>7"&?#.#3>73267.'"&'>7254&'%&%%77757'%7```/""oo""oo"fg+o+~f#""o"o #3#'3#'3#!!5!5!3.'!!>7@@@@@@@@$$$$@@@@@@@$$$$ %!!#7'!.'>7!!!0$$$$?@0$$$$"!!>7.#5'#373'3533**l**k``````****{{`!5@ /##5##5##%.'#3!'3'#37#7!#3>7'$@@@$$@@$@@$@@$$@@$%.'!!>7#!"&/.+!#"H##H$$  Y@@X7$$9:@/3#.'##!>7>75.!33333337!5!$$$$$$$$[@@@@@@@@@@$$$@$$$@$@$@@@@ALY>7>75."&=4&""&=4&""&'5.'5267'"&'>2'1>7.$$$6$$,,$R~~~~R@٣@$6II6@$@   $$@$ss$####I66IT,'.776>'.7'.76&'C&.16N=lpPFDN!' t1H8N+ C,g,0`GnD>kdgF9&<"m}j[O55?@k)5.'#!!>7.'%3#!#5!3!53@$$$$$$@@@@@$$@$$$$@@@@5!5##35>7335!5!52B @Rl@H7@ C1@@E:@lR7H@9F@@V>2"&%."26."26!3>"&'#'.'&675#3>"&'#!>7.$6$$6$$6$$6$$6$$6$#P1%4 NB'=O2$4 &'$$@P1%4 NB'=K@$$$$6$$$$6$$$$6$$#&' 4%D`& '& 4$2O$$@&' 4%D`& $$ -6%'2675'&2754'>&'57%64'"&462ڐ o p 9$$6$$L0000L#q$$]b4CFI.462#.'#.'#3!>73>73###.'#53>7!3#3!')66R66H7@7H@$@)@))@)@$@H7@7H@$$@`@``@6R66R67HH7$$$$$$7HH7@$$@@?@'B#0#7.'"+33!6765.#!'>7>'&67;2fY5" *.A*5II5n\:z ?F8S'kk@Y/9)+R !!?K (2E_.4/I55I7 8A}9D!@@7@~J&EB!!@A'B.!"#323>7'213>76#".76&'.'7!2> z:l\n5II5*A.* "5Yf8E" R+)9/Y@k'S@K}A8 7I55J/4.^E1* K?D9E!BE&K~@7@@!?@&333 !!!!5!!!.'!>7.$$V EFFE V$$@@$$DD$@$@@!%35!3!>7!'3#'#5353##53@@ #$$#KP@P@@@@@@@@@f@@!77G@@@@@%!576?>>26>7!/# 0 $6$ 1 #j7HH@@@%'L$$L'H77H@@#/3#3!.'5.'>75>7!.'>@hW$$WhhW$$Wh?@@l3t$$t3ll3t$$t3l@@ 6776&'.5>7@KccKI H65J I@ 5 6II6 5 0!36#!>'4&#2654&+z83AQPIKKdsU[ZVsVh8\[Nro9280?@<8~#'!#'##33.'#%#~==,-Ӡ< Ha`@Еfj0 %C[h3#>72"&s/%+0$*#/" %-"@ !/!"&7&63!2"&7&63!2#%7 !2#!"&7&6     q  t  &ZfZ&     ####@####Sf Z####@@7='&/./&/&"2?6?>?6?64'7E /"mVBVm"/ EE /"mVBVm"/ E`@`|Vm"/ EE /"mVBVm"/ EE /"mVB`@c@@ ,<H67&".4>25>73#.%5>73#."&'&67!!!Z?6?64+"&=46;27#567>7>54&#"#467>32E /"mVBVm"/ EE /"mVBVm"/ E@@  @d   l    0@&*B-|Vm"/ EE /"mVBVm"/ EE /"mVB@       " 0 !!!.'!>7.!!$$V EFFE V$$$$DD$@$&&.5= EP +X  L       6 VF & (c) 2012-2016 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 octiconsRegularocticonsocticonsVersion 1.0octiconsGenerated by svg2ttf from Fontello project.http://fontello.com (c) 2012-2016 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 octiconsRegularocticonsocticonsVersion 1.0octiconsGenerated by svg2ttf from Fontello project.http://fontello.com       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~heartzap light-bulbrepo repo-forked repo-push repo-pullbookoctofacegit-pull-request mark-githubcloud-download cloud-uploadkeyboardgist file-code file-text file-mediafile-zipfile-pdftagfile-directoryfile-submodulepersonjersey git-commit git-branch git-mergemirror issue-openedissue-reopened issue-closedstarcommentquestionalertsearchgear radio-towertoolssign-outrocketrssclippysign-in organization device-mobileunfoldcheckmail mail-readarrow-up arrow-right arrow-down arrow-leftpingiftgraph triangle-left credit-cardclockruby broadcastkeyrepo-force-push repo-clonediffeyecomment-discussion mail-reply primitive-dotprimitive-square device-cameradevice-camera-videopencilinfotriangle-right triangle-downlinkplus three-barscodelocationlist-unordered list-orderedquoteversionscalendarlock diff-added diff-removed diff-modified diff-renamedhorizontal-rulearrow-small-right milestone checklist megaphone chevron-rightbookmarksettings dashboardhistory link-externalmutex circle-slashpulsesync telescope gist-secrethomestopbug logo-github file-binarydatabaseserver diff-ignoredellipsis no-newlinehubotarrow-small-uparrow-small-downarrow-small-left chevron-up chevron-down chevron-left triangle-up git-compare logo-gistfile-symlink-filefile-symlink-directorysquirrelglobeunmutementionpackagebrowserterminalmarkdowndashfoldinboxtrashcanpaintcanflame briefcaseplug circuit-board mortar-boardlawthumbsup thumbsdowndesktop-downloadbeakerbellwatchshieldbold text-sizeitalictasklistverifiedsmiley unverifieddevice-desktopocticons-3.5.0/octicons/octicons.less000066400000000000000000000256561265740677300177310ustar00rootroot00000000000000@octicons-font-path: "."; @octicons-version: "22dab811a5aa6c7ae0f71074a3480b993f7ef79b"; @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-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-microscope:before, .octicon-beaker:before { content: '\f0dd'} /*  */ .octicon-bell:before { content: '\f0de'} /*  */ .octicon-bold:before { content: '\f0e2'} /*  */ .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-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-clone:before, .octicon-desktop-download:before { content: '\f0dc'} /*  */ .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-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-italic:before { content: '\f0e4'} /*  */ .octicon-jersey:before { content: '\f019'} /*  */ .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-gist:before { content: '\f0ad'} /*  */ .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-milestone:before { content: '\f075'} /*  */ .octicon-mirror-public:before, .octicon-mirror:before { content: '\f024'} /*  */ .octicon-mortar-board:before { content: '\f0d7'} /*  */ .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-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-primitive-dot:before { content: '\f052'} /*  */ .octicon-primitive-square:before { content: '\f053'} /*  */ .octicon-pulse:before { content: '\f085'} /*  */ .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-search-save:before, .octicon-search:before { content: '\f02e'} /*  */ .octicon-server:before { content: '\f097'} /*  */ .octicon-settings:before { content: '\f07c'} /*  */ .octicon-shield:before { content: '\f0e1'} /*  */ .octicon-log-in:before, .octicon-sign-in:before { content: '\f036'} /*  */ .octicon-log-out:before, .octicon-sign-out:before { content: '\f032'} /*  */ .octicon-smiley:before { content: '\f0e7'} /*  */ .octicon-squirrel:before { content: '\f0b2'} /*  */ .octicon-star-add:before, .octicon-star-delete:before, .octicon-star:before { content: '\f02a'} /*  */ .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-tasklist:before { content: '\f0e5'} /*  */ .octicon-telescope:before { content: '\f088'} /*  */ .octicon-terminal:before { content: '\f0c8'} /*  */ .octicon-text-size:before { content: '\f0e3'} /*  */ .octicon-three-bars:before { content: '\f05e'} /*  */ .octicon-thumbsdown:before { content: '\f0db'} /*  */ .octicon-thumbsup:before { content: '\f0da'} /*  */ .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-unverified:before { content: '\f0e8'} /*  */ .octicon-verified:before { content: '\f0e6'} /*  */ .octicon-versions:before { content: '\f064'} /*  */ .octicon-watch:before { content: '\f0e0'} /*  */ .octicon-remove-close:before, .octicon-x:before { content: '\f081'} /*  */ .octicon-zap:before { content: '\26A1'} /* ⚡ */ octicons-3.5.0/octicons/octicons.scss000066400000000000000000000256631265740677300177340ustar00rootroot00000000000000$octicons-font-path: "." !default; $octicons-version: "22dab811a5aa6c7ae0f71074a3480b993f7ef79b"; @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-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-microscope:before, .octicon-beaker:before { content: '\f0dd'} /*  */ .octicon-bell:before { content: '\f0de'} /*  */ .octicon-bold:before { content: '\f0e2'} /*  */ .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-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-clone:before, .octicon-desktop-download:before { content: '\f0dc'} /*  */ .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-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-italic:before { content: '\f0e4'} /*  */ .octicon-jersey:before { content: '\f019'} /*  */ .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-gist:before { content: '\f0ad'} /*  */ .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-milestone:before { content: '\f075'} /*  */ .octicon-mirror-public:before, .octicon-mirror:before { content: '\f024'} /*  */ .octicon-mortar-board:before { content: '\f0d7'} /*  */ .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-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-primitive-dot:before { content: '\f052'} /*  */ .octicon-primitive-square:before { content: '\f053'} /*  */ .octicon-pulse:before { content: '\f085'} /*  */ .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-search-save:before, .octicon-search:before { content: '\f02e'} /*  */ .octicon-server:before { content: '\f097'} /*  */ .octicon-settings:before { content: '\f07c'} /*  */ .octicon-shield:before { content: '\f0e1'} /*  */ .octicon-log-in:before, .octicon-sign-in:before { content: '\f036'} /*  */ .octicon-log-out:before, .octicon-sign-out:before { content: '\f032'} /*  */ .octicon-smiley:before { content: '\f0e7'} /*  */ .octicon-squirrel:before { content: '\f0b2'} /*  */ .octicon-star-add:before, .octicon-star-delete:before, .octicon-star:before { content: '\f02a'} /*  */ .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-tasklist:before { content: '\f0e5'} /*  */ .octicon-telescope:before { content: '\f088'} /*  */ .octicon-terminal:before { content: '\f0c8'} /*  */ .octicon-text-size:before { content: '\f0e3'} /*  */ .octicon-three-bars:before { content: '\f05e'} /*  */ .octicon-thumbsdown:before { content: '\f0db'} /*  */ .octicon-thumbsup:before { content: '\f0da'} /*  */ .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-unverified:before { content: '\f0e8'} /*  */ .octicon-verified:before { content: '\f0e6'} /*  */ .octicon-versions:before { content: '\f064'} /*  */ .octicon-watch:before { content: '\f0e0'} /*  */ .octicon-remove-close:before, .octicon-x:before { content: '\f081'} /*  */ .octicon-zap:before { content: '\26A1'} /* ⚡ */ octicons-3.5.0/octicons/octicons.svg000066400000000000000000002030211265740677300175420ustar00rootroot00000000000000 (c) 2012-2016 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 octicons-3.5.0/octicons/octicons.ttf000066400000000000000000000737301265740677300175540ustar00rootroot00000000000000  OS/2|SZ(Vcmapx glyf}bxhead6hhea $hmtx:loca$$ Rmaxp nameg5jxpost#0ڬp@@\ @ *__< hh? *G e2PfEd@&e|@@\G @@hV@&e& $(JOSdhnqx|&e&#&*LQVhjpu{|ٜa+nbzL:z2d:zJ l & ^  F V  V t~P,4n(`d.<BP^<8<rFX2DzHB`4f!*!!"""#,#######$$t%%T%%'D'((V(()))`))*z*++4+,,,-X--..`..//"/v/0T11<W@C65'&7.&67>7.'>7.7462>767&hG%&(%X ZDI>>IDY@ڬ6 _F+  ,7 " g*D H6 // 6H D*g /$ 6!&'&'.'$7>'&'1\.F12D1[c772@<#88#wEZ8oo8ZE<@@!!@@@18!5>7>7.#4'.'&'.'>72!.`(?8 @ 8?(T)+  +)!z;iR*!b@ X;;X@.l&gc6@@6cg&l.$)AX66XA)$Z!m'I]3!Z;8GG@@ $,0#535#35#35#3%!'5#.'>7!!353!!!@@@@@@@@$``$$$?@@@@@@$``$$$e@@-6?H'5>5.'>74&'575>5..462.462.4627H##H77H##H77H##HI ,,@,, ,,@,, ,,@,,H7$9RR9$7HH7$9rr9$7HH7$9rr9$7H,@,,@,,@,,@,,@,,@,@@.#5335#333!!5!5!5#!#3#3>7.@@@@@@$$A$$@@@@@$$@@@@@$$@@ '/37;5!5!5%#33!'5#.'>7!#5!!!353!#35#335#@@@@$``$$$@@@@@@@@@@@@@$``$$$@@@@@@  -27!!!5!!5!!!!!!!!'!.'>7!7!'!!!!$@@$$`@@`$  @@@@@@@@$@@$@$@@$; @ .8B>'6.".7$74&&'4676>>4&%>4& kr0efe0rk ',,," 4dd4 "!++!!++!!++! ,+*qSJ  JSq*kAAkI%C+  +C%IG@aAAa@@aAAa@@$>GP%4=.'#553>74&.462.'>74&'>"&462.462rK@@&#H77H#] ,,@,,`H77H##H77H##3,@,,@,L ,,@,,nbKr&n9$7HH7$9,@,,@,7HH7$9\9$7HH7$99 ,,@,,,@,,@,W@C65'&'.'.77>7.'>7.7462>767&^H)%X ZDI>>IDY@ڬ6 _2 0 & 7 " g*D H6 // 6H D*g /$ 6!@3!3'3376&'35#.7&6735>736'#3267.@{x_a``K%$LSxRwUS-zg@ gsqSUYSEf[M4\a0Spptm3#7##6&'35#.7&6735>736'#3267.@{x_a``K%$LSxRwUS-zg@ gsqSUYSEf[M4\a0Spptm #'7;?CGKOSW[_c#53#3%#3%#335#%35##3#37#335#%!.'>7!!!35#5#335#!5!%35##3%35#35+3!35#@@@@@@@@@@@@@@$$$$?@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@$$@$$@@@@@@@@@@@@@@ '7/7'7>7!!.7!!ࠠ0pp0pp$$$$?0pp00pp0$$@$$ !!>7!!'73'7' $$$@`` ``$$$`a`@?a` "!5!!5!!5!!5!!.'>7!'!!@@@$$$@@@@@$$$3#%!.'>7!'!7$$$@$$$@@  "&*6:!!>7!3353%53#3#53#3#53!5.'5##5 $$$@@@@@@@@@@@#H7@$$$`@@@@@@@@@@@@@R9$@@7H@@@ $7H!!>7%!>!"'67676?>7275.'".'>'6 $$$@  ` >!,?=m>Ky,F,`/+]  -%*Q, !$$$`&o732 3#: DZ2&%:+*ZD :|&2-*+:x!56#!!>7.%!5!@A$$$$%@@@@$$$$@ &*!!>7!!5!!56#!3>7!35.%!5!@$@A$$$$$%@@$@@@@@$$$$$@@@+7!33>753.#5####!.'>.'>7$$$$@@@@lRRllRRl7HH77HH$$$@$RllRRll.H77HH77H@@@ #6>B37'#3%&7#"&5#!>7&'!>'3>'3%37'#3 @@1`/)\&&[0@W-@D^^D@ 3/ @@ @ Єl&&l &&@ 00KpsKP)_ @ @ @.'#3>735.'>7[[[[@GP.'>5.'>7&'>76367>7#>%"&46.462.462H77H#L2O1#H77H##H77H!$dL&(# ,,@,, ,,@,,` ,,@,,7HH7$92L09$7HH7$9\9$7HH74# L'g39,@,,@,,@,,@,,@,,@,2;DM"5.'.'>5.'>74&'553>7."&462.462.462$93k*%AH77H##H77H#AR*f.9$7HH,@,,@,L ,,@,, ,,@,,# V)37HH7$9\9$7HH7$9C)#H77H ,,@,,,@,,@,,@,,@,@@ !  4&%5#3!55!'7@@.@@@- `PP@ ` .'>7>7.#3#3ΛΛ~ΛΛW@3#335#!#.'47#>73'>7365.''`3YTj>f`3XTj>f@`AKΛ!!XMf`AKΛ!!XMf '%3##37'.'>77.'>7`@@ΛY3;>ja"@ @SΛKA;MWav % %LJ;;))ѕ/`!37!>7.!5#!@$$$$@$$$$*6%3#'#>7326=4&+"#>7'.'>7>7.p$ @rKKrΛΛ`d?$@ KrVΛΛW?%."3!2>4%#535#3J " JlJ ""/@?$'>5.'26726764%.'>7"%٣٣>q/  S/q>٣%" 2+5/7'/#'73?7'7.'>7|8HtF,f(GvH:{|8HtF,f(GvH;RllRRllf)FvH:{|8HtF,f)FvH:{|8HtFclRRllRRl,'3GSVZo64'&4764&"2&"264'.46764>7.'&"27>4&1"'37!3#7327>4&'&"3    ! ---, ! ! ! `,;;,,;; ! ! ! ! ,--/(%_76_$(@@@@L     ! !V" " FJE r /sys/ " "TYT" ";,,;;,,;E " "TYS# " /szs@@@@ ! '+! " FJF ?A".7'7'&6.'26764''?"$8l Wp8| z{+.w֕&'&S29?Y 8o!$%:s :tZ}!9t-/i U!#;"\B:@@!5!5!5!%!35.'!5!>7#@$$]$@@$$( $@A *.'676.'#37>775767>7.&1DKgBD7o5":,@,M-#5S">@gLC2=#S5#Y!,@,3!5p6 3#533.7HE@@ـHI@i@@5G7!!!!55!5%#335#3!.'>73>73#5!!!.'#."#@@@@@$$$H77H$@$@$$6$$@$@@@@@@$$$7HH7$$$6$$6$$@@@"!3!%.5>7!#5!7!!@$$@$@$ $$@@ ,8Eqw2673>7.'.'&'26%>3"&'6'.'>.4672!3>7533>7533>75>75.#5#53#5####!##30IXI;$7HH7'eFFe'7HH7$;^ # ,,@+7II77II ,, # +`$$$@$@$$@$@$$$e@@@@@@@@$$%H77HASSAH77H%,@,* I77II77I,@, *4$$$$@$$@$$$$A@@!!>7..4627!!@$$$$#//F//@$$$$./F//F/@!(/!53'!3!.'7'>7!#!7#5!353'3##7#$@$$$ $@@$$@@$@` 7``!>7.'!  777-$$$$?@``@@$$$$@` `` @"'*-0#53!!%!.'6?5>7373 %!-% @@$$e$MM$eA  @@_$$!H%$$%H `` 3!3@ !!@@!# @@5 5!# 6753>'& @%@3%3@% %0@PTX\`#>76'.+&'.+"#3!>735.%67>732#'>32#.'&6!!5!5!!!7!5!@X ',3((3/' X$@$@$@$$  $   @@@@@ A& .. &A $$$@$9#   #}  $8# I@@@@@ !3%#3#3#3@@@@@ !5!!.'>7!!!!!!!$$$$?@@$$@$$@@@ 3!.'3'.'>7>7.$@ΛΛ@$@mΛΛW 3 ! '!@@@`@@#'/Ga#>75.'##33>7535.'3####537.'.5>75675>7.'.'67@@$$@$$@$@$@$@$@@@@@bb"zz"tZkkZt$@$$@$$$$$@@bb%[3zz3[%>C9rr9C>ތ"&'3753535373>7&.4625Hmly@@@@Fm&11L11Hmy@@@@@@Gmm1L11L1@@ *###7##!!5!5!5#!#3#3>7.$$@$$@$$@@@@@$$ @@ $:BFJ!3353>7.#53#535!!#535#53'!5!375!>75!!5##573#7#53$@@$$@@@@@@@@$$``@$@@@@@@@@$@@$$A@@@@@@@@@$$``$@@@@@@@@ ",3##5#5353!5!!.'>7'!!"+!3@@@ $$$@@`@@@@@$$$@  #67&.'>77.'>7  mmmH77HH77HPPmmmm7HH77HH@+2!!37!>75353>7.!5#!3%#'!!$$$@$@@$$e`$`@$$$$$$``$@`` 56.'\2z@ >7.mmmm@mmm@%!!@&2!.'!!>7.!5!.'>77.'>7$$$$$$ ___AZDDZZDDZ$$$$$@$@____DZZDDZZ5.'!!>7567.$$$$M!!z$$$$ f 53'#533'762@@SS2f@@SSf2&2&462".'#3;267#>7.'.'>$6$$6[&@&@&@&@@ΛΛ6$$6$&&&&,͛ΛX @ ;3#.'>7!5>7.'!%#3!.'>75!>7.@@KrtIItI6#M11MLr@@2LM11M#6ItIItr@ZZZEpJH(@^^@@^@^@@^^@(HJpEZZZ !#!5!3!@@@@ )!"&7&63!2!"&7&63!2!2#!"&7&6L    L    1  L  ############  7'7```  ```@@`@@ %67.&'>72.'>7PP٣b AuZ0 H77HH77H@ȔWahHz-Tf97HH77HH )7ES3+"&7&6;2!26'6&#!"#";26'6&#";26'6&!"3!26'6&!"3!26'6& 4  4   L  4  4  4  4  eL    L    #############@############ )6Or!#!"&7&63!2!26'6&#!"!"3!26'6&#3#35#">7.#">23'56'4&#>32#2#&'2674& L   %  L  L    .06@ -/')% >./*1+-%#  '=)8############# *77?&-% B)%8%"% )  0 +#&$J#62.'4762.'47ts ?_WH[c ts ?_WH[cuIOKNX ZvIOKNX Z!/!!>7.!!%3#3#.'>3#3#.'>@$$$$[@@@@$$@@@@$$$$$$@@@$$?@@$$@#'+/37;?CGKOSW[_cgkosw#+"&=#+"&=#!>7.!!%#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53#53@@$$$$@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@````$@$$$@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%)-1!#53!.'>735>73%!5.'!!#3#3@@$$$@mm@$P<7.!!#53533##@$$$$@$$$$@!!>7.!!!5!@$$$$$$$$@!!>7.!!>7.@$$$$lRRllRRl$$$$RllRRll#535 !.'>7!!!@$$$$?$$$$ !33##5#3!5#75##535#3535!5!@@@@@@@@@@@@@%#3@@@#53!.'5>7!%#33#$$@$$@ #'+/37 '7 !.'>7!'&"!5!!5!35##35#35#35#3`` 3$$$33Z@@@@@@@@@@@ `` 3$@$$`32@@@@@@@"&*."&7353>7.&/?!!%5MPFvvF#Bv'%%%; U+ 2JWWJ*R ##)8@@@@@ '7'7``@``@A !"%4&/?'&3?32@#@@Uw.xx.w--@#@#W VV W  #/;#335#3#35##3#3#3>4&%#3>4&#3>4&@@@@@@@@@@@@@@@@$$$$%$$$$%$$$$@$6$$6$$6$$6$$6$$6$@ !?#53#3#3#3'&#3>75%.'>727.#674'@@@@@@@@@@ `$$@$੩:i.<9K&@@@@ $@$$;_;?੩<',dV&!#!#'!'>7.'47#>7.@@j>f`3XΛTXMf`AKΛΛ!!%3!.'>73#!7@$$$`А$$$@`А/#.'5>7376''77'7$$7D~~D~~D~~D~h!$$D~~D~~D~~D~ ''7'77____@____ >7.2.5>"&'?p/$'Λ?p/$'N'$/p?*'$/p? ' #3735୍FȘ::f@fsF`!'7%7$7>'%>&&6 &/JSK&Tvk<7JSK&Tvk<7q &g?x0F4I'QTe@@@@@@@@@@X # YJO^ MvU @@@@@ ; *"r 5)w $%!7'37!!'!'326?6&%;'@@0P@@"$$"΀`@@@@0,80,'#'3!>7### @$$@LLL$$@L!!!'7!%3#3#@@@@`@?C%35#57'5.'54&'735##'#3'#373733>757'#53$Bs&sB$$@@@@@$ˀ@@B<>@$@!B@@B!@$@>@$@@@$@>6574'.'&7>7>5&'##&'#;673367&'264&&'#";265#&7&'#7>7365&%5&'#;26?67..=>76%"#.=36=4&+54+"37>=&')  ^%,8ivJ7!'!!#3#35#%3#735#3#735#@@@$$$@@@@@@@@@@@@@@ $$$@@@@@'5@.'567 67'.'547167 671'.'5>7267. "" ٣""٣٣٣mڐI6*55*6II6 *55* 6II66II66I?$$$$/37;?CSW[_c!!>75.#53#53#53#53!!>75.#53#53#53#53#53!!>75.#53#53#53#53$$$$@@@@@@@@$$$$@@@@@@@@@@$$$$@@@@@@@@$$$$$$$$@@$$$$!!>7.!!#53@$$$$``$$$$``!!>7.#53#53#53$$$$%$$$$@ '#'735.'>7&'%&'>$mmmmc /;Rl/;Rl$mmm lR;;;/l"1:!>75.'#'#'537373!!!>7.!>7$$$$P`PP`P0PP`PP0$$ץ$$$$pPPPP0PPPP@$$ D ʘ33535##5 535@''``@``@ %77@``@```````@% @@">G%#.'>5.'37'"&464=.'#553>74&.462@@&#H77H#rK@ ,,@,,rK@@&#H77H#] ,,@,,@&9$7HH7$9nKr ,@,,@,bKr&n9$7HH7$9,@,,@,@(1Xp3#.7&6725.'267##75"&54&"26.7&6725.#"&'3>'6&'%5#5372675#"&53-Z,yffy<]9fNOr%C77,+F.2H1D!K$hUHjH+9M5JU&p[Jh$Edd]A  /1 D٥ln;49/+$!&/ < Y84G -#%5 < \<>G 7I@9)-8 !!>7!!% 5&>3 $$$@_r$$$` ]e!!56#!!>7.%!!5&>35@A$$$$@_r@@@$$$$A@]e:C.4&".&7&'#!67.'&667."&462m D g a1( (Q/00*'.75&6764.'"./.7."&'&6&676'&6'&>766&666'&6&.672>>7..672>&?>7>.76.67&'.'&76.*     "0   % ,0"$  )   $   -#+  -" >$ 9 ?!*U/ * J   V ,   & -J& &      * O3 +      "    &  ! ! ! 6  m # %av 6     *6'>4&'7#367.>4&>4&(#++#($$77c+>EE>+FOO,-22-,4;;?5\$+FRF+#\9$$!!+>>+Fչ+-uu,+4@3@267'#.'>7"&?#.#3>73267.'"&'>7254&'%&%%77757'%7```/""oo""oo"fg+o+~f#""o"o #3#'3#'3#!!5!5!3.'!!>7@@@@@@@@$$$$@@@@@@@$$$$ %!!#7'!.'>7!!!0$$$$?@0$$$$"!!>7.#5'#373'3533**l**k``````****{{`!5@ /##5##5##%.'#3!'3'#37#7!#3>7'$@@@$$@@$@@$@@$$@@$%.'!!>7#!"&/.+!#"H##H$$  Y@@X7$$9:@/3#.'##!>7>75.!33333337!5!$$$$$$$$[@@@@@@@@@@$$$@$$$@$@$@@@@ALY>7>75."&=4&""&=4&""&'5.'5267'"&'>2'1>7.$$$6$$,,$R~~~~R@٣@$6II6@$@   $$@$ss$####I66IT,'.776>'.7'.76&'C&.16N=lpPFDN!' t1H8N+ C,g,0`GnD>kdgF9&<"m}j[O55?@k)5.'#!!>7.'%3#!#5!3!53@$$$$$$@@@@@$$@$$$$@@@@5!5##35>7335!5!52B @Rl@H7@ C1@@E:@lR7H@9F@@V>2"&%."26."26!3>"&'#'.'&675#3>"&'#!>7.$6$$6$$6$$6$$6$$6$#P1%4 NB'=O2$4 &'$$@P1%4 NB'=K@$$$$6$$$$6$$$$6$$#&' 4%D`& '& 4$2O$$@&' 4%D`& $$ -6%'2675'&2754'>&'57%64'"&462ڐ o p 9$$6$$L0000L#q$$]b4CFI.462#.'#.'#3!>73>73###.'#53>7!3#3!')66R66H7@7H@$@)@))@)@$@H7@7H@$$@`@``@6R66R67HH7$$$$$$7HH7@$$@@?@'B#0#7.'"+33!6765.#!'>7>'&67;2fY5" *.A*5II5n\:z ?F8S'kk@Y/9)+R !!?K (2E_.4/I55I7 8A}9D!@@7@~J&EB!!@A'B.!"#323>7'213>76#".76&'.'7!2> z:l\n5II5*A.* "5Yf8E" R+)9/Y@k'S@K}A8 7I55J/4.^E1* K?D9E!BE&K~@7@@!?@&333 !!!!5!!!.'!>7.$$V EFFE V$$@@$$DD$@$@@!%35!3!>7!'3#'#5353##53@@ #$$#KP@P@@@@@@@@@f@@!77G@@@@@%!576?>>26>7!/# 0 $6$ 1 #j7HH@@@%'L$$L'H77H@@#/3#3!.'5.'>75>7!.'>@hW$$WhhW$$Wh?@@l3t$$t3ll3t$$t3l@@ 6776&'.5>7@KccKI H65J I@ 5 6II6 5 0!36#!>'4&#2654&+z83AQPIKKdsU[ZVsVh8\[Nro9280?@<8~#'!#'##33.'#%#~==,-Ӡ< Ha`@Еfj0 %C[h3#>72"&s/%+0$*#/" %-"@ !/!"&7&63!2"&7&63!2#%7 !2#!"&7&6     q  t  &ZfZ&     ####@####Sf Z####@@7='&/./&/&"2?6?>?6?64'7E /"mVBVm"/ EE /"mVBVm"/ E`@`|Vm"/ EE /"mVBVm"/ EE /"mVB`@c@@ ,<H67&".4>25>73#.%5>73#."&'&67!!!Z?6?64+"&=46;27#567>7>54&#"#467>32E /"mVBVm"/ EE /"mVBVm"/ E@@  @d   l    0@&*B-|Vm"/ EE /"mVBVm"/ EE /"mVB@       " 0 !!!.'!>7.!!$$V EFFE V$$$$DD$@$&&.5= EP +X  L       6 VF & (c) 2012-2016 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 octiconsRegularocticonsocticonsVersion 1.0octiconsGenerated by svg2ttf from Fontello project.http://fontello.com (c) 2012-2016 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 octiconsRegularocticonsocticonsVersion 1.0octiconsGenerated by svg2ttf from Fontello project.http://fontello.com       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~heartzap light-bulbrepo repo-forked repo-push repo-pullbookoctofacegit-pull-request mark-githubcloud-download cloud-uploadkeyboardgist file-code file-text file-mediafile-zipfile-pdftagfile-directoryfile-submodulepersonjersey git-commit git-branch git-mergemirror issue-openedissue-reopened issue-closedstarcommentquestionalertsearchgear radio-towertoolssign-outrocketrssclippysign-in organization device-mobileunfoldcheckmail mail-readarrow-up arrow-right arrow-down arrow-leftpingiftgraph triangle-left credit-cardclockruby broadcastkeyrepo-force-push repo-clonediffeyecomment-discussion mail-reply primitive-dotprimitive-square device-cameradevice-camera-videopencilinfotriangle-right triangle-downlinkplus three-barscodelocationlist-unordered list-orderedquoteversionscalendarlock diff-added diff-removed diff-modified diff-renamedhorizontal-rulearrow-small-right milestone checklist megaphone chevron-rightbookmarksettings dashboardhistory link-externalmutex circle-slashpulsesync telescope gist-secrethomestopbug logo-github file-binarydatabaseserver diff-ignoredellipsis no-newlinehubotarrow-small-uparrow-small-downarrow-small-left chevron-up chevron-down chevron-left triangle-up git-compare logo-gistfile-symlink-filefile-symlink-directorysquirrelglobeunmutementionpackagebrowserterminalmarkdowndashfoldinboxtrashcanpaintcanflame briefcaseplug circuit-board mortar-boardlawthumbsup thumbsdowndesktop-downloadbeakerbellwatchshieldbold text-sizeitalictasklistverifiedsmiley unverifieddevice-desktopocticons-3.5.0/octicons/octicons.woff000066400000000000000000000412341265740677300177120ustar00rootroot00000000000000wOFFB wOS/2DV|SZcmap8xglyfL6bx}head816hhea9 $ hmtx94:loca9RR$$ maxp;  name;,g5post=#0ڬxc`dNetB3f0b```b`ef \SR?0;w`avg8fS xM+a1rgI| k)I^QX(FXHD#)+QdH4ybf|Y8uNc8v'lͅN5~SlQ@ʩ:htM 2c343̳+Fm8 ))_z3ߋYǥ wUYOzԃt]Ji]* D uCkG1miSZW4PO>)ʗ-kx| |$Uw[]UݝtN?]3y'LyŒ30O`׀08 RBE0btoud_*슢o5.+ "t;ުN'3tzWǹϫ$I6%"DhJ2 4Twu^VXr UKCbj%R-JLz"[D rn]iSEjG <h>`ɊSOWpˁ?I?r9z剾u)Ɗ}re?ĕj`\_<Y -)mEkjEB[dBņE=3zL(u/cNU! =T3Vy 5Nts}_xľ$|4LCwQ̜&mu2bҨ4׊_<[rz9jTx~jʫ, SC trxy~{ty,/dz e; k_ FpِsP*Q⡡;{W(TN/ݗogONl؀uר2щ-RHlC\*㍥*fVcXl,,ųap)۪T/&t4-03BӰ߬KxE/_aXu`LI*ҴQl,k:kY8'zE\g!%bj &U7B4ʷ%100h%KxQ^ыѳ~ &c~`hB߷JC5oE.?Jtvege8.0s$G4 #Zl5QqQm@ow=!3=pJ~IT&fJgd<_F2;$Xʆmiձ`g A!KEX;<`Q3$e<ú[Ŭ-G$@RͰ QMϺ-IRc(:M0ka$=k5O-kCƞ%`fdݡBA ^`5gs&. i <򲊊!GEzSM"Z+JIx:Vxؒ? ᚣ#Wb5Nȓˌ?|gr_gq*~vNus nnUv^w_RU?Mv<_}`3.Y 5hӜSi vI*,MYsg,4f{i3rEHnnK>@(BcV_$&]sg|ΗYU\KȖ2ҟ MMSDVc6O}x(x6f'g$ Ps'7J:JkPnxP?&x?-i:jKhN%bbZ"HuKj5Rޭ;vxE;mWxNZ0}WS ںWݹ SGΕ/dijȑug-d>M㏬ aƹG1!q)ܘ84RiM)K˄PHJ; `K pb!Fl&EHg9¿,n Yr\h6#.?mĬ ~&$9hlOc K]8xiؖ] i93 '^-Yի *ّ#GN~ĕG:34~rD\2œԝHy&IA)"KiB&A-㛒Fu)QY$PXX65;dtQ>+KKj,M_RC vIt+/HERtE`@,tZ,?#@} uGqKXrp[ԁoGhR8)& /dt$,!ݾMHط9(!\y^.HlZƎzTl('Q| T}08 E,$.o!+|4} uZƪTƅ^)K%Q 'kTR]\;ŶYUf҉@mL?2YKa 3O61kIfhxxSOw ƽNMLM^a%!Z3G_zEJBO=cU9ԮXpl/+3ړX h=wY.$پufV&FP }}]gf&υJ~QAGm.VKdsRS>;̟Ą[xQ2xCY<'(4'^gu@Iu뛪$tFXA#R%l=qT@q$iigBC;vb7"w*UF$u%,[82PW58"|R5pPcjX'¸hU/gRTBmsd=_ ?,ԍ݃]|:`Q_i^V&@z:ŎCt3=>¤Ė# ;d8FN)ŧ쯓{駝mضUl|w{bժmM:qE 8-!fx+Re~ pQGWMAϦֱm0Ϭک^A:oKf j8:A4&<$<-ȊW|7aY;Xht.2[NN24834+&:V;8q*n'k 0| ޵ (ֵ%Aנ1MuC<<ޚDg콯49Ս$e amuc) A(MLRK6=6ܰqe[w'?.YtѢ˚J̣?glwIX?DqbNh1yaBt~0nbN%Iij Q'`4˥j6YU-PⱅbJ@OO#L_0sO0f;L&$/ọ=*HO.5h 5=r\G{f |l8Б {>7ܗP>cO@=}ڦxAkfLW@im5r.'zpz1Yb4ںJr5SIArp֓8C]L5s[B]C7?m{+N=~qzoOloaxĿ}!m+N> 2d'>f'ip t\qsֵ4+ dKa G\)s~%Hϓ8H&8mv o6]Z_M>kqNq<#*] #oZxjZ9T]{uHk T3::w0_ٓ xוޭkǢvYZ^X-ΖT9X)Dv-RLJyD+rT$oV"%ו}($ܔN&!srR񤂜|LT(1bO&tK{dXOaP(*jPH1ʐKK{ t'1k*iybh1.OKciƅ-Β r+sZ8[V=S@Y/K$K,5UqxsX'ۦۃA`^R:BL[@AI A6e_[Ob$x0R\FƵVR|m?Ԓ읈&NRZ)ć:b\TxxG,bu4֊\` HGc4#ZagmhgX'~Y"y|voes~DŽM EԒ>pL83ؐnT4ǓA_cYr+M19F"{xeO^s3cgy x9,wA9r,p[.9G,qx\f4:Wj#ǚVႰ~ogj:'Sr.}׀c5)ַKGRҕ8|DY| >6q'wOÏ>bO*Jö]VQ49L \xjbt=!_.neovuiAko:uTs't511E11u٥1F#x$@| I7 +5Ҍ@ ̍M&$WbbV J2NfnzzypƵV#;&j7)ߍ(>{wBOf:4ujR0 ncϋs|#~lf(@D9׏)  2sNj=B5"3]2XƵNǼ7!%q%:Qm]pj0k k -ٯJEe'vvvZaYoyN7d%2/ bf37P% kZ {&22{f:Mk<Ԉ/i!%Yn%+$zLŽl֞,Wm@~+Ğld ,tH 4#x(zQpuQapD\*eg^f֭DNfKGi^O}E4,N] b'2>c?Z9\enpX-3cᆌ<^n_pLpZZӫHP3FE{wZ;ccQq(F\{my}\L7t IErmpokAqR~]y^dnul+\y_=ݰG%0٤ps)ǡxȇ&wDj7 |l_ 1-GeM m^M^}#lxP>:}U^0\qNj8:o80ѧUiSJ 9 hvBAٜTZhAyKJyў;.W߶-:cŮp.J-gyw|ܒ!Ġ,*6$eCگ,j8Fs!aeN!X"tb,%q$Ϙ/Z|EYZ.%ͮ5kIPֻG h* SC:| ; Nut|RLj~tOq0/Bm5 fB~2ik  ٟbo{Xf"jryNJr,z%#U#pB voi i>•1I"ra꿁Ne HwBpn7D(",M L:+rŨ_)/QN]F~N)kɻgmGg{ 4c泾ryME\;[.w«iz3H=d/)8nEq\\ HAr%;$K\'%.TIhΦ,^DAd75Aj)sMs+n^1 ie8؏Li)VF߉(^Z?RN+osъ PM$q@ Gה W kgnxnΛknBga2sAY} 6޽CD̬|,1%!zL9y_UC5j=AC6y5j>ժpA%-MXR%وG Nv_p馈2tc[{ѝ?m|2rwvw;l?ym"N$DQn{xfmb1TpĹ gDsR(>*jỬ>ؚol1VS\we N,?Q#Y5:mǜqI"a5X}Ss,WqhՊl"iIHq.ǚ#X"jR2}dؖzuQb|K齶4|do^&6]9īϓtg(4}3Oʕ/|OL6þ.eBަ@/LaY+z4rpgbx fUU@/ҁ|Er&~ 燯Xuy]MNVP MˎAI4/F/)ZEJi@^JPՇ($p 8Gt{Z5&{7'nX {A/ '0&-gBh@,W;l절B2[Kլ8Q=*P)4QIl9ُ ۉګvZg'n6g[Y#s`b;x˩6n=;P: )*sý͖ V .6[aZd- b0Ess+eJ'Y~bMo OڊDOcE2(l(4gp),0py5CDZ-c5{Iv1߻ GC& kVMq ~{VYC&5JV1NSʎ{KEKA6uvҧP8JEC6Q)WE":G?C\/u~9fi<0$[?Y ~Y9&Cw)hVQa-=WZ HN&rP+]g8ss)%1uLB~fq~I,{\(#sLjJo<"C..)AbYTy'xuql4 aGna>ɟd`)h{*iʊ8j#FW\Q~ 6Up\ ʦyUP(_Mc Izn[A+ynXVx=<-?p /)d' E.4J~U(vf#5ia|ٯ?Swx];⯣`vVun)G3ޢ~ \UL1\ ݆x_Bh;*(Ɉ|\<܍hZl69?<8=o ;<ݣC;crrr-mJ NbRft1qfWG&hivP}DDpግRZ]YB+pd;P1OneϋkhϽX_#2:1% xEגk@"Vo!K|?:4&Вdp$ΨE,gE-|Gj'Mݠ1؃ҥ[ݼ0>`,B2ͽW[&t??Im2=beL~ToD#QG|KT˹b9:Nh⼸8sIP)x^R (ᴸdj. |ͫ.Z>x÷3o;Z|pmu 13u]-W]WoglŹ͉ Gul>EhlxǞ}r}][J~Γ!{AM"Ɇ].Sjo8 Ay:/շb:{wWmm2 |&ne?#vg6NAyxw'38+>| 9ڍgWW4zF&jJ/6r-+8Gֈ"pwlx13O! r+:1UkFu˭քOz2XᑑU~8j  r6[OKHW$m?|#--!Q2 ~އ%{7ֻDu+杓9K71Ai0$ ɚ z/Vl:j%#}2@]/RI-U+Vn QuOBMٔҁJ,wjrO;6<ժ8JqC}^ :S vXb/_kzs#Ht_x ܦy=o@f#\h b˃r+َrzD7W̫e0pU2|k[弙(x+t-KDC}MVxOi?潟1[қ,<]o*DŞN9S|`49ږ,j-wj AF|>2fj'BJH&XKO8dAĘOUp Җ 5aJ8kмԢOt3y,)Ex[BkC|WO0-ꡯKdk'70࿪Z-e5rgU)΄IH7rmtoE+fR(O- 6St?~قX.Z~f۶فI._۟1\+jYv6:Sx?Bz@]w5+ ٤; ׹LX X)6qq,!{0Rë\J-Sߟ'K'2Zl,} Y5Δ.¾߱Tϯf{vlh/Df: ^c_{aftRoG,^s`W7dw'۷G\p2`nq? ^Z; ,'!s^ ف '+a\hZ-D&_%⧁K78#'NGuIxv Ǘ:y^<)=;g e9s7W} pՏ3`-ڵ9I5dze6͆DwAP') 5^aeIl2 ^:p̿4gqL>k#δ y* '#j1ѧΚ2_QD3U$G(ed$sln;':I|^2Aۑjؽ"l}-⹲" ݉syVc܄C_i8Jn&+Ooe!QrZa4Vin'Y7oӷtnv2pcXH;k};jsxc}z[bdxg[!"O=W'O,&%+]q,ՕH$?4"U8'i9:!="gt+"Uv IU<:slMqkj֎CCׯ4ء Ɗ ~/NijD:D`ʚ'*ƹKHfyaoCYv~`W9*Qm)y|haꃉ6M]ΆlLUE>~M;#5篋|ԲP#vrHwM dҪBqi'GЦC-.S[Vڇ $ak jhkAlmQw5s&XZ[W 5N VO*LJ.^?ڗ iXB]ߝ]1/;܊ž,tÏH8-8#aC?o:KT$EӦM4e fַ.~xXŀ4ɍ8h9KC% ˨_$G"~ӽ`l! 1/ٝYlXR8Ė5d})P_ U" bQp>=tK3݁}5N쏍Ƃ#y[uη!v8NvӻY> Y96횮w_b޴+.}tK9xϽKNST"%B9 E`eH|T6VʛY:Ma7խZj#Sx|,BO'"ΣSYlxQǣc29(6QZOf׿o[\~vcj¨uyGa|ĴjՆs+V[&)y=Kf䪥U.yss]ߟ U-Fv%'Ol߭N2\cB'B!3BW?HowH_!) Ba8?/ChIH&'7|m_^/֧ϞsEʹ)I<A~b!ʽ!UAJ0+ 4Wq  JIw]֮l1П)f[w狏>hQMY1_ nzj<&|*A kYU cqJuUdE%#i5hh\}ok@- hh*˦_ ž5ɼͫHZ[o+7z#_k,hW^W :spf$w+%~GL[nBR4EM*.*#]HYx/<*Y@O: \<*_<(%RZLekmXNj+ M^W%HTDi}^Z{j,JQOM60&V M LZ]D`yk M i@{Ǻ>1d!3+IPHC2`L y;\Fv ”b.:AdcϑmnH1]}->^F%&O\_9e:EvV{F] FWoyȩuuΡ:c=z<NjxJWO=S^YV*(x{gJty{av{+YcfN LǾ;np"uj+?ܴoћ]ӥ|??$xmTe6{q]{efp[ٞغؒW7-3333;r{wSg$ٞyaZ;Zkh#@] D} 0c*va708G(cp,8'$Sp*N8g,sp."q.ER\qUZ\qnMV܆q]^܇CxQ<SxY<b$HA C}@  k0p60&^KxU[x]>GS|W[|~OW__$ko_,wQ\q`&L)5qU|+* zHh5Y dݠfj^uz -"+SZ4Ȥu,(JtJц7QIanjTD6nTb|:.uZԭXA3e)]F$$Qh3Ebh. Ki`0+\t.ꈂZ6Ƀ#R#gd:N†Vf*ҵLɵݤU5_ij %7(u0:"$9%Ӡɐ na`4qJ*~:U>rF 1|~sbv:.-ֵ[2Ҽ@MΧL4K|#r7eU1UF2r9n@fjahD0Ab!Y.S̰JdHdA|A!4]nXx]`F&%~ؤˤVkG: O0aU*Lf#R*:&a)ʉ", "license": "(OFL-1.1 AND MIT)", "bugs": { "url": "https://github.com/github/octicons/issues" }, "homepage": "https://octicons.github.com" } octicons-3.5.0/svg/000077500000000000000000000000001265740677300141605ustar00rootroot00000000000000octicons-3.5.0/svg/alert.svg000066400000000000000000000004601265740677300160100ustar00rootroot00000000000000 octicons-3.5.0/svg/arrow-down.svg000066400000000000000000000001561265740677300170020ustar00rootroot00000000000000 octicons-3.5.0/svg/arrow-left.svg000066400000000000000000000001571265740677300167660ustar00rootroot00000000000000 octicons-3.5.0/svg/arrow-right.svg000066400000000000000000000001601265740677300171430ustar00rootroot00000000000000 octicons-3.5.0/svg/arrow-small-down.svg000066400000000000000000000001551265740677300201070ustar00rootroot00000000000000 octicons-3.5.0/svg/arrow-small-left.svg000066400000000000000000000001551265740677300200720ustar00rootroot00000000000000 octicons-3.5.0/svg/arrow-small-right.svg000066400000000000000000000001551265740677300202550ustar00rootroot00000000000000 octicons-3.5.0/svg/arrow-small-up.svg000066400000000000000000000001551265740677300175640ustar00rootroot00000000000000 octicons-3.5.0/svg/arrow-up.svg000066400000000000000000000001561265740677300164570ustar00rootroot00000000000000 octicons-3.5.0/svg/beaker.svg000066400000000000000000000004461265740677300161360ustar00rootroot00000000000000 octicons-3.5.0/svg/bell.svg000066400000000000000000000004541265740677300156220ustar00rootroot00000000000000 octicons-3.5.0/svg/bold.svg000066400000000000000000000005631265740677300156250ustar00rootroot00000000000000 octicons-3.5.0/svg/book.svg000066400000000000000000000005341265740677300156350ustar00rootroot00000000000000 octicons-3.5.0/svg/bookmark.svg000066400000000000000000000005761265740677300165160ustar00rootroot00000000000000 octicons-3.5.0/svg/briefcase.svg000066400000000000000000000004141265740677300166230ustar00rootroot00000000000000 octicons-3.5.0/svg/broadcast.svg000066400000000000000000000013331265740677300166430ustar00rootroot00000000000000 octicons-3.5.0/svg/browser.svg000066400000000000000000000003711265740677300163650ustar00rootroot00000000000000 octicons-3.5.0/svg/bug.svg000066400000000000000000000007321265740677300154600ustar00rootroot00000000000000 octicons-3.5.0/svg/calendar.svg000066400000000000000000000011741265740677300164550ustar00rootroot00000000000000 octicons-3.5.0/svg/check.svg000066400000000000000000000002061265740677300157540ustar00rootroot00000000000000 octicons-3.5.0/svg/checklist.svg000066400000000000000000000006301265740677300166510ustar00rootroot00000000000000 octicons-3.5.0/svg/chevron-down.svg000066400000000000000000000002071265740677300173110ustar00rootroot00000000000000 octicons-3.5.0/svg/chevron-left.svg000066400000000000000000000002111265740677300172670ustar00rootroot00000000000000 octicons-3.5.0/svg/chevron-right.svg000066400000000000000000000002101265740677300174510ustar00rootroot00000000000000 octicons-3.5.0/svg/chevron-up.svg000066400000000000000000000002041265740677300167630ustar00rootroot00000000000000 octicons-3.5.0/svg/circle-slash.svg000066400000000000000000000005211265740677300172500ustar00rootroot00000000000000 octicons-3.5.0/svg/circuit-board.svg000066400000000000000000000013371265740677300174340ustar00rootroot00000000000000 octicons-3.5.0/svg/clippy.svg000066400000000000000000000007021265740677300162000ustar00rootroot00000000000000 octicons-3.5.0/svg/clock.svg000066400000000000000000000004111265740677300157700ustar00rootroot00000000000000 octicons-3.5.0/svg/cloud-download.svg000066400000000000000000000007001265740677300176110ustar00rootroot00000000000000 octicons-3.5.0/svg/cloud-upload.svg000066400000000000000000000006761265740677300173020ustar00rootroot00000000000000 octicons-3.5.0/svg/code.svg000066400000000000000000000002671265740677300156200ustar00rootroot00000000000000 octicons-3.5.0/svg/comment-discussion.svg000066400000000000000000000005011265740677300205200ustar00rootroot00000000000000 octicons-3.5.0/svg/comment.svg000066400000000000000000000003271265740677300163450ustar00rootroot00000000000000 octicons-3.5.0/svg/credit-card.svg000066400000000000000000000003561265740677300170660ustar00rootroot00000000000000 octicons-3.5.0/svg/dash.svg000066400000000000000000000001431265740677300156160ustar00rootroot00000000000000 octicons-3.5.0/svg/dashboard.svg000066400000000000000000000010001265740677300166170ustar00rootroot00000000000000 octicons-3.5.0/svg/database.svg000066400000000000000000000013121265740677300164420ustar00rootroot00000000000000 octicons-3.5.0/svg/desktop-download.svg000066400000000000000000000004331265740677300201570ustar00rootroot00000000000000 octicons-3.5.0/svg/device-camera-video.svg000066400000000000000000000004011265740677300204650ustar00rootroot00000000000000 octicons-3.5.0/svg/device-camera.svg000066400000000000000000000006151265740677300173700ustar00rootroot00000000000000 octicons-3.5.0/svg/device-desktop.svg000066400000000000000000000003771265740677300176160ustar00rootroot00000000000000 octicons-3.5.0/svg/device-mobile.svg000066400000000000000000000004221265740677300174030ustar00rootroot00000000000000 octicons-3.5.0/svg/diff-added.svg000066400000000000000000000003351265740677300166510ustar00rootroot00000000000000 octicons-3.5.0/svg/diff-ignored.svg000066400000000000000000000003511265740677300172350ustar00rootroot00000000000000 octicons-3.5.0/svg/diff-modified.svg000066400000000000000000000003701265740677300173670ustar00rootroot00000000000000 octicons-3.5.0/svg/diff-removed.svg000066400000000000000000000003161265740677300172500ustar00rootroot00000000000000 octicons-3.5.0/svg/diff-renamed.svg000066400000000000000000000003301265740677300172160ustar00rootroot00000000000000 octicons-3.5.0/svg/diff.svg000066400000000000000000000004231265740677300156100ustar00rootroot00000000000000 octicons-3.5.0/svg/ellipsis.svg000066400000000000000000000003301265740677300165210ustar00rootroot00000000000000 octicons-3.5.0/svg/eye.svg000066400000000000000000000004411265740677300154620ustar00rootroot00000000000000 octicons-3.5.0/svg/file-binary.svg000066400000000000000000000004711265740677300171040ustar00rootroot00000000000000 octicons-3.5.0/svg/file-code.svg000066400000000000000000000004571265740677300165360ustar00rootroot00000000000000 octicons-3.5.0/svg/file-directory.svg000066400000000000000000000003271265740677300176240ustar00rootroot00000000000000 octicons-3.5.0/svg/file-media.svg000066400000000000000000000003331265740677300166740ustar00rootroot00000000000000 octicons-3.5.0/svg/file-pdf.svg000066400000000000000000000021161265740677300163670ustar00rootroot00000000000000 octicons-3.5.0/svg/file-submodule.svg000066400000000000000000000004441265740677300176170ustar00rootroot00000000000000 octicons-3.5.0/svg/file-symlink-directory.svg000066400000000000000000000005261265740677300213110ustar00rootroot00000000000000 octicons-3.5.0/svg/file-symlink-file.svg000066400000000000000000000005001265740677300202140ustar00rootroot00000000000000 octicons-3.5.0/svg/file-text.svg000066400000000000000000000003741265740677300166060ustar00rootroot00000000000000 octicons-3.5.0/svg/file-zip.svg000066400000000000000000000005561265740677300164260ustar00rootroot00000000000000 octicons-3.5.0/svg/flame.svg000066400000000000000000000007521265740677300157710ustar00rootroot00000000000000 octicons-3.5.0/svg/fold.svg000066400000000000000000000004741265740677300156320ustar00rootroot00000000000000 octicons-3.5.0/svg/gear.svg000066400000000000000000000007051265740677300156210ustar00rootroot00000000000000 octicons-3.5.0/svg/gift.svg000066400000000000000000000016131265740677300156330ustar00rootroot00000000000000 octicons-3.5.0/svg/gist-secret.svg000066400000000000000000000006111265740677300171300ustar00rootroot00000000000000 octicons-3.5.0/svg/gist.svg000066400000000000000000000004741265740677300156540ustar00rootroot00000000000000 octicons-3.5.0/svg/git-branch.svg000066400000000000000000000014231265740677300167170ustar00rootroot00000000000000 octicons-3.5.0/svg/git-commit.svg000066400000000000000000000004301265740677300167470ustar00rootroot00000000000000 octicons-3.5.0/svg/git-compare.svg000066400000000000000000000013431265740677300171110ustar00rootroot00000000000000 octicons-3.5.0/svg/git-merge.svg000066400000000000000000000013211265740677300165560ustar00rootroot00000000000000 octicons-3.5.0/svg/git-pull-request.svg000066400000000000000000000014061265740677300201250ustar00rootroot00000000000000 octicons-3.5.0/svg/globe.svg000066400000000000000000000043051265740677300157730ustar00rootroot00000000000000 octicons-3.5.0/svg/graph.svg000066400000000000000000000002321265740677300157770ustar00rootroot00000000000000 octicons-3.5.0/svg/heart.svg000066400000000000000000000005771265740677300160150ustar00rootroot00000000000000 octicons-3.5.0/svg/history.svg000066400000000000000000000005221265740677300164010ustar00rootroot00000000000000 octicons-3.5.0/svg/home.svg000066400000000000000000000003361265740677300156330ustar00rootroot00000000000000 octicons-3.5.0/svg/horizontal-rule.svg000066400000000000000000000003001265740677300200300ustar00rootroot00000000000000 octicons-3.5.0/svg/hubot.svg000066400000000000000000000007201265740677300160210ustar00rootroot00000000000000 octicons-3.5.0/svg/inbox.svg000066400000000000000000000006001265740677300160140ustar00rootroot00000000000000 octicons-3.5.0/svg/info.svg000066400000000000000000000012501265740677300156320ustar00rootroot00000000000000 octicons-3.5.0/svg/issue-closed.svg000066400000000000000000000005361265740677300173040ustar00rootroot00000000000000 octicons-3.5.0/svg/issue-opened.svg000066400000000000000000000004001265740677300172730ustar00rootroot00000000000000 octicons-3.5.0/svg/issue-reopened.svg000066400000000000000000000007551265740677300176370ustar00rootroot00000000000000 octicons-3.5.0/svg/italic.svg000066400000000000000000000003431265740677300161460ustar00rootroot00000000000000 octicons-3.5.0/svg/jersey.svg000066400000000000000000000014611265740677300162040ustar00rootroot00000000000000 octicons-3.5.0/svg/key.svg000066400000000000000000000007101265740677300154670ustar00rootroot00000000000000 octicons-3.5.0/svg/keyboard.svg000066400000000000000000000007751265740677300165120ustar00rootroot00000000000000 octicons-3.5.0/svg/law.svg000066400000000000000000000007771265740677300154770ustar00rootroot00000000000000 octicons-3.5.0/svg/light-bulb.svg000066400000000000000000000011241265740677300167300ustar00rootroot00000000000000 octicons-3.5.0/svg/link-external.svg000066400000000000000000000003451265740677300174600ustar00rootroot00000000000000 octicons-3.5.0/svg/link.svg000066400000000000000000000007021265740677300156350ustar00rootroot00000000000000 octicons-3.5.0/svg/list-ordered.svg000066400000000000000000000020331265740677300172740ustar00rootroot00000000000000 octicons-3.5.0/svg/list-unordered.svg000066400000000000000000000011561265740677300176440ustar00rootroot00000000000000 octicons-3.5.0/svg/location.svg000066400000000000000000000005461265740677300165160ustar00rootroot00000000000000 octicons-3.5.0/svg/lock.svg000066400000000000000000000005131265740677300156300ustar00rootroot00000000000000 octicons-3.5.0/svg/logo-gist.svg000066400000000000000000000020571265740677300166110ustar00rootroot00000000000000 octicons-3.5.0/svg/logo-github.svg000066400000000000000000000043671265740677300171330ustar00rootroot00000000000000 octicons-3.5.0/svg/mail-read.svg000066400000000000000000000006361265740677300165410ustar00rootroot00000000000000 octicons-3.5.0/svg/mail-reply.svg000066400000000000000000000002411265740677300167510ustar00rootroot00000000000000 octicons-3.5.0/svg/mail.svg000066400000000000000000000004211265740677300156200ustar00rootroot00000000000000 octicons-3.5.0/svg/mark-github.svg000066400000000000000000000014071265740677300171150ustar00rootroot00000000000000 octicons-3.5.0/svg/markdown.svg000066400000000000000000000004661265740677300165310ustar00rootroot00000000000000 octicons-3.5.0/svg/megaphone.svg000066400000000000000000000007731265740677300166530ustar00rootroot00000000000000 octicons-3.5.0/svg/mention.svg000066400000000000000000000012701265740677300163520ustar00rootroot00000000000000 octicons-3.5.0/svg/milestone.svg000066400000000000000000000002731265740677300167020ustar00rootroot00000000000000 octicons-3.5.0/svg/mirror.svg000066400000000000000000000004321265740677300162120ustar00rootroot00000000000000 octicons-3.5.0/svg/mortar-board.svg000066400000000000000000000012151265740677300172710ustar00rootroot00000000000000 octicons-3.5.0/svg/mute.svg000066400000000000000000000005321265740677300156530ustar00rootroot00000000000000 octicons-3.5.0/svg/no-newline.svg000066400000000000000000000005641265740677300167610ustar00rootroot00000000000000 octicons-3.5.0/svg/octoface.svg000066400000000000000000000013641265740677300164700ustar00rootroot00000000000000 octicons-3.5.0/svg/organization.svg000066400000000000000000000017601265740677300174110ustar00rootroot00000000000000 octicons-3.5.0/svg/package.svg000066400000000000000000000007321265740677300162760ustar00rootroot00000000000000 octicons-3.5.0/svg/paintcan.svg000066400000000000000000000012671265740677300165040ustar00rootroot00000000000000 octicons-3.5.0/svg/pencil.svg000066400000000000000000000003411265740677300161510ustar00rootroot00000000000000 octicons-3.5.0/svg/person.svg000066400000000000000000000005101265740677300162030ustar00rootroot00000000000000 octicons-3.5.0/svg/pin.svg000066400000000000000000000004421265740677300154670ustar00rootroot00000000000000 octicons-3.5.0/svg/plug.svg000066400000000000000000000003401265740677300156450ustar00rootroot00000000000000 octicons-3.5.0/svg/plus.svg000066400000000000000000000001651265740677300156660ustar00rootroot00000000000000 octicons-3.5.0/svg/primitive-dot.svg000066400000000000000000000002121265740677300174700ustar00rootroot00000000000000 octicons-3.5.0/svg/primitive-square.svg000066400000000000000000000001451265740677300202070ustar00rootroot00000000000000 octicons-3.5.0/svg/pulse.svg000066400000000000000000000002571265740677300160350ustar00rootroot00000000000000 octicons-3.5.0/svg/question.svg000066400000000000000000000006241265740677300165520ustar00rootroot00000000000000 octicons-3.5.0/svg/quote.svg000066400000000000000000000007001265740677300160330ustar00rootroot00000000000000 octicons-3.5.0/svg/radio-tower.svg000066400000000000000000000026561265740677300171460ustar00rootroot00000000000000 octicons-3.5.0/svg/repo-clone.svg000066400000000000000000000006221265740677300167440ustar00rootroot00000000000000 octicons-3.5.0/svg/repo-force-push.svg000066400000000000000000000003761265740677300177250ustar00rootroot00000000000000 octicons-3.5.0/svg/repo-forked.svg000066400000000000000000000011631265740677300171170ustar00rootroot00000000000000 octicons-3.5.0/svg/repo-pull.svg000066400000000000000000000005071265740677300166220ustar00rootroot00000000000000 octicons-3.5.0/svg/repo-push.svg000066400000000000000000000004221265740677300166210ustar00rootroot00000000000000 octicons-3.5.0/svg/repo.svg000066400000000000000000000004601265740677300156460ustar00rootroot00000000000000 octicons-3.5.0/svg/rocket.svg000066400000000000000000000011751265740677300161740ustar00rootroot00000000000000 octicons-3.5.0/svg/rss.svg000066400000000000000000000003221265740677300155050ustar00rootroot00000000000000 octicons-3.5.0/svg/ruby.svg000066400000000000000000000002511265740677300156600ustar00rootroot00000000000000 octicons-3.5.0/svg/search.svg000066400000000000000000000005621265740677300161510ustar00rootroot00000000000000 octicons-3.5.0/svg/server.svg000066400000000000000000000010421265740677300162040ustar00rootroot00000000000000 octicons-3.5.0/svg/settings.svg000066400000000000000000000006071265740677300165440ustar00rootroot00000000000000 octicons-3.5.0/svg/shield.svg000066400000000000000000000005141265740677300161510ustar00rootroot00000000000000 octicons-3.5.0/svg/sign-in.svg000066400000000000000000000003761265740677300162530ustar00rootroot00000000000000 octicons-3.5.0/svg/sign-out.svg000066400000000000000000000003651265740677300164520ustar00rootroot00000000000000 octicons-3.5.0/svg/smiley.svg000066400000000000000000000016501265740677300162050ustar00rootroot00000000000000 octicons-3.5.0/svg/squirrel.svg000066400000000000000000000011341265740677300165460ustar00rootroot00000000000000 octicons-3.5.0/svg/star.svg000066400000000000000000000002541265740677300156530ustar00rootroot00000000000000 octicons-3.5.0/svg/stop.svg000066400000000000000000000003041265740677300156630ustar00rootroot00000000000000 octicons-3.5.0/svg/sync.svg000066400000000000000000000006671265740677300156660ustar00rootroot00000000000000 octicons-3.5.0/svg/tag.svg000066400000000000000000000006451265740677300154610ustar00rootroot00000000000000 octicons-3.5.0/svg/tasklist.svg000066400000000000000000000006421265740677300165410ustar00rootroot00000000000000 octicons-3.5.0/svg/telescope.svg000066400000000000000000000006671265740677300166750ustar00rootroot00000000000000 octicons-3.5.0/svg/terminal.svg000066400000000000000000000004101265740677300165070ustar00rootroot00000000000000 octicons-3.5.0/svg/text-size.svg000066400000000000000000000004661265740677300166430ustar00rootroot00000000000000 octicons-3.5.0/svg/three-bars.svg000066400000000000000000000005451265740677300167410ustar00rootroot00000000000000 octicons-3.5.0/svg/thumbsdown.svg000066400000000000000000000012301265740677300170670ustar00rootroot00000000000000 octicons-3.5.0/svg/thumbsup.svg000066400000000000000000000011721265740677300165510ustar00rootroot00000000000000 octicons-3.5.0/svg/tools.svg000066400000000000000000000011161265740677300160400ustar00rootroot00000000000000 octicons-3.5.0/svg/trashcan.svg000066400000000000000000000004701265740677300165050ustar00rootroot00000000000000 octicons-3.5.0/svg/triangle-down.svg000066400000000000000000000001461265740677300174540ustar00rootroot00000000000000 octicons-3.5.0/svg/triangle-left.svg000066400000000000000000000001451265740677300174360ustar00rootroot00000000000000 octicons-3.5.0/svg/triangle-right.svg000066400000000000000000000001471265740677300176230ustar00rootroot00000000000000 octicons-3.5.0/svg/triangle-up.svg000066400000000000000000000001521265740677300171260ustar00rootroot00000000000000 octicons-3.5.0/svg/unfold.svg000066400000000000000000000004711265740677300161720ustar00rootroot00000000000000 octicons-3.5.0/svg/unmute.svg000066400000000000000000000011721265740677300162170ustar00rootroot00000000000000 octicons-3.5.0/svg/unverified.svg000066400000000000000000000030531265740677300170420ustar00rootroot00000000000000 octicons-3.5.0/svg/verified.svg000066400000000000000000000014071265740677300165000ustar00rootroot00000000000000 octicons-3.5.0/svg/versions.svg000066400000000000000000000004631265740677300165540ustar00rootroot00000000000000 octicons-3.5.0/svg/watch.svg000066400000000000000000000005331265740677300160100ustar00rootroot00000000000000 octicons-3.5.0/svg/x.svg000066400000000000000000000003271265740677300151520ustar00rootroot00000000000000 octicons-3.5.0/svg/zap.svg000066400000000000000000000001631265740677300154730ustar00rootroot00000000000000