Fork-Awesome/less/icons.less

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