Fork-Awesome/less/icons.less
2013-10-15 20:07:38 -04:00

396 lines
19 KiB
Plaintext

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-icon-glass:before { content: @glass; }
.fa-icon-music:before { content: @music; }
.fa-icon-search:before { content: @search; }
.fa-icon-envelope-alt:before { content: @envelope-alt; }
.fa-icon-heart:before { content: @heart; }
.fa-icon-star:before { content: @star; }
.fa-icon-star-alt:before { content: @star-alt; }
.fa-icon-user:before { content: @user; }
.fa-icon-film:before { content: @film; }
.fa-icon-th-large:before { content: @th-large; }
.fa-icon-th:before { content: @th; }
.fa-icon-th-list:before { content: @th-list; }
.fa-icon-check:before { content: @check; }
.fa-icon-times:before { content: @times; }
.fa-icon-zoom-in:before { content: @zoom-in; }
.fa-icon-zoom-out:before { content: @zoom-out; }
.fa-icon-power-off:before { content: @power-off; }
.fa-icon-signal:before { content: @signal; }
.fa-icon-gear:before,
.fa-icon-cog:before { content: @cog; }
.fa-icon-trash:before { content: @trash; }
.fa-icon-home:before { content: @home; }
.fa-icon-file-alt:before { content: @file-alt; }
.fa-icon-time:before { content: @time; }
.fa-icon-road:before { content: @road; }
.fa-icon-download:before { content: @download; }
.fa-icon-arrow-circle-alt-down:before { content: @arrow-circle-alt-down; }
.fa-icon-arrow-circle-alt-up:before { content: @arrow-circle-alt-up; }
.fa-icon-inbox:before { content: @inbox; }
.fa-icon-play-circle-alt:before { content: @play-circle-alt; }
.fa-icon-rotate-right:before,
.fa-icon-repeat:before { content: @repeat; }
.fa-icon-refresh:before { content: @refresh; }
.fa-icon-list-alt:before { content: @list-alt; }
.fa-icon-lock:before { content: @lock; }
.fa-icon-flag:before { content: @flag; }
.fa-icon-headphones:before { content: @headphones; }
.fa-icon-volume-off:before { content: @volume-off; }
.fa-icon-volume-down:before { content: @volume-down; }
.fa-icon-volume-up:before { content: @volume-up; }
.fa-icon-qrcode:before { content: @qrcode; }
.fa-icon-barcode:before { content: @barcode; }
.fa-icon-tag:before { content: @tag; }
.fa-icon-tags:before { content: @tags; }
.fa-icon-book:before { content: @book; }
.fa-icon-bookmark:before { content: @bookmark; }
.fa-icon-print:before { content: @print; }
.fa-icon-camera:before { content: @camera; }
.fa-icon-font:before { content: @font; }
.fa-icon-bold:before { content: @bold; }
.fa-icon-italic:before { content: @italic; }
.fa-icon-text-height:before { content: @text-height; }
.fa-icon-text-width:before { content: @text-width; }
.fa-icon-align-left:before { content: @align-left; }
.fa-icon-align-center:before { content: @align-center; }
.fa-icon-align-right:before { content: @align-right; }
.fa-icon-align-justify:before { content: @align-justify; }
.fa-icon-list:before { content: @list; }
.fa-icon-indent-left:before { content: @indent-left; }
.fa-icon-indent-right:before { content: @indent-right; }
.fa-icon-video-camera:before { content: @video-camera; }
.fa-icon-picture:before { content: @picture; }
.fa-icon-pencil:before { content: @pencil; }
.fa-icon-map-marker:before { content: @map-marker; }
.fa-icon-adjust:before { content: @adjust; }
.fa-icon-tint:before { content: @tint; }
.fa-icon-edit:before,
.fa-icon-pencil-square-alt:before { content: @pencil-square-alt; }
.fa-icon-share-square-alt:before { content: @share-square-alt; }
.fa-icon-check-square-alt:before { content: @check-square-alt; }
.fa-icon-move:before { content: @move; }
.fa-icon-step-backward:before { content: @step-backward; }
.fa-icon-fast-backward:before { content: @fast-backward; }
.fa-icon-backward:before { content: @backward; }
.fa-icon-play:before { content: @play; }
.fa-icon-pause:before { content: @pause; }
.fa-icon-stop:before { content: @stop; }
.fa-icon-forward:before { content: @forward; }
.fa-icon-fast-forward:before { content: @fast-forward; }
.fa-icon-step-forward:before { content: @step-forward; }
.fa-icon-eject:before { content: @eject; }
.fa-icon-chevron-left:before { content: @chevron-left; }
.fa-icon-chevron-right:before { content: @chevron-right; }
.fa-icon-plus-circle:before { content: @plus-circle; }
.fa-icon-minus-circle:before { content: @minus-circle; }
.fa-icon-times-circle:before { content: @times-circle; }
.fa-icon-check-circle:before { content: @check-circle; }
.fa-icon-question-circle:before { content: @question-circle; }
.fa-icon-info-circle:before { content: @info-circle; }
.fa-icon-screenshot:before { content: @screenshot; }
.fa-icon-times-circle-alt:before { content: @times-circle-alt; }
.fa-icon-check-circle-alt:before { content: @check-circle-alt; }
.fa-icon-ban:before { content: @ban; }
.fa-icon-arrow-left:before { content: @arrow-left; }
.fa-icon-arrow-right:before { content: @arrow-right; }
.fa-icon-arrow-up:before { content: @arrow-up; }
.fa-icon-arrow-down:before { content: @arrow-down; }
.fa-icon-mail-forward:before,
.fa-icon-share:before { content: @share; }
.fa-icon-resize-full:before { content: @resize-full; }
.fa-icon-resize-small:before { content: @resize-small; }
.fa-icon-plus:before { content: @plus; }
.fa-icon-minus:before { content: @minus; }
.fa-icon-asterisk:before { content: @asterisk; }
.fa-icon-exclamation-circle:before { content: @exclamation-circle; }
.fa-icon-gift:before { content: @gift; }
.fa-icon-leaf:before { content: @leaf; }
.fa-icon-fire:before { content: @fire; }
.fa-icon-eye:before { content: @eye; }
.fa-icon-eye-closed:before { content: @eye-closed; }
.fa-icon-warning:before,
.fa-icon-exclamation-triangle:before { content: @exclamation-triangle; }
.fa-icon-plane:before { content: @plane; }
.fa-icon-calendar:before { content: @calendar; }
.fa-icon-random:before { content: @random; }
.fa-icon-comment:before { content: @comment; }
.fa-icon-magnet:before { content: @magnet; }
.fa-icon-chevron-up:before { content: @chevron-up; }
.fa-icon-chevron-down:before { content: @chevron-down; }
.fa-icon-retweet:before { content: @retweet; }
.fa-icon-shopping-cart:before { content: @shopping-cart; }
.fa-icon-folder:before { content: @folder; }
.fa-icon-folder-open:before { content: @folder-open; }
.fa-icon-resize-vertical:before { content: @resize-vertical; }
.fa-icon-resize-horizontal:before { content: @resize-horizontal; }
.fa-icon-bar-chart:before { content: @bar-chart; }
.fa-icon-twitter-square:before { content: @twitter-square; }
.fa-icon-facebook-square:before { content: @facebook-square; }
.fa-icon-camera-retro:before { content: @camera-retro; }
.fa-icon-key:before { content: @key; }
.fa-icon-gears:before,
.fa-icon-cogs:before { content: @cogs; }
.fa-icon-comments:before { content: @comments; }
.fa-icon-thumbs-up-alt:before { content: @thumbs-up-alt; }
.fa-icon-thumbs-down-alt:before { content: @thumbs-down-alt; }
.fa-icon-star-half:before { content: @star-half; }
.fa-icon-heart-alt:before { content: @heart-alt; }
.fa-icon-sign-out:before { content: @sign-out; }
.fa-icon-linkedin-square:before { content: @linkedin-square; }
.fa-icon-thumb-tack:before { content: @thumb-tack; }
.fa-icon-external-link:before { content: @external-link; }
.fa-icon-sign-in:before { content: @sign-in; }
.fa-icon-trophy:before { content: @trophy; }
.fa-icon-github-square:before { content: @github-square; }
.fa-icon-upload:before { content: @upload; }
.fa-icon-lemon-alt:before { content: @lemon-alt; }
.fa-icon-phone:before { content: @phone; }
.fa-icon-unchecked:before,
.fa-icon-square-alt:before { content: @square-alt; }
.fa-icon-bookmark-alt:before { content: @bookmark-alt; }
.fa-icon-phone-square:before { content: @phone-square; }
.fa-icon-twitter:before { content: @twitter; }
.fa-icon-facebook:before { content: @facebook; }
.fa-icon-github:before { content: @github; }
.fa-icon-unlock:before { content: @unlock; }
.fa-icon-credit-card:before { content: @credit-card; }
.fa-icon-rss:before { content: @rss; }
.fa-icon-hdd:before { content: @hdd; }
.fa-icon-bullhorn:before { content: @bullhorn; }
.fa-icon-bell:before { content: @bell; }
.fa-icon-certificate:before { content: @certificate; }
.fa-icon-hand-right:before { content: @hand-right; }
.fa-icon-hand-left:before { content: @hand-left; }
.fa-icon-hand-up:before { content: @hand-up; }
.fa-icon-hand-down:before { content: @hand-down; }
.fa-icon-arrow-circle-left:before { content: @arrow-circle-left; }
.fa-icon-arrow-circle-right:before { content: @arrow-circle-right; }
.fa-icon-arrow-circle-up:before { content: @arrow-circle-up; }
.fa-icon-arrow-circle-down:before { content: @arrow-circle-down; }
.fa-icon-globe:before { content: @globe; }
.fa-icon-wrench:before { content: @wrench; }
.fa-icon-tasks:before { content: @tasks; }
.fa-icon-filter:before { content: @filter; }
.fa-icon-briefcase:before { content: @briefcase; }
.fa-icon-fullscreen:before { content: @fullscreen; }
.fa-icon-group:before { content: @group; }
.fa-icon-chain:before,
.fa-icon-link:before { content: @link; }
.fa-icon-cloud:before { content: @cloud; }
.fa-icon-flask:before { content: @flask; }
.fa-icon-cut:before,
.fa-icon-scissors:before { content: @scissors; }
.fa-icon-copy:before,
.fa-icon-files:before { content: @files; }
.fa-icon-paperclip:before { content: @paperclip; }
.fa-icon-save:before,
.fa-icon-floppy:before { content: @floppy; }
.fa-icon-square:before { content: @square; }
.fa-icon-reorder:before { content: @reorder; }
.fa-icon-list-ul:before { content: @list-ul; }
.fa-icon-list-ol:before { content: @list-ol; }
.fa-icon-strikethrough:before { content: @strikethrough; }
.fa-icon-underline:before { content: @underline; }
.fa-icon-table:before { content: @table; }
.fa-icon-magic:before { content: @magic; }
.fa-icon-truck:before { content: @truck; }
.fa-icon-pinterest:before { content: @pinterest; }
.fa-icon-pinterest-square:before { content: @pinterest-square; }
.fa-icon-google-plus-square:before { content: @google-plus-square; }
.fa-icon-google-plus:before { content: @google-plus; }
.fa-icon-money:before { content: @money; }
.fa-icon-caret-down:before { content: @caret-down; }
.fa-icon-caret-up:before { content: @caret-up; }
.fa-icon-caret-left:before { content: @caret-left; }
.fa-icon-caret-right:before { content: @caret-right; }
.fa-icon-columns:before { content: @columns; }
.fa-icon-sort:before { content: @sort; }
.fa-icon-sort-down:before { content: @sort-down; }
.fa-icon-sort-up:before { content: @sort-up; }
.fa-icon-envelope:before { content: @envelope; }
.fa-icon-linkedin:before { content: @linkedin; }
.fa-icon-rotate-left:before,
.fa-icon-undo:before { content: @undo; }
.fa-icon-legal:before,
.fa-icon-gavel:before { content: @gavel; }
.fa-icon-dashboard:before,
.fa-icon-tachometer:before { content: @tachometer; }
.fa-icon-comment-alt:before { content: @comment-alt; }
.fa-icon-comments-alt:before { content: @comments-alt; }
.fa-icon-flash:before,
.fa-icon-bolt:before { content: @bolt; }
.fa-icon-sitemap:before { content: @sitemap; }
.fa-icon-umbrella:before { content: @umbrella; }
.fa-icon-paste:before,
.fa-icon-clipboard:before { content: @clipboard; }
.fa-icon-lightbulb:before { content: @lightbulb; }
.fa-icon-exchange:before { content: @exchange; }
.fa-icon-cloud-download:before { content: @cloud-download; }
.fa-icon-cloud-upload:before { content: @cloud-upload; }
.fa-icon-user-md:before { content: @user-md; }
.fa-icon-stethoscope:before { content: @stethoscope; }
.fa-icon-suitcase:before { content: @suitcase; }
.fa-icon-bell-alt:before { content: @bell-alt; }
.fa-icon-coffee:before { content: @coffee; }
.fa-icon-cutlery:before { content: @cutlery; }
.fa-icon-file-text-alt:before { content: @file-text-alt; }
.fa-icon-building:before { content: @building; }
.fa-icon-hospital:before { content: @hospital; }
.fa-icon-ambulance:before { content: @ambulance; }
.fa-icon-medkit:before { content: @medkit; }
.fa-icon-fighter-jet:before { content: @fighter-jet; }
.fa-icon-beer:before { content: @beer; }
.fa-icon-h-square:before { content: @h-square; }
.fa-icon-plus-square:before { content: @plus-square; }
.fa-icon-double-angle-left:before { content: @double-angle-left; }
.fa-icon-double-angle-right:before { content: @double-angle-right; }
.fa-icon-double-angle-up:before { content: @double-angle-up; }
.fa-icon-double-angle-down:before { content: @double-angle-down; }
.fa-icon-angle-left:before { content: @angle-left; }
.fa-icon-angle-right:before { content: @angle-right; }
.fa-icon-angle-up:before { content: @angle-up; }
.fa-icon-angle-down:before { content: @angle-down; }
.fa-icon-desktop:before { content: @desktop; }
.fa-icon-laptop:before { content: @laptop; }
.fa-icon-tablet:before { content: @tablet; }
.fa-icon-mobile-phone:before,
.fa-icon-mobile:before { content: @mobile; }
.fa-icon-circle-alt:before { content: @circle-alt; }
.fa-icon-quote-left:before { content: @quote-left; }
.fa-icon-quote-right:before { content: @quote-right; }
.fa-icon-spinner:before { content: @spinner; }
.fa-icon-circle:before { content: @circle; }
.fa-icon-mail-reply:before,
.fa-icon-reply:before { content: @reply; }
.fa-icon-github-alt:before { content: @github-alt; }
.fa-icon-folder-alt:before { content: @folder-alt; }
.fa-icon-folder-open-alt:before { content: @folder-open-alt; }
.fa-icon-expand-alt:before { content: @expand-alt; }
.fa-icon-collapse-alt:before { content: @collapse-alt; }
.fa-icon-smile:before { content: @smile; }
.fa-icon-frown:before { content: @frown; }
.fa-icon-meh:before { content: @meh; }
.fa-icon-gamepad:before { content: @gamepad; }
.fa-icon-keyboard:before { content: @keyboard; }
.fa-icon-flag-alt:before { content: @flag-alt; }
.fa-icon-flag-checkered:before { content: @flag-checkered; }
.fa-icon-terminal:before { content: @terminal; }
.fa-icon-code:before { content: @code; }
.fa-icon-reply-all:before { content: @reply-all; }
.fa-icon-mail-reply-all:before { content: @mail-reply-all; }
.fa-icon-star-half-full:before,
.fa-icon-star-half-empty:before { content: @star-half-empty; }
.fa-icon-location-arrow:before { content: @location-arrow; }
.fa-icon-crop:before { content: @crop; }
.fa-icon-code-fork:before { content: @code-fork; }
.fa-icon-unlink:before,
.fa-icon-chain-broken:before { content: @chain-broken; }
.fa-icon-question:before { content: @question; }
.fa-icon-info:before { content: @info; }
.fa-icon-exclamation:before { content: @exclamation; }
.fa-icon-superscript:before { content: @superscript; }
.fa-icon-subscript:before { content: @subscript; }
.fa-icon-eraser:before { content: @eraser; }
.fa-icon-puzzle-piece:before { content: @puzzle-piece; }
.fa-icon-microphone:before { content: @microphone; }
.fa-icon-microphone-off:before { content: @microphone-off; }
.fa-icon-shield:before { content: @shield; }
.fa-icon-calendar-alt:before { content: @calendar-alt; }
.fa-icon-fire-extinguisher:before { content: @fire-extinguisher; }
.fa-icon-rocket:before { content: @rocket; }
.fa-icon-maxcdn:before { content: @maxcdn; }
.fa-icon-chevron-circle-left:before { content: @chevron-circle-left; }
.fa-icon-chevron-circle-right:before { content: @chevron-circle-right; }
.fa-icon-chevron-circle-up:before { content: @chevron-circle-up; }
.fa-icon-chevron-circle-down:before { content: @chevron-circle-down; }
.fa-icon-html5:before { content: @html5; }
.fa-icon-css3:before { content: @css3; }
.fa-icon-anchor:before { content: @anchor; }
.fa-icon-unlock-alt:before { content: @unlock-alt; }
.fa-icon-bullseye:before { content: @bullseye; }
.fa-icon-ellipsis-horizontal:before { content: @ellipsis-horizontal; }
.fa-icon-ellipsis-vertical:before { content: @ellipsis-vertical; }
.fa-icon-rss-square:before { content: @rss-square; }
.fa-icon-play-circle:before { content: @play-circle; }
.fa-icon-ticket:before { content: @ticket; }
.fa-icon-minus-square:before { content: @minus-square; }
.fa-icon-minus-square-alt:before { content: @minus-square-alt; }
.fa-icon-level-up:before { content: @level-up; }
.fa-icon-level-down:before { content: @level-down; }
.fa-icon-check-square:before { content: @check-square; }
.fa-icon-pencil-square:before { content: @pencil-square; }
.fa-icon-external-link-square:before { content: @external-link-square; }
.fa-icon-share-square:before { content: @share-square; }
.fa-icon-compass:before { content: @compass; }
.fa-icon-collapse-down:before { content: @collapse-down; }
.fa-icon-collapse-up:before { content: @collapse-up; }
.fa-icon-expand:before { content: @expand; }
.fa-icon-euro:before,
.fa-icon-eur:before { content: @eur; }
.fa-icon-gbp:before { content: @gbp; }
.fa-icon-dollar:before,
.fa-icon-usd:before { content: @usd; }
.fa-icon-rupee:before,
.fa-icon-inr:before { content: @inr; }
.fa-icon-cny:before,
.fa-icon-rmb:before,
.fa-icon-yen:before,
.fa-icon-jpy:before { content: @jpy; }
.fa-icon-ruble:before,
.fa-icon-rouble:before,
.fa-icon-rub:before { content: @rub; }
.fa-icon-won:before,
.fa-icon-krw:before { content: @krw; }
.fa-icon-bitcoin:before,
.fa-icon-btc:before { content: @btc; }
.fa-icon-file:before { content: @file; }
.fa-icon-file-text:before { content: @file-text; }
.fa-icon-sort-by-alphabet:before { content: @sort-by-alphabet; }
.fa-icon-sort-by-alphabet-alt:before { content: @sort-by-alphabet-alt; }
.fa-icon-sort-by-attributes:before { content: @sort-by-attributes; }
.fa-icon-sort-by-attributes-alt:before { content: @sort-by-attributes-alt; }
.fa-icon-sort-by-order:before { content: @sort-by-order; }
.fa-icon-sort-by-order-alt:before { content: @sort-by-order-alt; }
.fa-icon-thumbs-up:before { content: @thumbs-up; }
.fa-icon-thumbs-down:before { content: @thumbs-down; }
.fa-icon-youtube-sign:before { content: @youtube-sign; }
.fa-icon-youtube:before { content: @youtube; }
.fa-icon-xing:before { content: @xing; }
.fa-icon-xing-sign:before { content: @xing-sign; }
.fa-icon-youtube-play:before { content: @youtube-play; }
.fa-icon-dropbox:before { content: @dropbox; }
.fa-icon-stackoverflow:before { content: @stackoverflow; }
.fa-icon-instagram:before { content: @instagram; }
.fa-icon-flickr:before { content: @flickr; }
.fa-icon-adn:before { content: @adn; }
.fa-icon-bitbucket:before { content: @bitbucket; }
.fa-icon-bitbucket-square:before { content: @bitbucket-square; }
.fa-icon-tumblr:before { content: @tumblr; }
.fa-icon-tumblr-square:before { content: @tumblr-square; }
.fa-icon-long-arrow-down:before { content: @long-arrow-down; }
.fa-icon-long-arrow-up:before { content: @long-arrow-up; }
.fa-icon-long-arrow-left:before { content: @long-arrow-left; }
.fa-icon-long-arrow-right:before { content: @long-arrow-right; }
.fa-icon-apple:before { content: @apple; }
.fa-icon-windows:before { content: @windows; }
.fa-icon-android:before { content: @android; }
.fa-icon-linux:before { content: @linux; }
.fa-icon-dribbble:before { content: @dribbble; }
.fa-icon-skype:before { content: @skype; }
.fa-icon-foursquare:before { content: @foursquare; }
.fa-icon-trello:before { content: @trello; }
.fa-icon-female:before { content: @female; }
.fa-icon-male:before { content: @male; }
.fa-icon-gittip:before { content: @gittip; }
.fa-icon-sun:before { content: @sun; }
.fa-icon-moon:before { content: @moon; }
.fa-icon-archive:before { content: @archive; }
.fa-icon-bug:before { content: @bug; }
.fa-icon-vk:before { content: @vk; }
.fa-icon-weibo:before { content: @weibo; }
.fa-icon-renren:before { content: @renren; }
.fa-icon-pagelines:before { content: @pagelines; }