123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- /*!========================================================================
- * Bootstrap: iconset-octicon-2.1.2.js by @recktoner
- * https://victor-valencia.github.com/bootstrap-iconpicker
- *
- * Iconset: Octicons 2.1.2
- * https://octicons.github.com/
- * ========================================================================
- * Copyright 2013-2015 Victor Valencia Rico.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- * ======================================================================== */
- ;(function($){
- $.iconset_octicon = {
- iconClass: 'octicon',
- iconClassFix: 'octicon-',
- icons: [
- '',
- 'alert',
- 'alignment-align',
- 'alignment-aligned-to',
- 'alignment-unalign',
- 'arrow-down',
- 'arrow-left',
- 'arrow-right',
- 'arrow-small-down',
- 'arrow-small-left',
- 'arrow-small-right',
- 'arrow-small-up',
- 'arrow-up',
- 'beer',
- 'book',
- 'bookmark',
- 'briefcase',
- 'broadcast',
- 'browser',
- 'bug',
- 'calendar',
- 'check',
- 'checklist',
- 'chevron-down',
- 'chevron-left',
- 'chevron-right',
- 'chevron-up',
- 'circle-slash',
- 'circuit-board',
- 'clippy',
- 'clock',
- 'cloud-download',
- 'cloud-upload',
- 'code',
- 'color-mode',
- 'comment',
- 'comment-discussion',
- 'credit-card',
- 'dash',
- 'dashboard',
- 'database',
- 'device-camera',
- 'device-camera-video',
- 'device-desktop',
- 'device-mobile',
- 'diff',
- 'diff-added',
- 'diff-ignored',
- 'diff-modified',
- 'diff-removed',
- 'diff-renamed',
- 'ellipsis',
- 'eye',
- 'file-binary',
- 'file-code',
- 'file-directory',
- 'file-media',
- 'file-pdf',
- 'file-submodule',
- 'file-symlink-directory',
- 'file-symlink-file',
- 'file-text',
- 'file-zip',
- 'flame',
- 'fold',
- 'gear',
- 'gift',
- 'gist',
- 'gist-secret',
- 'git-branch',
- 'git-commit',
- 'git-compare',
- 'git-merge',
- 'git-pull-request',
- 'globe',
- 'graph',
- 'heart',
- 'history',
- 'home',
- 'horizontal-rule',
- 'hourglass',
- 'hubot',
- 'inbox',
- 'info',
- 'issue-closed',
- 'issue-opened',
- 'issue-reopened',
- 'jersey',
- 'jump-down',
- 'jump-left',
- 'jump-right',
- 'jump-up',
- 'key',
- 'keyboard',
- 'law',
- 'light-bulb',
- 'link',
- 'link-external',
- 'list-ordered',
- 'list-unordered',
- 'location',
- 'lock',
- //'logo-github',
- 'mail',
- 'mail-read',
- 'mail-reply',
- 'mark-github',
- 'markdown',
- 'megaphone',
- 'mention',
- 'microscope',
- 'milestone',
- 'mirror',
- 'mortar-board',
- 'move-down',
- 'move-left',
- 'move-right',
- 'move-up',
- 'mute',
- 'no-newline',
- 'octoface',
- 'organization',
- 'package',
- 'paintcan',
- 'pencil',
- 'person',
- 'pin',
- 'playback-fast-forward',
- 'playback-pause',
- 'playback-play',
- 'playback-rewind',
- 'plug',
- 'plus',
- 'podium',
- 'primitive-dot',
- 'primitive-square',
- 'pulse',
- 'puzzle',
- 'question',
- 'quote',
- 'radio-tower',
- 'repo',
- 'repo-clone',
- 'repo-force-push',
- 'repo-forked',
- 'repo-pull',
- 'repo-push',
- 'rocket',
- 'rss',
- 'ruby',
- 'screen-full',
- 'screen-normal',
- 'search',
- 'server',
- 'settings',
- 'sign-in',
- 'sign-out',
- 'split',
- 'squirrel',
- 'star',
- 'steps',
- 'stop',
- 'sync',
- 'tag',
- 'telescope',
- 'terminal',
- 'three-bars',
- 'tools',
- 'trashcan',
- 'triangle-down',
- 'triangle-left',
- 'triangle-right',
- 'triangle-up',
- 'unfold',
- 'unmute',
- 'versions',
- 'x',
- 'zap'
- ]};
-
- })(jQuery);
|