fomantic-ui 2.9.0-beta.29 → 2.9.0-beta.292
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +242 -3
- package/.github/codeql/codeql-config.yml +4 -0
- package/.github/dependabot.yml +10 -0
- package/.github/workflows/ci.yml +10 -6
- package/.github/workflows/codeql.yml +68 -0
- package/.github/workflows/nightly.yml +16 -8
- package/.github/workflows/release.yml +34 -0
- package/CONTRIBUTORS.md +81 -37
- package/FAQ.md +38 -38
- package/README.md +8 -8
- package/dist/components/accordion.css +176 -36
- package/dist/components/accordion.js +6 -3
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +4 -4
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +89 -30
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +204 -157
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +85 -68
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +754 -117
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -91
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +12 -12
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +98 -4
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +29 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +31 -31
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +90 -50
- package/dist/components/dropdown.js +134 -110
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +5 -5
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10847 -8841
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +29 -29
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1011 -902
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +160 -83
- package/dist/components/form.js +39 -30
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +25 -21
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -4
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +2063 -1984
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +759 -22
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +17 -17
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +72 -68
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +31 -31
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +352 -352
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +108 -76
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +43 -43
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +14 -2
- package/dist/components/modal.js +128 -50
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +2 -2
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +33 -33
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +100 -104
- package/dist/components/popup.js +11 -11
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +4 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +5 -4
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +6 -6
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +118 -34
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +7 -5
- package/dist/components/sidebar.js +14 -12
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +139 -42
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +17 -17
- package/dist/components/slider.js +68 -51
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +2 -2
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +4 -4
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +31 -31
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +4 -4
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +5 -5
- package/dist/components/tab.js +24 -6
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1684 -272
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +42 -1
- package/dist/components/toast.js +63 -31
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +21 -16
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +2 -2
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +20165 -13374
- package/dist/semantic.js +734 -455
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +1 -1
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/table.html +1 -1
- package/package.json +18 -16
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +88 -29
- package/src/definitions/behaviors/form.js +38 -29
- package/src/definitions/behaviors/state.js +1 -1
- package/src/definitions/behaviors/visibility.js +1 -1
- package/src/definitions/collections/form.less +229 -165
- package/src/definitions/collections/grid.less +723 -687
- package/src/definitions/collections/menu.less +232 -170
- package/src/definitions/collections/message.less +49 -47
- package/src/definitions/collections/table.less +882 -272
- package/src/definitions/elements/button.less +611 -469
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +39 -10
- package/src/definitions/elements/flag.less +53 -18
- package/src/definitions/elements/header.less +46 -37
- package/src/definitions/elements/icon.less +39 -32
- package/src/definitions/elements/input.less +281 -33
- package/src/definitions/elements/label.less +132 -128
- package/src/definitions/elements/list.less +84 -75
- package/src/definitions/elements/loader.less +99 -98
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +177 -56
- package/src/definitions/elements/step.less +76 -72
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.less +25 -2
- package/src/definitions/modules/accordion.js +5 -2
- package/src/definitions/modules/accordion.less +371 -219
- package/src/definitions/modules/calendar.js +84 -67
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +83 -227
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +22 -8
- package/src/definitions/modules/dropdown.js +133 -109
- package/src/definitions/modules/dropdown.less +191 -136
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/modal.js +127 -49
- package/src/definitions/modules/modal.less +12 -0
- package/src/definitions/modules/nag.js +1 -1
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +10 -10
- package/src/definitions/modules/popup.less +86 -90
- package/src/definitions/modules/progress.js +3 -0
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/search.less +35 -19
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +13 -11
- package/src/definitions/modules/sidebar.less +36 -22
- package/src/definitions/modules/slider.js +67 -50
- package/src/definitions/modules/slider.less +48 -47
- package/src/definitions/modules/sticky.js +3 -3
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +23 -5
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +62 -30
- package/src/definitions/modules/toast.less +51 -16
- package/src/definitions/modules/transition.js +20 -15
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +522 -375
- package/src/definitions/views/comment.less +93 -82
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +251 -198
- package/src/definitions/views/statistic.less +91 -89
- package/src/theme.less +13 -2
- package/src/themes/amazon/globals/site.variables +1 -0
- package/src/themes/basic/elements/icon.overrides +149 -149
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/divider.overrides +7 -7
- package/src/themes/default/elements/emoji.overrides +0 -3090
- package/src/themes/default/elements/emoji.variables +3575 -1
- package/src/themes/default/elements/flag.overrides +0 -991
- package/src/themes/default/elements/flag.variables +1609 -5
- package/src/themes/default/elements/icon.overrides +1975 -1949
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +3 -3
- package/src/themes/default/globals/site.variables +109 -8
- package/src/themes/default/globals/variation.variables +140 -6
- package/src/themes/default/modules/accordion.overrides +6 -5
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +9 -9
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.overrides +5 -5
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +13 -0
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/default/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +20 -0
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/step.overrides +5 -5
- package/src/themes/github/globals/site.variables +1 -0
- package/src/themes/github/modules/dropdown.overrides +6 -6
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +0 -3089
- package/src/themes/joypixels/elements/emoji.variables +3574 -5
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/pulsar/elements/loader.overrides +2 -2
- package/src/themes/resetcss/globals/reset.overrides +3 -3
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/striped/modules/progress.overrides +1 -1
- package/src/themes/systemfont/globals/reset.overrides +8 -0
- package/src/themes/systemfont/globals/site.variables +10 -0
- package/src/themes/twitter/elements/emoji.overrides +0 -3091
- package/src/themes/twitter/elements/emoji.variables +3570 -6
- package/tasks/admin/distributions/create.js +1 -1
- package/tasks/admin/publish.js +1 -1
- package/tasks/admin/release.js +1 -1
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +9 -4
- package/tasks/build/javascript.js +3 -3
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/README.md +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/config/admin/oauth.example.js +1 -1
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/project/install.js +15 -13
- package/tasks/install.js +1 -0
- package/tasks/rtl/watch.js +1 -1
- package/tasks/version.js +1 -1
- package/test/fixtures/accordion.html +1 -1
- package/test/fixtures/checkbox.html +1 -1
- package/test/fixtures/dropdown.html +1 -1
- package/test/fixtures/modal.html +1 -1
- package/test/fixtures/popup.html +1 -1
- package/test/fixtures/rating.html +1 -1
- package/test/fixtures/shape.html +1 -1
- package/test/fixtures/sidebar.html +1 -1
- package/test/fixtures/tab.html +1 -1
- package/test/fixtures/transition.html +1 -1
- package/test/fixtures/video.html +1 -1
- package/test/helpers/jasmine-jquery.js +2 -2
- package/test/helpers/jasmine-sinon.js +1 -1
- package/test/helpers/jquery-events.js +1 -1
- package/test/helpers/sinon.js +3 -3
- package/test/meteor/fonts.js +1 -1
- package/test/modules/accordion.spec.js +1 -1
- package/test/modules/checkbox.spec.js +1 -1
- package/test/modules/dropdown.spec.js +1 -1
- package/test/modules/modal.spec.js +1 -1
- package/test/modules/module.spec.js +1 -1
- package/test/modules/popup.spec.js +1 -1
- package/test/modules/search.spec.js +1 -1
- package/test/modules/shape.spec.js +1 -1
- package/test/modules/sidebar.spec.js +1 -1
- package/test/modules/tab.spec.js +1 -1
- package/test/modules/transition.spec.js +1 -1
- package/test/modules/video.spec.js +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Font Awesome 5.
|
2
|
+
* Font Awesome 5.15.4 by @fontawesome [https://fontawesome.com]
|
3
3
|
* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
|
4
4
|
*/
|
5
5
|
|
@@ -31,1317 +31,1328 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
|
|
31
31
|
/*******************************
|
32
32
|
Icons
|
33
33
|
*******************************/
|
34
|
-
|
34
|
+
& when(@variationIconDeprecated) {
|
35
35
|
/* Deprecated *In/Out Naming Conflict) */
|
36
|
-
i.icon.linkedin.in
|
37
|
-
i.icon.zoom.in
|
38
|
-
i.icon.zoom.out
|
39
|
-
i.icon.sign.in
|
40
|
-
i.icon.in.cart
|
41
|
-
i.icon.log.out
|
42
|
-
i.icon.sign.out
|
43
|
-
|
36
|
+
i.icon.linkedin.in::before { content: "\f0e1"; }
|
37
|
+
i.icon.zoom.in::before { content: "\f00e"; }
|
38
|
+
i.icon.zoom.out::before { content: "\f010"; }
|
39
|
+
i.icon.sign.in::before { content: "\f2f6"; }
|
40
|
+
i.icon.in.cart::before { content: "\f218"; }
|
41
|
+
i.icon.log.out::before { content: "\f2f5"; }
|
42
|
+
i.icon.sign.out::before { content: "\f2f5"; }
|
43
|
+
}
|
44
44
|
|
45
|
+
& when(@variationIconSolid) {
|
45
46
|
/*******************************
|
46
47
|
Solid Icons
|
47
48
|
*******************************/
|
48
49
|
|
49
50
|
/* Icons */
|
50
|
-
i.icon.ad
|
51
|
-
i.icon.address.book
|
52
|
-
i.icon.address.card
|
53
|
-
i.icon.adjust
|
54
|
-
i.icon.air.freshener
|
55
|
-
i.icon.align.center
|
56
|
-
i.icon.align.justify
|
57
|
-
i.icon.align.left
|
58
|
-
i.icon.align.right
|
59
|
-
i.icon.allergies
|
60
|
-
i.icon.ambulance
|
61
|
-
i.icon.american.sign.language.interpreting
|
62
|
-
i.icon.anchor
|
63
|
-
i.icon.angle.double.down
|
64
|
-
i.icon.angle.double.left
|
65
|
-
i.icon.angle.double.right
|
66
|
-
i.icon.angle.double.up
|
67
|
-
i.icon.angle.down
|
68
|
-
i.icon.angle.left
|
69
|
-
i.icon.angle.right
|
70
|
-
i.icon.angle.up
|
71
|
-
i.icon.angry
|
72
|
-
i.icon.ankh
|
73
|
-
i.icon.archive
|
74
|
-
i.icon.archway
|
75
|
-
i.icon.arrow.alternate.circle.down
|
76
|
-
i.icon.arrow.alternate.circle.left
|
77
|
-
i.icon.arrow.alternate.circle.right
|
78
|
-
i.icon.arrow.alternate.circle.up
|
79
|
-
i.icon.arrow.circle.down
|
80
|
-
i.icon.arrow.circle.left
|
81
|
-
i.icon.arrow.circle.right
|
82
|
-
i.icon.arrow.circle.up
|
83
|
-
i.icon.arrow.left
|
84
|
-
i.icon.arrow.right
|
85
|
-
i.icon.arrow.up
|
86
|
-
i.icon.arrow.down
|
87
|
-
i.icon.arrows.alternate
|
88
|
-
i.icon.arrows.alternate.horizontal
|
89
|
-
i.icon.arrows.alternate.vertical
|
90
|
-
i.icon.assistive.listening.systems
|
91
|
-
i.icon.asterisk
|
92
|
-
i.icon.at
|
93
|
-
i.icon.atlas
|
94
|
-
i.icon.atom
|
95
|
-
i.icon.audio.description
|
96
|
-
i.icon.award
|
97
|
-
i.icon.baby
|
98
|
-
i.icon.baby.carriage
|
99
|
-
i.icon.backspace
|
100
|
-
i.icon.backward
|
101
|
-
i.icon.bacon
|
102
|
-
i.icon.
|
103
|
-
i.icon.
|
104
|
-
i.icon.
|
105
|
-
i.icon.balance.scale
|
106
|
-
i.icon.
|
107
|
-
i.icon.
|
108
|
-
i.icon.
|
109
|
-
i.icon.
|
110
|
-
i.icon.
|
111
|
-
i.icon.
|
112
|
-
i.icon.
|
113
|
-
i.icon.
|
114
|
-
i.icon.
|
115
|
-
i.icon.battery.
|
116
|
-
i.icon.battery.
|
117
|
-
i.icon.battery.
|
118
|
-
i.icon.
|
119
|
-
i.icon.
|
120
|
-
i.icon.
|
121
|
-
i.icon.
|
122
|
-
i.icon.
|
123
|
-
i.icon.
|
124
|
-
i.icon.
|
125
|
-
i.icon.
|
126
|
-
i.icon.
|
127
|
-
i.icon.
|
128
|
-
i.icon.
|
129
|
-
i.icon.
|
130
|
-
i.icon.
|
131
|
-
i.icon.
|
132
|
-
i.icon.
|
133
|
-
i.icon.
|
134
|
-
i.icon.
|
135
|
-
i.icon.
|
136
|
-
i.icon.
|
137
|
-
i.icon.
|
138
|
-
i.icon.
|
139
|
-
i.icon.
|
140
|
-
i.icon.book
|
141
|
-
i.icon.book.
|
142
|
-
i.icon.book.
|
143
|
-
i.icon.
|
144
|
-
i.icon.
|
145
|
-
i.icon.
|
146
|
-
i.icon.border.
|
147
|
-
i.icon.
|
148
|
-
i.icon.
|
149
|
-
i.icon.
|
150
|
-
i.icon.box
|
151
|
-
i.icon.
|
152
|
-
i.icon.
|
153
|
-
i.icon.
|
154
|
-
i.icon.
|
155
|
-
i.icon.
|
156
|
-
i.icon.
|
157
|
-
i.icon.
|
158
|
-
i.icon.
|
159
|
-
i.icon.
|
160
|
-
i.icon.
|
161
|
-
i.icon.
|
162
|
-
i.icon.
|
163
|
-
i.icon.
|
164
|
-
i.icon.
|
165
|
-
i.icon.
|
166
|
-
i.icon.
|
167
|
-
i.icon.
|
168
|
-
i.icon.
|
169
|
-
i.icon.
|
170
|
-
i.icon.
|
171
|
-
i.icon.calendar
|
172
|
-
i.icon.calendar.
|
173
|
-
i.icon.calendar.
|
174
|
-
i.icon.calendar.
|
175
|
-
i.icon.calendar.
|
176
|
-
i.icon.calendar.
|
177
|
-
i.icon.
|
178
|
-
i.icon.
|
179
|
-
i.icon.
|
180
|
-
i.icon.
|
181
|
-
i.icon.
|
182
|
-
i.icon.
|
183
|
-
i.icon.
|
184
|
-
i.icon.
|
185
|
-
i.icon.car
|
186
|
-
i.icon.car.
|
187
|
-
i.icon.car.
|
188
|
-
i.icon.
|
189
|
-
i.icon.
|
190
|
-
i.icon.
|
191
|
-
i.icon.caret.
|
192
|
-
i.icon.caret.
|
193
|
-
i.icon.caret.
|
194
|
-
i.icon.caret.square.
|
195
|
-
i.icon.caret.square.
|
196
|
-
i.icon.caret.
|
197
|
-
i.icon.
|
198
|
-
i.icon.
|
199
|
-
i.icon.
|
200
|
-
i.icon.
|
201
|
-
i.icon.
|
202
|
-
i.icon.
|
203
|
-
i.icon.
|
204
|
-
i.icon.
|
205
|
-
i.icon.
|
206
|
-
i.icon.
|
207
|
-
i.icon.
|
208
|
-
i.icon.
|
209
|
-
i.icon.chart.
|
210
|
-
i.icon.
|
211
|
-
i.icon.chart.
|
212
|
-
i.icon.
|
213
|
-
i.icon.
|
214
|
-
i.icon.check
|
215
|
-
i.icon.check.
|
216
|
-
i.icon.
|
217
|
-
i.icon.
|
218
|
-
i.icon.
|
219
|
-
i.icon.chess
|
220
|
-
i.icon.chess.
|
221
|
-
i.icon.chess.
|
222
|
-
i.icon.chess.
|
223
|
-
i.icon.chess.
|
224
|
-
i.icon.chess.
|
225
|
-
i.icon.
|
226
|
-
i.icon.
|
227
|
-
i.icon.chevron.circle.
|
228
|
-
i.icon.chevron.circle.
|
229
|
-
i.icon.chevron.
|
230
|
-
i.icon.chevron.
|
231
|
-
i.icon.chevron.
|
232
|
-
i.icon.chevron.
|
233
|
-
i.icon.
|
234
|
-
i.icon.
|
235
|
-
i.icon.
|
236
|
-
i.icon.
|
237
|
-
i.icon.
|
238
|
-
i.icon.
|
239
|
-
i.icon.
|
240
|
-
i.icon.
|
241
|
-
i.icon.clipboard
|
242
|
-
i.icon.
|
243
|
-
i.icon.
|
244
|
-
i.icon.
|
245
|
-
i.icon.
|
246
|
-
i.icon.
|
247
|
-
i.icon.cloud
|
248
|
-
i.icon.cloud.
|
249
|
-
i.icon.cloud.
|
250
|
-
i.icon.cloud.
|
251
|
-
i.icon.cloud.
|
252
|
-
i.icon.cloud.
|
253
|
-
i.icon.cloud.
|
254
|
-
i.icon.cloud.
|
255
|
-
i.icon.
|
256
|
-
i.icon.
|
257
|
-
i.icon.
|
258
|
-
i.icon.
|
259
|
-
i.icon.
|
260
|
-
i.icon.
|
261
|
-
i.icon.
|
262
|
-
i.icon.
|
263
|
-
i.icon.
|
264
|
-
i.icon.
|
265
|
-
i.icon.comment
|
266
|
-
i.icon.comment.
|
267
|
-
i.icon.comment.
|
268
|
-
i.icon.comment.
|
269
|
-
i.icon.
|
270
|
-
i.icon.
|
271
|
-
i.icon.
|
272
|
-
i.icon.
|
273
|
-
i.icon.
|
274
|
-
i.icon.
|
275
|
-
i.icon.compress
|
276
|
-
i.icon.
|
277
|
-
i.icon.
|
278
|
-
i.icon.
|
279
|
-
i.icon.
|
280
|
-
i.icon.
|
281
|
-
i.icon.
|
282
|
-
i.icon.
|
283
|
-
i.icon.
|
284
|
-
i.icon.
|
285
|
-
i.icon.
|
286
|
-
i.icon.
|
287
|
-
i.icon.
|
288
|
-
i.icon.
|
289
|
-
i.icon.
|
290
|
-
i.icon.
|
291
|
-
i.icon.
|
292
|
-
i.icon.
|
293
|
-
i.icon.
|
294
|
-
i.icon.
|
295
|
-
i.icon.
|
296
|
-
i.icon.
|
297
|
-
i.icon.
|
298
|
-
i.icon.
|
299
|
-
i.icon.
|
300
|
-
i.icon.
|
301
|
-
i.icon.dice
|
302
|
-
i.icon.dice.
|
303
|
-
i.icon.dice.
|
304
|
-
i.icon.dice.
|
305
|
-
i.icon.dice.
|
306
|
-
i.icon.dice.
|
307
|
-
i.icon.dice.
|
308
|
-
i.icon.
|
309
|
-
i.icon.
|
310
|
-
i.icon.
|
311
|
-
i.icon.
|
312
|
-
i.icon.
|
313
|
-
i.icon.
|
314
|
-
i.icon.
|
315
|
-
i.icon.
|
316
|
-
i.icon.
|
317
|
-
i.icon.
|
318
|
-
i.icon.
|
319
|
-
i.icon.
|
320
|
-
i.icon.
|
321
|
-
i.icon.
|
322
|
-
i.icon.
|
323
|
-
i.icon.
|
324
|
-
i.icon.
|
325
|
-
i.icon.
|
326
|
-
i.icon.
|
327
|
-
i.icon.
|
328
|
-
i.icon.
|
329
|
-
i.icon.
|
330
|
-
i.icon.
|
331
|
-
i.icon.
|
332
|
-
i.icon.
|
333
|
-
i.icon.
|
334
|
-
i.icon.
|
335
|
-
i.icon.
|
336
|
-
i.icon.
|
337
|
-
i.icon.
|
338
|
-
i.icon.
|
339
|
-
i.icon.
|
340
|
-
i.icon.
|
341
|
-
i.icon.envelope
|
342
|
-
i.icon.envelope.
|
343
|
-
i.icon.
|
344
|
-
i.icon.
|
345
|
-
i.icon.
|
346
|
-
i.icon.
|
347
|
-
i.icon.
|
348
|
-
i.icon.
|
349
|
-
i.icon.
|
350
|
-
i.icon.exclamation
|
351
|
-
i.icon.
|
352
|
-
i.icon.
|
353
|
-
i.icon.expand
|
354
|
-
i.icon.
|
355
|
-
i.icon.
|
356
|
-
i.icon.
|
357
|
-
i.icon.
|
358
|
-
i.icon.eye
|
359
|
-
i.icon.
|
360
|
-
i.icon.
|
361
|
-
i.icon.
|
362
|
-
i.icon.
|
363
|
-
i.icon.
|
364
|
-
i.icon.
|
365
|
-
i.icon.
|
366
|
-
i.icon.
|
367
|
-
i.icon.
|
368
|
-
i.icon.
|
369
|
-
i.icon.
|
370
|
-
i.icon.file
|
371
|
-
i.icon.file.
|
372
|
-
i.icon.file.
|
373
|
-
i.icon.file.
|
374
|
-
i.icon.file.
|
375
|
-
i.icon.file.
|
376
|
-
i.icon.file.
|
377
|
-
i.icon.file.
|
378
|
-
i.icon.file.
|
379
|
-
i.icon.file.
|
380
|
-
i.icon.file.
|
381
|
-
i.icon.file.
|
382
|
-
i.icon.file.
|
383
|
-
i.icon.file.
|
384
|
-
i.icon.file.
|
385
|
-
i.icon.file.
|
386
|
-
i.icon.file.
|
387
|
-
i.icon.file.
|
388
|
-
i.icon.file.
|
389
|
-
i.icon.file.
|
390
|
-
i.icon.file.
|
391
|
-
i.icon.
|
392
|
-
i.icon.
|
393
|
-
i.icon.
|
394
|
-
i.icon.
|
395
|
-
i.icon.
|
396
|
-
i.icon.
|
397
|
-
i.icon.
|
398
|
-
i.icon.fire
|
399
|
-
i.icon.
|
400
|
-
i.icon.
|
401
|
-
i.icon.
|
402
|
-
i.icon.
|
403
|
-
i.icon.
|
404
|
-
i.icon.flag
|
405
|
-
i.icon.
|
406
|
-
i.icon.
|
407
|
-
i.icon.
|
408
|
-
i.icon.
|
409
|
-
i.icon.folder
|
410
|
-
i.icon.folder.
|
411
|
-
i.icon.
|
412
|
-
i.icon.
|
413
|
-
i.icon.
|
414
|
-
i.icon.
|
415
|
-
i.icon.
|
416
|
-
i.icon.
|
417
|
-
i.icon.
|
418
|
-
i.icon.
|
419
|
-
i.icon.
|
420
|
-
i.icon.
|
421
|
-
i.icon.
|
422
|
-
i.icon.
|
423
|
-
i.icon.
|
424
|
-
i.icon.
|
425
|
-
i.icon.
|
426
|
-
i.icon.
|
427
|
-
i.icon.
|
428
|
-
i.icon.
|
429
|
-
i.icon.
|
430
|
-
i.icon.glass.
|
431
|
-
i.icon.glass.
|
432
|
-
i.icon.
|
433
|
-
i.icon.
|
434
|
-
i.icon.
|
435
|
-
i.icon.globe
|
436
|
-
i.icon.globe.
|
437
|
-
i.icon.globe.
|
438
|
-
i.icon.
|
439
|
-
i.icon.
|
440
|
-
i.icon.
|
441
|
-
i.icon.
|
442
|
-
i.icon.
|
443
|
-
i.icon.
|
444
|
-
i.icon.
|
445
|
-
i.icon.
|
446
|
-
i.icon.grin
|
447
|
-
i.icon.grin.
|
448
|
-
i.icon.grin.
|
449
|
-
i.icon.grin.
|
450
|
-
i.icon.grin.
|
451
|
-
i.icon.grin.
|
452
|
-
i.icon.grin.tears
|
453
|
-
i.icon.grin.
|
454
|
-
i.icon.grin.
|
455
|
-
i.icon.grin.tongue
|
456
|
-
i.icon.grin.
|
457
|
-
i.icon.
|
458
|
-
i.icon.
|
459
|
-
i.icon.grip.
|
460
|
-
i.icon.grip.
|
461
|
-
i.icon.
|
462
|
-
i.icon.
|
463
|
-
i.icon.
|
464
|
-
i.icon.
|
465
|
-
i.icon.
|
466
|
-
i.icon.
|
467
|
-
i.icon.
|
468
|
-
i.icon.hand.holding
|
469
|
-
i.icon.hand.holding.
|
470
|
-
i.icon.hand.holding.
|
471
|
-
i.icon.hand.
|
472
|
-
i.icon.hand.
|
473
|
-
i.icon.hand.
|
474
|
-
i.icon.hand.
|
475
|
-
i.icon.hand.
|
476
|
-
i.icon.hand.
|
477
|
-
i.icon.hand.point.
|
478
|
-
i.icon.hand.point.
|
479
|
-
i.icon.hand.
|
480
|
-
i.icon.hand.
|
481
|
-
i.icon.hand.
|
482
|
-
i.icon.hand.
|
483
|
-
i.icon.hand.
|
484
|
-
i.icon.
|
485
|
-
i.icon.
|
486
|
-
i.icon.hands
|
487
|
-
i.icon.
|
488
|
-
i.icon.
|
489
|
-
i.icon.handshake
|
490
|
-
i.icon.
|
491
|
-
i.icon.
|
492
|
-
i.icon.
|
493
|
-
i.icon.hat
|
494
|
-
i.icon.
|
495
|
-
i.icon.hat.
|
496
|
-
i.icon.
|
497
|
-
i.icon.
|
498
|
-
i.icon.
|
499
|
-
i.icon.head.side.
|
500
|
-
i.icon.head.side.
|
501
|
-
i.icon.
|
502
|
-
i.icon.
|
503
|
-
i.icon.
|
504
|
-
i.icon.
|
505
|
-
i.icon.
|
506
|
-
i.icon.
|
507
|
-
i.icon.
|
508
|
-
i.icon.
|
509
|
-
i.icon.
|
510
|
-
i.icon.
|
511
|
-
i.icon.
|
512
|
-
i.icon.
|
513
|
-
i.icon.
|
514
|
-
i.icon.
|
515
|
-
i.icon.
|
516
|
-
i.icon.
|
517
|
-
i.icon.
|
518
|
-
i.icon.
|
519
|
-
i.icon.
|
520
|
-
i.icon.hospital
|
521
|
-
i.icon.hospital.
|
522
|
-
i.icon.
|
523
|
-
i.icon.
|
524
|
-
i.icon.
|
525
|
-
i.icon.
|
526
|
-
i.icon.
|
527
|
-
i.icon.hourglass
|
528
|
-
i.icon.hourglass.
|
529
|
-
i.icon.
|
530
|
-
i.icon.
|
531
|
-
i.icon.
|
532
|
-
i.icon.
|
533
|
-
i.icon.
|
534
|
-
i.icon.
|
535
|
-
i.icon.
|
536
|
-
i.icon.
|
537
|
-
i.icon.
|
538
|
-
i.icon.id.
|
539
|
-
i.icon.
|
540
|
-
i.icon.
|
541
|
-
i.icon.
|
542
|
-
i.icon.
|
543
|
-
i.icon.
|
544
|
-
i.icon.
|
545
|
-
i.icon.
|
546
|
-
i.icon.
|
547
|
-
i.icon.
|
548
|
-
i.icon.
|
549
|
-
i.icon.
|
550
|
-
i.icon.
|
551
|
-
i.icon.
|
552
|
-
i.icon.
|
553
|
-
i.icon.
|
554
|
-
i.icon.
|
555
|
-
i.icon.
|
556
|
-
i.icon.
|
557
|
-
i.icon.
|
558
|
-
i.icon.kiss
|
559
|
-
i.icon.
|
560
|
-
i.icon.
|
561
|
-
i.icon.
|
562
|
-
i.icon.
|
563
|
-
i.icon.
|
564
|
-
i.icon.laptop
|
565
|
-
i.icon.laptop.
|
566
|
-
i.icon.
|
567
|
-
i.icon.
|
568
|
-
i.icon.laugh
|
569
|
-
i.icon.laugh.
|
570
|
-
i.icon.
|
571
|
-
i.icon.
|
572
|
-
i.icon.
|
573
|
-
i.icon.
|
574
|
-
i.icon.
|
575
|
-
i.icon.
|
576
|
-
i.icon.
|
577
|
-
i.icon.
|
578
|
-
i.icon.
|
579
|
-
i.icon.
|
580
|
-
i.icon.
|
581
|
-
i.icon.
|
582
|
-
i.icon.
|
583
|
-
i.icon.list
|
584
|
-
i.icon.list.
|
585
|
-
i.icon.
|
586
|
-
i.icon.
|
587
|
-
i.icon.
|
588
|
-
i.icon.
|
589
|
-
i.icon.
|
590
|
-
i.icon.long.arrow.alternate.
|
591
|
-
i.icon.long.arrow.alternate.
|
592
|
-
i.icon.
|
593
|
-
i.icon.
|
594
|
-
i.icon.
|
595
|
-
i.icon.
|
596
|
-
i.icon.
|
597
|
-
i.icon.
|
598
|
-
i.icon.
|
599
|
-
i.icon.
|
600
|
-
i.icon.
|
601
|
-
i.icon.
|
602
|
-
i.icon.map
|
603
|
-
i.icon.map.
|
604
|
-
i.icon.map.
|
605
|
-
i.icon.map.
|
606
|
-
i.icon.map.
|
607
|
-
i.icon.
|
608
|
-
i.icon.
|
609
|
-
i.icon.
|
610
|
-
i.icon.mars
|
611
|
-
i.icon.mars.
|
612
|
-
i.icon.mars.stroke
|
613
|
-
i.icon.
|
614
|
-
i.icon.
|
615
|
-
i.icon.
|
616
|
-
i.icon.
|
617
|
-
i.icon.
|
618
|
-
i.icon.meh
|
619
|
-
i.icon.
|
620
|
-
i.icon.
|
621
|
-
i.icon.
|
622
|
-
i.icon.
|
623
|
-
i.icon.
|
624
|
-
i.icon.
|
625
|
-
i.icon.
|
626
|
-
i.icon.microphone
|
627
|
-
i.icon.microphone.
|
628
|
-
i.icon.
|
629
|
-
i.icon.
|
630
|
-
i.icon.
|
631
|
-
i.icon.minus
|
632
|
-
i.icon.
|
633
|
-
i.icon.
|
634
|
-
i.icon.
|
635
|
-
i.icon.
|
636
|
-
i.icon.
|
637
|
-
i.icon.money.bill
|
638
|
-
i.icon.money.bill.
|
639
|
-
i.icon.money.
|
640
|
-
i.icon.money.
|
641
|
-
i.icon.
|
642
|
-
i.icon.
|
643
|
-
i.icon.
|
644
|
-
i.icon.
|
645
|
-
i.icon.
|
646
|
-
i.icon.
|
647
|
-
i.icon.
|
648
|
-
i.icon.
|
649
|
-
i.icon.
|
650
|
-
i.icon.
|
651
|
-
i.icon.
|
652
|
-
i.icon.
|
653
|
-
i.icon.
|
654
|
-
i.icon.
|
655
|
-
i.icon.
|
656
|
-
i.icon.
|
657
|
-
i.icon.
|
658
|
-
i.icon.
|
659
|
-
i.icon.
|
660
|
-
i.icon.
|
661
|
-
i.icon.
|
662
|
-
i.icon.
|
663
|
-
i.icon.
|
664
|
-
i.icon.
|
665
|
-
i.icon.
|
666
|
-
i.icon.
|
667
|
-
i.icon.
|
668
|
-
i.icon.
|
669
|
-
i.icon.
|
670
|
-
i.icon.
|
671
|
-
i.icon.
|
672
|
-
i.icon.
|
673
|
-
i.icon.
|
674
|
-
i.icon.
|
675
|
-
i.icon.
|
676
|
-
i.icon.
|
677
|
-
i.icon.
|
678
|
-
i.icon.
|
679
|
-
i.icon.
|
680
|
-
i.icon.
|
681
|
-
i.icon.pen
|
682
|
-
i.icon.pen.
|
683
|
-
i.icon.pen.
|
684
|
-
i.icon.
|
685
|
-
i.icon.
|
686
|
-
i.icon.
|
687
|
-
i.icon.
|
688
|
-
i.icon.
|
689
|
-
i.icon.
|
690
|
-
i.icon.
|
691
|
-
i.icon.
|
692
|
-
i.icon.
|
693
|
-
i.icon.
|
694
|
-
i.icon.phone
|
695
|
-
i.icon.phone.
|
696
|
-
i.icon.phone.
|
697
|
-
i.icon.phone.
|
698
|
-
i.icon.
|
699
|
-
i.icon.
|
700
|
-
i.icon.
|
701
|
-
i.icon.
|
702
|
-
i.icon.
|
703
|
-
i.icon.
|
704
|
-
i.icon.
|
705
|
-
i.icon.plane
|
706
|
-
i.icon.plane.
|
707
|
-
i.icon.
|
708
|
-
i.icon.
|
709
|
-
i.icon.
|
710
|
-
i.icon.
|
711
|
-
i.icon.
|
712
|
-
i.icon.plus
|
713
|
-
i.icon.
|
714
|
-
i.icon.
|
715
|
-
i.icon.
|
716
|
-
i.icon.
|
717
|
-
i.icon.
|
718
|
-
i.icon.
|
719
|
-
i.icon.
|
720
|
-
i.icon.
|
721
|
-
i.icon.
|
722
|
-
i.icon.
|
723
|
-
i.icon.
|
724
|
-
i.icon.
|
725
|
-
i.icon.
|
726
|
-
i.icon.prescription
|
727
|
-
i.icon.
|
728
|
-
i.icon.
|
729
|
-
i.icon.
|
730
|
-
i.icon.
|
731
|
-
i.icon.
|
732
|
-
i.icon.
|
733
|
-
i.icon.
|
734
|
-
i.icon.
|
735
|
-
i.icon.
|
736
|
-
i.icon.
|
737
|
-
i.icon.
|
738
|
-
i.icon.
|
739
|
-
i.icon.
|
740
|
-
i.icon.
|
741
|
-
i.icon.
|
742
|
-
i.icon.
|
743
|
-
i.icon.
|
744
|
-
i.icon.
|
745
|
-
i.icon.
|
746
|
-
i.icon.
|
747
|
-
i.icon.
|
748
|
-
i.icon.
|
749
|
-
i.icon.
|
750
|
-
i.icon.
|
751
|
-
i.icon.
|
752
|
-
i.icon.
|
753
|
-
i.icon.
|
754
|
-
i.icon.
|
755
|
-
i.icon.
|
756
|
-
i.icon.
|
757
|
-
i.icon.
|
758
|
-
i.icon.
|
759
|
-
i.icon.
|
760
|
-
i.icon.
|
761
|
-
i.icon.
|
762
|
-
i.icon.
|
763
|
-
i.icon.
|
764
|
-
i.icon.
|
765
|
-
i.icon.
|
766
|
-
i.icon.
|
767
|
-
i.icon.ruler
|
768
|
-
i.icon.ruler.
|
769
|
-
i.icon.
|
770
|
-
i.icon.
|
771
|
-
i.icon.
|
772
|
-
i.icon.
|
773
|
-
i.icon.
|
774
|
-
i.icon.
|
775
|
-
i.icon.
|
776
|
-
i.icon.
|
777
|
-
i.icon.
|
778
|
-
i.icon.
|
779
|
-
i.icon.
|
780
|
-
i.icon.
|
781
|
-
i.icon.
|
782
|
-
i.icon.search
|
783
|
-
i.icon.search.
|
784
|
-
i.icon.search.
|
785
|
-
i.icon.
|
786
|
-
i.icon.
|
787
|
-
i.icon.
|
788
|
-
i.icon.
|
789
|
-
i.icon.
|
790
|
-
i.icon.share
|
791
|
-
i.icon.share.
|
792
|
-
i.icon.
|
793
|
-
i.icon.
|
794
|
-
i.icon.
|
795
|
-
i.icon.
|
796
|
-
i.icon.
|
797
|
-
i.icon.
|
798
|
-
i.icon.
|
799
|
-
i.icon.
|
800
|
-
i.icon.shopping.
|
801
|
-
i.icon.
|
802
|
-
i.icon.
|
803
|
-
i.icon.
|
804
|
-
i.icon.
|
805
|
-
i.icon.sign
|
806
|
-
i.icon.sign.
|
807
|
-
i.icon.
|
808
|
-
i.icon.
|
809
|
-
i.icon.
|
810
|
-
i.icon.
|
811
|
-
i.icon.
|
812
|
-
i.icon.
|
813
|
-
i.icon.
|
814
|
-
i.icon.
|
815
|
-
i.icon.
|
816
|
-
i.icon.
|
817
|
-
i.icon.
|
818
|
-
i.icon.
|
819
|
-
i.icon.
|
820
|
-
i.icon.
|
821
|
-
i.icon.
|
822
|
-
i.icon.
|
823
|
-
i.icon.
|
824
|
-
i.icon.
|
825
|
-
i.icon.
|
826
|
-
i.icon.
|
827
|
-
i.icon.
|
828
|
-
i.icon.
|
829
|
-
i.icon.
|
830
|
-
i.icon.
|
831
|
-
i.icon.
|
832
|
-
i.icon.
|
833
|
-
i.icon.
|
834
|
-
i.icon.
|
835
|
-
i.icon.
|
836
|
-
i.icon.sort
|
837
|
-
i.icon.sort.alphabet.
|
838
|
-
i.icon.sort.
|
839
|
-
i.icon.sort.
|
840
|
-
i.icon.sort.
|
841
|
-
i.icon.sort.amount.
|
842
|
-
i.icon.sort.down
|
843
|
-
i.icon.sort.
|
844
|
-
i.icon.sort.
|
845
|
-
i.icon.sort.
|
846
|
-
i.icon.sort.numeric.
|
847
|
-
i.icon.sort.
|
848
|
-
i.icon.
|
849
|
-
i.icon.
|
850
|
-
i.icon.
|
851
|
-
i.icon.
|
852
|
-
i.icon.
|
853
|
-
i.icon.
|
854
|
-
i.icon.
|
855
|
-
i.icon.
|
856
|
-
i.icon.
|
857
|
-
i.icon.
|
858
|
-
i.icon.
|
859
|
-
i.icon.
|
860
|
-
i.icon.
|
861
|
-
i.icon.
|
862
|
-
i.icon.star
|
863
|
-
i.icon.star.
|
864
|
-
i.icon.star.
|
865
|
-
i.icon.
|
866
|
-
i.icon.
|
867
|
-
i.icon.
|
868
|
-
i.icon.
|
869
|
-
i.icon.
|
870
|
-
i.icon.
|
871
|
-
i.icon.
|
872
|
-
i.icon.
|
873
|
-
i.icon.
|
874
|
-
i.icon.
|
875
|
-
i.icon.
|
876
|
-
i.icon.store
|
877
|
-
i.icon.
|
878
|
-
i.icon.
|
879
|
-
i.icon.
|
880
|
-
i.icon.
|
881
|
-
i.icon.
|
882
|
-
i.icon.
|
883
|
-
i.icon.
|
884
|
-
i.icon.
|
885
|
-
i.icon.
|
886
|
-
i.icon.
|
887
|
-
i.icon.
|
888
|
-
i.icon.
|
889
|
-
i.icon.
|
890
|
-
i.icon.
|
891
|
-
i.icon.
|
892
|
-
i.icon.
|
893
|
-
i.icon.
|
894
|
-
i.icon.
|
895
|
-
i.icon.
|
896
|
-
i.icon.
|
897
|
-
i.icon.
|
898
|
-
i.icon.
|
899
|
-
i.icon.
|
900
|
-
i.icon.
|
901
|
-
i.icon.
|
902
|
-
i.icon.
|
903
|
-
i.icon.
|
904
|
-
i.icon.
|
905
|
-
i.icon.
|
906
|
-
i.icon.
|
907
|
-
i.icon.
|
908
|
-
i.icon.
|
909
|
-
i.icon.
|
910
|
-
i.icon.
|
911
|
-
i.icon.
|
912
|
-
i.icon.
|
913
|
-
i.icon.
|
914
|
-
i.icon.
|
915
|
-
i.icon.
|
916
|
-
i.icon.
|
917
|
-
i.icon.
|
918
|
-
i.icon.
|
919
|
-
i.icon.
|
920
|
-
i.icon.
|
921
|
-
i.icon.thermometer
|
922
|
-
i.icon.thermometer.
|
923
|
-
i.icon.thermometer.
|
924
|
-
i.icon.
|
925
|
-
i.icon.
|
926
|
-
i.icon.
|
927
|
-
i.icon.
|
928
|
-
i.icon.
|
929
|
-
i.icon.
|
930
|
-
i.icon.
|
931
|
-
i.icon.
|
932
|
-
i.icon.
|
933
|
-
i.icon.
|
934
|
-
i.icon.
|
935
|
-
i.icon.
|
936
|
-
i.icon.
|
937
|
-
i.icon.
|
938
|
-
i.icon.
|
939
|
-
i.icon.
|
940
|
-
i.icon.
|
941
|
-
i.icon.
|
942
|
-
i.icon.
|
943
|
-
i.icon.
|
944
|
-
i.icon.
|
945
|
-
i.icon.
|
946
|
-
i.icon.
|
947
|
-
i.icon.
|
948
|
-
i.icon.
|
949
|
-
i.icon.
|
950
|
-
i.icon.
|
951
|
-
i.icon.
|
952
|
-
i.icon.
|
953
|
-
i.icon.
|
954
|
-
i.icon.trash
|
955
|
-
i.icon.
|
956
|
-
i.icon.
|
957
|
-
i.icon.
|
958
|
-
i.icon.
|
959
|
-
i.icon.
|
960
|
-
i.icon.truck
|
961
|
-
i.icon.truck.
|
962
|
-
i.icon.
|
963
|
-
i.icon.
|
964
|
-
i.icon.
|
965
|
-
i.icon.
|
966
|
-
i.icon.
|
967
|
-
i.icon.
|
968
|
-
i.icon.
|
969
|
-
i.icon.
|
970
|
-
i.icon.
|
971
|
-
i.icon.
|
972
|
-
i.icon.
|
973
|
-
i.icon.
|
974
|
-
i.icon.
|
975
|
-
i.icon.
|
976
|
-
i.icon.
|
977
|
-
i.icon.
|
978
|
-
i.icon.
|
979
|
-
i.icon.user
|
980
|
-
i.icon.user.
|
981
|
-
i.icon.user.
|
982
|
-
i.icon.user.
|
983
|
-
i.icon.user.
|
984
|
-
i.icon.user.
|
985
|
-
i.icon.user.
|
986
|
-
i.icon.user.
|
987
|
-
i.icon.user.
|
988
|
-
i.icon.user.
|
989
|
-
i.icon.user.
|
990
|
-
i.icon.user.
|
991
|
-
i.icon.user.
|
992
|
-
i.icon.user.
|
993
|
-
i.icon.user.
|
994
|
-
i.icon.user.
|
995
|
-
i.icon.user.
|
996
|
-
i.icon.user.
|
997
|
-
i.icon.user.
|
998
|
-
i.icon.user.
|
999
|
-
i.icon.user.
|
1000
|
-
i.icon.
|
1001
|
-
i.icon.
|
1002
|
-
i.icon.
|
1003
|
-
i.icon.
|
1004
|
-
i.icon.
|
1005
|
-
i.icon.
|
1006
|
-
i.icon.
|
1007
|
-
i.icon.
|
1008
|
-
i.icon.
|
1009
|
-
i.icon.
|
1010
|
-
i.icon.
|
1011
|
-
i.icon.
|
1012
|
-
i.icon.
|
1013
|
-
i.icon.
|
1014
|
-
i.icon.
|
1015
|
-
i.icon.
|
1016
|
-
i.icon.
|
1017
|
-
i.icon.
|
1018
|
-
i.icon.
|
1019
|
-
i.icon.
|
1020
|
-
i.icon.
|
1021
|
-
i.icon.
|
1022
|
-
i.icon.
|
1023
|
-
i.icon.
|
1024
|
-
i.icon.
|
1025
|
-
i.icon.
|
1026
|
-
i.icon.
|
1027
|
-
i.icon.
|
1028
|
-
i.icon.
|
1029
|
-
i.icon.
|
1030
|
-
i.icon.
|
1031
|
-
i.icon.
|
1032
|
-
i.icon.
|
1033
|
-
i.icon.
|
1034
|
-
i.icon.
|
1035
|
-
i.icon.
|
1036
|
-
i.icon.
|
1037
|
-
i.icon.
|
1038
|
-
i.icon.
|
1039
|
-
i.icon.
|
1040
|
-
i.icon.
|
1041
|
-
i.icon.
|
1042
|
-
i.icon.
|
1043
|
-
i.icon.
|
1044
|
-
i.icon.
|
1045
|
-
i.icon.
|
51
|
+
i.icon.ad::before { content: "\f641"; }
|
52
|
+
i.icon.address.book::before { content: "\f2b9"; }
|
53
|
+
i.icon.address.card::before { content: "\f2bb"; }
|
54
|
+
i.icon.adjust::before { content: "\f042"; }
|
55
|
+
i.icon.air.freshener::before { content: "\f5d0"; }
|
56
|
+
i.icon.align.center::before { content: "\f037"; }
|
57
|
+
i.icon.align.justify::before { content: "\f039"; }
|
58
|
+
i.icon.align.left::before { content: "\f036"; }
|
59
|
+
i.icon.align.right::before { content: "\f038"; }
|
60
|
+
i.icon.allergies::before { content: "\f461"; }
|
61
|
+
i.icon.ambulance::before { content: "\f0f9"; }
|
62
|
+
i.icon.american.sign.language.interpreting::before { content: "\f2a3"; }
|
63
|
+
i.icon.anchor::before { content: "\f13d"; }
|
64
|
+
i.icon.angle.double.down::before { content: "\f103"; }
|
65
|
+
i.icon.angle.double.left::before { content: "\f100"; }
|
66
|
+
i.icon.angle.double.right::before { content: "\f101"; }
|
67
|
+
i.icon.angle.double.up::before { content: "\f102"; }
|
68
|
+
i.icon.angle.down::before { content: "\f107"; }
|
69
|
+
i.icon.angle.left::before { content: "\f104"; }
|
70
|
+
i.icon.angle.right::before { content: "\f105"; }
|
71
|
+
i.icon.angle.up::before { content: "\f106"; }
|
72
|
+
i.icon.angry::before { content: "\f556"; }
|
73
|
+
i.icon.ankh::before { content: "\f644"; }
|
74
|
+
i.icon.archive::before { content: "\f187"; }
|
75
|
+
i.icon.archway::before { content: "\f557"; }
|
76
|
+
i.icon.arrow.alternate.circle.down::before { content: "\f358"; }
|
77
|
+
i.icon.arrow.alternate.circle.left::before { content: "\f359"; }
|
78
|
+
i.icon.arrow.alternate.circle.right::before { content: "\f35a"; }
|
79
|
+
i.icon.arrow.alternate.circle.up::before { content: "\f35b"; }
|
80
|
+
i.icon.arrow.circle.down::before { content: "\f0ab"; }
|
81
|
+
i.icon.arrow.circle.left::before { content: "\f0a8"; }
|
82
|
+
i.icon.arrow.circle.right::before { content: "\f0a9"; }
|
83
|
+
i.icon.arrow.circle.up::before { content: "\f0aa"; }
|
84
|
+
i.icon.arrow.left::before { content: "\f060"; }
|
85
|
+
i.icon.arrow.right::before { content: "\f061"; }
|
86
|
+
i.icon.arrow.up::before { content: "\f062"; }
|
87
|
+
i.icon.arrow.down::before { content: "\f063"; }
|
88
|
+
i.icon.arrows.alternate::before { content: "\f0b2"; }
|
89
|
+
i.icon.arrows.alternate.horizontal::before { content: "\f337"; }
|
90
|
+
i.icon.arrows.alternate.vertical::before { content: "\f338"; }
|
91
|
+
i.icon.assistive.listening.systems::before { content: "\f2a2"; }
|
92
|
+
i.icon.asterisk::before { content: "\f069"; }
|
93
|
+
i.icon.at::before { content: "\f1fa"; }
|
94
|
+
i.icon.atlas::before { content: "\f558"; }
|
95
|
+
i.icon.atom::before { content: "\f5d2"; }
|
96
|
+
i.icon.audio.description::before { content: "\f29e"; }
|
97
|
+
i.icon.award::before { content: "\f559"; }
|
98
|
+
i.icon.baby::before { content: "\f77c"; }
|
99
|
+
i.icon.baby.carriage::before { content: "\f77d"; }
|
100
|
+
i.icon.backspace::before { content: "\f55a"; }
|
101
|
+
i.icon.backward::before { content: "\f04a"; }
|
102
|
+
i.icon.bacon::before { content: "\f7e5"; }
|
103
|
+
i.icon.bacteria::before { content: "\e059"; }
|
104
|
+
i.icon.bacterium::before { content: "\e05a"; }
|
105
|
+
i.icon.bahai::before { content: "\f666"; }
|
106
|
+
i.icon.balance.scale::before { content: "\f24e"; }
|
107
|
+
i.icon.balance.scale.left::before { content: "\f515"; }
|
108
|
+
i.icon.balance.scale.right::before { content: "\f516"; }
|
109
|
+
i.icon.ban::before { content: "\f05e"; }
|
110
|
+
i.icon.band.aid::before { content: "\f462"; }
|
111
|
+
i.icon.barcode::before { content: "\f02a"; }
|
112
|
+
i.icon.bars::before { content: "\f0c9"; }
|
113
|
+
i.icon.baseball.ball::before { content: "\f433"; }
|
114
|
+
i.icon.basketball.ball::before { content: "\f434"; }
|
115
|
+
i.icon.bath::before { content: "\f2cd"; }
|
116
|
+
i.icon.battery.empty::before { content: "\f244"; }
|
117
|
+
i.icon.battery.full::before { content: "\f240"; }
|
118
|
+
i.icon.battery.half::before { content: "\f242"; }
|
119
|
+
i.icon.battery.quarter::before { content: "\f243"; }
|
120
|
+
i.icon.battery.three.quarters::before { content: "\f241"; }
|
121
|
+
i.icon.bed::before { content: "\f236"; }
|
122
|
+
i.icon.beer::before { content: "\f0fc"; }
|
123
|
+
i.icon.bell::before { content: "\f0f3"; }
|
124
|
+
i.icon.bell.slash::before { content: "\f1f6"; }
|
125
|
+
i.icon.bezier.curve::before { content: "\f55b"; }
|
126
|
+
i.icon.bible::before { content: "\f647"; }
|
127
|
+
i.icon.bicycle::before { content: "\f206"; }
|
128
|
+
i.icon.biking::before { content: "\f84a"; }
|
129
|
+
i.icon.binoculars::before { content: "\f1e5"; }
|
130
|
+
i.icon.biohazard::before { content: "\f780"; }
|
131
|
+
i.icon.birthday.cake::before { content: "\f1fd"; }
|
132
|
+
i.icon.blender::before { content: "\f517"; }
|
133
|
+
i.icon.blender.phone::before { content: "\f6b6"; }
|
134
|
+
i.icon.blind::before { content: "\f29d"; }
|
135
|
+
i.icon.blog::before { content: "\f781"; }
|
136
|
+
i.icon.bold::before { content: "\f032"; }
|
137
|
+
i.icon.bolt::before { content: "\f0e7"; }
|
138
|
+
i.icon.bomb::before { content: "\f1e2"; }
|
139
|
+
i.icon.bone::before { content: "\f5d7"; }
|
140
|
+
i.icon.bong::before { content: "\f55c"; }
|
141
|
+
i.icon.book::before { content: "\f02d"; }
|
142
|
+
i.icon.book.dead::before { content: "\f6b7"; }
|
143
|
+
i.icon.book.medical::before { content: "\f7e6"; }
|
144
|
+
i.icon.book.open::before { content: "\f518"; }
|
145
|
+
i.icon.book.reader::before { content: "\f5da"; }
|
146
|
+
i.icon.bookmark::before { content: "\f02e"; }
|
147
|
+
i.icon.border.all::before { content: "\f84c"; }
|
148
|
+
i.icon.border.none::before { content: "\f850"; }
|
149
|
+
i.icon.border.style::before { content: "\f853"; }
|
150
|
+
i.icon.bowling.ball::before { content: "\f436"; }
|
151
|
+
i.icon.box::before { content: "\f466"; }
|
152
|
+
i.icon.box.open::before { content: "\f49e"; }
|
153
|
+
i.icon.box.tissue::before { content: "\e05b"; }
|
154
|
+
i.icon.boxes::before { content: "\f468"; }
|
155
|
+
i.icon.braille::before { content: "\f2a1"; }
|
156
|
+
i.icon.brain::before { content: "\f5dc"; }
|
157
|
+
i.icon.bread.slice::before { content: "\f7ec"; }
|
158
|
+
i.icon.briefcase::before { content: "\f0b1"; }
|
159
|
+
i.icon.briefcase.medical::before { content: "\f469"; }
|
160
|
+
i.icon.broadcast.tower::before { content: "\f519"; }
|
161
|
+
i.icon.broom::before { content: "\f51a"; }
|
162
|
+
i.icon.brush::before { content: "\f55d"; }
|
163
|
+
i.icon.bug::before { content: "\f188"; }
|
164
|
+
i.icon.building::before { content: "\f1ad"; }
|
165
|
+
i.icon.bullhorn::before { content: "\f0a1"; }
|
166
|
+
i.icon.bullseye::before { content: "\f140"; }
|
167
|
+
i.icon.burn::before { content: "\f46a"; }
|
168
|
+
i.icon.bus::before { content: "\f207"; }
|
169
|
+
i.icon.bus.alternate::before { content: "\f55e"; }
|
170
|
+
i.icon.business.time::before { content: "\f64a"; }
|
171
|
+
i.icon.calculator::before { content: "\f1ec"; }
|
172
|
+
i.icon.calendar::before { content: "\f133"; }
|
173
|
+
i.icon.calendar.alternate::before { content: "\f073"; }
|
174
|
+
i.icon.calendar.check::before { content: "\f274"; }
|
175
|
+
i.icon.calendar.day::before { content: "\f783"; }
|
176
|
+
i.icon.calendar.minus::before { content: "\f272"; }
|
177
|
+
i.icon.calendar.plus::before { content: "\f271"; }
|
178
|
+
i.icon.calendar.times::before { content: "\f273"; }
|
179
|
+
i.icon.calendar.week::before { content: "\f784"; }
|
180
|
+
i.icon.camera::before { content: "\f030"; }
|
181
|
+
i.icon.camera.retro::before { content: "\f083"; }
|
182
|
+
i.icon.campground::before { content: "\f6bb"; }
|
183
|
+
i.icon.candy.cane::before { content: "\f786"; }
|
184
|
+
i.icon.cannabis::before { content: "\f55f"; }
|
185
|
+
i.icon.capsules::before { content: "\f46b"; }
|
186
|
+
i.icon.car::before { content: "\f1b9"; }
|
187
|
+
i.icon.car.alternate::before { content: "\f5de"; }
|
188
|
+
i.icon.car.battery::before { content: "\f5df"; }
|
189
|
+
i.icon.car.crash::before { content: "\f5e1"; }
|
190
|
+
i.icon.car.side::before { content: "\f5e4"; }
|
191
|
+
i.icon.caravan::before { content: "\f8ff"; }
|
192
|
+
i.icon.caret.down::before { content: "\f0d7"; }
|
193
|
+
i.icon.caret.left::before { content: "\f0d9"; }
|
194
|
+
i.icon.caret.right::before { content: "\f0da"; }
|
195
|
+
i.icon.caret.square.down::before { content: "\f150"; }
|
196
|
+
i.icon.caret.square.left::before { content: "\f191"; }
|
197
|
+
i.icon.caret.square.right::before { content: "\f152"; }
|
198
|
+
i.icon.caret.square.up::before { content: "\f151"; }
|
199
|
+
i.icon.caret.up::before { content: "\f0d8"; }
|
200
|
+
i.icon.carrot::before { content: "\f787"; }
|
201
|
+
i.icon.cart.arrow.down::before { content: "\f218"; }
|
202
|
+
i.icon.cart.plus::before { content: "\f217"; }
|
203
|
+
i.icon.cash.register::before { content: "\f788"; }
|
204
|
+
i.icon.cat::before { content: "\f6be"; }
|
205
|
+
i.icon.certificate::before { content: "\f0a3"; }
|
206
|
+
i.icon.chair::before { content: "\f6c0"; }
|
207
|
+
i.icon.chalkboard::before { content: "\f51b"; }
|
208
|
+
i.icon.chalkboard.teacher::before { content: "\f51c"; }
|
209
|
+
i.icon.charging.station::before { content: "\f5e7"; }
|
210
|
+
i.icon.chart.area::before { content: "\f1fe"; }
|
211
|
+
i.icon.chart.bar::before { content: "\f080"; }
|
212
|
+
i.icon.chart.line::before { content: "\f201"; }
|
213
|
+
i.icon.chartline::before { content: "\f201"; }
|
214
|
+
i.icon.chart.pie::before { content: "\f200"; }
|
215
|
+
i.icon.check::before { content: "\f00c"; }
|
216
|
+
i.icon.check.circle::before { content: "\f058"; }
|
217
|
+
i.icon.check.double::before { content: "\f560"; }
|
218
|
+
i.icon.check.square::before { content: "\f14a"; }
|
219
|
+
i.icon.cheese::before { content: "\f7ef"; }
|
220
|
+
i.icon.chess::before { content: "\f439"; }
|
221
|
+
i.icon.chess.bishop::before { content: "\f43a"; }
|
222
|
+
i.icon.chess.board::before { content: "\f43c"; }
|
223
|
+
i.icon.chess.king::before { content: "\f43f"; }
|
224
|
+
i.icon.chess.knight::before { content: "\f441"; }
|
225
|
+
i.icon.chess.pawn::before { content: "\f443"; }
|
226
|
+
i.icon.chess.queen::before { content: "\f445"; }
|
227
|
+
i.icon.chess.rook::before { content: "\f447"; }
|
228
|
+
i.icon.chevron.circle.down::before { content: "\f13a"; }
|
229
|
+
i.icon.chevron.circle.left::before { content: "\f137"; }
|
230
|
+
i.icon.chevron.circle.right::before { content: "\f138"; }
|
231
|
+
i.icon.chevron.circle.up::before { content: "\f139"; }
|
232
|
+
i.icon.chevron.down::before { content: "\f078"; }
|
233
|
+
i.icon.chevron.left::before { content: "\f053"; }
|
234
|
+
i.icon.chevron.right::before { content: "\f054"; }
|
235
|
+
i.icon.chevron.up::before { content: "\f077"; }
|
236
|
+
i.icon.child::before { content: "\f1ae"; }
|
237
|
+
i.icon.church::before { content: "\f51d"; }
|
238
|
+
i.icon.circle::before { content: "\f111"; }
|
239
|
+
i.icon.circle.notch::before { content: "\f1ce"; }
|
240
|
+
i.icon.city::before { content: "\f64f"; }
|
241
|
+
i.icon.clinic.medical::before { content: "\f7f2"; }
|
242
|
+
i.icon.clipboard::before { content: "\f328"; }
|
243
|
+
i.icon.clipboard.check::before { content: "\f46c"; }
|
244
|
+
i.icon.clipboard.list::before { content: "\f46d"; }
|
245
|
+
i.icon.clock::before { content: "\f017"; }
|
246
|
+
i.icon.clone::before { content: "\f24d"; }
|
247
|
+
i.icon.closed.captioning::before { content: "\f20a"; }
|
248
|
+
i.icon.cloud::before { content: "\f0c2"; }
|
249
|
+
i.icon.cloud.download.alternate::before { content: "\f381"; }
|
250
|
+
i.icon.cloud.meatball::before { content: "\f73b"; }
|
251
|
+
i.icon.cloud.moon::before { content: "\f6c3"; }
|
252
|
+
i.icon.cloud.moon.rain::before { content: "\f73c"; }
|
253
|
+
i.icon.cloud.rain::before { content: "\f73d"; }
|
254
|
+
i.icon.cloud.showers.heavy::before { content: "\f740"; }
|
255
|
+
i.icon.cloud.sun::before { content: "\f6c4"; }
|
256
|
+
i.icon.cloud.sun.rain::before { content: "\f743"; }
|
257
|
+
i.icon.cloud.upload.alternate::before { content: "\f382"; }
|
258
|
+
i.icon.cocktail::before { content: "\f561"; }
|
259
|
+
i.icon.code::before { content: "\f121"; }
|
260
|
+
i.icon.code.branch::before { content: "\f126"; }
|
261
|
+
i.icon.coffee::before { content: "\f0f4"; }
|
262
|
+
i.icon.cog::before { content: "\f013"; }
|
263
|
+
i.icon.cogs::before { content: "\f085"; }
|
264
|
+
i.icon.coins::before { content: "\f51e"; }
|
265
|
+
i.icon.columns::before { content: "\f0db"; }
|
266
|
+
i.icon.comment::before { content: "\f075"; }
|
267
|
+
i.icon.comment.alternate::before { content: "\f27a"; }
|
268
|
+
i.icon.comment.dollar::before { content: "\f651"; }
|
269
|
+
i.icon.comment.dots::before { content: "\f4ad"; }
|
270
|
+
i.icon.comment.medical::before { content: "\f7f5"; }
|
271
|
+
i.icon.comment.slash::before { content: "\f4b3"; }
|
272
|
+
i.icon.comments::before { content: "\f086"; }
|
273
|
+
i.icon.comments.dollar::before { content: "\f653"; }
|
274
|
+
i.icon.compact.disc::before { content: "\f51f"; }
|
275
|
+
i.icon.compass::before { content: "\f14e"; }
|
276
|
+
i.icon.compress::before { content: "\f066"; }
|
277
|
+
i.icon.compress.alternate::before { content: "\f422"; }
|
278
|
+
i.icon.compress.arrows.alternate::before { content: "\f78c"; }
|
279
|
+
i.icon.concierge.bell::before { content: "\f562"; }
|
280
|
+
i.icon.cookie::before { content: "\f563"; }
|
281
|
+
i.icon.cookie.bite::before { content: "\f564"; }
|
282
|
+
i.icon.copy::before { content: "\f0c5"; }
|
283
|
+
i.icon.copyright::before { content: "\f1f9"; }
|
284
|
+
i.icon.couch::before { content: "\f4b8"; }
|
285
|
+
i.icon.credit.card::before { content: "\f09d"; }
|
286
|
+
i.icon.crop::before { content: "\f125"; }
|
287
|
+
i.icon.crop.alternate::before { content: "\f565"; }
|
288
|
+
i.icon.cross::before { content: "\f654"; }
|
289
|
+
i.icon.crosshairs::before { content: "\f05b"; }
|
290
|
+
i.icon.crow::before { content: "\f520"; }
|
291
|
+
i.icon.crown::before { content: "\f521"; }
|
292
|
+
i.icon.crutch::before { content: "\f7f7"; }
|
293
|
+
i.icon.cube::before { content: "\f1b2"; }
|
294
|
+
i.icon.cubes::before { content: "\f1b3"; }
|
295
|
+
i.icon.cut::before { content: "\f0c4"; }
|
296
|
+
i.icon.database::before { content: "\f1c0"; }
|
297
|
+
i.icon.deaf::before { content: "\f2a4"; }
|
298
|
+
i.icon.democrat::before { content: "\f747"; }
|
299
|
+
i.icon.desktop::before { content: "\f108"; }
|
300
|
+
i.icon.dharmachakra::before { content: "\f655"; }
|
301
|
+
i.icon.diagnoses::before { content: "\f470"; }
|
302
|
+
i.icon.dice::before { content: "\f522"; }
|
303
|
+
i.icon.dice.d20::before { content: "\f6cf"; }
|
304
|
+
i.icon.dice.d6::before { content: "\f6d1"; }
|
305
|
+
i.icon.dice.five::before { content: "\f523"; }
|
306
|
+
i.icon.dice.four::before { content: "\f524"; }
|
307
|
+
i.icon.dice.one::before { content: "\f525"; }
|
308
|
+
i.icon.dice.six::before { content: "\f526"; }
|
309
|
+
i.icon.dice.three::before { content: "\f527"; }
|
310
|
+
i.icon.dice.two::before { content: "\f528"; }
|
311
|
+
i.icon.digital.tachograph::before { content: "\f566"; }
|
312
|
+
i.icon.directions::before { content: "\f5eb"; }
|
313
|
+
i.icon.disease::before { content: "\f7fa"; }
|
314
|
+
i.icon.divide::before { content: "\f529"; }
|
315
|
+
i.icon.dizzy::before { content: "\f567"; }
|
316
|
+
i.icon.dna::before { content: "\f471"; }
|
317
|
+
i.icon.dog::before { content: "\f6d3"; }
|
318
|
+
i.icon.dollar.sign::before { content: "\f155"; }
|
319
|
+
i.icon.dolly::before { content: "\f472"; }
|
320
|
+
i.icon.dolly.flatbed::before { content: "\f474"; }
|
321
|
+
i.icon.donate::before { content: "\f4b9"; }
|
322
|
+
i.icon.door.closed::before { content: "\f52a"; }
|
323
|
+
i.icon.door.open::before { content: "\f52b"; }
|
324
|
+
i.icon.dot.circle::before { content: "\f192"; }
|
325
|
+
i.icon.dove::before { content: "\f4ba"; }
|
326
|
+
i.icon.download::before { content: "\f019"; }
|
327
|
+
i.icon.drafting.compass::before { content: "\f568"; }
|
328
|
+
i.icon.dragon::before { content: "\f6d5"; }
|
329
|
+
i.icon.draw.polygon::before { content: "\f5ee"; }
|
330
|
+
i.icon.drum::before { content: "\f569"; }
|
331
|
+
i.icon.drum.steelpan::before { content: "\f56a"; }
|
332
|
+
i.icon.drumstick.bite::before { content: "\f6d7"; }
|
333
|
+
i.icon.dumbbell::before { content: "\f44b"; }
|
334
|
+
i.icon.dumpster::before { content: "\f793"; }
|
335
|
+
i.icon.dumpster.fire::before { content: "\f794"; }
|
336
|
+
i.icon.dungeon::before { content: "\f6d9"; }
|
337
|
+
i.icon.edit::before { content: "\f044"; }
|
338
|
+
i.icon.egg::before { content: "\f7fb"; }
|
339
|
+
i.icon.eject::before { content: "\f052"; }
|
340
|
+
i.icon.ellipsis.horizontal::before { content: "\f141"; }
|
341
|
+
i.icon.ellipsis.vertical::before { content: "\f142"; }
|
342
|
+
i.icon.envelope::before { content: "\f0e0"; }
|
343
|
+
i.icon.envelope.open::before { content: "\f2b6"; }
|
344
|
+
i.icon.envelope.open.text::before { content: "\f658"; }
|
345
|
+
i.icon.envelope.square::before { content: "\f199"; }
|
346
|
+
i.icon.equals::before { content: "\f52c"; }
|
347
|
+
i.icon.eraser::before { content: "\f12d"; }
|
348
|
+
i.icon.ethernet::before { content: "\f796"; }
|
349
|
+
i.icon.euro.sign::before { content: "\f153"; }
|
350
|
+
i.icon.exchange.alternate::before { content: "\f362"; }
|
351
|
+
i.icon.exclamation::before { content: "\f12a"; }
|
352
|
+
i.icon.exclamation.circle::before { content: "\f06a"; }
|
353
|
+
i.icon.exclamation.triangle::before { content: "\f071"; }
|
354
|
+
i.icon.expand::before { content: "\f065"; }
|
355
|
+
i.icon.expand.alternate::before { content: "\f424"; }
|
356
|
+
i.icon.expand.arrows.alternate::before { content: "\f31e"; }
|
357
|
+
i.icon.external.alternate::before { content: "\f35d"; }
|
358
|
+
i.icon.external.link.square.alternate::before { content: "\f360"; }
|
359
|
+
i.icon.eye::before { content: "\f06e"; }
|
360
|
+
i.icon.eye.dropper::before { content: "\f1fb"; }
|
361
|
+
i.icon.eye.slash::before { content: "\f070"; }
|
362
|
+
i.icon.fan::before { content: "\f863"; }
|
363
|
+
i.icon.fast.backward::before { content: "\f049"; }
|
364
|
+
i.icon.fast.forward::before { content: "\f050"; }
|
365
|
+
i.icon.faucet::before { content: "\e005"; }
|
366
|
+
i.icon.fax::before { content: "\f1ac"; }
|
367
|
+
i.icon.feather::before { content: "\f52d"; }
|
368
|
+
i.icon.feather.alternate::before { content: "\f56b"; }
|
369
|
+
i.icon.female::before { content: "\f182"; }
|
370
|
+
i.icon.fighter.jet::before { content: "\f0fb"; }
|
371
|
+
i.icon.file::before { content: "\f15b"; }
|
372
|
+
i.icon.file.alternate::before { content: "\f15c"; }
|
373
|
+
i.icon.file.archive::before { content: "\f1c6"; }
|
374
|
+
i.icon.file.audio::before { content: "\f1c7"; }
|
375
|
+
i.icon.file.code::before { content: "\f1c9"; }
|
376
|
+
i.icon.file.contract::before { content: "\f56c"; }
|
377
|
+
i.icon.file.csv::before { content: "\f6dd"; }
|
378
|
+
i.icon.file.download::before { content: "\f56d"; }
|
379
|
+
i.icon.file.excel::before { content: "\f1c3"; }
|
380
|
+
i.icon.file.export::before { content: "\f56e"; }
|
381
|
+
i.icon.file.image::before { content: "\f1c5"; }
|
382
|
+
i.icon.file.import::before { content: "\f56f"; }
|
383
|
+
i.icon.file.invoice::before { content: "\f570"; }
|
384
|
+
i.icon.file.invoice.dollar::before { content: "\f571"; }
|
385
|
+
i.icon.file.medical::before { content: "\f477"; }
|
386
|
+
i.icon.file.medical.alternate::before { content: "\f478"; }
|
387
|
+
i.icon.file.pdf::before { content: "\f1c1"; }
|
388
|
+
i.icon.file.powerpoint::before { content: "\f1c4"; }
|
389
|
+
i.icon.file.prescription::before { content: "\f572"; }
|
390
|
+
i.icon.file.signature::before { content: "\f573"; }
|
391
|
+
i.icon.file.upload::before { content: "\f574"; }
|
392
|
+
i.icon.file.video::before { content: "\f1c8"; }
|
393
|
+
i.icon.file.word::before { content: "\f1c2"; }
|
394
|
+
i.icon.fill::before { content: "\f575"; }
|
395
|
+
i.icon.fill.drip::before { content: "\f576"; }
|
396
|
+
i.icon.film::before { content: "\f008"; }
|
397
|
+
i.icon.filter::before { content: "\f0b0"; }
|
398
|
+
i.icon.fingerprint::before { content: "\f577"; }
|
399
|
+
i.icon.fire::before { content: "\f06d"; }
|
400
|
+
i.icon.fire.alternate::before { content: "\f7e4"; }
|
401
|
+
i.icon.fire.extinguisher::before { content: "\f134"; }
|
402
|
+
i.icon.first.aid::before { content: "\f479"; }
|
403
|
+
i.icon.fish::before { content: "\f578"; }
|
404
|
+
i.icon.fist.raised::before { content: "\f6de"; }
|
405
|
+
i.icon.flag::before { content: "\f024"; }
|
406
|
+
i.icon.flag.checkered::before { content: "\f11e"; }
|
407
|
+
i.icon.flag.usa::before { content: "\f74d"; }
|
408
|
+
i.icon.flask::before { content: "\f0c3"; }
|
409
|
+
i.icon.flushed::before { content: "\f579"; }
|
410
|
+
i.icon.folder::before { content: "\f07b"; }
|
411
|
+
i.icon.folder.minus::before { content: "\f65d"; }
|
412
|
+
i.icon.folder.open::before { content: "\f07c"; }
|
413
|
+
i.icon.folder.plus::before { content: "\f65e"; }
|
414
|
+
i.icon.font::before { content: "\f031"; }
|
415
|
+
i.icon.football.ball::before { content: "\f44e"; }
|
416
|
+
i.icon.forward::before { content: "\f04e"; }
|
417
|
+
i.icon.frog::before { content: "\f52e"; }
|
418
|
+
i.icon.frown::before { content: "\f119"; }
|
419
|
+
i.icon.frown.open::before { content: "\f57a"; }
|
420
|
+
i.icon.fruit-apple::before { content: "\f5d1"; }
|
421
|
+
i.icon.funnel.dollar::before { content: "\f662"; }
|
422
|
+
i.icon.futbol::before { content: "\f1e3"; }
|
423
|
+
i.icon.gamepad::before { content: "\f11b"; }
|
424
|
+
i.icon.gas.pump::before { content: "\f52f"; }
|
425
|
+
i.icon.gavel::before { content: "\f0e3"; }
|
426
|
+
i.icon.gem::before { content: "\f3a5"; }
|
427
|
+
i.icon.genderless::before { content: "\f22d"; }
|
428
|
+
i.icon.ghost::before { content: "\f6e2"; }
|
429
|
+
i.icon.gift::before { content: "\f06b"; }
|
430
|
+
i.icon.gifts::before { content: "\f79c"; }
|
431
|
+
i.icon.glass.cheers::before { content: "\f79f"; }
|
432
|
+
i.icon.glass.martini::before { content: "\f000"; }
|
433
|
+
i.icon.glass.martini.alternate::before { content: "\f57b"; }
|
434
|
+
i.icon.glass.whiskey::before { content: "\f7a0"; }
|
435
|
+
i.icon.glasses::before { content: "\f530"; }
|
436
|
+
i.icon.globe::before { content: "\f0ac"; }
|
437
|
+
i.icon.globe.africa::before { content: "\f57c"; }
|
438
|
+
i.icon.globe.americas::before { content: "\f57d"; }
|
439
|
+
i.icon.globe.asia::before { content: "\f57e"; }
|
440
|
+
i.icon.globe.europe::before { content: "\f7a2"; }
|
441
|
+
i.icon.golf.ball::before { content: "\f450"; }
|
442
|
+
i.icon.gopuram::before { content: "\f664"; }
|
443
|
+
i.icon.graduation.cap::before { content: "\f19d"; }
|
444
|
+
i.icon.greater.than::before { content: "\f531"; }
|
445
|
+
i.icon.greater.than.equal::before { content: "\f532"; }
|
446
|
+
i.icon.grimace::before { content: "\f57f"; }
|
447
|
+
i.icon.grin::before { content: "\f580"; }
|
448
|
+
i.icon.grin.alternate::before { content: "\f581"; }
|
449
|
+
i.icon.grin.beam::before { content: "\f582"; }
|
450
|
+
i.icon.grin.beam.sweat::before { content: "\f583"; }
|
451
|
+
i.icon.grin.hearts::before { content: "\f584"; }
|
452
|
+
i.icon.grin.squint::before { content: "\f585"; }
|
453
|
+
i.icon.grin.squint.tears::before { content: "\f586"; }
|
454
|
+
i.icon.grin.stars::before { content: "\f587"; }
|
455
|
+
i.icon.grin.tears::before { content: "\f588"; }
|
456
|
+
i.icon.grin.tongue::before { content: "\f589"; }
|
457
|
+
i.icon.grin.tongue.squint::before { content: "\f58a"; }
|
458
|
+
i.icon.grin.tongue.wink::before { content: "\f58b"; }
|
459
|
+
i.icon.grin.wink::before { content: "\f58c"; }
|
460
|
+
i.icon.grip.horizontal::before { content: "\f58d"; }
|
461
|
+
i.icon.grip.lines::before { content: "\f7a4"; }
|
462
|
+
i.icon.grip.lines.vertical::before { content: "\f7a5"; }
|
463
|
+
i.icon.grip.vertical::before { content: "\f58e"; }
|
464
|
+
i.icon.guitar::before { content: "\f7a6"; }
|
465
|
+
i.icon.h.square::before { content: "\f0fd"; }
|
466
|
+
i.icon.hamburger::before { content: "\f805"; }
|
467
|
+
i.icon.hammer::before { content: "\f6e3"; }
|
468
|
+
i.icon.hamsa::before { content: "\f665"; }
|
469
|
+
i.icon.hand.holding::before { content: "\f4bd"; }
|
470
|
+
i.icon.hand.holding.heart::before { content: "\f4be"; }
|
471
|
+
i.icon.hand.holding.medical::before { content: "\e05c"; }
|
472
|
+
i.icon.hand.holding.usd::before { content: "\f4c0"; }
|
473
|
+
i.icon.hand.holding.water::before { content: "\f4c1"; }
|
474
|
+
i.icon.hand.lizard::before { content: "\f258"; }
|
475
|
+
i.icon.hand.middle.finger::before { content: "\f806"; }
|
476
|
+
i.icon.hand.paper::before { content: "\f256"; }
|
477
|
+
i.icon.hand.peace::before { content: "\f25b"; }
|
478
|
+
i.icon.hand.point.down::before { content: "\f0a7"; }
|
479
|
+
i.icon.hand.point.left::before { content: "\f0a5"; }
|
480
|
+
i.icon.hand.point.right::before { content: "\f0a4"; }
|
481
|
+
i.icon.hand.point.up::before { content: "\f0a6"; }
|
482
|
+
i.icon.hand.pointer::before { content: "\f25a"; }
|
483
|
+
i.icon.hand.rock::before { content: "\f255"; }
|
484
|
+
i.icon.hand.scissors::before { content: "\f257"; }
|
485
|
+
i.icon.hand.sparkles::before { content: "\e05d"; }
|
486
|
+
i.icon.hand.spock::before { content: "\f259"; }
|
487
|
+
i.icon.hands::before { content: "\f4c2"; }
|
488
|
+
i.icon.hands.helping::before { content: "\f4c4"; }
|
489
|
+
i.icon.hands.wash::before { content: "\e05e"; }
|
490
|
+
i.icon.handshake::before { content: "\f2b5"; }
|
491
|
+
i.icon.handshake.alternate.slash::before { content: "\e05f"; }
|
492
|
+
i.icon.handshake.slash::before { content: "\e060"; }
|
493
|
+
i.icon.hanukiah::before { content: "\f6e6"; }
|
494
|
+
i.icon.hard.hat::before { content: "\f807"; }
|
495
|
+
i.icon.hashtag::before { content: "\f292"; }
|
496
|
+
i.icon.hat.cowboy::before { content: "\f8c0"; }
|
497
|
+
i.icon.hat.cowboy.side::before { content: "\f8c1"; }
|
498
|
+
i.icon.hat.wizard::before { content: "\f6e8"; }
|
499
|
+
i.icon.hdd::before { content: "\f0a0"; }
|
500
|
+
i.icon.head.side.cough::before { content: "\e061"; }
|
501
|
+
i.icon.head.side.cough.slash::before { content: "\e062"; }
|
502
|
+
i.icon.head.side.mask::before { content: "\e063"; }
|
503
|
+
i.icon.head.side.virus::before { content: "\e064"; }
|
504
|
+
i.icon.heading::before { content: "\f1dc"; }
|
505
|
+
i.icon.headphones::before { content: "\f025"; }
|
506
|
+
i.icon.headphones.alternate::before { content: "\f58f"; }
|
507
|
+
i.icon.headset::before { content: "\f590"; }
|
508
|
+
i.icon.heart::before { content: "\f004"; }
|
509
|
+
i.icon.heart.broken::before { content: "\f7a9"; }
|
510
|
+
i.icon.heartbeat::before { content: "\f21e"; }
|
511
|
+
i.icon.helicopter::before { content: "\f533"; }
|
512
|
+
i.icon.highlighter::before { content: "\f591"; }
|
513
|
+
i.icon.hiking::before { content: "\f6ec"; }
|
514
|
+
i.icon.hippo::before { content: "\f6ed"; }
|
515
|
+
i.icon.history::before { content: "\f1da"; }
|
516
|
+
i.icon.hockey.puck::before { content: "\f453"; }
|
517
|
+
i.icon.holly.berry::before { content: "\f7aa"; }
|
518
|
+
i.icon.home::before { content: "\f015"; }
|
519
|
+
i.icon.horse::before { content: "\f6f0"; }
|
520
|
+
i.icon.horse.head::before { content: "\f7ab"; }
|
521
|
+
i.icon.hospital::before { content: "\f0f8"; }
|
522
|
+
i.icon.hospital.alternate::before { content: "\f47d"; }
|
523
|
+
i.icon.hospital.symbol::before { content: "\f47e"; }
|
524
|
+
i.icon.hospital.user::before { content: "\f80d"; }
|
525
|
+
i.icon.hot.tub::before { content: "\f593"; }
|
526
|
+
i.icon.hotdog::before { content: "\f80f"; }
|
527
|
+
i.icon.hotel::before { content: "\f594"; }
|
528
|
+
i.icon.hourglass::before { content: "\f254"; }
|
529
|
+
i.icon.hourglass.end::before { content: "\f253"; }
|
530
|
+
i.icon.hourglass.half::before { content: "\f252"; }
|
531
|
+
i.icon.hourglass.start::before { content: "\f251"; }
|
532
|
+
i.icon.house.damage::before { content: "\f6f1"; }
|
533
|
+
i.icon.house.user::before { content: "\e065"; }
|
534
|
+
i.icon.hryvnia::before { content: "\f6f2"; }
|
535
|
+
i.icon.i.cursor::before { content: "\f246"; }
|
536
|
+
i.icon.ice.cream::before { content: "\f810"; }
|
537
|
+
i.icon.icicles::before { content: "\f7ad"; }
|
538
|
+
i.icon.icons::before { content: "\f86d"; }
|
539
|
+
i.icon.id.badge::before { content: "\f2c1"; }
|
540
|
+
i.icon.id.card::before { content: "\f2c2"; }
|
541
|
+
i.icon.id.card.alternate::before { content: "\f47f"; }
|
542
|
+
i.icon.igloo::before { content: "\f7ae"; }
|
543
|
+
i.icon.image::before { content: "\f03e"; }
|
544
|
+
i.icon.images::before { content: "\f302"; }
|
545
|
+
i.icon.inbox::before { content: "\f01c"; }
|
546
|
+
i.icon.indent::before { content: "\f03c"; }
|
547
|
+
i.icon.industry::before { content: "\f275"; }
|
548
|
+
i.icon.infinity::before { content: "\f534"; }
|
549
|
+
i.icon.info::before { content: "\f129"; }
|
550
|
+
i.icon.info.circle::before { content: "\f05a"; }
|
551
|
+
i.icon.italic::before { content: "\f033"; }
|
552
|
+
i.icon.jedi::before { content: "\f669"; }
|
553
|
+
i.icon.joint::before { content: "\f595"; }
|
554
|
+
i.icon.journal.whills::before { content: "\f66a"; }
|
555
|
+
i.icon.kaaba::before { content: "\f66b"; }
|
556
|
+
i.icon.key::before { content: "\f084"; }
|
557
|
+
i.icon.keyboard::before { content: "\f11c"; }
|
558
|
+
i.icon.khanda::before { content: "\f66d"; }
|
559
|
+
i.icon.kiss::before { content: "\f596"; }
|
560
|
+
i.icon.kiss.beam::before { content: "\f597"; }
|
561
|
+
i.icon.kiss.wink.heart::before { content: "\f598"; }
|
562
|
+
i.icon.kiwi.bird::before { content: "\f535"; }
|
563
|
+
i.icon.landmark::before { content: "\f66f"; }
|
564
|
+
i.icon.language::before { content: "\f1ab"; }
|
565
|
+
i.icon.laptop::before { content: "\f109"; }
|
566
|
+
i.icon.laptop.code::before { content: "\f5fc"; }
|
567
|
+
i.icon.laptop.house::before { content: "\e066"; }
|
568
|
+
i.icon.laptop.medical::before { content: "\f812"; }
|
569
|
+
i.icon.laugh::before { content: "\f599"; }
|
570
|
+
i.icon.laugh.beam::before { content: "\f59a"; }
|
571
|
+
i.icon.laugh.squint::before { content: "\f59b"; }
|
572
|
+
i.icon.laugh.wink::before { content: "\f59c"; }
|
573
|
+
i.icon.layer.group::before { content: "\f5fd"; }
|
574
|
+
i.icon.leaf::before { content: "\f06c"; }
|
575
|
+
i.icon.lemon::before { content: "\f094"; }
|
576
|
+
i.icon.less.than::before { content: "\f536"; }
|
577
|
+
i.icon.less.than.equal::before { content: "\f537"; }
|
578
|
+
i.icon.level.down.alternate::before { content: "\f3be"; }
|
579
|
+
i.icon.level.up.alternate::before { content: "\f3bf"; }
|
580
|
+
i.icon.life.ring::before { content: "\f1cd"; }
|
581
|
+
i.icon.lightbulb::before { content: "\f0eb"; }
|
582
|
+
i.icon.linkify::before { content: "\f0c1"; }
|
583
|
+
i.icon.lira.sign::before { content: "\f195"; }
|
584
|
+
i.icon.list::before { content: "\f03a"; }
|
585
|
+
i.icon.list.alternate::before { content: "\f022"; }
|
586
|
+
i.icon.list.ol::before { content: "\f0cb"; }
|
587
|
+
i.icon.list.ul::before { content: "\f0ca"; }
|
588
|
+
i.icon.location.arrow::before { content: "\f124"; }
|
589
|
+
i.icon.lock::before { content: "\f023"; }
|
590
|
+
i.icon.lock.open::before { content: "\f3c1"; }
|
591
|
+
i.icon.long.arrow.alternate.down::before { content: "\f309"; }
|
592
|
+
i.icon.long.arrow.alternate.left::before { content: "\f30a"; }
|
593
|
+
i.icon.long.arrow.alternate.right::before { content: "\f30b"; }
|
594
|
+
i.icon.long.arrow.alternate.up::before { content: "\f30c"; }
|
595
|
+
i.icon.low.vision::before { content: "\f2a8"; }
|
596
|
+
i.icon.luggage.cart::before { content: "\f59d"; }
|
597
|
+
i.icon.lungs::before { content: "\f604"; }
|
598
|
+
i.icon.lungs.virus::before { content: "\e067"; }
|
599
|
+
i.icon.magic::before { content: "\f0d0"; }
|
600
|
+
i.icon.magnet::before { content: "\f076"; }
|
601
|
+
i.icon.mail.bulk::before { content: "\f674"; }
|
602
|
+
i.icon.male::before { content: "\f183"; }
|
603
|
+
i.icon.map::before { content: "\f279"; }
|
604
|
+
i.icon.map.marked::before { content: "\f59f"; }
|
605
|
+
i.icon.map.marked.alternate::before { content: "\f5a0"; }
|
606
|
+
i.icon.map.marker::before { content: "\f041"; }
|
607
|
+
i.icon.map.marker.alternate::before { content: "\f3c5"; }
|
608
|
+
i.icon.map.pin::before { content: "\f276"; }
|
609
|
+
i.icon.map.signs::before { content: "\f277"; }
|
610
|
+
i.icon.marker::before { content: "\f5a1"; }
|
611
|
+
i.icon.mars::before { content: "\f222"; }
|
612
|
+
i.icon.mars.double::before { content: "\f227"; }
|
613
|
+
i.icon.mars.stroke::before { content: "\f229"; }
|
614
|
+
i.icon.mars.stroke.horizontal::before { content: "\f22b"; }
|
615
|
+
i.icon.mars.stroke.vertical::before { content: "\f22a"; }
|
616
|
+
i.icon.mask::before { content: "\f6fa"; }
|
617
|
+
i.icon.medal::before { content: "\f5a2"; }
|
618
|
+
i.icon.medkit::before { content: "\f0fa"; }
|
619
|
+
i.icon.meh::before { content: "\f11a"; }
|
620
|
+
i.icon.meh.blank::before { content: "\f5a4"; }
|
621
|
+
i.icon.meh.rolling.eyes::before { content: "\f5a5"; }
|
622
|
+
i.icon.memory::before { content: "\f538"; }
|
623
|
+
i.icon.menorah::before { content: "\f676"; }
|
624
|
+
i.icon.mercury::before { content: "\f223"; }
|
625
|
+
i.icon.meteor::before { content: "\f753"; }
|
626
|
+
i.icon.microchip::before { content: "\f2db"; }
|
627
|
+
i.icon.microphone::before { content: "\f130"; }
|
628
|
+
i.icon.microphone.alternate::before { content: "\f3c9"; }
|
629
|
+
i.icon.microphone.alternate.slash::before { content: "\f539"; }
|
630
|
+
i.icon.microphone.slash::before { content: "\f131"; }
|
631
|
+
i.icon.microscope::before { content: "\f610"; }
|
632
|
+
i.icon.minus::before { content: "\f068"; }
|
633
|
+
i.icon.minus.circle::before { content: "\f056"; }
|
634
|
+
i.icon.minus.square::before { content: "\f146"; }
|
635
|
+
i.icon.mitten::before { content: "\f7b5"; }
|
636
|
+
i.icon.mobile::before { content: "\f10b"; }
|
637
|
+
i.icon.mobile.alternate::before { content: "\f3cd"; }
|
638
|
+
i.icon.money.bill::before { content: "\f0d6"; }
|
639
|
+
i.icon.money.bill.alternate::before { content: "\f3d1"; }
|
640
|
+
i.icon.money.bill.wave::before { content: "\f53a"; }
|
641
|
+
i.icon.money.bill.wave.alternate::before { content: "\f53b"; }
|
642
|
+
i.icon.money.check::before { content: "\f53c"; }
|
643
|
+
i.icon.money.check.alternate::before { content: "\f53d"; }
|
644
|
+
i.icon.monument::before { content: "\f5a6"; }
|
645
|
+
i.icon.moon::before { content: "\f186"; }
|
646
|
+
i.icon.mortar.pestle::before { content: "\f5a7"; }
|
647
|
+
i.icon.mosque::before { content: "\f678"; }
|
648
|
+
i.icon.motorcycle::before { content: "\f21c"; }
|
649
|
+
i.icon.mountain::before { content: "\f6fc"; }
|
650
|
+
i.icon.mouse::before { content: "\f8cc"; }
|
651
|
+
i.icon.mouse.pointer::before { content: "\f245"; }
|
652
|
+
i.icon.mug.hot::before { content: "\f7b6"; }
|
653
|
+
i.icon.music::before { content: "\f001"; }
|
654
|
+
i.icon.network.wired::before { content: "\f6ff"; }
|
655
|
+
i.icon.neuter::before { content: "\f22c"; }
|
656
|
+
i.icon.newspaper::before { content: "\f1ea"; }
|
657
|
+
i.icon.not.equal::before { content: "\f53e"; }
|
658
|
+
i.icon.notes.medical::before { content: "\f481"; }
|
659
|
+
i.icon.object.group::before { content: "\f247"; }
|
660
|
+
i.icon.object.ungroup::before { content: "\f248"; }
|
661
|
+
i.icon.oil.can::before { content: "\f613"; }
|
662
|
+
i.icon.om::before { content: "\f679"; }
|
663
|
+
i.icon.otter::before { content: "\f700"; }
|
664
|
+
i.icon.outdent::before { content: "\f03b"; }
|
665
|
+
i.icon.pager::before { content: "\f815"; }
|
666
|
+
i.icon.paint.brush::before { content: "\f1fc"; }
|
667
|
+
i.icon.paint.roller::before { content: "\f5aa"; }
|
668
|
+
i.icon.palette::before { content: "\f53f"; }
|
669
|
+
i.icon.pallet::before { content: "\f482"; }
|
670
|
+
i.icon.paper.plane::before { content: "\f1d8"; }
|
671
|
+
i.icon.paperclip::before { content: "\f0c6"; }
|
672
|
+
i.icon.parachute.box::before { content: "\f4cd"; }
|
673
|
+
i.icon.paragraph::before { content: "\f1dd"; }
|
674
|
+
i.icon.parking::before { content: "\f540"; }
|
675
|
+
i.icon.passport::before { content: "\f5ab"; }
|
676
|
+
i.icon.pastafarianism::before { content: "\f67b"; }
|
677
|
+
i.icon.paste::before { content: "\f0ea"; }
|
678
|
+
i.icon.pause::before { content: "\f04c"; }
|
679
|
+
i.icon.pause.circle::before { content: "\f28b"; }
|
680
|
+
i.icon.paw::before { content: "\f1b0"; }
|
681
|
+
i.icon.peace::before { content: "\f67c"; }
|
682
|
+
i.icon.pen::before { content: "\f304"; }
|
683
|
+
i.icon.pen.alternate::before { content: "\f305"; }
|
684
|
+
i.icon.pen.fancy::before { content: "\f5ac"; }
|
685
|
+
i.icon.pen.nib::before { content: "\f5ad"; }
|
686
|
+
i.icon.pen.square::before { content: "\f14b"; }
|
687
|
+
i.icon.pencil.alternate::before { content: "\f303"; }
|
688
|
+
i.icon.pencil.ruler::before { content: "\f5ae"; }
|
689
|
+
i.icon.people.arrows::before { content: "\e068"; }
|
690
|
+
i.icon.people.carry::before { content: "\f4ce"; }
|
691
|
+
i.icon.pepper.hot::before { content: "\f816"; }
|
692
|
+
i.icon.percent::before { content: "\f295"; }
|
693
|
+
i.icon.percentage::before { content: "\f541"; }
|
694
|
+
i.icon.person.booth::before { content: "\f756"; }
|
695
|
+
i.icon.phone::before { content: "\f095"; }
|
696
|
+
i.icon.phone.alternate::before { content: "\f879"; }
|
697
|
+
i.icon.phone.slash::before { content: "\f3dd"; }
|
698
|
+
i.icon.phone.square::before { content: "\f098"; }
|
699
|
+
i.icon.phone.square.alternate::before { content: "\f87b"; }
|
700
|
+
i.icon.phone.volume::before { content: "\f2a0"; }
|
701
|
+
i.icon.photo.video::before { content: "\f87c"; }
|
702
|
+
i.icon.piggy.bank::before { content: "\f4d3"; }
|
703
|
+
i.icon.pills::before { content: "\f484"; }
|
704
|
+
i.icon.pizza.slice::before { content: "\f818"; }
|
705
|
+
i.icon.place.of.worship::before { content: "\f67f"; }
|
706
|
+
i.icon.plane::before { content: "\f072"; }
|
707
|
+
i.icon.plane.arrival::before { content: "\f5af"; }
|
708
|
+
i.icon.plane.departure::before { content: "\f5b0"; }
|
709
|
+
i.icon.plane.slash::before { content: "\e069"; }
|
710
|
+
i.icon.play::before { content: "\f04b"; }
|
711
|
+
i.icon.play.circle::before { content: "\f144"; }
|
712
|
+
i.icon.plug::before { content: "\f1e6"; }
|
713
|
+
i.icon.plus::before { content: "\f067"; }
|
714
|
+
i.icon.plus.circle::before { content: "\f055"; }
|
715
|
+
i.icon.plus.square::before { content: "\f0fe"; }
|
716
|
+
i.icon.podcast::before { content: "\f2ce"; }
|
717
|
+
i.icon.poll::before { content: "\f681"; }
|
718
|
+
i.icon.poll.horizontal::before { content: "\f682"; }
|
719
|
+
i.icon.poo::before { content: "\f2fe"; }
|
720
|
+
i.icon.poo.storm::before { content: "\f75a"; }
|
721
|
+
i.icon.poop::before { content: "\f619"; }
|
722
|
+
i.icon.portrait::before { content: "\f3e0"; }
|
723
|
+
i.icon.pound.sign::before { content: "\f154"; }
|
724
|
+
i.icon.power.off::before { content: "\f011"; }
|
725
|
+
i.icon.pray::before { content: "\f683"; }
|
726
|
+
i.icon.praying.hands::before { content: "\f684"; }
|
727
|
+
i.icon.prescription::before { content: "\f5b1"; }
|
728
|
+
i.icon.prescription.bottle::before { content: "\f485"; }
|
729
|
+
i.icon.prescription.bottle.alternate::before { content: "\f486"; }
|
730
|
+
i.icon.print::before { content: "\f02f"; }
|
731
|
+
i.icon.procedures::before { content: "\f487"; }
|
732
|
+
i.icon.project.diagram::before { content: "\f542"; }
|
733
|
+
i.icon.pump.medical::before { content: "\e06a"; }
|
734
|
+
i.icon.pump.soap::before { content: "\e06b"; }
|
735
|
+
i.icon.puzzle.piece::before { content: "\f12e"; }
|
736
|
+
i.icon.qrcode::before { content: "\f029"; }
|
737
|
+
i.icon.question::before { content: "\f128"; }
|
738
|
+
i.icon.question.circle::before { content: "\f059"; }
|
739
|
+
i.icon.quidditch::before { content: "\f458"; }
|
740
|
+
i.icon.quote.left::before { content: "\f10d"; }
|
741
|
+
i.icon.quote.right::before { content: "\f10e"; }
|
742
|
+
i.icon.quran::before { content: "\f687"; }
|
743
|
+
i.icon.radiation::before { content: "\f7b9"; }
|
744
|
+
i.icon.radiation.alternate::before { content: "\f7ba"; }
|
745
|
+
i.icon.rainbow::before { content: "\f75b"; }
|
746
|
+
i.icon.random::before { content: "\f074"; }
|
747
|
+
i.icon.receipt::before { content: "\f543"; }
|
748
|
+
i.icon.record.vinyl::before { content: "\f8d9"; }
|
749
|
+
i.icon.recycle::before { content: "\f1b8"; }
|
750
|
+
i.icon.redo::before { content: "\f01e"; }
|
751
|
+
i.icon.redo.alternate::before { content: "\f2f9"; }
|
752
|
+
i.icon.registered::before { content: "\f25d"; }
|
753
|
+
i.icon.remove.format::before { content: "\f87d"; }
|
754
|
+
i.icon.reply::before { content: "\f3e5"; }
|
755
|
+
i.icon.reply.all::before { content: "\f122"; }
|
756
|
+
i.icon.republican::before { content: "\f75e"; }
|
757
|
+
i.icon.restroom::before { content: "\f7bd"; }
|
758
|
+
i.icon.retweet::before { content: "\f079"; }
|
759
|
+
i.icon.ribbon::before { content: "\f4d6"; }
|
760
|
+
i.icon.ring::before { content: "\f70b"; }
|
761
|
+
i.icon.road::before { content: "\f018"; }
|
762
|
+
i.icon.robot::before { content: "\f544"; }
|
763
|
+
i.icon.rocket::before { content: "\f135"; }
|
764
|
+
i.icon.route::before { content: "\f4d7"; }
|
765
|
+
i.icon.rss::before { content: "\f09e"; }
|
766
|
+
i.icon.rss.square::before { content: "\f143"; }
|
767
|
+
i.icon.ruble.sign::before { content: "\f158"; }
|
768
|
+
i.icon.ruler::before { content: "\f545"; }
|
769
|
+
i.icon.ruler.combined::before { content: "\f546"; }
|
770
|
+
i.icon.ruler.horizontal::before { content: "\f547"; }
|
771
|
+
i.icon.ruler.vertical::before { content: "\f548"; }
|
772
|
+
i.icon.running::before { content: "\f70c"; }
|
773
|
+
i.icon.rupee.sign::before { content: "\f156"; }
|
774
|
+
i.icon.sad.cry::before { content: "\f5b3"; }
|
775
|
+
i.icon.sad.tear::before { content: "\f5b4"; }
|
776
|
+
i.icon.satellite::before { content: "\f7bf"; }
|
777
|
+
i.icon.satellite.dish::before { content: "\f7c0"; }
|
778
|
+
i.icon.save::before { content: "\f0c7"; }
|
779
|
+
i.icon.school::before { content: "\f549"; }
|
780
|
+
i.icon.screwdriver::before { content: "\f54a"; }
|
781
|
+
i.icon.scroll::before { content: "\f70e"; }
|
782
|
+
i.icon.sd.card::before { content: "\f7c2"; }
|
783
|
+
i.icon.search::before { content: "\f002"; }
|
784
|
+
i.icon.search.dollar::before { content: "\f688"; }
|
785
|
+
i.icon.search.location::before { content: "\f689"; }
|
786
|
+
i.icon.search.minus::before { content: "\f010"; }
|
787
|
+
i.icon.search.plus::before { content: "\f00e"; }
|
788
|
+
i.icon.seedling::before { content: "\f4d8"; }
|
789
|
+
i.icon.server::before { content: "\f233"; }
|
790
|
+
i.icon.shapes::before { content: "\f61f"; }
|
791
|
+
i.icon.share::before { content: "\f064"; }
|
792
|
+
i.icon.share.alternate::before { content: "\f1e0"; }
|
793
|
+
i.icon.share.alternate.square::before { content: "\f1e1"; }
|
794
|
+
i.icon.share.square::before { content: "\f14d"; }
|
795
|
+
i.icon.shekel.sign::before { content: "\f20b"; }
|
796
|
+
i.icon.shield.alternate::before { content: "\f3ed"; }
|
797
|
+
i.icon.shield.virus::before { content: "\e06c"; }
|
798
|
+
i.icon.ship::before { content: "\f21a"; }
|
799
|
+
i.icon.shipping.fast::before { content: "\f48b"; }
|
800
|
+
i.icon.shoe.prints::before { content: "\f54b"; }
|
801
|
+
i.icon.shopping.bag::before { content: "\f290"; }
|
802
|
+
i.icon.shopping.basket::before { content: "\f291"; }
|
803
|
+
i.icon.shopping.cart::before { content: "\f07a"; }
|
804
|
+
i.icon.shower::before { content: "\f2cc"; }
|
805
|
+
i.icon.shuttle.van::before { content: "\f5b6"; }
|
806
|
+
i.icon.sign::before { content: "\f4d9"; }
|
807
|
+
i.icon.sign.in.alternate::before { content: "\f2f6"; }
|
808
|
+
i.icon.sign.language::before { content: "\f2a7"; }
|
809
|
+
i.icon.sign.out.alternate::before { content: "\f2f5"; }
|
810
|
+
i.icon.signal::before { content: "\f012"; }
|
811
|
+
i.icon.signature::before { content: "\f5b7"; }
|
812
|
+
i.icon.sim.card::before { content: "\f7c4"; }
|
813
|
+
i.icon.sink::before { content: "\e06d"; }
|
814
|
+
i.icon.sitemap::before { content: "\f0e8"; }
|
815
|
+
i.icon.skating::before { content: "\f7c5"; }
|
816
|
+
i.icon.skiing::before { content: "\f7c9"; }
|
817
|
+
i.icon.skiing.nordic::before { content: "\f7ca"; }
|
818
|
+
i.icon.skull::before { content: "\f54c"; }
|
819
|
+
i.icon.skull.crossbones::before { content: "\f714"; }
|
820
|
+
i.icon.slash::before { content: "\f715"; }
|
821
|
+
i.icon.sleigh::before { content: "\f7cc"; }
|
822
|
+
i.icon.sliders.horizontal::before { content: "\f1de"; }
|
823
|
+
i.icon.smile::before { content: "\f118"; }
|
824
|
+
i.icon.smile.beam::before { content: "\f5b8"; }
|
825
|
+
i.icon.smile.wink::before { content: "\f4da"; }
|
826
|
+
i.icon.smog::before { content: "\f75f"; }
|
827
|
+
i.icon.smoking::before { content: "\f48d"; }
|
828
|
+
i.icon.smoking.ban::before { content: "\f54d"; }
|
829
|
+
i.icon.sms::before { content: "\f7cd"; }
|
830
|
+
i.icon.snowboarding::before { content: "\f7ce"; }
|
831
|
+
i.icon.snowflake::before { content: "\f2dc"; }
|
832
|
+
i.icon.snowman::before { content: "\f7d0"; }
|
833
|
+
i.icon.snowplow::before { content: "\f7d2"; }
|
834
|
+
i.icon.soap::before { content: "\e06e"; }
|
835
|
+
i.icon.socks::before { content: "\f696"; }
|
836
|
+
i.icon.solar.panel::before { content: "\f5ba"; }
|
837
|
+
i.icon.sort::before { content: "\f0dc"; }
|
838
|
+
i.icon.sort.alphabet.down::before { content: "\f15d"; }
|
839
|
+
i.icon.sort.alphabet.down.alternate::before { content: "\f881"; }
|
840
|
+
i.icon.sort.alphabet.up::before { content: "\f15e"; }
|
841
|
+
i.icon.sort.alphabet.up.alternate::before { content: "\f882"; }
|
842
|
+
i.icon.sort.amount.down::before { content: "\f160"; }
|
843
|
+
i.icon.sort.amount.down.alternate::before { content: "\f884"; }
|
844
|
+
i.icon.sort.amount.up::before { content: "\f161"; }
|
845
|
+
i.icon.sort.amount.up.alternate::before { content: "\f885"; }
|
846
|
+
i.icon.sort.down::before { content: "\f0dd"; }
|
847
|
+
i.icon.sort.numeric.down::before { content: "\f162"; }
|
848
|
+
i.icon.sort.numeric.down.alternate::before { content: "\f886"; }
|
849
|
+
i.icon.sort.numeric.up::before { content: "\f163"; }
|
850
|
+
i.icon.sort.numeric.up.alternate::before { content: "\f887"; }
|
851
|
+
i.icon.sort.up::before { content: "\f0de"; }
|
852
|
+
i.icon.spa::before { content: "\f5bb"; }
|
853
|
+
i.icon.space.shuttle::before { content: "\f197"; }
|
854
|
+
i.icon.spell.check::before { content: "\f891"; }
|
855
|
+
i.icon.spider::before { content: "\f717"; }
|
856
|
+
i.icon.spinner::before { content: "\f110"; }
|
857
|
+
i.icon.splotch::before { content: "\f5bc"; }
|
858
|
+
i.icon.spray.can::before { content: "\f5bd"; }
|
859
|
+
i.icon.square::before { content: "\f0c8"; }
|
860
|
+
i.icon.square.full::before { content: "\f45c"; }
|
861
|
+
i.icon.square.root.alternate::before { content: "\f698"; }
|
862
|
+
i.icon.stamp::before { content: "\f5bf"; }
|
863
|
+
i.icon.star::before { content: "\f005"; }
|
864
|
+
i.icon.star.and.crescent::before { content: "\f699"; }
|
865
|
+
i.icon.star.half::before { content: "\f089"; }
|
866
|
+
i.icon.star.half.alternate::before { content: "\f5c0"; }
|
867
|
+
i.icon.star.of.david::before { content: "\f69a"; }
|
868
|
+
i.icon.star.of.life::before { content: "\f621"; }
|
869
|
+
i.icon.step.backward::before { content: "\f048"; }
|
870
|
+
i.icon.step.forward::before { content: "\f051"; }
|
871
|
+
i.icon.stethoscope::before { content: "\f0f1"; }
|
872
|
+
i.icon.sticky.note::before { content: "\f249"; }
|
873
|
+
i.icon.stop::before { content: "\f04d"; }
|
874
|
+
i.icon.stop.circle::before { content: "\f28d"; }
|
875
|
+
i.icon.stopwatch::before { content: "\f2f2"; }
|
876
|
+
i.icon.stopwatch.twenty::before { content: "\e06f"; }
|
877
|
+
i.icon.store::before { content: "\f54e"; }
|
878
|
+
i.icon.store.alternate::before { content: "\f54f"; }
|
879
|
+
i.icon.store.alternate.slash::before { content: "\e070"; }
|
880
|
+
i.icon.store.slash::before { content: "\e071"; }
|
881
|
+
i.icon.stream::before { content: "\f550"; }
|
882
|
+
i.icon.street.view::before { content: "\f21d"; }
|
883
|
+
i.icon.strikethrough::before { content: "\f0cc"; }
|
884
|
+
i.icon.stroopwafel::before { content: "\f551"; }
|
885
|
+
i.icon.subscript::before { content: "\f12c"; }
|
886
|
+
i.icon.subway::before { content: "\f239"; }
|
887
|
+
i.icon.suitcase::before { content: "\f0f2"; }
|
888
|
+
i.icon.suitcase.rolling::before { content: "\f5c1"; }
|
889
|
+
i.icon.sun::before { content: "\f185"; }
|
890
|
+
i.icon.superscript::before { content: "\f12b"; }
|
891
|
+
i.icon.surprise::before { content: "\f5c2"; }
|
892
|
+
i.icon.swatchbook::before { content: "\f5c3"; }
|
893
|
+
i.icon.swimmer::before { content: "\f5c4"; }
|
894
|
+
i.icon.swimming.pool::before { content: "\f5c5"; }
|
895
|
+
i.icon.synagogue::before { content: "\f69b"; }
|
896
|
+
i.icon.sync::before { content: "\f021"; }
|
897
|
+
i.icon.sync.alternate::before { content: "\f2f1"; }
|
898
|
+
i.icon.syringe::before { content: "\f48e"; }
|
899
|
+
i.icon.table::before { content: "\f0ce"; }
|
900
|
+
i.icon.table.tennis::before { content: "\f45d"; }
|
901
|
+
i.icon.tablet::before { content: "\f10a"; }
|
902
|
+
i.icon.tablet.alternate::before { content: "\f3fa"; }
|
903
|
+
i.icon.tablets::before { content: "\f490"; }
|
904
|
+
i.icon.tachometer.alternate::before { content: "\f3fd"; }
|
905
|
+
i.icon.tag::before { content: "\f02b"; }
|
906
|
+
i.icon.tags::before { content: "\f02c"; }
|
907
|
+
i.icon.tape::before { content: "\f4db"; }
|
908
|
+
i.icon.tasks::before { content: "\f0ae"; }
|
909
|
+
i.icon.taxi::before { content: "\f1ba"; }
|
910
|
+
i.icon.teeth::before { content: "\f62e"; }
|
911
|
+
i.icon.teeth.open::before { content: "\f62f"; }
|
912
|
+
i.icon.temperature.high::before { content: "\f769"; }
|
913
|
+
i.icon.temperature.low::before { content: "\f76b"; }
|
914
|
+
i.icon.tenge::before { content: "\f7d7"; }
|
915
|
+
i.icon.terminal::before { content: "\f120"; }
|
916
|
+
i.icon.text.height::before { content: "\f034"; }
|
917
|
+
i.icon.text.width::before { content: "\f035"; }
|
918
|
+
i.icon.th::before { content: "\f00a"; }
|
919
|
+
i.icon.th.large::before { content: "\f009"; }
|
920
|
+
i.icon.th.list::before { content: "\f00b"; }
|
921
|
+
i.icon.theater.masks::before { content: "\f630"; }
|
922
|
+
i.icon.thermometer::before { content: "\f491"; }
|
923
|
+
i.icon.thermometer.empty::before { content: "\f2cb"; }
|
924
|
+
i.icon.thermometer.full::before { content: "\f2c7"; }
|
925
|
+
i.icon.thermometer.half::before { content: "\f2c9"; }
|
926
|
+
i.icon.thermometer.quarter::before { content: "\f2ca"; }
|
927
|
+
i.icon.thermometer.three.quarters::before { content: "\f2c8"; }
|
928
|
+
i.icon.thumbs.down::before { content: "\f165"; }
|
929
|
+
i.icon.thumbs.up::before { content: "\f164"; }
|
930
|
+
i.icon.thumbtack::before { content: "\f08d"; }
|
931
|
+
i.icon.ticket.alternate::before { content: "\f3ff"; }
|
932
|
+
i.icon.times::before { content: "\f00d"; }
|
933
|
+
i.icon.times.circle::before { content: "\f057"; }
|
934
|
+
i.icon.tint::before { content: "\f043"; }
|
935
|
+
i.icon.tint.slash::before { content: "\f5c7"; }
|
936
|
+
i.icon.tired::before { content: "\f5c8"; }
|
937
|
+
i.icon.toggle.off::before { content: "\f204"; }
|
938
|
+
i.icon.toggle.on::before { content: "\f205"; }
|
939
|
+
i.icon.toilet::before { content: "\f7d8"; }
|
940
|
+
i.icon.toilet.paper::before { content: "\f71e"; }
|
941
|
+
i.icon.toilet.paper.slash::before { content: "\e072"; }
|
942
|
+
i.icon.toolbox::before { content: "\f552"; }
|
943
|
+
i.icon.tools::before { content: "\f7d9"; }
|
944
|
+
i.icon.tooth::before { content: "\f5c9"; }
|
945
|
+
i.icon.torah::before { content: "\f6a0"; }
|
946
|
+
i.icon.torii.gate::before { content: "\f6a1"; }
|
947
|
+
i.icon.tractor::before { content: "\f722"; }
|
948
|
+
i.icon.trademark::before { content: "\f25c"; }
|
949
|
+
i.icon.traffic.light::before { content: "\f637"; }
|
950
|
+
i.icon.trailer::before { content: "\e041"; }
|
951
|
+
i.icon.train::before { content: "\f238"; }
|
952
|
+
i.icon.tram::before { content: "\f7da"; }
|
953
|
+
i.icon.transgender::before { content: "\f224"; }
|
954
|
+
i.icon.transgender.alternate::before { content: "\f225"; }
|
955
|
+
i.icon.trash::before { content: "\f1f8"; }
|
956
|
+
i.icon.trash.alternate::before { content: "\f2ed"; }
|
957
|
+
i.icon.trash.restore::before { content: "\f829"; }
|
958
|
+
i.icon.trash.restore.alternate::before { content: "\f82a"; }
|
959
|
+
i.icon.tree::before { content: "\f1bb"; }
|
960
|
+
i.icon.trophy::before { content: "\f091"; }
|
961
|
+
i.icon.truck::before { content: "\f0d1"; }
|
962
|
+
i.icon.truck.monster::before { content: "\f63b"; }
|
963
|
+
i.icon.truck.moving::before { content: "\f4df"; }
|
964
|
+
i.icon.truck.packing::before { content: "\f4de"; }
|
965
|
+
i.icon.truck.pickup::before { content: "\f63c"; }
|
966
|
+
i.icon.tshirt::before { content: "\f553"; }
|
967
|
+
i.icon.tty::before { content: "\f1e4"; }
|
968
|
+
i.icon.tv::before { content: "\f26c"; }
|
969
|
+
i.icon.umbrella::before { content: "\f0e9"; }
|
970
|
+
i.icon.umbrella.beach::before { content: "\f5ca"; }
|
971
|
+
i.icon.underline::before { content: "\f0cd"; }
|
972
|
+
i.icon.undo::before { content: "\f0e2"; }
|
973
|
+
i.icon.undo.alternate::before { content: "\f2ea"; }
|
974
|
+
i.icon.universal.access::before { content: "\f29a"; }
|
975
|
+
i.icon.university::before { content: "\f19c"; }
|
976
|
+
i.icon.unlink::before { content: "\f127"; }
|
977
|
+
i.icon.unlock::before { content: "\f09c"; }
|
978
|
+
i.icon.unlock.alternate::before { content: "\f13e"; }
|
979
|
+
i.icon.upload::before { content: "\f093"; }
|
980
|
+
i.icon.user::before { content: "\f007"; }
|
981
|
+
i.icon.user.alternate::before { content: "\f406"; }
|
982
|
+
i.icon.user.alternate.slash::before { content: "\f4fa"; }
|
983
|
+
i.icon.user.astronaut::before { content: "\f4fb"; }
|
984
|
+
i.icon.user.check::before { content: "\f4fc"; }
|
985
|
+
i.icon.user.circle::before { content: "\f2bd"; }
|
986
|
+
i.icon.user.clock::before { content: "\f4fd"; }
|
987
|
+
i.icon.user.cog::before { content: "\f4fe"; }
|
988
|
+
i.icon.user.edit::before { content: "\f4ff"; }
|
989
|
+
i.icon.user.friends::before { content: "\f500"; }
|
990
|
+
i.icon.user.graduate::before { content: "\f501"; }
|
991
|
+
i.icon.user.injured::before { content: "\f728"; }
|
992
|
+
i.icon.user.lock::before { content: "\f502"; }
|
993
|
+
i.icon.user.md::before { content: "\f0f0"; }
|
994
|
+
i.icon.user.minus::before { content: "\f503"; }
|
995
|
+
i.icon.user.ninja::before { content: "\f504"; }
|
996
|
+
i.icon.user.nurse::before { content: "\f82f"; }
|
997
|
+
i.icon.user.plus::before { content: "\f234"; }
|
998
|
+
i.icon.user.secret::before { content: "\f21b"; }
|
999
|
+
i.icon.user.shield::before { content: "\f505"; }
|
1000
|
+
i.icon.user.slash::before { content: "\f506"; }
|
1001
|
+
i.icon.user.tag::before { content: "\f507"; }
|
1002
|
+
i.icon.user.tie::before { content: "\f508"; }
|
1003
|
+
i.icon.user.times::before { content: "\f235"; }
|
1004
|
+
i.icon.users::before { content: "\f0c0"; }
|
1005
|
+
i.icon.users.cog::before { content: "\f509"; }
|
1006
|
+
i.icon.users.slash::before { content: "\e073"; }
|
1007
|
+
i.icon.utensil.spoon::before { content: "\f2e5"; }
|
1008
|
+
i.icon.utensils::before { content: "\f2e7"; }
|
1009
|
+
i.icon.vector.square::before { content: "\f5cb"; }
|
1010
|
+
i.icon.venus::before { content: "\f221"; }
|
1011
|
+
i.icon.venus.double::before { content: "\f226"; }
|
1012
|
+
i.icon.venus.mars::before { content: "\f228"; }
|
1013
|
+
i.icon.vest::before { content: "\e085"; }
|
1014
|
+
i.icon.vest.patches::before { content: "\e086"; }
|
1015
|
+
i.icon.vial::before { content: "\f492"; }
|
1016
|
+
i.icon.vials::before { content: "\f493"; }
|
1017
|
+
i.icon.video::before { content: "\f03d"; }
|
1018
|
+
i.icon.video.slash::before { content: "\f4e2"; }
|
1019
|
+
i.icon.vihara::before { content: "\f6a7"; }
|
1020
|
+
i.icon.virus::before { content: "\e074"; }
|
1021
|
+
i.icon.virus.slash::before { content: "\e075"; }
|
1022
|
+
i.icon.viruses::before { content: "\e076"; }
|
1023
|
+
i.icon.voicemail::before { content: "\f897"; }
|
1024
|
+
i.icon.volleyball.ball::before { content: "\f45f"; }
|
1025
|
+
i.icon.volume.down::before { content: "\f027"; }
|
1026
|
+
i.icon.volume.mute::before { content: "\f6a9"; }
|
1027
|
+
i.icon.volume.off::before { content: "\f026"; }
|
1028
|
+
i.icon.volume.up::before { content: "\f028"; }
|
1029
|
+
i.icon.vote.yea::before { content: "\f772"; }
|
1030
|
+
i.icon.vr.cardboard::before { content: "\f729"; }
|
1031
|
+
i.icon.walking::before { content: "\f554"; }
|
1032
|
+
i.icon.wallet::before { content: "\f555"; }
|
1033
|
+
i.icon.warehouse::before { content: "\f494"; }
|
1034
|
+
i.icon.water::before { content: "\f773"; }
|
1035
|
+
i.icon.wave.square::before { content: "\f83e"; }
|
1036
|
+
i.icon.weight::before { content: "\f496"; }
|
1037
|
+
i.icon.weight.hanging::before { content: "\f5cd"; }
|
1038
|
+
i.icon.wheelchair::before { content: "\f193"; }
|
1039
|
+
i.icon.wifi::before { content: "\f1eb"; }
|
1040
|
+
i.icon.wind::before { content: "\f72e"; }
|
1041
|
+
i.icon.window.close::before { content: "\f410"; }
|
1042
|
+
i.icon.window.maximize::before { content: "\f2d0"; }
|
1043
|
+
i.icon.window.minimize::before { content: "\f2d1"; }
|
1044
|
+
i.icon.window.restore::before { content: "\f2d2"; }
|
1045
|
+
i.icon.wine.bottle::before { content: "\f72f"; }
|
1046
|
+
i.icon.wine.glass::before { content: "\f4e3"; }
|
1047
|
+
i.icon.wine.glass.alternate::before { content: "\f5ce"; }
|
1048
|
+
i.icon.won.sign::before { content: "\f159"; }
|
1049
|
+
i.icon.wrench::before { content: "\f0ad"; }
|
1050
|
+
i.icon.x.ray::before { content: "\f497"; }
|
1051
|
+
i.icon.yen.sign::before { content: "\f157"; }
|
1052
|
+
i.icon.yin.yang::before { content: "\f6ad"; }
|
1053
|
+
}
|
1046
1054
|
|
1055
|
+
& when(@variationIconAliases) {
|
1047
1056
|
/* Aliases */
|
1048
|
-
i.icon.add
|
1049
|
-
i.icon.add.circle
|
1050
|
-
i.icon.add.square
|
1051
|
-
i.icon.add.to.calendar
|
1052
|
-
i.icon.add.to.cart
|
1053
|
-
i.icon.add.user
|
1054
|
-
i.icon.alarm
|
1055
|
-
i.icon.alarm.mute
|
1056
|
-
i.icon.ald
|
1057
|
-
i.icon.als
|
1058
|
-
i.icon.announcement
|
1059
|
-
i.icon.area.chart
|
1060
|
-
i.icon.area.graph
|
1061
|
-
i.icon.arrow.down.cart
|
1062
|
-
i.icon.asexual
|
1063
|
-
i.icon.asl
|
1064
|
-
i.icon.asl.interpreting
|
1065
|
-
i.icon.assistive.listening.devices
|
1066
|
-
i.icon.attach
|
1067
|
-
i.icon.attention
|
1068
|
-
i.icon.balance
|
1069
|
-
i.icon.bar
|
1070
|
-
i.icon.bathtub
|
1071
|
-
i.icon.battery.four
|
1072
|
-
i.icon.battery.high
|
1073
|
-
i.icon.battery.low
|
1074
|
-
i.icon.battery.medium
|
1075
|
-
i.icon.battery.one
|
1076
|
-
i.icon.battery.three
|
1077
|
-
i.icon.battery.two
|
1078
|
-
i.icon.battery.zero
|
1079
|
-
i.icon.birthday
|
1080
|
-
i.icon.block.layout
|
1081
|
-
i.icon.broken.chain
|
1082
|
-
i.icon.browser
|
1083
|
-
i.icon.call
|
1084
|
-
i.icon.call.square
|
1085
|
-
i.icon.cancel
|
1086
|
-
i.icon.cart
|
1087
|
-
i.icon.cc
|
1088
|
-
i.icon.chain
|
1089
|
-
i.icon.chat
|
1090
|
-
i.icon.checked.calendar
|
1091
|
-
i.icon.checkmark
|
1092
|
-
i.icon.checkmark.box
|
1093
|
-
i.icon.chess.rock
|
1094
|
-
i.icon.circle.notched
|
1095
|
-
i.icon.circle.thin
|
1096
|
-
i.icon.close
|
1097
|
-
i.icon.cloud.download
|
1098
|
-
i.icon.cloud.upload
|
1099
|
-
i.icon.cny
|
1100
|
-
i.icon.cocktail
|
1101
|
-
i.icon.commenting
|
1102
|
-
i.icon.compose
|
1103
|
-
i.icon.computer
|
1104
|
-
i.icon.configure
|
1105
|
-
i.icon.content
|
1106
|
-
i.icon.conversation
|
1107
|
-
i.icon.credit.card.alternative
|
1108
|
-
i.icon.currency
|
1109
|
-
i.icon.dashboard
|
1110
|
-
i.icon.deafness
|
1111
|
-
i.icon.delete
|
1112
|
-
i.icon.delete.calendar
|
1113
|
-
i.icon.detective
|
1114
|
-
i.icon.diamond
|
1115
|
-
i.icon.discussions
|
1116
|
-
i.icon.disk
|
1117
|
-
i.icon.doctor
|
1118
|
-
i.icon.dollar
|
1119
|
-
i.icon.dont
|
1120
|
-
i.icon.drivers.license
|
1121
|
-
i.icon.dropdown
|
1122
|
-
i.icon.emergency
|
1123
|
-
i.icon.erase
|
1124
|
-
i.icon.eur
|
1125
|
-
i.icon.euro
|
1126
|
-
i.icon.exchange
|
1127
|
-
i.icon.external
|
1128
|
-
i.icon.external.share
|
1129
|
-
i.icon.external.square
|
1130
|
-
i.icon.eyedropper
|
1131
|
-
i.icon.factory
|
1132
|
-
i.icon.favorite
|
1133
|
-
i.icon.feed
|
1134
|
-
i.icon.female.homosexual
|
1135
|
-
i.icon.file.text
|
1136
|
-
i.icon.find
|
1137
|
-
i.icon.first.aid
|
1138
|
-
i.icon.food
|
1139
|
-
i.icon.fork
|
1140
|
-
i.icon.game
|
1141
|
-
i.icon.gay
|
1142
|
-
i.icon.gbp
|
1143
|
-
i.icon.grab
|
1144
|
-
i.icon.graduation
|
1145
|
-
i.icon.grid.layout
|
1146
|
-
i.icon.group
|
1147
|
-
i.icon.h
|
1148
|
-
i.icon.hamburger
|
1149
|
-
i.icon.hand.victory
|
1150
|
-
i.icon.handicap
|
1151
|
-
i.icon.hard.of.hearing
|
1152
|
-
i.icon.header
|
1153
|
-
i.icon.heart.empty
|
1154
|
-
i.icon.help
|
1155
|
-
i.icon.help.circle
|
1156
|
-
i.icon.heterosexual
|
1157
|
-
i.icon.hide
|
1158
|
-
i.icon.hotel
|
1159
|
-
i.icon.hourglass.four
|
1160
|
-
i.icon.hourglass.full
|
1161
|
-
i.icon.hourglass.one
|
1162
|
-
i.icon.hourglass.three
|
1163
|
-
i.icon.hourglass.two
|
1164
|
-
i.icon.hourglass.zero
|
1165
|
-
i.icon.idea
|
1166
|
-
i.icon.ils
|
1167
|
-
i.icon.in.cart
|
1168
|
-
i.icon.inr
|
1169
|
-
i.icon.intergender
|
1170
|
-
i.icon.intersex
|
1171
|
-
i.icon.jpy
|
1172
|
-
i.icon.krw
|
1173
|
-
i.icon.lab
|
1174
|
-
i.icon.law
|
1175
|
-
i.icon.legal
|
1176
|
-
i.icon.lesbian
|
1177
|
-
i.icon.level.down
|
1178
|
-
i.icon.level.up
|
1179
|
-
i.icon.lightning
|
1180
|
-
i.icon.like
|
1181
|
-
i.icon.line.graph
|
1182
|
-
i.icon.linegraph
|
1183
|
-
i.icon.linkify
|
1184
|
-
i.icon.lira
|
1185
|
-
i.icon.list.layout
|
1186
|
-
i.icon.log.out
|
1187
|
-
i.icon.magnify
|
1188
|
-
i.icon.mail
|
1189
|
-
i.icon.mail.forward
|
1190
|
-
i.icon.mail.square
|
1191
|
-
i.icon.male.homosexual
|
1192
|
-
i.icon.man
|
1193
|
-
i.icon.marker
|
1194
|
-
i.icon.mars.alternate
|
1195
|
-
i.icon.mars.horizontal
|
1196
|
-
i.icon.mars.vertical
|
1197
|
-
i.icon.meanpath
|
1198
|
-
i.icon.military
|
1199
|
-
i.icon.money
|
1200
|
-
i.icon.move
|
1201
|
-
i.icon.mute
|
1202
|
-
i.icon.non.binary.transgender
|
1203
|
-
i.icon.numbered.list
|
1204
|
-
i.icon.options
|
1205
|
-
i.icon.ordered.list
|
1206
|
-
i.icon.other.gender
|
1207
|
-
i.icon.other.gender.horizontal
|
1208
|
-
i.icon.other.gender.vertical
|
1209
|
-
i.icon.payment
|
1210
|
-
i.icon.pencil
|
1211
|
-
i.icon.pencil.square
|
1212
|
-
i.icon.photo
|
1213
|
-
i.icon.picture
|
1214
|
-
i.icon.pie.chart
|
1215
|
-
i.icon.pie.graph
|
1216
|
-
i.icon.pin
|
1217
|
-
i.icon.plus.cart
|
1218
|
-
i.icon.point
|
1219
|
-
i.icon.pointing.down
|
1220
|
-
i.icon.pointing.left
|
1221
|
-
i.icon.pointing.right
|
1222
|
-
i.icon.pointing.up
|
1223
|
-
i.icon.pound
|
1224
|
-
i.icon.power
|
1225
|
-
i.icon.power.cord
|
1226
|
-
i.icon.privacy
|
1227
|
-
i.icon.protect
|
1228
|
-
i.icon.puzzle
|
1229
|
-
i.icon.r.circle
|
1230
|
-
i.icon.radio
|
1231
|
-
i.icon.rain
|
1232
|
-
i.icon.record
|
1233
|
-
i.icon.refresh
|
1234
|
-
i.icon.remove
|
1235
|
-
i.icon.remove.bookmark
|
1236
|
-
i.icon.remove.circle
|
1237
|
-
i.icon.remove.from.calendar
|
1238
|
-
i.icon.remove.user
|
1239
|
-
i.icon.repeat
|
1240
|
-
i.icon.resize.horizontal
|
1241
|
-
i.icon.resize.vertical
|
1242
|
-
i.icon.rmb
|
1243
|
-
i.icon.rouble
|
1244
|
-
i.icon.rub
|
1245
|
-
i.icon.ruble
|
1246
|
-
i.icon.rupee
|
1247
|
-
i.icon.s15
|
1248
|
-
i.icon.selected.radio
|
1249
|
-
i.icon.send
|
1250
|
-
i.icon.setting
|
1251
|
-
i.icon.settings
|
1252
|
-
i.icon.shekel
|
1253
|
-
i.icon.sheqel
|
1254
|
-
i.icon.shield
|
1255
|
-
i.icon.shipping
|
1256
|
-
i.icon.shop
|
1257
|
-
i.icon.shuffle
|
1258
|
-
i.icon.shutdown
|
1259
|
-
i.icon.sidebar
|
1260
|
-
i.icon.sign.in
|
1261
|
-
i.icon.sign.out
|
1262
|
-
i.icon.signing
|
1263
|
-
i.icon.signup
|
1264
|
-
i.icon.sliders
|
1265
|
-
i.icon.soccer
|
1266
|
-
i.icon.sort.alphabet.ascending
|
1267
|
-
i.icon.sort.alphabet.descending
|
1268
|
-
i.icon.sort.ascending
|
1269
|
-
i.icon.sort.content.ascending
|
1270
|
-
i.icon.sort.content.descending
|
1271
|
-
i.icon.sort.descending
|
1272
|
-
i.icon.sort.numeric.ascending
|
1273
|
-
i.icon.sort.numeric.descending
|
1274
|
-
i.icon.sound
|
1275
|
-
i.icon.spoon
|
1276
|
-
i.icon.spy
|
1277
|
-
i.icon.star.empty
|
1278
|
-
i.icon.star.half.empty
|
1279
|
-
i.icon.star.half.full
|
1280
|
-
i.icon.student
|
1281
|
-
i.icon.talk
|
1282
|
-
i.icon.target
|
1283
|
-
i.icon.teletype
|
1284
|
-
i.icon.television
|
1285
|
-
i.icon.text.cursor
|
1286
|
-
i.icon.text.telephone
|
1287
|
-
i.icon.theme
|
1288
|
-
i.icon.thermometer
|
1289
|
-
i.icon.thumb.tack
|
1290
|
-
i.icon.ticket
|
1291
|
-
i.icon.time
|
1292
|
-
i.icon.times.rectangle
|
1293
|
-
i.icon.tm
|
1294
|
-
i.icon.toggle.down
|
1295
|
-
i.icon.toggle.left
|
1296
|
-
i.icon.toggle.right
|
1297
|
-
i.icon.toggle.up
|
1298
|
-
i.icon.translate
|
1299
|
-
i.icon.travel
|
1300
|
-
i.icon.treatment
|
1301
|
-
i.icon.triangle.down
|
1302
|
-
i.icon.triangle.left
|
1303
|
-
i.icon.triangle.right
|
1304
|
-
i.icon.triangle.up
|
1305
|
-
i.icon.try
|
1306
|
-
i.icon.unhide
|
1307
|
-
i.icon.unlinkify
|
1308
|
-
i.icon.unmute
|
1309
|
-
i.icon.unordered.list
|
1310
|
-
i.icon.usd
|
1311
|
-
i.icon.user.cancel
|
1312
|
-
i.icon.user.close
|
1313
|
-
i.icon.user.delete
|
1314
|
-
i.icon.user.doctor
|
1315
|
-
i.icon.user.x
|
1316
|
-
i.icon.vcard
|
1317
|
-
i.icon.video.camera
|
1318
|
-
i.icon.video.play
|
1319
|
-
i.icon.volume.control.phone
|
1320
|
-
i.icon.wait
|
1321
|
-
i.icon.warning
|
1322
|
-
i.icon.warning.circle
|
1323
|
-
i.icon.warning.sign
|
1324
|
-
i.icon.wi.fi
|
1325
|
-
i.icon.winner
|
1326
|
-
i.icon.wizard
|
1327
|
-
i.icon.woman
|
1328
|
-
i.icon.won
|
1329
|
-
i.icon.world
|
1330
|
-
i.icon.write
|
1331
|
-
i.icon.write.square
|
1332
|
-
i.icon.x
|
1333
|
-
i.icon.yen
|
1334
|
-
i.icon.zip
|
1335
|
-
i.icon.zoom
|
1336
|
-
i.icon.zoom.in
|
1337
|
-
i.icon.zoom.out
|
1057
|
+
i.icon.add::before { content: "\f067"; }
|
1058
|
+
i.icon.add.circle::before { content: "\f055"; }
|
1059
|
+
i.icon.add.square::before { content: "\f0fe"; }
|
1060
|
+
i.icon.add.to.calendar::before { content: "\f271"; }
|
1061
|
+
i.icon.add.to.cart::before { content: "\f217"; }
|
1062
|
+
i.icon.add.user::before { content: "\f234"; }
|
1063
|
+
i.icon.alarm::before { content: "\f0f3"; }
|
1064
|
+
i.icon.alarm.mute::before { content: "\f1f6"; }
|
1065
|
+
i.icon.ald::before { content: "\f2a2"; }
|
1066
|
+
i.icon.als::before { content: "\f2a2"; }
|
1067
|
+
i.icon.announcement::before { content: "\f0a1"; }
|
1068
|
+
i.icon.area.chart::before { content: "\f1fe"; }
|
1069
|
+
i.icon.area.graph::before { content: "\f1fe"; }
|
1070
|
+
i.icon.arrow.down.cart::before { content: "\f218"; }
|
1071
|
+
i.icon.asexual::before { content: "\f22d"; }
|
1072
|
+
i.icon.asl::before { content: "\f2a3"; }
|
1073
|
+
i.icon.asl.interpreting::before { content: "\f2a3"; }
|
1074
|
+
i.icon.assistive.listening.devices::before { content: "\f2a2"; }
|
1075
|
+
i.icon.attach::before { content: "\f0c6"; }
|
1076
|
+
i.icon.attention::before { content: "\f06a"; }
|
1077
|
+
i.icon.balance::before { content: "\f24e"; }
|
1078
|
+
i.icon.bar::before { content: "\f0fc"; }
|
1079
|
+
i.icon.bathtub::before { content: "\f2cd"; }
|
1080
|
+
i.icon.battery.four::before { content: "\f240"; }
|
1081
|
+
i.icon.battery.high::before { content: "\f241"; }
|
1082
|
+
i.icon.battery.low::before { content: "\f243"; }
|
1083
|
+
i.icon.battery.medium::before { content: "\f242"; }
|
1084
|
+
i.icon.battery.one::before { content: "\f243"; }
|
1085
|
+
i.icon.battery.three::before { content: "\f241"; }
|
1086
|
+
i.icon.battery.two::before { content: "\f242"; }
|
1087
|
+
i.icon.battery.zero::before { content: "\f244"; }
|
1088
|
+
i.icon.birthday::before { content: "\f1fd"; }
|
1089
|
+
i.icon.block.layout::before { content: "\f009"; }
|
1090
|
+
i.icon.broken.chain::before { content: "\f127"; }
|
1091
|
+
i.icon.browser::before { content: "\f022"; }
|
1092
|
+
i.icon.call::before { content: "\f095"; }
|
1093
|
+
i.icon.call.square::before { content: "\f098"; }
|
1094
|
+
i.icon.cancel::before { content: "\f00d"; }
|
1095
|
+
i.icon.cart::before { content: "\f07a"; }
|
1096
|
+
i.icon.cc::before { content: "\f20a"; }
|
1097
|
+
i.icon.chain::before { content: "\f0c1"; }
|
1098
|
+
i.icon.chat::before { content: "\f075"; }
|
1099
|
+
i.icon.checked.calendar::before { content: "\f274"; }
|
1100
|
+
i.icon.checkmark::before { content: "\f00c"; }
|
1101
|
+
i.icon.checkmark.box::before { content: "\f14a"; }
|
1102
|
+
i.icon.chess.rock::before { content: "\f447"; }
|
1103
|
+
i.icon.circle.notched::before { content: "\f1ce"; }
|
1104
|
+
i.icon.circle.thin::before { content: "\f111"; }
|
1105
|
+
i.icon.close::before { content: "\f00d"; }
|
1106
|
+
i.icon.cloud.download::before { content: "\f381"; }
|
1107
|
+
i.icon.cloud.upload::before { content: "\f382"; }
|
1108
|
+
i.icon.cny::before { content: "\f157"; }
|
1109
|
+
i.icon.cocktail::before { content: "\f000"; }
|
1110
|
+
i.icon.commenting::before { content: "\f27a"; }
|
1111
|
+
i.icon.compose::before { content: "\f303"; }
|
1112
|
+
i.icon.computer::before { content: "\f108"; }
|
1113
|
+
i.icon.configure::before { content: "\f0ad"; }
|
1114
|
+
i.icon.content::before { content: "\f0c9"; }
|
1115
|
+
i.icon.conversation::before { content: "\f086"; }
|
1116
|
+
i.icon.credit.card.alternative::before { content: "\f09d"; }
|
1117
|
+
i.icon.currency::before { content: "\f3d1"; }
|
1118
|
+
i.icon.dashboard::before { content: "\f3fd"; }
|
1119
|
+
i.icon.deafness::before { content: "\f2a4"; }
|
1120
|
+
i.icon.delete::before { content: "\f00d"; }
|
1121
|
+
i.icon.delete.calendar::before { content: "\f273"; }
|
1122
|
+
i.icon.detective::before { content: "\f21b"; }
|
1123
|
+
i.icon.diamond::before { content: "\f3a5"; }
|
1124
|
+
i.icon.discussions::before { content: "\f086"; }
|
1125
|
+
i.icon.disk::before { content: "\f0a0"; }
|
1126
|
+
i.icon.doctor::before { content: "\f0f0"; }
|
1127
|
+
i.icon.dollar::before { content: "\f155"; }
|
1128
|
+
i.icon.dont::before { content: "\f05e"; }
|
1129
|
+
i.icon.drivers.license::before { content: "\f2c2"; }
|
1130
|
+
i.icon.dropdown::before { content: "\f0d7"; }
|
1131
|
+
i.icon.emergency::before { content: "\f0f9"; }
|
1132
|
+
i.icon.erase::before { content: "\f12d"; }
|
1133
|
+
i.icon.eur::before { content: "\f153"; }
|
1134
|
+
i.icon.euro::before { content: "\f153"; }
|
1135
|
+
i.icon.exchange::before { content: "\f362"; }
|
1136
|
+
i.icon.external::before { content: "\f35d"; }
|
1137
|
+
i.icon.external.share::before { content: "\f14d"; }
|
1138
|
+
i.icon.external.square::before { content: "\f360"; }
|
1139
|
+
i.icon.eyedropper::before { content: "\f1fb"; }
|
1140
|
+
i.icon.factory::before { content: "\f275"; }
|
1141
|
+
i.icon.favorite::before { content: "\f005"; }
|
1142
|
+
i.icon.feed::before { content: "\f09e"; }
|
1143
|
+
i.icon.female.homosexual::before { content: "\f226"; }
|
1144
|
+
i.icon.file.text::before { content: "\f15c"; }
|
1145
|
+
i.icon.find::before { content: "\f1e5"; }
|
1146
|
+
i.icon.first.aid::before { content: "\f0fa"; }
|
1147
|
+
i.icon.food::before { content: "\f2e7"; }
|
1148
|
+
i.icon.fork::before { content: "\f126"; }
|
1149
|
+
i.icon.game::before { content: "\f11b"; }
|
1150
|
+
i.icon.gay::before { content: "\f227"; }
|
1151
|
+
i.icon.gbp::before { content: "\f154"; }
|
1152
|
+
i.icon.grab::before { content: "\f255"; }
|
1153
|
+
i.icon.graduation::before { content: "\f19d"; }
|
1154
|
+
i.icon.grid.layout::before { content: "\f00a"; }
|
1155
|
+
i.icon.group::before { content: "\f0c0"; }
|
1156
|
+
i.icon.h::before { content: "\f0fd"; }
|
1157
|
+
i.icon.hamburger::before { content: "\f0c9"; }
|
1158
|
+
i.icon.hand.victory::before { content: "\f25b"; }
|
1159
|
+
i.icon.handicap::before { content: "\f193"; }
|
1160
|
+
i.icon.hard.of.hearing::before { content: "\f2a4"; }
|
1161
|
+
i.icon.header::before { content: "\f1dc"; }
|
1162
|
+
i.icon.heart.empty::before { content: "\f004"; }
|
1163
|
+
i.icon.help::before { content: "\f128"; }
|
1164
|
+
i.icon.help.circle::before { content: "\f059"; }
|
1165
|
+
i.icon.heterosexual::before { content: "\f228"; }
|
1166
|
+
i.icon.hide::before { content: "\f070"; }
|
1167
|
+
i.icon.hotel::before { content: "\f236"; }
|
1168
|
+
i.icon.hourglass.four::before { content: "\f254"; }
|
1169
|
+
i.icon.hourglass.full::before { content: "\f254"; }
|
1170
|
+
i.icon.hourglass.one::before { content: "\f251"; }
|
1171
|
+
i.icon.hourglass.three::before { content: "\f253"; }
|
1172
|
+
i.icon.hourglass.two::before { content: "\f252"; }
|
1173
|
+
i.icon.hourglass.zero::before { content: "\f253"; }
|
1174
|
+
i.icon.idea::before { content: "\f0eb"; }
|
1175
|
+
i.icon.ils::before { content: "\f20b"; }
|
1176
|
+
i.icon.in.cart::before { content: "\f218"; }
|
1177
|
+
i.icon.inr::before { content: "\f156"; }
|
1178
|
+
i.icon.intergender::before { content: "\f224"; }
|
1179
|
+
i.icon.intersex::before { content: "\f224"; }
|
1180
|
+
i.icon.jpy::before { content: "\f157"; }
|
1181
|
+
i.icon.krw::before { content: "\f159"; }
|
1182
|
+
i.icon.lab::before { content: "\f0c3"; }
|
1183
|
+
i.icon.law::before { content: "\f24e"; }
|
1184
|
+
i.icon.legal::before { content: "\f0e3"; }
|
1185
|
+
i.icon.lesbian::before { content: "\f226"; }
|
1186
|
+
i.icon.level.down::before { content: "\f3be"; }
|
1187
|
+
i.icon.level.up::before { content: "\f3bf"; }
|
1188
|
+
i.icon.lightning::before { content: "\f0e7"; }
|
1189
|
+
i.icon.like::before { content: "\f004"; }
|
1190
|
+
i.icon.line.graph::before { content: "\f201"; }
|
1191
|
+
i.icon.linegraph::before { content: "\f201"; }
|
1192
|
+
i.icon.linkify::before { content: "\f0c1"; }
|
1193
|
+
i.icon.lira::before { content: "\f195"; }
|
1194
|
+
i.icon.list.layout::before { content: "\f00b"; }
|
1195
|
+
i.icon.log.out::before { content: "\f2f5"; }
|
1196
|
+
i.icon.magnify::before { content: "\f00e"; }
|
1197
|
+
i.icon.mail::before { content: "\f0e0"; }
|
1198
|
+
i.icon.mail.forward::before { content: "\f064"; }
|
1199
|
+
i.icon.mail.square::before { content: "\f199"; }
|
1200
|
+
i.icon.male.homosexual::before { content: "\f227"; }
|
1201
|
+
i.icon.man::before { content: "\f222"; }
|
1202
|
+
i.icon.marker::before { content: "\f041"; }
|
1203
|
+
i.icon.mars.alternate::before { content: "\f229"; }
|
1204
|
+
i.icon.mars.horizontal::before { content: "\f22b"; }
|
1205
|
+
i.icon.mars.vertical::before { content: "\f22a"; }
|
1206
|
+
i.icon.meanpath::before { content: "\f0c8"; }
|
1207
|
+
i.icon.military::before { content: "\f0fb"; }
|
1208
|
+
i.icon.money::before { content: "\f3d1"; }
|
1209
|
+
i.icon.move::before { content: "\f0b2"; }
|
1210
|
+
i.icon.mute::before { content: "\f131"; }
|
1211
|
+
i.icon.non.binary.transgender::before { content: "\f223"; }
|
1212
|
+
i.icon.numbered.list::before { content: "\f0cb"; }
|
1213
|
+
i.icon.options::before { content: "\f1de"; }
|
1214
|
+
i.icon.ordered.list::before { content: "\f0cb"; }
|
1215
|
+
i.icon.other.gender::before { content: "\f229"; }
|
1216
|
+
i.icon.other.gender.horizontal::before { content: "\f22b"; }
|
1217
|
+
i.icon.other.gender.vertical::before { content: "\f22a"; }
|
1218
|
+
i.icon.payment::before { content: "\f09d"; }
|
1219
|
+
i.icon.pencil::before { content: "\f303"; }
|
1220
|
+
i.icon.pencil.square::before { content: "\f14b"; }
|
1221
|
+
i.icon.photo::before { content: "\f030"; }
|
1222
|
+
i.icon.picture::before { content: "\f03e"; }
|
1223
|
+
i.icon.pie.chart::before { content: "\f200"; }
|
1224
|
+
i.icon.pie.graph::before { content: "\f200"; }
|
1225
|
+
i.icon.pin::before { content: "\f08d"; }
|
1226
|
+
i.icon.plus.cart::before { content: "\f217"; }
|
1227
|
+
i.icon.point::before { content: "\f041"; }
|
1228
|
+
i.icon.pointing.down::before { content: "\f0a7"; }
|
1229
|
+
i.icon.pointing.left::before { content: "\f0a5"; }
|
1230
|
+
i.icon.pointing.right::before { content: "\f0a4"; }
|
1231
|
+
i.icon.pointing.up::before { content: "\f0a6"; }
|
1232
|
+
i.icon.pound::before { content: "\f154"; }
|
1233
|
+
i.icon.power::before { content: "\f011"; }
|
1234
|
+
i.icon.power.cord::before { content: "\f1e6"; }
|
1235
|
+
i.icon.privacy::before { content: "\f084"; }
|
1236
|
+
i.icon.protect::before { content: "\f023"; }
|
1237
|
+
i.icon.puzzle::before { content: "\f12e"; }
|
1238
|
+
i.icon.r.circle::before { content: "\f25d"; }
|
1239
|
+
i.icon.radio::before { content: "\f192"; }
|
1240
|
+
i.icon.rain::before { content: "\f0e9"; }
|
1241
|
+
i.icon.record::before { content: "\f03d"; }
|
1242
|
+
i.icon.refresh::before { content: "\f021"; }
|
1243
|
+
i.icon.remove::before { content: "\f00d"; }
|
1244
|
+
i.icon.remove.bookmark::before { content: "\f02e"; }
|
1245
|
+
i.icon.remove.circle::before { content: "\f057"; }
|
1246
|
+
i.icon.remove.from.calendar::before { content: "\f272"; }
|
1247
|
+
i.icon.remove.user::before { content: "\f235"; }
|
1248
|
+
i.icon.repeat::before { content: "\f01e"; }
|
1249
|
+
i.icon.resize.horizontal::before { content: "\f337"; }
|
1250
|
+
i.icon.resize.vertical::before { content: "\f338"; }
|
1251
|
+
i.icon.rmb::before { content: "\f157"; }
|
1252
|
+
i.icon.rouble::before { content: "\f158"; }
|
1253
|
+
i.icon.rub::before { content: "\f158"; }
|
1254
|
+
i.icon.ruble::before { content: "\f158"; }
|
1255
|
+
i.icon.rupee::before { content: "\f156"; }
|
1256
|
+
i.icon.s15::before { content: "\f2cd"; }
|
1257
|
+
i.icon.selected.radio::before { content: "\f192"; }
|
1258
|
+
i.icon.send::before { content: "\f1d8"; }
|
1259
|
+
i.icon.setting::before { content: "\f013"; }
|
1260
|
+
i.icon.settings::before { content: "\f085"; }
|
1261
|
+
i.icon.shekel::before { content: "\f20b"; }
|
1262
|
+
i.icon.sheqel::before { content: "\f20b"; }
|
1263
|
+
i.icon.shield::before { content: "\f3ed"; }
|
1264
|
+
i.icon.shipping::before { content: "\f0d1"; }
|
1265
|
+
i.icon.shop::before { content: "\f07a"; }
|
1266
|
+
i.icon.shuffle::before { content: "\f074"; }
|
1267
|
+
i.icon.shutdown::before { content: "\f011"; }
|
1268
|
+
i.icon.sidebar::before { content: "\f0c9"; }
|
1269
|
+
i.icon.sign.in::before { content: "\f2f6"; }
|
1270
|
+
i.icon.sign.out::before { content: "\f2f5"; }
|
1271
|
+
i.icon.signing::before { content: "\f2a7"; }
|
1272
|
+
i.icon.signup::before { content: "\f044"; }
|
1273
|
+
i.icon.sliders::before { content: "\f1de"; }
|
1274
|
+
i.icon.soccer::before { content: "\f1e3"; }
|
1275
|
+
i.icon.sort.alphabet.ascending::before { content: "\f15d"; }
|
1276
|
+
i.icon.sort.alphabet.descending::before { content: "\f15e"; }
|
1277
|
+
i.icon.sort.ascending::before { content: "\f0de"; }
|
1278
|
+
i.icon.sort.content.ascending::before { content: "\f160"; }
|
1279
|
+
i.icon.sort.content.descending::before { content: "\f161"; }
|
1280
|
+
i.icon.sort.descending::before { content: "\f0dd"; }
|
1281
|
+
i.icon.sort.numeric.ascending::before { content: "\f162"; }
|
1282
|
+
i.icon.sort.numeric.descending::before { content: "\f163"; }
|
1283
|
+
i.icon.sound::before { content: "\f025"; }
|
1284
|
+
i.icon.spoon::before { content: "\f2e5"; }
|
1285
|
+
i.icon.spy::before { content: "\f21b"; }
|
1286
|
+
i.icon.star.empty::before { content: "\f005"; }
|
1287
|
+
i.icon.star.half.empty::before { content: "\f089"; }
|
1288
|
+
i.icon.star.half.full::before { content: "\f089"; }
|
1289
|
+
i.icon.student::before { content: "\f19d"; }
|
1290
|
+
i.icon.talk::before { content: "\f27a"; }
|
1291
|
+
i.icon.target::before { content: "\f140"; }
|
1292
|
+
i.icon.teletype::before { content: "\f1e4"; }
|
1293
|
+
i.icon.television::before { content: "\f26c"; }
|
1294
|
+
i.icon.text.cursor::before { content: "\f246"; }
|
1295
|
+
i.icon.text.telephone::before { content: "\f1e4"; }
|
1296
|
+
i.icon.theme::before { content: "\f043"; }
|
1297
|
+
i.icon.thermometer::before { content: "\f2c7"; }
|
1298
|
+
i.icon.thumb.tack::before { content: "\f08d"; }
|
1299
|
+
i.icon.ticket::before { content: "\f3ff"; }
|
1300
|
+
i.icon.time::before { content: "\f017"; }
|
1301
|
+
i.icon.times.rectangle::before { content: "\f410"; }
|
1302
|
+
i.icon.tm::before { content: "\f25c"; }
|
1303
|
+
i.icon.toggle.down::before { content: "\f150"; }
|
1304
|
+
i.icon.toggle.left::before { content: "\f191"; }
|
1305
|
+
i.icon.toggle.right::before { content: "\f152"; }
|
1306
|
+
i.icon.toggle.up::before { content: "\f151"; }
|
1307
|
+
i.icon.translate::before { content: "\f1ab"; }
|
1308
|
+
i.icon.travel::before { content: "\f0b1"; }
|
1309
|
+
i.icon.treatment::before { content: "\f0f1"; }
|
1310
|
+
i.icon.triangle.down::before { content: "\f0d7"; }
|
1311
|
+
i.icon.triangle.left::before { content: "\f0d9"; }
|
1312
|
+
i.icon.triangle.right::before { content: "\f0da"; }
|
1313
|
+
i.icon.triangle.up::before { content: "\f0d8"; }
|
1314
|
+
i.icon.try::before { content: "\f195"; }
|
1315
|
+
i.icon.unhide::before { content: "\f06e"; }
|
1316
|
+
i.icon.unlinkify::before { content: "\f127"; }
|
1317
|
+
i.icon.unmute::before { content: "\f130"; }
|
1318
|
+
i.icon.unordered.list::before { content: "\f0ca"; }
|
1319
|
+
i.icon.usd::before { content: "\f155"; }
|
1320
|
+
i.icon.user.cancel::before { content: "\f235"; }
|
1321
|
+
i.icon.user.close::before { content: "\f235"; }
|
1322
|
+
i.icon.user.delete::before { content: "\f235"; }
|
1323
|
+
i.icon.user.doctor::before { content: "\f0f0"; }
|
1324
|
+
i.icon.user.x::before { content: "\f235"; }
|
1325
|
+
i.icon.vcard::before { content: "\f2bb"; }
|
1326
|
+
i.icon.video.camera::before { content: "\f03d"; }
|
1327
|
+
i.icon.video.play::before { content: "\f144"; }
|
1328
|
+
i.icon.volume.control.phone::before { content: "\f2a0"; }
|
1329
|
+
i.icon.wait::before { content: "\f017"; }
|
1330
|
+
i.icon.warning::before { content: "\f12a"; }
|
1331
|
+
i.icon.warning.circle::before { content: "\f06a"; }
|
1332
|
+
i.icon.warning.sign::before { content: "\f071"; }
|
1333
|
+
i.icon.wi.fi::before { content: "\f1eb"; }
|
1334
|
+
i.icon.winner::before { content: "\f091"; }
|
1335
|
+
i.icon.wizard::before { content: "\f0d0"; }
|
1336
|
+
i.icon.woman::before { content: "\f221"; }
|
1337
|
+
i.icon.won::before { content: "\f159"; }
|
1338
|
+
i.icon.world::before { content: "\f0ac"; }
|
1339
|
+
i.icon.write::before { content: "\f303"; }
|
1340
|
+
i.icon.write.square::before { content: "\f14b"; }
|
1341
|
+
i.icon.x::before { content: "\f00d"; }
|
1342
|
+
i.icon.yen::before { content: "\f157"; }
|
1343
|
+
i.icon.zip::before { content: "\f187"; }
|
1344
|
+
i.icon.zoom::before { content: "\f00e"; }
|
1345
|
+
i.icon.zoom.in::before { content: "\f00e"; }
|
1346
|
+
i.icon.zoom.out::before { content: "\f010"; }
|
1347
|
+
}
|
1338
1348
|
|
1349
|
+
& when (@variationIconOutline) {
|
1339
1350
|
/*******************************
|
1340
1351
|
Outline Icons
|
1341
1352
|
*******************************/
|
1342
1353
|
|
1343
1354
|
/* Outline Icon */
|
1344
|
-
|
1355
|
+
& when (@importOutlineIcons) {
|
1345
1356
|
/* Load & Define Icon Font */
|
1346
1357
|
@font-face {
|
1347
1358
|
font-family: @outlineFontName;
|
@@ -1352,6 +1363,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1352
1363
|
font-variant: normal;
|
1353
1364
|
text-decoration: inherit;
|
1354
1365
|
text-transform: none;
|
1366
|
+
}
|
1355
1367
|
}
|
1356
1368
|
|
1357
1369
|
i.icon.outline {
|
@@ -1359,170 +1371,170 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1359
1371
|
}
|
1360
1372
|
|
1361
1373
|
/* Icons */
|
1362
|
-
i.icon.address.book.outline
|
1363
|
-
i.icon.address.card.outline
|
1364
|
-
i.icon.angry.outline
|
1365
|
-
i.icon.arrow.alternate.circle.down.outline
|
1366
|
-
i.icon.arrow.alternate.circle.left.outline
|
1367
|
-
i.icon.arrow.alternate.circle.right.outline
|
1368
|
-
i.icon.arrow.alternate.circle.up.outline
|
1369
|
-
i.icon.bell.outline
|
1370
|
-
i.icon.bell.slash.outline
|
1371
|
-
i.icon.bookmark.outline
|
1372
|
-
i.icon.building.outline
|
1373
|
-
i.icon.calendar.alternate.outline
|
1374
|
-
i.icon.calendar.check.outline
|
1375
|
-
i.icon.calendar.minus.outline
|
1376
|
-
i.icon.calendar.outline
|
1377
|
-
i.icon.calendar.plus.outline
|
1378
|
-
i.icon.calendar.times.outline
|
1379
|
-
i.icon.caret.square.down.outline
|
1380
|
-
i.icon.caret.square.left.outline
|
1381
|
-
i.icon.caret.square.right.outline
|
1382
|
-
i.icon.caret.square.up.outline
|
1383
|
-
i.icon.chart.bar.outline
|
1384
|
-
i.icon.check.circle.outline
|
1385
|
-
i.icon.check.square.outline
|
1386
|
-
i.icon.circle.outline
|
1387
|
-
i.icon.clipboard.outline
|
1388
|
-
i.icon.clock.outline
|
1389
|
-
i.icon.clone.outline
|
1390
|
-
i.icon.closed.captioning.outline
|
1391
|
-
i.icon.comment.alternate.outline
|
1392
|
-
i.icon.comment.dots.outline
|
1393
|
-
i.icon.comment.outline
|
1394
|
-
i.icon.comments.outline
|
1395
|
-
i.icon.compass.outline
|
1396
|
-
i.icon.copy.outline
|
1397
|
-
i.icon.copyright.outline
|
1398
|
-
i.icon.credit.card.outline
|
1399
|
-
i.icon.dizzy.outline
|
1400
|
-
i.icon.dot.circle.outline
|
1401
|
-
i.icon.edit.outline
|
1402
|
-
i.icon.envelope.open.outline
|
1403
|
-
i.icon.envelope.outline
|
1404
|
-
i.icon.eye.outline
|
1405
|
-
i.icon.eye.slash.outline
|
1406
|
-
i.icon.file.alternate.outline
|
1407
|
-
i.icon.file.archive.outline
|
1408
|
-
i.icon.file.audio.outline
|
1409
|
-
i.icon.file.code.outline
|
1410
|
-
i.icon.file.excel.outline
|
1411
|
-
i.icon.file.image.outline
|
1412
|
-
i.icon.file.outline
|
1413
|
-
i.icon.file.pdf.outline
|
1414
|
-
i.icon.file.powerpoint.outline
|
1415
|
-
i.icon.file.video.outline
|
1416
|
-
i.icon.file.word.outline
|
1417
|
-
i.icon.flag.outline
|
1418
|
-
i.icon.flushed.outline
|
1419
|
-
i.icon.folder.open.outline
|
1420
|
-
i.icon.folder.outline
|
1421
|
-
i.icon.frown.open.outline
|
1422
|
-
i.icon.frown.outline
|
1423
|
-
i.icon.futbol.outline
|
1424
|
-
i.icon.gem.outline
|
1425
|
-
i.icon.grimace.outline
|
1426
|
-
i.icon.grin.alternate.outline
|
1427
|
-
i.icon.grin.beam.outline
|
1428
|
-
i.icon.grin.beam.sweat.outline
|
1429
|
-
i.icon.grin.hearts.outline
|
1430
|
-
i.icon.grin.outline
|
1431
|
-
i.icon.grin.squint.outline
|
1432
|
-
i.icon.grin.squint.tears.outline
|
1433
|
-
i.icon.grin.stars.outline
|
1434
|
-
i.icon.grin.tears.outline
|
1435
|
-
i.icon.grin.tongue.outline
|
1436
|
-
i.icon.grin.tongue.squint.outline
|
1437
|
-
i.icon.grin.tongue.wink.outline
|
1438
|
-
i.icon.grin.wink.outline
|
1439
|
-
i.icon.hand.lizard.outline
|
1440
|
-
i.icon.hand.paper.outline
|
1441
|
-
i.icon.hand.peace.outline
|
1442
|
-
i.icon.hand.point.down.outline
|
1443
|
-
i.icon.hand.point.left.outline
|
1444
|
-
i.icon.hand.point.right.outline
|
1445
|
-
i.icon.hand.point.up.outline
|
1446
|
-
i.icon.hand.pointer.outline
|
1447
|
-
i.icon.hand.rock.outline
|
1448
|
-
i.icon.hand.scissors.outline
|
1449
|
-
i.icon.hand.spock.outline
|
1450
|
-
i.icon.handshake.outline
|
1451
|
-
i.icon.hdd.outline
|
1452
|
-
i.icon.heart.outline
|
1453
|
-
i.icon.hospital.outline
|
1454
|
-
i.icon.hourglass.outline
|
1455
|
-
i.icon.id.badge.outline
|
1456
|
-
i.icon.id.card.outline
|
1457
|
-
i.icon.image.outline
|
1458
|
-
i.icon.images.outline
|
1459
|
-
i.icon.keyboard.outline
|
1460
|
-
i.icon.kiss.beam.outline
|
1461
|
-
i.icon.kiss.outline
|
1462
|
-
i.icon.kiss.wink.heart.outline
|
1463
|
-
i.icon.laugh.beam.outline
|
1464
|
-
i.icon.laugh.outline
|
1465
|
-
i.icon.laugh.squint.outline
|
1466
|
-
i.icon.laugh.wink.outline
|
1467
|
-
i.icon.lemon.outline
|
1468
|
-
i.icon.life.ring.outline
|
1469
|
-
i.icon.lightbulb.outline
|
1470
|
-
i.icon.list.alternate.outline
|
1471
|
-
i.icon.map.outline
|
1472
|
-
i.icon.meh.blank.outline
|
1473
|
-
i.icon.meh.outline
|
1474
|
-
i.icon.meh.rolling.eyes.outline
|
1475
|
-
i.icon.minus.square.outline
|
1476
|
-
i.icon.money.bill.alternate.outline
|
1477
|
-
i.icon.moon.outline
|
1478
|
-
i.icon.newspaper.outline
|
1479
|
-
i.icon.object.group.outline
|
1480
|
-
i.icon.object.ungroup.outline
|
1481
|
-
i.icon.paper.plane.outline
|
1482
|
-
i.icon.pause.circle.outline
|
1483
|
-
i.icon.play.circle.outline
|
1484
|
-
i.icon.plus.square.outline
|
1485
|
-
i.icon.question.circle.outline
|
1486
|
-
i.icon.registered.outline
|
1487
|
-
i.icon.sad.cry.outline
|
1488
|
-
i.icon.sad.tear.outline
|
1489
|
-
i.icon.save.outline
|
1490
|
-
i.icon.share.square.outline
|
1491
|
-
i.icon.smile.beam.outline
|
1492
|
-
i.icon.smile.outline
|
1493
|
-
i.icon.smile.wink.outline
|
1494
|
-
i.icon.snowflake.outline
|
1495
|
-
i.icon.square.outline
|
1496
|
-
i.icon.star.half.outline
|
1497
|
-
i.icon.star.outline
|
1498
|
-
i.icon.sticky.note.outline
|
1499
|
-
i.icon.stop.circle.outline
|
1500
|
-
i.icon.sun.outline
|
1501
|
-
i.icon.surprise.outline
|
1502
|
-
i.icon.thumbs.down.outline
|
1503
|
-
i.icon.thumbs.up.outline
|
1504
|
-
i.icon.times.circle.outline
|
1505
|
-
i.icon.tired.outline
|
1506
|
-
i.icon.trash.alternate.outline
|
1507
|
-
i.icon.user.circle.outline
|
1508
|
-
i.icon.user.outline
|
1509
|
-
i.icon.window.close.outline
|
1510
|
-
i.icon.window.maximize.outline
|
1511
|
-
i.icon.window.minimize.outline
|
1512
|
-
i.icon.window.restore.outline
|
1513
|
-
|
1374
|
+
i.icon.address.book.outline::before { content: "\f2b9"; }
|
1375
|
+
i.icon.address.card.outline::before { content: "\f2bb"; }
|
1376
|
+
i.icon.angry.outline::before { content: "\f556"; }
|
1377
|
+
i.icon.arrow.alternate.circle.down.outline::before { content: "\f358"; }
|
1378
|
+
i.icon.arrow.alternate.circle.left.outline::before { content: "\f359"; }
|
1379
|
+
i.icon.arrow.alternate.circle.right.outline::before { content: "\f35a"; }
|
1380
|
+
i.icon.arrow.alternate.circle.up.outline::before { content: "\f35b"; }
|
1381
|
+
i.icon.bell.outline::before { content: "\f0f3"; }
|
1382
|
+
i.icon.bell.slash.outline::before { content: "\f1f6"; }
|
1383
|
+
i.icon.bookmark.outline::before { content: "\f02e"; }
|
1384
|
+
i.icon.building.outline::before { content: "\f1ad"; }
|
1385
|
+
i.icon.calendar.alternate.outline::before { content: "\f073"; }
|
1386
|
+
i.icon.calendar.check.outline::before { content: "\f274"; }
|
1387
|
+
i.icon.calendar.minus.outline::before { content: "\f272"; }
|
1388
|
+
i.icon.calendar.outline::before { content: "\f133"; }
|
1389
|
+
i.icon.calendar.plus.outline::before { content: "\f271"; }
|
1390
|
+
i.icon.calendar.times.outline::before { content: "\f273"; }
|
1391
|
+
i.icon.caret.square.down.outline::before { content: "\f150"; }
|
1392
|
+
i.icon.caret.square.left.outline::before { content: "\f191"; }
|
1393
|
+
i.icon.caret.square.right.outline::before { content: "\f152"; }
|
1394
|
+
i.icon.caret.square.up.outline::before { content: "\f151"; }
|
1395
|
+
i.icon.chart.bar.outline::before { content: "\f080"; }
|
1396
|
+
i.icon.check.circle.outline::before { content: "\f058"; }
|
1397
|
+
i.icon.check.square.outline::before { content: "\f14a"; }
|
1398
|
+
i.icon.circle.outline::before { content: "\f111"; }
|
1399
|
+
i.icon.clipboard.outline::before { content: "\f328"; }
|
1400
|
+
i.icon.clock.outline::before { content: "\f017"; }
|
1401
|
+
i.icon.clone.outline::before { content: "\f24d"; }
|
1402
|
+
i.icon.closed.captioning.outline::before { content: "\f20a"; }
|
1403
|
+
i.icon.comment.alternate.outline::before { content: "\f27a"; }
|
1404
|
+
i.icon.comment.dots.outline::before { content: "\f4ad"; }
|
1405
|
+
i.icon.comment.outline::before { content: "\f075"; }
|
1406
|
+
i.icon.comments.outline::before { content: "\f086"; }
|
1407
|
+
i.icon.compass.outline::before { content: "\f14e"; }
|
1408
|
+
i.icon.copy.outline::before { content: "\f0c5"; }
|
1409
|
+
i.icon.copyright.outline::before { content: "\f1f9"; }
|
1410
|
+
i.icon.credit.card.outline::before { content: "\f09d"; }
|
1411
|
+
i.icon.dizzy.outline::before { content: "\f567"; }
|
1412
|
+
i.icon.dot.circle.outline::before { content: "\f192"; }
|
1413
|
+
i.icon.edit.outline::before { content: "\f044"; }
|
1414
|
+
i.icon.envelope.open.outline::before { content: "\f2b6"; }
|
1415
|
+
i.icon.envelope.outline::before { content: "\f0e0"; }
|
1416
|
+
i.icon.eye.outline::before { content: "\f06e"; }
|
1417
|
+
i.icon.eye.slash.outline::before { content: "\f070"; }
|
1418
|
+
i.icon.file.alternate.outline::before { content: "\f15c"; }
|
1419
|
+
i.icon.file.archive.outline::before { content: "\f1c6"; }
|
1420
|
+
i.icon.file.audio.outline::before { content: "\f1c7"; }
|
1421
|
+
i.icon.file.code.outline::before { content: "\f1c9"; }
|
1422
|
+
i.icon.file.excel.outline::before { content: "\f1c3"; }
|
1423
|
+
i.icon.file.image.outline::before { content: "\f1c5"; }
|
1424
|
+
i.icon.file.outline::before { content: "\f15b"; }
|
1425
|
+
i.icon.file.pdf.outline::before { content: "\f1c1"; }
|
1426
|
+
i.icon.file.powerpoint.outline::before { content: "\f1c4"; }
|
1427
|
+
i.icon.file.video.outline::before { content: "\f1c8"; }
|
1428
|
+
i.icon.file.word.outline::before { content: "\f1c2"; }
|
1429
|
+
i.icon.flag.outline::before { content: "\f024"; }
|
1430
|
+
i.icon.flushed.outline::before { content: "\f579"; }
|
1431
|
+
i.icon.folder.open.outline::before { content: "\f07c"; }
|
1432
|
+
i.icon.folder.outline::before { content: "\f07b"; }
|
1433
|
+
i.icon.frown.open.outline::before { content: "\f57a"; }
|
1434
|
+
i.icon.frown.outline::before { content: "\f119"; }
|
1435
|
+
i.icon.futbol.outline::before { content: "\f1e3"; }
|
1436
|
+
i.icon.gem.outline::before { content: "\f3a5"; }
|
1437
|
+
i.icon.grimace.outline::before { content: "\f57f"; }
|
1438
|
+
i.icon.grin.alternate.outline::before { content: "\f581"; }
|
1439
|
+
i.icon.grin.beam.outline::before { content: "\f582"; }
|
1440
|
+
i.icon.grin.beam.sweat.outline::before { content: "\f583"; }
|
1441
|
+
i.icon.grin.hearts.outline::before { content: "\f584"; }
|
1442
|
+
i.icon.grin.outline::before { content: "\f580"; }
|
1443
|
+
i.icon.grin.squint.outline::before { content: "\f585"; }
|
1444
|
+
i.icon.grin.squint.tears.outline::before { content: "\f586"; }
|
1445
|
+
i.icon.grin.stars.outline::before { content: "\f587"; }
|
1446
|
+
i.icon.grin.tears.outline::before { content: "\f588"; }
|
1447
|
+
i.icon.grin.tongue.outline::before { content: "\f589"; }
|
1448
|
+
i.icon.grin.tongue.squint.outline::before { content: "\f58a"; }
|
1449
|
+
i.icon.grin.tongue.wink.outline::before { content: "\f58b"; }
|
1450
|
+
i.icon.grin.wink.outline::before { content: "\f58c"; }
|
1451
|
+
i.icon.hand.lizard.outline::before { content: "\f258"; }
|
1452
|
+
i.icon.hand.paper.outline::before { content: "\f256"; }
|
1453
|
+
i.icon.hand.peace.outline::before { content: "\f25b"; }
|
1454
|
+
i.icon.hand.point.down.outline::before { content: "\f0a7"; }
|
1455
|
+
i.icon.hand.point.left.outline::before { content: "\f0a5"; }
|
1456
|
+
i.icon.hand.point.right.outline::before { content: "\f0a4"; }
|
1457
|
+
i.icon.hand.point.up.outline::before { content: "\f0a6"; }
|
1458
|
+
i.icon.hand.pointer.outline::before { content: "\f25a"; }
|
1459
|
+
i.icon.hand.rock.outline::before { content: "\f255"; }
|
1460
|
+
i.icon.hand.scissors.outline::before { content: "\f257"; }
|
1461
|
+
i.icon.hand.spock.outline::before { content: "\f259"; }
|
1462
|
+
i.icon.handshake.outline::before { content: "\f2b5"; }
|
1463
|
+
i.icon.hdd.outline::before { content: "\f0a0"; }
|
1464
|
+
i.icon.heart.outline::before { content: "\f004"; }
|
1465
|
+
i.icon.hospital.outline::before { content: "\f0f8"; }
|
1466
|
+
i.icon.hourglass.outline::before { content: "\f254"; }
|
1467
|
+
i.icon.id.badge.outline::before { content: "\f2c1"; }
|
1468
|
+
i.icon.id.card.outline::before { content: "\f2c2"; }
|
1469
|
+
i.icon.image.outline::before { content: "\f03e"; }
|
1470
|
+
i.icon.images.outline::before { content: "\f302"; }
|
1471
|
+
i.icon.keyboard.outline::before { content: "\f11c"; }
|
1472
|
+
i.icon.kiss.beam.outline::before { content: "\f597"; }
|
1473
|
+
i.icon.kiss.outline::before { content: "\f596"; }
|
1474
|
+
i.icon.kiss.wink.heart.outline::before { content: "\f598"; }
|
1475
|
+
i.icon.laugh.beam.outline::before { content: "\f59a"; }
|
1476
|
+
i.icon.laugh.outline::before { content: "\f599"; }
|
1477
|
+
i.icon.laugh.squint.outline::before { content: "\f59b"; }
|
1478
|
+
i.icon.laugh.wink.outline::before { content: "\f59c"; }
|
1479
|
+
i.icon.lemon.outline::before { content: "\f094"; }
|
1480
|
+
i.icon.life.ring.outline::before { content: "\f1cd"; }
|
1481
|
+
i.icon.lightbulb.outline::before { content: "\f0eb"; }
|
1482
|
+
i.icon.list.alternate.outline::before { content: "\f022"; }
|
1483
|
+
i.icon.map.outline::before { content: "\f279"; }
|
1484
|
+
i.icon.meh.blank.outline::before { content: "\f5a4"; }
|
1485
|
+
i.icon.meh.outline::before { content: "\f11a"; }
|
1486
|
+
i.icon.meh.rolling.eyes.outline::before { content: "\f5a5"; }
|
1487
|
+
i.icon.minus.square.outline::before { content: "\f146"; }
|
1488
|
+
i.icon.money.bill.alternate.outline::before { content: "\f3d1"; }
|
1489
|
+
i.icon.moon.outline::before { content: "\f186"; }
|
1490
|
+
i.icon.newspaper.outline::before { content: "\f1ea"; }
|
1491
|
+
i.icon.object.group.outline::before { content: "\f247"; }
|
1492
|
+
i.icon.object.ungroup.outline::before { content: "\f248"; }
|
1493
|
+
i.icon.paper.plane.outline::before { content: "\f1d8"; }
|
1494
|
+
i.icon.pause.circle.outline::before { content: "\f28b"; }
|
1495
|
+
i.icon.play.circle.outline::before { content: "\f144"; }
|
1496
|
+
i.icon.plus.square.outline::before { content: "\f0fe"; }
|
1497
|
+
i.icon.question.circle.outline::before { content: "\f059"; }
|
1498
|
+
i.icon.registered.outline::before { content: "\f25d"; }
|
1499
|
+
i.icon.sad.cry.outline::before { content: "\f5b3"; }
|
1500
|
+
i.icon.sad.tear.outline::before { content: "\f5b4"; }
|
1501
|
+
i.icon.save.outline::before { content: "\f0c7"; }
|
1502
|
+
i.icon.share.square.outline::before { content: "\f14d"; }
|
1503
|
+
i.icon.smile.beam.outline::before { content: "\f5b8"; }
|
1504
|
+
i.icon.smile.outline::before { content: "\f118"; }
|
1505
|
+
i.icon.smile.wink.outline::before { content: "\f4da"; }
|
1506
|
+
i.icon.snowflake.outline::before { content: "\f2dc"; }
|
1507
|
+
i.icon.square.outline::before { content: "\f0c8"; }
|
1508
|
+
i.icon.star.half.outline::before { content: "\f089"; }
|
1509
|
+
i.icon.star.outline::before { content: "\f005"; }
|
1510
|
+
i.icon.sticky.note.outline::before { content: "\f249"; }
|
1511
|
+
i.icon.stop.circle.outline::before { content: "\f28d"; }
|
1512
|
+
i.icon.sun.outline::before { content: "\f185"; }
|
1513
|
+
i.icon.surprise.outline::before { content: "\f5c2"; }
|
1514
|
+
i.icon.thumbs.down.outline::before { content: "\f165"; }
|
1515
|
+
i.icon.thumbs.up.outline::before { content: "\f164"; }
|
1516
|
+
i.icon.times.circle.outline::before { content: "\f057"; }
|
1517
|
+
i.icon.tired.outline::before { content: "\f5c8"; }
|
1518
|
+
i.icon.trash.alternate.outline::before { content: "\f2ed"; }
|
1519
|
+
i.icon.user.circle.outline::before { content: "\f2bd"; }
|
1520
|
+
i.icon.user.outline::before { content: "\f007"; }
|
1521
|
+
i.icon.window.close.outline::before { content: "\f410"; }
|
1522
|
+
i.icon.window.maximize.outline::before { content: "\f2d0"; }
|
1523
|
+
i.icon.window.minimize.outline::before { content: "\f2d1"; }
|
1524
|
+
i.icon.window.restore.outline::before { content: "\f2d2"; }
|
1525
|
+
|
1526
|
+
|
1514
1527
|
|
1515
|
-
|
1516
1528
|
}
|
1517
|
-
.loadOutlineIcons();
|
1518
1529
|
|
1519
1530
|
|
1520
1531
|
|
1532
|
+
& when (@variationIconBrand) {
|
1521
1533
|
/*******************************
|
1522
1534
|
Brand Icons
|
1523
1535
|
*******************************/
|
1524
1536
|
|
1525
|
-
|
1537
|
+
& when (@importBrandIcons) {
|
1526
1538
|
/* Load & Define Brand Font */
|
1527
1539
|
@font-face {
|
1528
1540
|
font-family: @brandFontName;
|
@@ -1533,506 +1545,520 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1533
1545
|
font-variant: normal;
|
1534
1546
|
text-decoration: inherit;
|
1535
1547
|
text-transform: none;
|
1548
|
+
}
|
1536
1549
|
}
|
1537
1550
|
|
1538
1551
|
/* Icons */
|
1539
|
-
i.icon.\35 00px
|
1540
|
-
i.icon.accessible
|
1541
|
-
i.icon.accusoft
|
1542
|
-
i.icon.acquisitions.incorporated
|
1543
|
-
i.icon.adn
|
1544
|
-
i.icon.
|
1545
|
-
i.icon.
|
1546
|
-
i.icon.
|
1547
|
-
i.icon.
|
1548
|
-
i.icon.
|
1549
|
-
i.icon.
|
1550
|
-
i.icon.amazon
|
1551
|
-
i.icon.
|
1552
|
-
i.icon.
|
1553
|
-
i.icon.
|
1554
|
-
i.icon.
|
1555
|
-
i.icon.
|
1556
|
-
i.icon.
|
1557
|
-
i.icon.app.store
|
1558
|
-
i.icon.
|
1559
|
-
i.icon.
|
1560
|
-
i.icon.apple
|
1561
|
-
i.icon.
|
1562
|
-
i.icon.
|
1563
|
-
i.icon.
|
1564
|
-
i.icon.
|
1565
|
-
i.icon.
|
1566
|
-
i.icon.
|
1567
|
-
i.icon.
|
1568
|
-
i.icon.
|
1569
|
-
i.icon.
|
1570
|
-
i.icon.
|
1571
|
-
i.icon.
|
1572
|
-
i.icon.behance
|
1573
|
-
i.icon.
|
1574
|
-
i.icon.
|
1575
|
-
i.icon.
|
1576
|
-
i.icon.
|
1577
|
-
i.icon.
|
1578
|
-
i.icon.
|
1579
|
-
i.icon.
|
1580
|
-
i.icon.blogger
|
1581
|
-
i.icon.
|
1582
|
-
i.icon.bluetooth
|
1583
|
-
i.icon.
|
1584
|
-
i.icon.
|
1585
|
-
i.icon.
|
1586
|
-
i.icon.
|
1587
|
-
i.icon.
|
1588
|
-
i.icon.
|
1589
|
-
i.icon.
|
1590
|
-
i.icon.
|
1591
|
-
i.icon.cc.
|
1592
|
-
i.icon.cc.
|
1593
|
-
i.icon.cc.
|
1594
|
-
i.icon.cc.
|
1595
|
-
i.icon.cc.
|
1596
|
-
i.icon.cc.
|
1597
|
-
i.icon.cc.
|
1598
|
-
i.icon.cc.
|
1599
|
-
i.icon.cc.
|
1600
|
-
i.icon.
|
1601
|
-
i.icon.
|
1602
|
-
i.icon.
|
1603
|
-
i.icon.
|
1604
|
-
i.icon.
|
1605
|
-
i.icon.cloudscale
|
1606
|
-
i.icon.cloudsmith
|
1607
|
-
i.icon.cloudversify
|
1608
|
-
i.icon.codepen
|
1609
|
-
i.icon.codiepie
|
1610
|
-
i.icon.confluence
|
1611
|
-
i.icon.connectdevelop
|
1612
|
-
i.icon.contao
|
1613
|
-
i.icon.cotton.bureau
|
1614
|
-
i.icon.cpanel
|
1615
|
-
i.icon.creative.commons
|
1616
|
-
i.icon.creative.commons.by
|
1617
|
-
i.icon.creative.commons.nc
|
1618
|
-
i.icon.creative.commons.nc.eu
|
1619
|
-
i.icon.creative.commons.nc.jp
|
1620
|
-
i.icon.creative.commons.nd
|
1621
|
-
i.icon.creative.commons.pd
|
1622
|
-
i.icon.creative.commons.pd.alternate
|
1623
|
-
i.icon.creative.commons.remix
|
1624
|
-
i.icon.creative.commons.sa
|
1625
|
-
i.icon.creative.commons.sampling
|
1626
|
-
i.icon.creative.commons.sampling.plus
|
1627
|
-
i.icon.creative.commons.share
|
1628
|
-
i.icon.creative.commons.zero
|
1629
|
-
i.icon.critical.role
|
1630
|
-
i.icon.css3
|
1631
|
-
i.icon.css3.alternate
|
1632
|
-
i.icon.cuttlefish
|
1633
|
-
i.icon.d.and.d
|
1634
|
-
i.icon.d.and.d.beyond
|
1635
|
-
i.icon.dailymotion
|
1636
|
-
i.icon.dashcube
|
1637
|
-
i.icon.
|
1638
|
-
i.icon.
|
1639
|
-
i.icon.
|
1640
|
-
i.icon.
|
1641
|
-
i.icon.
|
1642
|
-
i.icon.
|
1643
|
-
i.icon.
|
1644
|
-
i.icon.
|
1645
|
-
i.icon.
|
1646
|
-
i.icon.
|
1647
|
-
i.icon.
|
1648
|
-
i.icon.
|
1649
|
-
i.icon.
|
1650
|
-
i.icon.
|
1651
|
-
i.icon.
|
1652
|
-
i.icon.dribbble
|
1653
|
-
i.icon.
|
1654
|
-
i.icon.
|
1655
|
-
i.icon.
|
1656
|
-
i.icon.
|
1657
|
-
i.icon.
|
1658
|
-
i.icon.
|
1659
|
-
i.icon.
|
1660
|
-
i.icon.
|
1661
|
-
i.icon.
|
1662
|
-
i.icon.
|
1663
|
-
i.icon.
|
1664
|
-
i.icon.
|
1665
|
-
i.icon.
|
1666
|
-
i.icon.
|
1667
|
-
i.icon.
|
1668
|
-
i.icon.
|
1669
|
-
i.icon.
|
1670
|
-
i.icon.
|
1671
|
-
i.icon.facebook
|
1672
|
-
i.icon.facebook.
|
1673
|
-
i.icon.
|
1674
|
-
i.icon.
|
1675
|
-
i.icon.
|
1676
|
-
i.icon.
|
1677
|
-
i.icon.
|
1678
|
-
i.icon.
|
1679
|
-
i.icon.
|
1680
|
-
i.icon.
|
1681
|
-
i.icon.
|
1682
|
-
i.icon.
|
1683
|
-
i.icon.
|
1684
|
-
i.icon.
|
1685
|
-
i.icon.
|
1686
|
-
i.icon.
|
1687
|
-
i.icon.font.awesome
|
1688
|
-
i.icon.
|
1689
|
-
i.icon.
|
1690
|
-
i.icon.
|
1691
|
-
i.icon.
|
1692
|
-
i.icon.
|
1693
|
-
i.icon.
|
1694
|
-
i.icon.
|
1695
|
-
i.icon.
|
1696
|
-
i.icon.
|
1697
|
-
i.icon.
|
1698
|
-
i.icon.
|
1699
|
-
i.icon.
|
1700
|
-
i.icon.
|
1701
|
-
i.icon.
|
1702
|
-
i.icon.
|
1703
|
-
i.icon.
|
1704
|
-
i.icon.git
|
1705
|
-
i.icon.
|
1706
|
-
i.icon.
|
1707
|
-
i.icon.github
|
1708
|
-
i.icon.
|
1709
|
-
i.icon.
|
1710
|
-
i.icon.
|
1711
|
-
i.icon.
|
1712
|
-
i.icon.
|
1713
|
-
i.icon.
|
1714
|
-
i.icon.
|
1715
|
-
i.icon.
|
1716
|
-
i.icon.
|
1717
|
-
i.icon.
|
1718
|
-
i.icon.google
|
1719
|
-
i.icon.google.
|
1720
|
-
i.icon.google.
|
1721
|
-
i.icon.google.
|
1722
|
-
i.icon.google.
|
1723
|
-
i.icon.
|
1724
|
-
i.icon.
|
1725
|
-
i.icon.
|
1726
|
-
i.icon.
|
1727
|
-
i.icon.
|
1728
|
-
i.icon.
|
1729
|
-
i.icon.
|
1730
|
-
i.icon.
|
1731
|
-
i.icon.
|
1732
|
-
i.icon.
|
1733
|
-
i.icon.
|
1734
|
-
i.icon.
|
1735
|
-
i.icon.
|
1736
|
-
i.icon.
|
1737
|
-
i.icon.
|
1738
|
-
i.icon.
|
1739
|
-
i.icon.
|
1740
|
-
i.icon.
|
1741
|
-
i.icon.
|
1742
|
-
i.icon.
|
1743
|
-
i.icon.
|
1744
|
-
i.icon.
|
1745
|
-
i.icon.
|
1746
|
-
i.icon.
|
1747
|
-
i.icon.
|
1748
|
-
i.icon.
|
1749
|
-
i.icon.
|
1750
|
-
i.icon.
|
1751
|
-
i.icon.
|
1752
|
-
i.icon.
|
1753
|
-
i.icon.
|
1754
|
-
i.icon.
|
1755
|
-
i.icon.
|
1756
|
-
i.icon.
|
1757
|
-
i.icon.
|
1758
|
-
i.icon.
|
1759
|
-
i.icon.
|
1760
|
-
i.icon.
|
1761
|
-
i.icon.
|
1762
|
-
i.icon.
|
1763
|
-
i.icon.
|
1764
|
-
i.icon.
|
1765
|
-
i.icon.
|
1766
|
-
i.icon.
|
1767
|
-
i.icon.
|
1768
|
-
i.icon.
|
1769
|
-
i.icon.
|
1770
|
-
i.icon.
|
1771
|
-
i.icon.
|
1772
|
-
i.icon.
|
1773
|
-
i.icon.
|
1774
|
-
i.icon.
|
1775
|
-
i.icon.
|
1776
|
-
i.icon.
|
1777
|
-
i.icon.
|
1778
|
-
i.icon.
|
1779
|
-
i.icon.
|
1780
|
-
i.icon.
|
1781
|
-
i.icon.
|
1782
|
-
i.icon.
|
1783
|
-
i.icon.
|
1784
|
-
i.icon.
|
1785
|
-
i.icon.
|
1786
|
-
i.icon.
|
1787
|
-
i.icon.
|
1788
|
-
i.icon.
|
1789
|
-
i.icon.
|
1790
|
-
i.icon.
|
1791
|
-
i.icon.
|
1792
|
-
i.icon.
|
1793
|
-
i.icon.
|
1794
|
-
i.icon.
|
1795
|
-
i.icon.
|
1796
|
-
i.icon.
|
1797
|
-
i.icon.
|
1798
|
-
i.icon.
|
1799
|
-
i.icon.
|
1800
|
-
i.icon.
|
1801
|
-
i.icon.
|
1802
|
-
i.icon.
|
1803
|
-
i.icon.
|
1804
|
-
i.icon.
|
1805
|
-
i.icon.
|
1806
|
-
i.icon.
|
1807
|
-
i.icon.
|
1808
|
-
i.icon.
|
1809
|
-
i.icon.
|
1810
|
-
i.icon.
|
1811
|
-
i.icon.
|
1812
|
-
i.icon.
|
1813
|
-
i.icon.
|
1814
|
-
i.icon.
|
1815
|
-
i.icon.
|
1816
|
-
i.icon.
|
1817
|
-
i.icon.
|
1818
|
-
i.icon.
|
1819
|
-
i.icon.
|
1820
|
-
i.icon.
|
1821
|
-
i.icon.
|
1822
|
-
i.icon.
|
1823
|
-
i.icon.
|
1824
|
-
i.icon.
|
1825
|
-
i.icon.
|
1826
|
-
i.icon.
|
1827
|
-
i.icon.
|
1828
|
-
i.icon.
|
1829
|
-
i.icon.
|
1830
|
-
i.icon.
|
1831
|
-
i.icon.
|
1832
|
-
i.icon.
|
1833
|
-
i.icon.
|
1834
|
-
i.icon.
|
1835
|
-
i.icon.
|
1836
|
-
i.icon.
|
1837
|
-
i.icon.
|
1838
|
-
i.icon.
|
1839
|
-
i.icon.
|
1840
|
-
i.icon.
|
1841
|
-
i.icon.
|
1842
|
-
i.icon.
|
1843
|
-
i.icon.
|
1844
|
-
i.icon.
|
1845
|
-
i.icon.
|
1846
|
-
i.icon.
|
1847
|
-
i.icon.
|
1848
|
-
i.icon.
|
1849
|
-
i.icon.
|
1850
|
-
i.icon.
|
1851
|
-
i.icon.
|
1852
|
-
i.icon.
|
1853
|
-
i.icon.
|
1854
|
-
i.icon.
|
1855
|
-
i.icon.
|
1856
|
-
i.icon.
|
1857
|
-
i.icon.
|
1858
|
-
i.icon.
|
1859
|
-
i.icon.
|
1860
|
-
i.icon.
|
1861
|
-
i.icon.
|
1862
|
-
i.icon.
|
1863
|
-
i.icon.
|
1864
|
-
i.icon.
|
1865
|
-
i.icon.
|
1866
|
-
i.icon.
|
1867
|
-
i.icon.
|
1868
|
-
i.icon.
|
1869
|
-
i.icon.
|
1870
|
-
i.icon.
|
1871
|
-
i.icon.
|
1872
|
-
i.icon.
|
1873
|
-
i.icon.
|
1874
|
-
i.icon.
|
1875
|
-
i.icon.
|
1876
|
-
i.icon.
|
1877
|
-
i.icon.
|
1878
|
-
i.icon.
|
1879
|
-
i.icon.
|
1880
|
-
i.icon.
|
1881
|
-
i.icon.
|
1882
|
-
i.icon.
|
1883
|
-
i.icon.
|
1884
|
-
i.icon.
|
1885
|
-
i.icon.
|
1886
|
-
i.icon.
|
1887
|
-
i.icon.
|
1888
|
-
i.icon.
|
1889
|
-
i.icon.
|
1890
|
-
i.icon.
|
1891
|
-
i.icon.
|
1892
|
-
i.icon.
|
1893
|
-
i.icon.
|
1894
|
-
i.icon.
|
1895
|
-
i.icon.
|
1896
|
-
i.icon.
|
1897
|
-
i.icon.
|
1898
|
-
i.icon.
|
1899
|
-
i.icon.
|
1900
|
-
i.icon.
|
1901
|
-
i.icon.
|
1902
|
-
i.icon.
|
1903
|
-
i.icon.
|
1904
|
-
i.icon.
|
1905
|
-
i.icon.
|
1906
|
-
i.icon.
|
1907
|
-
i.icon.
|
1908
|
-
i.icon.
|
1909
|
-
i.icon.
|
1910
|
-
i.icon.
|
1911
|
-
i.icon.
|
1912
|
-
i.icon.
|
1913
|
-
i.icon.
|
1914
|
-
i.icon.
|
1915
|
-
i.icon.
|
1916
|
-
i.icon.
|
1917
|
-
i.icon.
|
1918
|
-
i.icon.
|
1919
|
-
i.icon.
|
1920
|
-
i.icon.
|
1921
|
-
i.icon.
|
1922
|
-
i.icon.
|
1923
|
-
i.icon.
|
1924
|
-
i.icon.
|
1925
|
-
i.icon.
|
1926
|
-
i.icon.
|
1927
|
-
i.icon.
|
1928
|
-
i.icon.
|
1929
|
-
i.icon.
|
1930
|
-
i.icon.
|
1931
|
-
i.icon.
|
1932
|
-
i.icon.
|
1933
|
-
i.icon.
|
1934
|
-
i.icon.
|
1935
|
-
i.icon.
|
1936
|
-
i.icon.
|
1937
|
-
i.icon.
|
1938
|
-
i.icon.
|
1939
|
-
i.icon.
|
1940
|
-
i.icon.
|
1941
|
-
i.icon.
|
1942
|
-
i.icon.
|
1943
|
-
i.icon.
|
1944
|
-
i.icon.
|
1945
|
-
i.icon.
|
1946
|
-
i.icon.
|
1947
|
-
i.icon.
|
1948
|
-
i.icon.
|
1949
|
-
i.icon.
|
1950
|
-
i.icon.
|
1951
|
-
i.icon.
|
1952
|
-
i.icon.
|
1953
|
-
i.icon.
|
1954
|
-
i.icon.
|
1955
|
-
i.icon.
|
1956
|
-
i.icon.
|
1957
|
-
i.icon.
|
1958
|
-
i.icon.
|
1959
|
-
i.icon.
|
1960
|
-
i.icon.
|
1961
|
-
i.icon.
|
1962
|
-
i.icon.
|
1963
|
-
i.icon.
|
1964
|
-
i.icon.
|
1965
|
-
i.icon.
|
1966
|
-
i.icon.
|
1967
|
-
i.icon.
|
1968
|
-
i.icon.
|
1969
|
-
i.icon.
|
1970
|
-
i.icon.
|
1971
|
-
i.icon.
|
1972
|
-
i.icon.
|
1973
|
-
i.icon.
|
1974
|
-
i.icon.
|
1975
|
-
i.icon.
|
1976
|
-
i.icon.
|
1977
|
-
i.icon.
|
1978
|
-
i.icon.
|
1979
|
-
i.icon.
|
1980
|
-
i.icon.
|
1981
|
-
|
1552
|
+
i.icon.\35 00px::before { content: "\f26e"; font-family: @brandFontName; }
|
1553
|
+
i.icon.accessible::before { content: "\f368"; font-family: @brandFontName; }
|
1554
|
+
i.icon.accusoft::before { content: "\f369"; font-family: @brandFontName; }
|
1555
|
+
i.icon.acquisitions.incorporated::before { content: "\f6af"; font-family: @brandFontName; }
|
1556
|
+
i.icon.adn::before { content: "\f170"; font-family: @brandFontName; }
|
1557
|
+
i.icon.adversal::before { content: "\f36a"; font-family: @brandFontName; }
|
1558
|
+
i.icon.affiliatetheme::before { content: "\f36b"; font-family: @brandFontName; }
|
1559
|
+
i.icon.airbnb::before { content: "\f834"; font-family: @brandFontName; }
|
1560
|
+
i.icon.algolia::before { content: "\f36c"; font-family: @brandFontName; }
|
1561
|
+
i.icon.alipay::before { content: "\f642"; font-family: @brandFontName; }
|
1562
|
+
i.icon.amazon::before { content: "\f270"; font-family: @brandFontName; }
|
1563
|
+
i.icon.amazon.pay::before { content: "\f42c"; font-family: @brandFontName; }
|
1564
|
+
i.icon.amilia::before { content: "\f36d"; font-family: @brandFontName; }
|
1565
|
+
i.icon.android::before { content: "\f17b"; font-family: @brandFontName; }
|
1566
|
+
i.icon.angellist::before { content: "\f209"; font-family: @brandFontName; }
|
1567
|
+
i.icon.angrycreative::before { content: "\f36e"; font-family: @brandFontName; }
|
1568
|
+
i.icon.angular::before { content: "\f420"; font-family: @brandFontName; }
|
1569
|
+
i.icon.app.store::before { content: "\f36f"; font-family: @brandFontName; }
|
1570
|
+
i.icon.app.store.ios::before { content: "\f370"; font-family: @brandFontName; }
|
1571
|
+
i.icon.apper::before { content: "\f371"; font-family: @brandFontName; }
|
1572
|
+
i.icon.apple::before { content: "\f179"; font-family: @brandFontName; }
|
1573
|
+
i.icon.apple.pay::before { content: "\f415"; font-family: @brandFontName; }
|
1574
|
+
i.icon.artstation::before { content: "\f77a"; font-family: @brandFontName; }
|
1575
|
+
i.icon.asymmetrik::before { content: "\f372"; font-family: @brandFontName; }
|
1576
|
+
i.icon.atlassian::before { content: "\f77b"; font-family: @brandFontName; }
|
1577
|
+
i.icon.audible::before { content: "\f373"; font-family: @brandFontName; }
|
1578
|
+
i.icon.autoprefixer::before { content: "\f41c"; font-family: @brandFontName; }
|
1579
|
+
i.icon.avianex::before { content: "\f374"; font-family: @brandFontName; }
|
1580
|
+
i.icon.aviato::before { content: "\f421"; font-family: @brandFontName; }
|
1581
|
+
i.icon.aws::before { content: "\f375"; font-family: @brandFontName; }
|
1582
|
+
i.icon.bandcamp::before { content: "\f2d5"; font-family: @brandFontName; }
|
1583
|
+
i.icon.battle.net::before { content: "\f835"; font-family: @brandFontName; }
|
1584
|
+
i.icon.behance::before { content: "\f1b4"; font-family: @brandFontName; }
|
1585
|
+
i.icon.behance.square::before { content: "\f1b5"; font-family: @brandFontName; }
|
1586
|
+
i.icon.bimobject::before { content: "\f378"; font-family: @brandFontName; }
|
1587
|
+
i.icon.bitbucket::before { content: "\f171"; font-family: @brandFontName; }
|
1588
|
+
i.icon.bitcoin::before { content: "\f379"; font-family: @brandFontName; }
|
1589
|
+
i.icon.bity::before { content: "\f37a"; font-family: @brandFontName; }
|
1590
|
+
i.icon.black.tie::before { content: "\f27e"; font-family: @brandFontName; }
|
1591
|
+
i.icon.blackberry::before { content: "\f37b"; font-family: @brandFontName; }
|
1592
|
+
i.icon.blogger::before { content: "\f37c"; font-family: @brandFontName; }
|
1593
|
+
i.icon.blogger.b::before { content: "\f37d"; font-family: @brandFontName; }
|
1594
|
+
i.icon.bluetooth::before { content: "\f293"; font-family: @brandFontName; }
|
1595
|
+
i.icon.bluetooth.b::before { content: "\f294"; font-family: @brandFontName; }
|
1596
|
+
i.icon.bootstrap::before { content: "\f836"; font-family: @brandFontName; }
|
1597
|
+
i.icon.btc::before { content: "\f15a"; font-family: @brandFontName; }
|
1598
|
+
i.icon.buffer::before { content: "\f837"; font-family: @brandFontName; }
|
1599
|
+
i.icon.buromobelexperte::before { content: "\f37f"; font-family: @brandFontName; }
|
1600
|
+
i.icon.buy.n.large::before { content: "\f8a6"; font-family: @brandFontName; }
|
1601
|
+
i.icon.buysellads::before { content: "\f20d"; font-family: @brandFontName; }
|
1602
|
+
i.icon.canadian.maple.leaf::before { content: "\f785"; font-family: @brandFontName; }
|
1603
|
+
i.icon.cc.amazon.pay::before { content: "\f42d"; font-family: @brandFontName; }
|
1604
|
+
i.icon.cc.amex::before { content: "\f1f3"; font-family: @brandFontName; }
|
1605
|
+
i.icon.cc.apple.pay::before { content: "\f416"; font-family: @brandFontName; }
|
1606
|
+
i.icon.cc.diners.club::before { content: "\f24c"; font-family: @brandFontName; }
|
1607
|
+
i.icon.cc.discover::before { content: "\f1f2"; font-family: @brandFontName; }
|
1608
|
+
i.icon.cc.jcb::before { content: "\f24b"; font-family: @brandFontName; }
|
1609
|
+
i.icon.cc.mastercard::before { content: "\f1f1"; font-family: @brandFontName; }
|
1610
|
+
i.icon.cc.paypal::before { content: "\f1f4"; font-family: @brandFontName; }
|
1611
|
+
i.icon.cc.stripe::before { content: "\f1f5"; font-family: @brandFontName; }
|
1612
|
+
i.icon.cc.visa::before { content: "\f1f0"; font-family: @brandFontName; }
|
1613
|
+
i.icon.centercode::before { content: "\f380"; font-family: @brandFontName; }
|
1614
|
+
i.icon.centos::before { content: "\f789"; font-family: @brandFontName; }
|
1615
|
+
i.icon.chrome::before { content: "\f268"; font-family: @brandFontName; }
|
1616
|
+
i.icon.chromecast::before { content: "\f838"; font-family: @brandFontName; }
|
1617
|
+
i.icon.cloudflare::before { content: "\e07d"; font-family: @brandFontName; }
|
1618
|
+
i.icon.cloudscale::before { content: "\f383"; font-family: @brandFontName; }
|
1619
|
+
i.icon.cloudsmith::before { content: "\f384"; font-family: @brandFontName; }
|
1620
|
+
i.icon.cloudversify::before { content: "\f385"; font-family: @brandFontName; }
|
1621
|
+
i.icon.codepen::before { content: "\f1cb"; font-family: @brandFontName; }
|
1622
|
+
i.icon.codiepie::before { content: "\f284"; font-family: @brandFontName; }
|
1623
|
+
i.icon.confluence::before { content: "\f78d"; font-family: @brandFontName; }
|
1624
|
+
i.icon.connectdevelop::before { content: "\f20e"; font-family: @brandFontName; }
|
1625
|
+
i.icon.contao::before { content: "\f26d"; font-family: @brandFontName; }
|
1626
|
+
i.icon.cotton.bureau::before { content: "\f89e"; font-family: @brandFontName; }
|
1627
|
+
i.icon.cpanel::before { content: "\f388"; font-family: @brandFontName; }
|
1628
|
+
i.icon.creative.commons::before { content: "\f25e"; font-family: @brandFontName; }
|
1629
|
+
i.icon.creative.commons.by::before { content: "\f4e7"; font-family: @brandFontName; }
|
1630
|
+
i.icon.creative.commons.nc::before { content: "\f4e8"; font-family: @brandFontName; }
|
1631
|
+
i.icon.creative.commons.nc.eu::before { content: "\f4e9"; font-family: @brandFontName; }
|
1632
|
+
i.icon.creative.commons.nc.jp::before { content: "\f4ea"; font-family: @brandFontName; }
|
1633
|
+
i.icon.creative.commons.nd::before { content: "\f4eb"; font-family: @brandFontName; }
|
1634
|
+
i.icon.creative.commons.pd::before { content: "\f4ec"; font-family: @brandFontName; }
|
1635
|
+
i.icon.creative.commons.pd.alternate::before { content: "\f4ed"; font-family: @brandFontName; }
|
1636
|
+
i.icon.creative.commons.remix::before { content: "\f4ee"; font-family: @brandFontName; }
|
1637
|
+
i.icon.creative.commons.sa::before { content: "\f4ef"; font-family: @brandFontName; }
|
1638
|
+
i.icon.creative.commons.sampling::before { content: "\f4f0"; font-family: @brandFontName; }
|
1639
|
+
i.icon.creative.commons.sampling.plus::before { content: "\f4f1"; font-family: @brandFontName; }
|
1640
|
+
i.icon.creative.commons.share::before { content: "\f4f2"; font-family: @brandFontName; }
|
1641
|
+
i.icon.creative.commons.zero::before { content: "\f4f3"; font-family: @brandFontName; }
|
1642
|
+
i.icon.critical.role::before { content: "\f6c9"; font-family: @brandFontName; }
|
1643
|
+
i.icon.css3::before { content: "\f13c"; font-family: @brandFontName; }
|
1644
|
+
i.icon.css3.alternate::before { content: "\f38b"; font-family: @brandFontName; }
|
1645
|
+
i.icon.cuttlefish::before { content: "\f38c"; font-family: @brandFontName; }
|
1646
|
+
i.icon.d.and.d::before { content: "\f38d"; font-family: @brandFontName; }
|
1647
|
+
i.icon.d.and.d.beyond::before { content: "\f6ca"; font-family: @brandFontName; }
|
1648
|
+
i.icon.dailymotion::before { content: "\e052"; font-family: @brandFontName; }
|
1649
|
+
i.icon.dashcube::before { content: "\f210"; font-family: @brandFontName; }
|
1650
|
+
i.icon.deezer::before { content: "\e077"; font-family: @brandFontName; }
|
1651
|
+
i.icon.delicious::before { content: "\f1a5"; font-family: @brandFontName; }
|
1652
|
+
i.icon.deploydog::before { content: "\f38e"; font-family: @brandFontName; }
|
1653
|
+
i.icon.deskpro::before { content: "\f38f"; font-family: @brandFontName; }
|
1654
|
+
i.icon.dev::before { content: "\f6cc"; font-family: @brandFontName; }
|
1655
|
+
i.icon.deviantart::before { content: "\f1bd"; font-family: @brandFontName; }
|
1656
|
+
i.icon.dhl::before { content: "\f790"; font-family: @brandFontName; }
|
1657
|
+
i.icon.diaspora::before { content: "\f791"; font-family: @brandFontName; }
|
1658
|
+
i.icon.digg::before { content: "\f1a6"; font-family: @brandFontName; }
|
1659
|
+
i.icon.digital.ocean::before { content: "\f391"; font-family: @brandFontName; }
|
1660
|
+
i.icon.discord::before { content: "\f392"; font-family: @brandFontName; }
|
1661
|
+
i.icon.discourse::before { content: "\f393"; font-family: @brandFontName; }
|
1662
|
+
i.icon.dochub::before { content: "\f394"; font-family: @brandFontName; }
|
1663
|
+
i.icon.docker::before { content: "\f395"; font-family: @brandFontName; }
|
1664
|
+
i.icon.draft2digital::before { content: "\f396"; font-family: @brandFontName; }
|
1665
|
+
i.icon.dribbble::before { content: "\f17d"; font-family: @brandFontName; }
|
1666
|
+
i.icon.dribbble.square::before { content: "\f397"; font-family: @brandFontName; }
|
1667
|
+
i.icon.dropbox::before { content: "\f16b"; font-family: @brandFontName; }
|
1668
|
+
i.icon.drupal::before { content: "\f1a9"; font-family: @brandFontName; }
|
1669
|
+
i.icon.dyalog::before { content: "\f399"; font-family: @brandFontName; }
|
1670
|
+
i.icon.earlybirds::before { content: "\f39a"; font-family: @brandFontName; }
|
1671
|
+
i.icon.ebay::before { content: "\f4f4"; font-family: @brandFontName; }
|
1672
|
+
i.icon.edge::before { content: "\f282"; font-family: @brandFontName; }
|
1673
|
+
i.icon.edge.legacy::before { content: "\e078"; font-family: @brandFontName; }
|
1674
|
+
i.icon.elementor::before { content: "\f430"; font-family: @brandFontName; }
|
1675
|
+
i.icon.ello::before { content: "\f5f1"; font-family: @brandFontName; }
|
1676
|
+
i.icon.ember::before { content: "\f423"; font-family: @brandFontName; }
|
1677
|
+
i.icon.empire::before { content: "\f1d1"; font-family: @brandFontName; }
|
1678
|
+
i.icon.envira::before { content: "\f299"; font-family: @brandFontName; }
|
1679
|
+
i.icon.erlang::before { content: "\f39d"; font-family: @brandFontName; }
|
1680
|
+
i.icon.ethereum::before { content: "\f42e"; font-family: @brandFontName; }
|
1681
|
+
i.icon.etsy::before { content: "\f2d7"; font-family: @brandFontName; }
|
1682
|
+
i.icon.evernote::before { content: "\f839"; font-family: @brandFontName; }
|
1683
|
+
i.icon.expeditedssl::before { content: "\f23e"; font-family: @brandFontName; }
|
1684
|
+
i.icon.facebook::before { content: "\f09a"; font-family: @brandFontName; }
|
1685
|
+
i.icon.facebook.f::before { content: "\f39e"; font-family: @brandFontName; }
|
1686
|
+
i.icon.facebook.messenger::before { content: "\f39f"; font-family: @brandFontName; }
|
1687
|
+
i.icon.facebook.square::before { content: "\f082"; font-family: @brandFontName; }
|
1688
|
+
i.icon.fantasy.flight.games::before { content: "\f6dc"; font-family: @brandFontName; }
|
1689
|
+
i.icon.fedex::before { content: "\f797"; font-family: @brandFontName; }
|
1690
|
+
i.icon.fedora::before { content: "\f798"; font-family: @brandFontName; }
|
1691
|
+
i.icon.figma::before { content: "\f799"; font-family: @brandFontName; }
|
1692
|
+
i.icon.firefox::before { content: "\f269"; font-family: @brandFontName; }
|
1693
|
+
i.icon.firefox.browser::before { content: "\e007"; font-family: @brandFontName; }
|
1694
|
+
i.icon.first.order::before { content: "\f2b0"; font-family: @brandFontName; }
|
1695
|
+
i.icon.first.order.alternate::before { content: "\f50a"; font-family: @brandFontName; }
|
1696
|
+
i.icon.firstdraft::before { content: "\f3a1"; font-family: @brandFontName; }
|
1697
|
+
i.icon.flickr::before { content: "\f16e"; font-family: @brandFontName; }
|
1698
|
+
i.icon.flipboard::before { content: "\f44d"; font-family: @brandFontName; }
|
1699
|
+
i.icon.fly::before { content: "\f417"; font-family: @brandFontName; }
|
1700
|
+
i.icon.font.awesome::before { content: "\f2b4"; font-family: @brandFontName; }
|
1701
|
+
i.icon.font.awesome.alternate::before { content: "\f35c"; font-family: @brandFontName; }
|
1702
|
+
i.icon.font.awesome.flag::before { content: "\f425"; font-family: @brandFontName; }
|
1703
|
+
i.icon.fonticons::before { content: "\f280"; font-family: @brandFontName; }
|
1704
|
+
i.icon.fonticons.fi::before { content: "\f3a2"; font-family: @brandFontName; }
|
1705
|
+
i.icon.fort.awesome::before { content: "\f286"; font-family: @brandFontName; }
|
1706
|
+
i.icon.fort.awesome.alternate::before { content: "\f3a3"; font-family: @brandFontName; }
|
1707
|
+
i.icon.forumbee::before { content: "\f211"; font-family: @brandFontName; }
|
1708
|
+
i.icon.foursquare::before { content: "\f180"; font-family: @brandFontName; }
|
1709
|
+
i.icon.free.code.camp::before { content: "\f2c5"; font-family: @brandFontName; }
|
1710
|
+
i.icon.freebsd::before { content: "\f3a4"; font-family: @brandFontName; }
|
1711
|
+
i.icon.fulcrum::before { content: "\f50b"; font-family: @brandFontName; }
|
1712
|
+
i.icon.galactic.republic::before { content: "\f50c"; font-family: @brandFontName; }
|
1713
|
+
i.icon.galactic.senate::before { content: "\f50d"; font-family: @brandFontName; }
|
1714
|
+
i.icon.get.pocket::before { content: "\f265"; font-family: @brandFontName; }
|
1715
|
+
i.icon.gg::before { content: "\f260"; font-family: @brandFontName; }
|
1716
|
+
i.icon.gg.circle::before { content: "\f261"; font-family: @brandFontName; }
|
1717
|
+
i.icon.git::before { content: "\f1d3"; font-family: @brandFontName; }
|
1718
|
+
i.icon.git.alternate::before { content: "\f841"; font-family: @brandFontName; }
|
1719
|
+
i.icon.git.square::before { content: "\f1d2"; font-family: @brandFontName; }
|
1720
|
+
i.icon.github::before { content: "\f09b"; font-family: @brandFontName; }
|
1721
|
+
i.icon.github.alternate::before { content: "\f113"; font-family: @brandFontName; }
|
1722
|
+
i.icon.github.square::before { content: "\f092"; font-family: @brandFontName; }
|
1723
|
+
i.icon.gitkraken::before { content: "\f3a6"; font-family: @brandFontName; }
|
1724
|
+
i.icon.gitlab::before { content: "\f296"; font-family: @brandFontName; }
|
1725
|
+
i.icon.gitter::before { content: "\f426"; font-family: @brandFontName; }
|
1726
|
+
i.icon.glide::before { content: "\f2a5"; font-family: @brandFontName; }
|
1727
|
+
i.icon.glide.g::before { content: "\f2a6"; font-family: @brandFontName; }
|
1728
|
+
i.icon.gofore::before { content: "\f3a7"; font-family: @brandFontName; }
|
1729
|
+
i.icon.goodreads::before { content: "\f3a8"; font-family: @brandFontName; }
|
1730
|
+
i.icon.goodreads.g::before { content: "\f3a9"; font-family: @brandFontName; }
|
1731
|
+
i.icon.google::before { content: "\f1a0"; font-family: @brandFontName; }
|
1732
|
+
i.icon.google.drive::before { content: "\f3aa"; font-family: @brandFontName; }
|
1733
|
+
i.icon.google.pay::before { content: "\e079"; font-family: @brandFontName; }
|
1734
|
+
i.icon.google.play::before { content: "\f3ab"; font-family: @brandFontName; }
|
1735
|
+
i.icon.google.plus::before { content: "\f2b3"; font-family: @brandFontName; }
|
1736
|
+
i.icon.google.plus.g::before { content: "\f0d5"; font-family: @brandFontName; }
|
1737
|
+
i.icon.google.plus.square::before { content: "\f0d4"; font-family: @brandFontName; }
|
1738
|
+
i.icon.google.wallet::before { content: "\f1ee"; font-family: @brandFontName; }
|
1739
|
+
i.icon.gratipay::before { content: "\f184"; font-family: @brandFontName; }
|
1740
|
+
i.icon.grav::before { content: "\f2d6"; font-family: @brandFontName; }
|
1741
|
+
i.icon.gripfire::before { content: "\f3ac"; font-family: @brandFontName; }
|
1742
|
+
i.icon.grunt::before { content: "\f3ad"; font-family: @brandFontName; }
|
1743
|
+
i.icon.guilded::before { content: "\e07e"; font-family: @brandFontName; }
|
1744
|
+
i.icon.gulp::before { content: "\f3ae"; font-family: @brandFontName; }
|
1745
|
+
i.icon.hacker.news::before { content: "\f1d4"; font-family: @brandFontName; }
|
1746
|
+
i.icon.hacker.news.square::before { content: "\f3af"; font-family: @brandFontName; }
|
1747
|
+
i.icon.hackerrank::before { content: "\f5f7"; font-family: @brandFontName; }
|
1748
|
+
i.icon.hips::before { content: "\f452"; font-family: @brandFontName; }
|
1749
|
+
i.icon.hire.a.helper::before { content: "\f3b0"; font-family: @brandFontName; }
|
1750
|
+
i.icon.hive::before { content: "\e07f"; font-family: @brandFontName; }
|
1751
|
+
i.icon.hooli::before { content: "\f427"; font-family: @brandFontName; }
|
1752
|
+
i.icon.hornbill::before { content: "\f592"; font-family: @brandFontName; }
|
1753
|
+
i.icon.hotjar::before { content: "\f3b1"; font-family: @brandFontName; }
|
1754
|
+
i.icon.houzz::before { content: "\f27c"; font-family: @brandFontName; }
|
1755
|
+
i.icon.html5::before { content: "\f13b"; font-family: @brandFontName; }
|
1756
|
+
i.icon.hubspot::before { content: "\f3b2"; font-family: @brandFontName; }
|
1757
|
+
i.icon.ideal::before { content: "\e013"; font-family: @brandFontName; }
|
1758
|
+
i.icon.imdb::before { content: "\f2d8"; font-family: @brandFontName; }
|
1759
|
+
i.icon.innosoft::before { content: "\e080"; font-family: @brandFontName; }
|
1760
|
+
i.icon.instagram::before { content: "\f16d"; font-family: @brandFontName; }
|
1761
|
+
i.icon.instagram.square::before { content: "\e055"; font-family: @brandFontName; }
|
1762
|
+
i.icon.instalod::before { content: "\e081"; font-family: @brandFontName; }
|
1763
|
+
i.icon.intercom::before { content: "\f7af"; font-family: @brandFontName; }
|
1764
|
+
i.icon.internet.explorer::before { content: "\f26b"; font-family: @brandFontName; }
|
1765
|
+
i.icon.invision::before { content: "\f7b0"; font-family: @brandFontName; }
|
1766
|
+
i.icon.ioxhost::before { content: "\f208"; font-family: @brandFontName; }
|
1767
|
+
i.icon.itch.io::before { content: "\f83a"; font-family: @brandFontName; }
|
1768
|
+
i.icon.itunes::before { content: "\f3b4"; font-family: @brandFontName; }
|
1769
|
+
i.icon.itunes.note::before { content: "\f3b5"; font-family: @brandFontName; }
|
1770
|
+
i.icon.java::before { content: "\f4e4"; font-family: @brandFontName; }
|
1771
|
+
i.icon.jedi.order::before { content: "\f50e"; font-family: @brandFontName; }
|
1772
|
+
i.icon.jenkins::before { content: "\f3b6"; font-family: @brandFontName; }
|
1773
|
+
i.icon.jira::before { content: "\f7b1"; font-family: @brandFontName; }
|
1774
|
+
i.icon.joget::before { content: "\f3b7"; font-family: @brandFontName; }
|
1775
|
+
i.icon.joomla::before { content: "\f1aa"; font-family: @brandFontName; }
|
1776
|
+
i.icon.js::before { content: "\f3b8"; font-family: @brandFontName; }
|
1777
|
+
i.icon.js.square::before { content: "\f3b9"; font-family: @brandFontName; }
|
1778
|
+
i.icon.jsfiddle::before { content: "\f1cc"; font-family: @brandFontName; }
|
1779
|
+
i.icon.kaggle::before { content: "\f5fa"; font-family: @brandFontName; }
|
1780
|
+
i.icon.keybase::before { content: "\f4f5"; font-family: @brandFontName; }
|
1781
|
+
i.icon.keycdn::before { content: "\f3ba"; font-family: @brandFontName; }
|
1782
|
+
i.icon.kickstarter::before { content: "\f3bb"; font-family: @brandFontName; }
|
1783
|
+
i.icon.kickstarter.k::before { content: "\f3bc"; font-family: @brandFontName; }
|
1784
|
+
i.icon.korvue::before { content: "\f42f"; font-family: @brandFontName; }
|
1785
|
+
i.icon.laravel::before { content: "\f3bd"; font-family: @brandFontName; }
|
1786
|
+
i.icon.lastfm::before { content: "\f202"; font-family: @brandFontName; }
|
1787
|
+
i.icon.lastfm.square::before { content: "\f203"; font-family: @brandFontName; }
|
1788
|
+
i.icon.leanpub::before { content: "\f212"; font-family: @brandFontName; }
|
1789
|
+
i.icon.lesscss::before { content: "\f41d"; font-family: @brandFontName; }
|
1790
|
+
i.icon.linechat::before { content: "\f3c0"; font-family: @brandFontName; }
|
1791
|
+
i.icon.linkedin::before { content: "\f08c"; font-family: @brandFontName; }
|
1792
|
+
i.icon.linkedin.in::before { content: "\f0e1"; font-family: @brandFontName; }
|
1793
|
+
i.icon.linode::before { content: "\f2b8"; font-family: @brandFontName; }
|
1794
|
+
i.icon.linux::before { content: "\f17c"; font-family: @brandFontName; }
|
1795
|
+
i.icon.lyft::before { content: "\f3c3"; font-family: @brandFontName; }
|
1796
|
+
i.icon.magento::before { content: "\f3c4"; font-family: @brandFontName; }
|
1797
|
+
i.icon.mailchimp::before { content: "\f59e"; font-family: @brandFontName; }
|
1798
|
+
i.icon.mandalorian::before { content: "\f50f"; font-family: @brandFontName; }
|
1799
|
+
i.icon.markdown::before { content: "\f60f"; font-family: @brandFontName; }
|
1800
|
+
i.icon.mastodon::before { content: "\f4f6"; font-family: @brandFontName; }
|
1801
|
+
i.icon.maxcdn::before { content: "\f136"; font-family: @brandFontName; }
|
1802
|
+
i.icon.mdb::before { content: "\f8ca"; font-family: @brandFontName; }
|
1803
|
+
i.icon.medapps::before { content: "\f3c6"; font-family: @brandFontName; }
|
1804
|
+
i.icon.medium::before { content: "\f23a"; font-family: @brandFontName; }
|
1805
|
+
i.icon.medium.m::before { content: "\f3c7"; font-family: @brandFontName; }
|
1806
|
+
i.icon.medrt::before { content: "\f3c8"; font-family: @brandFontName; }
|
1807
|
+
i.icon.meetup::before { content: "\f2e0"; font-family: @brandFontName; }
|
1808
|
+
i.icon.megaport::before { content: "\f5a3"; font-family: @brandFontName; }
|
1809
|
+
i.icon.mendeley::before { content: "\f7b3"; font-family: @brandFontName; }
|
1810
|
+
i.icon.microblog::before { content: "\e01a"; font-family: @brandFontName; }
|
1811
|
+
i.icon.microsoft::before { content: "\f3ca"; font-family: @brandFontName; }
|
1812
|
+
i.icon.mix::before { content: "\f3cb"; font-family: @brandFontName; }
|
1813
|
+
i.icon.mixcloud::before { content: "\f289"; font-family: @brandFontName; }
|
1814
|
+
i.icon.mixer::before { content: "\e056"; font-family: @brandFontName; }
|
1815
|
+
i.icon.mizuni::before { content: "\f3cc"; font-family: @brandFontName; }
|
1816
|
+
i.icon.modx::before { content: "\f285"; font-family: @brandFontName; }
|
1817
|
+
i.icon.monero::before { content: "\f3d0"; font-family: @brandFontName; }
|
1818
|
+
i.icon.napster::before { content: "\f3d2"; font-family: @brandFontName; }
|
1819
|
+
i.icon.neos::before { content: "\f612"; font-family: @brandFontName; }
|
1820
|
+
i.icon.nimblr::before { content: "\f5a8"; font-family: @brandFontName; }
|
1821
|
+
i.icon.node::before { content: "\f419"; font-family: @brandFontName; }
|
1822
|
+
i.icon.node.js::before { content: "\f3d3"; font-family: @brandFontName; }
|
1823
|
+
i.icon.npm::before { content: "\f3d4"; font-family: @brandFontName; }
|
1824
|
+
i.icon.ns8::before { content: "\f3d5"; font-family: @brandFontName; }
|
1825
|
+
i.icon.nutritionix::before { content: "\f3d6"; font-family: @brandFontName; }
|
1826
|
+
i.icon.octopus.deploy::before { content: "\e082"; font-family: @brandFontName; }
|
1827
|
+
i.icon.odnoklassniki::before { content: "\f263"; font-family: @brandFontName; }
|
1828
|
+
i.icon.odnoklassniki.square::before { content: "\f264"; font-family: @brandFontName; }
|
1829
|
+
i.icon.old.republic::before { content: "\f510"; font-family: @brandFontName; }
|
1830
|
+
i.icon.opencart::before { content: "\f23d"; font-family: @brandFontName; }
|
1831
|
+
i.icon.openid::before { content: "\f19b"; font-family: @brandFontName; }
|
1832
|
+
i.icon.opera::before { content: "\f26a"; font-family: @brandFontName; }
|
1833
|
+
i.icon.optin.monster::before { content: "\f23c"; font-family: @brandFontName; }
|
1834
|
+
i.icon.orcid::before { content: "\f8d2"; font-family: @brandFontName; }
|
1835
|
+
i.icon.osi::before { content: "\f41a"; font-family: @brandFontName; }
|
1836
|
+
i.icon.page4::before { content: "\f3d7"; font-family: @brandFontName; }
|
1837
|
+
i.icon.pagelines::before { content: "\f18c"; font-family: @brandFontName; }
|
1838
|
+
i.icon.palfed::before { content: "\f3d8"; font-family: @brandFontName; }
|
1839
|
+
i.icon.patreon::before { content: "\f3d9"; font-family: @brandFontName; }
|
1840
|
+
i.icon.paypal::before { content: "\f1ed"; font-family: @brandFontName; }
|
1841
|
+
i.icon.penny.arcade::before { content: "\f704"; font-family: @brandFontName; }
|
1842
|
+
i.icon.perbyte::before { content: "\e083"; font-family: @brandFontName; }
|
1843
|
+
i.icon.periscope::before { content: "\f3da"; font-family: @brandFontName; }
|
1844
|
+
i.icon.phabricator::before { content: "\f3db"; font-family: @brandFontName; }
|
1845
|
+
i.icon.phoenix.framework::before { content: "\f3dc"; font-family: @brandFontName; }
|
1846
|
+
i.icon.phoenix.squadron::before { content: "\f511"; font-family: @brandFontName; }
|
1847
|
+
i.icon.php::before { content: "\f457"; font-family: @brandFontName; }
|
1848
|
+
i.icon.pied.piper::before { content: "\f2ae"; font-family: @brandFontName; }
|
1849
|
+
i.icon.pied.piper.alternate::before { content: "\f1a8"; font-family: @brandFontName; }
|
1850
|
+
i.icon.pied.piper.hat::before { content: "\f4e5"; font-family: @brandFontName; }
|
1851
|
+
i.icon.pied.piper.pp::before { content: "\f1a7"; font-family: @brandFontName; }
|
1852
|
+
i.icon.pied.piper.square::before { content: "\e01e"; font-family: @brandFontName; }
|
1853
|
+
i.icon.pinterest::before { content: "\f0d2"; font-family: @brandFontName; }
|
1854
|
+
i.icon.pinterest.p::before { content: "\f231"; font-family: @brandFontName; }
|
1855
|
+
i.icon.pinterest.square::before { content: "\f0d3"; font-family: @brandFontName; }
|
1856
|
+
i.icon.playstation::before { content: "\f3df"; font-family: @brandFontName; }
|
1857
|
+
i.icon.product.hunt::before { content: "\f288"; font-family: @brandFontName; }
|
1858
|
+
i.icon.pushed::before { content: "\f3e1"; font-family: @brandFontName; }
|
1859
|
+
i.icon.python::before { content: "\f3e2"; font-family: @brandFontName; }
|
1860
|
+
i.icon.qq::before { content: "\f1d6"; font-family: @brandFontName; }
|
1861
|
+
i.icon.quinscape::before { content: "\f459"; font-family: @brandFontName; }
|
1862
|
+
i.icon.quora::before { content: "\f2c4"; font-family: @brandFontName; }
|
1863
|
+
i.icon.r.project::before { content: "\f4f7"; font-family: @brandFontName; }
|
1864
|
+
i.icon.raspberry.pi::before { content: "\f7bb"; font-family: @brandFontName; }
|
1865
|
+
i.icon.ravelry::before { content: "\f2d9"; font-family: @brandFontName; }
|
1866
|
+
i.icon.react::before { content: "\f41b"; font-family: @brandFontName; }
|
1867
|
+
i.icon.reacteurope::before { content: "\f75d"; font-family: @brandFontName; }
|
1868
|
+
i.icon.readme::before { content: "\f4d5"; font-family: @brandFontName; }
|
1869
|
+
i.icon.rebel::before { content: "\f1d0"; font-family: @brandFontName; }
|
1870
|
+
i.icon.reddit::before { content: "\f1a1"; font-family: @brandFontName; }
|
1871
|
+
i.icon.reddit.alien::before { content: "\f281"; font-family: @brandFontName; }
|
1872
|
+
i.icon.reddit.square::before { content: "\f1a2"; font-family: @brandFontName; }
|
1873
|
+
i.icon.redhat::before { content: "\f7bc"; font-family: @brandFontName; }
|
1874
|
+
i.icon.redriver::before { content: "\f3e3"; font-family: @brandFontName; }
|
1875
|
+
i.icon.redyeti::before { content: "\f69d"; font-family: @brandFontName; }
|
1876
|
+
i.icon.renren::before { content: "\f18b"; font-family: @brandFontName; }
|
1877
|
+
i.icon.replyd::before { content: "\f3e6"; font-family: @brandFontName; }
|
1878
|
+
i.icon.researchgate::before { content: "\f4f8"; font-family: @brandFontName; }
|
1879
|
+
i.icon.resolving::before { content: "\f3e7"; font-family: @brandFontName; }
|
1880
|
+
i.icon.rev::before { content: "\f5b2"; font-family: @brandFontName; }
|
1881
|
+
i.icon.rocketchat::before { content: "\f3e8"; font-family: @brandFontName; }
|
1882
|
+
i.icon.rockrms::before { content: "\f3e9"; font-family: @brandFontName; }
|
1883
|
+
i.icon.rust::before { content: "\e07a"; font-family: @brandFontName; }
|
1884
|
+
i.icon.safari::before { content: "\f267"; font-family: @brandFontName; }
|
1885
|
+
i.icon.salesforce::before { content: "\f83b"; font-family: @brandFontName; }
|
1886
|
+
i.icon.sass::before { content: "\f41e"; font-family: @brandFontName; }
|
1887
|
+
i.icon.schlix::before { content: "\f3ea"; font-family: @brandFontName; }
|
1888
|
+
i.icon.scribd::before { content: "\f28a"; font-family: @brandFontName; }
|
1889
|
+
i.icon.searchengin::before { content: "\f3eb"; font-family: @brandFontName; }
|
1890
|
+
i.icon.sellcast::before { content: "\f2da"; font-family: @brandFontName; }
|
1891
|
+
i.icon.sellsy::before { content: "\f213"; font-family: @brandFontName; }
|
1892
|
+
i.icon.servicestack::before { content: "\f3ec"; font-family: @brandFontName; }
|
1893
|
+
i.icon.shirtsinbulk::before { content: "\f214"; font-family: @brandFontName; }
|
1894
|
+
i.icon.shopify::before { content: "\e057"; font-family: @brandFontName; }
|
1895
|
+
i.icon.shopware::before { content: "\f5b5"; font-family: @brandFontName; }
|
1896
|
+
i.icon.simplybuilt::before { content: "\f215"; font-family: @brandFontName; }
|
1897
|
+
i.icon.sistrix::before { content: "\f3ee"; font-family: @brandFontName; }
|
1898
|
+
i.icon.sith::before { content: "\f512"; font-family: @brandFontName; }
|
1899
|
+
i.icon.sketch::before { content: "\f7c6"; font-family: @brandFontName; }
|
1900
|
+
i.icon.skyatlas::before { content: "\f216"; font-family: @brandFontName; }
|
1901
|
+
i.icon.skype::before { content: "\f17e"; font-family: @brandFontName; }
|
1902
|
+
i.icon.slack::before { content: "\f198"; font-family: @brandFontName; }
|
1903
|
+
i.icon.slack.hash::before { content: "\f3ef"; font-family: @brandFontName; }
|
1904
|
+
i.icon.slideshare::before { content: "\f1e7"; font-family: @brandFontName; }
|
1905
|
+
i.icon.snapchat::before { content: "\f2ab"; font-family: @brandFontName; }
|
1906
|
+
i.icon.snapchat.ghost::before { content: "\f2ac"; font-family: @brandFontName; }
|
1907
|
+
i.icon.snapchat.square::before { content: "\f2ad"; font-family: @brandFontName; }
|
1908
|
+
i.icon.soundcloud::before { content: "\f1be"; font-family: @brandFontName; }
|
1909
|
+
i.icon.sourcetree::before { content: "\f7d3"; font-family: @brandFontName; }
|
1910
|
+
i.icon.speakap::before { content: "\f3f3"; font-family: @brandFontName; }
|
1911
|
+
i.icon.speaker.deck::before { content: "\f83c"; font-family: @brandFontName; }
|
1912
|
+
i.icon.spotify::before { content: "\f1bc"; font-family: @brandFontName; }
|
1913
|
+
i.icon.squarespace::before { content: "\f5be"; font-family: @brandFontName; }
|
1914
|
+
i.icon.stack.exchange::before { content: "\f18d"; font-family: @brandFontName; }
|
1915
|
+
i.icon.stack.overflow::before { content: "\f16c"; font-family: @brandFontName; }
|
1916
|
+
i.icon.stackpath::before { content: "\f842"; font-family: @brandFontName; }
|
1917
|
+
i.icon.staylinked::before { content: "\f3f5"; font-family: @brandFontName; }
|
1918
|
+
i.icon.steam::before { content: "\f1b6"; font-family: @brandFontName; }
|
1919
|
+
i.icon.steam.square::before { content: "\f1b7"; font-family: @brandFontName; }
|
1920
|
+
i.icon.steam.symbol::before { content: "\f3f6"; font-family: @brandFontName; }
|
1921
|
+
i.icon.sticker.mule::before { content: "\f3f7"; font-family: @brandFontName; }
|
1922
|
+
i.icon.strava::before { content: "\f428"; font-family: @brandFontName; }
|
1923
|
+
i.icon.stripe::before { content: "\f429"; font-family: @brandFontName; }
|
1924
|
+
i.icon.stripe.s::before { content: "\f42a"; font-family: @brandFontName; }
|
1925
|
+
i.icon.studiovinari::before { content: "\f3f8"; font-family: @brandFontName; }
|
1926
|
+
i.icon.stumbleupon::before { content: "\f1a4"; font-family: @brandFontName; }
|
1927
|
+
i.icon.stumbleupon.circle::before { content: "\f1a3"; font-family: @brandFontName; }
|
1928
|
+
i.icon.superpowers::before { content: "\f2dd"; font-family: @brandFontName; }
|
1929
|
+
i.icon.supple::before { content: "\f3f9"; font-family: @brandFontName; }
|
1930
|
+
i.icon.suse::before { content: "\f7d6"; font-family: @brandFontName; }
|
1931
|
+
i.icon.swift::before { content: "\f8e1"; font-family: @brandFontName; }
|
1932
|
+
i.icon.symfony::before { content: "\f83d"; font-family: @brandFontName; }
|
1933
|
+
i.icon.teamspeak::before { content: "\f4f9"; font-family: @brandFontName; }
|
1934
|
+
i.icon.telegram::before { content: "\f2c6"; font-family: @brandFontName; }
|
1935
|
+
i.icon.telegram.plane::before { content: "\f3fe"; font-family: @brandFontName; }
|
1936
|
+
i.icon.tencent.weibo::before { content: "\f1d5"; font-family: @brandFontName; }
|
1937
|
+
i.icon.themeco::before { content: "\f5c6"; font-family: @brandFontName; }
|
1938
|
+
i.icon.themeisle::before { content: "\f2b2"; font-family: @brandFontName; }
|
1939
|
+
i.icon.think.peaks::before { content: "\f731"; font-family: @brandFontName; }
|
1940
|
+
i.icon.tiktok::before { content: "\e07b"; font-family: @brandFontName; }
|
1941
|
+
i.icon.trade.federation::before { content: "\f513"; font-family: @brandFontName; }
|
1942
|
+
i.icon.trello::before { content: "\f181"; font-family: @brandFontName; }
|
1943
|
+
i.icon.tumblr::before { content: "\f173"; font-family: @brandFontName; }
|
1944
|
+
i.icon.tumblr.square::before { content: "\f174"; font-family: @brandFontName; }
|
1945
|
+
i.icon.twitch::before { content: "\f1e8"; font-family: @brandFontName; }
|
1946
|
+
i.icon.twitter::before { content: "\f099"; font-family: @brandFontName; }
|
1947
|
+
i.icon.twitter.square::before { content: "\f081"; font-family: @brandFontName; }
|
1948
|
+
i.icon.typo3::before { content: "\f42b"; font-family: @brandFontName; }
|
1949
|
+
i.icon.uber::before { content: "\f402"; font-family: @brandFontName; }
|
1950
|
+
i.icon.ubuntu::before { content: "\f7df"; font-family: @brandFontName; }
|
1951
|
+
i.icon.uikit::before { content: "\f403"; font-family: @brandFontName; }
|
1952
|
+
i.icon.umbraco::before { content: "\f8e8"; font-family: @brandFontName; }
|
1953
|
+
i.icon.uncharted::before { content: "\e084"; font-family: @brandFontName; }
|
1954
|
+
i.icon.uniregistry::before { content: "\f404"; font-family: @brandFontName; }
|
1955
|
+
i.icon.unity::before { content: "\e049"; font-family: @brandFontName; }
|
1956
|
+
i.icon.unsplash::before { content: "\e07c"; font-family: @brandFontName; }
|
1957
|
+
i.icon.untappd::before { content: "\f405"; font-family: @brandFontName; }
|
1958
|
+
i.icon.ups::before { content: "\f7e0"; font-family: @brandFontName; }
|
1959
|
+
i.icon.usb::before { content: "\f287"; font-family: @brandFontName; }
|
1960
|
+
i.icon.usps::before { content: "\f7e1"; font-family: @brandFontName; }
|
1961
|
+
i.icon.ussunnah::before { content: "\f407"; font-family: @brandFontName; }
|
1962
|
+
i.icon.vaadin::before { content: "\f408"; font-family: @brandFontName; }
|
1963
|
+
i.icon.viacoin::before { content: "\f237"; font-family: @brandFontName; }
|
1964
|
+
i.icon.viadeo::before { content: "\f2a9"; font-family: @brandFontName; }
|
1965
|
+
i.icon.viadeo.square::before { content: "\f2aa"; font-family: @brandFontName; }
|
1966
|
+
i.icon.viber::before { content: "\f409"; font-family: @brandFontName; }
|
1967
|
+
i.icon.vimeo::before { content: "\f40a"; font-family: @brandFontName; }
|
1968
|
+
i.icon.vimeo.square::before { content: "\f194"; font-family: @brandFontName; }
|
1969
|
+
i.icon.vimeo.v::before { content: "\f27d"; font-family: @brandFontName; }
|
1970
|
+
i.icon.vine::before { content: "\f1ca"; font-family: @brandFontName; }
|
1971
|
+
i.icon.vk::before { content: "\f189"; font-family: @brandFontName; }
|
1972
|
+
i.icon.vnv::before { content: "\f40b"; font-family: @brandFontName; }
|
1973
|
+
i.icon.vuejs::before { content: "\f41f"; font-family: @brandFontName; }
|
1974
|
+
i.icon.watchman.monitoring::before { content: "\e087"; font-family: @brandFontName; }
|
1975
|
+
i.icon.waze::before { content: "\f83f"; font-family: @brandFontName; }
|
1976
|
+
i.icon.weebly::before { content: "\f5cc"; font-family: @brandFontName; }
|
1977
|
+
i.icon.weibo::before { content: "\f18a"; font-family: @brandFontName; }
|
1978
|
+
i.icon.weixin::before { content: "\f1d7"; font-family: @brandFontName; }
|
1979
|
+
i.icon.whatsapp::before { content: "\f232"; font-family: @brandFontName; }
|
1980
|
+
i.icon.whatsapp.square::before { content: "\f40c"; font-family: @brandFontName; }
|
1981
|
+
i.icon.whmcs::before { content: "\f40d"; font-family: @brandFontName; }
|
1982
|
+
i.icon.wikipedia.w::before { content: "\f266"; font-family: @brandFontName; }
|
1983
|
+
i.icon.windows::before { content: "\f17a"; font-family: @brandFontName; }
|
1984
|
+
i.icon.wix::before { content: "\f5cf"; font-family: @brandFontName; }
|
1985
|
+
i.icon.wizards.of.the.coast::before { content: "\f730"; font-family: @brandFontName; }
|
1986
|
+
i.icon.wodu::before { content: "\e088"; font-family: @brandFontName; }
|
1987
|
+
i.icon.wolf.pack.battalion::before { content: "\f514"; font-family: @brandFontName; }
|
1988
|
+
i.icon.wordpress::before { content: "\f19a"; font-family: @brandFontName; }
|
1989
|
+
i.icon.wordpress.simple::before { content: "\f411"; font-family: @brandFontName; }
|
1990
|
+
i.icon.wpbeginner::before { content: "\f297"; font-family: @brandFontName; }
|
1991
|
+
i.icon.wpexplorer::before { content: "\f2de"; font-family: @brandFontName; }
|
1992
|
+
i.icon.wpforms::before { content: "\f298"; font-family: @brandFontName; }
|
1993
|
+
i.icon.wpressr::before { content: "\f3e4"; font-family: @brandFontName; }
|
1994
|
+
i.icon.xbox::before { content: "\f412"; font-family: @brandFontName; }
|
1995
|
+
i.icon.xing::before { content: "\f168"; font-family: @brandFontName; }
|
1996
|
+
i.icon.xing.square::before { content: "\f169"; font-family: @brandFontName; }
|
1997
|
+
i.icon.y.combinator::before { content: "\f23b"; font-family: @brandFontName; }
|
1998
|
+
i.icon.yahoo::before { content: "\f19e"; font-family: @brandFontName; }
|
1999
|
+
i.icon.yammer::before { content: "\f840"; font-family: @brandFontName; }
|
2000
|
+
i.icon.yandex::before { content: "\f413"; font-family: @brandFontName; }
|
2001
|
+
i.icon.yandex.international::before { content: "\f414"; font-family: @brandFontName; }
|
2002
|
+
i.icon.yarn::before { content: "\f7e3"; font-family: @brandFontName; }
|
2003
|
+
i.icon.yelp::before { content: "\f1e9"; font-family: @brandFontName; }
|
2004
|
+
i.icon.yoast::before { content: "\f2b1"; font-family: @brandFontName; }
|
2005
|
+
i.icon.youtube::before { content: "\f167"; font-family: @brandFontName; }
|
2006
|
+
i.icon.youtube.square::before { content: "\f431"; font-family: @brandFontName; }
|
2007
|
+
i.icon.zhihu::before { content: "\f63f"; font-family: @brandFontName; }
|
1982
2008
|
|
2009
|
+
& when(@variationIconAliases) {
|
1983
2010
|
/* Aliases */
|
1984
|
-
i.icon.american.express
|
1985
|
-
i.icon.american.express.card
|
1986
|
-
i.icon.amex
|
1987
|
-
i.icon.bitbucket.square
|
1988
|
-
i.icon.bluetooth.alternative
|
1989
|
-
i.icon.credit.card.amazon.pay
|
1990
|
-
i.icon.credit.card.american.express
|
1991
|
-
i.icon.credit.card.diners.club
|
1992
|
-
i.icon.credit.card.discover
|
1993
|
-
i.icon.credit.card.jcb
|
1994
|
-
i.icon.credit.card.mastercard
|
1995
|
-
i.icon.credit.card.paypal
|
1996
|
-
i.icon.credit.card.stripe
|
1997
|
-
i.icon.credit.card.visa
|
1998
|
-
i.icon.diners.club
|
1999
|
-
i.icon.diners.club.card
|
2000
|
-
i.icon.discover
|
2001
|
-
i.icon.discover.card
|
2002
|
-
i.icon.disk.outline
|
2003
|
-
i.icon.dribble
|
2004
|
-
i.icon.eercast
|
2005
|
-
i.icon.envira.gallery
|
2006
|
-
i.icon.fa
|
2007
|
-
i.icon.facebook.official
|
2008
|
-
i.icon.five.hundred.pixels
|
2009
|
-
i.icon.gittip
|
2010
|
-
i.icon.google.plus.circle
|
2011
|
-
i.icon.google.plus.official
|
2012
|
-
i.icon.japan.credit.bureau
|
2013
|
-
i.icon.japan.credit.bureau.card
|
2014
|
-
i.icon.jcb
|
2015
|
-
i.icon.linkedin.square
|
2016
|
-
i.icon.mastercard
|
2017
|
-
i.icon.mastercard.card
|
2018
|
-
i.icon.microsoft.edge
|
2019
|
-
i.icon.ms.edge
|
2020
|
-
i.icon.new.pied.piper
|
2021
|
-
i.icon.optinmonster
|
2022
|
-
i.icon.paypal.card
|
2023
|
-
i.icon.pied.piper.hat
|
2024
|
-
i.icon.pocket
|
2025
|
-
i.icon.stripe.card
|
2026
|
-
i.icon.theme.isle
|
2027
|
-
i.icon.visa
|
2028
|
-
i.icon.visa.card
|
2029
|
-
i.icon.wechat
|
2030
|
-
i.icon.wikipedia
|
2031
|
-
i.icon.wordpress.beginner
|
2032
|
-
i.icon.wordpress.forms
|
2033
|
-
i.icon.yc
|
2034
|
-
i.icon.ycombinator
|
2035
|
-
i.icon.youtube.play
|
2036
|
-
|
2011
|
+
i.icon.american.express::before { content: "\f1f3"; font-family: @brandFontName; }
|
2012
|
+
i.icon.american.express.card::before { content: "\f1f3"; font-family: @brandFontName; }
|
2013
|
+
i.icon.amex::before { content: "\f1f3"; font-family: @brandFontName; }
|
2014
|
+
i.icon.bitbucket.square::before { content: "\f171"; font-family: @brandFontName; }
|
2015
|
+
i.icon.bluetooth.alternative::before { content: "\f294"; font-family: @brandFontName; }
|
2016
|
+
i.icon.credit.card.amazon.pay::before { content: "\f42d"; font-family: @brandFontName; }
|
2017
|
+
i.icon.credit.card.american.express::before { content: "\f1f3"; font-family: @brandFontName; }
|
2018
|
+
i.icon.credit.card.diners.club::before { content: "\f24c"; font-family: @brandFontName; }
|
2019
|
+
i.icon.credit.card.discover::before { content: "\f1f2"; font-family: @brandFontName; }
|
2020
|
+
i.icon.credit.card.jcb::before { content: "\f24b"; font-family: @brandFontName; }
|
2021
|
+
i.icon.credit.card.mastercard::before { content: "\f1f1"; font-family: @brandFontName; }
|
2022
|
+
i.icon.credit.card.paypal::before { content: "\f1f4"; font-family: @brandFontName; }
|
2023
|
+
i.icon.credit.card.stripe::before { content: "\f1f5"; font-family: @brandFontName; }
|
2024
|
+
i.icon.credit.card.visa::before { content: "\f1f0"; font-family: @brandFontName; }
|
2025
|
+
i.icon.diners.club::before { content: "\f24c"; font-family: @brandFontName; }
|
2026
|
+
i.icon.diners.club.card::before { content: "\f24c"; font-family: @brandFontName; }
|
2027
|
+
i.icon.discover::before { content: "\f1f2"; font-family: @brandFontName; }
|
2028
|
+
i.icon.discover.card::before { content: "\f1f2"; font-family: @brandFontName; }
|
2029
|
+
i.icon.disk.outline::before { content: "\f369"; font-family: @brandFontName; }
|
2030
|
+
i.icon.dribble::before { content: "\f17d"; font-family: @brandFontName; }
|
2031
|
+
i.icon.eercast::before { content: "\f2da"; font-family: @brandFontName; }
|
2032
|
+
i.icon.envira.gallery::before { content: "\f299"; font-family: @brandFontName; }
|
2033
|
+
i.icon.fa::before { content: "\f2b4"; font-family: @brandFontName; }
|
2034
|
+
i.icon.facebook.official::before { content: "\f082"; font-family: @brandFontName; }
|
2035
|
+
i.icon.five.hundred.pixels::before { content: "\f26e"; font-family: @brandFontName; }
|
2036
|
+
i.icon.gittip::before { content: "\f184"; font-family: @brandFontName; }
|
2037
|
+
i.icon.google.plus.circle::before { content: "\f2b3"; font-family: @brandFontName; }
|
2038
|
+
i.icon.google.plus.official::before { content: "\f2b3"; font-family: @brandFontName; }
|
2039
|
+
i.icon.japan.credit.bureau::before { content: "\f24b"; font-family: @brandFontName; }
|
2040
|
+
i.icon.japan.credit.bureau.card::before { content: "\f24b"; font-family: @brandFontName; }
|
2041
|
+
i.icon.jcb::before { content: "\f24b"; font-family: @brandFontName; }
|
2042
|
+
i.icon.linkedin.square::before { content: "\f08c"; font-family: @brandFontName; }
|
2043
|
+
i.icon.mastercard::before { content: "\f1f1"; font-family: @brandFontName; }
|
2044
|
+
i.icon.mastercard.card::before { content: "\f1f1"; font-family: @brandFontName; }
|
2045
|
+
i.icon.microsoft.edge::before { content: "\f282"; font-family: @brandFontName; }
|
2046
|
+
i.icon.ms.edge::before { content: "\f282"; font-family: @brandFontName; }
|
2047
|
+
i.icon.new.pied.piper::before { content: "\f2ae"; font-family: @brandFontName; }
|
2048
|
+
i.icon.optinmonster::before { content: "\f23c"; font-family: @brandFontName; }
|
2049
|
+
i.icon.paypal.card::before { content: "\f1f4"; font-family: @brandFontName; }
|
2050
|
+
i.icon.pied.piper.hat::before { content: "\f2ae"; font-family: @brandFontName; }
|
2051
|
+
i.icon.pocket::before { content: "\f265"; font-family: @brandFontName; }
|
2052
|
+
i.icon.stripe.card::before { content: "\f1f5"; font-family: @brandFontName; }
|
2053
|
+
i.icon.theme.isle::before { content: "\f2b2"; font-family: @brandFontName; }
|
2054
|
+
i.icon.visa::before { content: "\f1f0"; font-family: @brandFontName; }
|
2055
|
+
i.icon.visa.card::before { content: "\f1f0"; font-family: @brandFontName; }
|
2056
|
+
i.icon.wechat::before { content: "\f1d7"; font-family: @brandFontName; }
|
2057
|
+
i.icon.wikipedia::before { content: "\f266"; font-family: @brandFontName; }
|
2058
|
+
i.icon.wordpress.beginner::before { content: "\f297"; font-family: @brandFontName; }
|
2059
|
+
i.icon.wordpress.forms::before { content: "\f298"; font-family: @brandFontName; }
|
2060
|
+
i.icon.yc::before { content: "\f23b"; font-family: @brandFontName; }
|
2061
|
+
i.icon.ycombinator::before { content: "\f23b"; font-family: @brandFontName; }
|
2062
|
+
i.icon.youtube.play::before { content: "\f167"; font-family: @brandFontName; }
|
2063
|
+
}
|
2037
2064
|
}
|
2038
|
-
.loadBrandIcons();
|