pax_global_header 0000666 0000000 0000000 00000000064 12657406773 0014533 g ustar 00root root 0000000 0000000 52 comment=accaab3b0161b207caf28723fbcb0df69d288e7c octicons-3.5.0/ 0000775 0000000 0000000 00000000000 12657406773 0013361 5 ustar 00root root 0000000 0000000 octicons-3.5.0/.gitignore 0000664 0000000 0000000 00000000020 12657406773 0015341 0 ustar 00root root 0000000 0000000 .* node_modules octicons-3.5.0/CHANGELOG.md 0000664 0000000 0000000 00000006715 12657406773 0015203 0 ustar 00root root 0000000 0000000 ### 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.md 0000664 0000000 0000000 00000000406 12657406773 0015612 0 ustar 00root root 0000000 0000000 The 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.txt 0000664 0000000 0000000 00000000445 12657406773 0015207 0 ustar 00root root 0000000 0000000 (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.md 0000664 0000000 0000000 00000007413 12657406773 0014645 0 ustar 00root root 0000000 0000000 # 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:  ## 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.json 0000664 0000000 0000000 00000001020 12657406773 0015363 0 ustar 00root root 0000000 0000000 { "name": "octicons", "description": "GitHub's icon font", "license": [ "OFL-1.1", "MIT" ], "homepage": "https://octicons.github.com", "authors": [ "GitHub