addressing all of @gtagliala's issues with font awesome naming conventions

This commit is contained in:
davegandy 2013-05-21 22:34:14 -04:00
parent af81789c09
commit 233a923708
5 changed files with 752 additions and 653 deletions

View file

@ -735,10 +735,10 @@ ul.icons-ul > li .icon-li {
.icon-comments:before { .icon-comments:before {
content: "\f086"; content: "\f086";
} }
.icon-thumbs-up:before { .icon-thumbs-up-alt:before {
content: "\f087"; content: "\f087";
} }
.icon-thumbs-down:before { .icon-thumbs-down-alt:before {
content: "\f088"; content: "\f088";
} }
.icon-star-half:before { .icon-star-half:before {
@ -1302,6 +1302,30 @@ ul.icons-ul > li .icon-li {
.icon-file-text:before { .icon-file-text:before {
content: "\f15c"; content: "\f15c";
} }
.icon-sort-by-alphabet:before {
content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
content: "\f15e";
}
.icon-sort-by-attributes:before {
content: "\f160";
}
.icon-sort-by-attributes-alt:before {
content: "\f161";
}
.icon-sort-by-order:before {
content: "\f162";
}
.icon-sort-by-order-alt:before {
content: "\f163";
}
.icon-thumbs-up:before {
content: "\f164";
}
.icon-thumbs-down:before {
content: "\f165";
}
.icon-power-off:before { .icon-power-off:before {
content: "\f011"; content: "\f011";
} }

View file

@ -1,360 +1,368 @@
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */ readers do not read off random characters that represent icons */
.icon-glass:before { content: @icon-glass; } .icon-glass:before { content: @glass; }
.icon-music:before { content: @icon-music; } .icon-music:before { content: @music; }
.icon-search:before { content: @icon-search; } .icon-search:before { content: @search; }
.icon-envelope-alt:before { content: @icon-envelope-alt; } .icon-envelope-alt:before { content: @envelope-alt; }
.icon-heart:before { content: @icon-heart; } .icon-heart:before { content: @heart; }
.icon-star:before { content: @icon-star; } .icon-star:before { content: @star; }
.icon-star-empty:before { content: @icon-star-empty; } .icon-star-empty:before { content: @star-empty; }
.icon-user:before { content: @icon-user; } .icon-user:before { content: @user; }
.icon-film:before { content: @icon-film; } .icon-film:before { content: @film; }
.icon-th-large:before { content: @icon-th-large; } .icon-th-large:before { content: @th-large; }
.icon-th:before { content: @icon-th; } .icon-th:before { content: @th; }
.icon-th-list:before { content: @icon-th-list; } .icon-th-list:before { content: @th-list; }
.icon-ok:before { content: @icon-ok; } .icon-ok:before { content: @ok; }
.icon-remove:before { content: @icon-remove; } .icon-remove:before { content: @remove; }
.icon-zoom-in:before { content: @icon-zoom-in; } .icon-zoom-in:before { content: @zoom-in; }
.icon-zoom-out:before { content: @icon-zoom-out; } .icon-zoom-out:before { content: @zoom-out; }
.icon-off:before { content: @icon-off; } .icon-off:before { content: @off; }
.icon-signal:before { content: @icon-signal; } .icon-signal:before { content: @signal; }
.icon-cog:before { content: @icon-cog; } .icon-cog:before { content: @cog; }
.icon-trash:before { content: @icon-trash; } .icon-trash:before { content: @trash; }
.icon-home:before { content: @icon-home; } .icon-home:before { content: @home; }
.icon-file-alt:before { content: @icon-file-alt; } .icon-file-alt:before { content: @file-alt; }
.icon-time:before { content: @icon-time; } .icon-time:before { content: @time; }
.icon-road:before { content: @icon-road; } .icon-road:before { content: @road; }
.icon-download-alt:before { content: @icon-download-alt; } .icon-download-alt:before { content: @download-alt; }
.icon-download:before { content: @icon-download; } .icon-download:before { content: @download; }
.icon-upload:before { content: @icon-upload; } .icon-upload:before { content: @upload; }
.icon-inbox:before { content: @icon-inbox; } .icon-inbox:before { content: @inbox; }
.icon-play-circle:before { content: @icon-play-circle; } .icon-play-circle:before { content: @play-circle; }
.icon-repeat:before { content: @icon-repeat; } .icon-repeat:before { content: @repeat; }
/* F020 doesn't work in Safari. all shifted one down */ /* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before { content: @icon-refresh; } .icon-refresh:before { content: @refresh; }
.icon-list-alt:before { content: @icon-list-alt; } .icon-list-alt:before { content: @list-alt; }
.icon-lock:before { content: @icon-lock; } .icon-lock:before { content: @lock; }
.icon-flag:before { content: @icon-flag; } .icon-flag:before { content: @flag; }
.icon-headphones:before { content: @icon-headphones; } .icon-headphones:before { content: @headphones; }
.icon-volume-off:before { content: @icon-volume-off; } .icon-volume-off:before { content: @volume-off; }
.icon-volume-down:before { content: @icon-volume-down; } .icon-volume-down:before { content: @volume-down; }
.icon-volume-up:before { content: @icon-volume-up; } .icon-volume-up:before { content: @volume-up; }
.icon-qrcode:before { content: @icon-qrcode; } .icon-qrcode:before { content: @qrcode; }
.icon-barcode:before { content: @icon-barcode; } .icon-barcode:before { content: @barcode; }
.icon-tag:before { content: @icon-tag; } .icon-tag:before { content: @tag; }
.icon-tags:before { content: @icon-tags; } .icon-tags:before { content: @tags; }
.icon-book:before { content: @icon-book; } .icon-book:before { content: @book; }
.icon-bookmark:before { content: @icon-bookmark; } .icon-bookmark:before { content: @bookmark; }
.icon-print:before { content: @icon-print; } .icon-print:before { content: @print; }
.icon-camera:before { content: @icon-camera; } .icon-camera:before { content: @camera; }
.icon-font:before { content: @icon-font; } .icon-font:before { content: @font; }
.icon-bold:before { content: @icon-bold; } .icon-bold:before { content: @bold; }
.icon-italic:before { content: @icon-italic; } .icon-italic:before { content: @italic; }
.icon-text-height:before { content: @icon-text-height; } .icon-text-height:before { content: @text-height; }
.icon-text-width:before { content: @icon-text-width; } .icon-text-width:before { content: @text-width; }
.icon-align-left:before { content: @icon-align-left; } .icon-align-left:before { content: @align-left; }
.icon-align-center:before { content: @icon-align-center; } .icon-align-center:before { content: @align-center; }
.icon-align-right:before { content: @icon-align-right; } .icon-align-right:before { content: @align-right; }
.icon-align-justify:before { content: @icon-align-justify; } .icon-align-justify:before { content: @align-justify; }
.icon-list:before { content: @icon-list; } .icon-list:before { content: @list; }
.icon-indent-left:before { content: @icon-indent-left; } .icon-indent-left:before { content: @indent-left; }
.icon-indent-right:before { content: @icon-indent-right; } .icon-indent-right:before { content: @indent-right; }
.icon-facetime-video:before { content: @icon-facetime-video; } .icon-facetime-video:before { content: @facetime-video; }
.icon-picture:before { content: @icon-picture; } .icon-picture:before { content: @picture; }
.icon-pencil:before { content: @icon-pencil; } .icon-pencil:before { content: @pencil; }
.icon-map-marker:before { content: @icon-map-marker; } .icon-map-marker:before { content: @map-marker; }
.icon-adjust:before { content: @icon-adjust; } .icon-adjust:before { content: @adjust; }
.icon-tint:before { content: @icon-tint; } .icon-tint:before { content: @tint; }
.icon-edit:before { content: @icon-edit; } .icon-edit:before { content: @edit; }
.icon-share:before { content: @icon-share; } .icon-share:before { content: @share; }
.icon-check:before { content: @icon-check; } .icon-check:before { content: @check; }
.icon-move:before { content: @icon-move; } .icon-move:before { content: @move; }
.icon-step-backward:before { content: @icon-step-backward; } .icon-step-backward:before { content: @step-backward; }
.icon-fast-backward:before { content: @icon-fast-backward; } .icon-fast-backward:before { content: @fast-backward; }
.icon-backward:before { content: @icon-backward; } .icon-backward:before { content: @backward; }
.icon-play:before { content: @icon-play; } .icon-play:before { content: @play; }
.icon-pause:before { content: @icon-pause; } .icon-pause:before { content: @pause; }
.icon-stop:before { content: @icon-stop; } .icon-stop:before { content: @stop; }
.icon-forward:before { content: @icon-forward; } .icon-forward:before { content: @forward; }
.icon-fast-forward:before { content: @icon-fast-forward; } .icon-fast-forward:before { content: @fast-forward; }
.icon-step-forward:before { content: @icon-step-forward; } .icon-step-forward:before { content: @step-forward; }
.icon-eject:before { content: @icon-eject; } .icon-eject:before { content: @eject; }
.icon-chevron-left:before { content: @icon-chevron-left; } .icon-chevron-left:before { content: @chevron-left; }
.icon-chevron-right:before { content: @icon-chevron-right; } .icon-chevron-right:before { content: @chevron-right; }
.icon-plus-sign:before { content: @icon-plus-sign; } .icon-plus-sign:before { content: @plus-sign; }
.icon-minus-sign:before { content: @icon-minus-sign; } .icon-minus-sign:before { content: @minus-sign; }
.icon-remove-sign:before { content: @icon-remove-sign; } .icon-remove-sign:before { content: @remove-sign; }
.icon-ok-sign:before { content: @icon-ok-sign; } .icon-ok-sign:before { content: @ok-sign; }
.icon-question-sign:before { content: @icon-question-sign; } .icon-question-sign:before { content: @question-sign; }
.icon-info-sign:before { content: @icon-info-sign; } .icon-info-sign:before { content: @info-sign; }
.icon-screenshot:before { content: @icon-screenshot; } .icon-screenshot:before { content: @screenshot; }
.icon-remove-circle:before { content: @icon-remove-circle; } .icon-remove-circle:before { content: @remove-circle; }
.icon-ok-circle:before { content: @icon-ok-circle; } .icon-ok-circle:before { content: @ok-circle; }
.icon-ban-circle:before { content: @icon-ban-circle; } .icon-ban-circle:before { content: @ban-circle; }
.icon-arrow-left:before { content: @icon-arrow-left; } .icon-arrow-left:before { content: @arrow-left; }
.icon-arrow-right:before { content: @icon-arrow-right; } .icon-arrow-right:before { content: @arrow-right; }
.icon-arrow-up:before { content: @icon-arrow-up; } .icon-arrow-up:before { content: @arrow-up; }
.icon-arrow-down:before { content: @icon-arrow-down; } .icon-arrow-down:before { content: @arrow-down; }
.icon-share-alt:before { content: @icon-share-alt; } .icon-share-alt:before { content: @share-alt; }
.icon-resize-full:before { content: @icon-resize-full; } .icon-resize-full:before { content: @resize-full; }
.icon-resize-small:before { content: @icon-resize-small; } .icon-resize-small:before { content: @resize-small; }
.icon-plus:before { content: @icon-plus; } .icon-plus:before { content: @plus; }
.icon-minus:before { content: @icon-minus; } .icon-minus:before { content: @minus; }
.icon-asterisk:before { content: @icon-asterisk; } .icon-asterisk:before { content: @asterisk; }
.icon-exclamation-sign:before { content: @icon-exclamation-sign; } .icon-exclamation-sign:before { content: @exclamation-sign; }
.icon-gift:before { content: @icon-gift; } .icon-gift:before { content: @gift; }
.icon-leaf:before { content: @icon-leaf; } .icon-leaf:before { content: @leaf; }
.icon-fire:before { content: @icon-fire; } .icon-fire:before { content: @fire; }
.icon-eye-open:before { content: @icon-eye-open; } .icon-eye-open:before { content: @eye-open; }
.icon-eye-close:before { content: @icon-eye-close; } .icon-eye-close:before { content: @eye-close; }
.icon-warning-sign:before { content: @icon-warning-sign; } .icon-warning-sign:before { content: @warning-sign; }
.icon-plane:before { content: @icon-plane; } .icon-plane:before { content: @plane; }
.icon-calendar:before { content: @icon-calendar; } .icon-calendar:before { content: @calendar; }
.icon-random:before { content: @icon-random; } .icon-random:before { content: @random; }
.icon-comment:before { content: @icon-comment; } .icon-comment:before { content: @comment; }
.icon-magnet:before { content: @icon-magnet; } .icon-magnet:before { content: @magnet; }
.icon-chevron-up:before { content: @icon-chevron-up; } .icon-chevron-up:before { content: @chevron-up; }
.icon-chevron-down:before { content: @icon-chevron-down; } .icon-chevron-down:before { content: @chevron-down; }
.icon-retweet:before { content: @icon-retweet; } .icon-retweet:before { content: @retweet; }
.icon-shopping-cart:before { content: @icon-shopping-cart; } .icon-shopping-cart:before { content: @shopping-cart; }
.icon-folder-close:before { content: @icon-folder-close; } .icon-folder-close:before { content: @folder-close; }
.icon-folder-open:before { content: @icon-folder-open; } .icon-folder-open:before { content: @folder-open; }
.icon-resize-vertical:before { content: @icon-resize-vertical; } .icon-resize-vertical:before { content: @resize-vertical; }
.icon-resize-horizontal:before { content: @icon-resize-horizontal; } .icon-resize-horizontal:before { content: @resize-horizontal; }
.icon-bar-chart:before { content: @icon-bar-chart; } .icon-bar-chart:before { content: @bar-chart; }
.icon-twitter-sign:before { content: @icon-twitter-sign; } .icon-twitter-sign:before { content: @twitter-sign; }
.icon-facebook-sign:before { content: @icon-facebook-sign; } .icon-facebook-sign:before { content: @facebook-sign; }
.icon-camera-retro:before { content: @icon-camera-retro; } .icon-camera-retro:before { content: @camera-retro; }
.icon-key:before { content: @icon-key; } .icon-key:before { content: @key; }
.icon-cogs:before { content: @icon-cogs; } .icon-cogs:before { content: @cogs; }
.icon-comments:before { content: @icon-comments; } .icon-comments:before { content: @comments; }
.icon-thumbs-up:before { content: @icon-thumbs-up; } .icon-thumbs-up-alt:before { content: @thumbs-up-alt; }
.icon-thumbs-down:before { content: @icon-thumbs-down; } .icon-thumbs-down-alt:before { content: @thumbs-down-alt; }
.icon-star-half:before { content: @icon-star-half; } .icon-star-half:before { content: @star-half; }
.icon-heart-empty:before { content: @icon-heart-empty; } .icon-heart-empty:before { content: @heart-empty; }
.icon-signout:before { content: @icon-signout; } .icon-signout:before { content: @signout; }
.icon-linkedin-sign:before { content: @icon-linkedin-sign; } .icon-linkedin-sign:before { content: @linkedin-sign; }
.icon-pushpin:before { content: @icon-pushpin; } .icon-pushpin:before { content: @pushpin; }
.icon-external-link:before { content: @icon-external-link; } .icon-external-link:before { content: @external-link; }
.icon-signin:before { content: @icon-signin; } .icon-signin:before { content: @signin; }
.icon-trophy:before { content: @icon-trophy; } .icon-trophy:before { content: @trophy; }
.icon-github-sign:before { content: @icon-github-sign; } .icon-github-sign:before { content: @github-sign; }
.icon-upload-alt:before { content: @icon-upload-alt; } .icon-upload-alt:before { content: @upload-alt; }
.icon-lemon:before { content: @icon-lemon; } .icon-lemon:before { content: @lemon; }
.icon-phone:before { content: @icon-phone; } .icon-phone:before { content: @phone; }
.icon-check-empty:before { content: @icon-check-empty; } .icon-check-empty:before { content: @check-empty; }
.icon-bookmark-empty:before { content: @icon-bookmark-empty; } .icon-bookmark-empty:before { content: @bookmark-empty; }
.icon-phone-sign:before { content: @icon-phone-sign; } .icon-phone-sign:before { content: @phone-sign; }
.icon-twitter:before { content: @icon-twitter; } .icon-twitter:before { content: @twitter; }
.icon-facebook:before { content: @icon-facebook; } .icon-facebook:before { content: @facebook; }
.icon-github:before { content: @icon-github; } .icon-github:before { content: @github; }
.icon-unlock:before { content: @icon-unlock; } .icon-unlock:before { content: @unlock; }
.icon-credit-card:before { content: @icon-credit-card; } .icon-credit-card:before { content: @credit-card; }
.icon-rss:before { content: @icon-rss; } .icon-rss:before { content: @rss; }
.icon-hdd:before { content: @icon-hdd; } .icon-hdd:before { content: @hdd; }
.icon-bullhorn:before { content: @icon-bullhorn; } .icon-bullhorn:before { content: @bullhorn; }
.icon-bell:before { content: @icon-bell; } .icon-bell:before { content: @bell; }
.icon-certificate:before { content: @icon-certificate; } .icon-certificate:before { content: @certificate; }
.icon-hand-right:before { content: @icon-hand-right; } .icon-hand-right:before { content: @hand-right; }
.icon-hand-left:before { content: @icon-hand-left; } .icon-hand-left:before { content: @hand-left; }
.icon-hand-up:before { content: @icon-hand-up; } .icon-hand-up:before { content: @hand-up; }
.icon-hand-down:before { content: @icon-hand-down; } .icon-hand-down:before { content: @hand-down; }
.icon-circle-arrow-left:before { content: @icon-circle-arrow-left; } .icon-circle-arrow-left:before { content: @circle-arrow-left; }
.icon-circle-arrow-right:before { content: @icon-circle-arrow-right; } .icon-circle-arrow-right:before { content: @circle-arrow-right; }
.icon-circle-arrow-up:before { content: @icon-circle-arrow-up; } .icon-circle-arrow-up:before { content: @circle-arrow-up; }
.icon-circle-arrow-down:before { content: @icon-circle-arrow-down; } .icon-circle-arrow-down:before { content: @circle-arrow-down; }
.icon-globe:before { content: @icon-globe; } .icon-globe:before { content: @globe; }
.icon-wrench:before { content: @icon-wrench; } .icon-wrench:before { content: @wrench; }
.icon-tasks:before { content: @icon-tasks; } .icon-tasks:before { content: @tasks; }
.icon-filter:before { content: @icon-filter; } .icon-filter:before { content: @filter; }
.icon-briefcase:before { content: @icon-briefcase; } .icon-briefcase:before { content: @briefcase; }
.icon-fullscreen:before { content: @icon-fullscreen; } .icon-fullscreen:before { content: @fullscreen; }
.icon-group:before { content: @icon-group; } .icon-group:before { content: @group; }
.icon-link:before { content: @icon-link; } .icon-link:before { content: @link; }
.icon-cloud:before { content: @icon-cloud; } .icon-cloud:before { content: @cloud; }
.icon-beaker:before { content: @icon-beaker; } .icon-beaker:before { content: @beaker; }
.icon-cut:before { content: @icon-cut; } .icon-cut:before { content: @cut; }
.icon-copy:before { content: @icon-copy; } .icon-copy:before { content: @copy; }
.icon-paper-clip:before { content: @icon-paper-clip; } .icon-paper-clip:before { content: @paper-clip; }
.icon-save:before { content: @icon-save; } .icon-save:before { content: @save; }
.icon-sign-blank:before { content: @icon-sign-blank; } .icon-sign-blank:before { content: @sign-blank; }
.icon-reorder:before { content: @icon-reorder; } .icon-reorder:before { content: @reorder; }
.icon-list-ul:before { content: @icon-list-ul; } .icon-list-ul:before { content: @list-ul; }
.icon-list-ol:before { content: @icon-list-ol; } .icon-list-ol:before { content: @list-ol; }
.icon-strikethrough:before { content: @icon-strikethrough; } .icon-strikethrough:before { content: @strikethrough; }
.icon-underline:before { content: @icon-underline; } .icon-underline:before { content: @underline; }
.icon-table:before { content: @icon-table; } .icon-table:before { content: @table; }
.icon-magic:before { content: @icon-magic; } .icon-magic:before { content: @magic; }
.icon-truck:before { content: @icon-truck; } .icon-truck:before { content: @truck; }
.icon-pinterest:before { content: @icon-pinterest; } .icon-pinterest:before { content: @pinterest; }
.icon-pinterest-sign:before { content: @icon-pinterest-sign; } .icon-pinterest-sign:before { content: @pinterest-sign; }
.icon-google-plus-sign:before { content: @icon-google-plus-sign; } .icon-google-plus-sign:before { content: @google-plus-sign; }
.icon-google-plus:before { content: @icon-google-plus; } .icon-google-plus:before { content: @google-plus; }
.icon-money:before { content: @icon-money; } .icon-money:before { content: @money; }
.icon-caret-down:before { content: @icon-caret-down; } .icon-caret-down:before { content: @caret-down; }
.icon-caret-up:before { content: @icon-caret-up; } .icon-caret-up:before { content: @caret-up; }
.icon-caret-left:before { content: @icon-caret-left; } .icon-caret-left:before { content: @caret-left; }
.icon-caret-right:before { content: @icon-caret-right; } .icon-caret-right:before { content: @caret-right; }
.icon-columns:before { content: @icon-columns; } .icon-columns:before { content: @columns; }
.icon-sort:before { content: @icon-sort; } .icon-sort:before { content: @sort; }
.icon-sort-down:before { content: @icon-sort-down; } .icon-sort-down:before { content: @sort-down; }
.icon-sort-up:before { content: @icon-sort-up; } .icon-sort-up:before { content: @sort-up; }
.icon-envelope:before { content: @icon-envelope; } .icon-envelope:before { content: @envelope; }
.icon-linkedin:before { content: @icon-linkedin; } .icon-linkedin:before { content: @linkedin; }
.icon-undo:before { content: @icon-undo; } .icon-undo:before { content: @undo; }
.icon-legal:before { content: @icon-legal; } .icon-legal:before { content: @legal; }
.icon-dashboard:before { content: @icon-dashboard; } .icon-dashboard:before { content: @dashboard; }
.icon-comment-alt:before { content: @icon-comment-alt; } .icon-comment-alt:before { content: @comment-alt; }
.icon-comments-alt:before { content: @icon-comments-alt; } .icon-comments-alt:before { content: @comments-alt; }
.icon-bolt:before { content: @icon-bolt; } .icon-bolt:before { content: @bolt; }
.icon-sitemap:before { content: @icon-sitemap; } .icon-sitemap:before { content: @sitemap; }
.icon-umbrella:before { content: @icon-umbrella; } .icon-umbrella:before { content: @umbrella; }
.icon-paste:before { content: @icon-paste; } .icon-paste:before { content: @paste; }
.icon-lightbulb:before { content: @icon-lightbulb; } .icon-lightbulb:before { content: @lightbulb; }
.icon-exchange:before { content: @icon-exchange; } .icon-exchange:before { content: @exchange; }
.icon-cloud-download:before { content: @icon-cloud-download; } .icon-cloud-download:before { content: @cloud-download; }
.icon-cloud-upload:before { content: @icon-cloud-upload; } .icon-cloud-upload:before { content: @cloud-upload; }
.icon-user-md:before { content: @icon-user-md; } .icon-user-md:before { content: @user-md; }
.icon-stethoscope:before { content: @icon-stethoscope; } .icon-stethoscope:before { content: @stethoscope; }
.icon-suitcase:before { content: @icon-suitcase; } .icon-suitcase:before { content: @suitcase; }
.icon-bell-alt:before { content: @icon-bell-alt; } .icon-bell-alt:before { content: @bell-alt; }
.icon-coffee:before { content: @icon-coffee; } .icon-coffee:before { content: @coffee; }
.icon-food:before { content: @icon-food; } .icon-food:before { content: @food; }
.icon-file-text-alt:before { content: @icon-file-text-alt; } .icon-file-text-alt:before { content: @file-text-alt; }
.icon-building:before { content: @icon-building; } .icon-building:before { content: @building; }
.icon-hospital:before { content: @icon-hospital; } .icon-hospital:before { content: @hospital; }
.icon-ambulance:before { content: @icon-ambulance; } .icon-ambulance:before { content: @ambulance; }
.icon-medkit:before { content: @icon-medkit; } .icon-medkit:before { content: @medkit; }
.icon-fighter-jet:before { content: @icon-fighter-jet; } .icon-fighter-jet:before { content: @fighter-jet; }
.icon-beer:before { content: @icon-beer; } .icon-beer:before { content: @beer; }
.icon-h-sign:before { content: @icon-h-sign; } .icon-h-sign:before { content: @h-sign; }
.icon-plus-sign-alt:before { content: @icon-plus-sign-alt; } .icon-plus-sign-alt:before { content: @plus-sign-alt; }
.icon-double-angle-left:before { content: @icon-double-angle-left; } .icon-double-angle-left:before { content: @double-angle-left; }
.icon-double-angle-right:before { content: @icon-double-angle-right; } .icon-double-angle-right:before { content: @double-angle-right; }
.icon-double-angle-up:before { content: @icon-double-angle-up; } .icon-double-angle-up:before { content: @double-angle-up; }
.icon-double-angle-down:before { content: @icon-double-angle-down; } .icon-double-angle-down:before { content: @double-angle-down; }
.icon-angle-left:before { content: @icon-angle-left; } .icon-angle-left:before { content: @angle-left; }
.icon-angle-right:before { content: @icon-angle-right; } .icon-angle-right:before { content: @angle-right; }
.icon-angle-up:before { content: @icon-angle-up; } .icon-angle-up:before { content: @angle-up; }
.icon-angle-down:before { content: @icon-angle-down; } .icon-angle-down:before { content: @angle-down; }
.icon-desktop:before { content: @icon-desktop; } .icon-desktop:before { content: @desktop; }
.icon-laptop:before { content: @icon-laptop; } .icon-laptop:before { content: @laptop; }
.icon-tablet:before { content: @icon-tablet; } .icon-tablet:before { content: @tablet; }
.icon-mobile-phone:before { content: @icon-mobile-phone; } .icon-mobile-phone:before { content: @mobile-phone; }
.icon-circle-blank:before { content: @icon-circle-blank; } .icon-circle-blank:before { content: @circle-blank; }
.icon-quote-left:before { content: @icon-quote-left; } .icon-quote-left:before { content: @quote-left; }
.icon-quote-right:before { content: @icon-quote-right; } .icon-quote-right:before { content: @quote-right; }
.icon-spinner:before { content: @icon-spinner; } .icon-spinner:before { content: @spinner; }
.icon-circle:before { content: @icon-circle; } .icon-circle:before { content: @circle; }
.icon-reply:before { content: @icon-reply; } .icon-reply:before { content: @reply; }
.icon-github-alt:before { content: @icon-github-alt; } .icon-github-alt:before { content: @github-alt; }
.icon-folder-close-alt:before { content: @icon-folder-close-alt; } .icon-folder-close-alt:before { content: @folder-close-alt; }
.icon-folder-open-alt:before { content: @icon-folder-open-alt; } .icon-folder-open-alt:before { content: @folder-open-alt; }
.icon-expand-alt:before { content: @icon-expand-alt; } .icon-expand-alt:before { content: @expand-alt; }
.icon-collapse-alt:before { content: @icon-collapse-alt; } .icon-collapse-alt:before { content: @collapse-alt; }
.icon-smile:before { content: @icon-smile; } .icon-smile:before { content: @smile; }
.icon-frown:before { content: @icon-frown; } .icon-frown:before { content: @frown; }
.icon-meh:before { content: @icon-meh; } .icon-meh:before { content: @meh; }
.icon-gamepad:before { content: @icon-gamepad; } .icon-gamepad:before { content: @gamepad; }
.icon-keyboard:before { content: @icon-keyboard; } .icon-keyboard:before { content: @keyboard; }
.icon-flag-alt:before { content: @icon-flag-alt; } .icon-flag-alt:before { content: @flag-alt; }
.icon-flag-checkered:before { content: @icon-flag-checkered; } .icon-flag-checkered:before { content: @flag-checkered; }
.icon-terminal:before { content: @icon-terminal; } .icon-terminal:before { content: @terminal; }
.icon-code:before { content: @icon-code; } .icon-code:before { content: @code; }
.icon-reply-all:before, { content: @icon-reply-all; } .icon-reply-all:before, { content: @reply-all; }
.icon-mail-reply-all:before { content: @icon-mail-reply-all; } .icon-mail-reply-all:before { content: @mail-reply-all; }
.icon-star-half-empty:before { content: @icon-star-half-empty; } .icon-star-half-empty:before { content: @star-half-empty; }
.icon-location-arrow:before { content: @icon-location-arrow; } .icon-location-arrow:before { content: @location-arrow; }
.icon-crop:before { content: @icon-crop; } .icon-crop:before { content: @crop; }
.icon-code-fork:before { content: @icon-code-fork; } .icon-code-fork:before { content: @code-fork; }
.icon-unlink:before { content: @icon-unlink; } .icon-unlink:before { content: @unlink; }
.icon-question:before { content: @icon-question; } .icon-question:before { content: @question; }
.icon-info:before { content: @icon-info; } .icon-info:before { content: @info; }
.icon-exclamation:before { content: @icon-exclamation; } .icon-exclamation:before { content: @exclamation; }
.icon-superscript:before { content: @icon-superscript; } .icon-superscript:before { content: @superscript; }
.icon-subscript:before { content: @icon-subscript; } .icon-subscript:before { content: @subscript; }
.icon-eraser:before { content: @icon-eraser; } .icon-eraser:before { content: @eraser; }
.icon-puzzle-piece:before { content: @icon-puzzle-piece; } .icon-puzzle-piece:before { content: @puzzle-piece; }
.icon-microphone:before { content: @icon-microphone; } .icon-microphone:before { content: @microphone; }
.icon-microphone-off:before { content: @icon-microphone-off; } .icon-microphone-off:before { content: @microphone-off; }
.icon-shield:before { content: @icon-shield; } .icon-shield:before { content: @shield; }
.icon-calendar-empty:before { content: @icon-calendar-empty; } .icon-calendar-empty:before { content: @calendar-empty; }
.icon-fire-extinguisher:before { content: @icon-fire-extinguisher; } .icon-fire-extinguisher:before { content: @fire-extinguisher; }
.icon-rocket:before { content: @icon-rocket; } .icon-rocket:before { content: @rocket; }
.icon-maxcdn:before { content: @icon-maxcdn; } .icon-maxcdn:before { content: @maxcdn; }
.icon-chevron-sign-left:before { content: @icon-chevron-sign-left; } .icon-chevron-sign-left:before { content: @chevron-sign-left; }
.icon-chevron-sign-right:before { content: @icon-chevron-sign-right; } .icon-chevron-sign-right:before { content: @chevron-sign-right; }
.icon-chevron-sign-up:before { content: @icon-chevron-sign-up; } .icon-chevron-sign-up:before { content: @chevron-sign-up; }
.icon-chevron-sign-down:before { content: @icon-chevron-sign-down; } .icon-chevron-sign-down:before { content: @chevron-sign-down; }
.icon-html5:before { content: @icon-html5; } .icon-html5:before { content: @html5; }
.icon-css3:before { content: @icon-css3; } .icon-css3:before { content: @css3; }
.icon-anchor:before { content: @icon-anchor; } .icon-anchor:before { content: @anchor; }
.icon-unlock-alt:before { content: @icon-unlock-alt; } .icon-unlock-alt:before { content: @unlock-alt; }
.icon-bullseye:before { content: @icon-bullseye; } .icon-bullseye:before { content: @bullseye; }
.icon-ellipsis-horizontal:before { content: @icon-ellipsis-horizontal; } .icon-ellipsis-horizontal:before { content: @ellipsis-horizontal; }
.icon-ellipsis-vertical:before { content: @icon-ellipsis-vertical; } .icon-ellipsis-vertical:before { content: @ellipsis-vertical; }
.icon-rss-sign:before { content: @icon-rss-sign; } .icon-rss-sign:before { content: @rss-sign; }
.icon-play-sign:before { content: @icon-play-sign; } .icon-play-sign:before { content: @play-sign; }
.icon-ticket:before { content: @icon-ticket; } .icon-ticket:before { content: @ticket; }
.icon-minus-sign-alt:before { content: @icon-minus-sign-alt; } .icon-minus-sign-alt:before { content: @minus-sign-alt; }
.icon-check-minus:before { content: @icon-check-minus; } .icon-check-minus:before { content: @check-minus; }
.icon-level-up:before { content: @icon-level-up; } .icon-level-up:before { content: @level-up; }
.icon-level-down:before { content: @icon-level-down; } .icon-level-down:before { content: @level-down; }
.icon-check-sign:before { content: @icon-check-sign; } .icon-check-sign:before { content: @check-sign; }
.icon-edit-sign:before { content: @icon-edit-sign; } .icon-edit-sign:before { content: @edit-sign; }
.icon-external-link-sign:before { content: @icon-external-link-sign; } .icon-external-link-sign:before { content: @external-link-sign; }
.icon-share-sign:before { content: @icon-share-sign; } .icon-share-sign:before { content: @share-sign; }
.icon-collapse:before { content: @icon-collapse; } .icon-collapse:before { content: @collapse; }
.icon-collapse-top:before { content: @icon-collapse-top; } .icon-collapse-top:before { content: @collapse-top; }
.icon-expand:before { content: @icon-expand; } .icon-expand:before { content: @expand; }
.icon-eur:before { content: @icon-eur; } .icon-eur:before { content: @eur; }
.icon-gbp:before { content: @icon-gbp; } .icon-gbp:before { content: @gbp; }
.icon-usd:before { content: @icon-usd; } .icon-usd:before { content: @usd; }
.icon-inr:before { content: @icon-inr; } .icon-inr:before { content: @inr; }
.icon-jpy:before { content: @icon-jpy; } .icon-jpy:before { content: @jpy; }
.icon-cny:before { content: @icon-cny; } .icon-cny:before { content: @cny; }
.icon-krw:before { content: @icon-krw; } .icon-krw:before { content: @krw; }
.icon-btc:before { content: @icon-btc; } .icon-btc:before { content: @btc; }
.icon-file:before { content: @icon-file; } .icon-file:before { content: @file; }
.icon-file-text:before { content: @icon-file-text; } .icon-file-text:before { content: @file-text; }
.icon-sort-by-alphabet:before { content: @sort-by-alphabet; }
.icon-sort-by-alphabet-alt:before { content: @sort-by-alphabet-alt; }
.icon-sort-by-attributes:before { content: @sort-by-attributes; }
.icon-sort-by-attributes-alt:before { content: @sort-by-attributes-alt; }
.icon-sort-by-order:before { content: @sort-by-order; }
.icon-sort-by-order-alt:before { content: @sort-by-order-alt; }
.icon-thumbs-up:before { content: @thumbs-up; }
.icon-thumbs-down:before { content: @thumbs-down; }
// aliases // aliases
.icon-power-off:before { content: @icon-off; } .icon-power-off:before { content: @off; }
.icon-rotate-right:before { content: @icon-repeat; } .icon-rotate-right:before { content: @repeat; }
.icon-mail-forward:before { content: @icon-share-alt; } .icon-mail-forward:before { content: @share-alt; }
.icon-rotate-left:before { content: @icon-undo; } .icon-rotate-left:before { content: @undo; }
.icon-mail-reply:before { content: @icon-reply; } .icon-mail-reply:before { content: @reply; }
.icon-star-half-full:before { content: @icon-star-half-empty; } .icon-star-half-full:before { content: @star-half-empty; }
.icon-unchecked:before { content: @icon-check-empty; } .icon-unchecked:before { content: @check-empty; }
.icon-paperclip:before { content: @icon-paper-clip; } .icon-paperclip:before { content: @paper-clip; }
.icon-euro:before { content: @icon-eur; } .icon-euro:before { content: @eur; }
.icon-dollar:before { content: @icon-usd; } .icon-dollar:before { content: @usd; }
.icon-rupee:before { content: @icon-inr; } .icon-rupee:before { content: @inr; }
.icon-yen:before { content: @icon-jpy; } .icon-yen:before { content: @jpy; }
.icon-renminbi:before { content: @icon-cny; } .icon-renminbi:before { content: @cny; }
.icon-won:before { content: @icon-krw; } .icon-won:before { content: @krw; }
.icon-bitcoin:before { content: @icon-btc; } .icon-bitcoin:before { content: @btc; }

View file

@ -11,340 +11,349 @@
// icon variables // icon variables
@icon-glass: "\f000"; @glass: "\f000";
@icon-music: "\f001"; @music: "\f001";
@icon-search: "\f002"; @search: "\f002";
@icon-envelope-alt: "\f003"; @envelope-alt: "\f003";
@icon-heart: "\f004"; @heart: "\f004";
@icon-star: "\f005"; @star: "\f005";
@icon-star-empty: "\f006"; @star-empty: "\f006";
@icon-user: "\f007"; @user: "\f007";
@icon-film: "\f008"; @film: "\f008";
@icon-th-large: "\f009"; @th-large: "\f009";
@icon-th: "\f00a"; @th: "\f00a";
@icon-th-list: "\f00b"; @th-list: "\f00b";
@icon-ok: "\f00c"; @ok: "\f00c";
@icon-remove: "\f00d"; @remove: "\f00d";
@icon-zoom-in: "\f00e"; @zoom-in: "\f00e";
@icon-zoom-out: "\f010"; @zoom-out: "\f010";
@icon-off: "\f011"; @off: "\f011";
@icon-signal: "\f012"; @signal: "\f012";
@icon-cog: "\f013"; @cog: "\f013";
@icon-trash: "\f014"; @trash: "\f014";
@icon-home: "\f015"; @home: "\f015";
@icon-file-alt: "\f016"; @file-alt: "\f016";
@icon-time: "\f017"; @time: "\f017";
@icon-road: "\f018"; @road: "\f018";
@icon-download-alt: "\f019"; @download-alt: "\f019";
@icon-download: "\f01a"; @download: "\f01a";
@icon-upload: "\f01b"; @upload: "\f01b";
@icon-inbox: "\f01c"; @inbox: "\f01c";
@icon-play-circle: "\f01d"; @play-circle: "\f01d";
@icon-repeat: "\f01e"; @repeat: "\f01e";
@icon-refresh: "\f021"; @refresh: "\f021";
@icon-list-alt: "\f022"; @list-alt: "\f022";
@icon-lock: "\f023"; @lock: "\f023";
@icon-flag: "\f024"; @flag: "\f024";
@icon-headphones: "\f025"; @headphones: "\f025";
@icon-volume-off: "\f026"; @volume-off: "\f026";
@icon-volume-down: "\f027"; @volume-down: "\f027";
@icon-volume-up: "\f028"; @volume-up: "\f028";
@icon-qrcode: "\f029"; @qrcode: "\f029";
@icon-barcode: "\f02a"; @barcode: "\f02a";
@icon-tag: "\f02b"; @tag: "\f02b";
@icon-tags: "\f02c"; @tags: "\f02c";
@icon-book: "\f02d"; @book: "\f02d";
@icon-bookmark: "\f02e"; @bookmark: "\f02e";
@icon-print: "\f02f"; @print: "\f02f";
@icon-camera: "\f030"; @camera: "\f030";
@icon-font: "\f031"; @font: "\f031";
@icon-bold: "\f032"; @bold: "\f032";
@icon-italic: "\f033"; @italic: "\f033";
@icon-text-height: "\f034"; @text-height: "\f034";
@icon-text-width: "\f035"; @text-width: "\f035";
@icon-align-left: "\f036"; @align-left: "\f036";
@icon-align-center: "\f037"; @align-center: "\f037";
@icon-align-right: "\f038"; @align-right: "\f038";
@icon-align-justify: "\f039"; @align-justify: "\f039";
@icon-list: "\f03a"; @list: "\f03a";
@icon-indent-left: "\f03b"; @indent-left: "\f03b";
@icon-indent-right: "\f03c"; @indent-right: "\f03c";
@icon-facetime-video: "\f03d"; @facetime-video: "\f03d";
@icon-picture: "\f03e"; @picture: "\f03e";
@icon-pencil: "\f040"; @pencil: "\f040";
@icon-map-marker: "\f041"; @map-marker: "\f041";
@icon-adjust: "\f042"; @adjust: "\f042";
@icon-tint: "\f043"; @tint: "\f043";
@icon-edit: "\f044"; @edit: "\f044";
@icon-share: "\f045"; @share: "\f045";
@icon-check: "\f046"; @check: "\f046";
@icon-move: "\f047"; @move: "\f047";
@icon-step-backward: "\f048"; @step-backward: "\f048";
@icon-fast-backward: "\f049"; @fast-backward: "\f049";
@icon-backward: "\f04a"; @backward: "\f04a";
@icon-play: "\f04b"; @play: "\f04b";
@icon-pause: "\f04c"; @pause: "\f04c";
@icon-stop: "\f04d"; @stop: "\f04d";
@icon-forward: "\f04e"; @forward: "\f04e";
@icon-fast-forward: "\f050"; @fast-forward: "\f050";
@icon-step-forward: "\f051"; @step-forward: "\f051";
@icon-eject: "\f052"; @eject: "\f052";
@icon-chevron-left: "\f053"; @chevron-left: "\f053";
@icon-chevron-right: "\f054"; @chevron-right: "\f054";
@icon-plus-sign: "\f055"; @plus-sign: "\f055";
@icon-minus-sign: "\f056"; @minus-sign: "\f056";
@icon-remove-sign: "\f057"; @remove-sign: "\f057";
@icon-ok-sign: "\f058"; @ok-sign: "\f058";
@icon-question-sign: "\f059"; @question-sign: "\f059";
@icon-info-sign: "\f05a"; @info-sign: "\f05a";
@icon-screenshot: "\f05b"; @screenshot: "\f05b";
@icon-remove-circle: "\f05c"; @remove-circle: "\f05c";
@icon-ok-circle: "\f05d"; @ok-circle: "\f05d";
@icon-ban-circle: "\f05e"; @ban-circle: "\f05e";
@icon-arrow-left: "\f060"; @arrow-left: "\f060";
@icon-arrow-right: "\f061"; @arrow-right: "\f061";
@icon-arrow-up: "\f062"; @arrow-up: "\f062";
@icon-arrow-down: "\f063"; @arrow-down: "\f063";
@icon-share-alt: "\f064"; @share-alt: "\f064";
@icon-resize-full: "\f065"; @resize-full: "\f065";
@icon-resize-small: "\f066"; @resize-small: "\f066";
@icon-plus: "\f067"; @plus: "\f067";
@icon-minus: "\f068"; @minus: "\f068";
@icon-asterisk: "\f069"; @asterisk: "\f069";
@icon-exclamation-sign: "\f06a"; @exclamation-sign: "\f06a";
@icon-gift: "\f06b"; @gift: "\f06b";
@icon-leaf: "\f06c"; @leaf: "\f06c";
@icon-fire: "\f06d"; @fire: "\f06d";
@icon-eye-open: "\f06e"; @eye-open: "\f06e";
@icon-eye-close: "\f070"; @eye-close: "\f070";
@icon-warning-sign: "\f071"; @warning-sign: "\f071";
@icon-plane: "\f072"; @plane: "\f072";
@icon-calendar: "\f073"; @calendar: "\f073";
@icon-random: "\f074"; @random: "\f074";
@icon-comment: "\f075"; @comment: "\f075";
@icon-magnet: "\f076"; @magnet: "\f076";
@icon-chevron-up: "\f077"; @chevron-up: "\f077";
@icon-chevron-down: "\f078"; @chevron-down: "\f078";
@icon-retweet: "\f079"; @retweet: "\f079";
@icon-shopping-cart: "\f07a"; @shopping-cart: "\f07a";
@icon-folder-close: "\f07b"; @folder-close: "\f07b";
@icon-folder-open: "\f07c"; @folder-open: "\f07c";
@icon-resize-vertical: "\f07d"; @resize-vertical: "\f07d";
@icon-resize-horizontal: "\f07e"; @resize-horizontal: "\f07e";
@icon-bar-chart: "\f080"; @bar-chart: "\f080";
@icon-twitter-sign: "\f081"; @twitter-sign: "\f081";
@icon-facebook-sign: "\f082"; @facebook-sign: "\f082";
@icon-camera-retro: "\f083"; @camera-retro: "\f083";
@icon-key: "\f084"; @key: "\f084";
@icon-cogs: "\f085"; @cogs: "\f085";
@icon-comments: "\f086"; @comments: "\f086";
@icon-thumbs-up: "\f087"; @thumbs-up-alt: "\f087";
@icon-thumbs-down: "\f088"; @thumbs-down-alt: "\f088";
@icon-star-half: "\f089"; @star-half: "\f089";
@icon-heart-empty: "\f08a"; @heart-empty: "\f08a";
@icon-signout: "\f08b"; @signout: "\f08b";
@icon-linkedin-sign: "\f08c"; @linkedin-sign: "\f08c";
@icon-pushpin: "\f08d"; @pushpin: "\f08d";
@icon-external-link: "\f08e"; @external-link: "\f08e";
@icon-signin: "\f090"; @signin: "\f090";
@icon-trophy: "\f091"; @trophy: "\f091";
@icon-github-sign: "\f092"; @github-sign: "\f092";
@icon-upload-alt: "\f093"; @upload-alt: "\f093";
@icon-lemon: "\f094"; @lemon: "\f094";
@icon-phone: "\f095"; @phone: "\f095";
@icon-check-empty: "\f096"; @check-empty: "\f096";
@icon-bookmark-empty: "\f097"; @bookmark-empty: "\f097";
@icon-phone-sign: "\f098"; @phone-sign: "\f098";
@icon-twitter: "\f099"; @twitter: "\f099";
@icon-facebook: "\f09a"; @facebook: "\f09a";
@icon-github: "\f09b"; @github: "\f09b";
@icon-unlock: "\f09c"; @unlock: "\f09c";
@icon-credit-card: "\f09d"; @credit-card: "\f09d";
@icon-rss: "\f09e"; @rss: "\f09e";
@icon-hdd: "\f0a0"; @hdd: "\f0a0";
@icon-bullhorn: "\f0a1"; @bullhorn: "\f0a1";
@icon-bell: "\f0a2"; @bell: "\f0a2";
@icon-certificate: "\f0a3"; @certificate: "\f0a3";
@icon-hand-right: "\f0a4"; @hand-right: "\f0a4";
@icon-hand-left: "\f0a5"; @hand-left: "\f0a5";
@icon-hand-up: "\f0a6"; @hand-up: "\f0a6";
@icon-hand-down: "\f0a7"; @hand-down: "\f0a7";
@icon-circle-arrow-left: "\f0a8"; @circle-arrow-left: "\f0a8";
@icon-circle-arrow-right: "\f0a9"; @circle-arrow-right: "\f0a9";
@icon-circle-arrow-up: "\f0aa"; @circle-arrow-up: "\f0aa";
@icon-circle-arrow-down: "\f0ab"; @circle-arrow-down: "\f0ab";
@icon-globe: "\f0ac"; @globe: "\f0ac";
@icon-wrench: "\f0ad"; @wrench: "\f0ad";
@icon-tasks: "\f0ae"; @tasks: "\f0ae";
@icon-filter: "\f0b0"; @filter: "\f0b0";
@icon-briefcase: "\f0b1"; @briefcase: "\f0b1";
@icon-fullscreen: "\f0b2"; @fullscreen: "\f0b2";
@icon-group: "\f0c0"; @group: "\f0c0";
@icon-link: "\f0c1"; @link: "\f0c1";
@icon-cloud: "\f0c2"; @cloud: "\f0c2";
@icon-beaker: "\f0c3"; @beaker: "\f0c3";
@icon-cut: "\f0c4"; @cut: "\f0c4";
@icon-copy: "\f0c5"; @copy: "\f0c5";
@icon-paper-clip: "\f0c6"; @paper-clip: "\f0c6";
@icon-save: "\f0c7"; @save: "\f0c7";
@icon-sign-blank: "\f0c8"; @sign-blank: "\f0c8";
@icon-reorder: "\f0c9"; @reorder: "\f0c9";
@icon-list-ul: "\f0ca"; @list-ul: "\f0ca";
@icon-list-ol: "\f0cb"; @list-ol: "\f0cb";
@icon-strikethrough: "\f0cc"; @strikethrough: "\f0cc";
@icon-underline: "\f0cd"; @underline: "\f0cd";
@icon-table: "\f0ce"; @table: "\f0ce";
@icon-magic: "\f0d0"; @magic: "\f0d0";
@icon-truck: "\f0d1"; @truck: "\f0d1";
@icon-pinterest: "\f0d2"; @pinterest: "\f0d2";
@icon-pinterest-sign: "\f0d3"; @pinterest-sign: "\f0d3";
@icon-google-plus-sign: "\f0d4"; @google-plus-sign: "\f0d4";
@icon-google-plus: "\f0d5"; @google-plus: "\f0d5";
@icon-money: "\f0d6"; @money: "\f0d6";
@icon-caret-down: "\f0d7"; @caret-down: "\f0d7";
@icon-caret-up: "\f0d8"; @caret-up: "\f0d8";
@icon-caret-left: "\f0d9"; @caret-left: "\f0d9";
@icon-caret-right: "\f0da"; @caret-right: "\f0da";
@icon-columns: "\f0db"; @columns: "\f0db";
@icon-sort: "\f0dc"; @sort: "\f0dc";
@icon-sort-down: "\f0dd"; @sort-down: "\f0dd";
@icon-sort-up: "\f0de"; @sort-up: "\f0de";
@icon-envelope: "\f0e0"; @envelope: "\f0e0";
@icon-linkedin: "\f0e1"; @linkedin: "\f0e1";
@icon-undo: "\f0e2"; @undo: "\f0e2";
@icon-legal: "\f0e3"; @legal: "\f0e3";
@icon-dashboard: "\f0e4"; @dashboard: "\f0e4";
@icon-comment-alt: "\f0e5"; @comment-alt: "\f0e5";
@icon-comments-alt: "\f0e6"; @comments-alt: "\f0e6";
@icon-bolt: "\f0e7"; @bolt: "\f0e7";
@icon-sitemap: "\f0e8"; @sitemap: "\f0e8";
@icon-umbrella: "\f0e9"; @umbrella: "\f0e9";
@icon-paste: "\f0ea"; @paste: "\f0ea";
@icon-lightbulb: "\f0eb"; @lightbulb: "\f0eb";
@icon-exchange: "\f0ec"; @exchange: "\f0ec";
@icon-cloud-download: "\f0ed"; @cloud-download: "\f0ed";
@icon-cloud-upload: "\f0ee"; @cloud-upload: "\f0ee";
@icon-user-md: "\f0f0"; @user-md: "\f0f0";
@icon-stethoscope: "\f0f1"; @stethoscope: "\f0f1";
@icon-suitcase: "\f0f2"; @suitcase: "\f0f2";
@icon-bell-alt: "\f0f3"; @bell-alt: "\f0f3";
@icon-coffee: "\f0f4"; @coffee: "\f0f4";
@icon-food: "\f0f5"; @food: "\f0f5";
@icon-file-text-alt: "\f0f6"; @file-text-alt: "\f0f6";
@icon-building: "\f0f7"; @building: "\f0f7";
@icon-hospital: "\f0f8"; @hospital: "\f0f8";
@icon-ambulance: "\f0f9"; @ambulance: "\f0f9";
@icon-medkit: "\f0fa"; @medkit: "\f0fa";
@icon-fighter-jet: "\f0fb"; @fighter-jet: "\f0fb";
@icon-beer: "\f0fc"; @beer: "\f0fc";
@icon-h-sign: "\f0fd"; @h-sign: "\f0fd";
@icon-plus-sign-alt: "\f0fe"; @plus-sign-alt: "\f0fe";
@icon-double-angle-left: "\f100"; @double-angle-left: "\f100";
@icon-double-angle-right: "\f101"; @double-angle-right: "\f101";
@icon-double-angle-up: "\f102"; @double-angle-up: "\f102";
@icon-double-angle-down: "\f103"; @double-angle-down: "\f103";
@icon-angle-left: "\f104"; @angle-left: "\f104";
@icon-angle-right: "\f105"; @angle-right: "\f105";
@icon-angle-up: "\f106"; @angle-up: "\f106";
@icon-angle-down: "\f107"; @angle-down: "\f107";
@icon-desktop: "\f108"; @desktop: "\f108";
@icon-laptop: "\f109"; @laptop: "\f109";
@icon-tablet: "\f10a"; @tablet: "\f10a";
@icon-mobile-phone: "\f10b"; @mobile-phone: "\f10b";
@icon-circle-blank: "\f10c"; @circle-blank: "\f10c";
@icon-quote-left: "\f10d"; @quote-left: "\f10d";
@icon-quote-right: "\f10e"; @quote-right: "\f10e";
@icon-spinner: "\f110"; @spinner: "\f110";
@icon-circle: "\f111"; @circle: "\f111";
@icon-reply: "\f112"; @reply: "\f112";
@icon-github-alt: "\f113"; @github-alt: "\f113";
@icon-folder-close-alt: "\f114"; @folder-close-alt: "\f114";
@icon-folder-open-alt: "\f115"; @folder-open-alt: "\f115";
@icon-expand-alt: "\f116"; @expand-alt: "\f116";
@icon-collapse-alt: "\f117"; @collapse-alt: "\f117";
@icon-smile: "\f118"; @smile: "\f118";
@icon-frown: "\f119"; @frown: "\f119";
@icon-meh: "\f11a"; @meh: "\f11a";
@icon-gamepad: "\f11b"; @gamepad: "\f11b";
@icon-keyboard: "\f11c"; @keyboard: "\f11c";
@icon-flag-alt: "\f11d"; @flag-alt: "\f11d";
@icon-flag-checkered: "\f11e"; @flag-checkered: "\f11e";
@icon-terminal: "\f120"; @terminal: "\f120";
@icon-code: "\f121"; @code: "\f121";
@icon-reply-all: "\f122"; @reply-all: "\f122";
@icon-mail-reply-all: "\f122"; @mail-reply-all: "\f122";
@icon-star-half-empty: "\f123"; @star-half-empty: "\f123";
@icon-location-arrow: "\f124"; @location-arrow: "\f124";
@icon-crop: "\f125"; @crop: "\f125";
@icon-code-fork: "\f126"; @code-fork: "\f126";
@icon-unlink: "\f127"; @unlink: "\f127";
@icon-question: "\f128"; @question: "\f128";
@icon-info: "\f129"; @info: "\f129";
@icon-exclamation: "\f12a"; @exclamation: "\f12a";
@icon-superscript: "\f12b"; @superscript: "\f12b";
@icon-subscript: "\f12c"; @subscript: "\f12c";
@icon-eraser: "\f12d"; @eraser: "\f12d";
@icon-puzzle-piece: "\f12e"; @puzzle-piece: "\f12e";
@icon-microphone: "\f130"; @microphone: "\f130";
@icon-microphone-off: "\f131"; @microphone-off: "\f131";
@icon-shield: "\f132"; @shield: "\f132";
@icon-calendar-empty: "\f133"; @calendar-empty: "\f133";
@icon-fire-extinguisher: "\f134"; @fire-extinguisher: "\f134";
@icon-rocket: "\f135"; @rocket: "\f135";
@icon-maxcdn: "\f136"; @maxcdn: "\f136";
@icon-chevron-sign-left: "\f137"; @chevron-sign-left: "\f137";
@icon-chevron-sign-right: "\f138"; @chevron-sign-right: "\f138";
@icon-chevron-sign-up: "\f139"; @chevron-sign-up: "\f139";
@icon-chevron-sign-down: "\f13a"; @chevron-sign-down: "\f13a";
@icon-html5: "\f13b"; @html5: "\f13b";
@icon-css3: "\f13c"; @css3: "\f13c";
@icon-anchor: "\f13d"; @anchor: "\f13d";
@icon-unlock-alt: "\f13e"; @unlock-alt: "\f13e";
@icon-bullseye: "\f140"; @bullseye: "\f140";
@icon-ellipsis-horizontal: "\f141"; @ellipsis-horizontal: "\f141";
@icon-ellipsis-vertical: "\f142"; @ellipsis-vertical: "\f142";
@icon-rss-sign: "\f143"; @rss-sign: "\f143";
@icon-play-sign: "\f144"; @play-sign: "\f144";
@icon-ticket: "\f145"; @ticket: "\f145";
@icon-minus-sign-alt: "\f146"; @minus-sign-alt: "\f146";
@icon-check-minus: "\f147"; @check-minus: "\f147";
@icon-level-up: "\f148"; @level-up: "\f148";
@icon-level-down: "\f149"; @level-down: "\f149";
@icon-check-sign: "\f14a"; @check-sign: "\f14a";
@icon-edit-sign: "\f14b"; @edit-sign: "\f14b";
@icon-external-link-sign: "\f14c"; @external-link-sign: "\f14c";
@icon-share-sign: "\f14d"; @share-sign: "\f14d";
@icon-collapse: "\f150"; @collapse: "\f150";
@icon-collapse-top: "\f151"; @collapse-top: "\f151";
@icon-expand: "\f152"; @expand: "\f152";
@icon-eur: "\f153"; @eur: "\f153";
@icon-gbp: "\f154"; @gbp: "\f154";
@icon-usd: "\f155"; @usd: "\f155";
@icon-inr: "\f156"; @inr: "\f156";
@icon-jpy: "\f157"; @jpy: "\f157";
@icon-cny: "\f158"; @cny: "\f158";
@icon-krw: "\f159"; @krw: "\f159";
@icon-btc: "\f15a"; @btc: "\f15a";
@icon-file: "\f15b"; @file: "\f15b";
@icon-file-text: "\f15c"; @file-text: "\f15c";
@sort-by-alphabet: "\f15d";
@sort-by-alphabet-alt: "\f15e";
@sort-by-attributes: "\f160";
@sort-by-attributes-alt: "\f161";
@sort-by-order: "\f162";
@sort-by-order-alt: "\f163";
@thumbs-up: "\f164";
@thumbs-down: "\f165";

View file

@ -902,15 +902,15 @@ icons:
categories: categories:
- Web Application Icons - Web Application Icons
- name: thumbs-up - name: thumbs-up-alt
id: thumbs-up id: thumbs-up-alt
unicode: f087 unicode: f087
created: 1.0.0 created: 1.0.0
categories: categories:
- Web Application Icons - Web Application Icons
- name: thumbs-down - name: thumbs-down-alt
id: thumbs-down id: thumbs-down-alt
unicode: f088 unicode: f088
created: 1.0.0 created: 1.0.0
categories: categories:
@ -2264,3 +2264,61 @@ icons:
created: 3.2.0 created: 3.2.0
categories: categories:
- Text Editor Icons - Text Editor Icons
- name: Sort By Alphabet
id: sort-by-alphabet
unicode: f15d
created: 3.2.0
categories:
- Web Application Icons
- name: Sort By Alphabet Alt
id: sort-by-alphabet-alt
unicode: f15e
created: 3.2.0
categories:
- Web Application Icons
- name: Sort By Attributes
id: sort-by-attributes
unicode: f160
created: 3.2.0
categories:
- Web Application Icons
- name: Sort By Attributes Alt
id: sort-by-attributes-alt
unicode: f161
created: 3.2.0
categories:
- Web Application Icons
- name: Sort By Order
id: sort-by-order
unicode: f162
created: 3.2.0
categories:
- Web Application Icons
- name: Sort By Order Alt
id: sort-by-order-alt
unicode: f163
created: 3.2.0
categories:
- Web Application Icons
- name: thumbs-up
id: thumbs-up
unicode: f164
created: 3.2.0
categories:
- Web Application Icons
- name: thumbs-down
id: thumbs-down
unicode: f165
created: 3.2.0
categories:
- Web Application Icons